]> git.ipfire.org Git - thirdparty/glibc.git/blob - ChangeLog
Fix libio/tst-atime not to presume ST_NOATIME exists.
[thirdparty/glibc.git] / ChangeLog
1 2015-02-06 Roland McGrath <roland@hack.frob.com>
2
3 * libio/tst-atime.c (do_test): Move local variables SV and E
4 inside [ST_NOATIME] conditional.
5
6 * dirent/tst-fdopendir.c (O_NOATIME): If not defined, #define to 0.
7
8 * nptl/tst-kill5.c (do_test): Use INT_MAX rather than SIGRTMAX + 10.
9
10 * nptl/tst-join5.c: Drop #include <sys/syscall.h>.
11 (wait_code): New function replaces macro.
12 Call nanosleep rather than syscall.
13
14 * nptl/pt-system.c: Rewritten. Put everything under
15 [SHLIB_COMPAT (libpthread, GLIBC_2_0, GLIBC_2_22)].
16 Use IFUNC to redirect when possible.
17
18 * nptl/pt-longjmp.c: Rewritten. Put everything under
19 [SHLIB_COMPAT (libpthread, GLIBC_2_0, GLIBC_2_22)].
20 Use IFUNC to redirect when possible.
21
22 * nptl/pt-fork.c: Rewritten. Put everything under
23 [SHLIB_COMPAT (libpthread, GLIBC_2_0, GLIBC_2_22)].
24 Use IFUNC to redirect when possible.
25 * nptl/Versions (libpthread: GLIBC_2.22): New (empty) version set.
26
27 * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: Remove all
28 code under [!__ASSUME_FUTEX_CLOCK_REALTIME], since that is defined
29 unconditionally nowadays. This included the only reference to
30 __vdso_clock_gettime that appears outside libc proper.
31 * sysdeps/unix/sysv/linux/x86_64/Versions (libc: GLIBC_PRIVATE):
32 Remove version set (containing only __vdso_clock_gettime).
33 * sysdeps/unix/sysv/linux/x86/libc-vdso.h (__vdso_clock_gettime):
34 Add attribute_hidden.
35 * sysdeps/unix/sysv/linux/i386/init-first.c (__vdso_clock_gettime):
36 Likewise. Drop __attribute__ ((nocommon)), libc_hidden_proto, and
37 libc_hidden_data_def.
38 * sysdeps/unix/sysv/linux/x86_64/init-first.c: Likewise.
39 * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: Likewise.
40
41 * inet/Versions (libc: GLIBC_2.0): Move getrpcbyname, getrpcbyname_r,
42 getrpcbynumber, getrpcbynumber_r, getrpcent, getrpcent_r, endrpcent,
43 setrpcent, and getrpcport to ...
44 * sunrpc/Versions (libc: GLIBC_2.0): ... here.
45 * inet/Versions (libc: GLIBC_2.1.2): Move getrpcbyname_r,
46 getrpcbynumber_r, and getrpcent_r to ...
47 * sunrpc/Versions (libc: GLIBC_2.1.2): ... this new set.
48 * inet/getrpcbyname.c: Moved ...
49 * sunrpc/getrpcbyname.c: ... here.
50 * inet/getrpcbyname_r.c: Moved ...
51 * sunrpc/getrpcbyname_r.c: ... here.
52 * inet/getrpcbynumber.c: Moved ...
53 * sunrpc/getrpcbynumber.c: ... here.
54 * inet/getrpcbynumber_r.c: Moved ...
55 * sunrpc/getrpcbynumber_r.c: ... here.
56 * inet/getrpcent.c: Moved ...
57 * sunrpc/getrpcent.c: ... here.
58 * inet/getrpcent_r.c: Moved ...
59 * sunrpc/getrpcent_r.c: ... here.
60 * inet/Makefile (routines): Move those to ...
61 * sunrpc/Makefile (routines): ... here.
62 * nss/Makefile (databases): Add key and rpc only if sunrpc appears in
63 the $(subdirs) list.
64 (CPPFLAGS-getent.c): New variable. Pass -D option to set HAVE_SUNRPC
65 to 0 or 1, indicating whether sunrpc appears in the $(subdirs) list.
66 * nss/getent.c (print_rpc, rpc_keys): Conditionalize on [HAVE_SUNRPC].
67 (databases): Conditionalize rpc entry on [HAVE_SUNRPC].
68
69 * elf/Makefile (routines): Include $(all-dl-routines), not just
70 $(dl-routines).
71 (rtld-routines): Likewise. Use = rather than :=.
72 * sysdeps/aarch64/Makefile [$(subdir) = elf]
73 (sysdep_routines, sysdep-rtld-routines): Don't add tlsdesc and
74 dl-tlsdesc to these; sysdep-dl-routines alone is enough.
75 * sysdeps/arm/Makefile: Likewise.
76 * sysdeps/i386/Makefile: Likewise.
77 * sysdeps/x86_64/Makefile: Likewise.
78 * sysdeps/hppa/Makefile [$(subdir) = elf]
79 (sysdep_routines, sysdep-rtld-routines): Don't add
80 $(sysdep-dl-routines) to these.
81 * sysdeps/ia64/Makefile: Likewise.
82 * sysdeps/unix/sysv/linux/ia64/Makefile: Likewise.
83 * sysdeps/unix/sysv/linux/aarch64/Makefile [$(subdir) = elf]
84 [$(build-shared) = yes] (sysdep_routines, sysdep-rtld-routines):
85 Don't add dl-static to these; sysdep-dl-routines alone is enough.
86 * sysdeps/unix/sysv/linux/m68k/Makefile: Likewise.
87 * sysdeps/unix/sysv/linux/mips/Makefile: Likewise.
88 * sysdeps/unix/sysv/linux/powerpc/Makefile: Likewise.
89 * sysdeps/unix/sysv/linux/tile/Makefile: Likewise.
90 * sysdeps/powerpc/Makefile [$(subdir) = elf]
91 (sysdep_routines, sysdep-rtld-routines): Don't add dl-machine to
92 these; sysdep-dl-routines alone is enough.
93
94 2015-02-06 Joseph Myers <joseph@codesourcery.com>
95
96 [BZ #17932]
97 * soft-fp/op-common.h (_FP_FMA): Set exponent of result in case
98 where multiplication results in zero and third argument is finite
99 and nonzero.
100 * math/auto-libm-test-in: Add more tests of fma.
101 * math/auto-libm-test-out: Regenerated.
102
103 * soft-fp/op-common.h (_FP_CMP_CHECK_DENORM): New macro.
104 (_FP_CMP_CHECK_FLUSH_ZERO): Likewise.
105 (_FP_CMP): Use_FP_CMP_CHECK_DENORM and _FP_CMP_CHECK_FLUSH_ZERO.
106 (_FP_CMP_EQ): Likewise.
107 (_FP_CMP_UNORD): Use _FP_CMP_CHECK_DENORM.
108
109 * soft-fp/op-common.h (FP_EXTEND): Rename to _FP_EXTEND_CNAN with
110 extra argument CHECK_NAN. Redefine as wrapper around
111 _FP_EXTEND_CNAN.
112
113 2015-02-06 Carlos O'Donell <carlos@systemhalted.org>
114
115 * version.h (RELEASE): Set to "stable".
116 (VERSION): Set to "2.21"
117 * include/features.h (__GLIBC_MINOR__): Set to 21.
118
119 * sysdeps/unix/sysv/linux/hppa/pthread.h: Sync with pthread.h.
120
121 2015-02-05 Paul Pluzhnikov <ppluzhnikov@google.com>
122 Paul Eggert <eggert@cs.ucla.edu>
123
124 [BZ #16618]
125 * stdio-common/tst-sscanf.c (main): Test for buffer overflow.
126 * stdio-common/vfscanf.c (_IO_vfscanf_internal): Compute needed
127 size in bytes. Store needed elements in wpmax. Use needed size
128 in bytes for extend_alloca.
129
130 2015-02-05 Carlos O'Donell <carlos@systemhalted.org>
131
132 * manual/install.texi: Latest tested versions are GCC 4.9.2,
133 binutls 2.25, and texinfo 5.2.
134 * INSTALL: Regenerate.
135 * sysdeps/nios2/configure: Regenerate.
136 * sysdeps/unix/sysv/linux/nios2/configure: Regenerate.
137 * manual/contrib.texi: Update.
138 * po/be.po: Update.
139 * po/bg.po: Update.
140 * po/ca.po: Update.
141 * po/cs.po: Update.
142 * po/da.po: Update.
143 * po/de.po: Update.
144 * po/el.po: Update.
145 * po/eo.po: Update.
146 * po/es.po: Update.
147 * po/fi.po: Update.
148 * po/fr.po: Update.
149 * po/gl.po: Update.
150 * po/hr.po: Update.
151 * po/hu.po: Update.
152 * po/ia.po: Update.
153 * po/id.po: Update.
154 * po/it.po: Update.
155 * po/ja.po: Update.
156 * po/ko.po: Update.
157 * po/lt.po: Update.
158 * po/nb.po: Update.
159 * po/nl.po: Update.
160 * po/pl.po: Update.
161 * po/pt_BR.po: Update.
162 * po/ru.po: Update.
163 * po/rw.po: Update.
164 * po/sk.po: Update.
165 * po/sl.po: Update.
166 * po/sv.po: Update.
167 * po/tr.po: Update.
168 * po/uk.po: Update.
169 * po/vi.po: Update.
170 * po/zh_CN.po: Update.
171 * po/zh_TW.po: Update.
172
173 * sysdeps/hppa/Makefile (CFLAGS-dl-fptr.c): Add -Wno-error.
174 * sysdeps/hppa/bits/setjmp.h: Union is named __jmp_buf_internal_tag.
175 * sysdeps/hppa/dl-irel.h: Remove #warning.
176 * sysdeps/hppa/entry.h: Provide prototype for
177 __canonicalize_funcptr_for_compare and cast argument.
178 * sysdeps/hppa/fpu/fegetexcept.c (fegetexcept): Add semicolon.
179 * sysdeps/hppa/fpu/ftestexcept.c (fetestexcept): Likewise.
180 * sysdeps/hppa/sotruss-lib.c: New file.
181 * sysdeps/unix/sysv/linux/hppa/bits/atomic.h
182 (atomic_compare_and_exchange_val_acq): Use __typeof__.
183 (atomic_compare_and_exchange_bool_acq): Likewise.
184 * sysdeps/unix/sysv/linux/hppa/mmap.c: Use weak alias.
185 * sysdeps/unix/sysv/linux/hppa/pthread.h: Include pthread.h.
186
187 * sysdeps/unix/sysv/linux/hppa/syscall.S: Delete file.
188 * sysdeps/unix/sysv/linux/hppa/sysdep.c: Move syscall from here...
189 * sysdeps/unix/sysv/linux/hppa/syscall.c: ... to here.
190
191 2015-02-05 Chung-Lin Tang <cltang@codesourcery.com>
192
193 * sysdeps/nios2/machine-gmon.h (NIOS2_MCOUNT_CALL): Correct name of
194 called function in non-PIC case.
195
196 2015-01-31 David S. Miller <davem@davemloft.net>
197
198 * sysdeps/sparc/sparc32/bits/atomic.h
199 (__sparc32_atomic_do_unlock24): Put the memory barrier before the
200 unlock not after it.
201 (__v9_compare_and_exchange_val_32_acq): Use unions to avoid getting
202 volatile register usage warnings from the compiler.
203
204 * sysdeps/sparc/nptl/sem_init.c: Delete.
205 * sysdeps/sparc/nptl/sem_post.c: Delete.
206 * sysdeps/sparc/nptl/sem_timedwait.c: Delete.
207 * sysdeps/sparc/nptl/sem_wait.c: Delete.
208 * sysdeps/sparc/sparc32/sem_init.c: New file.
209 * sysdeps/sparc/sparc32/sem_waitcommon.c: New file.
210 * sysdeps/sparc/sparc32/sem_open.c: Generic nptl version with
211 padding explicitly initialized.
212 * sysdeps/sparc/sparc32/sem_post.c: Generic nptl version using
213 padding for in-semaphore spinlock.
214 * sysdeps/sparc/sparc32/sem_wait.c: Likewise.
215 * sysdeps/sparc/sparc32/sem_trywait.c: Delete.
216 * sysdeps/sparc/sparc32/sem_timedwait.c: Delete.
217 * sysdeps/sparc/sparc32/sparcv9/sem_init.c: New file.
218 * sysdeps/sparc/sparc32/sparcv9/sem_open.c: New file.
219 * sysdeps/sparc/sparc32/sparcv9/sem_post.c: New file.
220 * sysdeps/sparc/sparc32/sparcv9/sem_waitcommon.c: New file.
221 * sysdeps/sparc/sparc32/sparcv9/sem_wait.c: Redirect to nptl
222 version.
223 * sysdeps/sparc/sparc32/sparcv9/sem_timedwait.c: Delete.
224 * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: Delete.
225
226 2015-01-30 H.J. Lu <hongjiu.lu@intel.com>
227
228 [BZ #17801]
229 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
230 Set the bit_AVX_Fast_Unaligned_Load bit for AVX2.
231 * sysdeps/x86_64/multiarch/init-arch.h (bit_AVX_Fast_Unaligned_Load):
232 New.
233 (index_AVX_Fast_Unaligned_Load): Likewise.
234 (HAS_AVX_FAST_UNALIGNED_LOAD): Likewise.
235 * sysdeps/x86_64/multiarch/memcpy.S (__new_memcpy): Check the
236 bit_AVX_Fast_Unaligned_Load bit instead of the bit_AVX_Usable bit.
237 * sysdeps/x86_64/multiarch/memcpy_chk.S (__memcpy_chk): Likewise.
238 * sysdeps/x86_64/multiarch/mempcpy.S (__mempcpy): Likewise.
239 * sysdeps/x86_64/multiarch/mempcpy_chk.S (__mempcpy_chk): Likewise.
240 * sysdeps/x86_64/multiarch/memmove.c (__libc_memmove): Replace
241 HAS_AVX with HAS_AVX_FAST_UNALIGNED_LOAD.
242 * sysdeps/x86_64/multiarch/memmove_chk.c (__memmove_chk): Likewise.
243
244 2015-01-29 Andreas Schwab <schwab@suse.de>
245
246 * sysdeps/nptl/allocrtsig.c: Include <signal.h>.
247
248 2015-01-29 Siddhesh Poyarekar <siddhesh@redhat.com>
249
250 [BZ #17892]
251 * nscd/nscd_stat.c (send_stats): Initialize DATA.
252
253 2015-01-28 Martin Sebor <msebor@redhat.com>
254
255 * math/README.libm-test: Clarify. Add "How to read the test output."
256
257 2015-01-28 Chris Metcalf <cmetcalf@ezchip.com>
258
259 * sysdeps/tile/tilegx/bits/atomic.h [!_LP64] (__HAVE_64B_ATOMICS):
260 Define to 0.
261
262 2015-01-28 Joseph Myers <joseph@codesourcery.com>
263
264 * sysdeps/mips/bits/atomic.h [_MIPS_SIM == _ABIN32]
265 (__HAVE_64B_ATOMICS): Define to 0.
266
267 2015-01-28 Adhemerval Zanellla <azanella@linux.vnet.ibm.com>
268
269 [BZ #17885]
270 * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Fix correct
271 value to set as new flag.
272
273 [BZ #16576]
274 * sysdeps/powerpc/fpu/math_private.h [__CPU_HAS_FSQRT]: Remove define
275 and use _ARCH_PPCSQ instead.
276 (__ieee754_sqrt): Likewise.
277 (__ieee754_sqrtf): Likewise.
278 * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Build only if
279 _ARCH_PPCSQ is defined.
280 (__ieee754_sqrt): Use _ARCH_PPCSQ to select wheter to use hardware
281 fsqrt instruction.
282 * sysdeps/powerpc/fpu/e_sqrtf.c (__ieee754_sqrtf): Build only if
283 _ARCH_PPCSQ is defined.
284 (__ieee754_sqrtf): Use _ARCH_PPCSQ to select wheter to use hardware
285 fsqrts instruction.
286 * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Remove file.
287
288 2015-01-27 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
289
290 * iconv/loop.c: Suppress array out of bound warning caused by GCC
291 bug (GCC BZ #64739).
292
293 2015-01-25 Andreas Schwab <schwab@linux-m68k.org>
294
295 * sysdeps/unix/sysv/linux/ia64/lowlevellock.h (lll_futex_requeue):
296 Mark _retval as used.
297 (lll_futex_wake_unlock): Likewise.
298 (lll_futex_timed_wait_requeue_pi): Likewise.
299
300 * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h
301 (atomic_compare_and_exchange_val_acq): Use uint32_t for the
302 register variables.
303
304 * sysdeps/m68k/m680x0/fpu/fraiseexcpt.c (__feraiseexcept): Use
305 libm_hidden_def.
306
307 * sysdeps/m68k/bits/byteswap.h (__bswap_16, __bswap_32)
308 (__bswap_64): Mark as __always_inline.
309
310 2015-01-25 Bram <bug_rh@spam.wizbit.be>
311
312 [BZ #15378]
313 * elf/dl-load.c (open_path): Avoid writing to 'env_path_list'
314 when none of the search directories exist.
315
316 2015-01-24 Adhemerval Zanellla <azanella@linux.vnet.ibm.com>
317
318 [BZ #17869]
319 * sysdeps/powerpc/powerpc64/power8/memset.S: Use power7 instead of
320 power8 in .machine directive.
321
322 [BZ #17868]
323 * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Force value
324 set dependency from opd value.
325
326 2015-01-23 H.J. Lu <hongjiu.lu@intel.com>
327
328 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
329 Treat model numbers 0x4a/0x4d/0x5a/0x5d as Intel Silvermont
330 architecture.
331
332 2015-01-23 H.J. Lu <hongjiu.lu@intel.com>
333
334 [BZ #17870]
335 * nptl/sem_post.c (__new_sem_post): Replace unsigned long int
336 with uint64_t.
337 * nptl/sem_waitcommon.c (__sem_wait_cleanup): Replace 1UL with
338 (uint64_t) 1.
339 (__new_sem_wait_fast): Replace unsigned long with uint64_t.
340 (__new_sem_wait_slow): Replace unsigned long int with uint64_t.
341 Replace 1UL with (uint64_t) 1.
342 * sysdeps/nptl/internaltypes.h (new_sem): Replace unsigned long
343 int with uint64_t.
344
345 2015-01-23 Roland McGrath <roland@hack.frob.com>
346
347 * inet/if_index.c (if_nameindex): Add missing libc_hidden_weak.
348 (if_freenameindex): Likewise.
349
350 * resource/getrlimit64.c: Add missing libc_hidden_def.
351
352 2015-01-22 Joseph Myers <joseph@codesourcery.com>
353
354 * soft-fp/op-common.h (_FP_ADD_INTERNAL): Declare labels with
355 __label__.
356 (_FP_FMA): Likewise.
357 (_FP_TO_INT_ROUND): Likewise.
358 (_FP_FROM_INT): Likewise.
359
360 2015-01-21 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
361
362 [BZ #16418]
363 * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c (__get_clockfreq):
364 Make code racy and cancel safe.
365
366 2015-01-21 Carlos O'Donell <carlos@redhat.com>
367
368 * sysdeps/arm/unwind-resume.h: Fix copyright year.
369 * dlfcn/tst-rec-dlopen.c: Fix incorrect copyright year and
370 attribution.
371
372 * pwd/tst-getpw.c: Rewrite.
373
374 [BZ #17702]
375 * dlfcn/Makefile (tests): Add tst-rec-dlopen.
376 (modules-names): Add moddummy1 and moddummy2.
377 ($(objpfx)tst-rec-dlopen): Define.
378 * dlfcn/moddummy1.c: New file.
379 * dlfcn/moddummy2.c: New file.
380 * dlfcn/tst-rec-dlopen.c: New file.
381 * elf/dl-cache.c (_dl_load_cache_lookup):
382 Return char*. Copy result with alloca/strcpy/strdup.
383 * elf/dl-load.c (_dl_map_object): _dl_load_cached_lookup
384 returns char*. Free cached. If not saving realname
385 free cached.
386 * elf/dl-open.c (dl_open_worker): Do not assert that
387 _r_debug->r_state is RT_CONSISTENT.
388 * sysdeps/generic/ldsodefs.h: _dl_load_cache_lookup
389 returns char*.
390
391 2015-01-21 Torvald Riegel <triegel@redhat.com>
392 Carlos O'Donell <carlos@redhat.com>
393
394 [BZ #12674]
395 * nptl/sem_waitcommon.c: New file.
396 * nptl/sem_wait.c: Include sem_waitcommon.c.
397 (__sem_wait_cleanup, do_futex_wait): Remove.
398 (__new_sem_wait): Adapt.
399 (__new_sem_trywait): New function.
400 (__old_sem_trywait): Moved here from nptl/sem_trywait.c.
401 * nptl/sem_timedwait.c: Include sem_waitcommon.c.
402 (__sem_wait_cleanup, do_futex_timed_wait): Remove.
403 (sem_timedwait): Adapt.
404 * nptl/sem_post.c (__new_sem_post): Adapt.
405 (futex_wake): New function.
406 (__old_sem_post): Add release MO fence.
407 * nptl/sem_open.c (sem_open): Adapt.
408 * nptl/sem_init.c (__new_sem_init): Adapt.
409 (futex_private_if_supported): New function.
410 * nptl/sem_getvalue.c (__new_sem_getvalue): Adapt.
411 (__old_sem_getvalue): Add using previous code.
412 * sysdeps/nptl/internaltypes.h: Adapt.
413 * nptl/tst-sem13.c (do_test): Adapt.
414 * nptl/tst-sem11.c (main): Adapt.
415 * nptl/sem_trywait.c: Remove.
416 * nptl/DESIGN-sem.txt: Remove.
417 * nptl/Makefile (libpthread-routines): Remove sem_trywait.
418 (gen-as-const-headers): Remove structsem.sym.
419 * nptl/structsem.sym: Remove.
420 * sysdeps/unix/sysv/linux/alpha/sem_post.c: Remove.
421 * sysdeps/unix/sysv/linux/i386/i486/sem_post.S: Remove.
422 * sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: Remove.
423 * sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: Remove.
424 * sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: Remove.
425 * sysdeps/unix/sysv/linux/i386/i586/sem_post.S: Remove.
426 * sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: Remove.
427 * sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: Remove.
428 * sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: Remove.
429 * sysdeps/unix/sysv/linux/i386/i686/sem_post.S: Remove.
430 * sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: Remove.
431 * sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: Remove.
432 * sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: Remove.
433 * sysdeps/unix/sysv/linux/powerpc/sem_post.c: Remove.
434 * sysdeps/unix/sysv/linux/sh/sem_post.S: Remove.
435 * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Remove.
436 * sysdeps/unix/sysv/linux/sh/sem_trywait.S: Remove.
437 * sysdeps/unix/sysv/linux/sh/sem_wait.S: Remove.
438 * sysdeps/unix/sysv/linux/x86_64/sem_post.S: Remove.
439 * sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: Remove.
440 * sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: Remove.
441 * sysdeps/unix/sysv/linux/x86_64/sem_wait.S: Remove.
442
443 2015-01-20 Carlos O'Donell <carlos@redhat.com>
444
445 * INSTALL: Regenerated.
446
447 * po/libc.pot: Regenerated.
448
449 2015-01-18 Chung-Lin Tang <cltang@codesourcery.com>
450 Sandra Loosemore <sandra@codesourcery.com>
451 Andrew Jenner <andrew@codesourcery.com>
452 Joseph Myers <joseph@codesourcery.com>
453 Nathan Sidwell <nathan@codesourcery.com>
454
455 * NEWS: Mention new Nios II port.
456 * sysdeps/nios2/Implies: New file.
457 * sysdeps/nios2/Makefile: New file.
458 * sysdeps/nios2/Subdirs: New file.
459 * sysdeps/nios2/Versions: New file.
460 * sysdeps/nios2/__longjmp.S: New file.
461 * sysdeps/nios2/abort-instr.h: New file.
462 * sysdeps/nios2/backtrace.c: New file.
463 * sysdeps/nios2/bits/endian.h: New file.
464 * sysdeps/nios2/bits/fenv.h: New file.
465 * sysdeps/nios2/bits/link.h: New file.
466 * sysdeps/nios2/bits/setjmp.h: New file.
467 * sysdeps/nios2/bsd-_setjmp.S: New file.
468 * sysdeps/nios2/bsd-setjmp.S: New file.
469 * sysdeps/nios2/configure: New generated file.
470 * sysdeps/nios2/configure.ac: New file.
471 * sysdeps/nios2/crti.S: New file.
472 * sysdeps/nios2/crtn.S: New file.
473 * sysdeps/nios2/dl-init.c: New file.
474 * sysdeps/nios2/dl-machine.h: New file.
475 * sysdeps/nios2/dl-sysdep.h: New file.
476 * sysdeps/nios2/dl-tls.h: New file.
477 * sysdeps/nios2/dl-trampoline.S: New file.
478 * sysdeps/nios2/gccframe.h: New file.
479 * sysdeps/nios2/gmp-mparam.h: New file.
480 * sysdeps/nios2/jmpbuf-offsets.h: New file.
481 * sysdeps/nios2/jmpbuf-unwind.h: New file.
482 * sysdeps/nios2/ldsodefs.h: New file.
483 * sysdeps/nios2/libc-tls.c: New file.
484 * sysdeps/nios2/libm-test-ulps: New file.
485 * sysdeps/nios2/machine-gmon.h: New file.
486 * sysdeps/nios2/math-tests.h: New file.
487 * sysdeps/nios2/math_private.h: New file.
488 * sysdeps/nios2/memusage.h: New file.
489 * sysdeps/nios2/nptl/Makefile: New file.
490 * sysdeps/nios2/nptl/bits/pthreadtypes.h: New file.
491 * sysdeps/nios2/nptl/bits/semaphore.h: New file.
492 * sysdeps/nios2/nptl/pthread_spin_lock.c: New file.
493 * sysdeps/nios2/nptl/pthreaddef.h: New file.
494 * sysdeps/nios2/nptl/tcb-offsets.sym: New file.
495 * sysdeps/nios2/nptl/tls.h: New file.
496 * sysdeps/nios2/preconfigure: New file.
497 * sysdeps/nios2/s_fma.c: New file.
498 * sysdeps/nios2/s_fmaf.c: New file.
499 * sysdeps/nios2/setjmp.S: New file.
500 * sysdeps/nios2/sfp-machine.h: New file.
501 * sysdeps/nios2/sotruss-lib.c: New file.
502 * sysdeps/nios2/stackguard-macros.h: New file.
503 * sysdeps/nios2/stackinfo.h: New file.
504 * sysdeps/nios2/start.S: New file.
505 * sysdeps/nios2/sysdep.h: New file.
506 * sysdeps/nios2/tls-macros.h: New file.
507 * sysdeps/nios2/tst-audit.h: New file.
508 * sysdeps/unix/sysv/linux/nios2/Implies: New file.
509 * sysdeps/unix/sysv/linux/nios2/Makefile: New file.
510 * sysdeps/unix/sysv/linux/nios2/Versions: New file.
511 * sysdeps/unix/sysv/linux/nios2/arch-fork.h: New file.
512 * sysdeps/unix/sysv/linux/nios2/bits/atomic.h: New file.
513 * sysdeps/unix/sysv/linux/nios2/bits/mman.h: New file.
514 * sysdeps/unix/sysv/linux/nios2/cacheflush.c: New file.
515 * sysdeps/unix/sysv/linux/nios2/clone.S: New file.
516 * sysdeps/unix/sysv/linux/nios2/configure: New generated file.
517 * sysdeps/unix/sysv/linux/nios2/configure.ac: New file.
518 * sysdeps/unix/sysv/linux/nios2/getcontext.S: New file.
519 * sysdeps/unix/sysv/linux/nios2/kernel-features.h: New file.
520 * sysdeps/unix/sysv/linux/nios2/kernel_rt_sigframe.h: New file.
521 * sysdeps/unix/sysv/linux/nios2/makecontext.c: New file.
522 * sysdeps/unix/sysv/linux/nios2/profil-counter.h: New file.
523 * sysdeps/unix/sysv/linux/nios2/setcontext.S: New file.
524 * sysdeps/unix/sysv/linux/nios2/shlib-versions: New file.
525 * sysdeps/unix/sysv/linux/nios2/sigcontextinfo.h: New file.
526 * sysdeps/unix/sysv/linux/nios2/swapcontext.S: New file.
527 * sysdeps/unix/sysv/linux/nios2/sys/cachectl.h: New file.
528 * sysdeps/unix/sysv/linux/nios2/sys/procfs.h: New file.
529 * sysdeps/unix/sysv/linux/nios2/sys/ucontext.h: New file.
530 * sysdeps/unix/sysv/linux/nios2/sys/user.h: New file.
531 * sysdeps/unix/sysv/linux/nios2/syscall.S: New file.
532 * sysdeps/unix/sysv/linux/nios2/sysdep-cancel.h: New file.
533 * sysdeps/unix/sysv/linux/nios2/sysdep.S: New file.
534 * sysdeps/unix/sysv/linux/nios2/sysdep.h: New file.
535 * sysdeps/unix/sysv/linux/nios2/ucontext_i.sym: New file.
536 * sysdeps/unix/sysv/linux/nios2/vfork.S: New file.
537 * sysdeps/unix/sysv/linux/nios2/c++-types.data: New file.
538 * sysdeps/unix/sysv/linux/nios2/ld.abilist: New file.
539 * sysdeps/unix/sysv/linux/nios2/libBrokenLocale.abilist: New file.
540 * sysdeps/unix/sysv/linux/nios2/libanl.abilist: New file.
541 * sysdeps/unix/sysv/linux/nios2/libc.abilist: New file.
542 * sysdeps/unix/sysv/linux/nios2/libcrypt.abilist: New file.
543 * sysdeps/unix/sysv/linux/nios2/libdl.abilist: New file.
544 * sysdeps/unix/sysv/linux/nios2/libm.abilist: New file.
545 * sysdeps/unix/sysv/linux/nios2/libnsl.abilist: New file.
546 * sysdeps/unix/sysv/linux/nios2/libpthread.abilist: New file.
547 * sysdeps/unix/sysv/linux/nios2/libresolv.abilist: New file.
548 * sysdeps/unix/sysv/linux/nios2/librt.abilist: New file.
549 * sysdeps/unix/sysv/linux/nios2/libthread_db.abilist: New file.
550 * sysdeps/unix/sysv/linux/nios2/libutil.abilist: New file.
551 * sysdeps/unix/sysv/linux/nios2/localplt.data: New file.
552
553 2015-01-16 Stefan Liebler <stli@linux.vnet.ibm.com>
554
555 [BZ #17844]
556 * sysdeps/unix/sysv/linux/s390/s390-32/getutent.c
557 (getutent): Use weak_alias in non SHARED case
558 and default_symbol_version in SHARED case.
559 * sysdeps/unix/sysv/linux/s390/s390-32/getutent_r.c
560 (getutent_r, pututline): Likewise.
561 * sysdeps/unix/sysv/linux/s390/s390-32/getutid.c
562 (getutid): Likewise.
563 * sysdeps/unix/sysv/linux/s390/s390-32/getutid_r.c
564 (getutid_r): Likewise.
565 * sysdeps/unix/sysv/linux/s390/s390-32/getutline.c
566 (getutline): Likewise.
567 * sysdeps/unix/sysv/linux/s390/s390-32/getutline_r.c
568 (getutline_r): Likewise.
569 * sysdeps/unix/sysv/linux/s390/s390-32/updwtmp.c
570 (updwtmp): Likewise.
571
572 2015-01-16 Stefan Liebler <stli@linux.vnet.ibm.com>
573
574 [BZ #17848]
575 * sysdeps/s390/s390-32/memcmp.S
576 (memcmp_g5): Rename to __memcmp_g5.
577 * sysdeps/s390/s390-32/memcpy.S
578 (memcpy_g5): Rename to __memcpy_g5.
579 Jump to __memcpy_mvcle instead of memcpy_mvcle.
580 (memcpy_mvcle) Rename to __memcpy_mvcle.
581 * sysdeps/s390/s390-32/memset.S
582 (memset_g5): Rename to __memset_g5.
583 * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c
584 (IFUNC_RESOLVE): Prefix ifunc-resolve function
585 and use prefixed functions.
586 * sysdeps/s390/s390-32/multiarch/memcmp.S
587 (memcmp_z196): Rename to __memcmp_z196.
588 (memcmp_z10): Rename to __memcmp_z10.
589 (memcmp): Set alias to __memcmp_g5.
590 (bcmp): Set alias to __memcmp_g5.
591 * sysdeps/s390/s390-32/multiarch/memcpy.S
592 (memcpy_z196): Rename to __memcpy_z196.
593 Jump to __memcpy_mvcle instead of memcpy_mvcle.
594 (memcpy_z10): Rename to __memcpy_z10.
595 Jump to __memcpy_mvcle instead of memcpy_mvcle.
596 (memcpy): Set alias to __memcpy_g5.
597 * sysdeps/s390/s390-32/multiarch/memset.S
598 (memset_z196): Rename to __memset_z196.
599 Jump to __memset_mvcle instead of memset_mvcle.
600 (memset_z10): Rename to __memset_z10.
601 Jump to __memset_mvcle instead of memset_mvcle.
602 (memset_mvcle) Rename to __memset_mvcle.
603 (memset): Set alias to __memset_g5.
604 * sysdeps/s390/s390-64/memcmp.S
605 (memcmp_z900): Rename to __memcmp_z900.
606 * sysdeps/s390/s390-64/memcpy.S
607 (memcpy_z900): Rename to __memcpy_z900.
608 Jump to __memcpy_mvcle instead of memcpy_mvcle.
609 (memcpy_mvcle) Rename to __memcpy_mvcle.
610 * sysdeps/s390/s390-64/memset.S
611 (memset_z900): Rename to __memset_z900.
612 * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c
613 (IFUNC_RESOLVE): Prefix ifunc-resolve function
614 and use prefixed functions.
615 * sysdeps/s390/s390-64/multiarch/memcmp.S
616 (memcmp_z196): Rename to __memcmp_z196.
617 (memcmp_z10): Rename to __memcmp_z10.
618 (memcmp): Set alias to __memcmp_z900.
619 (bcmp): Set alias to __memcmp_z900.
620 * sysdeps/s390/s390-64/multiarch/memcpy.S
621 (memcpy_z196): Rename to __memcpy_z196.
622 Jump to __memcpy_mvcle instead of memcpy_mvcle.
623 (memcpy_z10): Rename to __memcpy_z10.
624 Jump to __memcpy_mvcle instead of memcpy_mvcle.
625 (memcpy): Set alias to __memcpy_z900.
626 * sysdeps/s390/s390-64/multiarch/memset.S
627 (memset_z196): Rename to __memset_z196.
628 Jump to __memset_mvcle instead of memset_mvcle.
629 (memset_z10): Rename to __memset_z10.
630 Jump to __memset_mvcle instead of memset_mvcle.
631 (memset_mvcle) Rename to __memset_mvcle.
632 (memset): Set alias to __memset_z900.
633
634 2015-01-14 Joseph Myers <joseph@codesourcery.com>
635
636 [BZ #17748]
637 * sysdeps/powerpc/nofpu/feholdexcpt.c (__feholdexcept): Call
638 __fesetenv instead of fesetenv.
639
640 2015-01-14 Siddhesh Poyarekar <siddhesh@redhat.com>
641
642 * sysdeps/s390/dl-tls.h [IS_IN (rtld)]: Define __tls_get_addr
643 macro.
644
645 2015-01-13 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
646
647 * sysdeps/powerpc/powerpc64/power7/memcmp.S (memcmp): Fix performance
648 regression on LE.
649
650 * sysdeps/powerpc/powerpc64/multiarch/strncmp-power8.S: New file.
651 * sysdeps/powerpc/powerpc64/power8/strncmp.S: New file.
652 * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]: Add
653 strncmp-power8 object.
654 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
655 (__libc_ifunc_impl_list): Add __strncmp_power8 implementation.
656 * sysdeps/powerpc/powerpc64/multiarch/strncmp.c (strncmp): Likewise.
657 * NEWS: Update.
658
659 2015-01-13 Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
660 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
661
662 * sysdeps/powerpc/powerpc64/power7/strcmp.S (strcmp): Optimize
663 trailing byte check.
664
665 2015-01-13 David S. Miller <davem@davemloft.net>
666
667 * include/signal.h (__sigreturn): Guard with __USE_MISC.
668
669 2015-01-13 Roland McGrath <roland@hack.frob.com>
670
671 * login/logout.c (logout): Use memset rather than bzero.
672 * nis/nss_compat/compat-pwd.c (getpwent_next_file): Likewise.
673 * nis/nss_compat/compat-spwd.c (getspent_next_file): Likewise.
674 * resolv/gethnamaddr.c (gethostbyaddr): Use memcmp rather than bcmp.
675 (_gethtbyaddr): Likewise.
676 * locale/programs/simple-hash.c (bcopy): Macro removed.
677
678 2015-01-13 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
679
680 * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
681 Add strcmp-power8 object.
682 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
683 (__libc_ifunc_impl_list): Add __strcmp_power8 implementation.
684 * sysdeps/powerpc/powerpc64/multiarch/strcmp-power8.S: New file.
685 * sysdeps/powerpc/powerpc64/multiarch/strcmp.c (strcmp): Add
686 __strcmp_power8 implementation.
687 * sysdeps/powerpc/powerpc64/power8/strcmp.S: New file.
688 * NEWS: Update.
689
690 * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
691 Add strncpy-power8 and stpncpy-power8 objects.
692 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
693 (__libc_ifunc_impl_list): Add __strncpy_power8 and stpncpy_power8
694 implementations.
695 * sysdeps/powerpc/powerpc64/multiarch/stpncpy-power8.S: New file.
696 * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c (__stpncpy): Add
697 __stpncpy_power8 implementation.
698 * sysdeps/powerpc/powerpc64/multiarch/strncpy-power8.S: New file.
699 * sysdeps/powerpc/powerpc64/multiarch/strncpy.c (strncpy): Add
700 __strncpy_power8 implementation.
701 * sysdeps/powerpc/powerpc64/power8/stpncpy.S: New file.
702 * sysdeps/powerpc/powerpc64/power8/strncpy.S: New file.
703 * NEWS: Update.
704
705 * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.c: New file.
706 * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.S: Remove file.
707 * sysdeps/powerpc/powerpc64/power7/strncat.S: Likewise.
708
709 * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]: Add
710 strncat-power8 object.
711 * sysdeps/powerpc/powerpc64/multiarch/strcat.c (strcat): Add
712 __strcat_power8 implementation.
713 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
714 (__libc_ifunc_impl_list): Add __strcat_power8 implementation.
715 * sysdeps/powerpc/powerpc64/multiarch/strcat-power8.c: New file:
716 optimized strcat for power8.
717
718 * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]: Add
719 strcpy-power8 and stpcpy-power8 objects.
720 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
721 (__libc_ifunc_impl_list): Add __strcpy_power8 and __stpcpy_power8
722 implementations.
723 * sysdeps/powerpc/powerpc64/multiarch/stpcpy-power8.S: New file:
724 multiarch stpcpy implementation for POWER8.
725 * sysdeps/powerpc/powerpc64/multiarch/strcpy-power8.S: New file;
726 multiarch strcpy implementation for POWER8.
727 * sysdeps/powerpc/powerpc64/multiarch/strcpy.c (strcpy): Add
728 __strcpy_power8 function.
729 * sysdeps/powerpc/powerpc64/power8/stpcpy.S: New file: optimized
730 stpcpy for POWER8.
731 * sysdeps/powerpc/powerpc64/power8/strcpy.S: New file: optimized
732 strcpy for POWER8.
733 * NEWS: Update.
734
735 2015-01-13 Leonhard Holz <leonhard.holz@web.de>
736
737 [BZ #16009]
738 * string/strxfrm_l.c (STRXFRM): Allocate fixed size cache for
739 weights and rules. Use do_xfrm_cached if data fits in cache,
740 do_xfrm otherwise. Moved former main loop to...
741 * (do_xfrm_cached): New function.
742 * (do_xfrm): Non-caching version of do_xfrm_cached. Uses
743 find_idx, find_position and stack_push.
744 * (find_idx): New function.
745 * (find_position): Likewise.
746 * localedata/sort-test.sh: Added test run for do_xfrm.
747 * localedata/xfrm-test.c (main): Added command line option
748 -nocache to run the test with strings that are too large for
749 the STRXFRM cache.
750
751 2015-01-13 Torvald Riegel <triegel@redhat.com>
752
753 * sysdeps/nptl/fork.c (__libc_fork): Provide address of futex
754 variable to lll_futex_wake call, not the value itself.
755
756 2015-01-12 Joseph Myers <joseph@codesourcery.com>
757
758 [BZ #17803]
759 * sysdeps/ieee754/ldbl-96/s_scalblnl.c (twom63): Rename to
760 twom64. Adjust value to 0x1p-64L.
761 (__scalblnl): Only return standard underflowing result for K <=
762 -64 not K <= -63; adjust exponent for underflowing result by 64
763 not 63.
764 * math/libm-test.inc (scalbn_test_data): Add more tests.
765 (scalbln_test_data): Likewise.
766
767 [BZ #17834]
768 * sysdeps/ieee754/ldbl-96/s_scalblnl.c (two63): Change value to
769 0x1p63L.
770 (__scalblnl): Get new exponent of adjusted subnormal value from ES
771 not HX.
772 * math/libm-test.inc (scalbn_test_data): Add more tests.
773 (scalbln_test_data): Likewise.
774
775 2015-01-12 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
776 Stefani Seibold <stefani@seibold.net>
777
778 * sysdeps/unix/sysv/linux/x86_64/Makefile [$(subdir) = elf]
779 (sysdep_routines): Add dl-vdso here, ...
780 * sysdeps/unix/sysv/linux/x86/Makefile [$(subdir) = elf]
781 (sysdep_routines): ... not here.
782 * sysdeps/unix/sysv/linux/i386/gettimeofday.c: New file: set syscall
783 fallback when vDSO is not presented.
784 * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_clock_gettime):
785 Define with libc_hidden_proto/libc_hidden_data_def definitions.
786 (_libc_vdso_platform_setup): Rename to __vdso_platform_setup.
787 * sysdeps/unix/sysv/linux/i386/init-first.c: New file: likewise.
788 * sysdeps/unix/sysv/linux/i386/time.c: New file: likewise.
789 * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Moved to ...
790 * sysdeps/unix/sysv/linux/x86/libc-vdso.h: ... here.
791 * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: Move to ...
792 * sysdeps/unix/sysv/linux/x86/clock_gettime.c: ... here.
793 * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: Move to ...
794 * sysdeps/unix/sysv/linux/x86/gettimeofday.c: ... here. Also added
795 fallback configurable symbol when vDSO is not available.
796 * sysdeps/unix/sysv/linux/x86_64/time.c: Move to ...
797 * sysdeps/unix/sysv/linux/x86/time.c: ... here. Also refactored to
798 be able to redefine fallback symbol when vDSO is not available.
799 * sysdeps/unix/sysv/linux/x86_64/timespec_get.c: Move to ...
800 * sysdeps/unix/sysv/linux/x86/timespec_get.c: ... here.
801
802 2015-01-12 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
803
804 * sysdeps/powerpc/nptl/tls.h (tcbhead_t): Add tm_capable field.
805 (TLS_INIT_TP): Add tm_capable initialization.
806 (TLS_DEFINE_INIT_TP): Likewise.
807 (THREAD_GET_TM_CAPABLE): New file: get tm_capable field value from
808 TCB.
809 (THREAD_SET_TM_CAPABLE): New file: set tm_capable field value in TCB.
810 * sysdeps/powerpc/nptl/tcb-offsets.sym (TM_CAPABLE): Add field offset
811 calculation.
812 * sysdeps/powerpc/powerpc32/sysdep.h (DO_CALL): Abort hardware
813 transactoion is lock elision is built and TCB tm_capable is set.
814 * sysdeps/powerpc/powerpc64/sysdep.h (DO_CALL): Likewise.
815 * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
816 (INTERNAL_SYSCALL_NCS): Likewise.
817 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
818 (INTERNAL_SYSCALL_NCS): Likewise.
819 * sysdeps/powerpc/sysdep.h (ABORT_TRANSACTION): New define.
820
821 * sysdeps/powerpc/nptl/elide.h: New file: generic lock elision support
822 for powerpc.
823 * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
824 [pthread_rwlock_t] (__pad1): Change size to 7 bytes in 64 bits case
825 and remove it for 32 bits case.
826 [pthread_rwlock_t] (__rwelision): New field for lock elision.
827 (__PTHREAD_RWLOCK_ELISION_EXTRA): Adjust for new lock elision field
828 initialization.
829 * sysdeps/unix/sysv/linux/powerpc/elision-conf.c (elision_init):
830 Disable lock elision with rdlocks if elision is not available.
831
832 * sysdeps/unix/sysv/linux/powerpc/Makefile [nptl]
833 (sysdep_routines): Add lock elision objects.
834 * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
835 [pthread_mutex_t] (__spins): Rework to add lock elision field.
836 [pthread_mutex_t] (__elision): Add field.
837 [__PTHREAD_SPINS]: Adjust to init lock elision field.
838 * sysdeps/unix/sysv/linux/powerpc/elision-conf.c: New file: lock
839 elision definitions for powerpc.
840 * sysdeps/unix/sysv/linux/powerpc/elision-lock.c: New file:
841 implementation of lock elision for powerpc.
842 * sysdeps/unix/sysv/linux/powerpc/elision-timed.c: New file:
843 implementation of timed lock elision for powerpc.
844 * sysdeps/unix/sysv/linux/powerpc/elision-trylock.c: New file:
845 implementation of trylock with lock elision for powerpc.
846 * sysdeps/unix/sysv/linux/powerpc/elision-unlock.c: New file:
847 implementaion of unlock for lock elision for powerpc.
848 * sysdeps/unix/sysv/linux/powerpc/force-elision.h: New file:
849 automatic enable lock elision for mutexes.
850 * sysdeps/unix/sysv/linux/powerpc/htm.h: New file: hardware
851 transaction execution definitions for powerpc.
852 * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: New file: add TLE
853 definitions.
854 * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_cond_lock.c: New file.
855 * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_lock.c: Likewise.
856 * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_timedlock.c: Likewise.
857 * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_trylock.c: Likewise.
858 * NEWS: Update.
859
860 2015-01-09 Roland McGrath <roland@hack.frob.com>
861
862 * sysdeps/posix/shm-directory.c: Use <> rather than ""
863 for #include of <shm-directory.h>.
864
865 2015-01-09 Chung-Lin Tang <cltang@codesourcery.com>
866
867 * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Remove MIN() and
868 assign raw DT_REL[A]COUNT value to ranges[0].nrelative.
869
870 2015-01-09 Matthew Fortune <matthew.fortune@imgtec.com>
871
872 [BZ #17791]
873 * NEWS: Mention bug fix.
874 * sysdepsysdeps/unix/sysv/linux/microblaze/sys/user.h
875 (PAGE_SHIFT, PAGE_SIZE, PAGE_MASK, NBPG, UPAGES): Remove.
876 (HOST_TEXT_START_ADDR, HOST_STACK_END_ADDR): Remove.
877
878 2015-01-09 Torvald Riegel <triegel@redhat.com>
879
880 * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Delete file.
881
882 2015-01-09 Torvald Riegel <triegel@redhat.com>
883
884 * sysdeps/unix/sysv/linux/microblaze/pthread_once.c: Delete file.
885
886 2015-01-09 David Holsgrove <david.holsgrove@xilinx.com>
887
888 * sysdeps/microblaze/jmpbuf-unwind.h (_jmpbuf_sp): Declare SP as void
889 pointer and cast to uintptr_t.
890
891 2015-01-09 David Holsgrove <david.holsgrove@xilinx.com>
892
893 * sysdeps/microblaze/nptl/tls.h (__microblaze_get_thread_area): Function
894 removed.
895 (READ_THREAD_POINTER): Use __microblaze_thread_area instead.
896
897 2015-01-09 David Holsgrove <david.holsgrove@xilinx.com>
898
899 * sysdeps/microblaze/nptl/tls.h (TLS_INIT_TP): Use NULL instead
900 of 0.
901
902 2015-01-08 Roland McGrath <roland@hack.frob.com>
903
904 * sysdeps/pthread/timer_routines.c: Fix <pthreadP.h> include to use
905 <nptl/pthreadP.h> instead.
906 * sysdeps/pthread/aio_notify.c: Include <signal.h> for raise decl.
907
908 * signal/allocrtsig.c (RESERVED_SIGRT): New macro, defined to 0 if not
909 already defined.
910 [__SIGRTMIN] (init): Function removed.
911 [__SIGRTMIN] (initialized): Variable removed.
912 [!__SIGRTMIN] (current_rtmin, current_rtmax): Variables removed.
913 [__SIGRTMIN] (current_rtmin, current_rtmax): Initialize to
914 __SIGRTMIN + RESERVED_SIGRT and __SIGRTMAX, respectively.
915 (__libc_current_sigrtmin) [__SIGRTMIN]: Don't call init.
916 (__libc_current_sigrtmin) [!__SIGRTMIN]: Just return -1.
917 (__libc_current_sigrtmin): Add __libc_current_sigrtmin_private alias.
918 (__libc_current_sigrtmax) [__SIGRTMIN]: Don't call init.
919 (__libc_current_sigrtmax) [!__SIGRTMIN]: Just return -1.
920 (__libc_current_sigrtmax): Add __libc_current_sigrtmax_private alias.
921 (__libc_allocate_rtsig) [__SIGRTMIN]: Don't call init.
922 (__libc_allocate_rtsig): Add __libc_allocate_rtsig_private alias.
923 * sysdeps/nptl/allocrtsig.c: New file.
924 * sysdeps/unix/sysv/linux/allocrtsig.c: File removed.
925 * sysdeps/unix/sysv/linux/testrtsig.h: File removed.
926 * sysdeps/generic/testrtsig.h: File removed.
927
928 * nptl/pthread_sigmask.c [SIGCANCEL || SIGTIMER || SIGSETXID]: #error.
929 (pthread_sigmask): Call sigprocmask, not __sigprocmask.
930
931 * nptl/nptl-init.c (pthread_functions): Conditionalize
932 .ptr__nptl_setxid initialization on [SIGSETXID].
933
934 * sysdeps/nptl/sys/procfs.h: New file.
935 * nptl_db/Makefile (headers): Add it.
936 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Don't add it.
937
938 * nptl/pthreadP.h (check_cpuset_attr): Moved ...
939 * sysdeps/unix/sysv/linux/check-cpuset.h: ... to this new file.
940 * nptl/pthread_attr_setaffinity.c: Include it.
941 * nptl/pthread_setattr_default_np.c: Likewise.
942 * nptl/check-cpuset.h: New file.
943
944 2015-01-08 Richard Henderson <rth@redhat.com>
945
946 * elf/Makefile (CFLAGS-tst-execstack-mod.c): Add -Wno-trampolines
947 (CFLAGS-tst-execstack-prog.c): Likewise.
948 * nptl/Makefile (CFLAGS-tst-execstack-mod.c): Likewise.
949
950 2015-01-08 Chung-Lin Tang <cltang@codesourcery.com>
951 Sandra Loosemore <sandra@codesourcery.com>
952 Andrew Jenner <andrew@codesourcery.com>
953 Joseph Myers <joseph@codesourcery.com>
954 Nathan Sidwell <nathan@codesourcery.com>
955
956 * elf/elf.h (EM_ALTERA_NIOS2): New machine number for Altera Nios II.
957 (DT_NIOS2_GP): New dynamic entry type for Nios II _gp address.
958 (R_NIOS2_NONE,R_NIOS2_S16,R_NIOS2_U16): Define Nios II relocations.
959 (R_NIOS2_PCREL16,R_NIOS2_CALL26,R_NIOS2_IMM5): Likewise.
960 (R_NIOS2_CACHE_OPX,R_NIOS2_IMM6,R_NIOS2_IMM8,R_NIOS2_HI16): Likewise.
961 (R_NIOS2_LO16,R_NIOS2_HIADJ16,R_NIOS2_BFD_RELOC_32): Likewise.
962 (R_NIOS2_BFD_RELOC_16,R_NIOS2_BFD_RELOC_8,R_NIOS2_GPREL): Likewise.
963 (R_NIOS2_GNU_VTINHERIT,R_NIOS2_GNU_VTENTRY,R_NIOS2_UJMP): Likewise.
964 (R_NIOS2_CJMP,R_NIOS2_CALLR,R_NIOS2_ALIGN,R_NIOS2_GOT16): Likewise.
965 (R_NIOS2_CALL16,R_NIOS2_GOTOFF_LO,R_NIOS2_GOTOFF_HA): Likewise.
966 (R_NIOS2_PCREL_LO,R_NIOS2_PCREL_HA,R_NIOS2_TLS_GD16): Likewise.
967 (R_NIOS2_TLS_LDM16,R_NIOS2_TLS_LDO16,R_NIOS2_TLS_IE16): Likewise.
968 (R_NIOS2_TLS_LE16,R_NIOS2_TLS_DTPMOD,R_NIOS2_TLS_DTPREL): Likewise.
969 (R_NIOS2_TLS_TPREL,R_NIOS2_COPY,R_NIOS2_GLOB_DAT): Likewise.
970 (R_NIOS2_JUMP_SLOT,R_NIOS2_RELATIVE,R_NIOS2_GOTOFF): Likewise.
971 (R_NIOS2_CALL26_NOAT,R_NIOS2_GOT_LO,R_NIOS2_GOT_HA): Likewise.
972 (R_NIOS2_CALL_LO,R_NIOS2_CALL_HA): Likewise.
973
974 2015-01-08 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
975
976 * sysdeps/unix/sysv/linux/futimens.c (futimens): Use address of first
977 timespec struct member in syscall macro.
978 * sysdeps/unix/sysv/linux/utimensat.c (utimensat): Likewise.
979 * sysdeps/unix/sysv/linux/futimesat.c (futimesat): Use address of
980 first timeval struct member in syscall macro.
981 * sysdeps/unix/sysv/linux/utimes.c (__utimeS): Likewise.
982
983 2015-01-07 Joseph Myers <joseph@codesourcery.com>
984
985 [BZ #17748]
986 * include/fenv.h (__feupdateenv): Use libm_hidden_proto.
987 * math/feupdateenv.c (__feupdateenv): Use libm_hidden_def.
988 * sysdeps/aarch64/fpu/feupdateenv.c (feupdateenv): Rename to
989 __feupdateenv and define as weak alias of __feupdateenv. Use
990 libm_hidden_weak.
991 * sysdeps/alpha/fpu/feupdateenv.c (__feupdateenv): Use
992 libm_hidden_def.
993 * sysdeps/arm/feupdateenv.c (feupdateenv): Rename to __feupdateenv
994 and define as weak alias of __feupdateenv. Use libm_hidden_weak.
995 * sysdeps/hppa/fpu/feupdateenv.c (feupdateenv): Likewise.
996 * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Use
997 libm_hidden_def.
998 * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Rename to
999 __feupdateenv and define as weak alias of __feupdateenv. Use
1000 libm_hidden_weak.
1001 * sysdeps/m68k/fpu/feupdateenv.c (__feupdateenv): Use
1002 libm_hidden_def.
1003 * sysdeps/mips/fpu/feupdateenv.c (feupdateenv): Rename to
1004 __feupdateenv and define as weak alias of __feupdateenv. Use
1005 libm_hidden_weak.
1006 * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Use
1007 libm_hidden_def.
1008 * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
1009 * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c
1010 (__feupdateenv): Likewise.
1011 * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Rename to
1012 __feupdateenv and define as weak alias of __feupdateenv. Use
1013 libm_hidden_weak.
1014 * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
1015 * sysdeps/sparc/fpu/feupdateenv.c (__feupdateenv): Use
1016 libm_hidden_def.
1017 * sysdeps/tile/math_private.h (__feupdateenv): New inline
1018 function.
1019 * sysdeps/x86_64/fpu/feupdateenv.c (__feupdateenv): Use
1020 libm_hidden_def.
1021 * sysdeps/generic/math_private.h (default_libc_feupdateenv): Call
1022 __feupdateenv instead of feupdateenv.
1023 (default_libc_feupdateenv_test): Likewise.
1024 (libc_feresetround_ctx): Likewise.
1025
1026 2015-01-07 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
1027
1028 * sysdeps/unix/sysv/linux/mips/pread.c (__libc_pread): Fix function
1029 prototype.
1030
1031 2015-01-07 Chris Metcalf <cmetcalf@ezchip.com>
1032
1033 * posix/regcomp.c (parse_bracket_exp): Initialize type to
1034 COLL_SYM in a couple of places to avoid uninitialized variable
1035 wanings on tilegx gcc 4.8.2.
1036
1037 2015-01-07 Richard Earnshaw <rearnsha@arm.com>
1038
1039 * sysdeps/aarch64/strcpy.S: New file.
1040 * sysdeps/aarch64/stpcpy.S: New file.
1041 * NEWS: Updated.
1042
1043 2015-01-07 Richard Earnshaw <rearnsha@arm.com>
1044
1045 * sysdeps/aarch64/strrchr.S: New file.
1046 * NEWS: Updated.
1047
1048 2015-01-07 Eric Biggers <ebiggers3@gmail.com>
1049
1050 [BZ #17658]
1051 * stdlib/setenv.c: Fix memory leak when setting large,
1052 duplicate string.
1053
1054 2015-01-06 Vladimir A. Nazarenko <naszar@ya.ru>
1055
1056 [BZ #17273]
1057 * misc/mntent_r.c (__getmntent_r): Cut off trailing spaces
1058 and tabs from buffer before parsing fstab entry.
1059 * misc/tst-mntent.c (main): Add test for mount entry with
1060 trailing spaces and tabs.
1061
1062 2015-01-06 Joseph Myers <joseph@codesourcery.com>
1063
1064 [BZ #17748]
1065 * include/fenv.h (__fesetround): Declare. Use libm_hidden_proto.
1066 * math/fesetround.c (fesetround): Rename to __fesetround and
1067 define as weak alias of __fesetround. Use libm_hidden_weak.
1068 * sysdeps/aarch64/fpu/fesetround.c (fesetround): Likewise.
1069 * sysdeps/alpha/fpu/fesetround.c (fesetround): Likewise.
1070 * sysdeps/arm/fesetround.c (fesetround): Likewise.
1071 * sysdeps/hppa/fpu/fesetround.c (fesetround): Likewise.
1072 * sysdeps/i386/fpu/fesetround.c (fesetround): Likewise.
1073 * sysdeps/ia64/fpu/fesetround.c (fesetround): Likewise.
1074 * sysdeps/m68k/fpu/fesetround.c (fesetround): Likewise.
1075 * sysdeps/mips/fpu/fesetround.c (fesetround): Likewise.
1076 * sysdeps/powerpc/fpu/fenv_libc.h (__fesetround): Rename to
1077 __fesetround_inline.
1078 * sysdeps/powerpc/fpu/fenv_private.h (libc_fesetround_ppc): Call
1079 __fesetround_inline instead of __fesetround.
1080 * sysdeps/powerpc/fpu/fesetround.c (fesetround): Rename to
1081 __fesetround and define as weak alias of __fesetround. Use
1082 libm_hidden_weak. Call __fesetround_inline instead of
1083 __fesetround.
1084 * sysdeps/powerpc/nofpu/fesetround.c (fesetround): Rename to
1085 __fesetround and define as weak alias of __fesetround. Use
1086 libm_hidden_weak.
1087 * sysdeps/powerpc/powerpc32/e500/nofpu/fesetround.c (fesetround):
1088 Likewise.
1089 * sysdeps/s390/fpu/fesetround.c (fesetround): Likewise.
1090 * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
1091 * sysdeps/sparc/fpu/fesetround.c (fesetround): Likewise.
1092 * sysdeps/tile/math_private.h (__fesetround): New inline function.
1093 * sysdeps/x86_64/fpu/fesetround.c (fesetround): Rename to
1094 __fesetround and define as weak alias of __fesetround. Use
1095 libm_hidden_weak.
1096 * sysdeps/generic/math_private.h (default_libc_fesetround): Call
1097 __fesetround instead of fesetround.
1098 (default_libc_feholdexcept_setround): Likewise.
1099 (libc_feholdsetround_ctx): Likewise.
1100 (libc_feholdsetround_noex_ctx): Likewise.
1101
1102 [BZ #17748]
1103 * include/fenv.h (__fesetenv): Use libm_hidden_proto.
1104 * math/fesetenv.c (__fesetenv): Use libm_hidden_def.
1105 * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Rename to __fesetenv
1106 and define as weak alias of __fesetenv. Use libm_hidden_weak.
1107 * sysdeps/alpha/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
1108 * sysdeps/arm/fesetenv.c (fesetenv): Rename to __fesetenv and
1109 define as weak alias of __fesetenv. Use libm_hidden_weak.
1110 * sysdeps/hppa/fpu/fesetenv.c (fesetenv): Likewise.
1111 * sysdeps/i386/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
1112 * sysdeps/ia64/fpu/fesetenv.c (fesetenv): Rename to __fesetenv and
1113 define as weak alias of __fesetenv. Use libm_hidden_weak.
1114 * sysdeps/m68k/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
1115 * sysdeps/mips/fpu/fesetenv.c (fesetenv): Rename to __fesetenv and
1116 define as weak alias of __fesetenv. Use libm_hidden_weak.
1117 * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Use
1118 libm_hidden_def.
1119 * sysdeps/powerpc/nofpu/fesetenv.c (__fesetenv): Likewise.
1120 * sysdeps/powerpc/powerpc32/e500/nofpu/fesetenv.c (__fesetenv):
1121 Likewise.
1122 * sysdeps/s390/fpu/fesetenv.c (fesetenv): Rename to __fesetenv and
1123 define as weak alias of __fesetenv. Use libm_hidden_weak.
1124 * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
1125 * sysdeps/sparc/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
1126 * sysdeps/tile/math_private.h (__fesetenv): New inline function.
1127 * sysdeps/x86_64/fpu/fesetenv.c (fesetenv): Rename to __fesetenv
1128 and define as weak alias of __fesetenv. Use libm_hidden_weak.
1129 * sysdeps/generic/math_private.h (default_libc_fesetenv): Use
1130 __fesetenv instead of fesetenv.
1131 (libc_feresetround_noex_ctx): Likewise.
1132 * sysdeps/alpha/fpu/feupdateenv.c (__feupdateenv): Likewise.
1133 * sysdeps/hppa/fpu/feupdateenv.c (feupdateenv): Likewise.
1134 * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Likewise.
1135 * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Likewise.
1136 * sysdeps/m68k/fpu/feupdateenv.c (__feupdateenv): Likewise.
1137 * sysdeps/mips/fpu/feupdateenv.c (feupdateenv): Likewise.
1138 * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
1139 * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c
1140 (__feupdateenv): Likewise.
1141 * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
1142 * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
1143 * sysdeps/sparc/fpu/feupdateenv.c (__feupdateenv): Likewise.
1144 * sysdeps/x86_64/fpu/feupdateenv.c (__feupdateenv): Likewise.
1145
1146 2015-01-06 Aurelien Jarno <aurelien@aurel32.net>
1147
1148 [BZ #17806]
1149 * resolv/res_init.c (__res_iclose): Only clear nsinit if the
1150 addresses have been freed.
1151
1152 2015-01-06 Aurelien Jarno <aurelien@aurel32.net>
1153
1154 * resolv/res_init.c (__res_vinit): Improve comments about nserv
1155 and nservall.
1156
1157 2015-01-06 Ondřej Bílka <neleai@seznam.cz>
1158
1159 * sysdeps/unix/sysv/linux/check_pf.c (make_request):
1160 Clean up check_pf allocation pattern. addresses
1161
1162 2015-01-06 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
1163
1164 * nptl/pthread_cancel.c (pthread_cancel): Use ANSI prototype.
1165 * nptl/pthread_cond_timedwait.c (__pthread_cond_timedwait): Likewise.
1166 * nptl/pthread_cond_wait.c (__pthread_cond_wait): Likewise.
1167 * nptl/pthread_exit.c (__pthread_exit): Likewise.
1168 * nptl/pthread_join.c (pthread_join): Likewise.
1169 * nptl/pthread_timedjoin.c (pthread_timedjoin_np): Likewise.
1170 * sysdeps/posix/waitid.c (__waitid): Likewise.
1171 * sysdeps/unix/sysv/linux/arm/pread.c (__libc_pread): Likewise.
1172 * sysdeps/unix/sysv/linux/arm/pread64.c (__libc_pread64): Likewise.
1173 * sysdeps/unix/sysv/linux/arm/pwrite.c (__libc_pwrite): Likewise.
1174 * sysdeps/unix/sysv/linux/arm/pwrite64.c (__libc_pwrite64): Likewise.
1175 * sysdeps/unix/sysv/linux/generic/wordsize-32/pread.c (__libc_pread):
1176 Likewise.
1177 * sysdeps/unix/sysv/linux/generic/wordsize-32/pread64.c
1178 (__libc_pread64): Likewise.
1179 * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite.c
1180 (__libc_pwrite): Likewise.
1181 * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite64.c
1182 (__libc_pwrite64): Likewsie.
1183 * sysdeps/unix/sysv/linux/mips/pread.c (__libc_pread): Likewise.
1184 * sysdeps/unix/sysv/linux/mips/pread64.c (__libc_pread64): Likewise.
1185 * sysdeps/unix/sysv/linux/mips/pwrite.c (__libc_pwrite): Likewise.
1186 * sysdeps/unix/sysv/linux/mips/pwrite64.c (__libc_pwrite64): Likewise.
1187 * sysdeps/unix/sysv/linux/msgrcv.c (__libc_msgrcv): Likewise.
1188 * sysdeps/unix/sysv/linux/msgsnd.c (__libc_msgsnd): Likewise.
1189 * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Likewise.
1190 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c (__libc_pread):
1191 Likewise.
1192 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
1193 (__libc_pread64): Likewise.
1194 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c (__libc_pwrite):
1195 Likewise.
1196 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c
1197 (__libc_pwrite64): Likewise.
1198 * sysdeps/unix/sysv/linux/pread.c (__libc_pread): Likewise.
1199 * sysdeps/unix/sysv/linux/pread64.c (__libc_pread64): Likewise.
1200 * sysdeps/unix/sysv/linux/preadv.c (PREADV): Likewise.
1201 * sysdeps/unix/sysv/linux/pthread_kill.c (__pthread_kill): Likewise.
1202 * sysdeps/unix/sysv/linux/pwrite.c (__libc_pwrite): Likewise.
1203 * sysdeps/unix/sysv/linux/pwrite64.c (__libc_pwrite64): Likewise.
1204 * sysdeps/unix/sysv/linux/pwritev.c (__libc_pwritev): Likewise.
1205 * sysdeps/unix/sysv/linux/sh/pread.c (__libc_pread): Likewise.
1206 * sysdeps/unix/sysv/linux/sh/pread64.c (__libc_pread64): Likewise.
1207 * sysdeps/unix/sysv/linux/sh/pwrite.c (__libc_pwrite): Likewise.
1208 * sysdeps/unix/sysv/linux/sh/pwrite64.c (__libc_write64): Likewise.
1209 * sysdeps/unix/sysv/linux/sigsuspend.c (__sigsuspend): Likewise.
1210 * sysdeps/unix/sysv/linux/sigtimedwait.c (__sigtimedwait): Likewise.
1211 * sysdeps/unix/sysv/linux/sigwait.c (__sigwait): Likewise.
1212 * sysdeps/unix/sysv/linux/sigwaitinfo.c (__sigwaitinfo): Likewise.
1213 * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c (__libc_msgrcv):
1214 Likewise.
1215
1216 2015-01-06 Andrew Senkevich <andrew.n.senkevich@gmail.com>
1217
1218 * math/Makefile (CFLAGS-test-float.c): Remove -frounding-math.
1219 (CFLAGS-test-double.c): Likewise.
1220 (CFLAGS-test-ldouble.c): Likewise.
1221 (CPPFLAGS-test-ifloat.c): Likewise.
1222 (CPPFLAGS-test-idouble.c): Likewise.
1223 (CPPFLAGS-test-ildoubl.c): Likewise.
1224 (CFLAGS-test-test-fenv.c): Remove variable.
1225 (CFLAGS-test-misc.c): Likewise.
1226
1227 2015-01-06 H.J. Lu <hongjiu.lu@intel.com>
1228
1229 [BZ #17797]
1230 * bits/time.h (CLOCKS_PER_SEC): Changed to ((clock_t) 1000000).
1231 * sysdeps/unix/sysv/linux/bits/time.h (CLOCKS_PER_SEC): Likewise.
1232 * sysdeps/unix/sysv/linux/clock.c (clock): _Static_assert
1233 CLOCKS_PER_SEC == 1000000.
1234 * time/clocktest.c (main): Replace %ld with %jd and cast to
1235 intmax_t.
1236
1237 2015-01-05 Roland McGrath <roland@hack.frob.com>
1238
1239 * sysdeps/generic/unwind-resume.h: New file.
1240 * sysdeps/gnu/unwind-resume.c: Include it.
1241 (libgcc_s_personality): Use PERSONALITY_PROTO macro for the prototype.
1242 (__gcc_personality_v0): Likewise, and PERSONALITY_ARGS for the callee
1243 argument list.
1244 (libgcc_s_resume): Variable renamed to __libgcc_s_resume, made hidden
1245 global rather than static.
1246 (_Unwind_Resume): Update user.
1247 Conditionalize definition on [!HAVE_ARCH_UNWIND_RESUME].
1248 (init): Likewise. Renamed to __libgcc_s_init, made hidden global
1249 rather than static. Add __attribute__ ((cold)).
1250 (_Unwind_Resume, __gcc_personality_v0): Update callers.
1251 * sysdeps/nptl/unwind-forcedunwind.c: Likewise.
1252 * sysdeps/arm/arm-unwind-resume.S: New file.
1253 * sysdeps/arm/rt-arm-unwind-resume.S: New file.
1254 * sysdeps/arm/pt-arm-unwind-resume.S: New file.
1255 * sysdeps/arm/Makefile [$(subdir) = csu]
1256 (sysdep_routines, shared-only-routines): Add arm-unwind-resume.
1257 [$(subdir) = rt] (librt-sysdep_routines, librt-shared-only-routines):
1258 Add rt-arm-unwind-resume.
1259 [$(subdir) = nptl]
1260 (libpthread-sysdep_routines, libpthread-shared-only-routines):
1261 Add pt-arm-unwind-resume.
1262 * sysdeps/unix/sysv/linux/arm/unwind-resume.c: File removed.
1263 * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c: File removed.
1264
1265 2015-01-05 Joseph Myers <joseph@codesourcery.com>
1266
1267 [BZ #17748]
1268 * include/fenv.h (__feholdexcept): Declare. Use
1269 libm_hidden_proto.
1270 * math/feholdexcpt.c (feholdexcept): Rename to __feholdexcept and
1271 define as weak alias of __feholdexcept. Use libm_hidden_weak.
1272 * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Likewise.
1273 * sysdeps/alpha/fpu/feholdexcpt.c (feholdexcept): Likewise.
1274 * sysdeps/arm/feholdexcpt.c (feholdexcept): Likewise.
1275 * sysdeps/hppa/fpu/feholdexcpt.c (feholdexcept): Likewise.
1276 * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Likewise.
1277 * sysdeps/ia64/fpu/feholdexcpt.c (feholdexcept): Likewise.
1278 * sysdeps/m68k/fpu/feholdexcpt.c (feholdexcept): Likewise.
1279 * sysdeps/mips/fpu/feholdexcpt.c (feholdexcept): Likewise.
1280 * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Likewise.
1281 * sysdeps/powerpc/nofpu/feholdexcpt.c (feholdexcept): Likewise.
1282 * sysdeps/powerpc/powerpc32/e500/nofpu/feholdexcpt.c
1283 (feholdexcept): Likewise.
1284 * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Likewise.
1285 * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Likewise.
1286 * sysdeps/sparc/fpu/feholdexcpt.c (feholdexcept): Likewise.
1287 * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Likewise.
1288 * sysdeps/generic/math_private.h (default_libc_feholdexcept): Use
1289 __feholdexcept instead of feholdexcept.
1290 (default_libc_feholdexcept_setround): Likewise.
1291
1292 2015-01-05 Steve Ellcey <sellcey@imgtec.com>
1293
1294 * sysdeps/mips/memset.S (memset): Modify for mips32r6/mips64r6
1295 to avoid using stl/str to align destination.
1296
1297 2015-01-05 Steve Ellcey <sellcey@imgtec.com>
1298
1299 * sysdeps/mips/memcpy.S: Add support for mips32r6/mips64r6.
1300
1301 2015-01-05 Joseph Myers <joseph@codesourcery.com>
1302
1303 [BZ #17796]
1304 * sysdeps/unix/sysv/linux/mips/mips64/n64/posix_fadvise.c
1305 [!SHLIB_COMPAT(libc, GLIBC_2_2, GLIBC_2_3_3)] (posix_fadvise64):
1306 Define as weak alias not strong alias.
1307
1308 2015-01-05 Steve Ellcey <sellcey@imgtec.com>
1309
1310 * sysdeps/mips/dl-machine.h (elf_machine_load_address): Replace
1311 bltzal with addiupc.
1312 (RTLD_START): Ditto.
1313
1314 2015-01-05 Chris Metcalf <cmetcalf@ezchip.com>
1315
1316 * sysdeps/unix/sysv/linux/tile/bits/libc-vdso.h: Fix return type
1317 for __vdso_* functions in declarations.
1318 * sysdeps/unix/sysv/linux/tile/init-first.c: Likewise for
1319 definitions.
1320 * sysdeps/unix/sysv/linux/tile/sysdep.h (INLINE_VSYSCALL,
1321 INTERNAL_VSYSCALL): Use struct return types to check for error.
1322
1323 * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c [!defined _LP64
1324 && REGISTER_CAST_INT32_TO_INT64]: Provide explicit lround()
1325 function with cast from llround().
1326 * sysdeps/tile/sysdep.h (REGISTER_CAST_INT32_TO_INT64): Define.
1327 * sysdeps/x86_64/x32/sysdep.h (REGISTER_CAST_INT32_TO_INT64):
1328 Define.
1329
1330 2015-01-05 Joseph Myers <joseph@codesourcery.com>
1331
1332 [BZ #17793]
1333 * sysdeps/unix/sysv/linux/arm/posix_fadvise64.c (posix_fadvise64):
1334 Define as weak alias not strong alias.
1335
1336 [BZ #17635]
1337 * ctype/ctype-c99.c: New file. isblank implementation moved from
1338 ...
1339 * ctype/ctype-extn.c: ... here.
1340 (__isblank_l): Move to ...
1341 * ctype/ctype-c99_l.c: ... here. New file.
1342 * ctype/Makefile (routines): Add ctype-c99 and ctype-c99_l.
1343 * conform/Makefile (test-xfail-ISO99/ctype.h/linknamespace):
1344 Remove variable.
1345 (test-xfail-ISO11/ctype.h/linknamespace): Likewise.
1346 (test-xfail-XPG3/ctype.h/linknamespace): Likewise.
1347 (test-xfail-XPG4/ctype.h/linknamespace): Likewise.
1348 (test-xfail-UNIX98/ctype.h/linknamespace): Likewise.
1349 (test-xfail-POSIX2008/ctype.h/linknamespace): Likewise.
1350
1351 [BZ #17777]
1352 * sysdeps/unix/sysv/linux/wordsize-64/posix_fadvise.c
1353 (posix_fadvise64): Define as weak alias not strong alias.
1354 * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
1355 (posix_fallocate64): Likewise.
1356 * conform/Makefile (test-xfail-XOPEN2K/fcntl.h/linknamespace):
1357 Remove variable.
1358 (test-xfail-XOPEN2K/mqueue.h/linknamespace): Likewise.
1359 (test-xfail-POSIX2008/fcntl.h/linknamespace): Likewise.
1360 (test-xfail-POSIX2008/mqueue.h/linknamespace): Likewise.
1361 (test-xfail-XOPEN2K8/fcntl.h/linknamespace): Likewise.
1362 (test-xfail-XOPEN2K8/mqueue.h/linknamespace): Likewise.
1363
1364 2015-01-05 Matthew Fortune <matthew.fortune@imgtec.com>
1365
1366 [BZ #16191]
1367 * NEWS: Mention bug fix.
1368 * sysdeps/unix/sysv/linux/mips/sys/user.h (PAGE_SHIFT): Remove.
1369 (PAGE_SIZE, PAGE_MASK, NBPG, UPAGES): Likewise.
1370 (HOST_TEXT_START_ADDR, HOST_DATA_START_ADDR): Likewise.
1371 (HOST_STACK_END_ADDR): Likewise.
1372
1373 2015-01-02 Joseph Myers <joseph@codesourcery.com>
1374
1375 [BZ #17748]
1376 * include/fenv.h (__fegetround): Declare. Use libm_hidden_proto.
1377 * math/fegetround.c (fegetround): Rename to __fegetround and
1378 define as weak alias of __fegetround. Use libm_hidden_weak.
1379 * sysdeps/aarch64/fpu/fegetround.c (fegetround): Likewise.
1380 * sysdeps/alpha/fpu/fegetround.c (fegetround): Likewise.
1381 * sysdeps/arm/fegetround.c (fegetround): Likewise.
1382 * sysdeps/hppa/fpu/fegetround.c (fegetround): Likewise.
1383 * sysdeps/i386/fpu/fegetround.c (fegetround): Likewise.
1384 * sysdeps/ia64/fpu/fegetround.c (fegetround): Likewise.
1385 * sysdeps/m68k/fpu/fegetround.c (fegetround): Likewise.
1386 * sysdeps/mips/fpu/fegetround.c (fegetround): Likewise.
1387 * sysdeps/powerpc/fpu/fegetround.c (fegetround): Likewise.
1388 Undefine after rather than before function definition; use
1389 parentheses around function name in definition.
1390 (__fegetround): Also undefine macro after function definition.
1391 * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Rename to
1392 __fegetround and define as weak alias of __fegetround. Use
1393 libm_hidden_weak. Do not undefine as macro.
1394 * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c (fegetround):
1395 Likewise.
1396 * sysdeps/s390/fpu/fegetround.c (fegetround): Rename to
1397 __fegetround and define as weak alias of __fegetround. Use
1398 libm_hidden_weak.
1399 * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
1400 * sysdeps/sparc/fpu/fegetround.c (fegetround): Likewise.
1401 * sysdeps/tile/math_private.h (__fegetround): New inline function.
1402 * sysdeps/x86_64/fpu/fegetround.c (fegetround): Rename to
1403 __fegetround and define as weak alias of __fegetround. Use
1404 libm_hidden_weak.
1405 * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Use
1406 __fegetround instead of fegetround.
1407
1408 [BZ #17782]
1409 * sysdeps/unix/sysv/linux/mips/bits/termios.h (TIOCSER_TEMT):
1410 Condition macro definition on [__USE_MISC].
1411
1412 [BZ #17781]
1413 * sysdeps/unix/sysv/linux/mips/bits/sigaction.h
1414 (struct sigaction): Change type of sa_flags field to int.
1415
1416 [BZ #17780]
1417 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (struct flock)
1418 [!__USE_FILE_OFFSET64 && _MIPS_SIM != _ABI64]: Rename pad field to
1419 __glibc_reserved0.
1420
1421 * nptl/version.c (banner): Use single year in copyright notice.
1422
1423 * NEWS: Update copyright dates.
1424 * catgets/gencat.c (print_version): Likewise.
1425 * csu/version.c (banner): Likewise.
1426 * debug/catchsegv.sh: Likewise.
1427 * debug/pcprofiledump.c (print_version): Likewise.
1428 * debug/xtrace.sh (do_version): Likewise.
1429 * elf/ldconfig.c (print_version): Likewise.
1430 * elf/ldd.bash.in: Likewise.
1431 * elf/pldd.c (print_version): Likewise.
1432 * elf/sotruss.sh: Likewise.
1433 * elf/sprof.c (print_version): Likewise.
1434 * iconv/iconv_prog.c (print_version): Likewise.
1435 * iconv/iconvconfig.c (print_version): Likewise.
1436 * locale/programs/locale.c (print_version): Likewise.
1437 * locale/programs/localedef.c (print_version): Likewise.
1438 * login/programs/pt_chown.c (print_version): Likewise.
1439 * malloc/memusage.sh (do_version): Likewise.
1440 * malloc/memusagestat.c (print_version): Likewise.
1441 * malloc/mtrace.pl: Likewise.
1442 * manual/libc.texinfo: Likewise.
1443 * nptl/version.c (banner): Likewise.
1444 * nscd/nscd.c (print_version): Likewise.
1445 * nss/getent.c (print_version): Likewise.
1446 * nss/makedb.c (print_version): Likewise.
1447 * posix/getconf.c (main): Likewise.
1448 * scripts/test-installation.pl: Likewise.
1449 * sysdeps/unix/sysv/linux/lddlibc4.c (main): Likewise.
1450
1451 2015-01-02 Will Newton <will.newton@linaro.org>
1452
1453 * sysdeps/arm/armv7/configure: Removed.
1454 * sysdeps/arm/armv7/configure.ac: Likewise.
1455
1456 2015-01-02 Joseph Myers <joseph@codesourcery.com>
1457
1458 * All files with FSF copyright notices: Update copyright dates
1459 using scripts/update-copyrights.
1460 * intl/plural.c: Regenerated.
1461 * locale/programs/charmap-kw.h: Likewise.
1462 * locale/programs/locfile-kw.h: Likewise.
1463
1464 2015-01-02 Siddhesh Poyarekar <siddhesh@redhat.com>
1465
1466 * scripts/gen-posix-conf-vars.awk (END): Don't use sprintf.
1467
1468 2014-12-31 Joseph Myers <joseph@codesourcery.com>
1469
1470 [BZ #17748]
1471 * include/fenv.h (__fegetenv): Use libm_hidden_proto.
1472 * math/fegetenv.c (__fegetenv): Use libm_hidden_def.
1473 * sysdeps/aarch64/fpu/fegetenv.c (fegetenv): Rename to __fegetenv
1474 and define as weak alias of __fegetenv. Use libm_hidden_weak.
1475 * sysdeps/alpha/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
1476 * sysdeps/arm/fegetenv.c (fegetenv): Rename to __fegetenv and
1477 define as weak alias of __fegetenv. Use libm_hidden_weak.
1478 * sysdeps/hppa/fpu/fegetenv.c (fegetenv): Likewise.
1479 * sysdeps/i386/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
1480 * sysdeps/ia64/fpu/fegetenv.c (fegetenv): Rename to __fegetenv and
1481 define as weak alias of __fegetenv. Use libm_hidden_weak.
1482 * sysdeps/m68k/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
1483 * sysdeps/mips/fpu/fegetenv.c (fegetenv): Rename to __fegetenv and
1484 define as weak alias of __fegetenv. Use libm_hidden_weak.
1485 * sysdeps/powerpc/fpu/fegetenv.c (__fegetenv): Use
1486 libm_hidden_def.
1487 * sysdeps/powerpc/nofpu/fegetenv.c (__fegetenv): Likewise.
1488 * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c (__fegetenv):
1489 Likewise.
1490 * sysdeps/s390/fpu/fegetenv.c (fegetenv): Rename to __fegetenv and
1491 define as weak alias of __fegetenv. Use libm_hidden_weak.
1492 * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Likewise.
1493 * sysdeps/sparc/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
1494 * sysdeps/tile/math_private.h (__fegetenv): New inline function.
1495 * sysdeps/x86_64/fpu/fegetenv.c (fegetenv): Rename to __fegetenv
1496 and define as weak alias of __fegetenv. Use libm_hidden_weak.
1497 * sysdeps/generic/math_private.h (libc_feholdsetround_ctx): Use
1498 __fegetenv instead of fegetenv.
1499 (libc_feholdsetround_noex_ctx): Likewise.
1500
1501 2014-12-31 Matthew Fortune <matthew.fortune@imgtec.com>
1502
1503 * elf/elf.h (PT_MIPS_ABIFLAGS): Define.
1504 (Elf_MIPS_ABIFlags_v0): New structure.
1505 (EF_MIPS_FP64): Define.
1506 (MIPS_AFL_REG_NONE, MIPS_AFL_REG_32, MIPS_AFL_REG_64): Likewise.
1507 (MIPS_AFL_REG_128, MIPS_AFL_ASE_DSP, MIPS_AFL_ASE_DSP64): Likewise.
1508 (MIPS_AFL_ASE_DSPR2, MIPS_AFL_ASE_EVA, MIPS_AFL_ASE_MCU): Likewise.
1509 (MIPS_AFL_ASE_MDMX, MIPS_AFL_ASE_MIPS3D, MIPS_AFL_ASE_MT): Likewise.
1510 (MIPS_AFL_ASE_SMARTMIPS, MIPS_AFL_ASE_VIRT): Likewise.
1511 (MIPS_AFL_ASE_VIRT64, MIPS_AFL_ASE_MSA, MIPS_AFL_ASE_MSA64): Likewise.
1512 (MIPS_AFL_ASE_MIPS16, MIPS_AFL_ASE_MICROMIPS): Likewise.
1513 (MIPS_AFL_ASE_XPA, MIPS_AFL_EXT_XLR, MIPS_AFL_EXT_OCTEON2): Likewise.
1514 (MIPS_AFL_EXT_OCTEONP, MIPS_AFL_EXT_LOONGSON_3A): Likewise.
1515 (MIPS_AFL_EXT_OCTEON, MIPS_AFL_EXT_5900, MIPS_AFL_EXT_4010): Likewise.
1516 (MIPS_AFL_EXT_4100, MIPS_AFL_EXT_3900, MIPS_AFL_EXT_10000): Likewise.
1517 (MIPS_AFL_EXT_SB1, MIPS_AFL_EXT_4111, MIPS_AFL_EXT_4120): Likewise.
1518 (MIPS_AFL_EXT_5400, MIPS_AFL_EXT_5500): Likewise.
1519 (MIPS_AFL_EXT_LOONGSON_2E, MIPS_AFL_EXT_LOONGSON_2F): Likewise.
1520 (Val_GNU_MIPS_ABI_FP_ANY, Val_GNU_MIPS_ABI_FP_DOUBLE): New enum values.
1521 (Val_GNU_MIPS_ABI_FP_SINGLE, Val_GNU_MIPS_ABI_FP_SOFT): Likewise.
1522 (Val_GNU_MIPS_ABI_FP_OLD_64, Val_GNU_MIPS_ABI_FP_XX): Likewise.
1523 (Val_GNU_MIPS_ABI_FP_64, Val_GNU_MIPS_ABI_FP_64A): Likewise.
1524 (Val_GNU_MIPS_ABI_FP_MAX): Likewise.
1525 * sysdeps/mips/Makefile [subdir=elf]: Add tst-abi-interlink,
1526 tst-mode-switch-1, tst-mode-switch-2, tst-mode-switch-3 tests.
1527 * sysdeps/mips/bits/linkmap.h (struct link_map_machine): Add fpmode
1528 field.
1529 * sysdeps/mips/dl-machine.h (elf_machine_matches_host): Reject
1530 EF_MIPS_FP64.
1531 * sysdeps/mips/dl-machine-reject-phdr.h: New file.
1532 * sysdeps/mips/tst-abi-fp32mod.c: Likewise.
1533 * sysdeps/mips/tst-abi-fpxxmod.c: Likewise.
1534 * sysdeps/mips/tst-abi-fpxxomod.c: Likewise.
1535 * sysdeps/mips/tst-abi-fp64mod.c: Likewise.
1536 * sysdeps/mips/tst-abi-fp64amod.c: Likewise.
1537 * sysdeps/mips/tst-abi-interlink.c: Likewise.
1538 * sysdeps/mips/tst-mode-switch-1.c: Likewise.
1539 * sysdeps/mips/tst-mode-switch-2.c: Likewise.
1540 * sysdeps/mips/tst-mode-switch-3.c: Likewise.
1541 * sysdeps/unix/sysv/linux/mips/configure.ac (o32-fpabi): Define to
1542 record the current FP ABI extension.
1543 (mips-mode-switch): Define to show if kernel headers support mode
1544 switching.
1545 * sysdeps/unix/sysv/linux/mips/configure: Regenerate.
1546 * sysdeps/unix/sysv/linux/mips/ldsodefs.h: Increase maximum
1547 supported SYSV ABI version to 3.
1548 * sysdeps/unix/sysv/linux/mips/libc-abis: Add new MIPS_O32_FP64
1549 feature.
1550
1551 2014-12-31 Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
1552 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
1553
1554 * sysdeps/powerpc/powerpc64/power7/strcpy.S (strcpy): Optimize unaligned
1555 path.
1556 * benchtests/bench-strcpy.c (test_main): Add more unaligned inputs.
1557
1558 2014-12-31 Joseph Myers <joseph@codesourcery.com>
1559
1560 * sysdeps/powerpc/bits/fenvinline.h (fegetround): Rename macro to
1561 __fegetround and redefine to call __fegetround. Remove condition
1562 on [!__NO_MATH_INLINES].
1563 * sysdeps/powerpc/fpu/fenv_libc.h (__fegetround): Remove inline
1564 function.
1565 * sysdeps/powerpc/nofpu/fenv_libc.h: Remove file.
1566 * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h (__fegetround):
1567 Remove macro.
1568 * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Include <fenv.h>
1569 instead of <fenv_libc.h>.
1570 (__llrintl): Call fegetround instead of __fegetround.
1571 * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Include <fenv.h>
1572 instead of <fenv_libc.h>.
1573 * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
1574 (__lrintl): Call fegetround instead of __fegetround.
1575 * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Include <fenv.h>
1576 instead of <fenv_libc.h>.
1577 * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
1578 (__rintl): Call fegetround instead of __fegetround.
1579
1580 2014-12-31 Siddhesh Poyarekar <siddhesh@redhat.com>
1581
1582 * scripts/gen-posix-conf-vars.awk: Don't use multi-dimensional
1583 arrays.
1584
1585 2014-12-30 H.J. Lu <hongjiu.lu@intel.com>
1586
1587 [BZ #17775]
1588 * sysdeps/i386/dl-machine.h (PI_STATIC_AND_HIDDEN): Removed.
1589 (elf_machine_dynamic) [!PI_STATIC_AND_HIDDEN]: Likewise.
1590 (elf_machine_load_address) [!PI_STATIC_AND_HIDDEN]: Likewise.
1591
1592 2014-12-30 Andrew Senkevich <andrew.senkevich@intel.com>
1593
1594 * sysdeps/i386/tls-macros.h: Include <features.h>.
1595 (TLS_LE): Use non-PIC version for GCC >= 5.0.
1596 (TLS_IE): Likewise.
1597 (TLS_LD): Likewise.
1598 (TLS_GD): Likewise.
1599 * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Don't
1600 define for GCC >= 5.0.
1601
1602 2014-12-30 Chris Metcalf <cmetcalf@ezchip.com>
1603
1604 * math/test-fenv.c (test_single_exception, set_single_exc,
1605 feenv_nomask_test, feenv_mask_test, feexcp_nomask_test,
1606 feexcp_mask_test, feenable_test, fe_single_test): Add
1607 [!FE_ALL_EXCEPT] test so these routines are not compiled in the
1608 case where they are not used.
1609 * math/libm-test.inc: Likewise.
1610 * setjmp/test-setjmp-fp.c: Mark attribute ((unused)) on variable
1611 unused in the absence of FP rounding/exception support.
1612 * stdio-common/tst-printf-round.c: Likewise.
1613 * stdlib/tst-strtod-round.c: Likewise.
1614 * stdlib/tst-strtod-underflow.c: Likewise.
1615
1616 2014-12-30 Joseph Myers <joseph@codesourcery.com>
1617
1618 [BZ #17723]
1619 * include/fenv.h (__feraiseexcept): Use libm_hidden_proto.
1620 * math/fraiseexcpt.c (__feraiseexcept): Use libm_hidden_def.
1621 * sysdeps/aarch64/fpu/fraiseexcpt.c (feraiseexcept): Rename to
1622 __feraiseexcept and define as weak alias of __feraiseexcept. Use
1623 libm_hidden_weak.
1624 * sysdeps/arm/fraiseexcpt.c (feraiseexcept): Likewise.
1625 * sysdeps/hppa/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
1626 * sysdeps/i386/fpu/fraiseexcpt.c (__feraiseexcept): Use
1627 libm_hidden_def.
1628 * sysdeps/ia64/fpu/fraiseexcpt.c (feraiseexcept): Rename to
1629 __feraiseexcept and define as weak alias of __feraiseexcept. Use
1630 libm_hidden_weak.
1631 * sysdeps/m68k/coldfire/fpu/fraiseexcpt.c (feraiseexcept):
1632 Likewise.
1633 * sysdeps/microblaze/math_private.h (__feraiseexcept): New macro.
1634 * sysdeps/mips/fpu/fraiseexcpt.c (feraiseexcept): Rename to
1635 __feraiseexcept and define as weak alias of __feraiseexcept. Use
1636 libm_hidden_weak.
1637 * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Use
1638 libm_hidden_def.
1639 * sysdeps/powerpc/nofpu/fraiseexcpt.c (__feraiseexcept): Likewise.
1640 * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcpt.c
1641 (__feraiseexcept): Likewise.
1642 * sysdeps/s390/fpu/fraiseexcpt.c (feraiseexcept): Rename to
1643 __feraiseexcept and define as weak alias of __feraiseexcept. Use
1644 libm_hidden_weak.
1645 * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
1646 * sysdeps/sparc/fpu/fraiseexcpt.c (__feraiseexcept): Use
1647 libm_hidden_def.
1648 * sysdeps/tile/math_private.h (__feraiseexcept): New macro.
1649 * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S (__feraiseexcept):
1650 Use libm_hidden_def.
1651 * sysdeps/x86_64/fpu/fraiseexcpt.c (__feraiseexcept): Use
1652 libm_hidden_def.
1653 (feraiseexcept): Define as weak not strong alias. Use
1654 libm_hidden_weak.
1655 * sysdeps/x86/fpu/bits/fenv.h (__feraiseexcept_invalid_divbyzero):
1656 New inline function. Factored out of ...
1657 (feraiseexcept): ... here. Use __feraiseexcept_invalid_divbyzero.
1658 * sysdeps/x86/fpu/include/bits/fenv.h: New file.
1659 * math/e_scalb.c (invalid_fn): Call __feraiseexcept instead of
1660 feraiseexcept.
1661 * math/w_acos.c (__acos): Likewise.
1662 * math/w_asin.c (__asin): Likewise.
1663 * math/w_ilogb.c (__ilogb): Likewise.
1664 * math/w_j0.c (y0): Likewise.
1665 * math/w_j1.c (y1): Likewise.
1666 * math/w_jn.c (yn): Likewise.
1667 * math/w_log.c (__log): Likewise.
1668 * math/w_log10.c (__log10): Likewise.
1669 * sysdeps/aarch64/fpu/feupdateenv.c (feupdateenv): Likewise.
1670 * sysdeps/aarch64/fpu/math_private.h
1671 (libc_feupdateenv_test_aarch64): Likewise.
1672 * sysdeps/alpha/fpu/feupdateenv.c (__feupdateenv): Likewise.
1673 * sysdeps/arm/fenv_private.h (libc_feupdateenv_test_vfp): Likewise.
1674 * sysdeps/arm/feupdateenv.c (feupdateenv): Likewise.
1675 * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Likewise.
1676 * sysdeps/m68k/fpu/feupdateenv.c (__feupdateenv): Likewise.
1677 * sysdeps/mips/fpu/feupdateenv.c (feupdateenv): Likewise.
1678 * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Likewise.
1679 * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
1680 * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
1681 * sysdeps/sparc/fpu/feupdateenv.c (__feupdateenv): Likewise.
1682
1683 2014-12-30 H.J. Lu <hongjiu.lu@intel.com>
1684
1685 [BZ #17732]
1686 * io/test-utime.c (main): Replace %ld with %jd and cast to
1687 intmax_t.
1688 * libio/tst-ftell-active-handler.c (do_append_test): Likewise.
1689 * nptl/tst-mutex5.c: Include <stdint.h>.
1690 (do_test): Replace %ld with %jd and cast to intmax_t.
1691 * posix/tst-regex.c (run_test): Likewise.
1692 (run_test_backwards): Likewise.
1693 * rt/tst-clock.c: Include <stdint.h>.
1694 (clock_test): Replace %ld with %jd and cast to intmax_t.
1695 * rt/tst-cpuclock1.c: Include <stdint.h>.
1696 (do_test): Replace %lu with %ju and cast to uintmax_t.
1697 * rt/tst-cpuclock2.c: Include <stdint.h>.
1698 (do_test): Replace %lu with %ju and cast to uintmax_t.
1699 * rt/tst-mqueue1.c: Include <stdint.h>.
1700 (check_attrs): Replace %ld with %jd and cast to intmax_t.
1701 * rt/tst-mqueue3.c (fct): Replace %ld with %jd and cast to
1702 intmax_t.
1703 * rt/tst-mqueue4.c (do_test): Likewise.
1704 * rt/tst-timer4.c: Include <stdint.h>.
1705 (check_ts): Replace %ld with %jd and cast to intmax_t.
1706 (do_test): Likewise.
1707 * stdio-common/tst-fmemopen2.c (do_test): Replace %ld with %jd
1708 and cast to intmax_t.
1709 * sysdeps/pthread/tst-timer.c (main): Likewise.
1710 * time/clocktest.c (main): Likewise.
1711 * time/tst-posixtz.c (do_test): Likewise.
1712 * timezone/tst-timezone.c (main): Likewise.
1713
1714 2014-12-30 Andrew Senkevich <andrew.senkevich@intel.com>
1715 H.J. Lu <hongjiu.lu@intel.com>
1716
1717 * sysdeps/i386/i686/multiarch/bcopy-sse2-unaligned.S: New file.
1718 * sysdeps/i386/i686/multiarch/memcpy-sse2-unaligned.S: Likewise.
1719 * sysdeps/i386/i686/multiarch/memmove-sse2-unaligned.S: Likewise.
1720 * sysdeps/i386/i686/multiarch/mempcpy-sse2-unaligned.S: Likewise.
1721 * sysdeps/i386/i686/multiarch/bcopy.S: Select the sse2_unaligned
1722 version if bit_Fast_Unaligned_Load is set.
1723 * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
1724 * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
1725 * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
1726 * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
1727 * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
1728 * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
1729 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
1730 bcopy-sse2-unaligned, memcpy-sse2-unaligned,
1731 memmove-sse2-unaligned and mempcpy-sse2-unaligned.
1732 * sysdeps/i386/i686/multiarch/ifunc-impl-list.c (MAX_IFUNC): Set
1733 to 4.
1734 (__libc_ifunc_impl_list): Test __bcopy_sse2_unaligned,
1735 __memmove_chk_sse2_unaligned, __memmove_sse2_unaligned,
1736 __memcpy_chk_sse2_unaligned, __memcpy_sse2_unaligned,
1737 __mempcpy_chk_sse2_unaligned, and __mempcpy_sse2_unaligned.
1738
1739 2014-12-29 Chris Metcalf <cmetcalf@ezchip.com>
1740
1741 * sysdeps/unix/sysv/linux/tst-setgetname.c (do_test): Use #ifndef
1742 instead of #if to avoid a Wundef warning.
1743 * stdlib/tst-limits.c (do_test): Likewise.
1744
1745 * sysdeps/tile/math_private.h (fetestexcept): Add macro to
1746 parallel other exception macros.
1747 (fegetenv): Convert from macro to extern inline so that it applies
1748 retroactively to inline functions already seen by the compiler.
1749 (fesetenv, feupdateenv, fegetround, fesetround): Likewise.
1750
1751 * posix/Makefile (before-compile): Use $(objpfx) for
1752 posix-conf-vars-def.h.
1753
1754 2014-12-29 Siddhesh Poyarekar <siddhesh@redhat.com>
1755
1756 * posix/getconf.c (main): Use size_t for type of I.
1757 * scripts-gen-posix-conf-vars.awk (END): Use size_t for type of
1758 NSPEC.
1759
1760 * posix/posix-conf-vars.list (SPEC:XBS5): Add sysconf prefix.
1761 * posix/confstr.c: Define NEED_SPEC_ARRAY to 0.
1762 * posix/posix-envs.def: Likewise.
1763 * sysdeps/posix/sysconf.c: Likewise.
1764 * posix/getconf.c: Define NEED_SPEC_ARRAY to 1.
1765 (specs): Remove array.
1766 * scripts/gen-posix-conf-vars.awk: Support generation of specs
1767 array.
1768
1769 * posix/posix-conf-vars.list: Add _POSIX sysconf namespace.
1770 * sysdeps/posix/sysconf.c: Include posix-conf-vars.h.
1771 (__sysconf): Use CONF_IS_* macros.
1772
1773 * posix/Makefile (before-compile): Add posix-conf-vars-def.h.
1774 ($(objpfx)posix-conf-vars-def.h): New target.
1775 * posix/posix-conf-vars.list: New file.
1776 * posix/posix-conf-vars.h: New file.
1777 * posix/confstr.c: Include posix-conf-vars.h.
1778 (confstr): Use CONF_IS_* macros.
1779 * posix/posix-envs.def: Include posix-conf-vars.h. Use
1780 CONF_IS_* macros.
1781 * scripts/gen-posix-conf-vars.awk: New file.
1782
1783 2014-12-26 Chris Metcalf <cmetcalf@ezchip.com>
1784
1785 * sysdeps/tile/math_private.h (fegetenv, fesetenv, feupdateenv,
1786 fegetround): Add no-op macros to avoid linknamespace issues.
1787
1788 * sysdeps/unix/sysv/linux/clock_settime.c (SYSDEP_SETTIME): Remove
1789 definitions of INTERNAL_VSYSCALL and INLINE_VSYSCALL.
1790
1791 * sysdeps/unix/sysv/linux/tile/sysdep.h
1792 (HAVE_CLOCK_GETTIME_VSYSCALL): Move definition out of
1793 assembly-specific section to avoid a redefinition warning.
1794
1795 * sysdeps/tile/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast to
1796 long before casting to pointer to avoid a cast warning.
1797
1798 2014-12-23 Chris Metcalf <cmetcalf@ezchip.com>
1799
1800 * sysdeps/tile/tilegx/Implies: New file.
1801
1802 2014-12-23 Richard Earnshaw <rearnsha@arm.com>
1803
1804 * string/stpcpy.c (__stpcpy): Rewrite using strlen and memcpy.
1805
1806 2014-12-23 Florian Weimer <fweimer@redhat.com>
1807
1808 * iconvdata/run-iconv-test.sh: Actually test iconv modules.
1809
1810 2014-12-22 Joseph Myers <joseph@codesourcery.com>
1811
1812 * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMES): Do
1813 not define.
1814 * sysdeps/unix/sysv/linux/utimes.c: Do not include
1815 <kernel-features.h>.
1816 (__utimes) [__NR_utimes]: Make code unconditional.
1817 (__utimes) [!__ASSUME_UTIMES]: Remove conditional code.
1818 * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
1819 (__ASSUME_UTIMES): Do not undefine.
1820 * sysdeps/unix/sysv/linux/tile/kernel-features.h
1821 (__ASSUME_UTIMES): Likewise.
1822 * sysdeps/unix/sysv/linux/hppa/kernel-features.h
1823 (__ASSUME_UTIMES): Define for [__LINUX_KERNEL_VERSION >= 0x030e00]
1824 instead of undefining for [__LINUX_KERNEL_VERSION < 0x030e00].
1825 * sysdeps/unix/sysv/linux/hppa/utimes.c: New file.
1826
1827 2014-12-22 Steve Ellcey <sellcey@imgtec.com>
1828
1829 * sysdeps/mips/memcpy.S: Fix preprocessor indentation.
1830
1831 2014-12-22 Chris Metcalf <cmetcalf@ezchip.com>
1832
1833 [BZ #17747]
1834 * math/w_j0.c [defined NO_LONG_DOUBLE] (j0, y0): Convert strong
1835 alias to weak alias for j0l, y0l.
1836 * math/w_j1.c [defined NO_LONG_DOUBLE] (j1, y1): Likewise.
1837 * math/w_jn.c [defined NO_LONG_DOUBLE] (jn, yn): Likewise.
1838
1839 [BZ #17746]
1840 * sysdeps/tile/tilegx/strstr.c (STRSTR2): Remove implicit boolean
1841 conversion.
1842
1843 2014-12-22 Steve Ellcey <sellcey@imgtec.com>
1844
1845 * sysdeps/unix/mips/sysdep.h (__mips_isa_rev): Set
1846 to zero if not already defined.
1847
1848 2014-12-22 Joseph Myers <joseph@codesourcery.com>
1849
1850 [BZ #17724]
1851 * sysdeps/ieee754/k_standard.c: Don't include <float.h>.
1852 (__kernel_standard_f): Remove. Moved to k_standardf.c.
1853 (__kernel_standard_l): Remove. Moved to k_standardl.c with
1854 (char *) casts added.
1855 * sysdeps/ieee754/k_standardf.c: New file.
1856 * sysdeps/ieee754/k_standardl.c: Likewise.
1857 * math/Makefile (libm-support): Remove k_standard.
1858 (libm-calls): Add k_standard.
1859
1860 2014-12-22 Wilco Dijkstra <wdijkstr@arm.com>
1861
1862 * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept):
1863 Optimize to avoid an unnecessary FPCR read.
1864
1865 2014-12-22 Wilco Dijkstra <wdijkstr@arm.com>
1866
1867 * sysdeps/aarch64/fpu/fesetenv.c (fesetenv):
1868 Optimize to reduce FPCR/FPSR accesses.
1869
1870 2014-12-22 Wilco Dijkstra <wdijkstr@arm.com>
1871
1872 * sysdeps/aarch64/fpu/ftestexcept.c (fetestexcept):
1873 Call libc_fetestexcept_aarch64.
1874
1875 2014-12-22 Wilco Dijkstra <wdijkstr@arm.com>
1876
1877 * sysdeps/aarch64/fpu/fesetround.c (fesetround):
1878 Call libc_fesetround_aarch64.
1879
1880 2014-12-22 Joseph Myers <joseph@codesourcery.com>
1881
1882 [BZ #17733]
1883 * sysdeps/unix/sysv/linux/bind.S (NO_WEAK_ALIAS): Do not define.
1884 (__bind): Do not define as weak alias.
1885 * sysdeps/unix/sysv/linux/getsockname.S (NO_WEAK_ALIAS): Do not
1886 define.
1887 (__getsockname): Do not define as weak alias.
1888
1889 2014-12-22 Will Newton <will.newton@linaro.org>
1890
1891 * manual/install.texi: Document that we require bison 2.7
1892 or above.
1893 * INSTALL: Regenerate.
1894 * configure.ac: Use AC_CHECK_PROG_VER instead of
1895 AC_PATH_PROG when checking for bison and check for
1896 version 2.7 or above.
1897 * configure: Regenerate.
1898
1899 2014-12-21 Chris Metcalf <cmetcalf@ezchip.com>
1900
1901 [BZ #17745]
1902 * sysdeps/tile/ffs.c (__ffs): Moved ffsll definition...
1903 * sysdeps/tile/ffsll.c (ffsll): To here.
1904
1905 * sysdeps/unix/sysv/linux/tile/localplt.data: Removed.
1906
1907 2014-12-21 H.J. Lu <hongjiu.lu@intel.com>
1908
1909 * elf/dl-tls.c (__tls_get_addr): Provide the hidden definition
1910 if not defined.
1911 * sysdeps/i386/dl-tls.h (___tls_get_addr): Provide the hidden
1912 definition.
1913 * sysdeps/i386/dl-tlsdesc.S (_dl_tlsdesc_dynamic): Call the
1914 hidden ___tls_get_addr.
1915 * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_dynamic): Call the
1916 hidden __tls_get_addr.
1917 * sysdeps/generic/localplt.data (__tls_get_addr): Removed.
1918 * sysdeps/unix/sysv/linux/i386/localplt.data (___tls_get_addr):
1919 Likewise.
1920
1921 2014-12-21 Andreas Schwab <schwab@linux-m68k.org>
1922
1923 * sysdeps/m68k/dl-machine.h (RTLD_START): Remove @PLTPC from
1924 _dl_init call.
1925
1926 2014-12-21 H.J. Lu <hongjiu.lu@intel.com>
1927
1928 * sysdeps/i386/dl-machine.h (_dl_start_user): Remove @PLT
1929 from "call _dl_init@PLT".
1930 * sysdeps/x86_64/dl-machine.h (_dl_start_user): Likewise.
1931
1932 2014-12-21 Anders Kaseorg <andersk@mit.edu>
1933
1934 * manual/search.texi: (Array Sort Function): Clarify stable sorting
1935 guarantees.
1936
1937 2014-12-20 Chris Metcalf <cmetcalf@ezchip.com>
1938
1939 * sysdeps/unix/sysv/linux/tile/localplt.data: New file.
1940
1941 2014-12-19 Chris Metcalf <cmetcalf@ezchip.com>
1942
1943 [BZ #17744]
1944 * sysdeps/tile/tilegx/strstr.c (STRSTR): Call __strnlen, not
1945 strnlen.
1946
1947 2014-12-19 Steve Ellcey <sellcey@imgtec.com>
1948
1949 * sysdeps/mips/addmul_1.S (__mpn_addmul_1): Use mulu/muhu instead
1950 of multu on MIPSr6.
1951 * sysdeps/mips/mul_1.S (__mpn_mul_1): Ditto.
1952 * sysdeps/mips/submul_1.S (__mpn_submul_1): Ditto.
1953 * sysdeps/mips/mips64/addmul_1.S (__mpn_addmul_1): Ditto.
1954 * sysdeps/mips/mips64/mul_1.S (__mpn_mul_1): Ditto.
1955 * sysdeps/mips/mips64/submul_1.S (__mpn_submul_1): Ditto.
1956
1957 2014-12-19 Steve Ellcey <sellcey@imgtec.com>
1958
1959 * sysdeps/mips/sys/asm.h (PTR_ADDU): Use addu on mips32r6/mips64r6.
1960 (PTR_ADDIU): Use addiu for mips32r6/mips64r6.
1961 (PTR_SUBU): Use subu for mips32r6/mips64r6.
1962 (PTR_SUBIU): Use subu for mips32r6/mips64r6 (subiu does not exist).
1963 * sysdeps/mips/machine-gmon.h (PTR_ADDU_STRING) Use addu for
1964 mips32r6/mips64r6.
1965 (PTR_SUBU_STRING) Use subu for mips32r6/mips64r6.
1966
1967 2014-12-19 Ondřej Bílka <neleai@seznam.cz>
1968
1969 * string/strncat.c (STRNCAT): Simplify implementation.
1970
1971 2014-12-19 David S. Miller <davem@davemloft.net>
1972
1973 * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Use a union to
1974 access the quad as both a long double and as a series of 4 words.
1975
1976 * get-dynamic-info.h (elf_get_dynamic_info): Ignore -Warray-bounds for a
1977 link_map->l_info array access.
1978
1979 2014-12-19 Chris Metcalf <cmetcalf@ezchip.com>
1980
1981 * iconvdata/tst-loading.c (TIMEOUT): Increase timeout 10 sec.
1982
1983 * math/atest-exp.c (TIMEOUT): Increase timeout to 10 sec.
1984 * math/atest-exp2.c (TIMEOUT): Likewise.
1985 * math/atest-sincos.c (TIMEOUT): Likewise.
1986
1987 2014-12-19 H.J. Lu <hongjiu.lu@intel.com>
1988
1989 * sysdeps/x86_64/x32/Makefile (CFLAGS-s_llround.c): Replace
1990 -Wno-error with -fno-builtin-lround.
1991
1992 2014-12-19 Torvald Riegel <triegel@redhat.com>
1993
1994 * sysdeps/unix/sysv/linux/i386/lowlevellock-futex.h: New file.
1995 Contains futex constants and functions moved over from ...
1996 * sysdeps/unix/sysv/linux/i386/lowlevellock.h: ... here. Include
1997 <lowlevellock-futex.h>.
1998 (lll_wait_tid): Use lll_futex_wait instead of assembly code.
1999 (lll_timedwait_tid): Add comments and parentheses around macro
2000 arguments.
2001
2002 2014-12-19 Torvald Riegel <triegel@redhat.com>
2003
2004 * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Include
2005 <lowlevellock-futex.h>. Remove FUTEX_* constants defined there.
2006 (__lll_private_flag): Remove.
2007 (lll_futex_wait): Likewise.
2008 (lll_futex_timed_wait): Likewise.
2009 (lll_futex_wake): Likewise.
2010 (lll_futex_requeue): Likewise.
2011 (lll_wait_tid): Use lll_futex_wait instead of assembly code.
2012 (__lll_timedwait_tid): Spell out argument names.
2013 (lll_timedwait_tid): Add comments and parentheses around macro
2014 arguments.
2015 * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Make FUTEX_* constants,
2016 LLL_SHARED and LLL_PRIVATE usable from assembly code.
2017
2018 2014-12-19 Torvald Riegel <triegel@redhat.com>
2019
2020 * sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: Remove file.
2021 * sysdeps/unix/sysv/linux/sh/lowlevellock.S: Likewise.
2022 * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
2023 * sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: Likewise.
2024 * sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: Likewise.
2025 * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: Likewise.
2026 * sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: Likewise.
2027 * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Likewise.
2028 * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Likewise.
2029 * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: Likewise.
2030 * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: Likewise.
2031 * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Likewise.
2032 * sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: Likewise.
2033 * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Likewise.
2034 * sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: Likewise.
2035 * sysdeps/unix/sysv/linux/sh/sem_post.S: Likewise.
2036 * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Likewise.
2037 * sysdeps/unix/sysv/linux/sh/sem_trywait.S: Likewise.
2038 * sysdeps/unix/sysv/linux/sh/sem_wait.S: Likewise.
2039
2040 2014-12-19 H.J. Lu <hongjiu.lu@intel.com>
2041
2042 * sysdeps/x86_64/x32/Makefile: New file.
2043
2044 2014-12-19 H.J. Lu <hongjiu.lu@intel.com>
2045
2046 * sysdeps/i386/ldbl2mpn.c (__mpn_extract_long_double): Replace
2047 1L with (mp_limb_t) 1.
2048
2049 2014-12-17 Roland McGrath <roland@hack.frob.com>
2050
2051 * sysdeps/nptl/fork.c (__fork_generation_pointer): Variable moved ...
2052 * nptl/libc_pthread_init.c: ... here.
2053 * sysdeps/nptl/fork.c (__fork_handlers): Variable moved ...
2054 * nptl/register-atfork.c: ... here.
2055
2056 * sysdeps/nptl/gai_misc.h (__gai_start_notify_thread):
2057 Use pthread_sigmask rather than INTERNAL_SYSCALL.
2058 Use assert_perror to check its return value.
2059 (__gai_create_helper_thread): Likewise.
2060
2061 * inet/if_index.c (__if_freenameindex): Add libc_hidden_def.
2062
2063 * malloc/malloc.c (alloc_perturb, free_perturb): Remove inline keyword.
2064
2065 2014-12-17 Joseph Myers <joseph@codesourcery.com>
2066
2067 [BZ #17725]
2068 * sysdeps/generic/profil-counter.h (profil_counter): Rename to
2069 __profil_counter.
2070 * sysdeps/unix/sysv/linux/hppa/profil-counter.h (profil_counter):
2071 Likewise.
2072 * sysdeps/unix/sysv/linux/i386/profil-counter.h (profil_counter):
2073 Likewise.
2074 * sysdeps/unix/sysv/linux/ia64/profil-counter.h (profil_counter):
2075 Likewise.
2076 * sysdeps/unix/sysv/linux/s390/s390-32/profil-counter.h
2077 (profil_counter): Likewise.
2078 * sysdeps/unix/sysv/linux/s390/s390-64/profil-counter.h
2079 (profil_counter): Likewise.
2080 * sysdeps/unix/sysv/linux/sh/profil-counter.h (profil_counter):
2081 Likewise.
2082 * sysdeps/unix/sysv/linux/tile/profil-counter.h (profil_counter):
2083 Likewise.
2084 * sysdeps/unix/sysv/linux/x86_64/profil-counter.h
2085 (profil_counter): Likewise.
2086 * sysdeps/unix/sysv/linux/arm/profil-counter.h (profil_counter):
2087 Likewise.
2088 [!__profil_counter] (profil_counter): Define as weak alias of
2089 __profil_counter.
2090 * sysdeps/unix/sysv/linux/sparc/sparc32/profil-counter.h
2091 (profil_counter): Rename to __profil_counter.
2092 [!__profil_counter] (profil_counter): Define as weak alias of
2093 __profil_counter.
2094 * sysdeps/unix/sysv/linux/sparc/sparc64/profil-counter.h
2095 (profil_counter): Rename to __profil_counter.
2096 [!__profil_counter] (profil_counter): Define as weak alias of
2097 __profil_counter.
2098 * sysdeps/posix/profil.c: Update comment referring to
2099 profil_counter.
2100 (__profil): Use __profil_counter instead of profil_counter.
2101 * sysdeps/posix/sprofil.c (profil_counter): Rename to
2102 __profil_counter. Use __profil_counter_ushort and
2103 __profil_counter_uint in definitions.
2104 (__sprofil): Use __profil_counter_uint and __profil_counter_ushort
2105 instead of profil_counter_uint and profil_counter_ushort.
2106
2107 [BZ #17722]
2108 * inet/inet_mkadr.c (inet_makeaddr): Rename to __inet_makeaddr and
2109 define as weak alias of __inet_makeaddr.
2110 * resolv/inet_addr.c (inet_addr): Rename to __inet_addr and define
2111 as weak alias of __inet_addr.
2112 * resolv/inet_pton.c (inet_pton): Rename to __inet_pton and define
2113 as weak alias of __inet_pton. Use libc_hidden_weak.
2114 * include/arpa/inet.h (__inet_pton): Declare. Use
2115 libc_hidden_proto.
2116 (inet_makeaddr): Don't use libc_hidden_proto.
2117 (__inet_makeaddr): Declare. Use libc_hidden_proto.
2118 * resolv/res_init.c (__res_vinit): Use __inet_pton instead of
2119 inet_pton. Use __inet_makeaddr instead of inet_makeaddr.
2120 * conform/Makefile (test-xfail-POSIX/pthread.h/linknamespace):
2121 Remove variable.
2122 (test-xfail-POSIX/sched.h/linknamespace): Likewise.
2123 (test-xfail-POSIX/time.h/linknamespace): Likewise.
2124
2125 2014-12-17 Steve Ellcey <sellcey@imgtec.com>
2126
2127 * inet/getnetgrent_r.c: Move while loop to be inside if statement.
2128
2129 2014-12-17 Stefan Liebler <stli@linux.vnet.ibm.com>
2130
2131 * stdio-common/bug-vfprintf-nargs.c (do_test):
2132 Cast value to intptr_t to avoid format warning
2133 for usage with PRIdPTR printing macro.
2134
2135 2014-12-17 Stefan Liebler <stli@linux.vnet.ibm.com>
2136
2137 * libio/tst-widetext.c (do_test):
2138 Use format type %td instead of %Zd for ptrdiff_t
2139 in order to avoid format warning.
2140
2141 2014-12-17 Andreas Schwab <schwab@suse.de>
2142
2143 * nscd/mem.c (gc): Add size_t cast to match printf format.
2144
2145 2014-12-16 Roland McGrath <roland@hack.frob.com>
2146
2147 * sysdeps/gnu/unwind-resume.c: #include <sysdep.h>.
2148 (init): Apply PTR_MANGLE to pointers before storing them.
2149 (_Unwind_Resume, __gcc_personality_v0): Apply PTR_DEMANGLE to pointers
2150 before using them.
2151
2152 2014-12-16 Joseph Myers <joseph@codesourcery.com>
2153
2154 [BZ #17719]
2155 * sysdeps/x86_64/memrchr.S (memrchr): Rename to __memrchr and
2156 define as weak alias of __memrchr.
2157 (__memrchr): Do not define as strong alias of memrchr.
2158 * conform/Makefile (test-xfail-XPG4/libgen.h/linknamespace):
2159 Remove variable.
2160 (test-xfail-UNIX98/libgen.h/linknamespace): Likewise.
2161 (test-xfail-XOPEN2K/libgen.h/linknamespace): Likewise.
2162 (test-xfail-XOPEN2K8/libgen.h/linknamespace): Likewise.
2163
2164 [BZ #17717]
2165 * inet/if_index.c (if_nametoindex): Rename to __if_nametoindex and
2166 define as weak alias of __if_nametoindex. Use libc_hidden_weak.
2167 (if_indextoname): Rename to __if_indextoname and define as weak
2168 alias of __if_indextoname. Use libc_hidden_weak.
2169 (if_freenameindex): Rename to __if_freenameindex and define as
2170 weak alias of __if_freenameindex.
2171 (if_nameindex): Rename to __if_nameindex and define as weak alias
2172 of __if_nameindex.
2173 * sysdeps/mach/hurd/if_index.c (if_nametoindex): Rename to
2174 __if_nametoindex and define as weak alias of __if_nametoindex.
2175 Use libc_hidden_weak.
2176 (if_freenameindex): Rename to __if_freenameindex and define as
2177 weak alias of __if_freenameindex.
2178 (if_nameindex): Rename to __if_nameindex and define as weak alias
2179 of __if_nameindex.
2180 (if_indextoname): Rename to __if_indextoname and define as weak
2181 alias of __if_indextoname. Use libc_hidden_weak.
2182 * sysdeps/unix/sysv/linux/if_index.c (if_nametoindex): Rename to
2183 __if_nametoindex and define as weak alias of __if_nametoindex.
2184 Use libc_hidden_weak.
2185 (if_freenameindex): Rename to __if_freenameindex and define as
2186 weak alias of __if_freenameindex. Use libc_hidden_weak.
2187 (if_nameindex_netlink): Use __if_freenameindex instead of
2188 if_freenameindex.
2189 (if_nameindex): Rename to __if_nameindex and define as weak alias
2190 of __if_nameindex. Use libc_hidden_weak.
2191 (if_indextoname): Rename to __if_indextoname and define as weak
2192 alias of __if_indextoname. Use libc_hidden_weak.
2193 * include/net/if.h [!_ISOMAC] (__if_nametoindex): Declare and use
2194 libc_hidden_proto.
2195 [!_ISOMAC] (__if_freenameindex): Likewise.
2196 * resolv/res_init.c (__res_vinit): Use __if_nametoindex instead of
2197 if_nametoindex.
2198 * conform/Makefile (test-xfail-XPG4/grp.h/linknamespace): Remove
2199 variable.
2200 (test-xfail-XPG4/pwd.h/linknamespace): Likewise.
2201 (test-xfail-UNIX98/aio.h/linknamespace): Likewise.
2202 (test-xfail-UNIX98/grp.h/linknamespace): Likewise.
2203 (test-xfail-UNIX98/pthread.h/linknamespace): Likewise.
2204 (test-xfail-UNIX98/pwd.h/linknamespace): Likewise.
2205 (test-xfail-UNIX98/sched.h/linknamespace): Likewise.
2206 (test-xfail-UNIX98/time.h/linknamespace): Likewise.
2207
2208 * conform/Makefile (test-xfail-UNIX98/semaphore.h/linknamespace):
2209 Remove variable.
2210 (test-xfail-XOPEN2K/semaphore.h/linknamespace): Likewise.
2211 (test-xfail-XOPEN2K8/semaphore.h/linknamespace): Likewise.
2212
2213 2014-12-16 Siddhesh Poyarekar <siddhesh@redhat.com>
2214
2215 * resolv/res_send.c (__libc_res_nsend): Disable warning 'array
2216 subscript above bounds'
2217
2218 * resolv/res_send.c (__libc_res_nsend): Fix check for nsmap
2219 bounds.
2220
2221 2014-12-16 Arjun Shankar <arjun.is@lostca.se>
2222
2223 * libio/tst-fopenloc.c: Use test-skeleton.c.
2224
2225 * stdlib/tst-bsearch.c: Use test-skeleton.c.
2226 (entry): Rename to ITEM.
2227 (do_test, comp): Adjust.
2228
2229 * stdio-common/tst-fseek.c: Use test-skeleton.c.
2230
2231 2014-12-16 Torvald Riegel <triegel@redhat.com>
2232
2233 * string/tester.c: Include <libc-internal.h>.
2234 (test_memset): Ignore -Wmemset-transposed-args.
2235
2236 2014-12-16 Torvald Riegel <triegel@redhat.com>
2237
2238 * misc/tst-mntent2.c (do_test): Fix warning.
2239
2240 2014-12-16 Torvald Riegel <triegel@redhat.com>
2241
2242 * elf/tst-unique4lib.cc(a): Mark as used.
2243
2244 2014-12-16 Florian Weimer <fweimer@redhat.com>
2245
2246 [BZ #17630]
2247 * resolv/nss_dns/dns-network.c (getanswer_r): Iterate over alias
2248 names.
2249
2250 2014-12-16 Allan McRae <allan@archlinux.org>
2251
2252 * stdio-common/Makefile (tests): Re-add bug26.
2253
2254 2014-12-15 Ondřej Bílka <neleai@seznam.cz>
2255
2256 [BZ #17657]
2257 * locale/programs/ld-ctype.c (find_translit2, read_widestring): Return
2258 static array.
2259
2260 2014-12-15 Bernard Ogden <bernie.ogden@linaro.org>
2261
2262 * nptl/lowlevellock.c (__lll_lock_wait_private): Add comments.
2263 (__lll_lock_wait): Likewise.
2264 (__lll_timedlock_wait): Likewise.
2265 (__lll_timedwait_tid): Likewise.
2266 * nptl/lowlevelrobustlock.c (__lll_robust_lock_wait): Likewise.
2267 (__lll_robust_timedlock_wait): Likewise.
2268 * sysdeps/nptl/lowlevellock.h (lll_trylock): Likewise.
2269 (lll_cond_trylock): Likewise.
2270 (__lll_lock): Likewise.
2271 (__lll_robust_lock): Likewise.
2272 (__lll_cond_lock): Likewise.
2273 (lll_robust_cond_lock): Likewise.
2274 (__lll_timedlock): Likewise.
2275 (__lll_robust_timedlock): Likewise.
2276 (__lll_unlock): Likewise.
2277 (__lll_robust_unlock): Likewise.
2278 (lll_wait_tid): Likewise.
2279 (lll_timedwait_tid): Likewise.
2280
2281 2014-12-15 Torvald Riegel <triegel@redhat.com>
2282
2283 * nptl/tst-sem4.c (do_test): Start with a fresh semaphore state.
2284
2285 2014-12-15 Torvald Riegel <triegel@redhat.com>
2286
2287 * nptl/tst-mutex5.c (do_test): Do not skip tests if elision is enabled.
2288
2289 2014-12-15 Adhemerval Zanella <Azanella@linux.vnet.ibm.com>
2290
2291 * stdio-common/test-vfprintf.c: Include <libc-internal.h>.
2292 * stdio-common/tst-sprintf.c: Likewise.
2293
2294 2014-12-15 Torvald Riegel <triegel@redhat.com>
2295
2296 * sysdeps/unix/sysv/linux/s390/pthread_once.c: Remove file.
2297
2298 2014-12-15 Jeff Law <law@redhat.com>
2299
2300 [BZ #16617]
2301 * stdio-common/vfprintf.c (vfprintf): Allocate large specs array
2302 on the heap. (CVE-2012-3406)
2303 * stdio-common/bug23-2.c, stdio-common/bug23-3.c: New file.
2304 * stdio-common/bug23-4.c: New file. Test case by Joseph Myers.
2305 * stdio-common/Makefile (tests): Add bug23-2, bug23-3, bug23-4.
2306
2307 2014-12-15 Will Newton <will.newton@linaro.org>
2308
2309 * manual/install.texi: Bump required version of texinfo
2310 to 4.7 from 4.5.
2311 * INSTALL: Regenerated.
2312 * configure.ac: Check for makeinfo version 4.7 and above.
2313 * configure: Regenerated.
2314
2315 2014-12-12 Roland McGrath <roland@hack.frob.com>
2316
2317 * sysdeps/posix/shm-directory.h (SHM_GET_NAME): Take new argument
2318 PREFIX, string constant to insert between directory and name.
2319 * sysdeps/posix/shm_open.c: Update caller.
2320 * sysdeps/posix/shm_unlink.c: Likewise.
2321 * nptl/semaphoreP.h (struct mountpoint_info): Type removed.
2322 (__where_is_shmfs, mountpoint, __namedsem_once): Declarations removed.
2323 (SEM_SHM_PREFIX): New macro.
2324 * sysdeps/posix/Makefile (librt-routines): Add shm-directory only if
2325 [$(have-thread-library) = no].
2326 * nptl/Makefile (libpthread-routines): Add shm-directory.
2327 * nptl/Versions (GLIBC_PRIVATE): Add __shm_directory.
2328 * sysdeps/nptl/shm-directory.h: New file.
2329 * sysdeps/posix/shm-directory.c
2330 [IS_IN (libpthread)] (__shm_directory): Add hidden_def.
2331 * sysdeps/unix/sysv/linux/shm-directory.c: Likewise.
2332 * nptl/sem_open.c (check_add_mapping): Use munmap function rather than
2333 INTERNAL_SYSCALL.
2334 (__where_is_shmfs): Function removed.
2335 (mountpoint, defaultmount, defaultdir, __namedsem_once):
2336 Variables removed.
2337 (sem_open): Use __libc_close function rather than INTERNAL_SYSCALL.
2338 Use SHM_GET_NAME.
2339 * nptl/sem_unlink.c: Prototypify. Use SHM_GET_NAME.
2340
2341 * sysdeps/nptl/bits/libc-lockP.h [IS_IN (libpthread)]
2342 (PTFAVAIL, __libc_ptf_call, __libc_ptf_call_always): Define as
2343 unconditional for use inside libpthread.
2344 [IS_IN (libpthread)]: Include <nptl/pthreadP.h>.
2345
2346 2014-12-12 Roland McGrath <roland@hack.frob.com>
2347
2348 * nptl/pthread_getaffinity.c: New file.
2349 * nptl/pthread_setaffinity.c: New file.
2350 * nptl/pthread_getname.c: New file.
2351 * nptl/pthread_setname.c: New file.
2352
2353 * nptl/pthread_create.c (START_THREAD_DEFN)
2354 [! __ASSUME_SET_ROBUST_LIST]: Add missing & in lll_futex_wake argument.
2355
2356 2014-12-12 Stefan Liebler <stli@linux.vnet.ibm.com>
2357 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
2358
2359 * resolv/res_send.c (send_vc): Disable warning resplen may
2360 be used uninitialized.
2361
2362 2014-12-12 Stefan Liebler <stli@linux.vnet.ibm.com>
2363
2364 * nptl/tst-mutex6.c
2365 (ATTR_NULL): New define checks ATTR against NULL.
2366 (do_test): Use !ATTR_NULL instead of ATTR != NULL.
2367 * nptl/tst-mutexpp6.c (ATTR_NULL): New define.
2368
2369 2014-12-11 James Lemke <jwlemke@codesourcery.com>
2370
2371 [BZ #17581]
2372 * malloc/hooks.c
2373 (mem2mem_check): Revert my previous change.
2374 (malloc_check_get_size): Revert my previous change.
2375 (mem2chunk_check): Revert my previous change.
2376
2377 2014-12-11 Roland McGrath <roland@hack.frob.com>
2378
2379 * sysdeps/posix/shm-directory.c: New file.
2380 * sysdeps/posix/shm-directory.h: New file.
2381 * sysdeps/posix/Makefile [($(subdir) = rt] (librt-routines): Add it.
2382 * sysdeps/posix/shm_open.c: Use SHM_GET_NAME.
2383 Use O_NOFOLLOW and O_CLOEXEC if available. Transmute EISDIR to EINVAL.
2384 * sysdeps/posix/shm_unlink.c: Use SHM_GET_NAME.
2385 Transmute EPERM to EACCES.
2386 * sysdeps/unix/sysv/linux/shm-directory.c: New file, most code taken
2387 from ...
2388 * sysdeps/unix/sysv/linux/shm_open.c: ... here. File removed.
2389 * sysdeps/unix/sysv/linux/shm_unlink.c: File removed.
2390
2391 2014-12-11 Kaz Kojima <kkojima@rr.iij4u.or.jp>
2392
2393 * sysdeps/sh/jmpbuf_unwind.h (_jmpbuf_sp): Declare SP as void
2394 pointer and cast to uintptr_t.
2395 * sysdeps/sh/nptl/tls.h (TLS_INIT_TP): Use NULL instead of 0.
2396 * sysdeps/unix/sysv/linux/sh/lowlevellock.h (lll_futex_timed_wait):
2397 Add cast to avoid warning.
2398 * sysdeps/unix/sysv/linux/sh/register-dump.h: Use 0 instead of NULL.
2399
2400 2014-12-11 Joseph Myers <joseph@codesourcery.com>
2401
2402 * nptl/semaphore.h: Move to ...
2403 * sysdeps/pthread/semaphore.h: ... here.
2404 * Makefile (installed-headers): Change nptl/semaphore.h to
2405 sysdeps/pthread/semaphore.h.
2406
2407 2014-12-11 Roland McGrath <roland@hack.frob.com>
2408
2409 * misc/tst-error1.c (do_test): Ignore -Wformat-security for
2410 generated error format strings.
2411
2412 * stdio-common/tstdiomisc.c (t2): Ignore -Wformat and
2413 -Wformat-extra-args warnings for scanf formats.
2414 * stdio-common/scanf4.c (main): Ignore -Wformat-zero-length around
2415 test of zero-length format (duh).
2416 * stdio-common/scanf7.c (main): Ignore -Wformat warnings for
2417 corner-case scanf format test.
2418 * stdio-common/test-vfprintf.c (do_test): Ignore -Wformat-security for
2419 generated fprintf format string.
2420 * stdio-common/tst-sprintf.c (do_test): Ignore -Wformat warnings for
2421 corner-case sprintf format tests.
2422 * stdio-common/tst-printf.c: Ignore -Wformat throughout.
2423 * stdio-common/tst-printfsz.c (main): Ignore -Wformat and
2424 -Wformat-extra-args warnings throughout.
2425 * stdio-common/Makefile (CFLAGS-tstdiomisc.c): Variable removed.
2426 (CFLAGS-scanf4.c): Likewise.
2427 (CFLAGS-scanf7.c): Likewise.
2428 (CFLAGS-tst-sprintf.c): Likewise.
2429 (CFLAGS-tst-printf.c): Likewise.
2430 (CFLAGS-tst-printfsz.c): Likewise.
2431
2432 2014-12-11 Joseph Myers <joseph@codesourcery.com>
2433
2434 * include/cpio.h: New file.
2435 * include/fmtmsg.h: Likewise.
2436
2437 * tst-mbswcs1.c (show): Use %zu format instead of %Zd. Cast
2438 corresponding format argument to size_t.
2439 * tst-mbswcs2.c (show): Likewise. Use %td format for ptrdiff_t
2440 arguments.
2441 * tst-mbswcs3.c (show): Use %zu format instead of %Zd. Cast
2442 corresponding format argument to size_t.
2443 * tst-mbswcs4.c (show): Likewise. Use %td format for ptrdiff_t
2444 arguments.
2445 * tst-mbswcs5.c (show): Use %zu format instead of %Zd. Cast
2446 corresponding format argument to size_t.
2447 * tst-trans.c (do_test): Use %lc format for wint_t arguments.
2448 * Makefile (CFLAGS-tst-mbswcs1.c): Remove variable.
2449 (CFLAGS-tst-mbswcs2.c): Likewise.
2450 (CFLAGS-tst-mbswcs3.c): Likewise.
2451 (CFLAGS-tst-mbswcs4.c): Likewise.
2452 (CFLAGS-tst-mbswcs5.c): Likewise.
2453 (CFLAGS-tst-trans.c): Likewise
2454
2455 2014-12-11 Roland McGrath <roland@hack.frob.com>
2456
2457 * posix/regexbug1.c (main): Use "%s" format with regerror results,
2458 rather than assuming they won't contain any '%'s.
2459
2460 2014-12-11 Chris Metcalf <cmetcalf@ezchip.com>
2461
2462 * sysdeps/tile/tilegx/memset.c (__memcpy): Add
2463 inhibit_loop_to_libcall to avoid recursive calls.
2464 * sysdeps/tile/tilegx/memcpy.c (__memcpy): Likewise.
2465 * sysdeps/tile/tilepro/memcpy.c (__memcpy): Likewise.
2466
2467 2014-12-11 Adhemerval Zanella <Azanella@linux.vnet.ibm.com>
2468
2469 * include/sys/socket.h (__sendmmsg): Add __USE_GNU guards on function
2470 prototype.
2471
2472 2014-12-11 Steve Ellcey <sellcey@imgtec.com>
2473
2474 * sysdeps/mips/dl-trampoline.c: Modify switch expression to have
2475 integer value instead of boolean.
2476
2477 2014-12-11 Steve Ellcey <sellcey@imgtec.com>
2478
2479 * malloc/malloc.c: Fix powerof2 check.
2480
2481 2014-12-11 Stefan Liebler <stli@linux.vnet.ibm.com>
2482
2483 * locale/programs/locfile.h (maybe_swap_uint32):
2484 Remove inline and add unused attribute.
2485
2486 2014-12-11 Stefan Liebler <stli@linux.vnet.ibm.com>
2487
2488 * sysdeps/s390/s390-32/dl-machine.h (elf_machine_load_address):
2489 Truncating assembler expression to a .long expression.
2490
2491 2014-12-11 Andreas Schwab <schwab@suse.de>
2492
2493 * elf/rtld.c (struct map_args): Constify str member.
2494 (do_preload): Constify fname argument.
2495
2496 2014-12-11 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
2497
2498 * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Remove overflow warnings for
2499 constants definition.
2500
2501 2014-12-11 Andreas Schwab <schwab@suse.de>
2502
2503 [BZ #16657]
2504 * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock): Use
2505 FORCE_ELISION instead of DO_ELISION.
2506 * sysdeps/unix/sysv/linux/x86/force-elision.h (DO_ELISION):
2507 Remove.
2508 * sysdeps/unix/sysv/linux/s390/force-elision.h (DO_ELISION):
2509 Likewise.
2510
2511 * iconvdata/gconv-modules: Remove duplicate entry.
2512
2513 2014-12-11 Will Newton <will.newton@linaro.org>
2514
2515 Merge gettext 0.19.3 into intl/.
2516
2517 This involves a number of cosmetic changes to comments
2518 and ANSI function definitions and prototypes throughout
2519 all the files. The gettext copyright header is used but
2520 with the date ranges taken from the glibc copy.
2521
2522 * NEWS: Add gettext merge to 2.21.
2523 * intl/bindtextdom.c: Switch to gettext copyright.
2524 Use ANSI definitions and prototypes.
2525 Use gl_* locking primitives rather than __libc_* ones.
2526 Use __builtin_expect rather than __glibc_likely/unlikely.
2527 * intl/dcgettext.c: Switch to gettext copyright.
2528 Use ANSI definitions and prototypes.
2529 * intl/dcigettext.c: Switch to gettext copyright.
2530 Use ANSI definitions and prototypes.
2531 (INTDIV0_RAISES_SIGFPE): New define.
2532 Use gl_* locking primitives rather than __libc_* ones.
2533 Include eval-plural.h instead of plural-eval.c.
2534 Use __builtin_expect rather than __glibc_likely/unlikely.
2535 * intl/dcngettext.c: Switch to gettext copyright.
2536 Use ANSI definitions and prototypes.
2537 * intl/dgettext.c: Likewise.
2538 * intl/dngettext.c: Likewise.
2539 * intl/plural-eval.c: Renamed to...
2540 * intl/eval-plural.h: ...this.
2541 * intl/explodename.c: Switch to gettext copyright.
2542 Use ANSI definitions and prototypes.
2543 (_nl_explode_name): Use strchr instead of __rawmemchr.
2544 * intl/finddomain.c: Switch to gettext copyright.
2545 Use ANSI definitions and prototypes.
2546 Use gl_* locking primitives rather than __libc_* ones.
2547 (_nl_find_domain): Use malloc rather than alloca for
2548 allocation of temporary locale name.
2549 * intl/gettext.c: Switch to gettext copyright.
2550 Use ANSI definitions and prototypes.
2551 * intl/gettextP.h: Switch to gettext copyright.
2552 Use ANSI definitions and prototypes.
2553 Use gl_* locking primitives rather than __libc_* ones.
2554 * intl/gmo.h: Switch to gettext copyright.
2555 (struct sysdep_string): Move struct segment_pair outside of
2556 struct definition.
2557 * intl/hash-string.c: Use ANSI definitions and prototypes.
2558 * intl/hash-string.h: Switch to gettext copyright.
2559 Use ANSI definitions and prototypes.
2560 * intl/l10nflist.c: Switch to gettext copyright.
2561 Use ANSI definitions and prototypes.
2562 (_nl_normalize_codeset): Avoid integer overflow.
2563 * intl/loadinfo.h: Switch to gettext copyright.
2564 Use ANSI definitions and prototypes.
2565 (LIBINTL_DLL_EXPORTED): New define.
2566 (PATH_SEPARATOR): New define.
2567 * intl/loadmsgcat.c: Switch to gettext copyright.
2568 * intl/localealias.c: Switch to gettext copyright.
2569 Use ANSI definitions and prototypes.
2570 (_nl_expand_alias): Use PATH_SEPARATOR.
2571 * intl/ngettext.c: Switch to gettext copyright.
2572 Use ANSI definitions and prototypes.
2573 * intl/plural-exp.c: Likewise.
2574 * intl/plural-exp.h: Switch to gettext copyright.
2575 Use ANSI definitions and prototypes.
2576 (struct expression): Move definition of enum operator outside
2577 of struct definition.
2578 * intl/plural.c: Regenerate.
2579 * intl/plural.y: Switch to gettext copyright.
2580 Use ANSI definitions and prototypes.
2581 Port to bison 3.0.
2582 * intl/textdomain.c: Switch to gettext copyright.
2583 Use ANSI definitions and prototypes.
2584 Use gl_* locking primitives rather than __libc_* ones.
2585
2586 2014-12-10 Steve Ellcey <sellcey@imgtec.com>
2587
2588 * debug/warning-nop.c: Add used atrribute.
2589
2590 2014-12-10 Joseph Myers <joseph@codesourcery.com>
2591
2592 * sysdeps/unix/sysv/linux/mips/mips32/waitid.c: New file.
2593
2594 * sysdeps/unix/sysv/linux/mips/mips64/Makefile
2595 [$(subdir) == signal] (CFLAGS-sigaction.c): New variable.
2596 [$(subdir) == nptl] (CFLAGS-sigaction.c): Likewise.
2597
2598 2014-12-10 Joseph Myers <joseph@codesourcery.com>
2599 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
2600
2601 [BZ #17634]
2602 * wcsmbs/wcschr.c [!WCSCHR] (wcschr): Define as __wcschr.
2603 Undefine after defining function. Define as weak alias of
2604 __wcschr. Use libc_hidden_weak.
2605 * include/wchar.h (__wcschr): Declare. Use libc_hidden_proto.
2606 * sysdeps/i386/i686/multiarch/wcschr-c.c [IS_IN (libc) && SHARED]
2607 (libc_hidden_def): Also define __GI___wcschr alias.
2608 * sysdeps/i386/i686/multiarch/wcschr.S (wcschr): Rename to
2609 __wcschr and define as weak alias of __wcschr.
2610 * sysdeps/powerpc/power6/wcschr.c [!WCSCHR] (WCSCHR): Define as
2611 __wcschr.
2612 [!WCSCHR] (DEFAULT_WCSCHR): Define.
2613 [DEFAULT_WCSCHR] (__wcschr): Use libc_hidden_def.
2614 [DEFAULT_WCSCHR] (wcschr): Define as weak alias of __wcschr. Use
2615 libc_hidden_weak. Do not use libc_hidden_def.
2616 * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c
2617 [IS_IN (libc) && SHARED] (libc_hidden_def): Also define
2618 __GI___wcschr alias.
2619 * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c
2620 [IS_IN (libc)] (wcschr): Define as macro expanding to
2621 __redirect_wcschr.
2622 [IS_IN (libc)] (__wcschr_ppc): Use __redirect_wcschr in typeof.
2623 [IS_IN (libc)] (__wcschr_power6): Likewise.
2624 [IS_IN (libc)] (__wcschr_power7): Likewise.
2625 [IS_IN (libc)] (__libc_wcschr): New. Define with libc_ifunc
2626 instead of wcschr.
2627 [IS_IN (libc)] (wcschr): Undefine and define as weak alias of
2628 __libc_wcschr.
2629 [!IS_IN (libc)] (libc_hidden_def): Do not undefine and redefine.
2630 * sysdeps/powerpc/powerpc64/multiarch/wcschr.c (wcschr): Rename to
2631 __wcschr and define as weak alias of __wcschr. Use
2632 libc_hidden_builtin_def.
2633 * sysdeps/x86_64/wcschr.S (wcschr): Rename to __wcschr and define
2634 as weak alias of __wcschr. Use libc_hidden_weak.
2635 * time/alt_digit.c (_nl_get_walt_digit): Use __wcschr instead of
2636 wcschr.
2637 * time/era.c (_nl_init_era_entries): Likewise.
2638 * conform/Makefile (test-xfail-ISO/time.h/linknamespace): Remove
2639 variable.
2640 (test-xfail-XPG3/time.h/linknamespace): Likewise.
2641 (test-xfail-XPG4/time.h/linknamespace): Likewise.
2642
2643 2014-12-10 Joseph Myers <joseph@codesourcery.com>
2644
2645 * libio/tst-ftell-active-handler.c (do_ftruncate_test): Use %ld
2646 format for long int variable.
2647
2648 2014-12-10 Anders Kaseorg <andersk@MIT.EDU>
2649
2650 [BZ #10672]
2651 * manual/search.texi: (Array Sort Function): Remove claim how to make
2652 qsort stable.
2653
2654 2014-12-10 Andreas Schwab <schwab@suse.de>
2655
2656 [BZ #12847]
2657 * sysdeps/nptl/fork.c (fresetlockfiles): Skip files with
2658 user-controlled locks.
2659
2660 2014-12-10 Richard Earnshaw <rearnsha@arm.com>
2661
2662 * sysdeps/aarch64/strchrnul.S (vrepmask): Use a call-clobbered
2663 register.
2664
2665 2014-12-10 Joseph Myers <joseph@codesourcery.com>
2666
2667 * configure.ac (--disable-werror): New configure option.
2668 (enable_werror): New AC_SUBST.
2669 * configure: Regenerated.
2670 * config.make.in (enable-werror): New variable.
2671 * Makeconfig [$(enable-werror) = yes] (+gccwarn): Add -Werror
2672 -Wno-error=undef.
2673 (+gccwarn-c): Do not use -Werror=implicit-function-declaration.
2674 * manual/install.texi (Configuring and compiling): Document
2675 --disable-werror.
2676 * INSTALL: Regenerated.
2677 * debug/Makefile (CFLAGS-tst-chk1.c): Add -Wno-error.
2678 (CFLAGS-tst-chk2.c): Likewise.
2679 (CFLAGS-tst-chk3.c): Likewise.
2680 (CFLAGS-tst-chk4.cc): Likewise.
2681 (CFLAGS-tst-chk5.cc): Likewise.
2682 (CFLAGS-tst-chk6.cc): Likewise.
2683 (CFLAGS-tst-lfschk1.c): Likewise.
2684 (CFLAGS-tst-lfschk2.c): Likewise.
2685 (CFLAGS-tst-lfschk3.c): Likewise.
2686 (CFLAGS-tst-lfschk4.cc): Likewise.
2687 (CFLAGS-tst-lfschk5.cc): Likewise.
2688 (CFLAGS-tst-lfschk6.cc): Likewise.
2689
2690 * stdio-common/tst-printfsz.c: Include <libc-internal.h>.
2691 (main): Disable -Wdeprecated-declarations around calls to
2692 register_printf_function.
2693
2694 * stdio-common/tst-unlockedio.c: Include <libc-internal.h>.
2695 (do_test): Disable -Wdiv-by-zero around some calls to
2696 fwrite_unlocked and fread_unlocked.
2697
2698 * include/libc-internal.h (DIAG_PUSH_NEEDS_COMMENT): New macro.
2699 (DIAG_POP_NEEDS_COMMENT): Likewise.
2700 (_DIAG_STR1): Likewise.
2701 (_DIAG_STR): Likewise.
2702 (DIAG_IGNORE_NEEDS_COMMENT): Likewise.
2703 * stdio-common/bug21.c: Include <libc-internal.h>.
2704 (do_test): Disable -Wformat around call to sscanf.
2705 * stdio-common/scanf14.c: Include <libc-internal.h>.
2706 (main): Disable -Wformat around some calls to scanf functions.
2707
2708 2014-12-09 Torvald Riegel <triegel@redhat.com>
2709
2710 * sysdeps/unix/sysv/linux/sh/pthread_once.S: Remove file.
2711
2712 2014-12-08 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
2713
2714 * libio/tst-ftell-active-handler.c (do_ftell_test): Fix wide-character
2715 stack variable alignment.
2716
2717 2014-12-06 Joseph Myers <joseph@codesourcery.com>
2718
2719 [BZ #17682]
2720 * resource/Versions (libc): Add __getrlimit at GLIBC_PRIVATE.
2721 * resource/getrlimit.c (__getrlimit): Use libc_hidden_def.
2722 * sysdeps/mach/hurd/getrlimit.c (__getrlimit): Likewise.
2723 * include/sys/resource.h (__getrlimit): Use libc_hidden_proto.
2724 * nptl/nptl-init.c (__pthread_initialize_minimal_internal): Use
2725 __getrlimit instead of getrlimit.
2726 * nptl/pthread_cond_timedwait.c (__pthread_cond_timedwait): Use
2727 __gettimeofday instead of gettimeofday.
2728 * nptl/pthread_rwlock_timedrdlock.c (pthread_rwlock_timedrdlock):
2729 Likewise.
2730 * nptl/pthread_rwlock_timedwrlock.c (pthread_rwlock_timedwrlock):
2731 Likewise.
2732 * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
2733 * conform/Makefile (test-xfail-POSIX2008/aio.h/linknamespace):
2734 Remove variable.
2735 (test-xfail-POSIX2008/pthread.h/linknamespace): Likewise.
2736 (test-xfail-POSIX2008/time.h/linknamespace): Likewise.
2737
2738 2014-12-05 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
2739
2740 * libio/tst-ftell-active-handler.c (do_ftell_test): Fix buffer overrun
2741 for wide-character tests.
2742
2743 2014-12-04 Roland McGrath <roland@hack.frob.com>
2744
2745 * io/openat64.c: #include <libc-internal.h>
2746 (__openat64): Prototypify. Use ignore_value on MODE.
2747 * io/openat.c: Likewise.
2748 * misc/reboot.c: #include <libc-internal.h>
2749 (reboot): Prototypify. Use ignore_value on HOWTO.
2750 * misc/ptrace.c: #include <libc-internal.h>
2751 (ptrace): Prototypify. Use ignore_value for va_arg'd parameters.
2752
2753 2014-12-04 Joseph Myers <joseph@codesourcery.com>
2754
2755 * conform/list-header-symbols.pl (%extra_syms): Add h_errno for
2756 XPG4, UNIX98 and XOPEN2K.
2757 * conform/Makefile (test-xfail-XOPEN2K/grp.h/linknamespace):
2758 Remove variable.
2759 (test-xfail-XOPEN2K/pwd.h/linknamespace): Likewise.
2760
2761 2014-12-04 Siddhesh Poyarekar <siddhesh@redhat.com>
2762
2763 * libio/fileops.c: Use ISO C style for function definitions.
2764 * libio/iofopen.c: Likewise.
2765 * libio/wfileops.c: Likewise.
2766
2767 [BZ #17653]
2768 * libio/fileops.c (_IO_new_file_underflow): Unset cached
2769 offset on EOF.
2770 * libio/wfileops.c (_IO_wfile_underflow): Likewise.
2771 * libio/tst-ftell-active-handler.c (fgets_func_t): New type.
2772 (fgets_func): Function pointer to fgets and fgetws.
2773 (do_ftell_test): Add test to verify ftell value after read
2774 EOF.
2775 (do_test): Set fgets_func.
2776
2777 * libio/tst-ftell-active-handler.c (do_ftruncate_test): Add
2778 O_TRUNC flag for w and w+ modes.
2779 (do_rewind_test): Likewise.
2780 (do_ftell_test): Likewise.
2781 (do_write_test): Likewise.
2782
2783 [BZ #17647]
2784 * libio/fileops.c (do_ftell): Seek only when there are
2785 unflushed writes.
2786 * libio/wfileops.c (do_ftell_wide): Likewise.
2787 * libio/tst-ftell-active-handler.c (do_ftruncate_test): New
2788 test case.
2789 (do_one_test): Call it.
2790
2791 2014-12-03 Joseph Myers <joseph@codesourcery.com>
2792
2793 * conform/list-header-symbols.pl (%extra_syms): Add getdate_err
2794 for XPG4, UNIX98, XOPEN2K and XOPEN2K8.
2795 * conform/Makefile (test-xfail-XOPEN2K/pthread.h/linknamespace):
2796 Remove variable.
2797 (test-xfail-XOPEN2K/time.h/linknamespace): Likewise.
2798 (test-xfail-XOPEN2K8/pthread.h/linknamespace): Likewise.
2799 (test-xfail-XOPEN2K8/time.h/linknamespace): Likewise.
2800
2801 2014-12-02 Joseph Myers <joseph@codesourcery.com>
2802
2803 * conform/Makefile (test-xfail-XOPEN2K/aio.h/linknamespace):
2804 Remove variable.
2805 (test-xfail-XOPEN2K8/aio.h/linknamespace): Likewise.
2806
2807 [BZ #17668]
2808 * inet/ifaddrs.c (getifaddrs): Rename to __getifaddrs and define
2809 as weak alias of __getifaddrs. Use libc_hidden_weak.
2810 (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
2811 __freeifaddrs. Use libc_hidden_weak.
2812 * sysdeps/gnu/ifaddrs.c (getifaddrs): Rename to __getifaddrs and
2813 define as weak alias of __getifaddrs. Use libc_hidden_weak.
2814 (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
2815 __freeifaddrs. Use libc_hidden_weak.
2816 * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs): Rename to
2817 __getifaddrs and define as weak alias of __getifaddrs. Use
2818 libc_hidden_weak.
2819 (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
2820 __freeifaddrs. Use libc_hidden_weak.
2821 * conform/Makefile (test-xfail-XOPEN2K/net/if.h/linknamespace):
2822 Remove variable.
2823 (test-xfail-POSIX2008/net/if.h/linknamespace): Likewise.
2824 (test-xfail-XOPEN2K8/net/if.h/linknamespace): Likewise.
2825
2826 2014-12-02 Petar Jovanovic <petar.jovanovic@rt-rk.com>
2827
2828 [BZ #17601]
2829 * sysdeps/mips/start.S (__start): Use indirect jump to call
2830 __libc_start_main.
2831
2832 2014-12-02 Joseph Myers <joseph@codesourcery.com>
2833
2834 * nptl/tst-stack4.c (dso_process): Use int not uintptr_t for t.
2835
2836 * nptl/tst-mutex1.c: Include <stdbool.h>.
2837 [!ATTR] (ATTR_NULL): New macro.
2838 (do_test): Test !ATTR_NULL instead of ATTR != NULL.
2839 * nptl/tst-mutexpi1.c (ATTR_NULL): New macro.
2840 * nptl/tst-mutexpp1.c (ATTR_NULL): New macro.
2841
2842 * posix/tst-getopt_long1.c (do_test): Cast elements of argv array
2843 to char *.
2844
2845 [BZ #17665]
2846 * posix/unistd.h [__USE_MISC || (__USE_XOPEN && !__USE_UNIX98)]:
2847 Change conditional to [__USE_MISC].
2848
2849 [BZ #17664]
2850 * misc/mntent_r.c (__getmntent_r): Use __fgets_unlocked instead of
2851 fgets_unlocked.
2852 * resolv/res_hconf.c [IS_IN (libc)] (fgets_unlocked): Define to
2853 __fgets_unlocked.
2854 * resolv/res_init.c (__res_vinit): Use __fgets_unlocked instead of
2855 fgets_unlocked.
2856 * conform/Makefile (test-xfail-XPG4/sys/statvfs.h/linknamespace):
2857 Remove variable.
2858 (test-xfail-POSIX/sys/mman.h/linknamespace): Likewise.
2859 (test-xfail-UNIX98/sys/mman.h/linknamespace): Likewise.
2860 (test-xfail-UNIX98/sys/statvfs.h/linknamespace): Likewise.
2861 (test-xfail-XOPEN2K/sys/mman.h/linknamespace): Likewise.
2862 (test-xfail-XOPEN2K/sys/statvfs.h/linknamespace): Likewise.
2863 (test-xfail-POSIX2008/sys/mman.h/linknamespace): Likewise.
2864 (test-xfail-POSIX2008/sys/statvfs.h/linknamespace): Likewise.
2865 (test-xfail-XOPEN2K8/sys/mman.h/linknamespace): Likewise.
2866 (test-xfail-XOPEN2K8/sys/statvfs.h/linknamespace): Likewise.
2867
2868 * elf/tst-unique4lib.cc (b): Mark with __attribute__ ((used)).
2869
2870 2014-12-02 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
2871
2872 * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
2873 Remove strpbrk objects.
2874 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
2875 (__libc_ifunc_impl_list): Remove strpbrk implementation.
2876 * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: Remove file.
2877 * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: Remove file.
2878 * sysdeps/powerpc/powerpc64/power7/strpbrk.S: Remove file.
2879 * sysdeps/powerpc/powerpc64/strpbrk.S: New file.
2880
2881 * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
2882 Remove strcspn objects.
2883 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
2884 (__libc_ifunc_impl_list): Remove strcspn implementation.
2885 * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: Remove file.
2886 * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: Remove file.
2887 * sysdeps/powerpc/powerpc64/power7/strcspn.S: Remove file.
2888 * sysdeps/powerpc/powerpc64/strcspn.S: New file.
2889
2890 * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
2891 Remove strspn objetcs.
2892 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
2893 (__libc_ifunc_impl_list): Remove strspn implementation.
2894 * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: Remove file.
2895 * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: Likewise.
2896 * sysdeps/powerpc/powerpc64/power7/strspn.S: Remove file.
2897 * sysdeps/powerpc/powerpc64/strspn.S: New file.
2898
2899 2014-12-01 James Lemke <jwlemke@codesourcery.com>
2900
2901 [BZ #17581]
2902 * malloc/hooks.c
2903 (mem2mem_check): Add a terminator to the chain of checking blocks.
2904 (malloc_check_get_size): Use it here.
2905 (mem2chunk_check): Ditto.
2906
2907 2014-12-01 Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
2908
2909 * sysdeps/powerpc/powerpc64/strtok.S: New file.
2910 * sysdeps/powerpc/powerpc64/strtok_r.S: New file.
2911
2912 2014-11-29 Carlos O'Donell <carlos@redhat.com>
2913
2914 * bits/ioctl-types.h: Indent preprocessor directives correctly.
2915
2916 * nptl/nptl-init.c: Include libc-internal.h.
2917 (__pthread_initialize_minimal_internal): Use ROUND_UP.
2918
2919 * elf/ldconfig.c (search_dir): Expand comment.
2920
2921 2014-11-29 Joseph Myers <joseph@codesourcery.com>
2922
2923 * conform/Makefile (linknamespace-symlist-stdlibs-base): New
2924 variable.
2925 (linknamespace-symlist-stdlibs-tests): Likewise.
2926 (tests-special): Append $(linknamespace-symlist-stdlibs-tests)
2927 instead of $(objpfx)symlist-stdlibs.
2928 (linknamespace-libs-isoc): New variable.
2929 (linknamespace-libs): Use $(linknamespace-libs-isoc).
2930 (linknamespace-libs-ISO): New variable.
2931 (linknamespace-libs-ISO99): Likewise.
2932 (linknamespace-libs-ISO11): Likewise.
2933 (linknamespace-libs-XPG3): Likewise.
2934 (linknamespace-libs-XPG4): Likewise.
2935 (linknamespace-libs-POSIX): Likewise.
2936 (linknamespace-libs-UNIX98): Likewise.
2937 (linknamespace-libs-XOPEN2K): Likewise.
2938 (linknamespace-libs-POSIX2008): Likewise.
2939 (linknamespace-libs-XOPEN2K8): Likewise.
2940 ($(objpfx)symlist-stdlibs): Replace by
2941 $(linknamespace-symlist-stdlibs-tests). Use
2942 $(linknamespace-libs-$*) as set of libraries.
2943 ($(linknamespace-header-tests)): Update dependencies. Use
2944 $(objpfx)symlist-stdlibs-$$std for --libsyms argument.
2945 (test-xfail-XPG4/sys/mman.h/linknamespace): Remove.
2946 * conform/linknamespace.pl: Remove comment about considering
2947 definitions of symbols from irrelevant libraries.
2948
2949 2014-11-28 H.J. Lu <hongjiu.lu@intel.com>
2950
2951 [BZ #13862]
2952 * elf/dl-tls.c: Include <atomic.h>.
2953 (oom): Remove #ifdef SHARED/#endif.
2954 (_dl_static_dtv, _dl_initial_dtv): Moved before ...
2955 (_dl_resize_dtv): This. Extracted from _dl_update_slotinfo.
2956 (_dl_allocate_tls_init): Resize DTV if the current DTV isn't
2957 big enough.
2958 (_dl_update_slotinfo): Call _dl_resize_dtv to resize DTV.
2959 * nptl/Makefile (tests): Add tst-stack4.
2960 (modules-names): Add tst-stack4mod.
2961 ($(objpfx)tst-stack4): New.
2962 (tst-stack4mod.sos): Likewise.
2963 ($(objpfx)tst-stack4.out): Likewise.
2964 ($(tst-stack4mod.sos)): Likewise.
2965 (clean): Likewise.
2966 * nptl/tst-stack4.c: New file.
2967 * nptl/tst-stack4mod.c: Likewise.
2968
2969 2014-11-27 J. Brown <jb999@gmx.de>
2970
2971 * sysdeps/x86/bits/string.h: Add recent CPUs.
2972
2973 2014-11-27 Joseph Myers <joseph@codesourcery.com>
2974
2975 * misc/tst-pselect.c (do_test): Use sigprocmask instead of
2976 sigblock.
2977
2978 * libio/bug-ungetwc1.c (do_test): Verify results of getwc and
2979 feof.
2980
2981 * dlfcn/failtestmod.c (constr): Do not store result of dlsym in a
2982 variable.
2983
2984 2014-11-27 Stefan Liebler <stli@linux.vnet.ibm.com>
2985
2986 * nscd/connections.c: Include libc-internal.h because of macro
2987 usage ignore_value.
2988
2989 2014-11-27 Siddhesh Poyarekar <siddhesh@redhat.com>
2990
2991 * string/bits/string3.h (__warn_memset_zero_len): Don't
2992 declare for gcc newer than 5.0.
2993 (memset): Don't test for zero-length __LEN for gcc newer than
2994 5.0.
2995
2996 2014-11-27 Joseph Myers <joseph@codesourcery.com>
2997
2998 * stdio-common/tst-fmemopen.c (do_test): Cast st_size values to
2999 size_t for %zu format.
3000
3001 * nss/tst-nss-test1.c (do_test): Use %td printf format for pointer
3002 difference, not %ju.
3003
3004 2014-11-26 Joseph Myers <joseph@codesourcery.com>
3005
3006 * include/libc-internal.h (ignore_value): New macro.
3007 * nscd/connections.c (restart): Wrap calls to setuid and setgid
3008 with ignore_value.
3009
3010 * sysdeps/mips/__longjmp.c (____longjmp): Use prototype
3011 definition.
3012
3013 * nptl/tst-cancel-self-cancelstate.c (do_test): Cast argument of
3014 pthread_cleanup_push to void *.
3015
3016 * sysdeps/unix/sysv/linux/arm/libc-do-syscall.S (_FORTIFY_SOURCE):
3017 Undefine.
3018
3019 [BZ #16619]
3020 [BZ #16740]
3021 * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Use 1LL << 52
3022 instead of 1L << 52.
3023
3024 * libio/bug-rewind.c (do_test): Check fwscanf return values.
3025 * libio/bug-rewind2.c (do_test): Likewise.
3026
3027 * debug/test-stpcpy_chk-ifunc.c: Remove file.
3028 * debug/test-strcpy_chk-ifunc.c: Likewise.
3029 * wcsmbs/test-wcschr-ifunc.c: Likewise.
3030 * wcsmbs/test-wcscmp-ifunc.c: Likewise.
3031 * wcsmbs/test-wcscpy-ifunc.c: Likewise.
3032 * wcsmbs/test-wcslen-ifunc.c: Likewise.
3033 * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
3034 * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
3035 * Rules [$(multi-arch) = no] (tests): Do not filter out
3036 $(tests-ifunc).
3037 [$(multi-arch) = no] (xtests): Do not filter out $(xtests-ifunc).
3038 * debug/Makefile (tests-ifunc): Remove variable.
3039 (tests): Do not add $(tests-ifunc).
3040 * wcsmbs/Makefile (tests-ifunc): Remove variable.
3041 (tests): Do not add $(tests-ifunc).
3042 * benchtests/bench-string.h (TEST_IFUNC): Remove macro.
3043 [TEST_IFUNC]: Remove conditionals.
3044 * string/test-string.h (TEST_IFUNC): Remove macro.
3045 [TEST_IFUNC]: Remove conditionals.
3046
3047 * string/test-strchr.c [!WIDE] (L): New macro.
3048 [WIDE] (L): Likewise.
3049 (check1): Use CHAR instead of char. Use L on string and character
3050 constants.
3051
3052 2014-11-26 Adhemerval Zanella <azanella@linux.ibm.com>
3053
3054 * csu/tst-atomic.c (do_test): Add atomic_exchange_and_add_{acq,rel}
3055 tests.
3056 * sysdeps/powerpc/bits/atomic.h
3057 (__arch_atomic_exchange_and_add_32_acq): Add definition.
3058 (__arch_atomic_exchange_and_add_32_rel): Likewise.
3059 (atomic_exchange_and_add_acq): Likewise.
3060 (atomic_exchange_and_add_rel): Likewise.
3061 * sysdeps/powerpc/powerpc32/bits/atomic.h
3062 (__arch_atomic_exchange_and_add_64_acq): Add definition.
3063 (__arch_atomic_exchange_and_add_64_rel): Likewise.
3064 * sysdeps/powerpc/powerpc64/bits/atomic.h
3065 (__arch_atomic_exchange_and_add_64_acq): Add definition.
3066 (__arch_atomic_exchange_and_add_64_rel): Likewise.
3067
3068 2014-11-26 Torvald Riegel <triegel@redhat.com>
3069
3070 * nptl/tpp.c (__init_sched_fifo_prio, __pthread_tpp_change_priority):
3071 Change synchronization of __sched_fifo_min_prio and
3072 __sched_fifo_max_prio.
3073 * nptl/pthread_mutexattr_getprioceiling.c
3074 (pthread_mutexattr_getprioceiling): Likewise.
3075 * nptl/pthread_mutexattr_setprioceiling.c
3076 (pthread_mutexattr_setprioceiling): Likewise.
3077 * nptl/pthread_mutex_init.c (__pthread_mutex_init): Likewise.
3078 * nptl/pthread_mutex_setprioceiling.c (pthread_mutex_setprioceiling):
3079 Likewise.
3080
3081 2014-11-26 Joseph Myers <joseph@codesourcery.com>
3082
3083 * setjmp/jmpbug.c (test): Make foo volatile and cast it to
3084 void.
3085
3086 2014-11-25 Joseph Myers <joseph@codesourcery.com>
3087
3088 * stdio-common/tst-printf-round.c (test_hex_in_one_mode): Make
3089 third argument const.
3090
3091 2014-11-25 Paul Eggert <eggert@cs.ucla.edu>
3092
3093 fnmatch: work around GCC compiler warning bug with uninit var
3094 * posix/fnmatch_loop.c (FCT): Use a scalar not a one-item array.
3095 This works around a bug with x86-64 GCC 4.9.2 and earlier
3096 where 'gcc -O2 -Wmaybe-uninitialized' incorrectly complains
3097 "../locale/weightwc.h:93:7: warning: '*((void *)&str+4)' may be
3098 used uninitialized in this function [-Wmaybe-uninitialized]".
3099
3100 2014-11-25 Joseph Myers <joseph@codesourcery.com>
3101
3102 * posix/bug-regex31.c (main): Return RES not 0.
3103
3104 2014-11-25 Anton Blanchard <anton@samba.org>
3105
3106 * sysdeps/powerpc/bits/atomic.h
3107 (__arch_compare_and_exchange_bool_64_rel): Load from mem.
3108
3109 2014-11-24 Sterling Augustine <saugustine@google.com>
3110
3111 * sysdeps/x86_64/start.S (_start): Use ENTRY and END macros.
3112
3113 2014-11-24 Ryan Cumming <etaoins@gmail.com>
3114
3115 [BZ #17608]
3116 * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_TAI.
3117
3118 2014-11-24 Joseph Myers <joseph@codesourcery.com>
3119
3120 [BZ #17633]
3121 * stdio-common/perror.c (perror): Call __fileno instead of fileno.
3122 * conform/Makefile (test-xfail-ISO/stdio.h/linknamespace): Remove
3123 variable.
3124 (test-xfail-ISO99/stdio.h/linknamespace): Likewise.
3125 (test-xfail-ISO11/stdio.h/linknamespace): Likewise.
3126
3127 2014-11-24 Wilco Dijkstra <wdijkstr@arm.com>
3128
3129 * string/strncpy.c (strncpy): Improve performance by using memset.
3130
3131 2014-11-24 Wilco Dijkstra <wdijkstr@arm.com>
3132
3133 * string/strcpy.c (strcpy):
3134 Improve performance by using strlen and memcpy.
3135
3136 2014-11-24 Leonhard Holz <leonhard.holz@web.de>
3137
3138 * string/strcoll_l.c (get_next_seq): __always_inline.
3139 * string/strcoll_l.c (do_compare): __always_inline.
3140
3141 2014-11-24 Siddhesh Poyarekar <siddhesh@redhat.com>
3142
3143 * include/bits/stdlib-float.h: Use IS_IN only if _ISOMAC is
3144 defined.
3145 * include/mqueue.h: Likewise.
3146 * include/stdlib.h: Likewise.
3147
3148 * stdlib/isomac.c (fmt): Replace NOT_IN_libc with IN_MODULE.
3149 (get_null_defines): Adjust.
3150 * sunrpc/Makefile: Adjust comment.
3151 * Makerules (CPPFLAGS-nonlib): Remove NOT_IN_libc.
3152 * elf/Makefile (CPPFLAGS-sotruss-lib): Likewise.
3153 (CFLAGS-interp.c): Likewise.
3154 (CFLAGS-ldconfig.c): Likewise.
3155 (CPPFLAGS-.os): Likewise.
3156 * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
3157 * extra-lib.mk (CPPFLAGS-$(lib)): Likewise.
3158 * extra-modules.mk (extra-modules.mk): Likewise.
3159 * iconv/Makefile (CPPFLAGS-iconvprogs): Likewise.
3160 * locale/Makefile (CPPFLAGS-locale_programs): Likewise.
3161 * malloc/Makefile (CPPFLAGS-memusagestat): Likewise.
3162 * nscd/Makefile (CPPFLAGS-nscd): Likewise.
3163 * nss/Makefile (CPPFLAGS-nss_test1): Likewise.
3164 * stdlib/Makefile (CFLAGS-tst-putenvmod.c): Likewise.
3165 * sysdeps/gnu/Makefile ($(objpfx)errlist-compat.c): Likewise.
3166 * sysdeps/unix/sysv/linux/Makefile (CPPFLAGS-lddlibc4): Likewise.
3167 * iconvdata/Makefile (CPPFLAGS): Likewise.
3168 (cpp-srcs-left): Add libof for all iconvdata routines.
3169 * bits/stdio-lock.h: Replace NOT_IN_libc with IS_IN.
3170 * include/assert.h: Likewise.
3171 * include/ctype.h: Likewise.
3172 * include/errno.h: Likewise.
3173 * include/libc-symbols.h: Likewise.
3174 * include/math.h: Likewise.
3175 * include/netdb.h: Likewise.
3176 * include/resolv.h: Likewise.
3177 * include/stdio.h: Likewise.
3178 * include/stdlib.h: Likewise.
3179 * include/string.h: Likewise.
3180 * include/sys/stat.h: Likewise.
3181 * include/wctype.h: Likewise.
3182 * intl/l10nflist.c: Likewise.
3183 * libidn/idn-stub.c: Likewise.
3184 * libio/libioP.h: Likewise.
3185 * nptl/libc_multiple_threads.c: Likewise.
3186 * nptl/pthreadP.h: Likewise.
3187 * posix/regex_internal.h: Likewise.
3188 * resolv/res_hconf.c: Likewise.
3189 * sysdeps/arm/armv7/multiarch/memcpy.S: Likewise.
3190 * sysdeps/arm/memmove.S: Likewise.
3191 * sysdeps/arm/sysdep.h: Likewise.
3192 * sysdeps/generic/_itoa.h: Likewise.
3193 * sysdeps/generic/symbol-hacks.h: Likewise.
3194 * sysdeps/gnu/errlist.awk: Likewise.
3195 * sysdeps/gnu/errlist.c: Likewise.
3196 * sysdeps/i386/i586/memcpy.S: Likewise.
3197 * sysdeps/i386/i586/memset.S: Likewise.
3198 * sysdeps/i386/i686/memcpy.S: Likewise.
3199 * sysdeps/i386/i686/memmove.S: Likewise.
3200 * sysdeps/i386/i686/mempcpy.S: Likewise.
3201 * sysdeps/i386/i686/memset.S: Likewise.
3202 * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
3203 * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
3204 * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: Likewise.
3205 * sysdeps/i386/i686/multiarch/memchr-sse2.S: Likewise.
3206 * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
3207 * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
3208 * sysdeps/i386/i686/multiarch/memcmp-ssse3.S: Likewise.
3209 * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
3210 * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
3211 * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
3212 * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
3213 * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
3214 * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
3215 * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
3216 * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
3217 * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
3218 * sysdeps/i386/i686/multiarch/memrchr-c.c: Likewise.
3219 * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: Likewise.
3220 * sysdeps/i386/i686/multiarch/memrchr-sse2.S: Likewise.
3221 * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
3222 * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
3223 * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
3224 * sysdeps/i386/i686/multiarch/memset.S: Likewise.
3225 * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
3226 * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
3227 * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
3228 * sysdeps/i386/i686/multiarch/strcat-ssse3.S: Likewise.
3229 * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
3230 * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Likewise.
3231 * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
3232 * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
3233 * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
3234 * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
3235 * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
3236 * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
3237 * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
3238 * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
3239 * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
3240 * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
3241 * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
3242 * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
3243 * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
3244 * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
3245 * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
3246 * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
3247 * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
3248 * sysdeps/i386/i686/multiarch/wcschr-c.c: Likewise.
3249 * sysdeps/i386/i686/multiarch/wcschr-sse2.S: Likewise.
3250 * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
3251 * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
3252 * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
3253 * sysdeps/i386/i686/multiarch/wcscpy-c.c: Likewise.
3254 * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Likewise.
3255 * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
3256 * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
3257 * sysdeps/i386/i686/multiarch/wcslen-sse2.S: Likewise.
3258 * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
3259 * sysdeps/i386/i686/multiarch/wcsrchr-c.c: Likewise.
3260 * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: Likewise.
3261 * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
3262 * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
3263 * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
3264 * sysdeps/ia64/fpu/libm-symbols.h: Likewise.
3265 * sysdeps/nptl/bits/libc-lock.h: Likewise.
3266 * sysdeps/nptl/bits/libc-lockP.h: Likewise.
3267 * sysdeps/nptl/bits/stdio-lock.h: Likewise.
3268 * sysdeps/posix/closedir.c: Likewise.
3269 * sysdeps/posix/opendir.c: Likewise.
3270 * sysdeps/posix/readdir.c: Likewise.
3271 * sysdeps/posix/rewinddir.c: Likewise.
3272 * sysdeps/powerpc/novmx-sigjmp.c: Likewise.
3273 * sysdeps/powerpc/powerpc32/__longjmp.S: Likewise.
3274 * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
3275 * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
3276 * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
3277 * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Likewise.
3278 * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: Likewise.
3279 * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: Likewise.
3280 * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: Likewise.
3281 * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: Likewise.
3282 * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: Likewise.
3283 * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: Likewise.
3284 * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: Likewise.
3285 * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: Likewise.
3286 * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: Likewise.
3287 * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: Likewise.
3288 * sysdeps/powerpc/powerpc32/power4/multiarch/memset.c: Likewise.
3289 * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: Likewise.
3290 * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: Likewise.
3291 * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: Likewise.
3292 * sysdeps/powerpc/powerpc32/power4/multiarch/strchr.c: Likewise.
3293 * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: Likewise.
3294 * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: Likewise.
3295 * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: Likewise.
3296 * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: Likewise.
3297 * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: Likewise.
3298 * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: Likewise.
3299 * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: Likewise.
3300 * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: Likewise.
3301 * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: Likewise.
3302 * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: Likewise.
3303 * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: Likewise.
3304 * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: Likewise.
3305 * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: Likewise.
3306 * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: Likewise.
3307 * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: Likewise.
3308 * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
3309 * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
3310 * sysdeps/powerpc/powerpc64/__longjmp.S: Likewise.
3311 * sysdeps/powerpc/powerpc64/multiarch/bzero.c: Likewise.
3312 * sysdeps/powerpc/powerpc64/multiarch/memchr.c: Likewise.
3313 * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: Likewise.
3314 * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: Likewise.
3315 * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: Likewise.
3316 * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: Likewise.
3317 * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Likewise.
3318 * sysdeps/powerpc/powerpc64/multiarch/memmove.c: Likewise.
3319 * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: Likewise.
3320 * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: Likewise.
3321 * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: Likewise.
3322 * sysdeps/powerpc/powerpc64/multiarch/memset.c: Likewise.
3323 * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: Likewise.
3324 * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.S: Likewise.
3325 * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c: Likewise.
3326 * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: Likewise.
3327 * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: Likewise.
3328 * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: Likewise.
3329 * sysdeps/powerpc/powerpc64/multiarch/strcat.c: Likewise.
3330 * sysdeps/powerpc/powerpc64/multiarch/strchr.c: Likewise.
3331 * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: Likewise.
3332 * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: Likewise.
3333 * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: Likewise.
3334 * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.S: Likewise.
3335 * sysdeps/powerpc/powerpc64/multiarch/strcpy.c: Likewise.
3336 * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: Likewise.
3337 * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: Likewise.
3338 * sysdeps/powerpc/powerpc64/multiarch/strlen.c: Likewise.
3339 * sysdeps/powerpc/powerpc64/multiarch/strncase.c: Likewise.
3340 * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: Likewise.
3341 * sysdeps/powerpc/powerpc64/multiarch/strncat.c: Likewise.
3342 * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: Likewise.
3343 * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: Likewise.
3344 * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: Likewise.
3345 * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: Likewise.
3346 * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: Likewise.
3347 * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: Likewise.
3348 * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: Likewise.
3349 * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: Likewise.
3350 * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: Likewise.
3351 * sysdeps/powerpc/powerpc64/multiarch/strspn.c: Likewise.
3352 * sysdeps/powerpc/powerpc64/multiarch/wcschr.c: Likewise.
3353 * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
3354 * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c: Likewise.
3355 * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c: Likewise.
3356 * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
3357 * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Likewise.
3358 * sysdeps/s390/s390-32/multiarch/memcmp.S: Likewise.
3359 * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
3360 * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
3361 * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
3362 * sysdeps/s390/s390-64/multiarch/memcmp.S: Likewise.
3363 * sysdeps/s390/s390-64/multiarch/memcpy.S: Likewise.
3364 * sysdeps/s390/s390-64/multiarch/memset.S: Likewise.
3365 * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
3366 * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
3367 * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: Likewise.
3368 * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
3369 * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
3370 * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Likewise.
3371 * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: Likewise.
3372 * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
3373 * sysdeps/unix/alpha/sysdep.S: Likewise.
3374 * sysdeps/unix/alpha/sysdep.h: Likewise.
3375 * sysdeps/unix/make-syscalls.sh: Likewise.
3376 * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
3377 * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
3378 * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
3379 * sysdeps/unix/sysv/linux/alpha/vfork.S: Likewise.
3380 * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
3381 * sysdeps/unix/sysv/linux/arm/sysdep.h: Likewise.
3382 * sysdeps/unix/sysv/linux/getpid.c: Likewise.
3383 * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
3384 * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
3385 * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Likewise.
3386 * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
3387 * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
3388 * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
3389 * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Likewise.
3390 * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
3391 * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
3392 * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
3393 * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Likewise.
3394 * sysdeps/unix/sysv/linux/m68k/bits/m68k-vdso.h: Likewise.
3395 * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
3396 * sysdeps/unix/sysv/linux/m68k/sysdep.h: Likewise.
3397 * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
3398 * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
3399 * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
3400 * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
3401 * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
3402 * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
3403 * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: Likewise.
3404 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: Likewise.
3405 * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: Likewise.
3406 * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
3407 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
3408 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
3409 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
3410 * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
3411 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
3412 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
3413 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
3414 * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
3415 * sysdeps/unix/sysv/linux/sh/lowlevellock.S: Likewise.
3416 * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
3417 * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
3418 * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
3419 * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
3420 * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
3421 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
3422 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
3423 * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
3424 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
3425 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
3426 * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
3427 * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
3428 * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
3429 * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
3430 * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Likewise.
3431 * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
3432 * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
3433 * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
3434 * sysdeps/wordsize-32/symbol-hacks.h: Likewise.
3435 * sysdeps/x86_64/memcpy.S: Likewise.
3436 * sysdeps/x86_64/memmove.c: Likewise.
3437 * sysdeps/x86_64/memset.S: Likewise.
3438 * sysdeps/x86_64/multiarch/init-arch.h: Likewise.
3439 * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
3440 * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
3441 * sysdeps/x86_64/multiarch/memcmp.S: Likewise.
3442 * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: Likewise.
3443 * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
3444 * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
3445 * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
3446 * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
3447 * sysdeps/x86_64/multiarch/memmove.c: Likewise.
3448 * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
3449 * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
3450 * sysdeps/x86_64/multiarch/memset-avx2.S: Likewise.
3451 * sysdeps/x86_64/multiarch/memset.S: Likewise.
3452 * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
3453 * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Likewise.
3454 * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
3455 * sysdeps/x86_64/multiarch/strcat.S: Likewise.
3456 * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
3457 * sysdeps/x86_64/multiarch/strchr.S: Likewise.
3458 * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Likewise.
3459 * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
3460 * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
3461 * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
3462 * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
3463 * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
3464 * sysdeps/x86_64/multiarch/strspn.S: Likewise.
3465 * sysdeps/x86_64/multiarch/wcscpy-c.c: Likewise.
3466 * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
3467 * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
3468 * sysdeps/x86_64/multiarch/wmemcmp-c.c: Likewise.
3469 * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
3470 * sysdeps/x86_64/strcmp.S: Likewise.
3471
3472 * extra-lib.mk (CPPFLAGS-$(lib)): Remove IS_IN_$(lib).
3473
3474 * elf/Makefile (CPPFLAGS-.os): Remove IS_IN_rtld.
3475 * elf/dl-open.c: Use IS_IN (rtld) instead if IS_IN_rtld.
3476 * elf/rtld-Rules: Likewise.
3477 * elf/setup-vdso.h: Likewise.
3478 * include/assert.h: Likewise.
3479 * include/bits/stdlib-float.h: Likewise.
3480 * include/errno.h: Likewise.
3481 * include/sys/stat.h: Likewise.
3482 * include/unistd.h: Likewise.
3483 * sysdeps/aarch64/setjmp.S: Likewise.
3484 * sysdeps/alpha/setjmp.S: Likewise.
3485 * sysdeps/arm/__longjmp.S: Likewise.
3486 * sysdeps/arm/aeabi_unwind_cpp_pr1.c: Likewise.
3487 * sysdeps/arm/setjmp.S: Likewise.
3488 * sysdeps/arm/sysdep.h: Likewise.
3489 * sysdeps/generic/_itoa.h: Likewise.
3490 * sysdeps/generic/dl-sysdep.h: Likewise.
3491 * sysdeps/generic/ldsodefs.h: Likewise.
3492 * sysdeps/i386/dl-tls.h: Likewise.
3493 * sysdeps/i386/setjmp.S: Likewise.
3494 * sysdeps/m68k/setjmp.c: Likewise.
3495 * sysdeps/mach/hurd/dl-execstack.c: Likewise.
3496 * sysdeps/mach/hurd/opendir.c: Likewise.
3497 * sysdeps/posix/getcwd.c: Likewise.
3498 * sysdeps/posix/opendir.c: Likewise.
3499 * sysdeps/posix/profil.c: Likewise.
3500 * sysdeps/powerpc/dl-procinfo.h: Likewise.
3501 * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
3502 * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
3503 * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
3504 * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
3505 * sysdeps/powerpc/powerpc64/__longjmp-common.S: Likewise.
3506 * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
3507 * sysdeps/s390/dl-tls.h: Likewise.
3508 * sysdeps/s390/s390-32/setjmp.S: Likewise.
3509 * sysdeps/s390/s390-64/setjmp.S: Likewise.
3510 * sysdeps/sh/sh3/setjmp.S: Likewise.
3511 * sysdeps/sh/sh4/setjmp.S: Likewise.
3512 * sysdeps/unix/alpha/sysdep.h: Likewise.
3513 * sysdeps/unix/arm/sysdep.S: Likewise.
3514 * sysdeps/unix/i386/sysdep.S: Likewise.
3515 * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
3516 * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
3517 * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
3518 * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
3519 * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
3520 * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Likewise.
3521 * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
3522 * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
3523 * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Likewise.
3524 * sysdeps/unix/sysv/linux/m68k/bits/m68k-vdso.h: Likewise.
3525 * sysdeps/unix/sysv/linux/m68k/m68k-helpers.S: Likewise.
3526 * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
3527 * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
3528 * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
3529 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
3530 * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
3531 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
3532 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
3533 * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
3534 * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
3535 * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
3536 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
3537 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
3538 * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
3539 * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
3540 * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
3541 * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
3542 * sysdeps/unix/x86_64/sysdep.S: Likewise.
3543 * sysdeps/x86_64/setjmp.S: Likewise.
3544
3545 * include/math.h: Use IS_IN instead of IS_IN_libm.
3546 * sysdeps/alpha/fpu/s_copysign.c: Likewise.
3547 * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
3548 * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
3549 * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: Likewise.
3550 * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
3551 * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
3552 * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
3553 * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
3554 * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
3555 * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
3556 * sysdeps/ieee754/ldbl-64-128/s_copysignl.c: Likewise.
3557 * sysdeps/ieee754/ldbl-64-128/s_finitel.c: Likewise.
3558 * sysdeps/ieee754/ldbl-64-128/s_frexpl.c: Likewise.
3559 * sysdeps/ieee754/ldbl-64-128/s_isinfl.c: Likewise.
3560 * sysdeps/ieee754/ldbl-64-128/s_isnanl.c: Likewise.
3561 * sysdeps/ieee754/ldbl-64-128/s_modfl.c: Likewise.
3562 * sysdeps/ieee754/ldbl-64-128/s_scalbnl.c: Likewise.
3563 * sysdeps/ieee754/ldbl-64-128/s_signbitl.c: Likewise.
3564 * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: Likewise.
3565 * sysdeps/ieee754/ldbl-opt/s_copysign.c: Likewise.
3566 * sysdeps/ieee754/ldbl-opt/s_finite.c: Likewise.
3567 * sysdeps/ieee754/ldbl-opt/s_frexp.c: Likewise.
3568 * sysdeps/ieee754/ldbl-opt/s_isinf.c: Likewise.
3569 * sysdeps/ieee754/ldbl-opt/s_isnan.c: Likewise.
3570 * sysdeps/ieee754/ldbl-opt/s_ldexp.c: Likewise.
3571 * sysdeps/ieee754/ldbl-opt/s_ldexpl.c: Likewise.
3572 * sysdeps/ieee754/ldbl-opt/s_modf.c: Likewise.
3573 * sysdeps/ieee754/ldbl-opt/s_scalbln.c: Likewise.
3574 * sysdeps/ieee754/ldbl-opt/s_scalbn.c: Likewise.
3575 * sysdeps/powerpc/power5+/fpu/s_modf.c: Likewise.
3576 * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Likewise.
3577 * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
3578 * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
3579 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c:
3580 Likewise.
3581 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c:
3582 Likewise.
3583 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c:
3584 Likewise.
3585 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c:
3586 Likewise.
3587 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c:
3588 Likewise.
3589 * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
3590 * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Likewise.
3591 * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
3592 * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
3593 * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
3594 * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
3595 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: Likewise.
3596 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: Likewise.
3597 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: Likewise.
3598 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: Likewise.
3599 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: Likewise.
3600 * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Likewise.
3601 * sysdeps/powerpc/powerpc64/fpu/s_copysignl.S: Likewise.
3602 * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
3603 * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
3604 * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
3605 * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
3606 * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
3607 * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
3608 * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
3609 * sysdeps/powerpc/powerpc64/power7/fpu/s_isnan.S: Likewise.
3610 * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: Likewise.
3611 * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: Likewise.
3612 * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: Likewise.
3613 * sysdeps/sparc/sparc32/fpu/s_signbitl.S: Likewise.
3614 * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
3615 * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S: Likewise.
3616
3617 * nptl/lowlevellock.c: Use IS_IN instead of IS_IN_libpthread.
3618 * nptl/pthreadP.h: Likewise.
3619 * nptl_db/structs.def: Likewise.
3620 * sysdeps/arm/sysdep.h: Likewise.
3621 * sysdeps/nptl/bits/libc-lock.h: Likewise.
3622 * sysdeps/nptl/bits/libc-lockP.h: Likewise.
3623 * sysdeps/sparc/sparc32/lowlevellock.c: Likewise.
3624 * sysdeps/unix/alpha/sysdep.h: Likewise.
3625 * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
3626 * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
3627 * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
3628 * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
3629 * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
3630 * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
3631 * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
3632 * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
3633 * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
3634 * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
3635 * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
3636 * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
3637 * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
3638 * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
3639 * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: Likewise.
3640 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: Likewise.
3641 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
3642 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
3643 * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
3644 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
3645 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
3646 * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
3647 * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
3648 * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
3649 * sysdeps/unix/sysv/linux/x86_64/cancellation.S: Likewise.
3650 * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
3651
3652 * include/mqueue.h: Use IS_IN instead of IS_IN_librt.
3653 * nptl/pthreadP.h: Likewise.
3654 * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
3655 * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
3656 * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
3657 * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
3658 * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
3659 * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
3660 * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
3661 * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
3662 * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
3663 * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
3664 * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
3665 * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
3666 * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
3667 Likewise.
3668 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
3669 Likewise.
3670 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
3671 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
3672 * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
3673 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
3674 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
3675 * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
3676 * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
3677 * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
3678
3679 * dlfcn/dladdr.c: Use IS_IN.
3680 * dlfcn/dladdr1.c: Likewise.
3681 * dlfcn/dlclose.c: Likewise.
3682 * dlfcn/dlerror.c: Likewise.
3683 * dlfcn/dlinfo.c: Likewise.
3684 * dlfcn/dlmopen.c: Likewise.
3685 * dlfcn/dlopen.c: Likewise.
3686 * dlfcn/dlsym.c: Likewise.
3687 * dlfcn/dlvsym.c: Likewise.
3688
3689 * include/ifaddrs.h: Use IS_IN.
3690 * inet/check_pf.c: Likewise.
3691 * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
3692 * nscd/Makefile (CPPFLAGS-nscd): Remove IS_IN_nscd.
3693
3694 * elf/Makefile (CFLAGS-ldconfig.c): Remove definition of
3695 IS_IN_ldconfig.
3696 * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.c: Use IS_IN.
3697 * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.h: Likewise.
3698
3699 * include/shlib-compat.h [!NOT_IN_libc]: Remove.
3700 * nss/nss_files/files-parse.c (IS_IN_libc): Replace with
3701 IS_IN (libc).
3702
3703 * elf/Makefile (libof-sotruss-lib): Set as extramodules.
3704
3705 * elf/Makefile (CPPFLAGS-.os): Remove IN_LIB.
3706 * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
3707 * extra-lib.mk (CPPFLAGS-$(lib)): Likewise.
3708 * include/libc-symbols.h (IS_IN_LIB): New macro.
3709 * include/errno.h: Use IS_IN_LIB instead of IN_LIB.
3710 * include/netdb.h: Likewise.
3711 * include/stap-probe.h: Remove all uses of IN_LIB.
3712
3713 * Makeconfig (module-cppflags-real): Define MODULE_NAME
3714 instead of IN_MODULE.
3715 * include/libc-symbols.h (IN_MODULE): Define using
3716 MODULE_NAME.
3717 (PASTE_NAME, PASTE_NAME1): New macros.
3718 * include/stap-probe.h (LIBC_PROBE_1): Use MODULE_NAME instead
3719 of IN_LIB.
3720 (STAP_PROBE_ASM): Likewise.
3721
3722 2014-11-23 Samuel Thibault <samuel.thibault@ens-lyon.org>
3723
3724 * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Call
3725 __mach_init in dlopened libc.
3726
3727 2014-11-22 Mike Frysinger <vapier@gentoo.org>
3728
3729 * sysdeps/arm/preconfigure.ac: Delete EABI check.
3730 * sysdeps/arm/preconfigure: Regenerate.
3731
3732 2014-11-21 Roland McGrath <roland@hack.frob.com>
3733
3734 * nptl/pthread_create.c (__pthread_create_2_1): Set
3735 ATTR_FLAG_POLICY_SET and/or ATTR_FLAG_SCHED_SET in PD->flags
3736 when copying values from IATTR into PD.
3737
3738 2014-11-21 Will Newton <will.newton@linaro.org>
3739 Andrew Pinski <andrew.pinski@caviumnetworks.com>
3740
3741 * sysdeps/aarch64/dl-machine.h (elf_machine_load_address):
3742 Refactor inline-asm. Also add comment.
3743
3744 * sysdeps/aarch64/bits/link.h (la_aarch64_gnu_pltenter): Use
3745 ElfW macro instead of hardcoded Elf64 types.
3746 (la_aarch64_gnu_pltenter): Likewise.
3747 * sysdeps/aarch64/dl-machine.h
3748 (elf_machine_runtime_setup): Use ElfW(Addr).
3749
3750 * elf/elf.h (R_AARCH64_P32_ABS32, R_AARCH64_P32_COPY,
3751 R_AARCH64_P32_GLOB_DAT, R_AARCH64_P32_JUMP_SLOT,
3752 R_AARCH64_P32_RELATIVE, R_AARCH64_P32_TLS_DTPMOD,
3753 R_AARCH64_P32_TLS_DTPREL, R_AARCH64_P32_TLS_TPREL,
3754 R_AARCH64_P32_TLSDESC, R_AARCH64_P32_IRELATIVE): Define.
3755 (R_AARCH64_TLS_DTPMOD64): Rename to ..
3756 (R_AARCH64_TLS_DTPMOD): This.
3757 (R_AARCH64_TLS_DTPREL64): Rename to ...
3758 (R_AARCH64_TLS_DTPREL): This.
3759 (R_AARCH64_TLS_TPREL64): Rename to ...
3760 (R_AARCH64_TLS_TPREL): This.
3761 * sysdeps/aarch64/dl-machine.h (elf_machine_type_class): Update
3762 R_AARCH64_TLS_DTPMOD64, R_AARCH64_TLS_DTPREL64, and
3763 R_AARCH64_TLS_TPREL64.
3764 (elf_machine_rela): Likewise.
3765
3766 2014-11-21 Torvald Riegel <triegel@redhat.com>
3767
3768 * sysdeps/microblaze/bits/atomic.h (__HAVE_64B_ATOMICS): Fix value
3769 by setting it to 0. 64b atomics are not supported currently.
3770
3771 2014-11-21 Alexandre Oliva <aoliva@redhat.com>
3772
3773 [BZ #16469]
3774 * resolv/res_query.c (__libc_res_nsearch): Skip leading dot in
3775 search domain names.
3776
3777 2014-11-21 Alexandre Oliva <aoliva@redhat.com>
3778
3779 [BZ #16469]
3780 * NEWS: Update.
3781 * resolv/res_query.c (__libc_res_nquerydomain): Retain
3782 trailing dot.
3783 * posix/tst-getaddrinfo5.c: New.
3784 * posix/Makefile (tests): Add it.
3785
3786 2014-11-21 Alexandre Oliva <aoliva@redhat.com>
3787
3788 [BZ #14498]
3789 * NEWS: Fixed.
3790 * nss/nss_db/db-XXX.c (_nss_db_get##name##_r): Update hidx
3791 after parsing line but before break_if_match.
3792 * nss/nss_files/files-service (DB_LOOKUP): Don't "continue;"
3793 if there is a protocol mismatch.
3794
3795 2014-11-21 Ma Shimiao <mashimiao.fnst@cn.fujitsu.com>
3796
3797 * manual/sysinfo.texi (addmntent): It is actually MT-Safe,
3798 because the potential race is on the user-supplied stream.
3799
3800 2014-11-21 Alexandre Oliva <aoliva@redhat.com>
3801
3802 * sysdeps/posix/ctermid.c (ctermid): Return a pointer to a
3803 string literal if not passed a buffer.
3804 * manual/job.texi (ctermid): Update reasoning, note deviation
3805 from posix, suggest mtasurace when not passed a buffer, for
3806 future non-preliminary safety notes.
3807
3808 2014-11-21 Alexandre Oliva <aoliva@redhat.com>
3809
3810 * manual/users.texi (cuserid): Fix MT-Safety note for the case
3811 of not passing it a buffer.
3812 Reported by Peng Haitao.
3813
3814 2014-11-21 Alexandre Oliva <aoliva@redhat.com>
3815
3816 * manual/Makefile ($(objpfx)stamp-summary): Require
3817 check-safety.sh to pass.
3818 * manual/check-safety.sh: Wish for verification that every
3819 @deftypefn and @deftypefun is followed by a @safety remark.
3820
3821 2014-11-20 Roland McGrath <roland@hack.frob.com>
3822
3823 * nptl/unwind.c (unwind_cleanup): Use __libc_fatal.
3824
3825 * nptl/pthread_setcanceltype.c [!SIGCANCEL]: Return ENOTSUP early for
3826 PTHREAD_CANCEL_ASYNCHRONOUS.
3827 * nptl/pthread_cancel.c [!SIGCANCEL]: Just abort rather than trying to
3828 send SIGCANCEL.
3829
3830 * nptl/default-sched.h: New file.
3831 * sysdeps/unix/sysv/linux/default-sched.h: New file.
3832 * nptl/pthread_create.c: Include it.
3833 (__pthread_create_2_1): Use collect_default_sched instead of making
3834 Linux syscalls here directly.
3835
3836 2014-11-20 Torvald Riegel <triegel@redhat.com>
3837
3838 * nptl/pthread_once.c (clear_once_control, __pthread_once_slow,
3839 __pthread_once): Use C11 atomics.
3840
3841 2014-11-20 Torvald Riegel <triegel@redhat.com>
3842
3843 * csu/tst-atomic.c (do_test): Add tests for C11-like atomics.
3844
3845 2014-11-20 Torvald Riegel <triegel@redhat.com>
3846
3847 * include/atomic.h (__atomic_link_error, __atomic_check_size,
3848 atomic_thread_fence_acquire, atomic_thread_fence_release,
3849 atomic_thread_fence_seq_cst, atomic_load_relaxed,
3850 atomic_load_acquire, atomic_store_relaxed, atomic_store_release,
3851 atomic_compare_exchange_weak_relaxed,
3852 atomic_compare_exchange_weak_acquire,
3853 atomic_compare_exchange_weak_release,
3854 atomic_exchange_acquire, atomic_exchange_release,
3855 atomic_fetch_add_relaxed, atomic_fetch_add_acquire,
3856 atomic_fetch_add_release, atomic_fetch_add_acq_rel,
3857 atomic_fetch_and_acquire,
3858 atomic_fetch_or_relaxed, atomic_fetch_or_acquire): New.
3859
3860 2014-11-20 Torvald Riegel <triegel@redhat.com>
3861
3862 * sysdeps/aarch64/bits/atomic.h (__HAVE_64B_ATOMICS,
3863 USE_ATOMIC_COMPILER_BUILTINS): Define.
3864 * sysdeps/alpha/bits/atomic.h (__HAVE_64B_ATOMICS,
3865 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3866 * sysdeps/arm/bits/atomic.h (__HAVE_64B_ATOMICS,
3867 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3868 * sysdeps/i386/i486/bits/atomic.h (__HAVE_64B_ATOMICS,
3869 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3870 * sysdeps/ia64/bits/atomic.h (__HAVE_64B_ATOMICS,
3871 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3872 * sysdeps/m68k/coldfire/bits/atomic.h (__HAVE_64B_ATOMICS,
3873 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3874 * sysdeps/m68k/m680x0/m68020/bits/atomic.h (__HAVE_64B_ATOMICS,
3875 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3876 * sysdeps/microblaze/bits/atomic.h (__HAVE_64B_ATOMICS,
3877 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3878 * sysdeps/mips/bits/atomic.h (__HAVE_64B_ATOMICS,
3879 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3880 * sysdeps/powerpc/powerpc32/bits/atomic.h (__HAVE_64B_ATOMICS,
3881 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3882 * sysdeps/powerpc/powerpc64/bits/atomic.h (__HAVE_64B_ATOMICS,
3883 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3884 * sysdeps/s390/bits/atomic.h (__HAVE_64B_ATOMICS,
3885 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3886 * sysdeps/sparc/sparc32/bits/atomic.h (__HAVE_64B_ATOMICS,
3887 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3888 * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (__HAVE_64B_ATOMICS,
3889 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3890 * sysdeps/sparc/sparc64/bits/atomic.h (__HAVE_64B_ATOMICS,
3891 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3892 * sysdeps/tile/tilegx/bits/atomic.h (__HAVE_64B_ATOMICS,
3893 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3894 * sysdeps/tile/tilepro/bits/atomic.h (__HAVE_64B_ATOMICS,
3895 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3896 * sysdeps/unix/sysv/linux/hppa/bits/atomic.h (__HAVE_64B_ATOMICS,
3897 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3898 * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h
3899 (__HAVE_64B_ATOMICS, USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3900 * sysdeps/unix/sysv/linux/sh/bits/atomic.h (__HAVE_64B_ATOMICS,
3901 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3902 * sysdeps/x86_64/bits/atomic.h (__HAVE_64B_ATOMICS,
3903 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3904
3905 2014-11-19 Roland McGrath <roland@hack.frob.com>
3906
3907 * nptl/pthread_create.c (__pthread_create_2_1): Don't try to validate
3908 the sched_priority value here. It was already checked when the user
3909 called pthread_attr_setschedparam.
3910
3911 * nptl/tst-bad-schedattr.c: New file.
3912 * nptl/Makefile (tests): Add it.
3913
3914 2014-11-19 Carlos O'Donell <carlos@redhat.com>
3915 Florian Weimer <fweimer@redhat.com>
3916 Joseph Myers <joseph@codesourcery.com>
3917 Adam Conrad <adconrad@0c3.net>
3918 Andreas Schwab <schwab@suse.de>
3919 Brooks <bmoses@google.com>
3920
3921 [BZ #17625]
3922 * wordexp-test.c (__dso_handle): Add prototype.
3923 (__register_atfork): Likewise.
3924 (__app_register_atfork): New function.
3925 (registered_forks): New global.
3926 (register_fork): New function.
3927 (test_case): Add 3 new tests for WRDE_CMDSUB.
3928 (main): Call __app_register_atfork.
3929 (testit): If WRDE_NOCMD set registered_forks to zero, run test, and if
3930 fork count is non-zero fail the test.
3931 * posix/wordexp.c (exec_comm): Return WRDE_CMDSUB if WRDE_NOCMD flag
3932 is set.
3933 (parse_dollars): Remove check for WRDE_NOCMD.
3934 (parse_dquote): Likewise.
3935
3936 2014-11-19 Siddhesh Poyarekar <siddhesh@redhat.com>
3937
3938 * Makeconfig (built-modules): List non-library modules to be
3939 built.
3940 (module-cppflags): Include libc-modules.h for
3941 everything except shlib-versions.v.i.
3942 (CPPFLAGS): Use it.
3943 (before-compile): Add libc-modules.h.
3944 ($(common-objpfx)libc-modules.h,
3945 $(common-objpfx)libc-modules.stmp): New targets.
3946 (common-generated): Add libc-modules.h and libc-modules.stmp.
3947 ($(common-objpfx)Versions.v.i): Depend on libc-modules.h.
3948 * include/libc-symbols.h: Don't include libc-modules.h.
3949 * include/libc-modules.h: Remove file.
3950 * scripts/gen-libc-modules.awk: New script to generate
3951 libc-modules.h.
3952 * sysdeps/unix/Makefile ($(common-objpfx)sysd-syscalls):
3953 Depend on libc-modules.stmp.
3954
3955 * include/shlib-compat.h (_SHLIB_COMPAT): Use IS_IN.
3956
3957 * Makeconfig (in-module): Get value of libof set for the
3958 translation unit.
3959 (CPPFLAGS): Use $(in-module).
3960 * Makerules: Don't suffix routine names for nonlib.
3961 * include/libc-modules.h: New file.
3962 * include/libc-symbols.h: Include libc-modules.h
3963 (IS_IN): New macro to replace IS_IN_* macros.
3964 * elf/Makefile: Set libof-* for each routine.
3965 * elf/rtld-Rules: Likewise.
3966 * extra-modules.mk: Likewise.
3967 * iconv/Makefile: Likewise.
3968 * iconvdata/Makefile: Likewise.
3969 * locale/Makefile: Likewise.
3970 * malloc/Makefile: Likewise.
3971 * nss/Makefile: Likewise.
3972 * sysdeps/gnu/Makefile: Likewise.
3973 * sysdeps/ieee754/ldbl-opt/Makefile: Likewise.
3974 * sysdeps/unix/sysv/linux/Makefile: Likewise.
3975 * sysdeps/s390/s390-64/Makefile: Likewise.
3976 * nscd/Makefile: Set libof-* for each routine. Set CFLAGS and
3977 CPPFLAGS for nscd instead of nonlib.
3978
3979 2014-11-18 Roland McGrath <roland@hack.frob.com>
3980
3981 * nptl/createthread.c: New file.
3982
3983 * nptl/createthread.c: Moved ...
3984 * sysdeps/unix/sysv/linux/createthread.c: ... here.
3985
3986 * nptl/createthread.c: Add proper top-line comment.
3987 (do_clone): Folded into ...
3988 (create_thread): ... here. Take new arguments STOPPED_START and
3989 THREAD_RAN. Always set PD->stopped_start to something here. Don't
3990 increment __nptl_threads, do event-reporting logic, do
3991 CHECK_THREAD_SYSINFO, or set THREAD_SELF->header.multiple_threads
3992 here. Set *THREAD_RAN after ARCH_CLONE call succeeds. Don't do any
3993 resource cleanup if sched_setaffinity or sched_setscheduler fails,
3994 just send SIGCANCEL.
3995 * nptl/pthread_create.c: Forward-declare create_thread before
3996 including createthread.c.
3997 (start_thread): Use new macro START_THREAD_DEFN to replace defining
3998 declaration, and new macro START_THREAD_SELF to replace argument.
3999 Remove return statement.
4000 (report_thread_creation): New function.
4001 (__pthread_create_2_1): Use it. Do TD_CREATE reporting,
4002 synchronization logic, and __nptl_nthreads increment here, around
4003 calling create_thread. Do CHECK_THREAD_SYSINFO and initialize
4004 PD->parent_cancelhandling here, before create_thread. When
4005 create_thread fails, do __nptl_nthreads decrement, setxid_futex wake,
4006 __deallocate_stack, and ENOMEM translation here.
4007
4008 2014-11-18 Joseph Myers <joseph@codesourcery.com>
4009
4010 [BZ #17616]
4011 * sysdeps/ieee754/dbl-64/mpa.c (mpone): Rename to __mpone.
4012 (mptwo): Rename to __mptwo.
4013 (__inv): Use __mptwo instead of mptwo.
4014 * sysdeps/ieee754/dbl-64/mpa.h (mpone): Rename to __mpone.
4015 (mptwo): Rename to __mptwo.
4016 * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __mpone instead
4017 of mpone and __mptwo instead of mptwo.
4018 * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Use __mpone
4019 instead of mpone.
4020 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
4021 * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Likewise.
4022 * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use __mpone instead
4023 of mpone and __mptwo instead of mptwo.
4024 (__mpranred): Use __mpone instead of mpone.
4025 * conform/Makefile (test-xfail-ISO/math.h/linknamespace): Remove
4026 variable.
4027 (test-xfail-ISO99/complex.h/linknamespace): Likewise.
4028 (test-xfail-ISO99/math.h/linknamespace): Likewise.
4029 (test-xfail-ISO99/tgmath.h/linknamespace): Likewise.
4030 (test-xfail-ISO11/complex.h/linknamespace): Likewise.
4031 (test-xfail-ISO11/math.h/linknamespace): Likewise.
4032 (test-xfail-ISO11/tgmath.h/linknamespace): Likewise.
4033 (test-xfail-XPG3/math.h/linknamespace): Likewise.
4034 (test-xfail-XPG4/math.h/linknamespace): Likewise.
4035 (test-xfail-POSIX/math.h/linknamespace): Likewise.
4036 (test-xfail-UNIX98/math.h/linknamespace): Likewise.
4037 (test-xfail-XOPEN2K/complex.h/linknamespace): Likewise.
4038 (test-xfail-XOPEN2K/math.h/linknamespace): Likewise.
4039 (test-xfail-XOPEN2K/tgmath.h/linknamespace): Likewise.
4040 (test-xfail-POSIX2008/complex.h/linknamespace): Likewise.
4041 (test-xfail-POSIX2008/math.h/linknamespace): Likewise.
4042 (test-xfail-POSIX2008/tgmath.h/linknamespace): Likewise.
4043 (test-xfail-XOPEN2K8/complex.h/linknamespace): Likewise.
4044 (test-xfail-XOPEN2K8/math.h/linknamespace): Likewise.
4045 (test-xfail-XOPEN2K8/tgmath.h/linknamespace): Likewise.
4046
4047 2014-11-18 Tom de Vries <tom@codesoucery.com>
4048
4049 * manual/signal.texi (Primitives Interrupted by Signals): In section,
4050 replace BSD Handler xref with BSD Signal Handling.
4051
4052 2014-11-17 Richard Henderson <rth@redhat.com>
4053
4054 * sysdeps/alpha/soft-fp/local-soft-fp.h (_FP_UNPACK_RAW_2): Remove.
4055 (_FP_PACK_RAW_2): Remove.
4056 (AXP_DECL_RETURN_Q): Rename from FP_DECL_RETURN, use _FP_UNION_Q.
4057 (AXP_RETURN_Q): Rename from FP_RETURN, use _FP_UNION_Q.
4058 (AXP_UNPACK_RAW_Q, AXP_UNPACK_SEMIRAW_Q, AXP_UNPACK_Q): New.
4059 (AXP_PACK_RAW_Q, AXP_PACK_SEMIRAW_Q, AXP_PACK_Q): New.
4060 * sysdeps/alpha/soft-fp/ots_add.c (_OtsAddX): Update to match.
4061 * sysdeps/alpha/soft-fp/ots_cmp.c (internal_equality): Likewise.
4062 * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Likewise.
4063 * sysdeps/alpha/soft-fp/ots_cvtqux.c (_OtsCvtQUX): Likewise.
4064 * sysdeps/alpha/soft-fp/ots_cvtqx.c (_OtsCvtQX): Likewise.
4065 * sysdeps/alpha/soft-fp/ots_cvttx.c (_OtsConvertFloatTX): Likewise.
4066 * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Likewise.
4067 * sysdeps/alpha/soft-fp/ots_cvtxt.c (_OtsConvertFloatXT): Likewise.
4068 * sysdeps/alpha/soft-fp/ots_div.c (_OtsDivX): Likewise.
4069 * sysdeps/alpha/soft-fp/ots_mul.c (_OtsMulX): Likewise.
4070 * sysdeps/alpha/soft-fp/ots_nintxq.c (_OtsNintXQ): Likewise.
4071 * sysdeps/alpha/soft-fp/ots_sub.c (_OtsSubX): Likewise.
4072
4073 2014-11-14 Roland McGrath <roland@hack.frob.com>
4074
4075 * signal/signal.h [__USE_MISC]
4076 (struct sigvec): Remove type.
4077 (SV_ONSTACK, SV_INTERRUPT, SV_RESETHAND): Remove macros.
4078 (sigvec): Remove declaration.
4079 * sysdeps/posix/sigvec.c: Moved ...
4080 * signal/sigvec.c: ... here, replacing old file.
4081 (struct sigvec): New type, copied from old signal.h definition.
4082 (SV_ONSTACK, SV_INTERRUPT, SV_RESETHAND): New macros, likewise copied.
4083 (__sigvec): Convert definition to prototype.
4084 (sigvec): Replace weak_alias with compat_symbol.
4085 * signal/Versions (libc: GLIBC_2.21): New version set.
4086 * include/signal.h: Remove __sigvec declaration.
4087 * sysdeps/unix/bsd/sigvec.c: Remove file.
4088 * sysdeps/unix/bsd/syscalls.list: Remove sigvec.
4089 * manual/signal.texi (BSD Handler): Remove subsection.
4090 Move siginterrupt up to ...
4091 (BSD Signal Handling): ... here. Mark it as XPG rather than BSD.
4092 (Blocking in BSD): Fold subsection into its parent.
4093 * NEWS: Mention sigvec removal.
4094
4095 2014-11-14 Joseph Myers <joseph@codesourcery.com>
4096
4097 * sysdeps/x86_64/fpu/dla.h [__FMA4__ && __GNUC_PREREQ (4, 6)]
4098 (DLA_FMS): Make definition conditional only on [__FMA4__].
4099 [__FMA4__ && !__GNUC_PREREQ (4, 6)] (DLA_FMS): Remove conditional
4100 definition.
4101
4102 * sysdeps/arm/sysdep.h [PROF && __GNUC_PREREQ(4,4)] (CALL_MCOUNT):
4103 Make definition conditional only on [PROF].
4104 [PROF && !__GNUC_PREREQ(4,4)] (CALL_MCOUNT): Remove conditional
4105 definition.
4106 [__GNUC_PREREQ(4,4)] (mcount): Make definition unconditional.
4107 [!__GNUC_PREREQ(4,4)] (mcount): Remove conditional definition.
4108
4109 * signal/signal.h (__sigpause): Only declare if [__USE_XOPEN &&
4110 !__GNUC__].
4111 * include/signal.h (__sigpause): Move declaration above call to
4112 libc_hidden_proto.
4113 * conform/Makefile (test-xfail-ISO/signal.h/linknamespace): Remove
4114 variable.
4115 (test-xfail-ISO99/signal.h/linknamespace): Likewise.
4116 (test-xfail-ISO11/signal.h/linknamespace): Likewise.
4117
4118 2014-11-14 David S. Miller <davem@davemloft.net>
4119
4120 * sysdeps/sparc/sparc64/rtld-memcpy.c (NO_MEMPCPY_STPCPY_REDIRECT):
4121 Define before including <string/memcpy.c> and <string/mempcpy.c>.
4122
4123 2014-11-14 Joseph Myers <joseph@codesourcery.com>
4124
4125 * configure.ac (libc_cv_compiler_ok): Require GCC 4.6 or later.
4126 * configure: Regenerated.
4127 * manual/install.texi (Tools for Compilation): Document a
4128 requirement of GCC 4.6 or later and that GCC 4.9 is the newest
4129 compiler verified to work.
4130 * INSTALL: Regenerated.
4131
4132 * include/string.h [NO_MEMPCPY_STPCPY_REDIRECT] (mempcpy): Do not
4133 redeclare with asm name.
4134 [NO_MEMPCPY_STPCPY_REDIRECT] (stpcpy): Likewise.
4135 * string/mempcpy.c (NO_MEMPCPY_STPCPY_REDIRECT): Define before
4136 including <string.h>.
4137 * string/stpcpy.c (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
4138 * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c
4139 [!NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
4140 * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c
4141 [!NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
4142 * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c
4143 [SHARED && !NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
4144
4145 2014-11-13 Joseph Myers <joseph@codesourcery.com>
4146
4147 * stdlib/strtol.c (__strtol): Use prototype definition.
4148
4149 [BZ #17594]
4150 * stdlib/strtol.c (SYM__): New macro.
4151 (SYM__1): Likewise.
4152 (__strtol): Likewise.
4153 (strtol): Rename to __strtol and define as weak alias of
4154 __strtol. Use libc_hidden_weak.
4155
4156 2014-11-13 Stefan Liebler <stli@linux.vnet.ibm.com>
4157
4158 * sysdeps/s390/s390-32/dl-machine.h (RTLD_START):
4159 Use numbered labels in inline assembly.
4160
4161 2014-11-13 Stefan Liebler <stli@linux.vnet.ibm.com>
4162
4163 * sysdeps/s390/s390-32/setjmp.S (__sigsetjmp):
4164 Add setjmp LIBC_PROBE.
4165 * sysdeps/s390/s390-64/setjmp.S (__sigsetjmp):
4166 Likewise.
4167 * sysdeps/s390/s390-32/__longjmp.c (__longjmp):
4168 Add longjmp, longjmp_target LIBC_PROBE.
4169 * sysdeps/s390/s390-64/__longjmp.c (__longjmp):
4170 Likewise.
4171
4172 2014-11-13 Stefan Liebler <stli@linux.vnet.ibm.com>
4173
4174 * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
4175 Gate the definition of refsym additionally with !RTLD_BOOTSTRAP
4176 to get rid of unused variable warning.
4177
4178 2014-11-13 Stefan Liebler <stli@linux.vnet.ibm.com>
4179
4180 * sysdeps/s390/s390-32/backtrace.c (__backtrace):
4181 Check for unwind_backtrace == NULL only in SHARED case.
4182 (__backchain_backtrace): Compile only in SHARED case.
4183 * sysdeps/s390/s390-64/backtrace.c (__backtrace):
4184 Likewise.
4185 (__backchain_backtrace): Declare as static.
4186
4187 2014-11-12 Roland McGrath <roland@hack.frob.com>
4188
4189 * nptl/createthread.c [!TLS_MULTIPLE_THREADS_IN_TCB]
4190 (__libc_multiple_threads_ptr): Variable moved ...
4191 * nptl/nptl-init.c [!TLS_MULTIPLE_THREADS_IN_TCB]: ... here.
4192
4193 2014-11-12 Joseph Myers <joseph@codesourcery.com>
4194
4195 * conform/GlibcConform.pm: New file.
4196 * conform/conformtest.pl: Use GlibcConform module.
4197 * conform/linknamespace.pl: New file.
4198 * conform/list-header-symbols.pl: Likewise.
4199 * conform/Makefile (linknamespace-symlists-base): New variable.
4200 (linknamespace-symlists-tests): Likewise.
4201 (linknamespace-header-base): Likewise.
4202 (linknamespace-header-tests): Likewise.
4203 (tests-special): Add new tests.
4204 ($(linknamespace-symlists-tests)): New rule.
4205 (linknamespace-libs): New variable.
4206 ($(objpfx)symlist-stdlibs): New rule.
4207 ($(linknamespace-header-tests)): Likewise.
4208 (test-xfail-XPG3/varargs.h/linknamespace): New variable.
4209 (test-xfail-XPG4/varargs.h/linknamespace): Likewise.
4210 (test-xfail-UNIX98/varargs.h/linknamespace): Likewise.
4211 (test-xfail-XPG4/ndbm.h/linknamespace): Likewise.
4212 (test-xfail-UNIX98/ndbm.h/linknamespace): Likewise.
4213 (test-xfail-XOPEN2K/ndbm.h/linknamespace): Likewise.
4214 (test-xfail-XOPEN2K8/ndbm.h/linknamespace): Likewise.
4215 (test-xfail-ISO/math.h/linknamespace): Likewise.
4216 (test-xfail-ISO/signal.h/linknamespace): Likewise.
4217 (test-xfail-ISO/stdio.h/linknamespace): Likewise.
4218 (test-xfail-ISO/time.h/linknamespace): Likewise.
4219 (test-xfail-ISO99/complex.h/linknamespace): Likewise.
4220 (test-xfail-ISO99/ctype.h/linknamespace): Likewise.
4221 (test-xfail-ISO99/math.h/linknamespace): Likewise.
4222 (test-xfail-ISO99/signal.h/linknamespace): Likewise.
4223 (test-xfail-ISO99/stdio.h/linknamespace): Likewise.
4224 (test-xfail-ISO99/tgmath.h/linknamespace): Likewise.
4225 (test-xfail-ISO11/complex.h/linknamespace): Likewise.
4226 (test-xfail-ISO11/ctype.h/linknamespace): Likewise.
4227 (test-xfail-ISO11/math.h/linknamespace): Likewise.
4228 (test-xfail-ISO11/signal.h/linknamespace): Likewise.
4229 (test-xfail-ISO11/stdio.h/linknamespace): Likewise.
4230 (test-xfail-ISO11/tgmath.h/linknamespace): Likewise.
4231 (test-xfail-XPG3/ctype.h/linknamespace): Likewise.
4232 (test-xfail-XPG3/fnmatch.h/linknamespace): Likewise.
4233 (test-xfail-XPG3/glob.h/linknamespace): Likewise.
4234 (test-xfail-XPG3/math.h/linknamespace): Likewise.
4235 (test-xfail-XPG3/regex.h/linknamespace): Likewise.
4236 (test-xfail-XPG3/search.h/linknamespace): Likewise.
4237 (test-xfail-XPG3/stdio.h/linknamespace): Likewise.
4238 (test-xfail-XPG3/time.h/linknamespace): Likewise.
4239 (test-xfail-XPG3/unistd.h/linknamespace): Likewise.
4240 (test-xfail-XPG3/wordexp.h/linknamespace): Likewise.
4241 (test-xfail-XPG4/ctype.h/linknamespace): Likewise.
4242 (test-xfail-XPG4/fmtmsg.h/linknamespace): Likewise.
4243 (test-xfail-XPG4/fnmatch.h/linknamespace): Likewise.
4244 (test-xfail-XPG4/glob.h/linknamespace): Likewise.
4245 (test-xfail-XPG4/grp.h/linknamespace): Likewise.
4246 (test-xfail-XPG4/libgen.h/linknamespace): Likewise.
4247 (test-xfail-XPG4/math.h/linknamespace): Likewise.
4248 (test-xfail-XPG4/netdb.h/linknamespace): Likewise.
4249 (test-xfail-XPG4/pwd.h/linknamespace): Likewise.
4250 (test-xfail-XPG4/regex.h/linknamespace): Likewise.
4251 (test-xfail-XPG4/search.h/linknamespace): Likewise.
4252 (test-xfail-XPG4/stdio.h/linknamespace): Likewise.
4253 (test-xfail-XPG4/stdlib.h/linknamespace): Likewise.
4254 (test-xfail-XPG4/sys/mman.h/linknamespace): Likewise.
4255 (test-xfail-XPG4/sys/statvfs.h/linknamespace): Likewise.
4256 (test-xfail-XPG4/syslog.h/linknamespace): Likewise.
4257 (test-xfail-XPG4/time.h/linknamespace): Likewise.
4258 (test-xfail-XPG4/unistd.h/linknamespace): Likewise.
4259 (test-xfail-XPG4/wordexp.h/linknamespace): Likewise.
4260 (test-xfail-POSIX/aio.h/linknamespace): Likewise.
4261 (test-xfail-POSIX/fnmatch.h/linknamespace): Likewise.
4262 (test-xfail-POSIX/glob.h/linknamespace): Likewise.
4263 (test-xfail-POSIX/math.h/linknamespace): Likewise.
4264 (test-xfail-POSIX/mqueue.h/linknamespace): Likewise.
4265 (test-xfail-POSIX/pthread.h/linknamespace): Likewise.
4266 (test-xfail-POSIX/regex.h/linknamespace): Likewise.
4267 (test-xfail-POSIX/sched.h/linknamespace): Likewise.
4268 (test-xfail-POSIX/semaphore.h/linknamespace): Likewise.
4269 (test-xfail-POSIX/sys/mman.h/linknamespace): Likewise.
4270 (test-xfail-POSIX/time.h/linknamespace): Likewise.
4271 (test-xfail-POSIX/unistd.h/linknamespace): Likewise.
4272 (test-xfail-POSIX/wordexp.h/linknamespace): Likewise.
4273 (test-xfail-UNIX98/aio.h/linknamespace): Likewise.
4274 (test-xfail-UNIX98/ctype.h/linknamespace): Likewise.
4275 (test-xfail-UNIX98/fmtmsg.h/linknamespace): Likewise.
4276 (test-xfail-UNIX98/fnmatch.h/linknamespace): Likewise.
4277 (test-xfail-UNIX98/glob.h/linknamespace): Likewise.
4278 (test-xfail-UNIX98/grp.h/linknamespace): Likewise.
4279 (test-xfail-UNIX98/libgen.h/linknamespace): Likewise.
4280 (test-xfail-UNIX98/math.h/linknamespace): Likewise.
4281 (test-xfail-UNIX98/mqueue.h/linknamespace): Likewise.
4282 (test-xfail-UNIX98/netdb.h/linknamespace): Likewise.
4283 (test-xfail-UNIX98/pthread.h/linknamespace): Likewise.
4284 (test-xfail-UNIX98/pwd.h/linknamespace): Likewise.
4285 (test-xfail-UNIX98/regex.h/linknamespace): Likewise.
4286 (test-xfail-UNIX98/sched.h/linknamespace): Likewise.
4287 (test-xfail-UNIX98/search.h/linknamespace): Likewise.
4288 (test-xfail-UNIX98/semaphore.h/linknamespace): Likewise.
4289 (test-xfail-UNIX98/stdio.h/linknamespace): Likewise.
4290 (test-xfail-UNIX98/stdlib.h/linknamespace): Likewise.
4291 (test-xfail-UNIX98/sys/mman.h/linknamespace): Likewise.
4292 (test-xfail-UNIX98/sys/statvfs.h/linknamespace): Likewise.
4293 (test-xfail-UNIX98/syslog.h/linknamespace): Likewise.
4294 (test-xfail-UNIX98/time.h/linknamespace): Likewise.
4295 (test-xfail-UNIX98/unistd.h/linknamespace): Likewise.
4296 (test-xfail-UNIX98/wchar.h/linknamespace): Likewise.
4297 (test-xfail-UNIX98/wordexp.h/linknamespace): Likewise.
4298 (test-xfail-XOPEN2K/aio.h/linknamespace): Likewise.
4299 (test-xfail-XOPEN2K/complex.h/linknamespace): Likewise.
4300 (test-xfail-XOPEN2K/fcntl.h/linknamespace): Likewise.
4301 (test-xfail-XOPEN2K/fmtmsg.h/linknamespace): Likewise.
4302 (test-xfail-XOPEN2K/fnmatch.h/linknamespace): Likewise.
4303 (test-xfail-XOPEN2K/glob.h/linknamespace): Likewise.
4304 (test-xfail-XOPEN2K/grp.h/linknamespace): Likewise.
4305 (test-xfail-XOPEN2K/libgen.h/linknamespace): Likewise.
4306 (test-xfail-XOPEN2K/math.h/linknamespace): Likewise.
4307 (test-xfail-XOPEN2K/mqueue.h/linknamespace): Likewise.
4308 (test-xfail-XOPEN2K/net/if.h/linknamespace): Likewise.
4309 (test-xfail-XOPEN2K/netdb.h/linknamespace): Likewise.
4310 (test-xfail-XOPEN2K/pthread.h/linknamespace): Likewise.
4311 (test-xfail-XOPEN2K/pwd.h/linknamespace): Likewise.
4312 (test-xfail-XOPEN2K/regex.h/linknamespace): Likewise.
4313 (test-xfail-XOPEN2K/search.h/linknamespace): Likewise.
4314 (test-xfail-XOPEN2K/semaphore.h/linknamespace): Likewise.
4315 (test-xfail-XOPEN2K/signal.h/linknamespace): Likewise.
4316 (test-xfail-XOPEN2K/spawn.h/linknamespace): Likewise.
4317 (test-xfail-XOPEN2K/stdlib.h/linknamespace): Likewise.
4318 (test-xfail-XOPEN2K/sys/mman.h/linknamespace): Likewise.
4319 (test-xfail-XOPEN2K/sys/statvfs.h/linknamespace): Likewise.
4320 (test-xfail-XOPEN2K/sys/wait.h/linknamespace): Likewise.
4321 (test-xfail-XOPEN2K/syslog.h/linknamespace): Likewise.
4322 (test-xfail-XOPEN2K/tgmath.h/linknamespace): Likewise.
4323 (test-xfail-XOPEN2K/time.h/linknamespace): Likewise.
4324 (test-xfail-XOPEN2K/ucontext.h/linknamespace): Likewise.
4325 (test-xfail-XOPEN2K/unistd.h/linknamespace): Likewise.
4326 (test-xfail-XOPEN2K/wordexp.h/linknamespace): Likewise.
4327 (test-xfail-POSIX2008/aio.h/linknamespace): Likewise.
4328 (test-xfail-POSIX2008/complex.h/linknamespace): Likewise.
4329 (test-xfail-POSIX2008/ctype.h/linknamespace): Likewise.
4330 (test-xfail-POSIX2008/dirent.h/linknamespace): Likewise.
4331 (test-xfail-POSIX2008/fcntl.h/linknamespace): Likewise.
4332 (test-xfail-POSIX2008/grp.h/linknamespace): Likewise.
4333 (test-xfail-POSIX2008/math.h/linknamespace): Likewise.
4334 (test-xfail-POSIX2008/mqueue.h/linknamespace): Likewise.
4335 (test-xfail-POSIX2008/net/if.h/linknamespace): Likewise.
4336 (test-xfail-POSIX2008/netdb.h/linknamespace): Likewise.
4337 (test-xfail-POSIX2008/pthread.h/linknamespace): Likewise.
4338 (test-xfail-POSIX2008/regex.h/linknamespace): Likewise.
4339 (test-xfail-POSIX2008/semaphore.h/linknamespace): Likewise.
4340 (test-xfail-POSIX2008/spawn.h/linknamespace): Likewise.
4341 (test-xfail-POSIX2008/sys/mman.h/linknamespace): Likewise.
4342 (test-xfail-POSIX2008/sys/statvfs.h/linknamespace): Likewise.
4343 (test-xfail-POSIX2008/tgmath.h/linknamespace): Likewise.
4344 (test-xfail-POSIX2008/time.h/linknamespace): Likewise.
4345 (test-xfail-POSIX2008/unistd.h/linknamespace): Likewise.
4346 (test-xfail-XOPEN2K8/aio.h/linknamespace): Likewise.
4347 (test-xfail-XOPEN2K8/complex.h/linknamespace): Likewise.
4348 (test-xfail-XOPEN2K8/dirent.h/linknamespace): Likewise.
4349 (test-xfail-XOPEN2K8/fcntl.h/linknamespace): Likewise.
4350 (test-xfail-XOPEN2K8/fmtmsg.h/linknamespace): Likewise.
4351 (test-xfail-XOPEN2K8/grp.h/linknamespace): Likewise.
4352 (test-xfail-XOPEN2K8/libgen.h/linknamespace): Likewise.
4353 (test-xfail-XOPEN2K8/math.h/linknamespace): Likewise.
4354 (test-xfail-XOPEN2K8/mqueue.h/linknamespace): Likewise.
4355 (test-xfail-XOPEN2K8/net/if.h/linknamespace): Likewise.
4356 (test-xfail-XOPEN2K8/netdb.h/linknamespace): Likewise.
4357 (test-xfail-XOPEN2K8/pthread.h/linknamespace): Likewise.
4358 (test-xfail-XOPEN2K8/pwd.h/linknamespace): Likewise.
4359 (test-xfail-XOPEN2K8/regex.h/linknamespace): Likewise.
4360 (test-xfail-XOPEN2K8/search.h/linknamespace): Likewise.
4361 (test-xfail-XOPEN2K8/semaphore.h/linknamespace): Likewise.
4362 (test-xfail-XOPEN2K8/spawn.h/linknamespace): Likewise.
4363 (test-xfail-XOPEN2K8/sys/mman.h/linknamespace): Likewise.
4364 (test-xfail-XOPEN2K8/sys/statvfs.h/linknamespace): Likewise.
4365 (test-xfail-XOPEN2K8/syslog.h/linknamespace): Likewise.
4366 (test-xfail-XOPEN2K8/tgmath.h/linknamespace): Likewise.
4367 (test-xfail-XOPEN2K8/time.h/linknamespace): Likewise.
4368 (test-xfail-XOPEN2K8/unistd.h/linknamespace): Likewise.
4369
4370 [BZ #17589]
4371 * intl/localealias.c [_LIBC] (FGETS): Use __fgets_unlocked instead
4372 of fgets_unlocked.
4373
4374 [BZ #17585]
4375 * string/memmem.c [!_LIBC] (__memmem): Define to memmem.
4376 (memmem): Rename to __memmem and define as weak alias of
4377 __memmem. Use libc_hidden_weak.
4378 (__memmem): Use libc_hidden_def.
4379 * include/string.h (__memmem): Declare. Use libc_hidden_proto.
4380 * locale/findlocale.c (valid_locale_name): Use __memmem instead of
4381 memmem.
4382
4383 [BZ #17582]
4384 * libio/iofgets.c [weak_alias && !_IO_MTSAFE_IO]
4385 (__fgets_unlocked): Add alias of _IO_fgets. Use libc_hidden_def.
4386 * libio/iofgets_u.c (fgets_unlocked): Rename to __fgets_unlocked
4387 and define as weak alias of __fgets_unlocked. Use
4388 libc_hidden_weak.
4389 (__fgets_unlocked): Use libc_hidden_def.
4390 * include/stdio.h (__fgets_unlocked): Declare. Use
4391 libc_hidden_proto.
4392 * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Use
4393 __fgets_unlocked instead of fgets_unlocked.
4394 * sysdeps/unix/sysv/linux/alpha/getsysstats.c
4395 (GET_NPROCS_CONF_PARSER): Likewise.
4396 * sysdeps/unix/sysv/linux/sparc/getsysstats.c
4397 (GET_NPROCS_CONF_PARSER): Likewise.
4398
4399 [BZ #17574]
4400 * wcsmbs/wmemset.c (wmemset): Rename to __wmemset and define as
4401 weak alias of __wmemset. Use libc_hidden_weak.
4402 (__wmemset): Use libc_hidden_def.
4403 * include/wchar.h (__wmemset): Declare. Use libc_hidden_proto.
4404 * stdio-common/printf_fp.c (___printf_fp): Call __wmemset instead
4405 of wmemset.
4406
4407 [BZ #17573]
4408 * include/string.h [NOT_IN_libc || !SHARED] (mempcpy): Declare
4409 with asm name __mempcpy.
4410 [NOT_IN_libc || !SHARED] (stpcpy): Declare with asm name __stpcpy.
4411
4412 [BZ #17572]
4413 * sysdeps/x86_64/rawmemchr.S (rawmemchr): Rename to __rawmemchr
4414 and define as weak alias of __rawmemchr.
4415 (__rawmemchr): Do not define as strong alias of rawmemchr.
4416
4417 [BZ #17571]
4418 * stdlib/msort.c (qsort_r): Rename to __qsort_r and define as weak
4419 alias of __qsort_r.
4420 (qsort): Call __qsort_r instead of qsort_r.
4421 * include/stdlib.h (qsort_r): Do not call libc_hidden_proto.
4422 (__qsort_r): Declare. Call libc_hidden_proto.
4423 * sysdeps/posix/getaddrinfo.c (getaddrinfo): Call __qsort_r
4424 instead of qsort_r.
4425 * nscd/gai.c (__qsort_r): Define to qsort_r.
4426 * posix/tst-rfc3484.c (__qsort_r): Likewise.
4427 * posix/tst-rfc3484-2.c (__qsort_r): Likewise.
4428 * posix/tst-rfc3484-3.c (__qsort_r): Likewise.
4429
4430 [BZ #17570]
4431 * malloc/malloc.c (malloc_info): Rename to __malloc_info and
4432 define as weak alias of __malloc_info.
4433
4434 [BZ #17584]
4435 * dirent/rewinddir.c (rewinddir): Rename to __rewinddir and define
4436 as weak alias of __rewinddir. Don't use libc_hidden_def.
4437 (__rewinddir): Use libc_hidden_def.
4438 * sysdeps/mach/hurd/rewinddir.c: Rename to __rewinddir and define
4439 as weak alias of __rewinddir. Don't use libc_hidden_def.
4440 (__rewinddir): Use libc_hidden_def.
4441 * sysdeps/posix/rewinddir.c: Rename to __rewinddir and define as
4442 weak alias of __rewinddir. Don't use libc_hidden_def.
4443 (__rewinddir): Use libc_hidden_def.
4444 * include/dirent.h (rewinddir): Don't use libc_hidden_proto.
4445 (__rewinddir): Use libc_hidden_proto.
4446 * sysdeps/posix/getcwd.c [!_LIBC] (__rewinddir): Define to
4447 rewinddir.
4448 (__getcwd): Use __rewinddir instead of rewinddir.
4449
4450 [BZ #17583]
4451 * libio/fileno.c (fileno): Rename to __fileno and define as weak
4452 alias of __fileno. Use libc_hidden_weak.
4453 (__fileno): Use libc_hidden_def.
4454 [weak_alias] (fileno_unlocked): Define as weak alias of __fileno.
4455 * libio/ftello.c (ftello): Rename to __ftello and define as weak
4456 alias of __ftello.
4457 [__OFF_T_MATCHES_OFF64_T] (ftello64): Define as weak alias of
4458 __ftello.
4459 * libio/iofread.c [weak_alias && !_IO_MTSAFE_IO]
4460 (__fread_unlocked): Define as strong alias of _IO_fread. Use
4461 libc_hidden_def.
4462 (fread_unlocked): Don't use libc_hidden_ver.
4463 * libio/iofread_u.c (fread_unlocked): Rename to __fread_unlocked
4464 and define as weak alias of __fread_unlocked. Don't use
4465 libc_hidden_def.
4466 (__fread_unlocked): Use libc_hidden_def.
4467 * include/stdio.h (__fileno): Declare. Use libc_hidden_proto.
4468 (ftello): Don't use libc_hidden_proto.
4469 (__ftello): Declare. Use libc_hidden_proto.
4470 (fread_unlocked): Don't use libc_hidden_proto.
4471 (__fread_unlocked): Declare. Use libc_hidden_proto.
4472 * time/tzfile.c (__tzfile_read): Use __fileno, __fread_unlocked
4473 and __ftello instead of fileno, fread_unlocked and ftello.
4474
4475 2012-11-12 Siddhesh Poyarekar <siddhesh@redhat.com>
4476
4477 * sysdeps/s390/s390-32/bcopy.S (__bcopy): Use GOT instead of
4478 GOT12.
4479 * sysdeps/s390/s390-32/dl-machine.h (elf_machine_load_address):
4480 Likewise.
4481 (_dl_start_user): Likewise.
4482 * sysdeps/s390/s390-32/setjmp.S (__sigsetjmp): Likewise.
4483
4484 2014-11-12 Carlos O'Donell <carlos@redhat.com>
4485 Siddhesh Poyarekar <siddhesh@redhat.com>
4486
4487 * sysdeps/s390/s390-32/dl-machine.h (_dl_start_user):
4488 Move argv and envp down instead of moving argc up.
4489 * sysdeps/s390/s390-32/dl-sysdep.h: New file.
4490
4491 2014-11-12 Leonhard Holz <leonhard.holz@web.de>
4492
4493 [BZ #17506]
4494 * test-skeleton.c (main): Return successful if one of
4495 EXPECTED_SIGNAL or EXPECTED_STATUS is met when both given.
4496 * string/tst-strcoll-overflow.c: Define expected status.
4497
4498 2014-11-12 Tatiana Udalova <t.udalova@samsung.com>
4499
4500 [BZ #17475]
4501 * locale/iso-639.def: Define Bhili and Tulu language codes.
4502
4503 2014-11-11 Alan Hayward <alan.hayward@arm.com>
4504
4505 * sysdeps/unix/sysv/linux/aarch64/bits/ipc.h: New file.
4506
4507 2014-11-10 Renlin Li <Renlin.Li@arm.com>
4508
4509 [BZ #17555]
4510 * sysdeps/aarch64/start.S (_start): Delete x29 overwritten assignment.
4511
4512 2014-11-10 Andrew Senkevich <andrew.n.senkevich@gmail.com>
4513
4514 * configure.ac: Updated check of minimal required version to
4515 2.22.
4516 * manual/install.texi (Tools for Compilation): Updated version
4517 number.
4518 * configure: Regenerated.
4519 * INSTALL: Likewise.
4520
4521 2014-11-07 Andreas Schwab <schwab@linux-m68k.org>
4522
4523 * sysdeps/unix/sysv/linux/m68k/localplt.data (ld.so): Remove
4524 __tls_get_addr.
4525
4526 2014-11-07 Joseph Myers <joseph@codesourcery.com>
4527
4528 * include/sys/wait.h (__libc_waitpid): Remove declaration.
4529 * posix/waitpid.c (__libc_waitpid): Rename to __waitpid.
4530 (__waitpid): Don't define as alias. Use libc_hidden_def not
4531 libc_hidden_weak.
4532 (waitpid): Define as alias of __waitpid.
4533 * sysdeps/unix/bsd/waitpid.c (__libc_waitpid): Rename to
4534 __waitpid.
4535 (__waitpid): Don't define as alias. Use libc_hidden_def not
4536 libc_hidden_weak.
4537 (waitpid): Define as alias of __waitpid.
4538 * sysdeps/unix/sysv/linux/i386/syscalls.list (waitpid): Remove
4539 __libc_waitpid alias.
4540 * sysdeps/unix/sysv/linux/m68k/syscalls.list (waitpid): Likewise.
4541 * sysdeps/unix/sysv/linux/powerpc/syscalls.list (waitpid):
4542 Likewise.
4543 * sysdeps/unix/sysv/linux/sh/syscalls.list (waitpid): Likewise.
4544 * sysdeps/unix/sysv/linux/sparc/syscalls.list (waitpid): Likewise.
4545 * sysdeps/unix/sysv/linux/tile/waitpid.S (__libc_waitpid): Remove
4546 alias.
4547 * sysdeps/unix/sysv/linux/waitpid.c (__libc_waitpid): Rename to
4548 __waitpid.
4549 (__waitpid): Don't define as alias. Use libc_hidden_def not
4550 libc_hidden_weak.
4551 (waitpid): Define as alias of __waitpid.
4552
4553 2014-11-06 Carlos O'Donell <carlos@redhat.com>
4554
4555 * manual/llio.texi: Add comment that write safety has been
4556 fixed in Linux.
4557
4558 * elf/Makefile (all-built-dso): Add $(common-objpfx)elf/ld.so.
4559 (localplt-build-dso): Add elf/ld.so.
4560 * sysdeps/unix/sysv/linux/i386/localplt.data: Add ___tls_get_addr
4561 i.e. 3 underscore version, __libc_memalign, malloc, calloc, realloc,
4562 and free for ld.so.
4563 * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: Add
4564 __libc_memalign, malloc, calloc, realloc, and free for ld.so.
4565 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data:
4566 Likewise.
4567 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
4568 Likewise.
4569 * sysdeps/unix/sysv/linux/s390/localplt.data: Likewise.
4570 * sysdeps/generic/localplt.data: Add __tls_get_addr i.e. 2 underscore
4571 version, __libc_memalign, malloc, calloc, realloc and free for ld.so.
4572 * sysdeps/unix/sysv/linux/aarch64/localplt.data: Likewise.
4573 * sysdeps/unix/sysv/linux/arm/localplt.data: Likewise.
4574 * sysdeps/unix/sysv/linux/alpha/localplt.data: Likewise.
4575 * sysdeps/unix/sysv/linux/ia64/localplt.data: Likewise.
4576 * sysdeps/unix/sysv/linux/m68k/localplt.data: Likewise.
4577 * sysdeps/unix/sysv/linux/microblaze/localplt.data: Likewise.
4578 * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: Likewise.
4579 * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: Likewise.
4580
4581 2014-11-05 Joseph Myers <joseph@codesourcery.com>
4582
4583 [BZ #14132]
4584 * include/libc-symbols.h (INTUSE): Remove macro.
4585 (INTDEF): Likewise.
4586 (INTVARDEF): Likewise.
4587 (_INTVARDEF): Likewise.
4588 (INTDEF2): Likewise.
4589 (INTVARDEF2): Likewise.
4590 * elf/rtld.c [!HAVE_INLINED_SYSCALLS] (_dl_starting_up): Use
4591 rtld_hidden_def instead of INTVARDEF.
4592 * sysdeps/generic/ldsodefs.h [IS_IN_rtld]
4593 (_dl_starting_up_internal): Remove declaration.
4594 (_dl_starting_up): Use rtld_hidden_proto.
4595 * elf/dl-init.c [!HAVE_INLINED_SYSCALLS] (_dl_starting_up): Remove
4596 declaration.
4597 [!HAVE_INLINED_SYSCALLS] (_dl_starting_up_internal): Likewise.
4598 (_dl_init) [!HAVE_INLINED_SYSCALLS]: Don't use INTUSE with
4599 _dl_starting_up.
4600 * elf/dl-writev.h (_dl_writev): Likewise.
4601 * sysdeps/powerpc/powerpc64/dl-machine.h [!HAVE_INLINED_SYSCALLS]
4602 (DL_STARTING_UP_DEF): Use __GI__dl_starting_up instead of
4603 _dl_starting_up_internal.
4604
4605 2014-11-05 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
4606
4607 * stdio-common/tst-fmemopen.c (do_test): Refactor to use
4608 test-skeleton.c.
4609
4610 2014-11-05 Will Newton <will.newton@linaro.org>
4611
4612 * benchtests/Makefile: (bench-malloc): Add malloc thread
4613 scalability benchmark.
4614 * benchtests/bench-malloc-threads.c: New file.
4615
4616 2014-11-05 Richard Earnshaw <rearnsha@arm.com>
4617
4618 * sysdeps/aarch64/strchrnul.S: New file.
4619
4620 2014-11-05 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
4621
4622 * sysdeps/powerpc/powerpc64/power8/memset.S (MTVSRD_V1_R4): Simplify
4623 definition.
4624 * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
4625 Likwise.
4626 * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
4627 Likewise.
4628 * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
4629 Likewise.
4630 * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
4631 Likewise.
4632 * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
4633 Likewise.
4634
4635 2014-11-05 Arjun Shankar <arjun.is@lostca.se>
4636
4637 * catgets/test-gencat.c: Use test-skeleton.c.
4638 * catgets/tst-catgets.c: Likewise.
4639 * csu/tst-empty.c: Likewise.
4640 * elf/tst-audit2.c: Likewise.
4641 * elf/tst-global1.c: Likewise.
4642 * elf/tst-pathopt.c: Likewise.
4643 * elf/tst-piemod1.c: Likewise.
4644 * elf/tst-tls10.c: Likewise.
4645 * elf/tst-tls11.c: Likewise.
4646 * elf/tst-tls12.c: Likewise.
4647 * gnulib/tst-gcc.c: Likewise.
4648 * iconvdata/tst-e2big.c: Likewise.
4649 * iconvdata/tst-loading.c: Likewise.
4650 * iconv/tst-iconv1.c: Likewise.
4651 * iconv/tst-iconv2.c: Likewise.
4652 * inet/test-inet6_opt.c: Likewise.
4653 * inet/tst-gethnm.c: Likewise.
4654 * inet/tst-network.c: Likewise.
4655 * inet/tst-ntoa.c: Likewise.
4656 * intl/tst-codeset.c: Likewise.
4657 * intl/tst-gettext2.c: Likewise.
4658 * intl/tst-gettext3.c: Likewise.
4659 * intl/tst-ngettext.c: Likewise.
4660 * intl/tst-translit.c: Likewise.
4661 * io/test-stat.c: Likewise.
4662 * libio/test-fmemopen.c: Likewise.
4663 * libio/tst-freopen.c: Likewise.
4664 * libio/tst-sscanf.c: Likewise.
4665 * libio/tst-ungetwc1.c: Likewise.
4666 * libio/tst-ungetwc2.c: Likewise.
4667 * libio/tst-widetext.c: Likewise.
4668 * localedata/tst-ctype.c: Likewise.
4669 * localedata/tst-digits.c: Likewise.
4670 * localedata/tst-leaks.c: Likewise.
4671 * localedata/tst-mbswcs1.c: Likewise.
4672 * localedata/tst-mbswcs2.c: Likewise.
4673 * localedata/tst-mbswcs3.c: Likewise.
4674 * localedata/tst-mbswcs4.c: Likewise.
4675 * localedata/tst-mbswcs5.c: Likewise.
4676 * localedata/tst-setlocale.c: Likewise.
4677 * localedata/tst-trans.c: Likewise.
4678 * localedata/tst-wctype.c: Likewise.
4679 * localedata/tst-xlocale1.c: Likewise.
4680 * login/tst-grantpt.c: Likewise.
4681 * malloc/tst-calloc.c: Likewise.
4682 * malloc/tst-malloc.c: Likewise.
4683 * malloc/tst-mallocstate.c: Likewise.
4684 * malloc/tst-mcheck.c: Likewise.
4685 * malloc/tst-mtrace.c: Likewise.
4686 * malloc/tst-obstack.c: Likewise.
4687 * math/atest-exp2.c: Likewise.
4688 * math/atest-exp.c: Likewise.
4689 * math/atest-sincos.c: Likewise.
4690 * math/test-matherr.c: Likewise.
4691 * math/test-misc.c: Likewise.
4692 * math/test-powl.c: Likewise.
4693 * math/tst-definitions.c: Likewise.
4694 * misc/tst-dirname.c: Likewise.
4695 * misc/tst-efgcvt.c: Likewise.
4696 * misc/tst-fdset.c: Likewise.
4697 * misc/tst-hsearch.c: Likewise.
4698 * misc/tst-mntent2.c: Likewise.
4699 * nptl/tst-sem7.c: Likewise.
4700 * nptl/tst-sem8.c: Likewise.
4701 * nptl/tst-sem9.c: Likewise.
4702 * nss/test-netdb.c: Likewise.
4703 * posix/tst-fnmatch.c: Likewise.
4704 * posix/tst-getlogin.c: Likewise.
4705 * posix/tst-gnuglob.c: Likewise.
4706 * posix/tst-mmap.c: Likewise.
4707 * pwd/tst-getpw.c: Likewise.
4708 * resolv/tst-inet_ntop.c: Likewise.
4709 * rt/tst-timer.c: Likewise.
4710 * stdio-common/test-fseek.c: Likewise.
4711 * stdio-common/test-popen.c: Likewise.
4712 * stdio-common/test-vfprintf.c: Likewise.
4713 * stdio-common/tst-cookie.c: Likewise.
4714 * stdio-common/tst-fileno.c: Likewise.
4715 * stdio-common/tst-gets.c: Likewise.
4716 * stdio-common/tst-obprintf.c: Likewise.
4717 * stdio-common/tst-perror.c: Likewise.
4718 * stdio-common/tst-sprintf2.c: Likewise.
4719 * stdio-common/tst-sprintf3.c: Likewise.
4720 * stdio-common/tst-sprintf.c: Likewise.
4721 * stdio-common/tst-swprintf.c: Likewise.
4722 * stdio-common/tst-tmpnam.c: Likewise.
4723 * stdio-common/tst-unbputc.c: Likewise.
4724 * stdio-common/tst-wc-printf.c: Likewise.
4725 * stdlib/tst-environ.c: Likewise.
4726 * stdlib/tst-fmtmsg.c: Likewise.
4727 * stdlib/tst-limits.c: Likewise.
4728 * stdlib/tst-rand48-2.c: Likewise.
4729 * stdlib/tst-rand48.c: Likewise.
4730 * stdlib/tst-random2.c: Likewise.
4731 * stdlib/tst-random.c: Likewise.
4732 * stdlib/tst-strtol.c: Likewise.
4733 * stdlib/tst-strtoll.c: Likewise.
4734 * stdlib/tst-tls-atexit.c: Likewise.
4735 * stdlib/tst-xpg-basename.c: Likewise.
4736 * string/test-ffs.c: Likewise.
4737 * string/tst-bswap.c: Likewise.
4738 * string/tst-inlcall.c: Likewise.
4739 * string/tst-strtok.c: Likewise.
4740 * string/tst-strxfrm.c: Likewise.
4741 * sysdeps/x86_64/tst-audit10.c: Likewise.
4742 * sysdeps/x86_64/tst-audit3.c: Likewise.
4743 * sysdeps/x86_64/tst-audit4.c: Likewise.
4744 * sysdeps/x86_64/tst-audit5.c: Likewise.
4745 * time/tst-ftime_l.c: Likewise.
4746 * time/tst-getdate.c: Likewise.
4747 * time/tst-mktime3.c: Likewise.
4748 * time/tst-mktime.c: Likewise.
4749 * time/tst-posixtz.c: Likewise.
4750 * time/tst-strptime2.c: Likewise.
4751 * time/tst-strptime3.c: Likewise.
4752 * wcsmbs/tst-btowc.c: Likewise.
4753 * wcsmbs/tst-mbrtowc.c: Likewise.
4754 * wcsmbs/tst-mbsrtowcs.c: Likewise.
4755 * wcsmbs/tst-wchar-h.c: Likewise.
4756 * wcsmbs/tst-wcpncpy.c: Likewise.
4757 * wcsmbs/tst-wcrtomb.c: Likewise.
4758 * wcsmbs/tst-wcsnlen.c: Likewise.
4759 * wcsmbs/tst-wcstof.c: Likewise.
4760
4761 2014-11-04 Joseph Myers <joseph@codesourcery.com>
4762
4763 [BZ #14132]
4764 * elf/dl-profile.c (_dl_mcount): Use rtld_hidden_def instead of
4765 INTDEF.
4766 * sysdeps/generic/ldsodefs.h (_dl_mcount_internal): Remove
4767 declaration.
4768 (_dl_mcount): Use rtld_hidden_proto.
4769 * elf/dl-runtime.c (_dl_profile_fixup): Don't use INTUSE with
4770 _dl_mcount.
4771 * elf/rtld.c (_rtld_global_ro): Likewise.
4772
4773 [BZ #14132]
4774 * elf/dl-init.c (_dl_init): Don't use INTDEF.
4775 * sysdeps/aarch64/dl-machine.h (RTLD_START): Use _dl_init instead
4776 of _dl_init_internal.
4777 * sysdeps/alpha/dl-machine.h (RTLD_START): Likewise.
4778 * sysdeps/arm/dl-machine.h (RTLD_START): Likewise.
4779 * sysdeps/hppa/dl-machine.h (RTLD_START): Likewise.
4780 * sysdeps/i386/dl-machine.h (RTLD_START): Likewise.
4781 * sysdeps/ia64/dl-machine.h (RTLD_START): Likewise.
4782 * sysdeps/m68k/dl-machine.h (RTLD_START): Likewise.
4783 * sysdeps/microblaze/dl-machine.h (RTLD_START): Likewise.
4784 * sysdeps/mips/dl-machine.h (RTLD_START): Likewise.
4785 * sysdeps/powerpc/powerpc32/dl-start.S (_start): Likewise.
4786 * sysdeps/s390/s390-32/dl-machine.h (RTLD_START): Likewise.
4787 * sysdeps/s390/s390-64/dl-machine.h (RTLD_START): Likewise.
4788 * sysdeps/sh/dl-machine.h (RTLD_START): Likewise.
4789 * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
4790 * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
4791 * sysdeps/tile/dl-start.S (_start): Likewise.
4792 * sysdeps/x86_64/dl-machine.h (RTLD_START): Likewise.
4793 * sysdeps/x86_64/x32/dl-machine.h (RTLD_START): Likewise.
4794
4795 [BZ #14132]
4796 * sysdeps/generic/ldsodefs.h (_dl_argv): Use rtld_hidden_proto.
4797 [IS_IN_rtld] (_dl_argv_internal): Do not declare.
4798 (rtld_progname): Make macro definition unconditional.
4799 * elf/rtld.c (_dl_argv): Use rtld_hidden_data_def instead of
4800 INTDEF.
4801 (dlmopen_doit): Do not use INTUSE with _dl_argv.
4802 (dl_main): Likewise.
4803 * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
4804 * sysdeps/alpha/dl-machine.h (RTLD_START): Use __GI__dl_argv
4805 instead of _dl_argv_internal.
4806 * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
4807 __GI__dl_argv instead of INTUSE(_dl_argv).
4808 * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Use
4809 __GI__dl_argv instead of _dl_argv_internal.
4810
4811 * soft-fp/op-common.h (_FP_TO_INT_ROUND): New macro.
4812 * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_D): New
4813 macro.
4814 [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_D): Likewise.
4815 * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_E):
4816 New macro.
4817 [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_E): Likewise.
4818 * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_Q): New
4819 macro.
4820 [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_Q): Likewise.
4821 * soft-fp/single.h (FP_TO_INT_ROUND_S): New macro.
4822
4823 2014-11-04 Andreas Schwab <schwab@suse.de>
4824
4825 * posix/regex_internal.h: Don't include <locale/elem-hash.h>.
4826
4827 2014-11-03 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
4828
4829 * sysdeps/powerpc/powerpc64/power8/memset.S (MTVSRD_V1_R4): Encode
4830 mtvsrd instruction in binary form.
4831
4832 2014-11-03 Andreas Schwab <schwab@suse.de>
4833
4834 [BZ #17522]
4835 * libio/wfileops.c (_IO_wdo_write): If the file buffer has room
4836 for less than MB_LEN_MAX use a local buffer of that size.
4837 * libio/tst-fputws.c: New file.
4838 * libio/Makefile (tests): Add tst-fputws.
4839
4840 2014-11-01 Jose E. Marchesi <jose.marchesi@oracle.com>
4841
4842 * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu): fix
4843 the size of the fpu_fr.fpu_dregs[] array.
4844
4845 2014-11-01 Joseph Myers <joseph@codesourcery.com>
4846
4847 * posix/nanosleep.c (__libc_nanosleep): Rename to __nanosleep.
4848 (__nanosleep): Do not define as alias.
4849 (nanosleep): Define as alias of __nanosleep.
4850 * sysdeps/unix/sysv/linux/syscalls.list (nanosleep): Remove
4851 __libc_nanosleep name.
4852
4853 2014-10-31 Joseph Myers <joseph@codesourcery.com>
4854
4855 * aclocal.m4 (GLIBC_AUTOCONF_VERSION): Mention need to update
4856 install.texi in comment.
4857
4858 2014-10-31 Torvald Riegel <triegel@redhat.com>
4859
4860 * sysdeps/powerpc/bits/atomic.h (atomic_write_barrier): Remove and...
4861 * sysdeps/powerpc/powerpc32/bits/atomic.h (atomic_write_barrier):
4862 ... add here and use lwsync or sync ...
4863 * sysdeps/powerpc/powerpc64/bits/atomic.h (atomic_write_barrier):
4864 ... and add here using lwsync.
4865
4866 2014-10-31 Matthew Fortune <matthew.fortune@imgtec.com>
4867
4868 * elf/dl-machine-reject-phdr.h: New file.
4869 * elf/dl-load.c: #include that.
4870 (open_verify): Call elf_machine_reject_phdr_p and ignore the file
4871 if that returned true.
4872
4873 2014-10-31 Roland McGrath <roland@hack.frob.com>
4874
4875 [BZ #17496]
4876 * Makerules: Move gnu/lib-names.h generation chunk up, to right after
4877 gen-as-const-headers chunk. Add a big scare comment after the last
4878 safe place to touch before-compile.
4879
4880 2014-10-31 Joseph Myers <joseph@codesourcery.com>
4881
4882 * manual/install.texi (Tools for Compilation): Update autoconf
4883 version requirements.
4884 * INSTALL: Regenerated.
4885
4886 * misc/pselect.c [!__pselect] (__libc_pselect): Remove alias.
4887 * sysdeps/unix/sysv/linux/pselect.c [__NR_pselect6]
4888 (__libc_pselect): Likewise.
4889
4890 [BZ #14138]
4891 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Remove file.
4892 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
4893 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
4894 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
4895
4896 2014-10-31 Torvald Riegel <triegel@redhat.com>
4897
4898 * sysdeps/sparc/sparc32/bits/atomic.h (atomic_write_barrier): Use
4899 correct barrier instruction.
4900 * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (atomic_write_barrier):
4901 Likewise.
4902 * sysdeps/sparc/sparc64/bits/atomic.h (atomic_write_barrier):
4903 Likewise.
4904
4905 2014-10-30 Roland McGrath <roland@hack.frob.com>
4906
4907 * include/ctype.h: Include <ctype/ctype.h> first thing rather than
4908 after defining inlines. Instead, just use parens to defeat macro
4909 expansion of __isctype in its declaration.
4910
4911 2014-10-30 Joseph Myers <joseph@codesourcery.com>
4912
4913 * include/sys/uio.h (__libc_readv): Remove declaration.
4914 (__libc_writev): Likewise.
4915 * misc/readv.c (__libc_readv): Rename to __readv.
4916 (__readv): Do not define as alias.
4917 (readv): Define as alias of __readv.
4918 * misc/writev.c (__libc_writev): Rename to __writev.
4919 (__writev): Do not define as alias.
4920 (writev): Define as alias of __writev.
4921 * sysdeps/posix/readv.c (__libc_readv): Rename to __readv.
4922 (__readv): Do not define as alias.
4923 (readv): Define unconditionally as alias of __readv.
4924 * sysdeps/posix/writev.c (__libc_writev): Rename to __writev.
4925 (__writev): Do not define as alias.
4926 (writev): Define unconditionally as alias of __writev.
4927 * sysdeps/unix/syscalls.list (readv): Do not define __libc_readv
4928 name.
4929 (writev): Do not define __libc_writev name.
4930
4931 2014-10-30 Roland McGrath <roland@hack.frob.com>
4932
4933 * iconv/iconv_charmap.c (add_bytes): Make IN argument pointer to const.
4934 (convert_charseq): New function, broken out of ...
4935 (use_from_charmap): ... here. Call it.
4936 (use_to_charmap): Use convert_charseq and free instead of duplicating
4937 its code with a variable-length stack struct.
4938
4939 2014-10-30 Joseph Myers <joseph@codesourcery.com>
4940
4941 * include/fcntl.h (__libc_creat): Remove declaration.
4942 * io/creat.c (__libc_creat): Rename to creat.
4943 (creat): Do not define as alias.
4944 * sysdeps/unix/sysv/linux/alpha/creat.c (creat64): Define as alias
4945 of creat instead of __libc_creat.
4946 * sysdeps/unix/sysv/linux/generic/creat.c (__libc_creat): Rename
4947 to creat.
4948 (creat): Do not define as alias.
4949 [__WORDSIZE == 64] (creat64): Define as alias of creat instead of
4950 __libc_creat.
4951 * sysdeps/unix/sysv/linux/syscalls.list (creat): Do not define
4952 __libc_creat name.
4953 * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list (creat):
4954 Likewise.
4955
4956 2014-10-29 Carlos O'Donell <carlos@redhat.com>
4957
4958 * manual/llio.texi: Add comments discussing why write() may be
4959 considered MT-unsafe on Linux.
4960
4961 2014-10-28 Carlos O'Donell <carlos@redhat.com>
4962
4963 * dl-load.c (local_strdup): Remove.
4964 (expand_dynamic_string_token): Use __strdup.
4965 (decompose_rpath): Likewise.
4966 (_dl_map_object): Likewise.
4967
4968 2014-10-28 Joseph Myers <joseph@codesourcery.com>
4969
4970 [BZ #14132]
4971 * sysdeps/generic/unwind-dw2-fde.c
4972 (__register_frame_info_bases_internal): Do not declare.
4973 (__register_frame_info_table_bases_internal): Likewise.
4974 (__deregister_frame_info_bases_internal): Likewise.
4975 (__register_frame_info_bases): Declare and use hidden_proto before
4976 definition. Use hidden_def instead of INTDEF.
4977 (__register_frame_info_table_bases): Likewise.
4978 (__deregister_frame_info_bases): Likewise.
4979 (__register_frame_info): Do not use INTUSE.
4980 (__register_frame): Likewise.
4981 (__register_frame_info_table): Likewise.
4982 (__register_frame_table): Likewise.
4983 (__deregister_frame_info): Likewise.
4984 (__deregister_frame): Likewise.
4985
4986 2014-10-27 Gratian Crisan <gratian.crisan@ni.com>
4987
4988 * sysdeps/unix/sysv/linux/arm/kernel-features.h
4989 [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_FUTEX_LOCK_PI): Do
4990 not undefine.
4991 [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_REQUEUE_PI):
4992 Likewise.
4993 [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_SET_ROBUST_LIST):
4994 Likewise.
4995
4996 2014-10-27 Joseph Myers <joseph@codesourcery.com>
4997
4998 [BZ #14138]
4999 * sysdeps/unix/sysv/linux/arm/setfsgid.c: Remove file.
5000 * sysdeps/unix/sysv/linux/arm/setfsuid.c: Likewise.
5001 * sysdeps/unix/sysv/linux/i386/setfsgid.c: Likewise.
5002 * sysdeps/unix/sysv/linux/i386/setfsuid.c: Likewise.
5003 * sysdeps/unix/sysv/linux/m68k/setfsgid.c: Likewise.
5004 * sysdeps/unix/sysv/linux/m68k/setfsuid.c: Likewise.
5005 * sysdeps/unix/sysv/linux/s390/s390-32/setfsgid.c: Likewise.
5006 * sysdeps/unix/sysv/linux/s390/s390-32/setfsuid.c: Likewise.
5007 * sysdeps/unix/sysv/linux/sh/setfsgid.c: Likewise.
5008 * sysdeps/unix/sysv/linux/sh/setfsuid.c: Likewise.
5009 * sysdeps/unix/sysv/linux/sparc/sparc32/setfsgid.c: Likewise.
5010 * sysdeps/unix/sysv/linux/sparc/sparc32/setfsuid.c: Likewise.
5011 * sysdeps/unix/sysv/linux/arm/syscalls.list (setfsgid): Add
5012 syscall.
5013 (setfsuid): Likewise.
5014 * sysdeps/unix/sysv/linux/i386/syscalls.list (setfsgid): Likewise.
5015 (setfsuid): Likewise.
5016 * sysdeps/unix/sysv/linux/m68k/syscalls.list (setfsgid): Likewise.
5017 (setfsuid): Likewise.
5018 * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setfsgid):
5019 Likewise.
5020 (setfsuid): Likewise.
5021 * sysdeps/unix/sysv/linux/sh/syscalls.list (setfsgid): Likewise.
5022 (setfsuid): Likewise.
5023 * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (setfsgid):
5024 Likewise.
5025 (setfsuid): Likewise.
5026
5027 2014-10-27 Andreas Schwab <schwab@suse.de>
5028
5029 [BZ #17501]
5030 * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Fix
5031 check for Slow_SSE4_2 feature bit.
5032 * sysdeps/i386/i686/multiarch/strcmp.S (STRCMP): Likewise.
5033 * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
5034 * sysdeps/x86_64/multiarch/strcmp.S (STRCMP, __strcascmp):
5035 Likewise. Fix check for Fast_Unaligned_Load feature bit.
5036
5037 2014-10-24 Roland McGrath <roland@hack.frob.com>
5038
5039 * configure.ac: Validate compiler version with a empirical test of
5040 __GNUC__ and __GNUC_MINOR__ predefined values, rather than by grepping
5041 $CC -v output.
5042 * configure: Regenerated.
5043
5044 * inet/htons.c (htons): Prototypify.
5045 * inet/htonl.c (htonl): Likewise.
5046
5047 2014-10-24 Wilco Dijkstra <wdijkstr@arm.com>
5048
5049 * string/strncat.c (strncat): Improve performance by using strlen.
5050
5051 2014-10-24 Wilco Dijkstra <wdijkstr@arm.com>
5052
5053 * string/strcat.c (strcat): Improve performance by using strlen/strcpy.
5054
5055 2014-10-24 Wilco Dijkstra <wdijkstr@arm.com>
5056
5057 * sysdeps/aarch64/fpu/fgetexcptflg.c (fegetexceptflag):
5058 Call libc_fetestexcept_aarch64.
5059
5060 2014-10-24 Wilco Dijkstra <wdijkstr@arm.com>
5061
5062 * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept):
5063 Call libc_feholdexcept_aarch64.
5064
5065 2014-10-24 Wilco Dijkstra <wdijkstr@arm.com>
5066
5067 * sysdeps/aarch64/fpu/fegetround.c (fegetround):
5068 Call get_rounding_mode.
5069
5070 2014-10-24 Wilco Dijkstra <wdijkstr@arm.com>
5071
5072 * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept):
5073 Simplify logic.
5074
5075 2014-10-24 Wilco Dijkstra <wdijkstr@arm.com>
5076
5077 * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept):
5078 Simplify logic.
5079
5080 2014-10-24 Joseph Myers <joseph@codesourcery.com>
5081
5082 [BZ #14138]
5083 * sysdeps/unix/sysv/linux/arm/getegid.c: Remove file.
5084 * sysdeps/unix/sysv/linux/arm/geteuid.c: Likewise.
5085 * sysdeps/unix/sysv/linux/arm/getgid.c: Likewise.
5086 * sysdeps/unix/sysv/linux/arm/getgroups.c: Likewise.
5087 * sysdeps/unix/sysv/linux/arm/getresgid.c: Likewise.
5088 * sysdeps/unix/sysv/linux/arm/getresuid.c: Likewise.
5089 * sysdeps/unix/sysv/linux/arm/getuid.c: Likewise.
5090 * sysdeps/unix/sysv/linux/i386/getegid.c: Likewise.
5091 * sysdeps/unix/sysv/linux/i386/geteuid.c: Likewise.
5092 * sysdeps/unix/sysv/linux/i386/getgid.c: Likewise.
5093 * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
5094 * sysdeps/unix/sysv/linux/i386/getresgid.c: Likewise.
5095 * sysdeps/unix/sysv/linux/i386/getresuid.c: Likewise.
5096 * sysdeps/unix/sysv/linux/i386/getuid.c: Likewise.
5097 * sysdeps/unix/sysv/linux/m68k/getegid.c: Likewise.
5098 * sysdeps/unix/sysv/linux/m68k/geteuid.c: Likewise.
5099 * sysdeps/unix/sysv/linux/m68k/getgid.c: Likewise.
5100 * sysdeps/unix/sysv/linux/m68k/getgroups.c: Likewise.
5101 * sysdeps/unix/sysv/linux/m68k/getresgid.c: Likewise.
5102 * sysdeps/unix/sysv/linux/m68k/getresuid.c: Likewise.
5103 * sysdeps/unix/sysv/linux/m68k/getuid.c: Likewise.
5104 * sysdeps/unix/sysv/linux/s390/s390-32/getegid.c: Likewise.
5105 * sysdeps/unix/sysv/linux/s390/s390-32/geteuid.c: Likewise.
5106 * sysdeps/unix/sysv/linux/s390/s390-32/getgid.c: Likewise.
5107 * sysdeps/unix/sysv/linux/s390/s390-32/getgroups.c: Likewise.
5108 * sysdeps/unix/sysv/linux/s390/s390-32/getresgid.c: Likewise.
5109 * sysdeps/unix/sysv/linux/s390/s390-32/getresuid.c: Likewise.
5110 * sysdeps/unix/sysv/linux/s390/s390-32/getuid.c: Likewise.
5111 * sysdeps/unix/sysv/linux/sh/getegid.c: Likewise.
5112 * sysdeps/unix/sysv/linux/sh/geteuid.c: Likewise.
5113 * sysdeps/unix/sysv/linux/sh/getgid.c: Likewise.
5114 * sysdeps/unix/sysv/linux/sh/getgroups.c: Likewise.
5115 * sysdeps/unix/sysv/linux/sh/getresgid.c: Likewise.
5116 * sysdeps/unix/sysv/linux/sh/getresuid.c: Likewise.
5117 * sysdeps/unix/sysv/linux/sh/getuid.c: Likewise.
5118 * sysdeps/unix/sysv/linux/sparc/sparc32/getegid.c: Likewise.
5119 * sysdeps/unix/sysv/linux/sparc/sparc32/geteuid.c: Likewise.
5120 * sysdeps/unix/sysv/linux/sparc/sparc32/getgid.c: Likewise.
5121 * sysdeps/unix/sysv/linux/sparc/sparc32/getgroups.c: Likewise.
5122 * sysdeps/unix/sysv/linux/sparc/sparc32/getuid.c: Likewise.
5123 * sysdeps/unix/sysv/linux/arm/syscalls.list (getegid): Add
5124 syscall.
5125 (geteuid): Likewise.
5126 (getgid): Likewise.
5127 (getuid): Likewise.
5128 (getresgid): Likewise.
5129 (getresuid): Likewise.
5130 (getgroups): Likewise.
5131 * sysdeps/unix/sysv/linux/i386/syscalls.list (getegid): Likewise.
5132 (geteuid): Likewise.
5133 (getgid): Likewise.
5134 (getuid): Likewise.
5135 (getresgid): Likewise.
5136 (getresuid): Likewise.
5137 (getgroups): Likewise.
5138 * sysdeps/unix/sysv/linux/m68k/syscalls.list (getegid): Likewise.
5139 (geteuid): Likewise.
5140 (getgid): Likewise.
5141 (getuid): Likewise.
5142 (getresgid): Likewise.
5143 (getresuid): Likewise.
5144 (getgroups): Likewise.
5145 * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (getegid):
5146 Likewise.
5147 (geteuid): Likewise.
5148 (getgid): Likewise.
5149 (getuid): Likewise.
5150 (getresgid): Likewise.
5151 (getresuid): Likewise.
5152 (getgroups): Likewise.
5153 * sysdeps/unix/sysv/linux/sh/syscalls.list (getegid): Likewise.
5154 (geteuid): Likewise.
5155 (getgid): Likewise.
5156 (getuid): Likewise.
5157 (getresgid): Likewise.
5158 (getresuid): Likewise.
5159 (getgroups): Likewise.
5160 * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (getegid):
5161 Likewise.
5162 (geteuid): Likewise.
5163 (getgid): Likewise.
5164 (getuid): Likewise.
5165 (getgroups): Likewise.
5166
5167 [BZ #14138]
5168 * sysdeps/unix/sysv/linux/i386/chown.c: Remove file.
5169 * sysdeps/unix/sysv/linux/i386/fchown.c: Likewise.
5170 * sysdeps/unix/sysv/linux/i386/lchown.c: Likewise.
5171 * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
5172 * sysdeps/unix/sysv/linux/s390/s390-32/fchown.c: Remove file.
5173 * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Likewise.
5174 * sysdeps/unix/sysv/linux/sh/chown.c: Likewise.
5175 * sysdeps/unix/sysv/linux/sh/fchown.c: Likewise.
5176 * sysdeps/unix/sysv/linux/sh/lchown.c: Likewise.
5177 * sysdeps/unix/sysv/linux/sparc/sparc32/chown.c: Likewise.
5178 * sysdeps/unix/sysv/linux/sparc/sparc32/fchown.c: Likewise.
5179 * sysdeps/unix/sysv/linux/sparc/sparc32/lchown.c: Likewise.
5180 * sysdeps/unix/sysv/linux/s390/s390-32/Versions (GLIBC_2.1): Add
5181 __chown.
5182 * sysdeps/unix/sysv/linux/i386/syscalls.list (chown): Add syscall.
5183 (lchown): Likewise.
5184 (fchown): Likewise.
5185 * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (chown):
5186 Likewise.
5187 (lchown): Likewise.
5188 (fchown): Likewise.
5189 * sysdeps/unix/sysv/linux/sh/syscalls.list (chown): Likewise.
5190 (lchown): Likewise.
5191 (fchown): Likewise.
5192 * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (chown):
5193 Likewise.
5194 (lchown): Likewise.
5195 (fchown): Likewise.
5196
5197 2014-10-23 Wilco Dijkstra <wdijkstr@arm.com>
5198
5199 * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept):
5200 Simplify logic.
5201
5202 2014-10-23 Wilco Dijkstra <wdijkstr@arm.com>
5203
5204 * sysdeps/aarch64/fpu/fsetexcptflg.c (fsetexceptflag):
5205 Cleanup logic.
5206
5207 2014-10-23 Wilco Dijkstra <wdijkstr@arm.com>
5208
5209 * sysdeps/aarch64/fpu/fsetexcptflg.c (fsetexceptflag):
5210 Remove unused include.
5211
5212 2014-10-23 Wilco Dijkstra <wdijkstr@arm.com>
5213
5214 * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Remove spaces.
5215 * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Remove spaces.
5216 * sysdeps/aarch64/fpu/fesetround.c (fesetround): Remove spaces.
5217 * sysdeps/aarch64/fpu/fraiseexcpt.c (feraiseexcept): Remove spaces.
5218
5219 2014-10-23 Carlos O'Donell <carlos@systemhalted.org>
5220 Helge Deller <deller@gmx.de>
5221
5222 [BZ #17508]
5223 * sysdeps/unix/sysv/linux/hppa/bits/signum.h: Remove SIGEMT.
5224 Define SIGSTKFLT as 7. Define SIGSYS as 31. Define SIGXCPU as 12.
5225 Remove SIGLOST. Define SIGXFSZ as 30. Define __SIGRTMIN as 32.
5226
5227 2014-10-23 Joseph Myers <joseph@codesourcery.com>
5228
5229 [BZ #14132]
5230 * sysdeps/powerpc/powerpc32/libgcc-compat.S (__ashldi3_v_glibc20):
5231 Remove macro definition.
5232 (__ashrdi3_v_glibc20): Likewise.
5233 (__lshrdi3_v_glibc20): Likewise.
5234 (__cmpdi2_v_glibc20): Likewise.
5235 (__ucmpdi2_v_glibc20): Likewise.
5236 [!_SOFT_FLOAT && !__NO_FPRS__] (__fixdfdi_v_glibc20): Likewise.
5237 [!_SOFT_FLOAT && !__NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
5238 [!_SOFT_FLOAT && !__NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
5239 [!_SOFT_FLOAT && !__NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
5240 [!_SOFT_FLOAT && !__NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
5241 [!_SOFT_FLOAT && !__NO_FPRS__] (__floatdisf_v_glibc20): Likewise.
5242
5243 2014-10-22 Roland McGrath <roland@hack.frob.com>
5244
5245 * inet/netgroup.h (struct name_list): Use C99 [] syntax rather than
5246 old GNU extension [0] syntax.
5247 * nscd/nscd_helper.c (open_socket): Use a flexible array member and
5248 alloca rather than an array member with variable length.
5249 * nscd/netgroupcache.c (addgetnetgrentX): Likewise.
5250 * nscd/nscd.c (invalidate_db): New function, broken out of ...
5251 (parse_opt): ... here. Likewise use alloca there.
5252 Validate the -i argument before checking for rootness.
5253 (send_shutdown): New function, broken out of ...
5254 (parse_opt): ... here.
5255
5256 2014-10-22 Roland McGrath <roland@hack.frob.com>
5257
5258 * sysdeps/arm/__longjmp.S [NEED_HWCAP] [IS_IN_rtld]: Use LDST_PCREL
5259 macro to get at the _rt_local_ro field.
5260 [NEED_HWCAP] [!IS_IN_rtld]: Use LDR_GLOBAL to get at _rtld_global_ro
5261 ([PIC] case) or _dl_hwcap ([!PIC] case).
5262 * sysdeps/arm/setjmp.S: Likewise.
5263
5264 * config.h.in (ARM_PCREL_MOVW_OK): New macro.
5265 * sysdeps/arm/configure.ac: New check to define it.
5266 * sysdeps/arm/configure: Regenerated.
5267 * sysdeps/arm/sysdep.h [__ASSEMBLER__]: Include <arm-features.h>.
5268 (LDST_INDEXED_NOINDEX, LDST_INDEXED_INDEX): New macros.
5269 (LDST_INDEXED, LDST_PC_INDEXED): New macros, differing definitions
5270 depending on [ARM_NO_INDEX_REGISTER] and [__thumb2__].
5271 (LDST_PCREL) [!__thumb2__ && ARCH_HAS_T2 && ARM_PCREL_MOVW_OK]:
5272 Use move/movt pair instead of a load.
5273 (LDST_GLOBAL): Macro removed.
5274 (LDR_GLOBAL): New macro replaces it.
5275 (LDR_HIDDEN): New macro.
5276 (PTR_MANGLE_LOAD): Use LDR_GLOBAL rather than LDST_GLOBAL.
5277 Use LDR_HIDDEN instead for __pointer_chk_guard_local.
5278
5279 * setjmp/tst-setjmp-static.c: New file.
5280 * setjmp/Makefile (tests): Add it.
5281 (tests-static): New variable.
5282
5283 2014-10-22 Maciej W. Rozycki <macro@codesourcery.com>
5284
5285 [BZ #17485]
5286 * sysdeps/unix/sysv/linux/mips/vfork.S (__libc_vfork): Define.
5287
5288 2014-10-21 Joseph Myers <joseph@codesourcery.com>
5289
5290 [BZ #14132]
5291 * math/s_ldexpf.c (__ldexpf): Do not use INTDEF.
5292
5293 2014-10-21 Roland McGrath <roland@hack.frob.com>
5294
5295 * nptl/version.c (__nptl_main): Call __libc_write, not __write.
5296
5297 2014-10-20 Roland McGrath <roland@hack.frob.com>
5298
5299 * io/fts.c (dirent_not_directory): New function.
5300 (fts_build): Call it.
5301
5302 2014-10-20 Roland McGrath <roland@hack.frob.com>
5303
5304 * nptl/version.c (__nptl_main): Use normal __write rather than
5305 INTERNAL_SYSCALL.
5306 (banner): Update copyright years.
5307
5308 * nptl/pthread_rwlock_timedrdlock.c: #include <sys/time.h> before using
5309 gettimeofday.
5310 * nptl/pthread_rwlock_timedwrlock.c: Likewise.
5311 * nptl/pthread_cond_timedwait.c: Likewise.
5312 * nptl/pthread_mutex_timedlock.c: Likewise.
5313 * nptl/sem_timedwait.c: Likewise.
5314
5315 * sysdeps/nptl/bits/libc-lock.h
5316 [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
5317 (__libc_lock_init_recursive): Return void, not 0.
5318 * sysdeps/nptl/bits/libc-lockP.h (__libc_lock_init): Likewise.
5319 (__libc_rwlock_init): Likewise.
5320 * sysdeps/nptl/bits/stdio-lock.h (_IO_lock_init): Likewise.
5321
5322 2014-10-20 Torvald Riegel <triegel@redhat.com>
5323
5324 [BZ #15215]
5325 * nptl/pthread_once.c (__pthread_once): Split out fast path to ...
5326 (__pthread_once_slow): ... here.
5327 * sysdeps/unix/sysv/linux/i386/pthread_once.S: Remove file.
5328 * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Remove file.
5329
5330 2014-10-20 Torvald Riegel <triegel@redhat.com>
5331
5332 [BZ #15215]
5333 * nptl/pthreadP.h (__PTHREAD_ONCE_INPROGRESS, __PTHREAD_ONCE_DONE,
5334 __PTHREAD_ONCE_FORK_GEN_INCR): New.
5335 * sysdeps/nptl/fork.c (__libc_fork): Use them.
5336 * nptl/pthread_once.c (__pthread_once): Likewise.
5337 Update comments.
5338
5339 2014-10-20 Joseph Myers <joseph@codesourcery.com>
5340
5341 [BZ #14138]
5342 * sysdeps/unix/syscalls.list (readv): Use __libc_readv as strong
5343 name.
5344 (writev): Use __libc_writev as strong name.
5345 * sysdeps/unix/sysv/linux/readv.c: Remove file.
5346 * sysdeps/unix/sysv/linux/writev.c: Likewise.
5347
5348 2014-10-17 Roland McGrath <roland@hack.frob.com>
5349
5350 * nptl/createthread.c (TLS_DEFINE_INIT_TP, TLS_VALUE): Macros removed.
5351
5352 * sysdeps/i386/nptl/tls.h
5353 (THREAD_SELF_SYSINFO, THREAD_SYSINFO): Macros removed.
5354 [NEED_DL_SYSINFO] (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO):
5355 New macros.
5356 * sysdeps/ia64/nptl/tls.h [NEED_DL_SYSINFO]
5357 (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO): New macros.
5358 * nptl/allocatestack.c (allocate_stack) [NEED_DL_SYSINFO]:
5359 Call SETUP_THREAD_SYSINFO instead of doing an assignment.
5360 * nptl/createthread.c (create_thread) [NEED_DL_SYSINFO]:
5361 Call CHECK_THREAD_SYSINFO instead of doing an assert.
5362
5363 * nptl/nptl-init.c (__pthread_initialize_minimal_internal):
5364 Conditionalize FUTEX_PRIVATE_FLAG and FUTEX_CLOCK_REALTIME probes
5365 on [__NR_futex].
5366 * nptl/pthread_mutex_init.c (prio_inherit_missing): New function,
5367 broken out of ...
5368 (__pthread_mutex_init): ... here. Call it.
5369 * nptl/pthread_mutex_lock.c (__pthread_mutex_lock_full):
5370 Conditionalize PI cases on [__NR_futex].
5371 * nptl/pthread_mutex_timedlock.c (pthread_mutex_timedlock): Likewise.
5372 * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock): Likewise.
5373 * nptl/pthread_mutex_unlock.c (__pthread_mutex_unlock_full): Likewise.
5374
5375 * nptl/nptl-init.c (sighandler_setxid, __xidcmd): Make definitions
5376 conditional on [SIGSETXID].
5377 (sigcancel_handler): Make definition conditional on [SIGCANCEL].
5378 (__pthread_initialize_minimal_internal): Set up SIGCANCEL only if it
5379 is defined. Likewise for SIGSETXID.
5380 * nptl/allocatestack.c (setxid_mark_thread, setxid_unmark_thread):
5381 Conditionalize definitions on [SIGSETXID].
5382 (setxid_signal_thread, __nptl_setxid_error, __nptl_setxid): Likewise.
5383 * nptl/pthread_create.c (start_thread): Conditionalize SIGCANCEL
5384 unblocking on [SIGCANCEL].
5385
5386 * nptl/nptl-init.c (__nptl_set_robust): Conditionalize body on
5387 [__NR_set_robust_list].
5388
5389 2014-10-17 Siddhesh Poyarekar <siddhesh@redhat.com>
5390
5391 * string/strcoll_l.c (get_next_seq): Fix up formatting.
5392 (do_compare): Likewise.
5393
5394 2014-10-17 Leonhard Holz <leonhard.holz@web.de>
5395
5396 [BZ #15884]
5397 * string/strcoll_l.c: Don't include stdio.h.
5398 (coll_seq): Remove members idxarr and rulearr.
5399 (get_next_seq_cached): Remove function.
5400 (get_next_seq): Likewise.
5401 (get_next_seq_nocache): Rename to get_next_seq.
5402 (do_compare): Remove function.
5403 (do_compare_nocache): Rename to do_compare.
5404 (STRCOLL): Remove weight and rules cache.
5405
5406 2014-10-16 Roland McGrath <roland@hack.frob.com>
5407
5408 * sysdeps/arm/soft-fp/sfp-machine.h: Filed moved ...
5409 * sysdeps/arm/sfp-machine.h: ... to here.
5410 * sysdeps/arm/Implies: Remove arm/soft-fp.
5411
5412 2014-10-14 Joseph Myers <joseph@codesourcery.com>
5413
5414 * conform/data/sys/utsname.h-data (*_t): Allow.
5415 * conform/data/sys/wait.h-data [POSIX] (uid_t): Do not define.
5416 [POSIX] (WEXITED): Do not expect constant.
5417 [POSIX] (WSTOPPED): Likewise.
5418 [POSIX] (WNOHANG): Likewise.
5419 [POSIX] (WNOWAIT): Likewise.
5420 [POSIX] (siginfo_t): Do not expect type or elements.
5421 [POSIX] (pid_t): Do not expect type.
5422 [POSIX] (signal.h): Do not allow header.
5423 [POSIX] (sys/resource.h): Likewise.
5424 [POSIX] (si_*): Do not allow pattern.
5425 [POSIX] (W*): Likewise.
5426 [POSIX] (P_*): Likewise.
5427 [POSIX] (BUS_*): Likewise.
5428 [POSIX] (CLD_*): Likewise.
5429 [POSIX] (FPE_*): Likewise.
5430 [POSIX] (ILL_*): Likewise.
5431 [POSIX] (POLL_*): Likewise.
5432 [POSIX] (SEGV_*): Likewise.
5433 [POSIX] (SI_*): Likewise.
5434 [POSIX] (TRAP_*): Likewise.
5435 * conform/Makefile (test-xfail-POSIX/sys/wait.h/conform): New
5436 variable.
5437
5438 2014-10-14 Paul Pluzhnikov <ppluzhnikov@google.com>
5439
5440 [BZ #12926]
5441 * sysdeps/unix/sysv/linux/check_pf.c (make_request): Avoid
5442 infinite loop when __recvmsg returns 0.
5443
5444 2014-10-10 Joseph Myers <joseph@codesourcery.com>
5445
5446 * CANCEL-FCT-WAIVE: Remove file.
5447 * CANCEL-FILE-WAIVE: Likewise.
5448
5449 [BZ #14132]
5450 * elf/dl-sysdep.c (__libc_enable_secure): Use rtld_hidden_data_def
5451 instead of INTVARDEF.
5452 (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
5453 * sysdeps/mach/hurd/dl-sysdep.c (__libc_enable_secure): Use
5454 rtld_hidden_data_def instead of INTVARDEF.
5455 (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
5456 * elf/dl-deps.c (expand_dst): Likewise.
5457 * elf/dl-load.c (_dl_dst_count): Likewise.
5458 (_dl_dst_substitute): Likewise.
5459 (decompose_rpath): Likewise.
5460 (_dl_init_paths): Likewise.
5461 (open_path): Likewise.
5462 (_dl_map_object): Likewise.
5463 * elf/rtld.c (dl_main): Likewise.
5464 (process_dl_audit): Likewise.
5465 (process_envvars): Likewise.
5466 * include/unistd.h [IS_IN_rtld] (__libc_enable_secure_internal):
5467 Remove declaration.
5468 (__libc_enable_secure): Use rtld_hidden_proto.
5469
5470 2014-10-09 Kostya Serebryany <konstantin.s.serebryany@gmail.com>
5471
5472 * elf/dl-load.c
5473 (add_path): New function broken out of _dl_rtld_di_serinfo.
5474 (_dl_rtld_di_serinfo): Remove that nested function. Update call sites.
5475
5476 2014-10-09 Joseph Myers <joseph@codesourcery.com>
5477
5478 * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_D): Use
5479 parentheses around macro arguments.
5480 [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_DP): Likewise.
5481 [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_D): Likewise.
5482 [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_DP): Likewise.
5483 [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_D): Likewise.
5484 [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_DP): Likewise.
5485 [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_D): Likewise.
5486 [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
5487 [_FP_W_TYPE_SIZE < 64] (FP_PACK_D): Likewise.
5488 [_FP_W_TYPE_SIZE < 64] (FP_PACK_DP): Likewise.
5489 [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_D): Likewise.
5490 [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_DP): Likewise.
5491 [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_D): Likewise.
5492 [_FP_W_TYPE_SIZE < 64] (FP_CMP_D): Likewise.
5493 [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_D): Likewise.
5494 [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_D): Likewise.
5495 [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_D): Likewise.
5496 [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_D): Likewise.
5497 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_D): Likewise.
5498 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_DP): Likewise.
5499 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_D): Likewise.
5500 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_DP): Likewise.
5501 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_D): Likewise.
5502 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_DP): Likewise.
5503 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_D): Likewise.
5504 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
5505 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_D): Likewise.
5506 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_DP): Likewise.
5507 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_D): Likewise.
5508 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_DP): Likewise.
5509 [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_D): Likewise.
5510 [_FP_W_TYPE_SIZE >= 64] (FP_CMP_D): Likewise.
5511 [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_D): Likewise.
5512 [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_D): Likewise.
5513 [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_D): Likewise.
5514 [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_D): Likewise.
5515 * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_E):
5516 Likewise.
5517 [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_EP): Likewise.
5518 [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_E): Likewise.
5519 [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
5520 [_FP_W_TYPE_SIZE < 64] (FP_PACK_E): Likewise.
5521 [_FP_W_TYPE_SIZE < 64] (FP_PACK_EP): Likewise.
5522 [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_E): Likewise.
5523 [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_EP): Likewise.
5524 [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_E): Likewise.
5525 [_FP_W_TYPE_SIZE < 64] (FP_CMP_E): Likewise.
5526 [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_E): Likewise.
5527 [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_E): Likewise.
5528 [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_E): Likewise.
5529 [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_E): Likewise.
5530 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_E): Likewise.
5531 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_EP): Likewise.
5532 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_E): Likewise.
5533 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
5534 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_E): Likewise.
5535 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_EP): Likewise.
5536 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_E): Likewise.
5537 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_EP): Likewise.
5538 [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_E): Likewise.
5539 [_FP_W_TYPE_SIZE >= 64] (FP_CMP_E): Likewise.
5540 [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_E): Likewise.
5541 [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_E): Likewise.
5542 [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_E): Likewise.
5543 [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_E): Likewise.
5544 * soft-fp/op-1.h (_FP_FRAC_SRST_1): Likewise.
5545 (_FP_FRAC_SRS_1): Likewise.
5546 (_FP_FRAC_CLZ_1): Likewise.
5547 (_FP_MUL_MEAT_1_imm): Likewise.
5548 (_FP_MUL_MEAT_1_wide): Likewise.
5549 (_FP_MUL_MEAT_1_hard): Likewise.
5550 (_FP_SQRT_MEAT_1): Likewise.
5551 (_FP_FRAC_ASSEMBLE_1): Likewise.
5552 (_FP_FRAC_DISASSEMBLE_1): Likewise.
5553 * soft-fp/op-2.h (_FP_FRAC_CLZ_2): Likewise.
5554 (__FP_CLZ_2): Likewise.
5555 (_FP_MUL_MEAT_2_wide): Likewise.
5556 (_FP_MUL_MEAT_2_wide_3mul): Likewise.
5557 (_FP_MUL_MEAT_2_gmp): Likewise.
5558 (_FP_MUL_MEAT_2_120_240_double): Likewise.
5559 (_FP_SQRT_MEAT_2): Likewise.
5560 (_FP_FRAC_ASSEMBLE_2): Likewise.
5561 (_FP_FRAC_DISASSEMBLE_2): Likewise.
5562 * soft-fp/op-4.h (_FP_FRAC_SRS_4): Likewise.
5563 (_FP_FRAC_CLZ_4): Likewise.
5564 (_FP_MUL_MEAT_4_wide): Likewise.
5565 (_FP_MUL_MEAT_4_gmp): Likewise.
5566 (_FP_SQRT_MEAT_4): Likewise.
5567 (_FP_FRAC_ASSEMBLE_4): Likewise.
5568 (_FP_FRAC_DISASSEMBLE_4): Likewise.
5569 * soft-fp/op-common.h (_FP_CMP): Likewise.
5570 (_FP_CMP_EQ): Likewise.
5571 (_FP_CMP_UNORD): Likewise.
5572 (_FP_TO_INT): Likewise.
5573 (_FP_FROM_INT): Likewise.
5574 [!__FP_CLZ] (__FP_CLZ): Likewise.
5575 (_FP_DIV_HELP_imm): Likewise.
5576 * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_Q):
5577 Likewise.
5578 [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_QP): Likewise.
5579 [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_Q): Likewise.
5580 [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_QP): Likewise.
5581 [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_Q): Likewise.
5582 [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_QP): Likewise.
5583 [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
5584 [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
5585 [_FP_W_TYPE_SIZE < 64] (FP_PACK_Q): Likewise.
5586 [_FP_W_TYPE_SIZE < 64] (FP_PACK_QP): Likewise.
5587 [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_Q): Likewise.
5588 [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_QP): Likewise.
5589 [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_Q): Likewise.
5590 [_FP_W_TYPE_SIZE < 64] (FP_CMP_Q): Likewise.
5591 [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_Q): Likewise.
5592 [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_Q): Likewise.
5593 [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_Q): Likewise.
5594 [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_Q): Likewise.
5595 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_Q): Likewise.
5596 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_QP): Likewise.
5597 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_Q): Likewise.
5598 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_QP): Likewise.
5599 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_Q): Likewise.
5600 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_QP): Likewise.
5601 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
5602 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
5603 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_Q): Likewise.
5604 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_QP): Likewise.
5605 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_Q): Likewise.
5606 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_QP): Likewise.
5607 [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_Q): Likewise.
5608 [_FP_W_TYPE_SIZE >= 64] (FP_CMP_Q): Likewise.
5609 [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_Q): Likewise.
5610 [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_Q): Likewise.
5611 [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_Q): Likewise.
5612 [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_Q): Likewise.
5613 * soft-fp/single.h (FP_UNPACK_RAW_S): Likewise.
5614 (FP_UNPACK_RAW_SP): Likewise.
5615 (FP_PACK_RAW_S): Likewise.
5616 (FP_PACK_RAW_SP): Likewise.
5617 (FP_UNPACK_S): Likewise.
5618 (FP_UNPACK_SP): Likewise.
5619 (FP_UNPACK_SEMIRAW_S): Likewise.
5620 (FP_UNPACK_SEMIRAW_SP): Likewise.
5621 (FP_PACK_S): Likewise.
5622 (FP_PACK_SP): Likewise.
5623 (FP_PACK_SEMIRAW_S): Likewise.
5624 (FP_PACK_SEMIRAW_SP): Likewise.
5625 (_FP_SQRT_MEAT_S): Likewise.
5626 (FP_CMP_S): Likewise.
5627 (FP_CMP_EQ_S): Likewise.
5628 (FP_CMP_UNORD_S): Likewise.
5629 (FP_TO_INT_S): Likewise.
5630 (FP_FROM_INT_S): Likewise.
5631
5632 * soft-fp/op-common.h (_FP_TO_INT): Handle rsigned == 2.
5633
5634 * soft-fp/soft-fp.h (FP_EX_INVALID_SNAN): New macro.
5635 (FP_EX_INVALID_IMZ): Likewise.
5636 (FP_EX_INVALID_IMZ_FMA): Likewise.
5637 (FP_EX_INVALID_ISI): Likewise.
5638 (FP_EX_INVALID_ZDZ): Likewise.
5639 (FP_EX_INVALID_IDI): Likewise.
5640 (FP_EX_INVALID_SQRT): Likewise.
5641 (FP_EX_INVALID_CVI): Likewise.
5642 (FP_EX_INVALID_VC): Likewise.
5643 * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Specify more precise
5644 "invalid" exceptions.
5645 (_FP_CHECK_SIGNAN_SEMIRAW): Likewise.
5646 (_FP_ADD_INTERNAL): Likewise.
5647 (_FP_MUL): Likewise.
5648 (_FP_FMA): Likewise.
5649 (_FP_DIV): Likewise.
5650 (_FP_CMP_CHECK_NAN): Likewise.
5651 (_FP_SQRT): Likewise.
5652 (_FP_TO_INT): Likewise.
5653 (FP_EXTEND): Likewise.
5654
5655 2014-10-09 Allan McRae <allan@archlinux.org>
5656
5657 * po/fr.po: Update French translation from translation project.
5658
5659 2014-10-09 Joseph Myers <joseph@codesourcery.com>
5660
5661 [BZ #14132]
5662 * stdlib/cxa_atexit.c (__cxa_atexit): Use libc_hidden_def instead
5663 of INTDEF.
5664 * include/stdlib.h (__cxa_atexit_internal): Remove declaration.
5665 (__cxa_atexit): Use libc_hidden_proto.
5666 [!NOT_IN_libc] (__cxa_atexit): Remove macro definition.
5667
5668 [BZ #14132]
5669 * include/wctype.h [!_ISOMAC] (__iswalpha_l_internal): Remove
5670 declaration.
5671 [!_ISOMAC] (__iswdigit_l_internal): Likewise.
5672 [!_ISOMAC] (__iswspace_l_internal): Likewise.
5673 [!_ISOMAC] (__iswxdigit_l_internal): Likewise.
5674 [!_ISOMAC] (__iswctype_internal): Likewise.
5675 * stdio-common/siglist.c (_sys_siglist_internal): Remove alias.
5676 * sysdeps/unix/syscalls.list (chown): Remove __chown_internal
5677 alias.
5678 (fcntl): Remove __fcntl_internal alias.
5679 * sysdeps/unix/sysv/linux/hppa/syscalls.list (connect): Remove
5680 __connect_internal alias.
5681 * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list (connect):
5682 Likewise.
5683
5684 * soft-fp/soft-fp.h (FP_DENORM_ZERO): New macro.
5685 * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Check
5686 FP_DENORM_ZERO.
5687 (_FP_CHECK_FLUSH_ZERO): New macro.
5688 (_FP_ADD_INTERNAL): Call _FP_CHECK_FLUSH_ZERO.
5689 (_FP_CMP): Likewise.
5690 (_FP_CMP_EQ): Likewise.
5691 (_FP_TO_INT): Do not set inexact for subnormal arguments if
5692 FP_DENORM_ZERO.
5693 (FP_EXTEND): Call _FP_CHECK_FLUSH_ZERO.
5694 (FP_TRUNC): Likewise.
5695
5696 * soft-fp/op-common.h (_FP_TO_INT): Ensure maximum exponent is
5697 treated as invalid conversion, not as normal exponent.
5698
5699 * soft-fp/op-common.h (_FP_CMP_CHECK_NAN): New macro.
5700 (_FP_CMP): Add extra argument EX. Call _FP_CMP_CHECK_NAN.
5701 (_FP_CMP_EQ): Likewise.
5702 (_FP_CMP_UNORD): Likewise.
5703 * soft-fp/double.h (FP_CMP_D): Add extra argument EX.
5704 (FP_CMP_EQ_D): Likewise.
5705 (FP_CMP_UNORD_D): Likewise.
5706 * soft-fp/extended.h (FP_CMP_E): Likewise.
5707 (FP_CMP_EQ_E): Likewise.
5708 (FP_CMP_UNORD_E): Likewise.
5709 * soft-fp/quad.h (FP_CMP_Q): Likewise.
5710 (FP_CMP_EQ_Q): Likewise.
5711 (FP_CMP_UNORD_Q): Likewise.
5712 * soft-fp/single.h (FP_CMP_S): Likewise.
5713 (FP_CMP_EQ_S): Likewise.
5714 (FP_CMP_UNORD_S): Likewise.
5715 * soft-fp/eqdf2.c (__eqdf2): Update call to FP_CMP_EQ_D.
5716 * soft-fp/eqsf2.c (__eqsf2): Update call to FP_CMP_EQ_S.
5717 * soft-fp/eqtf2.c (__eqtf2): Update call to FP_CMP_EQ_Q.
5718 * soft-fp/gedf2.c (__gedf2): Update call to FP_CMP_D.
5719 * soft-fp/gesf2.c (__gesf2): Update call to FP_CMP_S.
5720 * soft-fp/getf2.c (__getf2): Update call to FP_CMP_Q.
5721 * soft-fp/ledf2.c (__ledf2): Update call to FP_CMP_D.
5722 * soft-fp/lesf2.c (__lesf2): Update call to FP_CMP_S.
5723 * soft-fp/letf2.c (__letf2): Update call to FP_CMP_Q.
5724 * soft-fp/unorddf2.c (__unorddf2): Update call to FP_CMP_UNORD_D.
5725 * soft-fp/unordsf2.c (__unordsf2): Update call to FP_CMP_UNORD_S.
5726 * soft-fp/unordtf2.c (__unordtf2): Update call to FP_CMP_UNORD_Q.
5727 * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Update call
5728 to FP_CMP_Q.
5729 * sysdeps/sparc/sparc32/soft-fp/q_cmp.c (_Q_cmp): Update call to
5730 FP_CMP_Q.
5731 * sysdeps/sparc/sparc32/soft-fp/q_cmpe.c (_Q_cmpe): Likewise.
5732 * sysdeps/sparc/sparc32/soft-fp/q_feq.c (_Q_feq): Update call to
5733 FP_CMP_EQ_Q.
5734 * sysdeps/sparc/sparc32/soft-fp/q_fge.c (_Q_fge): Update call to
5735 FP_CMP_Q.
5736 * sysdeps/sparc/sparc32/soft-fp/q_fgt.c (_Q_fgt): Likewise.
5737 * sysdeps/sparc/sparc32/soft-fp/q_fle.c (_Q_fle): Likewise.
5738 * sysdeps/sparc/sparc32/soft-fp/q_flt.c (_Q_flt): Likewise.
5739 * sysdeps/sparc/sparc32/soft-fp/q_fne.c (_Q_fne): Update call to
5740 FP_CMP_EQ_Q.
5741 * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c (_Qp_cmp): Update call to
5742 FP_CMP_Q.
5743 * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c (_Qp_cmpe): Likewise.
5744 * sysdeps/sparc/sparc64/soft-fp/qp_feq.c (_Qp_feq): Update call to
5745 FP_CMP_EQ_Q.
5746 * sysdeps/sparc/sparc64/soft-fp/qp_fge.c (_Qp_fge): Update call to
5747 FP_CMP_Q.
5748 * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c (_Qp_fgt): Likewise.
5749 * sysdeps/sparc/sparc64/soft-fp/qp_fle.c (_Qp_fle): Likewise.
5750 * sysdeps/sparc/sparc64/soft-fp/qp_flt.c (_Qp_flt): Likewise.
5751 * sysdeps/sparc/sparc64/soft-fp/qp_fne.c (_Qp_fne): Update call to
5752 FP_CMP_EQ_Q.
5753
5754 * soft-fp/op-common.h (FP_EXTEND): When a subnormal input produces
5755 a subnormal result, set the underflow exception if trapping on
5756 underflow is enabled.
5757 * soft-fp/soft-fp.h (FP_INIT_TRAPPING_EXCEPTIONS): New macro.
5758 (FP_INIT_EXCEPTIONS): Default to FP_INIT_TRAPPING_EXCEPTIONS.
5759 [FP_NO_EXACT_UNDERFLOW] (FP_TRAPPING_EXCEPTIONS): Undefine and
5760 redefine to 0.
5761 * soft-fp/extenddftf2.c (FP_NO_EXACT_UNDERFLOW): Define.
5762 * soft-fp/extendsfdf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
5763 * soft-fp/extendsftf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
5764 * soft-fp/extendxftf2.c (__extendxftf2): Use
5765 FP_INIT_TRAPPING_EXCEPTIONS instead of FP_INIT_ROUNDMODE.
5766
5767 * soft-fp/soft-fp.h (FP_CLEAR_EXCEPTIONS): Remove macro.
5768 * sysdeps/sparc/sparc32/soft-fp/q_itoq.c: Define FP_NO_EXCEPTIONS.
5769 (_Q_itoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
5770 FP_HANDLE_EXCEPTIONS.
5771 * sysdeps/sparc/sparc32/soft-fp/q_lltoq.c: Define FP_NO_EXCEPTIONS.
5772 (_Q_lltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
5773 FP_HANDLE_EXCEPTIONS.
5774 * sysdeps/sparc/sparc32/soft-fp/q_ulltoq.c: Define FP_NO_EXCEPTIONS.
5775 (_Q_ulltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
5776 FP_HANDLE_EXCEPTIONS.
5777 * sysdeps/sparc/sparc32/soft-fp/q_utoq.c: Define FP_NO_EXCEPTIONS.
5778 (_Q_utoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
5779 FP_HANDLE_EXCEPTIONS.
5780
5781 2014-10-08 Joseph Myers <joseph@codesourcery.com>
5782
5783 [BZ #14132]
5784 * sysdeps/unix/sysv/linux/include/sys/timex.h: New file.
5785 * sysdeps/unix/sysv/linux/adjtime.c [!ADJTIMEX] (ADJTIMEX): Do not
5786 use INTUSE.
5787 [!ADJTIMEX] (INTUSE(__adjtimex)): Remove declaration.
5788 * sysdeps/unix/sysv/linux/alpha/adjtime.c (__adjtimex_internal):
5789 Remove alias.
5790 (__adjtimex): Define using libc_hidden_ver.
5791 * sysdeps/unix/sysv/linux/ntp_gettime.c (INTUSE(__adjtimex)):
5792 Remove declaration.
5793 (ntp_gettime): Call __adjtimex directly.
5794 * sysdeps/unix/sysv/linux/ntp_gettimex.c (INTUSE(__adjtimex)):
5795 Remove declaration.
5796 (ntp_gettimex): Call __adjtimex directly.
5797 * sysdeps/unix/sysv/linux/syscalls.list (adjtimex): Remove
5798 __adjtimex_internal alias.
5799
5800 2014-10-08 Roland McGrath <roland@hack.frob.com>
5801
5802 [BZ #17460]
5803 * nscd/nscd.c (more_help): Rewrite list of tables collection
5804 using xstrdup and asprintf.
5805
5806 * nscd/nscd_conf.c: Remove local xstrdup declaration.
5807
5808 2014-10-08 Kostya Serebryany <konstantin.s.serebryany@gmail.com>
5809 Roland McGrath <roland@hack.frob.com>
5810
5811 * elf/dl-lookup.c (enter_unique_sym): New function, broken out of ...
5812 (do_lookup_unique): ... local function 'enter' here; update callers.
5813
5814 2014-10-06 Joseph Myers <joseph@codesourcery.com>
5815
5816 * sysdeps/unix/make-syscalls.sh (emit_weak_aliases): Condition
5817 compat_symbol calls on [SHARED].
5818 * sysdeps/unix/sysv/linux/powerpc/lchown.S: Remove file.
5819 * sysdeps/unix/sysv/linux/i386/syscalls.list (oldsetrlimit):
5820 Remove.
5821 (setrlimit): Add setrlimit@GLIBC_2.0 alias.
5822 * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list
5823 (oldsetrlimit): Remove.
5824 (setrlimit): Add setrlimit@GLIBC_2.0 alias.
5825 * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
5826 (lchown): New syscall entry.
5827 (oldsetrlimit): Remove.
5828 (setrlimit): Add setrlimit@GLIBC_2.0 alias.
5829 * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list
5830 (oldsetrlimit): Remove.
5831 (setrlimit): Add setrlimit@GLIBC_2.0 alias.
5832
5833 [BZ #14138]
5834 * sysdeps/unix/sysv/linux/arm/fchown.c: Remove file.
5835 * sysdeps/unix/sysv/linux/arm/lchown.c: Likewise.
5836 * sysdeps/unix/sysv/linux/m68k/fchown.c: Likewise.
5837 * sysdeps/unix/sysv/linux/m68k/lchown.c: Likewise.
5838 * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
5839 * sysdeps/unix/sysv/linux/arm/syscalls.list (lchown): Add syscall.
5840 (fchown): Likewise.
5841 * sysdeps/unix/sysv/linux/m68k/syscalls.list (lchown): Likewise.
5842 (fchown): Likewise.
5843 * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list (chown):
5844 Likewise.
5845
5846 2014-10-06 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
5847
5848 * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Remove file.
5849 * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c
5850 (pthread_spin_unlock): Use __ARCH_REL_INSTR instead of
5851 __lll_rel_instr and __ARCH_ACQ_INSTR instead of __lll_acq_instr.
5852 * sysdeps/unix/sysv/linux/powerpc/sem_post.c (__new_sem_post):
5853 Likewise.
5854 (__old_sem_post): Likewise.
5855
5856 2014-10-06 Chris Metcalf <cmetcalf@tilera.com>
5857
5858 * sysdeps/unix/sysv/linux/tile/sysdep.h (INLINE_VSYSCALL): Define
5859 INLINE_VSYSCALL, INTERNAL_VSYSCALL, and
5860 HAVE_CLOCK_GETTIME_VSYSCALL macros.
5861 * sysdeps/unix/sysv/linux/tile/gettimeofday.c (__gettimeofday):
5862 Use INLINE_VSYSCALL macro.
5863 * sysdeps/unix/sysv/linux/tile/bits/libc-vdso: Add declaration of
5864 __vdso_clock_gettime.
5865 * sysdeps/unix/sysv/linux/tile/init-first.c
5866 (_libc_vdso_platform_setup): Set new __vdso_clock_gettime global.
5867 * sysdeps/unix/sysv/linux/tile/Versions (GLIBC_PRIVATE): Add
5868 __vdso_clock_gettime.
5869
5870 * sysdeps/unix/sysv/linux/tile/clone.S (__clone): Fix code
5871 to set up frame more cleanly.
5872
5873 * sysdeps/tile/memcmp.c: New file.
5874
5875 * sysdeps/unix/sysv/linux/tile/sysconf.c: New file.
5876
5877 * sysdeps/tile/tilegx/string-endian.h (STRSHIFT): New macro.
5878 * sysdeps/tile/tilegx/strcasestr.c: New file.
5879 * sysdeps/tile/tilegx/strnlen.c: New file.
5880 * sysdeps/tile/tilegx/strstr.c: New file.
5881
5882 * sysdeps/tile/tilegx/string-endian.h (copy_byte): Optimize.
5883
5884 2014-10-06 Arjun Shankar <arjun.is@lostca.se>
5885
5886 * nptl/tst-setuid3.c: Write errors to stdout.
5887
5888 2014-10-01 Kostya Serebryany <konstantin.s.serebryany@gmail.com>
5889
5890 * elf/dl-deps.c
5891 (preload): New functions broken out of _dl_map_object_deps.
5892 (_dl_map_object_deps): Remove a nested function. Update call sites.
5893
5894 2014-10-01 Joseph Myers <joseph@codesourcery.com>
5895
5896 [BZ #14138]
5897 * sysdeps/unix/sysv/linux/execve.c: Remove file.
5898 * sysdeps/unix/sysv/linux/syscalls.list (execve): Add syscall.
5899
5900 2014-10-01 Steve Ellcey <sellcey@mips.com>
5901
5902 * sysdeps/mips/strcmp.S: New.
5903
5904 2014-09-30 Joseph Myers <joseph@codesourcery.com>
5905
5906 [BZ #14138]
5907 * sysdeps/unix/sysv/linux/syscalls.list (fchownat): New syscall.
5908 (linkat): Likewise.
5909 (mkdirat): Likewise.
5910 (readlinkat): Likewise.
5911 (renameat): Likewise.
5912 (symlinkat): Likewise.
5913 (unlinkat): Likewise.
5914 * sysdeps/unix/sysv/linux/fchownat.c: Remove file.
5915 * sysdeps/unix/sysv/linux/linkat.c: Likewise.
5916 * sysdeps/unix/sysv/linux/mkdirat.c: Likewise.
5917 * sysdeps/unix/sysv/linux/readlinkat.c: Likewise.
5918 * sysdeps/unix/sysv/linux/renameat.c: Likewise.
5919 * sysdeps/unix/sysv/linux/symlinkat.c: Likewise.
5920 * sysdeps/unix/sysv/linux/unlinkat.c: Likewise.
5921
5922 2014-09-30 Will Newton <will.newton@linaro.org>
5923
5924 * math/math.h: Define long double math functions if
5925 _LIBC_TEST is defined.
5926 * stdlib/tst-strtod-round.c: Define _LIBC_TEST.
5927
5928 * localedata/Makefile: Move assignment to tests-special
5929 into an ifdef testing run-built-tests.
5930 * timezone/Makefile: Likewise.
5931
5932 2014-09-29 Joseph Myers <joseph@codesourcery.com>
5933
5934 * sysdeps/x86/Makefile ($(objpfx)tst-ld-sse-use.out): Run script
5935 with $(BASH) not $(SHELL).
5936
5937 2014-09-29 Carlos O'Donell <carlos@redhat.com>
5938 Matthew LeGendre <legendre1@llnl.gov>
5939
5940 [BZ #17411]
5941 * elf/dl-reloc.c (_dl_relocate_object): Allocate correct amount for
5942 l_reloc_result.
5943
5944 2014-09-29 Kostya Serebryany <konstantin.s.serebryany@gmail.com>
5945
5946 * stdio-common/printf_fp.c
5947 (hack_digit): New function, broken out of ...
5948 (__printf_fp): ... local function here. Update call sites.
5949 hack_digit now takes an additional parameter that is a pointer
5950 to a struct of the referenced locals. Those locals moved inside
5951 the struct and references updated.
5952
5953 2014-09-29 H.J. Lu <hongjiu.lu@intel.com>
5954
5955 * aclocal.m4: Require autoconf 2.69.
5956 * configure: Regenerated.
5957 * sysdeps/aarch64/configure: Likewise.
5958 * sysdeps/alpha/configure: Likewise.
5959 * sysdeps/arm/armv7/configure: Likewise.
5960 * sysdeps/arm/configure: Likewise.
5961 * sysdeps/ia64/configure: Likewise.
5962 * sysdeps/mach/configure: Likewise.
5963 * sysdeps/mips/configure: Likewise.
5964 * sysdeps/s390/configure: Likewise.
5965 * sysdeps/unix/sysv/linux/mips/configure: Likewise.
5966 * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Likewise.
5967
5968 * sysdeps/alpha/configure.ac: Avoid empty lines at the end of
5969 file.
5970 * sysdeps/ia64/configure.ac: Likewise.
5971
5972 2014-09-26 Joseph Myers <joseph@codesourcery.com>
5973
5974 * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Do not
5975 specify symbol version for ld.so. Do not include entry for
5976 libpthread.
5977 * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
5978 * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
5979 * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
5980
5981 [BZ #14171]
5982 * Makeconfig [$(build-shared) = yes]
5983 ($(common-objpfx)soversions.mk): Don't handle SONAMEs specified in
5984 makefiles.
5985 [$(build-shared) = yes && $(soversions.mk-done) = t]
5986 ($(common-objpfx)gnu/lib-names.h): Remove rule.
5987 [$(build-shared) = yes && $(soversions.mk-done) = t]
5988 ($(common-objpfx)gnu/lib-names.stmp): Likewise. Split and moved
5989 to Makerules.
5990 [$(build-shared) = yes && $(soversions.mk-done) = t]
5991 (before-compile): Don't append $(common-objpfx)gnu/lib-names.h
5992 here.
5993 [$(build-shared) = yes && $(soversions.mk-done) = t]
5994 (common-generated): Don't append gnu/lib-names.h and
5995 gnu/lib-names.stmp here.
5996 * Makerules [$(build-shared) = yes && $(soversions.mk-done) = t]
5997 (lib-names-h-abi): New variable.
5998 [$(build-shared) = yes && $(soversions.mk-done) = t]
5999 (lib-names-stmp-abi): Likewise.
6000 [$(build-shared) = yes && $(soversions.mk-done) = t &&
6001 abi-variants] (before-compile): Append
6002 $(common-objpfx)$(lib-names-h-abi).
6003 [$(build-shared) = yes && $(soversions.mk-done) = t &&
6004 abi-variants] (common-generated): Append gnu/lib-names.h.
6005 [$(build-shared) = yes && $(soversions.mk-done) = t &&
6006 abi-variants] (install-others-nosubdir): Depend on
6007 $(inst_includedir)/$(lib-names-h-abi).
6008 [$(build-shared) = yes && $(soversions.mk-done) = t &&
6009 abi-variants] ($(common-objpfx)gnu/lib-names.h): New rule.
6010 [$(build-shared) = yes && $(soversions.mk-done) = t]
6011 ($(common-objpfx)$(lib-names-h-abi)): New rule.
6012 [$(build-shared) = yes && $(soversions.mk-done) = t]
6013 ($(common-objpfx)$(lib-names-stmp-abi)): Likewise.
6014 [$(build-shared) = yes && $(soversions.mk-done) = t]
6015 (common-generated): Append $(lib-names-h-abi) and
6016 $(lib-names-stmp-abi).
6017 * scripts/lib-names.awk: Do not handle multi being set.
6018 * sysdeps/unix/sysv/linux/aarch64/Makefile (abi-lp64-ld-soname):
6019 Remove variable.
6020 (abi-lp64_be-ld-soname): Likewise.
6021 * sysdeps/unix/sysv/linux/arm/Makefile (abi-soft-ld-soname):
6022 Likewise.
6023 (abi-hard-ld-soname): Likewise.
6024 * sysdeps/unix/sysv/linux/i386/shlib-versions: New file.
6025 * sysdeps/unix/sysv/linux/mips/Makefile (abi-o32_soft-ld-soname):
6026 Remove variable.
6027 (abi-o32_hard-ld-soname): Likewise.
6028 (abi-o32_soft_2008-ld-soname): Likewise.
6029 (abi-o32_hard_2008-ld-soname): Likewise.
6030 (abi-n32_soft-ld-soname): Likewise.
6031 (abi-n32_hard-ld-soname): Likewise.
6032 (abi-n32_soft_2008-ld-soname): Likewise.
6033 (abi-n32_hard_2008-ld-soname): Likewise.
6034 (abi-n64_soft-ld-soname): Likewise.
6035 (abi-n64_hard-ld-soname): Likewise.
6036 (abi-n64_soft_2008-ld-soname): Likewise.
6037 (abi-n64_hard_2008-ld-soname): Likewise.
6038 * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-64-v1-ld-soname):
6039 Likewise.
6040 (abi-64-v2-ld-soname): Likewise.
6041 * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Add
6042 ld.so entries.
6043 * sysdeps/unix/sysv/linux/s390/Makefile (abi-64-ld-soname): Remove
6044 variable.
6045 * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Add ld.so
6046 entry.
6047 * sysdeps/unix/sysv/linux/x86/Makefile (abi-32-ld-soname): Remove
6048 variable.
6049 (abi-64-ld-soname): Likewise.
6050 (abi-x32-ld-soname): Likewise.
6051 * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Add ld.so
6052 entry.
6053 * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
6054
6055 2014-09-23 Joseph Myers <joseph@codesourcery.com>
6056
6057 [BZ #14138]
6058 * sysdeps/unix/sysv/linux/arm/setrlimit.c: Remove file.
6059 * sysdeps/unix/sysv/linux/i386/setrlimit.c: Likewise.
6060 * sysdeps/unix/sysv/linux/m68k/setrlimit.c: Likewise.
6061 * sysdeps/unix/sysv/linux/powerpc/setrlimit.c: Likewise.
6062 * sysdeps/unix/sysv/linux/s390/s390-32/setrlimit.c: Likewise.
6063 * sysdeps/unix/sysv/linux/sh/setrlimit.c: Likewise.
6064 * sysdeps/unix/sysv/linux/i386/syscalls.list (setrlimit): Add
6065 syscall entry for GLIBC_2.2 symbol version.
6066 * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list (setrlimit):
6067 Likewise.
6068 * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
6069 (setrlimit): Likewise.
6070 * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setrlimit):
6071 Likewise.
6072
6073 2014-09-23 Will Newton <will.newton@linaro.org>
6074
6075 * sysdeps/unix/sysv/linux/arm/bits/hwcap.h: Check for
6076 _LINUX_ARM_SYSDEP_H include guard too.
6077 * sysdeps/unix/sysv/linux/arm/sysdep.h (_SYS_AUXV_H): Remove
6078 define.
6079
6080 2014-09-20 Rasmus Villemoes <rv@rasmusvillemoes.dk>
6081
6082 * sysdeps/unix/sysv/linux/eventfd.c:
6083 Make first argument unsigned.
6084 * sysdeps/unix/sysv/linux/hppa/sys/eventfd.h: Likewise.
6085 * sysdeps/unix/sysv/linux/sys/eventfd.h: Likewise.
6086
6087 2014-09-20 Ondřej Bílka <neleai@seznam.cz>
6088
6089 * socket/recvmmsg.c (recvmmsg): Drop const argument.
6090 * socket/sys/socket.h: Likewise
6091 * sysdeps/unix/sysv/linux/recvmmsg.c: Likewise.
6092
6093 2014-09-19 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
6094
6095 * stdlib/longlong.h: Add __udiv_w_sdiv prototype.
6096
6097 2014-09-17 Arjun Shankar <arjun.is@lostca.se>
6098
6099 * time/tst-ftime.c: New test.
6100 * time/Makefile (tests): Add tst-ftime.
6101
6102 2014-09-17 Joseph Myers <joseph@codesourcery.com>
6103
6104 * soft-fp/extended.h: Fix comment formatting.
6105 * soft-fp/op-1.h: Likewise.
6106 * soft-fp/op-2.h: Likewise.
6107 * soft-fp/op-4.h: Likewise.
6108 * soft-fp/op-8.h: Likewise.
6109 * soft-fp/op-common.h: Likewise.
6110 * soft-fp/soft-fp.h: Likewise.
6111
6112 * soft-fp/op-common.h (_FP_TO_INT): Correct formatting.
6113
6114 2014-09-16 Joseph Myers <joseph@codesourcery.com>
6115
6116 [BZ #6652]
6117 * Makeconfig (soversions-default-setname): Remove variable.
6118 ($(common-objpfx)soversions.i): Don't pass default_setname to
6119 soversions.awk.
6120 * Makerules ($(common-objpfx)abi-versions.h): Don't pass
6121 oldest_abi to abi-versions.awk.
6122 * config.h.in (GLIBC_OLDEST_ABI): Remove macro undefine.
6123 * config.make.in (oldest-abi): Remove variable.
6124 * configure.ac (--enable-oldest-abi): Remove configure option.
6125 * configure: Regenerated.
6126 * csu/version.c (banner) [GLIBC_OLDEST_ABI]: Remove conditional
6127 text.
6128 * scripts/abi-versions.awk: Do not handle oldest_abi variable.
6129 * scripts/soversions.awk: Do not handle default_setname variable.
6130 * sysdeps/mach/hurd/configure.ac: Do not handle oldest_abi
6131 variable.
6132 * sysdeps/mach/hurd/configure: Regenerated.
6133 * sysdeps/unix/sysv/linux/configure.ac: Do not handle oldest_abi
6134 variable.
6135 * sysdeps/unix/sysv/linux/configure: Regenerated.
6136
6137 2014-09-16 Siddhesh Poyarekar <siddhesh@redhat.com>
6138
6139 * elf/Makefile (CFLAGS-interp.c): Remove.
6140 ($(elf-objpfx)runtime-linker.h): Generate header with linker
6141 path string.
6142 * elf/interp.c: Include generated runtime-linker.h
6143
6144 * Makerules (lib%.so): Don't include $(+interp) in
6145 prerequisites.
6146 * elf/Makefile (CFLAGS-interp.c): Don't define NOT_IN_libc.
6147 * dlfcn/eval.c: Remove file.
6148
6149 * posix/getconf.c (vars): Don't check for _[SP]C_* and _CS
6150 macros.
6151
6152 [BZ #17266]
6153 * misc/sys/cdefs.h: Define __extern_always_inline for clang
6154 4.2 and newer.
6155
6156 [BZ #17370]
6157 * libio/wfileops.c (do_ftell_wide): Free OUT on error path.
6158
6159 2014-09-16 Siddhesh Poyarekar <siddhesh@redhat.com>
6160 Jakub Jelinek <jakub@redhat.com>
6161
6162 [BZ #17266]
6163 * libio/stdio.h: Check definition of __fortify_function
6164 instead of __extern_always_inline to include bits/stdio2.h.
6165 * math/bits/math-finite.h [__USE_XOPEN || __USE_ISOC99]: Also
6166 check if __extern_always_inline is defined.
6167 [__USE_MISC || __USE_XOPEN]: Likewise.
6168 [__USE_ISOC99] Likewise.
6169 * misc/sys/cdefs.h (__fortify_function): Define only if
6170 __extern_always_inline is defined.
6171 [!__cplusplus || __GNUC_PREREQ (4,3)]: Revert to defining
6172 __extern_always_inline and __extern_inline only for g++-4.3
6173 and newer or a compatible gcc.
6174
6175 2014-09-15 Andreas Schwab <schwab@linux-m68k.org>
6176
6177 [BZ #17371]
6178 * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
6179 last change to handle zero prefix length.
6180
6181 2014-09-15 Siddhesh Poyarekar <siddhesh@redhat.com>
6182
6183 * sysdeps/posix/sysconf.c (__sysconf): Return -1 for
6184 _SC_REGEX_VERSION.
6185
6186 * posix/getconf.c (vars): Add _POSIX_IPV6 and
6187 _POSIX_RAW_SOCKETS.
6188
6189 2014-09-13 Allan McRae <allan@archlinux.org>
6190
6191 * po/ru.po: Update Russian translation from translation project.
6192
6193 2014-09-12 Roland McGrath <roland@hack.frob.com>
6194
6195 * locale/programs/locale.c (show_locale_vars): Inline local function
6196 into its sole call site. Clean up some style nits.
6197 (print_item): New function, broken out of ...
6198 (show_info): ... local function here. Clean up style nits.
6199
6200 * locale/programs/ld-ctype.c (set_one_default): New function, broken
6201 out of ...
6202 (set_class_defaults): ... local function set_default here.
6203 Define set_default as a macro locally to pass constant parameters.
6204 (allocate_arrays, set_class_defaults): Use C99 for scope for each CNT,
6205 rather than a shared local.
6206
6207 * stdlib/rpmatch.c (try): New function, broken out of ...
6208 (rpmatch): ... local function here. Also, prototypify definition.
6209
6210 2014-09-12 Joseph Myers <joseph@codesourcery.com>
6211
6212 * scripts/soversions.awk: Do not handle configuration names.
6213 * Makeconfig ($(common-objpfx)soversions.i): Do not pass cpu,
6214 vendor and os variables to soversions.awk.
6215 * configure.ac: Do not modify gnu-* host_os.
6216 * configure: Regenerated
6217 * shlib-versions: Remove first column with configuration names.
6218 * nptl/shlib-versions: Likewise.
6219 * nptl_db/shlib-versions: Likewise.
6220 * sysdeps/hppa/shlib-versions: Likewise.
6221 * sysdeps/m68k/shlib-versions: Likewise.
6222 * sysdeps/mach/hurd/shlib-versions: Likewise.
6223 * sysdeps/unix/sysv/linux/aarch64/shlib-versions: Likewise.
6224 * sysdeps/unix/sysv/linux/alpha/shlib-versions: Likewise.
6225 * sysdeps/unix/sysv/linux/arm/shlib-versions: Likewise.
6226 * sysdeps/unix/sysv/linux/hppa/shlib-versions: Likewise.
6227 * sysdeps/unix/sysv/linux/ia64/shlib-versions: Likewise.
6228 * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: Likewise.
6229 * sysdeps/unix/sysv/linux/microblaze/shlib-versions: Likewise.
6230 * sysdeps/unix/sysv/linux/mips/shlib-versions: Likewise.
6231 * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
6232 Likewise.
6233 * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
6234 * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
6235 * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
6236 * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
6237 * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
6238 * sysdeps/unix/sysv/linux/tile/shlib-versions: Likewise.
6239 * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
6240 * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
6241
6242 * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
6243 (HAVE_ELFV2_ABI): AC_DEFINE in ELFv2 case.
6244 * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
6245 Regenerated.
6246 * config.h.in (HAVE_ELFV2_ABI): New macro undefine.
6247 * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
6248 Condition symbol version definitions on [HAVE_ELFV2_ABI].
6249
6250 * shlib-versions: Remove OS-specific entries. Moved to files in
6251 sysdeps.
6252 * sysdeps/mach/hurd/shlib-versions: New file.
6253 * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
6254
6255 * nptl/shlib-versions: Remove architecture-specific entries.
6256 Moved to files in sysdeps.
6257 * shlib-versions: Likewise.
6258 * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: New
6259 file.
6260 * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
6261 * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
6262 * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
6263 * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
6264
6265 * sysdeps/gnu/netinet/udp.h (UDP_NO_CHECK6_TX): New macro.
6266 (UDP_NO_CHECK6_RX): Likewise.
6267
6268 2014-09-12 Siddhesh Poyarekar <siddhesh@redhat.com>
6269
6270 * sysdeps/posix/sysconf.c (__sysconf): Spell
6271 _POSIX_DEVICE_SPECIFIC and _POSIX_DEVICE_SPECIFIC_R correctly.
6272
6273 2014-08-12 Florian Weimer <fweimer@redhat.com>
6274
6275 * iconv/gconv_open.c (__gconv_open): Remove transliteration module
6276 loading.
6277 * iconv/Versions (__gconv_transliterate): Export for use from
6278 gconv modules.
6279 * iconv/gconv.h (__GCONV_TRANSLIT): New flag.
6280 (struct __gconv_trans_data, __gconv_trans_fct,
6281 __gconv_trans_context_fct, __gconv_trans_query_fct,
6282 __gconv_trans_init_fct, __gconv_trans_end_fct): Remove type
6283 definitions.
6284 (struct __gconv_step_data): Remove __trans member.
6285 (__gconv_transliterate): Declaration moved from gconv_int.h. No
6286 longer hidden. Remove unused trans_data argument.
6287 * iconv/gconv_int.h (struct trans_struct): Remove definition.
6288 (__gconv_translit_find): Remove declaration.
6289 (__gconv_transliterate): Declaration moved to gconv.h. Add hidden
6290 prototype.
6291 * iconv/gconv_close.c (__gconv_close): Remove __trans cleanup.
6292 * iconv/gconv_trans.c (__gconv_transliterate): Remove unused
6293 trans_data argument. Add hidden definition.
6294 (__gconv_translit_find): Remove.
6295 * iconv/loop.c (STANDARD_TO_LOOP_ERR_HANDLER): Call
6296 __gconv_transliterate directly if __GCONV_TRANSLIT is set.
6297 * iconv/skeleton.c: Remove transliteration initialization.
6298 * libio/fileops.c (_IO_new_file_fopen): Adjust struct
6299 __gconv_step_data initialization.
6300 * libio/iofwide.c (__libio_translit_): Remove.
6301 (_IO_fwide): Adjust struct __gconv_step_data initialization.
6302 * wcsmbs/btowc.c (__btowc): Likewise.
6303 * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
6304 * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
6305 * wcsmbs/mbsnrtowcs.c (__mbsnrtowcs): Likewise.
6306 * wcsmbs/mbsrtowcs_l.c (__mbsrtowcs_l): Likewise.
6307 * wcsmbs/wcrtomb.c (__wcrtomb): Likewise.
6308 * wcsmbs/wcsnrtombs.c (__wcsnrtombs): Likewise.
6309 * wcsmbs/wcsrtombs.c (__wcsrtombs): Likewise.
6310 * wcsmbs/wctob.c (wctob): Likewise.
6311
6312 2014-09-12 Siddhesh Poyarekar <siddhesh@redhat.com>
6313
6314 [BZ #16194]
6315 * sysdeps/x86/tst-xmmymm.sh: Rename file to...
6316 * sysdeps/x86/tst-ld-sse-use.sh: ... this. Check for zmm
6317 register usage.
6318 * sysdeps/x86/Makefile: Adjust.
6319
6320 2014-09-11 Kostya Serebryany <konstantin.s.serebryany@gmail.com>
6321 Roland McGrath <roland@hack.frob.com>
6322
6323 * locale/weight.h: Add include guard.
6324 (findidx): Make static rather than auto; take new parameters
6325 TABLE, INDIRECT, and EXTRA instead of getting them as outer locals.
6326 * locale/weightwc.h: Likewise.
6327 * posix/fnmatch_loop.c
6328 (FCT): Change type of EXTRA from int32_t to wint_t.
6329 Don't include either header inside the function.
6330 Call FINDIDX rather than findidx, and pass new arguments.
6331 #undef FINDIDX at the end of the file.
6332 * posix/fnmatch.c [_LIBC]: #include <locale/weight.h> and define
6333 FINDIDX before including fnmatch_loop.c for the non-wide version.
6334 [_LIBC] [HANDLE_MULTIBYTE]: #define findidx to findidxwc around
6335 #include <locale/weightwc.h>, and define FINDIDX to findidxwc
6336 for the wide version.
6337 * posix/regcomp.c [_LIBC]: #include <locale/weight.h>.
6338 (build_equiv_class) [_LIBC]: Don't #include it inside the function.
6339 Pass new arguments to findidx.
6340 * posix/regexec.c [RE_ENABLE_I18N] [_LIBC]: #include <locale/weight.h>.
6341 [RE_ENABLE_I18N] (check_node_accept_bytes) [_LIBC]:
6342 Don't #include it inside the function. Pass new arguments to findidx.
6343 * posix/regex_internal.h
6344 [!NOT_IN_libc] [_LIBC]: #include <locale/weight.h>.
6345 (re_string_elem_size_at): Don't #include it inside the function.
6346 Pass new arguments to findidx.
6347 * string/strcoll_l.c: #include WEIGHT_H at top level.
6348 (get_next_seq): Don't #include it inside the function.
6349 Pass new arguments to findidx.
6350 (get_next_seq_nocache): Likewise.
6351 * string/strxfrm_l.c: #include WEIGHT_H at top level.
6352 (STRXFRM): Don't #include it inside the function.
6353 Pass new arguments to findidx.
6354
6355 2014-09-11 Florian Weimer <fweimer@redhat.com>
6356
6357 [BZ #17344]
6358 * malloc/malloc.c (unlink): Turn asserts into a call to
6359 malloc_printerr.
6360
6361 2014-09-11 Tim Lammens <tim.lammens@gmail.com>
6362
6363 [BZ #17370]
6364 * libio/wfileops (do_ftell_wide): Free OUT.
6365
6366 2014-09-10 Chris Metcalf <cmetcalf@tilera.com>
6367
6368 * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Remove file.
6369
6370 2014-09-10 Siddhesh Poyarekar <siddhesh@redhat.com>
6371
6372 [BZ #17363]
6373 * inet/getnetgrent_r.c (__internal_getnetgrent_r): Try next
6374 group if the current group is empty.
6375
6376 2014-09-10 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
6377
6378 * benchtests/bench-memset.c (test_main): Add more test from size
6379 from 32 to 512 bytes.
6380 * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
6381 Add POWER8 memset object.
6382 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
6383 (__libc_ifunc_impl_list): Add POWER8 memset and bzero implementations.
6384 * sysdeps/powerpc/powerpc64/multiarch/bzero.c (__bzero): Add POWER8
6385 implementation.
6386 * sysdeps/powerpc/powerpc64/multiarch/memset.c (__libc_memset):
6387 Likewise.
6388 * sysdeps/powerpc/powerpc64/multiarch/memset-power8.S: New file:
6389 multiarch POWER8 memset optimization.
6390 * sysdeps/powerpc/powerpc64/power8/memset.S: New file: optimized
6391 POWER8 memset optimization.
6392
6393 * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
6394 Remove bzero multiarch objects.
6395 * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: Remove file.
6396 * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: Likewise.
6397 * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: Likewise.
6398 * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S [NO_BZERO_IMPL]:
6399 Remove define.
6400 [__bzero]: Redefine to specific name.
6401 * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: Likewise.
6402 * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: Likewise.
6403 * sysdeps/powerpc/powerpc64/power4/memset.S [NO_BZERO_IMPL]: Remove
6404 define.
6405 * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
6406 * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
6407
6408 2014-09-10 Florian Weimer <fweimer@redhat.com>
6409
6410 * Makeconfig (gccwarn-c): Turn implicit-function-declaration
6411 warnings into errors.
6412
6413 * stdlib/tst-tls-atexit-lib.c: Include <stdlib.h>, for the
6414 __cxa_thread_atexit_impl prototype.
6415
6416 2014-09-09 Steve Ellcey <sellcey@mips.com>
6417
6418 * sysdeps/mips/preconfigure: Put code inside mips* case statement.
6419 Fix capitalization of error message.
6420
6421 2014-09-09 Steve Ellcey <sellcey@mips.com>
6422
6423 * sysdeps/mips/preconfigure: Modify ABI tests.
6424
6425 2014-09-07 Carlos O'Donell <carlos@systemhalted.org>
6426
6427 * sysdeps/unix/sysv/linux/hppa/c++-types.data: New file.
6428
6429 2014-09-07 Roland McGrath <roland@hack.frob.com>
6430 Carlos O'Donell <carlos@systemhalted.org>
6431
6432 * sysdeps/unix/sysv/linux/hppa/nptl/libc-lowlevellock.c: File removed.
6433 * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Moved ...
6434 * sysdeps/unix/sysv/linux/hppa/lowlevellock.h: ... here.
6435 * sysdeps/unix/sysv/linux/hppa/nptl/pt-vfork.S: Moved ...
6436 * sysdeps/unix/sysv/linux/hppa/pt-vfork.S: ... here.
6437 * sysdeps/unix/sysv/linux/hppa/nptl/pthread.h: Moved ...
6438 * sysdeps/unix/sysv/linux/hppa/pthread.h: ... here.
6439 * sysdeps/unix/sysv/linux/hppa/nptl/pthreadP.h: Moved ...
6440 * sysdeps/unix/sysv/linux/hppa/pthreadP.h: ... here.
6441 * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_broadcast.c: Moved ...
6442 * sysdeps/unix/sysv/linux/hppa/pthread_cond_broadcast.c: ... here.
6443 * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_destroy.c: Moved ...
6444 * sysdeps/unix/sysv/linux/hppa/pthread_cond_destroy.c: ... here.
6445 * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_init.c: Moved ...
6446 * sysdeps/unix/sysv/linux/hppa/pthread_cond_init.c: ... here.
6447 * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_signal.c: Moved ...
6448 * sysdeps/unix/sysv/linux/hppa/pthread_cond_signal.c: ... here.
6449 * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_timedwait.c: Moved ...
6450 * sysdeps/unix/sysv/linux/hppa/pthread_cond_timedwait.c: ... here.
6451 * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_wait.c: Moved ...
6452 * sysdeps/unix/sysv/linux/hppa/pthread_cond_wait.c: ... here.
6453 * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Moved ...
6454 * sysdeps/unix/sysv/linux/hppa/sysdep-cancel.h: ... here.
6455 * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h: Moved ...
6456 * sysdeps/hppa/nptl/bits/pthreadtypes.h: ... here.
6457 * sysdeps/unix/sysv/linux/hppa/nptl/bits/semaphore.h: Moved ...
6458 * sysdeps/hppa/nptl/bits/semaphore.h: ... here.
6459 * sysdeps/unix/sysv/linux/hppa/clone.S: Include <tcb-offsets.h>.
6460 Deconditionalize the code that was previously under [RESET_PID].
6461 * sysdeps/unix/sysv/linux/hppa/nptl/clone.S: File removed.
6462 * sysdeps/unix/sysv/linux/hppa/arch-fork.h: New file.
6463 * sysdeps/unix/sysv/linux/hppa/nptl/fork.c: File removed.
6464 * sysdeps/hppa/nptl/tcb-offsets.sym: Include pthread.h and don't
6465 include sysdep.h.
6466
6467 2014-09-08 Allan McRae <allan@archlinux.org>
6468
6469 * version.h (RELEASE): Set to "development".
6470 (VERSION): Set to "2.20.90"
6471
6472 2014-09-07 Allan McRae <allan@archlinux.org
6473
6474 * version.h (RELEASE): Set to "stable".
6475 (VERSION): Set to "2.20"
6476 * include/features.h (__GLIBC_MINOR__): Set to 20.
6477
6478 * manual/contrib.texi: Add entries for Wilco Dijkstra and Stefan
6479 Liebler.
6480
6481 * po/ko.po: Update Korean translation from translation project.
6482
6483 2014-09-06 Chris Metcalf <cmetcalf@tilera.com>
6484
6485 [BZ #17354]
6486 * sysdeps/tile/dl-machine.h (elf_machine_rela): Add a MUNGE_SIGNED
6487 macro for handling signed relocations.
6488
6489 2014-09-03 Florian Weimer <fweimer@redhat.com>
6490
6491 [BZ #17325]
6492 * iconvdata/ibm1364.c (BODY): Fix check for sentinel.
6493 * iconvdata/ibm932.c (BODY): Replace invalid sentinel check with
6494 assert.
6495 * iconvdata/ibm933.c (BODY): Fix check for sentinel.
6496 * iconvdata/ibm935.c (BODY): Likewise.
6497 * iconvdata/ibm937.c (BODY): Likewise.
6498 * iconvdata/ibm939.c (BODY): Likewise.
6499 * iconvdata/ibm943.c (BODY): Replace invalid sentinel check with
6500 assert.
6501 * iconvdata/Makefile (iconv-test.out): Pass module list to test
6502 script.
6503 * iconvdata/run-iconv-test.sh: New test loop for checking for
6504 decoder crashers.
6505
6506 2014-09-02 Khem Raj <raj.khem@gmail.com>
6507
6508 * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c (fegetenv): Add
6509 libm_hidden_ver.
6510
6511 2014-09-01 Allan McRae <allan@archlinux.org>
6512
6513 * po/eo.po: Update Esperanto translation from translation project.
6514
6515 * po/ca.po: Update Catalan translation from translation project.
6516
6517 2014-08-28 Samuel Thibault <samuel.thibault@ens-lyon.org>
6518
6519 * sysdeps/mach/hurd/fork.c (__fork): Lock SS->lock around
6520 __proc_dostop call.
6521
6522 2014-08-27 Mark Wielaard <mjw@redhat.com>
6523
6524 [BZ #17319]
6525 * sysdeps/i386/nptl/tls.h (TLS_INIT_TP): Use INTERNAL_SYSCALL
6526 to call set_thread_area instead of hand written asm.
6527 (__NR_set_thread_area): Removed define.
6528 (TLS_FLAG_WRITABLE): Likewise.
6529 (__ASSUME_SET_THREAD_AREA): Remove check.
6530 (TLS_EBX_ARG): Remove define.
6531 (TLS_LOAD_EBX): Likewise.
6532
6533 2014-08-27 Samuel Thibault <samuel.thibault@ens-lyon.org>
6534
6535 Simplify atomicity of socket creation in bind.
6536
6537 * sysdeps/mach/hurd/bind.c (__bind): Use dir_lookup(node, "") instead of
6538 looking up the name after linking the file.
6539
6540 2014-08-27 Allan McRae <allan@archlinux.org>
6541
6542 * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
6543
6544 2014-08-26 Florian Weimer <fweimer@redhat.com>
6545
6546 [BZ #17187]
6547 * iconv/gconv_trans.c (struct known_trans, search_tree, lock,
6548 trans_compare, open_translit, __gconv_translit_find):
6549 Remove module loading code.
6550
6551 2014-08-26 Allan McRae <allan@archlinux.org>
6552
6553 * po/vi.po: Update Vietnamese translation from translation project.
6554
6555 * po/uk.po: Update Ukrainian translation from translation project.
6556
6557 * po/fr.po: Update French translation from translation project.
6558
6559 * po/ru.po: Update Russian translation from translation project.
6560
6561 * po/pl.po: Update Polish translation from translation project.
6562
6563 * po/cs.po: Update Czech translation from translation project.
6564
6565 * po/de.po: Update German translation from translation project.
6566
6567 * po/bg.po: Update Bulgarian translation from translation project.
6568
6569 * po/sv.po: Update Sweedish translation from translation project.
6570
6571 * po/nl.po: Update Dutch translation from translation project.
6572
6573 * po/es.po: Update Spanish translation from translation project.
6574
6575 2014-08-21 Siddhesh Poyarekar <siddhesh@redhat.com>
6576
6577 * nptl/Makefile (CFLAGS-pthread_atfork.c): Remove.
6578
6579 * catgets/Makefile (CPPFLAGS-gencat): Remove.
6580 * iconv/Makefile (CPPFLAGS-iconv_prog): Likewise.
6581 (CPPFLAGS-iconvconfig): Likewise.
6582 * timezone/Makefile (CPPFLAGS-zic): Likewise.
6583
6584 * include/libc-symbols.h: Remove unnecessary check for
6585 NOT_IN_libc.
6586 * nptl/pthreadP.h: Likewise.
6587 * sysdeps/aarch64/setjmp.S: Likewise.
6588 * sysdeps/alpha/setjmp.S: Likewise.
6589 * sysdeps/arm/sysdep.h: Likewise.
6590 * sysdeps/i386/setjmp.S: Likewise.
6591 * sysdeps/m68k/setjmp.c: Likewise.
6592 * sysdeps/posix/getcwd.c: Likewise.
6593 * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
6594 * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
6595 * sysdeps/s390/s390-32/setjmp.S: Likewise.
6596 * sysdeps/s390/s390-64/setjmp.S: Likewise.
6597 * sysdeps/sh/sh3/setjmp.S: Likewise.
6598 * sysdeps/sh/sh4/setjmp.S: Likewise.
6599 * sysdeps/unix/alpha/sysdep.h: Likewise.
6600 * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
6601 * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
6602 * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
6603 * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
6604 * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
6605 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
6606 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
6607 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
6608 * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
6609 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
6610 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
6611 * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
6612 * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
6613 * sysdeps/x86_64/setjmp.S: Likewise.
6614
6615 2014-08-13 Joseph Myers <joseph@codesourcery.com>
6616
6617 [BZ #17263]
6618 * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Include
6619 <stdint.h>.
6620 (__get_clockfreq): Use uint64_t instead of hp_timing_t in
6621 INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK call.
6622
6623 2014-08-13 Siddhesh Poyarekar <siddhesh@redhat.com>
6624
6625 * sysdeps/x86/fpu/bits/mathinline.h: Fix typo in comment.
6626
6627 [BZ #17262]
6628 * sysdeps/x86/fpu/bits/mathinline.h: Check both __SSE2_MATH__
6629 and __x86_64__ when disabling x87 inline functions.
6630
6631 2014-08-12 H.J. Lu <hongjiu.lu@intel.com>
6632
6633 [BZ #17259]
6634 * sysdeps/x86_64/cacheinfo.c (intel_check_word): Replace cpuid
6635 asm statement with __cpuid_count.
6636
6637 2014-08-12 Mike Frysinger <vapier@gentoo.org>
6638
6639 * configure.ac: Change __ehdr_start code to dereference the struct.
6640 Run readelf on the output to look for relocations.
6641 * configure: Regenerated.
6642
6643 2014-08-12 Joseph Myers <joseph@codesourcery.com>
6644
6645 [BZ #17261]
6646 * sysdeps/powerpc/nofpu/fenv_const.c (__fe_enabled_env): Change
6647 value to 0.
6648 (__fe_nonieee_env): Define as an alias for __fe_dfl_env.
6649
6650 2014-08-12 Roland McGrath <roland@hack.frob.com>
6651
6652 * NEWS: Mention x86-64 ld.so use of Intel MPX instructions.
6653
6654 2014-08-12 Bernard Ogden <bernie.ogden@linaro.org>
6655
6656 [BZ #16892]
6657 * sysdeps/nptl/lowlevellock.h (__lll_timedlock): Use
6658 atomic_compare_and_exchange_bool_acq rather than atomic_exchange_acq.
6659
6660 2014-08-12 Sean Anderson <seanga2@gmail.com>
6661
6662 * malloc/malloc.c: Fix typo in comment.
6663
6664 2014-08-09 Allan McRae <allan@archlinux.org>
6665
6666 * Regenerate libc.po.
6667
6668 2014-08-08 Mike Frysinger <vapier@gentoo.org>
6669
6670 * intl/tst-gettext2.sh: Check every lang file for creation.
6671
6672 2014-08-07 Wilco Dijkstra <wdijkstr@arm.com>
6673
6674 * sysdeps/aarch64/fpu/math_private.h
6675 (libc_feholdsetround_noex_aarch64_ctx): New function.
6676
6677 2014-08-07 Wilco Dijkstra <wdijkstr@arm.com>
6678
6679 * sysdeps/arm/armv6/strcpy.S (strcpy):
6680 Fix performance issue in misaligned cases.
6681
6682 2014-08-05 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
6683
6684 * sysdeps/unix/sysv/linux/powerpc/bits/ioctl-types.h (struct winsize):
6685 Move definition from termios.h.
6686 (struct termio): Likewise.
6687 (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
6688 TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
6689 N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
6690 N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
6691 Likewise.
6692 * sysdeps/unix/sysv/linux/powerpc/bits/termios.h (struct winsize):
6693 Move definition to ioctl-types.h
6694 (struct termio): Likewise.
6695 (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
6696 TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
6697 N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
6698 N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
6699 Likewise.
6700
6701 2014-08-05 Richard Henderson <rth@redhat.com>
6702
6703 * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Always raise
6704 exceptions.
6705 * sysdeps/alpha/soft-fp/Makefile [soft-fp] (sysdep_routines):
6706 Add fraiseexcpt.
6707 * sysdeps/alpha/soft-fp/sfp-machine.h (FP_HANDLE_EXCEPTIONS):
6708 Use __feraiseexcept.
6709 * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S (feraiseexcept):
6710 Protect libm symbols with IS_IN_libm.
6711
6712 * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Remove file.
6713
6714 2014-08-04 Bernard Ogden <bernie.ogden@linaro.org>
6715
6716 * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Remove file.
6717
6718 2014-08-04 Will Newton <will.newton@linaro.org>
6719
6720 * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Remove
6721 file.
6722
6723 2014-08-04 Mike Frysinger <vapier@gentoo.org>
6724
6725 * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h (PSEUDO): Add nocancel
6726 variants for each function.
6727
6728 2014-08-04 Roland McGrath <roland@hack.frob.com>
6729
6730 * sysdeps/unix/sysv/linux/ia64/nptl/Makefile: File removed, contents
6731 appended ...
6732 * sysdeps/unix/sysv/linux/ia64/Makefile: ... here.
6733 * sysdeps/unix/sysv/linux/ia64/nptl/Versions: File removed, contents
6734 appended ...
6735 * sysdeps/unix/sysv/linux/ia64/Versions: ... here.
6736 * sysdeps/unix/sysv/linux/ia64/nptl/__ia64_longjmp.S: Moved ...
6737 * sysdeps/unix/sysv/linux/ia64/__ia64_longjmp.S: ... here.
6738 * sysdeps/unix/sysv/linux/ia64/nptl/__sigstack_longjmp.c: Moved ...
6739 * sysdeps/unix/sysv/linux/ia64/__sigstack_longjmp.c: ... here.
6740 * sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data: Moved ...
6741 * sysdeps/unix/sysv/linux/ia64/c++-types.data: ... here.
6742 * sysdeps/unix/sysv/linux/ia64/nptl/dl-sysdep.h: Moved ...
6743 * sysdeps/unix/sysv/linux/ia64/dl-sysdep.h: ... here.
6744 * sysdeps/unix/sysv/linux/ia64/nptl/ld.abilist: Moved ...
6745 * sysdeps/unix/sysv/linux/ia64/ld.abilist: ... here.
6746 * sysdeps/unix/sysv/linux/ia64/nptl/libBrokenLocale.abilist: Moved ...
6747 * sysdeps/unix/sysv/linux/ia64/libBrokenLocale.abilist: ... here.
6748 * sysdeps/unix/sysv/linux/ia64/nptl/libanl.abilist: Moved ...
6749 * sysdeps/unix/sysv/linux/ia64/libanl.abilist: ... here.
6750 * sysdeps/unix/sysv/linux/ia64/nptl/libc.abilist: Moved ...
6751 * sysdeps/unix/sysv/linux/ia64/libc.abilist: ... here.
6752 * sysdeps/unix/sysv/linux/ia64/nptl/libcrypt.abilist: Moved ...
6753 * sysdeps/unix/sysv/linux/ia64/libcrypt.abilist: ... here.
6754 * sysdeps/unix/sysv/linux/ia64/nptl/libdl.abilist: Moved ...
6755 * sysdeps/unix/sysv/linux/ia64/libdl.abilist: ... here.
6756 * sysdeps/unix/sysv/linux/ia64/nptl/libm.abilist: Moved ...
6757 * sysdeps/unix/sysv/linux/ia64/libm.abilist: ... here.
6758 * sysdeps/unix/sysv/linux/ia64/nptl/libnsl.abilist: Moved ...
6759 * sysdeps/unix/sysv/linux/ia64/libnsl.abilist: ... here.
6760 * sysdeps/unix/sysv/linux/ia64/nptl/libpthread.abilist: Moved ...
6761 * sysdeps/unix/sysv/linux/ia64/libpthread.abilist: ... here.
6762 * sysdeps/unix/sysv/linux/ia64/nptl/libresolv.abilist: Moved ...
6763 * sysdeps/unix/sysv/linux/ia64/libresolv.abilist: ... here.
6764 * sysdeps/unix/sysv/linux/ia64/nptl/librt.abilist: Moved ...
6765 * sysdeps/unix/sysv/linux/ia64/librt.abilist: ... here.
6766 * sysdeps/unix/sysv/linux/ia64/nptl/libthread_db.abilist: Moved ...
6767 * sysdeps/unix/sysv/linux/ia64/libthread_db.abilist: ... here.
6768 * sysdeps/unix/sysv/linux/ia64/nptl/libutil.abilist: Moved ...
6769 * sysdeps/unix/sysv/linux/ia64/libutil.abilist: ... here.
6770 * sysdeps/unix/sysv/linux/ia64/nptl/localplt.data: Moved ...
6771 * sysdeps/unix/sysv/linux/ia64/localplt.data: ... here.
6772 * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Moved ...
6773 * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: ... here.
6774 * sysdeps/unix/sysv/linux/ia64/nptl/sysdep-cancel.h: Moved ...
6775 * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: ... here.
6776 * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Moved ...
6777 * sysdeps/unix/sysv/linux/ia64/timer_create.c: ... here.
6778 * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Moved ...
6779 * sysdeps/unix/sysv/linux/ia64/timer_delete.c: ... here.
6780 * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Moved ...
6781 * sysdeps/unix/sysv/linux/ia64/timer_getoverr.c: ... here.
6782 * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c: Moved ...
6783 * sysdeps/unix/sysv/linux/ia64/timer_gettime.c: ... here.
6784 * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c: Moved ...
6785 * sysdeps/unix/sysv/linux/ia64/timer_settime.c: ... here.
6786 * sysdeps/unix/sysv/linux/ia64/nptl/unwind-forcedunwind.c: Moved ...
6787 * sysdeps/unix/sysv/linux/ia64/unwind-forcedunwind.c: ... here.
6788 Update #include.
6789 * sysdeps/unix/sysv/linux/ia64/nptl/unwind_longjmp.c: Moved ...
6790 * sysdeps/unix/sysv/linux/ia64/unwind_longjmp.c: ... here.
6791
6792 2014-08-04 Roland McGrath <roland@hack.frob.com>
6793
6794 * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h: Moved ...
6795 * sysdeps/ia64/nptl/bits/pthreadtypes.h: ... here.
6796 * sysdeps/unix/sysv/linux/ia64/nptl/bits/semaphore.h: Moved ...
6797 * sysdeps/ia64/nptl/bits/semaphore.h: ... here.
6798 * sysdeps/unix/sysv/linux/ia64/nptl/bits/local_lim.h: Moved ...
6799 * sysdeps/unix/sysv/linux/ia64/bits/local_lim.h: ... here.
6800
6801 2014-08-04 Roland McGrath <roland@hack.frob.com>
6802
6803 * nptl/sysdeps/pthread/createthread.c: Include <arch-fork.h>.
6804 * sysdeps/unix/sysv/linux/ia64/arch-fork.h (ARCH_CLONE): New macro.
6805 * sysdeps/ia64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
6806 * sysdeps/unix/sysv/linux/ia64/nptl/createthread.c: File removed.
6807
6808 2014-08-04 Roland McGrath <roland@hack.frob.com>
6809
6810 * sysdeps/unix/sysv/linux/ia64/nptl/vfork.S: Moved ...
6811 * sysdeps/unix/sysv/linux/ia64/vfork.S: ... here.
6812 (__libc_vfork): Define function under this name.
6813 (__vfork): Define as an alias.
6814 * sysdeps/unix/sysv/linux/ia64/pt-vfork.S: New file.
6815 * sysdeps/unix/sysv/linux/ia64/nptl/pt-vfork.S: File removed.
6816
6817 2014-08-04 Roland McGrath <roland@hack.frob.com>
6818
6819 * sysdeps/unix/sysv/linux/ia64/clone2.S: Deconditionalize the code
6820 that was previously under [RESET_PID].
6821 * sysdeps/unix/sysv/linux/ia64/nptl/clone2.S: File removed.
6822
6823 2014-08-04 Andreas Schwab <schwab@suse.de>
6824
6825 * sysdeps/ieee754/ldbl-96/s_fma.c: Include <math_private.h>.
6826
6827 2014-08-03 Mike Frysinger <vapier@gentoo.org>
6828
6829 * stdlib/tst-setcontext.c (test_stack): Fix coding style.
6830 (main): Likewise.
6831
6832 2014-08-01 Roland McGrath <roland@hack.frob.com>
6833
6834 * sysdeps/unix/sysv/linux/arm/lowlevellock.h: File removed.
6835
6836 2014-08-01 Richard Henderon <rth@redhat.com>
6837
6838 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use math_force_eval before
6839 feclearexcept; use math_opt_barrier instead of open-coded asm; fix
6840 typo in exact zero test.
6841 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
6842 * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
6843 * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
6844
6845 2014-08-01 Roland McGrath <roland@hack.frob.com>
6846
6847 * sysdeps/unix/sysv/linux/arm/sysdep.h (PTR_MANGLE_LOAD, PTR_MANGLE)
6848 (PTR_MANGLE2, PTR_DEMANGLE, PTR_DEMANGLE2): Move these macros...
6849 * sysdeps/arm/sysdep.h: ... here.
6850 [!__ASSEMBLER__]: Include <stdint.h>.
6851
6852 2014-08-01 Siddhesh Poyarekar <siddhesh@redhat.com>
6853
6854 * include/libc-symbols.h (HAVE_LIBINTL_H): Define macro.
6855 (HAVE_WCTYPE_H): Likewise.
6856 (HAVE_ISWCTYPE): Likewise.
6857 (ENABLE_NLS): Likewise.
6858 * posix/regex_internal.h [(defined MB_CUR_MAX && HAVE_WCTYPE_H
6859 && HAVE_ISWCTYPE) || _LIBC]: Sync up with gnulib.
6860
6861 * posix/regex_internal.c: Check if DEBUG is defined and is
6862 set.
6863
6864 * include/libc-symbols.h (HAVE_MBSTATE_T): Define macro.
6865 (HAVE_MBSRTOWCS): Likewise.
6866 * posix/fnmatch.c: Include string.h unconditionally.
6867
6868 2014-08-01 Stefan Liebler <stli@linux.vnet.ibm.com>
6869
6870 * NEWS: Explain the s390 jmp_buf / ucontext_t ABI change
6871 reversal.
6872
6873 2014-07-31 Roland McGrath <roland@hack.frob.com>
6874
6875 * sysdeps/generic/safe-fatal.h: New file.
6876 * sysdeps/unix/sysv/linux/safe-fatal.h: New file.
6877 * nptl/forward.c: Include it.
6878 (__pthread_unwind): Use __safe_fatal as default action, rather
6879 than a bogus use of INTERNAL_SYSCALL that could never work.
6880
6881 * config.h.in (HAVE_BUILTIN_TRAP): New #define to 0.
6882 * configure.ac (libc_cv_builtin_trap): New test.
6883 * configure: Regenerated.
6884 * sysdeps/generic/abort-instr.h [HAVE_BUILTIN_TRAP]
6885 (ABORT_INSTRUCTION): Define using __builtin_trap.
6886
6887 * nptl/pthreadP.h (SIGCANCEL, SIGTIMER, SIGSETXID, __xidcmd): Moved ...
6888 * sysdeps/unix/sysv/linux/nptl-signals.h: ... to this new file.
6889 * sysdeps/nptl/nptl-signals.h: New file.
6890 * nptl/pthreadP.h: Include <nptl-signals.h>.
6891
6892 2014-07-31 Stefan Liebler <stli@linux.vnet.ibm.com>
6893
6894 * sysdeps/s390/s390-64/utf16-utf32-z9.c
6895 (ONE_DIRECTION): Define.
6896 * sysdeps/s390/s390-64/utf8-utf16-z9.c
6897 (ONE_DIRECTION): Define.
6898 * sysdeps/s390/s390-64/utf8-utf32-z9.c
6899 (ONE_DIRECTION): Define.
6900
6901 2014-07-31 Stefan Liebler <stli@linux.vnet.ibm.com>
6902
6903 * sysdeps/s390/Makefile: Delete file.
6904 * sysdeps/s390/Versions (GLIBC_2.19): Remove __setjmp.
6905 * sysdeps/s390/__longjmp.c: Delete file.
6906 * sysdeps/s390/bits/setjmp.h (__s390_jmp_buf):
6907 Remove fields __flags and __reserved.
6908 * sysdeps/s390/longjmp.c: Include setjmp/longjmp.c
6909 and add versioning.
6910 * sysdeps/s390/rtld-__longjmp.c: Delete file.
6911 * sysdeps/s390/rtld-global-offsets.sym: Likewise.
6912 * sysdeps/s390/rtld-setjmp.S: Likewise.
6913 * sysdeps/s390/s390-32/__longjmp-common.c: Move to ...
6914 * sysdeps/s390/s390-32/__longjmp.c: ... here.
6915 * sysdeps/s390/s390-32/setjmp-common.S: Move to ...
6916 * sysdeps/s390/s390-32/setjmp.S: ... here.
6917 Add versioning.
6918 (__sigsetjmp): Remove setting __flags field.
6919 * sysdeps/s390/s390-64/__longjmp-common.c:Move to ...
6920 * sysdeps/s390/s390-64/__longjmp.c: ... here.
6921 * sysdeps/s390/s390-64/setjmp-common.S: Move to ...
6922 * sysdeps/s390/s390-64/setjmp.S: ... here.
6923 Add versioning.
6924 (__sigsetjmp): Remove setting __flags field.
6925 * sysdeps/s390/setjmp.S: Delete file.
6926 * sysdeps/s390/sigjmp.c: Likewise.
6927 * sysdeps/s390/v1-longjmp.c: Likewise.
6928 * sysdeps/s390/v1-setjmp.h: Likewise.
6929 * sysdeps/s390/v1-sigjmp.c: Likewise.
6930 * sysdeps/unix/sysv/linux/s390/Makefile (sysdep_routines):
6931 Remove v1-longjmp_chk.
6932 * sysdeps/unix/sysv/linux/s390/getcontext.S: Delete file.
6933 * sysdeps/unix/sysv/linux/s390/longjmp_chk.c:
6934 Include debug/longjmp_chk.c and add versioning.
6935 * sysdeps/unix/sysv/linux/s390/pt-longjmp.c:
6936 Include nptl/pt-longjmp.c and add versioning.
6937 * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: Delete file.
6938 * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c:
6939 Include __longjmp.c.
6940 * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
6941 Move to ...
6942 * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: ... here.
6943 (__getcontext): Remove setting __flags field.
6944 Add versioning.
6945 * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
6946 Don't restore upper high grps.
6947 * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S:
6948 Likewise.
6949 (__swapcontext): Remove setting uc_flags field.
6950 * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym:
6951 Delete file.
6952 * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
6953 Include __longjmp.c.
6954 * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
6955 Move to ...
6956 * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: ... here.
6957 (__getcontext): Remove setting __flags field.
6958 Add versioning.
6959 * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S:
6960 (__swapcontext): Remove setting uc_flags field.
6961 * unix/sysv/linux/s390/s390-64/ucontext_i.sym: Delete file.
6962 * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (ucontext):
6963 Remove fields uc_high_gprs and __reserved.
6964 * sysdeps/unix/sysv/linux/s390/ucontext_i.sym:
6965 New file with reverted content.
6966 * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: Delete file.
6967 * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist:
6968 Regenerated.
6969 * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist:
6970 Regenerated.
6971
6972 2014-07-31 Andreas Schwab <schwab@suse.de>
6973
6974 * config.h.in (HAVE_IFUNC): Define to 0.
6975 * rt/clock-compat.c [HAVE_IFUNC]: Check for value, not
6976 definedness.
6977
6978 2014-07-30 Ling Ma <ling.ml@alibaba-inc.com>
6979
6980 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
6981 memmove-avx-unaligned, memcpy-avx-unaligned and
6982 mempcpy-avx-unaligned.
6983 * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
6984 Add tests for AVX memcpy functions.
6985 * sysdeps/x86_64/multiarch/memcpy.S: Add support for AVX memcpy.
6986 * sysdeps/x86_64/multiarch/memcpy_chk.S: Add support for AVX
6987 memcpy_chk.
6988 * sysdeps/x86_64/multiarch/memmove.c: Add support for AVX memmove.
6989 * sysdeps/x86_64/multiarch/memmove_chk.c: Add support for AVX
6990 memmove_chk.
6991 * sysdeps/x86_64/multiarch/mempcpy.S: Add support for AVX mempcpy.
6992 * sysdeps/x86_64/multiarch/mempcpy_chk.S: Add support for AVX
6993 mempcpy_chk.
6994 * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: New file.
6995 * sysdeps/x86_64/multiarch/mempcpy-avx-unaligned.S: New file.
6996 * sysdeps/x86_64/multiarch/memmove-avx-unaligned.S: New file.
6997
6998 2013-07-29 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
6999
7000 [BZ #17213]
7001 * sysdeps/powerpc/powerpc64/entry.h: Fix TEXT_START definition for
7002 powerpc64le.
7003
7004 2014-07-29 Jeff Layton <jlayton@poochiereds.net>
7005
7006 [BZ #16839]
7007 * manual/llio.texi: Add section about open file description locks.
7008 * manual/examples/ofdlocks.c: Example of open file description
7009 lock usage.
7010 * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Define F_OFD_GETLK,
7011 F_OFD_SETLK, and F_OFD_SETLKW.
7012
7013 2014-07-23 Allan McRae <allan@archlinux.org>
7014
7015 * po/es.po: Update Spanish translation from translation project.
7016
7017 2014-07-18 Andreas Schwab <schwab@linux-m68k.org>
7018
7019 * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Removed.
7020
7021 2014-07-17 Maciej W. Rozycki <macro@codesourcery.com>
7022
7023 [BZ #17078]
7024 * sysdeps/arm/dl-machine.h (elf_machine_rela)
7025 [RESOLVE_CONFLICT_FIND_MAP]: Handle R_ARM_TLS_DESC relocation.
7026 (elf_machine_lazy_rel): Handle prelinked R_ARM_TLS_DESC entries.
7027
7028 2014-07-17 Joseph Myers <joseph@codesourcery.com>
7029
7030 [BZ #17088]
7031 * math/fesetenv.c (__fesetenv)
7032 [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Return 1 for FE_NOMASK_ENV.
7033 * math/feupdateenv.c (__feupdateenv)
7034 [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Likewise.
7035
7036 * sysdeps/unix/sysv/linux/s390/kernel-features.h: New file.
7037 * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
7038 (__ASSUME_SOCKETCALL): Do not define.
7039
7040 * sysdeps/unix/sysv/linux/sh/kernel-features.h: New file.
7041 * sysdeps/unix/sysv/linux/kernel-features.h [__sh__]
7042 (__ASSUME_SOCKETCALL): Do not define.
7043 (__ASSUME_ST_INO_64_BIT): Define unconditionally.
7044 [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
7045 (__ASSUME_ACCEPT4_SYSCALL): Do not define.
7046 [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
7047 (__ASSUME_RECVMMSG_SYSCALL): Likewise.
7048 [__LINUX_KERNEL_VERSION >= 0x030000 && __sh__]
7049 (__ASSUME_SENDMMSG_SYSCALL): Likewise.
7050 [__sh__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
7051
7052 * sysdeps/unix/sysv/linux/powerpc/kernel-features.h: New file.
7053 * sysdeps/unix/sysv/linux/kernel-features.h [__powerpc__]
7054 (__ASSUME_SOCKETCALL): Do not define.
7055 (__ASSUME_IPC64): Define unconditionally.
7056 [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
7057 (__ASSUME_ACCEPT4_SYSCALL): Do not define.
7058 [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
7059 (__ASSUME_RECVMMSG_SYSCALL): Likewise.
7060 [__LINUX_KERNEL_VERSION >= 0x030000 && __powerpc__]
7061 (__ASSUME_SENDMMSG_SYSCALL): Likewise.
7062 [__powerpc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL):
7063 Likewise.
7064
7065 * sysdeps/unix/sysv/linux/sparc/kernel-features.h: New file.
7066 * sysdeps/unix/sysv/linux/kernel-features.h [__sparc__]
7067 (__ASSUME_SOCKETCALL): Do not define.
7068 (__ASSUME_SET_ROBUST_LIST): Define unconditionally.
7069 (__ASSUME_FUTEX_LOCK_PI): Likewise.
7070 [__sparc__] (__ASSUME_ACCEPT4_SYSCALL): Do not define.
7071 [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
7072 (__ASSUME_REQUEUE_PI): Define unconditionally.
7073 [__LINUX_KERNEL_VERSION >= 0x020621 && __sparc__]
7074 (__ASSUME_RECVMMSG_SYSCALL): Do not define.
7075 [__sparc__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
7076 [__LINUX_KERNEL_VERSION >= 0x030000 && __sparc__]
7077 (__ASSUME_SENDMMSG_SYSCALL): Likewise.
7078 [__sparc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
7079
7080 * sysdeps/unix/sysv/linux/i386/kernel-features.h: New file.
7081 * sysdeps/unix/sysv/linux/kernel-features.h [__i386__]
7082 (__ASSUME_SOCKETCALL): Do not define.
7083 [__LINUX_KERNEL_VERSION >= 0x020621 && __i386__]
7084 (__ASSUME_RECVMMSG_SYSCALL): Likewise.
7085 [__i386__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
7086 [__LINUX_KERNEL_VERSION >= 0x030000 && __i386__]
7087 (__ASSUME_SENDMMSG_SYSCALL): Likewise.
7088 [__i386__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
7089
7090 * sysdeps/unix/sysv/linux/x86_64/kernel-features.h: New file.
7091 * sysdeps/unix/sysv/linux/kernel-features.h [__x86_64__]
7092 (__ASSUME_ACCEPT4_SYSCALL): Do not define.
7093 [__LINUX_KERNEL_VERSION >= 0x020621 && __x86_64__]
7094 (__ASSUME_RECVMMSG_SYSCALL): Likewise.
7095 [__LINUX_KERNEL_VERSION >= 0x030000 && __x86_64__]
7096 (__ASSUME_SENDMMSG_SYSCALL): Likewise.
7097 [__x86_64__ && __LINUX_KERNEL_VERSION >= 0x030100]
7098 (__ASSUME_GETCPU_SYSCALL): Likewise.
7099
7100 * aclocal.m4 (LIBC_SLIBDIR_RTLDDIR): New macro.
7101 * sysdeps/gnu/configure.ac: Use LIBC_SLIBDIR_RTLDDIR. Remove
7102 cases for individual architectures.
7103 * sysdeps/gnu/configure: Regenerated.
7104 * sysdeps/unix/sysv/linux/aarch64/configure.ac: Use
7105 LIBC_SLIBDIR_RTLDDIR.
7106 * sysdeps/unix/sysv/linux/aarch64/configure: Regenerated.
7107 * sysdeps/unix/sysv/linux/mips/configure.ac: Use
7108 LIBC_SLIBDIR_RTLDDIR.
7109 * sysdeps/unix/sysv/linux/mips/configure: Regenerated.
7110 * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: Use
7111 LIBC_SLIBDIR_RTLDDIR.
7112 * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
7113 Regenerated.
7114 * sysdeps/unix/sysv/linux/s390/s390-64/configure.ac: New file.
7115 * sysdeps/unix/sysv/linux/s390/s390-64/configure: New generated
7116 file.
7117 * sysdeps/unix/sysv/linux/sparc/sparc64/configure.ac: New file.
7118 * sysdeps/unix/sysv/linux/sparc/sparc64/configure: New generated
7119 file.
7120 * sysdeps/unix/sysv/linux/x86_64/64/configure.ac: New file.
7121 * sysdeps/unix/sysv/linux/x86_64/64/configure: New generated file.
7122 * sysdeps/unix/sysv/linux/x86_64/x32/configure.ac: New file.
7123 * sysdeps/unix/sysv/linux/x86_64/x32/configure: Generate.
7124
7125 * sysdeps/aarch64/shlib-versions: Move to ...
7126 * sysdeps/unix/sysv/linux/aarch64/shlib-versions: ... here.
7127 * sysdeps/alpha/shlib-versions: Move to ...
7128 * sysdeps/unix/sysv/linux/alpha/shlib-versions: ... here.
7129 * sysdeps/arm/shlib-versions: Move to ...
7130 * sysdeps/unix/sysv/linux/arm/shlib-versions: ... here.
7131 * sysdeps/hppa/shlib-versions: Move all contents except for
7132 libgcc_s entry to ...
7133 * sysdeps/unix/sysv/linux/hppa/shlib-versions: ... here. Merge in
7134 entry from ...
7135 * sysdeps/hppa/nptl/shlib-versions: ... here. Remove file.
7136 * sysdeps/ia64/shlib-versions: Move to ...
7137 * sysdeps/unix/sysv/linux/ia64/shlib-versions: ... here. Merge in
7138 entry from ...
7139 * sysdeps/ia64/nptl/shlib-versions: ... here. Remove file.
7140 * sysdeps/m68k/coldfire/shlib-versions: Move to ...
7141 * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: ... here.
7142 * sysdeps/microblaze/shlib-versions: Move to ...
7143 * sysdeps/unix/sysv/linux/microblaze/shlib-versions: ... here.
7144 * sysdeps/mips/shlib-versions: Move to ...
7145 * sysdeps/unix/sysv/linux/mips/shlib-versions: ... here. Merge in
7146 entry from ...
7147 * sysdeps/mips/nptl/shlib-versions: ... here. Remove file.
7148 * sysdeps/tile/shlib-versions: Move to ...
7149 * sysdeps/unix/sysv/linux/tile/shlib-versions: ... here.
7150 * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Merge in entry
7151 from ...
7152 * sysdeps/x86_64/64/shlib-versions: ... here. Remove file.
7153 * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Merge in
7154 entry from ...
7155 * sysdeps/x86_64/x32/shlib-versions: ... here. Remove file.
7156
7157 2014-07-17 Will Newton <will.newton@linaro.org>
7158
7159 * sysdeps/arm/bits/atomic.h
7160 (__arch_compare_and_exchange_bool_8_int): Evaluate to zero.
7161 (__arch_compare_and_exchange_bool_16_int): Likewise.
7162 (__arch_compare_and_exchange_bool_64_int): Likewise.
7163
7164 * iconv/loop.c: Move definition of LOOPFCT and gconv_btowc
7165 into an #else block.
7166
7167 2014-07-16 Roland McGrath <roland@hack.frob.com>
7168
7169 * sysdeps/arm/preconfigure.ac: Apply EABI sanity check to arm*, not
7170 just Linux configurations. Test empirically that the compiler sets
7171 __ARM_EABI__, rather than using the tuple to decide.
7172 * sysdeps/arm/preconfigure: Regenerated.
7173 * sysdeps/unix/sysv/linux/arm/configure: File removed.
7174 * sysdeps/unix/sysv/linux/arm/configure.ac: File removed,
7175 contents appended ...
7176 * sysdeps/arm/configure.ac: ... here.
7177 * sysdeps/arm/configure: Regenerated.
7178
7179 2014-07-15 Roland McGrath <roland@hack.frob.com>
7180
7181 * nptl/pthread_kill.c: New file.
7182 * nptl/pthread_sigmask.c: New file.
7183 * nptl/pthread_sigqueue.c: New file.
7184
7185 * sysdeps/nptl/lowlevellock.h: New file.
7186 * sysdeps/unix/sysv/linux/lowlevellock-futex.h: New file.
7187 * sysdeps/nptl/lowlevellock-futex.h: New file.
7188
7189 * nptl/pthreadP.h (__current_sigrtmin, __current_sigrtmax):
7190 Remove dead declarations.
7191
7192 2014-07-14 H.J. Lu <hongjiu.lu@intel.com>
7193
7194 * config.h.in (HAVE_AVX2_SUPPORT): New #undef.
7195 * sysdeps/i386/configure.ac: Set HAVE_AVX2_SUPPORT and
7196 config-cflags-avx2.
7197 * sysdeps/x86_64/configure.ac: Likewise.
7198 * sysdeps/i386/configure: Regenerated.
7199 * sysdeps/x86_64/configure: Likewise.
7200 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
7201 memset-avx2 only if config-cflags-avx2 is yes.
7202 * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
7203 Tests for memset_chk and memset only if HAVE_AVX2_SUPPORT is
7204 defined.
7205 * sysdeps/x86_64/multiarch/memset.S: Define multiple versions
7206 only if HAVE_AVX2_SUPPORT is defined.
7207 * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
7208
7209 2014-07-14 Alan Modra <amodra@gmail.com>
7210
7211 [BZ #17153]
7212 * elf/elf.h (DT_PPC64_NUM): Correct value.
7213 * NEWS: Add to fixed bug list.
7214
7215 2014-07-13 Jim Meyering <meyering@fb.com>
7216
7217 [BZ 17150]
7218 regex: don't deref NULL upon heap allocation failure
7219 * posix/regcomp.c: (parse_dup_op): Handle duplicate_tree
7220 failure in one more place.
7221 To trigger the segfault, configure grep -with-included-regex,
7222 build it, and run these commands:
7223 ( ulimit -v 300000; echo a|src/grep -E a+++++++++++++++++++++ )
7224
7225 2014-07-13 Andreas Schwab <schwab@linux-m68k.org>
7226
7227 * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
7228
7229 2014-07-11 Richard Henderson <rth@redhat.com>
7230
7231 * sysdeps/aarch64/libm-test-ulps: Update.
7232
7233 2014-07-10 Florian Weimer <fweimer@redhat.com>
7234
7235 [BZ #17135]
7236 * nptl/pthreadP.h (__nptl_setxid_error): Declare function.
7237 * nptl/allocatestack.c (__nptl_setxid_error): New function.
7238 (__nptl_setxid): Initialize error member. Call
7239 __nptl_setxid_error.
7240 * nptl/nptl-init.c (sighandler_setxid): Call __nptl_setxid_error.
7241 * nptl/descr.h (struct xid_command): Add error member.
7242 * nptl/tst-setuid3.c: New file.
7243 * nptl/Makefile (tests): Add it.
7244
7245 2014-07-10 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
7246
7247 * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h (__lll_base_trylock):
7248 New define.
7249 (__lll_trylock): Use __lll_base_trylock.
7250 (__lll_cond_trylock): Likewise.
7251
7252 2014-07-10 Roland McGrath <roland@hack.frob.com>
7253
7254 * nptl/pthread_create.c (start_thread): Use atomic_or and
7255 lll_futex_wake directly rather than lll_robust_dead.
7256 * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
7257 (lll_robust_dead): Macro removed.
7258 * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Likewise.
7259 * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
7260 * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
7261 * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
7262 * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
7263 * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
7264 * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
7265 * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
7266 * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
7267 * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
7268 * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
7269 * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
7270 * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
7271 * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
7272 * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
7273
7274 * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock):
7275 Use atomic_compare_and_exchange_val_acq directly rather than
7276 lll_robust_trylock.
7277 * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
7278 (__lll_robust_trylock, lll_robust_trylock): Removed.
7279 * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
7280 * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
7281 * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
7282 * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
7283 * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
7284 * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
7285 * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
7286 * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
7287 * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
7288 * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
7289 * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
7290 * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
7291 * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
7292 * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
7293
7294 2014-07-02 Florian Weimer <fweimer@redhat.com>
7295
7296 * manual/locale.texi (Locale Names): New section documenting
7297 locale name syntax. Adjust menu and node chaining accordingly.
7298 (Choosing Locale): Reference Locale Names, Locale Categories.
7299 Mention setting LC_ALL=C. Reflect that name syntax is now
7300 documented.
7301 (Locale Categories): New section title. Reference Locale Names.
7302 LC_ALL is an environment variable, but not a category.
7303 (Setting the Locale): Remove "locale -a" invocation and LOCPATH
7304 description, now in Locale Name. Reference that section. Locale
7305 name syntax is now documented.
7306
7307 2014-07-02 Florian Weimer <fweimer@redhat.com>
7308
7309 [BZ #17137]
7310 * locale/findlocale.c (name_present, valid_locale_name): New
7311 functions.
7312 (_nl_find_locale): Use the loc_name variable to store name
7313 candidates. Call name_present and valid_locale_name to check and
7314 validate locale names. Return an error if the locale is invalid.
7315
7316 2014-07-02 Florian Weimer <fweimer@redhat.com>
7317
7318 * locale/setlocale.c (setlocale): Use strdup for allocating
7319 composite name copy.
7320
7321 2014-07-10 Siddhesh Poyarekar <siddhesh@redhat.com>
7322
7323 Sync up with gnulib.
7324 * misc/error.c: Use !_LIBC instead of HAVE_CONFIG_H.
7325 [!_LIBC && ENABLE_NLS]: Include gettext.h.
7326 [_LIBC]: Define USE_UNLOCKED_IO, _GL_ATTRIBUTE_FORMAT_PRINTF
7327 and _GL_ARG_NONNULL.
7328 [USE_UNLOCKED_IO]: Include unlocked-io.h.
7329 [!_LIBC]: Include code for Windows and Cygwin.
7330 [!_LIBC && !HAVE_DECL_STRERROR_R && !STRERROR_R_CHAR_P]:
7331 Include prototype for int strerror_r.
7332 [!_LIBC] (is_open): New function.
7333 (flush_stdout): New function.
7334 (print_errno_message): Use it.
7335 (error): Likewise.
7336 (error_at_line): Likewise.
7337 (error_tail) Add function attribute macros. Use
7338 __builtin_expect.
7339
7340 * time/strptime_l.c [_LIBC]: Define HAVE_LOCALTIME_R.
7341
7342 * time/strftime_l.c [_LIBC]: Define HAVE_STRFTIME.
7343
7344 * io/ftw.c: Include sys/param.h unconditionally.
7345
7346 * locale/programs/simple-hash.c [!HAVE_OBSTACK]: Remove code.
7347
7348 [BZ #17125]
7349 * sysdeps/unix/sysv/linux/check_pf.c (cache): Don't use
7350 libc_freeres_ptr.
7351 (freecache): New function to free CACHE on exit.
7352
7353 * sunrpc/xdr.c (xdr_string): Add comment about SIZE
7354 initialization.
7355
7356 2014-07-09 David S. Miller <davem@davemloft.net>
7357
7358 * sysdeps/sparc/fpu/libm-test-ulps: Update.
7359
7360 * sysdeps/sparc/nptl/internaltypes.h: Delete.
7361 * sysdeps/sparc/nptl/sparc-nptl.h: New file.
7362 * sysdeps/sparc/nptl/pthread_barrier_destroy.c: Include it.
7363 * sysdeps/sparc/nptl/pthread_barrier_init.c: Likewise.
7364 * sysdeps/sparc/nptl/pthread_barrier_wait.c: Likewise.
7365 * sysdeps/sparc/nptl/sem_init.c: Likewise.
7366 * sysdeps/sparc/nptl/sem_post.c: Likewise.
7367 * sysdeps/sparc/nptl/sem_timedwait.c: Likewise.
7368 * sysdeps/sparc/nptl/sem_wait.c: Likewise.
7369 * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Likewise.
7370 * sysdeps/sparc/sparc32/nptl/sem_post.c: Likewise.
7371 * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Likewise.
7372 * sysdeps/sparc/sparc32/nptl/sem_wait.c: Likewise.
7373
7374 2014-07-09 Andreas Schwab <schwab@suse.de>
7375
7376 * sysdeps/powerpc/test-gettimebase.c (do_test): Add newline to
7377 output.
7378 * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c
7379 (do_test): Likewise.
7380
7381 * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
7382
7383 2014-07-09 Will Newton <will.newton@linaro.org>
7384
7385 * sysdeps/aarch64/tlsdesc.c (_dl_unmap): Test SHARED with #ifdef.
7386 * sysdeps/arm/tlsdesc.c (_dl_unmap): Likewise.
7387 * sysdeps/i386/tlsdesc.c (_dl_unmap): Likewise.
7388 * sysdeps/x86_64/tlsdesc.c (_dl_unmap): Likewise.
7389 * sysdeps/hppa/start.S (_start): Likewise.
7390
7391 2014-07-09 Siddhesh Poyarekar <siddhesh@redhat.com>
7392
7393 * sunrpc/xdr.c (xdr_string): Initialize SIZE to 0.
7394
7395 * sysdeps/generic/unwind-pe.h: Only check if __cplusplus is
7396 defined.
7397
7398 2014-07-08 Siddhesh Poyarekar <siddhesh@redhat.com>
7399
7400 * resolv/res_query.c (__libc_res_nsearch): Dereference resplen2
7401 after checking that it is non-NULL.
7402
7403 * sysdeps/i386/dl-machine.h: Define ELF_MACHINE_NO_REL.
7404
7405 2014-07-08 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
7406
7407 * sysdeps/powerpc/memmove.c: Remove file.
7408 * sysdeps/powerpc/powerpc32/power4/memcopy.h
7409 [MEMCPY_OK_FOR_FWD_MEMMOVE]: Define it to 1.
7410 * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c
7411 [MEMCPY_OK_FOR_FWD_MEMMOVE]: Remove define.
7412 * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c:
7413 [MEMCPY_OK_FOR_FWD_MEMMOVE]: Likewise.
7414 * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Include default
7415 string memmove instead of removed powerpc one.
7416
7417 * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
7418 [weak_alias]: Fix compiler warning due trailing data.
7419 * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S:
7420 [weak_alias]: Likewise.
7421 * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: Fix compile
7422 warnigs due missing definition of __strcpy_power7 and __strlen_power7.
7423
7424 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
7425 (__libc_ifunc_impl_list): Add memmove functions.
7426
7427 2014-07-08 Siddhesh Poyarekar <siddhesh@redhat.com>
7428
7429 * localedata/tests-mbwc/dat_iswalnum.c [SHOJI_IS_RIGHT]:
7430 Remove code.
7431 * localedata/tests-mbwc/dat_iswalpha.c [SHOJI_IS_RIGHT]:
7432 Likewise
7433 * localedata/tests-mbwc/dat_iswctype.c [SHOJI_IS_RIGHT]:
7434 Likewise
7435 * localedata/tests-mbwc/dat_iswgraph.c [SHOJI_IS_RIGHT]:
7436 Likewise
7437 * localedata/tests-mbwc/dat_iswprint.c [SHOJI_IS_RIGHT]:
7438 Likewise
7439 * localedata/tests-mbwc/dat_iswpunct.c [SHOJI_IS_RIGHT]:
7440 Likewise
7441 * localedata/tests-mbwc/dat_mbrlen.c [SHOJI_IS_RIGHT]:
7442 Likewise
7443 * localedata/tests-mbwc/dat_mbstowcs.c [SHOJI_IS_RIGHT]:
7444 Likewise
7445 * localedata/tests-mbwc/dat_mbtowc.c [SHOJI_IS_RIGHT]:
7446 Likewise
7447 * localedata/tests-mbwc/dat_strcoll.c [SHOJI_IS_RIGHT]:
7448 Likewise
7449 * localedata/tests-mbwc/dat_swscanf.c [SHOJI_IS_RIGHT]:
7450 Likewise
7451 * localedata/tests-mbwc/dat_towctrans.c [SHOJI_IS_RIGHT]:
7452 Likewise
7453 * localedata/tests-mbwc/dat_wcscoll.c [SHOJI_IS_RIGHT]:
7454 Likewise
7455 * localedata/tests-mbwc/dat_wcswidth.c [SHOJI_IS_RIGHT]:
7456 Likewise
7457 * localedata/tests-mbwc/dat_wctob.c [SHOJI_IS_RIGHT]:
7458 Likewise
7459 * localedata/tests-mbwc/dat_wcwidth.c [SHOJI_IS_RIGHT]:
7460 Likewise
7461 * localedata/tests-mbwc/tst_towctrans.c [SHOJI_IS_RIGHT]:
7462 Likewise
7463
7464 2014-07-07 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
7465
7466 * sysdeps/powerpc/powerpc64/power7/memcpy.S: Align VSX copies to 16B
7467 to avoid alignment traps in non-cacheable memory.
7468 * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
7469
7470 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memmove
7471 multiarch objects.
7472 * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c: New
7473 file: multiarch power7 memmove.
7474 * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c: New file:
7475 multiarch default memmove.
7476 * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: New file:
7477 multiarch memove for powerpc32/power4.
7478
7479 * string/bcopy.c: Use full path to include memmove.c.
7480 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memmove and bcopy
7481 multiarch objects.
7482 * sysdeps/powerpc/powerpc64/multiarch/bcopy-ppc64.c: New file: default
7483 bcopy for powerpc64.
7484 * sysdeps/powerpc/powerpc64/multiarch/bcopy.c: New file: multiarch
7485 bcopy for powerpc64.
7486 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Add bcopy
7487 and memmove implementations.
7488 * sysdeps/powerpc/powerpc64/multiarch/memmove-power7.S: New file:
7489 optimized multiarch memmove for POWER7/powerpc64.
7490 * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: New file:
7491 default multiarch memmove for powerpc64.
7492 * sysdeps/powerpc/powerpc64/multiarch/memmove.c: New file: memmove
7493 multiarch for powerpc64.
7494 * sysdeps/powerpc/powerpc64/power7/bcopy.c: New file: optimized bcopy
7495 for POWER7/powerpc64.
7496 * sysdeps/powerpc/powerpc64/power7/memmove.S: New file: optimized
7497 memmove for POWER7/powerpc64.
7498
7499 * sysdeps/powerpc/memmove.c (memmove): Cleanup impplementation to use
7500 glibc default one.
7501
7502 * sysdeps/powerpc/bits/link.h [_CALL_ELF]: Guard check for
7503 __ELF_NATIVE_CLASS equal to 64.
7504
7505 2014-07-07 Roland McGrath <roland@hack.frob.com>
7506
7507 * sysdeps/nptl/lowlevellock.h: File removed.
7508
7509 * NEWS: NPTL is no longer an add-on!
7510 * nptl/internaltypes.h: Moved ...
7511 * sysdeps/nptl/internaltypes.h: ... here.
7512 * sysdeps/nptl/aio_misc.h: Use <nptl/pthreadP.h> in #include.
7513 * sysdeps/nptl/fork.c: Likewise.
7514 * sysdeps/nptl/gai_misc.h: Likewise.
7515 * sysdeps/nptl/librt-cancellation.c: Likewise.
7516 * sysdeps/nptl/jmp-unwind.c: Likewise.
7517 * sysdeps/nptl/setxid.h: Likewise.
7518 * sysdeps/unix/sysv/linux/aarch64/Implies: New file.
7519 * sysdeps/unix/sysv/linux/alpha/Implies: Add alpha/nptl.
7520 * sysdeps/unix/sysv/linux/arm/Implies: New file.
7521 * sysdeps/unix/sysv/linux/hppa/Implies: New file.
7522 * sysdeps/unix/sysv/linux/i386/Implies: Add i386/nptl.
7523 * sysdeps/unix/sysv/linux/i386/i686/Implies: New file.
7524 * sysdeps/unix/sysv/linux/ia64/Implies: Add ia64/nptl.
7525 * sysdeps/unix/sysv/linux/m68k/Implies: New file.
7526 * sysdeps/unix/sysv/linux/microblaze/Implies: New file.
7527 * sysdeps/unix/sysv/linux/mips/Implies: New file.
7528 * sysdeps/unix/sysv/linux/powerpc/Implies: New file.
7529 * sysdeps/unix/sysv/linux/s390/Implies: Add s390/nptl.
7530 * sysdeps/unix/sysv/linux/sh/Implies: New file.
7531 * sysdeps/unix/sysv/linux/sparc/Implies: New file.
7532 * sysdeps/unix/sysv/linux/tile/Implies: New file.
7533 * sysdeps/unix/sysv/linux/x86_64/Implies: Add x86_64/nptl.
7534 * sysdeps/unix/sysv/linux/x86_64/x32/Implies: New file.
7535 * nptl/Makeconfig: Moved ...
7536 * sysdeps/nptl/Makeconfig: ... here.
7537 * nptl/configure: File removed.
7538 * nptl/ANNOUNCE: File removed.
7539 * sysdeps/unix/sysv/linux/configure.ac: Remove nptl sanity check.
7540 * sysdeps/unix/sysv/linux/configure: Regenerated.
7541
7542 * nptl/Makefile (routines): Add libc_pthread_init,
7543 libc_multiple_threads, register-atfork and unregister-atfork.
7544 (libpthread-routines): Add pthread_mutex_cond_lock and pt-fork here.
7545 (gen-as-const-headers): Add lowlevelcond.sym, lowlevelrwlock.sym,
7546 lowlevelbarrier.sym, unwindbuf.sym, lowlevelrobustlock.sym,
7547 pthread-pi-defines.sym, structsem.sym.
7548 * sysdeps/unix/sysv/linux/Makefile [$(subdir) = posix]
7549 (CFLAGS-fork.c, CFLAGS-getpid.o, CFLAGS-getpid.os): New variables.
7550 [$(subdir) = nptl] (tests): Add tst-setgetname.
7551 * nptl/sysdeps/unix/sysv/linux/Makefile: File removed.
7552 * sysdeps/unix/sysv/linux/sigaction.c: Just include
7553 <nptl/sigaction.c> directly here, instead of WRAPPER_INCLUDE.
7554 [!LIBC_SIGACTION]: Remove aliases.
7555 * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
7556 * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
7557 * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
7558 * sysdeps/unix/sysv/linux/ia64/sigaction.c: Likewise.
7559 * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
7560 * sysdeps/unix/sysv/linux/s390/s390-64/sigaction.c: Likewise.
7561 * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
7562 * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
7563 * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
7564 * nptl/Versions (libc: GLIBC_2.3.2): Add __register_atfork.
7565 (libc: GLIBC_PRIVATE): Add __libc_pthread_init,
7566 __libc_current_sigrtmin_private, __libc_current_sigrtmax_private,
7567 __libc_allocate_rtsig_private.
7568 * nptl/sysdeps/unix/sysv/linux/Versions: File removed.
7569 * sysdeps/unix/sysv/linux/sigtimedwait.c: Include <nptl/pthreadP.h>.
7570 * sysdeps/unix/sysv/linux/sigwait.c: Likewise.
7571 * sysdeps/unix/sysv/linux/sigwaitinfo.c: Likewise.
7572 * sysdeps/unix/sysv/linux/sleep.c: Likewise.
7573 * nptl/sysdeps/unix/sysv/linux/sigwait.c: File removed.
7574 * nptl/sysdeps/unix/sysv/linux/sigtimedwait.c: File removed.
7575 * nptl/sysdeps/unix/sysv/linux/sigwaitinfo.c: File removed.
7576 * nptl/sysdeps/unix/sysv/linux/sleep.c: File removed.
7577 * nptl/sysdeps/unix/sysv/linux/createthread.c: File removed.
7578 * sysdeps/unix/sysv/linux/ia64/fork.S: File removed.
7579 * nptl/sysdeps/unix/sysv/linux/internaltypes.h: Moved ...
7580 * nptl/internaltypes.h: ... here.
7581 * nptl/sysdeps/unix/sysv/linux/jmp-unwind.c: Moved ...
7582 * sysdeps/nptl/jmp-unwind.c: ... here.
7583 * nptl/sysdeps/unix/sysv/linux/libc-lowlevellock.c: Moved ...
7584 * nptl/libc-lowlevellock.c: ... here.
7585 * nptl/sysdeps/unix/sysv/linux/libc_multiple_threads.c: Moved ...
7586 * nptl/libc_multiple_threads.c: ... here.
7587 * nptl/sysdeps/unix/sysv/linux/libc_pthread_init.c: Moved ...
7588 * nptl/libc_pthread_init.c: ... here.
7589 * nptl/sysdeps/unix/sysv/linux/lowlevelbarrier.sym: Moved ...
7590 * nptl/lowlevelbarrier.sym: ... here.
7591 * nptl/sysdeps/unix/sysv/linux/lowlevelcond.sym: Moved ...
7592 * nptl/lowlevelcond.sym: ... here.
7593 * nptl/sysdeps/unix/sysv/linux/lowlevellock.c: Moved ...
7594 * nptl/lowlevellock.c: ... here.
7595 * nptl/lowlevellock.h: Moved ...
7596 * sysdeps/nptl/lowlevellock.h: ... here.
7597 * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Moved ...
7598 * nptl/lowlevelrobustlock.c: ... here.
7599 * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.sym: Moved ...
7600 * nptl/lowlevelrobustlock.sym: ... here.
7601 * nptl/sysdeps/unix/sysv/linux/lowlevelrwlock.sym: Moved ...
7602 * nptl/lowlevelrwlock.sym: ... here.
7603 * nptl/sysdeps/unix/sysv/linux/pt-fork.c: Moved ...
7604 * nptl/pt-fork.c: ... here.
7605 * nptl/sysdeps/unix/sysv/linux/pthread-pi-defines.sym: Moved ...
7606 * nptl/pthread-pi-defines.sym: ... here.
7607 * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Moved ...
7608 * nptl/pthread_attr_getaffinity.c: ... here.
7609 * nptl/sysdeps/unix/sysv/linux/pthread_attr_setaffinity.c: Moved ...
7610 * nptl/pthread_attr_setaffinity.c: ... here.
7611 * nptl/sysdeps/unix/sysv/linux/pthread_mutex_cond_lock.c: Moved ...
7612 * nptl/pthread_mutex_cond_lock.c: ... here.
7613 * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
7614 Update #include.
7615 * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Likewise.
7616 * nptl/sysdeps/unix/sysv/linux/pthread_once.c: Moved ...
7617 * nptl/pthread_once.c: ... here, replacing old file.
7618 * nptl/sysdeps/unix/sysv/linux/pthread_yield.c: Moved ...
7619 * nptl/pthread_yield.c: ... here.
7620 * nptl/sysdeps/unix/sysv/linux/register-atfork.c: Moved ...
7621 * nptl/register-atfork.c: ... here.
7622 * nptl/sysdeps/unix/sysv/linux/sem_post.c: Moved ...
7623 * nptl/sem_post.c: ... here.
7624 * sysdeps/unix/sysv/linux/alpha/sem_post.c: Update #include.
7625 * nptl/sysdeps/unix/sysv/linux/sem_timedwait.c: Moved ...
7626 * nptl/sem_timedwait.c: ... here.
7627 * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Moved ...
7628 * nptl/sem_trywait.c: ... here.
7629 * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: Update #include.
7630 * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Moved ...
7631 * nptl/sem_wait.c: ... here.
7632 * nptl/sysdeps/unix/sysv/linux/structsem.sym: Moved ...
7633 * nptl/structsem.sym: ... here.
7634 * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Moved ...
7635 * sysdeps/unix/sysv/linux/mq_notify.c: ... here, replacing old file.
7636 * nptl/sysdeps/unix/sysv/linux/unregister-atfork.c: Moved ...
7637 * nptl/unregister-atfork.c: ... here.
7638 * nptl/sysdeps/unix/sysv/linux/unwindbuf.sym: Moved ...
7639 * nptl/unwindbuf.sym: ... here.
7640 * nptl/sysdeps/unix/sysv/linux/fork.c: Moved ...
7641 * sysdeps/nptl/fork.c: ... here.
7642 * nptl/sysdeps/unix/sysv/linux/fork.h: Moved ...
7643 * sysdeps/nptl/fork.h: ... here.
7644 * sysdeps/unix/sysv/linux/syscalls.list: Remove fork.
7645 * nptl/sysdeps/unix/sysv/linux/aio_misc.h: Moved ...
7646 * sysdeps/unix/sysv/linux/aio_misc.h: ... here.
7647 * nptl/sysdeps/unix/sysv/linux/allocrtsig.c: Moved ...
7648 * sysdeps/unix/sysv/linux/allocrtsig.c: ... here.
7649 * nptl/sysdeps/unix/sysv/linux/getpid.c: Moved ...
7650 * sysdeps/unix/sysv/linux/getpid.c: ... here.
7651 * nptl/sysdeps/unix/sysv/linux/kernel-posix-timers.h: Moved ...
7652 * sysdeps/unix/sysv/linux/kernel-posix-timers.h: ... here.
7653 * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Moved ...
7654 * sysdeps/unix/sysv/linux/pt-raise.c: ... here.
7655 * nptl/sysdeps/unix/sysv/linux/pthread_getaffinity.c: Moved ...
7656 * sysdeps/unix/sysv/linux/pthread_getaffinity.c: ... here.
7657 * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Moved ...
7658 * sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: ... here.
7659 * nptl/sysdeps/unix/sysv/linux/pthread_getname.c: Moved ...
7660 * sysdeps/unix/sysv/linux/pthread_getname.c: ... here.
7661 * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Moved ...
7662 * sysdeps/unix/sysv/linux/pthread_kill.c: ... here.
7663 * nptl/sysdeps/unix/sysv/linux/pthread_setaffinity.c: Moved ...
7664 * sysdeps/unix/sysv/linux/pthread_setaffinity.c: ... here.
7665 * nptl/sysdeps/unix/sysv/linux/pthread_setname.c: Moved ...
7666 * sysdeps/unix/sysv/linux/pthread_setname.c: ... here.
7667 * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Moved ...
7668 * sysdeps/unix/sysv/linux/pthread_sigqueue.c: ... here.
7669 * nptl/sysdeps/unix/sysv/linux/raise.c: Moved ...
7670 * sysdeps/unix/sysv/linux/raise.c: ... here.
7671 * nptl/sysdeps/unix/sysv/linux/timer_create.c: Moved ...
7672 * sysdeps/unix/sysv/linux/timer_create.c: ... here.
7673 * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Moved ...
7674 * sysdeps/unix/sysv/linux/timer_delete.c: ... here.
7675 * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Moved ...
7676 * sysdeps/unix/sysv/linux/timer_getoverr.c: ... here.
7677 * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Moved ...
7678 * sysdeps/unix/sysv/linux/timer_gettime.c: ... here.
7679 * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Moved ...
7680 * sysdeps/unix/sysv/linux/timer_routines.c: ... here.
7681 * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Moved ...
7682 * sysdeps/unix/sysv/linux/timer_settime.c: ... here.
7683 * nptl/sysdeps/unix/sysv/linux/tst-setgetname.c: Moved ...
7684 * sysdeps/unix/sysv/linux/tst-setgetname.c: ... here.
7685 * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Update #include.
7686
7687 2014-07-04 Siddhesh Poyarekar <siddhesh@redhat.com>
7688
7689 * sysdeps/generic/memcopy.h: Add comment for
7690 MEMCPY_OK_FOR_FWD_MEMMOVE.
7691
7692 2014-07-04 Will Newton <will.newton@linaro.org>
7693
7694 * string/memchr.c: Merge from gnulib.
7695 [_LIBC]: Remove conditionals.
7696 (__ptr_t): Remove define.
7697 (LONG_MAX_32_BITS): Likewise.
7698 (LONG_MAX): Likewise.
7699 (MEMCHR): Use ANSI prototype and optimize algorithm.
7700
7701 * sysdeps/arm/dl-machine.h (ELF_MACHINE_NO_REL): Define.
7702
7703 2014-07-03 Roland McGrath <roland@hack.frob.com>
7704
7705 * sysdeps/unix/sysv/linux/ia64/lowlevellock.h
7706 (lll_futex_timed_wait_bitset): Fix syscall argument count.
7707
7708 * sysdeps/nptl/configure.ac (libc_cv_forced_unwind):
7709 Use -Dinhibit_libc=1 for unwind.h check to prevent false failure
7710 in a bare environment with no <stdlib.h> installed.
7711 * sysdeps/nptl/configure: Regenerated.
7712
7713 * sysdeps/alpha/fpu/s_nearbyint.c: Include <math_ldbl_opt.h>.
7714
7715 * sysdeps/unix/sysv/linux/configure.ac: Use AC_TRY_COMPILE rather than
7716 AC_EGREP_CPP for kernel header checks, so they only succeed if
7717 including <linux/version.h> actually works right.
7718 * sysdeps/unix/sysv/linux/configure: Regenerated.
7719
7720 * sysdeps/s390/nptl/tls.h (THREAD_SET_POINTER_GUARD): Refer to the
7721 value so it's not diagnosed as unused.
7722
7723 * sysdeps/pthread/Makefile: Conditionalize tst-timer bits (the only
7724 thing) with "ifeq ($(subdir),rt)".
7725
7726 2014-07-03 Richard Henderson <rth@redhat.com>
7727
7728 * sysdeps/alpha/fpu/s_nearbyintf.c: Remove file.
7729 * sysdeps/alpha/fpu/s_nearbyint.c (__nearbyint): Remove;
7730 include sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c.
7731
7732 * sysdeps/alpha/fpu/math_private.h (math_opt_barrier): New.
7733 (math_force_eval): New.
7734
7735 * sysdeps/alpha/fpu/s_lround.c: Add 0.5 with chopped rounding.
7736 * sysdeps/alpha/fpu/s_lroundf.c: Likewise.
7737
7738 * sysdeps/alpha/fpu/s_round.c: Remove file.
7739 * sysdeps/alpha/fpu/s_roundf.c: Remove file.
7740
7741 * elf/dl-support.c (HP_TIMING_AVAIL): Do not redefine.
7742 (_dl_non_dynamic_init): Check HP_SMALL_TIMING_AVAIL instead.
7743 * elf/rtld.c (HP_TIMING_AVAIL): Do not redefine.
7744 (_dl_start_final): Check HP_SMALL_TIMING_AVAIL instead.
7745 (_dl_start, print_statistics): Likewise.
7746 * sysdeps/generic/ldsodefs.h (struct rtld_global): Only check
7747 HP_SMALL_TIMING_AVAIL in defining _dl_cpuclock_offset.
7748
7749 * sysdeps/aarch64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
7750 * sysdeps/generic/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
7751 * sysdeps/i386/i686/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
7752 * sysdeps/ia64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
7753 * sysdeps/powerpc/powerpc32/power4/hp-timing.h
7754 (HP_SMALL_TIMING_AVAIL): Define.
7755 * sysdeps/powerpc/powerpc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
7756 * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
7757 (HP_SMALL_TIMING_AVAIL): Define.
7758 * sysdeps/sparc/sparc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
7759 * sysdeps/x86_64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
7760
7761 * sysdeps/aarch64/hp-timing.h: New file.
7762
7763 * sysdeps/generic/hp-timing.h: Remove dead comment.
7764 * sysdeps/generic/hp-timing-common.h: New file.
7765 * sysdeps/alpha/hp-timing.h: Include it.
7766 (HP_TIMING_DIFF, HP_TIMING_ACCUM_NT, HP_TIMING_PRINT): Remove.
7767 * sysdeps/i386/i686/hp-timing.h: Likewise.
7768 * sysdeps/ia64/hp-timing.h: Likewise.
7769 * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
7770 * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
7771 * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
7772 * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
7773 * sysdeps/x86_64/hp-timing.h: Don't include the i686 version.
7774 (HP_TIMING_AVAIL, HP_TIMING_INLINE): Define.
7775 (hp_timing_t): New.
7776
7777 * benchtests/bench-string.h (_dl_hp_timing_overhead): Remove.
7778 * benchtests/bench-timing.h (_dl_hp_timing_overhead): Remove.
7779 (TIMING_INIT): Remove call to HP_TIMING_DIFF_INIT.
7780 * elf/rtld.c (_dl_start_final): Likewise.
7781 * sysdeps/generic/ldsodefs.h (_dl_hp_timing_overhead): Remove.
7782 * sysdeps/alpha/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
7783 * sysdeps/generic/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
7784 * sysdeps/i386/i686/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
7785 * sysdeps/ia64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
7786 * sysdeps/powerpc/powerpc32/power4/hp-timing.h
7787 (HP_TIMING_DIFF_INIT): Remove.
7788 * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
7789 * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
7790 (HP_TIMING_DIFF_INIT): Remove.
7791 * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
7792 * sysdeps/i386/i686/hp-timing.c: Remove file.
7793 * sysdeps/x86_64/hp-timing.c: Remove file.
7794 * sysdeps/ia64/hp-timing.c: Remove file.
7795 * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Remove file.
7796 * sysdeps/powerpc/powerpc64/hp-timing.c: Remove file.
7797 * sysdeps/sparc/sparc32/sparcv9/hp-timing.c: Remove file.
7798 * sysdeps/sparc/sparc64/hp-timing.c: Remove file.
7799
7800 * sysdeps/alpha/hp-timing.h (HP_TIMING_ACCUM): Remove.
7801 * sysdeps/generic/hp-timing.h (HP_TIMING_ACCUM): Remove.
7802 * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ACCUM): Remove.
7803 * sysdeps/ia64/hp-timing.h (HP_TIMING_ACCUM): Remove.
7804 * sysdeps/powerpc/powerpc32/power4/hp-timing.h
7805 (HP_TIMING_ACCUM): Remove.
7806 * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
7807 * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ACCUM): Remove.
7808 * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
7809
7810 * sysdeps/alpha/hp-timing.h (HP_TIMING_ZERO): Remove.
7811 * sysdeps/generic/hp-timing.h (HP_TIMING_ZERO): Remove.
7812 * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ZERO): Remove.
7813 * sysdeps/ia64/hp-timing.h (HP_TIMING_ZERO): Remove.
7814 * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_ZERO): Remove.
7815 * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ZERO): Remove.
7816 * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ZERO): Remove.
7817 * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ZERO): Remove.
7818
7819 * sysdeps/powerpc/powerpc32/hp-timing.h: Remove file.
7820
7821 2014-07-03 Maciej W. Rozycki <macro@codesourcery.com>
7822
7823 * stdlib/tst-strtod-overflow.c (TIMEOUT): Bump up to 30.
7824
7825 2014-07-02 Siddhesh Poyarekar <siddhesh@redhat.com>
7826
7827 Sync up with gettext.
7828 * intl/loadmsgcat.c: Define O_BINARY if not defined.
7829 [_MSC_VER]: Include malloc.h
7830 [_LIBC]: Define PRI_MACROS_BROKEN if it is not defined.
7831 (get_sysdep_segment_value) [!__UCLIBC__]: Return "I" flag.
7832 (_nl_load_domain): Open DOMAIN_FILE in binary mode. Don't use
7833 TEMP_FAILURE_RETRY. Cast return of alloca.
7834 [!_LIBC] Call gl_rwlock_init.
7835 [IN_LIBGLOCALE]: Call _nl_find_msg with one less argument.
7836
7837 2014-07-02 Roland McGrath <roland@hack.frob.com>
7838
7839 * misc/sys/cdefs.h: Check if __STDC_VERSION__ is defined
7840 before checking its value.
7841
7842 2014-07-02 Siddhesh Poyarekar <siddhesh@redhat.com>
7843
7844 * intl/loadmsgcat.c (_nl_load_domain): Use __builtin_expect.
7845
7846 * debug/memcpy_chk.c: Don't include pagecopy.h.
7847 * debug/mempcpy_chk.c: Likewise.
7848 * string/memcpy.c: Likewise.
7849 * string/memmove.c: Likewise.
7850 * sysdeps/powerpc/memmove.c: Likewise.
7851 * sysdeps/generic/memcopy.h: Include pagecopy.h. Move
7852 definition of PAGE_COPY_FWD_MAYBE here...
7853 * sysdeps/generic/pagecopy.h: ... from here.
7854 * sysdeps/mach/pagecopy.h: Don't include generic pagecopy.h.
7855
7856 2014-07-02 Vidya Ranganathan <vidya@linux.vnet.ibm.com>
7857 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
7858
7859 * sysdeps/powerpc/strcat.c: Using macro to redefine symbol name.
7860 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcat multiarch
7861 optimizations.
7862 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
7863 (__libc_ifunc_impl_list): Likewise.
7864 * sysdeps/powerpc/powerpc64/multiarch/strcat.c: New file:
7865 multiarch strcat for PPC64.
7866 * sysdeps/powerpc/powerpc64/multiarch/strcat-ppc64.c: New file/
7867 * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: New file.
7868
7869 2014-07-02 Roland McGrath <roland@hack.frob.com>
7870
7871 * sysdeps/unix/sysv/linux/dl-sysdep.c: Include <sys/param.h>.
7872
7873 2014-07-02 Siddhesh Poyarekar <siddhesh@redhat.com>
7874
7875 * intl/loadmsgcat.c: Remove declaration of
7876 get_sysdep_segment_value.
7877 (get_sysdep_segment_value): Use ISO C style.
7878 (_nl_load_domain): Use ISO C style. Get rid of redundant
7879 semicolon. Fix typo and formatting in comment.
7880 (_nl_unload_domain): Use ISO C style.
7881
7882 * sysdeps/posix/sysconf.c (__sysconf): Fix typo in macro name.
7883
7884 2014-07-02 Will Newton <will.newton@linaro.org>
7885
7886 * malloc/obstack.c: Merge from gnulib master.
7887 [HAVE_CONFIG_H]: Remove conditional code.
7888 [!_LIBC]: Include config.h.
7889 [!ELIDE_CODE]: Don't include inttypes.h, include
7890 stdint.h unconditionally.
7891 (print_and_abort): Mark as _Noreturn.
7892 (_obstack_allocated_p): Mark as __attribute_pure__.
7893 (obstack_free): Rename to __obstack_free.
7894 [!__attribute__]: Remove conditional code.
7895 * malloc/obstack.h: Merge from gnulib master.
7896 [__cplusplus]: Move conditional down.
7897 [!__attribute_pure__]: Define __attribute_pure__ here
7898 if it is not already defined.
7899 (_obstack_memory_used): Mark as __attribute_pure__.
7900 [!__obstack_free]: Define as obstack_free.
7901 [__GNUC__]: Remove check for ancient NeXT gcc.
7902
7903 2014-07-02 Will Newton <will.newton@linaro.org>
7904 Paul Eggert <eggert@cs.ucla.edu>
7905
7906 * misc/sys/cdefs.h (_Noreturn): New macro, for pre-C11 compilers.
7907
7908 2014-07-02 Siddhesh Poyarekar <siddhesh@redhat.com>
7909
7910 * resolv/gethnamaddr.c: Add comment warning that the file is
7911 not maintained.
7912
7913 2014-07-01 Carlos O'Donell <carlos@redhat.com>
7914
7915 * sysdeps/unix/sysv/linux/hppa/librt.abilist: Remove GLIBC_2.3
7916 entries.
7917
7918 * sysdeps/unix/sysv/linux/hppa/Versions: Remove librt GLIBC_2.3
7919 entry for aio_cancel and aio_cancel64.
7920 * sysdeps/unix/sysv/linux/hppa/ld.abilist: New file.
7921 * sysdeps/unix/sysv/linux/hppa/libBrokenLocale.abilist: New file.
7922 * sysdeps/unix/sysv/linux/hppa/libanl.abilist: New file.
7923 * sysdeps/unix/sysv/linux/hppa/libc.abilist: New file.
7924 * sysdeps/unix/sysv/linux/hppa/libcrypt.abilist: New file.
7925 * sysdeps/unix/sysv/linux/hppa/libdl.abilist: New file.
7926 * sysdeps/unix/sysv/linux/hppa/libm.abilist: New file.
7927 * sysdeps/unix/sysv/linux/hppa/libnsl.abilist: New file.
7928 * sysdeps/unix/sysv/linux/hppa/libpthread.abilist: New file.
7929 * sysdeps/unix/sysv/linux/hppa/libresolv.abilist: New file.
7930 * sysdeps/unix/sysv/linux/hppa/librt.abilist: New file.
7931 * sysdeps/unix/sysv/linux/hppa/libthread_db.abilist: New file.
7932 * sysdeps/unix/sysv/linux/hppa/libutil.abilist: New file.
7933
7934 2014-07-01 Roland McGrath <roland@hack.frob.com>
7935
7936 * sysdeps/unix/sysv/linux/sysconf.c: Include <sys/param.h>.
7937 * nptl/pthread_mutex_lock.c: Likewise.
7938 * nptl/pthread_mutex_timedlock.c: Likewise.
7939 * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Likewise.
7940
7941 2014-07-01 Richard henderson <rth@redhat.com>
7942
7943 * sysdeps/alpha/fpu/bits/mathinline.h (__isnanf): Remove.
7944 (__isnan, __isnanl): Remove.
7945 * sysdeps/alpha/fpu/s_isnan.c (__isnan): Use integer arithmetic.
7946
7947 * sysdeps/alpha/fpu/libm-test-ulps: Update.
7948
7949 2014-07-01 Stefan Liebler <stli@linux.vnet.ibm.com>
7950
7951 * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
7952
7953 2014-07-01 Siddhesh Poyarekar <siddhesh@redhat.com>
7954
7955 * resolv/nss_dns/dns-host.c (getanswer_r)
7956 [MULTI_PTRS_ARE_ALIASES]: Remove code.
7957
7958 2014-07-01 Joseph Myers <joseph@codesourcery.com>
7959
7960 * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
7961 [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PSELECT): Do not
7962 undefine.
7963 [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PREADV): Likewise.
7964 [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PWRITEV): Likewise.
7965
7966 2014-07-01 Roland McGrath <roland@hack.frob.com>
7967
7968 * sysdeps/unix/sysv/linux/microblaze/arch-fork.h: New file.
7969 * sysdeps/unix/sysv/linux/microblaze/nptl/fork.c: File removed.
7970
7971 * sysdeps/microblaze/nptl/tls.h: Define TLS_DEFINE_INIT_TP.
7972 * sysdeps/unix/sysv/linux/microblaze/nptl/createthread.c: File removed.
7973
7974 * sysdeps/microblaze/nptl/bits/pthreadtypes.h: Moved ...
7975 * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h:
7976 ... here.
7977 * sysdeps/microblaze/nptl/bits/semaphore.h: Moved ...
7978 * sysdeps/unix/sysv/linux/microblaze/nptl/bits/semaphore.h: ... here.
7979
7980 * sysdeps/unix/sysv/linux/microblaze/pt-vfork.S: Moved ...
7981 * sysdeps/unix/sysv/linux/microblaze/nptl/pt-vfork.S: ... here.
7982 * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Moved ...
7983 * sysdeps/unix/sysv/linux/microblaze/vfork.S: ... here.
7984
7985 * sysdeps/unix/sysv/linux/microblaze/c++-types.data: Moved ...
7986 * sysdeps/unix/sysv/linux/microblaze/nptl/c++-types.data: ... here.
7987 * sysdeps/unix/sysv/linux/microblaze/ld.abilist: Moved ...
7988 * sysdeps/unix/sysv/linux/microblaze/nptl/ld.abilist: ... here.
7989 * sysdeps/unix/sysv/linux/microblaze/libBrokenLocale.abilist:
7990 Moved ...
7991 * sysdeps/unix/sysv/linux/microblaze/nptl/libBrokenLocale.abilist:
7992 ... here.
7993 * sysdeps/unix/sysv/linux/microblaze/libanl.abilist: Moved ...
7994 * sysdeps/unix/sysv/linux/microblaze/nptl/libanl.abilist: ... here.
7995 * sysdeps/unix/sysv/linux/microblaze/libc.abilist: Moved ...
7996 * sysdeps/unix/sysv/linux/microblaze/nptl/libc.abilist: ... here.
7997 * sysdeps/unix/sysv/linux/microblaze/libcrypt.abilist: Moved ...
7998 * sysdeps/unix/sysv/linux/microblaze/nptl/libcrypt.abilist: ... here.
7999 * sysdeps/unix/sysv/linux/microblaze/libdl.abilist: Moved ...
8000 * sysdeps/unix/sysv/linux/microblaze/nptl/libdl.abilist: ... here.
8001 * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Moved ...
8002 * sysdeps/unix/sysv/linux/microblaze/nptl/libm.abilist: ... here.
8003 * sysdeps/unix/sysv/linux/microblaze/libnsl.abilist: Moved ...
8004 * sysdeps/unix/sysv/linux/microblaze/nptl/libnsl.abilist: ... here.
8005 * sysdeps/unix/sysv/linux/microblaze/libpthread.abilist: Moved ...
8006 * sysdeps/unix/sysv/linux/microblaze/nptl/libpthread.abilist: ... here.
8007 * sysdeps/unix/sysv/linux/microblaze/libresolv.abilist: Moved ...
8008 * sysdeps/unix/sysv/linux/microblaze/nptl/libresolv.abilist: ... here.
8009 * sysdeps/unix/sysv/linux/microblaze/librt.abilist: Moved ...
8010 * sysdeps/unix/sysv/linux/microblaze/nptl/librt.abilist: ... here.
8011 * sysdeps/unix/sysv/linux/microblaze/libthread_db.abilist: Moved ...
8012 * sysdeps/unix/sysv/linux/microblaze/nptl/libthread_db.abilist:
8013 ... here.
8014 * sysdeps/unix/sysv/linux/microblaze/libutil.abilist: Moved ...
8015 * sysdeps/unix/sysv/linux/microblaze/nptl/libutil.abilist: ... here.
8016 * sysdeps/unix/sysv/linux/microblaze/localplt.data: Moved ...
8017 * sysdeps/unix/sysv/linux/microblaze/nptl/localplt.data: ... here.
8018 * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Moved ...
8019 * sysdeps/unix/sysv/linux/microblaze/nptl/lowlevellock.h: ... here.
8020 * sysdeps/unix/sysv/linux/microblaze/nptl/pthread_once.c: Moved ...
8021 * sysdeps/unix/sysv/linux/microblaze/pthread_once.c: ... here.
8022
8023 2014-07-01 David Holsgrove <david.holsgrove@xilinx.com>
8024
8025 * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: New file.
8026 * sysdeps/unix/sysv/linux/microblaze/socket.S: Update SINGLE_THREAD_P use.
8027 * sysdeps/unix/sysv/linux/microblaze/Makefile(libpthread-routines):
8028 Add sysdep.
8029
8030 2014-06-30 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
8031
8032 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
8033
8034 2014-06-30 Joseph Myers <joseph@codesourcery.com>
8035
8036 * sysdeps/mips/mips32/libm-test-ulps: Regenerated.
8037 * sysdeps/mips/mips64/libm-test-ulps: Likewise.
8038
8039 * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
8040
8041 * sysdeps/arm/libm-test-ulps: Regenerated.
8042
8043 2014-06-30 Maciej W. Rozycki <macro@codesourcery.com>
8044 Roland McGrath <roland@hack.frob.com>
8045
8046 * test-skeleton.c (signal_handler): Kill the whole process group
8047 before killing the child individually.
8048 (main): Report any failure on `setpgid'.
8049
8050 2014-06-30 Roland McGrath <roland@hack.frob.com>
8051
8052 * sysdeps/arm/nptl/tls.h: Rename the multiple inclusion guard
8053 from _TLS_H to _ARM_NPTL_TLS_H.
8054 (TLS_INIT_TP): Move macro, and #include of <sysdep.h>, to ...
8055 * sysdeps/unix/sysv/linux/arm/tls.h: ... this new file.
8056
8057 2014-06-30 Joseph Myers <joseph@codesourcery.com>
8058
8059 [BZ #16539]
8060 * sysdeps/ieee754/ldbl-128/s_expm1l.c: Include <float.h>.
8061 (__expm1l): Return argument unchanged when small but not
8062 subnormal.
8063
8064 * soft-fp/op-1.h (_FP_UNPACK_RAW_1): Rename local variables to
8065 include macro name.
8066 (_FP_UNPACK_RAW_1_P): Likewise.
8067 (_FP_PACK_RAW_1): Likewise.
8068 (_FP_PACK_RAW_1_P): Likewise.
8069 (_FP_MUL_MEAT_1_wide): Likewise.
8070 (_FP_MUL_MEAT_DW_1_hard): Likewise.
8071 (_FP_MUL_MEAT_1_hard): Likewise.
8072 (_FP_DIV_MEAT_1_imm): Likewise.
8073 (_FP_DIV_MEAT_1_udiv_norm): Likewise.
8074 (_FP_DIV_MEAT_1_udiv): Likewise.
8075 * soft-fp/op-2.h (__FP_FRAC_DEC_2): Likewise.
8076 (_FP_UNPACK_RAW_2): Likewise.
8077 (_FP_UNPACK_RAW_2_P): Likewise.
8078 (_FP_PACK_RAW_2): Likewise.
8079 (_FP_PACK_RAW_2_P): Likewise.
8080 (_FP_MUL_MEAT_DW_2_wide): Likewise.
8081 (_FP_MUL_MEAT_2_wide): Likewise.
8082 (_FP_MUL_MEAT_DW_2_wide_3mul): Likewise.
8083 (_FP_MUL_MEAT_2_wide_3mul): Likewise.
8084 (_FP_MUL_MEAT_DW_2_gmp): Likewise.
8085 (_FP_MUL_MEAT_2_gmp): Likewise.
8086 (_FP_DIV_MEAT_2_udiv): Likewise.
8087 * soft-fp/op-4.h (_FP_FRAC_SLL_4): Likewise.
8088 (_FP_FRAC_SRL_4): Likewise.
8089 (_FP_FRAC_SRST_4): Likewise.
8090 (_FP_FRAC_SRS_4): Likewise.
8091 (_FP_UNPACK_RAW_4): Likewise.
8092 (_FP_UNPACK_RAW_4_P): Likewise.
8093 (_FP_PACK_RAW_4): Likewise.
8094 (_FP_PACK_RAW_4_P): Likewise.
8095 (_FP_MUL_MEAT_DW_4_wide): Likewise.
8096 (_FP_MUL_MEAT_4_wide): Likewise.
8097 (_FP_MUL_MEAT_4_gmp): Likewise.
8098 (umul_ppppmnnn): Likewise.
8099 (_FP_DIV_MEAT_4_udiv): Likewise.
8100 (__FP_FRAC_ADD_4): Likewise.
8101 (__FP_FRAC_SUB_3): Likewise.
8102 (__FP_FRAC_SUB_4): Likewise.
8103 (__FP_FRAC_DEC_3): Likewise.
8104 (__FP_FRAC_DEC_4): Likewise.
8105 (__FP_FRAC_ADDI_4): Likewise.
8106 * soft-fp/op-8.h (_FP_FRAC_SLL_8): Likewise.
8107 (_FP_FRAC_SRL_8): Likewise.
8108 (_FP_FRAC_SRS_8): Likewise.
8109
8110 * soft-fp/extended.h (FP_UNPACK_RAW_E): Rename local variables to
8111 include macro name.
8112 (FP_UNPACK_RAW_EP): Likewise.
8113 (FP_PACK_RAW_E): Likewise.
8114 (FP_PACK_RAW_EP): Likewise.
8115 * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Likewise.
8116 (_FP_ISSIGNAN): Likewise.
8117 (_FP_ADD_INTERNAL): Likewise.
8118 (_FP_FMA): Likewise.
8119 (_FP_CMP): Likewise.
8120 (_FP_SQRT): Likewise.
8121 (_FP_TO_INT): Likewise.
8122 (_FP_FROM_INT): Likewise.
8123 (FP_EXTEND): Likewise.
8124 (_FP_DIV_MEAT_N_loop): Likewise.
8125
8126 2014-06-30 Maciej W. Rozycki <macro@codesourcery.com>
8127
8128 * sysdeps/unix/sysv/linux/bits/socket.h: Adjust macro formatting
8129 throughout.
8130
8131 2014-06-29 Joseph Myers <joseph@codesourcery.com>
8132
8133 [BZ #17097]
8134 * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Return
8135 result with correct sign in case of exponents that produce
8136 overflow except for X very close to 1.
8137
8138 2014-06-28 Paul Eggert <eggert@cs.ucla.edu>
8139
8140 mktime: merge #if/#ifdef usage from glibc
8141 * lib/mktime.c: Use "#if defined DEBUG && DEBUG", not "#if DEBUG",
8142 as that works with both Glibc's and Gnulib's style.
8143 See thread starting at Siddhesh Poyarekar's bug report at:
8144 http://lists.gnu.org/archive/html/bug-gnulib/2014-06/msg00102.html
8145
8146 2014-06-28 Siddhesh Poyarekar <siddhesh@redhat.com>
8147
8148 * sysdeps/generic/memcopy.h: Define MEMCPY_OK_FOR_FWD_MEMMOVE.
8149 * sysdeps/tile/memcopy.h: Redefine MEMCPY_OK_FOR_FWD_MEMMOVE.
8150 * sysdeps/tile/tilegx/memmove.c: Remove file.
8151
8152 2014-06-27 Joseph Myers <joseph@codesourcery.com>
8153
8154 * Makeconfig ($(common-objpfx)soversions.mk): Do not generate
8155 abi-name definition.
8156 * scripts/soversions.awk: Do not handle or generate ABI lines.
8157 * shlib-versions: Remove ABI entries.
8158 * sysdeps/powerpc/nofpu/shlib-versions: Remove file.
8159 * sysdeps/x86_64/x32/shlib-versions: Remove ABI entry.
8160
8161 2014-06-27 Roland McGrath <roland@hack.frob.com>
8162
8163 * sysdeps/unix/sysv/linux/mips/mips32/nptl/c++-types.data: Moved ...
8164 * sysdeps/unix/sysv/linux/mips/mips32/c++-types.data: ... here.
8165 * sysdeps/unix/sysv/linux/mips/mips32/fpu/nptl/libc.abilist: Moved ...
8166 * sysdeps/unix/sysv/linux/mips/mips32/fpu/libc.abilist: ... here.
8167 * sysdeps/unix/sysv/linux/mips/mips32/nptl/ld.abilist: Moved ...
8168 * sysdeps/unix/sysv/linux/mips/mips32/ld.abilist: ... here.
8169 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libBrokenLocale.abilist:
8170 Moved ...
8171 * sysdeps/unix/sysv/linux/mips/mips32/libBrokenLocale.abilist:
8172 ... here.
8173 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libanl.abilist: Moved ...
8174 * sysdeps/unix/sysv/linux/mips/mips32/libanl.abilist: ... here.
8175 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcidn.abilist: Moved ...
8176 * sysdeps/unix/sysv/linux/mips/mips32/libcidn.abilist: ... here.
8177 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcrypt.abilist: Moved ...
8178 * sysdeps/unix/sysv/linux/mips/mips32/libcrypt.abilist: ... here.
8179 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libdl.abilist: Moved ...
8180 * sysdeps/unix/sysv/linux/mips/mips32/libdl.abilist: ... here.
8181 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libm.abilist: Moved ...
8182 * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: ... here.
8183 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnsl.abilist: Moved ...
8184 * sysdeps/unix/sysv/linux/mips/mips32/libnsl.abilist: ... here.
8185 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_compat.abilist:
8186 Moved ...
8187 * sysdeps/unix/sysv/linux/mips/mips32/libnss_compat.abilist: ... here.
8188 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_db.abilist: Moved ...
8189 * sysdeps/unix/sysv/linux/mips/mips32/libnss_db.abilist: ... here.
8190 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_dns.abilist: Moved ...
8191 * sysdeps/unix/sysv/linux/mips/mips32/libnss_dns.abilist: ... here.
8192 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_files.abilist:
8193 Moved ...
8194 * sysdeps/unix/sysv/linux/mips/mips32/libnss_files.abilist: ... here.
8195 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_hesiod.abilist:
8196 Moved ...
8197 * sysdeps/unix/sysv/linux/mips/mips32/libnss_hesiod.abilist: ... here.
8198 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nis.abilist: Moved ...
8199 * sysdeps/unix/sysv/linux/mips/mips32/libnss_nis.abilist: ... here.
8200 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nisplus.abilist:
8201 Moved ...
8202 * sysdeps/unix/sysv/linux/mips/mips32/libnss_nisplus.abilist: ... here.
8203 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libpthread.abilist: Moved ...
8204 * sysdeps/unix/sysv/linux/mips/mips32/libpthread.abilist: ... here.
8205 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libresolv.abilist: Moved ...
8206 * sysdeps/unix/sysv/linux/mips/mips32/libresolv.abilist: ... here.
8207 * sysdeps/unix/sysv/linux/mips/mips32/nptl/librt.abilist: Moved ...
8208 * sysdeps/unix/sysv/linux/mips/mips32/librt.abilist: ... here.
8209 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libthread_db.abilist:
8210 Moved ...
8211 * sysdeps/unix/sysv/linux/mips/mips32/libthread_db.abilist: ... here.
8212 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libutil.abilist: Moved ...
8213 * sysdeps/unix/sysv/linux/mips/mips32/libutil.abilist: ... here.
8214 * sysdeps/unix/sysv/linux/mips/mips32/nofpu/nptl/libc.abilist:
8215 Moved ...
8216 * sysdeps/unix/sysv/linux/mips/mips32/nofpu/libc.abilist: ... here.
8217 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/c++-types.data:
8218 Moved ...
8219 * sysdeps/unix/sysv/linux/mips/mips64/n32/c++-types.data: ... here.
8220 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/ld.abilist: Moved ...
8221 * sysdeps/unix/sysv/linux/mips/mips64/n32/ld.abilist: ... here.
8222 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libBrokenLocale.abilist:
8223 Moved ...
8224 * sysdeps/unix/sysv/linux/mips/mips64/libBrokenLocale.abilist:
8225 ... here.
8226 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libBrokenLocale.abilist:
8227 Identical file removed.
8228 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libanl.abilist:
8229 Moved ...
8230 * sysdeps/unix/sysv/linux/mips/mips64/libanl.abilist: ... here.
8231 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libanl.abilist:
8232 Identical file removed.
8233 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libc.abilist: Moved ...
8234 * sysdeps/unix/sysv/linux/mips/mips64/n32/libc.abilist: ... here.
8235 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libcrypt.abilist:
8236 Moved ...
8237 * sysdeps/unix/sysv/linux/mips/mips64/libcrypt.abilist: ... here.
8238 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libcrypt.abilist:
8239 Identical file removed.
8240 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libdl.abilist: Moved ...
8241 * sysdeps/unix/sysv/linux/mips/mips64/libdl.abilist: ... here.
8242 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libdl.abilist:
8243 Identical file removed.
8244 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libm.abilist: Moved ...
8245 * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: ... here.
8246 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libm.abilist:
8247 Identical file removed.
8248 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libnsl.abilist: Moved ...
8249 * sysdeps/unix/sysv/linux/mips/mips64/libnsl.abilist: ... here.
8250 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libnsl.abilist:
8251 Identical file removed.
8252 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libpthread.abilist:
8253 Moved ...
8254 * sysdeps/unix/sysv/linux/mips/mips64/libpthread.abilist: ... here.
8255 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libpthread.abilist:
8256 Identical file removed.
8257 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libresolv.abilist:
8258 Moved ...
8259 * sysdeps/unix/sysv/linux/mips/mips64/n32/libresolv.abilist: ... here.
8260 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/librt.abilist: Moved ...
8261 * sysdeps/unix/sysv/linux/mips/mips64/librt.abilist: ... here.
8262 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/librt.abilist:
8263 Identical file removed.
8264 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libthread_db.abilist:
8265 Moved ...
8266 * sysdeps/unix/sysv/linux/mips/mips64/libthread_db.abilist:
8267 ... here.
8268 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libthread_db.abilist:
8269 Identical file removed.
8270 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libutil.abilist:
8271 Moved ...
8272 * sysdeps/unix/sysv/linux/mips/mips64/libutil.abilist: ... here.
8273 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libutil.abilist:
8274 Identical file removed.
8275 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/c++-types.data:
8276 Moved ...
8277 * sysdeps/unix/sysv/linux/mips/mips64/n64/c++-types.data: ... here.
8278 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/ld.abilist: Moved ...
8279 * sysdeps/unix/sysv/linux/mips/mips64/n64/ld.abilist: ... here.
8280 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilist: Moved ...
8281 * sysdeps/unix/sysv/linux/mips/mips64/n64/libc.abilist: ... here.
8282 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libresolv.abilist:
8283 Moved ...
8284 * sysdeps/unix/sysv/linux/mips/mips64/n64/libresolv.abilist: ... here.
8285 * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h: Moved ...
8286 * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: ... here.
8287
8288 * sysdeps/unix/sysv/linux/mips/vfork.S: Incorporate
8289 SAVE_PID and RESTORE_PID blocks from nptl/pt-vfork.S.
8290 * sysdeps/unix/sysv/linux/mips/nptl/vfork.S: File removed.
8291 * sysdeps/unix/sysv/linux/mips/nptl/pt-vfork.S: File removed.
8292 * sysdeps/unix/sysv/linux/mips/pt-vfork.S: New file.
8293
8294 2014-06-27 Arjun Shankar <arjun.is@lostca.se>
8295
8296 [BZ #17092]
8297 * nscd/nscd.c (monitor_child): Return exit status of child
8298 instead of return value from wait syscall.
8299
8300 2014-06-27 Joseph Myers <joseph@codesourcery.com>
8301
8302 * configure.ac (libc_commonpagesize): Remove variable.
8303 (libc_relro_required): Likewise.
8304 (libc_cv_z_relro): Remove configure test.
8305 * configure: Regenerated.
8306 * sysdeps/aarch64/preconfigure (libc_commonpagesize): Do not set
8307 variable.
8308 (libc_relro_required): Likewise.
8309 * sysdeps/alpha/preconfigure (libc_commonpagesize): Likewise.
8310 (libc_relro_required): Likewise.
8311 * sysdeps/arm/preconfigure.ac (libc_commonpagesize): Likewise.
8312 (libc_relro_required): Likewise.
8313 * sysdeps/arm/preconfigure: Regenerated.
8314 * sysdeps/ia64/preconfigure: Remove file.
8315 * sysdeps/tile/preconfigure (libc_commonpagesize): Do not set
8316 variable.
8317 (libc_relro_required): Likewise.
8318
8319 [BZ #16561]
8320 [BZ #16562]
8321 * sysdeps/ieee754/dbl-64/e_jn.c: Include <float.h>.
8322 (__ieee754_yn): Set FE_TONEAREST mode internally and then
8323 recompute overflowing results in original rounding mode.
8324 * sysdeps/ieee754/flt-32/e_jnf.c: Include <float.h>.
8325 (__ieee754_ynf): Set FE_TONEAREST mode internally and then
8326 recompute overflowing results in original rounding mode.
8327 * sysdeps/ieee754/ldbl-128/e_jnl.c: Include <float.h>.
8328 (__ieee754_ynl): Set FE_TONEAREST mode internally and then
8329 recompute overflowing results in original rounding mode.
8330 * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Include <float.h>.
8331 (__ieee754_ynl): Set FE_TONEAREST mode internally and then
8332 recompute overflowing results in original rounding mode.
8333 * sysdeps/ieee754/ldbl-96/e_jnl.c: Include <float.h>.
8334 (__ieee754_ynl): Set FE_TONEAREST mode internally and then
8335 recompute overflowing results in original rounding mode.
8336 * sysdeps/i386/fpu/fenv_private.h [!__SSE2_MATH__]
8337 (libc_feholdsetround_ctx): New macro.
8338 * math/libm-test.inc (yn_test): Use ALL_RM_TEST.
8339 * sysdeps/i386/fpu/libm-test-ulps: Update.
8340 * sysdeps/x86_64/fpu/libm-test-ulps : Likewise.
8341
8342 2014-06-26 Joseph Myers <joseph@codesourcery.com>
8343
8344 * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h
8345 [__PIC__] (PSEUDO): Use name of _nocancel entry point in
8346 corresponding .cpsetup call.
8347
8348 2014-06-26 Roland McGrath <roland@hack.frob.com>
8349
8350 * sysdeps/unix/sysv/linux/arm/libc-aeabi_read_tp.S: Moved ...
8351 * sysdeps/arm/libc-aeabi_read_tp.S: ... here.
8352 * sysdeps/arm/Makefile [$(subdir) = csu]
8353 (aeabi_routines): Add aeabi_read_tp and libc-aeabi_read_tp here.
8354 (static-only-routines): Add aeabi_read_tp here.
8355 (shared-only-routines): Add libc-aeabi_read_tp here.
8356 (CFLAGS-libc-start.c): Add -fexceptions here.
8357 * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = csu]
8358 (sysdep_routines, static-only-routines, shared-only-routines):
8359 Don't add to these here.
8360 (CFLAGS-libc-start.c): Likewise.
8361
8362 * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: Moved ...
8363 * sysdeps/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
8364 * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: Moved ...
8365 * sysdeps/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
8366 * sysdeps/arm/Makefile [$(subdir) = rt]
8367 (librt-sysdep_routines, librt-shared-only-routines):
8368 Append rt-aeabi_unwind_cpp_pr1 here.
8369 * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = rt]
8370 (librt-sysdep_routines, librt-shared-only-routines): Don't do it here.
8371 * sysdeps/arm/nptl/Makefile [$(subdir) = nptl]
8372 (libpthread-sysdep_routines, libpthread-shared-only-routines):
8373 Append nptl-aeabi_unwind_cpp_pr1 here.
8374 (tests): Filter out tst-cleanupx4 here.
8375 * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = nptl]
8376 (libpthread-sysdep_routines, libpthread-shared-only-routines, tests):
8377 Don't do those here.
8378
8379 2014-06-26 Joseph Myers <joseph@codesourcery.com>
8380
8381 * scripts/list-sources.sh: Do not handle ports specially.
8382
8383 2014-06-26 Roland McGrath <roland@hack.frob.com>
8384
8385 * sysdeps/arm/fesetenv.c: Include <fpu_control.h>.
8386 * sysdeps/arm/feupdateenv.c: Likewise.
8387
8388 * posix/spawn_faction_addopen.c: Include <stdlib.h> for free decl.
8389
8390 2014-06-26 Joseph Myers <joseph@codesourcery.com>
8391
8392 * manual/texinfo.tex: Update to version 2014-05-05.10 with
8393 trailing whitespace removed.
8394 * scripts/config.guess: Update to version 2014-03-23.
8395 * scripts/config.sub: Update to version 2014-05-01
8396 * scripts/install-sh: Update to version 2013-12-25.23.
8397 * scripts/move-if-change: Update from gnulib.
8398
8399 2014-06-26 Siddhesh Poyarekar <siddhesh@redhat.com>
8400
8401 * debug/memmove_chk.c: Remove pagecopy.h include.
8402
8403 2014-06-26 Paul Eggert <eggert@cs.ucla.edu>
8404
8405 * time/mktime.c (leapyear): Remove inline keyword. The code is now
8406 identical to gnulib mktime.
8407
8408 2014-06-26 Joseph Myers <joseph@codesourcery.com>
8409
8410 * configure.ac: Do not test for machine being rs6000. Do not test
8411 for powerpc*-*soft.
8412 * configure: Regenerated.
8413
8414 * configure.ac (libc_cv_asm_cfi_directives): Remove configure
8415 test.
8416 * configure: Regenerated.
8417 * config.h.in (HAVE_ASM_CFI_DIRECTIVES): Remove macro undefine.
8418 * sysdeps/arm/configure.ac (libc_cv_asm_cfi_directive_sections):
8419 Remove configure test.
8420 * sysdeps/arm/configure: Regenerated.
8421 * sysdeps/nptl/configure.ac: Do not check
8422 libc_cv_asm_cfi_directives.
8423 * sysdeps/nptl/configure: Regenerated.
8424 * sysdeps/x86_64/nptl/configure.ac: Remove file.
8425 * sysdeps/x86_64/nptl/configure: Remove generated file.
8426 * b/sysdeps/generic/sysdep.h [HAVE_ASM_CFI_DIRECTIVES]: Make code
8427 unconditional.
8428 [!HAVE_ASM_CFI_DIRECTIVES]: Remove conditional code.
8429
8430 2014-06-26 Siddhesh Poyarekar <siddhesh@redhat.com>
8431
8432 * posix/fnmatch.c: Define WIDE_CHAR_VERSION.
8433 * posix/fnmatch_loop.c: Undefine WIDE_CHAR_VERSION.
8434 (FCT): Check value of WIDE_CHAR_VERSION instead of checking if
8435 it is defined.
8436
8437 * elf/dl-runtime.c: Check for value of ELF_MACHINE_NO_RELA
8438 instead of whether it is defined.
8439 * sysdeps/aarch64/dl-machine.h: Define ELF_MACHINE_NO_RELA.
8440 * sysdeps/hppa/dl-machine.h: Likewise.
8441 * sysdeps/ia64/dl-machine.h: Likewise.
8442 * sysdeps/m68k/dl-machine.h: Likewise.
8443 * sysdeps/microblaze/dl-machine.h: Likewise.
8444 * sysdeps/mips/dl-machine.: Likewise.
8445 * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
8446 * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
8447 * sysdeps/s390/s390-32/dl-machine.h: Likewise.
8448 * sysdeps/s390/s390-64/dl-machine.h: Likewise.
8449 * sysdeps/sh/dl-machine.h: Likewise.
8450 * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
8451 * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
8452 * sysdeps/tile/dl-machine.h: Likewise.
8453 * sysdeps/x86_64/dl-machine.h: Likewise.
8454
8455 * nscd/connections.c (enum usekey) [SEPARATE_KEY]: Remove
8456 code.
8457 (verify_persistent_db): Likewise.
8458
8459 2014-06-26 Roland McGrath <roland@hack.frob.com>
8460
8461 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data: Moved ...
8462 * sysdeps/unix/sysv/linux/s390/s390-32/c++-types.data: ... here.
8463 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Moved ...
8464 * sysdeps/unix/sysv/linux/s390/s390-32/ld.abilist: ... here.
8465 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
8466 Moved ...
8467 * sysdeps/unix/sysv/linux/s390/s390-32/libBrokenLocale.abilist:
8468 ... here.
8469 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: Moved ...
8470 * sysdeps/unix/sysv/linux/s390/libanl.abilist: ... here.
8471 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist:
8472 Identical file removed.
8473 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Moved ...
8474 * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist: ... here.
8475 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: Moved ...
8476 * sysdeps/unix/sysv/linux/s390/s390-32/libcrypt.abilist: ... here.
8477 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: Moved ...
8478 * sysdeps/unix/sysv/linux/s390/s390-32/libdl.abilist: ... here.
8479 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Moved ...
8480 * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: ... here.
8481 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: Moved ...
8482 * sysdeps/unix/sysv/linux/s390/s390-32/libnsl.abilist: ... here.
8483 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
8484 Moved ...
8485 * sysdeps/unix/sysv/linux/s390/s390-32/libpthread.abilist: ... here.
8486 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: Moved ...
8487 * sysdeps/unix/sysv/linux/s390/s390-32/libresolv.abilist: ... here.
8488 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Moved ...
8489 * sysdeps/unix/sysv/linux/s390/s390-32/librt.abilist: ... here.
8490 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
8491 Moved ...
8492 * sysdeps/unix/sysv/linux/s390/s390-32/libthread_db.abilist: ... here.
8493 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Moved ...
8494 * sysdeps/unix/sysv/linux/s390/s390-32/libutil.abilist: ... here.
8495 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data: Moved ...
8496 * sysdeps/unix/sysv/linux/s390/localplt.data: ... here.
8497 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
8498 Identical file removed.
8499 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data: Moved ...
8500 * sysdeps/unix/sysv/linux/s390/s390-64/c++-types.data: ... here.
8501 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Moved ...
8502 * sysdeps/unix/sysv/linux/s390/s390-64/ld.abilist: ... here.
8503 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
8504 Moved ...
8505 * sysdeps/unix/sysv/linux/s390/s390-64/libBrokenLocale.abilist:
8506 ... here.
8507 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Moved ...
8508 * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist: ... here.
8509 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: Moved ...
8510 * sysdeps/unix/sysv/linux/s390/s390-64/libcrypt.abilist: ... here.
8511 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: Moved ...
8512 * sysdeps/unix/sysv/linux/s390/s390-64/libdl.abilist: ... here.
8513 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Moved ...
8514 * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: ... here.
8515 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: Moved ...
8516 * sysdeps/unix/sysv/linux/s390/s390-64/libnsl.abilist: ... here.
8517 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
8518 Moved ...
8519 * sysdeps/unix/sysv/linux/s390/s390-64/libpthread.abilist: ... here.
8520 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist:
8521 Moved ...
8522 * sysdeps/unix/sysv/linux/s390/s390-64/libresolv.abilist: ... here.
8523 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: Moved ...
8524 * sysdeps/unix/sysv/linux/s390/s390-64/librt.abilist: ... here.
8525 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
8526 Moved ...
8527 * sysdeps/unix/sysv/linux/s390/s390-64/libthread_db.abilist: ... here.
8528 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: Moved ...
8529 * sysdeps/unix/sysv/linux/s390/s390-64/libutil.abilist: ... here.
8530
8531 * nptl/sysdeps/unix/sysv/linux/s390/Makefile: File removed, contents
8532 folded into ...
8533 * sysdeps/unix/sysv/linux/s390/Makefile [$(subdir) = nptl]: ... here.
8534 * sysdeps/unix/sysv/linux/s390/Versions
8535 (libpthread: GLIBC_2.19): New version set.
8536 * nptl/sysdeps/unix/sysv/linux/s390/Versions: File removed.
8537 * sysdeps/unix/sysv/linux/s390/s390-64/Versions
8538 (librt: GLIBC_2.3.3): New version set.
8539 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/Versions: File removed.
8540 * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: Moved ...
8541 * sysdeps/unix/sysv/linux/s390/elision-conf.c: ... here.
8542 * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Moved ...
8543 * sysdeps/unix/sysv/linux/s390/elision-conf.h: ... here.
8544 * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Moved ...
8545 * sysdeps/unix/sysv/linux/s390/elision-lock.c: ... here.
8546 * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Moved ...
8547 * sysdeps/unix/sysv/linux/s390/elision-timed.c: ... here.
8548 * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Moved ...
8549 * sysdeps/unix/sysv/linux/s390/elision-trylock.c: ... here.
8550 * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Moved ...
8551 * sysdeps/unix/sysv/linux/s390/elision-unlock.c: ... here.
8552 * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Moved ...
8553 * sysdeps/unix/sysv/linux/s390/force-elision.h: ... here.
8554 * nptl/sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Moved ...
8555 * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: ... here.
8556 * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h: Moved ...
8557 * sysdeps/unix/sysv/linux/s390/lowlevellock.h: ... here.
8558 * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: Moved ...
8559 * sysdeps/unix/sysv/linux/s390/pt-longjmp.c: ... here.
8560 * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: Moved ...
8561 * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: ... here.
8562 * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: Moved ...
8563 * sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: ... here.
8564 * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: Moved ...
8565 * sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: ... here.
8566 * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: Moved ...
8567 * sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: ... here.
8568 * nptl/sysdeps/unix/sysv/linux/s390/pthread_once.c: Moved ...
8569 * sysdeps/unix/sysv/linux/s390/pthread_once.c: ... here.
8570 * nptl/sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Moved ...
8571 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: ... here.
8572 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Moved ...
8573 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: ... here.
8574 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Moved ...
8575 * sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: ... here.
8576 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Moved ...
8577 * sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: ... here.
8578 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Moved ...
8579 * sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: ... here.
8580 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Moved ...
8581 * sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: ... here.
8582 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Moved ...
8583 * sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: ... here.
8584
8585 * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Moved ...
8586 * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: ... here.
8587 (__libc_vfork): Define the function under this name.
8588 [!NOT_IN_libc] (__vfork): Make this an alias.
8589 [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
8590 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Moved ...
8591 * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: ... here.
8592 (__libc_vfork): Define the function under this name.
8593 [!NOT_IN_libc] (__vfork): Make this an alias.
8594 [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
8595 * sysdeps/unix/sysv/linux/s390/pt-vfork.S: New file.
8596 * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: File removed.
8597 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: File removed.
8598 * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Remove vfork.
8599 * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
8600
8601 * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Deconditionalize the
8602 code that was previously under [RESET_PID].
8603 * sysdeps/unix/sysv/linux/s390/s390-64/clone.S: Likewise.
8604 * nptl/sysdeps/unix/sysv/linux/s390/s390-32/clone.S: File removed.
8605 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/clone.S: File removed.
8606
8607 * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h: Moved ...
8608 * sysdeps/aarch64/nptl/bits/pthreadtypes.h: ... here.
8609 * sysdeps/unix/sysv/linux/aarch64/nptl/bits/semaphore.h: Moved ...
8610 * sysdeps/aarch64/nptl/bits/semaphore.h: ... here.
8611 * sysdeps/unix/sysv/linux/aarch64/nptl/bits/local_lim.h: Moved ...
8612 * sysdeps/unix/sysv/linux/aarch64/bits/local_lim.h: ... here.
8613 * sysdeps/unix/sysv/linux/aarch64/nptl/c++-types.data: Moved ...
8614 * sysdeps/unix/sysv/linux/aarch64/c++-types.data: ... here.
8615 * sysdeps/unix/sysv/linux/aarch64/nptl/ld.abilist: Moved ...
8616 * sysdeps/unix/sysv/linux/aarch64/ld.abilist: ... here.
8617 * sysdeps/unix/sysv/linux/aarch64/nptl/libBrokenLocale.abilist:
8618 Moved ...
8619 * sysdeps/unix/sysv/linux/aarch64/libBrokenLocale.abilist: ... here.
8620 * sysdeps/unix/sysv/linux/aarch64/nptl/libanl.abilist: Moved ...
8621 * sysdeps/unix/sysv/linux/aarch64/libanl.abilist: ... here.
8622 * sysdeps/unix/sysv/linux/aarch64/nptl/libc.abilist: Moved ...
8623 * sysdeps/unix/sysv/linux/aarch64/libc.abilist: ... here.
8624 * sysdeps/unix/sysv/linux/aarch64/nptl/libcrypt.abilist: Moved ...
8625 * sysdeps/unix/sysv/linux/aarch64/libcrypt.abilist: ... here.
8626 * sysdeps/unix/sysv/linux/aarch64/nptl/libdl.abilist: Moved ...
8627 * sysdeps/unix/sysv/linux/aarch64/libdl.abilist: ... here.
8628 * sysdeps/unix/sysv/linux/aarch64/nptl/libm.abilist: Moved ...
8629 * sysdeps/unix/sysv/linux/aarch64/libm.abilist: ... here.
8630 * sysdeps/unix/sysv/linux/aarch64/nptl/libnsl.abilist: Moved ...
8631 * sysdeps/unix/sysv/linux/aarch64/libnsl.abilist: ... here.
8632 * sysdeps/unix/sysv/linux/aarch64/nptl/libpthread.abilist: Moved ...
8633 * sysdeps/unix/sysv/linux/aarch64/libpthread.abilist: ... here.
8634 * sysdeps/unix/sysv/linux/aarch64/nptl/libresolv.abilist: Moved ...
8635 * sysdeps/unix/sysv/linux/aarch64/libresolv.abilist: ... here.
8636 * sysdeps/unix/sysv/linux/aarch64/nptl/librt.abilist: Moved ...
8637 * sysdeps/unix/sysv/linux/aarch64/librt.abilist: ... here.
8638 * sysdeps/unix/sysv/linux/aarch64/nptl/libthread_db.abilist: Moved ...
8639 * sysdeps/unix/sysv/linux/aarch64/libthread_db.abilist: ... here.
8640 * sysdeps/unix/sysv/linux/aarch64/nptl/libutil.abilist: Moved ...
8641 * sysdeps/unix/sysv/linux/aarch64/libutil.abilist: ... here.
8642 * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data: Moved ...
8643 * sysdeps/unix/sysv/linux/aarch64/localplt.data: ... here.
8644 * sysdeps/unix/sysv/linux/aarch64/nptl/lowlevellock.h: Moved ...
8645 * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: ... here.
8646 * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Moved ...
8647 * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: ... here.
8648
8649 2014-06-25 Roland McGrath <roland@hack.frob.com>
8650
8651 * sysdeps/unix/sysv/linux/mips/clone.S: Deconditionalize the code
8652 that was previously under [RESET_PID].
8653 * sysdeps/unix/sysv/linux/mips/nptl/clone.S: File removed.
8654
8655 2014-06-25 Joseph Myers <joseph@codesourcery.com>
8656
8657 * sysdeps/unix/sysv/linux/dl-opendir.c (__ASSUME_O_CLOEXEC): Do
8658 not undefine and redefine.
8659 * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs)
8660 [O_CLOEXEC]: Make code unconditional.
8661 (__get_nprocs) [!O_CLOEXEC]: Remove conditional code.
8662 * sysdeps/unix/sysv/linux/shm_open.c: Do not include
8663 <kernel-features.h>.
8664 [O_CLOEXEC && !__ASSUME_O_CLOEXEC] (have_o_cloexec): Remove
8665 conditional variable definition.
8666 (shm_open) [O_CLOEXEC]: Make code unconditional.
8667 (shm_open) [!O_CLOEXEC || !__ASSUME_O_CLOEXEC]: Remove conditional
8668 code.
8669
8670 * configure.ac (USE_REGPARMS): Don't define here.
8671 * configure: Regenerated.
8672 * sysdeps/i386/configure.ac (USE_REGPARMS): Define here.
8673 * sysdeps/i386/configure: Regenerated.
8674
8675 * nptl/createthread.c: Don't include kernel-features.h.
8676 * nptl/pthread_cancel.c: Likewise.
8677 * nptl/pthread_condattr_setclock.c: Likewise.
8678 * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Likewise.
8679 * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Likewise.
8680 * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Likewise.
8681 * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Likewise.
8682 * nptl/sysdeps/unix/sysv/linux/raise.c: Likewise.
8683 * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: Likewise.
8684 * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
8685 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: Likewise.
8686 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
8687 * nptl/sysdeps/unix/sysv/linux/timer_create.c: Likewise.
8688 * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Likewise.
8689 * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Likewise.
8690 * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Likewise.
8691 * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Likewise.
8692 * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Likewise.
8693 * nscd/gai.c: Likewise.
8694 * nss/nss_db/db-open.c: Likewise.
8695 * sysdeps/generic/ldsodefs.h: Likewise.
8696 * sysdeps/sh/nptl/tls.h: Likewise.
8697 * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
8698 * sysdeps/unix/sysv/linux/aarch64/sigcontextinfo.h: Likewise.
8699 * sysdeps/unix/sysv/linux/aarch64/vfork.S: Likewise.
8700 * sysdeps/unix/sysv/linux/adjtime.c: Likewise.
8701 * sysdeps/unix/sysv/linux/alpha/xstatconv.h: Likewise.
8702 * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
8703 * sysdeps/unix/sysv/linux/arm/sigcontextinfo.h: Likewise.
8704 * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
8705 * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
8706 * sysdeps/unix/sysv/linux/clock_getres.c: Likewise.
8707 * sysdeps/unix/sysv/linux/clock_gettime.c: Likewise.
8708 * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
8709 * sysdeps/unix/sysv/linux/clock_settime.c: Likewise.
8710 * sysdeps/unix/sysv/linux/dl-execstack.c: Likewise.
8711 * sysdeps/unix/sysv/linux/dl-osinfo.h: Likewise.
8712 * sysdeps/unix/sysv/linux/dl-sysdep.c: Likewise.
8713 * sysdeps/unix/sysv/linux/generic/futimesat.c: Likewise.
8714 * sysdeps/unix/sysv/linux/generic/poll.c: Likewise.
8715 * sysdeps/unix/sysv/linux/generic/wordsize-32/fcntl.c: Likewise.
8716 * sysdeps/unix/sysv/linux/generic/wordsize-32/fxstatat.c: Likewise.
8717 * sysdeps/unix/sysv/linux/generic/wordsize-32/pread.c: Likewise.
8718 * sysdeps/unix/sysv/linux/generic/wordsize-32/pread64.c: Likewise.
8719 * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv.c: Likewise.
8720 * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv64.c: Likewise.
8721 * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite.c: Likewise.
8722 * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite64.c: Likewise.
8723 * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev.c: Likewise.
8724 * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev64.c: Likewise.
8725 * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
8726 * sysdeps/unix/sysv/linux/getpagesize.c: Likewise.
8727 * sysdeps/unix/sysv/linux/getsysstats.c: Likewise.
8728 * sysdeps/unix/sysv/linux/i386/fxstat.c: Likewise.
8729 * sysdeps/unix/sysv/linux/i386/lxstat.c: Likewise.
8730 * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
8731 * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
8732 * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
8733 * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
8734 * sysdeps/unix/sysv/linux/i386/xstat.c: Likewise.
8735 * sysdeps/unix/sysv/linux/ia64/system.c: Likewise.
8736 * sysdeps/unix/sysv/linux/if_index.c: Likewise.
8737 * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
8738 * sysdeps/unix/sysv/linux/ifreq.c: Likewise.
8739 * sysdeps/unix/sysv/linux/ldsodefs.h: Likewise.
8740 * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
8741 * sysdeps/unix/sysv/linux/m68k/vfork.S: Likewise.
8742 * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Likewise.
8743 * sysdeps/unix/sysv/linux/mips/mips32/accept4.c: Likewise.
8744 * sysdeps/unix/sysv/linux/mips/mips32/recvmmsg.c: Likewise.
8745 * sysdeps/unix/sysv/linux/mips/mips32/sendmmsg.c: Likewise.
8746 * sysdeps/unix/sysv/linux/mips/pread.c: Likewise.
8747 * sysdeps/unix/sysv/linux/mips/pread64.c: Likewise.
8748 * sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise.
8749 * sysdeps/unix/sysv/linux/mips/pwrite64.c: Likewise.
8750 * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
8751 * sysdeps/unix/sysv/linux/mmap64.c: Likewise.
8752 * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
8753 * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
8754 * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Likewise.
8755 * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
8756 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c: Likewise.
8757 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: Likewise.
8758 * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Likewise.
8759 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Likewise.
8760 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Likewise.
8761 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Likewise.
8762 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Likewise.
8763 * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
8764 * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
8765 * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Likewise.
8766 * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c: Likewise.
8767 * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: Likewise.
8768 * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S: Likewise.
8769 * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
8770 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
8771 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
8772 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
8773 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
8774 * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S: Likewise.
8775 * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S: Likewise.
8776 * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Likewise.
8777 * sysdeps/unix/sysv/linux/pread.c: Likewise.
8778 * sysdeps/unix/sysv/linux/pread64.c: Likewise.
8779 * sysdeps/unix/sysv/linux/prof-freq.c: Likewise.
8780 * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
8781 * sysdeps/unix/sysv/linux/pwrite64.c: Likewise.
8782 * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S: Likewise.
8783 * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S: Likewise.
8784 * sysdeps/unix/sysv/linux/s390/system.c: Likewise.
8785 * sysdeps/unix/sysv/linux/sh/pread.c: Likewise.
8786 * sysdeps/unix/sysv/linux/sh/pread64.c: Likewise.
8787 * sysdeps/unix/sysv/linux/sh/pwrite.c: Likewise.
8788 * sysdeps/unix/sysv/linux/sh/pwrite64.c: Likewise.
8789 * sysdeps/unix/sysv/linux/sigaction.c: Likewise.
8790 * sysdeps/unix/sysv/linux/sigpending.c: Likewise.
8791 * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
8792 * sysdeps/unix/sysv/linux/sigsuspend.c: Likewise.
8793 * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
8794 * sysdeps/unix/sysv/linux/sparc/system.c: Likewise.
8795 * sysdeps/unix/sysv/linux/syslog.c: Likewise.
8796 * sysdeps/unix/sysv/linux/system.c: Likewise.
8797 * sysdeps/unix/sysv/linux/testrtsig.h: Likewise.
8798 * sysdeps/unix/sysv/linux/timespec_get.c: Likewise.
8799 * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
8800 * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
8801 * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
8802 * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
8803 * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
8804
8805 * configure.ac (libc_cv_c_asmcr0_bug): Remove configure test.
8806 * configure: Regenerated.
8807 * config.h.in (BROKEN_PPC_ASM_CR0): Remove macro.
8808
8809 * configure.ac (base_machine): Do not set specially for particular
8810 machines here.
8811 * configure: Regenerated.
8812 * sysdeps/powerpc/preconfigure: Move machine and base_machine
8813 settings from configure.ac.
8814 * sysdeps/i386/preconfigure: New file.
8815 * sysdeps/s390/preconfigure: Likewise.
8816 * sysdeps/sh/preconfigure: Likewise.
8817 * sysdeps/sparc/preconfigure: Likewise.
8818
8819 2014-06-25 Roland McGrath <roland@hack.frob.com>
8820
8821 * sysdeps/sparc/sparc64/nptl/cpu_relax.S: Moved ...
8822 * sysdeps/sparc/sparc64/cpu_relax.S: ... here.
8823 * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: Moved ...
8824 * sysdeps/sparc/sparc64/pthread_spin_init.c: ... here.
8825 * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: Moved ...
8826 * sysdeps/sparc/sparc64/pthread_spin_lock.S: ... here.
8827 * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: Moved ...
8828 * sysdeps/sparc/sparc64/pthread_spin_trylock.S: ... here.
8829 * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: Moved ...
8830 * sysdeps/sparc/sparc64/pthread_spin_unlock.S: ... here.
8831 * sysdeps/sparc/sparc64/nptl/pthreaddef.h: Moved ...
8832 * sysdeps/sparc/sparc64/pthreaddef.h: ... here.
8833 * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: Update #include.
8834 * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Likewise.
8835 * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Likewise.
8836 * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Likewise.
8837 * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Likewise.
8838 * sysdeps/sparc/sparc64/nptl/Makefile: File removed, its contents ...
8839 * sysdeps/sparc/sparc64/Makefile: ... appended here.
8840
8841 * sysdeps/sparc/sparc32/nptl/lowlevellock.c: Moved ...
8842 * sysdeps/sparc/sparc32/lowlevellock.c: ... here.
8843 * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Moved ...
8844 * sysdeps/sparc/sparc32/pthread_barrier_wait.c: ... here.
8845 * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: Moved ...
8846 * sysdeps/sparc/sparc32/pthread_spin_lock.S: ... here.
8847 * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: Moved ...
8848 * sysdeps/sparc/sparc32/pthread_spin_trylock.S: ... here.
8849 * sysdeps/sparc/sparc32/nptl/pthreaddef.h: Moved ...
8850 * sysdeps/sparc/sparc32/pthreaddef.h: ... here.
8851 * sysdeps/sparc/sparc32/nptl/sem_post.c: Moved ...
8852 * sysdeps/sparc/sparc32/sem_post.c: ... here.
8853 * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Moved ...
8854 * sysdeps/sparc/sparc32/sem_timedwait.c: ... here.
8855 * sysdeps/sparc/sparc32/nptl/sem_trywait.c: Moved ...
8856 * sysdeps/sparc/sparc32/sem_trywait.c: ... here.
8857 * sysdeps/sparc/sparc32/nptl/sem_wait.c: Moved ...
8858 * sysdeps/sparc/sparc32/sem_wait.c: ... here.
8859 * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: Moved ...
8860 * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: ... here.
8861 * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: Moved ...
8862 * sysdeps/sparc/sparc32/sparcv9/pthread_barrier_wait.c: ... here.
8863 * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: Moved ...
8864 * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: ... here.
8865 * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: Moved ...
8866 * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: ... here.
8867 * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: Moved ...
8868 * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: ... here.
8869 * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Moved ...
8870 * sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: ... here.
8871 * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: Moved ...
8872 * sysdeps/sparc/sparc32/sparcv9/sem_post.c: ... here.
8873 * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: Moved ...
8874 * sysdeps/sparc/sparc32/sparcv9/sem_timedwait.c: ... here.
8875 * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: Moved ...
8876 * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: ... here.
8877 * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: Moved ...
8878 * sysdeps/sparc/sparc32/sparcv9/sem_wait.c: ... here.
8879
8880 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data: Moved ...
8881 * sysdeps/unix/sysv/linux/sparc/sparc32/c++-types.data: ... here.
8882 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: Moved ...
8883 * sysdeps/unix/sysv/linux/sparc/sparc32/ld.abilist: ... here.
8884 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
8885 Moved ...
8886 * sysdeps/unix/sysv/linux/sparc/sparc32/libBrokenLocale.abilist:
8887 ... here.
8888 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: Moved ...
8889 * sysdeps/unix/sysv/linux/sparc/sparc32/libanl.abilist: ... here.
8890 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Moved ...
8891 * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist: ... here.
8892 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist:
8893 Moved ...
8894 * sysdeps/unix/sysv/linux/sparc/sparc32/libcrypt.abilist: ... here.
8895 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: Moved ...
8896 * sysdeps/unix/sysv/linux/sparc/sparc32/libdl.abilist: ... here.
8897 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: Moved ...
8898 * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: ... here.
8899 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: Moved ...
8900 * sysdeps/unix/sysv/linux/sparc/sparc32/libnsl.abilist: ... here.
8901 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
8902 Moved ...
8903 * sysdeps/unix/sysv/linux/sparc/sparc32/libpthread.abilist: ... here.
8904 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
8905 Moved ...
8906 * sysdeps/unix/sysv/linux/sparc/sparc32/libresolv.abilist: ... here.
8907 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: Moved ...
8908 * sysdeps/unix/sysv/linux/sparc/sparc32/librt.abilist: ... here.
8909 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
8910 Moved ...
8911 * sysdeps/unix/sysv/linux/sparc/sparc32/libthread_db.abilist: ... here.
8912 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: Moved ...
8913 * sysdeps/unix/sysv/linux/sparc/sparc32/libutil.abilist: ... here.
8914 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data: Moved ...
8915 * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: ... here.
8916 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data: Moved ...
8917 * sysdeps/unix/sysv/linux/sparc/sparc64/c++-types.data: ... here.
8918 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: Moved ...
8919 * sysdeps/unix/sysv/linux/sparc/sparc64/ld.abilist: ... here.
8920 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
8921 Moved ...
8922 * sysdeps/unix/sysv/linux/sparc/sparc64/libBrokenLocale.abilist:
8923 ... here.
8924 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: Moved ...
8925 * sysdeps/unix/sysv/linux/sparc/sparc64/libanl.abilist: ... here.
8926 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Moved ...
8927 * sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist: ... here.
8928 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist:
8929 Moved ...
8930 * sysdeps/unix/sysv/linux/sparc/sparc64/libcrypt.abilist: ... here.
8931 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: Moved ...
8932 * sysdeps/unix/sysv/linux/sparc/sparc64/libdl.abilist: ... here.
8933 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: Moved ...
8934 * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: ... here.
8935 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: Moved ...
8936 * sysdeps/unix/sysv/linux/sparc/sparc64/libnsl.abilist: ... here.
8937 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
8938 Moved ...
8939 * sysdeps/unix/sysv/linux/sparc/sparc64/libpthread.abilist: ... here.
8940 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
8941 Moved ...
8942 * sysdeps/unix/sysv/linux/sparc/sparc64/libresolv.abilist: ... here.
8943 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: Moved ...
8944 * sysdeps/unix/sysv/linux/sparc/sparc64/librt.abilist: ... here.
8945 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
8946 Moved ...
8947 * sysdeps/unix/sysv/linux/sparc/sparc64/libthread_db.abilist: ... here.
8948 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: Moved ...
8949 * sysdeps/unix/sysv/linux/sparc/sparc64/libutil.abilist: ... here.
8950 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data: Moved ...
8951 * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: ... here.
8952
8953 2014-06-25 Joseph Myers <joseph@codesourcery.com>
8954
8955 * timezone/checktab.awk: Update from tzcode 2014e.
8956 * timezone/private.h: Likewise.
8957 * timezone/tzfile.h: Likewise.
8958 * timezone/zdump.c: Likewise.
8959 * timezone/zic.c: Likewise.
8960
8961 * sysdeps/unix/sysv/linux/kernel-features.h
8962 (__ASSUME_XFS_RESTRICTED_CHOWN): Remove macro.
8963 * sysdeps/unix/sysv/linux/pathconf.c (__statfs_chown_restricted)
8964 [__ASSUME_XFS_RESTRICTED_CHOWN]: Make code unconditional.
8965 (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
8966 Remove conditional code.
8967
8968 2014-06-25 Will Newton <will.newton@linaro.org>
8969
8970 * sysdeps/unix/sysv/linux/arm/dl-procinfo.c
8971 (_dl_arm_cap_flags): Add HWCAP2 values.
8972 * sysdeps/unix/sysv/linux/arm/dl-procinfo.h
8973 (_DL_HWCAP_COUNT): Increase to 37.
8974 (_DL_HWCAP_LAST): New define.
8975 (_DL_HWCAP2_LAST): New define.
8976 (_dl_procinfo): Add support for printing
8977 AT_HWCAP2 entries.
8978 (_dl_string_hwcap): Use _dl_hwcap_string.
8979
8980 2014-06-25 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
8981
8982 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
8983
8984 2014-06-25 Joseph Myers <joseph@codesourcery.com>
8985
8986 * README: Do not mention ports directory.
8987
8988 * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMENSAT):
8989 Remove macro.
8990 * sysdeps/unix/sysv/linux/futimes.c: Do not include
8991 <kernel-features.h>.
8992 [__NR_utimensat && !__ASSUME_UTIMENSAT] (miss_utimensat): Remove
8993 conditional variable definition.
8994 (__futimes): Update comment.
8995 (__futimes) [__ASSUME_UTIMENSAT]: Make code unconditional.
8996 (__futimes) [!__ASSUME_UTIMENSAT]: Remove conditional code.
8997
8998 [BZ #16560]
8999 * sysdeps/ieee754/dbl-64/e_exp10.c (__ieee754_exp10): Return 1 for
9000 arguments close to 0.
9001 * sysdeps/ieee754/ldbl-128/e_exp10l.c (__ieee754_exp10l):
9002 Likewise.
9003 * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c (__ieee754_exp10l):
9004 Likewise.
9005 * math/auto-libm-test-in: Add more tests of exp10.
9006 * math/auto-libm-test-out: Regenerated.
9007 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
9008
9009 * sysdeps/unix/sysv/linux/kernel-features.h
9010 (__ASSUME_COMPLETE_READV_WRITEV): Remove macro.
9011 * sysdeps/unix/sysv/linux/readv.c: Do not include
9012 <kernel-features.h>.
9013 [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
9014 [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
9015 (__libc_readv) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
9016 unconditional.
9017 (__libc_readv) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
9018 conditional code.
9019 * sysdeps/unix/sysv/linux/writev.c: Do not include
9020 <kernel-features.h>.
9021 [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
9022 [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
9023 (__libc_writev) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
9024 unconditional.
9025 (__libc_writev) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
9026 conditional code.
9027
9028 2014-06-25 Will Newton <will.newton@linaro.org>
9029
9030 * sysdeps/posix/tempname.c: Merge from gnulib, cosmetic
9031 comment changes throughout the file. Remove checks
9032 for HAVE_*_H definitions that are not required.
9033 (__gen_tempname): Call abort if an unknown kind value is
9034 passed.
9035
9036 2014-06-25 Andreas Schwab <schwab@suse.de>
9037
9038 [BZ #17086]
9039 * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Add compat symbols for
9040 scalbln, scalblnf, scalblnl in libc.
9041
9042 2014-06-25 Siddhesh Poyarekar <siddhesh@redhat.com>
9043
9044 [BZ #17086]
9045 * sysdeps/i386/fpu/s_scalbn.S: Add compat symbol for libc.so.
9046 * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
9047 * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
9048
9049 2014-06-24 Roland McGrath <roland@hack.frob.com>
9050
9051 * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: Moved ...
9052 * sysdeps/i386/i486/pthread_spin_trylock.S: ... here.
9053 * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: Moved ...
9054 * sysdeps/i386/i586/pthread_spin_trylock.S: ... here.
9055 Update #include.
9056 * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: Moved ...
9057 * sysdeps/i386/i686/pthread_spin_trylock.S: ... here.
9058 Update #include.
9059 * sysdeps/x86_64/64/nptl/shlib-versions: Moved ...
9060 * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: ... here.
9061 * sysdeps/x86_64/x32/nptl/shlib-versions: Moved ...
9062 * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: ... here.
9063 * sysdeps/x86/nptl/bits/pthreadtypes.h: Moved ...
9064 * sysdeps/x86/bits/pthreadtypes.h: ... here.
9065 * sysdeps/x86/nptl/bits/semaphore.h: Moved ...
9066 * sysdeps/x86/bits/semaphore.h: ... here.
9067 * sysdeps/x86/nptl/elide.h: Moved ...
9068 * sysdeps/x86/elide.h: ... here.
9069 * sysdeps/x86_64/nptl/Implies: File removed.
9070 * sysdeps/i386/nptl/Implies: File removed.
9071
9072 2014-06-24 Joseph Myers <joseph@codesourcery.com>
9073
9074 [BZ #16539]
9075 * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Just
9076 return the argument for normal arguments with exponent below -64.
9077 * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
9078 Likewise.
9079 * math/auto-libm-test-in: Add another test of expm1.
9080 * math/auto-libm-test-out: Regenerated.
9081
9082 [BZ #16287]
9083 * sysdeps/ieee754/ldbl-128/s_erfl.c (__erfl): Return 1 without
9084 calling __erfcl for arguments at least 16.
9085 * math/auto-libm-test-in: Add more tests of erf.
9086 * math/auto-libm-test-out: Regenerated.
9087
9088 * sysdeps/unix/sysv/linux/configure.ac: Remove cases for
9089 individual architectures.
9090 * sysdeps/unix/sysv/linux/configure: Regenerated.
9091 * sysdeps/unix/sysv/linux/i386/configure.ac: New file.
9092 * sysdeps/unix/sysv/linux/i386/configure: New generated file.
9093 * sysdeps/unix/sysv/linux/powerpc/configure.ac
9094 (ldd_rewrite_script): Define variable.
9095 * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
9096 * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure.ac: New
9097 file.
9098 * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure: New
9099 generated file.
9100 * sysdeps/unix/sysv/linux/s390/configure.ac: New file.
9101 * sysdeps/unix/sysv/linux/s390/configure: New generated file.
9102 * sysdeps/unix/sysv/linux/sh/configure.ac: New file.
9103 * sysdeps/unix/sysv/linux/sh/configure: New generated file.
9104 * sysdeps/unix/sysv/linux/sparc/configure.ac: New file.
9105 * sysdeps/unix/sysv/linux/sparc/configure: New generated file.
9106 * sysdeps/unix/sysv/linux/x86_64/configure.ac: New file.
9107 * sysdeps/unix/sysv/linux/x86_64/configure: New generated file.
9108
9109 2014-06-24 Siddhesh Poyarekar <siddhesh@redhat.com>
9110
9111 [BZ #17084]
9112 * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_mutex_t):
9113 Rename member __data.d to __data.__elision_data.
9114
9115 2014-06-24 Wilco <wdijkstr@arm.com>
9116
9117 * NEWS: Add 16918 to fixed bug list.
9118
9119 2014-06-24 Wilco <wdijkstr@arm.com>
9120
9121 * sysdeps/arm/fesetenv.c (fesetenv): Optimize implementation.
9122
9123 2014-06-24 Wilco <wdijkstr@arm.com>
9124
9125 * sysdeps/arm/fpu_control.h (_FPU_MASK_RM): Define.
9126 * sysdeps/arm/fenv_private.h (libc_fesetround_vfp)
9127 (libc_feholdexcept_setround_vfp) (libc_feholdsetround_vfp)
9128 (libc_feresetround_vfp) (libc_feholdsetround_vfp_ctx)
9129 (libc_feresetround_vfp_ctx): Use _FPU_MASK_RM.
9130 * sysdeps/arm/fesetround.c (fesetround): Use _FPU_MASK_RM.
9131 * sysdeps/arm/get-rounding-mode.h (get_rounding_mode):
9132 Use _FPU_MASK_RM.
9133
9134 2014-06-24 Wilco <wdijkstr@arm.com>
9135
9136 * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Remove unused include.
9137
9138 2014-06-24 Wilco <wdijkstr@arm.com>
9139
9140 * sysdeps/arm/feholdexcpt.c (feholdexcept): Remove space.
9141 * sysdeps/arm/fesetenv.c (fesetenv): Remove space.
9142 * sysdeps/arm/fesetround.c (fesetround): Remove space.
9143 * sysdeps/arm/fraiseexcpt.c (feraiseexcept): Remove space.
9144
9145 2014-06-24 Wilco <wdijkstr@arm.com>
9146
9147 [BZ #16918]
9148 * sysdeps/arm/feupdateenv.c (feupdateenv):
9149 Rewrite to reduce FPSCR accesses and fix return value.
9150
9151 2014-06-24 Wilco <wdijkstr@arm.com>
9152
9153 * sysdeps/arm/fclrexcpt.c (feclearexcept):
9154 Optimize to avoid unnecessary FPSCR writes.
9155 * sysdeps/arm/fedisblxcpt.c (fedisableexcept): Likewise.
9156 * sysdeps/arm/feenablxcpt.c (feenableexcept): Likewise.
9157 * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Likewise.
9158 * sysdeps/arm/setfpucw.c (__setfpucw): Likewise.
9159
9160 2014-06-24 Wilco <wdijkstr@arm.com>
9161
9162 * sysdeps/arm/fegetround.c (fegetround): Call get_rounding_mode.
9163 * sysdeps/arm/feholdexcpt.c (feholdexcept): Call libc_feholdexcept_vfp.
9164 * sysdeps/arm/fesetround.c (fesetround): Call libc_fesetround_vfp.
9165 * sysdeps/arm/fgetexcptflg.c (fegetexceptflag):
9166 Call libc_fetestexcept_vfp.
9167 * sysdeps/arm/ftestexcept.c (fetestexcept): Call libc_fetestexcept_vfp.
9168 * sysdeps/arm/fenv_private.h: Move libc_*_vfp functions outside of
9169 __SOFTFP__ ifdef so that they can be built for softfp.
9170
9171 2014-06-24 Siddhesh Poyarekar <siddhesh@redhat.com>
9172
9173 * sysdeps/x86/nptl/elide.h (elision_adapt): Make first
9174 argument type signed char.
9175
9176 * Makerules (check-abi): Dump diff of symlist if the test
9177 fails.
9178
9179 2014-06-23 Roland McGrath <roland@hack.frob.com>
9180
9181 * sysdeps/generic/get-rounding-mode.h: Include <stdlib.h> before
9182 using abort.
9183
9184 * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
9185 Remove unused variable ST.
9186
9187 2014-06-23 Joseph Myers <joseph@codesourcery.com>
9188
9189 [BZ #16354]
9190 [BZ #17061]
9191 * sysdeps/ieee754/dbl-64/e_cosh.c (__ieee754_cosh): Check for
9192 small arguments before calling __expm1.
9193 * sysdeps/ieee754/flt-32/e_coshf.c (__ieee754_coshf): Check for
9194 small arguments before calling __expm1f.
9195 * sysdeps/ieee754/ldbl-128/e_coshl.c (__ieee754_coshl): Check for
9196 small arguments before calling __expm1l.
9197 * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
9198 Likewise.
9199 * sysdeps/ieee754/ldbl-96/e_coshl.c (__ieee754_coshl): Likewise.
9200 * math/auto-libm-test-in: Add more cosh tests. Do not allow
9201 spurious underflow for some cosh tests.
9202 * math/auto-libm-test-out: Regenerated.
9203 * sysdeps/i386/fpu/libm-test-ulps: Update.
9204
9205 [BZ #17050]
9206 * sysdeps/ieee754/dbl-64/e_j1.c: Include <errno.h>.
9207 (__ieee754_y1): Set errno if return value overflows.
9208 * sysdeps/ieee754/flt-32/e_j1f.c: Include <errno.h>.
9209 (__ieee754_y1f): Set errno if return value overflows.
9210 * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <errno.h>.
9211 (__ieee754_y1l): Set errno if return value overflows.
9212 * sysdeps/ieee754/ldbl-96/e_j1l.c: Include <errno.h>.
9213 (__ieee754_y1l): Set errno if return value overflows.
9214 * math/auto-libm-test-in: Add more tests of y0, y1 and yn.
9215 * math/auto-libm-test-out: Regenerated.
9216
9217 * math/gen-auto-libm-tests.c: Document use of
9218 ignore-zero-inf-sign.
9219 (input_flag_type): Add value flag_ignore_zero_inf_sign.
9220 (input_flags): Add ignore-zero-inf-sign.
9221 (output_for_one_input_case): Handle flag_ignore_zero_inf_sign.
9222 * math/gen-libm-test.pl (generate_testfile): Handle
9223 ignore-zero-inf-sign.
9224 * math/auto-libm-test-in: Mark some cpow tests with
9225 ignore-zero-inf-sign and some with xfail-rounding.
9226 * math/auto-libm-test-out: Regenerated.
9227 * math/libm-test.inc (cpow_test): Use ALL_RM_TEST.
9228 * sysdeps/i386/fpu/libm-test-ulps: Update.
9229 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
9230
9231 [BZ #16315]
9232 * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Ensure possibly
9233 overflowing or underflowing operations take place with sign of
9234 result.
9235 * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
9236 * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
9237 * sysdeps/ieee754/dbl-64/e_pow.c: Include <math.h>.
9238 (__ieee754_pow): Recompute overflowing and underflowing results in
9239 original rounding mode.
9240 * sysdeps/x86/fpu/powl_helper.c: Include <stdbool.h>.
9241 (__powl_helper): Allow negative argument X and scale negated value
9242 as needed. Avoid passing value outside [-1, 1] to f2xm1.
9243 * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Ensure possibly
9244 overflowing or underflowing operations take place with sign of
9245 result.
9246 * sysdeps/x86_64/fpu/multiarch/e_pow.c [HAVE_FMA4_SUPPORT]:
9247 Include <math.h>.
9248 * math/auto-libm-test-in: Add more tests of pow.
9249 * math/auto-libm-test-out: Regenerated.
9250 * math/libm-test.inc (pow_test): Use ALL_RM_TEST.
9251 (pow_tonearest_test_data): Remove.
9252 (pow_test_tonearest): Likewise.
9253 (pow_towardzero_test_data): Likewise.
9254 (pow_test_towardzero): Likewise.
9255 (pow_downward_test_data): Likewise.
9256 (pow_test_downward): Likewise.
9257 (pow_upward_test_data): Likewise.
9258 (pow_test_upward): Likewise.
9259 (main): Don't call removed functions.
9260 * sysdeps/i386/fpu/libm-test-ulps: Update.
9261 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
9262
9263 2014-06-23 Roland McGrath <roland@hack.frob.com>
9264
9265 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/c++-types.data:
9266 Moved ...
9267 * sysdeps/unix/sysv/linux/powerpc/powerpc32/c++-types.data: ... here.
9268 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
9269 Moved ...
9270 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist: ... here.
9271 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
9272 Moved ...
9273 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist: ... here.
9274 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
9275 Moved ...
9276 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data: ... here.
9277 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
9278 File removed.
9279 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
9280 File removed.
9281 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libBrokenLocale.abilist:
9282 File removed.
9283 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libanl.abilist:
9284 File removed.
9285 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libcrypt.abilist:
9286 File removed.
9287 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libdl.abilist:
9288 File removed.
9289 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libnsl.abilist:
9290 File removed.
9291 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
9292 File removed.
9293 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libresolv.abilist:
9294 File removed.
9295 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
9296 File removed.
9297 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libthread_db.abilist:
9298 File removed.
9299 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libutil.abilist:
9300 File removed.
9301 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/ld.abilist:
9302 Moved ...
9303 * sysdeps/unix/sysv/linux/powerpc/powerpc32/ld.abilist: ... here.
9304 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libBrokenLocale.abilist:
9305 Moved ...
9306 * sysdeps/unix/sysv/linux/powerpc/powerpc32/libBrokenLocale.abilist:
9307 ... here.
9308 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libanl.abilist:
9309 Moved ...
9310 * sysdeps/unix/sysv/linux/powerpc/powerpc32/libanl.abilist: ... here.
9311 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libcrypt.abilist:
9312 Moved ...
9313 * sysdeps/unix/sysv/linux/powerpc/powerpc32/libcrypt.abilist: ... here.
9314 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libdl.abilist:
9315 Moved ...
9316 * sysdeps/unix/sysv/linux/powerpc/powerpc32/libdl.abilist: ... here.
9317 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libnsl.abilist:
9318 Moved ...
9319 * sysdeps/unix/sysv/linux/powerpc/powerpc32/libnsl.abilist: ... here.
9320 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libpthread.abilist:
9321 Moved ...
9322 * sysdeps/unix/sysv/linux/powerpc/powerpc32/libpthread.abilist: ... here.
9323 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libresolv.abilist:
9324 Moved ...
9325 * sysdeps/unix/sysv/linux/powerpc/powerpc32/libresolv.abilist: ... here.
9326 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/librt.abilist:
9327 Moved ...
9328 * sysdeps/unix/sysv/linux/powerpc/powerpc32/librt.abilist: ... here.
9329 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libthread_db.abilist: Moved ...
9330 * sysdeps/unix/sysv/linux/powerpc/powerpc32/libthread_db.abilist:
9331 ... here.
9332 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libutil.abilist:
9333 Moved ...
9334 * sysdeps/unix/sysv/linux/powerpc/powerpc32/libutil.abilist: ... here.
9335 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
9336 Moved ...
9337 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libc.abilist:
9338 ... here.
9339 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libm.abilist:
9340 Moved ...
9341 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist:
9342 ... here.
9343 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
9344 Moved ...
9345 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
9346 ... here.
9347 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
9348 Moved ...
9349 * sysdeps/unix/sysv/linux/powerpc/powerpc64/c++-types.data: ... here.
9350 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
9351 Moved ...
9352 * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld-le.abilist: ... here.
9353 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: Moved ...
9354 * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld.abilist: ... here.
9355 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
9356 Moved ...
9357 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale-le.abilist:
9358 ... here.
9359 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
9360 Moved ...
9361 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale.abilist:
9362 ... here.
9363 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
9364 Moved ...
9365 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl-le.abilist: ... here.
9366 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
9367 Moved ...
9368 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl.abilist: ... here.
9369 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
9370 Moved ...
9371 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc-le.abilist: ... here.
9372 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
9373 Moved ...
9374 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc.abilist: ... here.
9375 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
9376 Moved ...
9377 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt-le.abilist:
9378 ... here.
9379 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
9380 Moved ...
9381 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt.abilist: ... here.
9382 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
9383 Moved ...
9384 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl-le.abilist: ... here.
9385 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
9386 Moved ...
9387 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl.abilist: ... here.
9388 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
9389 Moved ...
9390 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist: ... here.
9391 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: Moved ...
9392 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist: ... here.
9393 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
9394 Moved ...
9395 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl-le.abilist: ... here.
9396 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
9397 Moved ...
9398 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl.abilist: ... here.
9399 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
9400 Moved ...
9401 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread-le.abilist:
9402 ... here.
9403 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
9404 Moved ...
9405 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread.abilist:
9406 ... here.
9407 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
9408 Moved ...
9409 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv-le.abilist:
9410 ... here.
9411 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
9412 Moved ...
9413 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv.abilist: ... here.
9414 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
9415 Moved ...
9416 * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt-le.abilist: ... here.
9417 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
9418 Moved ...
9419 * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt.abilist: ... here.
9420 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
9421 Moved ...
9422 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db-le.abilist:
9423 ... here.
9424 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
9425 Moved ...
9426 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db.abilist:
9427 ... here.
9428 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
9429 Moved ...
9430 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil-le.abilist:
9431 ... here.
9432 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
9433 Moved ...
9434 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil.abilist: ... here.
9435 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
9436 Moved ...
9437 * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: ... here.
9438
9439 2014-06-23 Will Newton <will.newton@linaro.org>
9440 Wilco <wdijkstr@arm.com>
9441
9442 * sysdeps/generic/math_private.h: Add generic HAVE_RM_CTX
9443 implementation. Include get-rounding-mode.h.
9444 [!HAVE_RM_CTX]: Define HAVE_RM_CTX to zero.
9445 [!libc_feholdsetround_noex_ctx]: Define
9446 libc_feholdsetround_noex_ctx.
9447 [!libc_feholdsetround_noexf_ctx]: Define
9448 libc_feholdsetround_noexf_ctx.
9449 [!libc_feholdsetround_noexl_ctx]: Define
9450 libc_feholdsetround_noexl_ctx.
9451 (libc_feholdsetround_ctx): New function.
9452 (libc_feresetround_ctx): New function.
9453 (libc_feholdsetround_noex_ctx): New function.
9454 (libc_feresetround_noex_ctx): New function.
9455
9456 2014-06-23 Roland McGrath <roland@hack.frob.com>
9457
9458 * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h: Moved ...
9459 * sysdeps/mips/nptl/bits/pthreadtypes.h: ... here.
9460 * sysdeps/unix/sysv/linux/mips/nptl/bits/semaphore.h: Moved ...
9461 * sysdeps/mips/nptl/bits/semaphore.h: ... here.
9462 * sysdeps/unix/sysv/linux/mips/nptl/bits/local_lim.h: Moved ...
9463 * sysdeps/unix/sysv/linux/mips/bits/local_lim.h: ... here.
9464
9465 * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h: Moved ...
9466 * sysdeps/m68k/nptl/bits/pthreadtypes.h: ... here.
9467 * sysdeps/unix/sysv/linux/m68k/nptl/bits/semaphore.h: Moved ...
9468 * sysdeps/m68k/nptl/bits/semaphore.h: ... here.
9469 * sysdeps/unix/sysv/linux/m68k/nptl/c++-types.data: Moved ...
9470 * sysdeps/unix/sysv/linux/m68k/c++-types.data: ... here.
9471 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/bits/atomic.h: Moved ...
9472 * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h: ... here.
9473 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/ld.abilist: Moved ...
9474 * sysdeps/unix/sysv/linux/m68k/coldfire/ld.abilist: ... here.
9475 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libBrokenLocale.abilist:
9476 Moved ...
9477 * sysdeps/unix/sysv/linux/m68k/coldfire/libBrokenLocale.abilist:
9478 ... here.
9479 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libanl.abilist: Moved ...
9480 * sysdeps/unix/sysv/linux/m68k/coldfire/libanl.abilist: ... here.
9481 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libc.abilist: Moved ...
9482 * sysdeps/unix/sysv/linux/m68k/coldfire/libc.abilist: ... here.
9483 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libcrypt.abilist:
9484 Moved ...
9485 * sysdeps/unix/sysv/linux/m68k/coldfire/libcrypt.abilist: ... here.
9486 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libdl.abilist: Moved ...
9487 * sysdeps/unix/sysv/linux/m68k/coldfire/libdl.abilist: ... here.
9488 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libm.abilist: Moved ...
9489 * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: ... here.
9490 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libnsl.abilist: Moved ...
9491 * sysdeps/unix/sysv/linux/m68k/coldfire/libnsl.abilist: ... here.
9492 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libpthread.abilist:
9493 Moved ...
9494 * sysdeps/unix/sysv/linux/m68k/coldfire/libpthread.abilist: ... here.
9495 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libresolv.abilist:
9496 Moved ...
9497 * sysdeps/unix/sysv/linux/m68k/coldfire/libresolv.abilist: ... here.
9498 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/librt.abilist: Moved ...
9499 * sysdeps/unix/sysv/linux/m68k/coldfire/librt.abilist: ... here.
9500 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libthread_db.abilist:
9501 Moved ...
9502 * sysdeps/unix/sysv/linux/m68k/coldfire/libthread_db.abilist: ... here.
9503 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libutil.abilist: Moved ...
9504 * sysdeps/unix/sysv/linux/m68k/coldfire/libutil.abilist: ... here.
9505 * sysdeps/unix/sysv/linux/m68k/nptl/localplt.data: Moved ...
9506 * sysdeps/unix/sysv/linux/m68k/localplt.data: ... here.
9507 * sysdeps/unix/sysv/linux/m68k/nptl/lowlevellock.h: Moved ...
9508 * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: ... here.
9509 * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/ld.abilist: Moved ...
9510 * sysdeps/unix/sysv/linux/m68k/m680x0/ld.abilist: ... here.
9511 * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libBrokenLocale.abilist:
9512 Moved ...
9513 * sysdeps/unix/sysv/linux/m68k/m680x0/libBrokenLocale.abilist:
9514 ... here.
9515 * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libanl.abilist: Moved ...
9516 * sysdeps/unix/sysv/linux/m68k/m680x0/libanl.abilist: ... here.
9517 * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libc.abilist: Moved ...
9518 * sysdeps/unix/sysv/linux/m68k/m680x0/libc.abilist: ... here.
9519 * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libcrypt.abilist: Moved ...
9520 * sysdeps/unix/sysv/linux/m68k/m680x0/libcrypt.abilist: ... here.
9521 * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libdl.abilist: Moved ...
9522 * sysdeps/unix/sysv/linux/m68k/m680x0/libdl.abilist: ... here.
9523 * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libm.abilist: Moved ...
9524 * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: ... here.
9525 * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libnsl.abilist: Moved ...
9526 * sysdeps/unix/sysv/linux/m68k/m680x0/libnsl.abilist: ... here.
9527 * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libpthread.abilist:
9528 Moved ...
9529 * sysdeps/unix/sysv/linux/m68k/m680x0/libpthread.abilist: ... here.
9530 * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libresolv.abilist: Moved ...
9531 * sysdeps/unix/sysv/linux/m68k/m680x0/libresolv.abilist: ... here.
9532 * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/librt.abilist: Moved ...
9533 * sysdeps/unix/sysv/linux/m68k/m680x0/librt.abilist: ... here.
9534 * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libthread_db.abilist:
9535 Moved ...
9536 * sysdeps/unix/sysv/linux/m68k/m680x0/libthread_db.abilist: ... here.
9537 * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libutil.abilist: Moved ...
9538 * sysdeps/unix/sysv/linux/m68k/m680x0/libutil.abilist: ... here.
9539 * sysdeps/unix/sysv/linux/m68k/nptl/sysdep-cancel.h: Moved ...
9540 * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: ... here.
9541
9542 * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: Moved ...
9543 * sysdeps/unix/sysv/linux/sh/c++-types.data: ... here.
9544 * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: Moved ...
9545 * sysdeps/unix/sysv/linux/sh/ld.abilist: ... here.
9546 * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: Moved ...
9547 * sysdeps/unix/sysv/linux/sh/libBrokenLocale.abilist: ... here.
9548 * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: Moved ...
9549 * sysdeps/unix/sysv/linux/sh/libanl.abilist: ... here.
9550 * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Moved ...
9551 * sysdeps/unix/sysv/linux/sh/libc.abilist: ... here.
9552 * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: Moved ...
9553 * sysdeps/unix/sysv/linux/sh/libcrypt.abilist: ... here.
9554 * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: Moved ...
9555 * sysdeps/unix/sysv/linux/sh/libdl.abilist: ... here.
9556 * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Moved ...
9557 * sysdeps/unix/sysv/linux/sh/libm.abilist: ... here.
9558 * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: Moved ...
9559 * sysdeps/unix/sysv/linux/sh/libnsl.abilist: ... here.
9560 * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: Moved ...
9561 * sysdeps/unix/sysv/linux/sh/libpthread.abilist: ... here.
9562 * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: Moved ...
9563 * sysdeps/unix/sysv/linux/sh/libresolv.abilist: ... here.
9564 * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Moved ...
9565 * sysdeps/unix/sysv/linux/sh/librt.abilist: ... here.
9566 * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: Moved ...
9567 * sysdeps/unix/sysv/linux/sh/libthread_db.abilist: ... here.
9568 * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: Moved ...
9569 * sysdeps/unix/sysv/linux/sh/libutil.abilist: ... here.
9570
9571 2014-06-23 Joseph Myers <joseph@codesourcery.com>
9572
9573 * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_GNU]
9574 (FALLOC_FL_COLLAPSE_RANGE): New macro.
9575 [__USE_GNU] (FALLOC_FL_ZERO_RANGE): Likewise.
9576 * sysdeps/unix/sysv/linux/bits/in.h (IP_PMTUDISC_OMIT): Likewise.
9577 (IPV6_PMTUDISC_INTERFACE): Likewise.
9578 (IPV6_PMTUDISC_OMIT): Likewise.
9579
9580 2014-06-23 Andreas Schwab <schwab@suse.de>
9581
9582 * nptl/sysdeps/unix/sysv/linux/mq_notify.c (init_mq_netlink):
9583 Remove unused errout label.
9584
9585 2014-06-23 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
9586
9587 * sysdeps/powerpc/bits/hwcap.h [PPC_FEATURE2_HAS_VEC_CRYPTO]: New
9588 macro: hardware supports Vector Crypto instructions.
9589
9590 2014-06-23 Will Newton <will.newton@linaro.org>
9591
9592 * elf/dl-lookup.c: Use __glibc_unlikely and __glibc_likely
9593 rather than __builtin_expect.
9594
9595 * elf/dl-lookup.c (undefined_msg): Remove variable.
9596 (_dl_lookup_symbol_x): Replace undefined_msg with string
9597 literal.
9598
9599 * elf/dl-lookup.c (do_lookup_unique): New function.
9600 (do_lookup_x): Move STB_GNU_UNIQUE handling code
9601 to a separate function.
9602
9603 2014-06-23 Andreas Schwab <schwab@suse.de>
9604
9605 [BZ #17079]
9606 * nss/nss_files/files-XXX.c (get_contents): Store overflow marker
9607 before reading the next line.
9608
9609 2014-06-23 Will Newton <will.newton@linaro.org>
9610
9611 * test-skeleton.c (signal_handler): Use printf and %m
9612 rather than perror. Use printf rather than fprintf to
9613 stderr. Use puts rather than fputs to stderr.
9614 (main): Likewise.
9615
9616 2014-06-22 Ludovic Courtès <ludo@gnu.org>
9617
9618 * nscd/nscd.c (thread_info_t): Remove typedef.
9619 (thread_info): Remove variable.
9620
9621 2014-06-21 Allan McRae <allan@archlinux.org>
9622
9623 * NEWS: Mention CVE-2014-4043.
9624
9625 2014-06-20 Roland McGrath <roland@hack.frob.com>
9626
9627 * nptl/sysdeps/unix/sysv/linux/smp.h: Moved ...
9628 * nptl/smp.h: ... here.
9629
9630 * nptl/sysdeps/unix/sysv/linux/rtld-lowlevel.h: File removed.
9631
9632 * include/libc-symbols.h (HAVE_CONFIG_H, STDC_HEADERS): New macros.
9633 * catgets/Makefile (catgets-CPPFLAGS): Remove -DHAVE_CONFIG_H.
9634 * locale/Makefile (CPPFLAGS-locale-programs): Likewise.
9635 * stdlib/strtol_l.c [_LIBC] (STDC_HEADERS): Don't define it.
9636
9637 * nptl/allocatestack.c: Include <stack-aliasing.h>.
9638 * nptl/stack-aliasing.h: New file.
9639 * sysdeps/i386/i686/stack-aliasing.h: New file.
9640 * sysdeps/i386/i686/nptl/Makefile: File removed.
9641 * sysdeps/x86_64/stack-aliasing.h: New file.
9642 * sysdeps/x86_64/nptl/Makefile
9643 (CFLAGS-pthread_create.c): Variable removed.
9644
9645 * nptl/sysdeps/unix/sysv/linux/bits/local_lim.h: Moved ...
9646 * sysdeps/unix/sysv/linux/bits/local_lim.h: ... here, replacing the
9647 old file.
9648 * nptl/sysdeps/unix/sysv/linux/bits/posix_opt.h: Moved ...
9649 * sysdeps/unix/sysv/linux/bits/posix_opt.h: ... here, replacing the
9650 old file.
9651
9652 2014-06-21 Joseph Myers <joseph@codesourcery.com>
9653
9654 * sysdeps/unix/sysv/linux/arm/kernel-features.h
9655 (__ASSUME_SIGFRAME_V2): Remove macro.
9656 * sysdeps/unix/sysv/linux/arm/sigrestorer.S: Update comment.
9657 [!__ASSUME_SIGFRAME_V2]: Remove conditional code.
9658 (__default_sa_restorer_v2): Rename to __default_sa_restorer.
9659 (__default_rt_sa_restorer_v2): Rename to __default_rt_sa_restorer.
9660 * sysdeps/unix/sysv/linux/arm/sigaction.c (__default_sa_restorer):
9661 Declare as function. Remove conditional macro definitions.
9662 (__default_rt_sa_restorer): Likewise.
9663 (__default_sa_restorer_v1): Remove declaration.
9664 (__default_sa_restorer_v2): Likewise.
9665 (__default_rt_sa_restorer_v1): Likewise.
9666 (__default_rt_sa_restorer_v2): Likewise.
9667 * sysdeps/unix/sysv/linux/arm/Versions (GLIBC_PRIVATE): Remove
9668 __default_sa_restorer_v1, __default_rt_sa_restorer_v1,
9669 __default_sa_restorer_v2 and __default_rt_sa_restorer_v2.
9670
9671 2014-06-20 Roland McGrath <roland@hack.frob.com>
9672
9673 * sysdeps/unix/sysv/linux/sparc/Makefile [$(subdir) = nptl]
9674 (libpthread-routines): Add sysdep.
9675 * nptl/sysdeps/unix/sysv/linux/sparc/Makefile: File removed.
9676 * sysdeps/unix/sysv/linux/sparc/Versions
9677 (libpthread: GLIBC_2.3.3): New version set.
9678 * nptl/sysdeps/unix/sysv/linux/sparc/Versions: File removed.
9679 * nptl/sysdeps/unix/sysv/linux/sparc/aio_cancel.c: Moved ...
9680 * sysdeps/unix/sysv/linux/sparc/aio_cancel.c: ... here.
9681 * nptl/sysdeps/unix/sysv/linux/sparc/internaltypes.h: Moved ...
9682 * sysdeps/sparc/nptl/internaltypes.h: ... here. Use #include_next.
9683 * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_destroy.c:
9684 Moved ...
9685 * sysdeps/sparc/nptl/pthread_barrier_destroy.c: ... here.
9686 * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_init.c: Moved ...
9687 * sysdeps/sparc/nptl/pthread_barrier_init.c: ... here.
9688 * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_wait.c: Moved ...
9689 * sysdeps/sparc/nptl/pthread_barrier_wait.c: ... here.
9690 * nptl/sysdeps/unix/sysv/linux/sparc/sem_init.c: Moved ...
9691 * sysdeps/sparc/nptl/sem_init.c: ... here.
9692 * nptl/sysdeps/unix/sysv/linux/sparc/sem_post.c: Moved ...
9693 * sysdeps/sparc/nptl/sem_post.c: ... here.
9694 * nptl/sysdeps/unix/sysv/linux/sparc/sem_timedwait.c: Moved ...
9695 * sysdeps/sparc/nptl/sem_timedwait.c: ... here.
9696 * nptl/sysdeps/unix/sysv/linux/sparc/sem_wait.c: Moved ...
9697 * sysdeps/sparc/nptl/sem_wait.c: ... here.
9698 * nptl/sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Moved ...
9699 * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: ... here.
9700 * sysdeps/sparc/sparc32/sparcv9/Makefile [$(subdir) = nptl]
9701 (libpthread-routines): Add cpu_relax.
9702 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/Makefile:
9703 File removed.
9704 * sysdeps/unix/sysv/linux/sparc/sparc64/Versions
9705 (librt: GLIBC_2.3.3): New version set.
9706 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Versions: File removed.
9707 * sysdeps/sparc/sparc64/nptl/Makefile: New file.
9708 * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile [$(subdir) = nptl]
9709 (CFLAGS-pause.c, CFLAGS-sigsuspend.c): New variables.
9710 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Makefile: File removed.
9711 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/lowlevellock.c: Moved ...
9712 * sysdeps/sparc/sparc32/nptl/lowlevellock.c: ... here.
9713 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pthread_barrier_wait.c:
9714 Moved ...
9715 * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: ... here.
9716 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_post.c: Moved ...
9717 * sysdeps/sparc/sparc32/nptl/sem_post.c: ... here.
9718 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_timedwait.c: Moved ...
9719 * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: ... here.
9720 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_trywait.c: Moved ...
9721 * sysdeps/sparc/sparc32/nptl/sem_trywait.c: ... here.
9722 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_wait.c: Moved ...
9723 * sysdeps/sparc/sparc32/nptl/sem_wait.c: ... here.
9724 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/cpu_relax.S:
9725 Moved ...
9726 * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: ... here.
9727 Update #include.
9728 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/pthread_barrier_wait.c:
9729 Moved ...
9730 * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: ... here.
9731 Update #include.
9732 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_post.c:
9733 Moved ...
9734 * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: ... here.
9735 Update #include.
9736 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_timedwait.c:
9737 Moved ...
9738 * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: ... here.
9739 Update #include.
9740 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_trywait.c:
9741 Moved ...
9742 * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: ... here.
9743 Update #include.
9744 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_wait.c:
9745 Moved ...
9746 * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: ... here.
9747 Update #include.
9748 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/cpu_relax.S: Moved ...
9749 * sysdeps/sparc/sparc64/nptl/cpu_relax.S: ... here.
9750 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Moved ...
9751 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: ... here.
9752 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Moved ...
9753 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: ... here.
9754 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: Moved ...
9755 * sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: ... here.
9756 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: Moved ...
9757 * sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: ... here.
9758 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
9759 Moved ...
9760 * sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c: ... here.
9761 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: Moved ...
9762 * sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: ... here.
9763 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: Moved ...
9764 * sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: ... here.
9765
9766 2014-06-20 Joseph Myers <joseph@codesourcery.com>
9767
9768 * nptl/pthread_cond_wait.c: Include <kernel-features.h>.
9769 * nptl/pthread_rwlock_timedrdlock.c: Likewise.
9770 * nptl/pthread_rwlock_timedwrlock.c: Likewise.
9771 * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Likewise.
9772 * nscd/nscd.c: Likewise.
9773 * sysdeps/i386/nptl/tcb-offsets.sym: Likewise.
9774 * sysdeps/powerpc/nptl/tcb-offsets.sym: Likewise.
9775 * sysdeps/sh/nptl/tcb-offsets.sym: Likewise.
9776 * sysdeps/x86_64/nptl/tcb-offsets.sym: Likewise.
9777
9778 * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Do not include
9779 <kernel-features.h>.
9780 (init_mq_netlink): Remove conditional have_sock_cloexec
9781 definitions. Remove code conditional on have_sock_cloexec < 0.
9782 (init_mq_netlink) [!SOCK_CLOEXEC]: Remove conditional code.
9783 (init_mq_netlink) [!__ASSUME_SOCK_CLOEXEC]: Likewise.
9784 * sysdeps/unix/sysv/linux/opensock.c: Do not include
9785 <kernel-features.h>.
9786 (__opensock) [SOCK_CLOEXEC]: Make code unconditional.
9787 (__opensock) [!__ASSUME_SOCK_CLOEXEC]: Remove conditional code.
9788
9789 2014-06-20 H.J. Lu <hongjiu.lu@intel.com>
9790
9791 * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
9792 Add tests for memset_chk and memset.
9793
9794 * sysdeps/x86_64/multiarch/init-arch.h (HAS_AVX2): Defined
9795 with AVX2_Usable.
9796
9797 2014-06-20 Maciej W. Rozycki <macro@codesourcery.com>
9798
9799 [BZ #16046]
9800 * elf/tst-dl-iter-static.c: New file.
9801 * elf/Makefile (tests-static): Add tst-dl-iter-static.
9802
9803 * stdlib/tst-qsort2.c (main): Fix off-by-one argc interpretation
9804 error.
9805
9806 2014-06-20 Joseph Myers <joseph@codesourcery.com>
9807
9808 * sysdeps/unix/sysv/linux/kernel-features.h
9809 (__ASSUME_F_GETOWN_EX): Remove macro.
9810 * sysdeps/unix/sysv/linux/fcntl.c: Do not include
9811 <kernel-features.h>.
9812 (miss_F_GETOWN_EX): Remove variable or macro.
9813 (do_fcntl): Do not check miss_F_GETOWN_EX.
9814 (do_fcntl) [!__ASSUME_F_GETOWN_EX]: Remove conditional code.
9815
9816 * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_RANDOM):
9817 Remove macro.
9818 * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard)
9819 [!__ASSUME_AT_RANDOM]: Remove conditional code.
9820 (_dl_setup_pointer_guard) [!__ASSUME_AT_RANDOM]: Likewise.
9821
9822 * sysdeps/unix/sysv/linux/kernel-features.h
9823 (__ASSUME_ADJ_OFFSET_SS_READ): Remove macro.
9824 * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME)
9825 [ADJ_OFFSET_SS_READ]: Make code unconditional.
9826 (ADJTIME) [!ADJ_OFFSET_SS_READ]: Remove conditional code.
9827
9828 2014-06-20 Maciej W. Rozycki <macro@codesourcery.com>
9829
9830 [BZ #17075]
9831 * sysdeps/arm/dl-machine.h (elf_machine_rel) <R_ARM_TLS_DESC>:
9832 Fix calculation of the symbol's value.
9833 * sysdeps/arm/tst-armtlsdescloc.c: New file.
9834 * sysdeps/arm/tst-armtlsdesclocmod.c: New file.
9835 * sysdeps/arm/tst-armtlsdescextnow.c: New file.
9836 * sysdeps/arm/tst-armtlsdescextlazymod.c: New file.
9837 * sysdeps/arm/tst-armtlsdescextlazy.c: New file.
9838 * sysdeps/arm/tst-armtlsdescextnowmod.c: New file.
9839 * sysdeps/arm/Makefile (tests): Add `tst-armtlsdesc',
9840 `tst-armtlsdescextnow' and `tst-armtlsdescextlazy'.
9841 (modules-names): Add `tst-armtlsdescmod',
9842 `tst-armtlsdescextlazymod' and `tst-armtlsdescextnowmod'.
9843 (CPPFLAGS-tst-armtlsdescextnowmod.c): New variable.
9844 (CPPFLAGS-tst-armtlsdescextlazymod.c): Likewise.
9845 (CFLAGS-tst-armtlsdesclocmod.c): Likewise.
9846 (CFLAGS-tst-armtlsdescextnowmod.c): Likewise.
9847 (CFLAGS-tst-armtlsdescextlazymod.c): Likewise.
9848 (LDFLAGS-tst-armtlsdescextnowmod.so): Likewise.
9849 ($(objpfx)tst-armtlsdescloc): New dependency.
9850 ($(objpfx)tst-armtlsdescextnow): Likewise.
9851 ($(objpfx)tst-armtlsdescextlazy): Likewise.
9852 * sysdeps/arm/configure.ac: Add a check for tools' GNU descriptor
9853 TLS scheme support.
9854 * sysdeps/arm/configure: Regenerate.
9855
9856 2014-06-20 Joseph Myers <joseph@codesourcery.com>
9857
9858 * include/fcntl.h (__atfct_seterrno): Remove prototype.
9859 (__atfct_seterrno_2): Likewise.
9860 * sysdeps/unix/sysv/linux/alpha/dl-fxstatat64.c: Do not include
9861 <kernel-features.h>.
9862 (__ASSUME_ATFCTS): Do not undefine and redefine.
9863 * sysdeps/unix/sysv/linux/alpha/fxstatat.c [__ASSUME_ATFCTS]
9864 (__have_atfcts): Remove conditional definition.
9865 (__fxstatat([__NR_fstatat64]: Make code unconditional.
9866 (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code and code
9867 unreachable if [__ASSUME_ATFCTS].
9868 * sysdeps/unix/sysv/linux/dl-fxstatat64.c (__ASSUME_ATFCTS): Do
9869 not undefine and redefine.
9870 * sysdeps/unix/sysv/linux/faccessat.c: Do not include
9871 <kernel-features.h>.
9872 (faccessat) [__NR_faccessat]: Make code unconditional.
9873 (faccessat) [!__ASSUME_ATFCTS]: Remove conditional code.
9874 * sysdeps/unix/sysv/linux/fchmodat.c: Do not include
9875 <kernel-features.h>.
9876 (fchmodat) [__NR_fchmodat]: Make code unconditional.
9877 (fchmodat) [!__ASSUME_ATFCTS]: Remove conditional code.
9878 * sysdeps/unix/sysv/linux/fchownat.c: Do not include
9879 <kernel-features.h>.
9880 (fchownat) [__NR_fchownat]: Make code unconditional.
9881 (fchownat) [!__ASSUME_ATFCTS]: Remove conditional code.
9882 * sysdeps/unix/sysv/linux/futimesat.c: Do not include
9883 <kernel-features.h>.
9884 (futimesat) [__NR_futimesat]: Make code unconditional.
9885 (futimesat) [!__ASSUME_ATFCTS]: Remove conditional code.
9886 * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
9887 <kernel-features.h>.
9888 (__fxstatat) [__NR_newfstatat]: Make code unconditional.
9889 (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
9890 * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
9891 <kernel-features.h>.
9892 (__fxstatat64) [__NR_fstatat64]: Make code unconditional.
9893 (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
9894 * sysdeps/unix/sysv/linux/i386/fchownat.c: Remove file.
9895 * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
9896 <kernel-features.h>.
9897 (__fxstatat) [__NR_fstatat64]: Make code unconditional.
9898 (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
9899 * sysdeps/unix/sysv/linux/linkat.c: Do not include
9900 <kernel-features.h>.
9901 (linkat) [__NR_linkat]: Make code unconditional.
9902 (linkat) [!__ASSUME_ATFCTS]: Remove conditional code.
9903 * sysdeps/unix/sysv/linux/m68k/fchownat.c: Remove file.
9904 * sysdeps/unix/sysv/linux/mips/mips64/fxstatat64.c: Do not include
9905 <kernel-features.h>.
9906 (__fxstatat64) [__NR_newfstatat]: Make code unconditional.
9907 (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
9908 * sysdeps/unix/sysv/linux/mkdirat.c: Do not include
9909 <kernel-features.h>.
9910 (mkdirat) [__NR_mkdirat]: Make code unconditional.
9911 (mkdirat) [!__ASSUME_ATFCTS]: Remove conditional code.
9912 * sysdeps/unix/sysv/linux/openat.c: Do not include
9913 <kernel-features.h>.
9914 [!__ASSUME_ATFCTS] (__atfct_seterrno): Remove function.
9915 [!__ASSUME_ATFCTS] (__have_atfcts): Remove variable.
9916 (OPENAT_NOT_CANCEL) [__NR_openat]: Make code unconditional.
9917 (OPENAT_NOT_CANCEL) [!__ASSUME_ATFCTS]: Remove conditional code.
9918 * sysdeps/unix/sysv/linux/powerpc/fchownat.c: Remove file.
9919 * sysdeps/unix/sysv/linux/readlinkat.c: Do not include
9920 <kernel-features.h>.
9921 (readlinkat) [__NR_readlinkat]: Make code unconditional.
9922 (readlinkat) [!__ASSUME_ATFCTS]: Remove conditional code. Return
9923 result of INLINE_SYSCALL directly, not via int variable.
9924 * sysdeps/unix/sysv/linux/renameat.c: Do not include
9925 <kernel-features.h>.
9926 [!__ASSUME_ATFCTS] (__atfct_seterrno_2): Remove function.
9927 (renameat) [__NR_renameat]: Make code unconditional.
9928 (renameat) [!__ASSUME_ATFCTS]: Remove conditional code.
9929 * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c: Remove file.
9930 * sysdeps/unix/sysv/linux/sh/fchownat.c: Remove file.
9931 * sysdeps/unix/sysv/linux/sparc/sparc32/fchownat.c: Remove file.
9932 * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c
9933 (__ASSUME_ATFCTS): Do not undefine and redefine.
9934 * sysdeps/unix/sysv/linux/symlinkat.c: Do not include
9935 <kernel-features.h>.
9936 (symlinkat) [__NR_symlinkat]: Make code unconditional.
9937 (symlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
9938 * sysdeps/unix/sysv/linux/unlinkat.c: Do not include
9939 <kernel-features.h>.
9940 (unlinkat) [__NR_unlinkat]: Make code unconditional.
9941 (unlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
9942 * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c
9943 (__ASSUME_ATFCTS): Do not undefine and redefine.
9944 * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
9945 <kernel-features.h>.
9946 (__fxstatat) [__NR_newfstatat]: Make code unconditional.
9947 (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
9948 * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
9949 <kernel-features.h>.
9950 (__xmknodat) [__NR_mknodat]: Make code unconditional.
9951 (__xmknodat) [!__ASSUME_ATFCTS]: Remove conditional code.
9952
9953 2014-06-20 H.J. Lu <hongjiu.lu@intel.com>
9954
9955 * sysdeps/x86_64/multiarch/rtld-strlen.S: Removed.
9956
9957 2014-06-20 Andreas Schwab <schwab@linux-m68k.org>
9958
9959 [BZ #17069]
9960 * posix/regcomp.c (parse_reg_exp): Deallocate partially
9961 constructed tree before returning error.
9962 * posix/bug-regexp36.c: Expand test case.
9963
9964 2014-06-20 Stefan Liebler <stli@linux.vnet.ibm.com>
9965
9966 [BZ #6803]
9967 * math/libm-test.inc (scalbln_test_date):
9968 Add errno expectations.
9969 * math/w_scalblnf.c: New File.
9970 Add wrapper which checks for setting errno to ERANGE.
9971 Add weak_alias for corresponding scalbln function.
9972 * math/w_scalbln.c: Likewise.
9973 * math/w_scalblnl.c: Likewise.
9974 * math/Makefile (libm-calls): Add w_scalbln.
9975 * sysdeps/ieee754/flt-32/s_scalblnf.c:
9976 Remove weak_alias for corresponding scalbln function.
9977 * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
9978 * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
9979 * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
9980 * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
9981 * sysdeps/sparc/sparc64/soft-fp/s_scalblnl.c: Likewise.
9982 * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
9983 * sysdeps/i386/fpu/s_scalbn.S: Likewise.
9984 * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
9985 * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Likewise.
9986 * sysdeps/ieee754/ldbl-64-128/s_scalblnl.c:
9987 Remove long_double_symbol for scalblnl function in libm, libc.
9988 * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: New File.
9989 Add wrapper which checks for setting errno to ERANGE.
9990 Add long_double_symbol for scalblnl function in libm, libc.
9991 * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c:
9992 Remove long_double_symbol for scalblnl in libm.
9993 * sysdeps/ieee754/ldbl-128ibm/w_scalblnl.c: New File.
9994 Add wrapper which checks for setting errno to ERANGE.
9995 Add long_double_symbol for scalblnl function in libm.
9996 * sysdeps/ia64/fpu/w_scalblnf.c: New File.
9997 Do not use wrapper because of own implementation.
9998
9999 2014-06-19 H.J. Lu <hongjiu.lu@intel.com>
10000
10001 * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_rwlock_t): Use
10002 3 bytes for __pad1 for x32.
10003 (__PTHREAD_RWLOCK_ELISION_EXTRA): Likewise.
10004
10005 2014-06-19 Ling Ma <ling.ml@alibaba-inc.com>
10006 H.J. Lu <hongjiu.lu@intel.com>
10007
10008 * sysdeps/x86_64/multiarch/Makefile: Add memset-avx2.
10009 * sysdeps/x86_64/multiarch/memset-avx2.S: New file.
10010 * sysdeps/x86_64/multiarch/memset.S: Likewise.
10011 * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
10012 * sysdeps/x86_64/multiarch/rtld-memset.S: Likewise.
10013
10014 2014-06-19 Andreas Schwab <schwab@linux-m68k.org>
10015
10016 [BZ #17069]
10017 * posix/regcomp.c (parse_expression): Deallocate partially
10018 constructed tree before returning error.
10019 * posix/Makefile.c (tests): Add bug-regex36.
10020 (generated): Add bug-regex36.mtrace.
10021 (tests-special): Add $(objpfx)bug-regex36-mem.out
10022 (bug-regex36-ENV): New variable.
10023 ($(objpfx)bug-regex36-mem.out): New rule.
10024 * posix/bug-regex36.c: New file.
10025
10026 2014-06-19 Will Newton <will.newton@linaro.org>
10027
10028 * malloc/malloc.c (systrim): If extra is zero then return
10029 early.
10030
10031 2014-06-19 Siddhesh Poyarekar <siddhesh@redhat.com>
10032
10033 * benchtests/Makefile ($(objpfx)bench-%.c): Remove $(.).
10034
10035 2014-06-19 Richard Earnshaw <rearnsha@arm.com>
10036
10037 * sysdeps/aarch64/strchr.S: New file.
10038
10039 2014-06-18 Joseph Myers <joseph@codesourcery.com>
10040
10041 [BZ #17022]
10042 * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Do not subtract 1
10043 from arguments -2 or below.
10044 * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
10045 * sysdeps/x86_64/fpu/e_logl.S (__ieee754_logl): Likewise.
10046
10047 2014-06-18 Andreas Schwab <schwab@suse.de>
10048
10049 [BZ #17062]
10050 * posix/fnmatch_loop.c (FCT): Rerrange loop for skipping over rest
10051 of a bracket expr not to run off the end of the string.
10052 * posix/Makefile (tests): Add tst-fnmatch3.
10053 * posix/tst-fnmatch3.c: New file.
10054
10055 2014-06-18 Joseph Myers <joseph@codesourcery.com>
10056
10057 * elf/Makefile ($(objpfx)tst-unused-dep.out): Use $(rtld-prefix).
10058 * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
10059 [$(cross-compiling) = no]: Likewise.
10060 * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
10061 [$(cross-compiling) = no]: Likewise.
10062
10063 2014-16-17 Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
10064
10065 [BZ #17031]
10066 * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Consider the low
10067 double, adjusted for any remainder from the high double.
10068 * math/libm-test.inc (nearbyint): Add tests.
10069 (rint): Likewise.
10070
10071 2014-06-17 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
10072
10073 * nptl/sysdeps/powerpc/Makefile: Moved ...
10074 * sysdeps/powerpc/nptl/Makefile: ... here.
10075 * nptl/sysdeps/powerpc/pthread_spin_lock.c: Moved ...
10076 * sysdeps/powerpc/nptl/pthread_spin_lock.c: .. here.
10077 * nptl/sysdeps/powerpc/pthread_spin_trylock.c: Moved ...
10078 * sysdeps/powerpc/nptl/pthread_spin_trylock.c: ... here.
10079 * nptl/sysdeps/powerpc/pthreaddef.h: Moved ...
10080 * sysdeps/powerpc/nptl/pthreaddef.h: ... here.
10081 * nptl/sysdeps/powerpc/tcb-offsets.sym: Moved ...
10082 * sysdeps/powerpc/nptl/tcb-offsets.sym: ... here.
10083 * nptl/sysdeps/powerpc/tls.h: Moved ...
10084 * sysdeps/powerpc/nptl/tls.h: ... here.
10085
10086 2014-06-16 Joseph Myers <joseph@codesourcery.com>
10087
10088 [BZ #16681]
10089 * sysdeps/i386/fpu/s_ceil.S (__ceil): Add CFI.
10090 * sysdeps/i386/fpu/s_ceilf.S (__ceilf): Likewise.
10091 * sysdeps/i386/fpu/s_ceill.S (__ceill): Likewise.
10092 * sysdeps/i386/fpu/s_floor.S (__floor): Likewise.
10093 * sysdeps/i386/fpu/s_floorf.S (__floorf): Likewise.
10094 * sysdeps/i386/fpu/s_floorl.S (__floorl): Likewise.
10095 * sysdeps/i386/fpu/s_trunc.S (__trunc): Likewise.
10096 * sysdeps/i386/fpu/s_truncf.S (__truncf): Likewise.
10097 * sysdeps/i386/fpu/s_truncl.S (__truncl): Likewise.
10098
10099 2014-06-17 Andreas Schwab <schwab@linux-m68k.org>
10100
10101 * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
10102
10103 2014-06-16 Andreas Schwab <schwab@linux-m68k.org>
10104
10105 * sysdeps/m68k/m680x0/bits/huge_vall.h: Fix missing space after
10106 defined operator.
10107
10108 * scripts/cross-test-ssh.sh (timeoutfactor): Default to
10109 $TIMEOUTFACTOR.
10110
10111 2014-06-16 Florian Weimer <fweimer@redhat.com>
10112
10113 [BZ #17058]
10114 * nptl/tst-setuid2.c (do_test): Fix tautological comparison in
10115 non-executed part of the test.
10116
10117 2014-06-16 Andreas Schwab <schwab@suse.de>
10118
10119 * string/bits/string2.h (strdup, strndup): Update feature guard.
10120
10121 2014-06-14 David S. Miller <davem@davemloft.net>
10122
10123 * sysdeps/sparc/fpu/libm-test-ulps: Update.
10124
10125 2014-06-14 Andreas Schwab <schwab@linux-m68k.org>
10126
10127 * sysdeps/unix/sysv/linux/m68k/clone.S: Deconditionalize the code
10128 that was previously under [RESET_PID].
10129 * sysdeps/unix/sysv/linux/m68k/nptl/clone.S: Remove file.
10130
10131 * sysdeps/unix/sysv/linux/m68k/pt-vfork.c: New file.
10132 * sysdeps/unix/sysv/linux/m68k/nptl/pt-vfork.S: Remove file.
10133 * sysdeps/unix/sysv/linux/m68k/vfork.S: Include <tcb-offsets.h>.
10134 (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
10135 (__libc_vfork): New strong alias.
10136 * sysdeps/unix/sysv/linux/m68k/nptl/vfork.S: Remove file.
10137
10138 2014-06-14 Andi Kleen <ak@linux.intel.com>
10139
10140 * sysdeps/generic/elide.h: New file.
10141
10142 2014-06-13 Stefan Liebler <stli@linux.vnet.ibm.com>
10143
10144 * Makefile (installed-headers): Adjust path of pthread.h header.
10145
10146 2014-06-13 Roland McGrath <roland@hack.frob.com>
10147
10148 * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h: Moved ...
10149 * sysdeps/s390/nptl/bits/pthreadtypes.h: ... here.
10150 * nptl/sysdeps/unix/sysv/linux/s390/bits/semaphore.h: Moved ...
10151 * sysdeps/s390/nptl/bits/semaphore.h: ... here.
10152
10153 * nptl/sysdeps/s390/Makefile: Moved ...
10154 * sysdeps/s390/nptl/Makefile: ... here.
10155 * nptl/sysdeps/s390/pthread_spin_init.c: Moved ...
10156 * sysdeps/s390/nptl/pthread_spin_init.c: ... here.
10157 * nptl/sysdeps/s390/pthread_spin_lock.c: Moved ...
10158 * sysdeps/s390/nptl/pthread_spin_lock.c: ... here.
10159 * nptl/sysdeps/s390/pthread_spin_trylock.c: Moved ...
10160 * sysdeps/s390/nptl/pthread_spin_trylock.c: ... here.
10161 * nptl/sysdeps/s390/pthread_spin_unlock.c: Moved ...
10162 * sysdeps/s390/nptl/pthread_spin_unlock.c: ... here.
10163 * nptl/sysdeps/s390/pthreaddef.h: Moved ...
10164 * sysdeps/s390/nptl/pthreaddef.h: ... here.
10165 * nptl/sysdeps/s390/tcb-offsets.sym: Moved ...
10166 * sysdeps/s390/nptl/tcb-offsets.sym: ... here.
10167 * nptl/sysdeps/s390/tls.h: Moved ...
10168 * sysdeps/s390/nptl/tls.h: ... here.
10169
10170 * sysdeps/unix/sysv/linux/s390/arch-fork.h: New file.
10171 * nptl/sysdeps/unix/sysv/linux/s390/fork.c: File removed.
10172
10173 2014-06-13 David S. Miller <davem@davemloft.net>
10174
10175 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/clone.S: Delete.
10176 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pt-vfork.S: Delete.
10177 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: Moved ...
10178 * sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: ... here.
10179 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/clone.S: Delete.
10180 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/pt-vfork.S: Delete.
10181 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: Moved ...
10182 * sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: ... here.
10183 * sysdeps/unix/sysv/linux/sparc/fork.S: Delete.
10184 * sysdeps/unix/sysv/linux/sparc/pt-vfork.S: New file.
10185 * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__thread_start):
10186 Remove RESET_PID cpp guards.
10187 * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__thread_start):
10188 Remove RESET_PID cpp guards.
10189 * sysdeps/unix/sysv/linux/sparc/vfork.S: Delete.
10190
10191 2014-06-13 Andreas Schwab <schwab@linux-m68k.org>
10192
10193 * sysdeps/m68k/jmpbuf-unwind.h (_JMPBUF_UNWINDS, _jmpbuf_sp): Cast
10194 __sp to uintptr_t.
10195
10196 2014-06-13 Andi Kleen <ak@linux.intel.com>
10197
10198 * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: Remove.
10199 * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S: dito.
10200 * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S: dito.
10201 * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: dito.
10202 * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: dito.
10203 * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: dito.
10204 * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S: dito.
10205 * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S: dito.
10206 * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: dito.
10207 * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: dito.
10208 * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: dito.
10209 * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S: dito.
10210 * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S: dito.
10211 * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: dito.
10212 * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: dito.
10213 * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: dito.
10214 * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: dito.
10215 * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: dito.
10216 * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: dito.
10217 * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: dito.
10218
10219 * nptl/pthread_rwlock_rdlock.c: Include elide.h.
10220 (pthread_rwlock_rdlock): Add elision.
10221 * nptl/pthread_rwlock_wrlock.c: Include elide.h.
10222 (pthread_rwlock_wrlock): Add elision.
10223 * nptl/pthread_rwlock_trywrlock.c: Include elide.h.
10224 (pthread_rwlock_trywrlock): Add elision.
10225 * nptl/pthread_rwlock_tryrdlock.c: Include elide.h.
10226 (pthread_rwlock_tryrdlock): Add elision.
10227 * nptl/pthread_rwlock_unlock.c: Include elide.h.
10228 (pthread_rwlock_tryrdlock): Add elision unlock.
10229 * nptl/sysdeps/pthread/pthread.h:
10230 (__PTHREAD_RWLOCK_ELISION_EXTRA): Handle new define
10231 (PTHREAD_RWLOCK_INITIALIZER,
10232 PTHREAD_RWLOCK_WRITER_NONRECURSIVE_INITIALIZER_NP):
10233 Handle new elision field.
10234 * sysdeps/x86/nptl/elide.h: New file. Add generic elision macros.
10235 * sysdeps/arm/nptl/bits/pthreadtypes.h
10236 (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
10237 * sysdeps/sh/nptl/bits/pthreadtypes.h
10238 (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
10239 * sysdeps/tile/nptl/bits/pthreadtypes.h
10240 (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
10241 * sysdeps/a/nptl/bits/pthreadtypes.h
10242 (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
10243 * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
10244 (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
10245 * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
10246 (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
10247 * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h
10248 (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
10249 * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
10250 (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
10251 * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
10252 (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
10253 * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
10254 (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
10255 * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
10256 (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
10257 * sysdeps/unix/sysv/linux/powerpc/nptl/bits/pthreadtypes.h
10258 (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
10259 * sysdeps/unix/sysv/linux/x86/elision-conf.c:
10260 (elision_init): Set try_xbegin to zero when no RTM.
10261 * sysdeps/x86/nptl/bits/pthreadtypes.h
10262 (pthread_rwlock_t): Change __pad1 to __rwelision.
10263 (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
10264
10265 2014-06-13 Andi Kleen <ak@linux.intel.com>
10266
10267 * nptl/pthread_rwlock_rdlock (__pthread_rwlock_rdlock):
10268 Split into __do_pthread_rwlock_rdlock and __pthread_rwlock_rdlock.
10269 * nptl/pthread_rwlock_wrlock (__pthread_rwlock_wrlock):
10270 Split into __do_pthread_rwlock_wrlock and __pthread_wrlock_rdlock.
10271
10272 2014-06-13 Meador Inge <meadori@codesourcery.com>
10273
10274 [BZ #16996]
10275 * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Ensure
10276 that the cached result has been set before returning it.
10277
10278 2014-06-12 Roland McGrath <roland@hack.frob.com>
10279
10280 * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h: Moved ...
10281 * sysdeps/sparc/nptl/bits/pthreadtypes.h: ... here.
10282 * nptl/sysdeps/unix/sysv/linux/sparc/bits/semaphore.h: Moved ...
10283 * sysdeps/sparc/nptl/bits/semaphore.h: ... here.
10284 * nptl/sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: Moved ...
10285 * sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: ... here.
10286
10287 * nptl/sysdeps/sparc/Makefile: Moved ...
10288 * sysdeps/sparc/nptl/Makefile: ... here.
10289 * nptl/sysdeps/sparc/tcb-offsets.sym: Moved ...
10290 * sysdeps/sparc/nptl/tcb-offsets.sym: ... here.
10291 * nptl/sysdeps/sparc/tls.h: Moved ...
10292 * sysdeps/sparc/nptl/tls.h: ... here.
10293 * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S: Moved ...
10294 * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: ... here.
10295 * nptl/sysdeps/sparc/sparc32/pthread_spin_trylock.S: Moved ...
10296 * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: ... here.
10297 * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Moved ...
10298 * sysdeps/sparc/sparc32/nptl/pthreaddef.h: ... here.
10299 * nptl/sysdeps/sparc/sparc64/pthread_spin_init.c: Moved ...
10300 * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: ... here.
10301 * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S: Moved ...
10302 * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: ... here.
10303 * nptl/sysdeps/sparc/sparc64/pthread_spin_trylock.S: Moved ...
10304 * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: ... here.
10305 * nptl/sysdeps/sparc/sparc64/pthread_spin_unlock.S: Moved ...
10306 * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: ... here.
10307 * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Moved ...
10308 * sysdeps/sparc/sparc64/nptl/pthreaddef.h: ... here.
10309 * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Moved ...
10310 * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: ... here.
10311 Update #include.
10312 * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Moved ...
10313 * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: ... here.
10314 Update #include.
10315 * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Moved ...
10316 * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: ... here.
10317 Update #include.
10318 * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: Moved ...
10319 * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: ... here.
10320 Update #include.
10321
10322 * nptl/sysdeps/sparc/tls.h (TLS_DEFINE_INIT_TP): New macro.
10323
10324 * sysdeps/unix/sysv/linux/sparc/arch-fork.h: New file.
10325 * nptl/sysdeps/unix/sysv/linux/sparc/fork.c: File removed.
10326
10327 * sysdeps/pthread/posix-timer.h: Include <list.h>.
10328 (struct list_links): Type removed.
10329 (struct thread_node, struct timer_node): Replace struct list_links
10330 with struct list_head.
10331 (list_unlink_ip): Likewise.
10332 * sysdeps/pthread/timer_routines.c
10333 (timer_free_list, thread_free_list, thread_active_list): Likewise.
10334 (list_append, list_insbefore): Likewise.
10335 (list_init): Function removed.
10336 (thread_init, init_module): Use INIT_LIST_HEAD instead.
10337 * sysdeps/nptl/Makefile: Move tst-timer bits to ...
10338 * sysdeps/pthread/Makefile: ... here, new file.
10339
10340 * nptl/sysdeps/unix/sysv/linux/Implies: Moved ...
10341 * sysdeps/nptl/Implies: ... here.
10342 * sysdeps/unix/sysv/linux/Implies: Add nptl.
10343 * nptl/sysdeps/pthread/list.h: Moved ...
10344 * include/list.h: ... here.
10345 * nptl/sysdeps/pthread/createthread.c: Moved ...
10346 * nptl/createthread.c: ... here.
10347 * nptl/sysdeps/unix/sysv/linux/createthread.c: Update #include.
10348 * nptl/sysdeps/pthread/pt-longjmp.c: Moved ...
10349 * nptl/pt-longjmp.c: ... here.
10350 * nptl/sysdeps/pthread/Makefile: Moved ...
10351 * sysdeps/nptl/Makefile: ... here.
10352 * nptl/sysdeps/pthread/Subdirs: Moved ...
10353 * sysdeps/nptl/Subdirs: ... here.
10354 * nptl/sysdeps/pthread/aio_misc.h: Moved ...
10355 * sysdeps/nptl/aio_misc.h: ... here.
10356 * nptl/sysdeps/pthread/bits/libc-lock.h: Moved ...
10357 * sysdeps/nptl/bits/libc-lock.h: ... here.
10358 * nptl/sysdeps/pthread/bits/libc-lockP.h: Moved ...
10359 * sysdeps/nptl/bits/libc-lockP.h: ... here.
10360 * nptl/sysdeps/pthread/bits/stdio-lock.h: Moved ...
10361 * sysdeps/nptl/bits/stdio-lock.h: ... here.
10362 * nptl/sysdeps/pthread/configure: Moved ...
10363 * sysdeps/nptl/configure: ... here.
10364 * nptl/sysdeps/pthread/configure.ac: Moved ...
10365 * sysdeps/nptl/configure.ac: ... here.
10366 * nptl/sysdeps/pthread/gai_misc.h: Moved ...
10367 * sysdeps/nptl/gai_misc.h: ... here.
10368 * nptl/sysdeps/pthread/librt-cancellation.c: Moved ...
10369 * sysdeps/nptl/librt-cancellation.c: ... here.
10370 * nptl/sysdeps/pthread/malloc-machine.h: Moved ...
10371 * sysdeps/nptl/malloc-machine.h: ... here.
10372 * nptl/sysdeps/pthread/pthread-functions.h: Moved ...
10373 * sysdeps/nptl/pthread-functions.h: ... here.
10374 * nptl/sysdeps/pthread/pthread.h: Moved ...
10375 * sysdeps/nptl/pthread.h: ... here.
10376 * nptl/sysdeps/pthread/setxid.h: Moved ...
10377 * sysdeps/nptl/setxid.h: ... here.
10378 * nptl/sysdeps/pthread/sigfillset.c: Moved ...
10379 * sysdeps/nptl/sigfillset.c: ... here.
10380 * nptl/sysdeps/pthread/tcb-offsets.h: Moved ...
10381 * sysdeps/nptl/tcb-offsets.h: ... here.
10382 * nptl/sysdeps/pthread/tst-mqueue8x.c: Moved ...
10383 * sysdeps/nptl/tst-mqueue8x.c: ... here.
10384 * nptl/sysdeps/pthread/unwind-forcedunwind.c: Moved ...
10385 * sysdeps/nptl/unwind-forcedunwind.c: ... here.
10386 * nptl/sysdeps/pthread/allocalim.h: Moved ...
10387 * sysdeps/pthread/allocalim.h: ... here.
10388 * nptl/sysdeps/pthread/bits/sigthread.h: Moved ...
10389 * sysdeps/pthread/bits/sigthread.h: ... here.
10390 * nptl/sysdeps/pthread/flockfile.c: Moved ...
10391 * sysdeps/pthread/flockfile.c: ... here.
10392 * nptl/sysdeps/pthread/ftrylockfile.c: Moved ...
10393 * sysdeps/pthread/ftrylockfile.c: ... here.
10394 * nptl/sysdeps/pthread/funlockfile.c: Moved ...
10395 * sysdeps/pthread/funlockfile.c: ... here.
10396 * nptl/sysdeps/pthread/posix-timer.h: Moved ...
10397 * sysdeps/pthread/posix-timer.h: ... here.
10398 * nptl/sysdeps/pthread/timer_create.c: Moved ...
10399 * sysdeps/pthread/timer_create.c: ... here.
10400 * nptl/sysdeps/pthread/timer_delete.c: Moved ...
10401 * sysdeps/pthread/timer_delete.c: ... here.
10402 * nptl/sysdeps/pthread/timer_getoverr.c: Moved ...
10403 * sysdeps/pthread/timer_getoverr.c: ... here.
10404 * nptl/sysdeps/pthread/timer_gettime.c: Moved ...
10405 * sysdeps/pthread/timer_gettime.c: ... here.
10406 * nptl/sysdeps/pthread/timer_routines.c: Moved ...
10407 * sysdeps/pthread/timer_routines.c: ... here.
10408 * nptl/sysdeps/pthread/timer_settime.c: Moved ...
10409 * sysdeps/pthread/timer_settime.c: ... here.
10410 * nptl/sysdeps/pthread/tst-timer.c: Moved ...
10411 * sysdeps/pthread/tst-timer.c: ... here.
10412 * nptl/sysdeps/pthread/pthread_sigmask.c: Moved ...
10413 * sysdeps/unix/sysv/linux/pthread_sigmask.c: ... here.
10414
10415 * sysdeps/unix/sysv/linux/sigprocmask.c: Include <nptl/pthreadP.h>.
10416 * nptl/sysdeps/pthread/sigprocmask.c: File removed.
10417
10418 * nptl/sysdeps/i386/i486/pthread_spin_trylock.S: Moved ...
10419 * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: ... here.
10420 * nptl/sysdeps/i386/i586/pthread_spin_trylock.S: Moved ...
10421 * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: ... here.
10422 Update #include target.
10423 * nptl/sysdeps/i386/i686/Makefile: Moved ...
10424 * sysdeps/i386/i686/nptl/Makefile: ... here.
10425 * nptl/sysdeps/i386/i686/pthread_spin_trylock.S: Moved ...
10426 * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: ... here.
10427 Update #include target.
10428 * nptl/sysdeps/i386/i686/tls.h: Moved ...
10429 * sysdeps/i386/i686/nptl/tls.h: ... here. Use #include_next.
10430 * nptl/sysdeps/i386/Makefile: Moved ...
10431 * sysdeps/i386/nptl/Makefile: ... here.
10432 * nptl/sysdeps/i386/pthread_spin_init.c: Moved ...
10433 * sysdeps/i386/nptl/pthread_spin_init.c: ... here.
10434 * sysdeps/x86_64/nptl/pthread_spin_init.c: Update #include target.
10435 * nptl/sysdeps/i386/pthread_spin_lock.S: Moved ...
10436 * sysdeps/i386/nptl/pthread_spin_lock.S: ... here.
10437 * nptl/sysdeps/i386/pthread_spin_unlock.S: Moved ...
10438 * sysdeps/i386/nptl/pthread_spin_unlock.S: ... here.
10439 * nptl/sysdeps/i386/pthreaddef.h: Moved ...
10440 * sysdeps/i386/nptl/pthreaddef.h: ... here.
10441 * nptl/sysdeps/i386/tcb-offsets.sym: Moved ...
10442 * sysdeps/i386/nptl/tcb-offsets.sym: ... here.
10443 * nptl/sysdeps/i386/tls.h: Moved ...
10444 * sysdeps/i386/nptl/tls.h: ... here.
10445
10446 * sysdeps/sh/Makefile [$(subdir) = csu]
10447 (gen-as-const-headers): Add tcb-offsets.sym.
10448 * nptl/sysdeps/sh/Makefile: File removed.
10449 * nptl/sysdeps/sh/pthread_spin_init.c: Moved ...
10450 * sysdeps/sh/nptl/pthread_spin_init.c: ... here.
10451 * nptl/sysdeps/sh/pthread_spin_lock.c: Moved ...
10452 * sysdeps/sh/nptl/pthread_spin_lock.c: ... here.
10453 * nptl/sysdeps/sh/pthread_spin_trylock.S: Moved ...
10454 * sysdeps/sh/nptl/pthread_spin_trylock.S: ... here.
10455 * nptl/sysdeps/sh/pthread_spin_unlock.S: Moved ...
10456 * sysdeps/sh/nptl/pthread_spin_unlock.S: ... here.
10457 * nptl/sysdeps/sh/pthreaddef.h: Moved ...
10458 * sysdeps/sh/nptl/pthreaddef.h: ... here.
10459 * nptl/sysdeps/sh/tcb-offsets.sym: Moved ...
10460 * sysdeps/sh/nptl/tcb-offsets.sym: ... here.
10461 * nptl/sysdeps/sh/tls.h: Moved ...
10462 * sysdeps/sh/nptl/tls.h: ... here.
10463 * nptl/sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: Moved ...
10464 * sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: ... here.
10465 * nptl/sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: Moved ...
10466 * sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: ... here.
10467 * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.S: Moved ...
10468 * sysdeps/unix/sysv/linux/sh/lowlevellock.S: ... here.
10469 * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.h: Moved ...
10470 * sysdeps/unix/sysv/linux/sh/lowlevellock.h: ... here.
10471 * nptl/sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: Moved ...
10472 * sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: ... here.
10473 * nptl/sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: Moved ...
10474 * sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: ... here.
10475 * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: Moved ...
10476 * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: ... here.
10477 * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: Moved ...
10478 * sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: ... here.
10479 * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Moved ...
10480 * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: ... here.
10481 * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Moved ...
10482 * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: ... here.
10483 * nptl/sysdeps/unix/sysv/linux/sh/pthread_once.S: Moved ...
10484 * sysdeps/unix/sysv/linux/sh/pthread_once.S: ... here.
10485 * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Moved ...
10486 * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: ... here.
10487 * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S:
10488 Moved ...
10489 * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: ... here.
10490 * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S:
10491 Moved ...
10492 * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: ... here.
10493 * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: Moved ...
10494 * sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: ... here.
10495 * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Moved ...
10496 * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: ... here.
10497 * nptl/sysdeps/unix/sysv/linux/sh/sem_post.S: Moved ...
10498 * sysdeps/unix/sysv/linux/sh/sem_post.S: ... here.
10499 * nptl/sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Moved ...
10500 * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: ... here.
10501 * nptl/sysdeps/unix/sysv/linux/sh/sem_trywait.S: Moved ...
10502 * sysdeps/unix/sysv/linux/sh/sem_trywait.S: ... here.
10503 * nptl/sysdeps/unix/sysv/linux/sh/sem_wait.S: Moved ...
10504 * sysdeps/unix/sysv/linux/sh/sem_wait.S: ... here.
10505 * nptl/sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: Moved ...
10506 * sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: ... here.
10507 * nptl/sysdeps/unix/sysv/linux/sh/smp.h: Moved ...
10508 * sysdeps/unix/sysv/linux/sh/smp.h: ... here.
10509 * nptl/sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Moved ...
10510 * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: ... here.
10511
10512 2014-06-12 Stefan Liebler <stli@linux.vnet.ibm.com>
10513
10514 * posix/spawn_faction_addopen.c: Include string.h.
10515
10516 2014-06-11 Roland McGrath <roland@hack.frob.com>
10517
10518 * nptl/sysdeps/x86_64/64/shlib-versions: Moved ...
10519 * sysdeps/x86_64/64/nptl/shlib-versions: ... here.
10520 * nptl/sysdeps/x86_64/Makefile: Moved ...
10521 * sysdeps/x86_64/nptl/Makefile: ... here.
10522 * nptl/sysdeps/x86_64/configure: Moved ...
10523 * sysdeps/x86_64/nptl/configure: ... here.
10524 * nptl/sysdeps/x86_64/configure.ac: Moved ...
10525 * sysdeps/x86_64/nptl/configure.ac: ... here.
10526 * nptl/sysdeps/x86_64/pthread_spin_init.c: Moved ...
10527 * sysdeps/x86_64/nptl/pthread_spin_init.c: ... here.
10528 * nptl/sysdeps/x86_64/pthread_spin_lock.S: Moved ...
10529 * sysdeps/x86_64/nptl/pthread_spin_lock.S: ... here.
10530 * nptl/sysdeps/x86_64/pthread_spin_trylock.S: Moved ...
10531 * sysdeps/x86_64/nptl/pthread_spin_trylock.S: ... here.
10532 * nptl/sysdeps/x86_64/pthread_spin_unlock.S: Moved ...
10533 * sysdeps/x86_64/nptl/pthread_spin_unlock.S: ... here.
10534 * nptl/sysdeps/x86_64/pthreaddef.h: Moved ...
10535 * sysdeps/x86_64/nptl/pthreaddef.h: ... here.
10536 * nptl/sysdeps/x86_64/tcb-offsets.sym: Moved ...
10537 * sysdeps/x86_64/nptl/tcb-offsets.sym: ... here.
10538 * nptl/sysdeps/x86_64/tls.h: Moved ...
10539 * sysdeps/x86_64/nptl/tls.h: ... here.
10540 * nptl/sysdeps/x86_64/x32/shlib-versions: Moved ...
10541 * sysdeps/x86_64/x32/nptl/shlib-versions: ... here.
10542 * nptl/sysdeps/x86_64/x32/tls.h: Moved ...
10543 * sysdeps/x86_64/x32/nptl/tls.h: ... here.
10544
10545 * sysdeps/x86_64/x32/nptl/tls.h: Use #include_next.
10546
10547 2014-06-11 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
10548
10549 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
10550
10551 2014-06-11 Joseph Myers <joseph@codesourcery.com>
10552
10553 * conform/data/sys/mman.h-data [POSIX] (size_t): Do not require
10554 type.
10555 [POSIX] (off_t): Likewise.
10556 * conform/data/sys/stat.h-data (S_IRGRP): Require constant.
10557 [POSIX] (S_ISBLK): Require macro.
10558 [POSIX] (S_ISCHR): Likewise.
10559 [POSIX] (S_ISDIR): Likewise.
10560 [POSIX] (S_ISFIFO): Likewise.
10561 [POSIX] (S_ISREG): Likewise.
10562 [POSIX || XPG3 || XPG4 || UNIX98] (S_TYPEISTMO): Do not list
10563 optional-macro.
10564 * conform/data/sys/types.h-data [POSIX] (blkcnt_t): Do not require
10565 type.
10566 [POSIX] (time_t): Likewise.
10567 [POSIX] (timer_t): Likewise.
10568
10569 2014-06-11 Florian Weimer <fweimer@redhat.com>
10570
10571 [BZ #17048]
10572 * posix/spawn_int.h (struct __spawn_action): Make the path string
10573 non-const to support deallocation.
10574 * posix/spawn_faction_addopen.c
10575 (posix_spawn_file_actions_addopen): Make a copy of the pathname.
10576 * posix/spawn_faction_destroy.c
10577 (posix_spawn_file_actions_destroy): Adjust comment. Deallocate
10578 path in all spawn_do_open actions.
10579 * posix/tst-spawn.c (do_test): Exercise the copy operation in
10580 posix_spawn_file_actions_addopen.
10581
10582 2014-06-11 Chris Metcalf <cmetcalf@tilera.com>
10583
10584 * sysdeps/unix/sysv/linux/tile/pt-vfork.c: New file.
10585 * sysdeps/unix/sysv/linux/tile/pt-vfork.S: Remove file.
10586 * sysdeps/unix/sysv/linux/tile/vfork.S (__vfork): Make PT_VFORK
10587 conditional code always true.
10588 (__libc_vfork): New alias.
10589
10590 2014-06-11 Roland McGrath <roland@hack.frob.com>
10591
10592 * sysdeps/tile/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
10593 * sysdeps/unix/sysv/linux/tile/createthread.c: File removed.
10594
10595 * nptl/sysdeps/s390/tls.h (TLS_DEFINE_INIT_TP): New macro.
10596
10597 * sysdeps/alpha/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
10598 * sysdeps/unix/sysv/linux/alpha/createthread.c: File removed.
10599
10600 * nptl/sysdeps/powerpc/tls.h (TLS_DEFINE_INIT_TP): New macro.
10601 * sysdeps/unix/sysv/linux/powerpc/createthread.c: File removed.
10602
10603 * sysdeps/aarch64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
10604 * sysdeps/unix/sysv/linux/aarch64/nptl/createthread.c: File removed.
10605
10606 2014-06-11 Vidya Ranganathan <vidya@linux.vnet.ibm.com>
10607
10608 * sysdeps/powerpc/powerpc64/power7/strcmp.S: New file: Optimization.
10609 * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: New file:
10610 multiarch strcmp for PPC64.
10611 * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: New file.
10612 * sysdeps/powerpc/powerpc64/multiarch/strcmp-power7.S: New file.
10613 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcmp
10614 multiarch optimizations.
10615 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
10616 (__libc_ifunc_impl_list): Likewise.
10617
10618 2014-06-11 Siddhesh Poyarekar <siddhesh@redhat.com>
10619
10620 * benchtests/scripts/validate_benchout.py: New script.
10621 * benchtests/Makefile (bench-func): Call it.
10622 * benchtests/scripts/benchout.schema.json: New file.
10623
10624 2014-06-10 Chris Metcalf <cmetcalf@tilera.com>
10625
10626 * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h: Moved ...
10627 * sysdeps/tile/nptl/bits/pthreadtypes.h: ... here.
10628 * sysdeps/unix/sysv/linux/tile/nptl/bits/semaphore.h: Moved ...
10629 * sysdeps/tile/nptl/bits/semaphore.h: ... here.
10630 * sysdeps/unix/sysv/linux/tile/nptl/Makefile: Removed, merged into ...
10631 * sysdeps/unix/sysv/linux/tile/Makefile: ... here.
10632 * sysdeps/unix/sysv/linux/tile/nptl/clone.S: Moved ...
10633 * sysdeps/unix/sysv/linux/tile/clone.S: ... here.
10634 * sysdeps/unix/sysv/linux/tile/nptl/createthread.c: Moved ...
10635 * sysdeps/unix/sysv/linux/tile/createthread.c: ... here.
10636 * sysdeps/unix/sysv/linux/tile/nptl/lowlevellock.h: Moved ...
10637 * sysdeps/unix/sysv/linux/tile/lowlevellock.h: ... here.
10638 * sysdeps/unix/sysv/linux/tile/nptl/pt-vfork.S: Moved ...
10639 * sysdeps/unix/sysv/linux/tile/pt-vfork.S: ... here.
10640 * sysdeps/unix/sysv/linux/tile/nptl/sysdep-cancel.h: Moved ...
10641 * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: ... here.
10642 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/c++-types.data:
10643 Moved ...
10644 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/c++-types.data:
10645 ... here.
10646 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/ld.abilist:
10647 Moved ...
10648 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/ld.abilist: ... here.
10649 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libBrokenLocale.abilist:
10650 Moved ...
10651 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libBrokenLocale.abilist:
10652 ... here.
10653 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libanl.abilist:
10654 Moved ...
10655 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libanl.abilist:
10656 ... here.
10657 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libc.abilist:
10658 Moved ...
10659 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libc.abilist: ... here.
10660 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libcrypt.abilist:
10661 Moved ...
10662 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libcrypt.abilist:
10663 ... here.
10664 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libdl.abilist:
10665 Moved ...
10666 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libdl.abilist:
10667 ... here.
10668 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libm.abilist:
10669 Moved ...
10670 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libm.abilist: ... here.
10671 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libnsl.abilist:
10672 Moved ...
10673 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libnsl.abilist:
10674 ... here.
10675 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libpthread.abilist:
10676 Moved ...
10677 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libpthread.abilist:
10678 ... here.
10679 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libresolv.abilist:
10680 Moved ...
10681 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libresolv.abilist:
10682 ... here.
10683 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/librt.abilist:
10684 Moved ...
10685 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/librt.abilist: ... here.
10686 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libthread_db.abilist:
10687 Moved ...
10688 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libthread_db.abilist:
10689 ... here.
10690 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libutil.abilist:
10691 Moved ...
10692 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libutil.abilist:
10693 ... here.
10694 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/c++-types.data:
10695 Moved ...
10696 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/c++-types.data:
10697 ... here.
10698 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/ld.abilist:
10699 Moved ...
10700 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/ld.abilist: ... here.
10701 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libBrokenLocale.abilist:
10702 Moved ...
10703 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libBrokenLocale.abilist:
10704 ... here.
10705 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libanl.abilist:
10706 Moved ...
10707 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libanl.abilist:
10708 ... here.
10709 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libc.abilist:
10710 Moved ...
10711 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libc.abilist: ... here.
10712 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libcrypt.abilist:
10713 Moved ...
10714 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libcrypt.abilist:
10715 ... here.
10716 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libdl.abilist:
10717 Moved ...
10718 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libdl.abilist: ... here.
10719 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libm.abilist:
10720 Moved ...
10721 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libm.abilist: ... here.
10722 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libnsl.abilist:
10723 Moved ...
10724 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libnsl.abilist:
10725 ... here.
10726 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libpthread.abilist:
10727 Moved ...
10728 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libpthread.abilist:
10729 ... here.
10730 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libresolv.abilist:
10731 Moved ...
10732 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libresolv.abilist:
10733 ... here.
10734 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/librt.abilist:
10735 Moved ...
10736 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/librt.abilist: ... here.
10737 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libthread_db.abilist:
10738 Moved ...
10739 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libthread_db.abilist:
10740 ... here.
10741 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libutil.abilist:
10742 Moved ...
10743 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libutil.abilist:
10744 ... here.
10745 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/c++-types.data: Moved ...
10746 * sysdeps/unix/sysv/linux/tile/tilepro/c++-types.data: ... here.
10747 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/ld.abilist: Moved ...
10748 * sysdeps/unix/sysv/linux/tile/tilepro/ld.abilist: ... here.
10749 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libBrokenLocale.abilist:
10750 Moved ...
10751 * sysdeps/unix/sysv/linux/tile/tilepro/libBrokenLocale.abilist:
10752 ... here.
10753 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libanl.abilist: Moved ...
10754 * sysdeps/unix/sysv/linux/tile/tilepro/libanl.abilist: ... here.
10755 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libc.abilist: Moved ...
10756 * sysdeps/unix/sysv/linux/tile/tilepro/libc.abilist: ... here.
10757 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libcrypt.abilist: Moved ...
10758 * sysdeps/unix/sysv/linux/tile/tilepro/libcrypt.abilist: ... here.
10759 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libdl.abilist: Moved ...
10760 * sysdeps/unix/sysv/linux/tile/tilepro/libdl.abilist: ... here.
10761 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libm.abilist: Moved ...
10762 * sysdeps/unix/sysv/linux/tile/tilepro/libm.abilist: ... here.
10763 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libnsl.abilist: Moved ...
10764 * sysdeps/unix/sysv/linux/tile/tilepro/libnsl.abilist: ... here.
10765 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libpthread.abilist:
10766 Moved ...
10767 * sysdeps/unix/sysv/linux/tile/tilepro/libpthread.abilist: ... here.
10768 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libresolv.abilist:
10769 Moved ...
10770 * sysdeps/unix/sysv/linux/tile/tilepro/libresolv.abilist: ... here.
10771 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/librt.abilist: Moved ...
10772 * sysdeps/unix/sysv/linux/tile/tilepro/librt.abilist: ... here.
10773 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libthread_db.abilist:
10774 Moved ...
10775 * sysdeps/unix/sysv/linux/tile/tilepro/libthread_db.abilist: ... here.
10776 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libutil.abilist: Moved ...
10777 * sysdeps/unix/sysv/linux/tile/tilepro/libutil.abilist: ... here.
10778 * sysdeps/unix/sysv/linux/tile/nptl/vfork.S: Moved ...
10779 * sysdeps/unix/sysv/linux/tile/vfork.S: ... here.
10780 * sysdeps/unix/sysv/linux/tile/nptl/waitpid.S: Moved ...
10781 * sysdeps/unix/sysv/linux/tile/waitpid.S: ... here.
10782
10783 2014-06-10 Wilco <wdijkstr@arm.com>
10784
10785 * math/test-fenv-return.c: New file.
10786 * math/Makefile: Add new test test-fenv-return.
10787
10788 2014-06-10 Joseph Myers <joseph@codesourcery.com>
10789
10790 [BZ #17042]
10791 * sysdeps/i386/fpu/e_log2.S (__ieee754_log2): Take absolete value
10792 when x - 1 is zero.
10793 * sysdeps/i386/fpu/e_log2f.S (__ieee754_log2f): Likewise.
10794 * sysdeps/i386/fpu/e_log2l.S (__ieee754_log2l): Likewise.
10795 * sysdeps/ieee754/ldbl-128/e_log2l.c (__ieee754_log2l): Return
10796 0.0L for an argument of 1.0L.
10797 * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l):
10798 Likewise.
10799 * sysdeps/x86_64/fpu/e_log2l.S (__ieee754_log2l): Take absolute
10800 value when x - 1 is zero.
10801 * math/libm-test.inc (log2_test): Use ALL_RM_TEST.
10802 * sysdeps/i386/fpu/libm-test-ulps: Update.
10803 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
10804
10805 2014-06-09 Bernard Ogden <bernie.ogden@linaro.org>
10806
10807 [BZ #15119]
10808 * ports/sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.c: Remove file.
10809
10810 2014-06-09 Roland McGrath <roland@hack.frob.com>
10811
10812 * nptl/sysdeps/sh/tls.h (TLS_DEFINE_INIT_TP): New macro.
10813 * nptl/sysdeps/unix/sysv/linux/sh/createthread.c: File removed.
10814
10815 2014-06-09 Roland McGrath <roland@hack.frob.com>
10816
10817 * sysdeps/m68k/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
10818 * sysdeps/unix/sysv/linux/m68k/nptl/createthread.c: File removed.
10819
10820 * sysdeps/hppa/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
10821 * sysdeps/unix/sysv/linux/hppa/nptl/createthread.c: File removed.
10822
10823 * sysdeps/mips/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
10824 * sysdeps/unix/sysv/linux/mips/nptl/createthread.c: File removed.
10825
10826 * sysdeps/arm/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
10827 * sysdeps/unix/sysv/linux/arm/createthread.c: File removed.
10828
10829 * nptl/sysdeps/pthread/createthread.c (TLS_DEFINE_INIT_TP): New macro,
10830 if not already defined.
10831 (do_clone): Use that in place of PREPARE_CREATE and TLS_VALUE.
10832 * nptl/sysdeps/x86_64/tls.h (TLS_DEFINE_INIT_TP): New macro.
10833 * nptl/sysdeps/i386/tls.h (tls_fill_user_desc): New function.
10834 (TLS_INIT_TP): Use it.
10835 (TLS_DEFINE_INIT_TP): New macro.
10836 * sysdeps/unix/sysv/linux/i386/createthread.c: File removed.
10837
10838 2014-06-09 Joseph Myers <joseph@codesourcery.com>
10839
10840 * conform/data/termios.h-data [POSIX] (IUCLC): Do not expect
10841 constant.
10842 [POSIX] (IXANY): Likewise.
10843 [POSIX] (OLCUC): Likewise.
10844 [POSIX || POSIX2008] (CBAUD): Do not allow.
10845 [POSIX || POSIX2008] (DEFECHO): Likewise.
10846 [POSIX || POSIX2008] (ECHOCTL): Likewise.
10847 [POSIX || POSIX2008] (ECHOKE): Likewise.
10848 [POSIX || POSIX2008] (ECHOPRT): Likewise.
10849 [POSIX || POSIX2008] (EXTA): Likewise.
10850 [POSIX || POSIX2008] (EXTB): Likewise.
10851 [POSIX || POSIX2008] (FLUSHO): Likewise.
10852 [POSIX || POSIX2008] (LOBLK): Likewise.
10853 [POSIX || POSIX2008] (PENDIN): Likewise.
10854 [POSIX || POSIX2008] (SWTCH): Likewise.
10855 [POSIX || POSIX2008] (VDISCARD): Likewise.
10856 [POSIX || POSIX2008] (VDSUSP): Likewise.
10857 [POSIX || POSIX2008] (VLNEXT): Likewise.
10858 [POSIX || POSIX2008] (VREPRINT): Likewise.
10859 [POSIX || POSIX2008] (VSTATUS): Likewise.
10860 [POSIX || POSIX2008] (VWERASE): Likewise.
10861 (B*): Change to B[0123456789]*.
10862 * conform/data/time.h-data [POSIX || UNIX98]
10863 (CLOCK_PROCESS_CPUTIME_ID): Do not expect constant.
10864 [POSIX || UNIX98] (CLOCK_THREAD_CPUTIME_ID): Likewise.
10865 [POSIX || UNIX98] (CLOCK_MONOTONIC): Likewise.
10866 [POSIX] (tm_*): Do not allow.
10867
10868 2014-06-07 Joseph Myers <joseph@codesourcery.com>
10869
10870 * Makefile (install): Don't set LANGUAGE.
10871 * Makefile.in (install): Likewise.
10872 * assert/Makefile (test-assert-ENV): Remove variable.
10873 (test-assert-perr-ENV): Likewise.
10874 * elf/Makefile (neededtest4-ENV): Likewise.
10875 * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
10876 [$(cross-compiling) = no]: Don't set LANGUAGE.
10877 * io/ftwtest-sh (LANG): Remove variable.
10878 * libio/Makefile (tst-widetext-ENV): Likewise.
10879 * manual/install.texi (Running make install): Don't refer to
10880 environment settings for make install.
10881 * INSTALL: Regenerated.
10882 * nptl/tst-tls6.sh: Don't set LANG.
10883 * posix/globtest.sh (LANG): Remove variable.
10884 * string/Makefile (tester-ENV): Likewise.
10885 (inl-tester-ENV): Likewise.
10886 (noinl-tester-ENV): Likewise.
10887 * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
10888 [$(cross-compiling) = no]: Don't set LANGUAGE.
10889 * timezone/Makefile (build-testdata): Use $(built-program-cmd)
10890 without explicit environment settings.
10891
10892 2014-06-06 Roland McGrath <roland@hack.frob.com>
10893
10894 * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h: Moved ...
10895 * sysdeps/sh/nptl/bits/pthreadtypes.h: ... here.
10896 * nptl/sysdeps/unix/sysv/linux/sh/bits/semaphore.h: Moved ...
10897 * sysdeps/sh/nptl/bits/semaphore.h: ... here.
10898
10899 2014-06-06 Chris Metcalf <cmetcalf@tilera.com>
10900
10901 * crypt/crypt-private.h [DOS]: Add some includes taken from the
10902 other files in the crypt directory.
10903 * crypt/crypt.c: Remove duplicate includes.
10904 * crypt/crypt-entry.c: Likewise.
10905 * crypt/crypt_util.c: Likewise.
10906
10907 2014-06-06 Joseph Myers <joseph@codesourcery.com>
10908
10909 * Makeconfig (run-program-env): New variable.
10910 (run-program-prefix-before-env): Likewise.
10911 (run-program-prefix-after-env): Likewise.
10912 (run-program-prefix): Define in terms of new variables.
10913 (built-program-cmd-before-env): New variable.
10914 (built-program-cmd-after-env): Likewise.
10915 (built-program-cmd): Define in terms of new variables.
10916 (test-program-prefix-before-env): New variable.
10917 (test-program-prefix-after-env): Likewise.
10918 (test-program-prefix): Define in terms of new variables.
10919 (test-program-cmd-before-env): New variable.
10920 (test-program-cmd-after-env): Likewise.
10921 (test-program-cmd): Define in terms of new variables.
10922 * Rules (make-test-out): Use $(run-program-env).
10923 * scripts/cross-test-ssh.sh (env_blacklist): Remove variable.
10924 (help): Do not mention environment variables. Mention
10925 --timeoutfactor option.
10926 (timeoutfactor): New variable.
10927 (blacklist_exports): Remove function.
10928 (exports): Remove variable.
10929 (command): Do not include ${exports}.
10930 * manual/install.texi (Configuring and compiling): Do not mention
10931 test wrappers preserving environment variables. Mention that last
10932 assignment to a variable must take precedence.
10933 * INSTALL: Regenerated.
10934 * benchtests/Makefile (run-bench): Use $(run-program-env).
10935 * catgets/Makefile ($(objpfx)test1.cat): Use
10936 $(built-program-cmd-before-env), $(run-program-env) and
10937 $(built-program-cmd-after-env).
10938 ($(objpfx)test2.cat): Do not specify environment variables
10939 explicitly.
10940 ($(objpfx)de/libc.cat): Use $(built-program-cmd-before-env),
10941 $(run-program-env) and $(built-program-cmd-after-env).
10942 ($(objpfx)test-gencat.out): Use $(test-program-cmd-before-env),
10943 $(run-program-env) and $(test-program-cmd-after-env).
10944 ($(objpfx)sample.SJIS.cat): Do not specify environment variables
10945 explicitly.
10946 * catgets/test-gencat.sh: Use test_program_cmd_before_env,
10947 run_program_env and test_program_cmd_after_env arguments.
10948 * elf/Makefile ($(objpfx)tst-pathopt.out): Use $(run-program-env).
10949 * elf/tst-pathopt.sh: Use run_program_env argument.
10950 * iconvdata/Makefile ($(objpfx)iconv-test.out): Use
10951 $(test-wrapper-env) and $(run-program-env).
10952 * iconvdata/run-iconv-test.sh: Use test_wrapper_env and
10953 run_program_env arguments.
10954 * iconvdata/tst-table.sh: Do not set GCONV_PATH explicitly.
10955 * intl/Makefile ($(objpfx)tst-gettext.out): Use
10956 $(test-program-prefix-before-env), $(run-program-env) and
10957 $(test-program-prefix-after-env).
10958 ($(objpfx)tst-gettext2.out): Likewise.
10959 * intl/tst-gettext.sh: Use test_program_prefix_before_env,
10960 run_program_env and test_program_prefix_after_env arguments.
10961 * intl/tst-gettext2.sh: Likewise.
10962 * intl/tst-gettext4.sh: Do not set environment variables
10963 explicitly.
10964 * intl/tst-gettext6.sh: Likewise.
10965 * intl/tst-translit.sh: Likewise.
10966 * malloc/Makefile ($(objpfx)tst-mtrace.out): Use
10967 $(test-program-prefix-before-env), $(run-program-env) and
10968 $(test-program-prefix-after-env).
10969 * malloc/tst-mtrace.sh: Use test_program_prefix_before_env,
10970 run_program_env and test_program_prefix_after_env arguments.
10971 * math/Makefile (run-regen-ulps): Use $(run-program-env).
10972 * nptl/Makefile ($(objpfx)tst-tls6.out): Use $(run-program-env).
10973 * nptl/tst-tls6.sh: Use run_program_env argument. Set LANG=C
10974 explicitly with each use of ${test_wrapper_env}.
10975 * posix/Makefile ($(objpfx)wordexp-tst.out): Use
10976 $(test-program-prefix-before-env), $(run-program-env) and
10977 $(test-program-prefix-after-env).
10978 * posix/tst-getconf.sh: Do not set environment variables
10979 explicitly.
10980 * posix/wordexp-tst.sh: Use test_program_prefix_before_env,
10981 run_program_env and test_program_prefix_after_env arguments.
10982 * stdio-common/tst-printf.sh: Do not set environment variables
10983 explicitly.
10984 * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Use
10985 $(test-program-prefix-before-env), $(run-program-env) and
10986 $(test-program-prefix-after-env).
10987 * stdlib/tst-fmtmsg.sh: Use test_program_prefix_before_env,
10988 run_program_env and test_program_prefix_after_env arguments.
10989 Split $test calls into $test_pre and $test.
10990 * timezone/Makefile (build-testdata): Use
10991 $(built-program-cmd-before-env), $(run-program-env) and
10992 $(built-program-cmd-after-env).
10993
10994 2014-06-06 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
10995
10996 * sysdeps/powerpc/powerpc64/power7/strncat.S [STRLEN]: Define it as
10997 strlen for non SHARED builds.
10998
10999 2014-06-05 Siddhesh Poyarekar <siddhesh@redhat.com>
11000
11001 * nptl/allocatestack.c (check_list): Inlined function...
11002 (__reclaim_stacks): ... here.
11003
11004 2014-06-05 Ondřej Bílka <neleai@seznam.cz>
11005
11006 [BZ #15698]
11007 * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
11008 memory overrun.
11009
11010 2014-06-05 Joseph Myers <joseph@codesourcery.com>
11011
11012 * Rules (make-test-out): Include
11013 LOCPATH=$(common-objpfx)localedata in default environment.
11014 * debug/Makefile (tst-chk1-ENV): Remove variable.
11015 (tst-chk2-ENV): Likewise.
11016 (tst-chk3-ENV): Likewise.
11017 (tst-chk4-ENV): Likewise.
11018 (tst-chk5-ENV): Likewise.
11019 (tst-chk6-ENV): Likewise.
11020 (tst-lfschk1-ENV): Likewise.
11021 (tst-lfschk2-ENV): Likewise.
11022 (tst-lfschk3-ENV): Likewise.
11023 (tst-lfschk4-ENV): Likewise.
11024 (tst-lfschk5-ENV): Likewise.
11025 (tst-lfschk6-ENV): Likewise.
11026 * iconvdata/Makefile (bug-iconv6-ENV): Likewise.
11027 (tst-iconv7-ENV): Likewise.
11028 * intl/Makefile (LOCPATH-ENV): Likewise.
11029 (tst-codeset-ENV): Likewise.
11030 (tst-gettext3-ENV): Likewise.
11031 (tst-gettext5-ENV): Likewise.
11032 * libio/Makefile (tst-widetext-ENV): Don't set LOCPATH.
11033 (tst-fopenloc-ENV): Likewise.
11034 (tst-fgetws-ENV): Remove variable.
11035 (tst-ungetwc1-ENV): Likewise.
11036 (tst-ungetwc2-ENV): Likewise.
11037 (bug-ungetwc2-ENV): Likewise.
11038 (tst-swscanf-ENV): Likewise.
11039 (bug-ftell-ENV): Likewise.
11040 (tst-fgetwc-ENV): Likewise.
11041 (tst-fseek-ENV): Likewise.
11042 (tst-ftell-partial-wide-ENV): Likewise.
11043 (tst-ftell-active-handler-ENV): Likewise.
11044 (tst-ftell-append-ENV): Likewise.
11045 * posix/Makefile (tst-fnmatch-ENV): Likewise.
11046 (tst-regexloc-ENV): Likewise.
11047 (bug-regex1-ENV): Likewise.
11048 (tst-regex-ENV): Likewise.
11049 (tst-regex2-ENV): Likewise.
11050 (bug-regex5-ENV): Likewise.
11051 (bug-regex6-ENV): Likewise.
11052 (bug-regex17-ENV): Likewise.
11053 (bug-regex18-ENV): Likewise.
11054 (bug-regex19-ENV): Likewise.
11055 (bug-regex20-ENV): Likewise.
11056 (bug-regex22-ENV): Likewise.
11057 (bug-regex23-ENV): Likewise.
11058 (bug-regex25-ENV): Likewise.
11059 (bug-regex26-ENV): Likewise.
11060 (bug-regex30-ENV): Likewise.
11061 (bug-regex32-ENV): Likewise.
11062 (bug-regex33-ENV): Likewise.
11063 (bug-regex34-ENV): Likewise.
11064 (bug-regex35-ENV): Likewise.
11065 (tst-rxspencer-ENV): Likewise.
11066 (tst-rxspencer-no-utf8-ENV): Likewise.
11067 * stdio-common/Makefile (tst-sprintf-ENV): Likewise.
11068 (tst-sscanf-ENV): Likewise.
11069 (tst-swprintf-ENV): Likewise.
11070 (tst-swscanf-ENV): Likewise.
11071 (test-vfprintf-ENV): Likewise.
11072 (scanf13-ENV): Likewise.
11073 (bug14-ENV): Likewise.
11074 (tst-grouping-ENV): Likewise.
11075 * stdlib/Makefile (tst-strtod-ENV): Likewise.
11076 (tst-strtod3-ENV): Likewise.
11077 (tst-strtod4-ENV): Likewise.
11078 (tst-strtod5-ENV): Likewise.
11079 (testmb2-ENV): Likewise./
11080 * string/Makefile (tst-strxfrm-ENV): Likewise.
11081 (tst-strxfrm2-ENV): Likewise.
11082 (bug-strcoll1-ENV): Likewise.
11083 (test-strcasecmp-ENV): Likewise.
11084 (test-strncasecmp-ENV): Likewise.
11085 * time/Makefile (tst-strptime-ENV): Likewise.
11086 (tst-ftime_l-ENV): Likewise.
11087 * wcsmbs/Makefile (tst-btowc-ENV): Likewise.
11088 (tst-mbrtowc-ENV): Likewise.
11089 (tst-wcrtomb-ENV): Likewise.
11090 (tst-mbrtowc2-ENV): Likewise.
11091 (tst-c16c32-1-ENV): Likewise.
11092 (tst-mbsnrtowcs-ENV): Likewise.
11093
11094 2014-06-05 Ondřej Bílka <neleai@seznam.cz>
11095
11096 * manual/resource.texi (How to get information about the memory
11097 subsystem?): Fix typo.
11098 Reported by Peon de la Parra Ivan <peon@keba.com>
11099
11100 2014-06-03 Guo Yixuan <culu.gyx@gmail.com>
11101
11102 [BZ #16882]
11103 * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S
11104 (pthread_spin_lock): Branch out of spin loop to proper location.
11105 * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S
11106 (pthread_spin_lock): Likewise.
11107
11108 * nptl/tst-spin4.c: New test.
11109 * nptl/Makefile (tests): Add tst-spin4.
11110
11111 2014-06-03 Andreas Schwab <schwab@suse.de>
11112
11113 [BZ #15946]
11114 * resolv/res_send.c (send_dg): Reload file descriptor after
11115 calling reopen.
11116
11117 2014-06-03 Stefan Liebler <stli@linux.vnet.ibm.com>
11118
11119 * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
11120
11121 2014-06-03 Richard Henderson <rth@redhat.com>
11122
11123 * sysdeps/unix/sysv/linux/aarch64/pt-vfork.c: New file.
11124 * sysdeps/unix/sysv/linux/aarch64/nptl/pt-vfork.S: Remove file.
11125 * sysdeps/unix/sysv/linux/aarch64/vfork.S (__vfork): Incorporate
11126 SAVE_PID and RESTORE_PID blocks from pt-vfork.S. Map 0 to INT_MIN
11127 in the SAVE_PID block.
11128 (__libc_vfork): New alias.
11129 * sysdeps/unix/sysv/linux/aarch64/nptl/vfork.S: Remove file.
11130
11131 * sysdeps/unix/sysv/linux/aarch64/clone.S (__clone): Save args for
11132 child in registers, not on the stack. Remove RESET_PID conditionals.
11133 * sysdeps/unix/sysv/linux/aarch64/nptl/clone.S: Remove file.
11134
11135 2014-06-03 Marcus Shawcroft <marcus.shawcroft@arm.com>
11136
11137 * sysdeps/aarch64/libm-test-ulps: Regenerate.
11138
11139 2014-06-03 Wilco <wdijkstr@arm.com>
11140
11141 * sysdeps/aarch64/fpu/math_private.h (libc_fesetround_aarch64)
11142 (libc_feholdexcept_setround_aarch64) (libc_feholdsetround_aarch64)
11143 (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
11144 Use _FPU_FPCR_RM_MASK for rounding mask rather than FE_TOWARDZERO.
11145 * sysdeps/aarch64/fpu/get-rounding-mode.h (get_rounding_mode):
11146 Likewise.
11147
11148 2014-06-03 Wilco <wdijkstr@arm.com>
11149
11150 * sysdeps/aarch64/fpu/math_private.h
11151 (libc_feholdexcept_aarch64) (libc_feholdexcept_setround_aarch64)
11152 (libc_fetestexcept_aarch64) (libc_fesetenv_aarch64)
11153 (libc_feupdateenv_test_aarch64) (libc_feholdsetround_aarch64)
11154 (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
11155 Fix declarations.
11156
11157 2014-06-03 Kostya Serebryany <konstantin.s.serebryany@gmail.com>
11158
11159 * crypt/crypt-private.h: Include ufc-crypt.h.
11160 (__b64_from_24bit): Declare extern.
11161 * crypt/crypt_util.c(__b64_from_24bit): New function.
11162 (b64t): New static const variable.
11163 * crypt/md5-crypt.c (b64_from_24bit): Remove function.
11164 (b64t): Remove variable.
11165 (__md5_crypt_r): Replace b64_from_24bit with __b64_from_24bit.
11166 * crypt/sha256-crypt.c: Include crypt-private.h.
11167 (b64t): Remove variable.
11168 (__sha256_crypt_r): Remove b64_from_24bit and replace
11169 with __b64_from_24bit.
11170 * crypt/sha512-crypt.c: Likewise.
11171
11172 2014-06-02 Roland McGrath <roland@hack.frob.com>
11173
11174 * nptl/sysdeps/unix/sysv/linux/sh/vfork.S: Moved ...
11175 * sysdeps/unix/sysv/linux/sh/vfork.S: ... here.
11176 Label the code __libc_vfork rather than __vfork.
11177 [!NOT_IN_libc] (vfork): Define as weak alias.
11178 [!NOT_IN_libc] (__vfork): Define as strong alias, and libc_hidden_def.
11179 * sysdeps/unix/sysv/linux/sh/pt-vfork.S: New file.
11180 * nptl/sysdeps/unix/sysv/linux/sh/pt-vfork.S: File removed.
11181
11182 2014-06-02 Siddhesh Poyarekar <siddhesh@redhat.com>
11183
11184 * malloc/malloc.c (malloc_info): Fix format specifier for
11185 n_mmaps.
11186
11187 2014-06-02 Wilco <wdijkstr@arm.com>
11188
11189 * sysdeps/aarch64/fpu/fpu_control.h (_FPU_SETCW): Remove ISB after
11190 FPCR write.
11191
11192 2014-06-02 Wilco <wdijkstr@arm.com>
11193
11194 [BZ #17009]
11195 * sysdeps/aarch64/fpu/feupdateenv (feupdateenv):
11196 Rewrite to reduce FPCR/FPSR accesses.
11197
11198 2014-06-01 David S. Miller <davem@davemloft.net>
11199
11200 * sysdeps/sparc/fpu/libm-test-ulps: Update.
11201
11202 2014-05-31 David S. Miller <davem@davemloft.net>
11203
11204 * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Force computations
11205 to occur in round to nearest mode when |x| >= 2.0
11206
11207 2014-05-30 Richard Henderson <rth@twiddle.net>
11208
11209 * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Remove.
11210 (PSEUDO_RET_NOERRNO): Remove.
11211 (ret): Don't redefine.
11212 (ret_NOERRNO): Define in terms of ret.
11213 (ret_ERRVAL): Likewise.
11214
11215 * sysdeps/unix/sysv/linux/aarch64/ioctl.S (__ioctl): Remove the
11216 use of PSEUDO_RET; perform the error check directly.
11217
11218 2014-05-30 Marko Myllynen <myllynen@redhat.com>
11219
11220 * sysdeps/x86_64/link-defines.sym (BND_SIZE): Replace __int128
11221 with __int128_t.
11222
11223 2014-05-30 Siddhesh Poyarekar <siddhesh@redhat.com>
11224
11225 * malloc/malloc (malloc_info): Fix formatting.
11226
11227 2014-05-30 Siddhesh Poyarekar <siddhesh@redhat.com>
11228 Roland McGrath <roland@hack.frob.com>
11229
11230 * malloc/malloc (malloc_info): Also print mmapped statistics.
11231
11232 2014-05-30 Roland McGrath <roland@hack.frob.com>
11233
11234 * sysdeps/unix/sysv/linux/m68k/arch-fork.h: New file.
11235 * sysdeps/unix/sysv/linux/m68k/nptl/fork.c: File removed.
11236
11237 2014-05-30 Ondřej Bílka <neleai@seznam.cz>
11238
11239 * malloc/malloc.c (malloc_info): Inline mi_arena.
11240
11241 2014-05-29 Richard Henderson <rth@twiddle.net>
11242
11243 * sysdeps/unix/sysv/linux/aarch64/sysdep.h (INTERNAL_VSYSCALL_NCS):
11244 Remove comma before expanding ASM_ARGS_##nr.
11245 (INTERNAL_SYSCALL_RAW): Make _sys_result signed, instead of casting.
11246 Make _x0 a strict output; make _x8 a strict input; adjust expansion
11247 of ASM_ARGS_##nr.
11248 (CLOBBER_ARGS_0, CLOBBER_ARGS_1, CLOBBER_ARGS_2): Remove.
11249 (CLOBBER_ARGS_3, CLOBBER_ARGS_4, CLOBBER_ARGS_5): Remove.
11250 (CLOBBER_ARGS_6, CLOBBER_ARGS_7): Remove.
11251 (ASM_ARGS_1): Add leading comma.
11252
11253 * sysdeps/unix/sysv/linux/aarch64/sysdep.h [NOT_IN_libc]
11254 (SYSCALL_ERROR_HANDLER): Use tpidr_el0 instead of a call
11255 to __errno_location.
11256 * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data (libpthread.so):
11257 Remove the expected plt for __errno_location.
11258
11259 * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
11260 [NOT_IN_libc] (SINGLE_THREAD_P): Use tpidr_el0 instead of a
11261 call to __read_tp.
11262
11263 * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
11264 Always allocate 64 bytes of stack frame. Use ldp/stp to create
11265 it and break it down.
11266 (DOCARGS_0, DOCARGS_1): Do nothing.
11267 (DOCARGS_2): Update to store into the new stack frame.
11268 (DOCARGS_3, DOCARGS_4, DOCARGS_5, DOCARGS_6): Likewise.
11269 (UNDOCARGS_1): Update to restore from the new stack frame.
11270 (UNDOCARGS_2, UNDOCARGS_3, UNDOCARGS_4): Likewise.
11271 (UNDOCARGS_5, UNDOCARGS_6): Likewise.
11272
11273 * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
11274 (SINGLE_THREAD_P): New parameter for result regno.
11275 (PSEUDO): Update to match; use cbz instead of beq.
11276
11277 * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
11278 Use ENTRY to define the _nocancel entry point. Share the syscall
11279 and syscall error check paths with the cancel path.
11280 (PSEUDO_END): New.
11281
11282 * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Adjust
11283 whitespace; tabs before and after asm mnemonics.
11284
11285 2014-05-29 Eric Wong <normalperson@yhbt.net>
11286
11287 [BZ #15132]
11288 * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
11289 Call fstat64 or stat64 internally, depending on arguments passed.
11290 Replace stat buffer argument with file descriptor argument.
11291 (INTERNAL_STATVFS): Update arguments to match __statvfs_getflags.
11292 * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
11293 Pass fd to __internal_statvfs instead of calling fstat64.
11294 * sysdeps/unix/sysv/linux/fstatvfs64.c (__fstatvfs64):
11295 Pass fd to __internal_statvfs64 instead of calling fstat64.
11296 * sysdeps/unix/sysv/linux/statvfs.c (statvfs):
11297 Pass -1 to __internal_statvfs instead of calling stat64.
11298 * sysdeps/unix/sysv/linux/statvfs64.c (__statvfs64):
11299 Pass -1 to __internal_statvfs64 instead of calling stat64.
11300
11301 2014-05-28 Roland McGrath <roland@hack.frob.com>
11302
11303 * sysdeps/unix/sysv/linux/sh/clone.S: Deconditionalize the code
11304 that was previously under [RESET_PID].
11305 * nptl/sysdeps/unix/sysv/linux/sh/clone.S: File removed.
11306
11307 * sysdeps/unix/sysv/linux/tile/arch-fork.h: New file.
11308 * sysdeps/unix/sysv/linux/tile/nptl/fork.c: File removed.
11309
11310 2014-05-27 Roland McGrath <roland@hack.frob.com>
11311
11312 * sysdeps/unix/sysv/linux/ia64/arch-fork.h: New file.
11313
11314 * sysdeps/unix/sysv/linux/sh/arch-fork.h: New file.
11315 * nptl/sysdeps/unix/sysv/linux/sh/fork.c: File removed.
11316
11317 2014-05-27 Ondřej Bílka <neleai@seznam.cz>
11318
11319 * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate code.
11320
11321 2014-05-27 Andreas Schwab <schwab@suse.de>
11322
11323 * csu/libc-tls.c (__libc_setup_tls): Remove second argument from
11324 TLS_INIT_TP macro.
11325 * elf/dl-load.c (_dl_map_object_from_fd): Likewise.
11326 * elf/rtld.c (init_tls, dl_main): Likewise.
11327 * nptl/sysdeps/i386/tls.h (TLS_INIT_TP): Likewise.
11328 * nptl/sysdeps/powerpc/tls.h (TLS_INIT_TP): Likewise.
11329 * nptl/sysdeps/s390/tls.h (TLS_INIT_TP): Likewise.
11330 * nptl/sysdeps/sh/tls.h (TLS_INIT_TP): Likewise.
11331 * nptl/sysdeps/sparc/tls.h (TLS_INIT_TP): Likewise.
11332 * nptl/sysdeps/x86_64/tls.h (TLS_INIT_TP): Likewise.
11333 * sysdeps/aarch64/nptl/tls.h (TLS_INIT_TP): Likewise.
11334 * sysdeps/alpha/nptl/tls.h (TLS_INIT_TP): Likewise.
11335 * sysdeps/arm/nptl/tls.h (TLS_INIT_TP): Likewise.
11336 * sysdeps/hppa/nptl/tls.h (TLS_INIT_TP): Likewise.
11337 * sysdeps/ia64/nptl/tls.h (TLS_INIT_TP): Likewise.
11338 * sysdeps/m68k/nptl/tls.h (TLS_INIT_TP): Likewise.
11339 * sysdeps/mach/hurd/i386/tls.h (_hurd_tls_init): Likewise.
11340 * sysdeps/microblaze/nptl/tls.h (TLS_INIT_TP): Likewise.
11341 * sysdeps/mips/nptl/tls.h (TLS_INIT_TP): Likewise.
11342 * sysdeps/tile/nptl/tls.h (TLS_INIT_TP): Likewise.
11343 * sysdeps/generic/tls.h: Update description.
11344
11345 2014-05-27 Will Newton <will.newton@linaro.org>
11346
11347 [BZ #16990]
11348 * sysdeps/arm/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Save
11349 and restore r2 rather than just restoring.
11350
11351 2014-05-27 Siddhesh Poyarekar <siddhesh@redhat.com>
11352
11353 [BZ #16724]
11354 * libio/tst-ftell-append.c: New test case.
11355 * libio/Makefile (tests): Add test case.
11356 * libio/fileops.c (do_ftell): Don't trust _IO_read_end when in
11357 append mode.
11358 * libio/wfileops.c (do_ftell_wide): Likewise.
11359
11360 2014-05-26 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
11361
11362 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
11363
11364 * nptl/sysdeps/unix/sysv/linux/powerpc/Versions: Remove, merge into
11365 ...
11366 * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions: ... here.
11367 * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
11368 * nptl/sysdeps/unix/sysv/linux/powerpc/Makefile: Moved rules to ...
11369 * sysdeps/unix/sysv/linux/powerpc/Makefile: ... here.
11370 * nptl/sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: Moved ...
11371 * sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: ... here.
11372 * nptl/sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Moved ...
11373 * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: ...here.
11374 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
11375 Moved ...
11376 * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: ... here.
11377 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
11378 Moved ...
11379 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: ... here.
11380 * nptl/sysdeps/unix/sysv/linux/powerpc/createthread.c: Moved ...
11381 * sysdeps/unix/sysv/linux/powerpc/createthread.c: ... here.
11382 * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Moved ...
11383 * sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: ... here.
11384 * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: Moved
11385 ...
11386 * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: ... here.
11387 * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c:
11388 Moved ...
11389 * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c: ...
11390 here.
11391 * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: Moved
11392 ...
11393 * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: ... here.
11394 * nptl/sysdeps/unix/sysv/linux/powerpc/sem_post.c: Moved ...
11395 * sysdeps/unix/sysv/linux/powerpc/sem_post.c: ... here.
11396
11397 * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Moved ...
11398 * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: ... here.
11399 * nptl/sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: Moved ...
11400 * sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: ... here.
11401
11402 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Remove,
11403 merge into ...
11404 * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: ... here.
11405 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: Moved
11406 ...
11407 * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: ... here.
11408 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: Moved
11409 ...
11410 * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: ... here.
11411 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
11412 Moved ...
11413 * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c: ...
11414 here.
11415 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
11416 Moved ...
11417 * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c: ... here.
11418 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
11419 Moved ...
11420 * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c: ... here.
11421
11422 * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Remove
11423 conditional [RESET_PID].
11424 * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Likewise.
11425 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: File
11426 removed.
11427 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: File
11428 removed.
11429
11430 * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Include
11431 <tcb-offsets.h>.
11432 (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
11433 (__libc_vfork): New strong alias.
11434 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/pt-vfork.S: File
11435 removed.
11436 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: File
11437 Removed.
11438
11439 * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Include
11440 <tcb-offsets.h>.
11441 (__vfork): Incorporate save/retore of PID from nptl/vfork.S here.
11442 (__libc_vfork): New strong alias.
11443 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/pt-vfork.S: File
11444 removed.
11445 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: File
11446 removed.
11447
11448 2014-05-26 Carlos O'Donell <carlos@redhat.com>
11449
11450 * malloc/malloc.c (mi_arena): New function.
11451 (malloc_info): Remove nested function mi_arena. Call non-nosted
11452 function mi_arena.
11453
11454 2014-05-26 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
11455
11456 * sysdeps/powerpc/powerpc32/power4/memset.S (memset): Replace insrdi
11457 by insrwi.
11458 * sysdeps/powerpc/powerpc32/power6/memset.S (memset): Likewise.
11459 * sysdeps/powerpc/powerpc32/power7/memset.S (memset): Likewise.
11460 * sysdeps/powerpc/powerpc32/power7/memchr.S (memchr): Likewise.
11461 * sysdeps/powerpc/powerpc32/power7/memrchr.S (memrchr): Likewise.
11462 * sysdeps/powerpc/powerpc32/power7/rawmemchr.S (rawmemchr): Likewise.
11463 * sysdeps/powerpc/powerpc32/power7/strchr.S (strchr): Likewise.
11464 * sysdeps/powerpc/powerpc32/power7/strchrnul.S (strchrnul): Likewise.
11465
11466 2014-05-26 Andreas Schwab <schwab@suse.de>
11467
11468 [BZ #16984]
11469 * locale/programs/repertoire.c (repertoire_read): Add slash
11470 between I18NPATH element and file name.
11471 * locale/programs/locfile.c (locfile_read): Likewise.
11472
11473 2014-05-26 Stefan Liebler <stli@linux.vnet.ibm.com>
11474
11475 * nptl/pthread_mutexattr_settype.c
11476 (__pthread_mutexattr_settype):
11477 Disable lock elision for PTHREAD_MUTEX_NORMAL.
11478
11479 2014-05-26 Stefan Liebler <stli@linux.vnet.ibm.com>
11480
11481 * nptl/tst-mutex5 (do_test):
11482 Use #ifndef ENABLE_LOCK_ELISION instead of #ifdef.
11483
11484 2014-05-26 Siddhesh Poyarekar <siddhesh@redhat.com>
11485
11486 * benchtests/README: Document 'init' directive.
11487 * benchtests/bench-skeleton.c (main) [BENCH_INIT]: Call
11488 BENCH_INIT.
11489 * scripts/bench.py (gen_source): Define BENCH_INIT macro.
11490 (parse_file): Recognize 'init' directive.
11491
11492 2014-05-26 Kyle McMartin <kyle@redhat.com>
11493
11494 [BZ #16796]
11495 * sysdeps/aarch64/nptl/tls.h: increase TCB alignment to the
11496 alignment of struct pthread.
11497
11498 2014-05-26 Siddhesh Poyarekar <siddhesh@redhat.com>
11499
11500 [BZ #16878]
11501 * nscd/netgroupcache.c (addgetnetgrentX): Look for
11502 NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
11503 * nscd/nss_files/files-netgrp.c (_nss_netgroup_parseline): Use
11504 NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
11505
11506 2014-05-25 Richard Henderson <rth@twiddle.net>
11507
11508 * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
11509 (SINGLE_THREAD_P_PIC): Remove.
11510 * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h
11511 (SINGLE_THREAD_P_PIC): Remove.
11512
11513 * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Move
11514 branch to syscall error ...
11515 (PSEUDO): ... here.
11516 [NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Rename the label
11517 from __local_syscall_error to .Lsyscall_error.
11518 [!NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Branch to __syscall_error.
11519 (SYSCALL_ERROR): Update label name.
11520
11521 * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
11522 Do not use DOARGS/UNDOARGS.
11523 * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Likewise.
11524 (DOARGS_0, DOARGS_1, DOARGS_2, DOARGS_3): Remove.
11525 (DOARGS_4, DOARGS_5, DOARGS_6, DOARGS_7): Remove.
11526 (UNDOARGS_0, UNDOARGS_1, UNDOARGS_2, UNDOARGS_3): Remove.
11527 (UNDOARGS_4, UNDOARGS_5, UNDOARGS_6, UNDOARGS_7): Remove.
11528
11529 * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Fix
11530 block comment.
11531
11532 * sysdeps/unix/sysv/linux/alpha/vfork.S (vfork, __vfork): Only
11533 define if !NOT_IN_libc.
11534 * sysdeps/unix/sysv/linux/alpha/pt-vfork.S (vfork, __vfork): Only
11535 define with non-default symbol versions.
11536
11537 2014-05-23 Richard Henderson <rth@twiddle.net>
11538
11539 * nptl/pt-vfork.c (vfork_resolve): Rename from vfork_ifunc.
11540 (vfork, __vfork): Define via compat_symbol.
11541
11542 * nptl/pt-vfork.c: Error if !HAVE_IFUNC.
11543 [!HAVE_IFUNC] (vfork_compat): Remove.
11544 [!HAVE_IFUNC] (DEFINE_VFORK): Remove.
11545
11546 2014-05-23 Joseph Myers <joseph@codesourcery.com>
11547
11548 [BZ #16978]
11549 * posix/tar.h [!__USE_XOPEN2K] (TSVTX): Define macro.
11550 * conform/Makefile (test-xfail-POSIX/tar.h/conform): Remove
11551 variable.
11552
11553 2014-05-23 Richard Henderson <rth@twiddle.net>
11554
11555 * sysdeps/unix/sysv/linux/alpha/nptl/Makefile: Merge into...
11556 * sysdeps/unix/sysv/linux/alpha/Makefile: ... here.
11557 * sysdeps/unix/sysv/linux/alpha/nptl/Versions: Merge into...
11558 * sysdeps/unix/sysv/linux/alpha/Versions: ... here.
11559
11560 * sysdeps/unix/sysv/linux/alpha/nptl/aio_cancel.c: Moved ...
11561 * sysdeps/unix/sysv/linux/alpha/aio_cancel.c: ... here.
11562 * sysdeps/unix/sysv/linux/alpha/nptl/bits/local_lim.h: Moved ...
11563 * sysdeps/unix/sysv/linux/alpha/bits/local_lim.h: ... here.
11564 * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h: Moved ...
11565 * sysdeps/unix/sysv/linux/alpha/bits/pthreadtypes.h: ... here.
11566 * sysdeps/unix/sysv/linux/alpha/nptl/bits/semaphore.h: Moved ...
11567 * sysdeps/unix/sysv/linux/alpha/bits/semaphore.h: ... here.
11568 * sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data: Moved ...
11569 * sysdeps/unix/sysv/linux/alpha/c++-types.data: ... here.
11570 * sysdeps/unix/sysv/linux/alpha/nptl/createthread.c: Moved ...
11571 * sysdeps/unix/sysv/linux/alpha/createthread.c: ... here.
11572 * sysdeps/unix/sysv/linux/alpha/nptl/ld.abilist: Moved ...
11573 * sysdeps/unix/sysv/linux/alpha/ld.abilist: ... here.
11574 * sysdeps/unix/sysv/linux/alpha/nptl/libBrokenLocale.abilist: Moved ...
11575 * sysdeps/unix/sysv/linux/alpha/libBrokenLocale.abilist: ... here.
11576 * sysdeps/unix/sysv/linux/alpha/nptl/libanl.abilist: Moved ...
11577 * sysdeps/unix/sysv/linux/alpha/libanl.abilist: ... here.
11578 * sysdeps/unix/sysv/linux/alpha/nptl/libc.abilist: Moved ...
11579 * sysdeps/unix/sysv/linux/alpha/libc.abilist: ... here.
11580 * sysdeps/unix/sysv/linux/alpha/nptl/libcrypt.abilist: Moved ...
11581 * sysdeps/unix/sysv/linux/alpha/libcrypt.abilist: ... here.
11582 * sysdeps/unix/sysv/linux/alpha/nptl/libdl.abilist: Moved ...
11583 * sysdeps/unix/sysv/linux/alpha/libdl.abilist: ... here.
11584 * sysdeps/unix/sysv/linux/alpha/nptl/libm.abilist: Moved ...
11585 * sysdeps/unix/sysv/linux/alpha/libm.abilist: ... here.
11586 * sysdeps/unix/sysv/linux/alpha/nptl/libnsl.abilist: Moved ...
11587 * sysdeps/unix/sysv/linux/alpha/libnsl.abilist: ... here.
11588 * sysdeps/unix/sysv/linux/alpha/nptl/libpthread.abilist: Moved ...
11589 * sysdeps/unix/sysv/linux/alpha/libpthread.abilist: ... here.
11590 * sysdeps/unix/sysv/linux/alpha/nptl/libresolv.abilist: Moved ...
11591 * sysdeps/unix/sysv/linux/alpha/libresolv.abilist: ... here.
11592 * sysdeps/unix/sysv/linux/alpha/nptl/librt.abilist: Moved ...
11593 * sysdeps/unix/sysv/linux/alpha/librt.abilist: ... here.
11594 * sysdeps/unix/sysv/linux/alpha/nptl/libthread_db.abilist: Moved ...
11595 * sysdeps/unix/sysv/linux/alpha/libthread_db.abilist: ... here.
11596 * sysdeps/unix/sysv/linux/alpha/nptl/libutil.abilist: Moved ...
11597 * sysdeps/unix/sysv/linux/alpha/libutil.abilist: ... here.
11598 * sysdeps/unix/sysv/linux/alpha/nptl/localplt.data: Moved ...
11599 * sysdeps/unix/sysv/linux/alpha/localplt.data: ... here.
11600 * sysdeps/unix/sysv/linux/alpha/nptl/lowlevellock.h: Moved ...
11601 * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: ... here.
11602 * sysdeps/unix/sysv/linux/alpha/nptl/sem_post.c: Moved ...
11603 * sysdeps/unix/sysv/linux/alpha/sem_post.c: ... here.
11604 * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h: Moved ...
11605 * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: ... here.
11606 * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Moved ...
11607 * sysdeps/unix/sysv/linux/alpha/timer_create.c: ... here.
11608 * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Moved ...
11609 * sysdeps/unix/sysv/linux/alpha/timer_delete.c: ... here.
11610 * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Moved ...
11611 * sysdeps/unix/sysv/linux/alpha/timer_getoverr.c: ... here.
11612 * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Moved ...
11613 * sysdeps/unix/sysv/linux/alpha/timer_gettime.c: ... here.
11614 * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Moved ...
11615 * sysdeps/unix/sysv/linux/alpha/timer_settime.c: ... here.
11616
11617 * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove vfork.
11618 * sysdeps/unix/sysv/linux/alpha/nptl/vfork.S: Move file ...
11619 * sysdeps/unix/sysv/linux/alpha/vfork.S: ... here. Restore PID
11620 before exiting on error.
11621 (__libc_vfork): New strong alias.
11622 * sysdeps/unix/sysv/linux/alpha/nptl/pt-vfork.S: Remove file.
11623 * sysdeps/unix/sysv/linux/alpha/pt-vfork.S: New file.
11624
11625 * sysdeps/unix/sysv/linux/alpha/clone.S: Deconditionalize the code
11626 that was previously under [RESET_PID].
11627 * sysdeps/unix/sysv/linux/alpha/nptl/clone.S: File removed.
11628
11629 * sysdeps/unix/sysv/linux/alpha/nptl/fork.c: Remove file.
11630
11631 2014-05-23 Joseph Myers <joseph@codesourcery.com>
11632
11633 [BZ #16977]
11634 * sysdeps/i386/fpu/e_log10.S (__ieee754_log10): Take absolute
11635 value when x - 1 is zero.
11636 * sysdeps/i386/fpu/e_log10f.S (__ieee754_log10f): Likewise.
11637 * sysdeps/i386/fpu/e_log10l.S (__ieee754_log10l): Likewise.
11638 * sysdeps/ieee754/ldbl-128/e_log10l.c (__ieee754_log10l): Return
11639 0.0L for an argument of 1.0L.
11640 * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l):
11641 Likewise.
11642 * sysdeps/x86_64/fpu/e_log10l.S (__ieee754_log10l): Take absolute
11643 value when x - 1 is zero.
11644 * math/libm-test.inc (log10_test): Use ALL_RM_TEST.
11645 * sysdeps/i386/fpu/libm-test-ulps: Update.
11646 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11647
11648 2014-05-23 Rasmus Villemoes <rv@rasmusvillemoes.dk>
11649
11650 * manual/filesys.texi (Scanning Directory Content): Fix prototype of
11651 alphasort and versionsort.
11652
11653 2014-05-22 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
11654
11655 * sysdeps/powerpc/fpu/math_private.h [copysign]: Remove unneeded
11656 macro.
11657 [copysignf]: Likewise.
11658
11659 2014-05-22 Siddhesh Poyarekar <siddhesh@redhat.com>
11660
11661 * crypt/md5-crypt.c: Fix formatting.
11662
11663 2014-05-22 Kostya Serebryany <konstantin.s.serebryany@gmail.com>
11664
11665 * crypt/md5-crypt.c (__md5_crypt_r): Remove a nested function.
11666 (b64_from_24bit): New function.
11667
11668 2014-05-22 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
11669
11670 * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c (memchr): Remove
11671 libc_hidden_builtin_def to ifunc.
11672 * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
11673 [libc_hidden_builtin_def]: Define hidden definition to __memchr_ppc32.
11674
11675 2014-05-21 Roland McGrath <roland@hack.frob.com>
11676
11677 * sysdeps/unix/sysv/linux/aarch64/arch-fork.h: New file.
11678 * sysdeps/unix/sysv/linux/aarch64/nptl/fork.c: File removed.
11679
11680 2014-05-21 Joseph Myers <joseph@codesourcery.com>
11681
11682 * nscd/Depend (linuxthreads): Remove.
11683 (nptl): Add.
11684 * resolv/Depend (linuxthreads): Remove.
11685 * rt/Depend (linuxthreads): Remove.
11686
11687 * Makeconfig [$(build-hardcoded-path-in-tests) = yes]
11688 (rtld-tests-LDFLAGS): Use $(elf-objpfx) instead of
11689 $(common-objpfx)elf/.
11690 (link-libc-before-gnulib): Likewise.
11691 (elfobjdir): Remove variable.
11692 * Makefile (install): Use $(elf-objpfx) instead of
11693 $(common-objpfx)elf/.
11694 * Makerules (link-libc-args): Use $(elf-objpfx) instead of
11695 $(elfobjdir)/.
11696 (link-libc-deps): Likewise.
11697 ($(common-objpfx)libc.so): Likewise.
11698 ($(common-objpfx)linkobj/libc.so): Likewise.
11699 [$(cross-compiling) = no] (symbolic-link-prog): Use $(elf-objpfx)
11700 instead of $(common-objpfx)elf/.
11701 (symbolic-link-list): Likewise.
11702 * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
11703 [$(cross-compiling) = no]: Likewise.
11704 * sysdeps/arm/Makefile (gnulib-arch): Use $(elf-objpfx) instead of
11705 $(elfobjdir)/.
11706 (static-gnulib-arch): Likewise.
11707 * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
11708 [$(cross-compiling) = no]: Use $(elf-objpfx) instead of
11709 $(common-objpfx)elf/.
11710
11711 2014-05-21 Richard Henderson <rth@redhat.com>
11712
11713 * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
11714 (SINGLE_THREAD_P): Use the correct width load. Fold
11715 into the ldr offset.
11716
11717 * sysdeps/unix/sysv/linux/aarch64/sysdep.h [RTLD_PRIVATE_ERRNO]
11718 (SYSCALL_ERROR_HANDLER): Fold add insn into str offset.
11719
11720 2014-05-20 Joseph Myers <joseph@codesourcery.com>
11721
11722 * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c
11723 (libgcc_s_resume): Use __attribute_used__.
11724 * sysdeps/unix/sysv/linux/arm/unwind-resume.c (libgcc_s_resume):
11725 Likewise.
11726
11727 2014-05-20 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
11728
11729 * sysdeps/powerpc/fpu/math_private.h [__copysignf]: Fix copysign macro
11730 optimization when used with float constants.
11731
11732 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
11733
11734 2014-05-20 Aurelien Jarno <aurelien@aurel32.net>
11735
11736 [BZ #16915]
11737 * locale/nl_langinfo_l.c: Make direct reference to every
11738 _nl_current_CATEGORY symbol.
11739 * localedata/Makefile (test-srcs): Add tst-langinfo-static.
11740 (tests-static): Add tst-langinfo-static.
11741 (tests-special): Add tst-langinfo-static.out.
11742 ($(objpfx)tst-langinfo.out): Redirect output.
11743 ($(objpfx)tst-langinfo-static.out): New.
11744 * localedata/tst-langinfo.sh: Send output to stdout.
11745 * localedata/tst-langinfo-static.c: New file.
11746
11747 [BZ #16965]
11748 * stdlib/strtod_l.c (round_and_return): Add code to shift limbs
11749 when the shift amount is modulo the limb size.
11750
11751 2014-05-20 Richard Henderson <rth@redhat.com>
11752
11753 [BZ #16967]
11754 * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h (struct sigaction):
11755 Change type of sa_flags from unsigned int to int.
11756
11757 [BZ #16966]
11758 * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h: Remove file.
11759
11760 * sysdeps/alpha/dl-machine.h (ELF_MACHINE_NO_RELA): Define.
11761
11762 2014-05-20 Will Newton <will.newton@linaro.org>
11763
11764 * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
11765 Test the return value of the system call in the nocancel case.
11766
11767 2014-05-20 Will Newton <will.newton@linaro.org>
11768 Yvan Roux <yvan.roux@linaro.org>
11769
11770 * sysdeps/unix/sysv/linux/aarch64/sys/user.h: Remove unused
11771 #include of asm/ptrace.h.
11772 (PTRACE_GET_THREAD_AREA): Remove #undef.
11773 (PTRACE_GETHBPREGS): Likewise.
11774 (PTRACE_SETHBPREGS): Likewise.
11775 (struct user_regs_struct): New structure.
11776 (struct user_fpsimd_struct): New structure.
11777 * sysdeps/unix/sysv/linux/aarch64/sys/procfs.h: Remove unused
11778 #include of asm/ptrace.h and second #include of sys/user.h.
11779 (PTRACE_GET_THREAD_AREA): Remove #undef.
11780 (PTRACE_GETHBPREGS): Likewise.
11781 (PTRACE_SETHBPREGS): Likewise.
11782 (ELF_NGREG): Use new struct user_regs_struct.
11783 (elf_fpregset_t): Use new struct user_fpsimd_struct.
11784
11785 2014-05-19 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
11786
11787 * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypof.c: Moved ...
11788 * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c: ... here.
11789
11790 2014-05-17 Jose E. Marchesi <jose.marchesi@oracle.com>
11791
11792 [BZ #16958]
11793 * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Add missing
11794 membar to avoid block loads/stores to overlap previous stores.
11795
11796 2014-05-17 Richard Henderson <rth@redhat.com>
11797
11798 * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h (PSEUDO):
11799 Create the __##syscall_name##_nocancel entry point.
11800 * sysdeps/unix/sysv/linux/alpha/sigsuspend.S (__sigsuspend_nocancel):
11801 Remove; let the sysdep-cancel.h code create it.
11802
11803 2014-05-17 David S. Miller <davem@davemloft.net>
11804
11805 * sysdeps/unix/sysv/linux/sparc/bits/termios.h (PAGEOUT, WRAP):
11806 Protect with __USE_GNU.
11807 (TIOCSET_TEMPT): Likewise.
11808 (TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
11809 TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI): Remove as
11810 these are already provided in bits/ioctl-types.h
11811
11812 2014-05-16 Roland McGrath <roland@hack.frob.com>
11813
11814 * sysdeps/unix/sysv/linux/alpha/arch-fork.h: New file.
11815 * sysdeps/unix/sysv/linux/ia64/nptl/fork.c: File removed.
11816
11817 * sysdeps/unix/sysv/linux/not-cancel.h (waitpid_not_cancel):
11818 Use wait4 regardless of [__NR_waitpid].
11819
11820 2014-05-16 Maciej W. Rozycki <macro@codesourcery.com>
11821
11822 PR libgcc/60166
11823 * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
11824 (_FP_NANSIGN_Q): Set the quiet bit.
11825
11826 2014-05-16 Joseph Myers <joseph@codesourcery.com>
11827
11828 * benchtests/Makefile
11829 ($(addprefix $(objpfx)bench-,$(bench-math))): Depend on $(libm),
11830 not $(common-objpfx)math/libm.so.
11831 ($(addprefix $(objpfx)bench-,$(bench-pthread))): Depend on
11832 $(shared-thread-library), not $(common-objpfx)nptl/libpthread.so.
11833 * elf/Makefile ($(objpfx)noload): Depend on $(libdl), not
11834 $(common-objpfx)dlfcn/libdl.so.
11835 ($(objpfx)tst-audit8): Depend on $(libm), not
11836 $(common-objpfx)math/libm.so.
11837 * malloc/Makefile ($(objpfx)libmemusage.so): Depend on $(libdl),
11838 not $(common-objpfx)dlfcn/libdl.so.
11839 * math/Makefile
11840 ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
11841 Depend on $(libm), not $(objpfx)libm.so. Do not condition on
11842 [$(build-shared) = yes].
11843 ($(objpfx)test-fenv-tls): Depend on $(shared-thread-library), not
11844 $(common-objpfx)nptl/libpthread.so.
11845 * misc/Makefile ($(objpfx)tst-tsearch): Depend on $(libm), not
11846 $(common-objpfx)math/libm.so$(libm.so-version) or
11847 $(common-objpfx)math/libm.a depending on [$(build-shared) = yes].
11848 * nptl/Makefile ($(objpfx)tst-unload): Depend on $(libdl), not
11849 $(common-objpfx)dlfcn/libdl.so.
11850 * setjmp/Makefile (link-libm): Remove variable.
11851 ($(objpfx)tst-setjmp-fp): Depend on $(libm), not $(link-libm).
11852 * stdio-common/Makefile (link-libm): Remove variable.
11853 ($(objpfx)tst-printf-round): Depend on $(libm), not $(link-libm).
11854 * stdlib/Makefile (link-libm): Remove variable.
11855 ($(objpfx)bug-getcontext): Depend on $(libm), not $(link-libm).
11856 ($(objpfx)tst-strtod-round): Likewise.
11857 ($(objpfx)tst-tininess): Likewise.
11858 ($(objpfx)tst-strtod-underflow): Likewise.
11859 ($(objpfx)tst-strtod6): Likewise.
11860 ($(objpfx)tst-tls-atexit): Depend on $(shared-thread-library) and
11861 $(libdl), not $(common-objpfx)nptl/libpthread.so and
11862 $(common-objpfx)dlfcn/libdl.so.
11863
11864 2014-05-16 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
11865
11866 * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_MISC]: Guard
11867 BSD terminal modes definitions.
11868
11869 2014-05-16 Roland McGrath <roland@hack.frob.com>
11870
11871 * sysdeps/unix/sysv/linux/arm/arch-fork.h: New file.
11872 * sysdeps/unix/sysv/linux/arm/fork.c: File removed.
11873
11874 * sysdeps/unix/sysv/linux/arch-fork.h: New file.
11875 * sysdeps/unix/sysv/linux/i386/fork.h: Moved ...
11876 * sysdeps/unix/sysv/linux/i386/arch-fork.h: ... here.
11877 Don't do #include_next.
11878 * sysdeps/unix/sysv/linux/x86_64/fork.h: Moved ...
11879 * sysdeps/unix/sysv/linux/x86_64/arch-fork.h: ... here.
11880 Don't do #include_next.
11881 * sysdeps/unix/sysv/linux/mips/arch-fork.h: New file.
11882 * sysdeps/unix/sysv/linux/mips/fork.h: File removed.
11883 * sysdeps/unix/sysv/linux/powerpc/arch-fork.h: New file.
11884 * sysdeps/unix/sysv/linux/powerpc/fork.h: File removed.
11885
11886 2014-05-16 Allan McRae <allan@archlinux.org>
11887
11888 * po/sv.po: Update Swedish translation from translation project.
11889
11890 * timezone/Makefile ($(objpfx)tzselect): Use correct variable
11891 in sed expression.
11892
11893 2014-05-16 Aurelien Jarno <aurelien@aurel32.net>
11894
11895 [BZ #16917]
11896 * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal): Return
11897 errno if the TIOCGPTN ioctl fails with an error different than
11898 EINVAL.
11899 * login/tst-ptsname.c: New file.
11900 * login/Makefile (tests): Add tst-ptsname.
11901
11902 [BZ #16943]
11903 * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Declare prlimit
11904 and prlimit64.
11905
11906 2014-05-15 Siddhesh Poyarekar <siddhesh@redhat.com>
11907
11908 [BZ #16849]
11909 * sysdeps/posix/getaddrinfo.c (gaih_inet): Only check for
11910 herrno to return EAI_AGAIN.
11911
11912 2014-05-14 Roland McGrath <roland@hack.frob.com>
11913
11914 * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: Moved ...
11915 * sysdeps/unix/sysv/linux/i386/c++-types.data: ... here.
11916 * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: Moved ...
11917 * sysdeps/unix/sysv/linux/i386/ld.abilist: ... here.
11918 * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: Moved ...
11919 * sysdeps/unix/sysv/linux/i386/libBrokenLocale.abilist: ... here.
11920 * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: Moved ...
11921 * sysdeps/unix/sysv/linux/i386/libanl.abilist: ... here.
11922 * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Moved ...
11923 * sysdeps/unix/sysv/linux/i386/libc.abilist: ... here.
11924 * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: Moved ...
11925 * sysdeps/unix/sysv/linux/i386/libcrypt.abilist: ... here.
11926 * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: Moved ...
11927 * sysdeps/unix/sysv/linux/i386/libdl.abilist: ... here.
11928 * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: Moved ...
11929 * sysdeps/unix/sysv/linux/i386/libm.abilist: ... here.
11930 * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: Moved ...
11931 * sysdeps/unix/sysv/linux/i386/libnsl.abilist: ... here.
11932 * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Moved ...
11933 * sysdeps/unix/sysv/linux/i386/libpthread.abilist: ... here.
11934 * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: Moved ...
11935 * sysdeps/unix/sysv/linux/i386/libresolv.abilist: ... here.
11936 * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: Moved ...
11937 * sysdeps/unix/sysv/linux/i386/librt.abilist: ... here.
11938 * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: Moved ...
11939 * sysdeps/unix/sysv/linux/i386/libthread_db.abilist: ... here.
11940 * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: Moved ...
11941 * sysdeps/unix/sysv/linux/i386/libutil.abilist: ... here.
11942 * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: Moved ...
11943 * sysdeps/unix/sysv/linux/i386/localplt.data: ... here.
11944 * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: Moved ...
11945 * sysdeps/unix/sysv/linux/x86_64/64/c++-types.data: ... here.
11946 * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Moved ...
11947 * sysdeps/unix/sysv/linux/x86_64/64/ld.abilist: ... here.
11948 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
11949 Moved ...
11950 * sysdeps/unix/sysv/linux/x86_64/64/libBrokenLocale.abilist: ... here.
11951 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Moved ...
11952 * sysdeps/unix/sysv/linux/x86_64/64/libanl.abilist: ... here.
11953 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Moved ...
11954 * sysdeps/unix/sysv/linux/x86_64/64/libc.abilist: ... here.
11955 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Moved ...
11956 * sysdeps/unix/sysv/linux/x86_64/64/libcrypt.abilist: ... here.
11957 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Moved ...
11958 * sysdeps/unix/sysv/linux/x86_64/64/libdl.abilist: ... here.
11959 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Moved ...
11960 * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: ... here.
11961 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Moved ...
11962 * sysdeps/unix/sysv/linux/x86_64/64/libnsl.abilist: ... here.
11963 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist: Moved ...
11964 * sysdeps/unix/sysv/linux/x86_64/64/libpthread.abilist: ... here.
11965 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist: Moved ...
11966 * sysdeps/unix/sysv/linux/x86_64/64/libresolv.abilist: ... here.
11967 * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Moved ...
11968 * sysdeps/unix/sysv/linux/x86_64/64/librt.abilist: ... here.
11969 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist: Moved ...
11970 * sysdeps/unix/sysv/linux/x86_64/64/libthread_db.abilist: ... here.
11971 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Moved ...
11972 * sysdeps/unix/sysv/linux/x86_64/64/libutil.abilist: ... here.
11973 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data: Moved ...
11974 * sysdeps/unix/sysv/linux/x86_64/x32/c++-types.data: ... here.
11975 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: Moved ...
11976 * sysdeps/unix/sysv/linux/x86_64/x32/ld.abilist: ... here.
11977 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
11978 Moved ...
11979 * sysdeps/unix/sysv/linux/x86_64/x32/libBrokenLocale.abilist: ... here.
11980 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist: Moved ...
11981 * sysdeps/unix/sysv/linux/x86_64/x32/libanl.abilist: ... here.
11982 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Moved ...
11983 * sysdeps/unix/sysv/linux/x86_64/x32/libc.abilist: ... here.
11984 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist: Moved ...
11985 * sysdeps/unix/sysv/linux/x86_64/x32/libcrypt.abilist: ... here.
11986 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist: Moved ...
11987 * sysdeps/unix/sysv/linux/x86_64/x32/libdl.abilist: ... here.
11988 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist: Moved ...
11989 * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: ... here.
11990 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist: Moved ...
11991 * sysdeps/unix/sysv/linux/x86_64/x32/libnsl.abilist: ... here.
11992 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist: Moved ...
11993 * sysdeps/unix/sysv/linux/x86_64/x32/libpthread.abilist: ... here.
11994 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist: Moved ...
11995 * sysdeps/unix/sysv/linux/x86_64/x32/libresolv.abilist: ... here.
11996 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist: Moved ...
11997 * sysdeps/unix/sysv/linux/x86_64/x32/librt.abilist: ... here.
11998 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
11999 Moved ...
12000 * sysdeps/unix/sysv/linux/x86_64/x32/libthread_db.abilist: ... here.
12001 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist: Moved ...
12002 * sysdeps/unix/sysv/linux/x86_64/x32/libutil.abilist: ... here.
12003
12004 * nptl/sysdeps/unix/sysv/linux/x86/Makefile: File removed.
12005 * sysdeps/unix/sysv/linux/x86/Makefile [$(subdir) = nptl]
12006 (libpthread-sysdep_routines): Add elision-related stuff here instead.
12007 * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.c: Moved ...
12008 * sysdeps/unix/sysv/linux/x86/elision-conf.c: ... here.
12009 * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.h: Moved ...
12010 * sysdeps/unix/sysv/linux/x86/elision-conf.h: ... here.
12011 * nptl/sysdeps/unix/sysv/linux/x86/elision-lock.c: Moved ...
12012 * sysdeps/unix/sysv/linux/x86/elision-lock.c: ... here.
12013 * nptl/sysdeps/unix/sysv/linux/x86/elision-timed.c: Moved ...
12014 * sysdeps/unix/sysv/linux/x86/elision-timed.c: ... here.
12015 * nptl/sysdeps/unix/sysv/linux/x86/elision-trylock.c: Moved ...
12016 * sysdeps/unix/sysv/linux/x86/elision-trylock.c: ... here.
12017 * nptl/sysdeps/unix/sysv/linux/x86/elision-unlock.c: Moved ...
12018 * sysdeps/unix/sysv/linux/x86/elision-unlock.c: ... here.
12019 * nptl/sysdeps/unix/sysv/linux/x86/force-elision.h: Moved ...
12020 * sysdeps/unix/sysv/linux/x86/force-elision.h: ... here.
12021 * nptl/sysdeps/unix/sysv/linux/x86/hle.h: Moved ...
12022 * sysdeps/unix/sysv/linux/x86/hle.h: ... here.
12023 * nptl/sysdeps/unix/sysv/linux/x86/init-arch.c: Moved ...
12024 * sysdeps/unix/sysv/linux/x86/init-arch.c: ... here.
12025 * nptl/sysdeps/unix/sysv/linux/x86/init-arch.h: Moved ...
12026 * sysdeps/unix/sysv/linux/x86/init-arch.h: ... here.
12027 * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Moved ...
12028 * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: ... here.
12029 * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: Moved ...
12030 * sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: ... here.
12031 * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: Moved ...
12032 * sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: ... here.
12033 * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: Moved ...
12034 * sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: ... here.
12035
12036 * sysdeps/unix/sysv/linux/mips/fork.h: New file.
12037 * sysdeps/unix/sysv/linux/mips/nptl/fork.c: File removed.
12038
12039 * nptl/sysdeps/unix/sysv/linux/i386/Implies: File removed.
12040 * nptl/sysdeps/unix/sysv/linux/i386/i786/Implies: Moved ...
12041 * sysdeps/unix/sysv/linux/i386/i786/Implies: ... here.
12042 * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: Moved ...
12043 * sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: ... here.
12044 * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S:
12045 Moved ...
12046 * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: ... here.
12047 * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S:
12048 Moved ...
12049 * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S: ... here.
12050 * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S:
12051 Moved ...
12052 * sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S: ... here.
12053 * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S:
12054 Moved ...
12055 * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: ... here.
12056 * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: Moved ...
12057 * sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: ... here.
12058 * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S:
12059 Moved ...
12060 * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S: ... here.
12061 * nptl/sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: Moved ...
12062 * sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: ... here.
12063 * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: Moved ...
12064 * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: ... here.
12065 * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: Moved ...
12066 * sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: ... here.
12067 * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S:
12068 Moved ...
12069 * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S: ... here.
12070 * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
12071 Moved ...
12072 * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
12073 ... here.
12074 * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: Moved ...
12075 * sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: ... here.
12076 * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_post.S: Moved ...
12077 * sysdeps/unix/sysv/linux/i386/i586/sem_post.S: ... here.
12078 * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
12079 Moved ...
12080 * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
12081 ... here.
12082 * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S:
12083 Moved ...
12084 * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: ... here.
12085 * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: Moved ...
12086 * sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: ... here.
12087 * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: Moved ...
12088 * sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: ... here.
12089 * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S:
12090 Moved ...
12091 * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: ... here.
12092 * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S:
12093 Moved ...
12094 * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S: ... here.
12095 * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S:
12096 Moved ...
12097 * sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S: ... here.
12098 * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S:
12099 Moved ...
12100 * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: ... here.
12101 * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: Moved ...
12102 * sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: ... here.
12103 * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S:
12104 Moved ...
12105 * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S: ... here.
12106 * nptl/sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: Moved ...
12107 * sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: ... here.
12108 * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: Moved ...
12109 * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: ... here.
12110 * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: Moved ...
12111 * sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: ... here.
12112 * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S:
12113 Moved ...
12114 * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S: ... here.
12115 * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
12116 Moved ...
12117 * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
12118 ... here.
12119 * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: Moved ...
12120 * sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: ... here.
12121 * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_post.S: Moved ...
12122 * sysdeps/unix/sysv/linux/i386/i486/sem_post.S: ... here.
12123 * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
12124 Moved ...
12125 * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
12126 ... here.
12127 * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S:
12128 Moved ...
12129 * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: ... here.
12130 * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Moved ...
12131 * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: ... here.
12132 * nptl/sysdeps/unix/sysv/linux/i386/dl-sysdep.h: Moved ...
12133 * sysdeps/unix/sysv/linux/i386/dl-sysdep.h: ... here.
12134 * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h: Moved ...
12135 * sysdeps/unix/sysv/linux/i386/lowlevellock.h: ... here.
12136 * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: Moved ...
12137 * sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: ... here.
12138 * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S:
12139 Moved ...
12140 * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: ... here.
12141 * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S:
12142 Moved ...
12143 * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S: ... here.
12144 * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S:
12145 Moved ...
12146 * sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S: ... here.
12147 * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S:
12148 Moved ...
12149 * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: ... here.
12150 * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: Moved ...
12151 * sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: ... here.
12152 * nptl/sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: Moved ...
12153 * sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: ... here.
12154 * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S:
12155 Moved ...
12156 * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S: ... here.
12157 * nptl/sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: Moved ...
12158 * sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: ... here.
12159 * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: Moved ...
12160 * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: ... here.
12161 * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: Moved ...
12162 * sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: ... here.
12163 * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S:
12164 Moved ...
12165 * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S: ... here.
12166 * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
12167 Moved ...
12168 * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
12169 ... here.
12170 * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: Moved ...
12171 * sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: ... here.
12172 * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_post.S: Moved ...
12173 * sysdeps/unix/sysv/linux/i386/i686/sem_post.S: ... here.
12174 * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
12175 Moved ...
12176 * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
12177 ... here.
12178 * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S:
12179 Moved ...
12180 * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: ... here.
12181 * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: Moved ...
12182 * sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: ... here.
12183 * nptl/sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Moved ...
12184 * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: ... here.
12185 * nptl/sysdeps/unix/sysv/linux/i386/smp.h: Moved ...
12186 * sysdeps/unix/sysv/linux/i386/smp.h: ... here.
12187 * nptl/sysdeps/unix/sysv/linux/i386/pthread_once.S: Moved ...
12188 * sysdeps/unix/sysv/linux/i386/pthread_once.S: ... here.
12189 * nptl/sysdeps/unix/sysv/linux/i386/createthread.c: Moved ...
12190 * sysdeps/unix/sysv/linux/i386/createthread.c: ... here.
12191
12192 * sysdeps/unix/sysv/linux/powerpc/fork.h: New file.
12193 * nptl/sysdeps/unix/sysv/linux/powerpc/fork.c: File removed.
12194
12195 * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_init.c: File removed.
12196 * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_unlock.S: File removed.
12197
12198 * nptl/sysdeps/unix/sysv/linux/x86_64/Implies: File removed.
12199 * nptl/sysdeps/unix/sysv/linux/x86_64/cancellation.S: Moved ...
12200 * sysdeps/unix/sysv/linux/x86_64/cancellation.S: ... here.
12201 * nptl/sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: Moved ...
12202 * sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: ... here.
12203 * nptl/sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: Moved ...
12204 * sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: ... here.
12205 * nptl/sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: Moved ...
12206 * sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: ... here.
12207 * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Moved ...
12208 * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: ... here.
12209 * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Moved ...
12210 * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: ... here.
12211 * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: Moved ...
12212 * sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: ... here.
12213 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: Moved ...
12214 * sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: ... here.
12215 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S:
12216 Moved ...
12217 * sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S: ... here.
12218 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: Moved ...
12219 * sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: ... here.
12220 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:
12221 Moved ...
12222 * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: ... here.
12223 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: Moved ...
12224 * sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: ... here.
12225 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Moved ...
12226 * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: ... here.
12227 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: Moved ...
12228 * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: ... here.
12229 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S:
12230 Moved ...
12231 * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: ... here.
12232 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S:
12233 Moved ...
12234 * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: ... here.
12235 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: Moved ...
12236 * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: ... here.
12237 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: Moved ...
12238 * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: ... here.
12239 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: Moved ...
12240 * sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: ... here.
12241 * nptl/sysdeps/unix/sysv/linux/x86_64/sem_post.S: Moved ...
12242 * sysdeps/unix/sysv/linux/x86_64/sem_post.S: ... here.
12243 * nptl/sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: Moved ...
12244 * sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: ... here.
12245 * nptl/sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: Moved ...
12246 * sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: ... here.
12247 * nptl/sysdeps/unix/sysv/linux/x86_64/sem_wait.S: Moved ...
12248 * sysdeps/unix/sysv/linux/x86_64/sem_wait.S: ... here.
12249 * nptl/sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Moved ...
12250 * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: ... here.
12251
12252 * nptl/sysdeps/unix/sysv/linux/fork.c: Use <> for fork.h #include.
12253 * nptl/sysdeps/unix/sysv/linux/x86_64/fork.c: File removed.
12254 * sysdeps/unix/sysv/linux/x86_64/fork.h: New file.
12255 * nptl/sysdeps/unix/sysv/linux/i386/fork.c: File removed.
12256 * sysdeps/unix/sysv/linux/i386/fork.h: New file.
12257
12258 * nptl/sysdeps/unix/sysv/linux/i386/not-cancel.h: Moved ...
12259 * sysdeps/unix/sysv/linux/not-cancel.h: ... here.
12260 * nptl/sysdeps/unix/sysv/linux/sparc/not-cancel.h: File removed.
12261 * nptl/sysdeps/unix/sysv/linux/sh/not-cancel.h: File removed.
12262 * nptl/sysdeps/unix/sysv/linux/powerpc/not-cancel.h: File removed.
12263 * nptl/sysdeps/unix/sysv/linux/x86_64/not-cancel.h: File removed.
12264 * nptl/sysdeps/unix/sysv/linux/s390/not-cancel.h: File removed.
12265 * sysdeps/unix/sysv/linux/generic/not-cancel.h: File removed.
12266 * sysdeps/unix/sysv/linux/generic/nptl/not-cancel.h: File removed.
12267 * sysdeps/unix/sysv/linux/m68k/nptl/not-cancel.h: File removed.
12268
12269 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_init.c: File removed.
12270 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_unlock.S: Likewise.
12271
12272 * nptl/sysdeps/unix/sysv/linux/x86_64/compat-timer.h: Moved ...
12273 * sysdeps/unix/sysv/linux/x86_64/compat-timer.h: ... here.
12274 * nptl/sysdeps/unix/sysv/linux/x86_64/Versions: Remove, merge into ...
12275 * sysdeps/unix/sysv/linux/x86_64/Versions: ... here.
12276 * nptl/sysdeps/unix/sysv/linux/x86_64/timer_create.c: Moved ...
12277 * sysdeps/unix/sysv/linux/x86_64/timer_create.c: here.
12278 * nptl/sysdeps/unix/sysv/linux/x86_64/timer_delete.c: Moved ...
12279 * sysdeps/unix/sysv/linux/x86_64/timer_delete.c: ... here
12280 * nptl/sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: Moved ...
12281 * sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: ... here
12282 * nptl/sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: Moved ...
12283 * sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: ... here
12284 * nptl/sysdeps/unix/sysv/linux/x86_64/timer_settime.c: Moved ...
12285 * sysdeps/unix/sysv/linux/x86_64/timer_settime.c: ... here
12286 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c:
12287 Update #include.
12288 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c:
12289 Likewise.
12290 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
12291 Likewise.
12292 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
12293 Likewise.
12294 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
12295 Likewise.
12296 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c:
12297 Likewise.
12298 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c:
12299 Likewise.
12300 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
12301 Likewise.
12302 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c:
12303 Likewise.
12304 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c:
12305 Likewise.
12306 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Likewise.
12307 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Likewise.
12308 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Likewise.
12309 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Likewise.
12310 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Likewise.
12311 * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Likewise.
12312 * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Likewise.
12313 * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Likewise.
12314 * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Likewise.
12315 * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Likewise.
12316 * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Likewise.
12317 * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Likewise.
12318 * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Likewise.
12319 * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c: Likewise.
12320 * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c: Likewise.
12321
12322 * sysdeps/unix/sysv/linux/x86_64/clone.S: Deconditionalize the code
12323 that was previously under [RESET_PID].
12324 * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
12325 * nptl/sysdeps/unix/sysv/linux/x86_64/clone.S: File removed.
12326 * nptl/sysdeps/unix/sysv/linux/i386/clone.S: File removed.
12327
12328 * sysdeps/i386/nptl/Implies: New file.
12329 * sysdeps/x86_64/nptl/Implies: New file.
12330 * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h: Moved ...
12331 * sysdeps/x86/nptl/bits/pthreadtypes.h: ... here.
12332 * nptl/sysdeps/unix/sysv/linux/x86/bits/semaphore.h: Moved ...
12333 * sysdeps/x86/nptl/bits/semaphore.h: ... here.
12334
12335 * sysdeps/unix/sysv/linux/i386/vfork.S: Include <tcb-offsets.h>.
12336 (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
12337 (__libc_vfork): New strong alias.
12338 * nptl/sysdeps/unix/sysv/linux/i386/vfork.S: File removed.
12339 * nptl/sysdeps/unix/sysv/linux/i386/pt-vfork.S: File removed.
12340
12341 * sysdeps/unix/sysv/linux/x86_64/vfork.S: Include <tcb-offsets.h>.
12342 (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
12343 (__libc_vfork): New strong alias.
12344 * nptl/sysdeps/unix/sysv/linux/x86_64/vfork.S: File removed.
12345 * nptl/sysdeps/unix/sysv/linux/x86_64/pt-vfork.S: File removed.
12346
12347 * sysdeps/unix/sysv/linux/arm/vfork.S: Include <tcb-offsets.h>.
12348 (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
12349 (__libc_vfork): New strong alias.
12350 * sysdeps/unix/sysv/linux/arm/nptl/vfork.S: File removed.
12351 * sysdeps/unix/sysv/linux/arm/nptl/pt-vfork.S: File removed.
12352 * nptl/pt-vfork.c: New file.
12353 * nptl/Versions (libc: GLIBC_PRIVATE): Add __libc_vfork.
12354 (libpthread: GLIBC_2.20): New version set (empty).
12355
12356 2014-05-14 Will Newton <will.newton@linaro.org>
12357
12358 * stdlib/gmp-impl.h: Test USE_STACK_ALLOC #ifdef
12359 rather than #if.
12360
12361 2014-05-14 Joseph Myers <joseph@codesourcery.com>
12362
12363 [BZ #16564]
12364 * sysdeps/i386/fpu/s_log1pl.S (__log1pl): Do not add 1 to positive
12365 arguments with exponent 65 or above.
12366 * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): Do not add 1 to
12367 arguments 0x1p113L or above.
12368 * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Do not add 1
12369 to arguments 0x1p107L or above.
12370 * sysdeps/x86_64/fpu/s_log1pl.S (__log1pl): Do not add 1 to
12371 positive arguments with exponent 65 or above.
12372 * math/auto-libm-test-in: Add more tests of log1p.
12373 * math/auto-libm-test-out: Regenerated.
12374
12375 [BZ #16928]
12376 * math/s_cacos.c (__cacos): Ensure zero real part of result from
12377 non-finite arguments is +0.
12378 * math/s_cacosf.c (__cacosf): Likewise.
12379 * math/s_cacosl.c (__cacosl): Likewise.
12380 * math/libm-test.inc (cacos_test): Use ALL_RM_TEST.
12381 * sysdeps/i386/fpu/libm-test-ulps: Update.
12382 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12383
12384 [BZ #16927]
12385 * sysdeps/i386/fpu/e_acosh.S (__ieee754_acosh): Use fabs on x-1
12386 value.
12387 * sysdeps/i386/fpu/e_acoshf.S (__ieee754_acoshf): Likewise.
12388 * sysdeps/i386/fpu/e_acoshl.S (__ieee754_acoshl): Likewise.
12389 * sysdeps/ieee754/ldbl-96/e_acoshl.c (__ieee754_acoshl): Correct
12390 for explicit high bit of mantissa when testing for argument equal
12391 to 1.
12392 * math/libm-test.inc (acosh_test): Use ALL_RM_TEST.
12393 * sysdeps/i386/fpu/libm-test-ulps: Update.
12394 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12395
12396 [BZ #16516]
12397 * sysdeps/ieee754/dbl-64/s_erf.c (efx8): Remove variable.
12398 (__erf): Scale by 16 instead of 8 in potentially underflowing
12399 case. Ensure exception if result actually underflows.
12400 * sysdeps/ieee754/flt-32/s_erff.c (efx8): Remove variable.
12401 (__erff): Scale by 16 instead of 8 in potentially underflowing
12402 case. Ensure exception if result actually underflows.
12403 * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <float.h>.
12404 (efx8): Remove variable.
12405 (__erfl): Scale by 16 instead of 8 in potentially underflowing
12406 case. Ensure exception if result actually underflows.
12407 * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <float.h>.
12408 (efx8): Remove variable.
12409 (__erfl): Scale by 16 instead of 8 in potentially underflowing
12410 case. Ensure exception if result actually underflows.
12411 * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <float.h>.
12412 (efx8): Remove variable.
12413 (__erfl): Scale by 16 instead of 8 in potentially underflowing
12414 case. Ensure exception if result actually underflows.
12415 * math/auto-libm-test-in: Add more tests of erf.
12416 * math/auto-libm-test-out: Regenerated.
12417
12418 2014-05-14 Andreas Schwab <schwab@suse.de>
12419
12420 * elf/rtld.c (_dl_start_final, _dl_start, init_tls, dl_main):
12421 Remove code conditionalized on USE___THREAD.
12422
12423 * config.h.in (HAVE_PT_CHOWN): Define as 0.
12424 * sysdeps/unix/grantpt.c (grantpt): Check HAVE_PT_CHOWN for value,
12425 not definedness.
12426
12427 2014-05-14 Joseph Myers <joseph@codesourcery.com>
12428
12429 * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMES):
12430 Define unconditionally.
12431 (__ASSUME_O_CLOEXEC): Likewise.
12432 (__ASSUME_SOCK_CLOEXEC): Likewise.
12433 (__ASSUME_IN_NONBLOCK): Likewise.
12434 (__ASSUME_PIPE2): Likewise.
12435 (__ASSUME_EVENTFD2): Likewise.
12436 (__ASSUME_SIGNALFD4): Likewise.
12437 (__ASSUME_DUP3): Likewise.
12438 * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
12439 (__ASSUME_DUP3): Do not define.
12440 (__ASSUME_EVENTFD2): Likewise.
12441 (__ASSUME_IN_NONBLOCK): Likewise.
12442 (__ASSUME_O_CLOEXEC): Likewise.
12443 (__ASSUME_PIPE2): Likewise.
12444 (__ASSUME_SIGNALFD4): Likewise.
12445 (__ASSUME_SOCK_CLOEXEC): Likewise.
12446 (__ASSUME_UTIMES): Undefine.
12447 * sysdeps/unix/sysv/linux/alpha/kernel-features.h
12448 (__ASSUME_UTIMES): Do not define.
12449 (__ASSUME_O_CLOEXEC): Likewise.
12450 (__ASSUME_SOCK_CLOEXEC): Likewise.
12451 (__ASSUME_IN_NONBLOCK): Undefine if [__LINUX_KERNEL_VERSION <
12452 0x020621] instead of defining if [__LINUX_KERNEL_VERSION >=
12453 0x020621].
12454 (__ASSUME_PIPE2): Likewise.
12455 (__ASSUME_EVENTFD2): Likewise.
12456 (__ASSUME_SIGNALFD4): Likewise.
12457 [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_DUP3): Undefine.
12458 * sysdeps/unix/sysv/linux/arm/kernel-features.h (__ASSUME_UTIMES):
12459 Do not define.
12460 (__ASSUME_EVENTFD2): Likewise.
12461 (__ASSUME_SIGNALFD4): Likewise.
12462 * sysdeps/unix/sysv/linux/hppa/kernel-features.h
12463 (__ASSUME_32BITUIDS): Likewise.
12464 (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
12465 (__ASSUME_IPC64): Likewise.
12466 (__ASSUME_ST_INO_64_BIT): Likewise.
12467 (__ASSUME_GETDENTS64_SYSCALL): Likewise.
12468 [__LINUX_KERNEL_VERSION < 0x030e00] (__ASSUME_UTIMES): Undefine.
12469 * sysdeps/unix/sysv/linux/ia64/kernel-features.h
12470 (__ASSUME_UTIMES): Do not define.
12471 (__ASSUME_PSELECT): Likewise.
12472 (__ASSUME_PPOLL): Likewise.
12473 (__ASSUME_O_CLOEXEC): Likewise.
12474 (__ASSUME_SOCK_CLOEXEC): Likewise.
12475 (__ASSUME_IN_NONBLOCK): Likewise.
12476 (__ASSUME_PIPE2): Likewise.
12477 (__ASSUME_EVENTFD2): Likewise.
12478 (__ASSUME_SIGNALFD4): Likewise.
12479 (__ASSUME_DUP3): Likewise.
12480 * sysdeps/unix/sysv/linux/m68k/kernel-features.h
12481 (__ASSUME_UTIMES): Likewise.
12482 (__ASSUME_O_CLOEXEC): Likewise.
12483 (__ASSUME_SOCK_CLOEXEC): Likewise.
12484 (__ASSUME_IN_NONBLOCK): Likewise.
12485 (__ASSUME_PIPE2): Likewise.
12486 (__ASSUME_EVENTFD2): Likewise.
12487 (__ASSUME_SIGNALFD4): Likewise.
12488 (__ASSUME_DUP3): Likewise.
12489 * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
12490 (__ASSUME_UTIMES): Likewise.
12491 (__ASSUME_O_CLOEXEC): Likewise.
12492 (__ASSUME_SOCK_CLOEXEC): Likewise.
12493 (__ASSUME_IN_NONBLOCK): Likewise.
12494 (__ASSUME_PIPE2): Likewise.
12495 (__ASSUME_EVENTFD2): Likewise.
12496 (__ASSUME_SIGNALFD4): Likewise.
12497 (__ASSUME_DUP3): Likewise.
12498 * sysdeps/unix/sysv/linux/mips/kernel-features.h (__ASSUME_IPC64):
12499 Likewise.
12500 (__ASSUME_UTIMES): Likewise.
12501 (__ASSUME_EVENTFD2): Likewise.
12502 (__ASSUME_SIGNALFD4): Likewise.
12503 * sysdeps/unix/sysv/linux/tile/kernel-features.h
12504 (__ASSUME_O_CLOEXEC): Likewise.
12505 (__ASSUME_SOCK_CLOEXEC): Likewise.
12506 (__ASSUME_IN_NONBLOCK): Likewise.
12507 (__ASSUME_PIPE2): Likewise.
12508 (__ASSUME_EVENTFD2): Likewise.
12509 (__ASSUME_SIGNALFD4): Likewise.
12510 (__ASSUME_DUP3): Likewise.
12511 (__ASSUME_UTIMES): Undefine.
12512
12513 * sysdeps/arm/fclrexcpt.c (__feclearexcept): Rename to
12514 feclearexcept. Remove symbol versioning code.
12515 * sysdeps/arm/fegetenv.c (__fegetenv): Rename to fegetenv. Remove
12516 symbol versioning code.
12517 * sysdeps/arm/fesetenv.c (__fesetenv): Rename to fesetenv. Remove
12518 symbol versioning code.
12519 * sysdeps/arm/feupdateenv.c (__feupdateenv): Rename to
12520 feupdateenv. Remove symbol versioning code.
12521 * sysdeps/arm/fgetexcptflg.c (__fegetexceptflag): Rename to
12522 fegetexceptflag. Remove symbol versioning code.
12523 * sysdeps/arm/fsetexcptflg.c (__fesetexceptflag): Rename to
12524 fesetexceptflag. Remove symbol versioning code.
12525 * sysdeps/unix/sysv/linux/arm/Versions (libc): Remove GLIBC_2.0,
12526 GLIBC_2.2 and GLIBC_2.3.3 entries. Change GLIBC_2.1 to GLIBC_2.4.
12527 * sysdeps/unix/sysv/linux/arm/posix_fadvise64.c
12528 (__posix_fadvise64_l32): Remove prototype.
12529 [SHLIB_COMPAT(libc, GLIBC_2_2, GLIBC_2_3_3)]: Remove conditional
12530 code.
12531
12532 2014-05-13 Roland McGrath <roland@hack.frob.com>
12533
12534 * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h: Moved ...
12535 * sysdeps/arm/nptl/bits/pthreadtypes.h: ... here.
12536 * sysdeps/unix/sysv/linux/arm/nptl/bits/semaphore.h: Moved ...
12537 * sysdeps/arm/nptl/bits/semaphore.h: ... here.
12538
12539 2014-05-13 Sami Kerola <kerolasa@iki.fi>
12540
12541 * timezone/Makefile ($(objpfx)tzselect): Use zonedir instead
12542 current working directory
12543
12544 2014-05-13 Roland McGrath <roland@hack.frob.com>
12545
12546 * sysdeps/unix/sysv/linux/arm/nptl/c++-types.data: Moved ...
12547 * sysdeps/unix/sysv/linux/arm/c++-types.data: ... here.
12548 * sysdeps/unix/sysv/linux/arm/nptl/createthread.c: Moved ...
12549 * sysdeps/unix/sysv/linux/arm/createthread.c: ... here.
12550 * sysdeps/unix/sysv/linux/arm/nptl/fork.c: Moved ...
12551 * sysdeps/unix/sysv/linux/arm/fork.c: ... here.
12552 * sysdeps/unix/sysv/linux/arm/nptl/ld.abilist: Moved ...
12553 * sysdeps/unix/sysv/linux/arm/ld.abilist: ... here.
12554 * sysdeps/unix/sysv/linux/arm/nptl/libBrokenLocale.abilist: Moved ...
12555 * sysdeps/unix/sysv/linux/arm/libBrokenLocale.abilist: ... here.
12556 * sysdeps/unix/sysv/linux/arm/nptl/libanl.abilist: Moved ...
12557 * sysdeps/unix/sysv/linux/arm/libanl.abilist: ... here.
12558 * sysdeps/unix/sysv/linux/arm/nptl/libc.abilist: Moved ...
12559 * sysdeps/unix/sysv/linux/arm/libc.abilist: ... here.
12560 * sysdeps/unix/sysv/linux/arm/nptl/libcrypt.abilist: Moved ...
12561 * sysdeps/unix/sysv/linux/arm/libcrypt.abilist: ... here.
12562 * sysdeps/unix/sysv/linux/arm/nptl/libdl.abilist: Moved ...
12563 * sysdeps/unix/sysv/linux/arm/libdl.abilist: ... here.
12564 * sysdeps/unix/sysv/linux/arm/nptl/libm.abilist: Moved ...
12565 * sysdeps/unix/sysv/linux/arm/libm.abilist: ... here.
12566 * sysdeps/unix/sysv/linux/arm/nptl/libnsl.abilist: Moved ...
12567 * sysdeps/unix/sysv/linux/arm/libnsl.abilist: ... here.
12568 * sysdeps/unix/sysv/linux/arm/nptl/libpthread.abilist: Moved ...
12569 * sysdeps/unix/sysv/linux/arm/libpthread.abilist: ... here.
12570 * sysdeps/unix/sysv/linux/arm/nptl/libresolv.abilist: Moved ...
12571 * sysdeps/unix/sysv/linux/arm/libresolv.abilist: ... here.
12572 * sysdeps/unix/sysv/linux/arm/nptl/librt.abilist: Moved ...
12573 * sysdeps/unix/sysv/linux/arm/librt.abilist: ... here.
12574 * sysdeps/unix/sysv/linux/arm/nptl/libthread_db.abilist: Moved ...
12575 * sysdeps/unix/sysv/linux/arm/libthread_db.abilist: ... here.
12576 * sysdeps/unix/sysv/linux/arm/nptl/libutil.abilist: Moved ...
12577 * sysdeps/unix/sysv/linux/arm/libutil.abilist: ... here.
12578 * sysdeps/unix/sysv/linux/arm/nptl/localplt.data: Moved ...
12579 * sysdeps/unix/sysv/linux/arm/localplt.data: ... here.
12580 * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.h: Moved ...
12581 * sysdeps/unix/sysv/linux/arm/lowlevellock.h: ... here.
12582 * sysdeps/unix/sysv/linux/arm/nptl/sysdep-cancel.h: Moved ...
12583 * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: ... here.
12584 * sysdeps/unix/sysv/linux/arm/nptl/unwind-forcedunwind.c: Moved ...
12585 * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c: ... here.
12586 * sysdeps/unix/sysv/linux/arm/nptl/unwind-resume.c: Moved ...
12587 * sysdeps/unix/sysv/linux/arm/unwind-resume.c: ... here.
12588
12589 * sysdeps/unix/sysv/linux/arm/Versions (libc: GLIBC_PRIVATE): New set.
12590 * sysdeps/unix/sysv/linux/arm/nptl/Versions: File removed.
12591
12592 * sysdeps/unix/sysv/linux/arm/Makefile
12593 [$(subdir) = rt] (librt-sysdep_routines, librt-shared-only-routines):
12594 Add rt-aeabi_unwind_cpp_pr1.
12595 [$(subdir) = nptl] (librt-sysdep_routines, librt-shared-only-routines):
12596 Add nptl-aeabi_unwind_cpp_pr1.
12597 [$(subdir) = nptl] (tests): Filter out tst-cleanupx4.
12598 * sysdeps/unix/sysv/linux/arm/nptl/Makefile: File removed.
12599 * sysdeps/unix/sysv/linux/arm/nptl/rt-aeabi_unwind_cpp_pr1.c: Move ...
12600 * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
12601 * sysdeps/unix/sysv/linux/arm/nptl/nptl-aeabi_unwind_cpp_pr1.c: Move ...
12602 * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
12603
12604 * sysdeps/unix/sysv/linux/arm/configure.ac: Force -fexceptions here.
12605 * sysdeps/unix/sysv/linux/arm/configure: Regenerated.
12606 * sysdeps/unix/sysv/linux/arm/nptl/configure.ac: File removed.
12607 * sysdeps/unix/sysv/linux/arm/nptl/configure: File removed.
12608
12609 * sysdeps/unix/sysv/linux/arm/clone.S: Include <tcb-offsets.h>.
12610 Deconditionalize the code that was previously under [RESET_PID].
12611 * sysdeps/unix/sysv/linux/arm/nptl/clone.S: File removed.
12612
12613 * sysdeps/generic/exit-thread.h: New file.
12614 * sysdeps/unix/sysv/linux/exit-thread.h: New file.
12615 * include/unistd.h (__exit_thread): Remove declaration.
12616 * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Drop exit-thread.
12617 * sysdeps/unix/sysv/linux/exit-thread.S: File removed.
12618 * csu/libc-start.c: Include <exit-thread.h>.
12619 (LIBC_START_MAIN): Pass no argument to __exit_thread.
12620 * nptl/pthread_create.c: Include <exit-thread.h>.
12621 (start_thread): Call __exit_thread in place of __exit_thread_inline.
12622 * nptl/sysdeps/i386/pthreaddef.h (__exit_thread_inline): Macro removed.
12623 * nptl/sysdeps/powerpc/pthreaddef.h: Likewise.
12624 * nptl/sysdeps/s390/pthreaddef.h: Likewise.
12625 * nptl/sysdeps/sh/pthreaddef.h: Likewise.
12626 * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Likewise.
12627 * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Likewise.
12628 * nptl/sysdeps/x86_64/pthreaddef.h: Likewise.
12629 * sysdeps/aarch64/nptl/pthreaddef.h: Likewise.
12630 * sysdeps/alpha/nptl/pthreaddef.h: Likewise.
12631 * sysdeps/arm/nptl/pthreaddef.h: Likewise.
12632 * sysdeps/hppa/nptl/pthreaddef.h: Likewise.
12633 * sysdeps/ia64/nptl/pthreaddef.h: Likewise.
12634 * sysdeps/m68k/nptl/pthreaddef.h: Likewise.
12635 * sysdeps/microblaze/nptl/pthreaddef.h: Likewise.
12636 * sysdeps/mips/nptl/pthreaddef.h: Likewise.
12637 * sysdeps/tile/nptl/pthreaddef.h: Likewise.
12638
12639 2014-05-13 Andreas Schwab <schwab@suse.de>
12640
12641 * sysdeps/unix/grantpt.c (grantpt): Fix typo in assertion.
12642
12643 2014-05-12 Joseph Myers <joseph@codesourcery.com>
12644
12645 * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
12646 (__ASSUME_UTIMES): Do not condition on kernel version.
12647 (__ASSUME_PSELECT): Define unconditionally.
12648 (__ASSUME_PPOLL): Likewise.
12649 (__ASSUME_ATFCTS): Likewise.
12650 (__ASSUME_SET_ROBUST_LIST): Do not condition on kernel version.
12651 (__ASSUME_COMPLETE_READV_WRITEV): Define unconditionally.
12652 (__ASSUME_FUTEX_LOCK_PI): Do not condition on kernel version.
12653 (__ASSUME_UTIMENSAT): Define unconditionally.
12654 (__ASSUME_PRIVATE_FUTEX): Likewise.
12655 (__ASSUME_FALLOCATE): Likewise.
12656 (__ASSUME_O_CLOEXEC): Likewise.
12657 (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Remove.
12658 (__ASSUME_ARG_MAX_STACK_BASED): Likewise.
12659 (__ASSUME_ADJ_OFFSET_SS_READ): Define unconditionally.
12660 (__ASSUME_SOCK_CLOEXEC): Do not condition on kernel version.
12661 (__ASSUME_IN_NONBLOCK): Likewise.
12662 (__ASSUME_PIPE2): Likewise.
12663 (__ASSUME_EVENTFD2): Likewise.
12664 (__ASSUME_SIGNALFD4): Likewise.
12665 (__ASSUME_DUP3): Likewise.
12666 [__x86_64__ || __sparc__] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
12667 (__ASSUME_FUTEX_CLOCK_REALTIME): Define unconditionally.
12668 (__ASSUME_AT_RANDOM): Likewise.
12669 (__ASSUME_PREADV): Likewise.
12670 (__ASSUME_PWRITEV): Likewise.
12671 (__ASSUME_REQUEUE_PI): Do not condition on kernel version.
12672 (__ASSUME_F_GETOWN_EX): Define unconditionally.
12673 (__ASSUME_XFS_RESTRICTED_CHOWN): Likewise.
12674 * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
12675 [!__ASSUME_ARG_MAX_STACK_BASED]: Remove conditional code.
12676 * sysdeps/unix/sysv/linux/alpha/kernel-features.h
12677 (__ASSUME_O_CLOEXEC): Define unconditionally.
12678 (__ASSUME_PSELECT): Do not undefine conditionally.
12679 (__ASSUME_PPOLL): Likewise.
12680 (__ASSUME_ATFCTS): Likewise.
12681 (__ASSUME_SET_ROBUST_LIST): Likewise.
12682 (__ASSUME_UTIMENSAT): Likewise.
12683 (__ASSUME_FDATASYNC): Define unconditionally.
12684 * sysdeps/unix/sysv/linux/arm/kernel-features.h
12685 (__ASSUME_SIGFRAME_V2): Likewise.
12686 )__ASSUME_EVENTFD2): Likewise.
12687 (__ASSUME_SIGNALFD4): Likewise.
12688 (__ASSUME_PSELECT): Do not undefine conditionally.
12689 (__ASSUME_PPOLL): Likewise.
12690 * sysdeps/unix/sysv/linux/ia64/kernel-features.h
12691 (__ASSUME_PSELECT): Define unconditionally.
12692 (__ASSUME_PPOLL): Likewise.
12693 (__ASSUME_O_CLOEXEC): Likewise.
12694 (__ASSUME_SOCK_CLOEXEC): Likewise.
12695 (__ASSUME_IN_NONBLOCK): Likewise.
12696 (__ASSUME_PIPE2): Likewise.
12697 (__ASSUME_EVENTFD2): Likewise.
12698 (__ASSUME_SIGNALFD4): Likewise.
12699 (__ASSUME_DUP3): Likewise.
12700 * sysdeps/unix/sysv/linux/m68k/kernel-features.h
12701 (__ASSUME_O_CLOEXEC): Likewise.
12702 (__ASSUME_SOCK_CLOEXEC): Likewise.
12703 (__ASSUME_IN_NONBLOCK): Likewise.
12704 (__ASSUME_PIPE2): Likewise.
12705 (__ASSUME_EVENTFD2): Likewise.
12706 (__ASSUME_SIGNALFD4): Likewise.
12707 (__ASSUME_DUP3): Likewise.
12708 * sysdeps/unix/sysv/linux/mips/kernel-features.h
12709 (__ASSUME_EVENTFD2): Likewise.
12710 (__ASSUME_SIGNALFD4): Likewise.
12711 (__ASSUME_ACCEPT4_SYSCALL): Likewise.
12712
12713 2014-05-12 Andreas Schwab <schwab@suse.de>
12714
12715 [BZ #16932]
12716 * nis/nss_nis/nis-hosts.c (internal_gethostbyname2_r)
12717 (_nss_nis_gethostbyname4_r): Return error if item length is larger
12718 than maximum RPC packet size.
12719 * nis/nss_nis/nis-initgroups.c (initgroups_netid): Likewise.
12720 * nis/nss_nis/nis-network.c (_nss_nis_getnetbyname_r): Likewise.
12721 * nis/nss_nis/nis-service.c (_nss_nis_getservbyname_r)
12722 (_nss_nis_getservbyport_r): Likewise.
12723
12724 2014-05-12 Will Newton <will.newton@linaro.org>
12725
12726 * malloc/Makefile (tests): Add tst-mallopt.
12727 * malloc/tst-mallopt.c: New file.
12728
12729 2014-05-09 Roland McGrath <roland@hack.frob.com>
12730
12731 * sysdeps/arm/armv7/strcmp.S: Use sfi_breg prefix on loads not from sp.
12732 [NO_THUMB]: Cope without cbz, cnbz, and orn instructions.
12733
12734 2014-05-09 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
12735
12736 * elf/Makefile (tst-tlsmod5.so): Add $(no-as-needed).
12737 (tst-tlsmod6.so): Likewise.
12738
12739 2014-05-09 Roland McGrath <roland@hack.frob.com>
12740
12741 * sysdeps/gnu/unwind-resume.c (libgcc_s_resume): Mark as noreturn.
12742
12743 2014-05-09 Joseph Myers <joseph@codesourcery.com>
12744
12745 [BZ #16064]
12746 * sysdeps/i386/fpu/fegetenv.c: Include <unistd.h>, <ldsodefs.h>
12747 and <dl-procinfo.h>.
12748 (__fegetenv): Save SSE state in envp->__eip if supported.
12749 * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Save SSE state in
12750 envp->__eip if supported.
12751 * sysdeps/i386/fpu/fesetenv.c: Include <unistd.h>, <ldsodefs.h>
12752 and <dl-procinfo.h>.
12753 (__fesetenv): Always set __eip, __cs_selector, __opcode,
12754 __data_offset and __data_selector in environment to 0. Set SSE
12755 state if supported.
12756 * sysdeps/x86/fpu/Makefile [$(subdir) = math] (tests): Add
12757 test-fenv-sse.
12758 [$(subdir) = math] (CFLAGS-test-fenv-sse.c): Add -msse2
12759 -mfpmath=sse.
12760 * sysdeps/x86/fpu/test-fenv-sse.c: New file.
12761
12762 2014-05-09 Will Newton <will.newton@linaro.org>
12763
12764 * sysdeps/arm/preconfigure.ac: Set libc_commonpagesize
12765 and libc_relro_required for ARM.
12766 * sysdeps/arm/preconfigure: Regenerate.
12767
12768 2014-05-09 Dominik Vogt <vogt@linux.vnet.ibm.com>
12769 Stefan Liebler <stli@linux.vnet.ibm.com>
12770
12771 * config.make.in (enable-lock-elision): New Makefile variable.
12772 * configure.ac: Likewise.
12773 * configure: Regenerate.
12774 * sysdeps/s390/configure.ac:
12775 Add check for gcc transactions support.
12776 * sysdeps/s390/configure: Regenerate.
12777 * nptl/sysdeps/unix/sysv/linux/s390/Makefile: New file.
12778 Build elision files if enabled.
12779 * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: New file.
12780 Add lock elision support for s390.
12781 * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Likewise.
12782 * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Likewise.
12783 * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Likewise.
12784 * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Likewise.
12785 * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Likewise.
12786 * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Likewise.
12787 * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
12788 Likewise.
12789 * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c:
12790 Likewise.
12791 * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c:
12792 Likewise.
12793 * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c:
12794 Likewise.
12795 * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h:
12796 (__lll_timedlock_elision, __lll_lock_elision)
12797 (__lll_unlock_elision, __lll_trylock_elision)
12798 (lll_timedlock_elision, lll_lock_elision)
12799 (lll_unlock_elision, lll_trylock_elision): Add.
12800 * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
12801 (pthread_mutex_t): Add lock elision support for s390.
12802
12803 2014-05-14 Wilco <wdijkstr@arm.com>
12804
12805 * sysdeps/arm/fclrexcpt.c: Cleanup.
12806 * sysdeps/arm/fedisblxcpt.c: Cleanup.
12807 * sysdeps/arm/feenablxcpt.c: Cleanup.
12808 * sysdeps/arm/fegetenv.c: Cleanup.
12809 * sysdeps/arm/fegetexcept.c: Cleanup.
12810 * sysdeps/arm/fegetround.c: Cleanup.
12811 * sysdeps/arm/feholdexcpt.c: Cleanup.
12812 * sysdeps/arm/fesetenv.c: Cleanup.
12813 * sysdeps/arm/fesetround.c: Cleanup.
12814 * sysdeps/arm/feupdateenv.c: Cleanup.
12815 * sysdeps/arm/fgetexcptflg.c: Cleanup.
12816 * sysdeps/arm/fraiseexcpt.c: Cleanup.
12817 * sysdeps/arm/fsetexcptflg.c: Cleanup.
12818 * sysdeps/arm/ftestexcept.c: Cleanup.
12819 * sysdeps/arm/get-rounding-mode.h: Cleanup.
12820 * sysdeps/arm/setfpucw.c: Cleanup.
12821
12822 2014-05-09 Will Newton <will.newton@linaro.org>
12823
12824 * sysdeps/arm/armv7/strcmp.S: New file.
12825 * NEWS: Mention addition of ARMv7 optimized strcmp.
12826
12827 2014-05-08 Roland McGrath <roland@hack.frob.com>
12828
12829 * Makeconfig ($(common-objpfx)config.status): Fix patsubst uses to
12830 look for %.ac rather than %.in.
12831
12832 * sysdeps/mach/hurd/configure.ac (inhibit_glue): Remove variable.
12833 * sysdeps/unix/sysv/linux/configure.ac: Likewise.
12834 * sysdeps/mach/hurd/configure: Regenerated.
12835 * sysdeps/unix/sysv/linux/configure: Regenerated.
12836
12837 * bits/utsname.h (_UTSNAME_DOMAIN_LENGTH): New macro, set to 0.
12838
12839 2014-05-07 Steve Ellcey <sellcey@mips.com>
12840
12841 [BZ# 16922]
12842 * sysdeps/mips/sys/asm.h (INT_SUB): Fix definition.
12843 (LONG_SUB): Ditto.
12844 (PTR_SUB): Ditto.
12845
12846 2014-05-07 Andreas Schwab <schwab@suse.de>
12847
12848 * sysdeps/posix/getaddrinfo.c (gaih_inet): Advance address pointer
12849 when skipping over non-matching result from nscd.
12850
12851 2014-05-07 Ondřej Bílka <neleai@seznam.cz>
12852
12853 [BZ #16876]
12854 * nptl/sockperf.c (client): Check socket return value.
12855
12856 [BZ #16877]
12857 * nscd/selinux.c (nscd_request_avc_has_perm): Check if there is
12858 nscd security class.
12859
12860 2014-05-06 Roland McGrath <roland@hack.frob.com>
12861
12862 * sysdeps/unix/sysv/linux/arm/nptl/unwind.h: File moved to ...
12863 * sysdeps/arm/unwind.h: ... here.
12864
12865 2014-05-06 Aurelien Jarno <aurelien@aurel32.net>
12866
12867 [BZ# 16916]
12868 * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h (EFD_SEMAPHORE):
12869 Define.
12870
12871 2014-05-06 Vidya Ranganathan <vidya@linux.vnet.ibm.com>
12872
12873 * sysdeps/powerpc/powerpc64/power7/strncpy.S: New file: Optimization.
12874 * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: New file:
12875 multiarch strncpy for PPC64.
12876 * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: New file
12877 * sysdeps/powerpc/powerpc64/multiarch/strncpy-power7.S: New file
12878 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpcpy, stpncpy
12879 multiarch optimizations.
12880 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
12881 (__libc_ifunc_impl_list): Likewise.
12882 * sysdeps/powerpc/powerpc64/power7/stpncpy.S: New file: Optimization.
12883 * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: New file:
12884 multiarch stpncpy for PPC64.
12885 * sysdeps/powerpc/powerpc64/multiarch/stpncpy-ppc64.c: New file
12886 * sysdeps/powerpc/powerpc64/multiarch/stpncpy-power7.S: New file
12887
12888 2014-05-06 Andreas Schwab <schwab@suse.de>
12889
12890 [BZ #16912]
12891 * gmon/mcount.c (_MCOUNT_DECL): Use
12892 atomic_compare_and_exchange_bool_acq instead of
12893 catomic_compare_and_exchange_bool_acq.
12894
12895 2014-05-05 Roland McGrath <roland@hack.frob.com>
12896
12897 * elf/Makefile (others, install-bin): Remove pldd.
12898 (pldd-modules): Variable removed.
12899 ($(objpfx)pldd): Target removed.
12900 * sysdeps/unix/sysv/linux/Makefile [$(subdir) = elf]
12901 (others, install-bin): Append pldd here.
12902 ($(objpfx)pldd): New target.
12903
12904 * sysdeps/gnu/errlist.awk (BEGIN): Emit an initial #define of ERR_MAX
12905 to 0, so the first #if test emitted later doesn't see it undefined.
12906 (END): Emit "!defined ERRLIST_NO_COMPAT" to match what BEGIN does.
12907 * sysdeps/gnu/errlist.c: Regenerated.
12908
12909 2014-05-04 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
12910
12911 * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
12912 [libc_hidden_builtin_def]: Define to empty value.
12913 * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S:
12914 [libc_hidden_builtin_def]: Likewise.
12915 * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S:
12916 [libc_hidden_builtin_def]: Likewise.
12917 * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S:
12918 [libc_hidden_builtin_def]: Likewise.
12919 * sysdeps/powerpc/powerpc64/multiarch/memcpy.c (memcpy): Redefined to
12920 __redirect_memcpy and define ifunc as default hidden symbol.
12921 * sysdeps/powerpc/powerpc64/multiarch/memset.c (memset): Likewise.
12922 * sysdeps/powerpc/powerpc64/multiarch/strlen.c (strlen): Likewise.
12923
12924 2014-05-04 Adam Conrad <adconrad@0c3.net>
12925
12926 * locale/iso-4217.def: Reintroduce XDR currency.
12927
12928 2014-05-04 Allan McRae <allan@archlinux.org>
12929
12930 * po/eo.po: Update Esperanto translation from translation project.
12931
12932 2014-05-02 Carlos O'Donell <carlos@redhat.com>
12933
12934 * sysdeps/x86_64/multiarch/init-arch.h: Define FEATURE_INDEX_1 to 0,
12935 and FEATURE_INDEX_MAX to 1.
12936 [!__ASSEMBLER__]: Remove anonymous enum for FEATURE_INDEX_*.
12937
12938 2014-05-01 Steve Ellcey <sellcey@mips.com>
12939
12940 * iconvdata/ansi_x3.110.c (ONE_DIRECTION): Define.
12941 * iconvdata/armscii-8.c (ONE_DIRECTION): Define.
12942 * iconvdata/big5.c (ONE_DIRECTION): Define.
12943 * iconvdata/big5hkscs.c (ONE_DIRECTION): Define.
12944 * iconvdata/cp1255.c (ONE_DIRECTION): Define.
12945 * iconvdata/cp1258.c (ONE_DIRECTION): Define.
12946 * iconvdata/cp932.c (ONE_DIRECTION): Define.
12947 * iconvdata/euc-cn.c (ONE_DIRECTION): Define.
12948 * iconvdata/euc-jisx0213.c (ONE_DIRECTION): Define.
12949 * iconvdata/euc-jp-ms.c (ONE_DIRECTION): Define.
12950 * iconvdata/euc-jp.c (ONE_DIRECTION): Define.
12951 * iconvdata/euc-kr.c (ONE_DIRECTION): Define.
12952 * iconvdata/euc-tw.c (ONE_DIRECTION): Define.
12953 * iconvdata/gb18030.c (ONE_DIRECTION): Define.
12954 * iconvdata/gbbig5.c (ONE_DIRECTION): Define.
12955 * iconvdata/gbgbk.c (ONE_DIRECTION): Define.
12956 * iconvdata/gbk.c (ONE_DIRECTION): Define.
12957 * iconvdata/ibm1364.c (ONE_DIRECTION): Define.
12958 * iconvdata/ibm930.c (ONE_DIRECTION): Define.
12959 * iconvdata/ibm932.c (ONE_DIRECTION): Define.
12960 * iconvdata/ibm933.c (ONE_DIRECTION): Define.
12961 * iconvdata/ibm935.c (ONE_DIRECTION): Define.
12962 * iconvdata/ibm937.c (ONE_DIRECTION): Define.
12963 * iconvdata/ibm939.c (ONE_DIRECTION): Define.
12964 * iconvdata/ibm943.c (ONE_DIRECTION): Define.
12965 * iconvdata/iso-2022-cn-ext.c (ONE_DIRECTION): Define.
12966 * iconvdata/iso-2022-cn.c (ONE_DIRECTION): Define.
12967 * iconvdata/iso-2022-jp-3.c (ONE_DIRECTION): Define.
12968 * iconvdata/iso-2022-jp.c (ONE_DIRECTION): Define.
12969 * iconvdata/iso-2022-kr.c (ONE_DIRECTION): Define.
12970 * iconvdata/iso646.c (ONE_DIRECTION): Define.
12971 * iconvdata/iso8859-1.c (ONE_DIRECTION): Define.
12972 * iconvdata/iso_11548-1.c (ONE_DIRECTION): Define.
12973 * iconvdata/iso_6937-2.c (ONE_DIRECTION): Define.
12974 * iconvdata/iso_6937.c (ONE_DIRECTION): Define.
12975 * iconvdata/johab.c (ONE_DIRECTION): Define.
12976 * iconvdata/shift_jisx0213.c (ONE_DIRECTION): Define.
12977 * iconvdata/sjis.c (ONE_DIRECTION): Define.
12978 * iconvdata/t.61.c (ONE_DIRECTION): Define.
12979 * iconvdata/tcvn5712-1.c (ONE_DIRECTION): Define.
12980 * iconvdata/tscii.c (ONE_DIRECTION): Define.
12981 * iconvdata/uhc.c (ONE_DIRECTION): Define.
12982 * iconvdata/unicode.c (ONE_DIRECTION): Define.
12983 * iconvdata/utf-16.c (ONE_DIRECTION): Define.
12984 * iconvdata/utf-32.c (ONE_DIRECTION): Define.
12985 * iconvdata/utf-7.c (ONE_DIRECTION): Define.
12986
12987 2014-05-01 Roland McGrath <roland@hack.frob.com>
12988
12989 * libio/libioP.h [!_IO_USE_OLD_IO_FILE && !_G_IO_NO_BACKWARD_COMPAT]
12990 (_IO_JUMPS_OFFSET): Define to 0.
12991
12992 * nptl/sysdeps/pthread/bits/libc-lock.h
12993 [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
12994 (__libc_lock_define_initialized_recursive): Always define using
12995 initializer. Modern compilers treat uninitialized (implicit zero) and
12996 explicit zero initializers the same (i.e. put the datum in bss).
12997
12998 2014-05-01 Andreas Schwab <schwab@linux-m68k.org>
12999
13000 * nscd/nscd-client.h: Include <string.h>.
13001
13002 2014-05-01 David S. Miller <davem@davemloft.net>
13003
13004 [BZ #16885]
13005 * sysdeps/sparc/sparc64/strcmp.S: Fix end comparison handling when
13006 multiple zero bytes exist at the end of a string.
13007 Reported by Aurelien Jarno <aurelien@aurel32.net>
13008
13009 * string/test-strcmp.c (check): Add explicit test for situations where
13010 there are multiple zero bytes after the first.
13011
13012 2014-05-01 Andreas Schwab <schwab@linux-m68k.org>
13013
13014 [BZ #16890]
13015 * stdio-common/vfprintf.c (process_arg) [%p]: Mark string as wide
13016 when compiling wprintf.
13017 * stdio-common/tstdiomisc.c (t3): New function.
13018 (main): Call it.
13019
13020 2014-05-01 Steve Ellcey <sellcey@mips.com>
13021
13022 * intl/iconv/skeleton.c (ONE_DIRECTION): Remove define.
13023 * iconv/gconv_simple.c (ONE_DIRECTION): Define.
13024 * iconvdata/8bit-gap.c (ONE_DIRECTION): Ditto.
13025 * iconvdata/8bit-generic.c (ONE_DIRECTION): Ditto.
13026
13027 2014-05-01 Steve Ellcey <sellcey@mips.com>
13028
13029 * stdlib/longlong.h: Updated from GCC.
13030
13031 2014-05-01 Will Newton <will.newton@linaro.org>
13032 Bernard Ogden <bernie.ogden@linaro.org>
13033
13034 * NEWS: Update fixed bug list.
13035
13036 [BZ #15119]
13037 * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.c: Remove file.
13038
13039 2014-04-30 David S. Miller <davem@davemloft.net>
13040
13041 * sysdeps/sparc/fpu/fenv_private.h (HAVE_RM_CTX): Define.
13042 (libc_feholdexcept_setround_sparc_ctx): New function.
13043 (libc_fesetenv_sparc_ctx): Likewise.
13044 (libc_feupdateenv_sparc_ctx): Likewise.
13045 (libc_feholdsetround_sparc_ctx): Likewise.
13046 (libc_feholdexcept_setround_ctx): Define.
13047 (libc_feholdexcept_setroundf_ctx): Likewise.
13048 (libc_feholdexcept_setroundl_ctx): Likewise.
13049 (libc_fesetenv_ctx): Likewise.
13050 (libc_fesetenvf_ctx): Likewise.
13051 (libc_fesetenvl_ctx): Likewise.
13052 (libc_feupdateenv_ctx): Likewise.
13053 (libc_feupdateenvf_ctx): Likewise.
13054 (libc_feupdateenvl_ctx): Likewise.
13055 (libc_feresetround_ctx): Likewise.
13056 (libc_feresetroundf_ctx): Likewise.
13057 (libc_feresetroundl_ctx): Likewise.
13058 (libc_feholdsetround_ctx): Likewise.
13059 (libc_feholdsetroundf_ctx): Likewise.
13060 (libc_feholdsetroundl_ctx): Likewise.
13061
13062 * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
13063 with __USE_GNU instead of XOPEN cpp guards.
13064
13065 * sysdeps/sparc/bits/string.h (_STRING_ARCH_unaligned): Define to
13066 0.
13067
13068 * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
13069 with XOPEN cpp guards.
13070
13071 2014-04-30 Julian Brown <julian@codesourcery.com>
13072
13073 [BZ #16888]
13074 * sysdeps/arm/dl-machine.h (elf_machine_rela): Fix R_ARM_IRELATIVE
13075 handling.
13076
13077 2014-04-30 Joseph Myers <joseph@codesourcery.com>
13078
13079 [BZ #9894]
13080 * sysdeps/unix/sysv/linux/configure.ac (LIBC_LINUX_VERSION):
13081 Change to 2.6.32.
13082 (arch_minimum_kernel): Change all 2.6.16 settings to 2.6.32.
13083 * sysdeps/unix/sysv/linux/configure: Regenerated.
13084 * sysdeps/unix/sysv/linux/microblaze/configure.ac: Remove file.
13085 * sysdeps/unix/sysv/linux/microblaze/configure: Likewise.
13086 * sysdeps/unix/sysv/linux/tile/configure.ac: Likewise.
13087 * sysdeps/unix/sysv/linux/tile/configure: Likewise.
13088 * README: Update reference to required Linux kernel version.
13089 * manual/install.texi (Linux): Update reference to required Linux
13090 kernel headers version.
13091 * INSTALL: Regenerated.
13092
13093 * conform/data/stdlib.h-data [POSIX] (stddef.h): Do not allow
13094 header inclusion.
13095 [POSIX] (limits.h): Likewise.
13096 [POSIX] (math.h): Likewise.
13097 [POSIX] (sys/wait.h): Likewise.
13098 * conform/data/string.h-data [POSIX || UNIX98] (strtok_r): Require
13099 function.
13100 [POSIX] (stddef.h): Do not allow header inclusion.
13101
13102 2014-04-30 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
13103
13104 * sysdeps/generic/symbol-hacks.h (memcpy): Add internal alias.
13105
13106 2014-04-30 Yang Yingliang <yangyingliang@huawei.com>
13107
13108 * nptl/pthread_cond_broadcast.c (__pthread_cond_broadcast):
13109 Return immediately after lll_futex_wake.
13110
13111 2014-04-30 Siddhesh Poyarekar <siddhesh@redhat.com>
13112
13113 [BZ #16791]
13114 * nscd/nscd-client.h (datahead_init_common): Initialize entire
13115 structure.
13116 (datahead_init_pos): Call datahead_init_common early.
13117 (datahead_init_neg): Likewise.
13118
13119 * nscd/nscd-client.h (datahead_init_common, datahead_init_pos,
13120 datahead_init_neg): New functions.
13121 * nscd/aicache.c (addhstaiX): Use them.
13122 * nscd/grpcache.c (cache_addgr): Likewise.
13123 * nscd/hstcache.c (cache_addhst): Likewise.
13124 * nscd/initgrcache.c (addinitgroupsX): Likewise.
13125 * nscd/netgroupcache.c (do_notfound): Likewise.
13126 (addgetnetgrentX): Likewise.
13127 (addinnetgrX): Likewise.
13128 * nscd/pwdcache.c (cache_addpw): Likewise.
13129 * nscd/servicescache.c (cache_addserv): Likewise.
13130
13131 2014-04-30 Siddhesh Poyarekar <siddhesh@redhat.com>
13132 Atsushi Onoe <atsushi@onoe.org>
13133
13134 [BZ #14308]
13135 [BZ #12994]
13136 [BZ #13651]
13137 * resolv/res_query.c (__libc_res_nsearch): Return if at least
13138 one response is valid.
13139 * resolv/res_send.c (send_dg): Check for validity of other
13140 response if the current response is a referral.
13141
13142 2014-04-29 Steve Ellcey <sellcey@mips.com>
13143
13144 * iconv/skeleton.c (ONE_DIRECTION): Set default value if not set.
13145
13146 2014-04-29 Stefan Liebler <stli@linux.vnet.ibm.com>
13147
13148 [BZ #16823]
13149 * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl):
13150 Always divide by positive zero when computing -Inf result.
13151 * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
13152 * sysdeps/ieee754/flt-32/s_log1pf.c (__log1pf): Likewise.
13153
13154 2014-04-28 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
13155
13156 * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Do not update
13157 FPSCR if value do not change.
13158 * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
13159 * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Likewise.
13160 * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Likewise.
13161 * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
13162 * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Likewise.
13163 * sysdeps/powerpc/fpu/fenv_libc.h (fenv_reg_to_exceptions): New helper
13164 function.
13165
13166 2014-05-29 Carlos O'Donell <carlos@systemhalted.org>
13167
13168 * sysdeps/hppa: Move directory from ports/sysdeps/hppa.
13169 * sysdeps/unix/sysv/linux/hppa: Move directory from
13170 ports/systeps/unix/sysv/linux/hppa.
13171 * README: Update listing for hppa-*-linux-gnu.
13172
13173 2014-04-28 Ondřej Bílka <neleai@seznam.cz>
13174
13175 [BZ #16754]
13176 * manual/stdio.texi (Hook functions): Fix types of stream hook
13177 functions.
13178 [BZ #16854]
13179 * socket/sys/socket.h: Fix typo in comment.
13180
13181 2014-04-28 Wilco <wdijkstr@arm.com>
13182
13183 * sysdeps/arm/fenv_private.h: New file.
13184 * sysdeps/arm/math_private.h: New file.
13185 * sysdeps/arm/fpu_control.h: Add _FPU_MASK_NCZV and _FPU_MASK_EXCEPT.
13186
13187 2014-04-25 H.J. Lu <hongjiu.lu@intel.com>
13188
13189 * sysdeps/x86/bits/link.h (La_x86_64_regs): Replace __int128
13190 with __int128_t.
13191 (La_x86_64_retval): Likewise.
13192
13193 2014-04-24 Ian Bolton <ian.bolton@arm.com>
13194
13195 * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept): Don't write to
13196 fpsr if value didn't change.
13197 * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept): Don't write
13198 to fpcr if value didn't change.
13199 * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Likewise.
13200 * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Don't write to
13201 fpsr or fpcr if value didn't change.
13202 * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
13203 * sysdeps/aarch64/fpu/fesetround.c (fesetround): Don't write to
13204 fpcr if value didn't change.
13205 * sysdeps/aarch64/fpu/fsetexcptflg.c (fesetexceptflag): Don't write
13206 to fpsr if value didn't change.
13207
13208 2014-02-23 Siddhesh Poyarekar <siddhesh@redhat.com>
13209
13210 * nptl/tst-sem3.c: Use test-skeleton.c
13211 (main): Rename to do_test. Use return instead of
13212 exit.
13213 * nptl/tst-sem4.c: Use test-skeleton.c
13214 (main): Rename to do_test.
13215
13216 2014-04-22 David S. Miller <davem@davemloft.net>
13217
13218 * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h
13219 (struct sigaction): New struct member __glibc_reserved0, change
13220 type of sa_flags to int.
13221
13222 2014-04-22 Yufeng Zhang <yufeng.zhang@arm.com>
13223
13224 * stdlib/longlong.h (count_leading_zeros, count_trailing_zeros)
13225 (COUNT_LEADING_ZEROS_0): Define for AArch64.
13226
13227 2014-04-22 Siddhesh Poyarekar <siddhesh@redhat.com>
13228
13229 * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Include atomic.h.
13230 * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Likewise.
13231
13232 2014-04-22 Will Newton <will.newton@linaro.org>
13233 Venkataramanan Kumar <venkataramanan.kumar@linaro.org>
13234
13235 * sysdeps/aarch64/__longjmp.S: Include stap-probe.h.
13236 (__longjmp): Add longjmp and longjmp_target SystemTap
13237 probes.
13238 * sysdeps/aarch64/setjmp.S: Include stap-probe.h.
13239 (__sigsetjmp): Add setjmp SystemTap probe.
13240
13241 2014-04-17 Carlos O'Donell <carlos@redhat.com>
13242
13243 * manual/intro.texi (Roadmap to the manual): Sort chapter listing to
13244 match manual order.
13245
13246 2014-04-17 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
13247
13248 * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_once.c: Remove file.
13249
13250 * sysdeps/powerpc/fpu/fenv_private.h
13251 (libc_feholdexcept_setroundl_ctx): Define to
13252 libc_feholdexcept_setround_ppc_ctx.
13253 (libc_fesetenvl_ctx): Define to libc_fesetenv_ppc_ctx.
13254 (libc_feholdsetroundl_ctx): Define to libc_feholdsetround_ppc_ctx.
13255 (libc_feresetroundl_ctx): Define to libc_feresetround_ppc_ctx.
13256 (libc_feupdateenvl_ctx): libc_feupdateenv_ppc_ctx.
13257
13258 2014-04-17 Ian Bolton <ian.bolton@arm.com>
13259
13260 * sysdeps/aarch64/math-tests.h: New file.
13261
13262 2014-04-17 Sihai Yao <sihai.ysh@alibaba-inc.com>
13263
13264 * sysdeps/x86_64/multiarch/ifunc-defines.sym (COMMON_CPUID_INDEX_7):
13265 New.
13266 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
13267 Check and set bit_AVX2_Usable.
13268 * sysdeps/x86_64/multiarch/init-arch.h (bit_AVX2_Usable): New
13269 macro.
13270 (bit_AVX2): Likewise.
13271 (index_AVX2_Usable): Likewise.
13272 (CPUID_AVX2): Likewise.
13273 (HAS_AVX2): Likewise.
13274
13275 2014-04-17 Will Newton <will.newton@linaro.org>
13276
13277 * manual/setjmp.texi (System V contexts): Add note that
13278 calling setcontext on a context created by a call to a
13279 signal handler is undefined. Update text to note that
13280 setcontext from a signal handler is possible but not
13281 recommended.
13282
13283 [BZ #16629]
13284 * stdlib/tst-setcontext.c: Include signal.h.
13285 (main): Check that the signal stack before and
13286 after swapcontext is the same.
13287
13288 * sysdeps/unix/sysv/linux/aarch64/setcontext.S (__setcontext):
13289 Re-implement to restore registers in user code and avoid
13290 rt_sigreturn system call.
13291
13292 2014-04-17 Wilco <wdijkstr@arm.com>
13293
13294 * sysdeps/arm/math-tests.h: New file: Set ARM math-test settings.
13295 * sysdeps/generic/math-tests.h: Add macro (EXCEPTION_ENABLE_SUPPORTED).
13296 * math/test-fenv.c: Skip exception trap tests on targets which only
13297 support non-stop mode.
13298
13299 2014-04-17 Ian Bolton <ian.bolton@arm.com>
13300 Wilco Dijkstra <wilco.dijkstra@arm.com>
13301
13302 * sysdeps/aarch64/fpu/math_private.h (HAVE_RM_CTX)
13303 (libc_feholdsetround_aarch64_ctx)
13304 (libc_feholdsetround_ctx, libc_feholdsetroundf_ctx)
13305 (libc_feholdsetroundl_ctx, libc_feresetround_aarch64_ctx)
13306 (libc_feresetround_ctx, libc_feresetroundf_ctx)
13307 (libc_feresetroundl_ctx, libc_feresetround_noex_aarch64_ctx)
13308 (libc_feresetround_noex_ctx, libc_feresetround_noexf_ctx)
13309 (libc_feresetround_noexl_ctx): Define.
13310
13311 2014-04-16 Richard Henderson <rth@redhat.com>
13312
13313 * sysdeps/unix/sysv/linux/alpha/nptl/pthread_once.c: Remove.
13314
13315 * sysdeps/alpha/Makefile [debug] (CFLAGS-backtrace.c): Enable
13316 unwind tables.
13317
13318 * sysdeps/unix/alpha/sysdep.h (__pointer_chk_guard): Remove
13319 const from the non-libc, non-ldso copy.
13320
13321 * sysdeps/alpha/libm-test-ulps: Regenerate.
13322
13323 2014-04-16 Ian Bolton <ian.bolton@arm.com>
13324 Wilco Dijkstra <wilco.dijkstra@arm.com>
13325
13326 * sysdeps/aarch64/fpu/math_private.h: New file.
13327
13328 2014-04-16 Marcus Shawcroft <marcus.shawcroft@arm.com>
13329
13330 * sysdeps/aarch64/libm-test-ulps: Regenerate.
13331
13332 2014-04-16 Igor Zamyatin <igor.zamyatin@intel.com>
13333
13334 [BZ #16275]
13335 * sysdeps/x86_64/bits/link.h (La_x86_64_regs): Add lr_bnd.
13336 (La_x86_64_retval): Add lrv_bnd0 and lrv_bnd1.
13337 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Save
13338 Intel MPX bound registers before _dl_profile_fixup.
13339 * sysdeps/x86_64/dl-trampoline.h: Restore Intel MPX bound
13340 registers after _dl_profile_fixup. Save and restore bound
13341 registers bnd0/bnd1 when calling _dl_call_pltexit.
13342 * sysdeps/x86_64/link-defines.sym (BND_SIZE): New.
13343 (LR_BND_OFFSET): Likewise.
13344 (LRV_BND0_OFFSET): Likewise.
13345 (LRV_BND1_OFFSET): Likewise.
13346
13347 2014-04-16 Samuel Thibault <samuel.thibault@ens-lyon.org>
13348
13349 * sysdeps/mach/hurd/tls.h (dtv, dtv_t, tcbhead_t): Move declarations
13350 to...
13351 * sysdeps/mach/hurd/i386/tls.h: ... here.
13352 (tcbhead_t): Add multiple_threads, sysinfo, stack_guard,
13353 pointer_guard, gscope_flag, private_futex, __private_tm, __private_ss
13354 fields.
13355
13356 2014-04-16 Samuel Thibault <samuel.thibault@ens-lyon.org>
13357
13358 * sysdeps/mach/munmap.c (__munmap): Return EINVAL if `addr' is 0.
13359
13360 2014-04-16 Stefan Liebler <stli@linux.vnet.ibm.com>
13361
13362 * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
13363
13364 2014-04-16 Stefan Liebler <stli@linux.vnet.ibm.com>
13365
13366 [BZ #14770]
13367 * sysdeps/s390/configure.ac: Check for Binutils >= 2.24.
13368 * sysdeps/s390/configure: Regenerate.
13369
13370 [BZ #16824]
13371 * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l):
13372 Set round-to-nearest internally to reduce error accumulation.
13373
13374 2014-04-16 Alan Modra <amodra@gmail.com>
13375
13376 [BZ #16740]
13377 [BZ #16619]
13378 * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Rewrite.
13379 * math/libm-test.inc (frexp_test_data): Add tests.
13380 * NEWS: Update fixed bug list.
13381
13382 2014-04-15 Siddhesh Poyarekar <siddhesh@redhat.com>
13383
13384 * benchtests/Makefile: Depend on libraries in build directory.
13385 (bench-math): Separate out math tests.
13386 (bench-pthread): Separate out pthread tests.
13387 (bench): Include math and pthread tests.
13388
13389 2014-04-14 Carlos O'Donell <carlos@redhat.com>
13390
13391 [BZ #16831]
13392 * csu/libc-start.c (LIBC_START_MAIN) [!SHARED]: Call
13393 _dl_debug_initialize.
13394
13395 * configure.ac: Remove SELinux header check.
13396 * configure: Regenerate.
13397 * nscd/selinux.c (perms): Array of const char* to permission names.
13398 (nscd_request_avc_has_perm): Call security_deny_unknown to find
13399 default policy. Call string_to_security_class and string_to_av_perm to
13400 translate strings. Enforce default policy and call avs_has_perm with
13401 results of translated strings.
13402
13403 2014-04-13 David S. Miller <davem@davemloft.net>
13404
13405 * sysdeps/sparc/fpu/libm-test-ulps: Update.
13406
13407 2014-04-12 Allan McRae <allan@archlinux.org>
13408
13409 [BZ #16838]
13410 * manual/string.texi (Collation Functions): Fix qsort argument
13411 order in example.
13412 Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
13413
13414 2014-04-11 Chris Metcalf <cmetcalf@tilera.com>
13415
13416 * math/test-fenv-preserve.c [FE_ALL_EXCEPT == 0] (do_test):
13417 Make the test a no-op if there are no exceptions defined.
13418
13419 2014-04-11 Paul Pluzhnikov <ppluzhnikov@google.com>
13420
13421 * elf/Makefile (tests): make tst-dlopen-aout conditional on
13422 enable-hardcoded-path-in-tests
13423
13424 2014-04-11 Will Newton <will.newton@linaro.org>
13425
13426 * benchtests/Makefile (extra-objs): Add json-lib.o.
13427 (bench-func): Tidy up JSON output.
13428 * benchtests/bench-skeleton.c: Include json-lib.h.
13429 (main): Use JSON library functions to do output of
13430 benchmark results.
13431 * benchtests/bench-timing-type.c (main): Output the
13432 timing type simply, leaving formatting to the user.
13433 * benchtests/json-lib.c: New file.
13434 * benchtests/json-lib.h: Likewise.
13435
13436 2014-04-11 Torvald Riegel <triegel@redhat.com>
13437
13438 [BZ #15215]
13439 * nptl/sysdeps/unix/sysv/linux/sparc/pthread_once.c: Moved to ...
13440 * nptl/sysdeps/unix/sysv/linux/pthread_once.c: ... here. Add missing
13441 memory barriers. Add comments.
13442 * sysdeps/unix/sysv/linux/aarch64/nptl/pthread_once.c: Remove file.
13443 * sysdeps/unix/sysv/linux/arm/nptl/pthread_once.c: Remove file.
13444 * sysdeps/unix/sysv/linux/ia64/nptl/pthread_once.c: Remove file.
13445 * sysdeps/unix/sysv/linux/m68k/nptl/pthread_once.c: Remove file.
13446 * sysdeps/unix/sysv/linux/mips/nptl/pthread_once.c: Remove file.
13447 * sysdeps/unix/sysv/linux/tile/nptl/pthread_once.c: Remove file.
13448
13449 2014-04-11 Stefan Liebler <stli@linux.vnet.ibm.com>
13450
13451 * sysdeps/s390/s390-32/configure.ac: Unify file with ...
13452 * sysdeps/s390/s390-64/configure.ac: ... this ...
13453 * sysdeps/s390/configure.ac: ... to here.
13454 * sysdeps/s390/s390-32/configure: Delete file.
13455 * sysdeps/s390/s390-64/configure: Delete file.
13456 * sysdeps/s390/configure: Regenerate.
13457
13458 2014-04-11 Joseph Anthony Pasquale Holsten <joseph@josephholsten.com>
13459
13460 * resolv/res_query.c (__libc_res_nsearch): Fix typo in comment.
13461
13462 2014-04-11 Will Newton <will.newton@linaro.org>
13463
13464 * malloc/malloc.c [!MALLOC_DEBUG]: #define MALLOC_DEBUG
13465 to zero if it is not defined elsewhere. (mtrim): Test
13466 the value of MALLOC_DEBUG with #if rather than #ifdef.
13467
13468 2014-04-10 Torvald Riegel <triegel@redhat.com>
13469
13470 * benchtests/pthread_once-inputs: New file.
13471 * benchtests/pthread_once-source.c: New file.
13472 * benchtests/README: Update documentation.
13473
13474 2014-04-09 Igor Zamyatin <igor.zamyatin@intel.com>
13475 H.J. Lu <hongjiu.lu@intel.com>
13476
13477 [BZ #16275]
13478 * config.h.in (HAVE_MPX_SUPPORT): New #undef.
13479 * sysdeps/x86_64/configure.ac: Set HAVE_MPX_SUPPORT.
13480 * sysdeps/x86_64/configure: Regenerated.
13481 * sysdeps/x86_64/dl-trampoline.S (REGISTER_SAVE_AREA): New
13482 macro.
13483 (REGISTER_SAVE_RAX): Likewise.
13484 (REGISTER_SAVE_RCX): Likewise.
13485 (REGISTER_SAVE_RDX): Likewise.
13486 (REGISTER_SAVE_RSI): Likewise.
13487 (REGISTER_SAVE_RDI): Likewise.
13488 (REGISTER_SAVE_R8): Likewise.
13489 (REGISTER_SAVE_R9): Likewise.
13490 (REGISTER_SAVE_BND0): Likewise.
13491 (REGISTER_SAVE_BND1): Likewise.
13492 (REGISTER_SAVE_BND2): Likewise.
13493 (_dl_runtime_resolve): Use them. Save and restore Intel MPX
13494 bound registers when calling _dl_fixup.
13495
13496 2014-04-09 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
13497
13498 * bits/string.h (_STRING_ARCH_unaligned): Define it to 0.
13499 * crypt/sha256.c (_STRING_ARCH_unaligned): Check its value instead
13500 of its definition.
13501 * iconv/gconv_simple.c (_STRING_ARCH_unaligned): Likewise.
13502 * iconv/loop.c (_STRING_ARCH_unaligned): Likewise.
13503 * iconv/skeleton.c (_STRING_ARCH_unaligned): Likewise.
13504 * nscd/nscd_gethst_r.c (_STRING_ARCH_unaligned): Likewise.
13505 * nscd/nscd_getserv_r.c (_STRING_ARCH_unaligned): Likewise.
13506 * nscd/nscd_helper.c (_STRING_ARCH_unaligned): Likewise.
13507 * resolv/res_send.c (_STRING_ARCH_unaligned): Likewise.
13508
13509 2014-04-09 Peter Brett <peter@peter-b.co.uk>
13510
13511 [BZ #15514]
13512 * sysdeps/posix/pathconf.c (__pathconf): Use statvfs64() for
13513 pathconf(_PC_NAME_MAX).
13514
13515 2014-04-09 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
13516
13517 * nptl/sysdeps/pthread/pthread.h (__PTHREAD_MUTEX_HAVE_ELISION):
13518 Remove macro usage.
13519 (__PTHREAD_SPINS): Move definition to ...
13520 * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
13521 (__PTHREAD_SPINS): ... here.
13522 * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
13523 (__PTHREAD_SPIN): Likewise.
13524 * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h
13525 (__PTHREAD_SPIN): Likewise.
13526 * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h
13527 (__PTHREAD_SPIN): Likewise.
13528 * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h
13529 (__PTHREAD_SPIN): Likewise.
13530 * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
13531 (__PTHREAD_SPIN): Likewise.
13532 * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
13533 (__PTHREAD_SPIN): Likewise.
13534 * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h
13535 (__PTHREAD_SPIN): Likewise.
13536 * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
13537 (__PTHREAD_SPIN): Likewise.
13538 * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
13539 (__PTHREAD_SPIN): Likewise.
13540 * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
13541 (__PTHREAD_SPIN): Likewise.
13542 * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
13543 (__PTHREAD_SPIN): Likewise.
13544 * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h
13545 (__PTHREAD_SPIN): Likewise.
13546
13547 * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
13548 * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: new file.
13549 * sysdeps/powerpc/powerpc64/power6x/multiarch/Implies: New file.
13550 * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove multiarch
13551 imply folder.
13552 * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Likewise.
13553 * sysdeps/powerpc/powerpc64/power7/fpu/Implies: Likewise.
13554 * sysdeps/powerpc/powerpc64/power8/fpu/Implies: Likewise.
13555 * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: Adjust
13556 correct imply path.
13557 * sysdeps/powerpc/powerpc64/power7/strncat.S (STRLEN): Define correct
13558 strlen symbol for non multi-arch builds.
13559 * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (__isnan): Add
13560 missing hidden_def and weak_alias.
13561
13562 2014-04-08 Carlos O'Donell <carlos@redhat.com>
13563
13564 * manual/ipc.texi (sem_close): AC-unsafe because of aculock.
13565
13566 2014-04-07 Will Newton <will.newton@linaro.org>
13567
13568 * string/basename.c [HAVE_CONFIG_H]: Remove #ifdef and
13569 and contents. [!_LIBC] Remove #ifndef and contents.
13570 (basename): Use ANSI prototype. [_LIBC] Remove #idef.
13571 * string/memccpy.c (__memccpy): Use ANSI prototype.
13572 * string/memfrob.c (memfrob): Likewise.
13573 * string/strcoll.c (STRCOLL): Likewise.
13574 * string/strlen.c (strlen): Likewise.
13575 * string/strtok.c (STRTOK): Likewise.
13576 * string/strcat.c: Remove unused #include of memcopy.h.
13577 (strcat): Use ANSI prototype.
13578 * string/strchr.c: Remove unused #include of memcopy.h.
13579 (strchr): Use ANSI prototype.
13580 * string/strcmp.c: Remove unused #include of memcopy.h.
13581 (strcmp): Use ANSI prototype.
13582 * string/strcpy.c: Remove unused #include of memcopy.h.
13583 (strcpy): Use ANSI prototype.
13584
13585 2014-04-06 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
13586
13587 * Makeconfig (CPPFLAGS): Add config-extra-cppflags to list.
13588 * config.make.in (config-extra-cppflags): Set it from
13589 libc_extra_cppflags.
13590 * configure.ac (libc_extra_cflags): Make it accumulate over
13591 configure fragments.
13592 (libc_extra_cppflags): New flag.
13593 * configure. Regenerate.
13594 * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
13595 (libc_cv_ppc64_def_call_elf): Define it to yes if compiler does
13596 not set _CALL_ELF and add -D_CALL_ELF=1 to libc_extra_cppflags.
13597 * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Regenerate.
13598
13599 [BZ #16815]
13600 * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (__nearbyint): Fix
13601 result for FE_DOWNWARD rounding mode.
13602 * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S (__nearbyintf):
13603 Likewise.
13604 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
13605
13606 2014-04-04 Chris Metcalf <cmetcalf@tilera.com>
13607
13608 * sysdeps/tile/dl-runtime.c (_dl_unmap): Fix cut-and-paste bug
13609 in function argument name.
13610
13611 2014-04-03 David Svoboda <svoboda@cert.org>
13612
13613 [BZ #5666]
13614 * manual/stdio.texi (Line-Oriented Input): Document buffer allocation
13615 explicitly.
13616
13617 2014-04-03 Roland McGrath <roland@hack.frob.com>
13618
13619 * elf/dl-unmap-segments.h: New file.
13620 * sysdeps/generic/ldsodefs.h
13621 (DL_UNMAP): Use _dl_unmap_segments in place of __munmap.
13622 * elf/dl-close.c: Include <dl-unmap-segments.h>.
13623 * elf/dl-fptr.c: Likewise.
13624 (_dl_unmap): Use _dl_unmap_segments in place of __munmap.
13625 * sysdeps/aarch64/tlsdesc.c: Likewise.
13626 * sysdeps/arm/tlsdesc.c: Likewise.
13627 * sysdeps/i386/tlsdesc.c: Likewise.
13628 * sysdeps/tile/dl-runtime.c: Likewise.
13629 * sysdeps/x86_64/tlsdesc.c: Likewise.
13630 * elf/dl-load.h: New file.
13631 * elf/dl-load.c: Include it.
13632 (MAP_FILE, MAP_COPY, MAP_BASE_ADDR):
13633 Macros moved to dl-load.h.
13634 (ELF_PREFERRED_ADDRESS_DATA, ELF_PREFERRED_ADDRESS): Likewise.
13635 (_dl_map_object_from_fd): Type 'struct loadcmd' moved to dl-load.h.
13636 Use _dl_unmap_segments in place of __munmap.
13637 Break out segment-mapping loop into ...
13638 * elf/dl-map-segments.h (_dl_map_segments): ... here, in new file.
13639
13640 2014-04-03 Will Newton <will.newton@linaro.org>
13641
13642 * elf/dl-lookup.c (do_lookup_x): Remove comment
13643 referring to nested function and move variable
13644 declarations down to before first use.
13645
13646 2014-04-02 Joseph Myers <joseph@codesourcery.com>
13647
13648 [BZ #16799]
13649 [BZ #16800]
13650 * math/s_catan.c (__catan): Avoid passing -0 denominator to atan2
13651 with 0 numerator.
13652 * math/s_catanf.c (__catanf): Likewise.
13653 * math/s_catanh.c (__catanh): Likewise.
13654 * math/s_catanhf.c (__catanhf): Likewise.
13655 * math/s_catanhl.c (__catanhl): Likewise.
13656 * math/s_catanl.c (__catanl): Likewise.
13657 * sysdeps/ieee754/flt-32/e_logf.c (__ieee754_logf): Always divide
13658 by positive zero when computing -Inf result.
13659 * math/libm-test.inc (catan_test): Use ALL_RM_TEST.
13660 (catanh_test): Likewise.
13661 * sysdeps/i386/fpu/libm-test-ulps: Update.
13662 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13663
13664 [BZ #16789]
13665 * math/s_clog.c (__clog): Use math_force_eval to ensure underflow
13666 instead of using underflowing value in computing result.
13667 * math/s_clog10.c (__clog10): Likewise.
13668 * math/s_clog10f.c (__clog10f): Likewise.
13669 * math/s_clog10l.c (__clog10l): Likewise.
13670 * math/s_clogf.c (__clogf): Likewise.
13671 * math/s_clogl.c (__clogl): Likewise.
13672 * math/libm-test.inc (clog_test): Use ALL_RM_TEST.
13673 (clog10_test): Likewise.
13674 * sysdeps/i386/fpu/libm-test-ulps: Update.
13675 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13676
13677 2014-04-02 Alan Modra <amodra@gmail.com>
13678
13679 [BZ #16739]
13680 * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Correct
13681 output when value is near a power of two. Use int64_t for lx and
13682 remove casts. Use decimal rather than hex exponent constants.
13683 Don't use long double multiplication when double will suffice.
13684 * math/libm-test.inc (nextafter_test_data): Add tests.
13685 * NEWS: Add 16739 and 16786 to bug list.
13686
13687 * sysdeps/powerpc/powerpc64/power7/memrchr.S: Correct stream hint.
13688
13689 * sysdeps/powerpc/powerpc64/start.S: Add @toc to toc symbol reference.
13690
13691 2014-04-01 Will Newton <will.newton@linaro.org>
13692
13693 * benchtests/Makefile (CFLAGS-bench-ffs.c): Add
13694 -fno-builtin. (CFLAGS-bench-ffsll.c): Likewise.
13695
13696 2014-04-01 Florian Weimer <fweimer@redhat.com>
13697
13698 [BZ #13347]
13699 * nptl/nptl-init.c (sighandler_setxid): Check system call result.
13700 * nptl/tst-setuid2.c: New file.
13701 * nptl/Makefile (xtests): Add tst-setuid2.
13702
13703 2014-04-01 Alan Modra <amodra@gmail.com>
13704
13705 [BZ #16786]
13706 * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Don't trash stack.
13707
13708 2014-03-31 Joseph Myers <joseph@codesourcery.com>
13709
13710 [BZ #6803]
13711 [BZ #6804]
13712 * math/w_scalb.c (__scalb): For non-SVID mode, check result and
13713 set errno as appropriate.
13714 * math/w_scalbf.c (__scalbf): Likewise.
13715 * math/w_scalbl.c (__scalbl): Likewise.
13716 * math/gen-libm-test.pl (parse_args): Handle ERRNO_PLUS_OFLOW,
13717 ERRNO_MINUS_OFLOW, ERRNO_PLUS_UFLOW and ERRNO_MINUS_UFLOW.
13718 * math/libm-test.inc (scalb_test_data): Add errno expectations.
13719 Add more NaN tests.
13720
13721 [BZ #16349]
13722 * math/w_atan2.c: Include <errno.h>.
13723 (__atan2): Set errno for result underflowing to zero.
13724 * math/w_atan2f.c: Include <errno.h>.
13725 (__atan2f): Set errno for result underflowing to zero.
13726 * math/w_atan2l.c: Include <errno.h>.
13727 (__atan2l): Set errno for result underflowing to zero.
13728 * math/auto-libm-test-in: Don't allow missing errno for some atan2
13729 tests.
13730 * math/auto-libm-test-out: Regenerated.
13731
13732 2014-03-31 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
13733
13734 * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
13735 Encode instruction correctly in little endian.
13736 * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
13737 Likewise.
13738 * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
13739 Likewise.
13740 * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
13741 Likewise.
13742 * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
13743 Likewise.
13744
13745 2014-03-31 Joseph Myers <joseph@codesourcery.com>
13746
13747 [BZ #9894]
13748 * sysdeps/unix/sysv/linux/kernel-features.h
13749 [__sparc__ && !__arch64__ && !__sparc_v9__]
13750 (__ASSUME_SET_ROBUST_LIST): Do not define.
13751 [__sparc__ && !__arch64__ && !__sparc_v9__]
13752 (__ASSUME_FUTEX_LOCK_PI): Likewise.
13753 [__sparc__ && !__arch64__ && !__sparc_v9__] (__ASSUME_REQUEUE_PI):
13754 Likewise.
13755 * sysdeps/unix/sysv/linux/arm/kernel-features.h
13756 (__ASSUME_FUTEX_LOCK_PI): Undefine.
13757 (__ASSUME_REQUEUE_PI): Likewise.
13758 (__ASSUME_SET_ROBUST_LIST): Likewise.
13759 * sysdeps/unix/sysv/linux/m68k/kernel-features.h
13760 [__LINUX_KERNEL_VERSION < 0x030a00] (__ASSUME_FUTEX_LOCK_PI):
13761 Undefine.
13762 * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
13763 [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_FUTEX_LOCK_PI):
13764 Likewise.
13765 [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_REQUEUE_PI):
13766 Likewise.
13767 [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_SET_ROBUST_LIST):
13768 Likewise.
13769 * sysdeps/unix/sysv/linux/mips/kernel-features.h
13770 [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_FUTEX_LOCK_PI):
13771 Undefine.
13772 [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_REQUEUE_PI): Likewise.
13773 [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_SET_ROBUST_LIST):
13774 Likewise.
13775
13776 [BZ #16648]
13777 * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
13778 [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_FUTIMESAT): Define.
13779 * sysdeps/unix/sysv/linux/microblaze/futimesat.c: New file.
13780
13781 2014-03-31 Will Newton <will.newton@linaro.org>
13782
13783 * benchtests/Makefile (bench): Add ffs and ffsll to list
13784 of tests.
13785 * benchtests/ffs-inputs: New file.
13786 * benchtests/ffsll-inputs: Likewise.
13787
13788 2014-03-29 Joseph Myers <joseph@codesourcery.com>
13789
13790 [BZ #16770]
13791 * math/e_scalb.c (__ieee754_scalb): Check second argument is not
13792 too large before casting to int.
13793 * math/e_scalbf.c (__ieee754_scalbf): Likewise.
13794 * math/e_scalbl.c (__ieee754_scalbl): Likewise.
13795 * math/libm-test.inc (scalb_test_data): Add more tests.
13796
13797 2014-03-29 Siddhesh Poyarekar <siddhesh@redhat.com>
13798
13799 * benchtests/Makefile (DETAILED_OPT): New make option.
13800 (bench-func): Run benchmark program with -d if DETAILED_OPT is
13801 set.
13802 * benchtests/bench-skeleton.c: Include stdbool.h.
13803 (main): Store and print timings per input.
13804 * benchtests/scripts/bench.py (STRUCT_TEMPLATE): Add timing
13805 member to each argument value.
13806 (EPILOGUE): Define new macros RESULT and RESULT_ACCUM.
13807 (_print_arg_data): Initialize per-input timing to 0.
13808
13809 * benchtests/Makefile (timing-type): New binary.
13810 (bench-clean): Also remove bench-timing-type.
13811 (bench): New target for timing-type.
13812 (bench-func): Print output in JSON format.
13813 * benchtests/bench-skeleton.c (main): Print output in JSON
13814 format.
13815 * benchtests/bench-timing-type.c: New file.
13816 * benchtests/bench-timing.h (TIMING_TYPE): New macro.
13817 (TIMING_PRINT_STATS): Remove.
13818 * benchtests/scripts/bench.py (_print_arg_data): Store variant
13819 name separately.
13820
13821 * benchtests/bench-modf.c: Remove.
13822 * benchtests/modf-inputs: New inputs file.
13823
13824 2014-03-28 Joseph Myers <joseph@codesourcery.com>
13825
13826 [BZ #16362]
13827 * math/s_clog10.c (M_PI_LOG10E): New macro.
13828 (__clog10): Use M_PI_LOG10E instead of M_PI when real and
13829 imaginary parts are 0.
13830 * math/s_clog10f.c (M_PI_LOG10Ef): New macro.
13831 (__clog10f): Use M_PI_LOG10Ef instead of M_PI when real and
13832 imaginary parts are 0.
13833 * math/s_clog10l.c (M_PI_LOG10El): New macro.
13834 (__clog10l): Use M_PI_LOG10El instead of M_PIl when real and
13835 imaginary parts are 0.
13836 * math/libm-test.inc (clog10_test_data): Update expected results
13837 for when real and imaginary parts are 0.
13838
13839 2014-03-27 Paul Pluzhnikov <ppluzhnikov@google.com>
13840
13841 * elf/dl-load.c: Finish conversion of __builtin_expect into
13842 __glibc_{un}likely.
13843
13844 2014-03-27 Joseph Myers <joseph@codesourcery.com>
13845
13846 [BZ #16348]
13847 * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]: Use
13848 1+x for argument with exponent below -67.
13849 * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]:
13850 Likewise.
13851 * math/auto-libm-test-in: Add more tests of exp.
13852 * math/auto-libm-test-out: Regenerated.
13853
13854 2014-03-27 Siddhesh Poyarekar <siddhesh@redhat.com>
13855
13856 [BZ #16759]
13857 * inet/getnetgrent_r.c (get_nonempty_val): New function.
13858 (nscd_getnetgrent): Use it.
13859
13860 [BZ #16760]
13861 * nscd/netgroupcache.c (addgetnetgrentX): Use memmove instead
13862 of stpcpy.
13863
13864 2014-03-27 Andi Kleen <ak@linux.intel.com>
13865
13866 * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h (lll_lock)
13867 (lll_robust_lock, lll_cond_lock, lll_timedlock)
13868 (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
13869 (lll_robust_unlock): Remove out of line section. Use cfi
13870 intrinsics.
13871 (LLL_STUB_UNWIND_INFO*): Remove.
13872 * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h (lll_lock)
13873 (lll_robust_lock, lll_cond_lock, lll_timedlock)
13874 (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
13875 (lll_robust_unlock): Remove out of line section. Use cfi
13876 intrinsics.
13877 (LLL_STUB_UNWIND_INFO*): Remove.
13878
13879 2014-03-27 Siddhesh Poyarekar <siddhesh@redhat.com>
13880
13881 [BZ #16758]
13882 * nscd/netgroupcache.c (addinnetgrX): Succeed if triplet has
13883 blank values.
13884
13885 2014-03-26 Paul Pluzhnikov <ppluzhnikov@google.com>
13886
13887 * elf/dl-load.c: Convert __builtin_expect into __glibc_{un}likely.
13888
13889 2014-03-26 Joseph Myers <joseph@codesourcery.com>
13890
13891 [BZ #16198]
13892 * sysdeps/x86_64/fpu/fegetenv.c (fegetenv): Use fldenv after
13893 fnstenv.
13894 * math/test-fenv-preserve.c: New file.
13895 * math/Makefile (tests): Add test-fenv-preserve.
13896
13897 2014-03-26 Will Newton <will.newton@linaro.org>
13898
13899 * benchtests/bench-strtod.c (TIMEOUT): Define to 10.
13900
13901 2014-03-25 Roland McGrath <roland@hack.frob.com>
13902
13903 * scripts/versionlist.awk: Partition the version sets and emit all
13904 GLIBC_* (sorted) before all others (sorted).
13905
13906 2014-03-25 Joseph Myers <joseph@codesourcery.com>
13907
13908 * elf/Versions (libc) [EXPORT_UNWIND_FIND_FDE]: Add empty
13909 GLIBC_2.2.5 version.
13910
13911 2014-03-25 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
13912
13913 * scripts/localplt.awk: Check for PLT generated by internal IFUNC
13914 calls.
13915
13916 * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Revert
13917 previous change.
13918
13919 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
13920
13921 2014-03-25 Andreas Schwab <schwab@suse.de>
13922
13923 * sysdeps/unix/sysv/linux/check_pf.c (make_request): Add out_fail2
13924 label to be used after in6ailist is initialized.
13925
13926 2014-03-25 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
13927
13928 * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
13929 (__PTHREAD_MUTEX_HAVE_ELISION): New define.
13930
13931 2014-03-25 Joseph Myers <joseph@codesourcery.com>
13932
13933 [BZ #16357]
13934 [BZ #16599]
13935 * math/gen-auto-libm-tests.c (fp_format_desc): Add field
13936 min_plus_half.
13937 (fp_formats): Update initializers.
13938 (init_fp_formats): Initialize new field.
13939 (output_for_one_input_case): Allow underflow for results up to
13940 min_plus_half.
13941 * math/libm-test.inc (log1p_test): Use ALL_RM_TEST.
13942 * math/auto-libm-test-in: Don't mark some underflows from asin and
13943 atanh as spurious.
13944 * math/auto-libm-test-out: Regenerated.
13945 * sysdeps/i386/fpu/libm-test-ulps: Update.
13946 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13947
13948 2014-03-25 Andreas Schwab <schwab@suse.de>
13949
13950 * libio/Makefile (tst-ftell-partial-wide-ENV)
13951 (tst-ftell-active-handler-ENV): Define.
13952
13953 2014-03-25 Stefan Liebler <stli@linux.vnet.ibm.com>
13954
13955 * NEWS: Add 16712, 16713, 16714 to fixed bug list.
13956
13957 2014-03-24 Paul Pluzhnikov <ppluzhnikov@google.com>
13958
13959 * elf/tst-dlopen-aout.c: Adjust comments. Use test-skeleton.c
13960
13961 2014-03-24 Joseph Myers <joseph@codesourcery.com>
13962
13963 * sysdeps/ieee754/dbl-64/e_exp.c: Include <math.h>.
13964 * sysdeps/x86_64/fpu/multiarch/e_exp.c
13965 [HAVE_FMA4_SUPPORT || HAVE_AVX_SUPPORT]: Likewise.
13966
13967 2014-03-24 Paul Pluzhnikov <ppluzhnikov@google.com>
13968
13969 [BZ #16634]
13970 * elf/dl-load.c (open_verify): Add mode parameter.
13971 Error early when ET_EXEC and mode does not have __RTLD_OPENEXEC.
13972 (open_path): Change from boolean 'secure' to complete flag 'mode'
13973 (_dl_map_object): Adjust.
13974 * elf/Makefile (tests): Add tst-dlopen-aout.
13975 * elf/tst-dlopen-aout.c: New test.
13976
13977 2014-03-24 Stefan Liebler <stli@linux.vnet.ibm.com>
13978
13979 [BZ #16714]
13980 * sysdeps/unix/sysv/linux/s390/bits/stat.h
13981 (struct stat): Rename member pad0 to __glibc_reserved0.
13982
13983 [BZ #16712]
13984 * sysdeps/s390/s390-32/bits/wordsize.h
13985 (__WORDSIZE32_SIZE_ULONG): New define.
13986 * sysdeps/s390/s390-64/bits/wordsize.h
13987 (__WORDSIZE32_SIZE_ULONG): Likewise.
13988 * sysdeps/generic/stdint.h (SIZE_MAX):
13989 Define as UL if __WORDSIZE32_SIZE_ULONG.
13990
13991 [BZ #16713]
13992 * sysdeps/unix/sysv/linux/s390/bits/sigaction.h
13993 (__glibc_reserved0): New variable.
13994 (sa_flags): Change type to int.
13995
13996 * posix/Makefile (before-compile): Use += before-compile instead
13997 of a :=.
13998
13999 * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
14000 (__PTHREAD_MUTEX_HAVE_ELISION): New define.
14001
14002 2014-03-20 Andreas Schwab <schwab@suse.de>
14003
14004 [BZ #16743]
14005 * sysdeps/posix/getaddrinfo.c (gaih_inet): Properly skip over
14006 non-matching result from nscd.
14007
14008 2014-03-24 Siddhesh Poyarekar <siddhesh@redhat.com>
14009
14010 * scripts/bench.py: Moved to ...
14011 * benchtests/scripts/bench.py: ... here.
14012 * benchtests/Makefile ($(objpfx)bench-%.c): Adjust.
14013
14014 2014-03-24 Andreas Schwab <schwab@suse.de>
14015
14016 [BZ #16002]
14017 * sysdeps/unix/sysv/linux/check_pf.c (make_request): Use
14018 alloca_account and account alloca use for struct in6ailist.
14019
14020 2014-03-24 Joseph Myers <joseph@codesourcery.com>
14021
14022 [BZ #16284]
14023 * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use original
14024 rounding mode to recompute results that overflow to infinity or
14025 underflow to zero.
14026 * math/auto-libm-test-in: Don't mark tests as expected to fail for
14027 bug 16284.
14028 * math/auto-libm-test-out: Regenerated.
14029 * math/libm-test.inc (ccos_test): Use ALL_RM_TEST.
14030 (ccosh_test): Likewise.
14031 (csin_test_data): Use plus_oflow.
14032 (csin_test): Use ALL_RM_TEST.
14033 (csinh_test_data): Use plus_oflow.
14034 (csinh_test): Use ALL_RM_TEST.
14035 * sysdeps/i386/fpu/libm-test-ulps: Update.
14036 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14037
14038 2014-03-21 Joseph Myers <joseph@codesourcery.com>
14039
14040 * sysdeps/mips/bits/wordsize.h: Include <sgidefs.h>.
14041 * sysdeps/unix/sysv/linux/mips/getrlimit64.c: Likewise.
14042 * sysdeps/unix/sysv/linux/mips/setrlimit64.c: Likewise.
14043
14044 [BZ #16731]
14045 * sysdeps/i386/fpu/e_log.S (__ieee754_log): Take absolute value
14046 when x - 1 is zero.
14047 * sysdeps/i386/fpu/e_logf.S (__ieee754_logf): Likewise.
14048 * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Likewise.
14049 * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
14050 * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Return +0 when
14051 argument is 1.
14052 * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Likewise.
14053 * sysdeps/x86_64/fpu/e_logl.S: Take absolute value when x - 1 is
14054 zero.
14055 * math/libm-test.inc (log_test): Use ALL_RM_TEST.
14056 * sysdeps/i386/fpu/libm-test-ulps: Update.
14057 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14058
14059 2014-03-21 Siddhesh Poyarekar <siddhesh@redhat.com>
14060
14061 * scripts/bench.pl: Remove file.
14062 * scripts/bench.py: New benchmark script.
14063 * benchtests/Makefile ($(objpfx)bench-%.c): Use it.
14064 * benchtests/README: Mention python dependency.
14065 * scripts/pylintrc: New file.
14066 * scripts/pylint: New file.
14067
14068 * bits/mathdef.h: Use #ifdef instead of #if.
14069 * sysdeps/arm/bits/mathdef.h [defined __USE_ISOC99 && defined
14070 _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
14071 * sysdeps/tile/bits/mathdef.h [defined __USE_ISOC99 && defined
14072 _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
14073 * sysdeps/x86/bits/mathdef.h [defined __USE_ISOC99 && defined
14074 _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
14075
14076 2014-03-20 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
14077 Vidya Ranganathan <vidya@linux.vnet.ibm.com>
14078
14079 * string/strpbrk.c (strpbrk): Using macro to redefine symbol name.
14080 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpbrk-power7
14081 and strpbrk-ppc64 objects.
14082 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14083 (__libc_ifunc_impl_list): Add new strpbrk optimized symbols.
14084 * sysdeps/powerpc/powerpc64/multiarch/strpbrk-power7.S: New file:
14085 multiarch strpbrk for POWER7.
14086 * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: New file:
14087 multiarch strpbrk for PPC64.
14088 * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: New file: strpbrk
14089 ifunc selector.
14090 * sysdeps/powerpc/powerpc64/power7/strpbrk.S: New file: optimited
14091 strpbrk for POWER7.
14092
14093 2014-03-20 Joseph Myers <joseph@codesourcery.com>
14094
14095 * math/libm-test.inc (asinh_test): Use ALL_RM_TEST.
14096 (atan_test): Likewise.
14097 (atanh_test_data): Use NO_TEST_INLINE for two tests.
14098 (atanh_test): Use ALL_RM_TEST.
14099 (atan2_test_data): Likewise.
14100 (cabs_test): Likewise.
14101 (cacosh_test): Likewise.
14102 (carg_test): Likewise.
14103 (casin_test): Likewise.
14104 (casinh_test): Likewise.
14105 (cbrt_test): Likewise.
14106 (csqrt_test): Likewise.
14107 (erf_test): Likewise.
14108 (erfc_test): Likewise.
14109 (pow10_test): Likewise.
14110 (exp2_test): Likewise.
14111 (hypot_test): Likewise.
14112 (j0_test): Likewise.
14113 (j1_test): Likewise.
14114 (lgamma_test): Likewise.
14115 (gamma_test): Likewise.
14116 (sincos_test): Likewise.
14117 (tanh_test): Likewise.
14118 (y0_test): Likewise.
14119 (y1_test): Likewise.
14120 * sysdeps/i386/fpu/libm-test-ulps: Update.
14121 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14122
14123 2014-03-20 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
14124
14125 * string/strcspn.c (strcspn): Using macro to redefine symbol name.
14126 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcspn-power7
14127 and strcspn-ppc64 objects.
14128 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14129 (__libc_ifunc_impl_list): Add new strcspn optimized symbols.
14130 * sysdeps/powerpc/powerpc64/multiarch/strcspn-power7.S: New file:
14131 multiarch strcspn for POWER7.
14132 * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: New file:
14133 multiarch strcspn for PPC64.
14134 * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: New file: strcspn
14135 ifunc selector.
14136 * sysdeps/powerpc/powerpc64/power7/strcspn.S: New file: optimited
14137 strcspn for POWER7.
14138
14139 2014-03-20 Joseph Myers <joseph@codesourcery.com>
14140
14141 * math/gen-libm-test.pl (generate_testfile): Expect only function
14142 name as argument to AUTO_TESTS_* and pass results for all rounding
14143 modes to parse_args.
14144 (parse_auto_input): Separate inputs of automatic tests from
14145 outputs before storing in %auto_tests.
14146 * math/libm-test.inc (acos_test_data): Update call to
14147 AUTO_TESTS_f_f.
14148 (acos_test): Use ALL_RM_TEST.
14149 (acos_tonearest_test_data): Remove.
14150 (acos_test_tonearest): Likewise.
14151 (acos_towardzero_test_data): Likewise.
14152 (acos_test_towardzero): Likewise.
14153 (acos_downward_test_data): Likewise.
14154 (acos_test_downward): Likewise.
14155 (acos_upward_test_data): Likewise.
14156 (acos_test_upward): Likewise.
14157 (acosh_test_data): Update call to AUTO_TESTS_f_f.
14158 (asin_test_data): Likewise.
14159 (asin_test): Use ALL_RM_TEST.
14160 (asin_tonearest_test_data): Remove.
14161 (asin_test_tonearest): Likewise.
14162 (asin_towardzero_test_data): Likewise.
14163 (asin_test_towardzero): Likewise.
14164 (asin_downward_test_data): Likewise.
14165 (asin_test_downward): Likewise.
14166 (asin_upward_test_data): Likewise.
14167 (asin_test_upward): Likewise.
14168 (asinh_test_data): Update call to AUTO_TESTS_f_f.
14169 (atan_test_data): Likewise.
14170 (atanh_test_data): Likewise.
14171 (atan2_test_data): Update call to AUTO_TESTS_ff_f.
14172 (cabs_test_data): Update call to AUTO_TESTS_c_f.
14173 (carg_test_data): Likewise.
14174 (cbrt_test_data): Update call to AUTO_TESTS_f_f.
14175 (ccos_test_data): Update call to AUTO_TESTS_c_c.
14176 (ccosh_test_data): Likewise.
14177 (cexp_test_data): Likewise.
14178 (clog_test_data): Likewise.
14179 (clog10_test_data): Likewise.
14180 (cos_test_data): Update call to AUTO_TESTS_f_f.
14181 (cos_test): Use ALL_RM_TEST.
14182 (cos_tonearest_test_data): Remove.
14183 (cos_test_tonearest): Likewise.
14184 (cos_towardzero_test_data): Likewise.
14185 (cos_test_towardzero): Likewise.
14186 (cos_downward_test_data): Likewise.
14187 (cos_test_downward): Likewise.
14188 (cos_upward_test_data): Likewise.
14189 (cos_test_upward): Likewise.
14190 (cosh_test_data): Update call to AUTO_TESTS_f_f.
14191 (cosh_test): Use ALL_RM_TEST.
14192 (cosh_tonearest_test_data): Remove.
14193 (cosh_test_tonearest): Likewise.
14194 (cosh_towardzero_test_data): Likewise.
14195 (cosh_test_towardzero): Likewise.
14196 (cosh_downward_test_data): Likewise.
14197 (cosh_test_downward): Likewise.
14198 (cosh_upward_test_data): Likewise.
14199 (cosh_test_upward): Likewise.
14200 (cpow_test_data): Update call to AUTO_TESTS_cc_c.
14201 (csqrt_test_data): Update call to AUTO_TESTS_c_c.
14202 (ctan_test_data): Likewise.
14203 (ctan_test): Use ALL_RM_TEST.
14204 (ctan_tonearest_test_data): Remove.
14205 (ctan_test_tonearest): Likewise.
14206 (ctan_towardzero_test_data): Likewise.
14207 (ctan_test_towardzero): Likewise.
14208 (ctan_downward_test_data): Likewise.
14209 (ctan_test_downward): Likewise.
14210 (ctan_upward_test_data): Likewise.
14211 (ctan_test_upward): Likewise.
14212 (ctanh_test_data): Update call to AUTO_TESTS_c_c.
14213 (ctanh_test): Use ALL_RM_TEST.
14214 (ctanh_tonearest_test_data): Remove.
14215 (ctanh_test_tonearest): Likewise.
14216 (ctanh_towardzero_test_data): Likewise.
14217 (ctanh_test_towardzero): Likewise.
14218 (ctanh_downward_test_data): Likewise.
14219 (ctanh_test_downward): Likewise.
14220 (ctanh_upward_test_data): Likewise.
14221 (ctanh_test_upward): Likewise.
14222 (erf_test_data): Update call to AUTO_TESTS_f_f.
14223 (erfc_test_data): Likewise.
14224 (exp_test_data): Likewise.
14225 (exp_test): Use ALL_RM_TEST.
14226 (exp_tonearest_test_data): Remove.
14227 (exp_test_tonearest): Likewise.
14228 (exp_towardzero_test_data): Likewise.
14229 (exp_test_towardzero): Likewise.
14230 (exp_downward_test_data): Likewise.
14231 (exp_test_downward): Likewise.
14232 (exp_upward_test_data): Likewise.
14233 (exp_test_upward): Likewise.
14234 (exp10_test_data): Update call to AUTO_TESTS_f_f.
14235 (exp10_test): Use ALL_RM_TEST.
14236 (exp10_tonearest_test_data): Remove.
14237 (exp10_test_tonearest): Likewise.
14238 (exp10_towardzero_test_data): Likewise.
14239 (exp10_test_towardzero): Likewise.
14240 (exp10_downward_test_data): Likewise.
14241 (exp10_test_downward): Likewise.
14242 (exp10_upward_test_data): Likewise.
14243 (exp10_test_upward): Likewise.
14244 (exp2_test_data): Update call to AUTO_TESTS_f_f.
14245 (expm1_test_data): Likewise.
14246 (expm1_test): Use ALL_RM_TEST.
14247 (expm1_tonearest_test_data): Remove.
14248 (expm1_test_tonearest): Likewise.
14249 (expm1_towardzero_test_data): Likewise.
14250 (expm1_test_towardzero): Likewise.
14251 (expm1_downward_test_data): Likewise.
14252 (expm1_test_downward): Likewise.
14253 (expm1_upward_test_data): Likewise.
14254 (expm1_test_upward): Likewise.
14255 (fma_test_data): Update call to AUTO_TESTS_fff_f.
14256 (fma_test): Use ALL_RM_TEST.
14257 (fma_towardzero_test_data): Remove.
14258 (fma_test_towardzero): Likewise.
14259 (fma_downward_test_data): Likewise.
14260 (fma_test_downward): Likewise.
14261 (fma_upward_test_data): Likewise.
14262 (fma_test_upward): Likewise.
14263 (hypot_test_data): Update call to AUTO_TESTS_ff_f.
14264 (j0_test_data): Update call to AUTO_TESTS_f_f.
14265 (j1_test_data): Likewise.
14266 (jn_test_data): Update call to AUTO_TESTS_if_f.
14267 (lgamma_test_data): Update call to AUTO_TESTS_f_f1.
14268 (log_test_data): Update call to AUTO_TESTS_f_f.
14269 (log10_test_data): Likewise.
14270 (log1p_test_data): Likewise.
14271 (log2_test_data): Likewise.
14272 (pow_test_data): Update call to AUTO_TESTS_ff_f.
14273 (pow_tonearest_test_data): Likewise.
14274 (sin_test_data): Update call to AUTO_TESTS_f_f.
14275 (sin_test): Use ALL_RM_TEST.
14276 (sin_tonearest_test_data): Remove.
14277 (sin_test_tonearest): Likewise.
14278 (sin_towardzero_test_data): Likewise.
14279 (sin_test_towardzero): Likewise.
14280 (sin_downward_test_data): Likewise.
14281 (sin_test_downward): Likewise.
14282 (sin_upward_test_data): Likewise.
14283 (sin_test_upward): Likewise.
14284 (sincos_test_data): Update call to AUTO_TESTS_fFF_11.
14285 (sinh_test_data): Update call to AUTO_TESTS_f_f.
14286 (sinh_test): Use ALL_RM_TEST.
14287 (sinh_tonearest_test_data): Remove.
14288 (sinh_test_tonearest): Likewise.
14289 (sinh_towardzero_test_data): Likewise.
14290 (sinh_test_towardzero): Likewise.
14291 (sinh_downward_test_data): Likewise.
14292 (sinh_test_downward): Likewise.
14293 (sinh_upward_test_data): Likewise.
14294 (sinh_test_upward): Likewise.
14295 (sqrt_test_data): Update call to AUTO_TESTS_f_f.
14296 (sqrt_test): Use ALL_RM_TEST.
14297 (sqrt_tonearest_test_data): Remove.
14298 (sqrt_test_tonearest): Likewise.
14299 (sqrt_towardzero_test_data): Likewise.
14300 (sqrt_test_towardzero): Likewise.
14301 (sqrt_downward_test_data): Likewise.
14302 (sqrt_test_downward): Likewise.
14303 (sqrt_upward_test_data): Likewise.
14304 (sqrt_test_upward): Likewise.
14305 (tan_test_data): Update call to AUTO_TESTS_f_f.
14306 (tan_test): Use ALL_RM_TEST.
14307 (tan_tonearest_test_data): Remove.
14308 (tan_test_tonearest): Likewise.
14309 (tan_towardzero_test_data): Likewise.
14310 (tan_test_towardzero): Likewise.
14311 (tan_downward_test_data): Likewise.
14312 (tan_test_downward): Likewise.
14313 (tan_upward_test_data): Likewise.
14314 (tan_test_upward): Likewise.
14315 (tanh_test_data): Update call to AUTO_TESTS_f_f.
14316 (tgamma_test_data): Likewise.
14317 (y0_test_data): Likewise.
14318 (y1_test_data): Likewise.
14319 (yn_test_data): Update call to AUTO_TESTS_if_f.
14320 (main): Do not call removed functions.
14321
14322 2014-03-19 Joseph Myers <joseph@codesourcery.com>
14323
14324 * math/libm-test.inc (fdim_test): Use ALL_RM_TEST.
14325 (ldexp_test_data): Remove.
14326 (ldexp_test): Move to after scalbn_test. Use ALL_RM_TEST with
14327 scalbn_test_data.
14328 (scalb_test): Use ALL_RM_TEST.
14329
14330 2014-03-19 Andreas Schwab <schwab@suse.de>
14331
14332 * nscd/nscd.service: Also invalidate netgroup cache on reload.
14333
14334 2014-03-19 Joseph Myers <joseph@codesourcery.com>
14335
14336 [BZ #16649]
14337 * sysdeps/unix/sysv/linux/alpha/kernel-features.h
14338 [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PREADV): Undefine.
14339 [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PWRITEV): Likewise.
14340 * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
14341 (__ASSUME_PREADV): Undefine.
14342 (__ASSUME_PWRITEV): Likewise.
14343
14344 2014-03-18 Roland McGrath <roland@hack.frob.com>
14345
14346 * bits/mman-linux.h: Add comment about non-Linux use.
14347 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add comment about
14348 bits/mman-linux.h resting place.
14349
14350 * sysdeps/unix/sysv/linux/bits/mman-linux.h: Moved to ...
14351 * bits/mman-linux.h: ... here.
14352
14353 2014-03-18 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
14354
14355 * conform/conformtest.pl: Add standard definition when calling C
14356 preprocessor on data files.
14357 (checknamespace): Remove unused variable.
14358
14359 2014-03-18 Joseph Myers <joseph@codesourcery.com>
14360
14361 * math/gen-libm-test.pl (parse_args): Handle plus_oflow,
14362 minus_oflow, plus_uflow and minus_uflow in expected results.
14363 * math/libm-test.inc (scalbn_test_data): Add more tests of
14364 negative arguments. Use plus_oflow, minus_oflow, plus_uflow and
14365 minus_uflow.
14366 (scalbn_test): Use ALL_RM_TEST.
14367 (scalbln_test_data): Add more tests of negative arguments. Use
14368 plus_oflow, minus_oflow, plus_uflow and minus_uflow.
14369 (scalbln_test): Use ALL_RM_TEST.
14370
14371 2014-03-18 Roland McGrath <roland@hack.frob.com>
14372
14373 * scripts/abilist.awk: Ignore symbols marked with .hidden.
14374
14375 2014-03-18 Will Newton <will.newton@linaro.org>
14376
14377 * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Remove
14378 inaccurate comment.
14379
14380 2014-03-18 Joseph Myers <joseph@codesourcery.com>
14381
14382 * Makerules [!subdir] (check-abi): Exit with error status if a
14383 test failed.
14384
14385 2014-03-17 Joseph Myers <joseph@codesourcery.com>
14386
14387 * math/libm-test.inc (nearbyint_test_data): Include all tests used
14388 for rint. Include results for all rounding modes.
14389 (nearbyint_test): Use ALL_RM_TEST.
14390 (rint_test_data): Include all tests used for nearbyint.
14391
14392 2014-03-17 Will Newton <will.newton@linaro.org>
14393
14394 * nptl/sysdeps/pthread/pthread.h: Revert previous
14395 change.
14396
14397 * sysdeps/generic/ldsodefs.h: Revert previous
14398 change.
14399
14400 * libio/genops.c: Revert previous change.
14401 * libio/libioP.h: Likewise.
14402 * stdio-common/vfprintf.c: Likewise.
14403
14404 * sysdeps/generic/math_private.h: Revert previous
14405 change.
14406
14407 * sysdeps/generic/math_private.h: Check whether
14408 HAVE_RM_CTX is defined with #ifdef rather
14409 than #if.
14410
14411 * argp/argp-fmtstream.h: Check whether
14412 __STRICT_ANSI__ is defined with #ifdef rather
14413 than #if.
14414 * argp/argp.h: Likewise.
14415
14416 * libio/genops.c: Check whether
14417 _IO_JUMPS_OFFSET is defined with #ifdef rather
14418 than #if.
14419 * libio/libioP.h: Likewise.
14420 * stdio-common/vfprintf.c: Likewise.
14421
14422 * sysdeps/generic/ldsodefs.h: Check whether
14423 HP_SMALL_TIMING_AVAIL is defined with #ifdef rather
14424 than #if.
14425
14426 * nptl/sysdeps/pthread/pthread.h: Check
14427 __PTHREAD_MUTEX_HAVE_ELISION is defined before testing
14428 its value.
14429
14430 2014-03-17 Siddhesh Poyarekar <siddhesh@redhat.com>
14431
14432 * libio/iofdopen.c (_IO_new_fdopen): Seek to end only if
14433 setting O_APPEND.
14434 * libio/tst-ftell-active-handler.c (do_append_test): Add a
14435 test case.
14436
14437 [BZ #16680]
14438 * libio/fileops.c (_IO_file_open): Seek to end of file but
14439 don't cache the offset.
14440 (get_file_offset): Remove function.
14441 (do_ftell): Use cached offset when available.
14442 * libio/iofdopen.c (_IO_new_fdopen): Seek to end of file but
14443 don't cache the offset.
14444 * libio/tst-ftell-active-handler.c (do_rewind_test): New test
14445 case.
14446 (do_one_test): Call it.
14447 (do_ftell_test): Fix up expected old offset for a+ mode.
14448 * libio/wfileops.c (do_ftell_wide): Used cached offset when
14449 available.
14450
14451 * libio/tst-ftell-active-handler.c (do_ftell_test): Don't mix
14452 up test status with function return status.
14453 (do_write_test): Likewise.
14454 (do_append_test): Likewise.
14455
14456 * nptl/sysdeps/pthread/bits/libc-lockP.h [defined NOT_IN_libc
14457 && !defined IS_IN_libpthread && __LT_SPINNOCK_INIT != 0]:
14458 Remove.
14459
14460 2014-03-17 Joseph Myers <joseph@codesourcery.com>
14461
14462 * math/gen-libm-test.pl (parse_args): Handle results specified for
14463 each rounding mode separately.
14464 * math/libm-test.inc (lrint_test_data): Merge in per-rounding-mode
14465 tests and results from lrint_tonearest_test_data,
14466 lrint_towardzero_test_data, lrint_downward_test_data and
14467 lrint_upward_test_data.
14468 (lrint_test): Use ALL_RM_TEST.
14469 (lrint_tonearest_test_data): Remove.
14470 (lrint_test_tonearest): Likewise.
14471 (lrint_towardzero_test_data): Likewise.
14472 (lrint_test_towardzero): Likewise.
14473 (lrint_downward_test_data): Likewise.
14474 (lrint_test_downward): Likewise.
14475 (lrint_upward_test_data): Likewise.
14476 (lrint_test_upward): Likewise.
14477 (llrint_test_data): Merge in per-rounding-mode tests and results
14478 from llrint_tonearest_test_data, llrint_towardzero_test_data,
14479 llrint_downward_test_data and llrint_upward_test_data.
14480 (llrint_test): Use ALL_RM_TEST.
14481 (llrint_tonearest_test_data): Remove.
14482 (llrint_test_tonearest): Likewise.
14483 (llrint_towardzero_test_data): Likewise.
14484 (llrint_test_towardzero): Likewise.
14485 (llrint_downward_test_data): Likewise.
14486 (llrint_test_downward): Likewise.
14487 (llrint_upward_test_data): Likewise.
14488 (llrint_test_upward): Likewise.
14489 (rint_test_data): Merge in per-rounding-mode tests and results
14490 from rint_tonearest_test_data, rint_towardzero_test_data,
14491 rint_downward_test_data and rint_upward_test_data. Add
14492 per-rounding-mode results for tests not in those arrays.
14493 (rint_test): Use ALL_RM_TEST.
14494 (rint_tonearest_test_data): Remove.
14495 (rint_test_tonearest): Likewise.
14496 (rint_towardzero_test_data): Likewise.
14497 (rint_test_towardzero): Likewise.
14498 (rint_downward_test_data): Likewise.
14499 (rint_test_downward): Likewise.
14500 (rint_upward_test_data): Likewise.
14501 (rint_test_upward): Likewise.
14502 (main): Don't call removed functions.
14503
14504 2014-03-14 Roland McGrath <roland@hack.frob.com>
14505
14506 * csu/Makefile ($(objpfx)version-info.h): Remove linux-specific
14507 "Compiled on ..." crapola. It is anti-useful.
14508
14509 2014-03-14 Joseph Myers <joseph@codesourcery.com>
14510
14511 * scripts/evaluate-test.sh: Handle fourth argument to determine
14512 whether test run should stop on failure.
14513 * Makeconfig (stop-on-test-failure): New variable.
14514 (evaluate-test): Pass fourth argument to evaluate-test.sh based on
14515 $(stop-on-test-failure).
14516 * Makefile (tests): Give a summary of results from testing and
14517 exit with failure status if they include an ERROR or FAIL.
14518 (xtests): Likewise.
14519 * manual/install.texi (Configuring and compiling): Mention
14520 stop-on-test-failure=y.
14521 * INSTALL: Regenerated.
14522
14523 2014-03-14 Roland McGrath <roland@hack.frob.com>
14524
14525 * scripts/versionlist.awk: New file.
14526 * Makerules [$(build-shared) = yes]
14527 (postclean-generated): Add Versions.def, not Versions.def.v and
14528 Versions.def.v.i.
14529 ($(common-objpfx)Versions.def.v.i): Target removed.
14530 ($(common-objpfx)Versions.def): New target.
14531 ($(common-objpfx)Versions.all): Depend on that rather that
14532 $(common-objpfx)Versions.def.v.
14533 * Versions.def: File removed.
14534
14535 * Makeconfig (+gccwarn): Add -Wundef.
14536 * include/errno.h [IS_IN_rtld] [!RTLD_PRIVATE_ERRNO]: #error to catch
14537 a dl-sysdep.h breaking its contract.
14538 [!IS_IN_rtld] (RTLD_PRIVATE_ERRNO): Define it to 0.
14539 * include/stackinfo.h: New file.
14540 * nptl/sysdeps/i386/tls.h (TLS_DTV_AT_TP): New macro.
14541 * nptl/sysdeps/powerpc/tls.h (TLS_TCB_AT_TP): New macro.
14542 * nptl/sysdeps/s390/tls.h (TLS_DTV_AT_TP): New macro.
14543 * nptl/sysdeps/sh/tls.h (TLS_TCB_AT_TP): New macro.
14544 * nptl/sysdeps/sparc/tls.h (TLS_DTV_AT_TP): New macro.
14545 * nptl/sysdeps/x86_64/tls.h (TLS_DTV_AT_TP): New macro.
14546 * sysdeps/aarch64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
14547 * sysdeps/alpha/nptl/tls.h (TLS_TCB_AT_TP): New macro.
14548 * sysdeps/arm/nptl/tls.h (TLS_TCB_AT_TP): New macro.
14549 * sysdeps/ia64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
14550 * sysdeps/m68k/nptl/tls.h (TLS_TCB_AT_TP): New macro.
14551 * sysdeps/mach/hurd/i386/tls.h (TLS_DTV_AT_TP): New macro.
14552 * sysdeps/microblaze/nptl/tls.h (TLS_TCB_AT_TP): New macro.
14553 * sysdeps/mips/nptl/tls.h (TLS_TCB_AT_TP): New macro.
14554 * sysdeps/tile/nptl/tls.h (TLS_TCB_AT_TP): New macro.
14555
14556 2014-03-14 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
14557
14558 [BZ #16707]
14559 * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Remove wrong
14560 implementation.
14561 * math/libm-test.inc (round_test_data): Add more tests.
14562
14563 [BZ #16706]
14564 * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Remove wrong
14565 implementation.
14566 * math/libm-test.inc (nearbyint_test_data): Add more tests.
14567
14568 [BZ #16701]
14569 * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Remove wrong
14570 implementation.
14571 * math/libm-test.inc (ceil_test_data): Add more tests.
14572
14573 * math/libm-test.inc (trunc_test_data): Add more tests related to
14574 BZ#16414.
14575
14576 2014-03-14 Roland McGrath <roland@hack.frob.com>
14577
14578 * nptl/pthread_create.c (__pthread_create_2_1): Test TLS_TCB_AT_TP
14579 with #if rather than #ifdef.
14580 * nptl/sysdeps/pthread/createthread.c (create_thread): Likewise.
14581
14582 2014-03-14 H.J. Lu <hongjiu.lu@intel.com>
14583
14584 * sysdeps/x86_64/configure.ac: Check AVX-512 assembler support
14585 first. Disable AVX-512 GCC support if assembler doesn't support
14586 it.
14587 * sysdeps/x86_64/configure: Regenerated.
14588
14589 2014-03-13 Carlos O'Donell <carlos@redhat.com>
14590
14591 * nptl/pthread_attr_setstack.c (__pthread_attr_setstack)
14592 [!_STACK_GROWS_DOWN]: Don't add stacksize to stackaddr.
14593 (__old_pthread_attr_setstack): Likewise.
14594 * nptl/pthread_attr_getstack.c (__pthread_attr_getstack)
14595 [!_STACK_GROWS_DOWN]: Likewise.
14596
14597 2014-03-13 Mike Frysinger <vapier@gentoo.org>
14598
14599 * config.make.in (have-bash2): Delete.
14600 * configure.ac (libc_cv_have_bash2): Delete.
14601 * configure: Regenerate.
14602 * elf/Makefile (common-ldd-rewrite): Rename to ...
14603 (ldd-rewrite): ... this. Move bash-ldd-rewrite content to end.
14604 (sh-ldd-rewrite): Delete.
14605 (bash-ldd-rewrite): Delete.
14606 (have-bash2): Delete checks.
14607 [ldd-rewrite-script]: Change $(ldd-shell)-ldd-rewrite to
14608 ldd-rewrite.
14609
14610 * config.make.in (have-ksh): Delete.
14611 (KSH): Delete.
14612 * configure.ac (libc_cv_have_ksh): Delete.
14613 * configure: Regenerate.
14614
14615 * elf/Makefile: Delete $(have-ksh) check.
14616 ($(objpfx)sotruss): Change KSH to BASH.
14617 * elf/sotruss.ksh: Rename to ...
14618 * elf/sotruss.sh: ... this. Change @KSH@ to @BASH@. Change
14619 function style to match POSIX. Drop ksh vim mode setting.
14620
14621 * manual/time.texi (Specifying the Time Zone with TZ): Change
14622 Tuesday to Thursday.
14623
14624 * debug/tst-longjmp_chk2.c: Update header comment.
14625 (stackoverflow_handler): Add comment. Call assert on pass value.
14626
14627 2014-03-13 Igor Zamyatin <igor.zamyatin@intel.com>
14628
14629 [BZ #16194]
14630 * config.h.in (HAVE_AVX512_SUPPORT): New #undef.
14631 (HAVE_AVX512_ASM_SUPPORT): Likewise.
14632 * sysdeps/x86_64/bits/link.h (La_x86_64_zmm): New.
14633 (La_x86_64_vector): Add zmm.
14634 * sysdeps/x86_64/Makefile (tests): Add tst-audit10.
14635 (modules-names): Add tst-auditmod10a and tst-auditmod10b.
14636 ($(objpfx)tst-audit10): New target.
14637 ($(objpfx)tst-audit10.out): Likewise.
14638 (tst-audit10-ENV): New.
14639 (AVX512-CFLAGS): Likewise.
14640 (CFLAGS-tst-audit10.c): Likewise.
14641 (CFLAGS-tst-auditmod10a.c): Likewise.
14642 (CFLAGS-tst-auditmod10b.c): Likewise.
14643 * sysdeps/x86_64/configure.ac: Set config-cflags-avx512,
14644 HAVE_AVX512_SUPPORT and HAVE_AVX512_ASM_SUPPORT.
14645 * sysdeps/x86_64/configure: Regenerated.
14646 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Add
14647 AVX-512 zmm register support.
14648 (_dl_x86_64_save_sse): Likewise.
14649 (_dl_x86_64_restore_sse): Likewise.
14650 * sysdeps/x86_64/dl-trampoline.h: Updated to support different
14651 size vector registers.
14652 * sysdeps/x86_64/link-defines.sym (YMM_SIZE): New.
14653 (ZMM_SIZE): Likewise.
14654 * sysdeps/x86_64/tst-audit10.c: New file.
14655 * sysdeps/x86_64/tst-auditmod10a.c: Likewise.
14656 * sysdeps/x86_64/tst-auditmod10b.c: Likewise.
14657
14658 2014-03-13 Roland McGrath <roland@hack.frob.com>
14659
14660 * configure.ac (HAVE_EHDR_START): New check.
14661 * configure: Regenerated.
14662 * config.h.in (HAVE_EHDR_START): New #undef.
14663 * elf/rtld.c (dl_main) [HAVE_EHDR_START]: Use __ehdr_start rather than
14664 assuming the lowest-addressed segment maps the start of the file.
14665
14666 2014-03-13 Joseph Myers <joseph@codesourcery.com>
14667
14668 * INSTALL: Regenerated.
14669
14670 2014-03-13 Will Newton <will.newton@linaro.org>
14671
14672 * manual/setjmp.texi (System V contexts): Improve
14673 clarity and grammar of documentation.
14674
14675 2014-03-12 Paul Pluzhnikov <ppluzhnikov@google.com>
14676
14677 [BZ #16381]
14678 * elf/Makefile (tests): Add tst-pie2.
14679 (tests-pie): Add tst-pie2.
14680 * elf/tst-pie2.c: New file.
14681 * elf/dl-load.c (_dl_map_object_from_fd): Assert correct l_type
14682 for ET_EXEC.
14683 * elf/rtld.c (map_doit): Load executable as lt_executable.
14684 (dl_main): Likewise.
14685
14686 2014-03-12 Joseph Myers <joseph@codesourcery.com>
14687
14688 [BZ #16642]
14689 * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
14690 (__ASSUME_PSELECT): Undefine.
14691
14692 2014-03-12 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
14693
14694 [BZ #16689]
14695 * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S
14696 (__bzero_ppc): Call memset@local instead of __memset_ppc@local for
14697 static build.
14698 * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Build IFUNC
14699 selector for static builds.
14700
14701 2014-03-12 Siddhesh Poyarekar <siddhesh@redhat.com>
14702
14703 [BZ #16695]
14704 * nscd/netgroupcache.c (addgetnetgrentX): Factor in space for
14705 key in the buffer.
14706
14707 2014-03-12 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
14708
14709 * sysdeps/powerpc/powerpc64/multiarch/strspn.c (strspn): Build
14710 IFUNC selector for static builds.
14711
14712 2014-03-11 Joseph Myers <joseph@codesourcery.com>
14713
14714 * sysdeps/mips/math_private.h [__mips_hard_float]
14715 (libc_feresetround_ctx): Define to libc_feupdateenv_mips_ctx not
14716 libc_feresetround_mips_ctx.
14717 [__mips_hard_float] (libc_feresetroundf_ctx): Likewise.
14718 [__mips_hard_float] (libc_feresetroundl_ctx): Likewise.
14719 [__mips_hard_float] (libc_feresetround_mips_ctx): Remove.
14720
14721 [BZ #16677]
14722 * math/s_nextafter.c (__nextafter): Do not return value from
14723 overflowing computation.
14724 * sysdeps/i386/fpu/s_nextafterl.c (__nextafterl): Likewise.
14725 * sysdeps/ieee754/flt-32/s_nextafterf.c (__nextafterf): Likewise.
14726 * sysdeps/ieee754/ldbl-128/s_nextafterl.c (__nextafterl):
14727 Likewise.
14728 * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl):
14729 Likewise.
14730 * sysdeps/m68k/m680x0/fpu/s_nextafterl.c (__nextafterl): Likewise.
14731 * math/libm-test.inc (nextafter_test): Use ALL_RM_TEST.
14732
14733 2014-03-11 Roland McGrath <roland@hack.frob.com>
14734
14735 * sysdeps/arm/setjmp.S: Use sfi_breg on stores of mangled registers.
14736 * sysdeps/arm/__longjmp.S: Use sfi_breg on loads of mangled registers.
14737 Move sfi_sp use from the load-multiple (that no longer sets sp) to
14738 the new mov targetting sp.
14739
14740 2014-03-11 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
14741
14742 [BZ #16683]
14743 * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S (__bzero_ppc):
14744 Define it for static builds as well.
14745 (NO_BZERO_IMPL): Likewise.
14746
14747 2014-03-11 Vidya Ranganathan <vidya@linux.vnet.ibm.com>
14748
14749 * sysdeps/powerpc/powerpc64/power7/strspn.S: New file: Optimization.
14750 * sysdeps/powerpc/powerpc64/multiarch/strspn.c: New file:
14751 multiarch strspn for PPC64.
14752 * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: New file
14753 * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: New file
14754 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
14755 (__libc_ifunc_impl_list): Likewise.
14756 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strspn
14757 multiarch optimizations
14758 * string/strspn.c (strspn): Using macro to redefine symbol name.
14759
14760 2014-03-10 Vidya Ranganathan <vidya@linux.vnet.ibm.com>
14761 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
14762
14763 * sysdeps/powerpc/powerpc64/power7/strncat.S: New file: Optimization.
14764 * sysdeps/powerpc/powerpc64/multiarch/strncat.c: New file:
14765 multiarch strncat for PPC64.
14766 * sysdeps/powerpc/powerpc64/multiarch/strncat-ppc64.c: New file
14767 * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.S: New file
14768 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
14769 (__libc_ifunc_impl_list): Likewise.
14770 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncat
14771 multiarch optimizations
14772
14773 2014-03-10 Siddhesh Poyarekar <siddhesh@redhat.com>
14774
14775 [BZ #16639]
14776 * nscd/nscd.service: Make service type forking.
14777
14778 2014-03-03 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
14779
14780 * sysdeps/powerpc/power5+/fpu/s_modf.c (__modf): Fix to return correct
14781 sign in non default rounding modes.
14782 * sysdeps/powerpc/power5+/fpu/s_modff.c (__modff): Likewise.
14783
14784 2014-03-08 Joseph Myers <joseph@codesourcery.com>
14785
14786 * math/libm-test.inc (ALL_RM_TEST): New macro.
14787 (ceil_test): Use ALL_RM_TEST.
14788 (cimag_test): Likewise.
14789 (conj_test): Likewise.
14790 (copysign_test): Likewise.
14791 (cproj_test): Likewise.
14792 (creal_test): Likewise.
14793 (fabs_test): Likewise.
14794 (floor_test): Likewise.
14795 (fmax_test): Likewise.
14796 (fmin_test): Likewise.
14797 (fmod_test): Likewise.
14798 (fpclassify_test): Likewise.
14799 (frexp_test): Likewise.
14800 (ilogb_test): Likewise.
14801 (isfinite_test): Likewise.
14802 (finite_test): Likewise.
14803 (isgreater_test): Likewise.
14804 (isgreaterequal_test): Likewise.
14805 (isinf_test): Likewise.
14806 (isless_test): Likewise.
14807 (islessequal_test): Likewise.
14808 (islessgreater_test): Likewise.
14809 (isnan_test): Likewise.
14810 (isnormal_test): Likewise.
14811 (issignaling_test): Likewise.
14812 (isunordered_test): Likewise.
14813 (logb_test): Likewise.
14814 (logb_downward_test_data): Remove.
14815 (logb_test_downward): Likewise.
14816 (lround_test): Use ALL_RM_TEST.
14817 (llround_test): Likewise.
14818 (modf_test): Likewise.
14819 (nexttoward_test): Likewise.
14820 (remainder_test): Likewise.
14821 (drem_test): Likewise.
14822 (remainder_tonearest_test_data): Likewise.
14823 (remainder_test_tonearest): Likewise.
14824 (drem_test_tonearest): Likewise.
14825 (remainder_towardzero_test_data): Likewise.
14826 (remainder_test_towardzero): Likewise.
14827 (drem_test_towardzero): Likewise.
14828 (remainder_downward_test_data): Likewise.
14829 (remainder_test_downward): Likewise.
14830 (drem_test_downward): Likewise.
14831 (remainder_upward_test_data): Likewise.
14832 (remainder_test_upward): Likewise.
14833 (drem_test_upward): Likewise.
14834 (remquo_test): Use ALL_RM_TEST. Remove comment about x.
14835 (round_test): Use ALL_RM_TEST.
14836 (signbit_test): Likewise.
14837 (trunc_test): Likewise.
14838 (significand_test): Likewise.
14839 (main): Don't call removed functions.
14840
14841 2014-03-07 Joseph Myers <joseph@codesourcery.com>
14842
14843 [BZ #16674]
14844 * bits/siginfo.h (ILL_ILLOPC): Condition on [__USE_XOPEN_EXTENDED
14845 || __USE_XOPEN2K8].
14846 (ILL_ILLOPN): Likewise.
14847 (ILL_ILLADR): Likewise.
14848 (ILL_ILLTRP): Likewise.
14849 (ILL_PRVOPC): Likewise.
14850 (ILL_PRVREG): Likewise.
14851 (ILL_COPROC): Likewise.
14852 (ILL_BADSTK): Likewise.
14853 (FPE_INTDIV): Likewise.
14854 (FPE_INTOVF): Likewise.
14855 (FPE_FLTDIV): Likewise.
14856 (FPE_FLTOVF): Likewise.
14857 (FPE_FLTUND): Likewise.
14858 (FPE_FLTRES): Likewise.
14859 (FPE_FLTINV): Likewise.
14860 (FPE_FLTSUB): Likewise.
14861 (SEGV_MAPERR): Likewise.
14862 (SEGV_ACCERR): Likewise.
14863 (BUS_ADRALN): Likewise.
14864 (BUS_ADRERR): Likewise.
14865 (BUS_OBJERR): Likewise.
14866 (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
14867 (TRAP_TRACE): Likewise.
14868 (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
14869 __USE_XOPEN2K8].
14870 (CLD_KILLED): Likewise.
14871 (CLD_DUMPED): Likewise.
14872 (CLD_TRAPPED): Likewise.
14873 (CLD_STOPPED): Likewise.
14874 (CLD_CONTINUED): Likewise.
14875 (POLL_IN): Likewise.
14876 (POLL_OUT): Likewise.
14877 (POLL_MSG): Likewise.
14878 (POLL_ERR): Likewise.
14879 (POLL_PRI): Likewise.
14880 (POLL_HUP): Likewise.
14881 * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h (ILL_ILLOPC):
14882 Likewise.
14883 (ILL_ILLOPN): Likewise.
14884 (ILL_ILLADR): Likewise.
14885 (ILL_ILLTRP): Likewise.
14886 (ILL_PRVOPC): Likewise.
14887 (ILL_PRVREG): Likewise.
14888 (ILL_COPROC): Likewise.
14889 (ILL_BADSTK): Likewise.
14890 (FPE_INTDIV): Likewise.
14891 (FPE_INTOVF): Likewise.
14892 (FPE_FLTDIV): Likewise.
14893 (FPE_FLTOVF): Likewise.
14894 (FPE_FLTUND): Likewise.
14895 (FPE_FLTRES): Likewise.
14896 (FPE_FLTINV): Likewise.
14897 (FPE_FLTSUB): Likewise.
14898 (SEGV_MAPERR): Likewise.
14899 (SEGV_ACCERR): Likewise.
14900 (BUS_ADRALN): Likewise.
14901 (BUS_ADRERR): Likewise.
14902 (BUS_OBJERR): Likewise.
14903 (BUS_MCEERR_AR): Likewise.
14904 (BUS_MCEERR_AO): Likewise.
14905 (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
14906 (TRAP_TRACE): Likewise.
14907 (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
14908 __USE_XOPEN2K8].
14909 (CLD_KILLED): Likewise.
14910 (CLD_DUMPED): Likewise.
14911 (CLD_TRAPPED): Likewise.
14912 (CLD_STOPPED): Likewise.
14913 (CLD_CONTINUED): Likewise.
14914 (POLL_IN): Likewise.
14915 (POLL_OUT): Likewise.
14916 (POLL_MSG): Likewise.
14917 (POLL_ERR): Likewise.
14918 (POLL_PRI): Likewise.
14919 (POLL_HUP): Likewise.
14920 * sysdeps/unix/sysv/linux/bits/siginfo.h (ILL_ILLOPC): Likewise.
14921 (ILL_ILLOPN): Likewise.
14922 (ILL_ILLADR): Likewise.
14923 (ILL_ILLTRP): Likewise.
14924 (ILL_PRVOPC): Likewise.
14925 (ILL_PRVREG): Likewise.
14926 (ILL_COPROC): Likewise.
14927 (ILL_BADSTK): Likewise.
14928 (FPE_INTDIV): Likewise.
14929 (FPE_INTOVF): Likewise.
14930 (FPE_FLTDIV): Likewise.
14931 (FPE_FLTOVF): Likewise.
14932 (FPE_FLTUND): Likewise.
14933 (FPE_FLTRES): Likewise.
14934 (FPE_FLTINV): Likewise.
14935 (FPE_FLTSUB): Likewise.
14936 (SEGV_MAPERR): Likewise.
14937 (SEGV_ACCERR): Likewise.
14938 (BUS_ADRALN): Likewise.
14939 (BUS_ADRERR): Likewise.
14940 (BUS_OBJERR): Likewise.
14941 (BUS_MCEERR_AR): Likewise.
14942 (BUS_MCEERR_AO): Likewise.
14943 (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
14944 (TRAP_TRACE): Likewise.
14945 (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
14946 __USE_XOPEN2K8].
14947 (CLD_KILLED): Likewise.
14948 (CLD_DUMPED): Likewise.
14949 (CLD_TRAPPED): Likewise.
14950 (CLD_STOPPED): Likewise.
14951 (CLD_CONTINUED): Likewise.
14952 (POLL_IN): Likewise.
14953 (POLL_OUT): Likewise.
14954 (POLL_MSG): Likewise.
14955 (POLL_ERR): Likewise.
14956 (POLL_PRI): Likewise.
14957 (POLL_HUP): Likewise.
14958 * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h (ILL_ILLOPC):
14959 Likewise.
14960 (ILL_ILLOPN): Likewise.
14961 (ILL_ILLADR): Likewise.
14962 (ILL_ILLTRP): Likewise.
14963 (ILL_PRVOPC): Likewise.
14964 (ILL_PRVREG): Likewise.
14965 (ILL_COPROC): Likewise.
14966 (ILL_BADSTK): Likewise.
14967 (ILL_BADIADDR): Likewise.
14968 (ILL_BREAK): Likewise.
14969 (FPE_INTDIV): Likewise.
14970 (FPE_INTOVF): Likewise.
14971 (FPE_FLTDIV): Likewise.
14972 (FPE_FLTOVF): Likewise.
14973 (FPE_FLTUND): Likewise.
14974 (FPE_FLTRES): Likewise.
14975 (FPE_FLTINV): Likewise.
14976 (FPE_FLTSUB): Likewise.
14977 (FPE_DECOVF): Likewise.
14978 (FPE_DECDIV): Likewise.
14979 (FPE_DECERR): Likewise.
14980 (FPE_INVASC): Likewise.
14981 (FPE_INVDEC): Likewise.
14982 (SEGV_MAPERR): Likewise.
14983 (SEGV_ACCERR): Likewise.
14984 (SEGV_PSTKOVF): Likewise.
14985 (BUS_ADRALN): Likewise.
14986 (BUS_ADRERR): Likewise.
14987 (BUS_OBJERR): Likewise.
14988 (BUS_MCEERR_AR): Likewise.
14989 (BUS_MCEERR_AO): Likewise.
14990 (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
14991 (TRAP_TRACE): Likewise.
14992 (TRAP_BRANCH): Likewise.
14993 (TRAP_HWBKPT): Likewise.
14994 (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
14995 __USE_XOPEN2K8].
14996 (CLD_KILLED): Likewise.
14997 (CLD_DUMPED): Likewise.
14998 (CLD_TRAPPED): Likewise.
14999 (CLD_STOPPED): Likewise.
15000 (CLD_CONTINUED): Likewise.
15001 (POLL_IN): Likewise.
15002 (POLL_OUT): Likewise.
15003 (POLL_MSG): Likewise.
15004 (POLL_ERR): Likewise.
15005 (POLL_PRI): Likewise.
15006 (POLL_HUP): Likewise.
15007 * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (ILL_ILLOPC): Likewise.
15008 (ILL_ILLOPN): Likewise.
15009 (ILL_ILLADR): Likewise.
15010 (ILL_ILLTRP): Likewise.
15011 (ILL_PRVOPC): Likewise.
15012 (ILL_PRVREG): Likewise.
15013 (ILL_COPROC): Likewise.
15014 (ILL_BADSTK): Likewise.
15015 (FPE_INTDIV): Likewise.
15016 (FPE_INTOVF): Likewise.
15017 (FPE_FLTDIV): Likewise.
15018 (FPE_FLTOVF): Likewise.
15019 (FPE_FLTUND): Likewise.
15020 (FPE_FLTRES): Likewise.
15021 (FPE_FLTINV): Likewise.
15022 (FPE_FLTSUB): Likewise.
15023 (SEGV_MAPERR): Likewise.
15024 (SEGV_ACCERR): Likewise.
15025 (BUS_ADRALN): Likewise.
15026 (BUS_ADRERR): Likewise.
15027 (BUS_OBJERR): Likewise.
15028 (BUS_MCEERR_AR): Likewise.
15029 (BUS_MCEERR_AO): Likewise.
15030 (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
15031 (TRAP_TRACE): Likewise.
15032 (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
15033 __USE_XOPEN2K8].
15034 (CLD_KILLED): Likewise.
15035 (CLD_DUMPED): Likewise.
15036 (CLD_TRAPPED): Likewise.
15037 (CLD_STOPPED): Likewise.
15038 (CLD_CONTINUED): Likewise.
15039 (POLL_IN): Likewise.
15040 (POLL_OUT): Likewise.
15041 (POLL_MSG): Likewise.
15042 (POLL_ERR): Likewise.
15043 (POLL_PRI): Likewise.
15044 (POLL_HUP): Likewise.
15045 * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (ILL_ILLOPC): Likewise.
15046 (ILL_ILLOPN): Likewise.
15047 (ILL_ILLADR): Likewise.
15048 (ILL_ILLTRP): Likewise.
15049 (ILL_PRVOPC): Likewise.
15050 (ILL_PRVREG): Likewise.
15051 (ILL_COPROC): Likewise.
15052 (ILL_BADSTK): Likewise.
15053 (FPE_INTDIV): Likewise.
15054 (FPE_INTOVF): Likewise.
15055 (FPE_FLTDIV): Likewise.
15056 (FPE_FLTOVF): Likewise.
15057 (FPE_FLTUND): Likewise.
15058 (FPE_FLTRES): Likewise.
15059 (FPE_FLTINV): Likewise.
15060 (FPE_FLTSUB): Likewise.
15061 (SEGV_MAPERR): Likewise.
15062 (SEGV_ACCERR): Likewise.
15063 (BUS_ADRALN): Likewise.
15064 (BUS_ADRERR): Likewise.
15065 (BUS_OBJERR): Likewise.
15066 (BUS_MCEERR_AR): Likewise.
15067 (BUS_MCEERR_AO): Likewise.
15068 (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
15069 (TRAP_TRACE): Likewise.
15070 (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
15071 __USE_XOPEN2K8].
15072 (CLD_KILLED): Likewise.
15073 (CLD_DUMPED): Likewise.
15074 (CLD_TRAPPED): Likewise.
15075 (CLD_STOPPED): Likewise.
15076 (CLD_CONTINUED): Likewise.
15077 (POLL_IN): Likewise.
15078 (POLL_OUT): Likewise.
15079 (POLL_MSG): Likewise.
15080 (POLL_ERR): Likewise.
15081 (POLL_PRI): Likewise.
15082 (POLL_HUP): Likewise.
15083 * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (ILL_ILLOPC): Likewise.
15084 (ILL_ILLOPN): Likewise.
15085 (ILL_ILLADR): Likewise.
15086 (ILL_ILLTRP): Likewise.
15087 (ILL_PRVOPC): Likewise.
15088 (ILL_PRVREG): Likewise.
15089 (ILL_COPROC): Likewise.
15090 (ILL_BADSTK): Likewise.
15091 (FPE_INTDIV): Likewise.
15092 (FPE_INTOVF): Likewise.
15093 (FPE_FLTDIV): Likewise.
15094 (FPE_FLTOVF): Likewise.
15095 (FPE_FLTUND): Likewise.
15096 (FPE_FLTRES): Likewise.
15097 (FPE_FLTINV): Likewise.
15098 (FPE_FLTSUB): Likewise.
15099 (SEGV_MAPERR): Likewise.
15100 (SEGV_ACCERR): Likewise.
15101 (BUS_ADRALN): Likewise.
15102 (BUS_ADRERR): Likewise.
15103 (BUS_OBJERR): Likewise.
15104 (BUS_MCEERR_AR): Likewise.
15105 (BUS_MCEERR_AO): Likewise.
15106 (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
15107 (TRAP_TRACE): Likewise.
15108 (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
15109 __USE_XOPEN2K8].
15110 (CLD_KILLED): Likewise.
15111 (CLD_DUMPED): Likewise.
15112 (CLD_TRAPPED): Likewise.
15113 (CLD_STOPPED): Likewise.
15114 (CLD_CONTINUED): Likewise.
15115 (POLL_IN): Likewise.
15116 (POLL_OUT): Likewise.
15117 (POLL_MSG): Likewise.
15118 (POLL_ERR): Likewise.
15119 (POLL_PRI): Likewise.
15120 (POLL_HUP): Likewise.
15121 * sysdeps/unix/sysv/linux/tile/bits/siginfo.h (ILL_ILLOPC): Likewise.
15122 (ILL_ILLOPN): Likewise.
15123 (ILL_ILLADR): Likewise.
15124 (ILL_ILLTRP): Likewise.
15125 (ILL_PRVOPC): Likewise.
15126 (ILL_PRVREG): Likewise.
15127 (ILL_COPROC): Likewise.
15128 (ILL_BADSTK): Likewise.
15129 (ILL_DBLFLT): Likewise.
15130 (ILL_HARDWALL): Likewise.
15131 (FPE_INTDIV): Likewise.
15132 (FPE_INTOVF): Likewise.
15133 (FPE_FLTDIV): Likewise.
15134 (FPE_FLTOVF): Likewise.
15135 (FPE_FLTUND): Likewise.
15136 (FPE_FLTRES): Likewise.
15137 (FPE_FLTINV): Likewise.
15138 (FPE_FLTSUB): Likewise.
15139 (SEGV_MAPERR): Likewise.
15140 (SEGV_ACCERR): Likewise.
15141 (BUS_ADRALN): Likewise.
15142 (BUS_ADRERR): Likewise.
15143 (BUS_OBJERR): Likewise.
15144 (BUS_MCEERR_AR): Likewise.
15145 (BUS_MCEERR_AO): Likewise.
15146 (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
15147 (TRAP_TRACE): Likewise.
15148 (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
15149 __USE_XOPEN2K8].
15150 (CLD_KILLED): Likewise.
15151 (CLD_DUMPED): Likewise.
15152 (CLD_TRAPPED): Likewise.
15153 (CLD_STOPPED): Likewise.
15154 (CLD_CONTINUED): Likewise.
15155 (POLL_IN): Likewise.
15156 (POLL_OUT): Likewise.
15157 (POLL_MSG): Likewise.
15158 (POLL_ERR): Likewise.
15159 (POLL_PRI): Likewise.
15160 (POLL_HUP): Likewise.
15161 * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (ILL_ILLOPC): Likewise.
15162 (ILL_ILLOPN): Likewise.
15163 (ILL_ILLADR): Likewise.
15164 (ILL_ILLTRP): Likewise.
15165 (ILL_PRVOPC): Likewise.
15166 (ILL_PRVREG): Likewise.
15167 (ILL_COPROC): Likewise.
15168 (ILL_BADSTK): Likewise.
15169 (FPE_INTDIV): Likewise.
15170 (FPE_INTOVF): Likewise.
15171 (FPE_FLTDIV): Likewise.
15172 (FPE_FLTOVF): Likewise.
15173 (FPE_FLTUND): Likewise.
15174 (FPE_FLTRES): Likewise.
15175 (FPE_FLTINV): Likewise.
15176 (FPE_FLTSUB): Likewise.
15177 (SEGV_MAPERR): Likewise.
15178 (SEGV_ACCERR): Likewise.
15179 (BUS_ADRALN): Likewise.
15180 (BUS_ADRERR): Likewise.
15181 (BUS_OBJERR): Likewise.
15182 (BUS_MCEERR_AR): Likewise.
15183 (BUS_MCEERR_AO): Likewise.
15184 (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
15185 (TRAP_TRACE): Likewise.
15186 (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
15187 __USE_XOPEN2K8].
15188 (CLD_KILLED): Likewise.
15189 (CLD_DUMPED): Likewise.
15190 (CLD_TRAPPED): Likewise.
15191 (CLD_STOPPED): Likewise.
15192 (CLD_CONTINUED): Likewise.
15193 (POLL_IN): Likewise.
15194 (POLL_OUT): Likewise.
15195 (POLL_MSG): Likewise.
15196 (POLL_ERR): Likewise.
15197 (POLL_PRI): Likewise.
15198 (POLL_HUP): Likewise.
15199 * conform/Makefile (test-xfail-POSIX/signal.h/conform): Remove.
15200 (test-xfail-POSIX/sys/wait.h/conform): Likewise.
15201
15202 [BZ #16670]
15203 * posix/sched.h [!__USE_XOPEN2K] (__need_time_t): Don't define
15204 before #include of <time.h>.
15205 [!__USE_XOPEN2K] (__need_timespec): Likewise.
15206 * conform/Makefile (test-xfail-POSIX/sched.h/conform): Remove.
15207 (test-xfail-UNIX98/sched.h/conform): Likewise.
15208
15209 2014-03-07 Marcus Shawcroft <marcus.shawcroft@arm.com>
15210
15211 * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Detect and
15212 error absence of trapping exception support.
15213 * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
15214
15215 2014-03-07 Joseph Myers <joseph@codesourcery.com>
15216
15217 * catgets/Makefile (tests-special): Add $(objpfx)sample.SJIS.cat.
15218 ($(objpfx)sample.SJIS.cat): Use $(evaluate-test).
15219 * timezone/Makefile (testdata): Move definition above include of
15220 Rules.
15221 (test-zones): New variable.
15222 (tests-special): Add zone files.
15223 (build-testdata): Use $(evaluate-test).
15224
15225 * elf/Makefile (tests-special): Rename tests to end with .out.
15226 ($(objpfx)noload-mem): Likewise.
15227 ($(objpfx)tst-leaks1-mem): Likewise.
15228 ($(objpfx)tst-leaks1-static-mem.out): Likewise.
15229 * iconv/Makefile (xtests-special): Change test-iconvconfig to
15230 $(objpfx)test-iconvconfig.out.
15231 (test-iconvconfig): Change to $(objpfx)test-iconvconfig.out. Use
15232 set -e inside subshell and redirect output to file.
15233 * iconvdata/Makefile (generated): Rename tests to end with .out.
15234 Correct type.
15235 (tests-special): Rename tests to end with .out.
15236 ($(objpfx)mtrace-tst-loading): Likewise.
15237 * intl/Makefile (generated): Likewise.
15238 (tests-special): Likewise.
15239 ($(objpfx)mtrace-tst-gettext): Likewise.
15240 * misc/Makefile (generated): Likewise.
15241 (tests-special): Likewise.
15242 ($(objpfx)tst-error1-mem): Likewise.
15243 * nptl/Makefile (tests-special): Likewise.
15244 ($(objpfx)tst-stack3-mem): Likewise.
15245 (generated): Likewise.
15246 * posix/Makefile (generated): Likewise.
15247 (tests-special): Likewise.
15248 (xtests-special): Likewise.
15249 ($(objpfx)tst-fnmatch-mem): Likewise.
15250 ($(objpfx)bug-regex2-mem): Likewise.
15251 ($(objpfx)bug-regex14-mem): Likewise.
15252 ($(objpfx)bug-regex21-mem): Likewise.
15253 ($(objpfx)bug-regex31-mem): Likewise.
15254 ($(objpfx)tst-vfork3-mem): Likewise.
15255 ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
15256 ($(objpfx)tst-pcre-mem): Likewise.
15257 ($(objpfx)tst-boost-mem): Likewise.
15258 ($(objpfx)bug-ga2-mem): Likewise.
15259 ($(objpfx)bug-glob2-mem): Likewise.
15260 * resolv/Makefile (generate): Likewise.
15261 (tests-special): Likewise.
15262 (xtests-special): Likewise.
15263 (generated): Likewise.
15264 ($(objpfx)mtrace-tst-leaks): Likewise.
15265 ($(objpfx)mtrace-tst-leaks2): Likewise.
15266
15267 * scripts/merge-test-results.sh: New file.
15268 * Makefile (tests-special-notdir): New variable.
15269 (tests): Run merge-test-results.sh.
15270 (xtests): Likewise.
15271 * Rules (tests-special-notdir): New variable.
15272 (xtests-special-notdir): Likewise.
15273 (tests): Run merge-test-results.sh
15274 (xtests): Likewise.
15275
15276 * Makeconfig (test-xfail-name): New variable.
15277 (evaluate-test): Use $(test-xfail-name) instead of $(@F:.out=) to
15278 compute variable name for expected failures.
15279 * conform/Makefile (conformtest-headers-data): New variable.
15280 (conformtest-standards): Likewise.
15281 (conformtest-headers-ISO): Likewise.
15282 (conformtest-headers-ISO99): Likewise.
15283 (conformtest-headers-ISO11): Likewise.
15284 (conformtest-headers-POSIX): Likewise.
15285 (conformtest-headers-XPG3): Likewise.
15286 (conformtest-headers-XPG4): Likewise.
15287 (conformtest-headers-UNIX98): Likewise.
15288 (conformtest-headers-XOPEN2K): Likewise.
15289 (conformtest-headers-POSIX2008): Likewise.
15290 (conformtest-headers-XOPEN2K8): Likewise.
15291 (conformtest-header-list-base): Likewise.
15292 (conformtest-header-list-tests): Likewise.
15293 (conformtest-header-base): Likewise.
15294 (conformtest-header-tests): Likewise.
15295 (tests-special): Add $(conformtest-header-list-tests). If
15296 [$(fast-check) && !$(cross-compiling)], add
15297 $(conformtest-header-tests) instead of
15298 $(objpfx)run-conformtest.out.
15299 (generated): Add $(conformtest-header-list-base). If
15300 [$(fast-check) && !$(cross-compiling)], add
15301 $(conformtest-header-base). Remove previous setting.
15302 ($(conformtest-header-list-tests)): New target.
15303 (test-xfail-run-conformtest): Remove variable.
15304 ($(objpfx)run-conformtest.out): Remove target.
15305 (test-xfail-ISO11/complex.h/conform): New variable.
15306 (test-xfail-ISO11/stdalign.h/conform): Likewise.
15307 (test-xfail-ISO11/stdnoreturn.h/conform): Likewise.
15308 (test-xfail-XPG3/varargs.h/conform): Likewise.
15309 (test-xfail-XPG4/varargs.h/conform): Likewise.
15310 (test-xfail-UNIX98/varargs.h/conform): Likewise.
15311 (test-xfail-XPG4/ndbm.h/conform): Likewise.
15312 (test-xfail-UNIX98/ndbm.h/conform): Likewise.
15313 (test-xfail-XOPEN2K/ndbm.h/conform): Likewise.
15314 (test-xfail-XOPEN2K8/ndbm.h/conform): Likewise.
15315 (test-xfail-XPG3/fcntl.h/conform): Likewise.
15316 (test-xfail-XPG3/ftw.h/conform): Likewise.
15317 (test-xfail-XPG3/grp.h/conform): Likewise.
15318 (test-xfail-XPG3/langinfo.h/conform): Likewise.
15319 (test-xfail-XPG3/limits.h/conform): Likewise.
15320 (test-xfail-XPG3/pwd.h/conform): Likewise.
15321 (test-xfail-XPG3/search.h/conform): Likewise.
15322 (test-xfail-XPG3/signal.h/conform): Likewise.
15323 (test-xfail-XPG3/stdio.h/conform): Likewise.
15324 (test-xfail-XPG3/stdlib.h/conform): Likewise.
15325 (test-xfail-XPG3/string.h/conform): Likewise.
15326 (test-xfail-XPG3/sys/ipc.h/conform): Likewise.
15327 (test-xfail-XPG3/sys/msg.h/conform): Likewise.
15328 (test-xfail-XPG3/sys/sem.h/conform): Likewise.
15329 (test-xfail-XPG3/sys/shm.h/conform): Likewise.
15330 (test-xfail-XPG3/sys/stat.h/conform): Likewise.
15331 (test-xfail-XPG3/sys/types.h/conform): Likewise.
15332 (test-xfail-XPG3/sys/wait.h/conform): Likewise.
15333 (test-xfail-XPG3/termios.h/conform): Likewise.
15334 (test-xfail-XPG3/time.h/conform): Likewise.
15335 (test-xfail-XPG3/unistd.h/conform): Likewise.
15336 (test-xfail-XPG4/arpa/inet.h/conform): Likewise.
15337 (test-xfail-XPG4/fcntl.h/conform): Likewise.
15338 (test-xfail-XPG4/langinfo.h/conform): Likewise.
15339 (test-xfail-XPG4/netdb.h/conform): Likewise.
15340 (test-xfail-XPG4/netinet/in.h/conform): Likewise.
15341 (test-xfail-XPG4/signal.h/conform): Likewise.
15342 (test-xfail-XPG4/stdio.h/conform): Likewise.
15343 (test-xfail-XPG4/stdlib.h/conform): Likewise.
15344 (test-xfail-XPG4/stropts.h/conform): Likewise.
15345 (test-xfail-XPG4/sys/ipc.h/conform): Likewise.
15346 (test-xfail-XPG4/sys/msg.h/conform): Likewise.
15347 (test-xfail-XPG4/sys/sem.h/conform): Likewise.
15348 (test-xfail-XPG4/sys/shm.h/conform): Likewise.
15349 (test-xfail-XPG4/sys/socket.h/conform): Likewise.
15350 (test-xfail-XPG4/sys/stat.h/conform): Likewise.
15351 (test-xfail-XPG4/sys/time.h/conform): Likewise.
15352 (test-xfail-XPG4/sys/types.h/conform): Likewise.
15353 (test-xfail-XPG4/sys/wait.h/conform): Likewise.
15354 (test-xfail-XPG4/termios.h/conform): Likewise.
15355 (test-xfail-XPG4/ucontext.h/conform): Likewise.
15356 (test-xfail-XPG4/unistd.h/conform): Likewise.
15357 (test-xfail-XPG4/utmpx.h/conform): Likewise.
15358 (test-xfail-POSIX/sched.h/conform): Likewise.
15359 (test-xfail-POSIX/signal.h/conform): Likewise.
15360 (test-xfail-POSIX/sys/wait.h/conform): Likewise.
15361 (test-xfail-POSIX/tar.h/conform): Likewise.
15362 (test-xfail-UNIX98/arpa/inet.h/conform): Likewise.
15363 (test-xfail-UNIX98/fcntl.h/conform): Likewise.
15364 (test-xfail-UNIX98/langinfo.h/conform): Likewise.
15365 (test-xfail-UNIX98/netdb.h/conform): Likewise.
15366 (test-xfail-UNIX98/netinet/in.h/conform): Likewise.
15367 (test-xfail-UNIX98/sched.h/conform): Likewise.
15368 (test-xfail-UNIX98/signal.h/conform): Likewise.
15369 (test-xfail-UNIX98/stdio.h/conform): Likewise.
15370 (test-xfail-UNIX98/stdlib.h/conform): Likewise.
15371 (test-xfail-UNIX98/stropts.h/conform): Likewise.
15372 (test-xfail-UNIX98/sys/ipc.h/conform): Likewise.
15373 (test-xfail-UNIX98/sys/msg.h/conform): Likewise.
15374 (test-xfail-UNIX98/sys/sem.h/conform): Likewise.
15375 (test-xfail-UNIX98/sys/shm.h/conform): Likewise.
15376 (test-xfail-UNIX98/sys/socket.h/conform): Likewise.
15377 (test-xfail-UNIX98/sys/time.h/conform): Likewise.
15378 (test-xfail-UNIX98/sys/wait.h/conform): Likewise.
15379 (test-xfail-UNIX98/ucontext.h/conform): Likewise.
15380 (test-xfail-UNIX98/unistd.h/conform): Likewise.
15381 (test-xfail-UNIX98/utmpx.h/conform): Likewise.
15382 (test-xfail-XOPEN2K/aio.h/conform): Likewise.
15383 (test-xfail-XOPEN2K/arpa/inet.h/conform): Likewise.
15384 (test-xfail-XOPEN2K/fcntl.h/conform): Likewise.
15385 (test-xfail-XOPEN2K/langinfo.h/conform): Likewise.
15386 (test-xfail-XOPEN2K/math.h/conform): Likewise.
15387 (test-xfail-XOPEN2K/mqueue.h/conform): Likewise.
15388 (test-xfail-XOPEN2K/netdb.h/conform): Likewise.
15389 (test-xfail-XOPEN2K/netinet/in.h/conform): Likewise.
15390 (test-xfail-XOPEN2K/semaphore.h/conform): Likewise.
15391 (test-xfail-XOPEN2K/signal.h/conform): Likewise.
15392 (test-xfail-XOPEN2K/stdarg.h/conform): Likewise.
15393 (test-xfail-XOPEN2K/stdio.h/conform): Likewise.
15394 (test-xfail-XOPEN2K/stropts.h/conform): Likewise.
15395 (test-xfail-XOPEN2K/sys/ipc.h/conform): Likewise.
15396 (test-xfail-XOPEN2K/sys/msg.h/conform): Likewise.
15397 (test-xfail-XOPEN2K/sys/sem.h/conform): Likewise.
15398 (test-xfail-XOPEN2K/sys/shm.h/conform): Likewise.
15399 (test-xfail-XOPEN2K/sys/socket.h/conform): Likewise.
15400 (test-xfail-XOPEN2K/sys/wait.h/conform): Likewise.
15401 (test-xfail-XOPEN2K/termios.h/conform): Likewise.
15402 (test-xfail-XOPEN2K/tgmath.h/conform): Likewise.
15403 (test-xfail-XOPEN2K/ucontext.h/conform): Likewise.
15404 (test-xfail-XOPEN2K/utmpx.h/conform): Likewise.
15405 (test-xfail-POSIX2008/arpa/inet.h/conform): Likewise.
15406 (test-xfail-POSIX2008/fcntl.h/conform): Likewise.
15407 (test-xfail-POSIX2008/netdb.h/conform): Likewise.
15408 (test-xfail-POSIX2008/netinet/in.h/conform): Likewise.
15409 (test-xfail-POSIX2008/signal.h/conform): Likewise.
15410 (test-xfail-POSIX2008/stropts.h/conform): Likewise.
15411 (test-xfail-POSIX2008/sys/socket.h/conform): Likewise.
15412 (test-xfail-POSIX2008/sys/wait.h/conform): Likewise.
15413 (test-xfail-XOPEN2K8/arpa/inet.h/conform): Likewise.
15414 (test-xfail-XOPEN2K8/fcntl.h/conform): Likewise.
15415 (test-xfail-XOPEN2K8/limits.h/conform): Likewise.
15416 (test-xfail-XOPEN2K8/math.h/conform): Likewise.
15417 (test-xfail-XOPEN2K8/netdb.h/conform): Likewise.
15418 (test-xfail-XOPEN2K8/netinet/in.h/conform): Likewise.
15419 (test-xfail-XOPEN2K8/signal.h/conform): Likewise.
15420 (test-xfail-XOPEN2K8/stdio.h/conform): Likewise.
15421 (test-xfail-XOPEN2K8/stropts.h/conform): Likewise.
15422 (test-xfail-XOPEN2K8/sys/ipc.h/conform): Likewise.
15423 (test-xfail-XOPEN2K8/sys/msg.h/conform): Likewise.
15424 (test-xfail-XOPEN2K8/sys/select.h/conform): Likewise.
15425 (test-xfail-XOPEN2K8/sys/sem.h/conform): Likewise.
15426 (test-xfail-XOPEN2K8/sys/shm.h/conform): Likewise.
15427 (test-xfail-XOPEN2K8/sys/socket.h/conform): Likewise.
15428 (test-xfail-XOPEN2K8/sys/time.h/conform): Likewise.
15429 (test-xfail-XOPEN2K8/sys/wait.h/conform): Likewise.
15430 (test-xfail-XOPEN2K8/termios.h/conform): Likewise.
15431 (test-xfail-XOPEN2K8/tgmath.h/conform): Likewise.
15432 (test-xfail-XOPEN2K8/utmpx.h/conform): Likewise.
15433 (conformtest-cc-flags): Likewise.
15434 ($(conformtest-header-tests): New target.
15435 * conform/check-header-lists.sh: New file.
15436 * conform/run-conformtest.sh: Remove.
15437
15438 * conform/conformtest.pl: Allow ' and \ in values given for
15439 constants.
15440 * conform/data/semaphore.h-data [POSIX] (fcntl.h): Allow header
15441 inclusion.
15442 [POSIX] (sys/types.h): Likewise.
15443 [POSIX2008 || XOPEN2K8] (sys/types.h): Don't allow header
15444 inclusion.
15445 [POSIX || UNIX98 || XOPEN2K] (time.h): Don't allow header
15446 inclusion.
15447 * conform/data/signal.h-data (SIGIO): Remove expectation.
15448 [XPG3] (SIGBUS): Do not expect.
15449 [POSIX || XPG3] (SIGPOLL): Likewise.
15450 [POSIX || XPG3] (SIGPROF): Likewise.
15451 [POSIX || XPG3] (SIGSYS): Likewise.
15452 [XPG3] (SIGTRAP): Likewise.
15453 [POSIX || XPG3] (SIGURG): Likewise.
15454 [POSIX || XPG3] (SIGVTALRM): Likewise.
15455 [POSIX || XPG3] (SIGXCPU): Likewise.
15456 [POSIX || XPG3] (SIGXFSZ): Likewise.
15457 [POSIX] (SA_SIGINFO): Expect.
15458 [XPG3] (siginfo_t): Do not expect type or contents.
15459 [POSIX] (si_pid): Do not expect element.
15460 [POSIX] (si_uid): Likewise.
15461 [POSIX] (si_addr): Likewise.
15462 [POSIX] (si_status): Likewise.
15463 [POSIX] (si_band): Likewise.
15464 [XPG4] (si_value): Likewise.
15465 [POSIX || XPG3] (ILL_ILLOPC): Do not expect.
15466 [POSIX || XPG3] (ILL_ILLOPN): Likewise.
15467 [POSIX || XPG3] (ILL_ILLADR): Likewise.
15468 [POSIX || XPG3] (ILL_ILLTRP): Likewise.
15469 [POSIX || XPG3] (ILL_PRVOPC): Likewise.
15470 [POSIX || XPG3] (ILL_PRVREG): Likewise.
15471 [POSIX || XPG3] (ILL_COPROC): Likewise.
15472 [POSIX || XPG3] (ILL_BADSTK): Likewise.
15473 [POSIX || XPG3] (FPE_INTDIV): Likewise.
15474 [POSIX || XPG3] (FPE_INTOVF): Likewise.
15475 [POSIX || XPG3] (FPE_FLTDIV): Likewise.
15476 [POSIX || XPG3] (FPE_FLTOVF): Likewise.
15477 [POSIX || XPG3] (FPE_FLTUND): Likewise.
15478 [POSIX || XPG3] (FPE_FLTRES): Likewise.
15479 [POSIX || XPG3] (FPE_FLTINV): Likewise.
15480 [POSIX || XPG3] (FPE_FLTSUB): Likewise.
15481 [POSIX || XPG3] (SEGV_MAPERR): Likewise.
15482 [POSIX || XPG3] (SEGV_ACCERR): Likewise.
15483 [POSIX || XPG3] (BUS_ADRALN): Likewise.
15484 [POSIX || XPG3] (BUS_ADRERR): Likewise.
15485 [POSIX || XPG3] (BUS_OBJERR): Likewise.
15486 [POSIX || XPG3] (CLD_EXITED): Likewise.
15487 [POSIX || XPG3] (CLD_KILLED): Likewise.
15488 [POSIX || XPG3] (CLD_DUMPED): Likewise.
15489 [POSIX || XPG3] (CLD_TRAPPED): Likewise.
15490 [POSIX || XPG3] (CLD_STOPPED): Likewise.
15491 [POSIX || XPG3] (CLD_CONTINUED): Likewise.
15492 [POSIX || XPG3] (POLL_IN): Likewise.
15493 [POSIX || XPG3] (POLL_OUT): Likewise.
15494 [POSIX || XPG3] (POLL_MSG): Likewise.
15495 [POSIX || XPG3] (POLL_ERR): Likewise.
15496 [POSIX || XPG3] (POLL_PRI): Likewise.
15497 [POSIX || XPG3] (POLL_HUP): Likewise.
15498 [POSIX || XPG3 || POSIX2008] (TRAP_BRKPT): Likewise.
15499 [POSIX || XPG3 || POSIX2008] (TRAP_TRACE): Likewise.
15500 (SIG*): Do not allow.
15501 [XPG3] (si_*): Likewise.
15502 [XPG3] (SI_*): Likewise.
15503 [XPG3 || XPG4] (sigev_*): Likewise.
15504 [XPG3 || XPG4] (SIGEV_*): Likewise.
15505 [XPG3 || XPG4] (sival_*): Likewise.
15506 [POSIX || XPG3 || XPG4] (uc_*): Likewise.
15507 [POSIX || XPG3] (BUS_*): Likewise.
15508 [POSIX || XPG3] (CLD_*): Likewise.
15509 [POSIX || XPG3] (FPE_*): Likewise.
15510 [POSIX || XPG3] (ILL_*): Likewise.
15511 [POSIX || XPG3] (POLL_*): Likewise.
15512 [POSIX || XPG3] (SEGV_*): Likewise.
15513 [POSIX || XPG3 || POSIX2008] (SS_*): Likewise.
15514 [POSIX || XPG3 || POSIX2008] (SV_*): Likewise.
15515 [POSIX || XPG3 || POSIX2008] (TRAP_*): Likewise.
15516 [POSIX || XPG3 || POSIX2008] (ss_*): Likewise.
15517 [POSIX || XPG3 || POSIX2008] (sv_*): Likewise.
15518 * conform/data/tar.h-data (TMAGLEN): Use macro-int-constant.
15519 Specify type and value.
15520 (TVERSLEN): Likewise.
15521 (REGTYPE): Likewise.
15522 (AREGTYPE): Likewise.
15523 (LNKTYPE): Likewise.
15524 (SYMTYPE): Likewise.
15525 (CHRTYPE): Likewise.
15526 (BLKTYPE): Likewise.
15527 (DIRTYPE): Likewise.
15528 (FIFOTYPE): Likewise.
15529 (CONTTYPE): Likewise.
15530 (TSUID): Likewise.
15531 (TSGID): Likewise.
15532 (TSVTX): Likewise.
15533 (TUREAD): Likewise.
15534 (TUWRITE): Likewise.
15535 (TUEXEC): Likewise.
15536 (TGREAD): Likewise.
15537 (TGWRITE): Likewise.
15538 (TGEXEC): Likewise.
15539 (TOREAD): Likewise.
15540 (TOWRITE): Likewise.
15541 (TOEXEC): Likewise.
15542 [POSIX] (TSVTX): Expect constant.
15543
15544 2014-03-06 Joseph Myers <joseph@codesourcery.com>
15545
15546 * Makefile (tests): Change dependencies to ....
15547 (tests-special): ... additions to this variable.
15548 (tests): Depend on $(tests-special).
15549 * Makerules (check-abi-list): New variable.
15550 (check-abi): Depend on $(check-abi-list).
15551 [$(subdir) = elf] (tests-special): Add
15552 $(objpfx)check-abi-libc.out.
15553 [$(build-shared) = yes && subdir] (tests-special): Add
15554 $(check-abi-list).
15555 [$(build-shared) = yes && subdir] (tests): Do not depend on
15556 check-abi.
15557 * Rules (tests): Depend on $(tests-special).
15558 (xtests): Depend on $(xtests-special).
15559 * catgets/Makefile (tests): Change dependencies to ....
15560 (tests-special): ... additions to this variable.
15561 * conform/Makefile (tests): Change dependencies to ....
15562 (tests-special): ... additions to this variable.
15563 * elf/Makefile (tests): Change dependencies to ....
15564 (tests-special): ... additions to this variable.
15565 * grp/Makefile (tests): Change dependencies to ....
15566 (tests-special): ... additions to this variable.
15567 * iconv/Makefile (xtests): Change dependencies to ....
15568 (xtests-special): ... additions to this variable.
15569 * iconvdata/Makefile (tests): Change dependencies to ....
15570 (tests-special): ... additions to this variable.
15571 * intl/Makefile (tests): Change dependencies to ....
15572 (tests-special): ... additions to this variable. Also add
15573 $(objpfx)tst-gettext.out.
15574 * io/Makefile (tests): Change dependencies to ....
15575 (tests-special): ... additions to this variable.
15576 * libio/Makefile (tests): Change dependencies to ....
15577 (tests-special): ... additions to this variable.
15578 * malloc/Makefile (tests): Change dependencies to ....
15579 (tests-special): ... additions to this variable.
15580 * misc/Makefile (tests): Change dependencies to ....
15581 (tests-special): ... additions to this variable.
15582 * nptl/Makefile (tests): Change dependencies to ....
15583 (tests-special): ... additions to this variable.
15584 * nptl_db/Makefile (tests): Change dependencies to ....
15585 (tests-special): ... additions to this variable.
15586 * posix/Makefile (tests): Change dependencies to ....
15587 (tests-special): ... additions to this variable.
15588 (xtests): Change dependencies to ....
15589 (xtests-special): ... additions to this variable.
15590 * resolv/Makefile (tests): Change dependencies to ....
15591 (tests-special): ... additions to this variable.
15592 (xtests): Change dependencies to ....
15593 (xtests-special): ... additions to this variable.
15594 * stdio-common/Makefile (tests): Change dependencies to ....
15595 (tests-special): ... additions to this variable.
15596 (do-tst-unbputc): Remove target.
15597 (do-tst-printf): Likewise.
15598 * stdlib/Makefile (tests): Change dependencies to ....
15599 (tests-special): ... additions to this variable.
15600 * string/Makefile (tests): Change dependencies to ....
15601 (tests-special): ... additions to this variable.
15602 * sysdeps/x86/Makefile (tests): Change dependencies to ....
15603 (tests-special): ... additions to this variable.
15604
15605 * conform/data/netinet/tcp.h-data [POSIX2008 || XOPEN2K8]: Enable
15606 whole file.
15607 * conform/data/sys/timeb.h-data [POSIX2008 || XOPEN2K8]: Disable
15608 whole file.
15609 * conform/data/sys/uio.h-data [POSIX2008]: Likewise.
15610 * conform/data/ucontext.h-data [POSIX2008 || XOPEN2K8]: Likewise.
15611
15612 * conform/data/aio.h-data [XPG3 || XPG4]: Disable whole file.
15613 * conform/data/arpa/inet.h-data [XPG3]: Likewise.
15614 * conform/data/dlfcn.h-data [XPG3 || XPG4]: Likewise.
15615 * conform/data/fmtmsg.h-data [XPG3]: Likewise.
15616 * conform/data/libgen.h-data [XPG3]: Likewise.
15617 * conform/data/mqueue.h-data [XPG3 || XPG4]: Likewise.
15618 * conform/data/ndbm.h-data [XPG3]: Likewise.
15619 * conform/data/net/if.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
15620 * conform/data/netdb.h-data [XPG3]: Likewise.
15621 * conform/data/netinet/in.h-data [XPG3]: Likewise.
15622 * conform/data/poll.h-data [XPG3]: Likewise.
15623 * conform/data/spawn.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
15624 * conform/data/strings.h-data [XPG3]: Likewise.
15625 * conform/data/stropts.h-data [XPG3]: Likewise.
15626 * conform/data/sys/mman.h-data [XPG3]: Likewise.
15627 * conform/data/sys/resource.h-data [XPG3]: Likewise.
15628 * conform/data/sys/select.h-data [XPG3 || XPG4 || UNIX98]:
15629 Likewise.
15630 * conform/data/sys/statvfs.h-data [XPG3]: Likewise.
15631 * conform/data/sys/time.h-data [XPG3]: Likewise.
15632 * conform/data/sys/timeb.h-data [XPG3]: Likewise.
15633 * conform/data/sys/uio.h-data [XPG3]: Likewise.
15634 * conform/data/sys/un.h-data [XPG3]: Likewise.
15635 * conform/data/syslog.h-data [XPG3]: Likewise.
15636 * conform/data/ucontext.h-data [XPG3]: Likewise.
15637 * conform/data/utmpx.h-data [XPG3]: Likewise.
15638 * conform/data/varargs.h-data [UNIX98]: Enable file.
15639
15640 * manual/Makefile (INSTALL_INFO): Remove variable setting.
15641
15642 * math/libm-test.inc (struct test_f_f_data): Move expected results
15643 into structure for each rounding mode.
15644 (struct test_ff_f_data): Likewise.
15645 (struct test_ff_f_data_nexttoward): Likewise.
15646 (struct test_fi_f_data): Likewise.
15647 (struct test_fl_f_data): Likewise.
15648 (struct test_if_f_data): Likewise.
15649 (struct test_fff_f_data): Likewise.
15650 (struct test_c_f_data): Likewise.
15651 (struct test_f_f1_data): Likewise.
15652 (struct test_fF_f1_data): Likewise.
15653 (struct test_ffI_f1_data): Likewise.
15654 (struct test_c_c_data): Likewise.
15655 (struct test_cc_c_data): Likewise.
15656 (struct test_f_i_data): Likewise.
15657 (struct test_ff_i_data): Likewise.
15658 (struct test_f_l_data): Likewise.
15659 (struct test_f_L_data): Likewise.
15660 (struct test_fFF_11_data): Likewise.
15661 (RM_): New macro.
15662 (RM_FE_DOWNWARD): Likewise.
15663 (RM_FE_TONEAREST): Likewise.
15664 (RM_FE_TOWARDZERO): Likewise.
15665 (RM_FE_UPWARD): Likewise.
15666 (RUN_TEST_LOOP_f_f): Update references to expected results.
15667 (RUN_TEST_LOOP_2_f): Likewise.
15668 (RUN_TEST_LOOP_fff_f): Likewise.
15669 (RUN_TEST_LOOP_c_f): Likewise.
15670 (RUN_TEST_LOOP_f_f1): Likewise.
15671 (RUN_TEST_LOOP_fF_f1): Likewise.
15672 (RUN_TEST_LOOP_fI_f1): Likewise.
15673 (RUN_TEST_LOOP_ffI_f1): Likewise.
15674 (RUN_TEST_LOOP_c_c): Likewise.
15675 (RUN_TEST_LOOP_cc_c): Likewise.
15676 (RUN_TEST_LOOP_f_i): Likewise.
15677 (RUN_TEST_LOOP_f_i_tg): Likewise.
15678 (RUN_TEST_LOOP_ff_i_tg): Likewise.
15679 (RUN_TEST_LOOP_f_b): Likewise.
15680 (RUN_TEST_LOOP_f_b_tg): Likewise.
15681 (RUN_TEST_LOOP_f_l): Likewise.
15682 (RUN_TEST_LOOP_f_L): Likewise.
15683 (RUN_TEST_LOOP_fFF_11): Likewise.
15684 * math/gen-libm-test.pl (parse_args): Output four copies of
15685 expected results for each test.
15686
15687 * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
15688 (__ASSUME_UTIMES): Remove.
15689 * sysdeps/unix/sysv/linux/tile/kernel-features.h
15690 (__ASSUME_UTIMES): Likewise.
15691
15692 * math/gen-auto-libm-tests.c: Update comment on output format.
15693 (output_for_one_input_case): Generate before-rounding and
15694 after-rounding information as conditions on output flags not
15695 floating-point format.
15696 * math/auto-libm-test-out: Regenerated.
15697 * math/gen-libm-test.pl (cond_value): New function.
15698 (or_cond_value): Use cond_value.
15699 (generate_testfile): Handle conditional exceptions.
15700
15701 2014-03-05 Joseph Myers <joseph@codesourcery.com>
15702
15703 * math/libm-test.inc (max_valid_error): New variable.
15704 (init_max_error): Take new argument specifying whether function
15705 results are exactly determined. Set max_valid_error and bound
15706 other variables for errors based on this argument.
15707 (set_max_error): Do not record results above max_valid_error.
15708 (check_float_internal): Only accept errors of up to 0.5ulps if
15709 also at most max_valid_error.
15710 (START): Take new argument EXACT and pass it to init_max_error.
15711 (acos_test): Update call to START.
15712 (acos_test_tonearest): Likewise.
15713 (acos_test_towardzero): Likewise.
15714 (acos_test_downward): Likewise.
15715 (acos_test_upward): Likewise.
15716 (acosh_test): Likewise.
15717 (asin_test): Likewise.
15718 (asin_test_tonearest): Likewise.
15719 (asin_test_towardzero): Likewise.
15720 (asin_test_downward): Likewise.
15721 (asin_test_upward): Likewise.
15722 (asinh_test): Likewise.
15723 (atan_test): Likewise.
15724 (atanh_test): Likewise.
15725 (atan2_test): Likewise.
15726 (cabs_test): Likewise.
15727 (cacos_test): Likewise.
15728 (cacosh_test): Likewise.
15729 (carg_test): Likewise.
15730 (casin_test): Likewise.
15731 (casinh_test): Likewise.
15732 (catan_test): Likewise.
15733 (catanh_test): Likewise.
15734 (cbrt_test): Likewise.
15735 (ccos_test): Likewise.
15736 (ccosh_test): Likewise.
15737 (ceil_test): Likewise.
15738 (cexp_test): Likewise.
15739 (cimag_test): Likewise.
15740 (clog_test): Likewise.
15741 (clog10_test): Likewise.
15742 (conj_test): Likewise.
15743 (copysign_test): Likewise.
15744 (cos_test): Likewise.
15745 (cos_test_tonearest): Likewise.
15746 (cos_test_towardzero): Likewise.
15747 (cos_test_downward): Likewise.
15748 (cos_test_upward): Likewise.
15749 (cosh_test): Likewise.
15750 (cosh_test_tonearest): Likewise.
15751 (cosh_test_towardzero): Likewise.
15752 (cosh_test_downward): Likewise.
15753 (cosh_test_upward): Likewise.
15754 (cpow_test): Likewise.
15755 (cproj_test): Likewise.
15756 (creal_test): Likewise.
15757 (csin_test): Likewise.
15758 (csinh_test): Likewise.
15759 (csqrt_test): Likewise.
15760 (ctan_test): Likewise.
15761 (ctan_test_tonearest): Likewise.
15762 (ctan_test_towardzero): Likewise.
15763 (ctan_test_downward): Likewise.
15764 (ctan_test_upward): Likewise.
15765 (ctanh_test): Likewise.
15766 (ctanh_test_tonearest): Likewise.
15767 (ctanh_test_towardzero): Likewise.
15768 (ctanh_test_downward): Likewise.
15769 (ctanh_test_upward): Likewise.
15770 (erf_test): Likewise.
15771 (erfc_test): Likewise.
15772 (exp_test): Likewise.
15773 (exp_test_tonearest): Likewise.
15774 (exp_test_towardzero): Likewise.
15775 (exp_test_downward): Likewise.
15776 (exp_test_upward): Likewise.
15777 (exp10_test): Likewise.
15778 (exp10_test_tonearest): Likewise.
15779 (exp10_test_towardzero): Likewise.
15780 (exp10_test_downward): Likewise.
15781 (exp10_test_upward): Likewise.
15782 (pow10_test): Likewise.
15783 (exp2_test): Likewise.
15784 (expm1_test): Likewise.
15785 (expm1_test_tonearest): Likewise.
15786 (expm1_test_towardzero): Likewise.
15787 (expm1_test_downward): Likewise.
15788 (expm1_test_upward): Likewise.
15789 (fabs_test): Likewise.
15790 (fdim_test): Likewise.
15791 (floor_test): Likewise.
15792 (fma_test): Likewise.
15793 (fma_test_towardzero): Likewise.
15794 (fma_test_downward): Likewise.
15795 (fma_test_upward): Likewise.
15796 (fmax_test): Likewise.
15797 (fmin_test): Likewise.
15798 (fmod_test): Likewise.
15799 (fpclassify_test): Likewise.
15800 (frexp_test): Likewise.
15801 (hypot_test): Likewise.
15802 (ilogb_test): Likewise.
15803 (isfinite_test): Likewise.
15804 (finite_test): Likewise.
15805 (isgreater_test): Likewise.
15806 (isgreaterequal_test): Likewise.
15807 (isinf_test): Likewise.
15808 (isless_test): Likewise.
15809 (islessequal_test): Likewise.
15810 (islessgreater_test): Likewise.
15811 (isnan_test): Likewise.
15812 (isnormal_test): Likewise.
15813 (issignaling_test): Likewise.
15814 (isunordered_test): Likewise.
15815 (j0_test): Likewise.
15816 (j1_test): Likewise.
15817 (jn_test): Likewise.
15818 (ldexp_test): Likewise.
15819 (lgamma_test): Likewise.
15820 (gamma_test): Likewise.
15821 (lrint_test): Likewise.
15822 (lrint_test_tonearest): Likewise.
15823 (lrint_test_towardzero): Likewise.
15824 (lrint_test_downward): Likewise.
15825 (lrint_test_upward): Likewise.
15826 (llrint_test): Likewise.
15827 (llrint_test_tonearest): Likewise.
15828 (llrint_test_towardzero): Likewise.
15829 (llrint_test_downward): Likewise.
15830 (llrint_test_upward): Likewise.
15831 (log_test): Likewise.
15832 (log10_test): Likewise.
15833 (log1p_test): Likewise.
15834 (log2_test): Likewise.
15835 (logb_test): Likewise.
15836 (logb_test_downward): Likewise.
15837 (lround_test): Likewise.
15838 (llround_test): Likewise.
15839 (modf_test): Likewise.
15840 (nearbyint_test): Likewise.
15841 (nextafter_test): Likewise.
15842 (nexttoward_test): Likewise.
15843 (pow_test): Likewise.
15844 (pow_test_tonearest): Likewise.
15845 (pow_test_towardzero): Likewise.
15846 (pow_test_downward): Likewise.
15847 (pow_test_upward): Likewise.
15848 (remainder_test): Likewise.
15849 (drem_test): Likewise.
15850 (remainder_test_tonearest): Likewise.
15851 (drem_test_tonearest): Likewise.
15852 (remainder_test_towardzero): Likewise.
15853 (drem_test_towardzero): Likewise.
15854 (remainder_test_downward): Likewise.
15855 (drem_test_downward): Likewise.
15856 (remainder_test_upward): Likewise.
15857 (drem_test_upward): Likewise.
15858 (remquo_test): Likewise.
15859 (rint_test): Likewise.
15860 (rint_test_tonearest): Likewise.
15861 (rint_test_towardzero): Likewise.
15862 (rint_test_downward): Likewise.
15863 (rint_test_upward): Likewise.
15864 (round_test): Likewise.
15865 (scalb_test): Likewise.
15866 (scalbn_test): Likewise.
15867 (scalbln_test): Likewise.
15868 (signbit_test): Likewise.
15869 (sin_test): Likewise.
15870 (sin_test_tonearest): Likewise.
15871 (sin_test_towardzero): Likewise.
15872 (sin_test_downward): Likewise.
15873 (sin_test_upward): Likewise.
15874 (sincos_test): Likewise.
15875 (sinh_test): Likewise.
15876 (sinh_test_tonearest): Likewise.
15877 (sinh_test_towardzero): Likewise.
15878 (sinh_test_downward): Likewise.
15879 (sinh_test_upward): Likewise.
15880 (sqrt_test): Likewise.
15881 (sqrt_test_tonearest): Likewise.
15882 (sqrt_test_towardzero): Likewise.
15883 (sqrt_test_downward): Likewise.
15884 (sqrt_test_upward): Likewise.
15885 (tan_test): Likewise.
15886 (tan_test_tonearest): Likewise.
15887 (tan_test_towardzero): Likewise.
15888 (tan_test_downward): Likewise.
15889 (tan_test_upward): Likewise.
15890 (tanh_test): Likewise.
15891 (tgamma_test): Likewise.
15892 (trunc_test): Likewise.
15893 (y0_test): Likewise.
15894 (y1_test): Likewise.
15895 (yn_test): Likewise.
15896 (significand_test): Likewise.
15897
15898 * math/libm-test.inc (struct ulp_data): Don't refer to ulps for
15899 individual tests in comment.
15900 (libm-test-ulps.h): Don't refer to test_ulps in #include comment.
15901 (prev_max_error): New variable.
15902 (prev_real_max_error): Likewise.
15903 (prev_imag_max_error): Likewise.
15904 (compare_ulp_data): Don't refer to test names in comment.
15905 (find_test_ulps): Remove function.
15906 (find_function_ulps): Likewise.
15907 (find_complex_function_ulps): Likewise.
15908 (init_max_error): Take function name as argument. Look up ulps
15909 for that function.
15910 (print_ulps): Remove function.
15911 (print_max_error): Use prev_max_error instead of calling
15912 find_function_ulps.
15913 (print_complex_max_error): Use prev_real_max_error and
15914 prev_imag_max_error instead of calling find_complex_function_ulps.
15915 (check_float_internal): Take max_ulp parameter instead of calling
15916 find_test_ulps. Don't call print_ulps.
15917 (check_float): Update call to check_float_internal.
15918 (check_complex): Update calls to check_float_internal.
15919 (START): Pass argument to init_max_error.
15920 * math/gen-libm-test.pl (%results): Don't include "kind"
15921 information.
15922 (parse_ulps): Don't handle ulps of individual tests.
15923 (print_ulps_file): Likewise.
15924 (output_ulps): Likewise.
15925 * math/README.libm-test: Update.
15926 * manual/libm-err-tab.pl (parse_ulps): Don't handle ulps of
15927 individual tests.
15928 * sysdeps/aarch64/libm-test-ulps: Remove individual test ulps.
15929 * sysdeps/alpha/fpu/libm-test-ulps: Likewise.
15930 * sysdeps/arm/libm-test-ulps: Likewise.
15931 * sysdeps/i386/fpu/libm-test-ulps: Likewise.
15932 * sysdeps/ia64/fpu/libm-test-ulps: Likewise.
15933 * sysdeps/m68k/coldfire/fpu/libm-test-ulps: Likewise.
15934 * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Likewise.
15935 * sysdeps/microblaze/libm-test-ulps: Likewise.
15936 * sysdeps/mips/mips32/libm-test-ulps: Likewise.
15937 * sysdeps/mips/mips64/libm-test-ulps: Likewise.
15938 * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
15939 * sysdeps/powerpc/nofpu/libm-test-ulps: Likewise.
15940 * sysdeps/s390/fpu/libm-test-ulps: Likewise.
15941 * sysdeps/sh/libm-test-ulps: Likewise.
15942 * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
15943 * sysdeps/tile/libm-test-ulps: Likewise.
15944 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15945
15946 2014-03-04 Joseph Myers <joseph@codesourcery.com>
15947
15948 * math/libm-test.inc (print_complex_max_error): Check separately
15949 whether real and imaginary errors are within allowed range and
15950 pass 0 to print_complex_function_ulps instead of value within
15951 allowed range.
15952
15953 2014-03-04 Siddhesh Poyarekar <siddhesh@redhat.com>
15954
15955 * libio/tst-ftell-active-handler.c (get_handles_fdopen): Fix
15956 formatting.
15957 (get_handles_fopen): Likewise.
15958 (do_write_test): Likewise.
15959
15960 * libio/wfileops.c (do_ftell_wide): Fix up formatting.
15961
15962 * libio/fileops.c (do_ftell): Use cached offset when
15963 available.
15964 * libio/iofwide.c (do_ftell_wide): Likewise.
15965 * libio/iofdopen.c (_IO_new_fdopen): Don't use
15966 _IO_file_attach.
15967 * libio/wfileops.c (_IO_fwide): Don't cache offset.
15968
15969 [BZ #16532]
15970 * libio/libioP.h (get_file_offset): New function.
15971 * libio/fileops.c (get_file_offset): Likewise.
15972 (do_ftell): Likewise.
15973 (_IO_new_file_seekoff): Split out ftell logic.
15974 * libio/wfileops.c (do_ftell_wide): Likewise.
15975 (_IO_wfile_seekoff): Split out ftell logic.
15976 * libio/tst-ftell-active-handler.c: New test case.
15977 * libio/Makefile (tests): Add it.
15978
15979 2014-03-03 Roland McGrath <roland@hack.frob.com>
15980
15981 * nptl/ChangeLog: Renamed to nptl/ChangeLog.old, no longer used.
15982 * nptl_db/ChangeLog: Renamed to nptl_db/ChangeLog.old, no longer used.
15983
15984 2014-03-03 Siddhesh Poyarekar <siddhesh@redhat.com>
15985
15986 [BZ #16639]
15987 * nscd/connections.c (nscd_init): Call do_exit.
15988 (start_threads): Call do_exit and notify_parent.
15989 (begin_drop_privileges): Call do_exit.
15990 (finish_drop_privileges): Likewise.
15991 * nscd/selinux.c (preserve_capabilities): Likewise.
15992 (install_real_capabilities): Likewise.
15993 (nscd_selinux_enabled): Likewise.
15994 (avc_create_thread): Likewise.
15995 (avc_alloc_lock): Likewise.
15996 (nscd_avc_init): Likewise.
15997 * nscd/nscd.c (parent_fd): New static variable.
15998 (main): Create a pipe between parent and child processes.
15999 Skip closing parent_fd.
16000 (monitor_child): New function.
16001 (do_exit): Likewise.
16002 (notify_parent): Likewise.
16003 * nscd/nscd.h (notify_parent): Likewise.
16004 (do_exit): Likewise.
16005
16006 2014-03-03 Carlos O'Donell <carlos@redhat.com>
16007
16008 * malloc/malloc.c (__libc_calloc): Revert last change.
16009
16010 2014-03-03 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
16011
16012 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
16013
16014 2014-03-03 Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
16015
16016 * sysdeps/powerpc/powerpc64/power7/strrchr.S: New file.
16017 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strrchr multiarch
16018 implementation.
16019 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
16020 (__libc_ifunc_impl_list): Likewise.
16021 * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: New file.
16022 * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: New file.
16023 * sysdeps/powerpc/powerpc64/multiarch/strrchr-power7.S: New file.
16024 * string/strrchr.c: Define STRRCHR.
16025
16026 2014-02-28 Ondřej Bílka <neleai@seznam.cz>
16027
16028 * benchtest/bench-strtok.c (simple_strtok): Delete.
16029 (strtok_string): Use as benchmark.
16030 * string/strtok (STRTOK): New macro.
16031
16032 2014-02-28 Carlos O'Donell <carlos@redhat.com>
16033
16034 * manual/threads.texi: Add header and standard comments to all
16035 functions.
16036
16037 * elf/dl-lookup.c (check_match): New function.
16038 (ELF_MACHINE_SYM_NO_MATCH): Adjust comment.
16039 (do_lookup_x): Remove nested function check_match. Use non-nested
16040 function check_match.
16041
16042 2014-02-28 Roland McGrath <roland@hack.frob.com>
16043
16044 * csu/Makefile (generated, before-compile): Use += rather than =.
16045 * catgets/Makefile (generated, generated-dirs): Likewise.
16046 * debug/Makefile (generated): Likewise.
16047 * dlfcn/Makefile (generated): Likewise.
16048 * elf/Makefile (before-compile, generated, generated-dirs): Likewise.
16049 * iconvdata/Makefile (before-compile, generated): Likewise.
16050 * intl/Makefile (before-compile, generated, generated-dirs): Likewise.
16051 * libio/Makefile (generated): Likewise.
16052 * malloc/Makefile (generated): Likewise.
16053 * manual/Makefile (generated, generated-dirs): Likewise.
16054 * misc/Makefile (generated): Likewise.
16055 * posix/Makefile (generated): Likewise.
16056 * resolv/Makefile (generated): Likewise.
16057 * sunrpc/Makefile (generated, generated-dirs): Likewise.
16058 * timezone/Makefile (generated, generated-dirs): Likewise.
16059
16060 * stdio-common/Versions (libc: GLIBC_PRIVATE): Add missing }.
16061
16062 2014-02-27 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
16063
16064 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
16065 power8 implementation.
16066 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power8.S: New
16067 file: POWER8 llround ifunc implementation.
16068 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c
16069 (__lllround): Add POWER8 implementation.
16070 * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S: New file:
16071 POWER8 llround implementation.
16072
16073 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint
16074 power8 implementation.
16075 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power8.S: New
16076 file: POWER8 llrint ifunc implementation.
16077 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c (__lllrint):
16078 Add POWER8 implementation.
16079 * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S: New file:
16080 POWER8 llrint implementation.
16081
16082 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite
16083 power8 implementation.
16084 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power8.S: New
16085 file: POWER8 finite ifunc implementation.
16086 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c (__finite):
16087 Add POWER8 implementation.
16088 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c (__finitef):
16089 Likewise.
16090 * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: New file:
16091 POWER8 finite implementation.
16092 * sysdeps/powerpc/powerpc64/power8/fpu/s_finitef.S: New file.
16093
16094 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf
16095 power8 implementation.
16096 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power8.S: New
16097 file: POWER8 isinf ifunc implementation.
16098 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c (__isinf): Add
16099 POWER8 implementation.
16100 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c (__isinff):
16101 Likewise.
16102 * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: New file: POWER8
16103 isinf implementation.
16104 * sysdeps/powerpc/powerpc64/power8/fpu/s_isinff.S: New file.
16105
16106 * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h
16107 (INIT_ARCH): Add hwcap2 initialization.
16108 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
16109 power8 implementation.
16110 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power8.S: New
16111 file: POWER8 isnan ifunc implementation.
16112 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c (__isnan): Add
16113 POWER8 implementation.
16114 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c (__isnanf):
16115 Likewise.
16116 * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: New file: POWER8
16117 isnan implementation.
16118 * sysdeps/powerpc/powerpc64/power8/fpu/s_isnanf.S: New file.
16119
16120 2014-02-27 Joey Ye <joey.ye@arm.com>
16121
16122 * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
16123 (_FP_NANFRAC_Q): Set to zero.
16124
16125 2014-02-27 Siddhesh Poyarekar <siddhesh@redhat.com>
16126
16127 [BZ #16623]
16128 * math/auto-libm-test-in: New test inputs.
16129 * math/auto-libm-test-out: Regenerate.
16130 * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Preserve sign of A
16131 and DA.
16132 (__cos): Likewise.
16133 * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
16134
16135 2014-02-27 Joseph Myers <joseph@codesourcery.com>
16136
16137 * scripts/evaluate-test.sh: Take new argument indicating whether
16138 failure is expected.
16139 * Makeconfig (evaluate-test): Pass argument to evaluate-test.sh
16140 indicating whether failure is expected.
16141 * conform/Makefile (test-xfail-run-conformtest): New variable.
16142 ($(objpfx)run-conformtest.out): Don't expect to fail at makefile
16143 level.
16144 * posix/Makefile (test-xfail-annexc): New variable.
16145 ($(objpfx)annexc.out): Don't expect to fail at makefile level.
16146
16147 2014-02-26 Joseph Myers <joseph@codesourcery.com>
16148
16149 * argp/Makefile: Include Makeconfig immediately after defining
16150 subdir.
16151 * assert/Makefile: Likewise.
16152 * benchtests/Makefile: Likewise.
16153 * catgets/Makefile: Likewise.
16154 * conform/Makefile: Likewise.
16155 * crypt/Makefile: Likewise.
16156 * csu/Makefile: Likewise.
16157 (all): Remove target.
16158 * ctype/Makefile: Include Makeconfig immediately after defining
16159 subdir.
16160 * debug/Makefile: Likewise.
16161 * dirent/Makefile: Likewise.
16162 * dlfcn/Makefile: Likewise.
16163 * gmon/Makefile: Likewise.
16164 * gnulib/Makefile: Likewise.
16165 * grp/Makefile: Likewise.
16166 * gshadow/Makefile: Likewise.
16167 * hesiod/Makefile: Likewise.
16168 * hurd/Makefile: Likewise.
16169 (all): Remove target.
16170 * iconvdata/Makefile: Include Makeconfig immediately after
16171 defining subdir.
16172 * inet/Makefile: Likewise.
16173 * intl/Makefile: Likewise.
16174 * io/Makefile: Likewise.
16175 * libio/Makefile: Likewise.
16176 (all): Remove target.
16177 * locale/Makefile: Include Makeconfig immediately after defining
16178 subdir.
16179 * login/Makefile: Likewise.
16180 * mach/Makefile: Likewise.
16181 (all): Remove target.
16182 * malloc/Makefile: Include Makeconfig immediately after defining
16183 subdir.
16184 (all): Remove target.
16185 * manual/Makefile: Include Makeconfig immediately after defining
16186 subdir.
16187 * math/Makefile: Likewise.
16188 * misc/Makefile: Likewise.
16189 * nis/Makefile: Likewise.
16190 * nss/Makefile: Likewise.
16191 * po/Makefile: Likewise.
16192 (all): Remove target.
16193 * posix/Makefile: Include Makeconfig immediately after defining
16194 subdir.
16195 * pwd/Makefile: Likewise.
16196 * resolv/Makefile: Likewise.
16197 * resource/Makefile: Likewise.
16198 * rt/Makefile: Likewise.
16199 * setjmp/Makefile: Likewise.
16200 * shadow/Makefile: Likewise.
16201 * signal/Makefile: Likewise.
16202 * socket/Makefile: Likewise.
16203 * soft-fp/Makefile: Likewise.
16204 * stdio-common/Makefile: Likewise.
16205 * stdlib/Makefile: Likewise.
16206 * streams/Makefile: Likewise.
16207 * string/Makefile: Likewise.
16208 * sunrpc/Makefile: Likewise.
16209 (all): Remove target.
16210 * sysvipc/Makefile: Include Makeconfig immediately after defining
16211 subdir.
16212 * termios/Makefile: Likewise.
16213 * time/Makefile: Likewise.
16214 * timezone/Makefile: Likewise.
16215 (all): Remove target.
16216 * wcsmbs/Makefile: Include Makeconfig immediately after defining
16217 subdir.
16218 * wctype/Makefile: Likewise.
16219
16220 2014-02-26 Steve Ellcey <sellcey@mips.com>
16221
16222 * sysdeps/mips/math_private.h (_FPU_MASK_ALL) New.
16223 (libc_feholdexcept_mips): Use _FPU_MASK_ALL.
16224 (libc_feholdexcept_setround_mips): Ditto.
16225 (libc_feholdsetround): New.
16226 (libc_feholdsetroundf): New.
16227 (libc_feholdsetroundl): New.
16228 (libc_feupdateenv_test_mips): New.
16229 (libc_feupdateenv_test): New.
16230 (libc_feupdateenv_testf): New.
16231 (libc_feupdateenv_testl): New.
16232 (libc_feresetround): New.
16233 (libc_feresetroundf): New.
16234 (libc_feresetroundl): New.
16235 (libc_fetestexcept_mips): New.
16236 (libc_fetestexcept): New.
16237 (libc_fetestexceptf): New.
16238 (libc_fetestexceptl): New.
16239 (HAVE_RM_CTX): New.
16240 (libc_feholdexcept_setround_mips_ctx): New.
16241 (libc_feholdexcept_setround_ctx): New.
16242 (libc_feholdexcept_setroundf_ctx): New.
16243 (libc_feholdexcept_setroundl_ctx): New.
16244 (libc_fesetenv_mips_ctx): New.
16245 (libc_fesetenv_ctx): New.
16246 (libc_fesetenv_ctxf): New.
16247 (libc_fesetenv_ctxl): New.
16248 (libc_feupdateenv_mips_ctx): New.
16249 (libc_feupdateenv_ctx): New.
16250 (libc_feupdateenvf_ctx): New.
16251 (libc_feupdateenvl_ctx): New.
16252 (libc_feholdsetround_mips_ctx): New.
16253 (libc_feholdsetround_ctx): New.
16254 (libc_feholdsetroundf_ctx): New.
16255 (libc_feholdsetroundl_ctx): New.
16256 (libc_feresetround_mips_ctx): New.
16257 (libc_feresetround_ctx): New.
16258 (libc_feresetroundf_ctx): New.
16259 (libc_feresetroundl_ctx): New.
16260
16261 2014-02-26 Carlos O'Donell <carlos@redhat.com>
16262
16263 * manual/ipc.texi (Semaphores): Use @Theglibc{}.
16264
16265 * manual/ipc.texi: New file.
16266 * manual/Makefile (chapters): Add ipc.
16267 * manual/job.texi: Add "Inter-Process Communication" to next.
16268 * manual/process.texi: Add "Inter-Process Communication" to prev.
16269
16270 2014-02-26 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
16271
16272 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
16273
16274 2014-02-26 Ondřej Bílka <neleai@seznam.cz>
16275
16276 * malloc/malloc.c (__libc_calloc): Simplify implementation.
16277
16278 * manual/arith.texi: Fix spaces after sentences.
16279 * manual/charset.texi: Likewise.
16280 * manual/errno.texi: Likewise.
16281 * manual/install.texi: Likewise.
16282 * manual/llio.texi: Likewise.
16283 * manual/locale.texi: Likewise.
16284 * manual/maint.texi: Likewise.
16285 * manual/math.texi: Likewise.
16286 * manual/memory.texi: Likewise.
16287 * manual/message.texi: Likewise.
16288 * manual/probes.texi: Likewise.
16289 * manual/resource.texi: Likewise.
16290 * manual/signal.texi: Likewise.
16291 * manual/socket.texi: Likewise.
16292 * manual/stdio.texi: Likewise.
16293 * manual/string.texi: Likewise.
16294 * manual/time.texi: Likewise.
16295 * manual/users.texi: Likewise.
16296
16297 2014-02-25 Carlos O'Donell <carlos@redhat.com>
16298
16299 [BZ #16632]
16300 * include/features.h: Don't warn about _BSD_SOURCE or _SVID_SOURCE if
16301 _DEFAULT_SOURCE is defined.
16302
16303 2014-02-25 Ulrich Drepper <drepper@gmail.com>
16304 Carlos O'Donell <carlos@redhat.com>
16305
16306 [BZ #16613]
16307 * elf/dl-tls.c (_dl_count_modids): New function.
16308 * sysdeps/generic/ldsodefs.h: Declare _dl_count_modids.
16309 * elf/rtld.c (dl_main): Call _dl_count_modids to track TLS usage in
16310 audit library and increment generation counter.
16311 (_dl_allocate_tls_init): Add assertion to check TLS generation count.
16312 * elf/tst-audit9.c: New file.
16313 * elf/tst-auditmod9a.c: New file.
16314 * elf/tst-auditmod9b.c: New file.
16315 * elf/Makefile: Add rules to build and run tst-audit9.
16316
16317 2014-02-25 Florian Weimer <fweimer@redhat.com>
16318
16319 [BZ #15347]
16320 * misc/sys/select.h (__FD_MASK): Avoid signed integer overflow.
16321
16322 2014-02-25 Will Newton <will.newton@linaro.org>
16323
16324 * sysdeps/arm/__longjmp.S: Include stap-probe.h.
16325 (__longjmp): Restore sp and lr before restoring callee
16326 saved registers. Add longjmp and longjmp_target
16327 SystemTap probe point.
16328 * sysdeps/arm/bits/setjmp.h (__jmp_buf): Update comment.
16329 * sysdeps/arm/include/bits/setjmp.h (__JMP_BUF_SP):
16330 Define to zero to match jmpbuf layout.
16331 * sysdeps/arm/setjmp.S: Include stap-probe.h.
16332 (__sigsetjmp): Save sp and lr before saving callee
16333 saved registers. Add setjmp SystemTap probe point.
16334
16335 2014-02-24 Stefan Liebler <stli@linux.vnet.ibm.com>
16336
16337 * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
16338
16339 2014-02-24 Andreas Schwab <schwab@suse.de>
16340
16341 [BZ #15804]
16342 * elf/pldd.c (wait_for_ptrace_stop): New function.
16343 (main): Call it after attaching.
16344
16345 2014-02-22 Roland McGrath <roland@hack.frob.com>
16346
16347 * Makerules ($(common-objpfx)Versions.v.i): No longer depend
16348 on $(common-objpfx)abi-versions.h; using <shlib-compat.h> inside
16349 Versions files is now verboten.
16350 * hurd/Versions (libc: GLIBC_2.0):
16351 Remove various [SHLIB_COMPAT (libc, GLIBC_2_0, ...)] sections.
16352 (libc: HURD_CTHREADS_0.3): Remove conditionalization, was under
16353 [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_2)].
16354 * mach/Versions: Likewise.
16355
16356 * csu/Versions: Remove unused %include.
16357 * resolv/Versions: Likewise.
16358
16359 2014-02-21 Joseph Myers <joseph@codesourcery.com>
16360
16361 * Makefile ($(objpfx)c++-types-check.out): Use $(evaluate-test).
16362 ($(objpfx)check-local-headers.out): Likewise.
16363 ($(objpfx)begin-end-check.out): Likewise.
16364 * Makerules (check-abi-%.out): Likewise.
16365 * catgets/Makefile ($(objpfx)test1.cat): Likewise.
16366 ($(objpfx)test2.cat): Likewise.
16367 ($(objpfx)de/libc.cat): Likewise.
16368 ($(objpfx)test-gencat.out): Likewise.
16369 * conform/Makefile ($(objpfx)run-conformtest.out): Likewise.
16370 * elf/Makefile ($(objpfx)order-cmp.out): Likewise.
16371 ($(objpfx)noload-mem): Likewise.
16372 ($(objpfx)tst-pathopt.out): Likewise.
16373 ($(objpfx)tst-rtld-load-self.out): Likewise.
16374 ($(objpfx)tst-array1-cmp.out): Likewise.
16375 ($(objpfx)tst-array1-static-cmp.out): Likewise.
16376 ($(objpfx)tst-array2-cmp.out): Likewise.
16377 ($(objpfx)tst-array3-cmp.out): Likewise.
16378 ($(objpfx)tst-array4-cmp.out): Likewise.
16379 ($(objpfx)tst-array5-cmp.out): Likewise.
16380 ($(objpfx)tst-array5-static-cmp.out): Likewise.
16381 ($(objpfx)check-textrel.out): Likewise.
16382 ($(objpfx)check-execstack.out): Likewise.
16383 ($(objpfx)check-localplt.out): Likewise.
16384 ($(objpfx)order2-cmp.out): Likewise.
16385 ($(objpfx)tst-leaks1-mem): Likewise.
16386 ($(objpfx)tst-leaks1-static-mem): Likewise.
16387 ($(objpfx)tst-initorder-cmp.out): Likewise.
16388 ($(objpfx)tst-initorder2-cmp.out): Likewise.
16389 ($(objpfx)tst-unused-dep.out): Likewise.
16390 ($(objpfx)tst-unused-dep-cmp.out): Likewise.
16391 * grp/Makefile ($(objpfx)tst_fgetgrent.out): Likewise.
16392 * iconv/Makefile (test-iconvconfig): Likewise.
16393 * iconvdata/Makefile ($(objpfx)mtrace-tst-loading): Likewise.
16394 ($(objpfx)iconv-test.out): Likewise.
16395 ($(objpfx)tst-tables.out): Likewise.
16396 * intl/Makefile ($(objpfx)mtrace-tst-gettext): Likewise.
16397 ($(objpfx)tst-gettext.out): Likewise.
16398 ($(objpfx)tst-translit.out): Likewise.
16399 ($(objpfx)tst-gettext2.out): Likewise.
16400 ($(objpfx)tst-gettext4.out): Likewise.
16401 ($(objpfx)tst-gettext6.out): Likewise.
16402 * io/Makefile ($(objpfx)ftwtest.out): Likewise.
16403 * libio/Makefile ($(objpfx)test-freopen.out): Likewise.
16404 ($(objpfx)tst-fopenloc-cmp.out): Likewise.
16405 ($(objpfx)tst-fopenloc-mem.out): Likewise.
16406 * malloc/Makefile ($(objpfx)tst-mtrace.out): Likewise.
16407 * misc/Makefile ($(objpfx)tst-error1-mem): Likewise.
16408 * posix/Makefile ($(objpfx)globtest.out): Likewise.
16409 ($(objpfx)wordexp-tst.out): Likewise.
16410 ($(objpfx)annexc.out): Likewise.
16411 ($(objpfx)tst-fnmatch-mem): Likewise.
16412 ($(objpfx)bug-regex2-mem): Likewise.
16413 ($(objpfx)bug-regex14-mem): Likewise.
16414 ($(objpfx)bug-regex21-mem): Likewise.
16415 ($(objpfx)bug-regex31-mem): Likewise.
16416 ($(objpfx)tst-vfork3-mem): Likewise.
16417 ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
16418 ($(objpfx)tst-pcre-mem): Likewise.
16419 ($(objpfx)tst-boost-mem): Likewise.
16420 ($(objpfx)tst-getconf.out): Likewise.
16421 ($(objpfx)bug-ga2-mem): Likewise.
16422 ($(objpfx)bug-glob2-mem): Likewise.
16423 * resolv/Makefile ($(objpfx)mtrace-tst-leaks): Likewise.
16424 ($(objpfx)mtrace-tst-leaks2): Likewise.
16425 * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Likewise.
16426 ($(objpfx)tst-printf.out): Likewise.
16427 ($(objpfx)tst-setvbuf1.out): Likewise.
16428 ($(objpfx)tst-setvbuf1-cmp.out): Likewise.
16429 * stdlib/Makefile ($(objpfx)isomac.out): Likewise.
16430 ($(objpfx)tst-fmtmsg.out): Likewise.
16431 * string/Makefile ($(objpfx)tst-svc-cmp.out): Likewise.
16432 * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Likewise.
16433
16434 * bits/fcntl.h [__USE_MISC]: Remove redundant conditionals.
16435 * bits/sigaction.h [__USE_MISC]: Likewise.
16436 * bits/waitstatus.h: Update #endif comments.
16437 * ctype/ctype.h: Likewise.
16438 * dirent/dirent.h: Likewise.
16439 [__USE_MISC]: Remove redundant conditionals.
16440 * grp/grp.h: Update #endif comments.
16441 [__USE_GNU]: Remove redundant conditionals.
16442 [__USE_MISC]: Likewise.
16443 * inet/netinet/in.h [__USE_GNU]: Likewise.
16444 * io/sys/stat.h [__USE_MISC]: Likewise.
16445 * libio/bits/stdio-ldbl.h [__USE_MISC]: Likewise.
16446 * libio/bits/stdio.h: Update #endif comments.
16447 [__USE_MISC]: Remove redundant conditionals.
16448 * libio/bits/stdio2.h [__USE_MISC]: Likewise.
16449 * libio/stdio.h: Update #endif comments.
16450 [__USE_MISC]: Remove redundant conditionals.
16451 * math/bits/math-finite.h [__USE_MISC]: Likewise.
16452 * math/bits/mathcalls.h [__USE_MISC]: Likewise.
16453 * math/math.h: Update #else and #endif comments.
16454 [__USE_MISC]: Remove redundant conditionals.
16455 * misc/sys/uio.h: Update #endif comments.
16456 * posix/bits/unistd.h [__USE_MISC]: Remove redundant conditionals.
16457 * posix/glob.h [__USE_MISC]: Likewise.
16458 * posix/sys/types.h: Update #endif comments.
16459 [__USE_MISC]: Remove redundant conditionals.
16460 * posix/sys/wait.h: Update #endif comments.
16461 [__USE_MISC]: Remove redundant conditionals.
16462 * posix/unistd.h: Update #endif comments.
16463 [__USE_MISC]: Remove redundant conditionals.
16464 * pwd/pwd.h [__USE_GNU]: Likewise.
16465 [__USE_MISC]: Likewise.
16466 * resolv/netdb.h [__USE_GNU]: Likewise.
16467 * signal/signal.h: Update #endif comments.
16468 [__USE_MISC]: Remove redundant conditionals.
16469 * stdlib/stdlib.h: Update #else and #endif comments.
16470 [__USE_MISC]: Remove redundant conditionals.
16471 [__USE_GNU]: Likewise.
16472 * string/bits/string2.h [__USE_MISC]: Likewise.
16473 * string/string.h: Update #endif comments.
16474 [__USE_MISC]: Remove redundant conditionals.
16475 * sysdeps/m68k/m680x0/fpu/bits/mathinline.h [__USE_MISC]:
16476 Likewise.
16477 * sysdeps/mach/hurd/bits/fcntl.h [__USE_MISC]: Likewise.
16478 * sysdeps/mach/hurd/bits/stat.h [__USE_MISC]: Likewise.
16479 * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h [__USE_MISC]:
16480 Likewise.
16481 * sysdeps/unix/sysv/linux/alpha/bits/stat.h [__USE_MISC]:
16482 Likewise.
16483 * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Update #endif
16484 comments.
16485 [__USE_MISC]: Remove redundant conditionals.
16486 * sysdeps/unix/sysv/linux/bits/in.h [__USE_GNU]: Likewise.
16487 * sysdeps/unix/sysv/linux/bits/sigaction.h [__USE_MISC]: Likewise.
16488 * sysdeps/unix/sysv/linux/bits/socket.h [__USE_GNU]: Likewise.
16489 * sysdeps/unix/sysv/linux/bits/stat.h [__USE_MISC]: Likewise.
16490 * sysdeps/unix/sysv/linux/ia64/bits/sigaction.h [__USE_MISC]:
16491 Likewise.
16492 * sysdeps/unix/sysv/linux/m68k/bits/stat.h [__USE_MISC]: Likewise.
16493 * sysdeps/unix/sysv/linux/mips/bits/sigaction.h [__USE_MISC]:
16494 Likewise.
16495 * sysdeps/unix/sysv/linux/mips/bits/stat.h [__USE_MISC]: Likewise.
16496 * sysdeps/unix/sysv/linux/powerpc/bits/stat.h [__USE_MISC]:
16497 Likewise.
16498 * sysdeps/unix/sysv/linux/s390/bits/sigaction.h [__USE_MISC]:
16499 Likewise.
16500 * sysdeps/unix/sysv/linux/s390/bits/stat.h [__USE_MISC]: Likewise.
16501 * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h [__USE_MISC]:
16502 Likewise.
16503 * sysdeps/unix/sysv/linux/sparc/bits/stat.h [__USE_MISC]:
16504 Likewise.
16505 * sysdeps/unix/sysv/linux/x86/bits/stat.h [__USE_MISC]: Likewise.
16506 * sysdeps/x86/bits/string.h: Update #endif comments.
16507 * sysdeps/x86/fpu/bits/mathinline.h [__USE_MISC]: Remove redundant
16508 conditionals.
16509 * time/sys/time.h: Update #endif comments.
16510 * time/time.h: Likewise.
16511 [__USE_MISC]: Remove redundant conditionals.
16512
16513 2014-02-21 Yury Gribov <y.gribov@samsung.com>
16514
16515 [BZ #16600]
16516 * sysdeps/arm/libm-test-ulps: Update for VFPv4.
16517
16518 2014-02-21 Andreas Schwab <schwab@linux-m68k.org>
16519
16520 * Versions.def (librt): Add GLIBC_2.17.
16521
16522 2014-02-21 Adam Conrad <adconrad@0c3.net>
16523
16524 * sysdeps/powerpc/bits/hwcap.h: Allow _SYSDEPS_SYSDEP_H guard as a
16525 synonym for _SYS_AUXV_H to allow direct inclusion.
16526 * sysdeps/sparc/bits/hwcap.h: Likewise.
16527 * sysdeps/powerpc/sysdep.h: Define _SYSDEPS_SYSDEP_H instead of
16528 _SYS_AUXV_H so we can include sysdep.h and sys/auxv.h together.
16529 * sysdeps/sparc/sysdep.h: Likewise.
16530
16531 2014-02-21 Siddhesh Poyarekar <siddhesh@redhat.com>
16532
16533 * benchtests/bench-strrchr.c (do_test): Fix minor formatting.
16534
16535 2014-02-21 Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
16536
16537 * benchtests/bench-strrchr.c: Print length instead of position.
16538
16539 2014-02-20 Joseph Myers <joseph@codesourcery.com>
16540
16541 [BZ #16611]
16542 * sysdeps/unix/sysv/linux/kernel-features.h
16543 [__LINUX_KERNEL_VERSION >= 0x030000 && __ASSUME_SOCKETCALL]
16544 (__ASSUME_SENDMMSG_SOCKETCALL): Define.
16545 [__LINUX_KERNEL_VERSION >= 0x030000 && (__i386__ || __x86_64__ ||
16546 __powerpc__ || __sh__ || __sparc__)] (__ASSUME_SENDMMSG_SYSCALL):
16547 Likewise.
16548 [__i386__ || __powerpc__ || __sh__ || __sparc__]
16549 (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
16550 [__ASSUME_SENDMMSG_SOCKETCALL || __ASSUME_SENDMMSG_SYSCALL]
16551 (__ASSUME_SENDMMSG): Define instead of using previous
16552 [__LINUX_KERNEL_VERSION >= 0x020627] condition.
16553 * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
16554 (__ASSUME_SENDMMSG_SYSCALL): Define.
16555 * sysdeps/unix/sysv/linux/alpha/kernel-features.h
16556 [__LINUX_KERNEL_VERSION >= 0x030200] (__ASSUME_SENDMMSG_SYSCALL):
16557 Likewise.
16558 * sysdeps/unix/sysv/linux/arm/kernel-features.h
16559 [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
16560 Likewise.
16561 * sysdeps/unix/sysv/linux/ia64/kernel-features.h
16562 [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
16563 Likewise.
16564 * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SOCKETCALL
16565 && !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
16566 !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
16567 [__ASSUME_SENDMMSG]: Change conditionals to
16568 [__ASSUME_SENDMMSG_SOCKETCALL].
16569 * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
16570 [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_SENDMMSG_SYSCALL):
16571 Define.
16572 * sysdeps/unix/sysv/linux/mips/kernel-features.h
16573 [__LINUX_KERNEL_VERSION >= 0x030100] (__ASSUME_SENDMMSG_SYSCALL):
16574 Likewise.
16575 * sysdeps/unix/sysv/linux/sendmmsg.c [__ASSUME_SOCKETCALL &&
16576 !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
16577 !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
16578 [!__ASSUME_SENDMMSG]: Change conditional to
16579 [!__ASSUME_SENDMMSG_SOCKETCALL].
16580 * sysdeps/unix/sysv/linux/tile/kernel-features.h
16581 [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
16582 Define.
16583
16584 [BZ #16610]
16585 * sysdeps/unix/sysv/linux/kernel-features.h
16586 [__LINUX_KERNEL_VERSION >= 0x020621 && __ASSUME_SOCKETCALL]
16587 (__ASSUME_RECVMMSG_SOCKETCALL): Define.
16588 [(__LINUX_KERNEL_VERSION >= 0x020621 && (__i386__ || __x86_64__ ||
16589 __sparc__)) || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__
16590 || __sh__))] (__ASSUME_RECVMMSG_SYSCALL): Likewise.
16591 [__i386__ || __sparc__]
16592 (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
16593 [__ASSUME_RECVMMSG_SOCKETCALL || __ASSUME_RECVMMSG_SYSCALL]
16594 (__ASSUME_RECVMMSG): Define instead of using previous
16595 [__LINUX_KERNEL_VERSION >= 0x020621] condition.
16596 * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
16597 (__ASSUME_RECVMMSG_SYSCALL): Define.
16598 * sysdeps/unix/sysv/linux/alpha/kernel-features.h
16599 [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
16600 Likewise.
16601 * sysdeps/unix/sysv/linux/arm/kernel-features.h
16602 [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
16603 Likewise.
16604 * sysdeps/unix/sysv/linux/ia64/kernel-features.h
16605 [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
16606 Likewise.
16607 * sysdeps/unix/sysv/linux/internal_recvmmsg.S [__ASSUME_SOCKETCALL
16608 && !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
16609 !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
16610 [__ASSUME_RECVMMSG]: Change condition to
16611 [__ASSUME_RECVMMSG_SOCKETCALL].
16612 * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
16613 [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
16614 Define.
16615 (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
16616 * sysdeps/unix/sysv/linux/mips/kernel-features.h
16617 [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
16618 Likewise.
16619 * sysdeps/unix/sysv/linux/recvmmsg.c [__ASSUME_SOCKETCALL &&
16620 !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
16621 !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
16622 [!__ASSUME_RECVMMSG]: Change condition to
16623 [!__ASSUME_RECVMMSG_SOCKETCALL].
16624 * sysdeps/unix/sysv/linux/tile/kernel-features.h
16625 (__ASSUME_RECVMMSG_SYSCALL): Define.
16626
16627 [BZ #16609]
16628 * sysdeps/unix/sysv/linux/kernel-features.h [__i386__ ||
16629 __powerpc__ || __s390__ || __sh__ || __sparc__]
16630 (__ASSUME_SOCKETCALL): Define.
16631 [__LINUX_KERNEL_VERSION && __ASSUME_SOCKETCALL]
16632 (__ASSUME_ACCEPT4_SOCKETCALL): Likewise.
16633 [(__LINUX_KERNEL_VERSION >= 0x02061c && (__x86_64__ || __sparc__))
16634 || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__ ||
16635 __sh__))] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
16636 [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
16637 [__ASSUME_ACCEPT4_SOCKETCALL || __ASSUME_ACCEPT4_SYSCALL]
16638 (__ASSUME_ACCEPT4): Define instead of using previous
16639 [__LINUX_KERNEL_VERSION >= 0x02061c && (__i386__ || __x86_64__ ||
16640 __powerpc__ || __sparc__ || __s390__)] condition.
16641 * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
16642 (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
16643 * sysdeps/unix/sysv/linux/accept4.c [__ASSUME_SOCKETCALL &&
16644 !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
16645 !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
16646 [!__ASSUME_ACCEPT4]: Change condition to
16647 [!__ASSUME_ACCEPT4_SOCKETCALL].
16648 * sysdeps/unix/sysv/linux/alpha/kernel-features.h
16649 (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL. Correct
16650 condition to [__LINUX_KERNEL_VERSION >= 0x030200].
16651 * sysdeps/unix/sysv/linux/arm/kernel-features.h
16652 [__LINUX_KERNEL_VERSION >= 0x020624] (__ASSUME_ACCEPT4): Change to
16653 __ASSUME_ACCEPT4_SYSCALL.
16654 * sysdeps/unix/sysv/linux/i386/accept4.S [__ASSUME_ACCEPT4]:
16655 Change conditions to [__ASSUME_ACCEPT4_SOCKETCALL].
16656 * sysdeps/unix/sysv/linux/ia64/kernel-features.h
16657 [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_ACCEPT4): Change to
16658 __ASSUME_ACCEPT4_SYSCALL.
16659 * sysdeps/unix/sysv/linux/internal_accept4.S [__ASSUME_SOCKETCALL
16660 && !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
16661 !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
16662 [__ASSUME_ACCEPT4]: Change condition to
16663 [__ASSUME_ACCEPT4_SOCKETCALL].
16664 * sysdeps/unix/sysv/linux/m68k/kernel-features.h
16665 (__ASSUME_SOCKETCALL): Define.
16666 [__LINUX_KERNEL_VERSION >= 0x02061c] (__ASSUME_ACCEPT4): Remove.
16667 * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
16668 (__ASSUME_SOCKETCALL): Define.
16669 (__ASSUME_ACCEPT4): Remove.
16670 [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_ACCEPT4_SYSCALL):
16671 Define.
16672 * sysdeps/unix/sysv/linux/mips/kernel-features.h
16673 [__LINUX_KERNEL_VERSION >= 0x02061f] (__ASSUME_ACCEPT4_SYSCALL):
16674 Likewise.
16675 * sysdeps/unix/sysv/linux/tile/kernel-features.h
16676 (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
16677
16678 * sysdeps/unix/sysv/linux/arm/bits/hwcap.h (HWCAP_ARM_VFPD32): New
16679 macro.
16680 (HWCAP_ARM_LPAE): Likewise.
16681 (HWCAP_ARM_EVTSTRM): Likewise.
16682 * sysdeps/unix/sysv/linux/arm/dl-procinfo.c (_dl_arm_cap_flags):
16683 Add vpfd32, lpae and evtstrm.
16684 * sysdeps/unix/sysv/linux/arm/dl-procinfo.h (_DL_HWCAP_COUNT):
16685 Increase to 22.
16686
16687 2014-02-19 Joseph Myers <joseph@codesourcery.com>
16688
16689 * math/auto-libm-test-in: Add tests of clog10.
16690 * math/auto-libm-test-out: Regenerated.
16691 * math/libm-test.inc (clog10_test_data): Use AUTO_TESTS_c_c.
16692 * sysdeps/i386/fpu/libm-test-ulps: Update.
16693 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16694
16695 2014-02-18 Andreas Schwab <schwab@suse.de>
16696
16697 [BZ #16574]
16698 * resolv/res_send.c (send_vc): Add parameter ansp2_malloced.
16699 Store non-zero if the second buffer was newly allocated.
16700 (send_dg): Likewise.
16701 (__libc_res_nsend): Add parameter ansp2_malloced and pass it down
16702 to send_vc and send_dg.
16703 (res_nsend): Pass NULL for ansp2_malloced.
16704 * resolv/res_query.c (__libc_res_nquery): Add parameter
16705 answerp2_malloced and pass it down to __libc_res_nsend.
16706 (res_nquery): Pass additional NULL to __libc_res_nquery.
16707 (__libc_res_nsearch): Add parameter answerp2_malloced and pass it
16708 down to __libc_res_nquery and __libc_res_nquerydomain. Deallocate
16709 second answer buffer if answerp2_malloced was set.
16710 (res_nsearch): Pass additional NULL to __libc_res_nsearch.
16711 (__libc_res_nquerydomain): Add parameter
16712 answerp2_malloced and pass it down to __libc_res_nquery.
16713 (res_nquerydomain): Pass additional NULL to
16714 __libc_res_nquerydomain.
16715 * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyname_r): Pass
16716 additional NULL to __libc_res_nsend and __libc_res_nquery.
16717 * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Pass
16718 additional NULL to __libc_res_nsearch.
16719 (_nss_dns_gethostbyname4_r): Revert last change. Use new
16720 parameter of __libc_res_nsearch to check for separately allocated
16721 second buffer.
16722 (_nss_dns_gethostbyaddr2_r): Pass additional NULL to
16723 __libc_res_nquery.
16724 * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Pass
16725 additional NULL to __libc_res_nquery.
16726 * resolv/gethnamaddr.c (gethostbyname2): Pass additional NULL to
16727 __libc_res_nsearch.
16728 (gethostbyaddr): Pass additional NULL to __libc_res_nquery.
16729 * include/resolv.h: Update prototypes of __libc_res_nquery,
16730 __libc_res_nsearch, __libc_res_nsend.
16731
16732 2014-02-18 Joseph Myers <joseph@codesourcery.com>
16733
16734 * math/auto-libm-test-in: Add tests of fma.
16735 * math/auto-libm-test-out: Regenerated.
16736 * math/libm-test.inc (fma_test_data): Use AUTO_TESTS_fff_f.
16737 (fma_towardzero_test_data): Likewise.
16738 (fma_downward_test_data): Likewise.
16739 (fma_upward_test_data): Likewise.
16740 * math/gen-auto-libm-tests.c (rounding_mode_desc): Add field
16741 mpc_mode.
16742 (rounding_modes): Add values for new field.
16743 (func_calc_method): Add value mpfr_fff_f.
16744 (func_calc_desc): Add mpfr_fff_f union field.
16745 (test_function): Add field exact_args.
16746 (FUNC): Add macro argument EXACT_ARGS.
16747 (FUNC_mpfr_f_f): Update call to FUNC.
16748 (FUNC_mpfr_f_f): Likewise.
16749 (FUNC_mpfr_ff_f): Likewise.
16750 (FUNC_mpfr_if_f): Likewise.
16751 (FUNC_mpc_c_f): Likewise.
16752 (FUNC_mpc_c_c): Likewise.
16753 (test_functions): Add fma. Update calls to FUNC.
16754 (handle_input_arg): Add argument exact_args.
16755 (add_test): Update call to handle_input_arg.
16756 (calc_generic_results): Add argument mode. Handle mpfr_fff_f.
16757 (output_for_one_input_case): Update call to calc_generic_results.
16758 Recalculate exact zero results in each rounding mode.
16759
16760 * math/gen-auto-libm-tests.c (adjust_real): Ensure integers are
16761 non-negative before setting low bit.
16762 * math/auto-libm-test-in: Mark one asin test possibly having
16763 spurious underflow.
16764 * math/auto-libm-test-out: Regenerated.
16765 * sysdeps/i386/fpu/libm-test-ulps: Update.
16766 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16767
16768 2014-02-17 David Holsgrove <david.holsgrove@xilinx.com>
16769
16770 * sysdeps/microblaze: Move directory from ports/sysdeps/microblaze.
16771 * sysdeps/unix/sysv/linux/microblaze: Move directory from
16772 ports/sysdeps/unix/sysv/linux/microblaze.
16773 * README: Add missing listing for microblaze*-*-linux-gnu.
16774
16775 2014-02-16 Ondřej Bílka <neleai@seznam.cz>
16776
16777 * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Remove
16778 duplicate code
16779
16780 2014-02-16 Mike Frysinger <vapier@gentoo.org>
16781
16782 * sysdeps/ia64: Move directory from ports/sysdeps/ia64.
16783 * sysdeps/unix/sysv/linux/ia64: Move directory from
16784 ports/sysdeps/unix/sysv/linux/ia64.
16785 * README: Update listing for ia64-*-linux-gnu.
16786
16787 2014-02-14 Tomas Dohnalek <tdohnale@redhat.com>
16788 Joseph Myers <joseph@codesourcery.com>
16789
16790 * Makeconfig (test-name): New variable.
16791 (evaluate-test): Likewise.
16792 * Makerules (do-test-clean): Remove .test-result files.
16793 (common-mostlyclean): Likewise.
16794 * Rules ($(objpfx)%.out): Use $(evaluate-test) in both rules.
16795 * scripts/evaluate-test.sh: New file.
16796
16797 2014-02-14 Joseph Myers <joseph@codesourcery.com>
16798
16799 * libio/Makefile ($(objpfx)tst-fopenloc.check): Split into
16800 separate $(objpfx)tst-fopenloc-cmp.out and
16801 $(objpfx)tst-fopenloc-mem.out targets.
16802 (tests): Update dependencies.
16803 * posix/Makefile (tests variable): Add tst-rxspencer-no-utf8.
16804 (generated): Change tst-rxspencer-mem and tst-rxspencer.mtrace to
16805 tst-rxspencer-no-utf8-mem and tst-rxspencer-no-utf8.mtrace.
16806 (tst-rxspencer-no-utf8-ARGS): New variable.
16807 (tst-rxspencer-no-utf8-ENV): Likewise.
16808 (tests target): Depend on $(objpfx)tst-rxspencer-no-utf8-mem
16809 instead of $(objpfx)tst-rxspencer-mem.
16810 ($(objpfx)tst-rxspencer-mem): Change target to
16811 $(objpfx)tst-rxspencer-no-utf8-mem. Depend on
16812 $(objpfx)tst-rxspencer-no-utf8.out instead of running test program.
16813 * posix/tst-rxspencer-no-utf8.c: New file.
16814
16815 * elf/Makefile ($(objpfx)order.out): Remove rule.
16816 [$(run-built-tests) = yes] (tests): Depend on
16817 $(objpfx)order-cmp.out.
16818 ($(objpfx)order-cmp.out): New rule.
16819 [$(run-built-tests) = yes] (tests): Depend on
16820 $(objpfx)tst-array1-cmp.out, $(objpfx)tst-array1-static-cmp.out,
16821 $(objpfx)tst-array2-cmp.out, $(objpfx)tst-array3-cmp.out,
16822 $(objpfx)tst-array4-cmp.out, $(objpfx)tst-array5-cmp.out and
16823 $(objpfx)tst-array5-static-cmp.out.
16824 ($(objpfx)tst-array1.out): Remove rule.
16825 ($(objpfx)tst-array1-cmp.out): New rule.
16826 ($(objpfx)tst-array1-static.out): Remove rule.
16827 ($(objpfx)tst-array1-static-cmp.out): New rule.
16828 ($(objpfx)tst-array2.out): Remove rule.
16829 ($(objpfx)tst-array2-cmp.out): New rule.
16830 ($(objpfx)tst-array3.out): Remove rule.
16831 ($(objpfx)tst-array3-cmp.out): New rule.
16832 ($(objpfx)tst-array4.out): Remove rule.
16833 ($(objpfx)tst-array4-cmp.out): New rule.
16834 ($(objpfx)tst-array5.out): Remove rule.
16835 ($(objpfx)tst-array5-cmp.out): New rule.
16836 ($(objpfx)tst-array5-static.out): Remove rule.
16837 ($(objpfx)tst-array5-static-cmp.out): New rule.
16838 [$(run-built-tests) = yes] (tests): Depend on
16839 $(objpfx)order2-cmp.out.
16840 ($(objpfx)order2.out): Remove rule.
16841 ($(objpfx)order2-cmp.out): New rule.
16842 ($(objpfx)tst-initorder.out): Remove rule.
16843 [$(run-built-tests) = yes] (tests): Depend on
16844 $(objpfx)tst-initorder-cmp.out.
16845 ($(objpfx)tst-initorder-cmp.out): New rule.
16846 ($(objpfx)tst-initorder2.out): Remove rule.
16847 [$(run-built-tests) = yes] (tests): Depend on
16848 $(objpfx)tst-initorder2-cmp.out.
16849 ($(objpfx)tst-initorder2-cmp.out): New rule.
16850 [$(run-built-tests) = yes] (tests): Depend on
16851 $(objpfx)tst-unused-dep-cmp.out.
16852 ($(objpfx)tst-unused-dep-cmp.out): Do not run cmp.
16853 ($(objpfx)tst-unused-dep-cmp.out): New rule.
16854 * stdio-common/Makefile [$(run-built-tests) = yes] (tests): Depend
16855 on $(objpfx)tst-setvbuf1-cmp.out.
16856 ($(objpfx)tst-setvbuf1.out): Do not run cmp.
16857 ($(objpfx)tst-setvbuf1-cmp.out): New rule.
16858 * string/Makefile [$(run-built-tests) = yes] (tests): Depend
16859 $(objpfx)tst-svc-cmp.out instead of $(objpfx)tst-svc.out.
16860 ($(objpfx)tst-svc.out): Remove rule.
16861 ($(objpfx)tst-svc-cmp.out): New rule.
16862
16863 2014-02-13 Joseph Myers <joseph@codesourcery.com>
16864
16865 * bits/mman.h [__USE_MISC]: Remove redundant conditionals.
16866 * ctype/ctype.h [__USE_MISC]: Likewise.
16867 * dirent/dirent.h [__USE_MISC]: Likewise.
16868 * grp/grp.h [__USE_MISC]: Likewise.
16869 * io/fcntl.h [__USE_MISC]: Likewise.
16870 * io/sys/stat.h [__USE_MISC]: Likewise.
16871 * libio/stdio.h [__USE_MISC]: Likewise.
16872 * posix/unistd.h [__USE_MISC]: Likewise.
16873 * pwd/pwd.h [__USE_MISC]: Likewise.
16874 * stdlib.h [__USE_MISC]: Likewise.
16875 * string/bits/string2.h [__USE_MISC]: Likewise.
16876 * string/string.h [__USE_MISC]: Likewise.
16877 * time/time.h [__USE_MISC]: Likewise.
16878
16879 2014-02-13 Andreas Schwab <schwab@suse.de>
16880
16881 [BZ #16574]
16882 * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Free the
16883 second answer buffer if it was separately allocated.
16884
16885 2014-02-12 Joseph Myers <joseph@codesourcery.com>
16886
16887 * sysdeps/mips/math-tests.h: Include <features.h>.
16888 [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
16889 (ROUNDING_TESTS_long_double): Do not define.
16890 [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
16891 (EXCEPTION_TESTS_long_double): Likewise.
16892 * sysdeps/mips/mips64/libm-test-ulps: Update.
16893
16894 * include/features.h (__USE_BSD): Remove macro definitions.
16895 (__USE_SVID): Likewise.
16896 (_BSD_SOURCE): Likewise.
16897 (_SVID_SOURCE): Likewise.
16898 [!defined _BSD_SOURCE && !defined _SVID_SOURCE]: Remove condition
16899 from definition of _DEFAULT_SOURCE.
16900 [_BSD_SOURCE || _SVID_SOURCE]: Change condition to
16901 [_DEFAULT_SOURCE].
16902 * bits/fcntl.h [__USE_BSD]: Change condition to [__USE_MISC].
16903 * bits/mman.h [__USE_BSD]: Likewise.
16904 * bits/termios.h [__USE_BSD]: Likewise.
16905 * bits/waitstatus.h [__USE_BSD]: Likewise.
16906 * ctype/ctype.h [__USE_SVID]: Likewise.
16907 * dirent/dirent.h [__USE_BSD]: Likewise.
16908 * grp/grp.h [__USE_SVID]: Likewise.
16909 [__USE_BSD]: Likewise.
16910 * inet/netinet/igmp.h [__USE_BSD]: Likewise.
16911 * io/fcntl.h [__USE_BSD]: Likewise.
16912 * io/ftw.h [__USE_BSD]: Likewise.
16913 * io/sys/stat.h [__USE_BSD]: Likewise.
16914 * libio/bits/stdio-ldbl.h [__USE_BSD]: Likewise.
16915 * libio/bits/stdio2.h [__USE_BSD]: Likewise.
16916 * libio/stdio.h [__USE_SVID]: Likewise.
16917 [__USE_BSD]: Likewise.
16918 * math/math.h [__USE_SVID]: Likewise.
16919 [__USE_BSD]: Likewise.
16920 * misc/bits/syslog-ldbl.h [__USE_BSD]: Likewise.
16921 * misc/bits/syslog.h [__USE_BSD]: Likewise.
16922 * misc/search.h [__USE_SVID]: Likewise.
16923 * misc/sys/mman.h [__USE_BSD]: Likewise.
16924 * misc/sys/syslog.h [__USE_BSD]: Likewise.
16925 * misc/sys/uio.h [__USE_BSD]: Likewise.
16926 * posix/bits/unistd.h [__USE_BSD]: Likewise.
16927 * posix/glob.h [__USE_BSD]: Likewise.
16928 * posix/regex.h [__USE_BSD]: Likewise.
16929 * posix/sys/types.h [__USE_BSD]: Likewise.
16930 [__USE_SVID]: Likewise.
16931 * posix/sys/utsname.h [__USE_SVID]: Likewise.
16932 * posix/sys/wait.h [__USE_BSD]: Likewise.
16933 [__USE_SVID]: Likewise.
16934 * posix/unistd.h [__USE_BSD]: Likewise.
16935 [__USE_SVID]: Likewise.
16936 * pwd/pwd.h [__USE_SVID]: Likewise.
16937 * resolv/netdb.h [__USE_BSD]: Likewise.
16938 * setjmp/setjmp.h [__USE_BSD]: Likewise.
16939 * signal/signal.h [__USE_BSD]: Likewise.
16940 [__USE_SVID]: Likewise.
16941 * socket/sys/socket.h [__USE_BSD]: Likewise.
16942 * stdlib/fmtmsg.h [__USE_SVID]: Likewise.
16943 * stdlib/stdlib.h [__USE_BSD]: Likewise.
16944 [__USE_SVID]: Likewise.
16945 * string/bits/string2.h [__USE_BSD]: Likewise.
16946 [__USE_SVID]: Likewise.
16947 * string/bits/string3.h [__USE_BSD]: Likewise.
16948 * string/endian.h [__USE_BSD]: Likewise.
16949 * string/string.h [__USE_SVID]: Likewise.
16950 [__USE_BSD]: Likewise.
16951 * string/strings.h [__USE_BSD]: Likewise.
16952 * sysdeps/generic/netinet/ip.h [__USE_BSD]: Likewise.
16953 * sysdeps/gnu/netinet/ip_icmp.h [__USE_BSD]: Likewise.
16954 * sysdeps/mach/hurd/bits/fcntl.h [__USE_BSD]: Likewise.
16955 * sysdeps/mach/hurd/bits/stat.h [__USE_BSD]: Likewise.
16956 * sysdeps/unix/sysv/linux/alpha/bits/mman.h [__USE_BSD]: Likewise.
16957 * sysdeps/unix/sysv/linux/alpha/bits/termios.h [__USE_BSD]:
16958 Likewise.
16959 * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_BSD]:
16960 Likewise.
16961 * sysdeps/unix/sysv/linux/bits/mman-linux.h [__USE_BSD]: Likewise.
16962 * sysdeps/unix/sysv/linux/bits/sys_errlist.h [__USE_BSD]:
16963 Likewise.
16964 * sysdeps/unix/sysv/linux/bits/termios.h [__USE_BSD]: Likewise.
16965 * sysdeps/unix/sysv/linux/mips/bits/termios.h [__USE_BSD]:
16966 Likewise.
16967 * sysdeps/unix/sysv/linux/netinet/if_ether.h [__USE_BSD]:
16968 Likewise.
16969 * sysdeps/unix/sysv/linux/netinet/if_fddi.h [__USE_BSD]: Likewise.
16970 * sysdeps/unix/sysv/linux/netinet/if_tr.h [__USE_BSD]: Likewise.
16971 * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_BSD]:
16972 Likewise.
16973 * sysdeps/unix/sysv/linux/sparc/bits/termios.h [__USE_BSD]:
16974 Likewise.
16975 * sysdeps/x86/bits/string.h [__USE_BSD]: Likewise.
16976 * sysvipc/sys/ipc.h [__USE_SVID]: Likewise.
16977 * termios/termios.h [__USE_BSD]: Likewise.
16978 * time/sys/time.h [__USE_BSD]: Likewise.
16979 * time/time.h [__USE_BSD]: Likewise.
16980 [__USE_SVID]: Likewise.
16981
16982 * Makefile (subdir_targets): Remove subdir_lint.out.
16983
16984 * stdio-common/Makefile (do-tst-unbputc): Remove target.
16985 (do-tst-printf): Likewise.
16986 (tests): Depend directly on $(objpfx)tst-unbputc.out and
16987 $(objpfx)tst-printf.out.
16988
16989 * io/ftwtest-sh (testout): Change to $tmp/ftwtest-tmp.out.
16990
16991 * Makerules (check-abi-%): Change target to
16992 $(objpfx)check-abi-%.out.
16993 (check-abi target): Update dependencies.
16994 (check-abi-pattern variable): Redirect output of diff to $@.
16995 (check-abi variable): Likewise.
16996 * elf/Makefile (check-abi): Update dependencies.
16997
16998 * soft-fp/op-common.h (_FP_DECL): Mark exponent as possibly
16999 unused.
17000 (_FP_PACK_SEMIRAW): Determine tininess based on rounding shifted
17001 value if _FP_TININESS_AFTER_ROUNDING and unrounded value is in
17002 subnormal range.
17003 (_FP_PACK_CANONICAL): Determine tininess based on rounding to
17004 normal precision if _FP_TININESS_AFTER_ROUNDING and unrounded
17005 value has largest subnormal exponent.
17006 * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS]
17007 (_FP_TININESS_AFTER_ROUNDING): Undefine and redefine to 0.
17008 * sysdeps/aarch64/soft-fp/sfp-machine.h
17009 (_FP_TININESS_AFTER_ROUNDING): New macro.
17010 * sysdeps/alpha/soft-fp/sfp-machine.h
17011 (_FP_TININESS_AFTER_ROUNDING): Likewise.
17012 * sysdeps/arm/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
17013 Likewise.
17014 * sysdeps/mips/mips64/soft-fp/sfp-machine.h
17015 (_FP_TININESS_AFTER_ROUNDING): Likewise.
17016 * sysdeps/mips/soft-fp/sfp-machine.h
17017 (_FP_TININESS_AFTER_ROUNDING): Likewise.
17018 * sysdeps/powerpc/soft-fp/sfp-machine.h
17019 (_FP_TININESS_AFTER_ROUNDING): Likewise.
17020 * sysdeps/sh/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
17021 Likewise.
17022 * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
17023 (_FP_TININESS_AFTER_ROUNDING): Likewise.
17024 * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
17025 (_FP_TININESS_AFTER_ROUNDING): Likewise.
17026 * sysdeps/tile/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
17027 Likewise.
17028
17029 2014-02-12 Dylan Alex Simon <dylan@dylex.net>
17030
17031 [BZ #16545]
17032 * sysdeps/x86_64/fpu/libm-test-ulps: Update on AMD family 21h
17033 model 1.
17034
17035 2014-02-12 Richard Henderson <rth@redhat.com>
17036
17037 * sysdeps/alpha: Move directory from ports/sysdeps/alpha.
17038 * sysdeps/unix/alpha: Move directory from ports/sysdeps/unix/alpha.
17039 * sysdeps/unix/sysv/linux/alpha: Move directory from
17040 ports/sysdeps/unix/sysv/linux/alpha.
17041 * README: Update listing for alpha-*-linux-gnu.
17042
17043 2014-02-11 Joseph Myers <joseph@codesourcery.com>
17044
17045 * include/features.h: Update comment documenting feature test
17046 macros.
17047 [_BSD_SOURCE || _SVID_SOURCE]: Give #warning. Define
17048 _DEFAULT_SOURCE.
17049 * manual/creature.texi (_BSD_SOURCE): Remove documentation.
17050 (_SVID_SOURCE): Likewise.
17051 (_DEFAULT_SOURCE): Update description of default features.
17052 (Feature Test Macros): Don't mention _SVID_SOURCE in conjunction
17053 with _GNU_SOURCE.
17054 * manual/filesys.texi (__ftw_func_t): Do not refer to _BSD_SOURCE.
17055 (S_ISVTX): Likewise.
17056 * manual/math.texi (Mathematical Constants): Likewise.
17057 * manual/signal.texi (Interrupted Primitives): Likewise.
17058 * manual/startup.texi (putenv): Do not refer to _SVID_SOURCE.
17059 * math/test-matherr.c (_SVID_SOURCE): Do not define.
17060 * sysvipc/sys/ipc.h [__USE_SVID && !__USE_XOPEN && __GNUC__ >= 2]:
17061 Don't refer to _SVID_SOURCE in warning text.
17062
17063 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
17064
17065 * elf/dl-lookup.c (ELF_MACHINE_SYM_NO_MATCH): Define if not
17066 already defined.
17067 (do_lookup_x): Use ELF_MACHINE_SYM_NO_MATCH.
17068 * sysdeps/mips/dl-lookup.c: Remove.
17069 * sysdeps/mips/dl-machine.h (ELF_MACHINE_SYM_NO_MATCH): New macro.
17070
17071 2014-02-11 Stefan Liebler <stli@linux.vnet.ibm.com>
17072
17073 [BZ #16447]
17074 * math/auto-libm-test-in: Add testcase for expl.
17075 * math/auto-libm-test-out: Regenerate.
17076 * sysdeps/ieee754/ldbl-128/e_expl.c (__ieee754_expl): Fix
17077 calculation of unsafe.
17078 * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for added testcase.
17079
17080 2014-02-11 Marcus Shawcroft <marcus.shawcroft@arm.com>
17081
17082 * sysdeps/aarch64: Move directory from ports/sysdeps/aarch64.
17083 * sysdeps/unix/sysv/linux/aarch64: Move directory from
17084 ports/sysdeps/unix/sysv/linux/aarch64.
17085 * README: Update listing for aarch64*-*-linux-gnu.
17086
17087 2014-02-11 Will Newton <will.newton@linaro.org>
17088
17089 * manual/probes.texi (Mathematical Function Probes): Use
17090 "triggered" instead of "hit".
17091
17092 * manual/probes.texi (Internal Probes): Add documentation
17093 of setjmp, longjmp and longjmp_target probes.
17094
17095 * include/stap-probe.h: Add comment about probe argument
17096 format.
17097
17098 * malloc/mtrace.c (attribute_hidden): Remove unused macro
17099 definition. (tr_where, tr_freehook, tr_mallochook,
17100 tr_reallochook, tr_memalignhook): Use ANSI protoype.
17101
17102 2014-02-11 David S. Miller <davem@davemloft.net>
17103
17104 * stdio-common/tst-sscanf.c (main): Use 'long' for 'dummy' when
17105 processing int_tests.
17106
17107 2014-02-10 Joseph Myers <joseph@codesourcery.com>
17108
17109 * sysdeps/mips: Move directory from ports/sysdeps/mips.
17110 * sysdeps/unix/mips: Move directory from ports/sysdeps/unix/mips.
17111 * sysdeps/unix/sysv/linux/mips: Move directory from
17112 ports/sysdeps/unix/sysv/linux/mips.
17113 * README: Update listing for mips-*-linux-gnu and
17114 mips64-*-linux-gnu.
17115
17116 2014-02-10 Andreas Schwab <schwab@linux-m68k.org>
17117
17118 * sysdeps/m68k: Move directory from ports/sysdeps/m68k.
17119 * sysdeps/unix/sysv/linux/m68k: Move directory from
17120 ports/sysdeps/unix/sysv/linux/m68k.
17121 * README: Update listing for m68k-*-linux-gnu.
17122
17123 2014-02-10 Chris Metcalf <cmetcalf@tilera.com>
17124
17125 * sysdeps/tile: Move directory from ports/sysdeps/tile.
17126 * sysdeps/unix/sysv/linux/generic: Move directory from
17127 ports/sysdeps/unix/sysv/linux/generic.
17128 * sysdeps/unix/sysv/linux/tile: Move directory from
17129 ports/sysdeps/unix/sysv/linux/tile.
17130 * README: Update listing for tile*-*-linux-gnu.
17131
17132 2014-02-10 Ondřej Bílka <neleai@seznam.cz>
17133
17134 * assert/assert.c (__assert_fail_base): Use glibc_likely instead
17135 __builtin_expect.
17136 * benchtests/bench-memmem.c (simple_memmem): Likewise.
17137 * catgets/open_catalog.c (__open_catalog): Likewise.
17138 * csu/libc-start.c (LIBC_START_MAIN): Likewise.
17139 * debug/confstr_chk.c: Likewise.
17140 * debug/fread_chk.c (__fread_chk): Likewise.
17141 * debug/fread_u_chk.c (__fread_unlocked_chk): Likewise.
17142 * debug/getgroups_chk.c: Likewise.
17143 * debug/mbsnrtowcs_chk.c: Likewise.
17144 * debug/mbsrtowcs_chk.c: Likewise.
17145 * debug/mbstowcs_chk.c: Likewise.
17146 * debug/memcpy_chk.c: Likewise.
17147 * debug/memmove_chk.c: Likewise.
17148 * debug/mempcpy_chk.c: Likewise.
17149 * debug/memset_chk.c: Likewise.
17150 * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
17151 * debug/strcat_chk.c (__strcat_chk): Likewise.
17152 * debug/strcpy_chk.c (__strcpy_chk): Likewise.
17153 * debug/strncat_chk.c (__strncat_chk): Likewise.
17154 * debug/vsnprintf_chk.c (___vsnprintf_chk): Likewise.
17155 * debug/vswprintf_chk.c (__vswprintf_chk): Likewise.
17156 * debug/wcpcpy_chk.c (__wcpcpy_chk): Likewise.
17157 * debug/wcpncpy_chk.c: Likewise.
17158 * debug/wcscat_chk.c (__wcscat_chk): Likewise.
17159 * debug/wcscpy_chk.c (__wcscpy_chk): Likewise.
17160 * debug/wcsncat_chk.c (__wcsncat_chk): Likewise.
17161 * debug/wcsncpy_chk.c: Likewise.
17162 * debug/wcsnrtombs_chk.c: Likewise.
17163 * debug/wcsrtombs_chk.c: Likewise.
17164 * debug/wcstombs_chk.c: Likewise.
17165 * debug/wmemcpy_chk.c: Likewise.
17166 * debug/wmemmove_chk.c: Likewise.
17167 * debug/wmempcpy_chk.c: Likewise.
17168 * debug/wmemset_chk.c: Likewise.
17169 * dirent/scandirat.c (SCANDIRAT): Likewise.
17170 * dlfcn/dladdr1.c (dladdr1): Likewise.
17171 * dlfcn/dladdr.c (dladdr): Likewise.
17172 * dlfcn/dlclose.c (dlclose_doit): Likewise.
17173 * dlfcn/dlerror.c (__dlerror): Likewise.
17174 * dlfcn/dlinfo.c (dlinfo_doit): Likewise.
17175 * dlfcn/dlmopen.c (dlmopen_doit): Likewise.
17176 * dlfcn/dlopen.c (dlopen_doit): Likewise.
17177 * dlfcn/dlopenold.c (__dlopen_nocheck): Likewise.
17178 * dlfcn/dlsym.c (dlsym_doit): Likewise.
17179 * dlfcn/dlvsym.c (dlvsym_doit): Likewise.
17180 * elf/dl-cache.c (_dl_load_cache_lookup): Likewise.
17181 * elf/dl-close.c (remove_slotinfo, _dl_close_worker, _dl_close):
17182 Likewise.
17183 * elf/dl-conflict.c: Likewise.
17184 * elf/dl-deps.c (_dl_build_local_scope, _dl_map_object_deps): Likewise.
17185 * elf/dl-dst.h: Likewise.
17186 * elf/dl-fini.c (_dl_sort_fini, _dl_fini): Likewise.
17187 * elf/dl-fptr.c (_dl_make_fptr): Likewise.
17188 * elf/dl-hwcaps.c (_dl_important_hwcaps): Likewise.
17189 * elf/dl-init.c (call_init, _dl_init): Likewise.
17190 * elf/dl-libc.c (__libc_dlopen_mode, __libc_dlsym): Likewise.
17191 * elf/dl-load.c (_dl_dst_substitute, fillin_rpath, _dl_init_paths)
17192 (_dl_map_object_from_fd, open_verify, open_path, _dl_map_object):
17193 Likewise.
17194 * elf/dl-lookup.c (do_lookup_x, add_dependency, _dl_lookup_symbol_x):
17195 Likewise.
17196 * elf/dl-minimal.c (__libc_memalign): Likewise.
17197 * elf/dl-open.c (add_to_global, dl_open_worker, _dl_open): Likewise.
17198 * elf/dl-reloc.c (_dl_relocate_object): Likewise.
17199 * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Likewise.
17200 * elf/dl-sym.c (do_sym): Likewise.
17201 * elf/dl-tls.c (tls_get_addr_tail, update_get_addr)
17202 (__tls_get_addr, _dl_tls_get_addr_soft): Likewise.
17203 * elf/dl-version.c (match_symbol, _dl_check_map_versions): Likewise.
17204 * elf/dl-writev.h (_dl_writev): Likewise.
17205 * elf/ldconfig.c (search_dir): Likewise.
17206 * elf/rtld.c (_dl_start_final, _dl_start, init_tls, do_preload)
17207 (dl_main): Likewise.
17208 * elf/setup-vdso.h (setup_vdso): Likewise.
17209 * grp/compat-initgroups.c (compat_call): Likewise.
17210 * grp/fgetgrent.c (fgetgrent): Likewise.
17211 * grp/initgroups.c (getgrouplist, initgroups): Likewise.
17212 * grp/putgrent.c (putgrent): Likewise.
17213 * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
17214 Likewise.
17215 * hurd/hurdinit.c: Likewise.
17216 * iconvdata/8bit-gap.c (struct): Likewise.
17217 * iconvdata/ansi_x3.110.c : Likewise.
17218 * iconvdata/big5.c : Likewise.
17219 * iconvdata/big5hkscs.c : Likewise.
17220 * iconvdata/cp1255.c: Likewise.
17221 * iconvdata/cp1258.c : Likewise.
17222 * iconvdata/cp932.c : Likewise.
17223 * iconvdata/euc-cn.c: Likewise.
17224 * iconvdata/euc-jisx0213.c : Likewise.
17225 * iconvdata/euc-jp.c: Likewise.
17226 * iconvdata/euc-jp-ms.c : Likewise.
17227 * iconvdata/euc-kr.c (euckr_from_ucs4): Likewise.
17228 * iconvdata/gb18030.c : Likewise.
17229 * iconvdata/gbbig5.c (const): Likewise.
17230 * iconvdata/gbgbk.c: Likewise.
17231 * iconvdata/gbk.c : Likewise.
17232 * iconvdata/ibm1364.c : Likewise.
17233 * iconvdata/ibm930.c : Likewise.
17234 * iconvdata/ibm932.c: Likewise.
17235 * iconvdata/ibm933.c : Likewise.
17236 * iconvdata/ibm935.c : Likewise.
17237 * iconvdata/ibm937.c : Likewise.
17238 * iconvdata/ibm939.c : Likewise.
17239 * iconvdata/ibm943.c: Likewise.
17240 * iconvdata/iso_11548-1.c: Likewise.
17241 * iconvdata/iso-2022-cn.c : Likewise.
17242 * iconvdata/iso-2022-cn-ext.c : Likewise.
17243 * iconvdata/iso-2022-jp-3.c: Likewise.
17244 * iconvdata/iso-2022-jp.c (gconv_end): Likewise.
17245 * iconvdata/iso-2022-kr.c : Likewise.
17246 * iconvdata/iso646.c (gconv_end): Likewise.
17247 * iconvdata/iso_6937-2.c : Likewise.
17248 * iconvdata/iso_6937.c : Likewise.
17249 * iconvdata/iso8859-1.c: Likewise.
17250 * iconvdata/johab.c (johab_sym_hanja_to_ucs): Likewise.
17251 * iconvdata/shift_jisx0213.c : Likewise.
17252 * iconvdata/sjis.c : Likewise.
17253 * iconvdata/t.61.c : Likewise.
17254 * iconvdata/tcvn5712-1.c : Likewise.
17255 * iconvdata/tscii.c: Likewise.
17256 * iconvdata/uhc.c : Likewise.
17257 * iconvdata/unicode.c (gconv_end): Likewise.
17258 * iconvdata/utf-16.c (gconv_end): Likewise.
17259 * iconvdata/utf-32.c (gconv_end): Likewise.
17260 * iconvdata/utf-7.c (base64): Likewise.
17261 * iconv/gconv_cache.c (__gconv_load_cache): Likewise.
17262 * iconv/gconv_close.c (__gconv_close): Likewise.
17263 * iconv/gconv_open.c (__gconv_open): Likewise.
17264 * iconv/gconv_simple.c (internal_ucs4_loop_single)
17265 (ucs4_internal_loop, ucs4_internal_loop_unaligned)
17266 (ucs4_internal_loop_single, internal_ucs4le_loop_single)
17267 (ucs4le_internal_loop, ucs4le_internal_loop_unaligned)
17268 (ucs4le_internal_loop_single): Likewise.
17269 * iconv/iconv.c (iconv): Likewise.
17270 * iconv/iconv_close.c: Likewise.
17271 * iconv/loop.c (SINGLE): Likewise.
17272 * iconv/skeleton.c (FUNCTION_NAME): Likewise.
17273 * include/atomic.h: Likewise.
17274 * inet/inet6_option.c (option_alloc): Likewise.
17275 * intl/bindtextdom.c (set_binding_values): Likewise.
17276 * intl/dcigettext.c (DCIGETTEXT, _nl_find_msg): Likewise.
17277 * intl/loadmsgcat.c (_nl_load_domain): Likewise.
17278 * intl/localealias.c (read_alias_file): Likewise.
17279 * libio/filedoalloc.c (_IO_file_doallocate): Likewise.
17280 * libio/fileops.c (_IO_file_open, _IO_file_underflow_mmap)
17281 (_IO_new_file_overflow, _IO_file_xsgetn_mmap): Likewise.
17282 * libio/fmemopen.c (fmemopen): Likewise.
17283 * libio/iofgets.c (_IO_fgets): Likewise.
17284 * libio/iofgets_u.c (fgets_unlocked): Likewise.
17285 * libio/iofgetws.c (fgetws): Likewise.
17286 * libio/iofgetws_u.c (fgetws_unlocked): Likewise.
17287 * libio/iogetdelim.c (_IO_getdelim): Likewise.
17288 * libio/wfileops.c (_IO_wfile_underflow, _IO_wfile_underflow_mmap)
17289 (adjust_wide_data, _IO_wfile_seekoff): Likewise.
17290 * locale/findlocale.c (_nl_find_locale): Likewise.
17291 * locale/loadarchive.c (_nl_load_locale_from_archive): Likewise.
17292 * locale/loadlocale.c (_nl_intern_locale_data, _nl_load_locale):
17293 Likewise.
17294 * locale/setlocale.c (setlocale): Likewise.
17295 * login/programs/pt_chown.c (main): Likewise.
17296 * malloc/arena.c (ptmalloc_init, shrink_heap, arena_get2): Likewise.
17297 * malloc/malloc.c (_int_malloc, _int_free): Likewise.
17298 * malloc/memusage.c (update_data, malloc, realloc, calloc, free)
17299 (mmap, mmap64, mremap, munmap): Likewise.
17300 * math/e_exp2l.c: Likewise.
17301 * math/e_scalb.c (invalid_fn, __ieee754_scalb): Likewise.
17302 * math/e_scalbf.c (invalid_fn, __ieee754_scalbf): Likewise.
17303 * math/e_scalbl.c (invalid_fn, __ieee754_scalbl): Likewise.
17304 * math/s_catan.c (__catan): Likewise.
17305 * math/s_catanf.c (__catanf): Likewise.
17306 * math/s_catanh.c (__catanh): Likewise.
17307 * math/s_catanhf.c (__catanhf): Likewise.
17308 * math/s_catanhl.c (__catanhl): Likewise.
17309 * math/s_catanl.c (__catanl): Likewise.
17310 * math/s_ccosh.c (__ccosh): Likewise.
17311 * math/s_ccoshf.c (__ccoshf): Likewise.
17312 * math/s_ccoshl.c (__ccoshl): Likewise.
17313 * math/s_cexp.c (__cexp): Likewise.
17314 * math/s_cexpf.c (__cexpf): Likewise.
17315 * math/s_cexpl.c (__cexpl): Likewise.
17316 * math/s_clog10.c (__clog10): Likewise.
17317 * math/s_clog10f.c (__clog10f): Likewise.
17318 * math/s_clog10l.c (__clog10l): Likewise.
17319 * math/s_clog.c (__clog): Likewise.
17320 * math/s_clogf.c (__clogf): Likewise.
17321 * math/s_clogl.c (__clogl): Likewise.
17322 * math/s_csin.c (__csin): Likewise.
17323 * math/s_csinf.c (__csinf): Likewise.
17324 * math/s_csinh.c (__csinh): Likewise.
17325 * math/s_csinhf.c (__csinhf): Likewise.
17326 * math/s_csinhl.c (__csinhl): Likewise.
17327 * math/s_csinl.c (__csinl): Likewise.
17328 * math/s_csqrt.c (__csqrt): Likewise.
17329 * math/s_csqrtf.c (__csqrtf): Likewise.
17330 * math/s_csqrtl.c (__csqrtl): Likewise.
17331 * math/s_ctan.c (__ctan): Likewise.
17332 * math/s_ctanf.c (__ctanf): Likewise.
17333 * math/s_ctanh.c (__ctanh): Likewise.
17334 * math/s_ctanhf.c (__ctanhf): Likewise.
17335 * math/s_ctanhl.c (__ctanhl): Likewise.
17336 * math/s_ctanl.c (__ctanl): Likewise.
17337 * math/w_pow.c: Likewise.
17338 * math/w_powf.c: Likewise.
17339 * math/w_powl.c: Likewise.
17340 * math/w_scalb.c (sysv_scalb): Likewise.
17341 * math/w_scalbf.c (sysv_scalbf): Likewise.
17342 * math/w_scalbl.c (sysv_scalbl): Likewise.
17343 * misc/error.c (error_tail): Likewise.
17344 * misc/pselect.c (__pselect): Likewise.
17345 * nis/nis_callback.c (__nis_create_callback): Likewise.
17346 * nis/nis_call.c (__nisfind_server): Likewise.
17347 * nis/nis_creategroup.c (nis_creategroup): Likewise.
17348 * nis/nis_domain_of_r.c (nis_domain_of_r): Likewise.
17349 * nis/nis_findserv.c (__nis_findfastest_with_timeout): Likewise.
17350 * nis/nis_getservlist.c (nis_getservlist): Likewise.
17351 * nis/nis_lookup.c (nis_lookup): Likewise.
17352 * nis/nis_subr.c (nis_leaf_of_r, nis_getnames): Likewise.
17353 * nis/nis_table.c (__create_ib_request, nis_list, nis_add_entry)
17354 (nis_modify_entry, nis_first_entry, nis_next_entry): Likewise.
17355 * nis/nis_xdr.c (xdr_endpoint): Likewise.
17356 * nis/nss_compat/compat-grp.c (getgrent_next_file)
17357 (internal_getgrnam_r, internal_getgrgid_r): Likewise.
17358 * nis/nss_compat/compat-initgroups.c (add_group)
17359 (internal_getgrent_r): Likewise.
17360 * nis/nss_compat/compat-pwd.c (getpwent_next_file)
17361 (internal_getpwnam_r, internal_getpwuid_r): Likewise.
17362 * nis/nss_compat/compat-spwd.c (getspent_next_file)
17363 (internal_getspnam_r): Likewise.
17364 * nis/nss_nis/nis-alias.c (internal_nis_getaliasent_r)
17365 (_nss_nis_getaliasbyname_r): Likewise.
17366 * nis/nss_nis/nis-ethers.c (_nss_nis_gethostton_r)
17367 (_nss_nis_getntohost_r): Likewise.
17368 * nis/nss_nis/nis-grp.c (internal_nis_setgrent)
17369 (internal_nis_getgrent_r, _nss_nis_getgrnam_r)
17370 (_nss_nis_getgrgid_r): Likewise.
17371 * nis/nss_nis/nis-hosts.c (_nss_nis_sethostent)
17372 (internal_nis_gethostent_r, internal_gethostbyname2_r)
17373 (_nss_nis_gethostbyname_r, _nss_nis_gethostbyaddr_r)
17374 (_nss_nis_gethostbyname4_r): Likewise.
17375 * nis/nss_nis/nis-initgroups.c (internal_getgrent_r)
17376 (initgroups_netid): Likewise.
17377 * nis/nss_nis/nis-netgrp.c (_nss_nis_setnetgrent): Likewise.
17378 * nis/nss_nis/nis-network.c (internal_nis_getnetent_r)
17379 (_nss_nis_getnetbyname_r, _nss_nis_getnetbyaddr_r): Likewise.
17380 * nis/nss_nis/nis-proto.c (_nss_nis_getprotobyname_r)
17381 (_nss_nis_getprotobynumber_r): Likewise.
17382 * nis/nss_nis/nis-publickey.c (_nss_nis_getpublickey)
17383 (_nss_nis_getsecretkey): Likewise.
17384 * nis/nss_nis/nis-pwd.c (_nis_saveit, internal_nis_setpwent)
17385 (internal_nis_getpwent_r, _nss_nis_getpwnam_r)
17386 (_nss_nis_getpwuid_r): Likewise.
17387 * nis/nss_nis/nis-rpc.c (internal_nis_getrpcent_r)
17388 (_nss_nis_getrpcbyname_r, _nss_nis_getrpcbynumber_r): Likewise.
17389 * nis/nss_nis/nis-service.c (dosearch, internal_nis_getservent_r)
17390 (_nss_nis_getservbyname_r, _nss_nis_getservbyport_r): Likewise.
17391 * nis/nss_nis/nis-spwd.c (_nss_nis_setspent)
17392 (internal_nis_getspent_r, _nss_nis_getspnam_r): Likewise.
17393 * nis/nss_nisplus/nisplus-alias.c (_nss_nisplus_getaliasbyname_r):
17394 Likewise.
17395 * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_gethostton_r)
17396 (_nss_nisplus_getntohost_r): Likewise.
17397 * nis/nss_nisplus/nisplus-grp.c (internal_nisplus_getgrent_r)
17398 (_nss_nisplus_getgrnam_r, _nss_nisplus_getgrgid_r): Likewise.
17399 * nis/nss_nisplus/nisplus-hosts.c (internal_gethostbyname2_r)
17400 (_nss_nisplus_gethostbyaddr_r, _nss_nisplus_gethostbyname4_r):
17401 Likewise.
17402 * nis/nss_nisplus/nisplus-initgroups.c
17403 (_nss_nisplus_initgroups_dyn): Likewise.
17404 * nis/nss_nisplus/nisplus-network.c (_nss_nisplus_getnetbyname_r)
17405 (_nss_nisplus_getnetbyaddr_r): Likewise.
17406 * nis/nss_nisplus/nisplus-proto.c (_nss_nisplus_getprotobyname_r)
17407 (_nss_nisplus_getprotobynumber_r): Likewise.
17408 * nis/nss_nisplus/nisplus-pwd.c (internal_nisplus_getpwent_r)
17409 (_nss_nisplus_getpwnam_r, _nss_nisplus_getpwuid_r): Likewise.
17410 * nis/nss_nisplus/nisplus-rpc.c (_nss_nisplus_getrpcbyname_r):
17411 Likewise.
17412 * nis/nss_nisplus/nisplus-service.c
17413 (internal_nisplus_getservent_r, _nss_nisplus_getservbyname_r)
17414 (_nss_nisplus_getservbyport_r): Likewise.
17415 * nis/nss_nisplus/nisplus-spwd.c (internal_nisplus_getspent_r)
17416 (_nss_nisplus_getspnam_r): Likewise.
17417 * nis/ypclnt.c (__yp_bind, yp_match, yp_all, yp_maplist):
17418 Likewise.
17419 * nscd/aicache.c (addhstaiX): Likewise.
17420 * nscd/cache.c (cache_search, prune_cache): Likewise.
17421 * nscd/connections.c (register_traced_file, send_ro_fd)
17422 (handle_request, nscd_run_prune, nscd_run_worker, fd_ready)
17423 (main_loop_epoll): Likewise.
17424 * nscd/grpcache.c (addgrbyX): Likewise.
17425 * nscd/hstcache.c (addhstbyX): Likewise.
17426 * nscd/initgrcache.c (addinitgroupsX): Likewise.
17427 * nscd/mem.c (gc, mempool_alloc): Likewise.
17428 * nscd/netgroupcache.c (do_notfound, addgetnetgrentX)
17429 (addinnetgrX): Likewise.
17430 * nscd/nscd-client.h (__nscd_acquire_maplock)
17431 (__nscd_drop_map_ref): Likewise.
17432 * nscd/nscd_getai.c (__nscd_getai): Likewise.
17433 * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
17434 * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp, nscd_gethst_r):
17435 Likewise.
17436 * nscd/nscd_getpw_r.c (nscd_getpw_r): Likewise.
17437 * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
17438 * nscd/nscd_helper.c (__readvall, open_socket, __nscd_get_mapping)
17439 (__nscd_get_map_ref): Likewise.
17440 * nscd/nscd_initgroups.c (__nscd_getgrouplist): Likewise.
17441 * nscd/nscd_netgroup.c (__nscd_setnetgrent, __nscd_innetgr):
17442 Likewise.
17443 * nscd/pwdcache.c (addpwbyX): Likewise.
17444 * nscd/selinux.c (preserve_capabilities): Likewise.
17445 * nscd/servicescache.c (addservbyX): Likewise.
17446 * nss/nss_files/files-XXX.c (internal_getent): Likewise.
17447 * posix/fnmatch.c (fnmatch): Likewise.
17448 * posix/getopt.c (_getopt_internal_r): Likewise.
17449 * posix/glob.c (glob, glob_in_dir): Likewise.
17450 * posix/wordexp.c (exec_comm_child): Likewise.
17451 * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r)
17452 (getanswer_r, gaih_getanswer_slice): Likewise.
17453 * resolv/nss_dns/dns-network.c (getanswer_r): Likewise.
17454 * resolv/res_init.c: Likewise.
17455 * resolv/res_mkquery.c (res_nmkquery): Likewise.
17456 * resolv/res_query.c (__libc_res_nquery): Likewise.
17457 * resolv/res_send.c (__libc_res_nsend, send_vc, reopen, send_dg):
17458 Likewise.
17459 * stdio-common/_i18n_number.h (_i18n_number_rewrite): Likewise.
17460 * stdio-common/perror.c (perror): Likewise.
17461 * stdio-common/printf_fp.c (___printf_fp): Likewise.
17462 * stdio-common/tmpnam.c (tmpnam): Likewise.
17463 * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
17464 * stdlib/cxa_finalize.c (__cxa_finalize): Likewise.
17465 * stdlib/cxa_thread_atexit_impl.c (__cxa_thread_atexit_impl):
17466 Likewise.
17467 * stdlib/drand48-iter.c (__drand48_iterate): Likewise.
17468 * stdlib/putenv.c (putenv): Likewise.
17469 * stdlib/setenv.c (__add_to_environ): Likewise.
17470 * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
17471 * stdlib/strtol_l.c (INTERNAL): Likewise.
17472 * string/memmem.c (memmem): Likewise.
17473 * string/strerror.c (strerror): Likewise.
17474 * string/strnlen.c (__strnlen): Likewise.
17475 * string/test-memmem.c (simple_memmem): Likewise.
17476 * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Likewise.
17477 * sunrpc/pm_getport.c (__get_socket): Likewise.
17478 * sysdeps/gnu/unwind-resume.c (init, _Unwind_Resume): Likewise.
17479 * sysdeps/i386/dl-irel.h (elf_irel): Likewise.
17480 * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup)
17481 (elf_machine_rel, elf_machine_lazy_rel, elf_machine_lazy_rela):
17482 Likewise.
17483 * sysdeps/ieee754/dbl-64/e_atanh.c (__ieee754_atanh): Likewise.
17484 * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Likewise.
17485 * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Likewise.
17486 * sysdeps/ieee754/dbl-64/e_gamma_r.c (__ieee754_gamma_r): Likewise.
17487 * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Likewise.
17488 * sysdeps/ieee754/dbl-64/e_j1.c (__ieee754_j1, __ieee754_y1):
17489 Likewise.
17490 * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_jn, __ieee754_yn):
17491 Likewise.
17492 * sysdeps/ieee754/dbl-64/e_log10.c (__ieee754_log10): Likewise.
17493 * sysdeps/ieee754/dbl-64/e_log2.c (__ieee754_log2): Likewise.
17494 * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
17495 * sysdeps/ieee754/dbl-64/e_sinh.c (__ieee754_sinh): Likewise.
17496 * sysdeps/ieee754/dbl-64/s_asinh.c (__asinh): Likewise.
17497 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Likewise.
17498 * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
17499 * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Likewise.
17500 * sysdeps/ieee754/dbl-64/s_modf.c (__modf): Likewise.
17501 * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): Likewise.
17502 * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
17503 * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c (__ieee754_acosh):
17504 Likewise.
17505 * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c (__ieee754_log10):
17506 Likewise.
17507 * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c (__ieee754_log2):
17508 Likewise.
17509 * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c (__frexp): Likewise.
17510 * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
17511 * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo): Likewise.
17512 * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c (__round): Likewise.
17513 * sysdeps/ieee754/flt-32/e_atanhf.c (__ieee754_atanhf): Likewise.
17514 * sysdeps/ieee754/flt-32/e_gammaf_r.c (__ieee754_gammaf_r): Likewise.
17515 * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
17516 * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Likewise.
17517 * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_nearbyint): Likewise.
17518 * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Likewise.
17519 * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c (__llroundl): Likewise.
17520 * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
17521 * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
17522 * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c (__lroundl): Likewise.
17523 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
17524 * sysdeps/ieee754/ldbl-96/e_gammal_r.c (__ieee754_gammal_r):
17525 Likewise.
17526 * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l, __ieee754_y0l):
17527 Likewise.
17528 * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l, __ieee754_y1l):
17529 Likewise.
17530 * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_jnl, __ieee754_ynl):
17531 Likewise.
17532 * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
17533 * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
17534 * sysdeps/posix/clock_getres.c (hp_timing_getres, realtime_getres):
17535 Likewise.
17536 * sysdeps/posix/fdopendir.c (__fdopendir): Likewise.
17537 * sysdeps/posix/getaddrinfo.c (gaih_inet, getaddrinfo): Likewise.
17538 * sysdeps/posix/opendir.c (__opendirat): Likewise.
17539 * sysdeps/posix/sleep.c: Likewise.
17540 * sysdeps/posix/tempname.c: Likewise.
17541 * sysdeps/powerpc/powerpc32/dl-irel.h (elf_irela): Likewise.
17542 * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
17543 Likewise.
17544 * sysdeps/powerpc/powerpc32/dl-machine.h
17545 (elf_machine_runtime_setup, elf_machine_rela): Likewise.
17546 * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
17547 * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
17548 * sysdeps/pthread/aio_notify.c (__aio_notify_only): Likewise.
17549 * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait, aio_suspend):
17550 Likewise.
17551 * sysdeps/s390/dl-irel.h (elf_irela): Likewise.
17552 * sysdeps/s390/s390-32/dl-machine.h (elf_machine_runtime_setup)
17553 (elf_machine_rela, elf_machine_lazy_rel): Likewise.
17554 * sysdeps/s390/s390-64/dl-machine.h (elf_machine_runtime_setup)
17555 (elf_machine_rela, elf_machine_lazy_rel): Likewise.
17556 * sysdeps/s390/s390-64/utf16-utf32-z9.c (gconv_end): Likewise.
17557 * sysdeps/s390/s390-64/utf8-utf16-z9.c (gconv_end): Likewise.
17558 * sysdeps/s390/s390-64/utf8-utf32-z9.c (gconv_end): Likewise.
17559 * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
17560 * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Likewise.
17561 * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela)
17562 (elf_machine_lazy_rel): Likewise.
17563 * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
17564 * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela)
17565 (elf_machine_lazy_rel): Likewise.
17566 * sysdeps/sparc/sparc64/dl-plt.h (sparc64_fixup_plt): Likewise.
17567 * sysdeps/unix/clock_gettime.c (hp_timing_gettime): Likewise.
17568 * sysdeps/unix/clock_settime.c (hp_timing_settime): Likewise.
17569 * sysdeps/unix/grantpt.c (grantpt): Likewise.
17570 * sysdeps/unix/sysv/linux/accept4.c (accept4): Likewise.
17571 * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME): Likewise.
17572 * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): Likewise.
17573 * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
17574 Likewise.
17575 * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Likewise.
17576 * sysdeps/unix/sysv/linux/fchmodat.c (fchmodat): Likewise.
17577 * sysdeps/unix/sysv/linux/fchownat.c (fchownat): Likewise.
17578 * sysdeps/unix/sysv/linux/futimesat.c (futimesat): Likewise.
17579 * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
17580 * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
17581 * sysdeps/unix/sysv/linux/i386/fallocate64.c (fallocate64): Likewise.
17582 * sysdeps/unix/sysv/linux/i386/fallocate.c (fallocate): Likewise.
17583 * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Likewise.
17584 * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
17585 * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
17586 Likewise.
17587 * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c
17588 (__posix_fallocate64_l64): Likewise.
17589 * sysdeps/unix/sysv/linux/i386/posix_fallocate.c
17590 (posix_fallocate): Likewise.
17591 * sysdeps/unix/sysv/linux/i386/scandir64.c (__old_scandir64):
17592 Likewise.
17593 * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
17594 * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request)
17595 (getifaddrs_internal): Likewise.
17596 * sysdeps/unix/sysv/linux/linkat.c (linkat): Likewise.
17597 * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Likewise.
17598 * sysdeps/unix/sysv/linux/mq_unlink.c (mq_unlink): Likewise.
17599 * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Likewise.
17600 * sysdeps/unix/sysv/linux/posix_fallocate64.c
17601 (__posix_fallocate64_l64): Likewise.
17602 * sysdeps/unix/sysv/linux/posix_fallocate.c (posix_fallocate):
17603 Likewise.
17604 * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Likewise.
17605 * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c
17606 (__get_clockfreq): Likewise.
17607 * sysdeps/unix/sysv/linux/readlinkat.c (readlinkat): Likewise.
17608 * sysdeps/unix/sysv/linux/recvmmsg.c (recvmmsg): Likewise.
17609 * sysdeps/unix/sysv/linux/renameat.c (renameat): Likewise.
17610 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
17611 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
17612 * sysdeps/unix/sysv/linux/sched_setaffinity.c: Likewise.
17613 * sysdeps/unix/sysv/linux/sendmmsg.c (__sendmmsg): Likewise.
17614 * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs, shm_open):
17615 Likewise.
17616 * sysdeps/unix/sysv/linux/sleep.c (__sleep): Likewise.
17617 * sysdeps/unix/sysv/linux/symlinkat.c (symlinkat): Likewise.
17618 * sysdeps/unix/sysv/linux/tcgetattr.c (__tcgetattr): Likewise.
17619 * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Likewise.
17620 * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
17621 * sysdeps/unix/sysv/linux/unlinkat.c (unlinkat): Likewise.
17622 * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c (__fxstatat):
17623 Likewise.
17624 * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
17625 (posix_fallocate): Likewise.
17626 * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
17627 * sysdeps/unix/sysv/linux/xmknodat.c (__xmknodat): Likewise.
17628 * sysdeps/x86_64/dl-irel.h (elf_irela): Likewise.
17629 * sysdeps/x86_64/dl-machine.h (elf_machine_runtime_setup)
17630 (elf_machine_rela, elf_machine_rela_relative)
17631 (elf_machine_lazy_rel): Likewise.
17632 * time/asctime.c (asctime_internal): Likewise.
17633 * time/tzfile.c (__tzfile_read, __tzfile_compute): Likewise.
17634 * time/tzset.c (__tzset_parse_tz): Likewise.
17635 * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
17636 * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
17637 * wcsmbs/wcsmbsload.c (__wcsmbs_load_conv): Likewise.
17638 * wcsmbs/wcsmbsload.h: Likewise.
17639
17640 [BZ #15894]
17641 * stdlib/setenv.c (__add_to_environ): Remove duplicate code.
17642
17643 * malloc/arena.c (grow_heap, get_free_list, reused_arena)
17644 (arena_get2): Remove THREAD_STATS conditionals.
17645 * malloc/malloc.c (__malloc_assert, __libc_realloc, _int_free)
17646 (__malloc_stats, int): Likewise.
17647
17648 2014-02-08 Mike Frysinger <vapier@gentoo.org>
17649
17650 * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs): Compare
17651 f.f_type to RAMFS_MAGIC too. Compare mp->mnt_type to shm too.
17652
17653 * manual/setjmp.texi: Fix typos/grammar errors.
17654
17655 * debug/tst-backtrace4.c (handle_signal): Add NUM_FUNCTIONS to output.
17656 Only return early when n is <= 0. Delete unused return statement.
17657
17658 * debug/Makefile (CFLAGS-tst-longjmp_chk3.c): Define.
17659 (CPPFLAGS-tst-longjmp_chk3.c): Likewise.
17660 * debug/tst-longjmp_chk3.c: New file.
17661
17662 * benchtests/bench-strcpy_chk.c: Move test-skeleton.c to top.
17663 (test_main): Replace code with set_fortify_handler call.
17664 * debug/test-strcpy_chk.c: Likewise.
17665 * debug/tst-chk1.c: Likewise.
17666 * debug/tst-longjmp_chk.c: Likewise.
17667 * test-skeleton.c: Include fcntl.h & paths.h
17668 (set_fortify_handler): Define.
17669
17670 * debug/tst-longjmp_chk.c: Add header comment and include
17671 ../test-skeleton.c.
17672 (do_test): Mark static.
17673 (TEST_FUNCTION): Define.
17674
17675 * sysdeps/unix/sysv/linux/bits/in.h (IP_NODEFRAG): Define.
17676 (IP_PMTUDISC_INTERFACE): Likewise.
17677 (IP_MULTICAST_IF): Likewise.
17678 (IP_MULTICAST_TTL): Likewise.
17679 (IP_MULTICAST_LOOP): Likewise.
17680 (IP_ADD_MEMBERSHIP): Likewise.
17681 (IP_DROP_MEMBERSHIP): Likewise.
17682 (IP_UNBLOCK_SOURCE): Likewise.
17683 (IP_BLOCK_SOURCE): Likewise.
17684 (IP_ADD_SOURCE_MEMBERSHIP): Likewise.
17685 (IP_DROP_SOURCE_MEMBERSHIP): Likewise.
17686 (IP_MSFILTER): Likewise.
17687 (MCAST_JOIN_GROUP): Likewise.
17688 (MCAST_BLOCK_SOURCE): Likewise.
17689 (MCAST_UNBLOCK_SOURCE): Likewise.
17690 (MCAST_LEAVE_GROUP): Likewise.
17691 (MCAST_JOIN_SOURCE_GROUP): Likewise.
17692 (MCAST_LEAVE_SOURCE_GROUP): Likewise.
17693 (MCAST_MSFILTER): Likewise.
17694 (IP_MULTICAST_ALL): Likewise.
17695 (IP_UNICAST_IF): Likewise.
17696
17697 * timezone/Makefile: Delete $(have-ksh) check.
17698 ($(objpfx)tzselect): Change $(KSH) to $(BASH).
17699 * timezone/tzselect.ksh: Add +x mode bits.
17700
17701 * sysdeps/unix/sysv/linux/linux_fsinfo.h (AFS_SUPER_MAGIC): Define.
17702 (ANON_INODE_FS_MAGIC): Likewise.
17703 (BDEVFS_MAGIC): Likewise.
17704 (BINFMTFS_MAGIC): Likewise.
17705 (BTRFS_TEST_MAGIC): Likewise.
17706 (CRAMFS_MAGIC_WEND): Likewise.
17707 (DEBUGFS_MAGIC): Likewise.
17708 (ECRYPTFS_SUPER_MAGIC): Likewise.
17709 (EXT3_SUPER_MAGIC): Likewise.
17710 (EXT4_SUPER_MAGIC): Likewise.
17711 (FUTEXFS_SUPER_MAGIC): Likewise.
17712 (HOSTFS_SUPER_MAGIC): Likewise.
17713 (HUGETLBFS_MAGIC): Likewise.
17714 (MINIX3_SUPER_MAGIC): Likewise.
17715 (MTD_INODE_FS_MAGIC): Likewise.
17716 (NILFS_SUPER_MAGIC): Likewise.
17717 (OPENPROM_SUPER_MAGIC): Likewise.
17718 (PIPEFS_MAGIC): Likewise.
17719 (PSTOREFS_MAGIC): Likewise.
17720 (QNX6_SUPER_MAGIC): Likewise.
17721 (RAMFS_MAGIC): Likewise.
17722 (REISERFS_SUPER_MAGIC_STRING): Likewise.
17723 (REISER2FS_SUPER_MAGIC_STRING): Likewise.
17724 (REISER2FS_JR_SUPER_MAGIC_STRING): Likewise.
17725 (SECURITYFS_MAGIC): Likewise.
17726 (SELINUX_MAGIC): Likewise.
17727 (SMACK_MAGIC): Likewise.
17728 (SOCKFS_MAGIC): Likewise.
17729 (SQUASHFS_MAGIC): Likewise.
17730 (STACK_END_MAGIC): Likewise.
17731 (TMPFS_MAGIC): Likewise.
17732 (USBDEVICE_SUPER_MAGIC): Likewise.
17733 (V9FS_MAGIC): Likewise.
17734 (XENFS_SUPER_MAGIC): Likewise.
17735 (CRAMFS_MAGIC): Fix typo in comment.
17736 (EXT2_SUPER_MAGIC): Update comment.
17737 (USBDEVFS_SUPER_MAGIC): Fix sorting order by moving further down.
17738
17739 2014-02-08 Joseph Myers <joseph@codesourcery.com>
17740
17741 * sysdeps/arm: Move directory from ports/sysdeps/arm.
17742 * sysdeps/unix/arm: Move directory from ports/sysdeps/unix/arm.
17743 * sysdeps/unix/sysv/linux/arm: Move directory from
17744 ports/sysdeps/unix/sysv/linux/arm.
17745 * README: Update listing for arm-*-linux-gnueabi.
17746
17747 * README: Remove mention of am33.
17748
17749 2014-02-07 Roland McGrath <roland@hack.frob.com>
17750
17751 * bits/sigset.h (__sigemptyset): Use a statement expression rather
17752 than the comma operator, to avoid "rhs of comma has no effect"
17753 compiler warnings.
17754 (__sigfillset, __sigandset, __sigorset): Likewise.
17755 * include/signal.h (__sigemptyset): Likewise.
17756 * sysdeps/generic/malloc-machine.h (mutex_lock): Likewise.
17757
17758 2014-02-07 Allan McRae <allan@archlinux.org>
17759
17760 * version.h (RELEASE): Set to "development".
17761 (VERSION): Set to "2.19.90"
17762 * NEWS: Add 2.20 section.
17763
17764 2014-02-06 Carlos O'Donell <carlos@redhat.com>
17765
17766 [BZ #16529]
17767 * inet/netinet/in.h: Remove comma after IPPROTO_MH.
17768
17769 2014-02-06 Siddhesh Poyarekar <siddhesh@redhat.com>
17770
17771 * manual/contrib.texi: Update entry for Carlos O'Donell,
17772 Joseph Myers, Roland McGrath, Alexandre Oliva and Ryan Arnold.
17773
17774 2014-02-05 Carlos O'Donell <carlos@rehdat.com>
17775
17776 * sysdeps/unix/sysv/linux/kernel-features.h: Fix comment.
17777
17778 * sysdeps/unix/sysv/linux/kernel-features.h
17779 [__LINUX_KERNEL_VERSION >= 0x020621]
17780 (__ASSUME_PROC_PID_TASK_COMM): Define.
17781
17782 2014-02-05 Siddhesh Poyarekar <siddhesh@redhat.com>
17783
17784 [BZ #16398]
17785 * libio/wfileops.c (_IO_wfile_seekoff): Break out form
17786 conversion when destination buffer does not have enough space.
17787 * libio/tst-ftell-partial-wide.c: New test case.
17788 * libio/Makefile (tests): Add tst-ftell-partial-wide.
17789
17790 * manual/contrib.texi: Update entry for Ondrej Bilka, Will
17791 Newton and Alexandre Oliva. Add entries for Steve Ellcey, Chris
17792 Leonard and Allan McRae.
17793
17794 2014-02-04 David S. Miller <davem@davemloft.net>
17795
17796 * sysdeps/sparc/fpu/libm-test-ulps: Update for some 64-bit differences from
17797 32-bit.
17798
17799 2014-02-04 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
17800
17801 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
17802 New file
17803 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
17804 New file
17805 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
17806 New file.
17807 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
17808 New file.
17809 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
17810 New file.
17811 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
17812 New file.
17813 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
17814 New file.
17815 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
17816 New file.
17817 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
17818 New file.
17819 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
17820 New file.
17821 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
17822 New file.
17823 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
17824 New file.
17825 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
17826 New file.
17827
17828 2014-02-01 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
17829
17830 * nptl/shlib-versions: Change powerpc*le start to 2.17.
17831 * shlib-versions: Likewise.
17832
17833 2014-02-04 Roland McGrath <roland@hack.frob.com>
17834 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
17835
17836 * sysdeps/powerpc/Makefile [$(config-machine) ends with 'le']
17837 (abilist-pattern): New variable, set to %-le.abilist.
17838
17839 * Makerules (abilist-pattern): New variable.
17840 (vpath): Use $(abilist-pattern) in place of %.abilist.
17841 (check-abi-% pattern rule): Likewise.
17842 (check-abi, update-abi): Likewise.
17843
17844 2014-02-04 Eric Wong <normalperson@yhbt.net>
17845
17846 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
17847
17848 2014-02-03 Carlos O'Donell <carlos@redhat.com>
17849
17850 * manual/startup.texi: Add next, previous, and top entries for
17851 the `Program Arguments' and `Environment Variables' nodes.
17852
17853 2014-02-03 Alexandre Oliva <aoliva@redhat.com>
17854
17855 * manual/macros.texi: Add comments before MTASC-safety macros.
17856
17857 * manual/users.texi: Document MTASC-safety properties.
17858
17859 * manual/threads.texi (pthread_key_create, pthread_key_delete)
17860 (pthread_getspecific, pthread_setspecific): Format with
17861 @deftypefun, and add @safety note.
17862 * manual/signal.texi: Move comments that analyze the above
17863 functions to their home place.
17864
17865 2014-02-03 Allan McRae <allan@archlinux.org>
17866
17867 * po/sl.po: Update Slovenian translation from translation project.
17868
17869 2014-02-02 Alexandre Oliva <aoliva@redhat.com>
17870
17871 * manual/time.texi (timegm): Add missing blank after @c.
17872 Reported by Joseph Myers <joseph@codesourcery.com>.
17873
17874 2014-02-01 Alexandre Oliva <aoliva@redhat.com>
17875
17876 * manual/check-safety.sh: New.
17877 * manual/Makefile ($(objpfx)stamp-summary): Run it.
17878
17879 * manual/terminal.texi: Document MTASC-safety properties.
17880
17881 * manual/filesys.texi: Document MTASC-safety properties.
17882
17883 * manual/errno.texi: Document MTASC-safety properties.
17884
17885 * manual/intro.texi: Document safety identifiers and
17886 conditionals.
17887
17888 * manual/string.texi (wcstok): Fix prototype.
17889 (wcstok, strtok, strtok_r): Adjust reentrancy remarks.
17890
17891 * manual/time.texi: Document MTASC-safety properties.
17892
17893 * manual/string.texi: Document MTASC-safety properties.
17894
17895 * manual/threads.texi: Document MTASC-safety properties.
17896
17897 * manual/stdio.texi: Document MTASC-safety properties.
17898
17899 * manual/syslog.texi: Document MTASC-safety properties.
17900
17901 * manual/sysinfo.texi: Document MTASC-safety properties.
17902
17903 * manual/startup.texi: Document MTASC-safety properties.
17904
17905 * manual/socket.texi: Document MTASC-safety properties.
17906
17907 * manual/signal.texi: Document MTASC-safety properties.
17908
17909 2014-01-31 Alexandre Oliva <aoliva@redhat.com>
17910
17911 * manual/setjmp.texi: Document MTASC-safety properties.
17912
17913 * manual/search.texi: Document MTASC-safety properties.
17914
17915 * manual/resource.texi: Document MTASC-safety properties.
17916
17917 * manual/process.texi: Document MTASC-safety properties.
17918
17919 * manual/platform.texi: Document MTASC-safety properties.
17920
17921 * manual/pipe.texi: Document MTASC-safety properties.
17922
17923 * manual/pattern.texi: Document MTASC-safety properties.
17924
17925 * manual/message.texi: Document MTASC-safety properties.
17926
17927 [BZ #12751]
17928 * manual/memory.texi: Document MTASC-safety properties.
17929
17930 * manual/math.texi: Document MTASC-safety properties.
17931
17932 * manual/locale.texi: Document MTASC-safety properties.
17933
17934 * manual/llio.texi: Document MTASC-safety properties.
17935
17936 * manual/libdl.texi: New.
17937
17938 * manual/lang.texi: Document MTASC-safety properties.
17939
17940 * manual/job.texi: Document MTASC-safety properties.
17941
17942 * manual/getopt.texi: Document MTASC-safety properties.
17943
17944 * manual/ctype.texi: Document MTASC-safety properties.
17945
17946 2014-01-31 Maciej W. Rozycki <macro@codesourcery.com>
17947
17948 [BZ #16046]
17949 * csu/libc-tls.c (static_map): Remove variable.
17950 (__libc_setup_tls): Use main executable's link map for TLS data.
17951 * elf/dl-close.c (_dl_close_worker) [!SHARED]: Remove special
17952 casing for LM_ID_BASE and GL(dl_nns).
17953 * elf/dl-iteratephdr.c [!SHARED] (dl_iterate_phdr): Remove
17954 function. Alias dl_iterate_phdr to __dl_iterate_phdr.
17955 * elf/dl-load.c (_dl_map_object) [!SHARED]: Remove special
17956 casing for GL(dl_ns)[LM_ID_BASE]._ns_loaded.
17957 * elf/dl-support.c (_dl_main_map): Also initialize l_flags_1
17958 member.
17959 (_dl_non_dynamic_init): Also initialize _dl_main_map's l_phdr and
17960 l_phnum members.
17961
17962 2014-01-30 Alexandre Oliva <aoliva@redhat.com>
17963
17964 * manual/debug.texi: Document MTASC-safety properties.
17965
17966 2014-01-29 H.J. Lu <hongjiu.lu@intel.com>
17967
17968 [BZ #16510]
17969 * sysdeps/x86/fpu/bits/mathinline.h: Check __SSE2_MATH__ instead
17970 of __x86_64__ when disabling x87 inline functions.
17971
17972 2014-01-29 Alexandre Oliva <aoliva@redhat.com>
17973
17974 * manual/charset.texi: Document MTASC-safety properties.
17975
17976 * manual/crypt.texi: Document MTASC-safety properties.
17977
17978 * manual/conf.texi: Document MTASC-safety properties.
17979
17980 * manual/arith.texi: Document MTASC-safety properties.
17981
17982 * manual/argp.texi: Document MTASC-safety properties.
17983
17984 * manual/macros.texi: Introduce macros to document multi
17985 thread, asynchronous signal and asynchronous cancellation
17986 safety properties.
17987 * manual/intro.texi: Introduce the properties themselves.
17988
17989 2014-01-27 Kaz Kojima <kkojima@rr.iij4u.or.jp>
17990
17991 * sysdeps/sh/sh4/Makefile: New file.
17992
17993 2014-01-27 Andreas Schwab <schwab@linux-m68k.org>
17994
17995 * math/gen-libm-test.pl ($srcdir): New variable.
17996 ($auto_input): Use it.
17997
17998 2014-01-27 Siddhesh Poyarekar <siddhesh@redhat.com>
17999
18000 [BZ #16506]
18001 * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Avoid
18002 access beyond array bounds when parsing netgroups file.
18003
18004 * nscd/netgroupcache.c (addgetnetgrentX): Compute offset from
18005 the old buffer before realloc.
18006
18007 2014-01-27 Allan McRae <allan@archlinux.org>
18008
18009 * po/fr.po: Update French translation from translation project.
18010
18011 2014-01-26 Kaz Kojima <kkojima@rr.iij4u.or.jp>
18012
18013 * sysdeps/sh/libm-test-ulps: Regenerate.
18014
18015 2014-01-24 David S. Miller <davem@davemloft.net>
18016
18017 * sysdeps/sparc/fpu/libm-test-ulps: Regenerate.
18018
18019 2014-01-25 Kaz Kojima <kkojima@rr.iij4u.or.jp>
18020
18021 * sysdeps/sh/sh4/fpu/libm-test-ulps: Move to ...
18022 * sysdeps/sh/libm-test-ulps: ... here and regenerated.
18023
18024 2013-01-24 Siddhesh Poyarekar <siddhesh@redhat.com>
18025
18026 [BZ #16474]
18027 * nscd/netgroupcache.c (addgetnetgrentX): Adjust triplet
18028 string pointers after reallocation.
18029
18030 2014-01-24 Kaz Kojima <kkojima@rr.iij4u.or.jp>
18031
18032 * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: Use __SH4__ and
18033 __SH4A__ instead of __SH_FPU_ANY__.
18034
18035 2014-01-23 Kaz Kojima <kkojima@rr.iij4u.or.jp>
18036
18037 * sysdeps/sh/fpu_control.h: New file.
18038 * sysdeps/sh/sh4/fpu/fpu_control.h: Remove.
18039 * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: New file.
18040 * sysdeps/unix/sysv/linux/sh/sh3/sys/ucontext.h: Remove.
18041 * sysdeps/unix/sysv/linux/sh/sh3/sys: Remove directory.
18042 * sysdeps/unix/sysv/linux/sh/sh4/sys/ucontext.h: Remove.
18043 * sysdeps/unix/sysv/linux/sh/sh4/sys: Remove directory.
18044 * sysdeps/sh/sys/ucontext.h: Remove.
18045 * sysdeps/sh/sys: Remove directory.
18046
18047 2014-01-22 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
18048
18049 * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Merge into
18050 s390/sys/ucontext.h.
18051 * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Likewise.
18052 * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: New file.
18053
18054 2014-01-20 H.J. Lu <hongjiu.lu@intel.com>
18055
18056 [BZ #15605]
18057 * sysdeps/x86_64/x32/symbol-hacks.h: Include generic symbol-hacks.h.
18058
18059 2014-01-20 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
18060
18061 [BZ#16431]
18062 * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
18063 Adjust the vDSO correctly for internal calls.
18064 * sysdeps/unix/sysv/linux/powerpc/time.c (time): Likewise.
18065
18066 2014-01-20 Allan McRae <allan@archlinux.org>
18067
18068 * po/ca.po: Update Catalan translation from translation project.
18069
18070 2014-01-16 Mike Frysinger <vapier@gentoo.org>
18071
18072 * sysdeps/s390/sotruss-lib.c: New file.
18073
18074 2014-01-16 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
18075
18076 [BZ#16430]
18077 * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c
18078 (__GI___gettimeofday): Alias for a different internal symbol to avoid
18079 local calls issues by not having a PLT stub required for IFUNC calls.
18080 * sysdeps/unix/sysv/linux/powerpc/time.c (__GI_time): Likewise.
18081
18082 2014-01-16 Joseph Myers <joseph@codesourcery.com>
18083
18084 * math/test-fpucw-ieee.c: Use <> in #include of test-fpucw.c.
18085 * math/test-fpucw-static.c: Likewise.
18086
18087 2013-01-16 Siddhesh Poyarekar <siddhesh@redhat.com>
18088
18089 [BZ #16453]
18090 * nscd/netgroupcache.c (addgetnetgrentX): Don't use alloca.
18091
18092 2014-01-15 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
18093
18094 * sysdeps/powerpc/sotruss-lib.c: New file: sotruss-lib.so
18095 implementation for powerpc.
18096
18097 2014-01-15 Ondřej Bílka <neleai@seznam.cz>
18098
18099 [BZ #14782]
18100 * sysdeps/posix/system.c (__libc_system): Do not enable
18101 asynchronous cancellation.
18102
18103 2014-01-15 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
18104
18105 [BZ #16427]
18106 * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Invoke the non-IEEE
18107 handling only for numbers special also in the IEEE case.
18108
18109 2014-01-15 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
18110
18111 * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
18112
18113 2014-01-11 Allan McRae <allan@archlinux.org>
18114
18115 * po/bg.po: Update Bulgarian translation from translation project.
18116
18117 * po/de.po: Update German translation from translation project.
18118
18119 2014-01-10 Roland McGrath <roland@hack.frob.com>
18120
18121 * sysdeps/generic/gcc-compat.h: New file.
18122
18123 2014-01-10 Siddhesh Poyarekar <siddhesh@redhat.com>
18124
18125 * benchtests/asin-inputs: Correct slow inputs.
18126 * benchtests/acos-inputs: Likewise.
18127
18128 2014-01-10 Allan McRae <allan@archlinux.org>
18129
18130 * po:sv.po: Update Swedish translation from translation project.
18131
18132 * po/vi.po: Update Vietnamese translation from translation project.
18133
18134 * po/eo.po: Update Esperanto translation from translation project.
18135
18136 * po/cs.po: Update Czech translation from translation project.
18137
18138 * po/nl.po: Update Dutch translation from translation project.
18139
18140 * po/pl.po: Update Polish translation from translation project.
18141
18142 * po/ru.po: Update Russian translation from translation project.
18143
18144 * po/uk.po: Update Ukrainian translation from translation project.
18145
18146 2014-01-08 Brooks Moses <bmoses@google.com>
18147
18148 * elf/dl-load.c: Fix comment typo.
18149
18150 2014-01-08 Carlos O'Donell <carlos@redhat.com>
18151
18152 * po/header.pot: Rename to...
18153 * po/pot.header: ... this.
18154 * po/Makefile: Use pot.header.
18155
18156 2014-01-08 Yuriy Kaminskiy <yumkam@gmail.com>
18157 Maxim Kuvyrkov <maxim@kugelworks.com>
18158
18159 [BZ #16394]
18160 * sysdeps/i386/i686/memmove.S (memmove): Compare distance between
18161 SRC and DEST against LEN.
18162
18163 2014-01-08 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
18164
18165 [BZ #16414]
18166 * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Remove wrong
18167 implementation.
18168 * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Remove bogus comment.
18169
18170 2014-01-08 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
18171
18172 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
18173
18174 2014-01-08 Joseph Myers <joseph@codesourcery.com>
18175
18176 [BZ #16408]
18177 * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Use __expl
18178 for large positive arguments.
18179
18180 2014-01-07 Joseph Myers <joseph@codesourcery.com>
18181
18182 * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
18183
18184 * math/auto-libm-test-in: Mark various tests with
18185 xfail-rounding:ldbl-128ibm.
18186 * math/auto-libm-test-out: Regenerated.
18187
18188 [BZ #16407]
18189 * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
18190 Increase overflow threshold.
18191
18192 2014-01-07 Ondřej Bílka <neleai@seznam.cz>
18193
18194 [BZ #14286]
18195 * stdio-common/vfprintf.c: Check for integer overflow.
18196
18197 2014-01-07 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
18198
18199 * sysdeps/s390/dl-tls.h: sysdeps/s390/dl-tls.h: Remove casts for
18200 the first argument and return value of __tls_get_addr_internal.
18201
18202 2014-01-07 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
18203
18204 * sysdeps/s390/s390-32/dl-machine.h: Gate the definition of refsym
18205 also with !RTLD_BOOTSTRAP to get rid of unused variable warning.
18206
18207 2014-01-07 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
18208
18209 * sysdeps/s390/Makefile: Build rtld-global-offsets.sym.
18210 * sysdeps/s390/rtld-global-offsets.sym: New file.
18211 * sysdeps/unix/sysv/linux/s390/Versions: Add getcontext as new
18212 GLIBC_2.19 symbol.
18213 * sysdeps/unix/sysv/linux/s390/getcontext.S: New file.
18214 * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Rename to ...
18215 * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
18216 ... this.
18217 * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Rename to ...
18218 * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
18219 ... this.
18220 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
18221 Regenerate.
18222 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
18223 Regenerate.
18224 * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Restore upper
18225 halfs of GPRs for high_gprs contexts.
18226 * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Save and
18227 restore upper halfs of GPRs for high_gprs contexts. Copy uc_flags
18228 field.
18229 * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Copy
18230 uc_flags field.
18231 * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: Split into 32 and
18232 64 bit versions:
18233 * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Add field
18234 for high GPRs (uc_high_gprs) and for future extensions
18235 (__reserved).
18236 * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Add field
18237 for future extensions (__reserved).
18238 * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Split into 32 and
18239 64 bit versions:
18240 * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym: Add
18241 SC_HIGHGPRS offset definition.
18242 * sysdeps/unix/sysv/linux/s390/s390-64/ucontext_i.sym: New file.
18243 * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: New file.
18244
18245 * Versions.def: Add GLIBC_2.19 for libpthread.
18246 * nptl/sysdeps/unix/sysv/linux/s390/Versions: Add longjmp and
18247 siglongjmp for libpthread with GLIBC_2.19 symver.
18248 * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: New file.
18249 * sysdeps/s390/Makefile: Build v1-longjmp.c and v1-sigjmp.c.
18250 * sysdeps/s390/Versions: New GLIBC_2.19 and GLIBC_PRIVATE symbols.
18251 * sysdeps/s390/__longjmp.c: New file.
18252 * sysdeps/s390/bits/setjmp.h: Add new fields to __s390_jmp_buf.
18253 * sysdeps/s390/longjmp.c: New file.
18254 * sysdeps/s390/setjmp.S: New file.
18255 * sysdeps/s390/sigjmp.S: New file.
18256 * sysdeps/s390/v1-longjmp.c: New file.
18257 * sysdeps/s390/v1-setjmp.h: New file.
18258 * sysdeps/s390/v1-sigjmp.c: New file.
18259 * sysdeps/unix/sysv/linux/s390/Makefile: Build __longjmp_chk.
18260 * sysdeps/unix/sysv/linux/s390/Versions: Add __longjmp_chk with
18261 GLIBC_2.19 version.
18262 * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: New file.
18263 * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c: Provide
18264 versioned symbols for ____longjmp_chk.
18265 * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
18266 Likewise.
18267 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
18268 Regenerate.
18269 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
18270 Regenerate.
18271 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
18272 Regenerate.
18273 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
18274 Regenerate.
18275 * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: New file.
18276 * sysdeps/s390/s390-32/__longjmp.c: Rename to ...
18277 * sysdeps/s390/s390-32/__longjmp-common.c: ... this.
18278 * sysdeps/s390/s390-32/setjmp.S: Rename and adjust to ...
18279 * sysdeps/s390/s390-32/setjmp-common.S: ... this.
18280 * sysdeps/s390/s390-64/__longjmp.c: Rename to ...
18281 * sysdeps/s390/s390-64/__longjmp-common.c: ... this.
18282 * sysdeps/s390/s390-64/setjmp.S: Rename and adjust to ...
18283 * sysdeps/s390/s390-64/setjmp-common.S: ... this.
18284 * sysdeps/s390/rtld-__longjmp.c: New file.
18285 * sysdeps/s390/rtld-setjmp.S: New file.
18286
18287 2014-01-06 Joseph Myers <joseph@codesourcery.com>
18288
18289 [BZ #16400]
18290 * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
18291 Return -__logl (x) for small positive arguments without evaluating
18292 a polynomial.
18293
18294 2014-01-06 Mike Frysinger <vapier@gentoo.org>
18295
18296 * sysdeps/unix/sysv/linux/sys/ptrace.h (ptrace_peeksiginfo_args):
18297 Rename to ...
18298 (__ptrace_peeksiginfo_args): ... this.
18299 * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
18300 * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
18301 * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
18302
18303 2014-01-06 Allan McRae <allan@archlinux.org>
18304
18305 * inet/netinet/in.h: Fix typo in comment.
18306
18307 2014-01-05 Andreas Jaeger <aj@suse.de>
18308
18309 * sysdeps/i386/fpu/libm-test-ulps: Update.
18310
18311 2014-01-05 Allan McRae <allan@archlinux.org>
18312
18313 * po/libc.pot: Regenerated.
18314
18315 * malloc/memusagestat.c: Fix gettext call formatting.
18316
18317 2014-01-04 Sami Kerola <kerolasa@iki.fi>
18318
18319 * nscd/nscd.c: Improve usage() output.
18320
18321 2014-01-04 Mike Frysinger <vapier@gentoo.org>
18322
18323 * config.h.in: Add HAVE_LINUX_FANOTIFY_H template.
18324 * sysdeps/unix/sysv/linux/configure: Regenerated.
18325 * sysdeps/unix/sysv/linux/configure.ac: Call AC_DEFINE.
18326 * sysdeps/unix/sysv/linux/tst-fanotify.c: Include config.h.
18327
18328 2014-01-03 Joseph Myers <joseph@codesourcery.com>
18329
18330 [BZ #16390]
18331 * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
18332 (CFLAGS-e_atan2l.c): Use -fno-builtin-fabsl.
18333
18334 2014-01-03 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
18335
18336 * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: Remove
18337 extra tokens at end of #undef directive.
18338 * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: Likewise.
18339 * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: Likewise.
18340 * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
18341
18342 2014-01-03 Joseph Myers <joseph@codesourcery.com>
18343
18344 * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
18345
18346 * math/auto-libm-test-in: Mark various tests with
18347 xfail-rounding:ldbl-128ibm.
18348 * math/auto-libm-test-out: Regenerated.
18349
18350 2014-01-02 Joseph Myers <joseph@codesourcery.com>
18351
18352 [BZ #16386]
18353 * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Adjust
18354 numbers with subnormal high part when calculating exponent.
18355
18356 [BZ #16385]
18357 * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Use fabsl not
18358 fabs.
18359
18360 [BZ #16384]
18361 * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (ln2): Initialize with
18362 M_LN2l.
18363 (__ieee754_acoshl): Use __log1pl not __log1p.
18364
18365 2013-01-02 Ondřej Bílka <neleai@seznam.cz>
18366
18367 * malloc/arena.c (malloc_atfork, free_atfork, ptmalloc_lock_all)
18368 (ptmalloc_unlock_all, ptmalloc_unlock_all2, next_env_entry)
18369 (__failing_morecore, ptmalloc_init, dump_heap, new_heap)
18370 (grow_heap, heap_trim, _int_new_arena, get_free_list)
18371 (reused_arena, arena_get2): Convert to GNU style.
18372 * malloc/hooks.c (memalign_hook_ini, __malloc_check_init)
18373 (mem2mem_check, mem2chunk_check, top_check, realloc_check)
18374 (memalign_check, __malloc_set_state): Likewise.
18375 * malloc/mallocbug.c (main): Likewise.
18376 * malloc/malloc.c (__malloc_assert, malloc_init_state)
18377 (free_perturb, do_check_malloced_chunk, do_check_malloc_state)
18378 (sysmalloc, systrim, mremap_chunk, __libc_malloc, __libc_free)
18379 (__libc_realloc, _mid_memalign, _int_malloc, malloc_consolidate)
18380 (_int_realloc, _int_memalign, mtrim, musable, __libc_mallopt)
18381 (__posix_memalign, malloc_info): Likewise.
18382 * malloc/malloc.h: Likewise.
18383 * malloc/mcheck.c (checkhdr, unlink_blk, link_blk, freehook)
18384 (mallochook, memalignhook, reallochook, mabort): Likewise.
18385 * malloc/mcheck.h: Likewise.
18386 * malloc/memusage.c (update_data, me, malloc, realloc, calloc)
18387 (free, mmap, mmap64, mremap, munmap, dest): Likewise.
18388 * malloc/memusagestat.c (main, parse_opt, more_help): Likewise.
18389 * malloc/morecore.c (__default_morecore): Likewise.
18390 * malloc/mtrace.c (tr_break, lock_and_info, mtrace): Likewise.
18391 * malloc/obstack.c (_obstack_begin, _obstack_newchunk)
18392 (_obstack_allocated_p, obstack_free, _obstack_memory_used)
18393 (print_and_abort): Likewise.
18394 * malloc/obstack.h: Likewise.
18395 * malloc/set-freeres.c (__libc_freeres): Likewise.
18396 * malloc/tst-mallocstate.c (main): Likewise.
18397 * malloc/tst-mtrace.c (main): Likewise.
18398 * malloc/tst-realloc.c (do_test): Likewise.
18399
18400 2013-01-02 Siddhesh Poyarekar <siddhesh@redhat.com>
18401
18402 [BZ #16366]
18403 * nscd/netgroupcache.c (do_notfound): New function.
18404 (addgetnetgrentX): Use it.
18405
18406 [BZ # 16365]
18407 * nscd/netgroupcache.c (addgetnetgrentX): Break if status is
18408 NSS_STATUS_NOTFOUND.
18409
18410 2014-01-01 Joseph Myers <joseph@codesourcery.com>
18411
18412 * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
18413 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18414
18415 2014-01-01 Allan McRae <allan@archlinux.org>
18416
18417 * scripts/update-copyrights: Update configure input file suffix.
18418
18419 * NEWS: Update copyright year.
18420 * catgets/gencat.c: Likewise.
18421 * csu/version.c: Likewise.
18422 * debug/catchsegv.sh: Likewise.
18423 * debug/pcprofiledump.c: Likewise.
18424 * debug/xtrace.sh: Likewise.
18425 * elf/ldconfig.c: Likewise.
18426 * elf/ldd.bash.in: Likewise.
18427 * elf/pldd.c: Likewise.
18428 * elf/sotruss.ksh: Likewise.
18429 * elf/sprof.c: Likewise.
18430 * iconv/iconv_prog.c: Likewise.
18431 * iconv/iconvconfig.c: Likewise.
18432 * locale/programs/locale.c: Likewise.
18433 * locale/programs/localedef.c: Likewise.
18434 * login/programs/pt_chown.c: Likewise.
18435 * malloc/memusage.sh: Likewise.
18436 * malloc/memusagestat.c: Likewise.
18437 * malloc/mtrace.pl: Likewise.
18438 * manual/libc.texinfo: Likewise.
18439 * nscd/nscd.c: Likewise.
18440 * nss/getent.c: Likewise.
18441 * nss/makedb.c: Likewise.
18442 * posix/getconf.c: Likewise.
18443 * scripts/test-installation.pl: Likewise.
18444
18445 * All files with FSF copyright notices: Update copyright dates
18446 using scripts/update-copyrights.
18447 * intl/plural.c: Regenerated.
18448 * locale/programs/charmap-kw.h: Likewise.
18449 * locale/programs/locfile-kw.h: Likewise.
18450
18451 2013-12-31 Mike Frysinger <vapier@gentoo.org>
18452
18453 * sysdeps/unix/sysv/linux/configure: Regenerated.
18454 * sysdeps/unix/sysv/linux/configure.ac: Call AC_CHECK_HEADER on
18455 the linux/fanotify.h header.
18456 * sysdeps/unix/sysv/linux/tst-fanotify.c: Check if
18457 HAVE_LINUX_FANOTIFY_H is defined.
18458
18459 2013-12-31 Siddhesh Poyarekar <siddhesh@redhat.com>
18460
18461 * benchtests/cos-inputs: New inputs.
18462 * benchtests/sin-inputs: Likewise.
18463
18464 * benchtests/atan-inputs: New inputs. Fix name of multiple
18465 precision fallback inputs.
18466
18467 * benchtests/atanh-inputs: New inputs.
18468 * benchtests/tanh-inputs: Likewise.
18469
18470 * benchtests/acosh-inputs: New inputs.
18471 * benchtests/asinh-inputs: Likewise.
18472
18473 * benchtests/cosh-inputs: New inputs.
18474 * benchtests/sinh-inputs: Likewise.
18475
18476 * benchtests/acos-inputs: Add more inputs.
18477 * benchtests/asin-inputs: Likewise.
18478
18479 2013-12-30 Ville Skytta <ville.skytta@iki.fi>
18480
18481 [BZ #16375]
18482 * manual/arith.texi: Fix spelling.
18483 * manual/charset.texi: Likewise.
18484 * manual/errno.texi: Likewise.
18485 * manual/filesys.texi: Likewise.
18486 * manual/lang.texi: Likewise.
18487 * manual/llio.texi: Likewise.
18488 * manual/locale.texi: Likewise.
18489 * manual/message.texi: Likewise.
18490 * manual/resource.texi: Likewise.
18491 * manual/search.texi: Likewise.
18492 * manual/setjmp.texi: Likewise.
18493 * manual/stdio.texi: Likewise.
18494 * manual/string.texi: Likewise.
18495 * manual/sysinfo.texi: Likewise.
18496 * manual/time.texi: Likewise.
18497
18498 2013-12-27 Carlos O'Donell <carlos@redhat.com>
18499
18500 * po/sl.po: New file.
18501
18502 2013-12-27 Mike Frysinger <vapier@gentoo.org>
18503
18504 * .gitignore: Add core/.gdbinit/.gdb_history.
18505
18506 2013-12-27 Allan McRae <allan@archlinux.org>
18507
18508 [BZ #16369]
18509 * sysdeps/ieee754/dbl-64/s_sin.c (csloww): Fix variable name.
18510 Reported by Il'ya Malakhov <ilmalakhov@yandex.ru>
18511
18512 2013-12-24 Brooks Moses <bmoses@google.com>
18513
18514 * string/string.h (__CORRECT_ISO_CPP_STRING_H_PROTO): Define for
18515 all compilers that claim C++98 compliance, not just GCC.
18516 * string/strings.h (__CORRECT_ISO_CPP_STRINGS_H_PROTO):
18517 Likewise.
18518
18519 2013-12-24 Maxim Kuvyrkov <maxim@kugelworks.com>
18520
18521 * NEWS: Restore accidentally deleted bug-fix entries.
18522
18523 2013-12-24 Maxim Kuvyrkov <maxim@kugelworks.com>
18524 Ondřej Bílka <neleai@seznam.cz>
18525
18526 [BZ #15073]
18527 * malloc/malloc.c (_int_free): Perform sanity check only if we
18528 have_lock.
18529
18530 2013-12-23 Ondřej Bílka <neleai@seznam.cz>
18531
18532 [BZ #12986]
18533 * manual/stdio.texi (String Input Conversions): Clarify that character
18534 classes are not supported.
18535
18536 2013-12-23 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
18537
18538 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
18539
18540 2013-12-22 Joseph Myers <joseph@codesourcery.com>
18541
18542 [BZ #16337]
18543 * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
18544 Calculate results for small negative arguments directly rather
18545 than using reflection formula with special underflow handling.
18546
18547 * sysdeps/mach/hurd/Implies: Change unix/bsd/bsd4.4 to unix/bsd.
18548 * sysdeps/unix/bsd/syscalls.list (chflags): Add entry from
18549 sysdeps/unix/bsd/bsd4.4/syscalls.list.
18550 (fchflags): Likewise.
18551 (revoke): Likewise.
18552 (setlogin): Likewise.
18553 (sigaltstack): Likewise.
18554 (wait4): Likewise.
18555 (sigblock): Remove.
18556 (sigsetmask): Likewise.
18557 (wait3): Likewise.
18558 (waitpid): Likewise.
18559 * sysdeps/unix/bsd/bsd4.4/syscalls.list: Remove file.
18560 * sysdeps/unix/sysv/linux/wait3.c: Update directory of included
18561 file.
18562 * sysdeps/unix/bsd/bsd4.4/Makefile: Move to ...
18563 * sysdeps/unix/bsd/Makefile: ... here.
18564 * sysdeps/unix/bsd/bsd4.4/Versions: Move to ...
18565 * sysdeps/unix/bsd/Versions: ... here.
18566 * sysdeps/unix/bsd/bsd4.4/bits/sockaddr.h: Move to ...
18567 * sysdeps/unix/bsd/bits/sockaddr.h: ... here.
18568 * sysdeps/unix/bsd/bsd4.4/cmsg_nxthdr.c: Move to ...
18569 * sysdeps/unix/bsd/cmsg_nxthdr.c: ... here.
18570 * sysdeps/unix/bsd/bsd4.4/sigblock.c: Move to ...
18571 * sysdeps/unix/bsd/sigblock.c: ... here.
18572 * sysdeps/unix/bsd/bsd4.4/sigsetmask.c: Move to ...
18573 * sysdeps/unix/bsd/sigsetmask.c: ... here.
18574 * sysdeps/unix/bsd/bsd4.4/sigvec.c: Move to ...
18575 * sysdeps/unix/bsd/sigvec.c: ... here.
18576 * sysdeps/unix/bsd/bsd4.4/tcdrain.c: Move to ...
18577 * sysdeps/unix/bsd/tcdrain.c: ... here.
18578 * sysdeps/unix/bsd/bsd4.4/tcgetattr.c: Move to ...
18579 * sysdeps/unix/bsd/tcgetattr.c: ... here.
18580 * sysdeps/unix/bsd/bsd4.4/tcsetattr.c: Move to ...
18581 * sysdeps/unix/bsd/tcsetattr.c: ... here.
18582 * sysdeps/unix/bsd/bsd4.4/wait.c: Move to ...
18583 * sysdeps/unix/bsd/wait.c: ... here.
18584 * sysdeps/unix/bsd/bsd4.4/wait3.c: Move to ...
18585 * sysdeps/unix/bsd/wait3.c: ... here.
18586 * sysdeps/unix/bsd/bsd4.4/waitpid.c: Move to ...
18587 * sysdeps/unix/bsd/waitpid.c: ... here.
18588
18589 2013-12-21 Joseph Myers <joseph@codesourcery.com>
18590
18591 [BZ #16356]
18592 * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Also set
18593 round-to-nearest for [!USE_AS_EXPM1L].
18594 * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Likewise.
18595 * math/auto-libm-test-in: Do not expect cosh tests to fail. Add
18596 more tests of exp and exp10. Expect some exp10 tests to miss
18597 exceptions or fail in directed rounding modes.
18598 * math/auto-libm-test-out: Regenerated.
18599 * math/libm-test.inc (exp10_tonearest_test_data): New array.
18600 (exp10_test_tonearest): New function.
18601 (exp10_towardzero_test_data): New array.
18602 (exp10_test_towardzero): New function.
18603 (exp10_downward_test_data): New array.
18604 (exp10_test_downward): New function.
18605 (exp10_upward_test_data): New array.
18606 (exp10_test_upward): New function.
18607 (main): Call the new functions.
18608 * sysdeps/i386/fpu/libm-test-ulps: Update.
18609 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18610
18611 2013-12-20 Joseph Myers <joseph@codesourcery.com>
18612
18613 * math/auto-libm-test-in: Add more tests of acos, acosh, asin,
18614 asinh, atan, atan2, atanh, cbrt, cos and cosh.
18615 * math/auto-libm-test-out: Regenerated.
18616 * math/libm-test.inc (acosh_test_data): Add more tests.
18617 (atanh_test_data): Likewise.
18618 (ceil_test_data): Likewise.
18619 (copysign_test_data): Likewise.
18620 * sysdeps/i386/fpu/libm-test-ulps: Update.
18621 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18622
18623 * timezone/checktab.awk: Update from tzcode 2013i.
18624 * timezone/private.h: Likewise.
18625 * timezone/scheck.c: Likewise.
18626 * timezone/tzfile.h: Likewise.
18627 * timezone/tzselect.ksh: Likewise.
18628 * timezone/zdump.c: Likewise.
18629 * timezone/zic.c: Likewise.
18630
18631 * math/auto-libm-test-in: Add tests of cpow.
18632 * math/auto-libm-test-out: Regenerated.
18633 * math/libm-test.inc (cpow_test_data): Use AUTO_TESTS_cc_c.
18634 * math/gen-auto-libm-tests.c (func_calc_method): Add value
18635 mpc_cc_c.
18636 (func_calc_desc): Add mpc_cc_c union field.
18637 (test_functions): Add cpow.
18638 (special_fill_2pi): New function.
18639 (special_real_inputs): Add 2pi.
18640 (calc_generic_results): Handle mpc_cc_c.
18641 * sysdeps/i386/fpu/libm-test-ulps: Update.
18642 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18643
18644 * math/auto-libm-test-in: Add tests of ccos, ccosh, cexp, clog,
18645 csqrt, ctan and ctanh.
18646 * math/auto-libm-test-out: Regenerated.
18647 * math/libm-test.inc (TEST_COND_x86_64): New macro.
18648 (TEST_COND_x86): Likewise.
18649 (ccos_test_data): Use AUTO_TESTS_c_c.
18650 (ccosh_test_data): Likewise.
18651 (cexp_test_data): Likewise.
18652 (clog_test_data): Likewise.
18653 (csqrt_test_data): Likewise.
18654 (ctan_test_data): Likewise.
18655 (ctan_tonearest_test_data): Likewise.
18656 (ctan_towardzero_test_data): Likewise.
18657 (ctan_downward_test_data): Likewise.
18658 (ctan_upward_test_data): Likewise.
18659 (ctanh_test_data): Likewise.
18660 (ctanh_tonearest_test_data): Likewise.
18661 (ctanh_towardzero_test_data): Likewise.
18662 (ctanh_downward_test_data): Likewise.
18663 (ctanh_upward_test_data): Likewise.
18664 * math/gen-auto-libm-tests.c (func_calc_method): Add value
18665 mpc_c_c.
18666 (func_calc_desc): Add mpc_c_c union field.
18667 (FUNC_mpc_c_c): New macro.
18668 (test_functions): Add cacos, cacosh, casin, casinh, catan, catanh,
18669 ccos, ccosh, cexp, clog, clog10, csin, csinh, csqrt, ctan and
18670 ctanh.
18671 (special_fill_min_subnorm_p120): New function.
18672 (special_real_inputs): Add min_subnorm_p120.
18673 (calc_generic_results): Handle mpc_c_c.
18674 * sysdeps/i386/fpu/libm-test-ulps: Update.
18675 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18676
18677 2013-12-20 Siddhesh Poyarekar <siddhesh@redhat.com>
18678
18679 * sysdeps/ieee754/dbl-64/s_sin.c (do_cos, do_cos_slow, do_sin)
18680 (do_sin_slow): New functions.
18681 (__sin, __cos, slow1, slow2, sloww1, sloww2, bsloww1, bsloww2)
18682 (cslow2, csloww1, csloww2): Use the new functions.
18683
18684 * sysdeps/ieee754/dbl-64/s_sin.c (sloww1): Add new argument M.
18685 Use M to change sign of result instead of X. Assume X is
18686 positive.
18687 (csloww1): Likewise.
18688 (__sin): Adjust.
18689 (__cos): Adjust.
18690
18691 * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): Remove
18692 arguments A and DA.
18693 (__sin): Adjust.
18694 (__cos): Likewise.
18695
18696 * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use DA directly.
18697 (__cos): Likewise.
18698 (sloww1): Don't adjust sign of DX.
18699 (csloww1): Likewise.
18700 (sloww2): Use X directly and don't adjust sign of DX.
18701 (csloww2): Likewise.
18702
18703 2013-12-19 Joseph Myers <joseph@codesourcery.com>
18704
18705 * math/auto-libm-test-in: Add tests of cabs and carg.
18706 * math/auto-libm-test-out: Regenerated.
18707 * math/libm-test.inc (cabs_test_data): Use AUTO_TESTS_c_f.
18708 (carg_test_data): Likewise.
18709 * math/gen-auto-libm-tests.c (func_calc_method): Add value
18710 mpc_c_f.
18711 (func_calc_desc): Add mpc_c_f union field.
18712 (test_functions): Add cabs and carg.
18713 (calc_generic_results): Handle mpc_c_f.
18714
18715 * sysdeps/powerpc/powerpc32/libgcc-compat.S
18716 [_SOFT_FLOAT || __NO_FPRS__] (__fixdfdi_v_glibc20): Do not define
18717 as a macro and a compat symbol.
18718 [_SOFT_FLOAT || __NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
18719 [_SOFT_FLOAT || __NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
18720 [_SOFT_FLOAT || __NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
18721 [_SOFT_FLOAT || __NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
18722 [_SOFT_FLOAT || __NO_FPRS__] (__floaddisf_v_glibc20): Likewise.
18723 [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixdfdi): Do
18724 not use .hidden.
18725 [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixsfdi):
18726 Likewise.
18727 [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunsdfdi):
18728 Likewise.
18729 [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunssfdi):
18730 Likewise.
18731 [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddidf):
18732 Likewise.
18733 [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddisf):
18734 Likewise.
18735 * sysdeps/powerpc/nofpu/Versions (libc): Remove __fixdfdi,
18736 __fixsfdi, __fixunsdfdi, __fixunssfdi, __floatdidf and __floatdisf
18737 from GLIBC_2.3.2.
18738
18739 2013-12-19 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
18740
18741 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
18742
18743 2013-12-19 Joseph Myers <joseph@codesourcery.com>
18744
18745 * manual/texinfo.tex: Update to version 2013-11-26.10 with
18746 trailing whitespace removed.
18747 * scripts/config.guess: Update to version 2013-11-29.
18748 * scripts/config.sub: Update to version 2013-10-01.
18749
18750 * math/auto-libm-test-in: Add tests of sincos.
18751 * math/auto-libm-test-out: Regenerated.
18752 * math/libm-test.inc (sincos_test_data): Use AUTO_TESTS_fFF_11.
18753 * math/gen-auto-libm-tests.c (func_calc_method): Add value
18754 mpfr_f_11.
18755 (func_calc_desc): Add mpfr_f_11 union field.
18756 (test_functions): Add sincos.
18757 (calc_generic_results): Handle mpfr_f_11.
18758 * sysdeps/i386/fpu/libm-test-ulps: Update.
18759 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18760
18761 2013-12-19 Andreas Schwab <schwab@suse.de>
18762
18763 * sysdeps/powerpc/powerpc64/power7/memchr.S: Fix argument of
18764 CALL_MCOUNT.
18765 * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
18766 * sysdeps/powerpc/powerpc64/power7/strcasecmp.S
18767 [USE_IN_EXTENDED_LOCALE_MODEL]: Likewise.
18768
18769 2013-12-19 Joseph Myers <joseph@codesourcery.com>
18770
18771 * math/gen-libm-test.pl (%beautify): Remove M_* constants.
18772 * sysdeps/i386/fpu/libm-test-ulps: Update.
18773 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18774
18775 [BZ #16293]
18776 * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Set
18777 round-to-nearest mode when using frndint.
18778 * sysdeps/i386/fpu/s_expm1.S (__expm1): Likewise.
18779 * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
18780 * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
18781 Likewise.
18782 * math/auto-libm-test-in: Add more tests of expm1. Do not expect
18783 sinh test to fail.
18784 * math/auto-libm-test-out: Regenerated.
18785 * math/libm-test.inc (TEST_COND_x86_64): Remove macro.
18786 (TEST_COND_x86): Likewise.
18787 (expm1_tonearest_test_data): New array.
18788 (expm1_test_tonearest): New function.
18789 (expm1_towardzero_test_data): New array.
18790 (expm1_test_towardzero): New function.
18791 (expm1_downward_test_data): New array.
18792 (expm1_test_downward): New function.
18793 (expm1_upward_test_data): New array.
18794 (expm1_test_upward): New function.
18795 (main): Run the new test functions.
18796 * sysdeps/i386/fpu/libm-test-ulps: Update.
18797 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18798
18799 * include/features.h: Update comment documenting feature test
18800 macros. Mention _DEFAULT_SOURCE in comment.
18801 [_GNU_SOURCE] (_DEFAULT_SOURCE): Undefine and redefine.
18802 [_DEFAULT_SOURCE]: Undefine and redefine _DEFAULT_SOURCE,
18803 _BSD_SOURCE and _SVID_SOURCE.
18804 [!__STRICT_ANSI__ && !_ISOC99_SOURCE && !_POSIX_SOURCE &&
18805 !_POSIX_C_SOURCE && !_XOPEN_SOURCE && !_BSD_SOURCE &&
18806 !_SVID_SOURCE]: Likewise.
18807 [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
18808 (__USE_POSIX_IMPLICITLY): Define.
18809 [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
18810 (_POSIX_SOURCE): Undefine and redefine.
18811 [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
18812 (_POSIX_C_SOURCE): Likewise.
18813 * manual/creature.texi (_DEFAULT_SOURCE): Document.
18814 (Feature Test Macros): Update documentation of default features.
18815
18816 2013-12-19 Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
18817
18818 * benchtests/Makefile: Add bench-strtok.
18819 * benchtests/bench-strtok.c: New file: strtok benchtest.
18820
18821 2013-12-19 Allan McRae <allan@archlinux.org>
18822
18823 * manual/install.texi: Suppress menu for plain text output.
18824 * INSTALL: Regenerated.
18825
18826 2013-12-18 Brooks Moses <bmoses@google.com>
18827
18828 [BZ #15846]
18829 * misc/getauxval.c: Include errno.h.
18830 (__getauxval): Set errno to ENOENT if the requested type is not
18831 found.
18832 * misc/sys/auxv.h (getauxval): Document that it may set errno;
18833 don't declare with __attribute_const__.
18834 * elf/tst-auxv.c: Add tests for errno and type-not-found case.
18835 * manual/startup.texi: Document that getauxval sets errno.
18836
18837 2013-12-18 Joseph Myers <joseph@codesourcery.com>
18838
18839 * math/auto-libm-test-in: Add tests of jn and yn.
18840 * math/auto-libm-test-out: Regenerated.
18841 * math/libm-test.inc (jn_test_data): Use AUTO_TESTS_if_f.
18842 (yn_test_data): Likewise.
18843 * math/gen-auto-libm-tests.c (func_calc_method): Add value
18844 mpfr_if_f.
18845 (func_calc_desc): Add mpfr_if_f union field.
18846 (FUNC_mpfr_if_f): New macro.
18847 (test_functions): Add jn and yn.
18848 (calc_generic_results): Assert type of second input for
18849 mpfr_ff_f. Handle mpfr_if_f.
18850 (output_for_one_input_case): Disable all checking for arguments
18851 fitting floating-point types in case of an integer argument.
18852 * sysdeps/i386/fpu/libm-test-ulps: Update.
18853 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18854
18855 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
18856 Don't expect fegetround reference in libm.so.
18857
18858 2013-12-17 Marcus Shawcroft <marcus.shawcroft@linaro.org>
18859
18860 * sysdeps/ieee754/dbl-64/Makefile (CFLAGS-e_sqrt.c): Add
18861 $(config-cflags-nofma).
18862
18863 2013-12-18 Joseph Myers <joseph@codesourcery.com>
18864
18865 * math/auto-libm-test-in: Mark some hypot tests no-test-inline.
18866 * math/auto-libm-test-out: Regenerated.
18867
18868 [BZ #16338]
18869 * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Use __frexpl
18870 to determine exponent and adjust argument to have exponent of -1.
18871 * math/auto-libm-test-in: Add more tests of log, log10, log1p and
18872 log2.
18873 * math/auto-libm-test-out: Regenerated.
18874 * sysdeps/i386/fpu/libm-test-ulps: Update.
18875 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18876
18877 2013-12-18 Ondřej Bílka <neleai@seznam.cz>
18878
18879 * manual/probes.texi: Remove cases when per-thread arenas are
18880 disabled.
18881
18882 2013-12-18 Andreas Schwab <schwab@suse.de>
18883
18884 * sysdeps/i386/i686/multiarch/strstr.c: Remove.
18885 * sysdeps/i386/i686/multiarch/strstr-c.c: Remove.
18886 * sysdeps/i386/i686/multiarch/strcasestr.c: Remove.
18887 * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: Remove.
18888 * sysdeps/i386/i686/multiarch/Makefile: Update.
18889 * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: Update.
18890
18891 2013-12-17 Joseph Myers <joseph@codesourcery.com>
18892
18893 * sysdeps/unix/bsd/bsd4.4/bits/errno.h: Remove file.
18894 * sysdeps/unix/bsd/bsd4.4/bits/ioctls.h: Likewise.
18895
18896 2013-12-17 Paul Eggert <eggert@cs.ucla.edu>
18897
18898 [BZ #15968]
18899 Support TZ transition times < 00:00:00.
18900 This is needed for version-3 tz-format files; it supports time
18901 stamps past 2037 for America/Godthab (the only entry in the tz
18902 database for which this change is relevant).
18903 * manual/time.texi (TZ Variable): Document transition times
18904 from -167:59:59 through -00:00:01.
18905 * time/tzset.c (tz_rule): Time of day is now signed.
18906 (__tzset_parse_tz): Parse negative time of day.
18907
18908 Document TZ transition times >= 25:00:00.
18909 * manual/time.texi (TZ Variable): Document transition times from
18910 25:00:00 through 167:59:59. These are already supported, and this
18911 support will help with version-3 tz-format files.
18912
18913 * manual/time.texi (TZ Variable): Modernize North America example
18914 to reflect current (i.e., 2007-and-later) daylight saving rules.
18915
18916 * manual/time.texi (TZ Variable): POSIX.1 hour can be 24.
18917
18918 2013-12-17 Joseph Myers <joseph@codesourcery.com>
18919
18920 * sysdeps/unix/bsd/bits/posix_opt.h: Remove file.
18921 * sysdeps/unix/bsd/bits/stat.h: Likewise.
18922 * sysdeps/unix/bsd/bsd4.4/freebsd/bits/environments.h: Likewise.
18923 * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
18924 * sysdeps/unix/bsd/bsd4.4/freebsd/sys/sysmacros.h: Likewise.
18925 * sysdeps/unix/bsd/bsdstat.h: Likewise.
18926 * sysdeps/unix/bsd/clock.c: Likewise.
18927 * sysdeps/unix/bsd/i386/vfork.S: Likewise.
18928 * sysdeps/unix/bsd/i386/wait3.S: Likewise.
18929 * sysdeps/unix/bsd/init-posix.c: Likewise.
18930 * sysdeps/unix/bsd/poll.c: Likewise.
18931 * sysdeps/unix/bsd/ptsname.c: Likewise.
18932 * sysdeps/unix/bsd/seekdir.c: Likewise.
18933 * sysdeps/unix/bsd/setegid.c: Likewise.
18934 * sysdeps/unix/bsd/seteuid.c: Likewise.
18935 * sysdeps/unix/bsd/setgid.c: Likewise.
18936 * sysdeps/unix/bsd/setrgid.c: Likewise.
18937 * sysdeps/unix/bsd/setruid.c: Likewise.
18938 * sysdeps/unix/bsd/setsid.c: Likewise.
18939 * sysdeps/unix/bsd/setuid.c: Likewise.
18940 * sysdeps/unix/bsd/sigaction.c: Likewise.
18941 * sysdeps/unix/bsd/sigprocmask.c: Likewise.
18942 * sysdeps/unix/bsd/sigsuspend.c: Likewise.
18943 * sysdeps/unix/bsd/sys/reboot.h: Likewise.
18944 * sysdeps/unix/bsd/telldir.c: Likewise.
18945 * sysdeps/unix/bsd/times.c: Likewise.
18946 * sysdeps/unix/bsd/usleep.c: Likewise.
18947
18948 * misc/Makefile (install-lib): Remove libbsd-compat.a.
18949 ($(objpfx)libbsd-compat.a): Remove rule.
18950
18951 * include/features.h (__FAVOR_BSD): Do not define.
18952 * manual/creature.texi (_BSD_SOURCE): Do not document as enabling
18953 features conflicting with POSIX.
18954 (_GNU_SOURCE): Do not mention interaction with _BSD_SOURCE.
18955 (_BSD_SOURCE): Remove description of not being a subset of other
18956 feature test macros.
18957 * manual/job.texi (getpgrp): Do not document BSD version.
18958 (getpgid): Do not document by reference to BSD getpgrp.
18959 * posix/unistd.h [__FAVOR_BSD]: Remove conditional code.
18960 * setjmp/setjmp.h [__FAVOR_BSD]: Likewise.
18961 * signal/signal.h [__FAVOR_BSD]: Likewise.
18962 * sysdeps/gnu/netinet/tcp.h (struct tcphdr): Use anonymous unions
18963 instead of making contents conditional on [__FAVOR_BSD].
18964 * sysdeps/gnu/netinet/udp.h (struct udphdr): Likewise.
18965
18966 2013-12-17 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
18967
18968 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
18969
18970 2013-12-17 Joseph Myers <joseph@codesourcery.com>
18971
18972 [BZ #16314]
18973 * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Adjust up
18974 values below 2**-450, not 2**-500.
18975 * math/auto-libm-test-in: Don't allow spurious underflow from
18976 hypot.
18977 * math/auto-libm-test-out: Regenerated.
18978
18979 [BZ #16316]
18980 [BZ #16330]
18981 * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Update
18982 values of ha and hb and sort them after adjusting subnormal
18983 arguments.
18984 * sysdeps/ieee754/ldbl-128/e_hypotl.c (__ieee754_hypotl):
18985 Likewise.
18986 * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Update
18987 values of ea and eb and sort them after adjusting subnormal
18988 arguments.
18989 * math/auto-libm-test-in: Do not expect some hypot tests of
18990 subnormals to fail. Add more hypot tests.
18991 * math/auto-libm-test-out: Regenerated.
18992
18993 2013-12-16 Kaz Kojima <kkojima@rr.iij4u.or.jp>
18994
18995 [BZ #13304]
18996 * sysdeps/sh/s_fma.c: New file.
18997 * sysdeps/sh/s_fmaf.c: New file.
18998 * sysdeps/sh/soft-fp/sfp-machine.h: New file. Based on arm
18999 version.
19000 * sysdeps/sh/Implies: Add sh/soft-fp.
19001
19002 2013-12-16 Roland McGrath <roland@hack.frob.com>
19003
19004 * elf/dl-error.c (struct catch): Add new member `errcode'. Add a
19005 level of indirection to members `objname', `errstring', `malloced'.
19006 (_dl_signal_error): Store through pointers in *LCATCH rather modifying
19007 *LCATCH itself. Set *LCATCH->errcode to ERRCODE rather than passing
19008 it as the __longjmp argument (just pass 1 instead).
19009 (_dl_catch_error): Initialize C with argument pointers and address of
19010 volatile local ERRCODE rather than copying values out of C at return.
19011
19012 2013-12-16 Joseph Myers <joseph@codesourcery.com>
19013
19014 * math/auto-libm-test-in: Add tests of atan2, hypot and pow.
19015 * math/auto-libm-test-out: Regenerated.
19016 * math/libm-test.inc (atan2_test_data): Use AUTO_TESTS_ff_f.
19017 (hypot_test_data): Likewise.
19018 (pow_test_data): Likewise.
19019 (pow_tonearest_test_data): Likewise.
19020 * math/gen-auto-libm-tests.c (func_calc_method): Add value
19021 mpfr_ff_f.
19022 (func_calc_desc): Add mpfr_ff_f union field.
19023 (FUNC_mpfr_ff_f): New macro.
19024 (test_functions): Add atan2, hypot and pow.
19025 (special_fill_min): New function.
19026 (special_fill_minus_min): Likewise.
19027 (special_fill_min_subnorm): Likewise.
19028 (special_fill_minus_min_subnorm): Likewise.
19029 (special_real_inputs): Add min, -min, min_subnorm and
19030 -min_subnorm.
19031 (calc_generic_results): Handle mpfr_ff_f.
19032 * sysdeps/i386/fpu/libm-test-ulps: Update.
19033 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19034
19035 2013-12-16 Will Newton <will.newton@linaro.org>
19036
19037 * manual/memory.texi (Malloc Examples): Mention aligned_alloc.
19038 (Aligned Memory Blocks): Add documentation for aligned_alloc
19039 and suggest it as an alternative to posix_memalign.
19040 (Hooks for Malloc): Document __memalign_hook is also called
19041 for aligned_alloc. (Summary of Malloc): Add summary for
19042 aligned alloc. Document __memalign_hook is also called
19043 for aligned_alloc.
19044
19045 2013-12-16 Will Newton <will.newton@linaro.org>
19046
19047 * manual/memory.texi (Malloc Examples): Clarify default
19048 alignment documentation. Suggest posix_memalign rather
19049 than memalign or valloc.
19050 (Aligned Memory Blocks): Remove suggestion to use memalign
19051 or valloc. Remove obsolete comment about BSD.
19052 Document memalign errno values and mark the function obsolete.
19053 Document posix_memalign returned error codes. Mark valloc
19054 as obsolete. (Hooks for Malloc): __memalign_hook is also
19055 called for posix_memalign and valloc.
19056 (Summary of Malloc): Add posix_memalign to function summary.
19057 __memalign_hook is also called for posix_memalign and valloc.
19058
19059 2013-12-16 Siddhesh Poyarekar <siddhesh@redhat.com>
19060
19061 * sysdeps/ieee754/dbl-64/s_sin.c (TAYLOR_SINCOS): Rename to
19062 TAYLOR_SIN.
19063 (__sin): Adjust.
19064 (__cos): Likewise.
19065 (sloww): Use mynumber union. Expand ternary operator into
19066 if-else statements.
19067 (cslow): use mynumber union.
19068
19069 2013-12-16 Allan McRae <allan@archlinux.org>
19070
19071 * configure.ac: Set AUTOCONF when maintainer-mode is not used.
19072 * configure: Regenerated.
19073
19074 * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update file name.
19075
19076 [BZ #14120]
19077 * configure.ac: Added --enable-maintainer-mode. Check for
19078 autoconf when enabled.
19079 * configure: Regenerated.
19080
19081 * nscd/nscd.service: New file.
19082 * nscd/nscd.tmpfiles: New file.
19083
19084 2013-12-14 Ondřej Bílka <neleai@seznam.cz>
19085
19086 [BZ #12100]
19087 * sysdeps/x86_64/multiarch/strstr-sse2-unaligned.S: New file
19088 * sysdeps/x86_64/multiarch/strstr-c.c: Moved to ...
19089 * sysdeps/x86_64/multiarch/strstr.c: ... here.
19090 (strstr): Add __strstr_sse2_unaligned ifunc.
19091 * sysdeps/x86_64/multiarch/strcasestr-c.c: Moved to ...
19092 * sysdeps/x86_64/multiarch/strcasestr.c ... here.
19093 (strcasestr): Remove __strcasestr_sse42 ifunc.
19094 * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Remove.
19095 * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
19096 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
19097
19098 2013-12-14 Kaz Kojima <kkojima@rr.iij4u.or.jp>
19099
19100 * sysdeps/sh/sh4/fpu/bits/fenv.h: Move to ...
19101 * sysdeps/sh/bits/fenv.h: ... here.
19102 * sysdeps/sh/sh4/fpu/bits: Remove directory.
19103
19104 2013-12-13 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
19105
19106 * NEWS: Mention ppc64 STT_GNU_IFUNC support.
19107
19108 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add hypot and
19109 hypotf multiarch implementations.
19110 * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-power7.c: New file.
19111 * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-ppc64.c: New file.
19112 * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot.c: New file:
19113 multiarch hypot for PPC64.
19114 * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-power7.c: New file.
19115 * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-ppc64.c: New file.
19116 * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c : New file:
19117 multiarch hypotf for PPC64.
19118
19119 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add modf and
19120 modff multiarch implementations.
19121 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-power5+.c: New file.
19122 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-ppc64.c: New file.
19123 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: New file:
19124 multiarch modf for PPC64.
19125 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-power5+.c: New file.
19126 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-ppc64.c: New file.
19127 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff.c : New file:
19128 multiarch modff for PPC64.
19129
19130 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add logb, logbf,
19131 and logl multiarch implementations.
19132 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-power7.c: New file.
19133 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-ppc64.c: New file.
19134 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb.c: New file:
19135 multiarch logb for PPC64.
19136 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-power7.c: New file.
19137 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-ppc64.c: New file.
19138 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf.c: New file:
19139 multiarch logb for PPC64.
19140 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-power7.c: New file.
19141 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-ppc64.c: New file.
19142 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl.c: New file:
19143 multiarch logb for PPC64.
19144
19145 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf and
19146 isinff multiarch implementation.
19147 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power7.S: New
19148 file.
19149 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-ppc64.S: New file.
19150 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: New file:
19151 multiarch isinf for PPC64.
19152 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff-ppc64.c: New
19153 file.
19154 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c: New file:
19155 multiarch isinff for PPC64.
19156
19157 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite and
19158 finitef multiarch implementation.
19159 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power7.S: New
19160 file.
19161 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-ppc64.S: New file.
19162 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: New file:
19163 multiarch finite for PPC64.
19164 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef-ppc64.c: New
19165 file.
19166 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c: New file:
19167 multiarch finitef for PPC64.
19168
19169 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint and
19170 lrint multiarch implementation.
19171 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power6x.S: New
19172 file.
19173 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-ppc64.S: New file.
19174 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c: New file:
19175 multiarch llrint for PPC64.
19176 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lrint.c: New file:
19177 multiarch lrint for PPC64.
19178
19179 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add copysign/
19180 copysignf multiarch implementation.
19181 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-power6.S: New
19182 file.
19183 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-ppc64.S: New
19184 file.
19185 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: New file:
19186 multiarch copysign for PPC64.
19187 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysignf.c: New file:
19188 multiarch copysignf for PPC64.
19189
19190 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add trunc/truncf
19191 multiarch implementation.
19192 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-power5+.S: New
19193 file.
19194 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-ppc64.S: New
19195 file.
19196 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-power5+.S: New
19197 file.
19198 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-ppc64.S: New
19199 file.
19200 multiarch llround for PPC64.
19201 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc.c: New file:
19202 multiarch trunc for PPC64.
19203 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf.c: New file:
19204 multiarch truncf for PPC64.
19205
19206 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add round/roundf
19207 multiarch implementation.
19208 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-power5+.S: New
19209 file.
19210 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-ppc64.S: New
19211 file.
19212 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-power5+.S: New
19213 file.
19214 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-ppc64.S: New
19215 file.
19216 multiarch llround for PPC64.
19217 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round.c: New file:
19218 multiarch round for PPC64.
19219 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf.c: New file:
19220 multiarch roundf for PPC64.
19221
19222 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add floor/floorf
19223 multiarch implementation.
19224 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-power5+.S: New
19225 file.
19226 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-ppc64.S: New
19227 file.
19228 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-power5+.S: New
19229 file.
19230 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-ppc64.S: New
19231 file.
19232 multiarch llround for PPC64.
19233 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor.c: New file:
19234 multiarch floor for PPC64.
19235 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf.c: New file:
19236 multiarch floorf for PPC64.
19237
19238 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add ceil/ceilf
19239 multiarch implementation.
19240 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-power5+.S: New
19241 file.
19242 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-ppc64.S: New
19243 file.
19244 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-power5+.S: New
19245 file.
19246 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-ppc64.S: New
19247 file.
19248 multiarch llround for PPC64.
19249 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil.c: New file:
19250 multiarch ceil for PPC64.
19251 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf.c: New file:
19252 multiarch ceilf for PPC64.
19253
19254 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
19255 multiarch implementation.
19256 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power5+.S: New
19257 file.
19258 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power6x.S: New
19259 file.
19260 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-ppc64.S: New
19261 file.
19262 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c: New file:
19263 multiarch llround for PPC64.
19264 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lround.c: New file:
19265 multiarch lround for PPC64.
19266
19267 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
19268 multiarch implementation.
19269 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power5.S: New file.
19270 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6.S: New file.
19271 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6x.S: New
19272 file.
19273 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power7.S: New file.
19274 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-ppc64.S: New file.
19275 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: New file:
19276 multiarch isnan for PPC64.
19277 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c: New file:
19278 multiarch isnanf for PPC64.
19279
19280 * sysdeps/powerpc/powerpc64/power5+/fpu/multiarch/Implies: New file.
19281 * sysdeps/powerpc/powerpc64/power5/fpu/multiarch/Implies: New file.
19282 * sysdeps/powerpc/powerpc64/power6/fpu/multiarch/Implies: New file.
19283 * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: New file.
19284 * sysdeps/powerpc/powerpc64/power7/fpu/multiarch/Implies: New file
19285 * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/Implies: Remove.
19286
19287 * sysdeps/powerpc/fpu/w_sqrt.c: Remove file
19288 * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
19289 * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
19290 * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
19291
19292 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add stpcpy
19293 multiarch implementations.
19294 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19295 (__libc_ifunc_impl_list): Likewise.
19296 * sysdeps/powerpc/powerpc64/multiarch/stpcpy-power7.c: New file.
19297 * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.c: New file.
19298 * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c : New file:
19299 multiarch stpcpy for PPC64.
19300
19301 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcpy
19302 multiarch implementations.
19303 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19304 (__libc_ifunc_impl_list): Likewise.
19305 * sysdeps/powerpc/powerpc64/multiarch/strcpy-power7.c: New file.
19306 * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.c: New file.
19307 * sysdeps/powerpc/powerpc64/multiarch/strcpy.c : New file:
19308 multiarch strcpy for PPC64.
19309
19310 * string/wordcopy.c (_wordcopy_fwd_aligned): Add define to
19311 redefine function name.
19312 (_wordcopy_fwd_dest_aligned): Likewise.
19313 (_wordcopy_bwd_aligned): Likewise.
19314 (_wordcopy_bwd_dest_aligned): Likewise.
19315 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wordcopy
19316 multiarch implementations.
19317 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19318 (__libc_ifunc_impl_list): Likewise.
19319 * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power6.c: New file.
19320 * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power7.c: New file.
19321 * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c: New file.
19322 * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c : New file:
19323 multiarch wcscpy for PPC64.
19324
19325 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcscpy
19326 multiarch implementations.
19327 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19328 (__libc_ifunc_impl_list): Likewise.
19329 * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power6.c: New file.
19330 * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power7.c: New file.
19331 * sysdeps/powerpc/powerpc64/multiarch/wcscpy-ppc64.c: New file.
19332 * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c : New file:
19333 multiarch wcscpy for PPC64.
19334
19335 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcsrchr
19336 multiarch implementations.
19337 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19338 (__libc_ifunc_impl_list): Likewise.
19339 * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power6.c: New file.
19340 * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power7.c: New file.
19341 * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-ppc64.c: New file.
19342 * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c : New file:
19343 multiarch wcsrchr for PPC64.
19344
19345 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcschr
19346 multiarch implementations.
19347 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19348 (__libc_ifunc_impl_list): Likewise.
19349 * sysdeps/powerpc/powerpc64/multiarch/wcschr-power6.c: New file.
19350 * sysdeps/powerpc/powerpc64/multiarch/wcschr-power7.c: New file.
19351 * sysdeps/powerpc/powerpc64/multiarch/wcschr-ppc64.c: New file.
19352 * sysdeps/powerpc/powerpc64/multiarch/wcschr.c : New file:
19353 multiarch wcschr for PPC64.
19354
19355 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchrnul
19356 multiarch implementations.
19357 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19358 (__libc_ifunc_impl_list): Likewise.
19359 * sysdeps/powerpc/powerpc64/multiarch/strchrnul-power7.S: New file.
19360 * sysdeps/powerpc/powerpc64/multiarch/strchrnul-ppc64.c: New file.
19361 * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: New file:
19362 multiarch strchrnul for PPC64.
19363
19364 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchr multiarch
19365 implementations.
19366 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19367 (__libc_ifunc_impl_list): Likewise.
19368 * sysdeps/powerpc/powerpc64/multiarch/rtld-strchr.S: New file.
19369 * sysdeps/powerpc/powerpc64/multiarch/strchr-power7.S: New file.
19370 * sysdeps/powerpc/powerpc64/multiarch/strchr-ppc64.S: New file.
19371 * sysdeps/powerpc/powerpc64/multiarch/strchr.c: New file: multiarch
19372 strchr for PPC64.
19373
19374 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncmp multiarch
19375 implementations.
19376 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19377 (__libc_ifunc_impl_list): Likewise.
19378 * sysdeps/powerpc/powerpc64/multiarch/strncmp-power4.S: New file.
19379 * sysdeps/powerpc/powerpc64/multiarch/strncmp-power7.S: New file.
19380 * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: New file.
19381 * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: New file: multiarch
19382 strncmp for PPC64.
19383
19384 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncasecmp
19385 multiarch implementations.
19386 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19387 (__libc_ifunc_impl_list): Likewise.
19388 * sysdeps/powerpc/powerpc64/multiarch/strncase-power7.c: New file.
19389 * sysdeps/powerpc/powerpc64/multiarch/strncase.c: New file: multiarch
19390 strncasecmp for PPC64.
19391 * sysdeps/powerpc/powerpc64/multiarch/strncase_l-power7.c: New file.
19392 * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: New file:
19393 multiarch strncasecmp_l for PPC64.
19394
19395 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcasecmp
19396 multiarch implementations.
19397 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
19398 (__libc_ifunc_impl_list): Likewise.
19399 * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: New file.
19400 * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: New file:
19401 multiarch strcasecmp for PPC64.
19402 * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: New
19403 file.
19404 * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: new file:
19405 multiarch strcasecmp_l for PPC64.
19406
19407 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strnlen multiarch
19408 implementations.
19409 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19410 (__libc_ifunc_impl_list): Likewise.
19411 * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: New file.
19412 * sysdeps/powerpc/powerpc64/multiarch/strnlen-ppc64.c: New file.
19413 * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: New file: multiarch
19414 strnlen for PPC64.
19415
19416 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strlen multiarch
19417 implementations.
19418 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19419 (__libc_ifunc_impl_list): Likewise.
19420 * sysdeps/powerpc/powerpc64/multiarch/strlen-power7.S: New file.
19421 * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: New file.
19422 * sysdeps/powerpc/powerpc64/multiarch/strlen.c: New file: multiarch
19423 strlen for PPC64.
19424
19425 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add rawmemch multiarch
19426 implementations.
19427 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19428 (__libc_ifunc_impl_list): Likewise.
19429 * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-power7.S: New file.
19430 * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-ppc64.c: New file.
19431 * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: New file: multiarch
19432 rawmemrchr for PPC64.
19433
19434 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memrchr multiarch
19435 implementation.
19436 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19437 (__libc_ifunc_impl_list): Likewise.
19438 * sysdeps/powerpc/powerpc64/multiarch/memrchr-power7.S: New file.
19439 * sysdeps/powerpc/powerpc64/multiarch/memrchr-ppc64.c: New file.
19440 * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: New file: multiarch
19441 memrchr for PPC64.
19442
19443 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memchr multiarch
19444 implementation.
19445 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19446 (__libc_ifunc_impl_list): Likewise.
19447 * sysdeps/powerpc/powerpc64/multiarch/memchr-power7.S: New file.
19448 * sysdeps/powerpc/powerpc64/multiarch/memchr-ppc64.c: New file.
19449 * sysdeps/powerpc/powerpc64/multiarch/memchr.c: New file: multiarch
19450 memchr for PPC64.
19451
19452 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add mempcpy multiarch
19453 implementation.
19454 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19455 (__libc_ifunc_impl_list): Likewise.
19456 * sysdeps/powerpc/powerpc64/multiarch/mempcpy-power7.S: New file.
19457 * sysdeps/powerpc/powerpc64/multiarch/mempcpy-ppc64.c: New file.
19458 * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: New file: multiarch
19459 mempcpy for PPC64.
19460
19461 * sysdeps/powerpc/powerpc64/memset.S (NO_BZERO_IMPL): Add macro to
19462 avoid cretion of __bzero symbol.
19463 * sysdeps/powerpc/powerpc64/power4/memset.S (NO_BZERO_IMPL):
19464 Likewise.
19465 * sysdeps/powerpc/powerpc64/power6/memset.S (NO_BZERO_IMPL):
19466 Likewise.
19467 * sysdeps/powerpc/powerpc64/power7/memset.S (NO_BZERO_IMPL):
19468 Likewise.
19469 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memset/bzero
19470 multiarch implementations.
19471 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19472 (__libc_ifunc_impl_list): Likewise.
19473 * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: New file.
19474 * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: New file.
19475 * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: New file.
19476 * sysdeps/powerpc/powerpc64/multiarch/bzero.c: New file: multiarch
19477 bzero for PPC32.
19478 * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S: New file.
19479 * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: New file.
19480 * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: New file.
19481 * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: New file.
19482 * sysdeps/powerpc/powerpc64/multiarch/memset.c: New file: multiarch
19483 memset for PPC64.
19484 * sysdeps/powerpc/powerpc64/multiarch/rtld-memset.c: New file.
19485
19486 * string/memcmp.c (memcmp): Using macro to redefine symbol name.
19487 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memcpy multiarch
19488 implementations.
19489 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19490 (__libc_ifunc_impl_list): Likewise.
19491 * sysdeps/powerpc/powerpc64/multiarch/memcmp-power4.S: New file.
19492 * sysdeps/powerpc/powerpc64/multiarch/memcmp-power7.S: New file.
19493 * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: New file.
19494 * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: New file: multiarch
19495 memcmp for PPC64.
19496
19497 * sysdeps/powerpc/powerpc64/multiarch/Makefile: New file to support
19498 multiarch for POWER/PPC64.
19499 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Likewise.
19500 * sysdeps/powerpc/powerpc64/multiarch/init-arch.h: Likewise.
19501 * sysdeps/powerpc/powerpc64/multiarch/memcpy-a2.S: New file.
19502 * sysdeps/powerpc/powerpc64/multiarch/memcpy-cell.S: New file.
19503 * sysdeps/powerpc/powerpc64/multiarch/memcpy-power4.S: New file.
19504 * sysdeps/powerpc/powerpc64/multiarch/memcpy-power6.S: New file.
19505 * sysdeps/powerpc/powerpc64/multiarch/memcpy-power7.S: New file.
19506 * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: New file.
19507 * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: New file: multiarch
19508 memcpy for PPC64.
19509
19510 * sysdeps/powerpc/powerpc64/power4/fpu/Implies: New file.
19511 * sysdeps/powerpc/powerpc64/power4/fpu/multiarch/Implies: New File.
19512 * sysdeps/powerpc/powerpc64/power4/multiarch/Implies: New File.
19513 * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: New File.
19514 * sysdeps/powerpc/powerpc64/power5+/multiarch/Implies: New File.
19515 * sysdeps/powerpc/powerpc64/power5/Implies: New File.
19516 * sysdeps/powerpc/powerpc64/power5/fpu/Implies: New File.
19517 * sysdeps/powerpc/powerpc64/power5/multiarch/Implies: New File.
19518 * sysdeps/powerpc/powerpc64/power6/fpu/Implies: New File.
19519 * sysdeps/powerpc/powerpc64/power6/multiarch/Implies: New File.
19520 * sysdeps/powerpc/powerpc64/power7/fpu/Implies: New File.
19521 * sysdeps/powerpc/powerpc64/power7/multiarch/Implies: New File.
19522 * sysdeps/powerpc/powerpc64/power8/fpu/Implies: New File.
19523 * sysdeps/powerpc/powerpc64/power8/fpu/multiarch/Implies: New File.
19524 * sysdeps/powerpc/powerpc64/power8/multiarch/Implies: New File.
19525 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: Remove.
19526 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/Implies: Remove.
19527 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: Remove.
19528 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: Remove.
19529 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: Remove.
19530 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: Remove.
19531 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Remove.
19532
19533 2013-12-12 Kaz Kojima <kkojima@rr.iij4u.or.jp>
19534
19535 * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Use $$ver.
19536
19537 2013-12-12 Siddhesh Poyarekar <siddhesh@redhat.com>
19538
19539 * benchtests/Makefile (bench): Add exp2 and log2.
19540 (LDLIBS-bench-exp2): Add -lm.
19541 (LDLIBS-bench-log2): Likewise.
19542 * benchtests/exp2-inputs: New inputs file.
19543 * benchtests/log2-inputs: New inputs file.
19544 * benchtests/log-inputs: Add new inputs.
19545 * benchtests/tan-inputs: Likewise.
19546
19547 2013-12-11 Siddhesh Poyarekar <siddhesh@redhat.com>
19548
19549 * sysdeps/ieee754/dbl-64/s_sin.c (t22): Consolidate const
19550 definition...
19551 (slow1, slow2, sloww1, sloww2, bsloww1, bsloww2, cslow2, csloww1)
19552 (csloww2): ... from here.
19553
19554 * sysdeps/ieee754/dbl-64/usncs.h: Define constants as double
19555 instead of structures.
19556 * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): Adjust.
19557 (POLYNOMIAL): Likewise.
19558 (TAYLOR_SLOW): Likewise.
19559 (__sin): Likewise.
19560 (__cos): Likewise.
19561 (slow1): Likewise.
19562 (slow2): Likewise.
19563 (sloww): Likewise.
19564 (sloww1); Likewise.
19565 (sloww2): Likewise.
19566 (bsloww1): Likewise.
19567 (bsloww2): Likewise.
19568 (cslow2): Likewise.
19569 (csloww): Likewise.
19570 (csloww1): Likewise.
19571 (csloww2): Likewise.
19572
19573 2013-12-10 Ondřej Bílka <neleai@seznam.cz>
19574
19575 * malloc/malloc.c (MALLOC_COPY, MALLOC_ZERO): Delete.
19576 (__malloc_assert, __libc_realloc, __libc_calloc, _int_realloc):
19577 Expand MALLOC_COPY and MALLOC_ZERO to memcpy and memset.
19578 * malloc/hooks.c (realloc_check): Likewise.
19579
19580 * malloc/Makefile (CPPFLAGS-malloc.c): Remove -DPER_THREAD flag.
19581 * malloc/arena.c: Remove PER_THREAD conditional.
19582 [!PER_THREAD]: Remove code.
19583 (ptmalloc_unlock_all2): Likewise.
19584 (ptmalloc_init): Likewise.
19585 (_int_new_arena): Likewise.
19586 (arena_get2): Likewise.
19587 * malloc/hooks.c (__malloc_get_state): Likewise.
19588 (__malloc_set_state): Likewise.
19589 * malloc/malloc.c: Likewise.
19590 (struct malloc_state): Likewise.
19591 (struct malloc_par): Likewise.
19592 (__libc_realloc): Likewise.
19593 (__libc_mallopt): Likewise.
19594
19595 2013-12-09 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
19596
19597 * Versions.def (libm): Add GLIBC_2.3 and GLIBC_2.19.
19598
19599 2013-12-09 Ondřej Bílka <neleai@seznam.cz>
19600
19601 * malloc/malloc.c (alloc_perturb, free_perturb): Convert from
19602 macro to a function. Check for zero perturb_byte.
19603 (_int_malloc, _int_free): Remove zero perturb_byte checks.
19604
19605 * malloc/malloc.c: (force_reg): Remove.
19606 (__malloc_assert, __libc_malloc, __libc_free, __libc_realloc)
19607 (_mid_memalign, __libc_calloc, sysmalloc, systrim): Replace
19608 force_reg by atomic_forced_read.
19609 * malloc/arena.c (ptmalloc_init): Likewise.
19610 * malloc/hooks.c (top_check): Likewise.
19611
19612 2013-12-09 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
19613
19614 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
19615
19616 2013-12-09 Markus Trippelsdorf <markus@trippelsdorf.de>
19617
19618 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
19619
19620 2013-12-08 Joseph Myers <joseph@codesourcery.com>
19621
19622 * math/auto-libm-test-in: Add tests of lgamma.
19623 * math/auto-libm-test-out: Regenerated.
19624 * math/libm-test.inc (M_LOG_SQRT_PIl): Remove macro.
19625 (M_LOG_2_SQRT_PIl): Likewise.
19626 (lgamma_test_data): Use AUTO_TESTS_f_f1.
19627 * math/gen-auto-libm-tests.c (func_calc_method): Add value
19628 mpfr_f_f1.
19629 (func_calc_desc): Add mpfr_f_f1 union field.
19630 (ARGS1): New macro.
19631 (ARGS2): Likewise.
19632 (ARGS3): Likewise.
19633 (ARGS4): Likewise.
19634 (RET1): Likewise.
19635 (RET2): Likewise.
19636 (CALC): Likewise.
19637 (FUNC): Likewise.
19638 (FUNC_mpfr_f_f): Use new macros FUNC, ARGS1, RET1 and CALC.
19639 (test_functions): Add lgamma.
19640 (calc_generic_results): Handle mpfr_f_f1.
19641 * sysdeps/i386/fpu/libm-test-ulps: Update.
19642 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19643
19644 2013-12-06 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
19645
19646 * sysdeps/powerpc/powerpc64/power7/add_n.S: New file: optimized
19647 __mpn_add_n for PowerPC64/POWER7.
19648 * sysdeps/powerpc/powerpc64/power7/sub_n.S: New file: optimized
19649 __mpn_sub_n for PowerPC64/POWER7.
19650
19651 * sysdeps/powerpc/powerpc64/addmul_1.S: New file: optimized
19652 __mpn_addmul_1 for PowerPC64.
19653 * sysdeps/powerpc/powerpc64/submul_1.S: New file: optimized
19654 __mpn_submul_1 for PowerPC64.
19655 * sysdeps/powerpc/powerpc64/lshift.S: New file: optimized __mpn_lshift
19656 for PowerPC64.
19657 * sysdeps/powerpc/powerpc64/mul_1.S: New file: optimized __mpn_mul_1
19658 for PowerPC64.
19659
19660 2013-12-06 Fernando J. V. da Silva <fernandojvdasilva@gmail.com>
19661
19662 [BZ #15089]
19663 * malloc/malloc.c: Exit systrim() if pad is bigger than heap top size.
19664
19665 2013-12-06 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
19666
19667 * NEWS: Mention ppc32/power4+ STT_GNU_IFUNC support.
19668
19669 * sysdeps/powerpc/powerpc32/power5+/fpu/multiarch/Implies: New file:
19670 add multiarch folders.
19671 * sysdeps/powerpc/powerpc32/power5+/multiarch/Implies: Likewise.
19672 * sysdeps/powerpc/powerpc32/power5/fpu/multiarch/Implies: Likewise.
19673 * sysdeps/powerpc/powerpc32/power5/multiarch/Implies: Likewise.
19674 * sysdeps/powerpc/powerpc32/power6/fpu/multiarch/Implies: Likewise.
19675 * sysdeps/powerpc/powerpc32/power6/multiarch/Implies: Likewise.
19676 * sysdeps/powerpc/powerpc32/power6x/fpu/multiarch/Implies: Likewise.
19677 * sysdeps/powerpc/powerpc32/power6x/multiarch/Implies: Likewise.
19678 * sysdeps/powerpc/powerpc32/power7/fpu/multiarch/Implies: Likewise.
19679 * sysdeps/powerpc/powerpc32/power7/multiarch/Implies: Likewise.
19680 * sysdeps/powerpc/powerpc32/power8/fpu/multiarch/Implies: Likewise.
19681 * sysdeps/powerpc/powerpc32/power8/multiarch/Implies: Likewise.
19682 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/Implies: Remove.
19683 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: Remove.
19684 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: Remove.
19685 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: Remove.
19686 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: Remove.
19687 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Remove.
19688
19689 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
19690 __ieee754_hypot and __ieee754_hypotf multiarch implementations.
19691 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-power7.c:
19692 New file.
19693 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-ppc32.c:
19694 New file.
19695 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot.c: New file:
19696 multiarch __ieee754_hypot for PowerPC32.
19697 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-power7.c:
19698 New file.
19699 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-ppc32.c:
19700 New file.
19701 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf.c: New file:
19702 multiarch __ieee754_hypotf for PowerPC32.
19703
19704 * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Define
19705 long_double_symbol only if __logbl is defined.
19706 * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Moved to ...
19707 * sysdeps/powerpc/power7/fpu/s_logb.c: ... here.
19708 * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: Move to ...
19709 * sysdeps/powerpc/power7/fpu/s_logbf.c: ... here.
19710 * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: Move to ...
19711 * sysdeps/powerpc/power7/fpu/s_logbl.c: ... here.
19712 * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: Adjust to use new
19713 path for implementation.
19714 * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: Likewise.
19715 * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: Likewise.
19716 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add logbf,
19717 logb, and logbl multiarch implementations for PowerPC32.
19718 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-power7.c: New
19719 file.
19720 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-ppc32.c: New
19721 file.
19722 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb.c: New file:
19723 multiarch logb for PowerPC32.
19724 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-power7.c: New
19725 file.
19726 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-ppc32.c: New
19727 file.
19728 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf.c: New file:
19729 multiarch logbf for PowerPC32.
19730 * sysdeps/powerpc/power4/fpu/multiarch/s_logbl-power7.c: New file.
19731 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl-ppc32.c: New
19732 file.
19733 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl.c: New file:
19734 multiarch logbl implementation for PowerPC32.
19735
19736 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add modf
19737 and modff multiarch implementations.
19738 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-power5+.c:
19739 New file.
19740 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-ppc32.c:
19741 New file.
19742 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c: New file:
19743 multiarch modf for PowerPC32.
19744 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-power5+.c:
19745 New file.
19746 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-ppc32.c:
19747 New file.
19748 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff.c: New file:
19749 multiarch modff for PowerPC32.
19750
19751 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lrint
19752 and lrintf multiarch implementations.
19753 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-power6x.S:
19754 New file.
19755 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-ppc32.S:
19756 New file.
19757 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint.c: New file:
19758 multiarch lrint for PowerPC32.
19759 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrintf.c: New
19760 file: multiarch lrintf for PowerPC32.
19761
19762 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lround
19763 and lroundf multiarch implementations.
19764 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power5+.S:
19765 New file.
19766 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power6.S:
19767 New file.
19768 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-ppc32.S:
19769 New file.
19770 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround.c: New file:
19771 multiarch lround for PowerPC32.
19772 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lroundf.c: New
19773 file: multiarch lroundf for PowerPC32.
19774
19775 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
19776 copysign and copysignf multiarch implementations.
19777 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-power6.S:
19778 New file.
19779 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-ppc32.S:
19780 New file.
19781 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c: New
19782 file: multiarch copysign for PowerPC32.
19783 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysignf.c: New
19784 file: multiarch copysignf for PowerPC32.
19785
19786 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add trunc
19787 and truncf multiarch implementations.
19788 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-power5+.S:
19789 New file.
19790 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-ppc32.S: New
19791 file.
19792 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc.c: New file:
19793 multiarch trunc for PowerPC32.
19794 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-power5+.S:
19795 New file.
19796 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-ppc32.S:
19797 New file.
19798 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf.c: New file:
19799 multiarch truncf for PowerPC32.
19800
19801 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add round
19802 and roundf multiarch implementations.
19803 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-power5+.S:
19804 New file.
19805 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-ppc32.S: New
19806 file.
19807 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round.c: New file:
19808 multiarch round for PowerPC32.
19809 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-power5+.S:
19810 New file.
19811 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-ppc32.S:
19812 New file.
19813 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf.c: New file:
19814 multiarch roundf for PowerPC32.
19815
19816 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add floor
19817 and floorf multiarch implementations.
19818 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-power5+.S:
19819 New file.
19820 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-ppc32.S: New
19821 file.
19822 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor.c: New file:
19823 multiarch floor for PowerPC32.
19824 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-power5+.S:
19825 New file.
19826 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-ppc32.S:
19827 New file.
19828 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf.c: New file:
19829 multiarch floorf for PowerPC32.
19830
19831 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add ceil
19832 and ceilf multiarch implementations.
19833 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-power5+.S:
19834 New file.
19835 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-ppc32.S: New
19836 file.
19837 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil.c: New file:
19838 multiarch ceil for PowerPC32.
19839 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-power5+.S:
19840 New file.
19841 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-ppc32.S: New
19842 file.
19843 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf.c: New file:
19844 multiarch ceilf for PowerPC32.
19845
19846 * sysdeps/ieee754/dbl-64/s_finite.c (__finite): Redefine it if FINITE
19847 is defined.
19848 * sysdeps/ieee754/flt-32/s_finitef.c (__finitef): Redefine it if
19849 FINITEF is defined.
19850 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add finite
19851 and finitef multiarch implementations.
19852 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-power7.S:
19853 New file.
19854 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-ppc32.c: New
19855 file.
19856 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c: New file:
19857 multiarch finite for PowerPC32.
19858 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef-ppc32.c:
19859 New file.
19860 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef.c: New
19861 file: multiarch finitef for PowerPC32.
19862
19863 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isinf
19864 and isinff multiarch implementations.
19865 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-power7.S: New
19866 file.
19867 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-ppc32.c: New
19868 file.
19869 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c: New file:
19870 multiarch isinf for PowerPC32.
19871 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff-ppc32.c:
19872 New file.
19873 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff.c: New file:
19874 multiarch isinff for PowerPC32.
19875
19876 * sysdeps/powerpc/powerpc32/fpu/s_isnan.S (__isnan): Only implement
19877 alias when __isnan is defined.
19878 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isnan
19879 and isnanf multiarch implementations.
19880 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power5.S: New
19881 file.
19882 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power6.S: New
19883 file.
19884 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power7.S: New
19885 file.
19886 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-ppc32.S: New
19887 file.
19888 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c: New file:
19889 multiarch isnan for PowerPC32.
19890 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power6.S:
19891 New file.
19892 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power7.S:
19893 New file.
19894 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf.c: New file:
19895 multiarch isnanf for PowerPC32.
19896
19897 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add sqrt
19898 and sqrtf multiarch implementations.
19899 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-power5.S: New
19900 file.
19901 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-ppc32.S: New
19902 file.
19903 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt.c: New file:
19904 multiarch sqrt for PowerPC32.
19905 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-power5.S: New
19906 file.
19907 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-ppc32.S: New
19908 file.
19909 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf.c: New file:
19910 multiarch sqrtf for PowerPC32.
19911
19912 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add llround
19913 and llroundf multiarch implementations.
19914 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power5+.S:
19915 New file.
19916 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power6.S:
19917 New file.
19918 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-ppc32.S:
19919 New file.
19920 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround.c: New
19921 file: multiarch llround for PowerPC32.
19922 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llroundf.c: New
19923 file: multiarch llroundf for PowerPC32.
19924
19925 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: New file:
19926 multiarch PowerPC32 fpu implementations.
19927 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-power6.S:
19928 New file.
19929 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-ppc32.S:
19930 New file.
19931 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint.c: New file:
19932 multiarch llrint for PowerPC32.
19933 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-power6.S:
19934 New file.
19935 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-ppc32.S:
19936 New file.
19937 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf.c: New
19938 file.
19939
19940 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/Implies: Remove.
19941
19942 * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power6.c: New
19943 file.
19944 * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power7.c: New
19945 file.
19946 * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-ppc32.c: New
19947 file.
19948 * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: New file:
19949 multiarch wordcopy for PPC32.
19950 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
19951 wordcopy objects.
19952 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
19953 (__libc_ifunc_impl_list): Likewise.
19954 * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Move ...
19955 * sysdeps/powerpc/power4/wordcopy.c: ... to here.
19956 * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Move ...
19957 * sysdeps/powerpc/power6/wordcopy.c: ... to here.
19958 * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Remove uneeded file.
19959 * sysdeps/powerpc/powerpc64/power4/wordcopy.c: Likewise.
19960
19961 * wcsmbs/wcscpy.c (wcscpy): Using macro to redefine symbol name
19962 * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power6.c: New
19963 file.
19964 * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power7.c: New
19965 file.
19966 * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: New
19967 file.
19968 * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: New file:
19969 multiarch wcscpy for PPC32.
19970 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
19971 multiarch objects.
19972 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
19973 (__libc_ifunc_impl_list): Likewise.
19974 * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
19975 * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
19976 * sysdeps/powerpc/powerpc64/power6/wcscpy.c: Adjust to use
19977 sysdeps/powerpc/power6/wcscpy.c.
19978
19979 * wcsmbs/wcsrchr.c (wcsrchr): Using macro to redefine symbol name
19980 * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power6.c: New
19981 file.
19982 * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power7.c: New
19983 file.
19984 * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: New
19985 file.
19986 * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: New file:
19987 multiarch wcsrchr for PPC32.
19988 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
19989 multiarch objects.
19990 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
19991 (__libc_ifunc_impl_list): Likewise.
19992 * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
19993 * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
19994 * sysdeps/powerpc/powerpc64/power6/wcsrchr.c: Adjust to use
19995 sysdeps/powerpc/power6/wcsrchr.c.
19996
19997 * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power6.c: New
19998 file.
19999 * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power7.c: New
20000 file.
20001 * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: New file.
20002 * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: New file:
20003 multiarch wcschr for PPc32.
20004 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
20005 multiarch objects.
20006 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
20007 (__libc_ifunc_impl_list): Likewise.
20008 * sysdeps/powerpc/powerpc32/power6/wcschr.c: Move ...
20009 * sysdeps/powerpc/power6/wcschr.c: ... to here.
20010 * sysdeps/powerpc/powerpc64/power6/wcschr.c: Adjust to use
20011 sysdeps/powerpc/power6/wcschr.c.
20012
20013 * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strchr.S: New file.
20014 * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-power7.S: New
20015 file.
20016 * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-ppc32.S: New file.
20017 * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/strchr.c: New
20018 file: multiarch strchr for PPC32.
20019 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchr
20020 multiarch objects.
20021 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
20022 (__libc_ifunc_impl_list): Likewise.
20023
20024 * string/strchrnul.c (__strchrnul): Using macro to redefine symbol
20025 name.
20026 * sysdeps/powerpc/powerpc32/power4//multiarch/strchrnul-power7.S: New
20027 file.
20028 * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul-ppc32.c: New
20029 file.
20030 * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: New file:
20031 multiarch strchrnul for PPC32.
20032 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchrnul
20033 multiarch objects.
20034 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
20035 (__libc_ifunc_impl_list): Likewise.
20036
20037 * sysdeps/powerpc/powerpc32/power4/multiarch/strncase-power7.c: New
20038 file.
20039 * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: New file:
20040 multiarch strncasecmp for PPC32.
20041 * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l-power7.c: New
20042 file.
20043 * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: New file:
20044 multiarch strncasecmp_l for PPC32.
20045 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added
20046 strncasecmp multiarch objects.
20047 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
20048 (__libc_ifunc_impl_list): Likewise.
20049
20050 * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S: New
20051 file.
20052 * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: New file:
20053 multiarch strncasecmp for PPC32.
20054 * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
20055 New file.
20056 * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: New file:
20057 multiarch strcasecmp_l for PPC32.
20058 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strcasecmp
20059 multiarch objects.
20060 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
20061 (__libc_ifunc_impl_list): Likewise.
20062
20063 * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-power7.S: New
20064 file.
20065 * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: New
20066 file.
20067 * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: New file:
20068 multiarch strncmp for PPC32.
20069 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strncmp
20070 multiarch objects.
20071 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
20072 (__libc_ifunc_impl_list): Likewise.
20073
20074 * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strnlen.c: New file.
20075 * sysdeps/powerpc/powerpc32//power4/multiarch/strnlen-power7.S: New
20076 file.
20077 * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen-ppc32.c: New file.
20078 * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: New file.
20079 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strnlen
20080 multiarch objects.
20081 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
20082 (__libc_ifunc_impl_list): Likewise.
20083
20084 * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-power7.S: New
20085 file.
20086 * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: New
20087 file.
20088 * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: New file.
20089 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strlen
20090 multiarch objects.
20091 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
20092 (__libc_ifunc_impl_list): Likewise.
20093
20094 * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-power7.S: New
20095 file.
20096 * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-ppc32.c: New
20097 file.
20098 * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: New file:
20099 multiarch rawmemchr for PPC32.
20100 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added rawmemchr
20101 multiarch objects.
20102 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
20103 (__libc_ifunc_impl_list): Likewise.
20104
20105 * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-power7.S: New
20106 file.
20107 * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: New
20108 file.
20109 * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: New
20110 file: memrchr multiarch for PPC32.
20111 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added memrchr
20112 multiarch objects.
20113 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
20114 (__libc_ifunc_impl_list): Likewise.
20115
20116 * string/memchr.c (__memchr): Using macro to redefine symbol name.
20117 * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-power7.S: New
20118 file.
20119 * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c: New File.
20120 * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: New file:
20121 multiarch memchr for PPC32.
20122 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memchr
20123 multiarch objects.
20124 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
20125 (__libc_ifunc_impl_list): Likewise.
20126
20127 * string/mempcpy.c (__mempcpy): Using macro to redefine symbol name.
20128 * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-power7.S: New
20129 file.
20130 * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-ppc32.c: New
20131 file.
20132 * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: New
20133 file: multiarch mempcpy for PPC32.
20134 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add mempcpy
20135 multiarch objects.
20136 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
20137 (__libc_ifunc_impl_list): Likewise.
20138
20139 * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power6.S: New file.
20140 * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power7.S: New file.
20141 * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S: New file.
20142 * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: New file:
20143 multiarch bzero for PPC32.
20144 * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power6.S: New
20145 file.
20146 * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power7.S: New
20147 file.
20148 * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: New file.
20149 * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/memset.c: New
20150 file: multiarch memset for PPC32.
20151 * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memset.S: New file.
20152 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add bzero and
20153 memset multiarch objects.
20154 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
20155 (__libc_ifunc_impl_list): Likewise.
20156
20157 * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-power7.S: New
20158 file.
20159 * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: New file.
20160 * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: multiarch
20161 memcmp for PPC32.
20162 * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memcmp.S: New file.
20163 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcmp
20164 multiarch objects.
20165 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
20166 (__libc_ifunc_impl_list): Likewise.
20167
20168 * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-a2.S: New file.
20169 * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-cell.S: New file.
20170 * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power6.S: New
20171 file.
20172 * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power7.S: New
20173 file.
20174 * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: New
20175 file.
20176 * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: New file:
20177 multiarch memcpy for PPC32.
20178 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcpy
20179 multiarch objects.
20180 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
20181 (__libc_ifunc_impl_list): Likewise.
20182
20183 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: New file to
20184 support multiarch for POWER/PPC32.
20185 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c:
20186 Likewise.
20187 * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
20188 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: Remove
20189 Implies file to make multiarch folder appers before the fpu and
20190 default folder for power4 configuration.
20191
20192 2013-12-06 Siddhesh Poyarekar <siddhesh@redhat.com>
20193
20194 * scripts/bench.pl: Append volatile keyword to type.
20195
20196 2013-12-05 Kaz Kojima <kkojima@rr.iij4u.or.jp>
20197
20198 * sysdeps/sh/sotruss-lib.c: New file.
20199 * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: New file.
20200
20201 2013-12-05 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
20202
20203 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
20204
20205 2013-12-05 Joseph Myers <joseph@codesourcery.com>
20206
20207 [BZ #6810]
20208 * math/w_tgamma.c: Include <errno.h>.
20209 (__tgamma): Use __glibc_unlikely. Set errno on underflow to 0.
20210 * math/w_tgammaf.c: Include <errno.h>.
20211 (__tgammaf): Use __glibc_unlikely. Set errno on underflow to 0.
20212 * math/w_tgammal.c: Include <errno.h>.
20213 (__tgammal): Use __glibc_unlikely. Set errno on underflow to 0.
20214 * math/auto-libm-test-in: Do not allow missing errno on tgamma
20215 underflow. Add more tgamma tests.
20216 * math/auto-libm-test-out: Regenerated.
20217 * sysdeps/i386/fpu/libm-test-ulps: Update.
20218 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20219
20220 * math/auto-libm-test-in: Add tests of log, log10, log1p, log2,
20221 sin, sinh, tan, tanh, tgamma, y0 and y1.
20222 * math/auto-libm-test-out: Regenerated.
20223 * math/libm-test.inc (TEST_COND_x86_64): New macro.
20224 (TEST_COND_x86): Likewise.
20225 (M_E2l): Remove macro.
20226 (M_E3l): Likewise.
20227 (M_2_SQRT_PIl): Likewise.
20228 (M_SQRT_PIl): Likewise.
20229 (M_1_DIV_El): Likewise.
20230 (log_test_data): Use AUTO_TESTS_f_f.
20231 (log10_test_data): Likewise.
20232 (log1p_test_data): Likewise.
20233 (log2_test_data): Likewise.
20234 (sin_test_data): Likewise.
20235 (sin_tonearest_test_data): Likewise.
20236 (sin_towardzero_test_data): Likewise.
20237 (sin_downward_test_data): Likewise.
20238 (sin_upward_test_data): Likewise.
20239 (sinh_test_data): Likewise.
20240 (sinh_tonearest_test_data): Likewise.
20241 (sinh_towardzero_test_data): Likewise.
20242 (sinh_downward_test_data): Likewise.
20243 (sinh_upward_test_data): Likewise.
20244 (tan_test_data): Likewise.
20245 (tan_tonearest_test_data): Likewise.
20246 (tan_towardzero_test_data): Likewise.
20247 (tan_downward_test_data): Likewise.
20248 (tan_upward_test_data): Likewise.
20249 (tanh_test_data): Likewise.
20250 (tgamma_test_data): Likewise.
20251 (y0_test_data): Likewise.
20252 (y1_test_data): Likewise.
20253 * math/gen-auto-libm-tests.c (special_fill_pi_4): New function.
20254 (special_real_inputs): Add pi/4.
20255 * sysdeps/i386/fpu/libm-test-ulps: Update.
20256 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20257
20258 2013-12-05 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
20259
20260 * sysdeps/powerpc/powerpc32/__longjmp-common.S: Add "longjmp" and
20261 "longjmp_target" static probes.
20262 (__longjmp): Rename to __longjmp_symbol.
20263 * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
20264 * sysdeps/powerpc/powerpc32/__longjmp.S: Define __longjmp_symbol based
20265 on which longjmp to generate.
20266 * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
20267 * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Add "setjmp" static
20268 probe.
20269 (__sigsetjmp): Rename to __sigsetjmp_symbol.
20270 (__sigjmp_save): Rename to __sigjmp_save_symbol.
20271 * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
20272 * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Define __sigsetjmp_symbol
20273 and __sigjmp_save_symbol based on which sigsetjmp to generated.
20274 * sysdeps/powerpc/powerpc32/setjmp.S: Likewise
20275 * sysdeps/unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Define
20276 __longjmp_symbol based on which __longjmp to generate.
20277 * sysdeps/powerpc/powerpc64/setjmp-common.S: Add "setjmp" static
20278 probe.
20279 (setjmp): Rename to setjmp_symbol.
20280 (__sigsetjmp): Rename to __sigsetjmp_symbol.
20281 (_setjmp): Rename to _setjmp_symbol.
20282 (__sigsetjmp): Rename to __sigsetjmp_symbol.
20283 * sysdeps/powerpc/powerpc64/setjmp.S: Define setjmp_symbol,
20284 _setjmp_symbol, __sigsetjmp_symbol, and __sigjmp_save_symbol based on
20285 which setjmp to generate.
20286 * sysdeps/powerpc/powerpc64/__longjmp-common.S: Add "longjmp" and
20287 "longjmp_target" static probes.
20288
20289 2013-12-05 Siddhesh Poyarekar <siddhesh@redhat.com>
20290
20291 * benchtests/README: Add note about output arguments.
20292 * benchtests/bench-sincos.c: Remove file.
20293 * benchtests/sincos-inputs: New file.
20294 * scripts/bench.pl: Identify output arguments and define
20295 static variables for them.
20296
20297 * debug/stpncpy_chk.c (__stpncpy_chk): Remove unused variables.
20298
20299 [BZ #15941]
20300 * Makefile (INSTALL): Add install-plain.texi as the primary
20301 dependency.
20302 * manual/install-plain.texi: New file.
20303 * manual/install.texi: Include node directive only for
20304 non-plaintext output.
20305
20306 2013-12-04 Joseph Myers <joseph@codesourcery.com>
20307
20308 * stdlib/longlong.h: Update from GCC.
20309
20310 [BZ #6807]
20311 [BZ #15901]
20312 * math/w_j0.c (y0): Raise FE_DIVBYZERO on zero argument.
20313 * math/w_j0f.c (y0f): Likewise.
20314 * math/w_j0l.c (__y0l): Likewise.
20315 * math/w_j1.c (y1): Likewise.
20316 * math/w_j1f.c (y1f): Likewise.
20317 * math/w_j1l.c (__y1l): Likewise
20318 * math/w_jn.c (yn): Likewise.
20319 * math/w_jnf.c (ynf): Likewise.
20320 * sysdeps/ieee754/k_standard.c (__kernel_standard): Use ERANGE for
20321 Bessel function pole errors in _POSIX_ mode. Use NAN as return
20322 value for Bessel function domain errors outside _SVID_ mode.
20323 Adjust sign of return value for yn (negative integer, 0).
20324 * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Use division
20325 by zero in return for negative x and set sign appropriately for
20326 negative n.
20327 * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Likewise.
20328 * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
20329 * math/libm-test.inc (y0_test_data): Add more tests and adjust
20330 expectations in error cases.
20331 (y1_test_data): Likewise.
20332 (yn_test_data): Likewise.
20333 * sysdeps/i386/fpu/libm-test-ulps: Update.
20334 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20335
20336 2013-11-12 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
20337
20338 * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-variants): Rename
20339 "64" to "64-v1". Add "64-v2".
20340 (abi-64-options): Rename to ...
20341 (abi-64-v1-options): ... this. Redefine _CALL_ELF.
20342 (abi-64-condition): Rename to ...
20343 (abi-64-v1-condition): ... this. Add _CALL_ELF check.,
20344 (abi-64-ld-soname): Rename to ...
20345 (abi-64-v1-ld-soname): ... this.
20346 (abi-64-v2-options): Define.
20347 (abi-64-v2-condition): Likewise.
20348 (abi-64-v2-ld-soname): Likewise.
20349 * sysdeps/unix/sysv/linux/powerpc/ldconfig.h
20350 (SYSDEP_KNOWN_INTERPRETER_NAMES): Add "/lib64/ld64.so.2".
20351 * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: Delete file.
20352 * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: New file.
20353 * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Generate.
20354
20355 2013-11-12 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
20356 Alan Modra <amodra@gmail.com>
20357
20358 * sysdeps/powerpc/bits/link.h (La_ppc64v2_regs, La_ppc64v2_retval):
20359 New versions for use with the ELFv2 ABI.
20360 (la_ppc64v2_gnu_pltenter, la_ppc64v2_gnu_pltexit): Add prototypes.
20361 * sysdeps/powerpc/lsdodefs.h (struct La_ppc64v2_regs): Add forward
20362 declaration.
20363 (struct La_ppc64v2_retval): Likewise.
20364 (ARCH_PLTENTER_MEMBERS): Add ppc64v2_gnu_pltenter.
20365 (ARCH_PLTEXIT_MEMBERS): Add ppc64v2_gnu_pltexit.
20366 * sysdeps/powerpc/powerpc64/dl-machine.h (ARCH_LA_PLTENTER): Define
20367 to ppc64v2_gnu_pltenter if _CALL_ELF == 2.
20368 (ARCH_LA_PLTEXIT): Define to ppc64v2_gnu_pltexit if _CALL_ELF == 2.
20369 * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
20370 Do not save or restore CR.
20371 (FRAME_SIZE, VR_RTN): Provide updated values for _CALL_ELF == 2.
20372 (_dl_profile_resolve): Do no save or restore CR. Support extended
20373 return values for ELFv2 ABI. Fix location of FPR return registers.
20374 * sysdeps/powerpc/powerpc64/tst-audit.h (pltenter, pltexit): Provide
20375 updated values for _CALL_ELF == 2.
20376 (La_regs, La_retval, int_retval): Likewise.
20377
20378 2013-12-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
20379
20380 * sysdeps/powerpc/powerpc64/sysdep.h (FRAME_MIN_SIZE): Define.
20381 (FRAME_MIN_SIZE_PARM): Likewise.
20382 (FRAME_BACKCHAIN): Likewise.
20383 (FRAME_CR_SAVE): Likewise.
20384 (FRAME_LR_SAVE): Likewise.
20385 (FRAME_TOC_SAVE): Likewise.
20386 (FRAME_PARM_SAVE): Likewise.
20387 (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE,
20388 FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE,
20389 FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
20390 (call_mcount_parm_offset): New macro.
20391 (SAVE_ARG, REST_ARG, CFI_SAVE_ARG): Use it.
20392 (PROF): Use symbolic stack frame offsets.
20393 (TAIL_CALL_SYSCALL_ERROR): Likewise.
20394 * sysdeps/powerpc/powerpc64/dl-trampoline.S (FRAME_SIZE, INT_PARMS):
20395 Redefine in terms of FRAME_MIN_SIZE.
20396 (_dl_runtime_resolve): Use symbolic stack frame offsets.
20397 (_dl_profile_resolve): Likewise. Update comment.
20398 * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Use
20399 symbols stack frame offsets.
20400 (__sigsetjmp): Likewise.
20401 * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp): Likewise.
20402 * sysdeps/powerpc/powerpc64/ppc-mcount.S (_mcount): Likewise.
20403 * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Likewise.
20404 * sysdeps/powerpc/powerpc64/crtn.S (_init, _fini): Likewise.
20405
20406 * sysdeps/unix/sysv/linux/powerpc/powerpc64/ucontext_i.sym
20407 (FRAME_BACKCHAIN): Remove.
20408 (FRAME_CR_SAVE): Likewise.
20409 (FRAME_LR_SAVE): Likewise.
20410 (FRAME_COMPILER_DW): Likewise.
20411 (FRAME_LINKER_DW): Likewise.
20412 (FRAME_TOC_SAVE): Likewise.
20413 (FRAME_PARM_SAVE): Likewise.
20414 (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE)
20415 (FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE)
20416 (FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
20417 * sysdeps/unix/sysv/linux/powerpc/powerpc64/____longjmp_chk.S
20418 (CHECK_SP): Use symbolic stack frame offsets.
20419 * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Use "red
20420 zone" instead of caller's parameter save area for temp storage.
20421 * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
20422 Likewise. Also, use symbolic stack frame offsets.
20423 * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (FRAMESIZE,
20424 stackblock): Redefine for _CALL_ELF == 2 to save parameters into
20425 our own stack frame instead of the caller's.
20426 (__socket): Use symbolic stack frame offsets.
20427
20428 2013-12-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
20429 Alan Modra <amodra@gmail.com>
20430
20431 * elf/elf.h (DT_PPC64_OPT, PPC64_OPT_TLS, PPC64_OPT_MULTI_TOC):
20432 Define.
20433 (STO_PPC64_LOCAL_BIT, STO_PPC64_LOCAL_MASK)
20434 (PPC64_LOCAL_ENTRY_OFFSET): Define.
20435 * sysdeps/powerpc/powerpc64/dl-machine.h (ppc64_local_entry_offset):
20436 New function.
20437 (elf_machine_fixup_plt): Call it.
20438 (elf_machine_plt_conflict): Likewise. Add map, sym_map, and
20439 reloc arguments.
20440 (elf_machine_rela): Update call to elf_machine_plt_conflict.
20441 * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
20442 (_dl_profile_resolve) [_CALL_ELF == 2]: Restore caller's TOC into
20443 r2 before calling target.
20444
20445 2013-12-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
20446 Alan Modra <amodra@gmail.com>
20447
20448 * sysdeps/powerpc/powerpc64/sysdep.h [_CALL_ELF == 2]
20449 (PPC64_LOAD_FUNCPTR, DOT_LABEL, BODY_LABEL, ENTRY_2, END_2): New
20450 versions of macros to support ELFv2 ABI.
20451 (LOCALENTRY): New macro.
20452 (ENTRY, EALIGN): Use it.
20453 * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use LOCALENTRY.
20454 * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Do not
20455 fall through into ENTRY entry point.
20456 * libc/sysdeps/powerpc/powerpc64/dl-machine.h (Elf64_FuncDesc):
20457 Only define if _CALL_ELF != 2.
20458
20459 (elf_machine_matches_host): Verify ABI version matches.
20460 (RTLD_START): Use LOCALENTRY.
20461 (elf_machine_type_class): Use SHN_UNDEF PLT handling for ELFv2 ABI.
20462 (PLT_INITIAL_ENTRY_WORDS): New version for _CALL_ELF != 2.
20463 (PLT_ENTRY_WORDS): New macro.
20464 (GLINK_INITIAL_ENTRY_WORDS, GLINK_ENTRY_WORDS): Likewise.
20465 (elf_machine_runtime_setup): Support ELFv2 ABI.
20466 (elf_machine_fixup_plt): Likewise.
20467 (elf_machine_plt_conflict): Likewise.
20468 (resolve_ifunc): Likewise.
20469 * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
20470 * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
20471 Likewise.
20472 * sysdeps/unix/sysv/linux/powerpc/powerpc64/ldsodefs.h
20473 (DL_ADDR_SYM_MATCH): Only define if _CALL_ELF != 2.
20474 * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
20475 (makecontext): Support ELFv2 ABI.
20476 * elf/elf.h (EF_PPC64_ABI): Define.
20477
20478 2013-12-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
20479
20480 * sysdeps/powerpc/powerpc64/sysdep.h
20481 (PPC64_LOAD_FUNCPTR) [ASSEMBLER]: New assembler macro.
20482 (ENTRY_1) [ASSEMBLER]: Do not switch to .text section here ...
20483 (ENTRY) [ASSEMBLER]: ... but instead here ...
20484 (EALIGN) [ASSEMBLER]: ... and here.
20485 (PPC64_LOAD_FUNCPTR) [!ASSEMBLER]: New macro.
20486 (ENTRY_1) [!ASSEMBLER]: New macro; set up .opd entry.
20487 (ENTRY_2) [!ASSEMBLER]: Use it.
20488 * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Update for
20489 ENTRY_2 changes. Use PPC64_LOAD_FUNCPTR.
20490 * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
20491 (_dl_profile_resolve): Use PPC64_LOAD_FUNCPTR.
20492 * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use ENTRY_2.
20493 * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (clone):
20494 Use PPC64_LOAD_FUNCPTR.
20495
20496 * sysdeps/powerpc/tls.h (tcbhead_t): Add __private_ss field.
20497
20498 2013-12-04 Alan Modra <amodra@gmail.com>
20499
20500 * elf/elf.h (R_PPC64_TLSGD, R_PPC64_TLSLD, R_PPC64_TOCSAVE): Define.
20501 (R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA): Likewise.
20502 (R_PPC64_TPREL16_HIGH, R_PPC64_TPREL16_HIGHA): Likewise.
20503 (R_PPC64_DTPREL16_HIGH, R_PPC64_DTPREL16_HIGHA): Likewise.
20504
20505 * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Add
20506 overflow checking for R_PPC64_ADDR16_HI, R_PPC64_ADDR16_HA,
20507 R_PPC64_TPREL16_HI, and R_PPC64_TPREL16_HA.
20508 Support new R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA,
20509 R_PPC64_TPREL16_HIGH, and R_PPC64_TPREL16_HIGHA relocations.
20510 Fix overflow checking for R_PPC64_ADDR30 and R_PPC64_ADDR32.
20511
20512 2013-12-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
20513
20514 * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
20515 (__makecontext): Fix incorrect CFI when backtracing out of
20516 context created via makecontext.
20517 * sysdeps/unix/sysv/linux/powerpc/powerpc64/secontext.S
20518 (__setcontext): Fix incorrect CFI during switch to new context.
20519 (__novec_setcontext): Likewise.
20520
20521 2013-12-04 Ondřej Bílka <neleai@seznam.cz>
20522
20523 [BZ #4772]
20524 * time/strptime_l.c (__strptime_internal): Allow modifiers
20525 in strptime.
20526 * time/tst-strptime.c (day_tests): Add testcase.
20527
20528 2013-12-04 Siddhesh Poyarekar <siddhesh@redhat.com>
20529
20530 * scripts/bench.pl: Skip over blank lines.
20531
20532 2013-12-04 Paul Eggert <eggert@cs.ucla.edu>
20533
20534 [BZ #926]
20535 * manual/time.texi (Calendar Time): Clarify what timezone functions
20536 use.
20537
20538 2013-12-04 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
20539
20540 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
20541
20542 2013-12-04 Ondřej Bílka <neleai@seznam.cz>
20543
20544 * debug/memcpy_chk.c (__memcpy_chk): Use call instead of custom
20545 implementation.
20546 * debug/memmove_chk.c (MEMMOVE_CHK): Likewise.
20547 * debug/mempcpy_chk.c (__mempcpy_chk): Likewise.
20548 * debug/memset_chk.c (__memset_chk): Likewise.
20549 * debug/stpncpy_chk.c (__stpncpy_chk): Likewise.
20550 * debug/strncpy_chk.c: Likewise.
20551
20552 2013-12-03 Joseph Myers <joseph@codesourcery.com>
20553
20554 [BZ #15268]
20555 [BZ #15425]
20556 * sysdeps/ieee754/dbl-64/e_exp.c: Include <float.h>.
20557 (__ieee754_exp): For possibly underflowing results, check size of
20558 result and force underflow exception if required.
20559 * math/auto-libm-test-in: Add more tests of exp.
20560 * math/auto-libm-test-out: Regenerated.
20561 * sysdeps/i386/fpu/libm-test-ulps: Update.
20562 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20563
20564 [BZ #16283]
20565 * math/w_exp2.c (__exp2): Handle a zero result as underflow.
20566 * math/w_exp2f.c (__exp2f): Likewise.
20567 * math/w_exp2l.c (__exp2l): Likewise.
20568 * math/auto-libm-test-in: Do not allow missing errno on exp2
20569 underflow.
20570 * math/auto-libm-test-out: Regenerated.
20571
20572 2013-12-03 Ondřej Bílka <neleai@seznam.cz>
20573
20574 [BZ #16274]
20575 * sysdeps/unix/sysv/linux/shm_open.c (shm_open): Correctly
20576 handle filename validation.
20577 * rt/tst-shm.c (do_test): Do not skip a test when shm_open fails.
20578 (do_open): Delete.
20579
20580 2013-12-03 Joseph Myers <joseph@codesourcery.com>
20581
20582 [BZ #6786]
20583 * sysdeps/ieee754/dbl-64/s_erf.c: Include <errno.h> and <float.h>.
20584 (__erfc): Set errno to ERANGE when returning 0 or tiny * tiny.
20585 * sysdeps/ieee754/flt-32/s_erff.c: Include <errno.h> and
20586 <float.h>.
20587 (__erfcf): Set errno to ERANGE when returning 0 or tiny * tiny.
20588 * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <errno.h>.
20589 (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
20590 * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <errno.h>.
20591 (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
20592 * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <errno.h>.
20593 (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
20594 * math/auto-libm-test-in: Don't allow missing errno from erfc.
20595 Add more erfc tests.
20596 * math/auto-libm-test-out: Regenerated.
20597 * sysdeps/i386/fpu/libm-test-ulps: Update.
20598 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20599
20600 * math/auto-libm-test-in: Add tests of erf, erfc, exp, exp10,
20601 exp2, expm1, j0 and j1.
20602 * math/auto-libm-test-out: Regenerated.
20603 * math/libm-test.inc (erf_test_data): Use AUTO_TESTS_f_f.
20604 (erfc_test_data): Likewise.
20605 (exp_test_data): Likewise.
20606 (exp_tonearest_test_data): Likewise.
20607 (exp_towardzero_test_data): Likewise.
20608 (exp_downward_test_data): Likewise.
20609 (exp_upward_test_data): Likewise.
20610 (exp10_test_data): Likewise.
20611 (exp2_test_data): Likewise.
20612 (expm1_test_data): Likewise.
20613 (j0_test_data): Likewise.
20614 (j1_test_data): Likewise.
20615 * math/gen-auto-libm-tests.c: Mention "xfail-rounding" in comment.
20616 (input_flag_type): Add flag_xfail_rounding.
20617 (input_flags): Add xfail-rounding.
20618 (adjust_real): Assert mpfr_number_p not mpfr_regular_p.
20619 (output_for_one_input_case): Handle flag_xfail_rounding.
20620 * sysdeps/i386/fpu/libm-test-ulps: Update.
20621 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20622
20623 2013-12-03 Aurelien Jarno <aurelien@aurel32.net>
20624
20625 [BZ #16289]
20626 * locale/loadarchive.c (_nl_load_locale_from_archive): Avoid
20627 division by 0.
20628
20629 2013-12-03 Siddhesh Poyarekar <siddhesh@redhat.com>
20630
20631 [BZ #16195]
20632 * include/stap-probe.h [!USE_STAP_PROBE && !__ASSEMBLER__]
20633 (LIBC_PROBE): Change definition to call STAP_PROBE* macros.
20634 (STAP_PROBE0): New macro.
20635 (STAP_PROBE1): Likewise.
20636 (STAP_PROBE2): Likewise.
20637 (STAP_PROBE3): Likewise.
20638 (STAP_PROBE4): Likewise.
20639
20640 2013-12-02 Ondřej Bílka <neleai@seznam.cz>
20641
20642 * manual/llio.texi (Memory-mapped I/O): Add shm_open and shm_close.
20643
20644 2013-12-02 Steve Ellcey <sellcey@mips.com>
20645
20646 * benchtests/Makefile (bench): Add sqrt.
20647 (LDLIBS-bench-sqrt): New.
20648 * benchtests/sqrt-input: New.
20649
20650 2013-12-02 Pavel Simerda <psimerda@redhat.com>
20651
20652 * sysdeps/posix/getaddrinfo.c (GAIH_OKIFUNSPEC): Remove macro.
20653 (GAIH_EAI): Likewise.
20654 (gaih_inet_serv): Don't use GAIH_OKIFUNSPEC.
20655 (gaih_inet): Likewise.
20656 (getaddrinfo): Don't use GAIH_EAI.
20657
20658 * sysdeps/posix/getaddrinfo.c (UNIX_PATH_MAX): Remove macro.
20659 (struct gaih): Remove definition.
20660
20661 2013-12-02 Siddhesh Poyarekar <siddhesh@redhat.com>
20662
20663 * nss/nss_files/files-hosts.c (_nss_files_gethostbyname4_r):
20664 Use HERRNOP directly.
20665
20666 2013-12-02 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
20667
20668 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
20669
20670 2013-11-30 Joseph Myers <joseph@codesourcery.com>
20671
20672 * math/gen-auto-libm-tests.c (test_functions): Add more
20673 single-argument functions.
20674 (special_fill_pi_2): New function.
20675 (special_fill_minus_pi_2): Likewise.
20676 (special_fill_pi_6): Likewise.
20677 (special_fill_minus_pi_6): Likewise.
20678 (special_fill_pi_3): Likewise.
20679 (special_fill_2pi_3): Likewise.
20680 (special_fill_e): Likewise.
20681 (special_fill_1_e): Likewise.
20682 (special_fill_e_minus_1): Likewise.
20683 (special_real_inputs): Add more special inputs.
20684 (output_for_one_input_case): Do not require ERANGE on underflow to
20685 zero if round-to-nearest result does not underflow to zero, unless
20686 exact results required.
20687 * math/auto-libm-test-in: Add tests of acos, acosh, asin, asinh,
20688 atan, atanh, cbrt, cos and cosh.
20689 * math/auto-libm-test-out: Regenerated.
20690 * math/libm-test.inc (acos_test_data): Use AUTO_TESTS_f_f.
20691 (acos_tonearest_test_data): Likewise.
20692 (acos_towardzero_test_data): Likewise.
20693 (acos_downward_test_data): Likewise.
20694 (acos_upward_test_data): Likewise.
20695 (acosh_test_data): Likewise.
20696 (asin_test_data): Likewise.
20697 (asin_tonearest_test_data): Likewise.
20698 (asin_towardzero_test_data): Likewise.
20699 (asin_upward_test_data): Likewise.
20700 (asinh_test_data): Likewise.
20701 (atan_test_data): Likewise.
20702 (atanh_test_data): Likewise.
20703 (cbrt_test_data): Likewise.
20704 (cos_test_data): Likewise.
20705 (cos_tonearest_test_data): Likewise.
20706 (cos_towardzero_test_data): Likewise.
20707 (cos_downward_test_data): Likewise.
20708 (cos_upward_test_data): Likewise.
20709 (cosh_test_data): Likewise.
20710 (cosh_tonearest_test_data): Likewise.
20711 (cosh_towardzero_test_data): Likewise.
20712 (cosh_downward_test_data): Likewise.
20713 (cosh_upward_test_data): Likewise.
20714 * sysdeps/i386/fpu/libm-test-ulps: Update.
20715 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20716
20717 2013-11-29 Joseph Myers <joseph@codesourcery.com>
20718
20719 [BZ #6787]
20720 * math/w_exp10.c (__exp10): Handle a zero result as underflow.
20721 * math/w_exp10f.c (__exp10f): Likewise.
20722 * math/w_exp10l.c (__exp10l): Likewise.
20723 * math/libm-test.inc (exp10_test_data): Add more tests and expect
20724 errno settings in existing tests.
20725
20726 [BZ #14032]
20727 * sysdeps/i386/fpu/e_sqrt.S (__ieee754_sqrt): Do fsqrt with
20728 precision control set to double precision.
20729 * sysdeps/i386/fpu/w_sqrt.c: New file.
20730 * math/auto-libm-test-in: Add more tests.
20731 * math/auto-libm-test-out: Update.
20732
20733 * math/libm-test.inc (sqrt_tonearest_test_data): New variable.
20734 (sqrt_test_tonearest): New function.
20735 (sqrt_towardzero_test_data): New variable.
20736 (sqrt_test_towardzero): New function.
20737 (sqrt_downward_test_data): New variable.
20738 (sqrt_test_downward): New function.
20739 (sqrt_upward_test_data): New variable.
20740 (sqrt_test_upward): New function.
20741 (main): Call the new functions.
20742
20743 * math/gen-auto-libm-tests.c: New file.
20744 * math/auto-libm-test-in: Likewise.
20745 * math/auto-libm-test-out: New generated file.
20746 * math/gen-libm-test.pl ($auto_input, %auto_tests): New global
20747 variables.
20748 (%beautify): Add generated representations of zero.
20749 (top level): Set $auto_input and call parse_auto_input.
20750 (beautify): Remove trailing "f" from hex float constants.
20751 (parse_args): Handle XFAIL_TEST.
20752 (convert_condition): New function.
20753 (or_value): Likewise.
20754 (or_cond_value): Likewise.
20755 (generate_testfile): Handle AUTO_TESTS_* lines.
20756 (parse_auto_input): New function.
20757 * math/libm-test.inc (XFAIL_TEST): New macro.
20758 (ERRNO_UNCHANGED): Update value.
20759 (ERRNO_EDOM): Likewise.
20760 (ERRNO_ERANGE): Likewise.
20761 (IGNORE_RESULT): Likewise.
20762 (TEST_COND_flt_32): New macro.
20763 (TEST_COND_dbl_64): Likewise.
20764 (TEST_COND_ldbl_96_intel): Likewise.
20765 (TEST_COND_ldbl_96_m68k): Likewise.
20766 (TEST_COND_ldbl_128): Likewise.
20767 (TEST_COND_ldbl_128ibm): Likewise.
20768 (TEST_COND_long32): Likewise.
20769 (TEST_COND_long64): Likewise.
20770 (TEST_COND_before_rounding): Likewise.
20771 (TEST_COND_after_rounding): Likewise.
20772 (enable_test): Handle XFAIL_TEST flag.
20773 (sqrt_test_data): Use AUTO_TESTS_f_f for tests of finite inputs
20774 with finite results.
20775 * math/Makefile ($(objpfx)libm-test.stmp): Depend on
20776 auto-libm-test-out.
20777
20778 2013-11-29 Siddhesh Poyarekar <siddhesh@redhat.com>
20779 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
20780
20781 [BZ #16214]
20782 * sysdeps/s390/dl-tls.h (__TLS_GET_ADDR): Invoke
20783 __tls_get_addr_internal instead of __tls_get_offset in order to
20784 avoid GOT pointer dependency. Make rtld export
20785 __tls_get_addr_internal@@GLIBC_PRIVATE while still hiding
20786 __tls_get_addr since we are a __tls_get_offset platform.
20787 * sysdeps/s390/s390-64/tls-macros.h (TLS_IE PIC): Don't rely on
20788 GOT pointer being set up before.
20789 * sysdeps/s390/s390-32/tls-macros.h (TLS_IE PIC): Likewise.
20790
20791 2013-11-28 Joseph Myers <joseph@codesourcery.com>
20792
20793 * manual/math.texi (Errors in Math Functions): Document accuracy
20794 goals.
20795
20796 [BZ #15004]
20797 * sysdeps/ieee754/ldbl-96/e_atan2l.c: Remove file.
20798 * sysdeps/ieee754/ldbl-96/e_ilogbl.c: Likewise.
20799 * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
20800 * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
20801 * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
20802 * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
20803 * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
20804 * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
20805 * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
20806 * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
20807 * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
20808 * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
20809 * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
20810 * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
20811 * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
20812 * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
20813
20814 * sysdeps/powerpc/nofpu/atomic-feclearexcept.c: New file.
20815 * sysdeps/powerpc/nofpu/atomic-feholdexcept.c: Likewise.
20816 * sysdeps/powerpc/nofpu/atomic-feupdateenv.c: Likewise.
20817 * sysdeps/powerpc/nofpu/flt-rounds.c: Likewise.
20818 * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feclearexcept.c:
20819 Likewise.
20820 * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feholdexcept.c:
20821 Likewise.
20822 * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feupdateenv.c:
20823 Likewise.
20824 * sysdeps/powerpc/powerpc32/e500/nofpu/flt-rounds.c: Likewise.
20825 * sysdeps/powerpc/nofpu/Makefile [$(subdir) = soft-fp]
20826 (sysdep_routines): Add atomic-feholdexcept, atomic-feclearexcept,
20827 atomic-feupdateenv and flt-rounds.
20828 * sysdeps/powerpc/nofpu/Versions (libc): Add
20829 __atomic_feholdexcept, __atomic_feclearexcept,
20830 __atomic_feupdateenv and __flt_rounds to GLIBC_2.19.
20831 * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h
20832 (__feraiseexcept_soft): Declare and use libc_hidden_proto here.
20833 * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c
20834 (__feraiseexcept_soft): Don't declare and use libc_hidden_proto
20835 here.
20836 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
20837 Update.
20838
20839 * manual/arith.texi (FP Exceptions): Document that exceptions may
20840 not be raised when matherr is used.
20841 (Math Error Reporting): Document overflow in directed rounding
20842 modes. Document that errno may not be set when finite values are
20843 returned on overflow. Document intent to set errno on underflow
20844 only for underflow to zero.
20845
20846 [BZ #16271]
20847 * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Set
20848 round-to-nearest then adjust result for other rounding modes.
20849 * include/fenv.h (fegetround): Use libm_hidden_proto.
20850 * math/fegetround.c (fegetround): Use libm_hidden_def.
20851 * sysdeps/i386/fpu/fegetround.c (fegetround): Likewise.
20852 * sysdeps/powerpc/fpu/fegetround.c (fegetround): Likewise.
20853 * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
20854 * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c (fegetround):
20855 Likewise.
20856 * sysdeps/s390/fpu/fegetround.c (fegetround): Likewise.
20857 * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
20858 * sysdeps/sparc/fpu/fegetround.c (fegetround): Likewise.
20859 * sysdeps/x86_64/fpu/fegetround.c (fegetround): Likewise.
20860
20861 2013-11-28 Siddhesh Poyarekar <siddhesh@redhat.com>
20862
20863 [BZ #16077]
20864 * nss/Versions (libnss_files): Add
20865 _nss_files_gethostbyname3_r.
20866 * nss/nss_files/files-hosts.c (_nss_files_gethostbyname3_r):
20867 New function.
20868 (HOST_DB_LOOKUP): Remove macro.
20869 (_nss_files_gethostbyname_r): Implement function without the
20870 HOST_DB_LOOKUP macro.
20871 (_nss_files_gethostbyname2_r): Likewise.
20872
20873 2013-11-28 Ondřej Bílka <neleai@seznam.cz>
20874
20875 * malloc/malloc.c (__libc_calloc): Make memset a tail call.
20876
20877 2013-11-26 Uros Bizjak <ubizjak@gmail.com>
20878
20879 * soft-fp/op-4.h (_FP_FRAC_ASSEMBLE_4): Check rsize against
20880 _FP_W_TYPE_SIZE to avoid "left shift count >= width of type"
20881 warning.
20882
20883 2013-11-26 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
20884
20885 * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Use
20886 __fe_nomask_env_priv instead of __fe_nomask_env to avoid a PLT call.
20887 * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
20888 * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Likewise.
20889 * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Rename to
20890 __fe_nomask_env_priv and attribute_hidden.
20891 * sysdeps/powerpc/fpu/fenv_private.h (libc_fesetenv_ppc): Likewise.
20892 (libc_feupdateenv_test_ppc): Likewise.
20893 (libc_feresetround_ppc): Likewise.
20894 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
20895 (__fe_nomask_env): Rename to __fe_nomask_env_priv and adjust
20896 compat_symbol macro.
20897 * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
20898 (__fe_nomask_env): Likewise.
20899 * sysdeps/powerpc/fpu/fe_nomask.c (__fe_nomask_env): Likewise.
20900
20901 2013-11-26 Ondřej Bílka <neleai@seznam.cz>
20902
20903 * string/Makefile: Remove ifunc tests.
20904 * string/test-string.h: Define TEST_IFUNC.
20905 * string/test-bcopy-ifunc.c: Remove.
20906 * string/test-bzero-ifunc.c: Likewise.
20907 * string/test-memccpy-ifunc.c: Likewise.
20908 * string/test-memchr-ifunc.c: Likewise.
20909 * string/test-memcmp-ifunc.c: Likewise.
20910 * string/test-memcpy-ifunc.c: Likewise.
20911 * string/test-memmem-ifunc.c: Likewise.
20912 * string/test-memmove-ifunc.c: Likewise.
20913 * string/test-mempcpy-ifunc.c: Likewise.
20914 * string/test-memrchr-ifunc.c: Likewise.
20915 * string/test-memset-ifunc.c: Likewise.
20916 * string/test-rawmemchr-ifunc.c: Likewise.
20917 * string/test-stpcpy-ifunc.c: Likewise.
20918 * string/test-stpncpy-ifunc.c: Likewise.
20919 * string/test-strcasecmp-ifunc.c: Likewise.
20920 * string/test-strcasestr-ifunc.c: Likewise.
20921 * string/test-strcat-ifunc.c: Likewise.
20922 * string/test-strchr-ifunc.c: Likewise.
20923 * string/test-strchrnul-ifunc.c: Likewise.
20924 * string/test-strcmp-ifunc.c: Likewise.
20925 * string/test-strcpy-ifunc.c: Likewise.
20926 * string/test-strcspn-ifunc.c: Likewise.
20927 * string/test-strlen-ifunc.c: Likewise.
20928 * string/test-strncasecmp-ifunc.c: Likewise.
20929 * string/test-strncat-ifunc.c: Likewise.
20930 * string/test-strncmp-ifunc.c: Likewise.
20931 * string/test-strncpy-ifunc.c: Likewise.
20932 * string/test-strnlen-ifunc.c: Likewise.
20933 * string/test-strpbrk-ifunc.c: Likewise.
20934 * string/test-strrchr-ifunc.c: Likewise.
20935 * string/test-strspn-ifunc.c: Likewise.
20936 * string/test-strstr-ifunc.c: Likewise.
20937
20938 2013-11-26 Ondřej Bílka <neleai@seznam.cz>
20939
20940 * benchtests/Makefile: Remove ifunc tests.
20941 * benchtests/bench-string.h: Define TEST_IFUNC.
20942 * benchtests/bench-bcopy-ifunc.c: Remove.
20943 * benchtests/bench-bzero-ifunc.c: Likewise.
20944 * benchtests/bench-memccpy-ifunc.c: Likewise.
20945 * benchtests/bench-memchr-ifunc.c: Likewise.
20946 * benchtests/bench-memcmp-ifunc.c: Likewise.
20947 * benchtests/bench-memcpy-ifunc.c: Likewise.
20948 * benchtests/bench-memmem-ifunc.c: Likewise.
20949 * benchtests/bench-memmove-ifunc.c: Likewise.
20950 * benchtests/bench-mempcpy-ifunc.c: Likewise.
20951 * benchtests/bench-memrchr-ifunc.c: Likewise.
20952 * benchtests/bench-memset-ifunc.c: Likewise.
20953 * benchtests/bench-rawmemchr-ifunc.c: Likewise.
20954 * benchtests/bench-stpcpy_chk-ifunc.c: Likewise.
20955 * benchtests/bench-stpcpy-ifunc.c: Likewise.
20956 * benchtests/bench-stpncpy-ifunc.c: Likewise.
20957 * benchtests/bench-strcasecmp-ifunc.c: Likewise.
20958 * benchtests/bench-strcasestr-ifunc.c: Likewise.
20959 * benchtests/bench-strcat-ifunc.c: Likewise.
20960 * benchtests/bench-strchr-ifunc.c: Likewise.
20961 * benchtests/bench-strchrnul-ifunc.c: Likewise.
20962 * benchtests/bench-strcmp-ifunc.c: Likewise.
20963 * benchtests/bench-strcpy_chk-ifunc.c: Likewise.
20964 * benchtests/bench-strcpy-ifunc.c: Likewise.
20965 * benchtests/bench-strcspn-ifunc.c: Likewise.
20966 * benchtests/bench-strlen-ifunc.c: Likewise.
20967 * benchtests/bench-strncasecmp-ifunc.c: Likewise.
20968 * benchtests/bench-strncat-ifunc.c: Likewise.
20969 * benchtests/bench-strncmp-ifunc.c: Likewise.
20970 * benchtests/bench-strncpy-ifunc.c: Likewise.
20971 * benchtests/bench-strnlen-ifunc.c: Likewise.
20972 * benchtests/bench-strpbrk-ifunc.c: Likewise.
20973 * benchtests/bench-strrchr-ifunc.c: Likewise.
20974 * benchtests/bench-strsep-ifunc.c: Likewise.
20975 * benchtests/bench-strspn-ifunc.c: Likewise.
20976 * benchtests/bench-strstr-ifunc.c: Likewise.
20977
20978 2013-11-26 Ondřej Bílka <neleai@seznam.cz>
20979
20980 * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Fix typo.
20981
20982 2013-11-26 Ondřej Bílka <neleai@seznam.cz>
20983
20984 * resolv/netdb.h: Use __glibc_reserved instead __unused.
20985 * rt/aio.h: Likewise.
20986 * sysdeps/gnu/bits/utmp.h: Likewise.
20987 * sysdeps/gnu/bits/utmpx.h: Likewise.
20988 * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
20989 * sysdeps/unix/sysv/linux/bits/ipc.h: Likewise.
20990 * sysdeps/unix/sysv/linux/bits/msq.h: Likewise.
20991 * sysdeps/unix/sysv/linux/bits/sem.h: Likewise.
20992 * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
20993 * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
20994 * sysdeps/unix/sysv/linux/kernel_stat.h: Likewise.
20995 * sysdeps/unix/sysv/linux/ntp_gettimex.c: Likewise.
20996 * sysdeps/unix/sysv/linux/powerpc/bits/ipc.h: Likewise.
20997 * sysdeps/unix/sysv/linux/powerpc/bits/msq.h: Likewise.
20998 * sysdeps/unix/sysv/linux/powerpc/bits/sem.h: Likewise.
20999 * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
21000 * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Likewise.
21001 * sysdeps/unix/sysv/linux/powerpc/powerpc32/kernel_stat.h: Likewise.
21002 * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
21003 * sysdeps/unix/sysv/linux/s390/bits/ipc.h: Likewise.
21004 * sysdeps/unix/sysv/linux/s390/bits/msq.h: Likewise.
21005 * sysdeps/unix/sysv/linux/s390/bits/sem.h: Likewise.
21006 * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
21007 * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
21008 * sysdeps/unix/sysv/linux/s390/bits/utmp.h: Likewise.
21009 * sysdeps/unix/sysv/linux/s390/bits/utmpx.h: Likewise.
21010 * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.h: Likewise.
21011 * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
21012 * sysdeps/unix/sysv/linux/sh/bits/shm.h: Likewise.
21013 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
21014 * sysdeps/unix/sysv/linux/sparc/bits/ipc.h: Likewise.
21015 * sysdeps/unix/sysv/linux/sparc/bits/msq.h: Likewise.
21016 * sysdeps/unix/sysv/linux/sparc/bits/sem.h: Likewise.
21017 * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
21018 * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
21019 * sysdeps/unix/sysv/linux/sparc/sparc32/kernel_stat.h: Likewise.
21020 * sysdeps/unix/sysv/linux/sparc/sparc64/kernel_stat.h: Likewise.
21021 * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
21022 * sysdeps/unix/sysv/linux/sparc/sys/procfs.h: Likewise.
21023 * sysdeps/unix/sysv/linux/sys/timex.h: Likewise.
21024 * sysdeps/unix/sysv/linux/x86/bits/msq.h: Likewise.
21025 * sysdeps/unix/sysv/linux/x86/bits/sem.h: Likewise.
21026 * sysdeps/unix/sysv/linux/x86/bits/shm.h: Likewise.
21027 * sysdeps/unix/sysv/linux/x86/bits/stat.h: Likewise.
21028 * sysdeps/unix/sysv/linux/xstatconv.c: Likewise.
21029 * sysdeps/x86/fpu/bits/fenv.h: Likewise.
21030
21031 2013-11-25 Carlos O'Donell <carlos@redhat.com>
21032
21033 [BZ #16245]
21034 * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes):
21035 Rename PTRAVE_EVENT_SECCOMP to PTRACE_EVENT_SECCOMP.
21036
21037 2013-11-25 Joseph Myers <joseph@codesourcery.com>
21038
21039 * sysdeps/powerpc/nofpu/fenv_libc.h (__fegetround): New macro.
21040 * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h (__fegetround):
21041 Likewise.
21042
21043 2013-11-25 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
21044
21045 * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Use
21046 SET_RESTORE_ROUND instead of feholdexcept/fesetround/fesetenv.
21047 * sysdeps/powerpc/fpu/fenv_libc.h (__fegetround): Remove define.
21048 (__fesetround): Remove define.
21049 * sysdeps/powerpc/fpu/fenv_private.h: New file: Inline floating point
21050 rounding and exceptions handling.
21051 * sysdeps/powerpc/fpu/math_private.h: Include fenv_private.h.
21052 * sysdeps/powerpc/fpu/fenv_libc.h (__fe_mask_env): Define as hidden.
21053 (__fe_nomask_env): Likewise.
21054 * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Use
21055 __fegetround instead of fegetround.
21056 * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
21057 * sysdeps/ieee754/ldbl-128ibm/s_rintl.c (__rintl): Likewise.
21058
21059 2013-11-21 Roland McGrath <roland@hack.frob.com>
21060
21061 * malloc/malloc.c: Move #include <sys/param.h> to the top; comment why
21062 it's there.
21063
21064 * sysdeps/generic/sys/swap.h (swapon): Add FLAGS argument to prototype.
21065
21066 2013-11-21 Meador Inge <meadori@codesourcery.com>
21067
21068 [BZ #11157]
21069 * crypt/crypt.h (encrypt): Use __glibc_block instead of __block.
21070 (encrypt_r): Likewise.
21071 * malloc/obstack.h (obstack_free): Likewise.
21072 * posix/unistd.h (encrypt): Likewise.
21073
21074 2013-11-21 Guy Martin <gmsoft@tuxicoman.be>
21075
21076 * sysdeps/generic/ldsodefs.h: Replace DL_DT_INIT_ADDRESS() and
21077 DL_DT_FINI_ADDRESS() macro with DL_CALL_DT_INIT() and
21078 DL_CALL_DT_FINI() that call the functions directly.
21079 * elf/dl-init.c: Use the new DL_CALL_DT_INIT() macro.
21080 * elf/dl-close.c: Use the new DL_CALL_DT_FINI() macro.
21081 * elf/dl-fini.c: Likewise.
21082
21083 2013-11-20 Ondřej Bílka <neleai@seznam.cz>
21084
21085 * malloc/hooks.c (memalign_check): Add alignment rounding.
21086 * malloc/malloc.c (_mid_memalign): New function.
21087 (__libc_valloc, __libc_pvalloc, __libc_memalign, __posix_memalign):
21088 Implement by calling _mid_memalign.
21089 * manual/probes.texi (Memory Allocation Probes): Remove
21090 memory_valloc_retry and memory_pvalloc_retry.
21091
21092 2013-11-20 Siddhesh Poyarekar <siddhesh@redhat.com>
21093
21094 * locale/programs/locarchive.c (open_archive): Add const
21095 qualifier to ARCHIVEFNAME and copy default fname to
21096 DEFAULT_FNAME.
21097
21098 [BZ #15601]
21099 * libio/tst-widetext.input: Rename Oriya to Odia.
21100 * locale/iso-639.def: Likewise.
21101
21102 * manual/probes.texi (Mathematical Function Probes): Add
21103 documentation for sin, cos, asin and acos probes.
21104 * sysdeps/ieee754/dbl-64/sincos32.c: Include stap-probe.h.
21105 (__sin32): Add slowasin probe.
21106 (__cos32): Add slowacos probe.
21107 (__mpsin): Add slowsin probe.
21108 (__mpcos): Add slowcos probe.
21109
21110 2013-11-19 Joseph Myers <joseph@codesourcery.com>
21111
21112 [BZ #15483]
21113 * sysdeps/powerpc/nofpu/sim-full.c (__sim_exceptions): Change to
21114 thread-local __sim_exceptions_thread and global
21115 __sim_exceptions_global.
21116 (__sim_disabled_exceptions): Change to thread-local
21117 __sim_disabled_exceptions_thread and global
21118 __sim_disabled_exceptions_global.
21119 (__sim_round_mode): Change to thread-local __sim_round_mode_thread
21120 and global __sim_round_mode_global.
21121 (__simulate_exceptions): Use thread-local floating-point state and
21122 set global state from it as needed.
21123 * sysdeps/powerpc/nofpu/Versions (GLIBC_PRIVATE): Add
21124 __sim_exceptions_thread, __sim_disabled_exceptions_thread and
21125 __sim_round_mode_thread.
21126 * sysdeps/powerpc/nofpu/soft-supp.h: Include <shlib-compat.h>.
21127 (__sim_exceptions): Change to thread-local __sim_exceptions_thread
21128 and global __sim_exceptions_global.
21129 (__sim_disabled_exceptions): Change to thread-local
21130 __sim_disabled_exceptions_thread and global
21131 __sim_disabled_exceptions_global.
21132 (__sim_round_mode): Change to thread-local __sim_round_mode_thread
21133 and global __sim_round_mode_global.
21134 [SIM_GLOBAL_COMPAT] (SIM_COMPAT_SYMBOL): New macro.
21135 (SIM_SET_GLOBAL): Likewise.
21136 * sysdeps/powerpc/soft-fp/sfp-machine.h
21137 [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_ROUNDMODE): Use
21138 __sim_round_mode_thread.
21139 [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_TRAPPING_EXCEPTIONS): Use
21140 __sim_disabled_exceptions_thread.
21141 (__sim_exceptions): Change to __sim_exceptions_thread.
21142 (__sim_disabled_exceptions): Change to
21143 __sim_disabled_exceptions_thread.
21144 (__sim_round_mode): Change to __sim_round_mode_thread.
21145 * sysdeps/powerpc/nofpu/fclrexcpt.c (__feclearexcept): Use
21146 thread-local floating-point state and set global state from it as
21147 needed.
21148 * sysdeps/powerpc/nofpu/fedisblxcpt.c (fedisableexcept): Likewise.
21149 * sysdeps/powerpc/nofpu/feenablxcpt.c: Include "soft-supp.h".
21150 (__sim_disabled_exceptions): Remove extern declaration.
21151 (feenableexcept): Use thread-local floating-point state and set
21152 global state from it as needed.
21153 * sysdeps/powerpc/nofpu/fegetenv.c (__sim_exceptions): Remove
21154 extern declaration.
21155 (__sim_disabled_exceptions): Likewise.
21156 (__sim_round_mode): Likewise.
21157 (__fegetenv): Use thread-local floating-point state.
21158 * sysdeps/powerpc/nofpu/fegetexcept.c (fegetexcept): Likewise.
21159 * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
21160 * sysdeps/powerpc/nofpu/fesetenv.c (__fesetenv): Use thread-local
21161 floating-point state and set global state from it as needed.
21162 * sysdeps/powerpc/nofpu/fesetround.c (fesetround): Likewise.
21163 * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
21164 * sysdeps/powerpc/nofpu/fgetexcptflg.c (__fegetexceptflag):
21165 Likewise.
21166 * sysdeps/powerpc/nofpu/fraiseexcpt.c (__feraiseexcept): Likewise.
21167 * sysdeps/powerpc/nofpu/fsetexcptflg.c (__fesetexceptflag):
21168 Likewise.
21169 sysdeps/powerpc/nofpu/ftestexcept.c (fetestexcept): Likewise.
21170 * sysdeps/powerpc/nofpu/get-rounding-mode.h (get_rounding_mode):
21171 Use __sim_round_mode_thread.
21172 * math/test-fenv-tls.c: New file.
21173 * math/Makefile (tests): Add test-fenv-tls.
21174 ($(objpfx)test-fenv-tls): Depend on
21175 $(common-objpfx)nptl/libpthread.so.
21176
21177 2013-11-19 Andreas Schwab <schwab@suse.de>
21178
21179 * locale/programs/locale.c (show_info): Decode wordarray elements.
21180 * locale/categories.def (LC_MONETARY): Add element for
21181 _NL_MONETARY_CRNCYSTR.
21182 * locale/C-monetary.c (conversion_rate): New variable.
21183 (_nl_C_LC_MONETARY): Use it for _NL_MONETARY_CONVERSION_RATE
21184 element.
21185
21186 2013-11-18 Chris Metcalf <cmetcalf@tilera.com>
21187
21188 * math/test-fpucw-ieee.c [!defined _FPU_IEEE] (FPU_CONTROL):
21189 Omit definition of FPU_CONTROL and use default if no _FPU_IEEE.
21190
21191 2013-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
21192
21193 * elf/Makefile (tst-auxv): New test.
21194 * elf/tst-auxv.c: New
21195 * elf/rtld.c (dl_main): Adjust AT_EXECFN
21196
21197 2013-11-18 Joseph Myers <joseph@codesourcery.com>
21198
21199 * include/libc-symbols.h (__hidden_proto): Add argument "thread".
21200 (hidden_proto): Caller changed.
21201 (hidden_tls_proto): New macro.
21202 (libc_hidden_tls_proto): Likewise.
21203 (rtld_hidden_tls_proto): Likewise.
21204 (libm_hidden_tls_proto): Likewise.
21205 (libresolv_hidden_tls_proto): Likewise.
21206 (librt_hidden_tls_proto): Likewise.
21207 (libdl_hidden_tls_proto): Likewise.
21208 (libnss_files_hidden_tls_proto): Likewise.
21209 (libnsl_hidden_tls_proto): Likewise.
21210 (libnss_nisplus_hidden_tls_proto): Likewise.
21211 (libutil_hidden_tls_proto): Likewise.
21212
21213 2013-11-18 Ondřej Bílka <neleai@seznam.cz>
21214
21215 [BZ #10253]
21216 * elf/dl-load.c (fillin_rpath): Add linkmap parameter and expand path.
21217 (decompose_rpath): Defer expansion to fillin_rpath.
21218 (_dl_init_paths): Pass linkmap to fillin_rpath.
21219
21220 2013-11-18 Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
21221
21222 * benchtests/Makefile: Add strsep.
21223 * benchtests/bench-strsep.c: New file: strsep benchtest.
21224 * benchtests/bench-strsep-ifunc.c: New file: strsep benchtest.
21225
21226 2013-11-18 Andreas Schwab <schwab@suse.de>
21227
21228 * locale/programs/locale.c (show_info) [case byte]: Check for
21229 '\377' instead of '\177'.
21230 * locale/C-monetary.c (not_available): Always use "\377".
21231 * stdlib/strfmon_l.c (__vstrfmon_l): Use -2 as marker for
21232 unspecified p_sign_posn and n_sign_posn. Check for '\377' to
21233 detect unavailable sign_posn locale elements.
21234 * locale/localeconv.c (__localeconv): For grouping and
21235 mon_grouping handle "\177" and "\377" like no grouping.
21236 (INT_ELEM): New macro. Use it to set all numeric members.
21237 * locale/programs/ld-monetary.c (monetary_read)
21238 <tok_mon_grouping>: Normalize single -1 to the empty string.
21239 * locale/programs/ld-numeric.c (numeric_read) <tok_grouping>:
21240 Likewise.
21241
21242 2013-11-07 Ondřej Bílka <neleai@seznam.cz>
21243
21244 [BZ #16055]
21245 * stdio-common/vfscanf.c (_IO_vfscanf_internal): Limit width
21246 when we match (nil).
21247 * stdio-common/tst-sscanf.c (struct test): Add testcase.
21248
21249 2013-11-16 Joseph Myers <joseph@codesourcery.com>
21250
21251 * math/libm-test.inc (TEST_NAN_SIGN): New macro.
21252 (NO_TEST_INLINE): Update value.
21253 (ERRNO_UNCHANGED): Likewise.
21254 (ERRNO_EDOM): Likewise.
21255 (ERRNO_ERANGE): Likewise.
21256 (IGNORE_RESULT): Likewise.
21257 (check_float_internal): Check signs of NaN results if
21258 TEST_NAN_SIGN used.
21259 (check_complex): Pass TEST_NAN_SIGN flag through to second
21260 check_float_internal call.
21261 (copysign_test_data): Add tests with quiet NaNs as second
21262 argument. Use TEST_NAN_SIGN.
21263 (fabs_test_data): Add test of negative quiet NaN argument. Use
21264 TEST_NAN_SIGN.
21265 (signbit_test_data): Add tests of quiet NaN argument.
21266 * math/gen-libm-test.pl (parse_args): Handle TEST_NAN_SIGN.
21267
21268 * math/gen-libm-test.pl (show_exceptions): Take extra argument
21269 $ignore_result.
21270 (parse_args): Handle function results specified as IGNORE.
21271 * math/libm-test.inc (IGNORE_RESULT): New macro.
21272 (check_float_internal): Do not check numerical result if flag
21273 IGNORE_RESULT set.
21274 (check_complex): Pass through IGNORE_RESULT to second
21275 check_float_internal call.
21276 (check_int): Do not check numerical result if flag IGNORE_RESULT
21277 set.
21278 (check_long): Likewise.
21279 (check_bool): Likewise.
21280 (check_longlong): Likewise.
21281 (lrint_test_data): Add tests of infinite and NaN arguments.
21282 (lrint_tonearest_test_data): Likewise.
21283 (lrint_towardzero_test_data): Likewise.
21284 (lrint_downward_test_data): Likewise.
21285 (lrint_upward_test_data): Likewise.
21286 (llrint_test_data): Likewise.
21287 (llrint_tonearest_test_data): Likewise.
21288 (llrint_towardzero_test_data): Likewise.
21289 (llrint_downward_test_data): Likewise.
21290 (llrint_upward_test_data): Likewise.
21291 (lround_test_data): Likewise.
21292 (llround_test_data): Likewise.
21293
21294 * math/libm-test.inc (NO_TEST_INLINE): New macro.
21295 (ERRNO_UNCHANGED): Update value.
21296 (ERRNO_EDOM): Likewise.
21297 (ERRNO_ERANGE): Likewise.
21298 (NO_TEST_INLINE_FLOAT): New macro.
21299 (NO_TEST_INLINE_DOUBLE): Likewise.
21300 (enable_test): New function.
21301 (RUN_TEST_f_f): Check enable_test before running test.
21302 (RUN_TEST_2_f): Likewise.
21303 (RUN_TEST_fff_f): Likewise.
21304 (RUN_TEST_c_f): Likewise.
21305 (RUN_TEST_f_f1): Likewise.
21306 (RUN_TEST_fF_f1): Likewise.
21307 (RUN_TEST_fI_f1): Likewise.
21308 (RUN_TEST_ffI_f1): Likewise.
21309 (RUN_TEST_c_c): Likewise.
21310 (RUN_TEST_cc_c): Likewise.
21311 (RUN_TEST_f_i): Likewise.
21312 (RUN_TEST_f_i_tg): Likewise.
21313 (RUN_TEST_ff_i_tg): Likewise.
21314 (RUN_TEST_f_b): Likewise.
21315 (RUN_TEST_f_b_tg): Likewise.
21316 (RUN_TEST_f_l): Likewise.
21317 (RUN_TEST_f_L): Likewise.
21318 (RUN_TEST_fFF_11): Likewise.
21319 (asinh_test_data): Use NO_TEST_INLINE instead of [!TEST_INLINE]
21320 conditionals.
21321 (cosh_test_data): Likewise.
21322 (exp_test_data): Likewise.
21323 (expm1_test_data): Likewise.
21324 (hypot_test_data): Likewise.
21325 (pow_test_data): Likewise.
21326 (sinh_test_data): Likewise.
21327 (tanh_test_data): Likewise.
21328 * math/gen-libm-test.pl (parse_args): Allow NO_TEST_INLINE as
21329 flags argument.
21330
21331 * libm-test.inc (acos_test_data): Disallow inexact exceptions for
21332 tests with quiet NaN input and output.
21333 (acosh_test_data): Likewise.
21334 (asin_test_data): Likewise.
21335 (asinh_test_data): Likewise.
21336 (atan_test_data): Likewise.
21337 (atanh_test_data): Likewise.
21338 (atan2_test_data): Likewise.
21339 (cbrt_test_data): Likewise.
21340 (cos_test_data): Likewise.
21341 (cosh_test_data): Likewise.
21342 (erf_test_data): Likewise.
21343 (erfc_test_data): Likewise.
21344 (exp_test_data): Likewise.
21345 (exp10_test_data): Likewise.
21346 (exp2_test_data): Likewise.
21347 (expm1_test_data): Likewise.
21348 (hypot_test_data): Likewise.
21349 (j0_test_data): Likewise.
21350 (j1_test_data): Likewise.
21351 (jn_test_data): Likewise.
21352 (lgamma_test_data): Likewise.
21353 (log_test_data): Likewise.
21354 (log10_test_data): Likewise.
21355 (log1p_test_data): Likewise.
21356 (log2_test_data): Likewise.
21357 (pow_test_data): Likewise.
21358 (scalb_test_data): Likewise.
21359 (sin_test_data): Likewise.
21360 (sincos_test_data): Likewise.
21361 (sinh_test_data): Likewise.
21362 (tan_test_data): Likewise.
21363 (tanh_test_data): Likewise.
21364 (tgamma_test_data): Likewise.
21365 (y0_test_data): Likewise.
21366 (y1_test_data): Likewise.
21367 (yn_test_data): Likewise.
21368
21369 [BZ #16167]
21370 * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Check for first
21371 argument being NaN and avoid computations with second argument in
21372 that case.
21373 * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
21374 * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
21375 * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
21376
21377 2013-11-15 Arun Kumar Pyasi <arun@chitwanix.com>
21378
21379 * locale/iso-639.def: Add Chitwani Tharu (the).
21380
21381 2013-11-14 Andreas Schwab <schwab@suse.de>
21382
21383 * locale/C-address.c (_nl_C_LC_ADDRESS): Set country_num to zero
21384 word instead of empty string.
21385
21386 2013-11-13 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
21387
21388 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
21389 (__fe_nomask_env): Fir compat symbol to be remove for GLIBC_2.19.
21390 * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
21391 (__fe_nomask_env): Likewise.
21392
21393 2013-11-13 Steve Ellcey <sellcey@mips.com>
21394
21395 * benchtests/bench-timing.h: Include time.h.
21396
21397 2013-11-13 H.J. Lu <hongjiu.lu@intel.com>
21398
21399 [BZ #15997]
21400 * sysdeps/unix/sysv/linux/configure.ac (arch_minimum_kernel): Set
21401 to 3.4.0 for x32.
21402 * sysdeps/unix/sysv/linux/configure: Regenerated.
21403
21404 2013-11-13 Joseph Myers <joseph@codesourcery.com>
21405
21406 [BZ #16151]
21407 * stdlib/strtod_l.c (round_and_return): Do not consider
21408 retval[RETURN_LIBM_SIZE - 1] when determining more_bits for an
21409 exponent one less than half the least subnormal exponent.
21410 * stdlib/test-strtod-round-data: Add more tests.
21411 * stdlib/tst-strtod-round.c (tests): Regenerated.
21412
21413 2013-11-13 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
21414
21415 [BZ #14143]
21416 * sysdeps/powerpc/bits/fenv.h (__fe_nomask_env): Remove declaration.
21417 (__fe_mask_env): Likewise.
21418 * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Remove
21419 libm_hidden_proto and add function prototype.
21420 (__fe_mask_env): Add function prototype.
21421 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
21422 (__fe_nomask_env): Add compat symbol for GLIBC_2.1.
21423 * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
21424 (__fe_mask_env): Remove compiler warnings regarding ununsed variables.
21425 * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
21426 (__fe_nomask_env): Add compat symbol for GLIBC_2.3.
21427
21428 2013-11-13 Marcus Shawcroft <marcus.shawcroft@linaro.org>
21429
21430 * elf/dl-lookup.c (_dl_lookup_symbol_x): If UNDEF_MAP is false
21431 set reference_name to "" to avoid passing NULL to DSO_FILENAME.
21432
21433 2013-11-13 Marcus Shawcroft <marcus.shawcroft@linaro.org>
21434
21435 * elf/tlsdeschtab.h (_dl_make_tlsdesc_dynamic): Handle failure
21436 of htab_find_slot().
21437
21438 2013-11-11 David S. Miller <davem@davemloft.net>
21439
21440 [BZ #16150]
21441 * sysdeps/sparc/sparc64/multiarch/add_n.S: Resolve to the correct generic
21442 symbol in the non-vis3 case in static builds.
21443 * sysdeps/sparc/sparc64/multiarch/addmul_1.S: Likewise.
21444 * sysdeps/sparc/sparc64/multiarch/mul_1.S: Likewise.
21445 * sysdeps/sparc/sparc64/multiarch/sub_n.S: Likewise.
21446 * sysdeps/sparc/sparc64/multiarch/submul_1.S: Likewise.
21447
21448 2013-11-11 Jan Kratochvil <jan.kratochvil@redhat.com>
21449
21450 [BZ #387]
21451 * elf/dl-object.c (_dl_new_object): Initialize L_NAME from NEWNAME if
21452 it is empty.
21453
21454 2013-11-11 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
21455
21456 * benchtests/Makefile: Add bench-strtod.
21457 * benchtests/bench-strtod.c: New file: strtod benchtest
21458
21459 2013-11-11 Andreas Schwab <schwab@suse.de>
21460
21461 [BZ #16153]
21462 * nscd/nscd_getserv_r.c (__nscd_getservbyport_r): Don't include
21463 terminating NUL in key length.
21464
21465 2013-11-08 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
21466
21467 * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
21468 Add artificial ODP entry for vDSO symbol for PPC64.
21469 * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Adjust includes.
21470 * sysdeps/unix/sysv/linux/powerpc/time.c: Likewise.
21471
21472 2013-11-07 Ondřej Bílka <neleai@seznam.cz>
21473
21474 [BZ #15374]
21475 * nss/getent.c (services_keys): Recognize services starting with digit.
21476
21477 2013-11-06 David S. Miller <davem@davemloft.net>
21478
21479 [BZ #15985]
21480 * sysdeps/sparc/sparc32/fpu/s_fdim.S (__fdim): Do not use fnegd
21481 on pre-v9 cpus, use a fnegs+fmovs sequence instead.
21482
21483 2013-11-06 Will Newton <will.newton@linaro.org>
21484
21485 * manual/memory.texi (Malloc Examples): Remove register
21486 keyword from examples.
21487
21488 2013-11-04 Chris Leonard <cjl@sugarlabs.org>
21489
21490 * locale/iso-639.def: Correct Walaita (wal) and add Unami Delaware (unm).
21491
21492 2013-11-04 Joseph Myers <joseph@codesourcery.com>
21493
21494 [BZ #6981]
21495 * include/stdc-predef.h [__GCC_IEC_559] (__STDC_IEC_559__): Define
21496 depending on [__GCC_IEC_559 > 0].
21497 [__GCC_IEC_559_COMPLEX] (__STDC_IEC_559_COMPLEX__): Define
21498 depending on [__GCC_IEC_559_COMPLEX > 0].
21499
21500 2013-11-03 Chris Leonard <cjl@sugarlabs.org>
21501
21502 * locale/iso-639.def: Add Quechua, Southern (quz) and Silesian (szl)
21503 to iso-639.def.
21504
21505 2013-11-03 Ondřej Bílka <neleai@seznam.cz>
21506
21507 * elf/rtld.c: Remove unused NONTLS_INIT_TP.
21508
21509 2013-11-01 Ondřej Bílka <neleai@seznam.cz>
21510
21511 [BZ #16112]
21512 * malloc/malloc (malloc_info): Do not handle first bin as
21513 special case.
21514
21515 2013-11-01 Chris Leonard <cjl@sugarlabs.org>
21516
21517 * locale/iso-639.def: Add Central Nahuatl (nhn).
21518
21519 2013-11-01 Bruno Haible <bruno@clisp.org>
21520
21521 [BZ #7003]
21522 * manual/math.texi (BSD Random): Specify range upper bound as
21523 in POSIX.
21524
21525 2013-10-31 Chris Leonard <cjl@sugarlabs.org>
21526
21527 * locale/iso-639.def: Add Meadow Mari (mhr).
21528
21529 2013-10-31 Ondřej Bílka <neleai@seznam.cz>
21530
21531 [BZ #14752], [BZ #15763]
21532 * sysdeps/unix/sysv/linux/shm_open.c (shm_open, shm_unlink):
21533 Validate name.
21534 * rt/tst_shm.c: Add test for escaping directory.
21535
21536 2013-10-31 Andreas Schwab <schwab@suse.de>
21537
21538 [BZ #15917]
21539 * stdio-common/vfscanf.c (_IO_vfwscanf): Handle leading '0' not
21540 followed by 'x' as part of digit sequence.
21541 * stdio-common/tst-sscanf.c (double_tests2): New tests.
21542
21543 2013-10-31 Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
21544
21545 [BZ #16037]
21546 * configure.ac: allow GNU Make 4.0 and greater.
21547 * configure: Regenerated.
21548
21549 2013-10-30 Will Newton <will.newton@linaro.org>
21550
21551 [BZ #16038]
21552 * malloc/hooks.c (memalign_check): Limit alignment to the
21553 maximum representable power of two.
21554 * malloc/malloc.c (__libc_memalign): Likewise.
21555 * malloc/tst-memalign.c (do_test): Add test for very
21556 large alignment values.
21557 * malloc/tst-posix_memalign.c (do_test): Likewise.
21558
21559 2013-10-30 Ondřej Bílka <neleai@seznam.cz>
21560
21561 [BZ #11087]
21562 * malloc/malloc.c (sysmalloc): Compute statistics atomically.
21563 (munmap_chunk): Likewise.
21564 (mremap_chunk): Likewise.
21565
21566 2013-10-30 Ondřej Bílka <neleai@seznam.cz>
21567
21568 [BZ #15799]
21569 * stdlib/div.c (div): Remove obsolete code.
21570 * stdlib/ldiv.c (ldiv): Likewise.
21571 * stdlib/lldiv.c (lldiv): Likewise.
21572
21573 2013-10-30 Siddhesh Poyarekar <siddhesh@redhat.com>
21574
21575 [BZ #16071]
21576 * nss/nss_files/files-XXX.c (get_contents_ret): New
21577 enumerator.
21578 (get_contents): New function.
21579 (internal_getent): Use it. Expand size of LINEBUFLEN.
21580
21581 2013-10-30 Mike Frysinger <vapier@gentoo.org>
21582
21583 * configure.in: Moved to ...
21584 * configure.ac: ... here. Change reference to configure.in
21585 to configure.ac.
21586 * sysdeps/arm/preconfigure.ac: ... here.
21587 configure.in to configure.ac.
21588 * sysdeps/gnu/configure.in: Moved to ...
21589 * sysdeps/gnu/configure.ac: ... here.
21590 * sysdeps/i386/configure.in: Moved to ...
21591 * sysdeps/i386/configure.ac: ... here.
21592 * sysdeps/ieee754/ldbl-opt/configure.in: Moved to ...
21593 * sysdeps/ieee754/ldbl-opt/configure.ac: ... here.
21594 * sysdeps/mach/configure.in: Moved to ...
21595 * sysdeps/mach/configure.ac: ... here.
21596 * sysdeps/mach/hurd/configure.in: Moved to ...
21597 * sysdeps/mach/hurd/configure.ac: ... here.
21598 * sysdeps/powerpc/configure.in: Moved to ...
21599 * sysdeps/powerpc/configure.ac: ... here.
21600 * sysdeps/powerpc/powerpc32/configure.in: Moved to ...
21601 * sysdeps/powerpc/powerpc32/configure.ac: ... here.
21602 * sysdeps/powerpc/powerpc64/configure.in: Moved to ...
21603 * sysdeps/powerpc/powerpc64/configure.ac: ... here.
21604 * sysdeps/s390/s390-32/configure.in: Moved to ...
21605 * sysdeps/s390/s390-32/configure.ac: ... here.
21606 * sysdeps/s390/s390-64/configure.in: Moved to ...
21607 * sysdeps/s390/s390-64/configure.ac: ... here.
21608 * sysdeps/sh/configure.in: Moved to ...
21609 * sysdeps/sh/configure.ac: ... here.
21610 * sysdeps/sparc/configure.in: Moved to ...
21611 * sysdeps/sparc/configure.ac: ... here.
21612 * sysdeps/unix/sysv/linux/configure.in: Moved to ...
21613 * sysdeps/unix/sysv/linux/configure.ac: ... here.
21614 * sysdeps/unix/sysv/linux/powerpc/configure.in: Moved to ...
21615 * sysdeps/unix/sysv/linux/powerpc/configure.ac: ... here.
21616 * sysdeps/x86_64/configure.in: Moved to ...
21617 * sysdeps/x86_64/configure.ac: ... here.
21618 * sysdeps/x86_64/preconfigure.in: Moved to ...
21619 * sysdeps/x86_64/preconfigure.ac: ... here.
21620 * aclocal.m4: Change reference to configure.in to configure.ac.
21621 * config.h.in: Likewise.
21622 * manual/install.texi: Likewise.
21623 * manual/maint.texi: Likewise.
21624 * Makefile: Likewise.
21625 * malloc/Makefile: Likewise.
21626 * nscd/Makefile: Likewise.
21627 * Makeconfig: Change reference to configure.in and
21628 preconfigure.in to configure.ac and preconfigure.ac
21629 respectively.
21630 * INSTALL: Regenerated.
21631 * configure: Likewise.
21632 * sysdeps/gnu/configure: Likewise.
21633 * sysdeps/i386/configure: Likewise.
21634 * sysdeps/ieee754/ldbl-opt/configure: Likewise.
21635 * sysdeps/mach/configure: Likewise.
21636 * sysdeps/mach/hurd/configure: Likewise.
21637 * sysdeps/powerpc/configure: Likewise.
21638 * sysdeps/powerpc/powerpc32/configure: Likewise.
21639 * sysdeps/powerpc/powerpc64/configure: Likewise.
21640 * sysdeps/s390/s390-32/configure: Likewise.
21641 * sysdeps/s390/s390-64/configure: Likewise.
21642 * sysdeps/sh/configure: Likewise.
21643 * sysdeps/sparc/configure: Likewise.
21644 * sysdeps/unix/sysv/linux/configure: Likewise.
21645 * sysdeps/unix/sysv/linux/powerpc/configure: Likewise.
21646 * sysdeps/x86_64/configure: Likewise.
21647 * sysdeps/x86_64/preconfigure: Likewise.
21648
21649 2013-10-29 Andreas Schwab <schwab@suse.de>
21650
21651 * stdio-common/Makefile (tst-swscanf-ENV): Define.
21652
21653 2013-10-28 Siddhesh Poyarekar <siddhesh@redhat.com>
21654
21655 * benchtests/pow-inputs: Add new inputs.
21656
21657 * benchtests/exp-inputs: Add new inputs.
21658
21659 * sysdeps/ieee754/dbl-64/sincos32.c (__sin32): Consolidate
21660 conditional check for return value.
21661 (__cos32): Likewise.
21662
21663 2013-10-26 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
21664
21665 * sysdeps/powerpc/powerpc64/strcpy.S (strcpy): Add word load/store
21666 to provide a boost for large inputs with word alignment.
21667 * sysdeps/powerpc/powerpc64/stpcpy.S (__stpcpy): Rewrite
21668 implementation based on optimized PPC64 strcpy.
21669 * sysdeps/powerpc/powerpc64/power7/strcpy.S: New file: optimized
21670 strcpy for PPC64/POWER7 based on both doubleword and word load/store.
21671 * sysdeps/powerpc/powerpc64/power7/stpcpy.S: New file: optimized
21672 stpcpy for PPC64/POWER7 based on PPC64/POWER7 strcpy.
21673
21674 2013-10-25 Ondřej Bílka <neleai@seznam.cz>
21675
21676 [BZ #2801]
21677 * manual/socket.texi (Host Names): Fix gethostbyname_r example.
21678
21679 2013-10-25 Ondřej Bílka <neleai@seznam.cz>
21680
21681 [BZ #14876]
21682 * time/strptime_l.c (__strptime_internal): 14876 Read timezone entry.
21683 * time/tst-strptime.c (day_tests): Add testcase.
21684
21685 2013-10-25 Ondřej Bílka <neleai@seznam.cz>
21686
21687 [BZ #14029]
21688 * manual/pattern.texi: Acknowledge that fnmatch can fail.
21689
21690 2013-10-25 Fabrice Bauzac <fbauzac@debian71.nce.amadeus.net>
21691
21692 [BZ #16074]
21693 * manual/llio.texi (Memory-mapped I/O): Indicate that mmap returns
21694 MAP_FAILED on error.
21695
21696 2013-10-25 Siddhesh Poyarekar <siddhesh@redhat.com>
21697
21698 [BZ #16072]
21699 * sysdeps/posix/getaddrinfo.c (gethosts): Allocate tmpbuf on
21700 heap for large requests.
21701
21702 2013-10-25 Aurelien Jarno <aurelien@aurel32.net>
21703
21704 [BZ #9954]
21705 * sysdeps/posix/getaddrinfo.c (rfc3484_sort): do not assign native
21706 result if the result has no associated interface.
21707 * sysdeps/posix/getaddrinfo.c (getaddrinfo): correctly detect
21708 interface for all 127.X.Y.Z addresses.
21709
21710 2013-10-24 Chris Leonard <cjl@sugarlabs.org>
21711
21712 * locale/iso-639.def: Add Ligurian (lij)
21713
21714 2013-10-21 Ondřej Bílka <neleai@seznam.cz>
21715
21716 [BZ #15825]
21717 * sunrpc/rpc_main.c: Document rpcgen -5.
21718
21719 2013-10-19 Michael Stahl <mstahl@redhat.com>
21720
21721 * elf/rtld.c (do_preload): Print the reason why preloading failed.
21722
21723 2013-10-19 Ondřej Bílka <neleai@seznam.cz>
21724
21725 [BZ #10278]
21726 * posix/glob.c: Match only directories when trailing slash is present.
21727 * posix/tst-gnuglob.c (my_opendir): Do not open files.
21728 (main): Add testcase.
21729
21730 2013-10-19 Ondřej Bílka <neleai@seznam.cz>
21731
21732 [BZ #15670]
21733 * time/tzfile.c (__tzfile_read): Replace alloca with malloc.
21734
21735 2013-10-18 Carlos O'Donell <carlos@redhat.com>
21736
21737 * manual/crypt.texi (Cryptographic Functions): Using SunRPC and
21738 AUTH_DES will prevent FIPS 140-2 compliance. Add vindex for
21739 AUTH_DES and cindex for FIPS 140-2.
21740 (DES Encryption): Add cindex FIPS 46-3.
21741
21742 * locale/locarchive.h (struct locarhandle): Add fname.
21743 * locale/programs/localedef.c (main): Pass ARGV[remaining]
21744 if an optional argument was specified to --list-archive,
21745 otherwise NULL.
21746 * locale/programs/locarchive.c (show_archive_content): Take new
21747 argument fname and pass it via ah.fname to open_archive.
21748 * locale/programs/localedef.h: Update decl.
21749 (open_archive): If AH->fname is non-null, open that file
21750 rather than the default file name, and don't ignore ENOENT.
21751 (create_archive): Set AH.fname to NULL.
21752 (delete_locales_from_archive): Likewise.
21753 (add_locales_to_archive): Likewise.
21754 * locale/programs/locfile.c (write_all_categories): Likewise.
21755
21756 2013-10-18 Joseph Myers <joseph@codesourcery.com>
21757 Aldy Hernandez <aldyh@redhat.com>
21758
21759 * sysdeps/powerpc/powerpc32/e500/nofpu/Makefile: New file.
21760 * sysdeps/powerpc/powerpc32/e500/nofpu/fclrexcpt.c: Likewise.
21761 * sysdeps/powerpc/powerpc32/e500/nofpu/fe_note_change.c: Likewise.
21762 * sysdeps/powerpc/powerpc32/e500/nofpu/fedisblxcpt.c: Likewise.
21763 * sysdeps/powerpc/powerpc32/e500/nofpu/feenablxcpt.c: Likewise.
21764 * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c: Likewise.
21765 * sysdeps/powerpc/powerpc32/e500/nofpu/fegetexcept.c: Likewise.
21766 * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c: Likewise.
21767 * sysdeps/powerpc/powerpc32/e500/nofpu/feholdexcpt.c: Likewise.
21768 * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_const.c: Likewise.
21769 * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h: Likewise.
21770 * sysdeps/powerpc/powerpc32/e500/nofpu/fesetenv.c: Likewise.
21771 * sysdeps/powerpc/powerpc32/e500/nofpu/fesetround.c: Likewise.
21772 * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c: Likewise.
21773 * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_prctl.c:
21774 Likewise.
21775 * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_spe.c:
21776 Likewise.
21777 * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_prctl.c:
21778 Likewise.
21779 * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_spe.c:
21780 Likewise.
21781 * sysdeps/powerpc/powerpc32/e500/nofpu/fgetexcptflg.c: Likewise.
21782 * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c:
21783 Likewise.
21784 * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcpt.c: Likewise.
21785 * sysdeps/powerpc/powerpc32/e500/nofpu/fsetexcptflg.c: Likewise.
21786 * sysdeps/powerpc/powerpc32/e500/nofpu/ftestexcept.c: Likewise.
21787 * sysdeps/powerpc/powerpc32/e500/nofpu/get-rounding-mode.h:
21788 Likewise.
21789 * sysdeps/powerpc/powerpc32/e500/nofpu/s_fabsf.S: Likewise.
21790 * sysdeps/powerpc/powerpc32/e500/nofpu/spe-raise.c: Likewise.
21791 * sysdeps/powerpc/preconfigure: Likewise.
21792 * sysdeps/unix/sysv/linux/powerpc/powerpc32/e500/nofpu/Implies:
21793 Likewise.
21794 * sysdeps/powerpc/nofpu/soft-supp.h [__NO_FPRS__ && !_SOFT_FLOAT]:
21795 Replace contents of file by #include of <fenv_libc.h>.
21796 * sysdeps/powerpc/soft-fp/sfp-machine.h
21797 [__NO_FPRS__ && !_SOFT_FLOAT]: Include <fenv_libc.h>, <sysdep.h>
21798 and <sys/prctl.h>.
21799 [__NO_FPRS__ && !_SOFT_FLOAT] (__feraiseexcept_soft): Declare.
21800 [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INEXACT): Define macro.
21801 [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INVALID): Likewise.
21802 [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_DIVZERO): Likewise.
21803 [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_UNDERFLOW): Likewise.
21804 [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_OVERFLOW): Likewise.
21805 [__NO_FPRS__ && !_SOFT_FLOAT] (_FP_DECL_EX): Likewise.
21806 [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_ROUNDMODE): Likewise.
21807 [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_EXCEPTIONS): Likewise.
21808 [__NO_FPRS__ && !_SOFT_FLOAT] (FP_HANDLE_EXCEPTIONS): Likewise.
21809 [__NO_FPRS__ && !_SOFT_FLOAT] (FP_ROUNDMODE): Likewise.
21810 [__NO_FPRS__ && !_SOFT_FLOAT] (FP_TRAPPING_EXCEPTIONS): Likewise.
21811 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
21812 Allow copysignl PLT reference to be missing.
21813
21814 2013-10-18 Richard Sandiford <richard@codesourcery.com>
21815 Joseph Myers <joseph@codesourcery.com
21816
21817 [BZ #15948]
21818 * locale/programs/ld-collate.c (new_element): Handle <U0000> as a
21819 single character.
21820 (add_to_tablewc): Assert sequence of wide characters is nonempty.
21821
21822 2013-10-18 Siddhesh Poyarekar <siddhesh@redhat.com>
21823
21824 * elf/tst-tls-dlinfo.c: Don't include tls.h.
21825 * elf/tst-tls1.c: Likewise.
21826 * elf/tst-tls10.h: Likewise.
21827 * elf/tst-tls14.c: Likewise.
21828 * elf/tst-tls2.c: Likewise.
21829 * elf/tst-tls3.c: Likewise.
21830 * elf/tst-tls4.c: Likewise.
21831 * elf/tst-tls5.c: Likewise.
21832 * elf/tst-tls6.c: Likewise.
21833 * elf/tst-tls7.c: Likewise.
21834 * elf/tst-tls8.c: Likewise.
21835 * elf/tst-tls9.c: Likewise.
21836 * elf/tst-tlsmod1.c: Likewise.
21837 * elf/tst-tlsmod13.c: Likewise.
21838 * elf/tst-tlsmod13a.c: Likewise.
21839 * elf/tst-tlsmod14a.c: Likewise.
21840 * elf/tst-tlsmod16a.c: Likewise.
21841 * elf/tst-tlsmod16b.c: Likewise.
21842 * elf/tst-tlsmod2.c: Likewise.
21843 * elf/tst-tlsmod3.c: Likewise.
21844 * elf/tst-tlsmod4.c: Likewise.
21845 * elf/tst-tlsmod5.c: Likewise.
21846 * elf/tst-tlsmod6.c: Likewise.
21847
21848 2013-10-18 Ondřej Bílka <neleai@seznam.cz>
21849
21850 [BZ #12486]
21851 * malloc/malloc.c: remove checks for statistics.
21852
21853 2013-10-17 Ondřej Bílka <neleai@seznam.cz>
21854
21855 [BZ #15277]
21856 * inet/inet_net.c (inet_network): Detect additional invalid strings.
21857 * inet/tst-network.c: Add testcase.
21858
21859 2013-10-17 Andreas Schwab <schwab@suse.de>
21860
21861 [BZ #15218]
21862 * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't use gethostbyaddr
21863 to determine canonical name.
21864
21865 2013-10-17 Ondřej Bílka <neleai@seznam.cz>
21866
21867 * sysdeps/ieee754/dbl-64/dbl2mpn.c: Fix formatting.
21868 * sysdeps/ieee754/dbl-64/dla.h: Likewise.
21869 * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
21870 * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
21871 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
21872 * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
21873 * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
21874 * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
21875 * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
21876 * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
21877 * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
21878 * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
21879 * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
21880 * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
21881 * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
21882 * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
21883 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
21884 * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
21885 * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
21886 * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
21887 * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
21888 * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
21889 * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
21890 * sysdeps/ieee754/dbl-64/MathLib.h: Likewise.
21891 * sysdeps/ieee754/dbl-64/mpa-arch.h: Likewise.
21892 * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
21893 * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
21894 * sysdeps/ieee754/dbl-64/mpn2dbl.c: Likewise.
21895 * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
21896 * sysdeps/ieee754/dbl-64/mydefs.h: Likewise.
21897 * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
21898 * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
21899 * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
21900 * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
21901 * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
21902 * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
21903 * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
21904 * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
21905 * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
21906 * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
21907 * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
21908 * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
21909 * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
21910 * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
21911 * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
21912 * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
21913 * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
21914 * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
21915 * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
21916 * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
21917 * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
21918 * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
21919 * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
21920 * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
21921 * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
21922 * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
21923 * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
21924 * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
21925
21926 2013-10-17 Joseph Myers <joseph@codesourcery.com>
21927
21928 [BZ #16041]
21929 * soft-fp/op-common.h (FP_EXTEND): When input is a signaling NaN,
21930 make result into a quiet NaN.
21931
21932 2013-10-16 Joseph Myers <joseph@codesourcery.com>
21933
21934 * soft-fp/adddf3.c: Fix horizontal whitespace.
21935 * soft-fp/addsf3.c: Likewise.
21936 * soft-fp/addtf3.c: Likewise.
21937 * soft-fp/divdf3.c: Likewise.
21938 * soft-fp/divsf3.c: Likewise.
21939 * soft-fp/divtf3.c: Likewise.
21940 * soft-fp/double.h: Likewise.
21941 * soft-fp/eqdf2.c: Likewise.
21942 * soft-fp/eqsf2.c: Likewise.
21943 * soft-fp/eqtf2.c: Likewise.
21944 * soft-fp/extenddftf2.c: Likewise.
21945 * soft-fp/extended.h: Likewise.
21946 * soft-fp/extendsfdf2.c: Likewise.
21947 * soft-fp/extendsftf2.c: Likewise.
21948 * soft-fp/extendxftf2.c: Likewise.
21949 * soft-fp/fixdfdi.c: Likewise.
21950 * soft-fp/fixdfsi.c: Likewise.
21951 * soft-fp/fixdfti.c: Likewise.
21952 * soft-fp/fixsfdi.c: Likewise.
21953 * soft-fp/fixsfsi.c: Likewise.
21954 * soft-fp/fixsfti.c: Likewise.
21955 * soft-fp/fixtfdi.c: Likewise.
21956 * soft-fp/fixtfsi.c: Likewise.
21957 * soft-fp/fixtfti.c: Likewise.
21958 * soft-fp/fixunsdfdi.c: Likewise.
21959 * soft-fp/fixunsdfsi.c: Likewise.
21960 * soft-fp/fixunsdfti.c: Likewise.
21961 * soft-fp/fixunssfdi.c: Likewise.
21962 * soft-fp/fixunssfsi.c: Likewise.
21963 * soft-fp/fixunssfti.c: Likewise.
21964 * soft-fp/fixunstfdi.c: Likewise.
21965 * soft-fp/fixunstfsi.c: Likewise.
21966 * soft-fp/fixunstfti.c: Likewise.
21967 * soft-fp/floatdidf.c: Likewise.
21968 * soft-fp/floatdisf.c: Likewise.
21969 * soft-fp/floatditf.c: Likewise.
21970 * soft-fp/floatsidf.c: Likewise.
21971 * soft-fp/floatsisf.c: Likewise.
21972 * soft-fp/floatsitf.c: Likewise.
21973 * soft-fp/floattidf.c: Likewise.
21974 * soft-fp/floattisf.c: Likewise.
21975 * soft-fp/floattitf.c: Likewise.
21976 * soft-fp/floatundidf.c: Likewise.
21977 * soft-fp/floatundisf.c: Likewise.
21978 * soft-fp/floatunditf.c: Likewise.
21979 * soft-fp/floatunsidf.c: Likewise.
21980 * soft-fp/floatunsisf.c: Likewise.
21981 * soft-fp/floatunsitf.c: Likewise.
21982 * soft-fp/floatuntidf.c: Likewise.
21983 * soft-fp/floatuntisf.c: Likewise.
21984 * soft-fp/floatuntitf.c: Likewise.
21985 * soft-fp/fmadf4.c: Likewise.
21986 * soft-fp/fmasf4.c: Likewise.
21987 * soft-fp/fmatf4.c: Likewise.
21988 * soft-fp/gedf2.c: Likewise.
21989 * soft-fp/gesf2.c: Likewise.
21990 * soft-fp/getf2.c: Likewise.
21991 * soft-fp/ledf2.c: Likewise.
21992 * soft-fp/lesf2.c: Likewise.
21993 * soft-fp/letf2.c: Likewise.
21994 * soft-fp/muldf3.c: Likewise.
21995 * soft-fp/mulsf3.c: Likewise.
21996 * soft-fp/multf3.c: Likewise.
21997 * soft-fp/negdf2.c: Likewise.
21998 * soft-fp/negsf2.c: Likewise.
21999 * soft-fp/negtf2.c: Likewise.
22000 * soft-fp/op-1.h: Likewise.
22001 * soft-fp/op-2.h: Likewise.
22002 * soft-fp/op-4.h: Likewise.
22003 * soft-fp/op-8.h: Likewise.
22004 * soft-fp/op-common.h: Likewise.
22005 * soft-fp/quad.h: Likewise.
22006 * soft-fp/single.h: Likewise.
22007 * soft-fp/soft-fp.h: Likewise.
22008 * soft-fp/sqrtdf2.c: Likewise.
22009 * soft-fp/sqrtsf2.c: Likewise.
22010 * soft-fp/sqrttf2.c: Likewise.
22011 * soft-fp/subdf3.c: Likewise.
22012 * soft-fp/subsf3.c: Likewise.
22013 * soft-fp/subtf3.c: Likewise.
22014 * soft-fp/truncdfsf2.c: Likewise.
22015 * soft-fp/trunctfdf2.c: Likewise.
22016 * soft-fp/trunctfsf2.c: Likewise.
22017 * soft-fp/trunctfxf2.c: Likewise.
22018 * soft-fp/unorddf2.c: Likewise.
22019 * soft-fp/unordsf2.c: Likewise.
22020 * soft-fp/unordtf2.c: Likewise.
22021
22022 2013-10-15 Joseph Myers <joseph@codesourcery.com>
22023
22024 * soft-fp/op-2.h (_FP_DIV_MEAT_2_gmp): Remove macro.
22025 * soft-fp/soft-fp.h (FP_UNSET_EXCEPTION): Likewise.
22026
22027 2013-10-15 Ondřej Bílka <neleai@seznam.cz>
22028
22029 * elf/dl-libc.c: Clear initfini list after freeing.
22030
22031 2013-10-14 Joseph Myers <joseph@codesourcery.com>
22032
22033 * soft-fp/adddf3.c: Fix vertical whitespace and indentation.
22034 * soft-fp/addsf3.c: Likewise.
22035 * soft-fp/addtf3.c: Likewise.
22036 * soft-fp/divdf3.c: Likewise.
22037 * soft-fp/divsf3.c: Likewise.
22038 * soft-fp/divtf3.c: Likewise.
22039 * soft-fp/double.h: Likewise.
22040 * soft-fp/eqdf2.c: Likewise.
22041 * soft-fp/eqsf2.c: Likewise.
22042 * soft-fp/eqtf2.c: Likewise.
22043 * soft-fp/extenddftf2.c: Likewise.
22044 * soft-fp/extended.h: Likewise.
22045 * soft-fp/extendsfdf2.c: Likewise.
22046 * soft-fp/extendsftf2.c: Likewise.
22047 * soft-fp/extendxftf2.c: Likewise.
22048 * soft-fp/fixdfdi.c: Likewise.
22049 * soft-fp/fixdfsi.c: Likewise.
22050 * soft-fp/fixdfti.c: Likewise.
22051 * soft-fp/fixsfdi.c: Likewise.
22052 * soft-fp/fixsfsi.c: Likewise.
22053 * soft-fp/fixsfti.c: Likewise.
22054 * soft-fp/fixtfdi.c: Likewise.
22055 * soft-fp/fixtfsi.c: Likewise.
22056 * soft-fp/fixtfti.c: Likewise.
22057 * soft-fp/fixunsdfdi.c: Likewise.
22058 * soft-fp/fixunsdfsi.c: Likewise.
22059 * soft-fp/fixunsdfti.c: Likewise.
22060 * soft-fp/fixunssfdi.c: Likewise.
22061 * soft-fp/fixunssfsi.c: Likewise.
22062 * soft-fp/fixunssfti.c: Likewise.
22063 * soft-fp/fixunstfdi.c: Likewise.
22064 * soft-fp/fixunstfsi.c: Likewise.
22065 * soft-fp/fixunstfti.c: Likewise.
22066 * soft-fp/floatdidf.c: Likewise.
22067 * soft-fp/floatdisf.c: Likewise.
22068 * soft-fp/floatditf.c: Likewise.
22069 * soft-fp/floatsidf.c: Likewise.
22070 * soft-fp/floatsisf.c: Likewise.
22071 * soft-fp/floatsitf.c: Likewise.
22072 * soft-fp/floattidf.c: Likewise.
22073 * soft-fp/floattisf.c: Likewise.
22074 * soft-fp/floattitf.c: Likewise.
22075 * soft-fp/floatundidf.c: Likewise.
22076 * soft-fp/floatundisf.c: Likewise.
22077 * soft-fp/floatunsidf.c: Likewise.
22078 * soft-fp/floatunsisf.c: Likewise.
22079 * soft-fp/floatuntidf.c: Likewise.
22080 * soft-fp/floatuntisf.c: Likewise.
22081 * soft-fp/floatuntitf.c: Likewise.
22082 * soft-fp/fmadf4.c: Likewise.
22083 * soft-fp/fmasf4.c: Likewise.
22084 * soft-fp/fmatf4.c: Likewise.
22085 * soft-fp/gedf2.c: Likewise.
22086 * soft-fp/gesf2.c: Likewise.
22087 * soft-fp/getf2.c: Likewise.
22088 * soft-fp/ledf2.c: Likewise.
22089 * soft-fp/lesf2.c: Likewise.
22090 * soft-fp/letf2.c: Likewise.
22091 * soft-fp/muldf3.c: Likewise.
22092 * soft-fp/mulsf3.c: Likewise.
22093 * soft-fp/multf3.c: Likewise.
22094 * soft-fp/negdf2.c: Likewise.
22095 * soft-fp/negsf2.c: Likewise.
22096 * soft-fp/negtf2.c: Likewise.
22097 * soft-fp/op-1.h: Likewise.
22098 * soft-fp/op-2.h: Likewise.
22099 * soft-fp/op-4.h: Likewise.
22100 * soft-fp/op-8.h: Likewise.
22101 * soft-fp/op-common.h: Likewise.
22102 * soft-fp/quad.h: Likewise.
22103 * soft-fp/single.h: Likewise.
22104 * soft-fp/soft-fp.h: Likewise.
22105 * soft-fp/sqrtdf2.c: Likewise.
22106 * soft-fp/sqrtsf2.c: Likewise.
22107 * soft-fp/sqrttf2.c: Likewise.
22108 * soft-fp/subdf3.c: Likewise.
22109 * soft-fp/subsf3.c: Likewise.
22110 * soft-fp/subtf3.c: Likewise.
22111 * soft-fp/truncdfsf2.c: Likewise.
22112 * soft-fp/trunctfdf2.c: Likewise.
22113 * soft-fp/trunctfsf2.c: Likewise.
22114 * soft-fp/trunctfxf2.c: Likewise.
22115 * soft-fp/unorddf2.c: Likewise.
22116 * soft-fp/unordsf2.c: Likewise.
22117 * soft-fp/unordtf2.c: Likewise.
22118
22119 2013-10-14 Ondřej Bílka <neleai@seznam.cz>
22120
22121 [BZ #15672]
22122 * misc/error.c (error_tail): Fix possible buffer overflow.
22123
22124 2013-10-14 Aurelien Jarno <aurelien@aurel32.net>
22125
22126 [BZ #13028]
22127 * res_send.c(__libc_res_nsend): Correctly copy the nameserver
22128 address.
22129
22130 2013-10-14 P. J. McDermott <pj@pehjota.net>
22131
22132 [BZ #832]
22133 * elf/ldd.bash.in (try_trace): New function. Delete previous code
22134 testing pipefail option.
22135
22136 2013-10-12 Joseph Myers <joseph@codesourcery.com>
22137
22138 * soft-fp/double.h: Indent preprocessor directives inside #if.
22139 * soft-fp/extended.h: Likewise.
22140 * soft-fp/op-2.h: Likewise.
22141 * soft-fp/op-4.h: Likewise.
22142 * soft-fp/op-common.h: Likewise.
22143 * soft-fp/quad.h: Likewise.
22144 * soft-fp/single.h: Likewise.
22145 * soft-fp/soft-fp.h: Likewise.
22146
22147 2013-10-12 Yuri Chornoivan <yurchor@ukr.net>
22148
22149 * iconv/iconv_prog.c: Fix typos.
22150 * stdio-common/psiginfo-data.h: Likewise.
22151
22152 2013-10-12 Reuben Thomas <rrt@sc3d.org>
22153
22154 [BZ #15764]
22155 * locale/setlocale.c: Fix typo.
22156
22157 2013-10-12 Joseph Myers <joseph@codesourcery.com>
22158
22159 [BZ #16036]
22160 * soft-fp/unorddf2.c (__unorddf2): Raise "invalid" exception for
22161 signaling NaN arguments.
22162 * soft-fp/unordsf2.c (__unordsf2): Likewise.
22163 * soft-fp/unordtf2.c (__unordtf2): Likewise.
22164
22165 [BZ #14910]
22166 * soft-fp/gedf2.c (__gedf2): Raise "invalid" exception for all
22167 unordered operands.
22168 * soft-fp/gesf2.c (__gesf2): Likewise.
22169 * soft-fp/getf2.c (__getf2): Likewise.
22170 * soft-fp/ledf2.c (__ledf2): Likewise.
22171 * soft-fp/lesf2.c (__lesf2): Likewise.
22172 * soft-fp/letf2.c (__letf2): Likewise.
22173
22174 * soft-fp/eqdf2.c (__eqdf2): Use FP_INIT_EXCEPTIONS.
22175 * soft-fp/eqsf2.c (__eqsf2): Likewise.
22176 * soft-fp/eqtf2.c (__eqtf2): Likewise.
22177 * soft-fp/fixdfdi.c (__fixdfdi): Likewise.
22178 * soft-fp/fixdfsi.c (__fixdfsi): Likewise.
22179 * soft-fp/fixdfti.c (__fixdfti): Likewise.
22180 * soft-fp/fixsfdi.c (__fixsfdi): Likewise.
22181 * soft-fp/fixsfsi.c (__fixsfsi): Likewise.
22182 * soft-fp/fixsfti.c (__fixsfti): Likewise.
22183 * soft-fp/fixtfdi.c (__fixtfdi): Likewise.
22184 * soft-fp/fixtfsi.c (__fixtfsi): Likewise.
22185 * soft-fp/fixtfti.c (__fixtfti): Likewise.
22186 * soft-fp/fixunsdfdi.c (__fixunsdfdi): Likewise.
22187 * soft-fp/fixunsdfsi.c (__fixunsdfsi): Likewise.
22188 * soft-fp/fixunsdfti.c (__fixunsdfti): Likewise.
22189 * soft-fp/fixunssfdi.c (__fixunssfdi): Likewise.
22190 * soft-fp/fixunssfsi.c (__fixunssfsi): Likewise.
22191 * soft-fp/fixunssfti.c (__fixunssfti): Likewise.
22192 * soft-fp/fixunstfdi.c (__fixunstfdi): Likewise.
22193 * soft-fp/fixunstfsi.c (__fixunstfsi): Likewise.
22194 * soft-fp/fixunstfti.c (__fixunstfti): Likewise.
22195 * soft-fp/floatdidf.c (__floatdidf): Use FP_INIT_ROUNDMODE.
22196 * soft-fp/floatdisf.c (__floatdisf): Likewise.
22197 * soft-fp/floatsisf.c (__floatsisf): Likewise.
22198 * soft-fp/floattidf.c (__floattidf): Likewise.
22199 * soft-fp/floattisf.c (__floattisf): Likewise.
22200 * soft-fp/floattitf.c (__floattitf): Likewise.
22201 * soft-fp/floatundidf.c (__floatundidf): Likewise.
22202 * soft-fp/floatundisf.c (__floatundisf): Likewise.
22203 * soft-fp/floatunsisf.c (__floatunsisf): Likewise.
22204 * soft-fp/floatuntidf.c (__floatuntidf): Likewise.
22205 * soft-fp/floatuntisf.c (__floatuntisf): Likewise.
22206 * soft-fp/floatuntitf.c (__floatuntitf): Likewise.
22207 * soft-fp/gedf2.c (__gedf2): Use FP_INIT_EXCEPTIONS.
22208 * soft-fp/gesf2.c (__gesf2): Likewise.
22209 * soft-fp/getf2.c (__getf2): Likewise.
22210 * soft-fp/ledf2.c (__ledf2): Likewise.
22211 * soft-fp/lesf2.c (__lesf2): Likewise.
22212 * soft-fp/letf2.c (__letf2): Likewise.
22213
22214 * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS] (FP_SET_EXCEPTION):
22215 Undefine and redefine.
22216 [FP_NO_EXCEPTIONS] (FP_CUR_EXCEPTIONS): Likewise.
22217 [FP_NO_EXCEPTIONS] (FP_TRAPPING_EXCEPTIONS): Likewise.
22218 [FP_NO_EXCEPTIONS] (FP_ROUNDMODE): Likewise.
22219 * soft-fp/floatditf.c (FP_NO_EXCEPTIONS): Define macro.
22220 (__floatditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
22221 * soft-fp/floatsidf.c (FP_NO_EXCEPTIONS): Define macro.
22222 (__floatsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
22223 * soft-fp/floatsitf.c (FP_NO_EXCEPTIONS): Define macro.
22224 (__floatsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
22225 * soft-fp/floatunditf.c (FP_NO_EXCEPTIONS): Define macro.
22226 (__floatunditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
22227 * soft-fp/floatunsidf.c (FP_NO_EXCEPTIONS): Define macro.
22228 (__floatunsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
22229 * soft-fp/floatunsitf.c (FP_NO_EXCEPTIONS): Define macro.
22230 (__floatunsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
22231
22232 [BZ #16032]
22233 * soft-fp/op-2.h (_FP_DIV_MEAT_2_udiv): Shift numerator right
22234 without decrementing exponent if mantissa >= that for the
22235 denominator, not >.
22236 (_FP_DIV_MEAT_2_gmp): Test numerator mantissa >= that for the
22237 denominator, not >. Decrement exponent in < case instead of
22238 incrementing in >= case.
22239 * soft-fp/op-4.h (_FP_DIV_MEAT_4_udiv): Shift numerator right
22240 without decrementing exponent if mantissa >= that for the
22241 denominator, not >.
22242
22243 * soft-fp/op-common.h (_FP_TO_INT): Reverse test of sign for
22244 computing saturated result for unsigned overflow.
22245
22246 2013-10-11 Siddhesh Poyarekar <siddhesh@redhat.com>
22247 Jeff Law <law@redhat.com>
22248
22249 * sysdeps/ieee754/dbl-64/e_atan2.c: Include stap-probe.h.
22250 (atan2Mp): Add systemtap probe marker.
22251 * sysdeps/ieee754/dbl-64/e_log.c: include stap-probe.h.
22252 (__ieee754_log): Add systemtap probe marker.
22253 * sysdeps/ieee754/dbl-64/s_atan.c: Include stap-probe.h.
22254 (atanMp): Add systemtap probe marker.
22255 * sysdeps/ieee754/dbl-64/s_tan.c: Include stap-probe.h.
22256 (tanMp): Add systemtap probe marker.
22257 * sysdeps/ieee754/dbl-64/slowexp.c: Include stap-probe.h.
22258 (__slowexp): Add systemtap probe marker.
22259 * sysdeps/ieee754/dbl-64/slowpow.c: Include stap-probe.h.
22260 (__slowpow): Add systemtap probe marker.
22261 * manual/probes.texi: Document probes.
22262
22263 2013-10-11 Eric Biggers <ebiggers3@gmail.com>
22264
22265 [BZ #15362]
22266 * libio/fileops.c (_IO_new_file_write): Return count of bytes
22267 written.
22268 (_IO_new_file_xsputn): Don't return EOF if nothing has been
22269 written.
22270 * libio/iofwrite.c (_IO_fwrite): Return count if bytes were
22271 written to buffer but not flushed.
22272 * libio/iofwrite_u.c: Likewise.
22273 * libio/iopadn.c: Return bytes returned even if EOF was
22274 encountered.
22275 * libio/iowpadn.c: Likewise.
22276 * stdio-common/vfprintf.c [COMPILE_WPRINTF] (PAD): Return error
22277 if _IO_padn does not write the whole buffer.
22278 [!COMPILE_WPRINTF] (PAD): Likewise.
22279
22280 2013-10-10 David S. Miller <davem@davemloft.net>
22281
22282 * sysdeps/posix/dirstream.h (struct __dirstream): Fix alignment of
22283 directory block.
22284
22285 2013-10-10 Joseph Myers <joseph@codesourcery.com>
22286
22287 * soft-fp/extendxftf2.c: Use copyright year range. Use URL
22288 instead of FSF address.
22289 * soft-fp/fixdfti.c: Likewise.
22290 * soft-fp/fixsfti.c: Likewise.
22291 * soft-fp/fixtfti.c: Likewise.
22292 * soft-fp/fixunsdfti.c: Likewise.
22293 * soft-fp/fixunssfti.c: Likewise.
22294 * soft-fp/fixunstfti.c: Likewise.
22295 * soft-fp/floattidf.c: Likewise.
22296 * soft-fp/floattisf.c: Likewise.
22297 * soft-fp/floattitf.c: Likewise.
22298 * soft-fp/floatuntidf.c: Likewise.
22299 * soft-fp/floatuntisf.c: Likewise.
22300 * soft-fp/floatuntitf.c: Likewise.
22301 * soft-fp/trunctfxf2.c: Likewise.
22302
22303 * soft-fp/extendxftf2.c: New file. Copied from libgcc.
22304 * soft-fp/fixdfti.c: Likewise.
22305 * soft-fp/fixsfti.c: Likewise.
22306 * soft-fp/fixtfti.c: Likewise.
22307 * soft-fp/fixunsdfti.c: Likewise.
22308 * soft-fp/fixunssfti.c: Likewise.
22309 * soft-fp/fixunstfti.c: Likewise.
22310 * soft-fp/floattidf.c: Likewise.
22311 * soft-fp/floattisf.c: Likewise.
22312 * soft-fp/floattitf.c: Likewise.
22313 * soft-fp/floatuntidf.c: Likewise.
22314 * soft-fp/floatuntisf.c: Likewise.
22315 * soft-fp/floatuntitf.c: Likewise.
22316 * soft-fp/trunctfxf2.c: Likewise.
22317
22318 2013-10-10 David S. Miller <davem@davemloft.net>
22319
22320 * sysdeps/sparc/fpu/libm-test-ulps: Update.
22321
22322 2013-10-10 Joseph Myers <joseph@codsourcery.com>
22323
22324 * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
22325 (CFLAGS-e_hypotl.c): Add -fno-builtin-fabsl.
22326 [$(subdir) = math] (CFLAGS-w_acosl.c): Likewise.
22327 [$(subdir) = math] (CFLAGS-w_asinl.c): Likewise.
22328 [$(subdir) = math] (CFLAGS-w_atanhl.c): Likewise.
22329 [$(subdir) = math] (CFLAGS-w_j0l.c): Likewise.
22330 [$(subdir) = math] (CFLAGS-w_j1l.c): Likewise.
22331
22332 * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Check
22333 for NaNs before doing comparisons on argument.
22334 * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl):
22335 Likewise.
22336
22337 2013-10-10 Will Newton <will.newton@linaro.org>
22338
22339 * malloc/hooks.c (memalign_check): Ensure the value of bytes
22340 passed to _int_memalign does not overflow.
22341
22342 2013-10-10 Torvald Riegel <triegel@redhat.com>
22343
22344 * scripts/bench.pl: Add include-sources directive.
22345 * benchtests/README: Update documentation.
22346
22347 2013-10-10 Joseph Myers <joseph@codesourcery.com>
22348
22349 * soft-fp/soft-fp.h (FP_INIT_EXCEPTIONS): New macro.
22350 * soft-fp/extenddftf2.c (__extenddftf2): Use FP_INIT_EXCEPTIONS
22351 instead of FP_INIT_ROUNDMODE.
22352 * soft-fp/extendsfdf2.c (__extendsfdf2): Likewise.
22353 * soft-fp/extendsftf2.c (__extendsftf2): Likewise.
22354
22355 [BZ #16034]
22356 * soft-fp/op-common.h (_FP_NEG): Document input as raw. Do not
22357 copy class of input value.
22358 * soft-fp/negdf2.c (__negdf2): Use raw unpacking and packing. Do
22359 not handle exceptions.
22360 * soft-fp/negsf2.c (__negsf2): Likewise.
22361 * soft-fp/negtf2.c (__negtf2): Likewise.
22362 * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Likewise.
22363
22364 2013-10-09 Joseph Myers <joseph@codesourcery.com>
22365
22366 * soft-fp/op-4.h (_FP_FRAC_DISASSEMBLE_4): Remove trailing
22367 semicolon. From Linux kernel.
22368
22369 2013-10-09 Adam Buchbinder <adam.buchbinder@gmail.com>
22370
22371 * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Fix typo in comment.
22372
22373 2013-10-08 Yogesh Chaudhari <mr.yogesh@gmail.com>
22374
22375 [BZ #156]
22376 * manual/socket.texi: Added statement about buffer
22377 for gethostbyname2_r.
22378
22379 2013-10-08 Ondřej Bílka <neleai@seznam.cz>
22380
22381 * sysdeps/x86_64/memset.S (ALIGN): Macro removed.
22382 Use .p2align directive instead, throughout.
22383 * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
22384 * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
22385 * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: Likewise.
22386 * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
22387 * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
22388 * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: Likewise.
22389 * sysdeps/x86_64/strchr.S: Likewise.
22390 * sysdeps/x86_64/strrchr.S: Likewise.
22391
22392 2013-10-08 Siddhesh Poyarekar <siddhesh@redhat.com>
22393
22394 * sysdeps/ieee754/dbl-64/e_pow.c: Fix code formatting.
22395
22396 * sysdeps/ieee754/dbl-64/e_exp.c: Fix code formatting.
22397
22398 * sysdeps/generic/math_private.h (__mpsin1): Remove
22399 declaration.
22400 (__mpcos1): Likewise.
22401 (__mpsin): New argument __range_reduce.
22402 (__mpcos): Likewise.
22403 * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
22404 (slow): Use __mpsin and __mpcos.
22405 (slow1): Likewise.
22406 (slow2): Likewise.
22407 (sloww): Likewise.
22408 (sloww1): Likewise.
22409 (sloww2): Likewise.
22410 (bsloww): Likewise.
22411 (bsloww1): Likewise.
22412 (bsloww2): Likewise.
22413 (cslow2): Likewise.
22414 (csloww): Likewise.
22415 (csloww1): Likewise.
22416 (csloww2): Likewise.
22417 * sysdeps/ieee754/dbl-64/sincos32.c (__mpsin): Add argument
22418 range_reduce. Merge in __mpsin1.
22419 (__mpcos): Likewise.
22420 (__mpsin1): Remove.
22421 (__mpcos1): Likewise.
22422
22423 2013-10-07 Joseph Myers <joseph@codesourcery.com>
22424
22425 * locale/loadlocale.c (_nl_intern_locale_data): Use
22426 LOCFILE_ALIGNED_P.
22427 * locale/programs/3level.h (CONCAT(add_locale_,TABLE)): Use
22428 LOCFILE_ALIGN_UP and LOCFILE_ALIGN.
22429 * locale/programs/ld-collate.c (obstack_int32_grow): Assert that
22430 obstack data is appropriately aligned.
22431 (obstack_int32_grow_fast): Likewise.
22432 * locale/programs/ld-ctype.c (ctype_output): Use LOCFILE_ALIGN.
22433 * locale/programs/locfile.c (add_locale_uint32): Likewise.
22434 (add_locale_uint32_array): Likewise.
22435
22436 2013-10-07 Siddhesh Poyarekar <siddhesh@redhat.com>
22437
22438 * benchtests/Makefile: Remove ARGLIST and RET variables.
22439 ($(objpfx)bench-%.c): Pass only function name to the script.
22440 * benchtests/README: Update documentation.
22441 * benchtests/acos-inputs: Add new directives.
22442 * benchtests/acosh-inputs: Likewise.
22443 * benchtests/asin-inputs: Likewise.
22444 * benchtests/asinh-inputs: Likewise.
22445 * benchtests/atan-inputs: Likewise.
22446 * benchtests/atanh-inputs: Likewise.
22447 * benchtests/cos-inputs: Likewise.
22448 * benchtests/cosh-inputs: Likewise.
22449 * benchtests/exp-inputs: Likewise.
22450 * benchtests/log-inputs: Likewise.
22451 * benchtests/pow-inputs: Likewise.
22452 * benchtests/rint-inputs: Likewise.
22453 * benchtests/sin-inputs: Likewise.
22454 * benchtests/sinh-inputs: Likewise.
22455 * benchtests/tan-inputs: Likewise.
22456 * benchtests/tanh-inputs: Likewise.
22457 * scripts/bench.pl: Add support for new directives.
22458
22459 2013-10-07 Alan Modra <amodra@gmail.com>
22460
22461 * README: Fix careless merge.
22462
22463 2013-10-05 Alan Modra <amodra@gmail.com>
22464
22465 * NEWS: Mention powerpc64le support and bugs fixed.
22466 * README: Both big-endian and little-endian powerpc64 supported.
22467
22468 2013-10-04 Samuel Thibault <samuel.thibault@ens-lyon.org>
22469
22470 * sysdeps/mach/hurd/fork.c (_hurd_atfork_prepare_hook)
22471 (_hurd_atfork_child_hook, _hurd_atfork_parent_hook): New hooks.
22472 (__fork): Call _hurd_atfork_prepare_hook hooks before all locking, call
22473 _hurd_atfork_parent_hook or _hurd_atfork_child_hook after all unlocking.
22474
22475 2013-10-04 Ryan S. Arnold <ryan.arnold@linaro.org>
22476
22477 * misc/swapon.c (swapon): Update definition, adding FLAGS parameter to
22478 match prototype.
22479
22480 2013-10-04 Joseph Myers <joseph@codesourcery.com>
22481
22482 * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = yes] (+cflags):
22483 Move -mhard-float appending from
22484 ports/sysdeps/powerpc/powerpc32/Makefile.
22485 [$(with-fp) = yes] (ASFLAGS): Likewise.
22486 [$(with-fp) = yes] (sysdep-LDFLAGS): Likewise.
22487 * sysdeps/powerpc/nofpu: Move directory from
22488 ports/sysdeps/powerpc/nofpu.
22489 * sysdeps/powerpc/soft-fp: Move directory from
22490 ports/sysdeps/powerpc/soft-fp.
22491 * sysdeps/powerpc/powerpc32/405: Move directory from
22492 ports/sysdeps/powerpc/powerpc32/405.
22493 * sysdeps/powerpc/powerpc32/440: Move directory from
22494 ports/sysdeps/powerpc/powerpc32/440.
22495 * sysdeps/powerpc/powerpc32/464: Move directory from
22496 ports/sysdeps/powerpc/powerpc32/464.
22497 * sysdeps/powerpc/powerpc32/476: Move directory from
22498 ports/sysdeps/powerpc/powerpc32/476.
22499 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu: Move directory
22500 from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu.
22501 * sysdeps/unix/sysv/linux/powerpc/powerpc32/405: Move directory
22502 from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/405.
22503 * sysdeps/unix/sysv/linux/powerpc/powerpc32/440: Move directory
22504 from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/440.
22505 * sysdeps/unix/sysv/linux/powerpc/powerpc32/464: Move directory
22506 from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/464.
22507 * sysdeps/unix/sysv/linux/powerpc/powerpc32/476: Move directory
22508 from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/476.
22509 * README: Update for powerpc-*-linux-gnu software floating point
22510 support in libc.
22511
22512 * sysdeps/unix/sysv/linux/configure.in (powerpc/powerpc32): Change
22513 case to powerpc/powerpc32*.
22514 * sysdeps/unix/sysv/linux/configure: Regenerated.
22515
22516 * sysdeps/powerpc/fpu_control.h [__NO_FPRS__ && !_SOFT_FLOAT]
22517 (_FPU_MASK_OM): Define as 0x04.
22518 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Define as 0x08.
22519 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Define as
22520 0x00c10080.
22521 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Define as
22522 0x0000003c.
22523 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Define as _FPU_DEFAULT.
22524
22525 * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S
22526 (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
22527 getcontext_e500.
22528 * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S
22529 (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
22530 setcontext_e500.
22531 * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S
22532 (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use getcontext_e500
22533 and setcontext_e500.
22534
22535 2013-10-04 Chris Leonard <cjl@sugarlabs,.org>
22536
22537 * locale/iso-3166.def: Update iso-1366.def and related occurrences
22538
22539 2013-10-04 Siddhesh Poyarekar <siddhesh@redhat.com>
22540
22541 * manual/threads.texi (Default Thread Attributes): Fix typo.
22542
22543 2013-10-04 Will Newton <will.newton@linaro.org>
22544
22545 * malloc/Makefile: Add tst-memalign.
22546 * malloc/tst-memalign.c: New file.
22547
22548 * malloc/tst-posix_memalign.c: Add comments.
22549 (do_test): Add comments and call free on all potentially
22550 allocated pointers. Add space after cast.
22551
22552 * malloc/tst-pvalloc.c: Add comments.
22553 (do_test): Add comments and call free on all potentially
22554 allocated pointers. Remove duplicate check for NULL pointer.
22555 Add space after cast.
22556
22557 * malloc/tst-valloc.c: Add comments.
22558 (do_test): Add comments and call free on all potentially
22559 allocated pointers. Remove duplicate check for NULL pointer.
22560 Add space after cast.
22561
22562 2013-10-04 Alan Modra <amodra@gmail.com>
22563
22564 * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
22565 Use stdint types in rather than __attribute__((mode())).
22566 * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
22567
22568 2013-10-04 Alan Modra <amodra@gmail.com>
22569
22570 * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
22571 Correct handling of unaligned relocs for little-endian.
22572 * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
22573
22574 2013-10-04 Alan Modra <amodra@gmail.com>
22575
22576 * configure.in: Map powerpc64le and powerpcle to base_machine/machine.
22577 * configure: Regenerate.
22578 * nptl/shlib-versions: Powerpc*le starts at 2.18.
22579 * shlib-versions: Likewise.
22580
22581 2013-10-04 Alan Modra <amodra@gmail.com>
22582
22583 * string/tester.c (test_memrchr): Increment reported test cycle.
22584
22585 2013-10-04 Alan Modra <amodra@gmail.com>
22586
22587 * string/test-memcpy.c (do_one_test): When reporting errors, print
22588 string address and don't overrun end of string.
22589
22590 2013-10-04 Alan Modra <amodra@gmail.com>
22591
22592 * sysdeps/powerpc/powerpc64/power7/memchr.S: Replace rlwimi with
22593 insrdi. Make better use of reg selection to speed exit slightly.
22594 Schedule entry path a little better. Remove useless "are we done"
22595 checks on entry to main loop. Handle wrapping around zero address.
22596 Correct main loop count. Handle single left-over word from main
22597 loop inline rather than by using loop_small. Remove extra word
22598 case in loop_small caused by wrong loop count. Add little-endian
22599 support.
22600 * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
22601 * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise. Use proper
22602 cache hint.
22603 * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
22604 * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Add little-endian
22605 support. Avoid rlwimi.
22606 * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Likewise.
22607
22608 2013-10-04 Alan Modra <amodra@gmail.com>
22609
22610 * sysdeps/powerpc/powerpc64/memset.S: Replace rlwimi with
22611 insrdi. Formatting.
22612 * sysdeps/powerpc/powerpc64/power4/memset.S: Likewise.
22613 * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
22614 * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
22615 * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
22616 * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
22617 * sysdeps/powerpc/powerpc32/power7/memset.S: Likewise.
22618
22619 2013-10-04 Alan Modra <amodra@gmail.com>
22620
22621 * sysdeps/powerpc/powerpc32/power4/memcpy.S: Add little endian support.
22622 * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
22623 * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
22624 * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Likewise.
22625 * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
22626 * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
22627 * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
22628 * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
22629 * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Likewise. Make better
22630 use of regs. Use power7 mtocrf. Tidy function tails.
22631
22632 2013-10-04 Alan Modra <amodra@gmail.com>
22633
22634 * sysdeps/powerpc/powerpc64/power7/memcmp.S: Add little-endian support.
22635 Formatting. Consistently use rXXX register defines or rN defines.
22636 Use early exit labels that avoid restoring unused non-volatile regs.
22637 Make cr field use more consistent with rWORDn compares. Rename
22638 regs used as shift registers for unaligned loop, using rN defines
22639 for short lifetime/multiple use regs.
22640 * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
22641 * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise. Exit with
22642 addi 1,1,64 to pop stack frame. Simplify return value code.
22643 * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
22644
22645 2013-10-04 Alan Modra <amodra@gmail.com>
22646
22647 * sysdeps/powerpc/powerpc64/power7/strchr.S (strchr): Add little-endian
22648 support. Correct typos, formatting. Optimize tail. Use insrdi
22649 rather than rlwimi.
22650 * sysdeps/powerpc/powerpc32/power7/strchr.S: Likewise.
22651 * sysdeps/powerpc/powerpc64/power7/strchrnul.S (__strchrnul): Add
22652 little-endian support. Correct typos.
22653 * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Likewise. Use insrdi
22654 rather than rlwimi.
22655 * sysdeps/powerpc/powerpc64/strchr.S (rTMP4, rTMP5): Define. Use
22656 in loop and entry code to keep "and." results.
22657 (strchr): Add little-endian support. Comment. Move cntlzd
22658 earlier in tail.
22659 * sysdeps/powerpc/powerpc32/strchr.S: Likewise.
22660
22661 2013-10-04 Alan Modra <amodra@gmail.com>
22662
22663 * sysdeps/powerpc/powerpc64/strcpy.S: Add little-endian support:
22664 * sysdeps/powerpc/powerpc32/strcpy.S: Likewise.
22665 * sysdeps/powerpc/powerpc64/stpcpy.S: Likewise.
22666 * sysdeps/powerpc/powerpc32/stpcpy.S: Likewise.
22667
22668 2013-10-04 Alan Modra <amodra@gmail.com>
22669
22670 * sysdeps/powerpc/powerpc64/strcmp.S (rTMP2): Define as r0.
22671 (rTMP): Define as r11.
22672 (strcmp): Add little-endian support. Optimise tail.
22673 * sysdeps/powerpc/powerpc32/strcmp.S: Similarly.
22674 * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
22675 * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
22676 * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
22677 * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
22678 * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
22679 * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
22680
22681 2013-10-04 Alan Modra <amodra@gmail.com>
22682
22683 * sysdeps/powerpc/powerpc64/power7/strnlen.S (strnlen): Add
22684 little-endian support. Remove unnecessary "are we done" tests.
22685 Handle "s" wrapping around zero and extremely large "size".
22686 Correct main loop count. Handle single left-over word from main
22687 loop inline rather than by using small_loop. Correct comments.
22688 Delete "zero" tail, use "end_max" instead.
22689 * sysdeps/powerpc/powerpc32/power7/strnlen.S: Likewise.
22690
22691 2013-10-04 Alan Modra <amodra@gmail.com>
22692
22693 * sysdeps/powerpc/powerpc64/power7/strlen.S (strlen): Add little-endian
22694 support. Don't branch over align.
22695 * sysdeps/powerpc/powerpc32/power7/strlen.S: Likewise.
22696 * sysdeps/powerpc/powerpc64/strlen.S (strlen): Add little-endian
22697 support. Rearrange tmp reg use to suit. Comment.
22698 * sysdeps/powerpc/powerpc32/strlen.S: Likewise.
22699
22700 2013-10-04 Alan Modra <amodra@gmail.com>
22701
22702 * sysdeps/unix/sysv/linux/powerpc/bits/sigstack.h: New file.
22703
22704 2013-10-04 Alan Modra <amodra@gmail.com>
22705
22706 * sysdeps/unix/sysv/linux/powerpc/powerpc32/makecontext.S: Use
22707 conditional form of branch and link when obtaining pc.
22708 * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
22709
22710 2013-10-04 Alan Modra <amodra@gmail.com>
22711
22712 * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Use
22713 HIWORD/LOWORD.
22714 * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Ditto.
22715 * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Ditto.
22716
22717 2013-10-04 Alan Modra <amodra@gmail.com>
22718
22719 * sysdeps/powerpc/longjmp.c: Use proper symbol versioning macros.
22720 * sysdeps/powerpc/novmx-longjmp.c: Likewise.
22721 * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
22722 * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Likewise.
22723 * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
22724 * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
22725 * sysdeps/powerpc/powerpc32/mcount.c: Likewise.
22726 * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
22727 * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
22728 * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Likewise.
22729
22730 2013-10-04 Anton Blanchard <anton@au1.ibm.com>
22731 Alistair Popple <alistair@ozlabs.au.ibm.com>
22732 Alan Modra <amodra@gmail.com>
22733
22734 [BZ #15723]
22735 * sysdeps/powerpc/jmpbuf-offsets.h: Comment fix.
22736 * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Correct
22737 _dl_hwcap access for little-endian.
22738 * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise. Don't
22739 destroy vmx regs when saving unaligned.
22740 * sysdeps/powerpc/powerpc64/__longjmp-common.S: Correct CR load.
22741 * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise CR save. Don't
22742 destroy vmx regs when saving unaligned.
22743
22744 2013-10-04 Alan Modra <amodra@gmail.com>
22745
22746 * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_NOW):
22747 Don't use a union to pack hi/low value.
22748
22749 2013-10-04 Anton Blanchard <anton@au1.ibm.com>
22750
22751 * sysdeps/powerpc/powerpc64/fpu/s_ceilf.S: Correct float constants
22752 for little-endian.
22753 * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
22754 * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: Likewise.
22755 * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
22756 * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
22757 * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
22758
22759 2013-10-04 Alan Modra <amodra@gmail.com>
22760
22761 * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Increase alignment of
22762 constants to usual value for .cst8 section, and remove redundant
22763 high address load.
22764 * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Use float
22765 constant for 0x1p52. Load little-endian words of double from
22766 correct stack offsets.
22767
22768 2013-10-04 Alan Modra <amodra@gmail.com>
22769
22770 * sysdeps/powerpc/sysdep.h (LOWORD, HIWORD, HISHORT): Define.
22771 * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Load little-endian
22772 words of double from correct stack offsets.
22773 * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
22774 * sysdeps/powerpc/powerpc32/fpu/s_lrint.S: Likewise.
22775 * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
22776 * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
22777 * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
22778 * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
22779 * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
22780 * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
22781 * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
22782 * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
22783 * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
22784 * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
22785 * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
22786 * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
22787 * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
22788 * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Use HISHORT.
22789 * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
22790
22791 2013-10-04 Alan Modra <amodra@gmail.com>
22792
22793 * sysdeps/powerpc/fpu_control.h (_FPU_GETCW): Rewrite using
22794 64-bit int/double union.
22795 (_FPU_SETCW): Likewise.
22796 * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c (_GET_DI_FPSCR): Likewise.
22797 (_SET_DI_FPSCR, _GET_SI_FPSCR, _SET_SI_FPSCR): Likewise.
22798
22799 2013-10-04 Alan Modra <amodra@gmail.com>
22800
22801 * sysdeps/powerpc/fpu/s_llround.c (__llround): Rewrite.
22802 * sysdeps/powerpc/fpu/s_llroundf.c (__llroundf): Rewrite.
22803
22804 2013-10-04 Alan Modra <amodra@gmail.com>
22805
22806 * sysdeps/powerpc/fpu/s_float_bitwise.h (__float_and_test28): Don't
22807 use vector int constants.
22808 (__float_and_test24, __float_and8, __float_get_exp): Likewise.
22809
22810 2013-10-04 Anton Blanchard <anton@au1.ibm.com>
22811
22812 * sysdeps/powerpc/fpu/fenv_libc.h (fenv_union_t): Replace int
22813 array with long long.
22814 * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Adjust.
22815 * sysdeps/powerpc/fpu/e_sqrtf.c (__slow_ieee754_sqrtf): Adjust.
22816 * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Adjust.
22817 * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Adjust.
22818 * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Adjust.
22819 * sysdeps/powerpc/fpu/fegetexcept.c (__fegetexcept): Adjust.
22820 * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Adjust.
22821 * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Adjust.
22822 * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Adjust.
22823 * sysdeps/powerpc/fpu/fgetexcptflg.c (__fegetexceptflag): Adjust.
22824 * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Adjust.
22825 * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Adjust.
22826 * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Adjust.
22827
22828 2013-10-04 Anton Blanchard <anton@au1.ibm.com>
22829
22830 * sysdeps/powerpc/bits/mathinline.h (__signbitf): Use builtin.
22831 (__signbit): Likewise. Correct for little-endian.
22832 (__signbitl): Call __signbit.
22833 (lrint): Correct for little-endian.
22834 (lrintf): Call lrint.
22835
22836 2013-10-04 Alan Modra <amodra@gmail.com>
22837
22838 * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (mynumber): Replace
22839 union 32-bit int array member with 64-bit int array.
22840 (t515, tm256): Double rather than long double.
22841 (__ieee754_sqrtl): Rewrite using 64-bit arithmetic.
22842
22843 2013-10-04 Alan Modra <amodra@gmail.com>
22844
22845 * sysdeps/ieee754/ldbl-128ibm/ieee754.h (union ieee854_long_double):
22846 Delete.
22847 (IEEE854_LONG_DOUBLE_BIAS): Delete.
22848 * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Don't include ieee854
22849 version of math_ldbl.h.
22850
22851 2013-10-04 Alan Modra <amodra@gmail.com>
22852
22853 [BZ #15734], [BZ #15735]
22854 * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Rewrite
22855 all uses of ieee875 long double macros and unions. Simplify test
22856 for 0.0L. Correct |x|<|y| and |x|=|y| test. Use
22857 ldbl_extract_mantissa value for ix,iy exponents. Properly
22858 normalize after ldbl_extract_mantissa, and don't add hidden bit
22859 already handled. Don't treat low word of ieee854 mantissa like
22860 low word of IBM long double and mask off bit when testing for
22861 zero.
22862 * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Rewrite
22863 all uses of ieee875 long double macros and unions. Simplify tests
22864 for 0.0L and inf. Correct double adjustment of k. Delete dead code
22865 adjusting ha,hb. Simplify code setting kld. Delete two600 and
22866 two1022, instead use their values. Recognise that tests for large
22867 "a" and small "b" are mutually exclusive. Rename vars. Comment.
22868 * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c (__ieee754_remainderl):
22869 Rewrite all uses of ieee875 long double macros and unions. Simplify
22870 test for 0.0L and nan. Correct negation.
22871 * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfl): Rewrite all uses of
22872 ieee875 long double macros and unions. Correct output for large
22873 magnitude x. Correct absolute value calculation.
22874 (__erfcl): Likewise.
22875 * math/libm-test.inc: Add tests for errors discovered in IBM long
22876 double versions of fmodl, remainderl, erfl and erfcl.
22877
22878 2013-10-04 Alan Modra <amodra@gmail.com>
22879
22880 * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Rewrite
22881 all uses of ieee854 long double macros and unions. Simplify tests
22882 for long doubles that are fully specified by the high double.
22883 * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c (__ieee754_gammal_r):
22884 Likewise.
22885 * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c (__ieee754_ilogbl): Likewise.
22886 Remove dead code too.
22887 * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_jnl): Likewise.
22888 (__ieee754_ynl): Likewise.
22889 * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l): Likewise.
22890 * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Likewise.
22891 * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Likewise.
22892 Remove dead code too.
22893 * sysdeps/ieee754/ldbl-128ibm/k_tanl.c (__kernel_tanl): Likewise.
22894 * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Likewise.
22895 * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Likewise.
22896 * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c (__isinf_nsl): Likewise.
22897 Simplify.
22898 * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c (___isinfl): Likewise.
22899 Simplify.
22900 * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Likewise.
22901 * sysdeps/ieee754/ldbl-128ibm/s_modfl.c (__modfl): Likewise.
22902 * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Likewise.
22903 Comment on variable precision.
22904 * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c (__nexttoward): Likewise.
22905 * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
22906 Likewise.
22907 * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
22908 * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
22909 * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
22910 * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c (__tanhl): Likewise.
22911 * sysdeps/powerpc/fpu/libm-test-ulps: Adjust tan_towardzero ulps.
22912
22913 2013-10-04 Alan Modra <amodra@gmail.com>
22914
22915 * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_high): Define.
22916 * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Rewrite
22917 all uses of ieee854 long double macros and unions.
22918 * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Likewise.
22919 * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
22920 * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Likewise.
22921 * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl): Likewise.
22922 * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l): Likewise.
22923 * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
22924 Likewise.
22925 * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Likewise.
22926 * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
22927 * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl): Likewise.
22928 * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
22929 * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Likewise.
22930 * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Likewise.
22931 Simplify sign and nan test too.
22932 * sysdeps/ieee754/ldbl-128ibm/s_cosl.c (__cosl): Likewise.
22933 * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c (__fabsl): Likewise.
22934 * sysdeps/ieee754/ldbl-128ibm/s_finitel.c (___finitel): Likewise.
22935 * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c (___fpclassifyl):
22936 Likewise.
22937 * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
22938 * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c (__issignalingl):
22939 Likewise.
22940 * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
22941 * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c (___signbitl): Likewise.
22942 * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c (__sincosl): Likewise.
22943 * sysdeps/ieee754/ldbl-128ibm/s_sinl.c (__sinl): Likewise.
22944 * sysdeps/ieee754/ldbl-128ibm/s_tanl.c (__tanl): Likewise.
22945 * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (__logbl): Likewise.
22946
22947 2013-10-04 Alan Modra <amodra@gmail.com>
22948
22949 * stdio-common/printf_size.c (__printf_size): Don't use
22950 union ieee854_long_double in fpnum union.
22951 * stdio-common/printf_fphex.c (__printf_fphex): Likewise. Use
22952 signbit macro to retrieve sign from long double.
22953 * stdio-common/printf_fp.c (___printf_fp): Use signbit macro to
22954 retrieve sign from long double.
22955 * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Adjust for fpnum change.
22956 * sysdeps/ieee754/ldbl-128/printf_fphex.c: Likewise.
22957 * sysdeps/ieee754/ldbl-96/printf_fphex.c: Likewise.
22958 * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
22959 * math/test-misc.c (main): Don't use union ieee854_long_double.
22960
22961 2013-10-04 Alan Modra <amodra@gmail.com>
22962
22963 [BZ #15680]
22964 * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Comment fix.
22965 * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c
22966 (PRINT_FPHEX_LONG_DOUBLE): Tidy code by moving -53 into ediff
22967 calculation. Remove unnecessary test for denormal exponent.
22968 * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c (__mpn_extract_long_double):
22969 Correct handling of denormals. Avoid undefined shift behaviour.
22970 Correct normalisation of low mantissa when low double is denormal.
22971 * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h
22972 (ldbl_extract_mantissa): Likewise. Comment. Use uint64_t* for hi64.
22973 (ldbl_insert_mantissa): Make both hi64 and lo64 parms uint64_t.
22974 Correct normalisation of low mantissa. Test for overflow of high
22975 mantissa and normalise.
22976 (ldbl_nearbyint): Use more readable constant for two52.
22977 * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c
22978 (__mpn_construct_long_double): Fix test for overflow of high
22979 mantissa and correct normalisation. Avoid undefined shift.
22980
22981 2013-10-04 Alan Modra <amodra@gmail.com>
22982
22983 * sysdeps/ieee754/ldbl-128ibm/ieee754.h
22984 (union ibm_extended_long_double): Define as an array of ieee754_double.
22985 (IBM_EXTENDED_LONG_DOUBLE_BIAS): Delete.
22986 * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Update all references
22987 to ibm_extended_long_double and IBM_EXTENDED_LONG_DOUBLE_BIAS.
22988 * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
22989 * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
22990 * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c: Likewise.
22991 * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
22992 * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
22993 * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
22994 * sysdeps/ieee754/ldbl-128ibm/strtold_l.c: Likewise.
22995 * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
22996
22997 2013-10-03 Joseph Myers <joseph@codesourcery.com>
22998
22999 * locale/programs/locarchive.c (add_locale): Use constant 4096 for
23000 page size instead of calling getpagesize.
23001
23002 * locale/localeinfo.h (LOCFILE_ALIGN): New macro.
23003 (LOCFILE_ALIGN_MASK): Likewise.
23004 (LOCFILE_ALIGN_UP): Likewise.
23005 (LOCFILE_ALIGNED_P): Likewise.
23006 * locale/programs/ld-collate.c (collate_output): Use the new
23007 macros instead of __alignof__ (int32_t).
23008 * locale/weight.h (findidx): Likewise.
23009
23010 2013-10-03 Ondřej Bílka <neleai@seznam.cz>
23011
23012 [BZ #431]
23013 * manual/string.texi: Fix strncat and wcsncat.
23014
23015 2013-10-03 Brooks Moses <bmoses@google.com>
23016
23017 [BZ #15915]
23018 * Makefile (linkobj/libc_pic.a, linkobj/libc.so): Move rules to...
23019 * Makerules: ...here, and adjust associated comments.
23020
23021 2013-10-02 Will Newton <will.newton@linaro.org>
23022
23023 * malloc/Makefile: Add tst-pvalloc.
23024 * malloc/tst-pvalloc.c: New file.
23025
23026 2013-10-02 Will Newton <will.newton@linaro.org>
23027
23028 * malloc/tst-valloc.c: Rewrite to use test-skeleton.c and
23029 improve test coverage.
23030
23031 2013-10-02 Will Newton <will.newton@linaro.org>
23032
23033 * malloc/Makefile: Add tst-posix_memalign.
23034 * malloc/tst-posix_memalign.c: New file.
23035
23036 2013-10-01 Eric Blake <eblake@redhat.com>
23037
23038 * posix/glob.c (next_brace_sub, prefix_array, collated_compare):
23039 Use __THROWNL rather than __THROW on static functions.
23040
23041 2013-09-30 Petr Machata <pmachata@redhat.com>
23042
23043 * elf/elf.h (R_AARCH64_ABS16): New macro.
23044 (R_AARCH64_PREL64, R_AARCH64_PREL32): Likewise.
23045 (R_AARCH64_PREL16, R_AARCH64_MOVW_UABS_G0): Likewise.
23046 (R_AARCH64_MOVW_UABS_G0_NC, R_AARCH64_MOVW_UABS_G1): Likewise.
23047 (R_AARCH64_MOVW_UABS_G1_NC, R_AARCH64_MOVW_UABS_G2): Likewise.
23048 (R_AARCH64_MOVW_UABS_G2_NC, R_AARCH64_MOVW_UABS_G3): Likewise.
23049 (R_AARCH64_MOVW_SABS_G0, R_AARCH64_MOVW_SABS_G1): Likewise.
23050 (R_AARCH64_MOVW_SABS_G2, R_AARCH64_LD_PREL_LO19): Likewise.
23051 (R_AARCH64_ADR_PREL_LO21, R_AARCH64_ADR_PREL_PG_HI21): Likewise.
23052 (R_AARCH64_ADR_PREL_PG_HI21_NC, R_AARCH64_ADD_ABS_LO12_NC): Likewise.
23053 (R_AARCH64_LDST8_ABS_LO12_NC, R_AARCH64_LDST16_ABS_LO12_NC): Likewise.
23054 (R_AARCH64_LDST32_ABS_LO12_NC, R_AARCH64_LDST64_ABS_LO12_NC): Likewise.
23055 (R_AARCH64_LDST128_ABS_LO12_NC, R_AARCH64_TSTBR14): Likewise.
23056 (R_AARCH64_CONDBR19, R_AARCH64_JUMP26, R_AARCH64_CALL26): Likewise.
23057 (R_AARCH64_MOVW_PREL_G0, R_AARCH64_MOVW_PREL_G0_NC): Likewise.
23058 (R_AARCH64_MOVW_PREL_G1, R_AARCH64_MOVW_PREL_G1_NC): Likewise.
23059 (R_AARCH64_MOVW_PREL_G2, R_AARCH64_MOVW_PREL_G2_NC): Likewise.
23060 (R_AARCH64_MOVW_PREL_G3, R_AARCH64_MOVW_GOTOFF_G0): Likewise.
23061 (R_AARCH64_MOVW_GOTOFF_G0_NC, R_AARCH64_MOVW_GOTOFF_G1): Likewise.
23062 (R_AARCH64_MOVW_GOTOFF_G1_NC, R_AARCH64_MOVW_GOTOFF_G2): Likewise.
23063 (R_AARCH64_MOVW_GOTOFF_G2_NC, R_AARCH64_MOVW_GOTOFF_G3): Likewise.
23064 (R_AARCH64_GOTREL64, R_AARCH64_GOTREL32): Likewise.
23065 (R_AARCH64_GOT_LD_PREL19, R_AARCH64_LD64_GOTOFF_LO15): Likewise.
23066 (R_AARCH64_ADR_GOT_PAGE, R_AARCH64_LD64_GOT_LO12_NC): Likewise.
23067 (R_AARCH64_LD64_GOTPAGE_LO15, R_AARCH64_TLSGD_ADR_PREL21): Likewise.
23068 (R_AARCH64_TLSGD_ADR_PAGE21, R_AARCH64_TLSGD_ADD_LO12_NC): Likewise.
23069 (R_AARCH64_TLSGD_MOVW_G1, R_AARCH64_TLSGD_MOVW_G0_NC): Likewise.
23070 (R_AARCH64_TLSLD_ADR_PREL21, R_AARCH64_TLSLD_ADR_PAGE21): Likewise.
23071 (R_AARCH64_TLSLD_ADD_LO12_NC, R_AARCH64_TLSLD_MOVW_G1): Likewise.
23072 (R_AARCH64_TLSLD_MOVW_G0_NC, R_AARCH64_TLSLD_LD_PREL19): Likewise.
23073 (R_AARCH64_TLSLD_MOVW_DTPREL_G2): Likewise.
23074 (R_AARCH64_TLSLD_MOVW_DTPREL_G1): Likewise.
23075 (R_AARCH64_TLSLD_MOVW_DTPREL_G1_NC): Likewise.
23076 (R_AARCH64_TLSLD_MOVW_DTPREL_G0): Likewise.
23077 (R_AARCH64_TLSLD_MOVW_DTPREL_G0_NC): Likewise.
23078 (R_AARCH64_TLSLD_ADD_DTPREL_HI12): Likewise.
23079 (R_AARCH64_TLSLD_ADD_DTPREL_LO12): Likewise.
23080 (R_AARCH64_TLSLD_ADD_DTPREL_LO12_NC): Likewise.
23081 (R_AARCH64_TLSLD_LDST8_DTPREL_LO12): Likewise.
23082 (R_AARCH64_TLSLD_LDST8_DTPREL_LO12_NC): Likewise.
23083 (R_AARCH64_TLSLD_LDST16_DTPREL_LO12): Likewise.
23084 (R_AARCH64_TLSLD_LDST16_DTPREL_LO12_NC): Likewise.
23085 (R_AARCH64_TLSLD_LDST32_DTPREL_LO12): Likewise.
23086 (R_AARCH64_TLSLD_LDST32_DTPREL_LO12_NC): Likewise.
23087 (R_AARCH64_TLSLD_LDST64_DTPREL_LO12): Likewise.
23088 (R_AARCH64_TLSLD_LDST64_DTPREL_LO12_NC): Likewise.
23089 (R_AARCH64_TLSLD_LDST128_DTPREL_LO12): Likewise.
23090 (R_AARCH64_TLSLD_LDST128_DTPREL_LO12_NC): Likewise.
23091 (R_AARCH64_TLSIE_MOVW_GOTTPREL_G1): Likewise.
23092 (R_AARCH64_TLSIE_MOVW_GOTTPREL_G0_NC): Likewise.
23093 (R_AARCH64_TLSIE_ADR_GOTTPREL_PAGE21): Likewise.
23094 (R_AARCH64_TLSIE_LD64_GOTTPREL_LO12_NC): Likewise.
23095 (R_AARCH64_TLSIE_LD_GOTTPREL_PREL19): Likewise.
23096 (R_AARCH64_TLSLE_MOVW_TPREL_G2): Likewise.
23097 (R_AARCH64_TLSLE_MOVW_TPREL_G1): Likewise.
23098 (R_AARCH64_TLSLE_MOVW_TPREL_G1_NC): Likewise.
23099 (R_AARCH64_TLSLE_MOVW_TPREL_G0): Likewise.
23100 (R_AARCH64_TLSLE_MOVW_TPREL_G0_NC): Likewise.
23101 (R_AARCH64_TLSLE_ADD_TPREL_HI12): Likewise.
23102 (R_AARCH64_TLSLE_ADD_TPREL_LO12): Likewise.
23103 (R_AARCH64_TLSLE_ADD_TPREL_LO12_NC): Likewise.
23104 (R_AARCH64_TLSLE_LDST8_TPREL_LO12): Likewise.
23105 (R_AARCH64_TLSLE_LDST8_TPREL_LO12_NC): Likewise.
23106 (R_AARCH64_TLSLE_LDST16_TPREL_LO12): Likewise.
23107 (R_AARCH64_TLSLE_LDST16_TPREL_LO12_NC): Likewise.
23108 (R_AARCH64_TLSLE_LDST32_TPREL_LO12): Likewise.
23109 (R_AARCH64_TLSLE_LDST32_TPREL_LO12_NC): Likewise.
23110 (R_AARCH64_TLSLE_LDST64_TPREL_LO12): Likewise.
23111 (R_AARCH64_TLSLE_LDST64_TPREL_LO12_NC): Likewise.
23112 (R_AARCH64_TLSLE_LDST128_TPREL_LO12): Likewise.
23113 (R_AARCH64_TLSLE_LDST128_TPREL_LO12_NC): Likewise.
23114 (R_AARCH64_TLSDESC_LD_PREL19): Likewise.
23115 (R_AARCH64_TLSDESC_ADR_PREL21): Likewise.
23116 (R_AARCH64_TLSDESC_ADR_PAGE21): Likewise.
23117 (R_AARCH64_TLSDESC_LD64_LO12): Likewise.
23118 (R_AARCH64_TLSDESC_ADD_LO12): Likewise.
23119 (R_AARCH64_TLSDESC_OFF_G1): Likewise.
23120 (R_AARCH64_TLSDESC_OFF_G0_NC): Likewise.
23121 (R_AARCH64_TLSDESC_LDR): Likewise.
23122 (R_AARCH64_TLSDESC_ADD): Likewise.
23123 (R_AARCH64_TLSDESC_CALL): Likewise.
23124
23125 2013-09-30 Andreas Schwab <schwab@suse.de>
23126
23127 [BZ #15048]
23128 * nscd/aicache.c (addhstaiX): Properly use the cache variable for
23129 the nss database lookup.
23130 * nscd/initgrcache.c (addinitgroupsX): Likewise.
23131 * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
23132
23133 2013-09-28 Mike Frysinger <vapier@gentoo.org>
23134
23135 * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Fix style.
23136
23137 2013-09-28 P. J. McDermott <pj@pehjota.net>
23138
23139 * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't use
23140 ${Bash-specific parameter/pattern/string} parameter expansion.
23141 * sysdeps/unix/make-syscalls.sh: Likewise.
23142
23143 2013-09-27 Kaz Kojima <kkojima@rr.iij4u.or.jp>
23144
23145 * sysdeps/sh/stackguard-macros.h: New file.
23146
23147 2013-09-26 Ondřej Bílka <neleai@seznam.cz>
23148
23149 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
23150 * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove strrchr ifunc.
23151 * sysdeps/x86_64/multiarch/strend-sse4.S Remove.
23152 * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S Likewise.
23153 * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
23154 * sysdeps/x86_64/strrchr.S (strrchr): Use optimized implementation.
23155
23156 2013-09-25 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
23157
23158 * sysdeps/powerpc/powerpc64/stackguard-macros.h (POINTER_CHK_GUARD:
23159 Fix thread ID register.
23160
23161 2013-09-25 Joseph Myers <joseph@codesourcery.com>
23162
23163 * conform/data/sched.h-data [XPG3 || XPG4]: Disable whole file.
23164 [POSIX || UNIX98]: Require rather than permitting all symbols from
23165 <time.h>.
23166 [POSIX || UNIX98] (sched_ss_low_priority): Do not specify optional
23167 element of struct sched_param.
23168 [POSIX || UNIX98] (sched_ss_repl_period): Likewise.
23169 [POSIX || UNIX98] (sched_ss_init_budget): Likewise.
23170 [POSIX || UNIX98] (sched_ss_max_repl): Likewise.
23171 [POSIX || UNIX98] (SCHED_SPORADIC): Do not specify optional
23172 constant.
23173
23174 2013-09-24 Olivier Langlois <olivier@olivierlanglois.net>
23175
23176 * stdio-common/tst-long-dbl-fphex.c (do_test): Fix swprintf length
23177 argument calculation.
23178
23179 2013-09-24 Joseph Myers <joseph@codesourcery.com>
23180
23181 * conform/data/pthread.h-data [POSIX] (PTHREAD_MUTEX_INITIALIZER):
23182 Expect macro.
23183 [POSIX] (pthread_attr_t): Do not require type.
23184 [POSIX] (pthread_cond_t): Likewise.
23185 [POSIX] (pthread_condattr_t): Likewise.
23186 [POSIX] (pthread_key_t): Likewise.
23187 [POSIX] (pthread_mutex_t): Likewise.
23188 [POSIX] (pthread_mutexattr_t): Likewise.
23189 [POSIX] (pthread_once_t): Likewise.
23190 [POSIX] (pthread_t): Likewise.
23191 [POSIX-based standards] (pthread_atfork): Expect function.
23192
23193 2013-09-24 Joseph Myers <joseph@codesourcery.com>
23194 Richard Sandiford <richard@codesourcery.com>
23195
23196 * locale/programs/locfile.h: Include <byteswap.h> and <stdbool.h>.
23197 (swap_endianness_p): New extern variable.
23198 (set_big_endian): New inline function.
23199 (maybe_swap_uint32): Likewise.
23200 (maybe_swap_uint32_array): Likewise.
23201 (maybe_swap_uint32_obstack): Likewise.
23202 * locale/programs/locfile.c: Include <stdbool.h>.
23203 (swap_endianness_p): New variable.
23204 (add_locale_uint32): Call maybe_swap_uint32.
23205 (add_locale_uint32_array): Call maybe_swap_uint32_obstack.
23206 (write_locale_data): Call maybe_swap_uint32_array.
23207 * locale/programs/ld-collate.c (obstack_int32_grow): Call
23208 maybe_swap_uint32.
23209 (obstack_int32_grow_fast): Likewise.
23210 (output_weightwc): Call maybe_swap_uint32_obstack.
23211 (collate_output): Likewise.
23212 * locale/programs/localedef.c (OPT_LITTLE_ENDIAN): New macro.
23213 (OPT_LITTLE_ENDIAN): Likewise.
23214 (options): Add --little-endian and --big-endian options.
23215 (parse_opt): Handle OPT_LITTLE_ENDIAN and OPT_BIG_ENDIAN.
23216 * locale/programs/locarchive.c: Include "locfile.h".
23217 (GET): New macro.
23218 (SET): Likewise.
23219 (INC): Likewise.
23220 (create_archive): Use the new macros to access fields of
23221 structures directly mapped from or written to locale archives.
23222 (oldlocrecentcmp): Likewise.
23223 (enlarge_archive): Likewise.
23224 (insert_name): Likewise.
23225 (add_alias): Likewise.
23226 (add_locale): Likewise.
23227 (delete_locales_from_archive): Likewise.
23228 (show_archive_content): Likewise.
23229 (add_locale_to_archive): Likewise. Use maybe_swap_uint32 on
23230 locale data.
23231
23232 2013-09-24 Roland McGrath <roland@hack.frob.com>
23233
23234 * manual/freemanuals.texi: Updated from (newly) canonical copy at
23235 http://www.gnu.org/doc/freemanuals.texi.
23236 * manual/libc.texinfo (Free Manuals): Put the @appendix line here.
23237
23238 2013-09-24 Will Newton <will.newton@linaro.org>
23239
23240 * sysdeps/mach/hurd/i386/tls.h (TLS_INIT_TP_EXPENSIVE): Remove
23241 macro.
23242
23243 2013-09-23 Joseph Myers <joseph@codesourcery.com>
23244
23245 * locale/hashval.h (compute_hashval): Interpret bytes of key as
23246 unsigned char.
23247
23248 2013-09-23 Maciej W. Rozycki <macro@codesourcery.com>
23249
23250 * manual/threads.texi (POSIX Threads): Fix a typo.
23251
23252 2013-09-23 Siddhesh Poyarekar <siddhesh@redhat.com>
23253
23254 [BZ #14547]
23255 * string/tst-strcoll-overflow.c: New test case.
23256 * string/Makefile (xtests): Add tst-strcoll-overflow.
23257 * string/strcoll_l.c (STRCOLL): Skip allocating memory for
23258 cache if string sizes may cause integer overflow.
23259
23260 [BZ #14547]
23261 * string/strcoll_l.c (coll_seq): New members rule, idx,
23262 save_idx and back_us.
23263 (get_next_seq_nocache): New function.
23264 (do_compare_nocache): New function.
23265 (STRCOLL): Use get_next_seq_nocache and do_compare_nocache
23266 when malloc fails.
23267
23268 2013-09-23 Carlos O'Donell <carlos@redhat.com>
23269
23270 [BZ #15754]
23271 * sysdeps/generic/stackguard-macros.h: If PTRGUARD_LOCAL use
23272 __pointer_chk_guard_local, otherwise __pointer_chk_guard.
23273 * elf/Makefile: Define CFLAGS-tst-ptrguard1-static.c.
23274
23275 [BZ #15754]
23276 * elf/Makefile (tests): Add tst-ptrguard1.
23277 (tests-static): Add tst-ptrguard1-static.
23278 (tst-ptrguard1-ARGS): Define.
23279 (tst-ptrguard1-static-ARGS): Define.
23280 * elf/tst-ptrguard1.c: New file.
23281 * elf/tst-ptrguard1-static.c: New file.
23282 * sysdeps/x86_64/stackguard-macros.h: Define POINTER_CHK_GUARD.
23283 * sysdeps/i386/stackguard-macros.h: Likewise.
23284 * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
23285 * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
23286 * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
23287 * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
23288 * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
23289 * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
23290
23291 2013-09-23 Hector Marco <hecmargi@upv.es>
23292 Ismael Ripoll <iripoll@disca.upv.es>
23293 Carlos O'Donell <carlos@redhat.com>
23294
23295 [BZ #15754]
23296 * sysdeps/generic/stackguard-macros.h: Define
23297 __pointer_chk_guard_local and POINTER_CHK_GUARD.
23298 * csu/libc-start.c [!SHARED && !THREAD_SET_POINTER_GUARD]:
23299 Define __pointer_chk_guard_local.
23300 (LIBC_START_MAIN) [!SHARED]: Call _dl_setup_pointer_guard.
23301 Use THREAD_SET_POINTER_GUARD or set __pointer_chk_guard_local.
23302
23303 2013-09-15 Vinitha Vijayan <vinitha.vijayann@gmail.com>
23304
23305 [BZ #15859]
23306 * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate declaration.
23307
23308 2013-09-20 Andreas Schwab <schwab@linux-m68k.org>
23309
23310 * include/string.h (__ffs): Declare as hidden.
23311 * string/ffs.c (__ffs): Define as hidden.
23312 * sysdeps/i386/ffs.c (__ffs): Likewise.
23313 * sysdeps/i386/i686/ffs.c (__ffs): Likewise.
23314 * sysdeps/powerpc/ffs.c (__ffs): Likewise.
23315 * sysdeps/s390/ffs.c (__ffs): Likewise.
23316 * sysdeps/x86_64/ffs.c (__ffs): Likewise.
23317
23318 2013-09-20 Alexandre Oliva <aoliva@redhat.com>
23319
23320 * NEWS: Mention malloc probes.
23321
23322 * malloc/arena.c (new_heap): New memory_heap_new probe.
23323 (grow_heap): New memory_heap_more probe.
23324 (shrink_heap): New memory_heap_less probe.
23325 (heap_trim): New memory_heap_free probe.
23326 * malloc/malloc.c (sysmalloc): New memory_sbrk_more probe.
23327 (systrim): New memory_sbrk_less probe.
23328 * manual/probes.texi: Document them.
23329
23330 * malloc/arena.c (arena_get_retry): Add memory_arena_retry probe.
23331 * manual/probes.texi: Document it.
23332
23333 * malloc/malloc.c (__libc_malloc): Add memory_malloc_retry probe.
23334 (__libc_realloc): Add memory_realloc_retry probe.
23335 (__libc_memalign): Add memory_memalign_retry probe.
23336 (__libc_valloc): Add memory_valloc_retry probe.
23337 (__libc_pvalloc): Add memory_pvalloc_retry probe.
23338 (__libc_calloc): Add memory_calloc_retry probe.
23339 * manual/probes.texi: Document them.
23340
23341 * malloc/arena.c (get_free_list): Add probe
23342 memory_arena_reuse_free_list.
23343 (reused_arena) [PER_THREAD]: Add probes memory_arena_reuse_wait
23344 and memory_arena_reuse.
23345 (arena_get2) [!PER_THREAD]: Likewise.
23346 * malloc/malloc.c (__libc_realloc) [!PER_THREAD]: Add probe
23347 memory_arena_reuse_realloc.
23348 * manual/probes.texi: Document them.
23349
23350 * malloc/malloc.c (__libc_free): Add
23351 memory_mallopt_free_dyn_thresholds probe.
23352 (__libc_mallopt): Add multiple memory_mallopt probes.
23353 * manual/probes.texi: Document them.
23354
23355 * malloc/malloc.c: Include stap-probe.h.
23356 (__libc_mallopt): Add memory_mallopt probe.
23357 * malloc/arena.c (_int_new_arena): Add memory_arena_new probe.
23358 * manual/probes.texi: New.
23359 * manual/Makefile (chapters): Add probes.
23360 * manual/threads.texi: Set next node.
23361
23362 2013-09-19 Wei-Lun Chao <bluebat@member.fsf.org>
23363
23364 [BZ #15963, #13985]
23365 * locale/iso-639.def: Add Chiga (cgg) and Chinese (gan, hak,
23366 czh, cjy, lzh, cmn, mnp, cdo, czo, cpx, wuu, hsn, yue).
23367 Add `Chinese' to `nan' entry name.
23368
23369 2013-09-19 Siddhesh Poyarekar <siddhesh@redhat.com>
23370
23371 * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): New macro.
23372 (POLYNOMIAL): Likewise.
23373 (TAYLOR_SINCOS): Likewise.
23374 (TAYLOR_SLOW): Likewise.
23375 (__sin): Use TAYLOR_SINCOS.
23376 (__cos): Likewise.
23377 (slow): Use TAYLOR_SLOW.
23378 (sloww): Likewise.
23379 (bsloww): Likewise.
23380 (csloww): Likewise.
23381
23382 2013-09-19 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
23383
23384 * stdlib/strtod_l.c: Fix buffer overrun.
23385
23386 2013-09-19 Siddhesh Poyarekar <siddhesh@redhat.com>
23387
23388 * benchtests/Makefile (bench): Add sincos.
23389 * benchtests/bench-sincos.c: New file.
23390
23391 * math/libm-test.inc (cos_test_data): New test inputs.
23392 (sin_test_data): Likewise.
23393
23394 * sysdeps/ieee754/dbl-64/s_sin.c (SINCOS_TABLE_LOOKUP): New
23395 macro.
23396 (__sin): Use it.
23397 (__cos): Likewise.
23398 (slow1): Likewise.
23399 (slow2): Likewise.
23400 (sloww1): Likewise.
23401 (sloww2): Likewise.
23402 (bsloww1): Likewise.
23403 (bsloww2): Likewise.
23404 (cslow2): Likewise.
23405 (csloww1): Likewise.
23406 (csloww2): Likewise.
23407
23408 * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): New
23409 function.
23410 (__sin): Use it.
23411 (__cos): Likewise.
23412
23413 * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Remove redundant
23414 gotos.
23415 (__cos): Likewise.
23416
23417 2013-09-18 Maciej W. Rozycki <macro@codesourcery.com>
23418
23419 * config.h.in (HAVE_MIPS_NAN2008): New macro.
23420 * elf/elf.h (EF_MIPS_NAN2008): Likewise.
23421 * sysdeps/generic/ldconfig.h (FLAG_MIPS_LIB32_NAN2008): Likewise.
23422 (FLAG_MIPS64_LIBN32_NAN2008): Likewise.
23423 (FLAG_MIPS64_LIBN64_NAN2008): Likewise.
23424 * elf/cache.c (print_entry): Handle the new cache flags.
23425
23426 2013-09-18 Joseph Myers <joseph@codesourcery.com>
23427 Aldy Hernandez <aldyh@redhat.com>
23428
23429 * sysdeps/powerpc/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]:
23430 Change condition to [_SOFT_FLOAT].
23431 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_NEAREST): New macro.
23432 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_DOWN): Likewise.
23433 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_UP): Likewise.
23434 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_ZERO): Likewise.
23435 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_ZM): Likewise.
23436 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_OM): Likewise.
23437 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Likewise.
23438 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_XM): Likewise.
23439 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_IM): Likewise.
23440 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Likewise.
23441 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Likewise.
23442 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Likewise.
23443 [__NO_FPRS__ && !_SOFT_FLOAT] (fpu_control_t): New typedef.
23444 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_GETCW): New macro.
23445 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_SETCW): Likewise.
23446 [__NO_FPRS__ && !_SOFT_FLOAT] (__fpu_control): New variable
23447 declaration.
23448
23449 2013-09-18 Joseph Myers <joseph@codesourcery.com>
23450
23451 * sysdeps/powerpc/powerpc32/__longjmp-common.S (LOAD_GP): Define
23452 macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
23453 (__longjmp): Use LOAD_GP to load saved GPRs.
23454 * sysdeps/powerpc/powerpc32/setjmp-common.S (SAVE_GP): Define
23455 macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
23456 (__sigsetjmp): Use SAVE_GP to save GPRs.
23457
23458 * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = no] (+cflags):
23459 Do not append -msoft-float.
23460 [$(with-fp) = no] (sysdep-LDFLAGS): Likewise.
23461
23462 2013-09-18 Siddhesh Poyarekar <siddhesh@redhat.com>
23463
23464 * sysdeps/ieee754/dbl-64/sincos32.c: Fix code formatting.
23465
23466 2013-09-17 Joseph Myers <joseph@codesourcery.com>
23467
23468 [BZ #15966]
23469 * sysdeps/powerpc/fpu_control.h [!_SOFT_FLOAT && !__NO_FPRS__]
23470 (_FPU_GETCW): Use initial "__" on variable and field names but not
23471 on macro parameter name.
23472 [!_SOFT_FLOAT && !__NO_FPRS__] (_FPU_SETCW): Likewise. Use
23473 parentheses around reference to macro parameter.
23474
23475 2013-09-13 Richard Sandiford <richard@codesourcery.com>
23476
23477 * locale/programs/ld-ctype.c (find_idx): Use uint32_t in
23478 prototype.
23479 (ctype_startup): Use uint32_t in cast and sizeof for
23480 ctype->charnames.
23481
23482 2013-09-11 Jia Liu <proljc@gmail.com>
23483
23484 * sunrpc/rpc/types.h [__APPLE_CC__]: Define __u_char_defined and
23485 __daddr_t_defined.
23486 [__FreeBSD__]: Likewise.
23487
23488 2013-09-11 Ondřej Bílka <neleai@seznam.cz>
23489
23490 * sysdeps/x86_64/multiarch/ifunc-impl-list.c
23491 (__libc_ifunc_impl_list): Remove: __strchr_sse42.
23492 * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Remove.
23493 (strchr): Remove __strchr_sse42 ifunc selection.
23494 * sysdeps/x86_64/strchr.S (strchr): Use optimized implementation.
23495 * sysdeps/x86_64/strchrnul.S: Include sysdeps/x86_64/strchr.S.
23496
23497 2013-09-11 Will Newton <will.newton@linaro.org>
23498
23499 * benchtests/bench-timing.h (TIMING_INIT): Rename ITERS
23500 parameter to RES. Remove hardcoded 1000 value.
23501 * benchtests/bench-skeleton.c (main): Pass RES parameter
23502 to TIMING_INIT and multiply result by 1000.
23503
23504 2013-09-10 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
23505
23506 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
23507
23508 2013-09-11 Andreas Schwab <schwab@suse.de>
23509
23510 * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (__O_TMPFILE): Define
23511 if not defined.
23512 (O_TMPFILE) [__USE_GNU]: Define.
23513 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_TMPFILE):
23514 Define.
23515
23516 2013-09-11 Will Newton <will.newton@linaro.org>
23517
23518 [BZ #15857]
23519 * malloc/malloc.c (__libc_memalign): Check the value of bytes
23520 does not overflow.
23521
23522 2013-09-11 Will Newton <will.newton@linaro.org>
23523
23524 [BZ #15856]
23525 * malloc/malloc.c (__libc_valloc): Check the value of bytes
23526 does not overflow.
23527
23528 2013-09-11 Will Newton <will.newton@linaro.org>
23529
23530 [BZ #15855]
23531 * malloc/malloc.c (__libc_pvalloc): Check the value of bytes
23532 does not overflow.
23533
23534 2013-09-10 Ondřej Bílka <neleai@seznam.cz>
23535
23536 * sysdeps/ieee754/dbl-64/e_j0.c: Remove DO_NOT_USE_THIS conditionals.
23537 * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
23538 * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
23539 * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
23540 * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
23541
23542 2013-09-10 Allan McRae <allan@archlinux.org>
23543
23544 [BZ #15748]
23545 * manual/arith.texi (Parsing of Floats): Clarify
23546 cross-reference.
23547
23548 [BZ #15849]
23549 * manual/install.texi (Running make install): Mention
23550 --enable-pt-chown.
23551 * INSTALL: Regenerated.
23552
23553 2013-09-09 Maciej W. Rozycki <macro@codesourcery.com>
23554
23555 * csu/init-first.c (_init): Remove the !SHARED condition around
23556 FPU control word initialization.
23557 * elf/dl-support.c (_dl_fpu_control): New variable.
23558 (_dl_aux_init) <AT_FPUCW>: Initialize it.
23559 * math/test-fpucw.c [!FPU_CONTROL] (FPU_CONTROL): New macro.
23560 (main): Replace _FPU_DEFAULT with FPU_CONTROL throughout.
23561 * math/test-fpucw-static.c: New file.
23562 * math/test-fpucw-ieee.c: New file.
23563 * math/test-fpucw-ieee-static.c: New file.
23564 * math/Makefile (tests): Add `test-fpucw-ieee' and
23565 `$(tests-static)'.
23566 (tests-static): New variable.
23567 [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests))): Move
23568 dependency to...
23569 [($(build-shared),yes)]
23570 ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
23571 ... this.
23572 [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests-static))):
23573 New dependency.
23574
23575 2013-09-09 Allan McRae <allan@archlinux.org>
23576
23577 [BZ #15939]
23578 * manual/string.texi (Collation Functions): Fix typo in
23579 strcoll example.
23580 Reported by Suren Karapetyan <me@suren.karapetyan.name>.
23581
23582 [BZ #15893]
23583 * stdlib/isomac.c (get_null_defines): Fix memory leak.
23584
23585 [BZ #15892]
23586 * libio/memstream.c (open_memstream): Fix memory leak.
23587 * libio/wmemstream.c (open_wmemstream): Likewise.
23588
23589 [BZ #15895]
23590 * nscd/netgroupcache.c: Fix nesting of ifdefs.
23591
23592 2013-09-09 Will Newton <will.newton@linaro.org>
23593
23594 * malloc/Makefile: Add tst-realloc to tests.
23595 * malloc/tst-realloc.c: New file.
23596
23597 2013-09-09 Allan McRae <allan@archlinux.org>
23598
23599 [BZ #15844]
23600 * COPYING: Update from GNU website to fix FSF address.
23601 * COPYING.LIB: Likewise.
23602
23603 2013-09-06 David S. Miller <davem@davemloft.net>
23604
23605 * po/zh_TW.po: Update Chinese (traditional) translation from
23606 translation project.
23607
23608 2013-09-06 Richard Sandiford <richard@codesourcery.com>
23609 Joseph Myers <joseph@codesourcery.com>
23610
23611 * locale/programs/locfile.c: Include <assert.h>, <wchar.h> and
23612 "localeinfo.h".
23613 (obstack_chunk_alloc): New macro.
23614 (obstack_chunk_free): Likewise.
23615 (record_offset): New function.
23616 (init_locale_data): Likewise.
23617 (align_locale_data): Likewise.
23618 (add_locale_empty): Likewise.
23619 (add_locale_raw_data): Likewise.
23620 (add_locale_raw_obstack): Likewise.
23621 (add_locale_string): Likewise.
23622 (add_locale_wstring): Likewise.
23623 (add_locale_uint32): Likewise.
23624 (add_locale_uint32_array): Likewise.
23625 (add_locale_char): Likewise.
23626 (start_locale_structure): Likewise.
23627 (end_locale_structure): Likewise.
23628 (start_locale_prelude): Likewise.
23629 (end_locale_prelude): Likewise.
23630 (write_locale_data): Take locale_file structure rather than an
23631 iovec.
23632 * locale/programs/locfile.h: Include "obstack.h".
23633 (struct locale_file): Change to store locale file contents instead
23634 of header.
23635 (init_locale_data): New prototype.
23636 (align_locale_data): Likewise.
23637 (add_locale_empty): Likewise.
23638 (add_locale_raw_data): Likewise.
23639 (add_locale_raw_obstack): Likewise.
23640 (add_locale_string): Likewise.
23641 (add_locale_wstring): Likewise.
23642 (add_locale_uint32): Likewise.
23643 (add_locale_uint32_array): Likewise.
23644 (add_locale_char): Likewise.
23645 (start_locale_structure): Likewise.
23646 (end_locale_structure): Likewise.
23647 (start_locale_prelude): Likewise.
23648 (end_locale_prelude): Likewise.
23649 (write_locale_data): Update prototype.
23650 * locale/programs/3level.h (struct TABLE): Remove result field.
23651 (CONCAT(TABLE,_finalize)): Change to CONCAT(add_locale_,TABLE).
23652 Use new locale_file interface.
23653 [!NO_FINALIZE]: Change condition to [!NO_ADD_LOCALE].
23654 (NO_FINALIZE): Change #undef to #undef of NO_ADD_LOCALE.
23655 * locale/programs/ld-address.c (address_output): Use new
23656 locale_file interface.
23657 * locale/programs/ld-collate.c (NO_FINALIZE): Change to
23658 NO_ADD_LOCALE.
23659 (collate_finish): Don't call collseq_table_finalize.
23660 (collate_output): Use new locale_file interface.
23661 * locale/programs/ld-ctype.c: Move includes of "3level.h" earlier
23662 in file.
23663 (NO_FINALIZE): Change to NO_ADD_LOCALE.
23664 (TABLE): Move defines earlier in file.
23665 (ELEMENT): Likewise.
23666 (DEFAULT): Likewise.
23667 (wctrans_table_add): Move macro and inline function earlier in
23668 file.
23669 (struct wctype_table): Move type earlier in file.
23670 (add_locale_wctype_table): New static prototype.
23671 (struct locale_ctype_t): Use logical types instead of struct iovec
23672 pointers for members.
23673 (ctype_output): Use new locale_file interface.
23674 (wctype_table_finalize): Change to add_locale_wctype_table. Use
23675 new locale_file interface.
23676 (allocate_arrays): Update for use of new locale_file interface.
23677 * locale/programs/ld-identification.c (identification_output): Use
23678 new locale_file interface.
23679 * locale/programs/ld-measurement.c (measurement_output): Likewise.
23680 * locale/programs/ld-messages.c (messages_output): Likewise.
23681 * locale/programs/ld-monetary.c (monetary_output): Likewise.
23682 * locale/programs/ld-name.c (name_output): Likewise.
23683 * locale/programs/ld-numeric.c (numeric_output): Likewise.
23684 * locale/programs/ld-paper.c (paper_output): Likewise.
23685 * locale/programs/ld-telephone.c (telephone_output): Likewise.
23686 * locale/programs/ld-time.c (time_output): Likewise.
23687
23688 2013-09-06 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
23689
23690 * benchtests/Makefile: Add memrchr benchmark.
23691 * benchtests/bench-memchr.c (USE_AS_MEMRCHR): Add define to use
23692 benchmark as memrchr.
23693 * benchtests/bench-memrchr-ifunc.c: New file.
23694 * benchtests/bench-memrchr.c: New file.
23695
23696 2013-09-06 Will Newton <will.newton@linaro.org>
23697
23698 * benchtests/Makefile (string-bench): Add memcpy.
23699
23700 2013-09-05 Carlos O'Donell <carlos@redhat.com>
23701 Cong Wang <amwang@redhat.com>
23702
23703 [BZ #15850]
23704 * sysdeps/unix/sysv/linux/bits/in.h
23705 [_UAPI_LINUX_IN6_H]: Define __USE_KERNEL_IPV6_DEFS.
23706 * inet/netinet/in.h: Move in_addr definition and bits/in.h inclusion
23707 before __USE_KERNEL_IPV6_DEFS uses.
23708 * inet/netinet/in.h [!__USE_KERNEL_IPV6_DEFS]: Define IPPROTO_MH, and
23709 IPPROTO_BEETPH.
23710 [__USE_KERNEL_IPV6_DEFS]: Don't define any of IPPROTO_*, in6_addr,
23711 sockaddr_in6, or ipv6_mreq.
23712
23713 2013-09-05 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
23714
23715 * sysdeps/powerpc/powerpc32/power7/memrchr.S (__memrchr): Fix invalid
23716 memory access for final bytes in some large inputs.
23717 * sysdeps/powerpc/powerpc64/power7/memrchr.S (__memrchr): Likewise.
23718
23719 2013-09-05 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
23720
23721 * string/test-memrchr.c: New file.
23722 * string/test-memrchr-ifunc.c: New file.
23723 * string/Makefile: Add new memrchr testcase.
23724
23725 2013-09-05 Mike Frysinger <vapier@gentoo.org>
23726
23727 * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Skip test when
23728 fanotify_init returns EPERM.
23729
23730 2013-09-04 Joseph Myers <joseph@codesourcery.com>
23731
23732 * conform/conformtest.pl (newtoken): Treat tokens not allowed as
23733 errors.
23734 (top level): Treat second token from macro or constant entries for
23735 allowed headers as allowed.
23736 * include/complex.h: Condition internal declarations on
23737 [!_ISOMAC].
23738 * include/fenv.h: Condition include of <stdbool.h> and internal
23739 declarations on [!_ISOMAC].
23740
23741 2013-09-04 Chris Leonard <cjl@sugarlabs,.org>
23742
23743 [BZ #15923]
23744 * locale/iso-4217.def: Update iso-1427.def and related occurrences.
23745
23746 2013-09-04 Joseph Myers <joseph@codesourcery.com>
23747
23748 * configure.in (--enable-versioning): Remove configure option.
23749 (libc_cv_asm_symver_directive): Remove configure test.
23750 (libc_cv_ld_version_script_option): Likewise.
23751 (VERSIONING): Remove variable and AC_SUBST.
23752 (DO_VERSIONING): Remove AC_DEFINE.
23753 * configure: Regenerated.
23754 * config.h.in (DO_VERSIONING): Remove macro.
23755 * Makerules [$(versioning) = yes]: Change conditionals to
23756 [$(build-shared) = yes].
23757 * config.make.in (versioning): Remove variable.
23758 * dlfcn/Makefile [$(versioning) = yes]: Change conditionals to
23759 [$(build-shared) = yes].
23760 * dlfcn/modstatic2.c (test) [DO_VERSIONING]: Remove conditional.
23761 * dlfcn/tststatic2.c (main) [DO_VERSIONING]: Likewise.
23762 * elf/Makefile [$(versioning) = yes]: Change conditionals to
23763 [$(build-shared) = yes].
23764 * extra-lib.mk [$(versioning) = yes]: Likewise.
23765 * hurd/Makefile [$(versioning) = yes]: Likewise.
23766 * hurd/geteuids.c [SHARED && DO_VERSIONING]: Change conditional to
23767 [SHARED].
23768 * include/libc-symbols.h [DO_VERSIONING]: Change conditional to
23769 [SHARED].
23770 [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
23771 [SHARED && !NO_HIDDEN].
23772 * include/shlib-compat.h [DO_VERSIONING]: Change conditional to
23773 [SHARED].
23774 [SHARED && DO_VERSIONING]: Likewise..
23775 * libio/Makefile [$(versioning) = yes]: Change conditionals to
23776 [$(build-shared) = yes].
23777 * manual/install.texi (--disable-versioning): Remove
23778 documentation.
23779 * INSTALL: Regenerated.
23780 * resolv/res_libc.c [SHARED && DO_VERSIONING]: Change conditional
23781 to [SHARED].
23782 * sunrpc/Makefile [$(versioning) = yes]: Change conditional to
23783 [$(build-shared) = yes].
23784 * sysdeps/gnu/Makefile [$(versioning) = yes]: Likewise.
23785 * sysdeps/i386/i686/multiarch/strstr-c.c
23786 [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
23787 [SHARED && !NO_HIDDEN].
23788 * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h
23789 [SHARED && DO_VERSIONING]: Change conditional to [SHARED].
23790 * sysdeps/powerpc/powerpc32/dl-machine.c
23791 [SHARED && !(DO_VERSIONING - 0)]: Remove conditional error.
23792 * sysdeps/powerpc/powerpc32/sysdep.h
23793 [SHARED && DO_VERSIONING && PIC && !NO_HIDDEN]: Change conditional
23794 to [SHARED && PIC && !NO_HIDDEN].
23795 * sysdeps/wordsize-32/divdi3.c [SHARED && DO_VERSIONING]: Change
23796 conditional to [SHARED].
23797
23798 2013-09-04 Will Newton <will.newton@linaro.org>
23799
23800 * benchtests/bench-timing.h (TIMING_PRINT_MEAN): New macro.
23801 * benchtests/bench-string.h: Include bench-timing.h instead
23802 of including hp-timing.h directly. (INNER_LOOP_ITERS): New
23803 define. (HP_TIMING_BEST): Delete macro. (test_init): Remove
23804 call to HP_TIMING_DIFF_INIT.
23805 * benchtests/bench-memccpy.c: Use bench-timing.h macros
23806 instead of hp-timing.h macros.
23807 * benchtests/bench-memchr.c: Likewise.
23808 * benchtests/bench-memcmp.c: Likewise.
23809 * benchtests/bench-memcpy.c: Likewise.
23810 * benchtests/bench-memmem.c: Likewise.
23811 * benchtests/bench-memmove.c: Likewise.
23812 * benchtests/bench-memset.c: Likewise.
23813 * benchtests/bench-rawmemchr.c: Likewise.
23814 * benchtests/bench-strcasecmp.c: Likewise.
23815 * benchtests/bench-strcasestr.c: Likewise.
23816 * benchtests/bench-strcat.c: Likewise.
23817 * benchtests/bench-strchr.c: Likewise.
23818 * benchtests/bench-strcmp.c: Likewise.
23819 * benchtests/bench-strcpy.c: Likewise.
23820 * benchtests/bench-strcpy_chk.c: Likewise.
23821 * benchtests/bench-strlen.c: Likewise.
23822 * benchtests/bench-strncasecmp.c: Likewise.
23823 * benchtests/bench-strncat.c: Likewise.
23824 * benchtests/bench-strncmp.c: Likewise.
23825 * benchtests/bench-strncpy.c: Likewise.
23826 * benchtests/bench-strnlen.c: Likewise.
23827 * benchtests/bench-strpbrk.c: Likewise.
23828 * benchtests/bench-strrchr.c: Likewise.
23829 * benchtests/bench-strspn.c: Likewise.
23830 * benchtests/bench-strstr.c: Likewise.
23831
23832 2013-09-04 Will Newton <will.newton@linaro.org>
23833
23834 * benchtests/Makefile: Use LDLIBS instead of LDFLAGS.
23835
23836 2013-09-03 Joseph Myers <joseph@codesourcery.com>
23837
23838 [BZ #15427]
23839 * sysdeps/ieee754/flt-32/e_lgammaf_r.c (__ieee754_lgammaf_r): Use
23840 2**-30 instead of 2**-70 as threshold for returning -log(|x|).
23841 * math/libm-test.inc (lgamma_test_data): Add more tests.
23842 * sysdeps/i386/fpu/libm-test-ulps: Update.
23843 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23844
23845 2013-09-03 Ondřej Bílka <neleai@seznam.cz>
23846
23847 * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: New file.
23848 * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
23849 Add ifunc.
23850 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
23851 Add strcmp-sse2-unaligned
23852 * sysdeps/x86_64/multiarch/strcmp.S (strcmp): Add ifunc.
23853
23854 2013-09-02 Mike Frysinger <vapier@gentoo.org>
23855
23856 * Versions.def (libc): Add GLIBC_2.19.
23857
23858 2013-09-02 Mike Frysinger <vapier@gentoo.org>
23859
23860 * sysdeps/unix/sysv/linux/tst-fanotify.c: New test.
23861 * sysdeps/unix/sysv/linux/Makefile (tests): Add tst-fanotify.
23862
23863 2013-09-02 Joseph Myers <joseph@codesourcery.com>
23864
23865 [BZ #14155]
23866 * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_jnf): Use double for
23867 intermediate calculations in recurrence.
23868 (__ieee754_ynf): Likewise.
23869 * math/libm-test.inc (jn_test_data): Do not allow spurious
23870 underflow exception. Add more tests.
23871 (yn_test_data): Add more tests.
23872 * sysdeps/i386/fpu/libm-test-ulps: Update.
23873 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23874
23875 2013-09-02 Ondřej Bílka <neleai@seznam.cz>
23876
23877 * sysdeps/powerpc/powerpc32/power6/memcpy.S: Fix typo.
23878
23879 2013-08-30 Ondřej Bílka <neleai@seznam.cz>
23880
23881 * csu/init-first.c: Fix then/than typos.
23882 * locale/programs/ld-collate.c: Likewise.
23883 * locale/programs/linereader.h: Likewise.
23884 * manual/charset.texi: Likewise.
23885 * manual/filesys.texi: Likewise.
23886 * manual/stdio.texi: Likewise.
23887 * manual/string.texi: Likewise.
23888 * stdlib/fmtmsg.c: Likewise.
23889 * sysdeps/i386/stpncpy.S: Likewise.
23890 * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
23891 * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
23892 * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
23893 * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
23894
23895 2013-08-30 Ondřej Bílka <neleai@seznam.cz>
23896
23897 * elf/dl-open.c: Fix typos.
23898 * iconvdata/gbbig5.c: Likewise.
23899 * iconvdata/iso-2022-jp.c: Likewise.
23900 * iconv/gconv_int.h: Likewise.
23901 * iconv/loop.c: Likewise.
23902 * nis/rpcsvc/nis.h: Likewise.
23903 * resolv/ns_name.c: Likewise.
23904 * stdio-common/vfscanf.c: Likewise.
23905 * streams/stropts.h: Likewise.
23906 * sunrpc/rpc_thread.c: Likewise.
23907 * sysdeps/i386/strpbrk.S: Likewise.
23908 * sysdeps/ieee754/k_standard.c: Likewise.
23909 * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
23910 * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
23911 * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
23912 * sysdeps/mach/hurd/profil.c: Likewise.
23913 * sysdeps/s390/dl-procinfo.h: Likewise.
23914 * sysdeps/unix/sysv/linux/i386/chown.c: Likewise.
23915 * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
23916 * sysdeps/unix/sysv/linux/sparc/sparc32/makecontext.c: Likewise.
23917 * sysdeps/x86_64/dl-trampoline.S: Likewise.
23918 * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
23919
23920 2013-08-30 Ondřej Bílka <neleai@seznam.cz>
23921
23922 * sysdeps/x86_64/multiarch/rawmemchr.S: Delete.
23923 * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove rawmemchr ifunc.
23924
23925 2013-08-29 Ondřej Bílka <neleai@seznam.cz>
23926
23927 * sysdeps/unix/sysv/linux/powerpc/aix/aix-dirent.h: Remove
23928 aix specific files.
23929 * sysdeps/unix/sysv/linux/powerpc/aix/aix-errno.h: Likewise.
23930 * sysdeps/unix/sysv/linux/powerpc/aix/aix-stat.h: Likewise.
23931 * sysdeps/unix/sysv/linux/powerpc/aix/aix-termios.h: Likewise.
23932 * sysdeps/unix/sysv/linux/powerpc/aix/direntconv.c: Likewise.
23933 * sysdeps/unix/sysv/linux/powerpc/aix/errnoconv.c: Likewise.
23934 * sysdeps/unix/sysv/linux/powerpc/aix/statconv.c: Likewise.
23935 * sysdeps/unix/sysv/linux/powerpc/aix/tcgetattr.c: Likewise.
23936 * sysdeps/unix/sysv/linux/powerpc/aix/tcsetattr.c: Likewise.
23937
23938 2013-08-29 Thomas Schwinge <thomas@codesourcery.com>
23939 Roland McGrath <roland@hack.frob.com>
23940
23941 * sysdeps/mach/hurd/errnos.awk (BEGIN): Emit ESUCCESS.
23942 * sysdeps/mach/hurd/bits/errno.h: Regenerate.
23943
23944 2013-08-29 Samuel Thibault <samuel.thibault@ens-lyon.org>
23945
23946 * sysdeps/mach/hurd/i386/init-first.c (init1): Use
23947 __executable_start symbol instead of _start.
23948
23949 2013-08-29 Thomas Schwinge <thomas@codesourcery.com>
23950
23951 * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_HEADER)
23952 (VALID_ELF_OSABI, VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA):
23953 Move macros to...
23954 * sysdeps/gnu/ldsodefs.h: ... this new file.
23955
23956 * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_OSABI)
23957 (VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA): Use ELFOSABI_GNU
23958 instead of ELFOSABI_LINUX.
23959
23960 [BZ #15522] strtod ("nan(N)") returning a sNaN in some cases
23961 * stdlib/strtof_l.c (SET_MANTISSA): Rewrite.
23962 * stdlib/strtod_l.c (SET_MANTISSA): Likewise.
23963 * sysdeps/ieee754/ldbl-64-128/strtold_l.c (SET_MANTISSA):
23964 Likewise.
23965 * sysdeps/ieee754/ldbl-96/strtold_l.c (SET_MANTISSA): Likewise.
23966 * sysdeps/ieee754/ldbl-128/strtold_l.c (SET_MANTISSA): Likewise.
23967 * sysdeps/ieee754/ldbl-128ibm/strtold_l.c (SET_MANTISSA):
23968 Likewise.
23969 * sysdeps/ieee754/ldbl-128ibm/ieee754.h
23970 (ibm_extended_long_double): Add ieee_nan member.
23971 * stdlib/tst-strtod6.c (test): New function, renamed from do_test.
23972 (do_test): New function.
23973
23974 * math/basic-test.c (TEST_CONVERT): New macro, renamed from
23975 TEST_TRUNC.
23976 (convert_dfsf_test, convert_tfsf_test, convert_tfdf_test): New
23977 functions, renamed from truncdfsf_test, trunctfsf_test,
23978 trunctfdf_test.
23979 (convert_sfdf_test, convert_sftf_test, convert_dftf_test): New
23980 functions.
23981 (do_test): Run all these.
23982
23983 2013-08-29 Ondřej Bílka <neleai@seznam.cz>
23984
23985 * argp/argp-help.c: Fix typos.
23986 * argp/argp-parse.c: Likewise.
23987 * debug/backtracesyms.c: Likewise.
23988 * elf/elf.h: Likewise.
23989 * malloc/malloc.c: Likewise.
23990 * nis/nis_print.c: Likewise.
23991 * resolv/res_comp.c: Likewise.
23992 * stdlib/stdlib.h: Likewise.
23993 * sunrpc/clnt_tcp.c: Likewise.
23994 * sunrpc/clnt_udp.c: Likewise.
23995 * sunrpc/clnt_unix.c: Likewise.
23996 * sysdeps/unix/bsd/ptsname.c: Likewise.
23997 * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
23998 * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Likewise.
23999 * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S:
24000 Likewise.
24001 * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S:
24002 Likewise.
24003 * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S:
24004 Likewise.
24005 * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
24006
24007 2013-08-28 Siddhesh Poyarekar <siddhesh@redhat.com>
24008
24009 * nscd/aicache.c (addhstaiX): Use __glibc_unlikely.
24010 * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
24011
24012 2013-08-27 Mike Frysinger <vapier@gentoo.org>
24013
24014 [BZ #15897]
24015 * dlfcn/Makefile (tests): Add bug-dl-leaf.
24016 (modules-names): Add bug-dl-leaf-lib and bug-dl-leaf-lib-cb.
24017 ($(objpfx)bug-dl-leaf): New rule.
24018 ($(objpfx)bug-dl-leaf.so): Likewise.
24019 ($(objpfx)bug-dl-leaf.out): Likewise.
24020 ($(objpfx)bug-dl-leaf-lib.so): Likewise.
24021 ($(objpfx)bug-dl-leaf-lib-cb.so): Likewise.
24022 * dlfcn/bug-dl-leaf.c: New test.
24023 * dlfcn/bug-dl-leaf-lib.c: Likewise.
24024 * dlfcn/bug-dl-leaf-lib-cb.c: Likewise.
24025 * dlfcn/dlfcn.h (dlopen): Change __THROW to __THROWNL.
24026 (dlclose): Likewise.
24027 (dlmopen): Likewise.
24028
24029 2013-08-27 Roland McGrath <roland@hack.frob.com>
24030
24031 * include/netdb.h [!_ISOMAC]:
24032 Don't include <tls.h>.
24033 (h_errno, __libc_h_errno): Move declaration and macros out of
24034 [_LIBC_REENTRANT].
24035
24036 * include/resolv.h [_RESOLV_H_]:
24037 Don't include <tls.h>.
24038 (__resp, _res): Move declaration and macro out of [_LIBC_REENTRANT].
24039 * resolv/res_libc.c: Don't include <tls.h>.
24040 (_res): Use __attribute__ ((nocommon)) in place of
24041 __attribute__ ((section (".bss"))).
24042
24043 * Makefile ($(common-objpfx)linkobj/libc_pic.a):
24044 If [sunrpc not in $(subdirs)], define to use libc_pic.a directly.
24045
24046 * resolv/res_send.c (send_dg): Don't try to use ioctl unless [FIONREAD].
24047
24048 * resolv/res_hconf.c [!NOT_IN_libc] (ifaddrs): Declare
24049 only under [SIOCGIFCONF && SIOCGIFNETMASK].
24050
24051 * resolv/res_mkquery.c: Include <sys/time.h>.
24052
24053 * inet/ifreq.c: Moved to ...
24054 * sysdeps/unix/ifreq.c: ... here.
24055 * inet/ifreq.c: New file, true stub version.
24056
24057 * socket/sa_len.c: New file.
24058 * socket/Makefile (aux): Add it.
24059 * sysdeps/unix/sysv/linux/Makefile
24060 [$(subdir) = socket] (sysdep_routines): Don't add sa_len here.
24061 * sysdeps/unix/sysv/linux/sa_len.c: Just #define HAVE_NET*_H
24062 and #include <socket/sa_len.c>.
24063 * sysdeps/unix/sysv/linux/s390/sa_len.c: Just #define
24064 HAVE_NETIUCV_IUCV_H and #include <sysdeps/unix/sysv/linux/sa_len.c>.
24065
24066 * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Moved to ...
24067 * bits/socket.h: ... here.
24068
24069 * sysdeps/unix/bsd/bsd4.4/bits/socket.h (enum __socket_type):
24070 Add SOCK_CLOEXEC, SOCK_NONBLOCK with values from FreeBSD.
24071 (SOCK_MAX, SOCK_TYPE_MASK): New macros.
24072
24073 2013-08-27 Andreas Schwab <schwab@suse.de>
24074
24075 [BZ #15736]
24076 * locale/categories.def (LC_CTYPE): Add "nonascii-case" element.
24077 * string/Makefile (test-strcasecmp-ENV, test-strncasecmp-ENV)
24078 (test-strcasecmp-ifunc-ENV, test-strncasecmp-ifunc-ENV): Define.
24079 * string/test-strcasecmp.c (test_main): Run tests in several
24080 locales.
24081 * string/test-strncasecmp.c (test_main): Likewise.
24082
24083 * sysdeps/i386/i686/multiarch/strcmp-sse4.S (__strcasecmp_sse4_2)
24084 (__strncasecmp_sse4_2) [PIC]: Restore %ebx before falling through
24085 to __strcasecmp_nonascii and __strncasecmp_nonascii.
24086 * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (__strcasecmp_ssse3)
24087 (__strncasecmp_ssse3) [PIC]: Likewise.
24088
24089 2013-08-26 Roland McGrath <roland@hack.frob.com>
24090
24091 * io/lxstat64.c: Just call __xstat64, for parity with stub __lxstat.
24092
24093 * nss/nss_files/files-key.c: Include <rpc/des_crypt.h>
24094 instead of explicitly declaring xdecrypt.
24095 * nis/nss_nis/nis-publickey.c: Likewise.
24096
24097 2013-08-26 Siddhesh Poyarekar <siddhesh@redhat.com>
24098
24099 [BZ #15890]
24100 * nscd/aicache.c: Include res_hconf.h.
24101 (addhstaiX): Initialize res_hconf.
24102
24103 2013-08-26 Andreas Schwab <schwab@suse.de>
24104
24105 * stdlib/Makefile (LDFLAGS-tst-tls-atexit): Remove.
24106 ($(objpfx)tst-tls-atexit): Add dependencies here instead.
24107
24108 2013-08-26 Siddhesh Poyarekar <siddhesh@redhat.com>
24109
24110 * nscd/aicache.c (addhstaiX): Fix indentation.
24111
24112 2013-08-25 Mike Frysinger <vapier@gentoo.org>
24113
24114 * configure.ac: Quote $build_pt_chown test.
24115 * configure: Regenerated.
24116
24117 2013-08-23 Joseph Myers <joseph@codesourcery.com>
24118
24119 [BZ #15532]
24120 * math/s_cexp.c (__cexp): Return NaN + i0 for NaN + i0 argument.
24121 * math/s_cexpf.c (__cexpf): Likewise.
24122 * math/s_cexpl.c (__cexpl): Likewise.
24123 * math/libm-test.inc (cexp_test_data): Correct expected return
24124 value for NaN + i0. Add another test.
24125
24126 2013-08-22 David S. Miller <davem@davemloft.net>
24127
24128 * po/ca.po: Update Catalan translation from translation project.
24129 * po/uk.po: Add Ukrainian translations from translation project.
24130
24131 2013-08-21 Joseph Myers <joseph@codesourcery.com>
24132
24133 [BZ #15797]
24134 * math/s_fdim.c (__fdim): Check for infinite arguments if result
24135 is infinite, not alongside NaN test.
24136 * math/s_fdimf.c (__fdimf): Likewise.
24137 * math/s_fdiml.c (__fdiml): Likewise.
24138 * math/libm-test.inc (fdim_test_data): Add more tests. Test that
24139 errno is unchanged.
24140
24141 2013-08-21 Ondřej Bílka <neleai@seznam.cz>
24142
24143 * argp/argp-help.c: Fix typos.
24144 * crypt/speeds.c: Likewise.
24145 * csu/check_fds.c: Likewise.
24146 * elf/dl-load.c: Likewise.
24147 * elf/dl-open.c: Likewise.
24148 * elf/reldep3.c: Likewise.
24149 * elf/reldep.c: Likewise.
24150 * elf/sprof.c: Likewise.
24151 * iconv/iconv_charmap.c: Likewise.
24152 * iconv/skeleton.c: Likewise.
24153 * iconv/strtab.c: Likewise.
24154 * io/lockf64.c: Likewise.
24155 * libio/libioP.h: Likewise.
24156 * resolv/gai_notify.c: Likewise.
24157 * resolv/ns_name.c: Likewise.
24158 * resolv/ns_samedomain.c: Likewise.
24159 * resolv/res_send.c: Likewise.
24160 * stdlib/random.c: Likewise.
24161 * sunrpc/rpc/xdr.h: Likewise.
24162 * sysdeps/i386/fpu/fraiseexcpt.c: Likewise.
24163 * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
24164 * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
24165 * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
24166 * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
24167 * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
24168 * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
24169 * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
24170 * sysdeps/mach/hurd/check_fds.c: Likewise.
24171 * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
24172 * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
24173 * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
24174 * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
24175 * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
24176 * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
24177 * sysdeps/pthread/aio_notify.c: Likewise.
24178 * sysdeps/sparc/fpu/fraiseexcpt.c: Likewise.
24179 * sysdeps/unix/sysv/linux/socketcall.h: Likewise.
24180 * sysdeps/x86_64/fpu/fraiseexcpt.c: Likewise.
24181 * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
24182 * sysdeps/x86/fpu/bits/fenv.h: Likewise.
24183
24184 2013-08-21 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
24185
24186 * sysdeps/i386/i686/multiarch/strcmp.S: Skip SSE4_2
24187 version if bit_Slow_SSE4_2 is set.
24188 * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
24189 * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
24190
24191 2013-07-23 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
24192
24193 [BZ #15867]
24194 * sysdeps/powerpc/powerpc32/backtrace.c (__backtrace): Handle signal
24195 trampoline stack frame information.
24196 * sysdeps/powerpc/powerpc64/backtrace.c (__backtrace): Likewise.
24197 * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h
24198 (__vdso_sigtramp_rt64): New variable: PPC64 signal trampoline.
24199 (__vdso_sigtramp32): New variable: PPC32 signal trampoline.
24200 (__vdso_sigtramp_rt32): New variable: PPC32 signal trampoline.
24201 * sysdeps/unix/sysv/linux/powerpc/init-first.c
24202 (_libc_vdso_platform_setup): Initialize the signal trampolines.
24203 * debug/tst-backtrace5.c (fn): Add an option set modify sigaction
24204 sa_flags value.
24205 * debug/tst-backtrace6.c: New file: check backtrace for signal frames,
24206 interrupting a syscall and set with option SA_SIGINFO.
24207
24208 2013-08-20 Joseph Myers <joseph@codesourcery.com>
24209
24210 [BZ #15531]
24211 * math/s_cproj.c (__cproj): Only return an infinity if one part of
24212 argument is infinite.
24213 * math/s_cprojf.c (__cprojf): Likewise.
24214 * math/s_cprojl.c (__cprojl): Likewise.
24215 * sysdeps/ieee754/ldbl-128ibm/s_cprojl.c (__cprojl): Likewise.
24216 * math/libm-test.inc (cproj_test_data): Add more tests.
24217
24218 * sysdeps/unix/sysv/linux/mmap64.c: Include <string.h>.
24219
24220 * sysdeps/unix/sysv/linux/mmap64.c (__mmap64)
24221 [MMAP2_PAGE_SHIFT == -1]: Use __getpagesize to determine page
24222 size. Use __ffs to determine corresponding shift.
24223
24224 2013-08-20 Joseph Myers <joseph@codesourcery.com>
24225 Roland McGrath <roland@hack.frob.com>
24226
24227 * Makefile (INSTALL): Remove trailing blank lines from output of
24228 makeinfo.
24229
24230 2013-08-20 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
24231
24232 * sysdeps/unix/sysv/linux/s390/sys/procfs.h (struct elf_prstatus):
24233 Align 32 bit compat elf_greg to 8 bytes.
24234
24235 2013-08-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
24236
24237 * elf/setup-vdso.h (setup_vdso): Fix missing string termination.
24238
24239 2013-08-20 Siddhesh Poyarekar <siddhesh@redhat.com>
24240
24241 * string/strcoll_l.c (coll_seq): New structure.
24242 (get_next_seq_cached): New function.
24243 (get_next_seq): New function.
24244 (do_compare): New function.
24245 (STRCOLL): Use GNU style definition. Simplify implementation
24246 by using get_next_seq, get_next_seq_cached and do_compare.
24247
24248 2013-08-16 Florian Weimer <fweimer@redhat.com>
24249
24250 [BZ #14699]
24251 CVE-2013-4237
24252 * sysdeps/posix/dirstream.h (struct __dirstream): Add errcode
24253 member.
24254 * sysdeps/posix/opendir.c (__alloc_dir): Initialize errcode
24255 member.
24256 * sysdeps/posix/rewinddir.c (rewinddir): Reset errcode member.
24257 * sysdeps/posix/readdir_r.c (__READDIR_R): Enforce NAME_MAX limit.
24258 Return delayed error code. Remove GETDENTS_64BIT_ALIGNED
24259 conditional.
24260 * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Do not define
24261 GETDENTS_64BIT_ALIGNED.
24262 * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
24263 * manual/filesys.texi (Reading/Closing Directory): Document
24264 ENAMETOOLONG return value of readdir_r. Recommend readdir more
24265 strongly.
24266 * manual/conf.texi (Limits for Files): Add portability note to
24267 NAME_MAX, PATH_MAX.
24268 (Pathconf): Add portability note for _PC_NAME_MAX, _PC_PATH_MAX.
24269
24270 2013-08-13 Andreas Schwab <schwab@suse.de>
24271
24272 [BZ #15749]
24273 * sysdeps/ieee754/ldbl-96/s_cbrtl.c (__cbrtl): Use fabsl instead
24274 of fabs.
24275 * math/libm-test.inc (cbrt_test_data) [TEST_LDOUBLE &&
24276 LDBL_MAX_EXP >= 16384]: Add tests for it.
24277
24278 2013-08-12 David S. Miller <davem@davemloft.net>
24279
24280 * version.h (RELEASE): Set to "development".
24281 (VERSION): Set to "2.18.90".
24282 * NEWS: Add 2.19 section.
24283
24284 2013-08-03 David S. Miller <davem@davemloft.net>
24285
24286 * po/ko.po: Update Korean translation from translation project.
24287
24288 2013-08-01 David S. Miller <davem@davemloft.net>
24289
24290 * manual/contrib.texi: Update entry for Siddhesh Poyarekar. Add
24291 entries for Will Newton, Andi Kleen, David Holsgrove, and Ondrej
24292 Bilka.
24293
24294 2013-07-30 David S. Miller <davem@davemloft.net>
24295
24296 * po/fr.po: Update French translation from translation project.
24297
24298 2013-07-28 David S. Miller <davem@davemloft.net>
24299
24300 * po/cs.po: Update Czech translation from translation project.
24301
24302 * po/sv.po: Update Swedish translation from translation project.
24303
24304 2013-07-27 David S. Miller <davem@davemloft.net>
24305
24306 * po/eo.po: Update Esperanto translation from translation project.
24307
24308 * po/vi.po: Update Vietnamese translation from translation project.
24309
24310 * po/de.po: Update German translation from translation project.
24311
24312 2013-07-26 David S. Miller <davem@davemloft.net>
24313
24314 * po/bg.po: Update Bulgarian translation from translation project.
24315
24316 * po/nl.po: Update Dutch translation from translation project.
24317 * po/pl.po: Update Polish translation from translation project.
24318 * po/ru.po: Update Russian translation from translation project.
24319
24320 2013-07-24 David S. Miller <davem@davemloft.net>
24321
24322 * po/libc.pot: Update.
24323
24324 2013-07-23 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
24325
24326 * sysdeps/unix/sysv/linux/powerpc/dl-static.c: New file to support
24327 variable page size.
24328 * sysdeps/unix/sysv/linux/powerpc/ldsodefs.h: Likewise.
24329 * sysdeps/unix/sysv/linux/powerpc/Makefile: Build dl-static in elf.
24330 * sysdeps/unix/sysv/linux/powerpc/Versions: Add _dl_var_init.
24331
24332 2013-07-22 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
24333
24334 * sysdeps/s390/fpu/libm-test-ulps: Refresh.
24335
24336 2013-07-21 Siddhesh Poyarekar <siddhesh@redhat.com>
24337 Andreas Schwab <schwab@suse.de>
24338 Roland McGrath <roland@hack.frob.com>
24339 Joseph Myers <joseph@codesourcery.com>
24340 Carlos O'Donell <carlos@redhat.com>
24341
24342 [BZ #15755]
24343 * config.h.in: Define HAVE_PT_CHOWN.
24344 * config.make.in (build-pt-chown): New variable.
24345 * configure.in (--enable-pt_chown): New configure option.
24346 * configure: Regenerate.
24347 * login/Makefile: Include Makeconfig. Build pt_chown only if
24348 build-pt-chown is enabled.
24349 * sysdeps/unix/grantpt.c (grantpt) [HAVE_PT_CHOWN]: Spawn
24350 pt_chown to fix pty ownership.
24351 * sysdeps/unix/sysv/linux/grantpt.c [HAVE_PT_CHOWN]: Define
24352 CLOSE_ALL_FDS.
24353 * manual/install.texi (Configuring and compiling): Mention
24354 --enable-pt_chown. Add @findex for grantpt.
24355 * INSTALL: Regenerate.
24356
24357 2013-07-20 David S. Miller <davem@davemloft.net>
24358
24359 * sysdeps/sparc/fpu/libm-test-ulps: Update ULPs to handle minor
24360 difference between 32-bit and 64-bit.
24361
24362 2013-07-15 Carlos O'Donell <carlos@redhat.com>
24363
24364 [BZ #15711]
24365 * sysdeps/unix/sysv/linux/Makefile ($(objpfx)bits/syscall%h):
24366 Avoid system header dependency with -ffreestanding.
24367 ($(objpfx)bits/syscall%d): Likewise.
24368
24369 2013-07-13 David S. Miller <davem@davemloft.net>
24370
24371 * math/libm-test.inc (casin_test_data): Annotate more cases of missing
24372 underflows from atanl/atan2l due to bug 15319.
24373 (casinh_test_data): Likewise.
24374
24375 2013-07-07 David S. Miller <davem@davemloft.net>
24376
24377 * sysdeps/sparc/fpu/libm-test-ulps: Regenerate from scratch.
24378
24379 2013-07-05 Jeroen Albers <_jeroen_@yahoo.com>
24380
24381 * sysdeps/i386/fpu/libm-test-ulps: Update.
24382 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
24383
24384 2013-07-04 Siddhesh Poyarekar <siddhesh@redhat.com>
24385
24386 * configure.in (--enable-lock-elision): Fix message text.
24387 * INSTALL: Regenerate.
24388 * configure: Regenerate.
24389
24390 2013-07-04 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
24391
24392 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
24393
24394 2013-07-03 Andreas Jaeger <aj@suse.de>
24395
24396 * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_LISTEN): Add
24397 define.
24398 (PTRACE_PEEKSIGINFO): Add new value from Linux 3.10.
24399 (ptrace_peeksiginfo_args): Add.
24400 (__ptrace_peeksiginfo_flags): Add.
24401 * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
24402 * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
24403 * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
24404
24405 2013-07-03 Allan McRae <allan@archlinux.org>
24406
24407 * sysdeps/i386/fpu/libm-test-ulps: Update.
24408
24409 2013-07-02 David S. Miller <davem@davemloft.net>
24410
24411 * sysdeps/sparc/fpu/libm-test-ulps: Update.
24412
24413 2013-07-02 Markus Trippelsdorf <markus@trippelsdorf.de>
24414
24415 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
24416
24417 2013-07-02 Joseph Myers <joseph@codesourcery.com>
24418
24419 * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
24420 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
24421
24422 2013-07-02 Andi Kleen <ak@linux.intel.com>
24423
24424 * config.h.in (ENABLE_LOCK_ELISION): Add.
24425 * configure.in (--enable-lock-elision): Add option.
24426 * manual/install.texi: Document --enable lock elision.
24427 * configure: Regenerate
24428 * INSTALL: Regenerate.
24429
24430 2013-07-02 H.J. Lu <hongjiu.lu@intel.com>
24431
24432 * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Enable
24433 SSE4.2 strcasecmp for libc.a.
24434 * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
24435
24436 2013-07-02 Joseph Myers <joseph@codesourcery.com>
24437
24438 [BZ #13304]
24439 * soft-fp/op-common.h (_FP_FMA): New macro.
24440 * soft-fp/op-1.h (_FP_FRAC_HIGHBIT_DW_1): New macro.
24441 (_FP_MUL_MEAT_DW_1_imm): Likewise. Split out of ...
24442 (_FP_MUL_MEAT_1_imm): ... here.
24443 (_FP_MUL_MEAT_DW_1_wide): New macro. Split out of ...
24444 (_FP_MUL_MEAT_1_wide): ... here.
24445 (_FP_MUL_MEAT_DW_1_hard): Likewise. Split out of ...
24446 (_FP_MUL_MEAT_1_hard): ... here.
24447 * soft-fp/op-2.h (_FP_FRAC_HIGHBIT_DW_2): New macro.
24448 (_FP_MUL_MEAT_DW_2_wide): Likewise. Split out of ...
24449 (_FP_MUL_MEAT_2_wide): ... here.
24450 (_FP_MUL_MEAT_DW_2_wide_3mul): New macro. Split out of ...
24451 (_FP_MUL_MEAT_2_wide_3mul): ... here.
24452 (_FP_MUL_MEAT_DW_2_gmp): New macro. Split out of ...
24453 (_FP_MUL_MEAT_2_gmp): ... here.
24454 * soft-fp/op-4.h (_FP_FRAC_HIGHBIT_DW_4): New macro.
24455 (_FP_MUL_MEAT_DW_4_wide): Likewise. Split out of ...
24456 (_FP_MUL_MEAT_4_wide): ... here.
24457 (_FP_MUL_MEAT_DW_4_gmp): New macro. Split out of ...
24458 (_FP_MUL_MEAT_4_gmp): ... here.
24459 * soft-fp/single.h (_FP_FRACTBITS_DW_S): New macro.
24460 (_FP_WFRACBITS_DW_S): Likewise.
24461 (_FP_WFRACXBITS_DW_S): Likewise.
24462 (_FP_HIGHBIT_DW_S): Likewise.
24463 (FP_FMA_S): Likewise.
24464 (_FP_FRAC_HIGH_DW_S): Likewise.
24465 * soft-fp/double.h (_FP_FRACTBITS_DW_D): New macro.
24466 (_FP_WFRACBITS_DW_D): Likewise.
24467 (_FP_WFRACXBITS_DW_D): Likewise.
24468 (_FP_HIGHBIT_DW_D): Likewise.
24469 (FP_FMA_D): Likewise.
24470 (_FP_FRAC_HIGH_DW_D): Likewise.
24471 * soft-fp/extended.h (_FP_FRACTBITS_DW_E): New macro.
24472 (_FP_WFRACBITS_DW_E): Likewise.
24473 (_FP_WFRACXBITS_DW_E): Likewise.
24474 (_FP_HIGHBIT_DW_E): Likewise.
24475 (FP_FMA_E): Likewise.
24476 (_FP_FRAC_HIGH_DW_E): Likewise.
24477 * soft-fp/quad.h (_FP_FRACTBITS_DW_Q): New macro.
24478 (_FP_WFRACBITS_DW_Q): Likewise.
24479 (_FP_WFRACXBITS_DW_Q): Likewise.
24480 (_FP_HIGHBIT_DW_Q): Likewise.
24481 (FP_FMA_Q): Likewise.
24482 (_FP_FRAC_HIGH_DW_Q): Likewise.
24483 * soft-fp/fmasf4.c: New file.
24484 * soft-fp/fmadf4.c: Likewise.
24485 * soft-fp/fmatf4.c: Likewise.
24486
24487 2013-06-28 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
24488
24489 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
24490 bit_Slow_SSE4_2 and bit_Prefer_PMINUB_for_stringop for Intel
24491 Silvermont.
24492 * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_SSE4_2): New
24493 macro.
24494 (index_Slow_SSE4_2): Likewise.
24495 (index_Prefer_PMINUB_for_stringop): Likewise.
24496 * sysdeps/x86_64/multiarch/strchr.S: Skip SSE4.2 version if
24497 bit_Slow_SSE4_2 is set.
24498 * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
24499 * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
24500
24501 2013-06-28 Ryan S. Arnold <rsa@linux.vnet.ibm.com>
24502
24503 * sysdeps/powerpc/Makefile: Add comment about generating an offset to
24504 rtld_global._dl_hwcap2.
24505 * sysdeps/powerpc/bits/hwcap.h: Added PPC_FEATURE2_* definitions for
24506 POWER8.
24507 * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Extend for
24508 POWER8 feature descriptions defined in _dl_hwcap2.
24509 * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Implement AT_HWCAP2
24510 string handling for POWER8 feature bits.
24511 (_DL_HWCAP_COUNT): Increment to 64 to cover AT_HWCAP2 bits.
24512 (_DL_HWCAP_LAST): New definition for position of last AT_HWCAP bit in
24513 _dl_powerpc_cap_flags.
24514 (_DL_HWCAP2_LAST): New definition for last usable bit of AT_HWCAP2.
24515 * sysdeps/powerpc/rtld-global-offsets.sym
24516 (RTLD_GLOBAL_RO_DL_HWCAP2_OFFSET): New offset macro to locate
24517 _dl_hwcap2 in the rtld_global_ro structure.
24518
24519 2013-06-28 Ryan S. Arnold <rsa@linux.vnet.ibm.com>
24520
24521 * elf/dl-support.c (_dl_hwcap2): Add a new hwcap field for more
24522 hardware capabilities in support of AT_HWCAP2.
24523 (_dl_aux_init): Read AT_HWCAP2 into GLRO(dl_hwcap2).
24524 * elf/dl-sysdep.c (_dl_sysdep_start): Read AT_HWCAP2 into
24525 GLRO(dl_hwcap2).
24526 (_dl_show_auxv): Add support for calling _dl_procinfo to display
24527 AT_HWCAP2. If a platform doesn't chose to handle displaying AT_HWCAP2
24528 explicitly the unknown a_type display mechanism is used.
24529 * misc/getauxval.c (__getauxval): Return GLRO(dl_hwcap2) on AT_HWCAP2.
24530 * sysdeps/generic/ldsodefs.h (rtld_global_ro): Add _dl_hwcap2 as a new
24531 struct member.
24532 * sysdeps/generic/dl-procinfo.h (_dl_procinfo): Add TYPE parameter
24533 to macro prototype for AT_HWCAP2 support.
24534 * sysdeps/i386/dl-procinfo.h: Likewise.
24535 * sysdeps/s390/dl-procinfo.h: Likewise.
24536 * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Add TYPE parameter to
24537 macro prototype for AT_HWCAP2 support. Make WORD unsigned long int
24538 rather than signed int. Stub in handler for TYPE == AT_HWCAP2 to
24539 return -1 for unknown a_type display fallback.
24540 * sysdeps/sparc/dl-procinfo.h: Likewise.
24541 * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: Likewise.
24542 * sysdeps/unix/sysv/linux/s390/dl-procinfo.h: Likewise.
24543
24544 2013-06-28 Joseph Myers <joseph@codesourcery.com>
24545
24546 * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Shift by page_shift
24547 instead of MMAP2_PAGE_SHIFT in call to INLINE_SYSCALL.
24548
24549 2013-06-28 Pierre Ynard <linkfanel@yahoo.fr>
24550
24551 [BZ #12492]
24552 * elf/dl-load.c (_dl_map_object_from_fd): Test for failure of
24553 mprotect making __stack_prot writable.
24554
24555 2013-06-28 Nathan Froyd <froydnj@codesourcery.com>
24556 Joseph Myers <joseph@codesourcery.com>
24557
24558 * elf/dl-profile.c (struct here_cg_arc_record): Declare 'count'
24559 as being properly aligned.
24560
24561 2013-06-28 Maciej W. Rozycki <macro@codesourcery.com>
24562
24563 * dlfcn/modstatic5.c: New file.
24564 * dlfcn/tststatic5.c: New file.
24565 * dlfcn/Makefile (tests): Add tststatic5.
24566 (tests-static): Likewise.
24567 (modules-names): Add modstatic5.
24568 (tststatic5-ENV): New variable.
24569 ($(objpfx)tststatic5, $(objpfx)tststatic5.out): New dependencies.
24570
24571 [BZ #15022]
24572 * elf/dl-support.c (_dl_main_map): New variable.
24573 (_dl_ns): Use it to initialize [LM_ID_BASE] element.
24574 (_dl_nns, _dl_load_adds): Set to 1.
24575 (_dl_initial_searchlist): Refer to _dl_main_map.
24576 (_dl_non_dynamic_init): Initialize _dl_main_map.l_origin.
24577 * elf/dl-load.c (_dl_dst_substitute) [!SHARED]: Remove fallback
24578 call to _dl_get_origin.
24579 * elf/dl-open.c (dl_open_worker): Remove !SHARED special casing
24580 around call_map.
24581 (_dl_open) [!SHARED]: Remove code to initialize GL(dl_nns).
24582 * dlfcn/modstatic3.c: New file.
24583 * dlfcn/tststatic3.c: New file.
24584 * dlfcn/tststatic4.c: New file.
24585 * dlfcn/Makefile (tests): Add tststatic3 and tststatic4.
24586 (tests-static): Likewise.
24587 (modules-names): Add modstatic3.
24588 (tststatic3-ENV, tststatic4-ENV): New variables.
24589 ($(objpfx)tststatic3, $(objpfx)tststatic3.out): New dependencies.
24590 ($(objpfx)tststatic4, $(objpfx)tststatic4.out): Likewise.
24591
24592 2013-06-26 Joseph Myers <joseph@codesourcery.com>
24593
24594 * configure.in (CC): Require GCC version 4.4 or later.
24595 * configure: Regenerated.
24596 * manual/install.texi (Tools for Compilation): Update GCC version
24597 requirement.
24598 * INSTALL: Regenerated.
24599
24600 2013-06-26 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
24601
24602 [BZ #15674]
24603 * string/test-memcmp.c (check2): New.
24604 (main): Call check2.
24605
24606 * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Fix buffers overrun.
24607
24608 2013-06-26 Maciej W. Rozycki <macro@codesourcery.com>
24609
24610 [BZ #15022]
24611 * elf/dl-open.c (_dl_open) [!SHARED]: Move call to DL_STATIC_INIT
24612 over to...
24613 (dl_open_worker) [!SHARED]: ... here.
24614
24615 2013-06-26 Ryan S. Arnold <rsa@linux.vnet.ibm.com>
24616
24617 * elf/elf.h (AT_HWCAP2): Add a new a_type entry.
24618
24619 2013-06-25 Richard Henderson <rth@redhat.com>
24620
24621 * locale/programs/locarchive.c: Include <libc-internal.h>
24622
24623 2013-06-25 Joseph Myers <joseph@codesourcery.com>
24624
24625 * manual/texinfo.tex: Update to version 2013-06-21.17, with
24626 trailing whitespace removed.
24627
24628 2013-06-24 Mike Frysinger <vapier@gentoo.org>
24629
24630 [BZ #10283]
24631 * locale/locarchive.h (struct locarhandle): Add mmap_base and mmap_len.
24632 * locale/programs/locarchive.c: Include libc-mmap.h.
24633 (prepare_address_space): Take two new outputs (the mmap base and len).
24634 Align p to MAP_FIXED_ALIGNMENT. Set mmap base and len to the right
24635 values.
24636 (create_archive): Declare new mmap base and len values for
24637 prepare_address_space, and store the result in ah.
24638 (file_data_available_p): Replace pagesz with MAP_FIXED_ALIGNMENT.
24639 (enlarge_archive): If ah->mmap_base is not NULL, use that and
24640 ah->mmap_len to unmap rather than ah->addr and ah->reserved.
24641 Declare new mmap base and len values for
24642 prepare_address_space, and store the result in new_ah.
24643 (open_archive): Declare new mmap base and len values for
24644 prepare_address_space, and store the result in ah.
24645 (close_archive): If ah->mmap_base is not NULL, use that and
24646 ah->mmap_len to unmap rather than ah->addr and ah->reserved.
24647 * sysdeps/generic/libc-mmap.h: New file.
24648
24649 2013-06-24 Mike Frysinger <vapier@gentoo.org>
24650
24651 * include/libc-internal.h (ALIGN_DOWN): New helper macro.
24652 (ALIGN_UP): Likewise.
24653 (PTR_ALIGN_DOWN): Likewise.
24654 (PTR_ALIGN_UP): Likewise.
24655
24656 2013-06-24 Ryan S. Arnold <rsa@linux.vnet.ibm.com>
24657
24658 * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add "power8"
24659 entry mapped to PPC_PLATFORM_POWER8.
24660 * sysdeps/powerpc/dl-procinfo.h (_DL_PLATFORMS_COUNT): Increment for
24661 POWER8.
24662 (PPC_PLATFORM_POWER8): Add new platform bit for POWER8 processor.
24663 (_dl_string_platform): Add case for exporting platform position for
24664 POWER8.
24665 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Chain
24666 search path to sysdeps/powerpc/powerpc32/power8 directory.
24667 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Chain
24668 search path to sysdeps/powerpc/powerpc64/power8 directory.
24669 * sysdeps/powerpc/powerpc32/power8/Implies: Chain search path to
24670 power7 directories.
24671 * sysdeps/powerpc/powerpc64/power8/Implies: Chain search path to
24672 power7 directories.
24673
24674 2013-06-24 Siddhesh Poyarekar <siddhesh@redhat.com>
24675
24676 * INSTALL: Regenerate.
24677
24678 * nscd/connections.c (nscd_init): Fix comment.
24679
24680 2013-06-22 Joseph Myers <joseph@codesourcery.com>
24681
24682 * sysdeps/unix/sysv/linux/libc_fatal.c: Include <string.h>.
24683
24684 [BZ #15667]
24685 * soft-fp/op-4.h (__FP_FRAC_ADD_3): Rename variables _c1 and _c2
24686 to __FP_FRAC_ADD_3_c1 and __FP_FRAC_ADD_3_c2.
24687
24688 2013-06-21 Maciej W. Rozycki <macro@codesourcery.com>
24689
24690 * elf/dl-dst.h (DL_DST_REQUIRED): Remove call to
24691 DL_DST_REQ_STATIC.
24692 (DL_DST_REQ_STATIC): Remove macro.
24693
24694 2013-06-21 Joseph Myers <joseph@codesourcery.com>
24695
24696 [BZ #7006]
24697 * soft-fp/op-common.h (_FP_FROM_INT): Do not call _FP_FRAC_SLL
24698 with a shift of 0 bits.
24699
24700 2013-06-21 Maciej W. Rozycki <macro@codesourcery.com>
24701
24702 * dlfcn/Makefile (tststatic2-ENV): Redefine in terms of
24703 $(tststatic-ENV).
24704
24705 2013-06-21 Kaz Kojima <kkojima@rr.iij4u.or.jp>
24706
24707 [BZ #15655]
24708 * sysdeps/sh/sh4/fpu/fgetexcptflg.c: New file.
24709
24710 2013-06-20 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
24711
24712 * config.h.in (HAVE_CC_INHIBIT_LOOP_TO_LIBCALL): New define.
24713 * configure.in (libc_cv_cc_loop_to_function): Check if compiler
24714 accepts -fno-tree-loop-distribute-patterns.
24715 * include/libc-symbols.h (inhibit_loop_to_libcall): New macro.
24716 * string/memmove.c (MEMMOVE): Disable loop transformation to avoid
24717 recursive call.
24718 * string/memset.c (memset): Likewise.
24719 * string/test-memmove.c (simple_memmove): Disable loop transformation
24720 to library calls.
24721 * string/test-memset.c (simple_memset): Likewise.
24722 * benchtests/bench-memmove.c (simple_memmove): Likewise.
24723 * benchtests/bench-memset.c (simple_memset): Likewise.
24724 * configure: Regenerated.
24725
24726 2013-06-20 Joseph Myers <joseph@codesourcery.com>
24727
24728 * math/test-misc.c (main): Ignore fesetround failure when failures
24729 of subsequent rounding tests would be ignored.
24730
24731 [BZ #15654]
24732 * math/fedisblxcpt.c (fedisableexcept): Return 0.
24733 * math/feenablxcpt.c (feenableexcept): Return 0 for argument 0.
24734 * math/fegetenv.c (__fegetenv): Return 0.
24735 * math/fegetexcept.c (fegetexcept): Return 0.
24736 * math/fegetround.c (fegetround) [FE_TONEAREST]: Return
24737 FE_TONEAREST.
24738 * math/feholdexcpt.c (feholdexcept): Return 0.
24739 * math/fesetenv.c (__fesetenv): Return 0.
24740 * math/fesetround.c (fesetround) [FE_TONEAREST]: Return 0 for
24741 argument FE_TONEAREST.
24742 * math/feupdateenv.c (__feupdateenv): Return 0.
24743 * math/fgetexcptflg.c (__fegetexceptflag): Return 0.
24744
24745 2013-06-18 Roland McGrath <roland@hack.frob.com>
24746
24747 * elf/rtld-Rules (rtld-compile-command.S): New variable.
24748 (rtld-compile-command.s, rtld-compile-command.c): New variables.
24749 ($(objpfx)rtld-%.os rules): Use them.
24750
24751 2013-06-17 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
24752
24753 * nptl/sysdeps/powerpc/tls.h (tcbhead_t): Add Event-Based Branch
24754 fields.
24755
24756 2013-06-17 Roland McGrath <roland@hack.frob.com>
24757
24758 * scripts/sysd-rules.awk: Sort sysd_rules_patterns by descending
24759 length of target pattern, then descending length of dependency pattern.
24760 * configure.in (AWK): Require gawk 3.1.2 or newer.
24761 * manual/install.texi (Tools for Compilation): Say that we do.
24762 * configure: Regenerated.
24763
24764 * Makerules [inhibit-sysdep-asm] (check-inhibit-asm): Variable removed.
24765 ($(common-objpfx)sysd-rules): Replace shell logic with running ...
24766 * scripts/sysd-rules.awk: ... this new script.
24767 * sysdeps/mach/hurd/Makefile (inhibit-sysdep-asm): Use a regexp rather
24768 than a glob-style pattern.
24769
24770 2013-06-17 Joseph Myers <joseph@codesourcery.com>
24771
24772 * math/test-misc.c (main): Do not treat incorrectly rounded
24773 conversions as failure unless ROUNDING_TESTS passes.
24774
24775 2013-06-15 Joseph Myers <joseph@codesourcery.com>
24776
24777 [BZ #15631]
24778 * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Save and
24779 restore exception state around main square root computation, then
24780 check for inexactness explicitly.
24781
24782 * math/libm-test.inc (fma_test_data): Add another test.
24783
24784 2013-06-15 Siddhesh Poyarekar <siddhesh@redhat.com>
24785
24786 * manual/threads.texi (Non-POSIX Extensions): New document
24787 node. Document pthread_getattr_default_np and
24788 pthread_setattr_default_np.
24789
24790 * Versions.def (libpthread): Add GLIBC_2.18.
24791 * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Update.
24792 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
24793 Likewise.
24794 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
24795 Likewise.
24796 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
24797 Likewise.
24798 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
24799 Likewise.
24800 * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist:
24801 Likewise.
24802 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
24803 Likewise.
24804 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
24805 Likewise.
24806 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
24807 Likewise.
24808 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
24809 Likewise.
24810
24811 2013-06-14 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
24812
24813 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
24814 Set bit_Fast_Unaligned_Load for Intel Silvermont architecture.
24815
24816 2013-06-14 Siddhesh Poyarekar <siddhesh@redhat.com>
24817 H.J. Lu <hjl.tools@gmail.com>
24818
24819 [BZ #15627]
24820 * sysdeps/x86_64/rtld-memset.c: Remove file.
24821 * sysdeps/x86_64/rtld-memset.S: New file.
24822
24823 2013-06-14 Joseph Myers <joseph@codesourcery.com>
24824
24825 * stdlib/tst-strtod-round.c: Include <math-tests.h>.
24826 (test_in_one_mode): Take arguments for whether the rounding mode
24827 is supported for each floating-point type.
24828 (do_test): Pass new arguments to test_in_one_mode using
24829 ROUNDING_TESTS.
24830
24831 2013-06-13 Roland McGrath <roland@hack.frob.com>
24832
24833 * posix/tst-waitid.c (do_test): Distinguish different instances of
24834 stopped/continued in CHECK_SIGCHLD uses. Insert a delay between
24835 sending SIGSTOP and calling waitpid to ensure SIGCHLD gets delivered
24836 before entering the kernel for waitpid.
24837
24838 2013-06-13 Siddhesh Poyarekar <siddhesh@redhat.com>
24839
24840 * NEWS: Fix note on clock function precision. Text by Roland
24841 McGrath.
24842
24843 2013-06-13 Roland McGrath <roland@hack.frob.com>
24844
24845 * elf/Makefile ($(objpfx)ld.so): Link into a temporary file and move
24846 it into place only when and if the sanity check passes.
24847
24848 2013-06-13 Joseph Myers <joseph@codesourcery.com>
24849
24850 * stdlib/gen-tst-strtod-round.c (round_str): Always generate
24851 output for whether conversion result is exact. Take argument
24852 indicating whether type is IBM long double.
24853 (round_for_all): Change need_exact field to ibm_ld.
24854 * stdlib/tst-strtod-round.c (struct exactness): New type.
24855 (struct test): Change bool ld_ok field to struct exactness exact.
24856 (TEST): Update all definitions for change to field.
24857 (tests): Regenerate array contents.
24858 (test_in_one_mode): Take pointer to new field instead of old ld_ok
24859 field value. Check for IBM long double here.
24860 (do_test): Update calls to test_in_one_mode.
24861
24862 2013-06-13 Siddhesh Poyarekar <siddhesh@redhat.com>
24863
24864 [BZ #12515]
24865 * sysdeps/unix/sysv/linux/clock.c (clock): Use result from
24866 CLOCK_PROCESS_CPUTIME_ID clock instead of __times.
24867
24868 2013-06-12 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
24869
24870 [BZ #15605]
24871 * sysdeps/generic/symbol-hacks.h: Add workaround for memset/memmove calls
24872 generated by the compiler on loop optimizations.
24873 * sysdeps/wordsize-32/symbol-hacks.h: Include next symbol-hacks.h for
24874 general definitions.
24875
24876 2013-06-12 Joseph Myers <joseph@codesourcery.com>
24877
24878 * math/bug-nextafter.c: Include <math-tests.h>.
24879 (main): Only test for exceptions if EXCEPTION_TESTS is true for
24880 the relevant type.
24881 * math/bug-nexttoward.c: Include <math-tests.h>.
24882 (main): Only test for exceptions if EXCEPTION_TESTS is true for
24883 the relevant type.
24884 * math/test-misc.c: Include <math-tests.h>.
24885 (main): Only test for exceptions if EXCEPTION_TESTS is true for
24886 the relevant type.
24887
24888 2013-06-12 Andreas Jaeger <aj@suse.de>
24889
24890 * po/ia.po: Update Interlingua translation from translation
24891 project.
24892
24893 2013-06-12 Siddhesh Poyarekar <siddhesh@redhat.com>
24894
24895 * include/fenv.h: Include stdbool.h.
24896 (struct rm_ctx): New structure.
24897 * sysdeps/generic/math_private.h (SET_RESTORE_ROUND_GENERIC):
24898 Define macro.
24899 (SET_RESTORE_ROUND): Define using SET_RESTORE_ROUND_GENERIC.
24900 (SET_RESTORE_ROUNDF): Likewise.
24901 (SET_RESTORE_ROUNDL): Likewise.
24902 (SET_RESTORE_ROUND_NOEX): Likewise.
24903 (SET_RESTORE_ROUND_NOEXF): Likewise.
24904 (SET_RESTORE_ROUND_NOEXL): Likewise.
24905 (SET_RESTORE_ROUND_53BIT): Likewise.
24906 [HAVE_RM_CTX] (libc_feresetround_noex_ctx): Define macro.
24907 (libc_feresetround_noexf_ctx): Likewise.
24908 (libc_feresetround_noexl_ctx): Likewise.
24909 (libc_feholdsetround_53bit_ctx): Likewise.
24910 (libc_feresetround_53bit_ctx): Likewise.
24911 * sysdeps/i386/fpu/fenv_private.h (HAVE_RM_CTX): Define macro.
24912 (libc_feholdexcept_setround_sse_ctx): New function.
24913 (libc_fesetenv_sse_ctx): Likewise.
24914 (libc_feupdateenv_sse_ctx): Likewise.
24915 (libc_feholdexcept_setround_387_prec_ctx): Likewise.
24916 (libc_feholdexcept_setround_387_ctx): Likewise.
24917 (libc_feholdexcept_setround_387_53bit_ctx): Likewise.
24918 (libc_feholdsetround_387_prec_ctx): Likewise.
24919 (libc_feholdsetround_387_ctx): Likewise.
24920 (libc_feholdsetround_387_53bit_ctx): Likewise.
24921 (libc_feholdsetround_sse_ctx): Likewise.
24922 (libc_feresetround_sse_ctx): Likewise.
24923 (libc_feresetround_387_ctx): Likewise.
24924 (libc_feupdateenv_387_ctx): Likewise.
24925 (libc_feholdexcept_setroundf_ctx): Define macro.
24926 (libc_fesetenvf_ctx): Likewise.
24927 (libc_feupdateenvf_ctx): Likewise.
24928 (libc_feholdsetroundf_ctx): Likewise.
24929 (libc_feresetroundf_ctx): Likewise.
24930 (libc_feholdexcept_setround_ctx): Likewise.
24931 (libc_fesetenv_ctx): Likewise.
24932 (libc_feupdateenv_ctx): Likewise.
24933 (libc_feholdsetround_ctx): Likewise.
24934 (libc_feresetround_ctx): Likewise.
24935 (libc_feholdexcept_setroundl_ctx): Likewise.
24936 (libc_feupdateenvl_ctx): Likewise.
24937 (libc_feholdsetroundl_ctx): Likewise.
24938 (libc_feresetroundl_ctx): Likewise.
24939 [!__SSE2_MATH__] (libc_feholdsetround_53bit_ctx): Likewise.
24940 (libc_feresetround_53bit_ctx): Likewise.
24941
24942 2013-06-11 Siddhesh Poyarekar <siddhesh@redhat.com>
24943
24944 * locale/iso-639.def: Convert to UTF-8.
24945
24946 2013-06-11 Joseph Myers <joseph@codesourcery.com>
24947
24948 * sysdeps/generic/math-tests.h (EXCEPTION_TESTS_float): New macro.
24949 (EXCEPTION_TESTS_double): Likewise.
24950 (EXCEPTION_TESTS_long_double): Likewise.
24951 (EXCEPTION_TESTS): Likewise.
24952 * math/libm-test.inc (test_exceptions): Only test exceptions if
24953 EXCEPTION_TESTS (FLOAT).
24954
24955 2013-06-11 Siddhesh Poyarekar <siddhesh@redhat.com>
24956
24957 * benchtests/Makefile (string-bench): Add strcpy_chk and
24958 stpcpy_chk.
24959 * benchtests/bench-stpcpy_chk-ifunc.c: New file.
24960 * benchtests/bench-stpcpy_chk.c: New file.
24961 * benchtests/bench-strcpy_chk-ifunc.c: New file.
24962 * benchtests/bench-strcpy_chk.c: New file.
24963 * debug/test-strcpy_chk.c (do_one_test): Remove HP_TIMING
24964 code.
24965 (do_test): Likewise.
24966
24967 2013-06-11 Ryan S. Arnold <rsa@linux.vnet.ibm.com>
24968
24969 * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add ppc405,
24970 ppc440, ppc464, and ppc476, merging from ports/ dl-procinfo.c.
24971 * sysdeps/powerpc/dl-procinfo.h: Fix whitespace by correcting spaces
24972 with tabs where appropriate.
24973 [PPC_PLATFORM_PPC405]: Define new platform merging from ports/
24974 dl-procinfo.h.
24975 [PPC_PLATFORM_PPC440]: Likewise.
24976 [PPC_PLATFORM_PPC464]: Likewise.
24977 [PPC_PLATFORM_PPC476]: Likewise.
24978 (_dl_string_platform): Add support for detecting ppc405, ppc440,
24979 ppc464, and ppc476 platform strings merging from ports/
24980 dl-procinfo.h.
24981
24982 2013-06-11 Andreas Schwab <schwab@suse.de>
24983
24984 [BZ #14991]
24985 * iconvdata/big5hkscs.c (big5hkscs_to_ucs, from_ucs4)
24986 (from_ucs4_idx): Regenerate.
24987 (MIN_NEEDED_FROM, MAX_NEEDED_FROM, MIN_NEEDED_TO): Remove macros.
24988 (FROM_LOOP_MIN_NEEDED_FROM, FROM_LOOP_MAX_NEEDED_FROM)
24989 (FROM_LOOP_MIN_NEEDED_TO, FROM_LOOP_MAX_NEEDED_TO)
24990 (TO_LOOP_MIN_NEEDED_FROM, TO_LOOP_MAX_NEEDED_FROM)
24991 (TO_LOOP_MIN_NEEDED_TO, TO_LOOP_MAX_NEEDED_TO, PREPARE_LOOP)
24992 (EXTRA_LOOP_ARGS, SAVE_RESET_STATE, EMIT_SHIFT_TO_INIT)
24993 (EXTRA_LOOP_DECLS, MAX_NEEDED_OUTPUT): New macros.
24994 (MIN_NEEDED_INPUT, MAX_NEEDED_INPUT, MIN_NEEDED_OUTPUT): Define
24995 from FROM_LOOP and TO_LOOP specific macros.
24996 (BODY): Handle combining characters.
24997 * iconvdata/BIG5HKSCS.irreversible: Update.
24998 * iconvdata/BIG5HKSCS.precomposed: New file.
24999 * iconvdata/testdata/BIG5HKSCS: Regenerate to cover all assigned
25000 characters.
25001 * iconvdata/testdata/BIG5HKSCS..UTF8: Update.
25002
25003 2013-06-11 Siddhesh Poyarekar <siddhesh@redhat.com>
25004
25005 * include/sys/time.h: Fix indentation and add copyright header.
25006
25007 * string/test-memccpy.c (do_one_test): Remove HP_TIMING code.
25008 (do_test): Likewise.
25009 * string/test-memchr.c (do_one_test): Likewise.
25010 (do_test): Likewise.
25011 * string/test-memcmp.c (do_one_test): Likewise.
25012 (do_test): Likewise.
25013 * string/test-memcpy.c (do_one_test): Likewise.
25014 (do_test): Likewise.
25015 * string/test-memmem.c (do_one_test): Likewise.
25016 (do_test): Likewise.
25017 (do_random_tests): Likewise.
25018 * string/test-memmove.c (do_one_test): Likewise.
25019 (do_test): Likewise.
25020 * string/test-memset.c (do_one_test): Likewise.
25021 (do_test): Likewise.
25022 * string/test-rawmemchr.c (do_one_test): Likewise.
25023 (do_test): Likewise.
25024 * string/test-strcasecmp.c (do_one_test): Likewise.
25025 (do_test): Likewise.
25026 * string/test-strcasestr.c (do_one_test): Likewise.
25027 (do_test): Likewise.
25028 * string/test-strcat.c (do_one_test): Likewise.
25029 (do_test): Likewise.
25030 * string/test-strchr.c (do_one_test): Likewise.
25031 (do_test): Likewise.
25032 * string/test-strcmp.c (do_one_test): Likewise.
25033 (do_test): Likewise.
25034 * string/test-strcpy.c (do_one_test): Likewise.
25035 (do_test): Likewise.
25036 * string/test-string.h: Likewise.
25037 (test_init): Likewise.
25038 * string/test-strlen.c (do_one_test): Likewise.
25039 (do_test): Likewise.
25040 * string/test-strncasecmp.c (do_one_test): Likewise.
25041 (do_test): Likewise.
25042 * string/test-strncat.c (do_one_test): Likewise.
25043 (do_test): Likewise.
25044 * string/test-strncmp.c (do_one_test): Likewise.
25045 (do_test_limit): Likewise.
25046 (do_test): Likewise.
25047 * string/test-strncpy.c (do_one_test): Likewise.
25048 (do_test): Likewise.
25049 * string/test-strnlen.c (do_one_test): Likewise.
25050 (do_test): Likewise.
25051 * string/test-strpbrk.c (do_one_test): Likewise.
25052 (do_test): Likewise.
25053 * string/test-strrchr.c (do_one_test): Likewise.
25054 (do_test): Likewise.
25055 * string/test-strspn.c (do_one_test): Likewise.
25056 (do_test): Likewise.
25057 * string/test-strstr.c (do_one_test): Likewise.
25058 (do_test): Likewise.
25059
25060 * benchtests/Makefile (string-bench): Add string benchmarks.
25061 * benchtests/bench-bcopy-ifunc.c: New file.
25062 * benchtests/bench-bcopy.c: New file.
25063 * benchtests/bench-bzero-ifunc.c: New file.
25064 * benchtests/bench-bzero.c: New file.
25065 * benchtests/bench-memccpy-ifunc.c: New file.
25066 * benchtests/bench-memccpy.c: New file.
25067 * benchtests/bench-memchr-ifunc.c: New file.
25068 * benchtests/bench-memchr.c: New file.
25069 * benchtests/bench-memcmp-ifunc.c: New file.
25070 * benchtests/bench-memcmp.c: New file.
25071 * benchtests/bench-memmem-ifunc.c: New file.
25072 * benchtests/bench-memmem.c: New file.
25073 * benchtests/bench-memmove-ifunc.c: New file.
25074 * benchtests/bench-memmove.c: New file.
25075 * benchtests/bench-mempcpy-ifunc.c: New file.
25076 * benchtests/bench-mempcpy.c: New file.
25077 * benchtests/bench-memset-ifunc.c: New file.
25078 * benchtests/bench-memset.c: New file.
25079 * benchtests/bench-rawmemchr-ifunc.c: New file.
25080 * benchtests/bench-rawmemchr.c: New file.
25081 * benchtests/bench-stpcpy-ifunc.c: New file.
25082 * benchtests/bench-stpcpy.c: New file.
25083 * benchtests/bench-stpncpy-ifunc.c: New file.
25084 * benchtests/bench-stpncpy.c: New file.
25085 * benchtests/bench-strcasecmp-ifunc.c: New file.
25086 * benchtests/bench-strcasecmp.c: New file.
25087 * benchtests/bench-strcasestr-ifunc.c: New file.
25088 * benchtests/bench-strcasestr.c: New file.
25089 * benchtests/bench-strcat-ifunc.c: New file.
25090 * benchtests/bench-strcat.c: New file.
25091 * benchtests/bench-strchr-ifunc.c: New file.
25092 * benchtests/bench-strchr.c: New file.
25093 * benchtests/bench-strchrnul-ifunc.c: New file.
25094 * benchtests/bench-strchrnul.c: New file.
25095 * benchtests/bench-strcmp-ifunc.c: New file.
25096 * benchtests/bench-strcmp.c: New file.
25097 * benchtests/bench-strcpy-ifunc.c: New file.
25098 * benchtests/bench-strcpy.c: New file.
25099 * benchtests/bench-strcspn-ifunc.c: New file.
25100 * benchtests/bench-strcspn.c: New file.
25101 * benchtests/bench-strlen-ifunc.c: New file.
25102 * benchtests/bench-strlen.c: New file.
25103 * benchtests/bench-strncasecmp-ifunc.c: New file.
25104 * benchtests/bench-strncasecmp.c: New file.
25105 * benchtests/bench-strncat-ifunc.c: New file.
25106 * benchtests/bench-strncat.c: New file.
25107 * benchtests/bench-strncmp-ifunc.c: New file.
25108 * benchtests/bench-strncmp.c: New file.
25109 * benchtests/bench-strncpy-ifunc.c: New file.
25110 * benchtests/bench-strncpy.c: New file.
25111 * benchtests/bench-strnlen-ifunc.c: New file.
25112 * benchtests/bench-strnlen.c: New file.
25113 * benchtests/bench-strpbrk-ifunc.c: New file.
25114 * benchtests/bench-strpbrk.c: New file.
25115 * benchtests/bench-strrchr-ifunc.c: New file.
25116 * benchtests/bench-strrchr.c: New file.
25117 * benchtests/bench-strspn-ifunc.c: New file.
25118 * benchtests/bench-strspn.c: New file.
25119 * benchtests/bench-strstr-ifunc.c: New file.
25120 * benchtests/bench-strstr.c: New file.
25121
25122 * benchtests/Makefile: Disable parallel execution of targets.
25123 (string-bench): Add memcpy.
25124 (benchset): New variable to store a list of benchmark sets.
25125 (bench-func): Renamed from bench.
25126 (bench-set): New target.
25127 (bench): Depend on bench-func and bench-set.
25128 * benchtests/README: Add section on benchmark sets.
25129 * benchtests/bench-memcpy-ifunc.c: New file.
25130 * benchtests/bench-memcpy.c: New file.
25131 * benchtests/bench-string.h: New file.
25132
25133 2013-06-11 Andreas Schwab <schwab@suse.de>
25134
25135 [BZ #15577]
25136 * nscd/connections.c (nscd_run_worker): Always zero-terminate key.
25137 * nscd/netgroupcache.c (addgetnetgrentX): Properly handle absent
25138 values in the triple.
25139 * nscd/nscd_netgroup.c (__nscd_setnetgrent): Include zero
25140 terminator in the group key.
25141
25142 2013-06-11 Andreas Jaeger <aj@suse.de>
25143
25144 * po/zh_TW.po: Update Chinese (traditional) translation from
25145 translation project.
25146
25147 2013-06-11 Siddhesh Poyarekar <siddhesh@redhat.com>
25148
25149 * include/time.h (__clock_gettime): Add libc_hidden_proto.
25150 * rt/clock_getcpuclockid.c (clock_getcpuclockid): Rename to
25151 __clock_getcpuclockid. Add weak_alias and libc_hidden_def.
25152 * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
25153 (clock_getcpuclockid): Likewise.
25154 * rt/clock_getres.c (clock_getres): Rename to __clock_getres.
25155 Add weak_alias and libc_hidden_def.
25156 * sysdeps/posix/clock_getres.c (clock_getres): Likewise.
25157 * rt/clock_gettime.c (clock_gettime): Rename to
25158 __clock_gettime. Add weak_alias and libc_hidden_def.
25159 * sysdeps/unix/clock_gettime.c (clock_gettime): Likewise.
25160 * rt/clock_nanosleep.c (clock_nanosleep): Rename to
25161 __clock_nanosleep. Add weak_alias and libc_hidden_def.
25162 * sysdeps/unix/clock_nanosleep.c (clock_nanosleep): Likewise.
25163 * sysdeps/unix/sysv/linux/clock_nanosleep.c (clock_nanosleep):
25164 Likewise.
25165 * rt/clock_settime.c (clock_settime): Rename to
25166 __clock_settime. Add weak_alias and libc_hidden_def.
25167 * sysdeps/unix/clock_settime.c (clock_settime): Likewise.
25168
25169 2013-06-10 Joseph Myers <joseph@codesourcery.com>
25170
25171 * mach/err_boot.sub: Remove trailing whitespace.
25172 * mach/err_ipc.sub: Likewise.
25173 * mach/err_mach.sub: Likewise.
25174
25175 * sysdeps/generic/math-tests.h (ROUNDING_TESTS_float): New macro.
25176 (ROUNDING_TESTS_double): Likewise.
25177 (ROUNDING_TESTS_long_double): Likewise.
25178 (ROUNDING_TESTS): Likewise.
25179 * math/libm-test.inc: Include <math-tests.h>.
25180 (IF_ROUND_INIT_FE_DOWNWARD): Use ROUNDING_TESTS.
25181 (IF_ROUND_INIT_FE_TONEAREST): Likewise.
25182 (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
25183 (IF_ROUND_INIT_FE_UPWARD): Likewise.
25184
25185 2013-06-10 Siddhesh Poyarekar <siddhesh@redhat.com>
25186
25187 * benchtests/Makefile (CPPFLAGS-nonlib): Append values instead
25188 of assigning.
25189
25190 2013-06-08 Joseph Myers <joseph@codesourcery.com>
25191
25192 * sysdeps/gnu/errlist.awk: Do not generate space at end of
25193 otherwise empty TRANS lines.
25194 * sysdeps/gnu/errlist.c: Regenerated.
25195
25196 * catgets/gencat.c (error_print): Use (void) in function
25197 definition.
25198 * crypt/crypt_util.c (__init_des): Likewise.
25199 * crypt/speeds.c (Stop): Likewise.
25200 (main): Likewise.
25201 * hurd/hurdmalloc.c (print_malloc_free_list): Likewise.
25202 * inet/ruserpass.c (token): Likewise.
25203 * intl/finddomain.c (_nl_finddomain_subfreeres): Likewise.
25204 * intl/localealias.c (extend_alias_table): Likewise.
25205 * intl/plural-exp.c (init_germanic_plural): Likewise.
25206 * libio/fcloseall.c (__fcloseall): Likewise.
25207 * libio/genops.c (_IO_flush_all): Likewise.
25208 (_IO_flush_all_linebuffered): Likewise.
25209 (_IO_cleanup): Likewise.
25210 (_IO_iter_begin): Likewise.
25211 (_IO_iter_end): Likewise.
25212 (_IO_list_lock): Likewise.
25213 (_IO_list_unlock): Likewise.
25214 (_IO_list_resetlock): Likewise.
25215 * libio/getchar.c (getchar): Likewise.
25216 * libio/getchar_u.c (getchar_unlocked): Likewise.
25217 * libio/getwchar.c (getwchar): Likewise.
25218 * libio/getwchar_u.c (getwchar_unlocked): Likewise.
25219 * libio/oldstdfiles.c (_IO_check_libio): Likewise.
25220 * login/getpt.c (__getpt): Likewise.
25221 * login/tst-utmp.c (main): Likewise.
25222 * malloc/hooks.c (__malloc_check_init): Likewise.
25223 * malloc/malloc.c (__malloc_stats): Likewise.
25224 * malloc/mtrace.c (tr_break): Likewise.
25225 (mtrace): Likewise.
25226 (muntrace): Likewise.
25227 * misc/fstab.c (endfsent): Likewise.
25228 * misc/getclktck.c (__getclktck): Likewise.
25229 * misc/getdtsz.c (__getdtablesize): Likewise.
25230 * misc/gethostid.c (gethostid): Likewise.
25231 * misc/getpagesize.c (__getpagesize): Likewise.
25232 * misc/getsysstats.c (__get_nprocs_conf): Likewise.
25233 (__get_nprocs): Likewise.
25234 (__get_phys_pages): Likewise.
25235 (__get_avphys_pages): Likewise.
25236 * misc/getttyent.c (getttyent): Likewise.
25237 (setttyent): Likewise.
25238 (endttyent): Likewise.
25239 * misc/getusershell.c (getusershell): Likewise.
25240 (endusershell): Likewise.
25241 (setusershell): Likewise.
25242 (initshells): Likewise.
25243 * misc/hsearch.c (__hdestroy): Likewise.
25244 * misc/sync.c (sync): Likewise.
25245 * misc/syslog.c (closelog_internal): Likewise.
25246 (closelog): Likewise.
25247 * misc/ttyslot.c (ttyslot): Likewise.
25248 * misc/vhangup.c (vhangup): Likewise.
25249 * posix/fork.c (__fork): Likewise.
25250 * posix/getegid.c (__getegid): Likewise.
25251 * posix/geteuid.c (__geteuid): Likewise.
25252 * posix/getgid.c (__getgid): Likewise.
25253 * posix/getpid.c (__getpid): Likewise.
25254 * posix/getppid.c (__getppid): Likewise.
25255 * posix/getuid.c (__getuid): Likewise.
25256 * posix/pause.c (pause): Likewise.
25257 * posix/setpgrp.c (setpgrp): Likewise.
25258 * posix/setsid.c (__setsid): Likewise.
25259 * posix/test-vfork.c (noop): Likewise.
25260 * resolv/gethnamaddr.c (_endhtent): Likewise.
25261 (_gethtent): Likewise.
25262 (ht_endhostent): Likewise.
25263 (gethostent): Likewise.
25264 (dns_service): Likewise.
25265 * stdlib/drand48.c (drand48): Likewise.
25266 * stdlib/lrand48.c (lrand48): Likewise.
25267 * stdlib/mrand48.c (mrand48): Likewise.
25268 * stdlib/rand.c (rand): Likewise.
25269 * stdlib/random.c (__random): Likewise.
25270 * stdlib/setenv.c (clearenv): Likewise.
25271 * sunrpc/clnt_tcp.c (clnttcp_abort): Likewise.
25272 * sunrpc/clnt_unix.c (clntunix_abort): Likewise.
25273 * sysdeps/mach/getpagesize.c (__getpagesize): Likewise.
25274 * sysdeps/mach/getsysstats.c (__get_nprocs_conf): Likewise.
25275 (__get_nprocs): Likewise.
25276 (__get_phys_pages): Likewise.
25277 (__get_avphys_pages): Likewise.
25278 * sysdeps/mach/hurd/dl-sysdep.c (__getpid): Likewise.
25279 * sysdeps/mach/hurd/getclktck.c (__getclktck): Likewise.
25280 * sysdeps/mach/hurd/getdtsz.c (__getdtablesize): Likewise.
25281 * sysdeps/mach/hurd/getegid.c (__getegid): Likewise.
25282 * sysdeps/mach/hurd/geteuid.c (__geteuid): Likewise.
25283 * sysdeps/mach/hurd/getgid.c (__getgid): Likewise.
25284 * sysdeps/mach/hurd/gethostid.c (gethostid): Likewise.
25285 * sysdeps/mach/hurd/getlogin.c (getlogin): Likewise.
25286 * sysdeps/mach/hurd/getpid.c (__getpid): Likewise.
25287 * sysdeps/mach/hurd/getppid.c (__getppid): Likewise.
25288 * sysdeps/mach/hurd/getuid.c (__getuid): Likewise.
25289 * sysdeps/mach/hurd/sync.c (sync): Likewise.
25290 * sysdeps/posix/clock.c (clock): Likewise.
25291 * sysdeps/unix/bsd/setsid.c (__setsid): Likewise.
25292 * sysdeps/unix/getpagesize.c (__getpagesize): Likewise.
25293 * sysdeps/unix/sysv/linux/getclktck.c (__getclktck): Likewise.
25294 * sysdeps/unix/sysv/linux/gethostid.c (gethostid): Likewise.
25295 * sysdeps/unix/sysv/linux/getpagesize.c (__getpagesize): Likewise.
25296 * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Likewise.
25297 (__get_nprocs_conf): Likewise.
25298 (__get_phys_pages): Likewise.
25299 (__get_avphys_pages): Likewise.
25300 * time/clock.c (clock): Likewise.
25301 * time/tzset.c (__tzname_max): Likewise.
25302
25303 2013-06-07 Joseph Myers <joseph@codesourcery.com>
25304
25305 * bits/byteswap.h [__GNUC__ && !__GNUC_PREREQ (4, 3)]
25306 (__bswap_32): Do not use "register".
25307 * crypt/crypt.c (_ufc_doit_r): Likewise.
25308 * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
25309 * debug/wcscat_chk.c (__wcscat_chk): Likewise.
25310 * gmon/gmon.c (__monstartup): Likewise.
25311 * gmon/mcount.c (_MCOUNT_DECL(frompc, selfpc)): Likewise.
25312 * hurd/hurdmalloc.c (more_memory): Likewise.
25313 (malloc): Likewise.
25314 (free): Likewise.
25315 (realloc): Likewise.
25316 (malloc_fork_prepare): Likewise.
25317 (malloc_fork_parent): Likewise.
25318 (malloc_fork_child): Likewise.
25319 * include/rpc/auth_des.h (xdr_authdes_verf): Likewise.
25320 (_svcauth_des): Likewise.
25321 * inet/inet_lnaof.c (inet_lnaof): Likewise.
25322 * inet/inet_net.c (inet_network): Likewise.
25323 * inet/inet_netof.c (inet_netof): Likewise.
25324 * inet/rcmd.c (__validuser2_sa): Likewise.
25325 * io/fts.c (fts_open): Likewise.
25326 (fts_load): Likewise.
25327 (fts_close): Likewise.
25328 (fts_read): Likewise.
25329 (fts_children): Likewise.
25330 (fts_build): Likewise.
25331 (fts_stat): Likewise.
25332 (fts_sort): Likewise.
25333 (fts_alloc): Likewise.
25334 (fts_lfree): Likewise.
25335 * libio/fileops.c (_IO_new_file_xsputn): Likewise.
25336 (_IO_file_xsgetn): Likewise.
25337 (_IO_file_xsgetn_mmap): Likewise.
25338 * libio/iofopncook.c (_IO_cookie_read): Likewise.
25339 (_IO_cookie_write): Likewise.
25340 * libio/oldfileops.c (_IO_old_file_xsputn): Likewise.
25341 * libio/wfileops.c (_IO_wfile_xsputn): Likewise.
25342 * mach/msgserver.c (__mach_msg_server_timeout): Likewise.
25343 * malloc/obstack.c (_obstack_begin): Likewise.
25344 (_obstack_begin_1): Likewise.
25345 (_obstack_newchunk): Likewise.
25346 (_obstack_allocated_p): Likewise.
25347 (obstack_free): Likewise.
25348 (_obstack_memory_used): Likewise.
25349 * misc/getttyent.c (getttynam): Likewise.
25350 (getttyent): Likewise.
25351 (skip): Likewise.
25352 (value): Likewise.
25353 * misc/getusershell.c (initshells): Likewise.
25354 * misc/syslog.c (__vsyslog_chk): Likewise.
25355 * misc/ttyslot.c (ttyslot): Likewise.
25356 * nis/nis_hash.c (__nis_hash): Likewise.
25357 * posix/fnmatch_loop.c (FCT): Likewise.
25358 * posix/getconf.c (print_all): Likewise.
25359 (main): Likewise.
25360 * posix/getopt.c (exchange): Likewise.
25361 * posix/glob.c (globfree): Likewise.
25362 (prefix_array): Likewise.
25363 (__glob_pattern_type): Likewise.
25364 * resolv/arpa/nameser.h (NS_GET16): Likewise.
25365 (NS_GET32): Likewise.
25366 (NS_PUT16): Likewise.
25367 (NS_PUT32): Likewise.
25368 * resolv/gethnamaddr.c (getanswer): Likewise.
25369 (gethostbyname2): Likewise.
25370 (gethostbyaddr): Likewise.
25371 (_gethtent): Likewise.
25372 (_gethtbyname2): Likewise.
25373 (_gethtbyaddr): Likewise.
25374 * resolv/ns_print.c (dst_s_get_int16): Likewise.
25375 * resolv/nss_dns/dns-host.c (getanswer_r): Likewise.
25376 * resolv/res_init.c (__res_vinit): Likewise.
25377 (net_mask): Likewise.
25378 * resolv/res_mkquery.c (outchar): Likewise.
25379 (PRINT): Likewise.
25380 * stdio-common/printf_fp.c (outchar): Likewise.
25381 (PRINT): Likewise.
25382 * stdio-common/printf_fphex.c (outchar): Likewise.
25383 (PRINT): Likewise.
25384 * stdio-common/printf_size.c (outchar): Likewise.
25385 (PRINT): Likewise.
25386 * stdio-common/test_rdwr.c (main): Likewise.
25387 * stdio-common/tfformat.c (matches): Likewise.
25388 * stdio-common/vfprintf.c (outchar): Likewise.
25389 (printf_unknown): Likewise.
25390 (buffered_vfprintf): Likewise.
25391 * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
25392 * stdio-common/xbug.c (AppendToBuffer): Likewise.
25393 (ReadFile): Likewise.
25394 * stdlib/qsort.c (SWAP): Likewise.
25395 (_quicksort): Likewise.
25396 * stdlib/setenv.c (__add_to_environ): Likewise.
25397 * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
25398 * stdlib/strtol_l.c (__strtol_l): Likewise.
25399 * stdlib/tst-strtod.c (main): Likewise.
25400 * stdlib/tst-strtol.c (main): Likewise.
25401 * stdlib/tst-strtoll.c (main): Likewise.
25402 * string/bits/string2.h (__strcmp_cc): Likewise.
25403 (__strcmp_cg): Likewise.
25404 (__strcspn_c1): Likewise.
25405 (__strcspn_c2): Likewise.
25406 (__strcspn_c3): Likewise.
25407 (__strspn_c1): Likewise.
25408 (__strspn_c2): Likewise.
25409 (__strspn_c3): Likewise.
25410 (__strsep_1c): Likewise.
25411 (__strsep_2c): Likewise.
25412 (__strsep_3c): Likewise.
25413 * string/memccpy.c (__memccpy): Likewise.
25414 * string/stpcpy.c (__stpcpy): Likewise.
25415 * string/strcmp.c (strcmp): Likewise.
25416 * string/strrchr.c (strrchr): Likewise.
25417 * sysdeps/generic/sigset-cvt-mask.h (sigset_get_old_mask):
25418 Likewise.
25419 * sysdeps/mach/hurd/getcwd.c
25420 (_hurd_canonicalize_directory_name_internal): Likewise.
25421 * sysdeps/mach/i386/sysdep.h (SNARF_ARGS): Likewise.
25422 * sysdeps/powerpc/powerpc32/power6/wcschr.c (wcschr): Likewise.
25423 * sysdeps/powerpc/powerpc32/power6/wcsrchr.c (wcsrchr): Likewise.
25424 * sysdeps/x86/bits/byteswap-16.h [__GNUC__] (__bswap_16):
25425 Likewise, in both definitions.
25426 * sysdeps/x86/bits/byteswap.h (__bswap_32): Likewise, in multiple
25427 definitions.
25428 [__GNUC_PREREQ (2, 0) && !__GNUC_PREREQ (4, 3) && __WORDSIZE ==
25429 64] (__bswap_64): Likewise.
25430 * time/test_time.c (main): Likewise.
25431 * time/tzfile.c (__tzfile_read): Likewise.
25432 (__tzfile_compute): Likewise.
25433 * time/tzset.c (__tzset_parse_tz): Likewise.
25434 (tzset_internal): Likewise.
25435 (compute_change): Likewise.
25436 * wcsmbs/wcscat.c (__wcscat): Likewise.
25437 * wcsmbs/wcschr.c (wcschr): Likewise.
25438 * wcsmbs/wcschrnul.c (__wcschrnul): Likewise.
25439 * wcsmbs/wcscspn.c (wcscspn): Likewise.
25440 * wcsmbs/wcspbrk.c (wcspbrk): Likewise.
25441 * wcsmbs/wcsrchr.c (wcsrchr): Likewise.
25442 * wcsmbs/wcsspn.c (wcsspn): Likewise.
25443 * wcsmbs/wcsstr.c (wcsstr): Likewise.
25444 * wcsmbs/wmemchr.c (wmemchr): Likewise.
25445 * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
25446 * wcsmbs/wmemset.c (wmemset): Likewise.
25447
25448 2013-06-06 Joseph Myers <joseph@codesourcery.com>
25449
25450 * scripts/config.guess: Update to version 2013-05-16.
25451 * scripts/config.sub: Update to version 2013-04-24.
25452 * scripts/install-sh: Update to version 2011-11-20.07.
25453 * scripts/mkinstalldirs: Update to version 2009-04-28.21.
25454 * scripts/move-if-change: Update to version 2012-01-06 07:23.
25455
25456 2013-06-06 Ondřej Bílka <neleai@seznam.cz>
25457
25458 * debug/fgetws_u_chk.c: Fix leading whitespaces.
25459 * elf/sln.c: Likewise.
25460 * hurd/hurd/ioctl.h: Likewise.
25461 * hurd/hurdmalloc.c: Likewise.
25462 * hurd/xattr.c: Likewise.
25463 * include/shlib-compat.h: Likewise.
25464 * inet/ruserpass.c: Likewise.
25465 * libio/iofgets_u.c: Likewise.
25466 * libio/iofgetws_u.c: Likewise.
25467 * locale/programs/ld-identification.c: Likewise.
25468 * locale/programs/ld-time.c: Likewise.
25469 * mach/msg-destroy.c: Likewise.
25470 * nss/nss_files/files-netgrp.c: Likewise.
25471 * resolv/res_data.c: Likewise.
25472 * soft-fp/op-1.h: Likewise.
25473 * soft-fp/op-2.h: Likewise.
25474 * soft-fp/op-4.h: Likewise.
25475 * soft-fp/op-common.h: Likewise.
25476 * stdio-common/printf_fphex.c: Likewise.
25477 * stdlib/strtod_l.c: Likewise.
25478 * sunrpc/rpc/clnt.h: Likewise.
25479 * sysdeps/generic/framestate.c: Likewise.
25480 * sysdeps/i386/bsd-_setjmp.S: Likewise.
25481 * sysdeps/i386/bsd-setjmp.S: Likewise.
25482 * sysdeps/i386/__longjmp.S: Likewise.
25483 * sysdeps/i386/setjmp.S: Likewise.
25484 * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
25485 * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
25486 * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
25487 * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
25488 * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
25489 * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
25490 * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
25491 * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
25492 * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
25493 * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
25494 * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
25495 * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
25496 * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
25497 * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
25498 * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
25499 * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
25500 * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
25501 * sysdeps/ieee754/ldbl-96/ldbl2mpn.c: Likewise.
25502 * sysdeps/ieee754/support.c: Likewise.
25503 * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
25504 * sysdeps/powerpc/powerpc32/lshift.S: Likewise.
25505 * sysdeps/sparc/sparc32/__longjmp.S: Likewise.
25506 * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c: Likewise.
25507 * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c: Likewise.
25508 * sysdeps/sparc/sparc64/soft-fp/qp_feq.c: Likewise.
25509 * sysdeps/sparc/sparc64/soft-fp/qp_fge.c: Likewise.
25510 * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c: Likewise.
25511 * sysdeps/sparc/sparc64/soft-fp/qp_fle.c: Likewise.
25512 * sysdeps/sparc/sparc64/soft-fp/qp_flt.c: Likewise.
25513 * sysdeps/sparc/sparc64/soft-fp/qp_fne.c: Likewise.
25514 * sysdeps/sparc/sparc64/soft-fp/qp_mul.c: Likewise.
25515 * sysdeps/sparc/sparc64/soft-fp/qp_qtoi.c: Likewise.
25516 * sysdeps/sparc/sparc64/soft-fp/qp_qtoui.c: Likewise.
25517 * sysdeps/sparc/sparc64/soft-fp/qp_qtoux.c: Likewise.
25518 * sysdeps/sparc/sparc64/soft-fp/qp_qtox.c: Likewise.
25519 * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
25520 * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
25521
25522 2013-06-05 Ondřej Bílka <neleai@seznam.cz>
25523
25524 * posix/transbug.c: Remove executable mode.
25525
25526 2013-06-05 Joseph Myers <joseph@codesourcery.com>
25527
25528 * crypt/speeds.c: Remove trailing whitespace.
25529 * dlfcn/default.c: Likewise.
25530 * elf/ifuncdep2.c: Likewise.
25531 * elf/ifuncmain1.c: Likewise.
25532 * elf/ifuncmain1vis.c: Likewise.
25533 * elf/testobj.h: Likewise.
25534 * elf/tst-stackguard1.c: Likewise.
25535 * gmon/sys/gmon.h: Likewise.
25536 * hurd/hurdmsg.c: Likewise.
25537 * hurd/new-fd.c: Likewise.
25538 * hurd/ports-get.c: Likewise.
25539 * iconvdata/ibm1008_420.c: Likewise.
25540 * inet/tst-getni1.c: Likewise.
25541 * inet/tst-getni2.c: Likewise.
25542 * libio/ioungetc.c: Likewise.
25543 * libio/wfiledoalloc.c: Likewise.
25544 * manual/libm-err-tab.pl: Likewise.
25545 * math/w_dremf.c: Likewise.
25546 * misc/ftruncate.c: Likewise.
25547 * posix/bug-glob2.c: Likewise.
25548 * posix/tst-pcre.c: Likewise.
25549 * posix/wait4.c: Likewise.
25550 * resolv/README: Likewise.
25551 * resolv/res_debug.h: Likewise.
25552 * resolv/tst-inet_ntop.c: Likewise.
25553 * setjmp/bug269-setjmp.c: Likewise.
25554 * soft-fp/extended.h: Likewise.
25555 * soft-fp/op-1.h: Likewise.
25556 * soft-fp/op-2.h: Likewise.
25557 * soft-fp/op-4.h: Likewise.
25558 * soft-fp/op-8.h: Likewise.
25559 * soft-fp/testit.c: Likewise.
25560 * stdio-common/bug16.c: Likewise.
25561 * stdlib/random.c: Likewise.
25562 * sunrpc/rpcsvc/rquota.x: Likewise.
25563 * sysdeps/ieee754/dbl-64/powtwo.tbl: Likewise.
25564 * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
25565 * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
25566 * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
25567 * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
25568 * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
25569 * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
25570 * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
25571 * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
25572 * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
25573 * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
25574 * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
25575 * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
25576 * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
25577 * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
25578 * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
25579 * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
25580 * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
25581 * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
25582 * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
25583 * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
25584 * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
25585 * sysdeps/ieee754/ldbl-128/t_sincosl.c: Likewise.
25586 * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
25587 * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
25588 * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
25589 * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
25590 * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
25591 * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
25592 * sysdeps/ieee754/s_lib_version.c: Likewise.
25593 * sysdeps/mach/hurd/check_fds.c: Likewise.
25594 * sysdeps/mach/hurd/getsockname.c: Likewise.
25595 * sysdeps/mach/hurd/net/if_ppp.h: Likewise.
25596 * sysdeps/mach/hurd/recvfrom.c: Likewise.
25597 * sysdeps/powerpc/bits/link.h: Likewise.
25598 * sysdeps/powerpc/dl-procinfo.c: Likewise.
25599 * sysdeps/powerpc/fpu/feholdexcpt.c: Likewise.
25600 * sysdeps/powerpc/fpu/fenv_const.c: Likewise.
25601 * sysdeps/powerpc/fpu/fesetenv.c: Likewise.
25602 * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
25603 * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
25604 * sysdeps/powerpc/fpu/t_sqrt.c: Likewise.
25605 * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
25606 * sysdeps/powerpc/powerpc32/fpu/s_floor.S: Likewise.
25607 * sysdeps/powerpc/powerpc32/fpu/s_floorf.S: Likewise.
25608 * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
25609 * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
25610 * sysdeps/powerpc/powerpc32/fpu/s_round.S: Likewise.
25611 * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Likewise.
25612 * sysdeps/powerpc/powerpc32/fpu/s_trunc.S: Likewise.
25613 * sysdeps/powerpc/powerpc32/fpu/s_truncf.S: Likewise.
25614 * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
25615 * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
25616 * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
25617 * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
25618 * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
25619 * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Likewise.
25620 * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
25621 * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
25622 * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Likewise.
25623 * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
25624 * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
25625 * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
25626 * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
25627 * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
25628 * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
25629 * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
25630 * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
25631 * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
25632 * sysdeps/powerpc/powerpc32/power6x/fpu/s_lround.S: Likewise.
25633 * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
25634 * sysdeps/powerpc/powerpc64/fpu/s_floor.S: Likewise.
25635 * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
25636 * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
25637 * sysdeps/powerpc/powerpc64/fpu/s_llrint.S: Likewise.
25638 * sysdeps/powerpc/powerpc64/fpu/s_llrintf.S: Likewise.
25639 * sysdeps/powerpc/powerpc64/fpu/s_llround.S: Likewise.
25640 * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S: Likewise.
25641 * sysdeps/powerpc/powerpc64/fpu/s_round.S: Likewise.
25642 * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
25643 * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Likewise.
25644 * sysdeps/powerpc/powerpc64/fpu/s_trunc.S: Likewise.
25645 * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
25646 * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Likewise.
25647 * sysdeps/powerpc/powerpc64/hp-timing.c: Likewise.
25648 * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
25649 * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
25650 * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
25651 * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
25652 * sysdeps/powerpc/powerpc64/power5+/fpu/s_llround.S: Likewise.
25653 * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
25654 * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
25655 * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
25656 * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Likewise.
25657 * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
25658 * sysdeps/powerpc/powerpc64/power6x/fpu/s_llrint.S: Likewise.
25659 * sysdeps/powerpc/powerpc64/power6x/fpu/s_llround.S: Likewise.
25660 * sysdeps/powerpc/powerpc64/strlen.S: Likewise.
25661 * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
25662 * sysdeps/powerpc/sysdep.h: Likewise.
25663 * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
25664 * sysdeps/s390/s390-64/sub_n.S: Likewise.
25665 * sysdeps/sh/dl-trampoline.S: Likewise.
25666 * sysdeps/sh/memset.S: Likewise.
25667 * sysdeps/sh/sh4/fpu/fclrexcpt.c: Likewise.
25668 * sysdeps/sh/strlen.S: Likewise.
25669 * sysdeps/sparc/sparc32/dl-trampoline.S: Likewise.
25670 * sysdeps/sparc/sparc32/dotmul.S: Likewise.
25671 * sysdeps/sparc/sparc32/memcpy.S: Likewise.
25672 * sysdeps/sparc/sparc32/rem.S: Likewise.
25673 * sysdeps/sparc/sparc32/sdiv.S: Likewise.
25674 * sysdeps/sparc/sparc32/soft-fp/q_neg.c: Likewise.
25675 * sysdeps/sparc/sparc32/strchr.S: Likewise.
25676 * sysdeps/sparc/sparc32/udiv.S: Likewise.
25677 * sysdeps/sparc/sparc32/urem.S: Likewise.
25678 * sysdeps/sparc/sparc64/add_n.S: Likewise.
25679 * sysdeps/sparc/sparc64/memcpy.S: Likewise.
25680 * sysdeps/sparc/sparc64/rawmemchr.S: Likewise.
25681 * sysdeps/sparc/sparc64/soft-fp/s_frexpl.c: Likewise.
25682 * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h: Likewise.
25683 * sysdeps/sparc/sparc64/stpncpy.S: Likewise.
25684 * sysdeps/sparc/sparc64/strncmp.S: Likewise.
25685 * sysdeps/sparc/sparc64/strncpy.S: Likewise.
25686 * sysdeps/unix/bsd/times.c: Likewise.
25687 * sysdeps/unix/sysv/linux/a.out.h: Likewise.
25688 * sysdeps/unix/sysv/linux/net/if_ppp.h: Likewise.
25689 * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
25690 * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
25691 * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
25692 * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h: Likewise.
25693 * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
25694 * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Likewise.
25695 * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Likewise.
25696 * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Likewise.
25697 * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Likewise.
25698 * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
25699 * sysdeps/unix/sysv/linux/s390/s390-64/mmap.S: Likewise.
25700 * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
25701 * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
25702 * sysdeps/unix/sysv/linux/s390/s390-64/socket.S: Likewise.
25703 * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
25704 * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S: Likewise.
25705 * sysdeps/unix/sysv/linux/scsi/scsi_ioctl.h: Likewise.
25706 * sysdeps/unix/sysv/linux/sh/brk.c: Likewise.
25707 * sysdeps/unix/sysv/linux/sh/clone.S: Likewise.
25708 * sysdeps/unix/sysv/linux/sh/sh3/getcontext.S: Likewise.
25709 * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
25710 * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S: Likewise.
25711 * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S: Likewise.
25712 * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
25713 * sysdeps/unix/sysv/linux/sparc/a.out.h: Likewise.
25714 * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
25715 * sysdeps/unix/sysv/linux/sys/personality.h: Likewise.
25716 * sysdeps/x86_64/fpu/s_ceill.S: Likewise.
25717 * sysdeps/x86_64/fpu/s_llrintl.S: Likewise.
25718 * sysdeps/x86_64/strcspn.S: Likewise.
25719
25720 2013-06-05 Ryan S. Arnold <rsa@linux.vnet.ibm.com>
25721
25722 * locale/C-translit.h: Revert #include <stdint.h> because this is a
25723 generated file. Regenerate properly from gen-translit.pl.
25724 * locale/gen-translit.pl: Add #include <stdint.h>. This generates
25725 locale/C-translit.h.
25726
25727 2013-06-05 Andreas Schwab <schwab@suse.de>
25728
25729 [BZ #15100]
25730 * time/strptime_l.c (__strptime_internal): Count Sunday in a %W
25731 week as 6 instead of -1.
25732 * time/tst-strptime.c (day_tests): Add test case.
25733
25734 2013-06-05 Siddhesh Poyarekar <siddhesh@redhat.com>
25735
25736 * sysdeps/generic/math_private.h
25737 (libc_feholdexcept_setround_53bit): Replace with
25738 libc_feholdsetround_53bit.
25739 (libc_feupdateenv_53bit): Replace with
25740 libc_feresetround_53bit.
25741 (SET_RESTORE_ROUND_53BIT): Adjust.
25742
25743 2013-06-03 Siddhesh Poyarekar <siddhesh@redhat.com>
25744
25745 * string/test-strchrnul.c: Add copyright header.
25746
25747 * posix/tst-getaddrinfo4.c: Increase test timeout.
25748
25749 2013-06-03 Carlos O'Donell <carlos@redhat.com>
25750
25751 [BZ #15536]
25752 * math/libm-test.inc (MAX_EXP): Remove
25753 (MIN_EXP): Define.
25754 (ulp): Use MIN_EXP - MANT_DIG.
25755 (check_ulp): Verify subnormal ulps. Only allow a range of +/- 1 ulp.
25756
25757 2013-05-31 Carlos O'Donell <carlos@redhat.com>
25758
25759 * po/be.po: Revert last change.
25760 * po/zh_CN.po: Likewise.
25761 * po/header.pot: Likewise.
25762
25763 2013-05-31 Joseph Myers <joseph@codesourcery.com>
25764
25765 * Makefile ($(common-objpfx)linkobj/libc.so): Define
25766 link-libc-deps to empty as target-specific variable.
25767 * Makerules (link-libc-args): New variable.
25768 (libc-for-link): Likewise.
25769 (link-libc-deps): Likewise.
25770 (lib%.so): Depend on $(link-libc-deps). Link with
25771 $(link-libc-args).
25772 (build-module): Link with $(link-libc-args).
25773 (build-module-asneeded): Likewise.
25774 (build-module-helper-objlist): Filter out $(link-libc-deps) from
25775 list of objects.
25776 ($(common-objpfx)libc.so): Define link-libc-deps to empty as
25777 target-specific variable.
25778 ($(extra-modules-build:%=$(objpfx)%.so)): Depend on
25779 $(link-libc-deps) instead of libc.so and libc_nonshared.a.
25780 * crypt/Makefile ($(objpfx)libcrypt.so): Remove dependencies on
25781 libc.
25782 * debug/Makefile ($(objpfx)libSegFault.so): Remove dependencies on
25783 libc and ld.so.
25784 ($(objpfx)libpcprofile.so): Likewise.
25785 * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Remove ld.so and
25786 libc_nonshared.a.
25787 ($(objpfx)libdl.so): Remove dependencies on libc and ld.so.
25788 * hesiod/Makefile ($(objpfx)libnss_hesiod.so): Likewise.
25789 * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Depend on
25790 $(link-libc-deps).
25791 ($(objpfx)$(mod).so): Remove dependencies on libc and ld.so.
25792 * locale/Makefile ($(objpfx)libBrokenLocale.so): Likewise.
25793 * login/Makefile ($(objpfx)libutil.so): Likewise.
25794 * malloc/Makefile ($(objpfx)libmemusage.so): Likewise.
25795 * math/Makefile ($(objpfx)libm.so): Likewise.
25796 * nis/Makefile ($(services:%=$(objpfx)libnss_%.so)
25797 $(objpfx)libnsl.so): Define libc-for-link as target-specific
25798 variable instead of depending directly on libc.
25799 * nss/Makefile ($(services:%=$(objpfx)libnss_%.so)): Likewise.
25800 ($(objpfx)/libnss_test1.so): Change dependencies on libc to
25801 $(link-libc-deps).
25802 * resolv/Makefile ($(objpfx)libresolv.so): Remove dependencies on
25803 libc.
25804 [$(have-ssp) = yes] (LDLIBS-resolv.so): Remove variable.
25805 ($(objpfx)libnss_dns.so): Remove dependencies on libc.
25806 ($(objpfx)libanl.so): Likewise.
25807 * rt/Makefile ($(objpfx)librt.so): Remove dependencies on libc and
25808 ld.so.
25809 * stdlib/Makefile ($(objpfx)tst-putenvmod.so): Depend on
25810 $(link-libc-deps).
25811 * sysdeps/i386/fpu/Makefile: Remove file.
25812 * sysdeps/powerpc/fpu/Makefile [$(subdir) = math]
25813 ($(objpfx)libm.so): Remove dependency on ld.so.
25814
25815 2013-05-30 Patsy Franklin <pfrankli@redhat.com>
25816
25817 [BZ # 15553]
25818 * nis/yp_xdr.c (XDRMAXNAME): Define.
25819 (XDRMAXRECORD): Define.
25820 (xdr_domainname): Use XDRMAXNAME.
25821 (xdr_mapname): Likewise.
25822 (xdr_peername): Likewise.
25823 (xdr_keydat): Use XDRMAXRECORD.
25824 (xdr_valdat): Likewise.
25825
25826 2013-05-30 Jeff Law <law@redhat.com>
25827
25828 [BZ #14256]
25829 * manual/errno.texi (ESTALE): Update to account for more than
25830 just NFS file systems.
25831 * sysdeps/gnu/errlist.c: Regenerated.
25832
25833 2013-05-29 Siddhesh Poyarekar <siddhesh@redhat.com>
25834
25835 [BZ #15465]
25836 * elf/Makefile (tests): Add tst-null-argv.
25837 (modules-names): Add tst-null-argv-lib.
25838 ($(objpfx)tst-null-argv): Depend on tst-null-argv-lib.so.
25839 (tst-null-argv-ENV): Set environment for tst-null-argv.
25840 * sysdeps/generic/ldsodefs.h (DSO_FILENAME): New macro.
25841 (RTLD_PROGNAME): New macro.
25842 * elf/tst-null-argv.c: New test case.
25843 * elf/tst-null-argv-lib.c: Library for test case.
25844 * elf/dl-conflict.c (_dl_resolve_conflicts): Use DSO_FILENAME.
25845 * elf/dl-deps.c (_dl_map_object_deps): Likewise.
25846 * elf/dl-error.c (_dl_signal_error): Use RTLD_PROGNAME.
25847 * elf/dl-fini.c (_dl_fini): Use DSO_FILENAME.
25848 * elf/dl-init.c (call_init): Likewise.
25849 (_dl_init): Likewise.
25850 * elf/dl-load.c (print_search_path): Likewise.
25851 (_dl_map_object): Likewise.
25852 * elf/dl-lookup.c (do_lookup_x): Likewise.
25853 (add_dependency): Likewise.
25854 (_dl_lookup_symbol_x): Likewise.
25855 (_dl_debug_bindings): Likewise.
25856 * elf/dl-open.c (_dl_show_scope): Likewise.
25857 * elf/dl-reloc.c (_dl_relocate_object): Likewise.
25858 * elf/dl-version.c (match_symbol): Likewise.
25859 (_dl_check_map_versions): Likewise.
25860 * elf/rtld.c (dl_main): Likewise.
25861 (print_unresolved): Use RTLD_PROGNAME.
25862 (print_missing_version): Likewise.
25863 * sysdeps/i386/dl-machine.h (elf_machine_rel): Likewise.
25864 (elf_machine_rela): Likewise.
25865 * sysdeps/powerpc/powerpc32/dl-machine.c
25866 (__process_machine_rela): Likewise.
25867 * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
25868 Likewise.
25869 * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
25870 Likewise.
25871 * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
25872 Likewise.
25873 * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
25874 * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela):
25875 Likewise.
25876 * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela):
25877 Likewise.
25878 * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
25879
25880 2013-05-28 Carlos O'Donell <carlos@redhat.com>
25881
25882 * po/be.po: Add descriptive title.
25883 * po/zh_CN.po: Likewise.
25884 * po/header.pot: Likewise.
25885
25886 2013-05-28 Mike Frysinger <vapier@gentoo.org>
25887
25888 * locale/programs/locarchive.c (create_archive): Inlucde fname in
25889 error message.
25890 (enlarge_archive): Likewise.
25891
25892 2013-05-28 Ben North <ben@redfrontdoor.org>
25893
25894 * manual/arith.texi (frexp): It is the magnitude of the return
25895 value which lies in [0.5, 1), not the return value itself.
25896
25897 2013-05-28 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
25898
25899 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
25900
25901 2013-05-26 Thomas Schwinge <thomas@codesourcery.com>
25902
25903 * stdio-common/bug26.c (main): Correct fscanf template.
25904
25905 * sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start:go): Don't
25906 declare _dl_skip_args.
25907
25908 * sysdeps/mach/hurd/i386/init-first.c (_dl_non_dynamic_init):
25909 Don't declare.
25910
25911 * manual/platform.texi: Add missing @end deftypefun.
25912
25913 2013-05-24 Joseph Myers <joseph@codesourcery.com>
25914
25915 [BZ #15529]
25916 * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Set high
25917 bit of mantissa of 2^16382.
25918 * math/libm-test.inc (hypot_test_data): Add more tests.
25919
25920 * math/libm-test.inc: Add drem and pow10 to list of tested
25921 functions.
25922 (pow10_test): New function.
25923 (drem_test): Likewise.
25924 (drem_test_tonearest): Likewise.
25925 (drem_test_towardzero): Likewise.
25926 (drem_test_downward): Likewise.
25927 (drem_test_upward): Likewise.
25928 (main): Call the new functions.
25929
25930 * math/libm-test.inc (finite_test_data): Remove.
25931 (finite_test): Run tests from isfinite_test_data.
25932 (gamma_test_data): Remove.
25933 (gamma_test): Run tests from lgamma_test_data.
25934 * sysdeps/i386/fpu/libm-test-ulps: Update.
25935 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25936
25937 2013-05-24 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
25938
25939 * manual/platform.texi: Add PowerPC PPR function set documentation.
25940 * sysdeps/powerpc/sys/platform/ppc.h: Add PowerPC PPR set function
25941 implementation.
25942
25943 2013-05-24 Carlos O'Donell <carlos@redhat.com>
25944
25945 * math/libm-test.inc (MAX_EXP): Define.
25946 (ULPDIFF): Define.
25947 (ulp): New function.
25948 (check_float_internal): Use ULPDIFF.
25949 (cpow_test): Disable failing test.
25950 (check_ulp): Test ulp() implemetnation.
25951 (main): Call check_ulp before starting tests.
25952
25953 2013-05-24 Joseph Myers <joseph@codesourcery.com>
25954
25955 * math/gen-libm-test.pl (generate_testfile): Do not handle
25956 START_DATA and END_DATA.
25957 * math/libm-test.inc (acos_test_data): Do not use START_DATA and
25958 END_DATA.
25959 (acos_tonearest_test_data): Likewise.
25960 (acos_towardzero_test_data): Likewise.
25961 (acos_downward_test_data): Likewise.
25962 (acos_upward_test_data): Likewise.
25963 (acosh_test_data): Likewise.
25964 (asin_test_data): Likewise.
25965 (asin_tonearest_test_data): Likewise.
25966 (asin_towardzero_test_data): Likewise.
25967 (asin_downward_test_data): Likewise.
25968 (asin_upward_test_data): Likewise.
25969 (asinh_test_data): Likewise.
25970 (atan_test_data): Likewise.
25971 (atanh_test_data): Likewise.
25972 (atan2_test_data): Likewise.
25973 (cabs_test_data): Likewise.
25974 (cacos_test_data): Likewise.
25975 (cacosh_test_data): Likewise.
25976 (carg_test_data): Likewise.
25977 (casin_test_data): Likewise.
25978 (casinh_test_data): Likewise.
25979 (catan_test_data): Likewise.
25980 (catanh_test_data): Likewise.
25981 (cbrt_test_data): Likewise.
25982 (ccos_test_data): Likewise.
25983 (ccosh_test_data): Likewise.
25984 (ceil_test_data): Likewise.
25985 (cexp_test_data): Likewise.
25986 (cimag_test_data): Likewise.
25987 (clog_test_data): Likewise.
25988 (clog10_test_data): Likewise.
25989 (conj_test_data): Likewise.
25990 (copysign_test_data): Likewise.
25991 (cos_test_data): Likewise.
25992 (cos_tonearest_test_data): Likewise.
25993 (cos_towardzero_test_data): Likewise.
25994 (cos_downward_test_data): Likewise.
25995 (cos_upward_test_data): Likewise.
25996 (cosh_test_data): Likewise.
25997 (cosh_tonearest_test_data): Likewise.
25998 (cosh_towardzero_test_data): Likewise.
25999 (cosh_downward_test_data): Likewise.
26000 (cosh_upward_test_data): Likewise.
26001 (cpow_test_data): Likewise.
26002 (cproj_test_data): Likewise.
26003 (creal_test_data): Likewise.
26004 (csin_test_data): Likewise.
26005 (csinh_test_data): Likewise.
26006 (csqrt_test_data): Likewise.
26007 (ctan_test_data): Likewise.
26008 (ctan_tonearest_test_data): Likewise.
26009 (ctan_towardzero_test_data): Likewise.
26010 (ctan_downward_test_data): Likewise.
26011 (ctan_upward_test_data): Likewise.
26012 (ctanh_test_data): Likewise.
26013 (ctanh_tonearest_test_data): Likewise.
26014 (ctanh_towardzero_test_data): Likewise.
26015 (ctanh_downward_test_data): Likewise.
26016 (ctanh_upward_test_data): Likewise.
26017 (erf_test_data): Likewise.
26018 (erfc_test_data): Likewise.
26019 (exp_test_data): Likewise.
26020 (exp_tonearest_test_data): Likewise.
26021 (exp_towardzero_test_data): Likewise.
26022 (exp_downward_test_data): Likewise.
26023 (exp_upward_test_data): Likewise.
26024 (exp10_test_data): Likewise.
26025 (exp2_test_data): Likewise.
26026 (expm1_test_data): Likewise.
26027 (fabs_test_data): Likewise.
26028 (fdim_test_data): Likewise.
26029 (finite_test_data): Likewise.
26030 (floor_test_data): Likewise.
26031 (fma_test_data): Likewise.
26032 (fma_towardzero_test_data): Likewise.
26033 (fma_downward_test_data): Likewise.
26034 (fma_upward_test_data): Likewise.
26035 (fmax_test_data): Likewise.
26036 (fmin_test_data): Likewise.
26037 (fmod_test_data): Likewise.
26038 (fpclassify_test_data): Likewise.
26039 (frexp_test_data): Likewise.
26040 (gamma_test_data): Likewise.
26041 (hypot_test_data): Likewise.
26042 (ilogb_test_data): Likewise.
26043 (isfinite_test_data): Likewise.
26044 (isgreater_test_data): Likewise.
26045 (isgreaterequal_test_data): Likewise.
26046 (isinf_test_data): Likewise.
26047 (isless_test_data): Likewise.
26048 (islessequal_test_data): Likewise.
26049 (islessgreater_test_data): Likewise.
26050 (isnan_test_data): Likewise.
26051 (isnormal_test_data): Likewise.
26052 (issignaling_test_data): Likewise.
26053 (isunordered_test_data): Likewise.
26054 (j0_test_data): Likewise.
26055 (j1_test_data): Likewise.
26056 (jn_test_data): Likewise.
26057 (ldexp_test_data): Likewise.
26058 (lgamma_test_data): Likewise.
26059 (lrint_test_data): Likewise.
26060 (lrint_tonearest_test_data): Likewise.
26061 (lrint_towardzero_test_data): Likewise.
26062 (lrint_downward_test_data): Likewise.
26063 (lrint_upward_test_data): Likewise.
26064 (llrint_test_data): Likewise.
26065 (llrint_tonearest_test_data): Likewise.
26066 (llrint_towardzero_test_data): Likewise.
26067 (llrint_downward_test_data): Likewise.
26068 (llrint_upward_test_data): Likewise.
26069 (log_test_data): Likewise.
26070 (log10_test_data): Likewise.
26071 (log1p_test_data): Likewise.
26072 (log2_test_data): Likewise.
26073 (logb_test_data): Likewise.
26074 (logb_downward_test_data): Likewise.
26075 (lround_test_data): Likewise.
26076 (llround_test_data): Likewise.
26077 (modf_test_data): Likewise.
26078 (nearbyint_test_data): Likewise.
26079 (nextafter_test_data): Likewise.
26080 (nexttoward_test_data): Likewise.
26081 (pow_test_data): Likewise.
26082 (pow_tonearest_test_data): Likewise.
26083 (pow_towardzero_test_data): Likewise.
26084 (pow_downward_test_data): Likewise.
26085 (pow_upward_test_data): Likewise.
26086 (remainder_test_data): Likewise.
26087 (remainder_tonearest_test_data): Likewise.
26088 (remainder_towardzero_test_data): Likewise.
26089 (remainder_downward_test_data): Likewise.
26090 (remainder_upward_test_data): Likewise.
26091 (remquo_test_data): Likewise.
26092 (rint_test_data): Likewise.
26093 (rint_tonearest_test_data): Likewise.
26094 (rint_towardzero_test_data): Likewise.
26095 (rint_downward_test_data): Likewise.
26096 (rint_upward_test_data): Likewise.
26097 (round_test_data): Likewise.
26098 (scalb_test_data): Likewise.
26099 (scalbn_test_data): Likewise.
26100 (scalbln_test_data): Likewise.
26101 (signbit_test_data): Likewise.
26102 (sin_test_data): Likewise.
26103 (sin_tonearest_test_data): Likewise.
26104 (sin_towardzero_test_data): Likewise.
26105 (sin_downward_test_data): Likewise.
26106 (sin_upward_test_data): Likewise.
26107 (sincos_test_data): Likewise.
26108 (sinh_test_data): Likewise.
26109 (sinh_tonearest_test_data): Likewise.
26110 (sinh_towardzero_test_data): Likewise.
26111 (sinh_downward_test_data): Likewise.
26112 (sinh_upward_test_data): Likewise.
26113 (sqrt_test_data): Likewise.
26114 (tan_test_data): Likewise.
26115 (tan_tonearest_test_data): Likewise.
26116 (tan_towardzero_test_data): Likewise.
26117 (tan_downward_test_data): Likewise.
26118 (tan_upward_test_data): Likewise.
26119 (tanh_test_data): Likewise.
26120 (tgamma_test_data): Likewise.
26121 (trunc_test_data): Likewise.
26122 (y0_test_data): Likewise.
26123 (y1_test_data): Likewise.
26124 (yn_test_data): Likewise.
26125 (significand_test_data): Likewise.
26126
26127 * math/gen-libm-test.pl (@functions): Remove variable.
26128 (generate_testfile): Don't handle START and END lines.
26129 * math/libm-test.inc (START): New macro.
26130 (END): Likewise.
26131 (END_COMPLEX): Likewise.
26132 (acos_test): Use END macro without arguments.
26133 (acos_test_tonearest): Likewise.
26134 (acos_test_towardzero): Likewise.
26135 (acos_test_downward): Likewise.
26136 (acos_test_upward): Likewise.
26137 (acosh_test): Likewise.
26138 (asin_test): Likewise.
26139 (asin_test_tonearest): Likewise.
26140 (asin_test_towardzero): Likewise.
26141 (asin_test_downward): Likewise.
26142 (asin_test_upward): Likewise.
26143 (asinh_test): Likewise.
26144 (atan_test): Likewise.
26145 (atanh_test): Likewise.
26146 (atan2_test): Likewise.
26147 (cabs_test): Likewise.
26148 (cacos_test): Use END_COMPLEX macro without arguments.
26149 (cacosh_test): Likewise.
26150 (carg_test): Use END macro without arguments.
26151 (casin_test): Use END_COMPLEX macro without arguments.
26152 (casinh_test): Likewise.
26153 (catan_test): Likewise.
26154 (catanh_test): Likewise.
26155 (cbrt_test): Use END macro without arguments.
26156 (ccos_test): Use END_COMPLEX macro without arguments.
26157 (ccosh_test): Likewise.
26158 (ceil_test): Use END macro without arguments.
26159 (cexp_test): Use END_COMPLEX macro without arguments.
26160 (cimag_test): Use END macro without arguments.
26161 (clog_test): Use END_COMPLEX macro without arguments.
26162 (clog10_test): Likewise.
26163 (conj_test): Likewise.
26164 (copysign_test): Use END macro without arguments.
26165 (cos_test): Likewise.
26166 (cos_test_tonearest): Likewise.
26167 (cos_test_towardzero): Likewise.
26168 (cos_test_downward): Likewise.
26169 (cos_test_upward): Likewise.
26170 (cosh_test): Likewise.
26171 (cosh_test_tonearest): Likewise.
26172 (cosh_test_towardzero): Likewise.
26173 (cosh_test_downward): Likewise.
26174 (cosh_test_upward): Likewise.
26175 (cpow_test): Use END_COMPLEX macro without arguments.
26176 (cproj_test): Likewise.
26177 (creal_test): Use END macro without arguments.
26178 (csin_test): Use END_COMPLEX macro without arguments.
26179 (csinh_test): Likewise.
26180 (csqrt_test): Likewise.
26181 (ctan_test): Likewise.
26182 (ctan_test_tonearest): Likewise.
26183 (ctan_test_towardzero): Likewise.
26184 (ctan_test_downward): Likewise.
26185 (ctan_test_upward): Likewise.
26186 (ctanh_test): Likewise.
26187 (ctanh_test_tonearest): Likewise.
26188 (ctanh_test_towardzero): Likewise.
26189 (ctanh_test_downward): Likewise.
26190 (ctanh_test_upward): Likewise.
26191 (erf_test): Use END macro without arguments.
26192 (erfc_test): Likewise.
26193 (exp_test): Likewise.
26194 (exp_test_tonearest): Likewise.
26195 (exp_test_towardzero): Likewise.
26196 (exp_test_downward): Likewise.
26197 (exp_test_upward): Likewise.
26198 (exp10_test): Likewise.
26199 (exp2_test): Likewise.
26200 (expm1_test): Likewise.
26201 (fabs_test): Likewise.
26202 (fdim_test): Likewise.
26203 (finite_test): Likewise.
26204 (floor_test): Likewise.
26205 (fma_test): Likewise.
26206 (fma_test_towardzero): Likewise.
26207 (fma_test_downward): Likewise.
26208 (fma_test_upward): Likewise.
26209 (fmax_test): Likewise.
26210 (fmin_test): Likewise.
26211 (fmod_test): Likewise.
26212 (fpclassify_test): Likewise.
26213 (frexp_test): Likewise.
26214 (gamma_test): Likewise.
26215 (hypot_test): Likewise.
26216 (ilogb_test): Likewise.
26217 (isfinite_test): Likewise.
26218 (isgreater_test): Likewise.
26219 (isgreaterequal_test): Likewise.
26220 (isinf_test): Likewise.
26221 (isless_test): Likewise.
26222 (islessequal_test): Likewise.
26223 (islessgreater_test): Likewise.
26224 (isnan_test): Likewise.
26225 (isnormal_test): Likewise.
26226 (issignaling_test): Likewise.
26227 (isunordered_test): Likewise.
26228 (j0_test): Likewise.
26229 (j1_test): Likewise.
26230 (jn_test): Likewise.
26231 (ldexp_test): Likewise.
26232 (lgamma_test): Likewise.
26233 (lrint_test): Likewise.
26234 (lrint_test_tonearest): Likewise.
26235 (lrint_test_towardzero): Likewise.
26236 (lrint_test_downward): Likewise.
26237 (lrint_test_upward): Likewise.
26238 (llrint_test): Likewise.
26239 (llrint_test_tonearest): Likewise.
26240 (llrint_test_towardzero): Likewise.
26241 (llrint_test_downward): Likewise.
26242 (llrint_test_upward): Likewise.
26243 (log_test): Likewise.
26244 (log10_test): Likewise.
26245 (log1p_test): Likewise.
26246 (log2_test): Likewise.
26247 (logb_test): Likewise.
26248 (logb_test_downward): Likewise.
26249 (lround_test): Likewise.
26250 (llround_test): Likewise.
26251 (modf_test): Likewise.
26252 (nearbyint_test): Likewise.
26253 (nextafter_test): Likewise.
26254 (nexttoward_test): Likewise.
26255 (pow_test): Likewise.
26256 (pow_test_tonearest): Likewise.
26257 (pow_test_towardzero): Likewise.
26258 (pow_test_downward): Likewise.
26259 (pow_test_upward): Likewise.
26260 (remainder_test): Likewise.
26261 (remainder_test_tonearest): Likewise.
26262 (remainder_test_towardzero): Likewise.
26263 (remainder_test_downward): Likewise.
26264 (remainder_test_upward): Likewise.
26265 (remquo_test): Likewise.
26266 (rint_test): Likewise.
26267 (rint_test_tonearest): Likewise.
26268 (rint_test_towardzero): Likewise.
26269 (rint_test_downward): Likewise.
26270 (rint_test_upward): Likewise.
26271 (round_test): Likewise.
26272 (scalb_test): Likewise.
26273 (scalbn_test): Likewise.
26274 (scalbln_test): Likewise.
26275 (signbit_test): Likewise.
26276 (sin_test): Likewise.
26277 (sin_test_tonearest): Likewise.
26278 (sin_test_towardzero): Likewise.
26279 (sin_test_downward): Likewise.
26280 (sin_test_upward): Likewise.
26281 (sincos_test): Likewise.
26282 (sinh_test): Likewise.
26283 (sinh_test_tonearest): Likewise.
26284 (sinh_test_towardzero): Likewise.
26285 (sinh_test_downward): Likewise.
26286 (sinh_test_upward): Likewise.
26287 (sqrt_test): Likewise.
26288 (tan_test): Likewise.
26289 (tan_test_tonearest): Likewise.
26290 (tan_test_towardzero): Likewise.
26291 (tan_test_downward): Likewise.
26292 (tan_test_upward): Likewise.
26293 (tanh_test): Likewise.
26294 (tgamma_test): Likewise.
26295 (trunc_test): Likewise.
26296 (y0_test): Likewise.
26297 (y1_test): Likewise.
26298 (yn_test): Likewise.
26299 (significand_test): Likewise.
26300
26301 2013-05-24 Ondřej Bílka <neleai@seznam.cz>
26302
26303 [BZ #15381]
26304 * libio/genops.c (_IO_no_init): Initialize wide struct info.
26305
26306 2013-05-23 Edjunior Machado <emachado@linux.vnet.ibm.com>
26307
26308 [BZ #14894]
26309 * sysdeps/powerpc/sys/platform/ppc.h: Add __ppc_yield,
26310 __ppc_mdoio and __ppc_mdoom.
26311 * manual/platform.texi: Document new functions __ppc_yield,
26312 __ppc_mdoio and __ppc_mdoom.
26313
26314 2013-05-22 Carlos O'Donell <carlos@redhat.com>
26315
26316 * elf/ldconfig.c (is_hwcap_platform): Make comments full setences.
26317 (main): Mention "tls" pseudo-hwcap is legacy.
26318 * elf/dl-hwcaps.c (_dl_important_hwcaps): Correct rounding comment.
26319
26320 2013-05-22 Joseph Myers <joseph@codesourcery.com>
26321
26322 * math/gen-libm-test.pl (parse_args): Output only string of
26323 arguments as text for test name, not full call or descriptions of
26324 tests for extra outputs.
26325 (generate_testfile): Do not pass function name to parse_args.
26326 Generate this_func variable from START.
26327 * math/libm-test.inc (struct test_f_f_data): Rename test_name
26328 field to arg_str.
26329 (struct test_ff_f_data): Likewise.
26330 (test_ff_f_data_nexttoward): Likewise.
26331 (struct test_fi_f_data): Likewise.
26332 (struct test_fl_f_data): Likewise.
26333 (struct test_if_f_data): Likewise.
26334 (struct test_fff_f_data): Likewise.
26335 (struct test_c_f_data): Likewise.
26336 (struct test_f_f1_data): Likewise. Remove field extra_name.
26337 (struct test_fF_f1_data): Likewise.
26338 (struct test_ffI_f1_data): Likewise.
26339 (struct test_c_c_data): Rename test_name field to arg_str.
26340 (struct test_cc_c_data): Likewise.
26341 (struct test_f_i_data): Likewise.
26342 (struct test_ff_i_data): Likewise.
26343 (struct test_f_l_data): Likewise.
26344 (struct test_f_L_data): Likewise.
26345 (struct test_fFF_11_data): Likewise. Remove fields extra1_name
26346 and extra2_name.
26347 (COMMON_TEST_SETUP): New macro.
26348 (EXTRA_OUTPUT_TEST_SETUP): Likewise.
26349 (COMMON_TEST_CLEANUP): Likewise.
26350 (EXTRA_OUTPUT_TEST_CLEANUP): Likewise.
26351 (RUN_TEST_f_f): Take argument string. Call new setup and cleanup
26352 macros.
26353 (RUN_TEST_LOOP_f_f): Update call to RUN_TEST_f_f.
26354 (RUN_TEST_2_f): Take argument string. Call new setup and cleanup
26355 macros.
26356 (RUN_TEST_LOOP_2_f): Update call to RUN_TEST_2_f.
26357 (RUN_TEST_fff_f): Take argument string. Call new setup and
26358 cleanup macros.
26359 (RUN_TEST_LOOP_fff_f): Update call to RUN_TEST_fff_f.
26360 (RUN_TEST_c_f): Take argument string. Call new setup and cleanup
26361 macros.
26362 (RUN_TEST_LOOP_c_f): Update call to RUN_TEST_c_f.
26363 (RUN_TEST_f_f1): Take argument string. Call new setup and cleanup
26364 macros.
26365 (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
26366 (RUN_TEST_fF_f1): Take argument string. Call new setup and
26367 cleanup macros.
26368 (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
26369 (RUN_TEST_fI_f1): Take argument string. Call new setup and
26370 cleanup macros.
26371 (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
26372 (RUN_TEST_ffI_f1): Take argument string. Call new setup and
26373 cleanup macros.
26374 (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
26375 (RUN_TEST_c_c): Take argument string. Call new setup and cleanup
26376 macros.
26377 (RUN_TEST_LOOP_c_c): Update call to RUN_TEST_c_c.
26378 (RUN_TEST_cc_c): Take argument string. Call new setup and cleanup
26379 macros.
26380 (RUN_TEST_LOOP_cc_c): Update call to RUN_TEST_cc_c.
26381 (RUN_TEST_f_i): Take argument string. Call new setup and cleanup
26382 macros.
26383 (RUN_TEST_LOOP_f_i): Update call to RUN_TEST_f_i.
26384 (RUN_TEST_f_i_tg): Take argument string. Call new setup and
26385 cleanup macros.
26386 (RUN_TEST_LOOP_f_i_tg): Update call to RUN_TEST_f_i_tg.
26387 (RUN_TEST_ff_i_tg): Take argument string. Call new setup and
26388 cleanup macros.
26389 (RUN_TEST_LOOP_ff_i_tg): Update call to RUN_TEST_ff_i_tg.
26390 (RUN_TEST_f_b): Take argument string. Call new setup and cleanup
26391 macros.
26392 (RUN_TEST_LOOP_f_b): Update call to RUN_TEST_f_b.
26393 (RUN_TEST_f_b_tg): Take argument string. Call new setup and
26394 cleanup macros.
26395 (RUN_TEST_LOOP_f_b_tg): Update call to RUN_TEST_f_b_tg.
26396 (RUN_TEST_f_l): Take argument string. Call new setup and cleanup
26397 macros.
26398 (RUN_TEST_LOOP_f_l): Update call to RUN_TEST_f_l.
26399 (RUN_TEST_f_L): Take argument string. Call new setup and cleanup
26400 macros.
26401 (RUN_TEST_LOOP_f_L): Update call to RUN_TEST_f_L.
26402 (RUN_TEST_fFF_11): Take argument string. Call new setup and
26403 cleanup macros.
26404 (RUN_TEST_LOOP_fFF_11): Update call to RUN_TEST_fFF_11.
26405
26406 2013-05-22 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
26407
26408 * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add si_addr_lsb
26409 to _sifields.sigfault.
26410 (si_addr_lsb): Define new macro.
26411 (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
26412 * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
26413 * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: Likewise.
26414
26415 2013-05-03 Carlos O'Donell <carlos at redhat.com>
26416
26417 [BZ #15441]
26418 * intl/dcigettext.c (DCIGETTEXT): Skip translating if _nl_find_msg
26419 returns -1.
26420 (_nl_find_msg): Return -1 if recursive call returned -1. If newmem is
26421 null return -1.
26422 * intl/loadmsgcat.c (_nl_load_domain): If _nl_find_msg returns -1 abort
26423 loading the domain.
26424
26425 2013-05-22 Joseph Myers <joseph@codesourcery.com>
26426
26427 * math/gen-libm-test.pl (parse_args): Do not include expected
26428 result in test name.
26429 * sysdeps/i386/fpu/libm-test-ulps: Update test names.
26430 * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
26431 * sysdeps/s390/fpu/libm-test-ulps: Likewise.
26432 * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
26433 * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
26434 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26435
26436 2013-05-22 Siddhesh Poyarekar <siddhesh@redhat.com>
26437
26438 * benchtests/Makefile: Sort function entries.
26439
26440 * benchtests/Makefile (bench): Add asin, acos, sinh, cosh,
26441 tanh, asinh, acosh, atanh.
26442 * benchtests/acos-inputs: New file.
26443 * benchtests/acosh-inputs: New file.
26444 * benchtests/asin-inputs: New file.
26445 * benchtests/asinh-inputs: New file.
26446 * benchtests/atanh-inputs: New file.
26447 * benchtests/cosh-inputs: New file.
26448 * benchtests/log-inputs: New file.
26449 * benchtests/sinh-inputs: New file.
26450 * benchtests/tanh-inputs: New file.
26451
26452 2013-05-21 Dmitry V. Levin <ldv@altlinux.org>
26453
26454 [BZ #15339]
26455 * posix/tst-getaddrinfo4.c: New test.
26456 * posix/Makefile (tests): Add it.
26457
26458 2013-05-21 Siddhesh Poyarekar <siddhesh@redhat.com>
26459
26460 [BZ #15339]
26461 * nss/getXXbyYY_r.c (REENTRANT_NAME): Set NETDB_INTERNAL only
26462 when no services were used.
26463 * sysdeps/posix/getaddrinfo.c (gaih_inet): Set h_errno.
26464 Return EAI_SYSTEM if h_errno is NETDB_INTERNAL.
26465
26466 2013-05-21 Andreas Schwab <schwab@suse.de>
26467
26468 [BZ #15014]
26469 * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME))
26470 [HANDLE_DIGITS_DOTS]: Set any_service when digits-dots parsing was
26471 successful.
26472 * nss/digits_dots.c (__nss_hostname_digits_dots): Remove
26473 redundant variable declarations and reallocation of buffer when
26474 parsing as IPv6 address. Always set NSS status when called from
26475 reentrant functions. Use NETDB_INTERNAL instead of TRY_AGAIN when
26476 buffer too small. Correct computation of needed size.
26477 * nss/Makefile (tests): Add test-digits-dots.
26478 * nss/test-digits-dots.c: New test.
26479
26480 2013-05-21 Siddhesh Poyarekar <siddhesh@redhat.com>
26481
26482 * benchtests/Makefile: Remove instructions for adding
26483 benchmark tests.
26484 * benchtests/README: New file to explain how to execute and
26485 enhance the benchmark tests.
26486
26487 2013-05-21 Andreas Schwab <schwab@suse.de>
26488
26489 [BZ #15493]
26490 * setjmp/Makefile (tests): Add tst-sigsetjmp.
26491 * setjmp/tst-sigsetjmp.c: New test.
26492
26493 2013-05-20 Ondřej Bílka <neleai@seznam.cz>
26494
26495 * sysdeps/x86_64/memset.S (memset): New implementation.
26496 (__bzero): Likewise.
26497 (__memset_tail): New function.
26498
26499 2013-05-20 Ondřej Bílka <neleai@seznam.cz>
26500
26501 * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: New file.
26502 * sysdeps/x86_64/multiarch/memcpy.S (__new_memcpy): Add
26503 __memcpy_sse2_unaligned ifunc selection.
26504 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
26505 Add memcpy-sse2-unaligned.S.
26506 * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
26507 Add: __memcpy_sse2_unaligned.
26508
26509 2013-05-19 Joseph Myers <joseph@codesourcery.com>
26510
26511 [BZ #15490]
26512 * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
26513 math_force_eval before restoring floating-point envrionment.
26514 * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Likewise.
26515 * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl):
26516 Likewise.
26517 * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Include
26518 <math_private.h>.
26519 (__nearbyintl): Use math_force_eval before restoring
26520 floating-point environment.
26521 * sysdeps/ieee754/ldbl-96/s_nearbyintl.c (__nearbyintl): Likewise.
26522
26523 * math/gen-libm-test.pl (special_functions): Remove.
26524 (parse_args): Don't handle TEST_extra. Handle functions with no
26525 return value.
26526 * math/libm-test.inc (struct test_sincos_data): Replace with
26527 struct test_fFF_11_data.
26528 (RUN_TEST_sincos): Replace with RUN_TEST_fFF_11.
26529 (RUN_TEST_LOOP_sincos): Replace with RUN_TEST_LOOP_fFF_11.
26530 (sincos_test_data): Change element type to struct
26531 test_fFF_11_data. Use TEST_fFF_11 instead of TEST_extra.
26532 (sincos_test): Use RUN_TEST_LOOP_fFF_11 instead of
26533 RUN_TEST_LOOP_sincos.
26534 * math/README.libm-test: Don't mention special handling of
26535 individual functions.
26536 * sysdeps/i386/fpu/libm-test-ulps: Update names of sincos tests.
26537 * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
26538 * sysdeps/s390/fpu/libm-test-ulps: Likewise.
26539 * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
26540 * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
26541 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26542
26543 * math/gen-libm-test.pl (get_variable): Remove function.
26544 (parse_args): Don't show pointer parameters to call in test
26545 names. Use "extra output N" in test names for extra outputs
26546 rather than naming variables.
26547
26548 2013-05-18 Joseph Myers <joseph@codesourcery.com>
26549
26550 [BZ #15488]
26551 * math/complex.h [__USE_ISOC11 && __GNUC_PREREQ (4, 7) &&
26552 __NO_LONG_DOUBLE_MATH] (CMPLXL): Define macro.
26553 * math/tst-CMPLX.c (do_test) [NO_LONG_DOUBLE]: Do not disable long
26554 double tests.
26555 * make/tst-CMPLX2.c [NO_LONG_DOUBLE] (check_long_double): Do not
26556 disable.
26557 (do_test) [NO_LONG_DOUBLE]: Do not disable call to
26558 check_long_double.
26559
26560 * math/gen-libm-test.pl (@tests): Remove variable.
26561 ($count): Likewise.
26562 (new_test): Remove function.
26563 (show_exceptions): New function.
26564 (special_functions): Use show_exceptions instead of new_test.
26565 (parse_args): Likewise.
26566 (generate_testfile): Pass only function name in generated call to
26567 print_max_error or print_complex_max_error.
26568 (get_ulps): Do not handle complex tests specially.
26569 (output_test): Rename to ...
26570 (get_all_ulps_for_test): ... this. Return a string rather than
26571 printing to a file. Require ulps to be present.
26572 (output_ulps): Generate arrays rather than #defines.
26573 * math/libm-test.inc: Move down #include of "libm-test-ulps.h".
26574 (struct ulp_data): New type.
26575 (BUILD_COMPLEX_ULP): Remove macro.
26576 (compare_ulp_data): New function.
26577 (find_ulps): Likewise.
26578 (find_test_ulps): Likewise.
26579 (find_function_ulps): Likewise.
26580 (find_complex_function_ulps): Likewise.
26581 (print_max_error): Determine allowed ulps using
26582 find_function_ulps.
26583 (print_complex_max_error): Determine allowed ulps using
26584 find_complex_function_ulps.
26585 (check_float_internal): Determine max ulps using find_test_ulps.
26586 (check_float): Do not take max_ulp parameter. Update call to
26587 check_float_internal.
26588 (check_complex): Likewise.
26589 (check_int): Do not take max_ulp parameter.
26590 (check_long): Likewise.
26591 (check_bool): Likewise.
26592 (check_longlong): Likewise.
26593 (struct test_f_f_data): Remove max_ulp field.
26594 (struct test_ff_f_data): Likewise.
26595 (struct test_ff_f_data_nexttoward): Likewise.
26596 (struct test_fi_f_data): Likewise.
26597 (struct test_fl_f_data): Likewise.
26598 (struct test_if_f_data): Likewise.
26599 (struct test_fff_f_data): Likewise.
26600 (struct test_c_f_data): Likewise.
26601 (struct test_f_f1_data): Remove max_ulp and extra_ulp fields.
26602 (struct test_fF_f1_data): Likewise.
26603 (struct test_ffI_f1_data): Likewise.
26604 (struct test_c_c_data): Remove max_ulp field.
26605 (struct test_cc_c_data): Likewise.
26606 (struct test_f_i_data): Likewise.
26607 (struct test_ff_i_data): Likewise.
26608 (struct test_f_l_data): Likewise.
26609 (struct test_f_L_data): Likewise.
26610 (struct test_sincos_data): Likewise.
26611 (RUN_TEST_f_f): Do not handle ulps.
26612 (RUN_TEST_LOOP_f_f): Likewise.
26613 (RUN_TEST_2_f): Likewise.
26614 (RUN_TEST_LOOP_2_f): Likewise.
26615 (RUN_TEST_fff_f): Likewise.
26616 (RUN_TEST_LOOP_fff_f): Likewise.
26617 (RUN_TEST_c_f): Likewise.
26618 (RUN_TEST_LOOP_c_f): Likewise.
26619 (RUN_TEST_f_f1): Likewise.
26620 (RUN_TEST_LOOP_f_f1): Likewise.
26621 (RUN_TEST_fF_f1): Likewise.
26622 (RUN_TEST_LOOP_fF_f1): Likewise.
26623 (RUN_TEST_fI_f1): Likewise.
26624 (RUN_TEST_LOOP_fI_f1): Likewise.
26625 (RUN_TEST_ffI_f1): Likewise.
26626 (RUN_TEST_LOOP_ffI_f1): Likewise.
26627 (RUN_TEST_c_c): Likewise.
26628 (RUN_TEST_LOOP_c_c): Likewise.
26629 (RUN_TEST_cc_c): Likewise.
26630 (RUN_TEST_LOOP_cc_c): Likewise.
26631 (RUN_TEST_f_i): Likewise.
26632 (RUN_TEST_LOOP_f_i): Likewise.
26633 (RUN_TEST_f_i_tg): Likewise.
26634 (RUN_TEST_LOOP_f_i_tg): Likewise.
26635 (RUN_TEST_ff_i_tg): Likewise.
26636 (RUN_TEST_LOOP_ff_i_tg): Likewise.
26637 (RUN_TEST_f_b): Likewise.
26638 (RUN_TEST_LOOP_f_b): Likewise.
26639 (RUN_TEST_f_b_tg): Likewise.
26640 (RUN_TEST_LOOP_f_b_tg): Likewise.
26641 (RUN_TEST_f_l): Likewise.
26642 (RUN_TEST_LOOP_f_l): Likewise.
26643 (RUN_TEST_f_L): Likewise.
26644 (RUN_TEST_LOOP_f_L): Likewise.
26645 (RUN_TEST_sincos): Likewise.
26646 (RUN_TEST_LOOP_sincos): Likewise.
26647
26648 2013-05-17 Joseph Myers <joseph@codesourcery.com>
26649
26650 [BZ #15480]
26651 [BZ #15485]
26652 * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder): For
26653 main case of finite arguments, set rounding mode to FE_TONEAREST
26654 and discard exceptions.
26655 * math/libm-test.inc (remainder_test_data): Disallow "inexact"
26656 exceptions.
26657 (remainder_tonearest_test_data): New variable.
26658 (remainder_test_tonearest): New function.
26659 (remainder_towardzero_test_data): New variable.
26660 (remainder_test_towardzero): New function.
26661 (remainder_downward_test_data): New variable.
26662 (remainder_test_downward): New function.
26663 (remainder_upward_test_data): New variable.
26664 (remainder_test_upward): New function.
26665 (main): Call the new test functions.
26666
26667 * math/libm-test.inc (struct test_f_f1_data): Remove field
26668 extra_init.
26669 (struct test_fF_f1_data): Likewise.
26670 (struct test_ffI_f1_data): Likewise.
26671 (RUN_TEST_f_f1): Remove argument EXTRA_INIT. Initialize EXTRA_VAR
26672 based on value of EXTRA_EXPECTED.
26673 (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
26674 (RUN_TEST_fF_f1): Remove argument EXTRA_INIT. Initialize
26675 EXTRA_VAR based on value of EXTRA_EXPECTED.
26676 (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
26677 (RUN_TEST_fI_f1): Remove argument EXTRA_INIT. Initialize
26678 EXTRA_VAR based on value of EXTRA_EXPECTED.
26679 (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
26680 (RUN_TEST_ffI_f1): Remove argument EXTRA_INIT. Initialize
26681 EXTRA_VAR based on value of EXTRA_EXPECTED.
26682 (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
26683 * math/gen-libm-test.pl (parse_args): Don't output initializers
26684 for extra output values.
26685
26686 * math/libm-test.inc (check_int): Expect result to be exactly
26687 equal to expected value and do not handle ulps.
26688 (check_long): Likewise.
26689 (check_longlong): Likewise.
26690
26691 * math/libm-test.inc (ceil_test_data): Test for "inexact"
26692 exceptions.
26693 (cimag_test_data): Likewise.
26694 (conj_test_data): Likewise.
26695 (copysign_test_data): Likewise.
26696 (cproj_test_data): Likewise.
26697 (creal_test_data): Likewise.
26698 (fabs_test_data): Likewise.
26699 (fdim_test_data): Likewise.
26700 (finite_test_data): Likewise.
26701 (floor_test_data): Likewise.
26702 (fmax_test_data): Likewise.
26703 (fmin_test_data): Likewise.
26704 (fmod_test_data): Likewise.
26705 (fpclassify_test_data): Likewise.
26706 (frexp_test_data): Likewise.
26707 (ilogb_test_data): Likewise.
26708 (isfinite_test_data): Likewise.
26709 (isgreater_test_data): Likewise.
26710 (isgreaterequal_test_data): Likewise.
26711 (isinf_test_data): Likewise.
26712 (isless_test_data): Likewise.
26713 (islessequal_test_data): Likewise.
26714 (islessgreater_test_data): Likewise.
26715 (isnan_test_data): Likewise.
26716 (isnormal_test_data): Likewise.
26717 (issignaling_test_data): Likewise.
26718 (isunordered_test_data): Likewise.
26719 (ldexp_test_data): Likewise.
26720 (lrint_test_data): Likewise.
26721 (lrint_test_data) [TEST_FLOAT]: Disable one test.
26722 (lrint_test_data) [!TEST_LDOUBLE]: Likewise.
26723 (lrint_tonearest_test_data): Test for "inexact" exceptions.
26724 (lrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
26725 (lrint_tonearest_test_data) [!TEST_LDOUBLE]: Likewise.
26726 (lrint_tonearest_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
26727 test input.
26728 (lrint_towardzero_test_data): Test for "inexact" exceptions.
26729 (lrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
26730 (lrint_towardzero_test_data) [!TEST_LDOUBLE]: Likewise.
26731 (lrint_towardzero_test_data) [TEST_LDOUBLE]: Use "L" suffix on
26732 that test input.
26733 (lrint_downward_test_data): Test for "inexact" exceptions.
26734 (lrint_downward_test_data) [TEST_FLOAT]: Disable one test.
26735 (lrint_downward_test_data) [!TEST_LDOUBLE]: Likewise.
26736 (lrint_downward_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
26737 test input.
26738 (lrint_upward_test_data): Test for "inexact" exceptions.
26739 (lrint_upward_test_data) [TEST_LDOUBLE]: Use "L" suffix on one
26740 test input.
26741 (llrint_test_data): Test for "inexact" exceptions.
26742 (llrint_test_data) [TEST_FLOAT]: Disable one test.
26743 (llrint_tonearest_test_data): Test for "inexact" exceptions.
26744 (llrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
26745 (llrint_towardzero_test_data): Test for "inexact" exceptions.
26746 (llrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
26747 (llrint_downward_test_data): Test for "inexact" exceptions.
26748 (llrint_downward_test_data) [TEST_FLOAT]: Disable one test.
26749 (llrint_upward_test_data): Test for "inexact" exceptions.
26750 (logb_test_data): Likewise.
26751 (logb_downward_test_data): Likewise.
26752 (nextafter_test_data): Likewise.
26753 (nexttoward_test_data): Likewise.
26754 (remainder_test_data): Likewise.
26755 (remquo_test_data): Likewise.
26756 (scalbn_test_data): Likewise.
26757 (scalbln_test_data): Likewise.
26758 (signbit_test_data): Likewise.
26759 (sqrt_test_data): Likewise.
26760 (significand_test_data): Likewise.
26761
26762 2013-05-17 Siddhesh Poyarekar <siddhesh@redhat.com>
26763
26764 [BZ #15424]
26765 * benchtests/bench-modf.c (struct args): Mark arg0 as
26766 volatile.
26767 * scripts/bench.pl: Mark members of struct args as volatile.
26768
26769 2013-05-17 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
26770
26771 [BZ # 15497]
26772 * sysdeps/powerpc/fpu/e_hypot.c (GET_TWO_FLOAT_WORD): Fix test for
26773 negative infinity on POWER6 or lower.
26774 * sysdeps/powerpc/fpu/e_hypotf.c (GET_TWO_FLOAT_WORD): Likewise.
26775
26776 2013-05-16 Maciej W. Rozycki <macro@codesourcery.com>
26777
26778 [BZ #15442]
26779 * soft-fp/op-common.h (_FP_FRAC_SNANP): New macro.
26780 (_FP_FRAC_SNANP_SEMIRAW): Likewise.
26781 (_FP_UNPACK_CANONICAL): Use _FP_FRAC_SNANP.
26782 (_FP_CHECK_SIGNAN_SEMIRAW): Use _FP_FRAC_SNANP_SEMIRAW.
26783 (_FP_SETQNAN): New macro.
26784 (_FP_SETQNAN_SEMIRAW): Likewise.
26785 (_FP_PACK_SEMIRAW): Use _FP_SETQNAN.
26786 (_FP_PACK_CANONICAL): Use _FP_SETQNAN.
26787 (_FP_ISSIGNAN): Use _FP_FRAC_SNANP.
26788 (FP_EXTEND): Use _FP_FRAC_SNANP.
26789 (FP_TRUNC): Use _FP_SETQNAN_SEMIRAW.
26790 * soft-fp/testit.c (gen_special_double): Take _FP_QNANNEGATEDP
26791 into account.
26792 * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
26793 New macro.
26794 * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
26795 Likewise.
26796
26797 2013-05-16 Joseph Myers <joseph@codesourcery.com>
26798
26799 * math/libm-test.inc (atanh_test_data): Use ERRNO_ERANGE together
26800 with DIVIDE_BY_ZERO_EXCEPTION.
26801 (gamma_test_data): Likewise.
26802 (lgamma_test_data): Likewise.
26803 (log_test_data): Likewise.
26804 (log10_test_data): Likewise.
26805 (log2_test_data): Likewise.
26806 (tgamma_test_data): Likewise.
26807
26808 * math/libm-test.inc (acos_test): Don't test for ENOSYS error.
26809 (acos_test_tonearest): Likewise.
26810 (acos_test_towardzero): Likewise.
26811 (acos_test_downward): Likewise.
26812 (acos_test_upward): Likewise.
26813 (acosh_test): Likewise.
26814 (asin_test): Likewise.
26815 (asin_test_tonearest): Likewise.
26816 (asin_test_towardzero): Likewise.
26817 (asin_test_downward): Likewise.
26818 (asin_test_upward): Likewise.
26819 (asinh_test): Likewise.
26820 (atan_test): Likewise.
26821 (atanh_test): Likewise.
26822 (atan2_test): Likewise.
26823 (cabs_test): Likewise.
26824 (cacos_test): Likewise.
26825 (cacosh_test): Likewise.
26826 (casin_test): Likewise.
26827 (casinh_test): Likewise.
26828 (catan_test): Likewise.
26829 (catanh_test): Likewise.
26830 (cbrt_test): Likewise.
26831 (ccos_test): Likewise.
26832 (ccosh_test): Likewise.
26833 (cexp_test): Likewise.
26834 (clog_test): Likewise.
26835 (clog10_test): Likewise.
26836 (cos_test): Likewise.
26837 (cos_test_tonearest): Likewise.
26838 (cos_test_towardzero): Likewise.
26839 (cos_test_downward): Likewise.
26840 (cos_test_upward): Likewise.
26841 (cosh_test): Likewise.
26842 (cosh_test_tonearest): Likewise.
26843 (cosh_test_towardzero): Likewise.
26844 (cosh_test_downward): Likewise.
26845 (cosh_test_upward): Likewise.
26846 (cpow_test): Likewise.
26847 (csin_test): Likewise.
26848 (csinh_test): Likewise.
26849 (csqrt_test): Likewise.
26850 (ctan_test): Likewise.
26851 (ctan_test_tonearest): Likewise.
26852 (ctan_test_towardzero): Likewise.
26853 (ctan_test_downward): Likewise.
26854 (ctan_test_upward): Likewise.
26855 (ctanh_test): Likewise.
26856 (ctanh_test_tonearest): Likewise.
26857 (ctanh_test_towardzero): Likewise.
26858 (ctanh_test_downward): Likewise.
26859 (ctanh_test_upward): Likewise.
26860 (erf_test): Likewise.
26861 (erfc_test): Likewise.
26862 (exp_test): Likewise.
26863 (exp_test_tonearest): Likewise.
26864 (exp_test_towardzero): Likewise.
26865 (exp_test_downward): Likewise.
26866 (exp_test_upward): Likewise.
26867 (exp10_test): Likewise.
26868 (exp2_test): Likewise.
26869 (expm1_test): Likewise.
26870 (fmod_test): Likewise.
26871 (gamma_test): Likewise.
26872 (hypot_test): Likewise.
26873 (j0_test): Likewise.
26874 (j1_test): Likewise.
26875 (jn_test): Likewise.
26876 (lgamma_test): Likewise.
26877 (log_test): Likewise.
26878 (log10_test): Likewise.
26879 (log1p_test): Likewise.
26880 (log2_test): Likewise.
26881 (logb_test_downward): Likewise.
26882 (pow_test): Likewise.
26883 (pow_test_tonearest): Likewise.
26884 (pow_test_towardzero): Likewise.
26885 (pow_test_downward): Likewise.
26886 (pow_test_upward): Likewise.
26887 (remainder_test): Likewise.
26888 (remquo_test): Likewise.
26889 (sin_test): Likewise.
26890 (sin_test_tonearest): Likewise.
26891 (sin_test_towardzero): Likewise.
26892 (sin_test_downward): Likewise.
26893 (sin_test_upward): Likewise.
26894 (sincos_test): Likewise.
26895 (sinh_test): Likewise.
26896 (sinh_test_tonearest): Likewise.
26897 (sinh_test_towardzero): Likewise.
26898 (sinh_test_downward): Likewise.
26899 (sinh_test_upward): Likewise.
26900 (sqrt_test): Likewise.
26901 (tan_test): Likewise.
26902 (tan_test_tonearest): Likewise.
26903 (tan_test_towardzero): Likewise.
26904 (tan_test_downward): Likewise.
26905 (tan_test_upward): Likewise.
26906 (tanh_test): Likewise.
26907 (tgamma_test): Likewise.
26908 (y0_test): Likewise.
26909 (y1_test): Likewise.
26910 (yn_test): Likewise.
26911
26912 * math/gen-libm-test.pl (adjust_arg): Remove function.
26913 (special_function): Remove argument $in_func. Only handle
26914 generating output for tables of tests, not inside functions.
26915 (parse_args): Likewise.
26916 (generate_testfile): Remove variable $in_func. Update call to
26917 parse_args.
26918 * math/libm-test.inc (PLUS_ZERO_INIT): Rename macro to plus_zero.
26919 (MINUS_ZERO_INIT): Rename macro to minus_zero.
26920 (PLUS_INFTY_INIT): Rename macro to plus_infty.
26921 (MINUS_INFTY_INIT): Rename macro to minus_infty.
26922 (QNAN_VALUE_INIT): Rename macro to qnan_value.
26923 (MAX_VALUE_INIT): Rename macro to max_value.
26924 (MIN_VALUE_INIT): Rename macro to min_value.
26925 (MIN_SUBNORM_VALUE_INIT): Rename macro to min_subnorm_value.
26926 (plus_zero): Remove variable.
26927 (minus_zero): Likewise.
26928 (plus_infty): Likewise.
26929 (minus_infty): Likewise.
26930 (qnan_value): Likewise.
26931 (max_value): Likewise.
26932 (min_value): Likewise.
26933 (min_subnorm_value): Likewise.
26934
26935 2013-05-16 Ryan S. Arnold <rsa@linux.vnet.ibm.com>
26936
26937 * crypt/sha512-block.c: Add missing #include <stdint.h> due to
26938 uint64_t or uint32_t usage.
26939 * crypt/sha256-block.c: Likewise.
26940 * crypt/sha256-crypt.c: Likewise.
26941 * crypt/sha256.c: Likewise.
26942 * crypt/sha512-block.c: Likewise.
26943 * crypt/sha512-crypt.c: Likewise.
26944 * crypt/sha512.c: Likewise.
26945 * debug/backtrace-tst.c: Likewise.
26946 * debug/pcprofiledump.c: Likewise.
26947 * elf/cache.c: Likewise.
26948 * elf/dl-cache.c: Likewise.
26949 * elf/dl-misc.c: Likewise.
26950 * elf/dl-profile.c: Likewise.
26951 * elf/dl-support.c: Likewise.
26952 * elf/ldconfig.c: Likewise.
26953 * elf/sprof.c: Likewise.
26954 * iconv/dummy-repertoire.c: Likewise.
26955 * iconv/iconv_charmap.c: Likewise.
26956 * iconv/skeleton.c: Likewise.
26957 * iconvdata/8bit-generic.c: Likewise.
26958 * iconvdata/cp737.h: Likewise.
26959 * iconvdata/cp775.h: Likewise.
26960 * iconvdata/ibm1008.h: Likewise.
26961 * iconvdata/ibm1025.h: Likewise.
26962 * iconvdata/ibm1046.h: Likewise.
26963 * iconvdata/ibm1097.h: Likewise.
26964 * iconvdata/ibm1112.h: Likewise.
26965 * iconvdata/ibm1122.h: Likewise.
26966 * iconvdata/ibm1123.h: Likewise.
26967 * iconvdata/ibm1124.h: Likewise.
26968 * iconvdata/ibm1129.h: Likewise.
26969 * iconvdata/ibm1130.h: Likewise.
26970 * iconvdata/ibm1132.h: Likewise.
26971 * iconvdata/ibm1133.h: Likewise.
26972 * iconvdata/ibm1137.h: Likewise.
26973 * iconvdata/ibm1140.h: Likewise.
26974 * iconvdata/ibm1141.h: Likewise.
26975 * iconvdata/ibm1142.h: Likewise.
26976 * iconvdata/ibm1143.h: Likewise.
26977 * iconvdata/ibm1144.h: Likewise.
26978 * iconvdata/ibm1145.h: Likewise.
26979 * iconvdata/ibm1146.h: Likewise.
26980 * iconvdata/ibm1147.h: Likewise.
26981 * iconvdata/ibm1148.h: Likewise.
26982 * iconvdata/ibm1149.h: Likewise.
26983 * iconvdata/ibm1153.h: Likewise.
26984 * iconvdata/ibm1154.h: Likewise.
26985 * iconvdata/ibm1155.h: Likewise.
26986 * iconvdata/ibm1156.h: Likewise.
26987 * iconvdata/ibm1157.h: Likewise.
26988 * iconvdata/ibm1158.h: Likewise.
26989 * iconvdata/ibm1160.h: Likewise.
26990 * iconvdata/ibm1161.h: Likewise.
26991 * iconvdata/ibm1162.h: Likewise.
26992 * iconvdata/ibm1163.h: Likewise.
26993 * iconvdata/ibm1164.h: Likewise.
26994 * iconvdata/ibm1166.h: Likewise.
26995 * iconvdata/ibm1167.h: Likewise.
26996 * iconvdata/ibm12712.h: Likewise.
26997 * iconvdata/ibm1390.h: Likewise.
26998 * iconvdata/ibm1399.h: Likewise.
26999 * iconvdata/ibm16804.h: Likewise.
27000 * iconvdata/ibm4517.h: Likewise.
27001 * iconvdata/ibm4899.h: Likewise.
27002 * iconvdata/ibm4909.h: Likewise.
27003 * iconvdata/ibm4971.h: Likewise.
27004 * iconvdata/ibm5347.h: Likewise.
27005 * iconvdata/ibm803.h: Likewise.
27006 * iconvdata/ibm856.h: Likewise.
27007 * iconvdata/ibm901.h: Likewise.
27008 * iconvdata/ibm902.h: Likewise.
27009 * iconvdata/ibm9030.h: Likewise.
27010 * iconvdata/ibm9066.h: Likewise.
27011 * iconvdata/ibm921.h: Likewise.
27012 * iconvdata/ibm922.h: Likewise.
27013 * iconvdata/ibm9448.h: Likewise.
27014 * iconvdata/isiri-3342.h: Likewise.
27015 * iconvdata/jis0201.h: Likewise.
27016 * include/link.h: Likewise.
27017 * include/netdb.h: Likewise.
27018 * inet/check_native.c: Likewise.
27019 * inet/check_pf.c: Likewise.
27020 * inet/getipv4sourcefilter.c: Likewise.
27021 * inet/getnameinfo.c: Likewise.
27022 * inet/getsourcefilter.c: Likewise.
27023 * inet/htonl.c: Likewise.
27024 * inet/setipv4sourcefilter.c: Likewise.
27025 * inet/setsourcefilter.c: Likewise.
27026 * inet/test-inet6_opt.c: Likewise.
27027 * inet/tst-network.c: Likewise.
27028 * locale/C-collate.c: Likewise.
27029 * locale/C-ctype.c: Likewise.
27030 * locale/C-time.c: Likewise.
27031 * locale/C-translit.h: Likewise.
27032 * locale/loadarchive.c: Likewise.
27033 * locale/programs/3level.h: Likewise.
27034 * locale/programs/charmap.c: Likewise.
27035 * locale/programs/charmap.h: Likewise.
27036 * locale/programs/ld-address.c: Likewise.
27037 * locale/programs/ld-collate.c: Likewise.
27038 * locale/programs/ld-ctype.c: Likewise.
27039 * locale/programs/ld-identification.c: Likewise.
27040 * locale/programs/ld-measurement.c: Likewise.
27041 * locale/programs/ld-messages.c: Likewise.
27042 * locale/programs/ld-monetary.c: Likewise.
27043 * locale/programs/ld-name.c: Likewise.
27044 * locale/programs/ld-numeric.c: Likewise.
27045 * locale/programs/ld-paper.c: Likewise.
27046 * locale/programs/ld-telephone.c: Likewise.
27047 * locale/programs/ld-time.c: Likewise.
27048 * locale/programs/linereader.c: Likewise.
27049 * locale/programs/locale.c: Likewise.
27050 * locale/programs/locarchive.c: Likewise.
27051 * locale/programs/locfile.h: Likewise.
27052 * locale/programs/repertoire.c: Likewise.
27053 * locale/programs/simple-hash.c: Likewise.
27054 * locale/programs/simple-hash.h: Likewise.
27055 * malloc/memusage.c: Likewise.
27056 * malloc/memusagestat.c: Likewise.
27057 * nis/nis_defaults.c: Likewise.
27058 * nis/nis_hash.c: Likewise.
27059 * nis/nis_print.c: Likewise.
27060 * nis/nis_xdr.c: Likewise.
27061 * nscd/connections.c: Likewise.
27062 * nscd/hstcache.c: Likewise.
27063 * nscd/nscd_gethst_r.c: Likewise.
27064 * nscd/nscd_getserv_r.c: Likewise.
27065 * nscd/nscd_helper.c: Likewise.
27066 * nscd/servicescache.c: Likewise.
27067 * nss/makedb.c: Likewise.
27068 * nss/nss_db/db-XXX.c: Likewise.
27069 * nss/nss_db/db-initgroups.c: Likewise.
27070 * nss/nss_db/db-netgrp.c: Likewise.
27071 * nss/nss_files/files-network.c: Likewise.
27072 * nss/nss_files/files-parse.c: Likewise.
27073 * posix/bug-regex5.c: Likewise.
27074 * posix/fnmatch_loop.c: Likewise.
27075 * posix/regcomp.c: Likewise.
27076 * posix/regexec.c: Likewise.
27077 * posix/tst-rfc3484-2.c: Likewise.
27078 * posix/tst-rfc3484-3.c: Likewise.
27079 * posix/tst-rfc3484.c: Likewise.
27080 * resolv/nss_dns/dns-canon.c: Likewise.
27081 * resolv/nss_dns/dns-network.c: Likewise.
27082 * resolv/res_init.c: Likewise.
27083 * resolv/res_mkquery.c: Likewise.
27084 * resolv/tst-aton.c: Likewise.
27085 * stdlib/cxa_atexit.c: Likewise.
27086 * stdlib/cxa_finalize.c: Likewise.
27087 * stdlib/gen-fpioconst.c: Likewise.
27088 * stdlib/strtol_l.c: Likewise.
27089 * string/tst-endian.c: Likewise.
27090 * sunrpc/auth_des.c: Likewise.
27091 * sunrpc/clnt_udp.c: Likewise.
27092 * sunrpc/rtime.c: Likewise.
27093 * sunrpc/svcauth_des.c: Likewise.
27094 * sunrpc/xdr.c: Likewise.
27095 * sunrpc/xdr_intXX_t.c: Likewise.
27096 * sunrpc/xdr_rec.c: Likewise.
27097 * sysdeps/generic/ldconfig.h: Likewise.
27098 * sysdeps/generic/ldsodefs.h: Likewise.
27099 * sysdeps/generic/memusage.h: Likewise.
27100 * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
27101 * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: Likewise.
27102 * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: Likewise.
27103 * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
27104 * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
27105 * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
27106 * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
27107 * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
27108 * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
27109 * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
27110 * sysdeps/posix/getaddrinfo.c: Likewise.
27111 * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
27112 * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
27113 * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
27114 * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
27115 * sysdeps/powerpc/test-gettimebase.c: Likewise.
27116 * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
27117 * sysdeps/unix/sysv/linux/getipv4sourcefilter.c: Likewise.
27118 * sysdeps/unix/sysv/linux/getsourcefilter.c: Likewise.
27119 * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
27120 * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: Likewise.
27121 * sysdeps/unix/sysv/linux/preadv.c: Likewise.
27122 * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
27123 * sysdeps/unix/sysv/linux/setipv4sourcefilter.c: Likewise.
27124 * sysdeps/unix/sysv/linux/setsourcefilter.c: Likewise.
27125 * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: Likewise.
27126 * sysdeps/x86_64/dl-tls.h: Likewise.
27127 * sysdeps/x86_64/dl-tlsdesc.h: Likewise.
27128 * time/alt_digit.c: Likewise.
27129 * time/era.c: Likewise.
27130 * wcsmbs/tst-c16c32-1.c: Likewise.
27131
27132 2013-05-16 Joseph Myers <joseph@codesourcery.com>
27133
27134 * math/libm-test.inc (struct test_sincos_data): New type.
27135 (RUN_TEST_LOOP_sincos): New macro.
27136 (sincos_test_data): New variable.
27137 (sincos_test): Run tests with RUN_TEST_LOOP_sincos.
27138
27139 2013-05-16 Richard Henderson <rth@redhat.com>
27140
27141 * math/atest-exp2.c (LIMB64): New macro.
27142 (CONSTSZ): New macro.
27143 (mp_exp1, mp_exp_m1, mp_log2): New variables.
27144 (hexdig): Move ...
27145 (print_mpn_fp): ... to function scope.
27146 (read_mpn_hex): Remove.
27147 (get_log2): Remove.
27148 (exp2_mpn): Use mp_log2.
27149 (main): Use mp_exp1.
27150
27151 2013-05-16 Joseph Myers <joseph@codesourcery.com>
27152
27153 * math/libm-test.inc: Remove comment about not testing "inexact"
27154 exceptions.
27155 (INEXACT_EXCEPTION): New macro.
27156 (NO_INEXACT_EXCEPTION): Likewise.
27157 (INVALID_EXCEPTION_OK): Update value.
27158 (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
27159 (OVERFLOW_EXCEPTION_OK): Likewise.
27160 (UNDERFLOW_EXCEPTION_OK): Likewise.
27161 (IGNORE_ZERO_INF_SIGN): Likewise.
27162 (ERRNO_UNCHANGED): Likewise.
27163 (ERRNO_EDOM): Likewise.
27164 (ERRNO_ERANGE): Likewise.
27165 (test_exceptions): Handle testing "inexact" exceptions.
27166 (nearbyint_test_data): Use NO_INEXACT_EXCEPTION on all tests.
27167 (rint_test_data): Use NO_INEXACT_EXCEPTION and INEXACT_EXCEPTION.
27168 (rint_test_data) [LDBL_MANT_DIG <= 100]: Disable some tests.
27169 (rint_tonearest_test_data): Use NO_INEXACT_EXCEPTION and
27170 INEXACT_EXCEPTION.
27171 (rint_towardzero_test_data): Likewise.
27172 (rint_downward_test_data): Likewise.
27173 (rint_upward_test_data): Likewise.
27174
27175 * math/libm-test.inc (exp_test_data): Use ERRNO_ERANGE together
27176 with OVERFLOW_EXCEPTION.
27177 (exp10_test_data): Likewise.
27178 (exp2_test_data): Likewise.
27179 (expm1_test_data): Likewise.
27180 (lgamma_test_data): Likewise.
27181 (pow_test_data): Likewise.
27182 (tgamma_test_data): Likewise.
27183 (yn_test_data): Remove duplicate test of overflow.
27184
27185 * math/libm-test.inc (struct test_cc_c_data): New type.
27186 (RUN_TEST_LOOP_cc_c): New macro.
27187 (cpow_test_data): New variable.
27188 (cpow_test): Run tests with RUN_TEST_LOOP_cc_c.
27189
27190 * math/libm-test.inc (struct test_f_L_data): New type.
27191 (RUN_TEST_LOOP_f_L): New macro.
27192 (llrint_test_data): New variable.
27193 (llrint_test): Run tests with RUN_TEST_LOOP_f_L.
27194 (llrint_tonearest_test_data): New variable.
27195 (llrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_L.
27196 (llrint_towardzero_test_data): New variable.
27197 (llrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_L.
27198 (llrint_downward_test_data): New variable.
27199 (llrint_test_downward): Run tests with RUN_TEST_LOOP_f_L.
27200 (llrint_upward_test_data): New variable.
27201 (llrint_test_upward): Run tests with RUN_TEST_LOOP_f_L.
27202 (llround_test_data): New variable.
27203 (llround_test): Run tests with RUN_TEST_LOOP_f_L.
27204
27205 2013-05-13 Peter Collingbourne <pcc@google.com>
27206
27207 * math/atest-exp2.c (get_log2): Remove const attribute.
27208
27209 2013-05-15 Joseph Myers <joseph@codesourcery.com>
27210
27211 * math/libm-test.inc (struct test_f_l_data): New type.
27212 (RUN_TEST_LOOP_f_l): New macro.
27213 (lrint_test_data): New variable.
27214 (lrint_test): Run tests with RUN_TEST_LOOP_f_l.
27215 (lrint_tonearest_test_data): New variable.
27216 (lrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_l.
27217 (lrint_towardzero_test_data): New variable.
27218 (lrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_l.
27219 (lrint_downward_test_data): New variable.
27220 (lrint_test_downward): Run tests with RUN_TEST_LOOP_f_l.
27221 (lrint_upward_test_data): New variable.
27222 (lrint_test_upward): Run tests with RUN_TEST_LOOP_f_l.
27223 (lround_test_data): New variable.
27224 (lround_test): Run tests with RUN_TEST_LOOP_f_l.
27225
27226 2013-05-15 Peter Collingbourne <pcc@google.com>
27227
27228 * sysdeps/x86_64/fpu/math_private.h (MOVQ): New macro.
27229 (EXTRACT_WORDS64) Use where appropriate.
27230 (INSERT_WORDS64) Likewise.
27231
27232 * sysdeps/x86_64/fpu/multiarch/s_fma.c (__fma_fma4): Replace xm
27233 constraints with x constraints.
27234 * sysdeps/x86_64/fpu/multiarch/s_fmaf.c (__fmaf_fma4): Likewise.
27235
27236 * malloc/obstack.c (_obstack_compat): Add initializer.
27237
27238 2013-05-15 Edjunior Machado <emachado@linux.vnet.ibm.com>
27239
27240 * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Remove
27241 si_trapno and add si_addr_lsb to _sifields.sigfault.
27242 (si_trapno): Remove macro.
27243 (si_addr_lsb): Define new macro.
27244 (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
27245
27246 2013-05-15 Joseph Myers <joseph@codesourcery.com>
27247
27248 * math/libm-test.inc (llrint_test): Consistently use TEST_f_L
27249 instead of TEST_f_l.
27250 (llrint_test_tonearest): Likewise.
27251 (llrint_test_towardzero): Likewise.
27252 (llrint_test_downward): Likewise.
27253 (llrint_test_upward): Likewise.
27254 (llround_test): Likewise.
27255
27256 * math/libm-test.inc (struct test_f_i_data): Add comment.
27257 (RUN_TEST_LOOP_f_b): New macro.
27258 (RUN_TEST_LOOP_f_b_tg): Likewise.
27259 (finite_test_data): New variable.
27260 (finite_test): Run tests with RUN_TEST_LOOP_f_b.
27261 (isfinite_test_data): New variable.
27262 (isfinite_test): Run tests with RUN_TEST_LOOP_f_b_tg.
27263 (isinf_test_data): New variable.
27264 (isinf_test): Run tests with RUN_TEST_LOOP_f_b_tg.
27265 (isnan_test_data): New variable.
27266 (isnan_test): Run tests with RUN_TEST_LOOP_f_b_tg.
27267 (isnormal_test_data): New variable.
27268 (isnormal_test): Run tests with RUN_TEST_LOOP_f_b_tg.
27269 (issignaling_test_data): New variable.
27270 (issignaling_test): Run tests with RUN_TEST_LOOP_f_b_tg.
27271 (signbit_test_data): New variable.
27272 (signbit_test): Run tests with RUN_TEST_LOOP_f_b_tg.
27273
27274 * math/libm-test.inc (acos_test_data): Use ERRNO_EDOM together
27275 with INVALID_EXCEPTION.
27276 (acosh_test_data): Likewise.
27277 (asin_test_data): Likewise.
27278 (atanh_test_data): Likewise.
27279 (fmod_test_data): Likewise.
27280 (log_test_data): Likewise.
27281 (log10_test_data): Likewise.
27282 (log2_test_data): Likewise.
27283 (pow_test_data): Likewise.
27284 (sqrt_test_data): Likewise.
27285 (y0_test_data): Likewise.
27286 (y1_test_data): Likewise.
27287 (yn_test_data): Likewise.
27288
27289 * math/libm-test.inc (test_single_errno) [TEST_INLINE]: Disable
27290 function contents.
27291
27292 * math/libm-test.inc (struct test_ff_i_data): New type.
27293 (RUN_TEST_LOOP_ff_i_tg): New macro.
27294 (isgreater_test_data): New variable.
27295 (isgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
27296 (isgreaterequal_test_data): New variable.
27297 (isgreaterequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
27298 (isless_test_data): New variable.
27299 (isless_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
27300 (islessequal_test_data): New variable.
27301 (islessequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
27302 (islessgreater_test_data): New variable.
27303 (islessgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
27304 (isunordered_test_data): New variable.
27305 (isunordered_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
27306
27307 2013-05-14 David S. Miller <davem@davemloft.net>
27308
27309 * sysdeps/sparc/fpu/libm-test-ulps: Update.
27310
27311 2013-05-14 Joseph Myers <joseph@codesourcery.com>
27312
27313 * math/libm-test.inc (RUN_TEST_LOOP_2_f): Fix whitespace.
27314
27315 * math/libm-test.inc (struct test_fF_f1_data): Change type of
27316 extra_test to int.
27317 (struct test_f_i_data): Change type of max_ulp to int.
27318
27319 * math/libm-test.inc (test_ffI_f1_data): New type.
27320 (RUN_TEST_LOOP_ffI_f1): New macro.
27321 (remquo_test_data): New variable.
27322 (remquo_test): Run tests with RUN_TEST_LOOP_ffI_f1.
27323
27324 * setjmp/tst-setjmp-fp.c: New file.
27325 * setjmp/Makefile (tests): Add tst-setjmp-fp.
27326 (link-libm): New variable.
27327 ($(objpfx)tst-setjmp-fp): Depend on $(link-libm).
27328
27329 * math/libm-test.inc (struct test_f_i_data): New type.
27330 (RUN_TEST_LOOP_f_i): New macro.
27331 (RUN_TEST_LOOP_f_i_tg): Likewise.
27332 (fpclassify_test_data): New variable.
27333 (fpclassify_test): Run tests with RUN_TEST_LOOP_f_i_tg.
27334 (ilogb_test_data): New variable.
27335 (ilogb_test): Run tests with RUN_TEST_LOOP_f_i.
27336
27337 * math/libm-test.inc (scalbln_test): Correct function name in END
27338 call.
27339
27340 * math/libm-test.inc (struct test_f_f1_data): Add comment.
27341 (RUN_TEST_LOOP_fI_f1): New macro.
27342 (frexp_test_data): New variable.
27343 (frexp_test): Run tests with RUN_TEST_LOOP_fI_f1.
27344
27345 * math/libm-test.inc (struct test_fF_f1_data): New type.
27346 (RUN_TEST_LOOP_fF_f1): New macro.
27347 (modf_test_data): New variable.
27348 (modf_test): Run tests with RUN_TEST_LOOP_fF_f1.
27349
27350 * math/libm-test.inc (struct test_f_f1_data): New type.
27351 (RUN_TEST_LOOP_f_f1): New macro.
27352 (gamma_test_data): New variable.
27353 (gamma_test): Run tests with RUN_TEST_LOOP_f_f1.
27354 (lgamma_test_data): New variable.
27355 (lgamma_test): Run tests with RUN_TEST_LOOP_f_f1.
27356
27357 2013-05-13 Carlos O'Donell <carlos@redhat.com>
27358
27359 * elf/dl-hwcaps.c (_dl_important_hwcaps): Comment vDSO hwcap loading.
27360 * elf/ldconfig.c (is_hwcap_platform): Comment each hwcap check.
27361 (main): Comment "tls" pseudo-hwcap.
27362
27363 2013-05-13 Joseph Myers <joseph@codesourcery.com>
27364
27365 * math/libm-test.inc (struct test_fl_f_data): New type.
27366 (RUN_TEST_LOOP_fl_f): New variable.
27367 (scalbln_test_data): New variable.
27368 (scalbln_test): Run tests with RUN_TEST_LOOP_fl_f.
27369
27370 * math/libm-test.inc (struct test_fi_f_data): New type.
27371 (RUN_TEST_LOOP_fi_f): New macro.
27372 (ldexp_test_data): New variable.
27373 (ldexp_test): Run tests with RUN_TEST_LOOP_fi_f.
27374 (scalbn_test_data): New variable.
27375 (scalbn_test): Run tests with RUN_TEST_LOOP_fi_f.
27376
27377 * math/libm-test.inc (struct test_c_f_data): New type.
27378 (RUN_TEST_LOOP_c_f): New macro.
27379 (cabs_test_data): New variable.
27380 (cabs_test): Run tests with RUN_TEST_LOOP_c_f.
27381 (carg_test_data): New variable.
27382 (carg_test): Run tests with RUN_TEST_LOOP_c_f.
27383 (cimag_test_data): New variable.
27384 (cimag_test): Run tests with RUN_TEST_LOOP_c_f.
27385 (creal_test_data): New variable.
27386 (creal_test): Run tests with RUN_TEST_LOOP_c_f.
27387
27388 * math/libm-test.inc (struct test_if_f_data): New type.
27389 (RUN_TEST_LOOP_if_f): New macro.
27390 (jn_test_data): New variable.
27391 (jn_test): Run tests with RUN_TEST_LOOP_if_f.
27392 (yn_test_data): New variable.
27393 (yn_test): Run tests with RUN_TEST_LOOP_if_f.
27394
27395 * math/libm-test.inc (scalbln_test): Consistently use TEST_fl_f.
27396
27397 2013-05-13 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
27398
27399 * math/libm-test.inc (M_1_DIV_El): Define using decimal constant.
27400 (log_test_data): Use M_1_DIV_El instead of 1.0 / M_El.
27401
27402 2013-05-13 Siddhesh Poyarekar <siddhesh@redhat.com>
27403
27404 * benchtests/Makefile (CPPFLAGS-nonlib): Add
27405 -DUSE_CLOCK_GETTIME if USE_CLOCK_GETTIME is defined.
27406 (bench-deps): Add bench-timing.h.
27407 * benchtests-bench-skeleton.c: Include bench-timing.h.
27408 (main): Use TIMING_* macros instead of clock_gettime.
27409 * benchtests/bench-timing.h: New file.
27410
27411 [BZ #14582]
27412 * sysdeps/ieee754/s_lib_version.c (_LIB_VERSION_INTERNAL):
27413 Renamed from _LIB_VERSION.
27414 (_LIB_VERSION): Set as weak alias of _LIB_VERSION_INTERNAL.
27415
27416 2013-05-12 Joseph Myers <joseph@codesourcery.com>
27417
27418 * math/libm-test.inc (struct test_fff_f_data): New type.
27419 (RUN_TEST_LOOP_fff_f): New macro.
27420 (fma_test_data): New variable.
27421 (fma_test): Run tests with RUN_TEST_LOOP_fff_f.
27422 (fma_towardzero_test_data): New variable.
27423 (fma_test_towardzero): Run tests with RUN_TEST_LOOP_fff_f.
27424 (fma_downward_test_data): New variable.
27425 (fma_test_downward): Run tests with RUN_TEST_LOOP_fff_f.
27426 (fma_upward_test_data): New variable.
27427 (fma_test_upward): Run tests with RUN_TEST_LOOP_fff_f.
27428
27429 * math/libm-test.inc (BUILD_COMPLEX_ULP): New macro.
27430 (struct test_c_c_data): New type.
27431 (RUN_TEST_LOOP_c_c): New macro.
27432 (cacos_test_data): New variable.
27433 (cacos_test): Run tests with RUN_TEST_LOOP_c_c.
27434 (cacosh_test_data): New variable.
27435 (cacosh_test): Run tests with RUN_TEST_LOOP_c_c.
27436 (casin_test_data): New variable.
27437 (casin_test): Run tests with RUN_TEST_LOOP_c_c.
27438 (casinh_test_data): New variable.
27439 (casinh_test): Run tests with RUN_TEST_LOOP_c_c.
27440 (catan_test_data): New variable.
27441 (catan_test): Run tests with RUN_TEST_LOOP_c_c.
27442 (catanh_test_data): New variable.
27443 (catanh_test): Run tests with RUN_TEST_LOOP_c_c.
27444 (ccos_test_data): New variable.
27445 (ccos_test): Run tests with RUN_TEST_LOOP_c_c.
27446 (ccosh_test_data): New variable.
27447 (ccosh_test): Run tests with RUN_TEST_LOOP_c_c.
27448 (cexp_test_data): New variable.
27449 (cexp_test): Run tests with RUN_TEST_LOOP_c_c.
27450 (clog_test_data): New variable.
27451 (clog_test): Run tests with RUN_TEST_LOOP_c_c.
27452 (clog10_test_data): New variable.
27453 (clog10_test): Run tests with RUN_TEST_LOOP_c_c.
27454 (conj_test_data): New variable.
27455 (conj_test): Run tests with RUN_TEST_LOOP_c_c.
27456 (cproj_test_data): New variable.
27457 (cproj_test): Run tests with RUN_TEST_LOOP_c_c.
27458 (csin_test_data): New variable.
27459 (csin_test): Run tests with RUN_TEST_LOOP_c_c.
27460 (csinh_test_data): New variable.
27461 (csinh_test): Run tests with RUN_TEST_LOOP_c_c.
27462 (csqrt_test_data): New variable.
27463 (csqrt_test): Run tests with RUN_TEST_LOOP_c_c.
27464 (ctan_test_data): New variable.
27465 (ctan_test): Run tests with RUN_TEST_LOOP_c_c.
27466 (ctan_tonearest_test_data): New variable.
27467 (ctan_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
27468 (ctan_towardzero_test_data): New variable.
27469 (ctan_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
27470 (ctan_downward_test_data): New variable.
27471 (ctan_test_downward): Run tests with RUN_TEST_LOOP_c_c.
27472 (ctan_upward_test_data): New variable.
27473 (ctan_test_upward): Run tests with RUN_TEST_LOOP_c_c.
27474 (ctanh_test_data): New variable.
27475 (ctanh_test): Run tests with RUN_TEST_LOOP_c_c.
27476 (ctanh_tonearest_test_data): New variable.
27477 (ctanh_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
27478 (ctanh_towardzero_test_data): New variable.
27479 (ctanh_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
27480 (ctanh_downward_test_data): New variable.
27481 (ctanh_test_downward): Run tests with RUN_TEST_LOOP_c_c.
27482 (ctanh_upward_test_data): New variable.
27483 (ctanh_test_upward): Run tests with RUN_TEST_LOOP_c_c.
27484 * math/gen-libm-test.pl (get_ulps): Use BUILD_COMPLEX_ULP instead
27485 of BUILD_COMPLEX.
27486
27487 * math/libm-test.inc (struct test_ff_f_data): New type.
27488 (struct test_ff_f_data_nexttoward): Likewise.
27489 (RUN_TEST_LOOP_2_f): New macro.
27490 (RUN_TEST_LOOP_ff_f): Likewise.
27491 (atan2_test_data): New variable.
27492 (atan2_test): Run tests with RUN_TEST_LOOP_ff_f.
27493 (copysign_test_data): New variable.
27494 (copysign_test): Run tests with RUN_TEST_LOOP_ff_f.
27495 (fdim_test_data): New variable.
27496 (fdim_test): Run tests with RUN_TEST_LOOP_ff_f.
27497 (fmax_test_data): New variable.
27498 (fmax_test): Run tests with RUN_TEST_LOOP_ff_f.
27499 (fmin_test_data): New variable.
27500 (fmin_test): Run tests with RUN_TEST_LOOP_ff_f.
27501 (fmod_test_data): New variable.
27502 (fmod_test): Run tests with RUN_TEST_LOOP_ff_f.
27503 (hypot_test_data): New variable.
27504 (hypot_test): Run tests with RUN_TEST_LOOP_ff_f.
27505 (nextafter_test_data): New variable.
27506 (nextafter_test): Run tests with RUN_TEST_LOOP_ff_f.
27507 (nexttoward_test_data): New variable.
27508 (nexttoward_test): Run tests with RUN_TEST_LOOP_ff_f.
27509 (pow_test_data): New variable.
27510 (pow_test): Run tests with RUN_TEST_LOOP_ff_f.
27511 (pow_tonearest_test_data): New variable.
27512 (pow_test_tonearest): Run tests with RUN_TEST_LOOP_ff_f.
27513 (pow_towardzero_test_data): New variable.
27514 (pow_test_towardzero): Run tests with RUN_TEST_LOOP_ff_f.
27515 (pow_downward_test_data): New variable.
27516 (pow_test_downward): Run tests with RUN_TEST_LOOP_ff_f.
27517 (pow_upward_test_data): New variable.
27518 (pow_test_upward): Run tests with RUN_TEST_LOOP_ff_f.
27519 (remainder_test_data): New variable.
27520 (remainder_test): Run tests with RUN_TEST_LOOP_ff_f.
27521 (scalb_test_data): New variable.
27522 (scalb_test): Run tests with RUN_TEST_LOOP_ff_f.
27523 * sysdeps/i386/fpu/libm-test-ulps: Update.
27524
27525 2013-05-11 Joseph Myers <joseph@codesourcery.com>
27526
27527 * math/libm-test.inc (fma_test): Use max_value instead of local
27528 variable fltmax.
27529 (nextafter_test): Likewise.
27530
27531 * math/libm-test.inc (acos_towardzero_test_data): New variable.
27532 (acos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
27533 (acos_downward_test_data): New variable.
27534 (acos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
27535 (acos_upward_test_data): New variable.
27536 (acos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
27537 (acosh_test_data): New variable.
27538 (acosh_test): Run tests with RUN_TEST_LOOP_f_f.
27539 (asin_test_data): New variable.
27540 (asin_test): Run tests with RUN_TEST_LOOP_f_f.
27541 (asin_tonearest_test_data): New variable.
27542 (asin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
27543 (asin_towardzero_test_data): New variable.
27544 (asin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
27545 (asin_downward_test_data): New variable.
27546 (asin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
27547 (asin_upward_test_data): New variable.
27548 (asin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
27549 (asinh_test_data): New variable.
27550 (asinh_test): Run tests with RUN_TEST_LOOP_f_f.
27551 (atan_test_data): New variable.
27552 (atan_test): Run tests with RUN_TEST_LOOP_f_f.
27553 (atanh_test_data): New variable.
27554 (atanh_test): Run tests with RUN_TEST_LOOP_f_f.
27555 (cbrt_test_data): New variable.
27556 (cbrt_test): Run tests with RUN_TEST_LOOP_f_f.
27557 (ceil_test_data): New variable.
27558 (ceil_test): Run tests with RUN_TEST_LOOP_f_f.
27559 (cos_test_data): New variable.
27560 (cos_test): Run tests with RUN_TEST_LOOP_f_f.
27561 (cos_tonearest_test_data): New variable.
27562 (cos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
27563 (cos_towardzero_test_data): New variable.
27564 (cos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
27565 (cos_downward_test_data): New variable.
27566 (cos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
27567 (cos_upward_test_data): New variable.
27568 (cos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
27569 (cosh_test_data): New variable.
27570 (cosh_test): Run tests with RUN_TEST_LOOP_f_f.
27571 (cosh_tonearest_test_data): New variable.
27572 (cosh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
27573 (cosh_towardzero_test_data): New variable.
27574 (cosh_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
27575 (cosh_downward_test_data): New variable.
27576 (cosh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
27577 (cosh_upward_test_data): New variable.
27578 (cosh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
27579 (erf_test_data): New variable.
27580 (erf_test): Run tests with RUN_TEST_LOOP_f_f.
27581 (erfc_test_data): New variable.
27582 (erfc_test): Run tests with RUN_TEST_LOOP_f_f.
27583 (exp_test_data): New variable.
27584 (exp_test): Run tests with RUN_TEST_LOOP_f_f.
27585 (exp_tonearest_test_data): New variable.
27586 (exp_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
27587 (exp_towardzero_test_data): New variable.
27588 (exp_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
27589 (exp_downward_test_data): New variable.
27590 (exp_test_downward): Run tests with RUN_TEST_LOOP_f_f.
27591 (exp_upward_test_data): New variable.
27592 (exp_test_upward): Run tests with RUN_TEST_LOOP_f_f.
27593 (exp10_test_data): New variable.
27594 (exp10_test): Run tests with RUN_TEST_LOOP_f_f.
27595 (exp2_test_data): New variable.
27596 (exp2_test): Run tests with RUN_TEST_LOOP_f_f.
27597 (expm1_test_data): New variable.
27598 (expm1_test): Run tests with RUN_TEST_LOOP_f_f.
27599 (fabs_test_data): New variable.
27600 (fabs_test): Run tests with RUN_TEST_LOOP_f_f.
27601 (floor_test_data): New variable.
27602 (floor_test): Run tests with RUN_TEST_LOOP_f_f.
27603 (j0_test_data): New variable.
27604 (j0_test): Run tests with RUN_TEST_LOOP_f_f.
27605 (j1_test_data): New variable.
27606 (j1_test): Run tests with RUN_TEST_LOOP_f_f.
27607 (log_test_data): New variable.
27608 (log_test): Run tests with RUN_TEST_LOOP_f_f.
27609 (log10_test_data): New variable.
27610 (log10_test): Run tests with RUN_TEST_LOOP_f_f.
27611 (log1p_test_data): New variable.
27612 (log1p_test): Run tests with RUN_TEST_LOOP_f_f.
27613 (log2_test_data): New variable.
27614 (log2_test): Run tests with RUN_TEST_LOOP_f_f.
27615 (logb_test_data): New variable.
27616 (logb_test): Run tests with RUN_TEST_LOOP_f_f.
27617 (logb_downward_test_data): New variable.
27618 (logb_test_downward): Run tests with RUN_TEST_LOOP_f_f.
27619 (nearbyint_test_data): New variable.
27620 (nearbyint_test): Run tests with RUN_TEST_LOOP_f_f.
27621 (rint_test_data): New variable.
27622 (rint_test): Run tests with RUN_TEST_LOOP_f_f.
27623 (rint_tonearest_test_data): New variable.
27624 (rint_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
27625 (rint_towardzero_test_data): New variable.
27626 (rint_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
27627 (rint_downward_test_data): New variable.
27628 (rint_test_downward): Run tests with RUN_TEST_LOOP_f_f.
27629 (rint_upward_test_data): New variable.
27630 (rint_test_upward): Run tests with RUN_TEST_LOOP_f_f.
27631 (round_test_data): New variable.
27632 (round_test): Run tests with RUN_TEST_LOOP_f_f.
27633 (sin_test_data): New variable.
27634 (sin_test): Run tests with RUN_TEST_LOOP_f_f.
27635 (sin_tonearest_test_data): New variable.
27636 (sin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
27637 (sin_towardzero_test_data): New variable.
27638 (sin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
27639 (sin_downward_test_data): New variable.
27640 (sin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
27641 (sin_upward_test_data): New variable.
27642 (sin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
27643 (sinh_test_data): New variable.
27644 (sinh_test): Run tests with RUN_TEST_LOOP_f_f.
27645 (sinh_tonearest_test_data): New variable.
27646 (sinh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
27647 (sinh_towardzero_test_data): New variable.
27648 (sinh_towardzero): Run tests with RUN_TEST_LOOP_f_f.
27649 (sinh_downward_test_data): New variable.
27650 (sinh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
27651 (sinh_upward_test_data): New variable.
27652 (sinh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
27653 (sqrt_test_data): New variable.
27654 (sqrt_test): Run tests with RUN_TEST_LOOP_f_f.
27655 (tan_test_data): New variable.
27656 (tan_test): Run tests with RUN_TEST_LOOP_f_f.
27657 (tan_tonearest_test_data): New variable.
27658 (tan_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
27659 (tan_towardzero_test_data): New variable.
27660 (tan_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
27661 (tan_downward_test_data): New variable.
27662 (tan_test_downward): Run tests with RUN_TEST_LOOP_f_f.
27663 (tan_upward_test_data): New variable.
27664 (tan_test_upward): Run tests with RUN_TEST_LOOP_f_f.
27665 (tanh_test_data): New variable.
27666 (tanh_test): Run tests with RUN_TEST_LOOP_f_f.
27667 (tgamma_test_data): New variable.
27668 (tgamma_test): Run tests with RUN_TEST_LOOP_f_f.
27669 (trunc_test_data): New variable.
27670 (trunc_test): Run tests with RUN_TEST_LOOP_f_f.
27671 (y0_test_data): New variable.
27672 (y0_test): Run tests with RUN_TEST_LOOP_f_f.
27673 (y1_test_data): New variable.
27674 (y1_test): Run tests with RUN_TEST_LOOP_f_f.
27675 (significand_test_data): New variable.
27676 (significand_test): Run tests with RUN_TEST_LOOP_f_f.
27677
27678 2013-05-10 Christian Grönke <cgr_bugs@sysgo.com>
27679
27680 [BZ #12387]
27681 * sysdeps/unix/sysv/linux/sh/getgid.c: New file.
27682
27683 2013-05-10 Pino Toscano <toscano.pino@tiscali.it>
27684
27685 * sysdeps/mach/hurd/bits/statvfs.h: Add ST_NOATIME.
27686
27687 2013-05-10 Andreas Jaeger <aj@suse.de>
27688
27689 [BZ #15448]
27690 * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_SET_S)
27691 (__CPU_CLR_S, __CPU_ISSET_S): Avoid integer overflow.
27692
27693 2013-05-10 Joseph Myers <joseph@codesourcery.com>
27694
27695 * math/gen-libm-test.pl (adjust_arg): New function.
27696 (special_functions): Handle generating output in both functions
27697 and arrays.
27698 (parse_args): Likewise.
27699 (generate_testfile): Handle START_DATA and END_DATA. Pass extra
27700 $in_func argument to parse_args.
27701 * math/libm-test.inc (struct test_f_f_data): New type.
27702 (IF_ROUND_INIT_): New macro.
27703 (IF_ROUND_INIT_FE_DOWNWARD): Likewise.
27704 (IF_ROUND_INIT_FE_TONEAREST): Likewise.
27705 (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
27706 (IF_ROUND_INIT_FE_UPWARD): Likewise.
27707 (ROUND_RESTORE_): Likewise.
27708 (ROUND_RESTORE_FE_DOWNWARD): Likewise.
27709 (ROUND_RESTORE_FE_TONEAREST): Likewise.
27710 (ROUND_RESTORE_FE_TOWARDZERO): Likewise.
27711 (ROUND_RESTORE_FE_UPWARD): Likewise.
27712 (RUN_TEST_LOOP_f_f): New macro.
27713 (acos_test_data): New variable.
27714 (acos_test): Run tests with RUN_TEST_LOOP_f_f.
27715 (acos_tonearest_test_data): New variable.
27716 (acos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
27717
27718 2013-05-10 Siddhesh Poyarekar <siddhesh@redhat.com>
27719
27720 * benchtests/bench-skeleton.c (startup): Fix coding style.
27721
27722 2013-05-10 Joseph Myers <joseph@codesourcery.com>
27723
27724 [BZ #6809]
27725 * math/w_tgamma.c (__tgamma): Also call __kernel_standard for
27726 negative infinity argument.
27727 * math/w_tgammaf.c (__tgammaf): Also call __kernel_standard_f for
27728 negative infinity argument.
27729 * math/w_tgammal.c (__tgammal): Also call __kernel_standard_l for
27730 negative infinity argument.
27731 * math/libm-test.inc (tgamma_test): Expect errno to be set for
27732 domain errors.
27733
27734 2013-05-10 Florian Weimer <fweimer@redhat.com>
27735
27736 * elf/sprof.c (load_profdata): Use fstat64 instead of fstat.
27737 * iconv/iconv_charmap.c (charmap_conversion): Likewise.
27738 * iconv/iconv_prog.c (main): Likewise.
27739 * locale/programs/charmap-dir.c (charmap_readdir)
27740 (fopen_uncompressed): Likewise.
27741 * locale/programs/locfile.c (siblings_uncached)
27742 (write_locale_data): Use lstat64 instead of lstat.
27743 * sunrpc/rpc_main.c (find_cpp, checkfiles): Use stat64 instead of
27744 stat.
27745
27746 2013-05-10 Andreas Jaeger <aj@suse.de>
27747
27748 [BZ #15395]
27749 * sunrpc/rpc_main.c (main): Invoke setlocale and textdomain for
27750 localization.
27751 Include <locale.h>.
27752
27753 2013-05-09 Carlos O'Donell <carlos@redhat.com>
27754
27755 * elf/dl-close.c (_dl_close_worker): Add comments.
27756
27757 2013-05-09 Joseph Myers <joseph@codesourcery.com>
27758
27759 [BZ #15359]
27760 * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (c): Use 106 bits for
27761 high part of pi/2.
27762 (__ieee754_rem_pio2l): Update comments.
27763
27764 [BZ #15429]
27765 * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c (c): Use 113 bits for
27766 high part of pi/2.
27767 (__ieee754_rem_pio2l): Update comments.
27768
27769 * math/libm-test.inc (M_SQRT_2_2): Remove macro.
27770 (csqrt_test): Use M_SQRT1_2l instead of M_SQRT_2_2.
27771
27772 * math/libm-test.inc (carg_test): Use M_PI_34l instead of 3 *
27773 M_PI_4l.
27774
27775 * math/libm-test.inc (M_PI_34l): Define using decimal constant.
27776 (M_PI_34_LOG10El): Likewise.
27777 (M_PI2_LOG10El): Likewise.
27778 (M_PI4_LOG10El): Likewise.
27779 (M_PI_LOG10El): Likewise.
27780
27781 2013-05-08 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
27782
27783 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
27784
27785 2013-05-08 Joseph Myers <joseph@codesourcery.com>
27786
27787 * math/libm-test.inc (PLUS_ZERO_INIT): New macro.
27788 (MINUS_ZERO_INIT): Likewise.
27789 (PLUS_INFTY_INIT): Likewise.
27790 (MINUS_INFTY_INIT): Likewise.
27791 (QNAN_VALUE_INIT): Likewise.
27792 (MAX_VALUE_INIT): Likewise.
27793 (MIN_VALUE_INIT): Likewise.
27794 (MIN_SUBNORM_VALUE_INIT): Likewise.
27795 (plus_zero): Initialize with PLUS_ZERO_INIT.
27796 (minus_zero): Initialize with MINUS_ZERO_INIT.
27797 (plus_infty): Initialize with PLUS_INFTY_INIT.
27798 (minus_infty): Initialize with MINUS_INFTY_INIT.
27799 (qnan_value): Initialize with QNAN_VALUE_INIT.
27800 (max_value): Initialize with MAX_VALUE_INIT.
27801 (min_value): Initialize with MIN_VALUE_INIT.
27802 (min_subnorm_value): Initialize with MIN_SUBNORM_VALUE_INIT.
27803
27804 * math/libm-test.inc (RUN_TEST_if_f): New macro.
27805 (jn_test): Use TEST_if_f instead of TEST_ff_f.
27806 (ldexp_text): Use TEST_fi_i instead of TEST_ff_f.
27807 (yn_test): Use TEST_if_f instead of TEST_ff_f.
27808
27809 * math/libm-test.inc (RUN_TEST_f_f): New macro.
27810 (RUN_TEST_2_f): Likewise.
27811 (RUN_TEST_ff_f): Likewise.
27812 (RUN_TEST_fi_f): Likewise.
27813 (RUN_TEST_fl_f): Likewise.
27814 (RUN_TEST_fff_f): Likewise.
27815 (RUN_TEST_c_f): Likewise.
27816 (RUN_TEST_f_f1): Likewise.
27817 (RUN_TEST_fF_f1): Likewise.
27818 (RUN_TEST_fI_f1): Likewise.
27819 (RUN_TEST_ffI_f1): Likewise.
27820 (RUN_TEST_c_c): Likewise.
27821 (RUN_TEST_cc_c): Likewise.
27822 (RUN_TEST_f_i): Likewise.
27823 (RUN_TEST_f_i_tg): Likewise.
27824 (RUN_TEST_ff_i_tg): Likewise.
27825 (RUN_TEST_f_b): Likewise.
27826 (RUN_TEST_f_b_tg): Likewise.
27827 (RUN_TEST_f_l): Likewise.
27828 (RUN_TEST_f_L): Likewise.
27829 (RUN_TEST_sincos): Likewise.
27830 * math/gen-libm-test.pl (new_test): Take new argument to indicate
27831 whether to show exceptions. Do not include ");\n" in return
27832 value.
27833 (special_functions): Output call to RUN_TEST_sincos instead of
27834 check_float calls. Update calls to new_test.
27835 (parse_args): Output call to single RUN_TEST_* macro instead of
27836 check_* calls and other assignments. Update calls to new_test.
27837
27838 [BZ #2546]
27839 [BZ #2560]
27840 [BZ #5159]
27841 [BZ #15426]
27842 * sysdeps/ieee754/k_standard.c (__kernel_standard): Copy sign of
27843 input to result for tgamma overflow.
27844 * sysdeps/ieee754/dbl-64/e_gamma_r.c: Include <float.h>.
27845 (gamma_coeff): New variable.
27846 (NCOEFF): New macro.
27847 (gamma_positive): New function.
27848 (__ieee754_gamma_r): Handle positive infinity, NaN, overflow and
27849 underflow here. Use gamma_positive instead of exp (lgamma) for
27850 other arguments.
27851 * sysdeps/ieee754/flt-32/e_gammaf_r.c: Include <float.h>.
27852 (gamma_coeff): New variable.
27853 (NCOEFF): New macro.
27854 (gammaf_positive): New function.
27855 (__ieee754_gammaf_r): Handle positive infinity, NaN, overflow and
27856 underflow here. Use gamma_positive instead of exp (lgamma) for
27857 other arguments.
27858 * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Include <float.h>.
27859 (gamma_coeff): New variable.
27860 (NCOEFF): New macro.
27861 (gammal_positive): New function.
27862 (__ieee754_gammal_r): Handle positive infinity, NaN, overflow and
27863 underflow here. Use gamma_positive instead of exp (lgamma) for
27864 other arguments.
27865 * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Include <float.h>.
27866 (gamma_coeff): New variable.
27867 (NCOEFF): New macro.
27868 (gammal_positive): New function.
27869 (__ieee754_gammal_r): Handle positive infinity, overflow and
27870 underflow here. Handle NaN the same as positive infinity. Remove
27871 check x < 0xffffffff for negative integers. Use gamma_positive
27872 instead of exp (lgamma) for other arguments.
27873 * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Include <float.h>.
27874 (gamma_coeff): New variable.
27875 (NCOEFF): New macro.
27876 (gammal_positive): New function.
27877 * sysdeps/ieee754/dbl-64/gamma_product.c: New file.
27878 * sysdeps/ieee754/dbl-64/gamma_productf.c: Likewise.
27879 * sysdeps/ieee754/ldbl-128/gamma_productl.c: Likewise.
27880 * sysdeps/ieee754/ldbl-128ibm/gamma_productl.c: Likewise.
27881 * sysdeps/ieee754/ldbl-96/gamma_product.c: Likewise.
27882 * sysdeps/ieee754/ldbl-96/gamma_productl.c: Likewise.
27883 * sysdeps/generic/math_private.h (__gamma_productf): New
27884 prototype.
27885 (__gamma_product): Likewise.
27886 (__gamma_productl): Likewise.
27887 * math/Makefile (libm-calls): Add gamma_product.
27888 * math/libm-test.inc (tgamma_test): Add more tests.
27889 * sysdeps/i386/fpu/libm-test-ulps: Update.
27890 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27891
27892 2013-05-08 Ondřej Bílka <neleai@seznam.cz>
27893
27894 * benchtests/bench-skeleton.c (main): Preheat CPU.
27895
27896 2013-05-07 Aurelien Jarno <aurelien@aurel32.net>
27897
27898 * misc/sys/param.h (DEV_BSIZE): Define only if not already defined.
27899
27900 2013-05-07 Roland McGrath <roland@hack.frob.com>
27901
27902 * sysdeps/generic/ldsodefs.h [IS_IN_rtld]: Declare _dl_skip_args
27903 and _dl_skip_args_internal.
27904
27905 2013-05-07 Carlos O'Donell <carlos@redhat.com>
27906
27907 * manual/message.texi (Message Translation): Talk about users.
27908 Message to key mapping impacts design.
27909
27910 2013-05-06 Roland McGrath <roland@hack.frob.com>
27911
27912 * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: New file.
27913
27914 * elf/dl-open.c: Remove declaration of _dl_sysdep_start.
27915
27916 * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: Moved to ...
27917 * sysdeps/wordsize-64/glob64.c: ... here.
27918
27919 * sysdeps/generic/not-cancel.h (NO_CANCELLATION): New macro.
27920 (pause_not_cancel, nanosleep_not_cancel, sigsuspend_not_cancel):
27921 New macros.
27922
27923 * debug/getlogin_r_chk.c: Moved to ...
27924 * login/getlogin_r_chk.c: ... here.
27925 * debug/Makefile (routines): Move getlogin_r_chk to ...
27926 * login/Makefile (routines): ... here.
27927 * debug/Versions (libc: GLIBC_2.4): Move getlogin_r_chk to ...
27928 * login/Versions (libc: GLIBC_2.4): ... here.
27929
27930 * io/poll.c (__poll): Renamed from poll.
27931 Add libc_hidden_def.
27932 (poll): Define as weak alias.
27933
27934 * debug/ptsname_r_chk.c: Moved to ...
27935 * login/ptsname_r_chk.c: ... here.
27936 * debug/Makefile (routines): Move ptsname_r_chk to ...
27937 * login/Makefile (routines): ... here.
27938 * debug/Versions (libc: GLIBC_2.4): Move __ptsname_r_chk to ...
27939 * login/Versions (libc: GLIBC_2.4): ... here.
27940
27941 * posix/getlogin.c: Moved to ...
27942 * login/getlogin.c: ... here.
27943 * posix/getlogin_r.c: Moved to ...
27944 * login/getlogin_r.c: ... here.
27945 * posix/getlogin_r.c: Moved to ...
27946 * login/getlogin_r.c: ... here.
27947 * posix/Makefile (routines): Move getlogin, getlogin_r, setlogin to ...
27948 * login/Makefile (routines): ... here.
27949 * posix/Versions (libc: GLIBC_2.0): Move setlogin to ...
27950 * login/Versions (libc: GLIBC_2.0): ... here.
27951
27952 * resource/setrlimit.c (__setrlimit): Renamed from setrlimit.
27953 (setrlimit): Define as weak alias.
27954
27955 * sysdeps/posix/truncate.c (__truncate): Renamed from truncate.
27956 Call __ names for open, ftruncate, and close.
27957 For LENGTH==0 case, just use O_TRUNC rather than calling ftruncate.
27958 (truncate): Define as weak alias.
27959
27960 2013-05-06 Joseph Myers <joseph@codesourcery.com>
27961
27962 * math/gen-libm-test.pl (parse_args): Initialize x before each
27963 test of frexp, modf and remquo.
27964
27965 * math/libm-test.inc (gamma_test): Consistently use TEST_f_f1 to
27966 test signgam value.
27967
27968 2013-05-06 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
27969
27970 [BZ #15418]
27971 [BZ #15419]
27972 * sysdeps/powerpc/fpu/e_hypot.c: Fix spurious FP exception generated by
27973 internal tests.
27974 * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
27975
27976 2013-05-06 Roland McGrath <roland@hack.frob.com>
27977
27978 * elf/dl-writev.h: New file.
27979 * elf/dl-misc.c: Include it.
27980 (_dl_debug_vdprintf): Call _dl_writev instead of __writev et al.
27981 * sysdeps/unix/sysv/linux/dl-writev.h: New file.
27982
27983 2013-05-04 Joseph Myers <joseph@codesourcery.com>
27984
27985 * math/libm-test.inc (noXFails): Remove variable.
27986 (noXPasses): Likewise.
27987 (BUILD_COMPLEX_INT): Remove macro.
27988 (print_screen): Remove xfail argument.
27989 (print_screen_max_error): Likewise.
27990 (update_stats): Likewise.
27991 (print_max_error): Likewise. Update calls to other affected
27992 functions.
27993 (print_complex_max_error): Likewise.
27994 (test_single_exception): Update calls to print_screen.
27995 (test_single_errno): Likewise.
27996 (check_float_internal): Remove xfail argument. Update calls to
27997 other affected functions.
27998 (check_float): Likewise.
27999 (check_complex): Likewise.
28000 (check_int): Likewise.
28001 (check_long): Likewise.
28002 (check_bool): Likewise.
28003 (check_longlong): Likewise.
28004 (main): Don't print noXFails and noXPasses.
28005 * math/gen-libm-test.pl (top level): Don't mention expected
28006 failure handling in comment.
28007 (new_test): Don't handle expected failures.
28008 (parse_args): Don't mention expected failure handling in comment.
28009 (generate_testfile): Don't handle expected failures.
28010 (parse_ulps): Likewise.
28011 (print_ulps_file): Likewise.
28012 (get_failure): Remove function.
28013 (output_test): Don't handle expected failures.
28014 * make/README.libm-test: Don't mention expected failure handling.
28015
28016 * math/libm-test.inc (plus_zero): Make const. Add initializer.
28017 (minus_zero): Likewise.
28018 (plus_infty): Likewise.
28019 (minus_infty): Likewise.
28020 (qnan_value): Likewise.
28021 (max_value): Likewise.
28022 (min_value): Likewise.
28023 (min_subnorm_value): Likewise.
28024 (initialize): Do not initialize those variables dynamically.
28025
28026 2013-05-03 Roland McGrath <roland@hack.frob.com>
28027
28028 * io/open.c (__open_2): Moved to ...
28029 * io/open_2.c: ... this new file.
28030 * io/open64.c (__open64_2): Moved to ...
28031 * io/open64_2.c: ... this new file.
28032 * io/openat.c (__openat_2): Moved to ...
28033 * io/openat_2.c: ... this new file.
28034 * io/openat64.c (__openat64_2): Moved to ...
28035 * io/openat64_2.c: ... this new file.
28036 * io/Makefile (routines): Add them.
28037 * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Remove them.
28038 * sysdeps/unix/sysv/linux/open_2.c: File removed.
28039 * sysdeps/unix/sysv/linux/open64_2.c: File removed.
28040 * sysdeps/unix/sysv/linux/openat.c (__OPENAT_2): Removed.
28041 * sysdeps/unix/sysv/linux/openat64.c (__OPENAT_2): Removed.
28042 * sysdeps/unix/sysv/linux/wordsize-64/openat.c (__openat_2): Removed.
28043 (__openat64): Add hidden_ver.
28044 * sysdeps/mach/hurd/open.c (__open_2, __open64_2): Removed.
28045 * sysdeps/mach/hurd/openat.c (__openat_2): Removed.
28046
28047 * elf/dl-sysdep.c (_dl_sysdep_start) [NEED_DL_SYSINFO]:
28048 Separately conditionalize setting of GLRO(dl_sysinfo) so
28049 that the GLRO(dl_sysinfo_dso) test is under [NEED_DL_SYSINFO_DSO]
28050 as well, but the actual setting is only under [NEED_DL_SYSINFO].
28051
28052 2013-04-30 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
28053
28054 * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_time symbol.
28055 * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Add __vdso_time
28056 definition.
28057 (VDSO_IFUNC_RET): Cast to void * to silence compiler warning.
28058 * sysdeps/unix/sysv/linux/powerpc/init-first.c
28059 (_libc_vdso_platform_setup): Add __vdso_time initialization.
28060 * sysdeps/unix/sysv/linux/powerpc/time.c: New file: time implementation
28061 for PowerPC using vDSO where is avaliable or gettimeofday as a fallback.
28062
28063 2013-05-03 Joseph Myers <joseph@codesourcery.com>
28064
28065 * math/libm-test.inc (lgamma_test): Consistently use TEST_f_f1 to
28066 test signgam value.
28067
28068 * math/libm-test.inc (hypot_test): Do not use
28069 IGNORE_ZERO_INF_SIGN.
28070
28071 2013-05-03 Andreas Jaeger <aj@suse.de>
28072
28073 * sysdeps/gnu/netinet/tcp.h (TCP_TIMESTAMP): New value, from
28074 Linux 3.9.
28075 * sysdeps/unix/sysv/linux/bits/socket.h (PF_VSOCK, AF_VSOCK): Add.
28076 (PF_MAX): Adjust for VSOCK change.
28077
28078 2013-05-03 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
28079
28080 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
28081
28082 2013-05-02 Carlos O'Donell <carlos@redhat.com>
28083
28084 [BZ #15264]
28085 * localedata/locales/en_CA (LC_MESSAGES): Define yesstr and nostr.
28086 * localedata/locales/es_AR (LC_MESSAGES): Copy es_ES.
28087 * localedata/locales/es_ES (LC_MESSAGES): Define yesstr and nostr.
28088
28089 2013-05-02 David S. Miller <davem@davemloft.net>
28090
28091 * sysdeps/sparc/fpu/libm-test-ulps: Update.
28092
28093 2013-05-01 Ondřej Bílka <neleai@seznam.cz>
28094
28095 * string/bits/string2.h (__strcmp_cg): Call __strcmp_gc.
28096
28097 2013-05-01 Roland McGrath <roland@hack.frob.com>
28098
28099 * sysdeps/posix/opendir.c: Include <sys/param.h> to get MIN/MAX macros.
28100
28101 2013-05-01 Richard Smith <richard@metafoo.co.uk>
28102
28103 [BZ #14952]
28104 * misc/sys/cdefs.h (__extern_inline, __extern_always_inline)
28105 [__GNUC__ && (__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
28106 Use __attribute__ ((__gnu_inline__)).
28107 [__GNUC__ && !(__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
28108 Don't use __attribute__ ((__gnu_inline__)).
28109
28110 2013-05-01 Joseph Myers <joseph@codesourcery.com>
28111
28112 [BZ #15423]
28113 * math/s_catan.c (__catan): Handle small real or imaginary part of
28114 input specially to avoid spurious underflow.
28115 * math/s_catanf.c (__catanf): Likewise.
28116 * math/s_catanh.c (__catanh): Likewise.
28117 * math/s_catanhf.c (__catanhf): Likewise.
28118 * math/s_catanhl.c (__catanhl): Likewise.
28119 * math/s_catanl.c (__catanl): Likewise.
28120 * math/libm-test.inc (catan_test): Add more tests.
28121 (catanh_test): Likewise.
28122 * sysdeps/i386/fpu/libm-test-ulps: Update.
28123 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
28124
28125 2013-04-30 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
28126
28127 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
28128
28129 2013-04-30 Joseph Myers <joseph@codesourcery.com>
28130
28131 [BZ #15416]
28132 * math/s_catan.c (__catan): Compute expressions 1 - x^2 - y^2 more
28133 accurately for denominator in atan2.
28134 * math/s_catanf.c (__catanf): Likewise.
28135 * math/s_catanh.c (__catanh): Likewise.
28136 * math/s_catanhf.c (__catanhf): Likewise.
28137 * math/s_catanhl.c (__catanhl): Likewise.
28138 * math/s_catanl.c (__catanl): Likewise.
28139 * math/libm-test.inc (catan_test): Add more tests.
28140 (catanh_test): Likewise.
28141 * sysdeps/i386/fpu/libm-test-ulps: Update.
28142 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
28143
28144 2013-04-30 Siddhesh Poyarekar <siddhesh@redhat.com>
28145
28146 * sysdeps/ieee754/dbl-64/s_sin.c: Format code.
28147
28148 * benchtests/Makefile (bench): Remove slow benchmarks.
28149 * benchtests/atan-inputs: Add slow benchmark inputs.
28150 * benchtests/bench-modf.c (NUM_VARIANTS): Define.
28151 (BENCH_FUNC): Accept variant offset.
28152 (VARIANT): Define.
28153 * benchtests/bench-skeleton.c (main): Run benchmark for each
28154 variant.
28155 * benchtests/cos-inputs: Add slow benchmark inputs.
28156 * benchtests/exp-inputs: Likewise.
28157 * benchtests/pow-inputs: Likewise.
28158 * benchtests/sin-inputs: Likewise.
28159 * benchtests/slowatan-inputs: Remove.
28160 * benchtests/slowatan.c: Remove.
28161 * benchtests/slowcos-inputs: Remove.
28162 * benchtests/slowcos.c: Remove.
28163 * benchtests/slowexp-inputs: Remove.
28164 * benchtests/slowexp.c: Remove.
28165 * benchtests/slowpow-inputs: Remove.
28166 * benchtests/slowpow.c: Remove.
28167 * benchtests/slowsin-inputs: Remove.
28168 * benchtests/slowsin.c: Remove.
28169 * benchtests/slowtan-inputs: Remove.
28170 * benchtests/slowtan.c: Remove.
28171 * benchtests/tan-inputs: Add slow benchmark inputs.
28172 * scripts/bench.pl: Parse comments and directives.
28173
28174 * benchtests/Makefile: Remove *-ITER. Define BENCH_DURATION
28175 in CPPFLAGS.
28176 ($(objpfx)bench-%.c): Remove *-ITER.
28177 * benchtests/bench-modf.c: Remove definition of ITER.
28178 * benchtests/bench-skeleton.c (TIMESPEC_AFTER): New macro.
28179 (main): Loop for DURATION seconds instead of fixed number of
28180 iterations.
28181 * scripts/bench.pl: Don't expect iterations in parameters.
28182
28183 2013-04-29 Roland McGrath <roland@hack.frob.com>
28184
28185 * io/fchdir.c (__fchdir): Renamed from fchdir.
28186 (fchdir): Define as weak alias.
28187
28188 2013-04-29 Joseph Myers <joseph@codesourcery.com>
28189
28190 * math/libm-test.inc (ERRNO_UNCHANGED): New macro.
28191 (ERRNO_EDOM): Likewise.
28192 (ERRNO_ERANGE): Likewise.
28193 (noErrnoTests): New variable.
28194 (init_max_error): Set errno to 0.
28195 (test_single_errno): New function.
28196 (test_errno): Likewise.
28197 (check_float_internal): Call test_errno. Set errno to 0.
28198 (check_complex): Refer to errno tests in comment.
28199 (check_int): Call test_errno. Set errno to 0.
28200 (check_long): Likewise.
28201 (check_bool): Likewise.
28202 (check_longlong): Likewise.
28203 (cos_test): Use ERRNO_* flags for errno tests instead of
28204 check_int.
28205 (expm1_test): Likewise.
28206 (fmod_test): Likewise.
28207 (ilogb_test): Likewise.
28208 (lgamma_test): Likewise.
28209 (pow_test): Likewise.
28210 (remainder_test): Likewise.
28211 (sin_test): Likewise.
28212 (tan_test): Likewise.
28213 (yn_test): Likewise.
28214 (initialize): Set errno to 0.
28215 (main): Print number of errno tests.
28216 * math/gen-libm-test.pl (parse_args): Allow ERRNO flags on tests.
28217
28218 2013-04-29 Andreas Jaeger <aj@suse.de>
28219
28220 [BZ #15084]
28221 * resolv/res_debug.c (p_option): Fix strings for RES_USEBSTRING
28222 and RES_USEVC.
28223
28224 [BZ #15085]
28225 * resolv/resolv.h (RES_NOCHECKNAME): Mark as unimplemented.
28226 * resolv/res_debug.c (p_option): Mark RES_NOCHECKNAME as
28227 unimplemented.
28228
28229 [BZ #15380]
28230 * stdlib/random.c (__initstate): Return NULL if
28231 __initstate fails.
28232
28233 [BZ #15086]
28234 * resolv/res_debug.c (p_option): Handle RES_NOALIASES,
28235 RES_KEEPTSIG, RES_BLAST, RES_NOIP6DOTINT, RES_SNGLKUP,
28236 RES_SNGLKUPREOP.
28237
28238 2013-04-29 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
28239
28240 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
28241
28242 2013-04-29 Joseph Myers <joseph@codesourcery.com>
28243
28244 * math/libm-test.inc (cacos_test): Add missing semicolons at ends
28245 of individual tests.
28246 (casin_test): Likewise.
28247 (casinh_test): Likewise.
28248
28249 2013-04-27 Joseph Myers <joseph@codesourcery.com>
28250
28251 [BZ #15409]
28252 * math/s_catan.c (__catan): Handle arguments with large real or
28253 imaginary part separately without squaring.
28254 * math/s_catanf.c (__catanf): Likewise.
28255 * math/s_catanh.c (__catanh): Likewise.
28256 * math/s_catanhf.c (__catanhf): Likewise.
28257 * math/s_catanhl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
28258 and redefine.
28259 (__catanhl): Handle arguments with large real or imaginary part
28260 separately without squaring.
28261 * math/s_catanl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
28262 and redefine.
28263 (__catanl): Handle arguments with large real or imaginary part
28264 separately without squaring.
28265 * math/libm-test.inc (catan_test): Add more tests.
28266 (catanh_test): Likewise.
28267 * sysdeps/i386/fpu/libm-test-ulps: Update.
28268 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
28269
28270 2013-04-27 Andreas Jaeger <aj@suse.de>
28271
28272 [BZ #15007]
28273 * stdlib/stdlib.h: Update guards for qecvt.
28274 * stdlib/bits/stdlib-ldbl.h: Sync guards for qecvt etc with
28275 <stdlib.h>.
28276
28277 2013-04-27 Allan McRae <allan@archlinux.org>
28278
28279 * sysdeps/i386/fpu/libm-test-ulps: Update.
28280
28281 2013-04-26 Joseph Myers <joseph@codesourcery.com>
28282
28283 [BZ #15406]
28284 * math/s_catan.c: Include <float.h>.
28285 (__catan): Ensure underflow exception occurs for underflowed
28286 result.
28287 * math/s_catanf.c: Include <float.h>.
28288 (__catanf): Ensure underflow exception occurs for underflowed
28289 result.
28290 * math/s_catanh.c: Include <float.h>.
28291 (__catanh): Ensure underflow exception occurs for underflowed
28292 result.
28293 * math/s_catanhf.c: Include <float.h>.
28294 (__catanhf): Ensure underflow exception occurs for underflowed
28295 result.
28296 * math/s_catanhl.c: Include <float.h>.
28297 (__catanhl): Ensure underflow exception occurs for underflowed
28298 result.
28299 * math/s_catanl.c: Include <float.h>.
28300 (__catanl): Ensure underflow exception occurs for underflowed
28301 result.
28302 * math/libm-test.inc (catan_test): Add more tests.
28303 (catanh_test): Likewise.
28304
28305 [BZ #15405]
28306 * math/s_ccosh.c (__ccosh): Ensure underflow exception occurs for
28307 underflowed result.
28308 * math/s_ccoshf.c (__ccoshf): Likewise.
28309 * math/s_ccoshl.c (__ccoshl): Likewise.
28310 * math/s_csin.c (__csin): Likewise.
28311 * math/s_csinf.c (__csinf): Likewise.
28312 * math/s_csinh.c (__csinh): Likewise.
28313 * math/s_csinhf.c (__csinhf): Likewise.
28314 * math/s_csinhl.c (__csinhl): Likewise.
28315 * math/s_csinl.c (__csinl): Likewise.
28316 * math/libm-test.inc (ccos_test): Add more tests.
28317 (ccosh_test): Likewise.
28318 (csin_test): Likewise.
28319 (csinh_test): Likewise.
28320
28321 2013-04-26 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
28322
28323 * sysdeps/powerpc/power5/fpu/s_modf.c: Moved to ...
28324 * sysdeps/powerpc/power5+/fpu/s_modf.c: ... this.
28325 * sysdeps/powerpc/power5/fpu/s_modff.c: Moved to ...
28326 * sysdeps/powerpc/power5+/fpu/s_modff.c: ... this.
28327 * sysdeps/powerpc/powerpc32/power5+/Implies: Add powerpc/power5+ and
28328 powerpc/power5+/fpu folders.
28329 * sysdeps/powerpc/powerpc64/power5+/Implies: Likewise.
28330
28331
28332 2013-04-26 Markus Trippelsdorf <markus@trippelsdorf.de>
28333
28334 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
28335
28336 2013-04-25 Joseph Myers <joseph@codesourcery.com>
28337
28338 * elf/Makefile [$(config-machine) = x86_64] (tests): Remove
28339 additions to variable.
28340 [$(config-machine) = x86_64] (modules-names): Likewise.
28341 ($(objpfx)tst-audit3): Remove dependency.
28342 ($(objpfx)tst-audit3.out): Likewise.
28343 ($(objpfx)tst-audit4): Likewise.
28344 ($(objpfx)tst-audit4.out): Likewise.
28345 ($(objpfx)tst-audit5): Likewise.
28346 ($(objpfx)tst-audit5.out): Likewise.
28347 ($(objpfx)tst-audit6): Likewise.
28348 ($(objpfx)tst-audit6.out): Likewise.
28349 ($(objpfx)tst-audit7): Likewise.
28350 ($(objpfx)tst-audit7.out): Likewise.
28351 (tst-audit3-ENV): Remove variable.
28352 (tst-audit4-ENV): Likewise.
28353 (tst-audit5-ENV): Likewise.
28354 (tst-audit6-ENV): Likewise.
28355 (tst-audit7-ENV): Likewise.
28356 [$(config-cflags-avx) = yes] (AVX-CFLAGS): Likewise.
28357 [$(config-cflags-avx) = yes] (CFLAGS-tst-audit4.c): Remove
28358 addition to variable.
28359 [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4a.c): Likewise.
28360 [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4b.c): Likewise.
28361 [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6b.c): Likewise.
28362 [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6c.c): Likewise.
28363 [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod7b.c): Likewise.
28364 * sysdeps/x86_64/Makefile [$(subdir) = elf] (tests): Add
28365 tst-audit3, tst-audit4 and tst-audit5.
28366 [$(subdir) = elf && $(config-cflags-avx) = yes] (tests): Add
28367 tst-audit6 and tst-audit7.
28368 [$(subdir) = elf] (modules-names): Add audit modules for those
28369 tests.
28370 [$(subdir) = elf] ($(objpfx)tst-audit3): New dependency.
28371 [$(subdir) = elf] ($(objpfx)tst-audit3.out): Likewise.
28372 [$(subdir) = elf] ($(objpfx)tst-audit4): Likewise.
28373 [$(subdir) = elf] ($(objpfx)tst-audit4.out): Likewise.
28374 [$(subdir) = elf] ($(objpfx)tst-audit5): Likewise.
28375 [$(subdir) = elf] ($(objpfx)tst-audit5.out): Likewise.
28376 [$(subdir) = elf] ($(objpfx)tst-audit6): Likewise.
28377 [$(subdir) = elf] ($(objpfx)tst-audit6.out): Likewise.
28378 [$(subdir) = elf] ($(objpfx)tst-audit7): Likewise.
28379 [$(subdir) = elf] ($(objpfx)tst-audit7.out): Likewise.
28380 [$(subdir) = elf] (tst-audit3-ENV): New variable.
28381 [$(subdir) = elf] (tst-audit4-ENV): Likewise.
28382 [$(subdir) = elf] (tst-audit5-ENV): Likewise.
28383 [$(subdir) = elf] (tst-audit6-ENV): Likewise.
28384 [$(subdir) = elf] (tst-audit7-ENV): Likewise.
28385 [$(subdir) = elf && $(config-cflags-avx) = yes] (AVX-CFLAGS):
28386 Likewise.
28387 [$(subdir) = elf && $(config-cflags-avx) = yes]
28388 (CFLAGS-tst-audit4.c): Append $(AVX-CFLAGS).
28389 [$(subdir) = elf && $(config-cflags-avx) = yes]
28390 (CFLAGS-tst-auditmod4a.c): Likewise.
28391 [$(subdir) = elf && $(config-cflags-avx) = yes]
28392 (CFLAGS-tst-auditmod4b.c): Likewise.
28393 [$(subdir) = elf && $(config-cflags-avx) = yes]
28394 (CFLAGS-tst-auditmod6b.c): Likewise.
28395 [$(subdir) = elf && $(config-cflags-avx) = yes]
28396 (CFLAGS-tst-auditmod6c.c): Likewise.
28397 [$(subdir) = elf && $(config-cflags-avx) = yes]
28398 (CFLAGS-tst-auditmod7b.c): Likewise.
28399 * elf/tst-audit3.c: Move to ...
28400 * sysdeps/x86_64/tst-audit3.c: ... here.
28401 * elf/tst-audit4.c: Move to ...
28402 * sysdeps/x86_64/tst-audit4.c: ... here.
28403 * elf/tst-audit5.c: Move to ...
28404 * sysdeps/x86_64/tst-audit5.c: ... here.
28405 * elf/tst-audit6.c: Move to ...
28406 * sysdeps/x86_64/tst-audit6.c: ... here.
28407 * elf/tst-audit7.c: Move to ...
28408 * sysdeps/x86_64/tst-audit7.c: ... here.
28409 * elf/tst-auditmod3a.c: Move to ...
28410 * sysdeps/x86_64/tst-auditmod3a.c: ... here.
28411 * elf/tst-auditmod3b.c: Move to ...
28412 * sysdeps/x86_64/tst-auditmod3b.c: ... here.
28413 * elf/tst-auditmod4a.c: Move to ...
28414 * sysdeps/x86_64/tst-auditmod4a.c: ... here.
28415 * elf/tst-auditmod4b.c: Move to ...
28416 * sysdeps/x86_64/tst-auditmod4b.c: ... here.
28417 * elf/tst-auditmod5a.c: Move to ...
28418 * sysdeps/x86_64/tst-auditmod5a.c: ... here.
28419 * elf/tst-auditmod5b.c: Move to ...
28420 * sysdeps/x86_64/tst-auditmod5b.c: ... here.
28421 * elf/tst-auditmod6a.c: Move to ...
28422 * sysdeps/x86_64/tst-auditmod6a.c: ... here.
28423 * elf/tst-auditmod6b.c: Move to ...
28424 * sysdeps/x86_64/tst-auditmod6b.c: ... here.
28425 * elf/tst-auditmod6c.c: Move to ...
28426 * sysdeps/x86_64/tst-auditmod6c.c: ... here.
28427 * elf/tst-auditmod7a.c: Move to ...
28428 * sysdeps/x86_64/tst-auditmod7a.c: ... here.
28429 * elf/tst-auditmod7b.c: Move to ...
28430 * sysdeps/x86_64/tst-auditmod7b.c: ... here.
28431
28432 2013-04-25 Paul Pluzhnikov <ppluzhnikov@google.com>
28433
28434 [BZ #15366]
28435 * sysdeps/generic/inttypes.h (PRId8, PRId16, etc.):
28436 define unconditionally.
28437 * sysdeps/generic/stdint.h (INT8_MIN, INT16_MIN, etc.):
28438 define unconditionally.
28439 (INT8_C, INT16_C, etc.): Likewise.
28440
28441 2013-04-25 Maciej W. Rozycki <macro@codesourcery.com>
28442
28443 * csu/libc-start.c (__libc_start_main) [!SHARED]: Declare
28444 __ehdr_start with hidden visibility.
28445
28446 * soft-fp/op-common.h (_FP_SQRT): s/sNAN/NAN/ in a comment.
28447
28448 2013-04-24 Carlos O'Donell <carlos@redhat.com>
28449
28450 * math/libm-test.inc (cos_test): Use accurate hex constants.
28451 (sincost_test): Likewise.
28452
28453 2013-04-24 Joseph Myers <joseph@codesourcery.com>
28454
28455 * math/libm-test.inc (catan_test): Add more tests.
28456 (catanh_test): Likewise.
28457
28458 * math/s_catanf.c (__catanf): Use suffixed floating-point
28459 constants.
28460 * math/s_catanhf.c (__catanhf): Likewise.
28461 * math/s_catanhl.c (__catanhl): Likewise.
28462 * math/s_catanl.c (__catanl): Likewise.
28463
28464 [BZ #15394]
28465 * math/s_catan.c (__catan): Calculate imaginary part of result
28466 with log1p not log unless computing log of number close to 0.
28467 * math/s_catanf.c (__catanf): Likewise.
28468 * math/s_catanl.c (__catanl): Likewise.
28469 * math/s_catanh.c (__catanh): Calculate real part of result with
28470 log1p not log unless computing log of number close to 0.
28471 * math/s_catanhf.c (__catanhf): Likewise.
28472 * math/s_catanhl.c (__catanhl): Likewise.
28473 * math/libm-test.inc (catan_test): Add more tests.
28474 (catanh_test): Likewise.
28475 * sysdeps/i386/fpu/libm-test-ulps: Update.
28476 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
28477
28478 2013-04-24 Siddhesh Poyarekar <siddhesh@redhat.com>
28479
28480 * benchtests/Makefile: Mention files in which fast and slow
28481 paths of math functions are implemented.
28482
28483 2013-04-23 Roland McGrath <roland@hack.frob.com>
28484
28485 * sysdeps/posix/timespec_get.c: New file.
28486
28487 2013-04-23 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
28488
28489 * sysdeps/powerpc/power5/fpu/s_modf.c: New file: modf optimization for
28490 POWER.
28491 * sysdeps/powerpc/power5/fpu/s_modff.c: New file: modff optimization
28492 for POWER.
28493 * sysdeps/powerpc/powerpc64/power5/Implies: Add powerpc/power5 and
28494 powerpc/power5/fpu folders.
28495 * sysdeps/powerpc/powerpc32/power5/Implies: Likewise.
28496 * benchtests/Makefile: Add modf testcase.
28497 * benchtests/bench-modf.c: New file: Benchmark test for mo
28498
28499 2013-04-23 Siddhesh Poyarekar <siddhesh@redhat.com>
28500
28501 [BZ #14888]
28502 * time/Makefile (tests): Add tst-strptime-whitespace.
28503 * time/strptime_l.c (get_number): Use ISSPACE.
28504 (__strptime_internal): Likewise.
28505 * time/tst-strptime-whitespace.c: New test case.
28506
28507 2013-04-23 Andreas Schwab <schwab@linux-m68k.org>
28508
28509 * nss/nss_files/files-init.c (TF): Don't initialize flexible array
28510 member.
28511 (_nss_files_init): Set it here.
28512
28513 2013-04-23 Heiko Carstens <heiko.carstens@de.ibm.com>
28514
28515 * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Change types of
28516 f_type, f_bsize, f_namelen, f_frsize, f_flags,and f_spare to
28517 unsigned.
28518
28519 2013-04-22 Jan-Benedict Glaw <jbglaw@getslash.de>
28520
28521 * nss/getent.c (shadow_keys): Call endspent, not endpwent.
28522
28523 2013-04-22 Siddhesh Poyarekar <siddhesh@redhat.com>
28524
28525 * sysdeps/posix/getaddrinfo.c (getaddrinfo): Compute results
28526 size just once.
28527
28528 2013-04-21 David S. Miller <davem@davemloft.net>
28529
28530 * po/ru.po: Update Russion translation from translation project.
28531
28532 2013-04-17 Adam Conrad <adconrad@0c3.net>
28533
28534 * sysdeps/unix/sysv/linux/sys/fsuid.h: Remove __wur from setfsuid
28535 and setfsgid.
28536
28537 2013-04-17 Carlos O'Donell <carlos@redhat.com>
28538
28539 * configure.in: Remove i386 configure warning. Remove i386 case.
28540 * configure: Regenerate.
28541 * sysdeps/i386/configure.in: Raise error if config_machine is i386.
28542 Add example to error message.
28543 * sysdeps/i386/configure: Regenerate.
28544
28545 2013-04-17 Siddhesh Poyarekar <siddhesh@redhat.com>
28546
28547 * benchtests/Makefile (bench): Add cos, tan, slowcos and
28548 slowtan.
28549 * benchtests/cos-inputs: New file.
28550 * benchtests/slowcos-inputs: New file.
28551 * benchtests/slowcos.c: New file.
28552 * benchtests/slowtan-inputs: New file.
28553 * benchtests/slowtan.c: New file.
28554 * benchtests/tan-inputs: New file.
28555
28556 2013-04-16 Roland McGrath <roland@hack.frob.com>
28557
28558 * rt/tst-aio7.c (do_test): Don't test O_RDONLY fd case, which is now
28559 considered kosher.
28560
28561 2013-04-16 Siddhesh Poyarekar <siddhesh@redhat.com>
28562
28563 * benchtests/Makefile: Include cppflags-iterator.mk to add
28564 -DNOT_IN_libc=1 to CPPFLAGS of all benchmark programs.
28565
28566 * Makefile.in (bench-clean): New target.
28567 * benchtests/Makefile (bench-clean): Likewise.
28568
28569 2013-04-16 David Holsgrove <david.holsgrove@xilinx.com>
28570
28571 * elf/elf.h: Add EM_MICROBLAZE and MicroBlaze relocations.
28572
28573 2013-04-15 Thomas Schwinge <thomas@codesourcery.com>
28574
28575 * stdio-common/tstdiomisc.c: Fix coding-style violation.
28576
28577 2013-04-15 Andreas Schwab <schwab@suse.de>
28578
28579 * nscd/grpcache.c (cache_addgr): Properly check for short write.
28580 * nscd/initgrcache.c (addinitgroupsX): Likewise.
28581 * nscd/pwdcache.c (cache_addpw): Likewise.
28582 * nscd/servicescache.c (cache_addserv): Likewise. Don't write
28583 more than recsize.
28584
28585 2013-04-15 Siddhesh Poyarekar <siddhesh@redhat.com>
28586
28587 * benchtests/Makefile (bench): Write all output to
28588 bench-out.tmp together.
28589
28590 2013-04-15 Andreas Schwab <schwab@suse.de>
28591
28592 * nscd/nscd.c (main): Don't fork again after closing files.
28593
28594 2013-04-15 Siddhesh Poyarekar <siddhesh@redhat.com>
28595
28596 * libio/tst-fwrite-error.c (do_test): Fix BUF array definition.
28597
28598 * benchtests/Rules (bench-deps): Collect dependencies into a
28599 single variable. Add Makefile to dependencies.
28600 ($(objpfx)bench-%.c): Depend on bench-deps.
28601
28602 2013-04-12 Roland McGrath <roland@hack.frob.com>
28603 Xavier Roche <roche+kml2@exalead.com>
28604
28605 [BZ #15361]
28606 * sysdeps/pthread/aio_fsync.c (aio_fsync): Don't check open modes,
28607 just that it's a file descriptor.
28608 * manual/llio.texi (Synchronizing AIO Operations): Update description
28609 for EBADF error from aio_fsync.
28610
28611 2013-04-12 Siddhesh Poyarekar <siddhesh@redhat.com>
28612
28613 * Rules (bench): Move target definition...
28614 * benchtests/Makefile: ... here.
28615
28616 2013-04-11 Carlos O'Donell <carlos@redhat.com>
28617
28618 * math/libm-test.inc (cos_test): Fix PI/2 test.
28619 (sincos_test): Likewise.
28620 * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
28621 * sysdeps/i386/fpu/libm-test-ulps: Regenerate.
28622
28623 2013-04-11 Andreas Schwab <schwab@suse.de>
28624
28625 [BZ #13988]
28626 * stdio-common/vfscanf.c (_IO_vfwscanf): When parsing a float
28627 accept exponent character only when digits were seen.
28628 * stdio-common/Makefile (tests): Add bug26.
28629 * stdio-common/bug26.c: New file.
28630
28631 [BZ #14293]
28632 * elf/dl-load.c (_dl_init_paths): Mark decomposed RUNPATH as
28633 non-freeable.
28634
28635 2013-04-11 Siddhesh Poyarekar <siddhesh@redhat.com>
28636
28637 * Makeconfig (rtld-prefix): Define built linker prefix.
28638 * Rules (run-bench): Use it.
28639 * math/Makefile (run-regen-ulps): Likewise.
28640
28641 * Rules (bench): Remove eval.
28642
28643 2013-04-10 Siddhesh Poyarekar <siddhesh@redhat.com>
28644 Roland McGrath <roland@hack.frob.com>
28645 Ondrej Bilka <neleai@seznam.cz>
28646
28647 [BZ #15346]
28648 * time/getdate.c: Include ctype.h and alloca.h.
28649 (__getdate_r): Trim leading and trailing spaces of input.
28650 * time/tst-getdate.c (tests): Add tests with leading and
28651 trailing spaces.
28652
28653 2013-04-08 Roland McGrath <roland@hack.frob.com>
28654
28655 [BZ #14280]
28656 * sysdeps/mach/hurd/bits/ioctls.h (_IOTS): Cast to enum __ioctl_datum
28657 when computing value.
28658
28659 2013-04-06 Carlos O'Donell <carlos@redhat.com>
28660
28661 * math/README.libm-test (How can I generate "libm-test-ulps"?):
28662 Use testrun.sh to run libm tests.
28663
28664 [BZ #15309]
28665 * elf/dl-open.c (dl_open_worker): memset all of seen array.
28666
28667 2013-04-06 Marko Myllynen <myllynen@redhat.com>
28668
28669 [BZ #15264]
28670 * locales/fi_FI (LC_MESSAGES): Define yesstr and nostr.
28671
28672 2013-04-06 Carlos O'Donell <carlos@redhat.com>
28673
28674 * Makefile.in (regen-ulps): New target.
28675 * math/Makefile [ifneq (no,$(PERL)]: Declare regen-ulps with .PHONY.
28676 [ifneq (no,$(PERL)] (run-regen-ulps): New variable.
28677 [ifneq (no,$(PERL)] (regen-ulps): New target.
28678 [ifeq (no,$(PERL)] (regen-ulps): New target.
28679 * math/libm-test.inc (ulps_file_name): Define.
28680 (output_dir): New variable.
28681 (options): Add "output-dir" option.
28682 (parse_opt): Handle 'o' case.
28683 (main): If output_dir is non-NULL use it as a prefix
28684 otherwise use "".
28685 * math/README.libm-test: Update `How can I generate "libm-test-ulps"?'
28686
28687 2013-04-06 Carlos O'Donell <carlos@redhat.com>
28688
28689 [BZ #10060, #10062]
28690 * aclocal.m4 (LIBC_COMPILER_BUILTIN_INLINED): New macro.
28691 * sysdeps/i386/configure.in: Use LIBC_COMPILER_BUILTIN_INLINED and
28692 fail configure if __sync_val_compare_and_swap is not inlined.
28693 * sysdeps/i386/configure: Regenerate.
28694 * configure.in: Build for i686 when configured for i386.
28695 * configure: Regenerate.
28696 * README: Remove i386 reference.
28697
28698 2013-04-06 Carlos O'Donell <carlos@redhat.com>
28699
28700 * sysdeps/s390/s390-32/sysdep.h: Undefine PSEUDO before redefinition.
28701 * sysdeps/s390/s390-64/sysdep.h: Likewise.
28702
28703 2013-04-05 Thomas Schwinge <thomas@codesourcery.com>
28704
28705 * stdio-common/tstdiomisc.c (snanval, msnanval, lsnanval)
28706 (lmsnanval): New variables.
28707 (F): Add conversion tests.
28708 * stdlib/tst-strtod6.c (do_test): Add issignaling tests.
28709 * stdlib/Makefile ($(objpfx)tst-strtod6): Depend on $(link-libm).
28710
28711 * stdio-common/tstdiomisc.c (F): Properly collect individual
28712 tests' results.
28713
28714 [BZ #14686, #15336]
28715 * sysdeps/ieee754/dbl-64/urem.h (nNAN, NAN): Remove definitions.
28716 * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder):
28717 Instead, use input NaN values or generate a qNaN by arithmetic
28718 operation. Also fix bugs to comply with the standard.
28719 * math/libm-test.inc (remainder_test): Add more tests.
28720
28721 [BZ #15335, #15342]
28722 * sysdeps/ieee754/dbl-64/upow.h (NaNQ): Remove definitions.
28723 * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Instead, use
28724 input NaN values or generate a qNaN by arithmetic operation.
28725
28726 * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Remove
28727 unreachable code.
28728
28729 * sysdeps/ieee754/dbl-64/usncs.h (NAN): Removed unused
28730 definitions.
28731
28732 2013-04-03 Joseph Myers <joseph@codesourcery.com>
28733
28734 [BZ #14478]
28735 * math/s_cexp.c (__cexp): Ensure underflow exception occurs for
28736 underflowed result.
28737 * math/s_cexpf.c (__cexpf): Likewise.
28738 * math/s_cexpl.c (__cexpl): Likewise.
28739 * math/libm-test.inc (cexp_test): Add more tests.
28740
28741 2013-04-03 Andreas Schwab <schwab@suse.de>
28742
28743 [BZ #15330]
28744 * sysdeps/posix/getaddrinfo.c (getaddrinfo): Allocate results and
28745 order arrays from heap if bigger than alloca cutoff.
28746
28747 2013-04-03 Thomas Schwinge <thomas@codesourcery.com>
28748
28749 * sysdeps/i386/fpu/math-tests.h (SNAN_TESTS_float)
28750 (SNAN_TESTS_double): Refer to GCC PR56831.
28751 * sysdeps/powerpc/math-tests.h (SNAN_TESTS_TYPE_CAST): Refer to
28752 GCC PR56828.
28753
28754 2013-04-03 Siddhesh Poyarekar <siddhesh@redhat.com>
28755
28756 * Rules (bench): Move bench.out after the run is complete.
28757
28758 * Rules (bench): Echo currently running benchmark.
28759
28760 * benchtests/Makefile (bench): Add atan and slowatan.
28761 * benchtests/atan-inputs: New file.
28762 * benchtests/slowatan-inputs: New file.
28763 * benchtests/slowatan.c: New file.
28764
28765 * sysdeps/ieee754/dbl-64/mpa.h (TWO): Remove definition.
28766 * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Replace TWO with
28767 its value.
28768
28769 [BZ #15305]
28770 * sysdeps/unix/sysv/linux/kernel-features.h
28771 [__LINUX_KERNEL_VERSION >= 0x02061d]: Define
28772 __ASSUME_XFS_RESTRICTED_CHOWN.
28773 * sysdeps/unix/sysv/linux/pathconf.c
28774 (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
28775 Save and restore errno.
28776
28777 2013-04-02 Joseph Myers <joseph@codesourcery.com>
28778
28779 [BZ #15327]
28780 * math/s_cacosh.c (__cacosh): Implement for finite nonzero
28781 arguments using __kernel_casinh.
28782 * math/s_cacoshf.c (__cacoshf): Implement for finite nonzero
28783 arguments using __kernel_casinhf.
28784 * math/s_cacoshl.c (__cacoshl): Implement for finite nonzero
28785 arguments using __kernel_casinhl.
28786 * math/libm-test.inc (cacosh_test): Add more tests.
28787 * sysdeps/i386/fpu/libm-test-ulps: Update.
28788 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
28789
28790 2013-04-02 Siddhesh Poyarekar <siddhesh@redhat.com>
28791
28792 * sysdeps/ieee754/dbl-64/mpa.h (HALFRAD): Define as TWO23.
28793 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Use mantissa_t.
28794
28795 * bench/Makefile (bench): Add sin and slowsin.
28796 * benchtests/sin-inputs: New file.
28797 * benchtests/slowsin-inputs: New file.
28798 * benchtests/slowsin.c: New file.
28799
28800 * benchtests/Makefile: Add benchmarks for slowpow and slowexp.
28801 (bench): Add slowexp and slowpow.
28802 (exp-ITER): Increase iterations.
28803 (pow-ITER): Likewise.
28804 * benchtests/exp-inputs: Change input.
28805 * benchtests/pow-inputs: Likewise.
28806 * benchtests/slowexp-inputs: New file.
28807 * benchtests/slowexp.c: New file.
28808 * benchtests/slowpow-inputs: New file.
28809 * benchtests/slowpow.c: New file.
28810
28811 2013-04-02 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
28812
28813 * sysdeps/powerpc/powerpc32/fpu/s_rint.S: Remove branch prediction
28814 instructions.
28815 * sysdeps/powerpc/powerpc32/fpu/s_rintf.S: Likewise.
28816 * sysdeps/powerpc/powerpc64/fpu/s_rint.S: Likewise.
28817 * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
28818 * benchtests/Makefile: Add rint benchtest.
28819 * benchtests/rint-inputs: Input for rint benchtest.
28820
28821 2013-04-02 Thomas Schwinge <thomas@codesourcery.com>
28822
28823 * Versions.def (libm): Add GLIBC_2.18.
28824 * include/math.h [!_ISOMAC] (__issignaling, __issignalingf): Add
28825 hidden libm prototypes.
28826 [!_ISOMAC && !__NO_LONG_DOUBLE_MATH] (__issignalingl): Likewise.
28827 * math/Makefile (libm-calls): Add s_issignaling.
28828 * math/Versions (libm: GLIBC_2.18): Add __issignaling,
28829 __issignalingf, __issignalingl. Adjust all libm.abilist files.
28830 * math/bits/mathcalls.h [__USE_GNU] (__issignaling): New prototype
28831 declaration.
28832 * math/math.h [__USE_GNU] (issignaling): New macro.
28833 * sysdeps/ieee754/flt-32/s_issignalingf.c: New file.
28834 * sysdeps/ieee754/dbl-64/s_issignaling.c: Likewise.
28835 * sysdeps/ieee754/dbl-64/wordsize-64/s_issignaling.c: Likewise.
28836 * sysdeps/ieee754/ldbl-96/s_issignalingl.c: Likewise.
28837 * sysdeps/ieee754/ldbl-128/s_issignalingl.c: Likewise.
28838 * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c: Likewise.
28839 * manual/arith.texi (issignaling): New section.
28840 * manual/libm-err-tab.pl (@all_functions): Update comment.
28841 * math/gen-libm-test.pl (parse_args): Apply special handling for
28842 issignaling.
28843 * math/libm-test.inc (print_float, issignaling_test): New
28844 functions.
28845 (check_float_internal): Add issignaling checks.
28846 * sysdeps/generic/math-tests.h (SNAN_TESTS_TYPE_CAST): Provide
28847 default definition.
28848 * sysdeps/powerpc/math-tests.h: New file.
28849 * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Add issignaling
28850 tests.
28851 * math/test-snan.c (TEST_FUNC): Likewise.
28852
28853 2013-03-30 David S. Miller <davem@davemloft.net>
28854
28855 * po/de.po: Update from translation team.
28856
28857 2013-03-30 Joseph Myers <joseph@codesourcery.com>
28858
28859 [BZ #10357]
28860 * math/k_casinh.c (__kernel_casinh): Handle arguments with
28861 imaginary part less than 1.0 and real part less than 0.5
28862 specially.
28863 * math/k_casinhf.c (__kernel_casinhf): Likewise.
28864 * math/k_casinhl.c (__kernel_casinhl): Likewise.
28865 * math/libm-test.inc (UNDERFLOW_EXCEPTION_OK_DOUBLE): New macro.
28866 (cacos_test): Add more tests.
28867 (casin_test): Likewise.
28868 (casinh_test): Likewise.
28869 * sysdeps/i386/fpu/libm-test-ulps: Update.
28870 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
28871
28872 2013-03-29 Siddhesh Poyarekar <siddhesh@redhat.com>
28873
28874 * sysdeps/powerpc/power4/fpu/mpa-arch.h (INTEGER_OF): Replace
28875 ONE with its value.
28876
28877 * sysdeps/ieee754/dbl-64/mpa.h (ONE, MONE): Remove defines.
28878 (__pow_mp): Replace ONE and MONE with their values.
28879 * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
28880 * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Likewise.
28881 * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
28882 * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Likewise.
28883 * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
28884 * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
28885
28886 * sysdeps/ieee754/dbl-64/s_tan.c: Fix formatting.
28887
28888 * sysdeps/ieee754/dbl-64/mpa.h (ZERO, MZERO): Remove defines.
28889 (__pow_mp): Replace ZERO and MZERO with their values.
28890 * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
28891 * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
28892 * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
28893 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
28894 * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
28895 * sysdeps/powerpc/power4/fpu/mpa.c (__mul): Likewise.
28896 (__sqr): Likewise.
28897
28898 * sysdeps/ieee754/dbl-64/s_atan.c: Fix formatting.
28899
28900 * sysdeps/ieee754/dbl-64/e_log.c: Fix formatting.
28901
28902 2013-03-28 Roland McGrath <roland@hack.frob.com>
28903
28904 * include/stdlib.h [!SHARED] (__call_tls_dtors):
28905 Declare with __attribute__ ((weak)).
28906 * stdlib/exit.c (__libc_atexit) [!SHARED]:
28907 Call __call_tls_dtors only if it's not NULL.
28908
28909 2013-03-28 Roland McGrath <roland@hack.frob.com>
28910
28911 * csu/libc-start.c (__libc_start_main) [!SHARED]: If _dl_aux_init
28912 didn't do it already, then set _dl_phdr and _dl_phnum based on the
28913 magic __ehdr_start linker symbol if it's defined.
28914 * sysdeps/mach/hurd/i386/init-first.c (init1) [!SHARED]: Don't set
28915 them up here if it was already done.
28916
28917 * elf/dl-support.c (_dl_phdr): Make pointer to const.
28918 (_dl_aux_init): Use const in cast when setting it.
28919 * sysdeps/mach/hurd/i386/init-first.c (init1): Remove superfluous cast.
28920 * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr): Update decl.
28921 * csu/libc-tls.c (__libc_setup_tls): Make PHDR pointer to const.
28922
28923 * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr, _dl_phnum):
28924 Declare them here.
28925 * elf/dl-iteratephdr.c [!SHARED] (_dl_phdr, _dl_phnum): Not here.
28926 * csu/libc-tls.c: Nor here.
28927 * sysdeps/mach/hurd/i386/init-first.c (init1): Nor here.
28928
28929 * sysdeps/posix/libc_fatal.c: Don't include <sys/syslog.h>.
28930 (__libc_message): Never call vsyslog.
28931
28932 2013-03-28 Alan Modra <amodra@gmail.com>
28933
28934 * sysdeps/powerpc/powerpc32/start.S (cfi_startproc, cfi_endproc):
28935 Define as empty.
28936 * sysdeps/powerpc/powerpc64/start.S (cfi_startproc, cfi_endproc):
28937 Likewise.
28938
28939 2013-03-28 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
28940
28941 [BZ #15214]
28942 * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Fix spurious
28943 underflow.
28944 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
28945
28946 2013-03-28 Siddhesh Poyarekar <siddhesh@redhat.com>
28947
28948 [BZ #15304]
28949 * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
28950 Don't add gid passed as argument.
28951
28952 * sysdeps/ieee-754/dbl-64/e_atan2.c: Reformat.
28953
28954 2013-03-27 Joseph Myers <joseph@codesourcery.com>
28955
28956 [BZ #15307]
28957 * math/k_casinh.c (__kernel_casinh): Handle arguments with
28958 imaginary part between 1.0 and 1.5 and real part less than 0.5
28959 specially.
28960 * math/k_casinhf.c (__kernel_casinhf): Likewise.
28961 * math/k_casinhl.c (__kernel_casinhl): Likewise.
28962 * math/libm-test.inc (cacos_test): Add more tests.
28963 (casin_test): Likewise.
28964 (casinh_test): Likewise.
28965 * sysdeps/i386/fpu/libm-test-ulps: Update.
28966 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
28967
28968 2013-03-26 Siddhesh Poyarekar <siddhesh@redhat.com>
28969
28970 * sysdeps/ieee754/dbl-64/mpa.c (__acr): Use integral
28971 constants.
28972 (norm): Likewise.
28973 (denorm): Likewise.
28974 (__dbl_mp): Likewise.
28975 (add_magnitudes): Likewise.
28976 (sub_magnitudes): Likewise.
28977 (__add): Likewise.
28978 (__sub): Likewise.
28979 (__mul): Likewise.
28980 (__sqr): Likewise.
28981 (__inv): Likewise.
28982 (__dvd): Likewise.
28983
28984 * sysdeps/ieee754/dbl-64/branred.c (__branred): Remove
28985 commented code.
28986 * sysdeps/ieee754/dbl-64/dosincos.c (__dubsin): Likewise.
28987 (__dubcos): Likewise.
28988 * sysdeps/ieee754/dbl-64/e_asin.c (__ieee754_asin): Likewise.
28989 (__ieee754_acos): Likewise.
28990 * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
28991 * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Likewise.
28992 (__exp1): Likewise.
28993 * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
28994 * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
28995 (log1): Likewise.
28996 (my_log2): Likewise.
28997 (checkint): Likewise.
28998 * sysdeps/ieee754/dbl-64/e_remainder.c
28999 (__ieee754_remainder): Likewise.
29000 * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
29001 * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Likewise.
29002 (bsloww): Likewise.
29003 * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
29004
29005 * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
29006 * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T and
29007 MANTISSA_STORE_T to store computations on mantissa. Use
29008 macros for rounding and division.
29009 (denorm): Likewise.
29010 (__dbl_mp): Likewise.
29011 (add_magnitudes): Likewise.
29012 (sub_magnitudes): Likewise.
29013 (__mul): Likewise.
29014 (__sqr): Likewise.
29015 * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h. Define
29016 powers of two in terms of TWOPOW macro.
29017 (mp_no): Make type of mantissa as MANTISSA_T.
29018 [!RADIXI]: Define RADIXI.
29019 [!TWO52]: Define TWO52.
29020 * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
29021
29022 2013-03-25 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
29023
29024 * sysdeps/powerpc/fpu/s_llround.c: Fix libm ABI issue with missing
29025 llroundl symbol when building for PPC32.
29026
29027 2013-03-24 Mark H Weaver <mhw@netris.org>
29028
29029 * manual/arith.texi (Normalization Functions): Fix prototypes for
29030 scalbn, scalbnf, scalbnl, scalbln, scalblnf, and scalblnl.
29031
29032 2013-03-19 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
29033
29034 [BZ #13889]
29035 * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Increase the
29036 high value to check if expl overflow.
29037 * sysdeps/ieee754/ldbl-128ibm/w_expl.c (__expl): Fix threshold constants
29038 to check for underflow and overflow.
29039 * math/libm-test.inc: Add exp test.
29040
29041 2013-03-21 Dmitry V. Levin <ldv@altlinux.org>
29042
29043 [BZ #11120]
29044 * sysdeps/x86_64/strcmp.S: Replace all occurrences of NOT_IN_lib
29045 with NOT_IN_libc.
29046
29047 2013-03-21 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
29048
29049 * sysdeps/powerpc/fpu/w_sqrt.c (compat_symbol): Add sqrtl compat
29050 symbol.
29051
29052 2013-03-21 Thomas Schwinge <thomas@codesourcery.com>
29053
29054 * math/gen-libm-test.pl (parse_args, special_functions): Properly
29055 wrap blocks consisting of several statements.
29056
29057 * sysdeps/generic/math-tests.h: New file.
29058 * sysdeps/i386/fpu/math-tests.h: Likewise.
29059 * math/test-snan.c: Include it.
29060 (TEST_FUNC): Use SNAN_TESTS to short-circuit certain tests.
29061
29062 2013-03-21 Joseph Myers <joseph@codesourcery.com>
29063
29064 [BZ #15285]
29065 * sysdeps/ieee754/ldbl-128/e_j0l.c: Include <float.h>.
29066 (__ieee754_j0l): Do not improve calculations using cos of twice
29067 input for inputs above LDBL_MAX / 2.0L.
29068 (__ieee754_y0l): Likewise.
29069 * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <float.h>.
29070 (__ieee754_j1l): Do not improve calculations using cos of twice
29071 input for inputs above LDBL_MAX / 2.0L.
29072 (__ieee754_y1l): Likewise.
29073 * math/libm-test.inc (j0_test): Add another test.
29074 (j1_test): Likewise.
29075 (y0_test): Likewise.
29076 (y1_test): Likewise.
29077 * sysdeps/i386/fpu/libm-test-ulps: Update.
29078
29079 2013-03-21 Siddhesh Poyarekar <siddhesh@redhat.com>
29080
29081 * Rules ($(objpfx)bench-%.c): Include code from a C source
29082 file.
29083
29084 2013-03-21 Joseph Myers <joseph@codesourcery.com>
29085
29086 [BZ #15287]
29087 * math/k_casinh.c (__kernel_casinh): Handle arguments with
29088 imaginary part 1.0 and real part less than 0.5 specially.
29089 * math/k_casinhf.c (__kernel_casinhf): Likewise.
29090 * math/k_casinhl.c (__kernel_casinhl): Likewise.
29091 * math/libm-test.inc (cacos_test): Add more tests.
29092 (casin_test): Likewise.
29093 (casinh_test): Likewise.
29094 * sysdeps/i386/fpu/libm-test-ulps: Update.
29095 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29096
29097 2013-03-21 Siddhesh Poyarekar <siddhesh@redhat.com>
29098
29099 * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Use HALFRAD.
29100 * sysdeps/ieee754/dbl-64/sincos32.c (__mpranred): Likewise.
29101
29102 2013-03-20 Joseph Myers <joseph@codesourcery.com>
29103
29104 * aclocal.m4 (LIBC_CONFIG_VAR): New autoconf macro.
29105 * config.make.in (config-cflags-sse4): Remove variable.
29106 (config-cflags-avx): Likewise.
29107 (config-cflags-sse2avx): Likewise.
29108 (config-cflags-novzeroupper): Likewise.
29109 (config-asflags-i686): Likewise.
29110 (have-mfma4): Likewise.
29111 (have-as-vis3): Likewise.
29112 (MIG): Likewise.
29113 * configure.in (MIG): Do not AC_SUBST.
29114 (libc_cv_cc_nofma): Move AC_SUBST next to configure test.
29115 (libc_cv_cc_sse4): Do not AC_SUBST.
29116 (libc_cv_cc_avx): Likewise.
29117 (libc_cv_cc_sse2avx): Likewise.
29118 (libc_cv_cc_novzeroupper): Likewise.
29119 (libc_cv_cc_fma4): Likewise.
29120 (libc_cv_as_i686): Likewise.
29121 (libc_cv_sparc_as_vis3): Likewise.
29122 * sysdeps/i386/configure.in (config-cflags-sse4): Set using
29123 LIBC_CONFIG_VAR.
29124 (config-asflags-i686): Likewise.
29125 (config-cflags-avx): Likewise.
29126 (config-cflags-sse2avx): Likewise.
29127 (have-mfma4): Likewise.
29128 (config-cflags-novzeroupper): Likewise.
29129 * sysdeps/mach/configure.in (MIG): Likewise.
29130 * sysdeps/sparc/configure.in (have-as-vis3): Likewise.
29131 * sysdeps/x86_64/configure.in (config-cflags-sse4): Set using
29132 LIBC_CONFIG_VAR.
29133 (config-cflags-avx): Likewise.
29134 (config-cflags-sse2avx): Likewise.
29135 (have-mfma4): Likewise.
29136 (config-cflags-novzeroupper): Likewise.
29137 * configure: Regenerated.
29138 * sysdeps/i386/configure: Likewise.
29139 * sysdeps/mach/configure: Likewise.
29140 * sysdeps/sparc/configure: Likewise.
29141 * sysdeps/x86_64/configure: Likewise.
29142
29143 2013-03-20 Roland McGrath <roland@hack.frob.com>
29144
29145 [BZ #14812]
29146 * locale/programs/localedef.c (options): Put N_ translation marker
29147 on argument names, not just descriptions.
29148
29149 2013-03-20 Marcus Shawcroft <marcus.shawcroft@linaro.org>
29150
29151 * Makerules ($(inst_libdir)/libc.so): Use $(rtlddir).
29152
29153 2013-03-20 Ondřej Bílka <neleai@seznam.cz>
29154
29155 [BZ #14176]
29156 * stdlib/stdlib.h (mblen, mbtowc, wctomb): Remove __wur.
29157
29158 2013-03-19 Roland McGrath <roland@hack.frob.com>
29159
29160 * sysdeps/posix/libc_fatal.c: Include <sys/mman.h>.
29161 [!WRITEV_FOR_FATAL] (writev_for_fatal): New function.
29162 [!WRITEV_FOR_FATAL] (WRITEV_FOR_FATAL): New macro; call that.
29163 [!BEFORE_ABORT] (before_abort): New function.
29164 [!BEFORE_ABORT] (BEFORE_ABORT): New macro; call that.
29165 * sysdeps/unix/sysv/linux/libc_fatal.c: Trim includes.
29166 (writev_for_fatal): New function.
29167 (WRITEV_FOR_FATAL): New macro; call that.
29168 (backtrace_and_maps): New function.
29169 (BEFORE_ABORT): New macro; call that.
29170 (struct str_list): Type removed.
29171 (__libc_message, __libc_fatal): Functions removed.
29172 Include <sysdeps/posix/libc_fatal.c> instead.
29173
29174 2013-03-19 Joseph Myers <joseph@codesourcery.com>
29175
29176 * math/k_casinhf.c (__kernel_casinhf): Consistently use float
29177 constants.
29178 * math/k_casinhl.c (__kernel_casinhl): Consistently use long
29179 double constants.
29180
29181 2013-03-19 Andreas Schwab <schwab@suse.de>
29182
29183 * sysdeps/gnu/configure.in: Set libc_cv_rtldir for s390x.
29184 * sysdeps/gnu/configure: Regenerate.
29185
29186 * configure.in: Substitute libc_cv_rtlddir.
29187 * configure: Regenerate.
29188 * config.make.in (rtlddir): Set from libc_cv_rtlddir.
29189 * Makeconfig (rtlddir, inst_rtlddir): New variables.
29190 (rtld-LDFLAGS): Use them with $(rtld-installed-name).
29191 * elf/Makefile (install-others, CFLAGS-interp.c)
29192 (ldso_install, common-ldd-rewrite): Likewise.
29193 ($(inst_rtlddir)/$(rtld-installed-name)): Renamed from
29194 $(inst_slibdir)/$(rtld-installed-name).
29195 * scripts/rellns-sh: Add -p option.
29196 * Makerules (make-shlib-link): Use rellns-sh to get relative name
29197 for source.
29198
29199 2013-03-19 Siddhesh Poyarekar <siddhesh@redhat.com>
29200
29201 * manual/nptl.texi: Renamed to ...
29202 * manual/threads.texi: ... this.
29203 * manual/Makefile (chapters): Update.
29204
29205 2013-03-18 Roland McGrath <roland@hack.frob.com>
29206
29207 [BZ #14812]
29208 * argp/argp-parse.c (argp_default_options): Put N_ translation marker
29209 on argument names, not just descriptions.
29210 * malloc/memusagestat.c (options): Likewise.
29211 * nss/getent.c (options): Likewise.
29212
29213 2013-03-18 Benno Schulenberg <bensberg@justemail.net>
29214
29215 [BZ #14812]
29216 * iconv/iconv_prog.c (options): Put N_ translation marker
29217 on argument names, not just descriptions.
29218 * iconv/iconvconfig.c (options): Likewise.
29219
29220 2013-03-18 Ondrej Bilka <neleai@seznam.cz>
29221
29222 * sysdeps/x86_64/strlen.S: Replace with new SSE2 based
29223 implementation which is faster on all x86_64 architectures.
29224 Tested on AMD, Intel Nehalem, SNB, IVB.
29225 * sysdeps/x86_64/strnlen.S: Likewise.
29226
29227 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
29228 Remove all multiarch strlen and strnlen versions.
29229 * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
29230 Remove strlen and strnlen related parts.
29231
29232 * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Update.
29233 Inline strlen part.
29234 * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
29235
29236 * sysdeps/x86_64/multiarch/strlen.S: Remove.
29237 * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S: Likewise.
29238 * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: Likewise.
29239 * sysdeps/x86_64/multiarch/strlen-sse4.S: Likewise.
29240 * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
29241 * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: Likewise.
29242
29243 2013-03-17 Carlos O'Donell <carlos@redhat.com>
29244
29245 * manual/memory.texi (Malloc Tunable Parameters):
29246 Sort parameters alphabetically. Add comments for missing entries.
29247
29248 2013-03-17 David S. Miller <davem@davemloft.net>
29249
29250 * sysdeps/sparc/fpu/libm-test-ulps: Update.
29251
29252 2013-03-16 Joseph Myers <joseph@codesourcery.com>
29253
29254 [BZ #15283]
29255 * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_y1l): Correct test
29256 for arguments at most half maximum finite value.
29257 * math/libm-test.inc (j0_test): Add more tests.
29258 (j1_test): Likewise.
29259 (y0_test): Likewise.
29260 (y1_test): Likewise.
29261 * sysdeps/i386/fpu/libm-test-ulps: Update.
29262 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29263
29264 [BZ #14155]
29265 * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee754_j0l): Do not compute
29266 1 / x and functions P and Q for arguments above 0x1p256L.
29267 (__ieee754_y0l): Likewise.
29268 * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_j1l): Likewise.
29269 (__ieee754_y1l): Likewise.
29270 * math/libm-test.inc (j0_test): Do not allow spurious underflows.
29271 (j1_test): Likewise.
29272 (y0_test): Likewise.
29273 (y1_test): Likewise.
29274
29275 2013-03-16 Thomas Schwinge <thomas@codesourcery.com>
29276
29277 * math/test-snan.c (TEST_FUNC): Add and use minus_sNaN_var
29278 variable.
29279
29280 2013-03-15 Roland McGrath <roland@hack.frob.com>
29281
29282 * elf/dl-support.c (_dl_aux_init): Ignore zero value for AT_PAGESZ.
29283 (_dl_non_dynamic_init): Don't set _dl_pagesize; it will never be
29284 zero since it's initialized to EXEC_PAGESIZE.
29285
29286 * sysdeps/unix/sysv/linux/ldsodefs.h
29287 (_dl_non_dynamic_init, _dl_aux_init): Move declarations to ...
29288 * sysdeps/generic/ldsodefs.h: ... here.
29289
29290 2013-03-15 Thomas Schwinge <thomas@codesourcery.com>
29291
29292 * math/libm-test.inc (ldexp_test): Add missing START/END markers.
29293
29294 * sysdeps/powerpc/fpu/test-powerpc-snan.c: Rename to
29295 math/test-snan.c.
29296 * math/test-snan.c: Renamed from
29297 sysdeps/powerpc/fpu/test-powerpc-snan.c.
29298 * math/Makefile (tests): Add test-snan.
29299 * sysdeps/powerpc/fpu/Makefile (libm-tests): Don't add
29300 test-powerpc-snan.
29301
29302 * math/basic-test.c (TEST_FUNC): Replace NANFUNC argument with
29303 SUFFIX. Initialize qNaN_var with __builtin_nan family of
29304 functions.
29305 (TEST_TRUNC): Add SUFFIX argument. Initialize qNaN_var with
29306 __builtin_nan family of functions.
29307 * math/libm-test.inc (initialize): Initialize qnan_value with
29308 __builtin_nan family of functions.
29309 * sysdeps/powerpc/fpu/test-powerpc-snan.c (SNANf, SNAN, SNANl):
29310 Remove variables.
29311 (init_signaling_nan, snan_float, snan_double, snan_ldouble):
29312 Remove functions.
29313 (TEST_FUNC): Add SUFFIX argument. Move sNaN_var into static
29314 storage class. Initialize qNaN_var and sNaN_var with
29315 __builtin_nan and __builtin_nans families of functions,
29316 respectively.
29317
29318 * math/libm-test.inc (acosh_test): Also test with qNaN input.
29319 (sqrt_test): Remove duplicate test with qNaN input.
29320 (lrint_test, llrint_test, lround_test, llround_test, rint_test)
29321 (round_test, signbit_test, significand_test): Note missing +/-Inf
29322 as well as qNaN tests.
29323
29324 * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Rename NaN_var to
29325 qNaN_var. Fix a few strings, too.
29326 * math/libm-test.inc (nan_value): Rename to qnan_value.
29327 * math/gen-libm-test.pl (%beautify): Adjust to that.
29328 * math/bits/mathcalls.h (nan): Refer to qNaN instead of NaN.
29329 * math/test-misc.c (main): Likewise.
29330 * sysdeps/ieee754/bits/nan.h (__nan_bytes, __nan_union): Rename
29331 to __qnan_bytes, and __qnan_union, respectively.
29332 * ports/sysdeps/mips/bits/nan.h (__nan_bytes, __nan_union):
29333 Likewise.
29334 * stdio-common/tstdiomisc.c (nanval, lnanval): Rename to qnanval,
29335 and lqnanval, respectively.
29336 * sysdeps/powerpc/bits/fenv.h: Fix usage of NaN/qNaN/sNaN.
29337 * sysdeps/powerpc/fpu/fenv_libc.h: Likewise.
29338 * sysdeps/powerpc/fpu/test-powerpc-snan.c (TEST_FUNC): Likewise,
29339 and rename NaN_var to qNaN_var, and SNaN_var to sNaN_var.
29340
29341 * math/libm-test.inc (fpstack_test) [__x86_64__]: Enable test.
29342 * math/test-misc.c (main) [__x86_64__]: Enable test for long
29343 doubles.
29344
29345 * math/test-misc.c (main): Fix copy'n'pastos.
29346 * misc/tst-efgcvt.c (special): Likewise.
29347
29348 * stdio-common/printf_fp.c (__isinfl_internal, __isnanl_internal):
29349 Remove declarations.
29350
29351 2013-03-15 Siddhesh Poyarekar <siddhesh@redhat.com>
29352
29353 * sysdeps/ieee754/dbl-64/mpa-arch.h: Remove.
29354 * sysdeps/ieee754/dbl-64/mpa.c: Revert last change.
29355 * sysdeps/ieee754/dbl-64/mpa.h: Revert last change.
29356 * sysdeps/powerpc/power4/fpu/mpa-arch.h: Remove.
29357
29358 2013-03-15 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
29359
29360 * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET): Add
29361 macro to return vdso values correctly in IFUNC implementations.
29362 * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
29363 Optimization by using IFUNC.
29364
29365 2013-03-15 Siddhesh Poyarekar <siddhesh@redhat.com>
29366 Richard Henderson <rth@redhat.com>
29367 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
29368
29369 * Makefile.in (bench): New target.
29370 * NEWS: Mention the benchmark framework.
29371 * Rules (bench): Likewise.
29372 (binaries-bench): Generate binaries for functions to
29373 benchmark.
29374 * benchtests/Makefile: New makefile for benchmark tests.
29375 * benchtests/bench-skeleton.c: New skeleton file for benchmark
29376 programs.
29377 * benchtests/exp-inputs: New input file for EXP function.
29378 * benchtests/pow-inputs: New input file for POW function.
29379 * scripts/bench.pl: New script to generate source files for
29380 benchmark programs.
29381
29382 2013-03-15 Siddhesh Poyarekar <siddhesh@redhat.com>
29383
29384 * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
29385 * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T to store
29386 computations on mantissa. Use macros for rounding and
29387 division.
29388 (denorm): Likewise.
29389 (__dbl_mp): Likewise.
29390 (add_magnitudes): Likewise.
29391 (sub_magnitudes): Likewise.
29392 (__mul): Likewise.
29393 (__sqr): Likewise.
29394 * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h. Define
29395 powers of two in terms of TWOPOW macro.
29396 (mp_no): Make type of mantissa as MANTISSA_T.
29397 [!RADIXI]: Define RADIXI.
29398 [!TWO52]: Define TWO52.
29399 * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
29400
29401 * manual/nptl.texi (cindex): Modify threads to pthreads.
29402
29403 2013-03-15 Joseph Myers <joseph@codesourcery.com>
29404
29405 * sysdeps/x86_64/preconfigure: Regenerated.
29406
29407 2013-03-14 Joseph Myers <joseph@codesourcery.com>
29408
29409 [BZ #14155]
29410 * sysdeps/ieee754/dbl-64/e_j0.c (pzero): Return 1.0 for arguments
29411 0x1p28 and above.
29412 (qzero): Return -0.125 / x for arguments 0x1p28 and above.
29413 * sysdeps/ieee754/dbl-64/e_j1.c (pzero): Return 1.0 for arguments
29414 0x1p28 and above.
29415 (qzero): Return 0.375 / x for arguments 0x1p28 and above.
29416 * math/libm-test.inc (j0_test): Do not allow one spurious
29417 underflow exception.
29418 (y1_test): Likewise.
29419
29420 2013-03-14 Siddhesh Poyarekar <siddhesh@redhat.com>
29421
29422 * manual/Makefile (chapters): Add nptl.
29423 * manual/debug.texi (Debugging Support): Add link to Threads
29424 chapter.
29425 * manual/nptl.texi: New file.
29426
29427 * sysdeps/unix/sysv/linux/times.c (__times): Fix formatting.
29428
29429 2013-03-14 Petr Baudis <pasky@ucw.cz>
29430
29431 * sysdeps/unix/sysv/linux/times.c (__times): On EFAULT, test
29432 for non-NULL pointer before the memory validity test. Pointed
29433 out by Holger Brunck <holger.brunck@keymile.com>.
29434
29435 2013-03-13 Andreas Schwab <schwab@suse.de>
29436
29437 * extra-lib.mk (extra-objs): Add static-only-routines as .oS
29438 instead of .os.
29439
29440 2013-03-13 Joseph Myers <joseph@codesourcery.com>
29441
29442 * timezone/zic.c: Update from tzcode 2013b.
29443
29444 2013-03-12 Carlos O'Donell <carlos@redhat.com>
29445
29446 * manual/install.texi (Configuring and compiling):
29447 Mention i686 and i586.
29448 * INSTALL: Regenerate.
29449
29450 2013-03-12 Roland McGrath <roland@hack.frob.com>
29451
29452 * sysdeps/init_array/elf-init.c: New file.
29453 * csu/elf-init.c
29454 (__libc_csu_init) [!NO_INITFINI]: Conditionalize _init call on this.
29455 (__libc_csu_fini) [!NO_INITFINI]: Conditionalize _fini call on this.
29456
29457 * csu/gmon-start.c [GMON_START_ARRAY_SECTION]: Don't define
29458 __gmon_start__ as global, but as static with a .preinit_array pointer.
29459 * sysdeps/init_array/gmon-start.c: New file. Use that.
29460 * sysdeps/init_array/crti.S: New file, empty except for comments.
29461 * sysdeps/init_array/crtn.S: Likewise.
29462
29463 2013-03-11 Ondřej Bílka <neleai@seznam.cz>
29464
29465 * sysdeps/x86_64/memset.S: Remove USE_MULTIARCH conditional for
29466 definining bcopy.
29467 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
29468 Remove Prefer_SSE_for_memop.
29469 * sysdeps/x86_64/multiarch/init-arch.h: Remove
29470 bit_Prefer_SSE_for_memop, index_Prefer_SSE_for_memop,
29471 HAS_PREFER_SSE_FOR_MEMOP.
29472 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Remove
29473 memset-x86-64.
29474 * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
29475 Remove bzero, memset ifunc support.
29476 * sysdeps/x86_64/multiarch/bzero.S: Remove file.
29477 * sysdeps/x86_64/multiarch/memset-x86-64.S: Likewise.
29478 * sysdeps/x86_64/multiarch/memset.S: Likewise.
29479 * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
29480
29481 2013-03-11 Andreas Schwab <schwab@suse.de>
29482
29483 [BZ #15234]
29484 * Versions.def (libpthread): Add GLIBC_2.3, so that it can be used
29485 by SHLIB_COMPAT.
29486 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist
29487 (GLIBC_2.16): Remove pthread_atfork.
29488
29489 2013-03-08 Paul Pluzhnikov <ppluzhnikov@google.com>
29490
29491 * posix/Makefile (testcases.h): Set LC_ALL=C before sed.
29492 (ptestcases.h): Likewise.
29493
29494 2013-03-08 Roland McGrath <roland@hack.frob.com>
29495
29496 * Makeconfig ($(common-objpfx)config.status): Depend on
29497 sysdeps/*/preconfigure{,.in} too.
29498
29499 2013-03-08 Joseph Myers <joseph@codesourcery.com>
29500
29501 * malloc/malloc.h (__malloc_ptr_t): Remove macro.
29502 (__free_hook): Use void * instead of __malloc_ptr_t.
29503 (__malloc_hook): Likewise.
29504 (__realloc_hook): Likewise.
29505 (__memalign_hook): Likewise.
29506 (__after_morecore_hook): Likewise.
29507 * malloc/arena.c (save_malloc_hook): Likewise.
29508 (save_free_hook): Likewise.
29509 * malloc/hooks.c (malloc_hook_ini): Likewise.
29510 (realloc_hook_ini): Likewise.
29511 (memalign_hook_ini): Likewise.
29512 * malloc/malloc.c (malloc_hook_ini): Likewise.
29513 (realloc_hook_ini): Likewise.
29514 (memalign_hook_ini): Likewise.
29515 (__free_hook): Likewise.
29516 (__malloc_hook): Likewise.
29517 (__realloc_hook): Likewise.
29518 (__memalign_hook): Likewise.
29519 (__libc_malloc): Likewise.
29520 (__libc_free): Likewise.
29521 (__libc_realloc): Likewise.
29522 (__libc_memalign): Likewise.
29523 (__libc_valloc): Likewise.
29524 (__libc_pvalloc): Likewise.
29525 (__libc_calloc): Likewise.
29526 (__posix_memalign): Likewise.
29527 * malloc/morecore.c (__sbrk): Likewise.
29528 (__default_morecore): Likewise.
29529
29530 * malloc/morecore.c (__default_morecore): Use ISO C prototype.
29531
29532 * malloc/malloc.h (__malloc_ptrdiff_t): Remove macro.
29533 * malloc/morecore.c (__default_morecore): Use ptrdiff_t instead of
29534 __malloc_ptrdiff_t.
29535
29536 * malloc/malloc.h (__malloc_size_t): Remove macro.
29537 * malloc/mcheck.c (old_malloc_hook): Use size_t instead of
29538 __malloc_size_t.
29539 (old_memalign_hook): Likewise.
29540 (old_realloc_hook): Likewise.
29541 (struct hdr): Likewise.
29542 (flood): Likewise.
29543 (mallochook): Likewise.
29544 (memalignhook): Likewise.
29545 (reallochook): Likewise.
29546 * malloc/mtrace.c (tr_old_malloc_hook): Likewise.
29547 (tr_old_realloc_hook): Likewise.
29548 (tr_old_memalign_hook): Likewise.
29549 (tr_mallochook): Likewise.
29550 (tr_reallochook): Likewise.
29551 (tr_memalignhook): Likewise.
29552
29553 2013-03-08 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
29554
29555 * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_pack): Rename to
29556 default_ldbl_pack and using as default implementation.
29557 (ldbl_unpack): Rename to default_ldbl_unpack and using as default
29558 implementation.
29559 * sysdeps/powerpc/fpu/math_ldbl.h (ldbl_extract_mantissa): Remove
29560 redundant definition.
29561 (ldbl_insert_mantissa): Likewise.
29562 (ldbl_canonicalize): Likewise.
29563 (ldbl_nearbyint): Likewise.
29564 (ldbl_pack): Rename to ldbl_pack_ppc.
29565 (ldbl_unpack): Rename to ldbl_unpack_ppc.
29566 * sysdeps/unix/sysv/linux/powerpc/Implies: Remove file.
29567 * sysdeps/powerpc/Implies: Add ieee754/ldbl-opt after ieee754/ldbl-128ibm.
29568
29569 2013-03-08 Siddhesh Poyarekar <siddhesh@redhat.com>
29570
29571 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Move file...
29572 * sysdeps/powerpc/power4/fpu/mpa.c: ... here.
29573 * sysdeps/powerpc/powerpc32/power4/fpu/Makefile: Move file...
29574 * sysdeps/powerpc/power4/fpu/Makefile: ... here.
29575 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Remove file.
29576 * sysdeps/powerpc/powerpc64/power4/fpu/Makefile: Remove file.
29577 * sysdeps/powerpc/powerpc32/power4/Implies: New file.
29578 * sysdeps/powerpc/powerpc64/power4/Implies: New file.
29579
29580 2013-03-07 Andreas Jaeger <aj@suse.de>
29581
29582 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
29583 bits/mman-linux.h.
29584
29585 2013-03-07 Siddhesh Poyarekar <siddhesh@redhat.com>
29586
29587 * sysdeps/ieee754/dbl-64/slowexp.c [!USE_LONG_DOUBLE_FOR_MP]:
29588 Include mpa.h and declare __MPEXP.
29589 [USE_LONG_DOUBLE_FOR_MP] (__slowexp): Call __IEEE754_EXPL.
29590 * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
29591 (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
29592 * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Remove.
29593 * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
29594 (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
29595 * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Remove.
29596
29597 * sysdeps/ieee754/dbl-64/slowpow.c [USE_LONG_DOUBLE_FOR_MP]
29598 (__slowpow): Use long double EXPL and LOGL functions to
29599 compute POW.
29600 * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
29601 (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
29602 * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Remove.
29603 * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
29604 (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
29605 * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Remove.
29606
29607 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Use
29608 intermediate variable to calculate exponent.
29609 (__sqr): Likewise.
29610 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
29611 Likewise.
29612 (__sqr): Likewise.
29613
29614 * sysdeps/ieee754/dbl-64/mpa.c [!NO__MUL]: Define __mul.
29615 [!NO__SQR]: Define __sqr.
29616 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: define NO__MUL
29617 and NO__SQR. Remove all code except __mul and __sqr. Include
29618 sysdeps/ieee754/dbl-64/mpa.c.
29619 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
29620
29621 [BZ #12723]
29622 * posix/Makefile (tests): Add tst-pathconf.
29623 * posix/tst-pathconf.c: New test case.
29624 * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Remove
29625 _PC_PIPE_BUF.
29626 * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Likewise.
29627
29628 2013-03-06 Patsy Franklin <pfrankli@redhat.com>
29629
29630 * io/fcntl.h: Added a comment about AT_EACCESS and AT_REMOVEDIR.
29631
29632 2013-03-06 Andreas Jaeger <aj@suse.de>
29633
29634 * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_ANONYMOUS): Allow
29635 definition via __MAP_ANONYMOUS.
29636
29637 * sysdeps/unix/sysv/linux/s390/bits/mman.h (MAP_GROWSUP): Remove,
29638 it's not part of Linux headers.
29639
29640 * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_HUGE_SHIFT): Define.
29641 (MAP_HUGE_MASK): Define.
29642
29643 * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h (PTRACE_O_EXIT_KILL):
29644 Define.
29645 (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
29646 * sysdeps/unix/sysv/linux/s390/sys/ptrace.h (PTRACE_O_EXIT_KILL):
29647 Define.
29648 (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
29649 * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_O_EXIT_KILL):
29650 Define.
29651 (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
29652 * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h (PTRACE_O_EXITKILL):
29653 Define.
29654 (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
29655
29656 * sysdeps/unix/sysv/linux/x86/bits/msq.h (MSG_COPY): Likewise.
29657 * sysdeps/unix/sysv/linux/generic/bits/msq.h (MSG_COPY): Define.
29658 * sysdeps/unix/sysv/linux/powerpc/bits/msq.h (MSG_COPY): Likewise.
29659 * sysdeps/unix/sysv/linux/bits/msq.h (MSG_COPY): Likewise.
29660 * sysdeps/unix/sysv/linux/s390/bits/msq.h (MSG_COPY): Likewise.
29661 * sysdeps/unix/sysv/linux/sparc/bits/msq.h (MSG_COPY): Define.
29662
29663 * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
29664 Handle f2fs.
29665
29666 * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
29667 Handle f2fs and efivarfs.
29668
29669 * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Handle
29670 f2fs.
29671
29672 * sysdeps/unix/sysv/linux/linux_fsinfo.h (F2FS_SUPER_MAGIC): Add.
29673 (EFIVARFS_MAGIC): Add.
29674 (F2FS_LINK_MAX): Add.
29675
29676 2013-03-06 Paul Pluzhnikov <ppluzhnikov@google.com>
29677
29678 * stdio-common/vfprintf.c: Replace __builtin_expect with
29679 __glibc_unlikely.
29680
29681 2013-03-06 Joseph Myers <joseph@codesourcery.com>
29682
29683 [BZ #13550]
29684 * sysdeps/generic/bp-sym.h: Remove file.
29685 * sysdeps/powerpc/powerpc64/bp-asm.h: Likewise.
29686 * sysdeps/powerpc/powerpc64/__longjmp-common.S: Don't include
29687 <bp-sym.h> and <bp-asm.h>.
29688 (__longjmp): Don't use BP_SYM.
29689 * sysdeps/powerpc/powerpc64/a2/memcpy.S: Don't include <bp-sym.h>
29690 and <bp-asm.h>.
29691 (memcpy): Don't use BP_SYM.
29692 * sysdeps/powerpc/powerpc64/cell/memcpy.S: Don't include
29693 <bp-sym.h> and <bp-asm.h>.
29694 (memcpy): Don't use BP_SYM.
29695 * sysdeps/powerpc/powerpc64/memcpy.S: Don't include <bp-sym.h> and
29696 <bp-asm.h>.
29697 (memcpy): Don't use BP_SYM.
29698 * sysdeps/powerpc/powerpc64/memset.S: Don't include <bp-sym.h> and
29699 <bp-asm.h>.
29700 (memset): Don't use BP_SYM.
29701 (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
29702 (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
29703 (__bzero): Don't use BP_SYM.
29704 (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
29705 (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
29706 * sysdeps/powerpc/powerpc64/power4/memcmp.S: Don't include
29707 <bp-sym.h> and <bp-asm.h>.
29708 (memcmp): Don't use BP_SYM. Remove comment about bounded
29709 pointers.
29710 * sysdeps/powerpc/powerpc64/power4/memcpy.S: Don't include
29711 <bp-sym.h> and <bp-asm.h>.
29712 (memcpy): Don't use BP_SYM.
29713 * sysdeps/powerpc/powerpc64/power4/memset.S: Don't include
29714 <bp-sym.h> and <bp-asm.h>.
29715 (memset): Don't use BP_SYM.
29716 (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
29717 (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
29718 (__bzero): Don't use BP_SYM.
29719 (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
29720 (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
29721 * sysdeps/powerpc/powerpc64/power4/strncmp.S: Don't include
29722 <bp-sym.h> and <bp-asm.h>.
29723 (strncmp): Don't use BP_SYM. Remove comment about bounded
29724 pointers.
29725 * sysdeps/powerpc/powerpc64/power6/memcpy.S: Don't include
29726 <bp-sym.h> and <bp-asm.h>.
29727 (memcpy): Don't use BP_SYM.
29728 * sysdeps/powerpc/powerpc64/power6/memset.S: Don't include
29729 <bp-sym.h> and <bp-asm.h>.
29730 (memset): Don't use BP_SYM.
29731 (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
29732 (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
29733 (__bzero): Don't use BP_SYM.
29734 (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
29735 (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
29736 * sysdeps/powerpc/powerpc64/power7/memchr.S: Don't include
29737 <bp-sym.h> and <bp-asm.h>.
29738 (__memchr): Don't use BP_SYM.
29739 * sysdeps/powerpc/powerpc64/power7/memcmp.S: Don't include
29740 <bp-sym.h> and <bp-asm.h>.
29741 (memcmp): Don't use BP_SYM. Remove comment about bounded
29742 pointers.
29743 * sysdeps/powerpc/powerpc64/power7/memcpy.S: Don't include
29744 <bp-sym.h> and <bp-asm.h>.
29745 (memcpy): Don't use BP_SYM.
29746 * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Don't include
29747 <bp-sym.h> and <bp-asm.h>.
29748 (__mempcpy): Don't use BP_SYM.
29749 * sysdeps/powerpc/powerpc64/power7/memrchr.S: Don't include
29750 <bp-sym.h> and <bp-asm.h>.
29751 (__memrchr): Don't use BP_SYM.
29752 * sysdeps/powerpc/powerpc64/power7/memset.S: Don't include
29753 <bp-sym.h> and <bp-asm.h>.
29754 (memset): Don't use BP_SYM.
29755 (__bzero): Likewise.
29756 * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Don't include
29757 <bp-sym.h> and <bp-asm.h>.
29758 (__rawmemchr): Don't use BP_SYM.
29759 * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Don't include
29760 <bp-sym.h> and <bp-asm.h>.
29761 (__STRCMP): Don't use BP_SYM.
29762 * sysdeps/powerpc/powerpc64/power7/strchr.S: Don't include
29763 <bp-sym.h> and <bp-asm.h>.
29764 (strchr): Don't use BP_SYM.
29765 * sysdeps/powerpc/powerpc64/power7/strchrnul.S: Don't include
29766 <bp-sym.h> and <bp-asm.h>.
29767 (__strchrnul): Don't use BP_SYM.
29768 * sysdeps/powerpc/powerpc64/power7/strlen.S: Don't include
29769 <bp-sym.h> and <bp-asm.h>.
29770 (strlen): Don't use BP_SYM.
29771 * sysdeps/powerpc/powerpc64/power7/strncmp.S: Don't include
29772 <bp-sym.h> and <bp-asm.h>.
29773 (strncmp): Don't use BP_SYM. Remove comment about bounded
29774 pointers.
29775 * sysdeps/powerpc/powerpc64/power7/strnlen.S: Don't include
29776 <bp-sym.h> and <bp-asm.h>.
29777 (__strnlen): Don't use BP_SYM.
29778 * sysdeps/powerpc/powerpc64/setjmp-common.S: Don't include
29779 <bp-sym.h> and <bp-asm.h>.
29780 (__GI__setjmp): Don't use BP_SYM.
29781 (_setjmp): Likewise.
29782 (__sigsetjmp): Likewise.
29783 * sysdeps/powerpc/powerpc64/start.S: Don't include "bp-sym.h".
29784 (L(start_addresses)): Don't use BP_SYM.
29785 (_start): Likewise.
29786 * sysdeps/powerpc/powerpc64/stpcpy.S: Don't include <bp-sym.h> and
29787 <bp-asm.h>.
29788 (__stpcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW,
29789 STORE_RETURN_BOUNDS, CHECK_BOUNDS_HIGH and STORE_RETURN_VALUE.
29790 (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
29791 (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
29792 * sysdeps/powerpc/powerpc64/strchr.S: Don't include <bp-sym.h> and
29793 <bp-asm.h>.
29794 (strchr): Don't use BP_SYM, CHECK_BOUNDS_LOW, STORE_RETURN_BOUNDS,
29795 CHECK_BOUNDS_HIGH_RTN and STORE_RETURN_VALUE. Remove comment
29796 about bounded pointers.
29797 (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
29798 (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
29799 * sysdeps/powerpc/powerpc64/strcmp.S: Don't include <bp-sym.h> and
29800 <bp-asm.h>.
29801 (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW. Remove comment
29802 about bounded pointers. Remove GKM FIXME comments.
29803 (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
29804 * sysdeps/powerpc/powerpc64/strcpy.S: Don't include <bp-sym.h> and
29805 <bp-asm.h>.
29806 (strcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW and
29807 STORE_RETURN_BOUNDS. Remove comment about bounded pointers.
29808 Remove GKM FIXME comments.
29809 (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
29810 (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
29811 * sysdeps/powerpc/powerpc64/strlen.S: Don't include <bp-sym.h> and
29812 <bp-asm.h>.
29813 (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW. Remove comment
29814 about bounded pointers. Remove GKM FIXME comment.
29815 * sysdeps/powerpc/powerpc64/strncmp.S: Don't include <bp-sym.h>
29816 and <bp-asm.h>.
29817 (strncmp): Don't use BP_SYM. Remove comment about bounded
29818 pointers.
29819 * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S: Don't include
29820 <bp-sym.h> and <bp-asm.h>.
29821 (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
29822 * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Don't include
29823 <bp-sym.h> and <bp-asm.h>.
29824 (__clone): Don't use BP_SYM and DISCARD_BOUNDS. Remove GKM FIXME
29825 comment.
29826
29827 2013-03-05 Paul Pluzhnikov <ppluzhnikov@google.com>
29828
29829 * stdio-common/vfprintf.c (vfprintf): Check malloc return; don't
29830 call free(NULL).
29831
29832 2013-03-05 David S. Miller <davem@davemloft.net>
29833
29834 * po/es.po: Update from translation team.
29835
29836 2013-03-05 Andreas Jaeger <aj@suse.de>
29837
29838 * sysdeps/unix/sysv/linux/s390/bits/mman.h: Include
29839 <bits/mman-linux.h>.
29840 (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
29841 is fine.
29842 * sysdeps/unix/sysv/linux/sh/bits/mman.h: Move include of
29843 <bits/mman-linux.h> to end of file.
29844 (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
29845 is fine.
29846 * sysdeps/unix/sysv/linux/x86/bits/mman.h: Move include of
29847 <bits/mman-linux.h> to end of file.
29848 (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
29849 is fine.
29850 * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Move include of
29851 <bits/mman-linux.h> to end of file.
29852
29853 * sysdeps/unix/sysv/linux/bits/mman-linux.h [!MCL_CURRENT]
29854 (MCL_CURRENT, MCL_FUTURE): Define here.
29855
29856 2013-03-05 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
29857
29858 [BZ #15232]
29859 * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Use
29860 attribute_hidden.
29861 * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
29862
29863 2013-03-05 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
29864
29865 * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Set the
29866 fourth parameter needed for rt_sigprocmask syscall.
29867 * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
29868 * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
29869 * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Likewise.
29870 * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
29871 * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
29872 * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Define _NSIG8.
29873
29874 2013-03-04 Joseph Myers <joseph@codesourcery.com>
29875
29876 [BZ #13550]
29877 * sysdeps/powerpc/powerpc32/power4/strncmp.S (strncmp): Remove
29878 comment about bounded pointers.
29879 * sysdeps/powerpc/powerpc32/power7/strncmp.S (strncmp): Likewise.
29880 * sysdeps/powerpc/powerpc32/strncmp.S (strncmp): Likewise.
29881
29882 2013-03-04 Andreas Jaeger <aj@suse.de>
29883
29884 * sysdeps/unix/sysv/linux/bits/mman-linux.h: New file, with Linux
29885 common definitions.
29886
29887 * sysdeps/unix/sysv/linux/sh/bits/mman.h: Remove all defines
29888 provided by bits/mman-linux.h and include <bits/mman-linux.h>.
29889 * sysdeps/unix/sysv/linux/x86/bits/mman.h: Likewise.
29890 * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
29891 * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
29892 * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
29893
29894 2013-03-04 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
29895
29896 [BZ #15055]
29897 * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Use
29898 __ieee754_sqrl instead of __sqrl.
29899
29900 2013-03-01 Joseph Myers <joseph@codesourcery.com>
29901
29902 * sysdeps/powerpc/fpu/fpu_control.h: Move to ...
29903 * sysdeps/powerpc/fpu_control.h: ... here.
29904 * sysdeps/powerpc/fpu/bits/fenvinline.h: Move to ...
29905 * sysdeps/powerpc/bits/fenvinline.h: ... here.
29906 * sysdeps/powerpc/fpu/bits/mathinline.h: Move to ...
29907 * sysdeps/powerpc/bits/mathinline.h: ... here.
29908
29909 2013-03-01 Roland McGrath <roland@hack.frob.com>
29910
29911 * elf/dl-hwcaps.c (_dl_important_hwcaps):
29912 Change [NEED_DL_SYSINFO || NEED_DL_SYSINFO_DSO] conditionals
29913 to just [NEED_DL_SYSINFO_DSO].
29914 * elf/dl-support.c: Likewise.
29915 * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
29916 * elf/rtld.c (dl_main): Likewise.
29917 * elf/setup-vdso.h (setup_vdso): Likewise.
29918 * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Likewise.
29919 * sysdeps/unix/sysv/linux/dl-sysdep.c
29920 (_dl_discover_osversion): Likewise.
29921
29922 2013-03-01 Carlos O'Donell <carlos@redhat.com>
29923
29924 * csu/libc-start.c (__pthread_initialize_minimal): Revert last change.
29925 * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
29926
29927 2013-03-01 Siddhesh Poyarekar <siddhesh@redhat.com>
29928
29929 * NEWS: Mention libm performance improvements and non-x86 PI
29930 futex support.
29931
29932 * csu/libc-start.c (__pthread_initialize_minimal): Change
29933 function arguments.
29934 * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
29935
29936 2013-02-28 Joseph Myers <joseph@codesourcery.com>
29937
29938 [BZ #13550]
29939 * sysdeps/powerpc/powerpc32/bp-asm.h: Remove file.
29940 * sysdeps/powerpc/powerpc32/__longjmp-common.S: Don't include
29941 <bp-sym.h> and <bp-asm.h>.
29942 (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
29943 * sysdeps/powerpc/powerpc32/a2/memcpy.S: Don't include <bp-sym.h>
29944 and <bp-asm.h>.
29945 (memcpy): Don't use BP_SYM.
29946 * sysdeps/powerpc/powerpc32/add_n.S: Don't include <bp-sym.h> and
29947 <bp-asm.h>.
29948 (__mpn_add_n): Don't use BP_SYM.
29949 (__mpn_add_n) [__BOUNDED_POINTERS_]: Remove conditional code.
29950 * sysdeps/powerpc/powerpc32/addmul_1.S: Don't include <bp-sym.h>
29951 and <bp-asm.h>.
29952 (__mpn_addmul_1): Don't use BP_SYM.
29953 (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
29954 * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Don't include
29955 <bp-sym.h>.
29956 (_setjmp): Don't use BP_SYM.
29957 (__novmx_setjmp): Likewise.
29958 (__GI__setjmp): Likewise.
29959 (__vmx_setjmp): Likewise.
29960 * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Don't include
29961 <bp-sym.h>.
29962 * sysdeps/powerpc/powerpc32/bzero.S: Don't include <bp-sym.h>.
29963 (__bzero): Don't use BP_SYM.
29964 (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
29965 (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
29966 * sysdeps/powerpc/powerpc32/cell/memcpy.S: Don't include
29967 <bp-sym.h> and <bp-asm.h>.
29968 (memcpy): Don't use BP_SYM.
29969 * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Don't include
29970 <bp-sym.h> and <bp-asm.h>.
29971 (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
29972 * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Don't include
29973 <bp-sym.h> and <bp-asm.h>.
29974 (__sigsetjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
29975 * sysdeps/powerpc/powerpc32/lshift.S: Don't include <bp-sym.h> and
29976 <bp-asm.h>.
29977 (__mpn_lshift): Don't use BP_SYM.
29978 (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
29979 * sysdeps/powerpc/powerpc32/memset.S: Don't include <bp-sym.h> and
29980 <bp-asm.h>.
29981 (memset): Don't use BP_SYM.
29982 (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
29983 (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
29984 * sysdeps/powerpc/powerpc32/mul_1.S: Don't include <bp-sym.h> and
29985 <bp-asm.h>.
29986 (__mpn_mul_1): Don't use BP_SYM.
29987 (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
29988 * sysdeps/powerpc/powerpc32/power4/memcmp.S: Don't include
29989 <bp-sym.h> and <bp-asm.h>.
29990 (memcmp): Don't use BP_SYM.
29991 * sysdeps/powerpc/powerpc32/power4/memcpy.S: Don't include
29992 <bp-sym.h> and <bp-asm.h>.
29993 (memcpy): Don't use BP_SYM.
29994 * sysdeps/powerpc/powerpc32/power4/memset.S: Don't include
29995 <bp-sym.h> and <bp-asm.h>.
29996 (memset): Don't use BP_SYM.
29997 * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't include
29998 <bp-sym.h> and <bp-asm.h>.
29999 (strncmp): Don't use BP_SYM.
30000 * sysdeps/powerpc/powerpc32/power6/memcpy.S: Don't include
30001 <bp-sym.h> and <bp-asm.h>.
30002 (memcpy): Don't use BP_SYM.
30003 * sysdeps/powerpc/powerpc32/power6/memset.S: Don't include
30004 <bp-sym.h> and <bp-asm.h>.
30005 (memset): Don't use BP_SYM.
30006 * sysdeps/powerpc/powerpc32/power7/memchr.S: Don't include
30007 <bp-sym.h> and <bp-asm.h>.
30008 (__memchr): Don't use BP_SYM.
30009 * sysdeps/powerpc/powerpc32/power7/memcmp.S: Don't include
30010 <bp-sym.h> and <bp-asm.h>.
30011 (memcmp): Don't use BP_SYM.
30012 * sysdeps/powerpc/powerpc32/power7/memcpy.S: Don't include
30013 <bp-sym.h> and <bp-asm.h>.
30014 (memcpy): Don't use BP_SYM.
30015 * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Don't include
30016 <bp-sym.h> and <bp-asm.h>.
30017 (__mempcpy): Don't use BP_SYM.
30018 * sysdeps/powerpc/powerpc32/power7/memrchr.S: Don't include
30019 <bp-sym.h> and <bp-asm.h>.
30020 (__memrchr): Don't use BP_SYM.
30021 * sysdeps/powerpc/powerpc32/power7/memset.S: Don't include
30022 <bp-sym.h> and <bp-asm.h>.
30023 (memset): Don't use BP_SYM.
30024 * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Don't include
30025 <bp-sym.h> and <bp-asm.h>.
30026 (__rawmemchr): Don't use BP_SYM.
30027 * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Don't include
30028 <bp-sym.h> and <bp-asm.h>.
30029 (__STRCMP): Don't use BP_SYM.
30030 * sysdeps/powerpc/powerpc32/power7/strchr.S: Don't include
30031 <bp-sym.h> and <bp-asm.h>.
30032 (strchr): Don't use BP_SYM.
30033 * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Don't include
30034 <bp-sym.h> and <bp-asm.h>.
30035 (__strchrnul): Don't use BP_SYM.
30036 * sysdeps/powerpc/powerpc32/power7/strlen.S: Don't include
30037 <bp-sym.h> and <bp-asm.h>.
30038 (strlen): Don't use BP_SYM.
30039 * sysdeps/powerpc/powerpc32/power7/strncmp.S: Don't include
30040 <bp-sym.h> and <bp-asm.h>.
30041 (strncmp): Don't use BP_SYM.
30042 * sysdeps/powerpc/powerpc32/power7/strnlen.S: Don't include
30043 <bp-sym.h> and <bp-asm.h>.
30044 (__strnlen): Don't use BP_SYM.
30045 * sysdeps/powerpc/powerpc32/rshift.S: Don't include <bp-sym.h> and
30046 <bp-asm.h>.
30047 (__mpn_rshift): Don't use BP_SYM.
30048 (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
30049 * sysdeps/powerpc/powerpc32/setjmp-common.S: Don't include
30050 <bp-sym.h> and <bp-asm.h>.
30051 (__sigsetjmp): Don't use BP_SYM.
30052 * sysdeps/powerpc/powerpc32/start.S: Don't include "bp-sym.h".
30053 (L(start_addresses)): Don't use BP_SYM.
30054 (_start): Likewise.
30055 * sysdeps/powerpc/powerpc32/stpcpy.S: Don't include <bp-sym.h> and
30056 <bp-asm.h>.
30057 (__stpcpy): Don't use BP_SYM and macros from bp-asm.h.
30058 (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
30059 (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
30060 * sysdeps/powerpc/powerpc32/strchr.S: Don't include <bp-sym.h> and
30061 <bp-asm.h>.
30062 (strchr): Don't use BP_SYM.h and macros from bp-asm.h.
30063 (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
30064 (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
30065 * sysdeps/powerpc/powerpc32/strcmp.S: Don't include <bp-sym.h> and
30066 <bp-asm.h>.
30067 (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW. Remove GKM FIXME
30068 comments.
30069 (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
30070 * sysdeps/powerpc/powerpc32/strcpy.S: Don't include <bp-sym.h> and
30071 <bp-asm.h>.
30072 (strcpy): Don't use BP_SYM and macros from bp-asm.h. Remove GKM
30073 FIXME comments.
30074 (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
30075 (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
30076 * sysdeps/powerpc/powerpc32/strlen.S: Don't include <bp-sym.h> and
30077 <bp-asm.h>.
30078 (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW. Remove GKM FIXME
30079 comment.
30080 * sysdeps/powerpc/powerpc32/strncmp.S: Don't include <bp-sym.h>
30081 and <bp-asm.h>.
30082 (strncmp): Don't use BP_SYM,
30083 * sysdeps/powerpc/powerpc32/sub_n.S: Don't include <bp-sym.h> and
30084 <bp-asm.h>.
30085 (__mpn_sub_n): Don't use BP_SYM.
30086 (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
30087 * sysdeps/powerpc/powerpc32/submul_1.S: Don't include <bp-sym.h>
30088 and <bp-asm.h>.
30089 (__mpn_submul_1): Don't use BP_SYM.
30090 (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
30091 * sysdeps/unix/sysv/linux/powerpc/powerpc32/brk.S: Don't include
30092 <bp-sym.h> and <bp-asm.h>.
30093 (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
30094 * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Don't include
30095 <bp-sym.h> and <bp-asm.h>.
30096 (__clone): Don't use BP_SYM and DISCARD_BOUNDS. Remove GKM FIXME
30097 comment.
30098
30099 2013-02-28 Siddhesh Poyarekar <siddhesh@redhat.com>
30100
30101 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (add_magnitudes):
30102 Use ZK to minimize writes to Z.
30103 (sub_magnitudes): Simplify code a bit.
30104 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (add_magnitudes):
30105 Use ZK to minimize writes to Z.
30106 (sub_magnitudes): Simplify code a bit.
30107
30108 2013-02-27 Roland McGrath <roland@hack.frob.com>
30109
30110 * csu/gmon-start.c: Add special exception to license text.
30111
30112 2013-02-27 Richard Henderson <rth@redhat.com>
30113
30114 * scripts/config.guess: Update from config.git.
30115 * scripts/config.sub: Likewise.
30116
30117 2013-02-27 Siddhesh Poyarekar <siddhesh@redhat.com>
30118
30119 * sysdeps/ieee754/dbl-64/mpsqrt.c: Reformat.
30120
30121 * sysdeps/ieee754/dbl-64/mpatan2.c: Reformat.
30122
30123 * sysdeps/ieee754/dbl-64/mpatan.c: Reformat.
30124
30125 * sysdeps/ieee754/dbl-64/mptan.c: Reformat.
30126
30127 * sysdeps/ieee754/dbl-64/mplog.c: Reformat.
30128
30129 2013-02-26 Roland McGrath <roland@hack.frob.com>
30130
30131 * Makeconfig (%.v.i, %.v): Move these pattern rules outside of
30132 [$(build-shared = yes].
30133
30134 2013-02-26 Siddhesh Poyarekar <siddhesh@redhat.com>
30135
30136 * sysdeps/ieee754/dbl-64/mpa.c: Include alloca.h.
30137 (__mul): Reduce iterations for calculating mantissa.
30138
30139 * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use MPONE and
30140 MPTWO.
30141 (__mpranred): Likewise.
30142
30143 [BZ #15160]
30144 * malloc/memusagestat.c (main): Draw graphs for heap and stack
30145 only if MAXSIZE_HEAP and MAXSIZE_STACK are non-zero.
30146
30147 2013-02-26 Paul Eggert <eggert@cs.ucla.edu>
30148
30149 * posix/regex_internal.h [__GNUC__ < 3 + (__GNUC_MINOR__ < 1]:
30150 Define __attribute__.
30151
30152 2013-02-26 Siddhesh Poyarekar <siddhesh@redhat.com>
30153
30154 * locale/elem-hash.h (elem_hash): Mark as pure and possibly
30155 unused.
30156 * posix/regex_internal.h (__attribute): Remove.
30157 [!_LIBC && __i386__]: Use __attribute__ instead of __attribute.
30158 (re_string_context_at): Likewise.
30159 (bitset_not): Use __attribute__ and mark function as possibly
30160 unused.
30161 (bitset_merge): Likewise.
30162 (bitset_mask): Likewise.
30163 (re_string_char_size_at): Likewise.
30164 (re_string_wchar_at): Likewise.
30165 (re_string_elem_size_at): Likewise.
30166
30167 2013-02-25 Siddhesh Poyarekar <siddhesh@redhat.com>
30168
30169 * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Remove commented
30170 code.
30171 (cc32): Likewise.
30172
30173 * sysdeps/ieee754/dbl-64/mpa.c (mcr): Use long instead of int.
30174 (__acr): Likewise.
30175 (__cpy): Likewise.
30176 (norm): Likewise.
30177 (denorm): Likewise.
30178 (__dbl_mp): Likewise.
30179 (add_magnitudes): Likewise.
30180 (sub_magnitudes): Likewise.
30181 (__mul): Likewise.
30182 (__inv): Likewise.
30183
30184 * sysdeps/ieee754/dbl-64/slowexp.c: Reformat in GNU coding
30185 style.
30186
30187 * sysdeps/ieee754/dbl-64/slowpow.c: Reformat in GNU coding
30188 style.
30189
30190 * sysdeps/ieee754/dbl-64/slowexp.c (__slowexp): Remove commented
30191 code.
30192
30193 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mp_dbl): Sync
30194 up changes with default code.
30195 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mp_dbl):
30196 Likewise.
30197
30198 2013-02-24 Allan McRae <allan@archlinux.org>
30199
30200 * manual/socket.texi (The Internet Namespace): Order menu items
30201 to match that in the file.
30202
30203 * manual/libc-texinfo.sh: Use @detailmenu around the detailed
30204 node listing of the info page menu.
30205
30206 2013-02-21 Joseph Myers <joseph@codesourcery.com>
30207
30208 [BZ #13550]
30209 * sysdeps/i386/bp-asm.h: Remove file.
30210 * sysdeps/i386/add_n.S: Do not include "bp-sym.h" and "bp-asm.h".
30211 (PARMS): Do not use macros from bp-asm.h.
30212 (S1): Likewise.
30213 (S2): Likewise.
30214 (SIZE): Likewise.
30215 (__mpn_add_n): Do not use BP_SYM
30216 * sysdeps/i386/addmul_1.S: Do not include "bp-sym.h" and
30217 "bp-asm.h".
30218 (PARMS): Do not use macros from bp-asm.h.
30219 (S1): Likewise.
30220 (SIZE): Likewise.
30221 (__mpn_addmul_1): Do not use BP_SYM
30222 * sysdeps/i386/bsd-_setjmp.S: Do not include "bp-sym.h" and
30223 "bp-asm.h".
30224 (PARMS): Do not use macros from bp-asm.h.
30225 (SIGMSK): Likewise.
30226 (_setjmp): Likewise. Do not use BP_SYM.
30227 * sysdeps/i386/bsd-setjmp.S: Do not include "bp-sym.h" and
30228 "bp-asm.h".
30229 (PARMS): Do not use macros from bp-asm.h.
30230 (SIGMSK): Likewise.
30231 (setjmp): Likewise. Do not use BP_SYM.
30232 * sysdeps/i386/fpu/s_frexp.S: Do not include "bp-sym.h" and
30233 "bp-asm.h".
30234 (PARMS): Do not use macros from bp-asm.h.
30235 (__frexp): Do not use BP_SYM.
30236 (frexp): Likewise.
30237 * sysdeps/i386/fpu/s_frexpf.S: Do not include "bp-sym.h" and
30238 "bp-asm.h".
30239 (PARMS): Do not use macros from bp-asm.h.
30240 (__frexpf): Do not use BP_SYM.
30241 (frexpf): Likewise.
30242 * sysdeps/i386/fpu/s_frexpl.S: Do not include "bp-sym.h" and
30243 "bp-asm.h".
30244 (PARMS): Do not use macros from bp-asm.h.
30245 (__frexpl): Do not use BP_SYM.
30246 (frexpl): Likewise.
30247 * sysdeps/i386/fpu/s_remquo.S: Do not include "bp-sym.h" and
30248 "bp-asm.h".
30249 (PARMS): Do not use macros from bp-asm.h.
30250 (__remquo): Do not use BP_SYM.
30251 (remquo): Likewise.
30252 * sysdeps/i386/fpu/s_remquof.S: Do not include "bp-sym.h" and
30253 "bp-asm.h".
30254 (PARMS): Do not use macros from bp-asm.h.
30255 (__remquof): Do not use BP_SYM.
30256 (remquof): Likewise.
30257 * sysdeps/i386/fpu/s_remquol.S: Do not include "bp-sym.h" and
30258 "bp-asm.h".
30259 (PARMS): Do not use macros from bp-asm.h.
30260 (__remquol): Do not use BP_SYM.
30261 (remquol): Likewise.
30262 * sysdeps/i386/i486/strcat.S: Do not include "bp-sym.h" and
30263 "bp-asm.h".
30264 (PARMS): Do not use macros from bp-asm.h.
30265 (DEST): Likewise.
30266 (SRC): Likewise.
30267 (strcat): Remove GKM FIXME comment. Do not use BP_SYM.
30268 * sysdeps/i386/i486/strlen.S: Do not include "bp-sym.h" and
30269 "bp-asm.h".
30270 (PARMS): Do not use macros from bp-asm.h.
30271 (strlen): Do not use BP_SYM.
30272 * sysdeps/i386/i586/add_n.S: Do not include "bp-sym.h" and
30273 "bp-asm.h".
30274 (PARMS): Do not use macros from bp-asm.h.
30275 (S1): Likewise.
30276 (S2): Likewise.
30277 (SIZE): Likewise.
30278 (__mpn_add_n): Do not use BP_SYM.
30279 * sysdeps/i386/i586/addmul_1.S: Do not include "bp-sym.h" and
30280 "bp-asm.h".
30281 (PARMS): Do not use macros from bp-asm.h.
30282 (S1): Likewise.
30283 (SIZE): Likewise.
30284 (__mpn_addmul_1): Do not use BP_SYM.
30285 * sysdeps/i386/i586/bzero.S (__bzero): Do not use BP_SYM in
30286 weak_alias.
30287 (bzero): Likewise.
30288 * sysdeps/i386/i586/lshift.S: Do not include "bp-sym.h" and
30289 "bp-asm.h".
30290 (PARMS): Do not use macros from bp-asm.h.
30291 (S): Likewise.
30292 (SIZE): Likewise.
30293 (__mpn_lshift): Do not use BP_SYM.
30294 * sysdeps/i386/i586/memcpy.S: Do not include "bp-sym.h" and
30295 "bp-asm.h".
30296 (PARMS): Do not use macros from bp-asm.h.
30297 (DEST): Likewise.
30298 (SRC): Likewise.
30299 (LEN): Likewise.
30300 (memcpy): Likewise. Do not use BP_SYM.
30301 * sysdeps/i386/i586/mempcpy.S (__mempcpy): Do not use BP_SYM in
30302 libc_hidden_def and weak_alias.
30303 (mempcpy): Do not use BP_SYM in weak_alias.
30304 * sysdeps/i386/i586/memset.S: Do not include "bp-sym.h" and
30305 "bp-asm.h".
30306 (PARMS): Do not use macros from bp-asm.h.
30307 (DEST): Likewise.
30308 (LEN): Likewise.
30309 [!BZERO_P] (CHR): Likewise.
30310 (memset): Likewise. Do not use BP_SYM.
30311 * sysdeps/i386/i586/mul_1.S: Do not include "bp-sym.h" and
30312 "bp-asm.h".
30313 (PARMS): Do not use macros from bp-asm.h.
30314 (S1): Likewise.
30315 (SIZE): Likewise.
30316 (__mpn_mul_1): Do not use BP_SYM.
30317 * sysdeps/i386/i586/rshift.S: Do not include "bp-sym.h" and
30318 "bp-asm.h".
30319 (PARMS): Do not use macros from bp-asm.h.
30320 (S): Likewise.
30321 (SIZE): Likewise.
30322 (__mpn_rshift): Do not use BP_SYM.
30323 * sysdeps/i386/i586/strchr.S: Do not include "bp-sym.h" and
30324 "bp-asm.h".
30325 (PARMS): Do not use macros from bp-asm.h.
30326 (STR): Likewise.
30327 (CHR): Likewise.
30328 (strchr): Likewise. Do not use BP_SYM.
30329 (index): Do not use BP_SYM in weak_alias.
30330 * sysdeps/i386/i586/strcpy.S: Do not include "bp-sym.h" and
30331 "bp-asm.h".
30332 (PARMS): Do not use macros from bp-asm.h.
30333 (DEST): Likewise.
30334 (SRC): Likewise.
30335 (STRCPY): Likewise. Remove GKM FIXME comment. Do not use BP_SYM.
30336 * sysdeps/i386/i586/strlen.S: Do not include "bp-sym.h" and
30337 "bp-asm.h".
30338 (PARMS): Do not use macros from bp-asm.h.
30339 (strlen): Do not use BP_SYM.
30340 * sysdeps/i386/i586/sub_n.S: Do not include "bp-sym.h" and
30341 "bp-asm.h".
30342 (PARMS): Do not use macros from bp-asm.h.
30343 (S1): Likewise.
30344 (S2): Likewise.
30345 (SIZE): Likewise.
30346 (__mpn_sub_n): Do not use BP_SYM.
30347 * sysdeps/i386/i586/submul_1.S: Do not include "bp-sym.h" and
30348 "bp-asm.h".
30349 (PARMS): Do not use macros from bp-asm.h.
30350 (S1): Likewise.
30351 (SIZE): Likewise.
30352 (__mpn_submul_1): Do not use BP_SYM.
30353 * sysdeps/i386/i686/add_n.S: Do not include "bp-sym.h" and
30354 "bp-asm.h".
30355 (PARMS): Do not use macros from bp-asm.h.
30356 (S1): Likewise.
30357 (S2): Likewise.
30358 (SIZE): Likewise.
30359 (__mpn_add_n): Do not use BP_SYM.
30360 * sysdeps/i386/i686/bzero.S (__bzero): Do not use BP_SYM in
30361 weak_alias.
30362 (bzero): Likewise.
30363 * sysdeps/i386/i686/memcmp.S: Do not include "bp-sym.h" and
30364 "bp-asm.h".
30365 (PARMS): Do not use macros from bp-asm.h.
30366 (BLK2): Likewise.
30367 (LEN): Likewise.
30368 (memcmp): Do not use BP_SYM.
30369 (bcmp): Do not use BP_SYM in weak_alias.
30370 * sysdeps/i386/i686/memcpy.S: Do not include "bp-sym.h" and
30371 "bp-asm.h".
30372 (PARMS): Do not use macros from bp-asm.h.
30373 (DEST): Likewise.
30374 (SRC): Likewise.
30375 (LEN): Likewise.
30376 (memcpy): Likewise. Do not use BP_SYM.
30377 * sysdeps/i386/i686/memmove.S: Do not include "bp-sym.h" and
30378 "bp-asm.h".
30379 (PARMS): Do not use macros from bp-asm.h.
30380 (DEST): Likewise.
30381 (SRC): Likewise.
30382 (LEN): Likewise.
30383 (memmove): Likewise. Do not use BP_SYM.
30384 * sysdeps/i386/i686/mempcpy.S: Do not include "bp-sym.h" and
30385 "bp-asm.h".
30386 (PARMS): Do not use macros from bp-asm.h.
30387 (DEST): Likewise.
30388 (SRC): Likewise.
30389 (LEN): Likewise.
30390 (__mempcpy): Likewise. Do not use BP_SYM.
30391 (mempcpy): Do not use BP_SYM in weak_alias.
30392 * sysdeps/i386/i686/memset.S: Do not include "bp-sym.h" and
30393 "bp-asm.h".
30394 (PARMS): Do not use macros from bp-asm.h.
30395 (DEST): Likewise.
30396 (LEN): Likewise.
30397 [!BZERO_P] (CHR): Likewise.
30398 (memset): Likewise. Do not use BP_SYM.
30399 * sysdeps/i386/i686/strcmp.S: Do not include "bp-sym.h" and
30400 "bp-asm.h".
30401 (PARMS): Do not use macros from bp-asm.h.
30402 (STR2): Likewise.
30403 (strcmp): Do not use BP_SYM.
30404 * sysdeps/i386/i686/strtok.S: Do not include "bp-sym.h" and
30405 "bp-asm.h".
30406 (PARMS): Do not use macros from bp-asm.h.
30407 (STR): Likewise.
30408 (DELIM): Likewise.
30409 [USE_AS_STRTOK_R] (SAVE): Likewise.
30410 (FUNCTION): Likewise. Do not use BP_SYM.
30411 * sysdeps/i386/i686/strtok_r.S (__strtok_r): Do not use BP_SYM in
30412 aliases.
30413 (strtok_r): Likewise.
30414 (__GI___strtok_r): Likewise.
30415 * sysdeps/i386/lshift.S: Do not include "bp-sym.h" and "bp-asm.h".
30416 (PARMS): Do not use macros from bp-asm.h.
30417 (S): Likewise.
30418 (SIZE): Likewise.
30419 (__mpn_lshift): Do not use BP_SYM.
30420 * sysdeps/i386/memchr.S: Do not include "bp-sym.h" and "bp-asm.h".
30421 (PARMS): Do not use macros from bp-asm.h.
30422 (STR): Likewise.
30423 (CHR): Likewise.
30424 (__memchr): Do not use BP_SYM.
30425 (memchr): Do not use BP_SYM in weak_alias.
30426 * sysdeps/i386/memcmp.S: Do not include "bp-sym.h" and "bp-asm.h".
30427 (PARMS): Do not use macros from bp-asm.h.
30428 (BLK2): Likewise.
30429 (LEN): Likewise.
30430 (memcmp): Do not use BP_SYM.
30431 (bcmp): Do not use BP_SYM in weak_alias.
30432 * sysdeps/i386/mul_1.S: Do not include "bp-sym.h" and "bp-asm.h".
30433 (PARMS): Do not use macros from bp-asm.h.
30434 (S1): Likewise.
30435 (SIZE): Likewise.
30436 (__mpn_mul_1): Do not use BP_SYM.
30437 * sysdeps/i386/rawmemchr.S: Do not include "bp-sym.h" and
30438 "bp-asm.h".
30439 (PARMS): Do not use macros from bp-asm.h.
30440 (STR): Likewise.
30441 (CHR): Likewise.
30442 (__rawmemchr): Do not use BP_SYM.
30443 (rawmemchr): Do not use BP_SYM in weak_alias.
30444 * sysdeps/i386/rshift.S: Do not include "bp-sym.h" and "bp-asm.h".
30445 (PARMS): Do not use macros from bp-asm.h.
30446 (S): Likewise.
30447 (SIZE): Likewise.
30448 (__mpn_rshift): Do not use BP_SYM.
30449 * sysdeps/i386/setjmp.S: Do not include "bp-sym.h" and "bp-asm.h".
30450 (PARMS): Do not use macros from bp-asm.h.
30451 (SIGMSK): Likewise.
30452 (__sigsetjmp): Likewise. Do not use BP_SYM.
30453 * sysdeps/i386/start.S: Do not include "bp-sym.h".
30454 (_start): Do not use BP_SYM.
30455 * sysdeps/i386/stpcpy.S: Do not include "bp-sym.h" and "bp-asm.h".
30456 (PARMS): Do not use macros from bp-asm.h.
30457 (DEST): Likewise.
30458 (SRC): Likewise.
30459 (__stpcpy): Likewise. Do not use BP_SYM.
30460 (stpcpy): Do not use BP_SYM in weak_alias.
30461 * sysdeps/i386/stpncpy.S: Do not include "bp-sym.h" and
30462 "bp-asm.h".
30463 (PARMS): Do not use macros from bp-asm.h.
30464 (DEST): Likewise.
30465 (SRC): Likewise.
30466 (LEN): Likewise.
30467 (__stpncpy): Likewise. Do not use BP_SYM.
30468 (stpncpy): Do not use BP_SYM in weak_alias.
30469 * sysdeps/i386/strchr.S: Do not include "bp-sym.h" and "bp-asm.h".
30470 (PARMS): Do not use macros from bp-asm.h.
30471 (STR): Likewise.
30472 (CHR): Likewise.
30473 (strchr): Likewise. Do not use BP_SYM.
30474 * sysdeps/i386/strchrnul.S: Do not include "bp-sym.h" and
30475 "bp-asm.h".
30476 (PARMS): Do not use macros from bp-asm.h.
30477 (STR): Likewise.
30478 (CHR): Likewise.
30479 (__strchrnul): Likewise. Do not use BP_SYM.
30480 (strchrnul): Do not use BP_SYM in weak_alias.
30481 * sysdeps/i386/strcspn.S: Do not include "bp-sym.h" and
30482 "bp-asm.h".
30483 (PARMS): Do not use macros from bp-asm.h.
30484 (STOP): Likewise.
30485 (strcspn): Do not use BP_SYM.
30486 * sysdeps/i386/strpbrk.S: Do not include "bp-sym.h" and
30487 "bp-asm.h".
30488 (PARMS): Do not use macros from bp-asm.h.
30489 (STR): Likewise.
30490 (STOP): Likewise.
30491 (strpbrk): Likewise. Do not use BP_SYM.
30492 * sysdeps/i386/strrchr.S: Do not include "bp-sym.h" and
30493 "bp-asm.h".
30494 (PARMS): Do not use macros from bp-asm.h.
30495 (STR): Likewise.
30496 (CHR): Likewise.
30497 (strrchr): Likewise. Do not use BP_SYM.
30498 * sysdeps/i386/strspn.S: Do not include "bp-sym.h" and "bp-asm.h".
30499 (PARMS): Do not use macros from bp-asm.h.
30500 (SKIP): Likewise.
30501 (strspn): Do not use BP_SYM.
30502 * sysdeps/i386/strtok.S: Do not include "bp-sym.h" and "bp-asm.h".
30503 (PARMS): Do not use macros from bp-asm.h.
30504 (STR): Likewise.
30505 (DELIM): Likewise.
30506 (SAVE): Likewise.
30507 (FUNCTION): Likewise. Do not use BP_SYM.
30508 * sysdeps/i386/strtok_r.S (__strtok_r): Do not use BP_SYM in
30509 aliases.
30510 (strtok_r): Likewise.
30511 (__GI___strtok_r): Likewise.
30512 * sysdeps/i386/sub_n.S: Do not include "bp-sym.h" and "bp-asm.h".
30513 (PARMS): Do not use macros from bp-asm.h.
30514 (S1): Likewise.
30515 (S2): Likewise.
30516 (SIZE): Likewise.
30517 (__mpn_sub_n): Do not use BP_SYM.
30518 * sysdeps/i386/submul_1.S: Do not include "bp-sym.h" and
30519 "bp-asm.h".
30520 (PARMS): Do not use macros from bp-asm.h.
30521 (S1): Likewise.
30522 (SIZE): Likewise.
30523 (__mpn_submul_1): Do not use BP_SYM.
30524 * sysdeps/unix/i386/sysdep.S: Do not include <bp-asm.h> and
30525 <bp-sym.h>.
30526 * sysdeps/unix/sysv/linux/i386/clone.S: Do not include <bp-sym.h>
30527 and <bp-asm.h>.
30528 (PARMS): Do not use macros from bp-asm.h.
30529 (FLAGS): Likewise.
30530 (PTID): Likewise.
30531 (TLS): Likewise.
30532 (CTID): Likewise.
30533 (__clone): Do not use BP_SYM.
30534 (clone): Do not use BP_SYM in weak_alias.
30535 * sysdeps/unix/sysv/linux/i386/mmap64.S: Do not include <bp-sym.h>
30536 and <bp-asm.h>.
30537 (PARMS): Do not use macros from bp-asm.h.
30538 (LEN): Likewise.
30539 (__mmap64): Do not use BP_SYM.
30540 (mmap64): Do not use BP_SYM in weak_alias.
30541 * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
30542 <bp-sym.h> and <bp-asm.h>.
30543 (PARMS): Do not use macros from bp-asm.h.
30544 (__posix_fadvise64_l64): Do not use BP_SYM.
30545 * sysdeps/unix/sysv/linux/i386/semtimedop.S
30546 (PARMS): Do not use macros from bp-asm.h.
30547 (NSOPS): Likewise.
30548 (semtimedop): Do not use BP_SYM.
30549 * sysdeps/unix/sysv/linux/i386/sysdep.h: Do not include <bp-sym.h>
30550 and <bp-asm.h>.
30551
30552 2013-02-21 Allan McRae <allan@archlinux.org>
30553
30554 * manual/message.texi (Charset conversion in gettext):
30555 Move @end statement to beginning of line.
30556
30557 2013-02-21 Siddhesh Poyarekar <siddhesh@redhat.com>
30558
30559 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Mark as
30560 static.
30561 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
30562 Likewise.
30563
30564 * sysdeps/ieee754/dbl-64/mpa.c (norm): Fix whitespace.
30565 (denorm): Likewise.
30566 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (norm): Likewise.
30567 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (norm): Likewise.
30568
30569 2013-02-21 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
30570
30571 * sysdeps/s390/s390-32/dl-trampoline.S (_dl_runtime_profile): Do a
30572 tail-call to the resolved function if pltexit isn't needed.
30573
30574 2013-02-21 Siddhesh Poyarekar <siddhesh@redhat.com>
30575
30576 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Mark X
30577 or Y being zero as being unlikely.
30578 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
30579 Likewise.
30580
30581 2013-02-20 Carlos O'Donell <carlos@redhat.com>
30582
30583 * manual/nss.texi (System Databases and Name Service Switch):
30584 Remove frobnicate @pxref.
30585
30586 2013-02-20 Thomas Schwinge <thomas@codesourcery.com>
30587
30588 * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
30589 __attribute__ ((unused)) to __attribute__ ((__unused__)).
30590
30591 2013-02-20 Petr Machata <pmachata@redhat.com>
30592
30593 * elf/elf.h (R_ARM_TARGET1): New macro.
30594 (R_ARM_SBREL31, R_ARM_V4BX, R_ARM_TARGET2): Likewise.
30595 (R_ARM_PREL31, R_ARM_MOVW_ABS_NC, R_ARM_MOVT_ABS): Likewise.
30596 (R_ARM_MOVW_PREL_NC, R_ARM_MOVT_PREL): Likewise.
30597 (R_ARM_THM_MOVW_ABS_NC, R_ARM_THM_MOVT_ABS): Likewise.
30598 (R_ARM_THM_MOVW_PREL_NC, R_ARM_THM_MOVT_PREL): Likewise.
30599 (R_ARM_THM_JUMP19, R_ARM_THM_JUMP6): Likewise.
30600 (R_ARM_THM_ALU_PREL_11_0, R_ARM_THM_PC12): Likewise.
30601 (R_ARM_ABS32_NOI, R_ARM_REL32_NOI): Likewise.
30602 (R_ARM_ALU_PC_G0_NC, R_ARM_ALU_PC_G0): Likewise.
30603 (R_ARM_ALU_PC_G1_NC, R_ARM_ALU_PC_G1): Likewise.
30604 (R_ARM_ALU_PC_G2, R_ARM_LDR_PC_G1, R_ARM_LDR_PC_G2): Likewise.
30605 (R_ARM_LDRS_PC_G0, R_ARM_LDRS_PC_G1): Likewise.
30606 (R_ARM_LDRS_PC_G2, R_ARM_LDC_PC_G0): Likewise.
30607 (R_ARM_LDC_PC_G1, R_ARM_LDC_PC_G2): Likewise.
30608 (R_ARM_ALU_SB_G0_NC, R_ARM_ALU_SB_G0): Likewise.
30609 (R_ARM_ALU_SB_G1_NC, R_ARM_ALU_SB_G1): Likewise.
30610 (R_ARM_ALU_SB_G2, R_ARM_LDR_SB_G0, R_ARM_LDR_SB_G1): Likewise.
30611 (R_ARM_LDR_SB_G2, R_ARM_LDRS_SB_G0): Likewise.
30612 (R_ARM_LDRS_SB_G1, R_ARM_LDRS_SB_G2): Likewise.
30613 (R_ARM_LDC_SB_G0, R_ARM_LDC_SB_G1, R_ARM_LDC_SB_G2): Likewise.
30614 (R_ARM_MOVW_BREL_NC, R_ARM_MOVT_BREL): Likewise.
30615 (R_ARM_MOVW_BREL, R_ARM_THM_MOVW_BREL_NC): Likewise.
30616 (R_ARM_THM_MOVT_BREL, R_ARM_THM_MOVW_BREL): Likewise.
30617 (R_ARM_PLT32_ABS, R_ARM_GOT_ABS, R_ARM_GOT_PREL): Likewise.
30618 (R_ARM_GOT_BREL12, R_ARM_GOTOFF12, R_ARM_GOTRELAX): Likewise.
30619 (R_ARM_TLS_LDO12, R_ARM_TLS_LE12, R_ARM_TLS_IE12GP): Likewise.
30620 (R_ARM_PRIVATE_0, R_ARM_PRIVATE_1, R_ARM_PRIVATE_2): Likewise.
30621 (R_ARM_PRIVATE_3, R_ARM_PRIVATE_4, R_ARM_PRIVATE_5): Likewise.
30622 (R_ARM_PRIVATE_6, R_ARM_PRIVATE_7, R_ARM_PRIVATE_8): Likewise.
30623 (R_ARM_PRIVATE_9, R_ARM_PRIVATE_10): Likewise.
30624 (R_ARM_PRIVATE_11, R_ARM_PRIVATE_12): Likewise.
30625 (R_ARM_PRIVATE_13, R_ARM_PRIVATE_14): Likewise.
30626 (R_ARM_PRIVATE_15, R_ARM_ME_TOO): Likewise.
30627 (R_ARM_THM_TLS_DESCSEQ16, R_ARM_THM_TLS_DESCSEQ32): Likewise.
30628 (R_ARM_THM_GOT_BREL12): Likewise.
30629 (R_ARM_PC24, R_ARM_PLT32): Updated a comment at this macro.
30630 (R_ARM_THM_PC11, R_ARM_THM_PC9): Likewise.
30631 (R_ARM_THM_ABS5, R_ARM_THM_PC22): Added a comment to this macro.
30632 (R_ARM_THM_PC8, R_ARM_THM_SWI8, R_ARM_XPC25): Likewise.
30633 (R_ARM_THM_XPC22, R_ARM_ALU_PCREL_7_0): Likewise.
30634 (R_ARM_ALU_PCREL_15_8, R_ARM_ALU_PCREL_23_15): Likewise.
30635 (R_ARM_LDR_SBREL_11_0, R_ARM_ALU_SBREL_19_12): Likewise.
30636 (R_ARM_ALU_SBREL_27_20, R_ARM_TLS_DESCSEQ): Likewise.
30637 (R_ARM_THM_TLS_DESCSEQ): Fixed whitespace.
30638
30639 2013-02-20 Thomas Schwinge <thomas@codesourcery.com>
30640
30641 * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
30642 __attribute_used__ to __attribute__ ((unused)).
30643
30644 2013-02-20 Siddhesh Poyarekar <siddhesh@redhat.com>
30645
30646 * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Copy over comment from
30647 powerpc mpa.c.
30648 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Fix
30649 comment formatting.
30650 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul): Likewise.
30651
30652 2013-02-19 Joseph Myers <joseph@codesourcery.com>
30653
30654 [BZ #13550]
30655 * sysdeps/i386/bp-asm.h [__BOUNDED_POINTERS__] (BOUNDS_VIOLATED):
30656 Remove macro.
30657 (ENTER): Remove both macro definitions.
30658 (LEAVE): Likewise.
30659 (CHECK_BOUNDS_LOW): Likewise.
30660 (CHECK_BOUNDS_HIGH): Likewise.
30661 (CHECK_BOUNDS_BOTH): Likewise.
30662 (CHECK_BOUNDS_BOTH_WIDE): Likewise.
30663 (RETURN_BOUNDED_POINTER): Likewise.
30664 (RETURN_NULL_BOUNDED_POINTER): Likewise.
30665 (PUSH_ERRNO_LOCATION_RETURN): Likewise.
30666 (POP_ERRNO_LOCATION_RETURN): Likewise.
30667 * sysdeps/i386/add_n.S (__mpn_add_n): Do not use removed macros.
30668 (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
30669 * sysdeps/i386/addmul_1.S (__mpn_addmul_1): Do not use removed
30670 macros.
30671 (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
30672 * sysdeps/i386/bsd-_setjmp.S (_setjmp): Do not use removed macros.
30673 * sysdeps/i386/bsd-setjmp.S (setjmp): Likewise.
30674 * sysdeps/i386/fpu/s_frexp.S (__frexp): Likewise.
30675 * sysdeps/i386/fpu/s_frexpf.S (__frexpf): Likewise.
30676 * sysdeps/i386/fpu/s_frexpl.S (__frexpl): Likewise.
30677 * sysdeps/i386/fpu/s_remquo.S (__remquo): Likewise.
30678 * sysdeps/i386/fpu/s_remquof.S (__remquof): Likewise.
30679 * sysdeps/i386/fpu/s_remquol.S (__remquol): Likewise.
30680 * sysdeps/i386/i486/strcat.S (strcat): Likewise.
30681 * sysdeps/i386/i486/strlen.S (strlen): Likewise.
30682 * sysdeps/i386/i586/add_n.S (__mpn_add_n): Likewise.
30683 (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
30684 * sysdeps/i386/i586/addmul_1.S (__mpn_addmul_1): Do not use
30685 removed macros.
30686 (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
30687 * sysdeps/i386/i586/lshift.S (__mpn_lshift): Do not use removed
30688 macros.
30689 (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
30690 * sysdeps/i386/i586/memcpy.S (memcpy): Do not use removed macros.
30691 * sysdeps/i386/i586/memset.S (memset): Likewise.
30692 * sysdeps/i386/i586/mul_1.S (__mpn_mul_1): Likewise.
30693 (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
30694 * sysdeps/i386/i586/rshift.S (__mpn_rshift): Do not use removed
30695 macros.
30696 (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
30697 * sysdeps/i386/i586/strchr.S (strchr): Do not use removed macros.
30698 Change uses of L(2) to L(out).
30699 * sysdeps/i386/i586/strcpy.S (STRCPY): Do not use removed macros.
30700 * sysdeps/i386/i586/strlen.S (strlen): Likewise.
30701 * sysdeps/i386/i586/sub_n.S (__mpn_sub_n): Likewise.
30702 (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
30703 * sysdeps/i386/i586/submul_1.S (__mpn_submul_1): Do not use
30704 removed macros.
30705 (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
30706 * sysdeps/i386/i686/add_n.S (__mpn_add_n): Do not use removed
30707 macros.
30708 (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
30709 * sysdeps/i386/i686/memcmp.S (ENTRANCE): Do not use macro ENTER.
30710 (RETURN): Do not use macro LEAVE.
30711 * sysdeps/i386/i686/memcpy.S (memcpy): Do not use removed macros.
30712 * sysdeps/i386/i686/memmove.S (memmove): Likewise.
30713 * sysdeps/i386/i686/mempcpy.S (mempcpy): Likewise.
30714 * sysdeps/i386/i686/memset.S (memset): Likewise.
30715 * sysdeps/i386/i686/strcmp.S (strcmp): Likewise.
30716 (strcmp) [!__BOUNDED_POINTERS__]: Make code unconditional.
30717 (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
30718 * sysdeps/i386/i686/strtok.S (save_ptr) [__BOUNDED_POINTERS__]:
30719 Likewise.
30720 (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
30721 (FUNCTION): Do not use removed macros. Combine labels L(1_1),
30722 L(1_2) and L(1_3) into L(1).
30723 (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
30724 * sysdeps/i386/lshift.S (__mpn_lshift): Do not use removed macros.
30725 (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
30726 * sysdeps/i386/memchr.S (__memchr): Do not use removed macros.
30727 (__memchr) [__BOUNDED_POINTERS__]: Remove conditional code.
30728 * sysdeps/i386/memcmp.S (memcmp): Do not use removed macros.
30729 * sysdeps/i386/mul_1.S (__mpn_mul_1): Likewise.
30730 (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
30731 * sysdeps/i386/rawmemchr.S (__rawmemchr): Do not use removed
30732 macros.
30733 * sysdeps/i386/rshift.S (__mpn_rshift): Likewise.
30734 (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
30735 * sysdeps/i386/setjmp.S (__sigsetjmp): Do not use removed macros.
30736 * sysdeps/i386/stpcpy.S (__stpcpy): Likewise.
30737 * sysdeps/i386/stpncpy.S (__stpncpy): Likewise.
30738 (__stpncpy) [__BOUNDED_POINTERS__]: Remove conditional code.
30739 * sysdeps/i386/strchr.S (strchr): Do not use removed macros.
30740 * sysdeps/i386/strchrnul.S (__strchrnul): Likewise.
30741 * sysdeps/i386/strcspn.S (strcspn): Likewise.
30742 * sysdeps/i386/strpbrk.S (strpbrk): Likewise.
30743 * sysdeps/i386/strrchr.S (strrchr): Likewise.
30744 * sysdeps/i386/strspn.S (strspn): Likewise.
30745 * sysdeps/i386/strtok.S (save_ptr) [__BOUNDED_POINTERS__]: Remove
30746 conditional code.
30747 (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
30748 (FUNCTION) [!__BOUNDED_POINTERS__]: Likewise.
30749 (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
30750 (FUNCTION): Do not use removed macros. Combine labels L(1_2) and
30751 L(1_3) into L(1_1).
30752 * sysdeps/i386/sub_n.S (__mpn_sub_n): Do not use removed macros.
30753 (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
30754 * sysdeps/i386/submul_1.S (__mpn_submul_1): Do not use removed
30755 macros.
30756 (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
30757
30758 2013-02-19 Jakub Jelinek <jakub@redhat.com>
30759
30760 * stdlib/strtod_l.c (__mpn_lshift_1): Rewritten as function-like
30761 macro.
30762
30763 2013-02-19 Siddhesh Poyarekar <siddhesh@redhat.com>
30764
30765 * math/atest-exp.c (exp_mpn): Remove ROUND.
30766 * math/atest-exp2.c (exp_mpn): Likewise.
30767 * math/atest-sincos.c (sincosx_mpn): Remove ROUND and CHK.
30768
30769 * stdlib/cxa_thread_atexit_impl.c: Fix Copyright year.
30770 * stdlib/tst-tls-atexit-lib.c: Likewise.
30771 * stdlib/tst-tls-atexit.c: Likewise.
30772
30773 2013-02-18 Mike Frysinger <vapier@gentoo.org>
30774
30775 * stdlib/stdlib.h (aligned_alloc): Use __attribute_malloc__
30776 and __attribute_alloc_size__.
30777
30778 2013-02-18 Mike Frysinger <vapier@gentoo.org>
30779
30780 * include/programs/xmalloc.h: Change __attribute_alloc_size to
30781 __attribute_alloc_size__.
30782 * include/sys/cdefs.h (__attribute_alloc_size): Macro removed.
30783 * misc/sys/cdefs.h (__attribute_alloc_size__): New macro.
30784
30785 2013-02-18 Mike Frysinger <vapier@gentoo.org>
30786
30787 * include/programs/xmalloc.h: New file.
30788 * catgets/gencat.c: Include it.
30789 (xmalloc, xcalloc, xrealloc, xstrdup): Don't declare them.
30790 * elf/pldd.c: Likewise.
30791 * iconv/iconv_charmap.c: Likewise.
30792 * iconv/iconvconfig.c: Likewise.
30793 * iconv/strtab.c: Likewise.
30794 * locale/programs/locale.c: Likewise.
30795 * locale/programs/localedef.h: Likewise.
30796 * locale/programs/simple-hash.c: Likewise.
30797 * nscd/nscd.h: Likewise.
30798 * nss/makedb.c: Likewise.
30799 * sysdeps/generic/ldconfig.h: Likewise.
30800
30801 2013-02-18 Siddhesh Poyarekar <siddhesh@redhat.com>
30802
30803 * Versions.def: Add GLIBC_2.18.
30804 * include/link.h (struct link_map): New member l_tls_dtor_count.
30805 * include/stdlib.h (__cxa_thread_atexit_impl): Declare.
30806 (__call_tls_dtors): Likewise.
30807 * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add
30808 __cxa_thread_atexit_impl.
30809 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
30810 Likewise.
30811 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
30812 Likewise.
30813 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
30814 Likewise.
30815 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
30816 Likewise.
30817 * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
30818 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist:
30819 Likewise.
30820 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist:
30821 Likewise.
30822 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
30823 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
30824 Likewise.
30825 * stdlib/Makefile (routines): Add __cxa_thread_atexit_impl.
30826 (tests): Add test case tst-tls-atexit.
30827 (modules-names): Add shared library for tst-tls-atexit.
30828 * stdlib/Versions (GLIBC_2.18): Add __cxa_thread_atexit_impl.
30829 (GLIBC_PRIVATE): Add __call_tls_dtors.
30830 * stdlib/cxa_thread_atexit_impl.c: New file with helper function
30831 for libstdc++.
30832 * stdlib/exit.c (__run_exit_handlers): Call __call_tls_dtors.
30833 * stdlib/tst-tls-atexit.c: New test case.
30834 * stdlib/tst-tls-atexit-lib.c: New test case.
30835
30836 * misc/tst-pselect.c: Include stdlib.h for declaration of exit.
30837
30838 * elf/Versions (ld): Add _dl_find_dso_for_object.
30839 * elf/dl-addr.c (_dl_addr): Use _dl_find_dso_for_object.
30840 * elf/dl-open.c (_dl_find_dso_for_object): New function.
30841 (dl_open_worker): Use _dl_find_dso_for_object.
30842 * elf/dl-sym.c (do_sym): Likewise.
30843 * sysdeps/generic/ldsodefs.h: Declare _dl_find_dso_for_object.
30844
30845 2013-02-18 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
30846
30847 * sysdeps/s390/s390-64/dl-trampoline.S (_dl_runtime_resolve):
30848 Syntactic changes only.
30849 (_dl_runtime_profile): Do a tail-call to the resolved function.
30850
30851 2013-02-17 Joseph Myers <joseph@codesourcery.com>
30852
30853 [BZ #13550]
30854 * sysdeps/x86_64/bp-asm.h: Remove file.
30855 * sysdeps/unix/sysv/linux/x86_64/clone.S: Do not include
30856 <bp-sym.h> and <bp-asm.h>.
30857 (__clone): Do not use BP_SYM.
30858 * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Do not include
30859 <bp-sym.h> and <bp-asm.h>.
30860 * sysdeps/unix/x86_64/sysdep.S: Likewise.
30861 * sysdeps/x86_64/bsd-_setjmp.S: Do not include "bp-sym.h" and
30862 "bp-asm.h".
30863 (_setjmp): Do not use BP_SYM.
30864 * sysdeps/x86_64/bsd-setjmp.S: Do not include "bp-sym.h" and
30865 "bp-asm.h".
30866 (setjmp): Do not use BP_SYM.
30867 * sysdeps/x86_64/mempcpy.S (__mempcpy): Do not use BP_SYM in
30868 libc_hidden_def.
30869 (mempcpy): Do not use BP_SYM in weak_alias.
30870 * sysdeps/x86_64/rtld-strchr.S: Do not include "bp-sym.h" and
30871 "bp-asm.h".
30872 (strchr): Do not use BP_SYM.
30873 * sysdeps/x86_64/rtld-strlen.S: Do not include "bp-sym.h" and
30874 "bp-asm.h".
30875 * sysdeps/x86_64/setjmp.S (__sigsetjmp): Do not use BP_SYM.
30876 * sysdeps/x86_64/start.S: Do not include "bp-sym.h".
30877 (_start): Do not use BP_SYM.
30878 * sysdeps/x86_64/strcat.S: Do not include "bp-sym.h" and
30879 "bp-asm.h".
30880 (strcat): Do not use BP_SYM.
30881 * sysdeps/x86_64/strcmp.S: Do not include "bp-sym.h" and
30882 "bp-asm.h".
30883 (STRCMP): Do not use BP_SYM.
30884 * sysdeps/x86_64/strcpy.S: Do not include "bp-sym.h" and
30885 "bp-asm.h".
30886 (STRCPY): Do not use BP_SYM.
30887 * sysdeps/x86_64/strcpy_chk.S: Do not include "bp-sym.h" and
30888 "bp-asm.h".
30889 * sysdeps/x86_64/strtok.S: Do not include "bp-sym.h" and
30890 "bp-asm.h".
30891 (FUNCTION): Do not use BP_SYM.
30892 * sysdeps/x86_64/strtok_r.S (strtok_r): Do not use BP_SYM in
30893 weak_alias.
30894 (__GI___strtok_r): Do not use BP_SYM in strong_alias.
30895
30896 2013-02-17 Andreas Jaeger <aj@suse.de>
30897
30898 * time/Versions: Sort entries.
30899 * string/Versions: Likewise.
30900 * resolv/Versions: Likewise.
30901 * posix/Versions: Likewise.
30902 * iconv/Versions: Likewise.
30903 * elf/Versions: Likewise.
30904 * wcsmbs/Versions: Likewise.
30905
30906 2013-02-15 Siddhesh Poyarekar <siddhesh@redhat.com>
30907
30908 * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Avoid using LIM in
30909 loop termination condition.
30910
30911 * sysdeps/ieee754/dbl-64/mpa.c (__mul): Use intermediate
30912 variable to calculate EZ.
30913 (__sqr): Likewise.
30914
30915 * sysdeps/ieee754/dbl-64/mpa.c (__mul): Fix determination of
30916 the lower precision input.
30917
30918 2013-02-15 Joseph Myers <joseph@codesourcery.com>
30919
30920 [BZ #13550]
30921 * Makeconfig [!+link-bounded] (+link-bounded): Remove variable.
30922 [!link-extra-libs] (link-extra-libs-bounded): Likewise.
30923 (run-via-rtld-prefix): Do not handle %-bp tests.
30924 (test-via-rtld-prefix): Do not mention %-bp tests in comment.
30925 (all-object-suffixes): Remove .ob.
30926 (bppfx): Remove variable.
30927 [$(build-bounded) = yes] (object-suffixes): Do not add .ob.
30928 [$(build-bounded) = yes] (CPPFLAGS-.ob): Remove variable.
30929 [$(build-bounded) = yes] (CFLAGS-.ob): Likewise.
30930 [$(build-bounded) = yes] (libtype.ob): Likewise.
30931 * Makerules (elide-routines.ob): Remove variable.
30932 (do-tests-clean): Do not handle *-bp.out.
30933 (common-mostlyclean): Do not handle *-bp and *-bp.out.
30934 * Rules [$(build-bounded) = yes] (tests-bp.out): Remove variable.
30935 [$(build-bounded) = yes] (xtests-bp.out): Likewise.
30936 (tests): Do not include $(tests-bp.out).
30937 (xtests): Do not include $(xtests-bp.out).
30938 [$(build-bounded) = yes] (binaries-bounded): Remove variable.
30939 [$(build-bounded) = yes] ($(addprefix
30940 $(objpfx),$(binaries-bounded))): Remove rule.
30941 ($(objpfx)%-bp.out): Remove rule.
30942 * config.make.in (build-bounded): Remove variable.
30943 * crypt/Makefile [$(build-bounded) = yes]
30944 ($(tests:%=$(objpfx)%-bp)): Remove dependency.
30945 * csu/Makefile [$(build-bounded) = yes] (extra-objs): Do not
30946 append to variable.
30947 [$(build-bounded) = yes] (install-lib): Likewise.
30948 [$(build-bounded) = yes] (generated): Likewise.
30949 [!start-installed-name-rule] ($(objpfx)b$(start-installed-name)):
30950 Remove rule.
30951 * intl/Makefile [$(build-bounded) = yes]
30952 ($(multithread-test-srcs:%=$(objpfx)%-bp)): Remove dependency.
30953 * math/Makefile [$(build-bounded) = yes]
30954 ($(tests:%=$(objpfx)%-bp): Likewise.
30955 * misc/Makefile [$(build-bounded) = yes]
30956 ($(objpfx)tst-tsearch-bp): Likewise.
30957 * nptl/Makeconfig (bounded-thread-library): Remove variable.
30958 * rt/Makefile [$(build-bounded) = yes] ($(tests:%=$(objpfx)%-bp)):
30959 Remove dependency.
30960 * string/Makefile (o-objects.ob): Remove variable.
30961 * sysdeps/i386/i686/Makefile [$(config-asflags-i686) = yes]
30962 (CFLAGS-.ob): Remove variable.
30963 [$(config-asflags-i686) = yes] (ASFLAGS-.ob): Likewise.
30964 * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-.ob): Remove
30965 both definitions of variable.
30966 * sysdeps/sparc/sparc64/Makefile [$(have-as-vis3) = yes]
30967 (ASFLAGS-.ob): Remove variable.
30968
30969 2013-02-14 Joseph Myers <joseph@codesourcery.com>
30970
30971 [BZ #13550]
30972 * config.h.in [USE_REGPARMS && !PROF && !__BOUNDED_POINTERS__]:
30973 Remove __BOUNDED_POINTERS__ from condition.
30974 * elf/dl-runtime.c [!PROF && !__BOUNDED_POINTERS__]: Likewise.
30975 * string/bits/string2.h [!__NO_STRING_INLINES &&
30976 !__BOUNDED_POINTERS__]: Likewise.
30977 * sysdeps/i386/dl-machine.h [!PROF && !__BOUNDED_POINTERS__]:
30978 Likewise.
30979 * sysdeps/unix/sysv/linux/shmat.c (shmat) [__BOUNDED_POINTERS__]:
30980 Remove conditional code.
30981 * sysdeps/x86/bits/string.h [!__NO_STRING_INLINES &&
30982 __USE_STRING_INLINES && __GNUC__ && __GNUC__ >= 2 &&
30983 !__BOUNDED_POINTERS__]: Remove __BOUNDED_POINTERS__ from
30984 condition.
30985
30986 [BZ #13550]
30987 * csu/libc-start.c: Do not include <bp-sym.h>.
30988 [!LIBC_START_MAIN] (LIBC_START_MAIN): Do not use BP_SYM.
30989 * elf/dl-open.c: Do not include <bp-sym.h>.
30990 (_dl_sysdep_start): Do not use BP_SYM in weak_extern.
30991 * math/fegetenv.c: Do not include <bp-sym.h>.
30992 (fegetenv): Do not use BP_SYM in versioned symbols.
30993 * nptl/sysdeps/pthread/bits/libc-lockP.h
30994 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]: Do not include
30995 <bp-sym.h>.
30996 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
30997 (__pthread_mutex_init): Do not use BP_SYM in weak_extern.
30998 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
30999 (__pthread_mutex_destroy): Likewise.
31000 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31001 (__pthread_mutex_lock): Likewise.
31002 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31003 (__pthread_mutex_trylock): Likewise.
31004 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31005 (__pthread_mutex_unlock): Likewise.
31006 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31007 (__pthread_mutexattr_init): Likewise.
31008 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31009 (__pthread_mutexattr_destroy): Likewise.
31010 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31011 (__pthread_mutexattr_settype): Likewise.
31012 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31013 (__pthread_rwlock_init): Likewise.
31014 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31015 (__pthread_rwlock_destroy): Likewise.
31016 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31017 (__pthread_rwlock_rdlock): Likewise.
31018 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31019 (__pthread_rwlock_tryrdlock): Likewise.
31020 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31021 (__pthread_rwlock_wrlock): Likewise.
31022 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31023 (__pthread_rwlock_trywrlock): Likewise.
31024 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31025 (__pthread_rwlock_unlock): Likewise.
31026 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31027 (__pthread_key_create): Likewise.
31028 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31029 (__pthread_setspecific): Likewise.
31030 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31031 (__pthread_getspecific): Likewise.
31032 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern] (__pthread_once):
31033 Likewise.
31034 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31035 (_pthread_cleanup_push_defer): Likewise.
31036 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31037 (_pthread_cleanup_pop_restore): Likewise.
31038 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31039 (pthread_setcancelstate): Likewise.
31040 * string/memchr.c [HAVE_BP_SYM_H || _LIBC]: Do not include
31041 <bp-sym.h>.
31042 [!(HAVE_BP_SYM_H || _LIBC)] (BP_SYM): Remove macro definition.
31043 (memchr): Do not use BP_SYM in weak_alias.
31044 * sysdeps/i386/fpu/fegetenv.c: Do not include <bp-sym.h>.
31045 (fegetenv): Do not use BP_SYM in versioned symbols.
31046 * sysdeps/i386/fpu/fesetenv.c: Do not include <bp-sym.h>.
31047 (fesetenv): Do not use BP_SYM in versioned symbols.
31048 * sysdeps/i386/fpu/feupdateenv.c: Do not include <bp-sym.h>.
31049 (feupdateenv): Do not use BP_SYM in versioned symbols.
31050 * sysdeps/i386/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
31051 (fesetexceptflag): Do not use BP_SYM in versioned symbols.
31052 * sysdeps/posix/open64.c: Do not include <bp-sym.h>.
31053 (__open64): Do not use BP_SYM in weak_alias and libc_hidden_weak.
31054 (open64): Do not use BP_SYM in weak_alias.
31055 * sysdeps/powerpc/fpu/fegetenv.c: Do not include <bp-sym.h>.
31056 (fegetenv): Do not use BP_SYM in versioned symbols.
31057 * sysdeps/powerpc/fpu/fesetenv.c: Do not include <bp-sym.h>.
31058 (fesetenv): Do not use BP_SYM in versioned symbols.
31059 * sysdeps/powerpc/fpu/feupdateenv.c: Do not include <bp-sym.h>.
31060 (feupdateenv): Do not use BP_SYM in versioned symbols.
31061 * sysdeps/powerpc/fpu/fgetexcptflg.c: Do not include <bp-sym.h>.
31062 (fegetexceptflag): Do not use BP_SYM in versioned symbols.
31063 * sysdeps/powerpc/fpu/fraiseexcpt.c: Do not include <bp-sym.h>.
31064 (feraiseexcept): Do not use BP_SYM in versioned symbols.
31065 * sysdeps/powerpc/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
31066 (fesetexceptflag): Do not use BP_SYM in versioned symbols.
31067 * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Do not include
31068 <bp-sym.h>.
31069 (__libc_start_main): Do not use BP_SYM.
31070
31071 2013-02-14 Siddhesh Poyarekar <siddhesh@redhat.com>
31072
31073 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cpy): Remove
31074 redundant return line.
31075 (norm): Likewise.
31076 (denorm): Likewise.
31077 (dbl_mp): Likewise.
31078 (sub_magnitudes): Likewise.
31079 (__add): Likewise.
31080 (__sub): Likewise.
31081 (__mul): Likewise.
31082 (__inv): Likewise.
31083 (__dvd): Likewise.
31084 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cpy): Likewise.
31085 (norm): Likewise.
31086 (denorm): Likewise.
31087 (dbl_mp): Likewise.
31088 (sub_magnitudes): Likewise.
31089 (__add): Likewise.
31090 (__sub): Likewise.
31091 (__mul): Likewise.
31092 (__inv): Likewise.
31093 (__dvd): Likewise.
31094
31095 * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __sqr
31096 instead of __mul.
31097 * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
31098 * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Likewise.
31099 (cc32): Likewise.
31100
31101 * sysdeps/ieee754/dbl-64/mpa.c (__sqr): New function.
31102 * sysdeps/ieee754/dbl-64/mpa.h (__sqr): Declare.
31103 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): use __sqr instead
31104 of __mul for squares.
31105 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__sqr): New
31106 function
31107 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__sqr):
31108 Likewise.
31109 * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define __sqr.
31110 * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
31111
31112 2013-02-13 Joseph Myers <joseph@codesourcery.com>
31113
31114 [BZ #13550]
31115 * misc/sys/cdefs.h [!__BOUNDED_POINTERS__]: Remove conditional
31116 code.
31117 * csu/libc-start.c (LIBC_START_MAIN): Do not use __unbounded in
31118 prototype or function definition. Rename ubp_* variables and
31119 parameters. Remove argv definitions conditional on
31120 [__BOUNDED_POINTERS__].
31121 * debug/backtrace.c (__backtrace): Do not use __unbounded.
31122 * elf/dl-runtime.c (_dl_fixup): Likewise.
31123 * include/set-hooks.h (RUN_HOOK): Likewise.
31124 * stdio-common/vfprintf.c (JUMP): Do not use __unbounded in either
31125 definition.
31126 * string/strcpy.c (strcpy): Do not use __unbounded.
31127 * sysdeps/generic/frame.h (struct layout): Likewise.
31128 * sysdeps/gnu/bits/msq.h (struct msqid_ds): Likewise.
31129 * sysdeps/i386/dl-machine.h (_dl_fixup): Likewise.
31130 * sysdeps/powerpc/powerpc32/backtrace.c (struct layout): Likewise.
31131 * sysdeps/powerpc/powerpc64/backtrace.c (struct layout): Likewise.
31132 * sysdeps/sparc/backtrace.c (struct layout): Likewise.
31133 (__backtrace): Likewise.
31134 * sysdeps/unix/sysv/linux/aio_sigqueue.c (__aio_sigqueue): Do not
31135 use __ptrvalue.
31136 * sysdeps/unix/sysv/linux/fxstat.c (__fxstat): Likewise.
31137 * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
31138 * sysdeps/unix/sysv/linux/gai_sigqueue.c (__gai_sigqueue):
31139 Likewise.
31140 * sysdeps/unix/sysv/linux/i386/brk.c (__brk): Likewise.
31141 * sysdeps/unix/sysv/linux/i386/fxstat.c (__fxstat): Likewise.
31142 * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
31143 * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
31144 * sysdeps/unix/sysv/linux/i386/msgctl.c (struct __old_msqid_ds):
31145 Do not use __unbounded.
31146 * sysdeps/unix/sysv/linux/i386/setrlimit.c (__new_setrlimit):
31147 Rename __unboundedrlimits parameter to rlimits in prototype.
31148 * sysdeps/unix/sysv/linux/i386/shmctl.c (struct __old_shmid_ds):
31149 Do not use __unbounded.
31150 * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_sigaction): Do
31151 not use __ptrvalue.
31152 * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
31153 * sysdeps/unix/sysv/linux/llseek.c (__llseek): Likewise.
31154 * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
31155 * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Do not use
31156 __ptrvalue or __unbounded.
31157 (__mmap64) [__BOUNDED_POINTERS__]: Remove conditional code.
31158 * sysdeps/unix/sysv/linux/msgctl.c (struct __old_msqid_ds): Do not
31159 use __unbounded.
31160 (__new_msgctl): Do not use __ptrvalue.
31161 * sysdeps/unix/sysv/linux/msgrcv.c (struct ipc_kludge): Do not use
31162 __unbounded.
31163 (__libc_msgrcv): Do not use __ptrvalue.
31164 * sysdeps/unix/sysv/linux/powerpc/libc-start.c (struct
31165 startup_info): Do not use __unbounded.
31166 (__libc_start_main): Likewise. Rename ubp_* variables and
31167 parameters. Remove argv definitions conditional on
31168 [__BOUNDED_POINTERS__].
31169 * sysdeps/unix/sysv/linux/ptrace.c (ptrace): Do not use
31170 __ptrvalue.
31171 * sysdeps/unix/sysv/linux/semctl.c (struct __old_semid_ds): Do not
31172 use __unbounded.
31173 * sysdeps/unix/sysv/linux/shmat.c (shmat): Do not use __unbounded
31174 or __ptrvalue.
31175 * sysdeps/unix/sysv/linux/shmctl.c (struct __old_shmid_ds): Do not
31176 use __unbounded.
31177 (__new_shmctl): Do not use __ptrvalue.
31178 * sysdeps/unix/sysv/linux/shmdt.c (shmdt): Likewise.
31179 * sysdeps/unix/sysv/linux/sigaction.c (__libc_sigaction):
31180 Likewise.
31181 * sysdeps/unix/sysv/linux/sigqueue.c (__sigqueue): Likewise.
31182 * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c
31183 (__libc_sigaction): Likewise.
31184 * sysdeps/unix/sysv/linux/sysctl.c (__sysctl): Likewise.
31185 * sysdeps/unix/sysv/linux/x86_64/sigaction.c (__libc_sigaction):
31186 Likewise.
31187 * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
31188
31189 2013-02-13 Ondřej Bílka <neleai@seznam.cz>
31190
31191 * stdlib/Makefile (headers): Add bits/stdlib-bsearch.h.
31192
31193 * string/mempcpy.c: Implement by calling memcpy.
31194
31195 2013-02-13 Siddhesh Poyarekar <siddhesh@redhat.com>
31196
31197 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove NFA.
31198
31199 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Faster polynomial
31200 evaluation.
31201
31202 * sysdeps/ieee754/dbl-64/mpa.c (__mul): Don't bother with zero
31203 values in the mantissa.
31204
31205 * sysdeps/ieee754/dbl-64/mpa.c (add_magnitudes): Use ZK to
31206 minimize writes to Z.
31207 (sub_magnitudes): Simplify code a bit.
31208
31209 2013-02-12 Roland McGrath <roland@hack.frob.com>
31210
31211 * include/libc-symbols.h (stub_warning): Remove "warning: " prefix
31212 from the message. The linker prefixes all warnings with that already.
31213
31214 2013-02-12 Andreas Schwab <schwab@suse.de>
31215
31216 [BZ #15078]
31217 * posix/regexec.c (extend_buffers): Add parameter min_len.
31218 (check_matching): Pass minimum needed length.
31219 (clean_state_log_if_needed): Likewise.
31220 (get_subexp): Likewise.
31221 * posix/Makefile (tests): Add bug-regex34.
31222 (bug-regex34-ENV): Define.
31223 * posix/bug-regex34.c: New file.
31224
31225 [BZ #11561]
31226 * posix/regcomp.c (parse_bracket_exp): When looking up collating
31227 elements compare against the byte sequence of it, not its name.
31228 * posix/Makefile (tests): Add bug-regex35.
31229 (bug-regex35-ENV): Define.
31230 * posix/bug-regex35.c: New file.
31231
31232 2013-02-11 Tom de Vries <tom@codesourcery.com>
31233
31234 * string/str-two-way.h: Fix typo RESULT_TYPE -> RETURN_TYPE in
31235 comment.
31236 Add RET0_IF_0 and CHECK_EOL to macro list in comment.
31237 (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J): Remove superfluous undef.
31238 (CHECK_EOL): Add undef.
31239
31240 2013-02-11 Ondřej Bílka <neleai@seznam.cz>
31241
31242 * bits/stdlib-bsearch.h: New file.
31243 * stdlib/bsearch.c: Include bits/stdlib-bsearch.h.
31244 * stdlib/stdlib.h: Likewise.
31245
31246 2013-02-11 Roland McGrath <roland@hack.frob.com>
31247
31248 * manual/conf.texi (General Limits): Fix SSIZE_MAX type to ssize_t.
31249 * manual/errno.texi (Error Messages): Fix typo in error_print_progname
31250 declaration.
31251 * manual/search.texi (Array Search Function): Add missing const in
31252 lfind prototype.
31253 * manual/resource.texi (Limits on Resources): Fix RLIM_INFINITY
31254 declaration to use rlim_t.
31255 (Basic Scheduling Functions): Remove erroneous const from
31256 sched_getparam prototype. Remove erroneous * from
31257 sched_get_priority_max and sched_get_priority_min prototypes.
31258 (Resource Usage): Fix summary @comment on vtimes to refer to
31259 sys/vtimes.h rather than vtimes.h.
31260 Add missing *s in vtimes prototype.
31261 (Limits on Resources): Fix ulimit prototype to return long int.
31262 * manual/math.texi (SVID Random): Fix lrand48_r and mrand48_r
31263 prototypes to use long int rather than double.
31264 (BSD Random): Fix initstate and setstate to use char *, not void *.
31265 * manual/llio.texi (Asynchronous Reads/Writes): Fix lio_listio64
31266 prototype to make second argument 'struct aiocb64 *const[]'.
31267 Fix aio_read64 and aio_write64 prototypes to use struct aiocb64.
31268 (Status of AIO Operations): Remove erroneous const in aio_return and
31269 aio_return64 prototypes.
31270 (Synchronizing I/O): Fix sync prototype to return void.
31271 * manual/startup.texi (Suboptions): Remove an erroneous const in
31272 getsubopt prototype.
31273 * manual/getopt.texi (Using Getopt): Add a const in getopt prototype.
31274 * manual/users.texi (Lookup Netgroup): Fix getnetgrent_r prototype to
31275 use size_t rather than int.
31276 (Scanning All Users): Likewise for getpwent_r.
31277 (Setting Groups): Add missing const to setgroups prototype.
31278 * manual/sysinfo.texi (mtab): Fix typo in getmntent_r prototype.
31279 * manual/socket.texi (Host Names): Fix gethostbyaddr and
31280 gethostbyaddr_r prototypes to use socklen_t rather than size_t and
31281 'const void *' rather than 'const char *'.
31282 (Host Address Functions): Likewise for inet_ntop.
31283 (Networks Database): Fix getnetbyaddr prototype to use uint32_t.
31284 (Receiving Data): Fix recv, recvfrom, recvmsg prototypes to use
31285 ssize_t for return value.
31286 (Sending Data): Likewise for send, sendto, sendmsg.
31287 (Socket Option Functions): Add a missing const in setsockopt prototype.
31288 * manual/stdio.texi (Simple Output): Fix fputwc_unlocked prototype to
31289 use wchar_t for the argument.
31290 (Formatted Input Functions): Fix swscanf prototype to use wchar_t *.
31291 * manual/arith.texi (Control Functions): Fix fegetexcept prototype to
31292 take no arguments.
31293 (Normalization Functions): Fix scalb, scalbf, scalbl prototypes to use
31294 double/float/long double for second argument.
31295 Fix return types of significand, significandf, significandl.
31296 * manual/filesys.texi (Setting Permissions): Use mode_t for second
31297 argument in fchmod prototype.
31298 (File Owner): Use uid_t and gid_t in fchown prototype.
31299 (File Times): Add const to utimes, futimes, and lutimes prototypes.
31300 (Making Special Files): Use mode_t and dev_t in mknod prototype.
31301 (Scanning Directory Content): Fix scandir and scandir64 prototypes to
31302 use 'const struct dirent **' as argument types to CMP function pointer
31303 argument.
31304 (Symbolic Links): Fix readlink prototype with ssize_t as return value.
31305 (File Times): Fix summary magic @comment for struct utimbuf and utime
31306 to refer to utime.h, not time.h.
31307 * manual/string.texi (Argz Functions): Add missing const in
31308 argz_extract and argz_next prototypes.
31309 (Finding Tokens in a String): Likewise for basename.
31310 (String/Array Comparison): Fix typo in wcscasecmp prototype.
31311 (Copying and Concatenation): Fix typo in wmemmove prototype.
31312 * manual/signal.texi (Using Pause): Use (void) in pause prototype.
31313 (Signal Stack): Remove erroneous const in sigstack prototype.
31314 * manual/time.texi (Setting an Alarm): Add missing const in setitimer
31315 prototype.
31316 (Simple Calendar Time): Likewise for stime.
31317 * manual/terminal.texi (BSD Terminal Modes): Add missing const in stty
31318 prototype.
31319 * manual/sysinfo.texi (System Parameters): Fix mentions of sysctl.h to
31320 say sys/sysctl.h instead.
31321 * manual/syslog.texi (syslog; vsyslog): Add missing const in syslog
31322 and vsyslog prototypes.
31323
31324 2013-02-11 Tom de Vries <tom@codesourcery.com>
31325
31326 * string/Makefile (CFLAGS-bug-strstr1.c, CFLAGS-bug-strcasestr1.c):
31327 Remove.
31328
31329 2013-02-11 Roland McGrath <roland@hack.frob.com>
31330
31331 * misc/sys/mman.h: Fix typo in mremap comment.
31332
31333 2013-02-08 Roland McGrath <roland@hack.frob.com>
31334
31335 * manual/examples/mkfsock.c (make_named_socket): Don't add one for
31336 the '\0' terminator.
31337
31338 2013-02-08 Joseph Myers <joseph@codesourcery.com>
31339
31340 [BZ #13550]
31341 * debug/segfault.c: Don't include <bp-checks.h>.
31342 * sysdeps/generic/bp-checks.h: Remove file.
31343 * sysdeps/unix/sysv/linux/getdents.c: Don't include <bp-checks.h>.
31344 (__GETDENTS): Don't use CHECK_N.
31345 * sysdeps/unix/sysv/linux/i386/brk.c: Don't include <bp-checks.h>.
31346 * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
31347 (__getgroups): Don't use CHECK_N.
31348 * sysdeps/unix/sysv/linux/i386/setgroups.c: Likewise.
31349 (setgroups): Don't use CHECK_N.
31350 * sysdeps/unix/sysv/linux/mmap64.c: Don't include <bp-checks.h>.
31351 * sysdeps/unix/sysv/linux/msgrcv.c: Likewise.
31352 (__libc_msgrcv): Don't use CHECK_N.
31353 * sysdeps/unix/sysv/linux/msgsnd.c: Don't include <bp-checks.h>.
31354 (__libc_msgsnd): Don't use CHECK_N.
31355 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Don't include
31356 <bp-checks.h>.
31357 (__libc_pread): Don't use CHECK_N.
31358 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Don't
31359 include <bp-checks.h>.
31360 (__libc_pread64): Don't use CHECK_N.
31361 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Don't
31362 include <bp-checks.h>.
31363 (__libc_pwrite): Don't use CHECK_N.
31364 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Don't
31365 include <bp-checks.h>.
31366 (__libc_pwrite64): Don't use CHECK_N.
31367 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Don't include
31368 <bp-checks.h>.
31369 (__libc_pread): Don't use CHECK_N.
31370 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Don't
31371 include <bp-checks.h>.
31372 (__libc_pread64): Don't use CHECK_N.
31373 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Don't
31374 include <bp-checks.h>.
31375 (__libc_pwrite): Don't use CHECK_N.
31376 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Don't
31377 include <bp-checks.h>.
31378 (__libc_pwrite64): Don't use CHECK_N.
31379 * sysdeps/unix/sysv/linux/pread.c: Don't include <bp-checks.h>.
31380 (do_pread): Don't use CHECK_N.
31381 * sysdeps/unix/sysv/linux/pread64.c: Don't include <bp-checks.h>.
31382 (do_pread64): Don't use CHECK_N.
31383 * sysdeps/unix/sysv/linux/pwrite.c: Don't include <bp-checks.h>.
31384 (do_pwrite): Don't use CHECK_N.
31385 * sysdeps/unix/sysv/linux/pwrite64.c: Don't include <bp-checks.h>.
31386 (do_pwrite64): Don't use CHECK_N.
31387 * sysdeps/unix/sysv/linux/readv.c: Don't include <bp-checks.h>.
31388 (__libc_readv): Don't use CHECK_N.
31389 * sysdeps/unix/sysv/linux/semop.c: Don't include <bp-checks.h>.
31390 (semop): Don't use CHECK_N.
31391 * sysdeps/unix/sysv/linux/semtimedop.c: Don't include
31392 <bp-checks.h>.
31393 (semtimedop): Don't use CHECK_N.
31394 * sysdeps/unix/sysv/linux/sh/pread.c: Don't include <bp-checks.h>.
31395 (__libc_pread): Don't use CHECK_N.
31396 * sysdeps/unix/sysv/linux/sh/pread64.c: Don't include
31397 <bp-checks.h>.
31398 (__libc_pread64): Don't use CHECK_N.
31399 * sysdeps/unix/sysv/linux/sh/pwrite.c: Don't include
31400 <bp-checks.h>.
31401 (__libc_pwrite): Don't use CHECK_N.
31402 * sysdeps/unix/sysv/linux/sh/pwrite64.c: Don't include
31403 <bp-checks.h>.
31404 (__libc_pwrite64): Don't use CHECK_N.
31405 * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c: Don't include
31406 <bp-checks.h>.
31407 (__libc_msgrcv): Don't use CHECK_N.
31408 * sysdeps/unix/sysv/linux/sysctl.c: Don't include <bp-checks.h>.
31409 (__sysctl): Don't use CHECK_N. Remove GKM FIXME comment.
31410 * sysdeps/unix/sysv/linux/writev.c: Don't include <bp-checks.h>.
31411 (__libc_writev): Don't use CHECK_N.
31412
31413 2013-02-08 Roland McGrath <roland@hack.frob.com>
31414
31415 * string/strcpy.c: Removed unused variable.
31416
31417 * Makeconfig (+sysdep-includes): Define with := rather than =.
31418 Use an existing include/ subdir of each sysdeps dir before it.
31419
31420 2013-02-08 Carlos O'Donell <carlos@redhat.com>
31421
31422 * nscd/connection.c (register_traced_file): Comment function.
31423 [HAVE_INOTIFY] (union __inev): Define.
31424 [HAVE_INOTIFY] (inotify_check_files): New function.
31425 [HAVE_INOTIFY] (clear_db_cache): Likewise.
31426 [HAVE_INOTIFY] (main_loop_poll): Call inotify_check_files and
31427 clear_db_cache.
31428 [HAVE_INOTIFY] (main_loop_epoll): Likewise.
31429
31430 2013-02-08 Carlos O'Donell <carlos@redhat.com>
31431
31432 * elf/dl-cache.c (_dl_load_cache_lookup): Comment that cache is
31433 loaded if not already and that a failure is permanent.
31434
31435 2013-02-08 Carlos O'Donell <carlos@redhat.com>
31436
31437 [BZ #15006]
31438 * sysdeps/generic/ldconfig.h: Define FLAG_ARM_LIBSF.
31439 * elf/cache.c (print_entry): Add FLAG_ARM_LIBSF support.
31440
31441 2013-02-08 Joseph Myers <joseph@codesourcery.com>
31442
31443 [BZ #13550]
31444 * sysdeps/generic/bp-checks.h (CHECK_1): Remove all definitions.
31445 (CHECK_1_NULL_OK): Likewise.
31446 * sysdeps/unix/sysv/linux/fxstat.c: Do not include <bp-checks.h>.
31447 (__fxstat): Do not use CHECK_1.
31448 * sysdeps/unix/sysv/linux/fxstat64.c: Do not include
31449 <bp-checks.h>.
31450 (___fxstat64): Do not use CHECK_1.
31451 * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
31452 <bp-checks.h>.
31453 (__fxstatat): Do not use CHECK_1.
31454 * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
31455 <bp-checks.h>.
31456 (__fxstatat64): Do not use CHECK_1.
31457 * sysdeps/unix/sysv/linux/i386/fxstat.c: Do not include
31458 <bp-checks.h>.
31459 (__fxstat): Do not use CHECK_1.
31460 * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
31461 <bp-checks.h>.
31462 (__fxstatat): Do not use CHECK_1.
31463 * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
31464 <bp-checks.h>.
31465 (__getresgid): Do not use CHECK_1.
31466 * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
31467 <bp-checks.h>.
31468 (__getresuid): Do not use CHECK_1.
31469 * sysdeps/unix/sysv/linux/i386/lxstat.c: Do not include
31470 <bp-checks.h>.
31471 (__lxstat): Do not use CHECK_1.
31472 * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
31473 <bp-checks.h>.
31474 (__old_msgctl): Do not use CHECK_1.
31475 (__new_msgctl): Likewise.
31476 * sysdeps/unix/sysv/linux/i386/setrlimit.c: Do not include
31477 <bp-checks.h>.
31478 (__new_setrlimit): Do not use CHECK_1.
31479 * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
31480 <bp-checks.h>.
31481 (__old_shmctl): Do not use CHECK_1.
31482 (__new_shmctl): Likewise.
31483 * sysdeps/unix/sysv/linux/i386/xstat.c: Do not include
31484 <bp-checks.h>.
31485 (__xstat): Do not use CHECK_1.
31486 * sysdeps/unix/sysv/linux/lxstat.c: Do not include <bp-checks.h>.
31487 (__lxstat): Do not use CHECK_1.
31488 * sysdeps/unix/sysv/linux/lxstat64.c: Do not include
31489 <bp-checks.h>.
31490 (___lxstat64): Do not use CHECK_1.
31491 * sysdeps/unix/sysv/linux/msgctl.c: Do not include <bp-checks.h>.
31492 (__old_msgctl): Do not use CHECK_1.
31493 (__new_msgctl): Likewise.
31494 * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Do not include
31495 <bp-checks.h>.
31496 (__gettimeofday): Do not use CHECK_1.
31497 * sysdeps/unix/sysv/linux/ptrace.c: Do not include <bp-checks.h>.
31498 (ptrace) [__BOUNDED_POINTERS__]: Remove conditional code.
31499 * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Do not include
31500 <bp-checks.h>.
31501 (__gettimeofday): Do not use CHECK_1.
31502 * sysdeps/unix/sysv/linux/shmctl.c: Do not include <bp-checks.h>.
31503 (__old_shmctl): Do not use CHECK_1_NULL_OK.
31504 (__new_shmctl): Do not use CHECK_1.
31505 * sysdeps/unix/sysv/linux/sigtimedwait.c: Do not include
31506 <bp-checks.h>.
31507 (do_sigtimedwait): Do not use CHECK_1.
31508 * sysdeps/unix/sysv/linux/sigwaitinfo.c: Do not include
31509 <bp-checks.h>.
31510 (do_sigwaitinfo): Do not use CHECK_1.
31511 * sysdeps/unix/sysv/linux/sparc/sparc64/msgctl.c: Do not include
31512 <bp-checks.h>.
31513 (msgctl): Do not use CHECK_1.
31514 * sysdeps/unix/sysv/linux/sparc/sparc64/shmctl.c: Do not include
31515 <bp-checks.h>.
31516 (shmctl): Do not use CHECK_1.
31517 * sysdeps/unix/sysv/linux/ustat.c: Do not include <bp-checks.h>.
31518 (ustat): Do not use CHECK_1.
31519 * sysdeps/unix/sysv/linux/wordsize-64/fxstat.c: Do not include
31520 <bp-checks.h>.
31521 (__fxstat): Do not use CHECK_1.
31522 * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
31523 <bp-checks.h>.
31524 (__fxstatat): Do not use CHECK_1.
31525 * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c: Do not include
31526 <bp-checks.h>.
31527 (__lxstat): Do not use CHECK_1.
31528 * sysdeps/unix/sysv/linux/wordsize-64/xstat.c: Do not include
31529 <bp-checks.h>.
31530 (__xstat): Do not use CHECK_1.
31531 * sysdeps/unix/sysv/linux/xstat.c: Do not include <bp-checks.h>.
31532 (__xstat): Do not use CHECK_1.
31533 * sysdeps/unix/sysv/linux/xstat64.c: Do not include <bp-checks.h>.
31534 (___xstat64): Do not use CHECK_1.
31535
31536 [BZ #13550]
31537 * sysdeps/generic/bp-checks.h (CHECK_BOUNDS_LOW): Remove all
31538 definitions.
31539 (CHECK_BOUNDS_HIGH): Likewise.
31540 * string/strcpy.c: Do not include <bp-checks.h>.
31541 (strcpy): Do not use CHECK_BOUNDS_LOW and CHECK_BOUNDS_HIGH.
31542
31543 2013-02-07 Roland McGrath <roland@hack.frob.com>
31544
31545 * nscd/nscd-client.h (__nscd_drop_map_ref):
31546 Add __attribute__ ((unused)).
31547 * nis/nss-nisplus.h (niserr2nss): Likewise.
31548
31549 * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Define it only
31550 under [!(USE_AS_STRCASESTR && STRCASESTR_NONASCII)].
31551
31552 * csu/libc-tls.c (init_static_tls, init_slotinfo):
31553 Remove inline keyword.
31554 * include/rounding-mode.h (round_away): Likewise.
31555 * libio/wfileops.c (adjust_wide_data): Likewise.
31556 * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Likewise.
31557 (__m128i_strloadu_tolower): Likewise.
31558 * sysdeps/x86_64/multiarch/strcasestr-nonascii.c
31559 (__m128i_strloadu_tolower): Likewise.
31560 * time/mktime.c (ydhms_diff): Likewise.
31561 * locale/elem-hash.h (elem_hash): Likewise.
31562 * locale/setlocale.c (setdata): Likewise.
31563 * posix/regex_internal.h (re_string_char_size_at): Likewise.
31564 (re_string_wchar_at): Likewise.
31565 (bitset_not, bitset_merge, bitset_mask): Likewise.
31566 [!(__GNUC__ > 3)] (inline): Remove macro.
31567 * nscd/nscd-client.h (__nscd_drop_map_ref): Remove inline keyword.
31568 * elf/dl-deps.c (_dl_map_object_deps: preload): Likewise.
31569 * elf/tlsdeschtab.h (_dl_tlsdesc_resolve_early_return_p): Likewise.
31570 (_dl_tlsdesc_wake_up_held_fixups): Likewise.
31571 * string/memcmp.c (memcmp_bytes): Likewise.
31572 * locale/programs/locarchive.c (compute_hashval): Likewise.
31573 * sysdeps/ieee754/dbl-64/x2y2m1.c (mul_split): Likewise.
31574 * sysdeps/unix/sysv/linux/fips-private.h (fips_enabled_p): Likewise.
31575 * resolv/res_send.c (evNowTime, evCmpTime): Likewise.
31576 * nss/getent.c (print_rpc, print_protocols): Likewise.
31577 (print_passwd, print_group, print_aliases): Likewise.
31578 * nis/nss-nisplus.h (niserr2nss): Likewise.
31579 * nscd/connections.c (restart_p): Likewise.
31580 Change return type to bool.
31581
31582 2013-02-05 Roland McGrath <roland@hack.frob.com>
31583
31584 * Makeconfig (all-Depend-files): Add existing
31585 $(sorted-subdirs:=/Depend) files.
31586 (all-subdirs): Remove nss.
31587 * sysdeps/unix/inet/Subdirs: Add it here instead.
31588 * hesiod/Depend: New file.
31589
31590 * elf/dl-hwcaps.c (_dl_important_hwcaps): Use a variable-length array
31591 instead of calling alloca.
31592
31593 * io/lseek.c (__lseek): Rename to __libc_lseek.
31594 Define __lseek as an alias.
31595
31596 * sysdeps/generic/malloc-sysdep.h: Include <stdbool.h> and <unistd.h>.
31597
31598 2013-02-04 Carlos O'Donell <carlos@redhat.com>
31599
31600 * stdlib/getenv.c (getenv): Assume __BIG_ENDIAN in the
31601 else clause and remove check for non-standard endianness.
31602
31603 2013-02-04 David S. Miller <davem@davemloft.net>
31604
31605 * sysdeps/sparc/fpu/libm-test-ulps: Update.
31606
31607 2013-02-04 Joseph Myers <joseph@codesourcery.com>
31608
31609 [BZ #13550]
31610 * sysdeps/generic/bp-checks.h [__BOUNDED_POINTERS__]
31611 (__ubp_memchr): Remove prototype.
31612 [__BOUNDED_POINTERS__] (_CHECK_STRING): Remove macro.
31613 [__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
31614 [__BOUNDED_POINTERS__] (CHECK_STRING_NULL_OK): Likewise.
31615 [!__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
31616 * sysdeps/i386/memchr.S [!__BOUNDED_POINTERS__] (__ubp_memchr):
31617 Remove alias.
31618 * sysdeps/sparc/sparc32/memchr.S [!__BOUNDED_POINTERS__]
31619 (__ubp_memchr): Likewise.
31620 * sysdeps/sparc/sparc64/memchr.S [!__BOUNDED_POINTERS__]
31621 (__ubp_memchr): Likewise.
31622 * sysdeps/unix/sysv/linux/execve.c: Do not include <bp-checks.h>.
31623 (__execve) [__BOUNDED_POINTERS__]: Remove conditional code.
31624 (__execve) [!__BOUNDED_POINTERS__]: Make code unconditional.
31625 * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Do not use
31626 CHECK_STRING.
31627 * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
31628 * sysdeps/unix/sysv/linux/getcwd.c: Do not include <bp-checks.h>.
31629 (__getcwd): Do not use CHECK_STRING.
31630 * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
31631 <bp-checks.h>.
31632 (__real_chown): Do not use CHECK_STRING.
31633 * sysdeps/unix/sysv/linux/i386/fchownat.c: Do not include
31634 <bp-checks.h>.
31635 (fchownat): Do not use CHECK_STRING.
31636 * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Do not use
31637 CHECK_STRING.
31638 * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
31639 <bp-checks.h>.
31640 (__lchown): Do not use CHECK_STRING.
31641 * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
31642 * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
31643 * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
31644 * sysdeps/unix/sysv/linux/lxstat64.c (___lxstat64): Likewise.
31645 * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
31646 include <bp-checks.h>.
31647 (truncate64): Do not use CHECK_STRING.
31648 * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
31649 <bp-checks.h>.
31650 (__real_chown): Do not use CHECK_STRING.
31651 * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
31652 <bp-checks.h>.
31653 (__lchown): Do not use CHECK_STRING.
31654 * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
31655 <bp-checks.h>.
31656 (__chown): Do not use CHECK_STRING.
31657 * sysdeps/unix/sysv/linux/truncate64.c: Do not include
31658 <bp-checks.h>.
31659 (truncate64): Do not use CHECK_STRING.
31660 * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c (__lxstat):
31661 Likewise.
31662 * sysdeps/unix/sysv/linux/xmknod.c: Do not include <bp-checks.h>.
31663 (__xmknod): Do not use CHECK_STRING.
31664 * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
31665 <bp-checks.h>.
31666 (__xmknodat): Do not use CHECK_STRING.
31667 * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
31668 * sysdeps/unix/sysv/linux/xstat64.c (___xstat64): Likewise.
31669
31670 2013-02-04 Andreas Schwab <schwab@suse.de>
31671
31672 [BZ #14142]
31673 * include/errno.h: Redefine errno only if !NOT_IN_libc || IN_LIB.
31674 * include/netdb.h: Likewise for h_errno.
31675 * elf/tst-stackguard1.c: Include <tls.h>.
31676
31677 2013-02-02 Jan Kratochvil <jan.kratochvil@redhat.com>
31678
31679 * elf/link.h (struct link_map): Extend the l_addr comment.
31680 * include/link.h (struct link_map): Likewise.
31681
31682 2013-02-01 Joseph Myers <joseph@codesourcery.com>
31683
31684 [BZ #13550]
31685 * sysdeps/generic/bp-checks.h (BOUNDED_N): Remove all definitions.
31686 (BOUNDED_1): Remove macro.
31687 * debug/backtrace.c: Don't include <bp-checks.h>.
31688 (ADVANCE_STACK_FRAME): Don't use BOUNDED_1.
31689 (__backtrace): Likewise.
31690 * sysdeps/powerpc/powerpc32/backtrace.c: Don't include
31691 <bp-checks.h>.
31692 (__backtrace): Don't use BOUNDED_1.
31693 * sysdeps/powerpc/powerpc64/backtrace.c: Don't include
31694 <bp-checks.h>.
31695 (__backtrace): Don't use BOUNDED_1.
31696 * sysdeps/sparc/backtrace.c: Don't include <bp-checks.h>.
31697 (__backtrace): Don't use BOUNDED_1.
31698 * sysdeps/unix/sysv/linux/shmat.c: Don't include <bp-checks.h>.
31699 (shmat): Don't use BOUNDED_N.
31700
31701 2013-01-31 Joseph Myers <joseph@codesourcery.com>
31702
31703 [BZ #13550]
31704 * sysdeps/generic/bp-start.h: Remove file.
31705 * csu/libc-start.c: Don't include <bp-start.h>.
31706 (LIBC_START_MAIN): Set up __environ directly instead of using
31707 INIT_ARGV_and_ENVIRON.
31708 * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Don't include
31709 <bp-start.h>.
31710
31711 [BZ #13550]
31712 * sysdeps/generic/bp-checks.h (CHECK_IOCTL): Remove both
31713 definitions.
31714 (CHECK_FCNTL): Likewise.
31715 (CHECK_N_PAGES): Likewise.
31716
31717 [BZ #13550]
31718 * sysdeps/generic/bp-checks.h (CHECK_SIGSET): Remove both
31719 definitions.
31720 (CHECK_SIGSET_NULL_OK): Likewise.
31721 * sysdeps/unix/sysv/linux/sigpending.c: Don't include
31722 <bp-checks.h>.
31723 (sigpending): Don't use CHECK_SIGSET.
31724 * sysdeps/unix/sysv/linux/sigprocmask.c: Don't include
31725 <bp-checks.h>.
31726 (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
31727 * sysdeps/unix/sysv/linux/sigsuspend.c: Don't include
31728 <bp-checks.h>.
31729 (do_sigsuspend): Don't use CHECK_SIGSET.
31730 * sysdeps/unix/sysv/linux/sigtimedwait.c (do_sigtimedwait): Don't
31731 use CHECK_SIGSET.
31732 * sysdeps/unix/sysv/linux/sigwait.c: Don't include <bp-checks.h>.
31733 (do_sigwait): Don't use CHECK_SIGSET.
31734 * sysdeps/unix/sysv/linux/sigwaitinfo.c (do_sigwaitinfo): Don't
31735 use CHECK_SIGSET.
31736 * sysdeps/unix/sysv/linux/sparc/sparc64/sigpending.c: Don't
31737 include <bp-checks.h>.
31738 (sigpending): Don't use CHECK_SIGSET.
31739 * sysdeps/unix/sysv/linux/sparc/sparc64/sigprocmask.c: Don't
31740 include <bp-checks.h>.
31741 (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
31742 * sysdeps/unix/sysv/linux/x86_64/sigpending.c: Don't include
31743 <bp-checks.h>.
31744 (sigpending): Don't use CHECK_SIGSET.
31745 * sysdeps/unix/sysv/linux/x86_64/sigprocmask.c: Don't include
31746 <bp-checks.h>.
31747 (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
31748
31749 [BZ #13550]
31750 * sysdeps/generic/bp-semctl.h: Remove file.
31751 * sysdeps/unix/sysv/linux/i386/semctl.c: Don't include
31752 <bp-checks.h> and <bp-semctl.h>.
31753 (__old_semctl): Don't use CHECK_SEMCTL.
31754 (__new_semctl): Likewise.
31755 * sysdeps/unix/sysv/linux/semctl.c: Don't include <bp-checks.h>
31756 and <bp-semctl.h>.
31757 (__old_semctl): Don't use CHECK_SEMCTL.
31758 (__new_semctl): Likewise.
31759 * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Don't include
31760 <bp-checks.h> and <bp-semctl.h>.
31761 (__old_semctl): Don't use CHECK_SEMCTL.
31762 (__new_semctl): Likewise.
31763 * sysdeps/unix/sysv/linux/sparc/sparc64/semctl.c: Don't include
31764 <bp-checks.h> and <bp-semctl.h>.
31765 (semctl): Don't use CHECK_SEMCTL.
31766
31767 [BZ #13550]
31768 * Makerules (elide-bp-thunks): Remove variable.
31769 (elide-routines.oS): Don't use $(elide-bp-thunks).
31770 (elide-routines.os): Likewise.
31771 (elide-routines.o): Likewise.
31772 (elide-routines.op): Likewise.
31773 (elide-routines.og): Likewise.
31774 (objects): Don't use $(bp-thunks).
31775 * sysdeps/unix/Makefile ($(common-objpfx)s-proto-bp.d): Do not
31776 include.
31777 (common-generated): Do not add s-proto-bp.d.
31778 * sysdeps/unix/make-syscalls.sh (ptr): Remove variable.
31779 (int): Likewise.
31780 (typ): Likewise.
31781 Do not generate makefile rules for bounded-pointer thunks.
31782 * sysdeps/generic/bp-thunks.h: Remove file.
31783 * sysdeps/unix/sysv/linux/i386/bp-thunks.h: Likewise.
31784 * sysdeps/unix/s-proto-bp.S: Likewise.
31785
31786 [BZ #15062]
31787 * math/k_casinh.c (__kernel_casinh): Compute real and imaginary
31788 parts of result separately when argument is not close to line from
31789 -i to i and one part of argument is small.
31790 * math/k_casinhf.c (__kernel_casinhf): Likewise.
31791 * math/k_casinhl.c (__kernel_casinhl): Likewise.
31792 * math/libm-test.inc (cacos_test): Add more tests.
31793 (casin_test): Likewise.
31794 (casinh_test): Likewise.
31795 * sysdeps/i386/fpu/libm-test-ulps: Update.
31796 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
31797
31798 2013-01-31 David S. Miller <davem@davemloft.net>
31799
31800 * po/de.po: Update from translation team.
31801
31802 2013-01-25 Maxim Kuvyrkov <maxim.kuvyrkov@gmail.com>
31803
31804 * time/tzfile.c: Include stdint.h for SIZE_MAX.
31805
31806 2013-01-25 Thomas Schwinge <thomas@codesourcery.com>
31807
31808 * configure.in (_AC_PROG_CC_C89): New definition.
31809 * configure: Regenerate.
31810
31811 * configure.in (AC_PROG_CPP): New definition.
31812 * configure: Regenerate.
31813
31814 2013-01-23 Joseph Myers <joseph@codesourcery.com>
31815
31816 * debug/tst-backtrace.h: New file.
31817 * debug/tst-backtrace2.c: Include tst-backtrace.h.
31818 (ret): Remove variable.
31819 (x): Likewise.
31820 (FAIL): Remove macro.
31821 (NO_INLINE): Likewise.
31822 (fn1): Use match function instead of strstr.
31823 * debug/tst-backtrace3.c: Include tst-backtrace.h.
31824 (ret): Remove variable.
31825 (x): Likewise.
31826 (FAIL): Remove macro.
31827 (NO_INLINE): Likewise.
31828 (fn): Use match function instead of strstr.
31829 * debug/tst-backtrace4.c: Include tst-backtrace.h.
31830 (ret): Remove variable.
31831 (x): Likewise.
31832 (FAIL): Remove macro.
31833 (NO_INLINE): Likewise.
31834 (handle_signal): Use match function instead of strstr.
31835 * debug/tst-backtrace5.c: Include tst-backtrace.h.
31836 (ret): Remove variable.
31837 (x): Likewise.
31838 (FAIL): Remove macro.
31839 (NO_INLINE): Likewise.
31840 (handle_signal): Use match function instead of strstr.
31841
31842 2013-01-23 Roland McGrath <roland@hack.frob.com>
31843
31844 * misc/sys/cdefs.h (__glibc_unlikely, __glibc_likely): Fix whitespace.
31845
31846 2013-01-23 David S. Miller <davem@davemloft.net>
31847
31848 * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h
31849 (__arch_compare_and_exchange_val_32_acq): Use %g0 as second
31850 argument of CAS if possible.
31851 * sysdeps/sparc/sparc64/bits/atomic.h
31852 (__arch_compare_and_exchange_val_32_acq): Likewise.
31853 (__arch_compare_and_exchange_val_64_acq): Likewise.
31854
31855 2013-01-23 Pino Toscano <toscano.pino@tiscali.it>
31856
31857 * sysdeps/unix/sysv/linux/ulimit.c: Moved to ...
31858 * sysdeps/posix/ulimit.c: ... this.
31859 Include <limits.h>.
31860 * sysdeps/unix/bsd/ulimit.c: Remove file.
31861
31862 2013-01-23 Adam Conrad <adconrad@0c3.net>
31863
31864 * elf/Makefile (LDFLAGS-tst-array2): Add $(no-as-needed).
31865 (LDFLAGS-tst-array5): Likewise.
31866
31867 2013-01-23 Joseph Myers <joseph@codesourcery.com>
31868
31869 [BZ #15036]
31870 * bits/wchar.h (__WCHAR_MAX): Define based on __WCHAR_MAX__, or
31871 based on [L'\0' - 1 > 0] if [!__WCHAR_MAX__].
31872 (__WCHAR_MIN): Likewise, using __WCHAR_MIN__.
31873 * sysdeps/unix/sysv/linux/x86/bits/wchar.h: Remove.
31874
31875 2013-01-21 David S. Miller <davem@davemloft.net>
31876
31877 * sysdeps/sparc/backtrace.c: New file.
31878 * sysdeps/sparc/sparc32/backtrace.h: New file.
31879 * sysdeps/sparc/sparc32/sparcv9/backtrace.h: New file.
31880 * sysdeps/sparc/sparc64/backtrace.h: New file.
31881 * sysdeps/sparc/sparc64/backtrace.c: Delete.
31882 * sysdeps/sparc/Makefile (CFLAGS-backtrace.c): Add
31883 -funwind-tables.
31884
31885 2013-01-21 Andreas Schwab <schwab@suse.de>
31886
31887 [BZ #15020]
31888 * posix/wordexp.c (exec_comm): Avoid busy loop when command has
31889 closed its stdout.
31890
31891 2013-01-20 Andreas Schwab <schwab@linux-m68k.org>
31892
31893 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Don't include
31894 "mpa2.h".
31895 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
31896
31897 2013-01-18 Joseph Myers <joseph@codesourcery.com>
31898 Mark Mitchell <mark@codesourcery.com>
31899 Tom de Vries <tom@codesourcery.com>
31900 Paul Pluzhnikov <ppluzhnikov@google.com>
31901
31902 * debug/tst-backtrace2.c: New file.
31903 * debug/tst-backtrace3.c: Likewise.
31904 * debug/tst-backtrace4.c: Likewise.
31905 * debug/tst-backtrace5.c: Likewise.
31906 * debug/Makefile (CFLAGS-tst-backtrace2.c): New variable.
31907 (CFLAGS-tst-backtrace3.c): Likewise.
31908 (CFLAGS-tst-backtrace4.c): Likewise.
31909 (CFLAGS-tst-backtrace5.c): Likewise.
31910 (LDFLAGS-tst-backtrace2): Likewise.
31911 (LDFLAGS-tst-backtrace3): Likewise.
31912 (LDFLAGS-tst-backtrace4): Likewise.
31913 (LDFLAGS-tst-backtrace5): Likewise.
31914 (tests): Add new tests tst-backtrace2, tst-backtrace3,
31915 tst-backtrace4 and tst-backtrace5.
31916
31917 2013-01-18 Anton Blanchard <anton@samba.org>
31918 Ryan S. Arnold <rsa@linux.vnet.ibm.com>
31919
31920 * sysdeps/unix/sysv/linux/powerpc/init-first.c: Rename
31921 __kernel_vdso_get_tbfreq to __kernel_get_tbfreq.
31922 * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Add parameter to
31923 INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK to specify return type.
31924 * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
31925 (INTERNAL_VSYSCALL_NCS): Change "=&r" in inline asm output regs list to
31926 "+r" and remove output regs list as redundant. Add explicit inline
31927 asm to specify register of return val to work around compiler codegen
31928 bug. Remove (int) cast on return value. Add return type parameter to
31929 use in macro so that this macro does not truncate return value for
31930 64-bit values.
31931 (INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK): Add return type parameter and
31932 pass to INTERNAL_VSYSCALL_NCS.
31933 (INLINE_VSYSCALL): Add 'long int' as return type to
31934 INTERNAL_VSYSCALL_NCS macro invocation.
31935 (INTERNAL_VSYSCALL): Add 'long int' as return type to
31936 INTERNAL_VSYSCALL_NCS macro invocation.
31937 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
31938
31939 2013-01-18 Siddhesh Poyarekar <siddhesh@redhat.com>
31940
31941 [BZ #14496]
31942 * sysdeps/i386/fpu/fenv_private.h (libc_feupdateenv_test_sse):
31943 Fix application of SIMD FP exception mask.
31944
31945 * sysdeps/ieee754/dbl-64/mpa.h (__pow_mp): New function to get an
31946 mp_no from a power of two.
31947 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove
31948 __mpexp_twomm1. Use __pow_mp.
31949
31950 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove unnecessary
31951 multiplication.
31952
31953 2013-01-17 David S. Miller <davem@davemloft.net>
31954
31955 * sysdeps/sparc/fpu/libm-test-ulps: Update.
31956
31957 2013-01-17 Joseph Myers <joseph@codesourcery.com>
31958
31959 [BZ #15023]
31960 * include/complex.h: Condition contents on [!_COMPLEX_H].
31961 (__kernel_casinhf): New prototype.
31962 (__kernel_casinh): Likewise.
31963 (__kernel_casinhl): Likewise.
31964 * math/Makefile (libm_calls): Add k_casinh.
31965 * math/k_casinh.c: New file.
31966 * math/k_casinhf.c: Likewise.
31967 * math/k_casinhl.c: Likewise.
31968 * math/s_cacos.c (__cacos): Implement using __kernel_casinh for
31969 finite nonzero arguments.
31970 * math/s_cacosf.c (__cacosf): Implement using __kernel_casinhf for
31971 finite nonzero arguments.
31972 * math/s_cacosl.c (__cacosl): Implement using __kernel_casinhl for
31973 finite nonzero arguments.
31974 * math/s_casinh.c: Do not include <float.h>.
31975 (__casinh): Move code for finite nonzero arguments to k_casinh.c.
31976 * math/s_casinhf.c: Do not include <float.h>.
31977 (__casinhf): Move code for finite nonzero arguments to
31978 k_casinhf.c.
31979 * math/s_casinhl.c: Do not include <float.h>.
31980 [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Do not undefine and
31981 redefine.
31982 (__casinhl): Move code for finite nonzero arguments to
31983 k_casinhl.c.
31984 * math/libm-test.inc (cacos_test): Add more tests.
31985 * sysdeps/i386/fpu/libm-test-ulps: Update.
31986 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
31987
31988 2013-01-17 Pino Toscano <toscano.pino@tiscali.it>
31989
31990 * sysdeps/unix/sysv/linux/malloc-sysdep.h (HAVE_MREMAP): New define.
31991 * malloc/malloc.c: Include <unistd.h> and <malloc-sysdep.h>.
31992 [!HAVE_MREMAP]: Remove [defined linux] case.
31993 * malloc/arena.c: Do not include <malloc-sysdep.h>.
31994
31995 2013-01-17 Siddhesh Poyarekar <siddhesh@redhat.com>
31996
31997 * sysdeps/ieee754/dbl-64/mpa.c: Fix header comment.
31998
31999 2013-01-17 H.J. Lu <hongjiu.lu@intel.com>
32000
32001 * elf/elf.h (R_386_SIZE32): New relocation.
32002 * sysdeps/i386/dl-machine.h (elf_machine_rel): Handle
32003 R_386_SIZE32.
32004 (elf_machine_rela): Likewise.
32005 * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
32006 R_X86_64_SIZE64 and R_X86_64_SIZE32.
32007
32008 2013-01-17 Joseph Myers <joseph@codesourcery.com>
32009
32010 * sysdeps/powerpc/bits/mathdef.h [_SOFT_FLOAT || __NO_FPRS__]
32011 (FP_FAST_FMA): Do not define.
32012 [_SOFT_FLOAT || __NO_FPRS__] (FP_FAST_FMAF): Likewise.
32013 * sysdeps/powerpc/fpu/bits/fenvinline.h [__GNUC__ && !_SOFT_FLOAT
32014 && !__NO_MATH_INLINES]: Add [!__NO_FPRS__] condition.
32015 * sysdeps/powerpc/fpu/bits/mathinline.h [__GNUC__ &&
32016 !_SOFT_FLOAT]: Likewise.
32017 * sysdeps/powerpc/fpu/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]
32018 [_SOFT_FLOAT || __NO_FPRS__] (_FPU_RESERVED): Define with generic
32019 value.
32020 [_SOFT_FLOAT || __NO_FPRS__] (_FPU_DEFAULT): Likewise.
32021 [_SOFT_FLOAT || __NO_FPRS__] (fpu_control_t): Likewise.
32022 [_SOFT_FLOAT || __NO_FPRS__] (_FPU_GETCW): Likewise.
32023 [_SOFT_FLOAT || __NO_FPRS__] (_FPU_SETCW): Likewise.
32024 [_SOFT_FLOAT || __NO_FPRS__] (__fpu_control): Likewise.
32025 [!_SOFT_FLOAT && !__NO_FPRS__]: Condition previous contents of
32026 file.
32027
32028 2013-01-16 Andreas Schwab <schwab@suse.de>
32029
32030 [BZ #14327]
32031 * include/stdlib.h (__mktemp): Add declaration.
32032 * misc/mktemp.c (__mktemp): Renamed from mktemp, add weak alias.
32033 * misc/Versions (GLIBC_PRIVATE): Add __mktemp.
32034
32035 2013-01-16 Siddhesh Poyarekar <siddhesh@redhat.com>
32036
32037 * sysdeps/ieee754/dbl-64/atnat.h: Remove constant value
32038 definitions.
32039 * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
32040 * sysdeps/ieee754/dbl-64/mpa.c: Do not include mpa2.h.
32041 * sysdeps/ieee754/dbl-64/mpa.h: Move all constant value
32042 definitions here.
32043 * sysdeps/ieee754/dbl-64/mpa2.h: Remove.
32044 * sysdeps/ieee754/dbl-64/mpatan.h: Remove constant value
32045 definitions.
32046 * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Remove ZERO
32047 and ONE.
32048 * sysdeps/ieee754/dbl-64/mpexp.c: Do not include mpexp.h.
32049 * sysdeps/ieee754/dbl-64/mpexp.h: Remove.
32050 * sysdeps/ieee754/dbl-64/mpsqrt.h: Remove constant value
32051 definitions.
32052 * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Remove MONE.
32053 * sysdeps/ieee754/dbl-64/ulog.h: Remove constant value
32054 definitions.
32055 * sysdeps/ieee754/dbl-64/utan.h: Likewise.
32056
32057 * sysdeps/ieee754/dbl-64/mpa2.h: Fix the value of TWO.
32058
32059 2013-01-15 David S. Miller <davem@davemloft.net>
32060
32061 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
32062 trunc{,f} to libm-sysdep_routes.
32063 * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
32064 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc-vis3.S: New
32065 file.
32066 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc.S: New file.
32067 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf-vis3.S: New
32068 file.
32069 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf.S: New
32070 file.
32071 * sysdeps/sparc/sparc32/sparcv9/fpu/s_trunc.S: New file.
32072 * sysdeps/sparc/sparc32/sparcv9/fpu/s_truncf.S: New file.
32073 * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc-vis3.S: New file.
32074 * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc.S: New file.
32075 * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf-vis3.S: New file.
32076 * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf.S: New file.
32077 * sysdeps/sparc/sparc64/fpu/s_trunc.S: New file.
32078 * sysdeps/sparc/sparc64/fpu/s_truncf.S: New file.
32079
32080 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
32081 nearbyint{,f} to libm-sysdep_routes.
32082 * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
32083 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint-vis3.S:
32084 New file.
32085 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint.S: New
32086 file.
32087 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf-vis3.S:
32088 New file.
32089 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf.S: New
32090 file.
32091 * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyint.S: New file.
32092 * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyintf.S: New file.
32093 * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint-vis3.S: New
32094 file.
32095 * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint.S: New file.
32096 * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf-vis3.S: New
32097 file.
32098 * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf.S: New file.
32099 * sysdeps/sparc/sparc64/fpu/s_nearbyint.S: New file.
32100 * sysdeps/sparc/sparc64/fpu/s_nearbyintf.S: New file.
32101
32102 * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
32103 libc_feholdexcept and libc_fesetenv.
32104
32105 2013-01-15 Mike Frysinger <vapier@gentoo.org>
32106
32107 * sysdeps/unix/sysv/linux/scsi/sg.h: Include stddef.h.
32108
32109 2013-01-14 David S. Miller <davem@davemloft.net>
32110
32111 * sysdeps/sparc/sparc-ifunc.h (SPARC_ASM_IFUNC2): New macro.
32112 (SPARC_ASM_VIS2_IFUNC): Likewise.
32113 (SPARC_ASM_VIS3_VIS2_IFUNC): Likewise.
32114 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: Make
32115 use of 'siam' instruction.
32116 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S:
32117 Likewise.
32118 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S:
32119 Likewise.
32120 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S:
32121 Likewise.
32122 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: Likewise.
32123 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: Likewise.
32124 * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: Likewise.
32125 * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: Likewise.
32126 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis2.S: New
32127 file.
32128 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis2.S: New
32129 file.
32130 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis2.S: New
32131 file.
32132 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis2.S: New
32133 file.
32134 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis2.S: New file.
32135 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis2.S: New file.
32136 * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis2.S: New file.
32137 * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis2.S: New file.
32138 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Hook in
32139 new VIS2 routines.
32140 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
32141 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
32142 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
32143 Likewise.
32144 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
32145 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
32146 * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
32147 * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
32148 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new VIS2
32149 routines to libm-sysdep_routines.
32150 * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
32151
32152 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
32153 fdim/fdimf to libm-sysdep_routines.
32154 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim-vis3.S: New
32155 file.
32156 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim.S: New file.
32157 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf-vis3.S: New
32158 file.
32159 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf.S: New file.
32160 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdim.S: New file.
32161 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdimf.S: New file.
32162 * sysdeps/sparc/sparc32/fpu/s_fdim.S: New file.
32163 * sysdeps/sparc/sparc32/fpu/s_fdimf.S: New file.
32164 * sysdeps/sparc/sparc64/fpu/s_fdim.S: New file.
32165 * sysdeps/sparc/sparc64/fpu/s_fdimf.S: New file.
32166
32167 2013-01-14 Siddhesh Poyarekar <siddhesh@redhat.com>
32168
32169 * sysdeps/ieee754/dbl-64/mpa.c (__mul): Add a local variable
32170 to optimize copies.
32171
32172 * sysdeps/ieee754/dbl-64/mpa.c: Fix formatting.
32173 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
32174 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
32175
32176 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Remove
32177 local variable MPTWO.
32178 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
32179 Likewise.
32180
32181 2013-01-13 Mike Frysinger <vapier@gentoo.org>
32182
32183 * manual/pattern.texi (Flags for Globbing): Move GLOB_NOSORT after
32184 GLOB_NOESCAPE.
32185
32186 2013-01-13 Mike Frysinger <vapier@gentoo.org>
32187
32188 * manual/pattern.texi (Flags for Globbing): Highlight GNU extensions.
32189
32190 2013-01-13 Mike Frysinger <vapier@gentoo.org>
32191
32192 * manual/pattern.texi (glob_t): Document gl_flags.
32193 (glob64_t): Likewise.
32194
32195 2013-01-11 David S. Miller <davem@davemloft.net>
32196
32197 * math/Makefile (gmp-objs): Use $(gmp-sysdep_routines).
32198 * sysdeps/sparc/sparc64/multiarch/Makefile [$(subdir) = math]
32199 (gmp-sysdep_routines): New variable. Add VIS3 optimized GMP routines.
32200 * sysdeps/sparc/sparc64/multiarch/add_n-vis3.S: New file.
32201 * sysdeps/sparc/sparc64/multiarch/add_n.S: New file.
32202 * sysdeps/sparc/sparc64/multiarch/addmul_1-vis3.S: New file.
32203 * sysdeps/sparc/sparc64/multiarch/addmul_1.S: New file.
32204 * sysdeps/sparc/sparc64/multiarch/mul_1-vis3.S: New file.
32205 * sysdeps/sparc/sparc64/multiarch/mul_1.S: New file.
32206 * sysdeps/sparc/sparc64/multiarch/sub_n-vis3.S: New file.
32207 * sysdeps/sparc/sparc64/multiarch/sub_n.S: New file.
32208 * sysdeps/sparc/sparc64/multiarch/submul_1-vis3.S: New file.
32209 * sysdeps/sparc/sparc64/multiarch/submul_1.S: New file.
32210
32211 * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
32212 sparc V9 rather than using V8 code.
32213 * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
32214 * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
32215
32216 * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
32217 Move to...
32218 * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/multiarch/Implies:
32219 Here.
32220
32221 2013-01-11 Roland McGrath <roland@hack.frob.com>
32222
32223 * configure.in (sysnames): Use $multi_arch_d in setting up $mach list,
32224 not in the main loop.
32225 * configure: Regenerated.
32226
32227 2013-01-11 Joseph Myers <joseph@codesourcery.com>
32228
32229 * include/features.h (__GLIBC_HAVE_LONG_LONG): Remove.
32230 * bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change #elif condition
32231 to just #else.
32232 * bits/types.h [__GLIBC_HAVE_LONG_LONG]: Likewise. Remove
32233 [!__GLIBC_HAVE_LONG_LONG] case.
32234 * posix/sys/types.h [__GLIBC_HAVE_LONG_LONG]: Change #elif
32235 condition to just #else.
32236 * stdlib/stdlib.h [__USE_ISOC99 || (__GLIBC_HAVE_LONG_LONG &&
32237 __USE_MISC)]: Change all uses to [__USE_ISOC99 || __USE_MISC].
32238 [__GLIBC_HAVE_LONG_LONG && __USE_BSD]: Change to [__USE_BSD].
32239 * string/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Make code
32240 unconditional.
32241 * string/endian.h [__GLIBC_HAVE_LONG_LONG]: Likewise.
32242 * sysdeps/s390/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
32243 #elif condition to just #else.
32244 * sysdeps/unix/sysv/linux/sys/sysmacros.h
32245 [__GLIBC_HAVE_LONG_LONG]: Make code unconditional.
32246 * sysdeps/x86/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
32247 #elif condition to just #else.
32248
32249 2013-01-11 Steve Ellcey <sellcey@mips.com>
32250
32251 * elf/elf.h (EF_MIPS_ARCH_32): Fix value.
32252 (EF_MIPS_ARCH_64): Fix value.
32253 (EF_MIPS_ARCH_32R2): New.
32254 (EF_MIPS_ARCH_64R2): New.
32255
32256 2013-01-11 H.J. Lu <hongjiu.lu@intel.com>
32257
32258 * Makeconfig (+link-pie-before-libc): New.
32259 (+link-pie-after-libc): Likewise.
32260 (+link-pie-tests): Likewise.
32261 (+link-pie): Rewritten.
32262 (link-before-libc): Remove $(config-LDFLAGS).
32263 (+link): Add $(rtld-LDFLAGS) after $(+link-before-libc).
32264 (+link-tests): Add $(rtld-tests-LDFLAGS) after $(+link-before-libc).
32265 (config-LDFLAGS): Renamed to ...
32266 (rtld-LDFLAGS): This.
32267 (rtld-tests-LDFLAGS): New macro.
32268 (link-libc-rpath-link): Likewise.
32269 (link-libc-tests-rpath-link): Likewise.
32270 (link-libc-before-gnulib): Remove -Wl,-rpath-link=$(rpath-link).
32271 (link-libc): Prepand $(link-libc-rpath-link).
32272 (link-libc-tests): Prepand $(link-libc-tests-rpath-link).
32273 (test-program-prefix): New macro.
32274 (test-via-rtld-prefix): Likewise.
32275 (test-program-cmd): Likewise.
32276 (host-test-program-cmd): Likewise.
32277 * Makefile ($(common-objpfx)testrun.sh): Replace
32278 $(run-program-prefix) with $(test-program-prefix).
32279 * Makerules ($(LINK.o)): Replace $(config-LDFLAGS) with
32280 $(rtld-LDFLAGS).
32281 ($(common-objpfx)shlib.lds): Likewise.
32282 (build-module-helper): Likewise.
32283 ($(common-objpfx)format.lds): Likewise.
32284 * Rules (binaries-pie-tests): New.
32285 (binaries-pie-notests): Likewise.
32286 (binaries-pie): Rewritten.
32287 ($(addprefix $(objpfx),$(binaries-pie))): Renamed to ...
32288 ($(addprefix $(objpfx),$(binaries-pie-notests))): This.
32289 ($(addprefix $(objpfx),$(binaries-pie-tests))): New.
32290 (make-test-out): Replace $(host-built-program-cmd) with
32291 $(host-test-program-cmd).
32292 * config.make.in (build-hardcoded-path-in-tests): New variable.
32293 * configure.in (--enable-hardcoded-path-in-tests): New configure
32294 option.
32295 (hardcoded_path_in_tests): New AC_SUBST.
32296 * configure: Regenerated.
32297 * catgets/Makefile ($(objpfx)test-gencat.out): Replace
32298 $(built-program-cmd) with $(test-program-cmd).
32299 * catgets/test-gencat.sh (run_program_cmd): Renamed to ...
32300 (test_program_cmd): This.
32301 * elf/Makefile ($(objpfx)order.out): Run test with
32302 $(test-program-prefix).
32303 ($(objpfx)order2.out): Likewise.
32304 ($(objpfx)tst-initorder.out): Likewise.
32305 ($(objpfx)tst-initorder2.out): Likewise.
32306 ($(objpfx)tst-array1.out): Replace $(built-program-cmd) with
32307 $(test-program-cmd).
32308 ($(objpfx)tst-array1-static.out): Likewise.
32309 ($(objpfx)tst-array2.out): Likewise.
32310 ($(objpfx)tst-array3.out): Likewise.
32311 ($(objpfx)tst-array4.out): Likewise.
32312 ($(objpfx)tst-array5.out): Likewise.
32313 ($(objpfx)tst-array5-static.out): Likewise.
32314 (tst-stackguard1-ARGS): Replace $(built-program-cmd) with
32315 $(test-program-cmd).
32316 * grp/Makefile ($(objpfx)tst_fgetgrent.out): Replace
32317 $(run-program-prefix) with $(test-program-prefix).
32318 * grp/tst_fgetgrent.sh (run_program_prefix): Renamed to ...
32319 (test_program_prefix): This.
32320 * iconvdata/Makefile ($(objpfx)tst-tables.out): Replace
32321 $(run-program-prefix) with $(test-program-prefix).
32322 * iconvdata/tst-table.sh (run_program_prefix): Renamed to ...
32323 (test_program_prefix): This.
32324 * iconvdata/tst-tables.sh: Likewise.
32325 * intl/Makefile ($(objpfx)tst-gettext.out): Replace
32326 $(run-program-prefix) with $(test-program-prefix).
32327 ($(objpfx)tst-translit.out): Likewise.
32328 ($(objpfx)tst-gettext2.out): Likewise.
32329 ($(objpfx)tst-gettext4.out): Likewise.
32330 ($(objpfx)tst-gettext6.out): Likewise.
32331 * intl/tst-gettext.sh (run_program_prefix): Renamed to ...
32332 (test_program_prefix): This.
32333 * intl/tst-gettext2.sh: Likewise.
32334 * intl/tst-gettext4.sh Likewise.
32335 * intl/tst-gettext6.sh: Likewise.
32336 * intl/tst-translit.sh: Likewise.
32337 * io/Makefile ($(objpfx)ftwtest.out): Replace $(run-program-cmd)
32338 with $(test-program-cmd).
32339 * libio/Makefile ($(objpfx)test-freopen.out): Replace
32340 $(run-program-prefix) with $(test-program-prefix).
32341 * libio/test-freopen.sh (run_program_prefix): Renamed to ...
32342 (test_program_prefix): This.
32343 * malloc/Makefile ($(objpfx)tst-mtrace.out): Replace
32344 $(run-program-prefix) with $(test-program-prefix).
32345 * malloc/tst-mtrace.sh (run_program_prefix): Renamed to ...
32346 (test_program_prefix): This.
32347 * manual/install.texi: Document --enable-hardcoded-path-in-tests.
32348 * posix/Makefile ($(objpfx)globtest.out): Replace
32349 $(run-via-rtld-prefix) and $(test-wrapper) with
32350 $(test-program-prefix) and $(test-via-rtld-prefix).
32351 ($(objpfx)wordexp-tst.out): Replace $(run-program-prefix) with
32352 $(test-program-prefix).
32353 (tst-exec-ARGS): Replace $(host-built-program-cmd) with
32354 $(host-test-program-cmd).
32355 (tst-spawn-ARGS): Likewise.
32356 ($(objpfx)tst-rxspencer-mem): Replace $(run-program-prefix) with
32357 $(test-program-prefix).
32358 * posix/globtest.sh (un_via_rtld_prefix): Renamed to ...
32359 (test_via_rtld_prefix): This.
32360 (test_wrapper): Renamed to ...
32361 (test_program_prefix): This.
32362 (run_program_prefix): Replaced by test_program_prefix.
32363 * posix/wordexp-tst.sh (run_program_prefix): Renamed to ...
32364 (test_program_prefix): This.
32365 * rt/Makefile (tst-mqueue7-ARGS): Replace $(host-built-program-cmd)
32366 with $(host-test-program-cmd).
32367 * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Replace
32368 $(run-program-prefix) with $(test-program-prefix).
32369 ($(objpfx)tst-printf.out): Likewise.
32370 ($(objpfx)tst-setvbuf1.out): Replace $(built-program-cmd) with
32371 $(test-program-cmd).
32372 * stdio-common/tst-printf.sh (run_program_prefix): Renamed to ...
32373 (test_program_prefix): This.
32374 * stdio-common/tst-unbputc.sh: Likewise.
32375 * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Replace
32376 $(run-program-prefix) with $(test-program-prefix).
32377 * stdlib/tst-fmtmsg.sh (run_program_prefix): Renamed to ...
32378 (test_program_prefix): This.
32379 * string/Makefile ($(objpfx)tst-svc.out): Replace
32380 $(built-program-cmd) with $(test-program-cmd).
32381
32382 2013-01-11 Andreas Jaeger <aj@suse.de>
32383
32384 [BZ #15003]
32385 * sysdeps/unix/sysv/linux/bits/socket.h (MSG_FASTOPEN): New
32386 value. Sync with Linux 3.7.
32387
32388 2013-01-10 David S. Miller <davem@davemloft.net>
32389
32390 * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Revert previous changes.
32391 * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
32392 * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
32393
32394 2013-01-10 Roland McGrath <roland@hack.frob.com>
32395
32396 * configure.in (sysnames): Drop use of $m0sub and $msub, which are
32397 never set.
32398 * configure: Regenerated.
32399
32400 2013-01-10 David S. Miller <davem@davemloft.net>
32401
32402 * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
32403 sparc V9 rather than using V8 code.
32404 * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
32405 * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
32406
32407 2013-01-10 Roland McGrath <roland@hack.frob.com>
32408
32409 * elf/elf.h (DT_SPARC_REGISTER, DT_SPARC_NUM): Fix whitespace.
32410 (EF_MIPS_NOREORDER, EF_MIPS_PIC, EF_MIPS_CPIC, EF_MIPS_XGOT): Likewise.
32411 (EF_MIPS_64BIT_WHIRL, EF_MIPS_ABI2, EF_MIPS_ABI_ON32): Likewise.
32412 (EF_MIPS_ARCH, EF_MIPS_ARCH_1, EF_MIPS_ARCH_2): Likewise.
32413 (EF_MIPS_ARCH_3, EF_MIPS_ARCH_4, EF_MIPS_ARCH_5): Likewise.
32414 (EF_MIPS_ARCH_32, EF_MIPS_ARCH_64): Likewise.
32415 (E_MIPS_ARCH_1): Define in terms of EF_MIPS_ARCH_* counterpart.
32416 (E_MIPS_ARCH_2, E_MIPS_ARCH_3, E_MIPS_ARCH_4, E_MIPS_ARCH_5): Likewise.
32417 (E_MIPS_ARCH_32, E_MIPS_ARCH_64): Likewise.
32418 (SHN_MIPS_ACOMMON, SHN_MIPS_TEXT, SHN_MIPS_DATA): Fix whitespace.
32419 (SHN_MIPS_SCOMMON, SHN_MIPS_SUNDEFINED): Likewise.
32420 (SHT_MIPS_LIBLIST, SHT_MIPS_MSYM, SHT_MIPS_CONFLICT): Likewise.
32421 (SHT_MIPS_GPTAB, SHT_MIPS_UCODE, SHT_MIPS_DEBUG): Likewise.
32422 (SHT_MIPS_REGINFO, SHT_MIPS_PACKAGE, SHT_MIPS_PACKSYM): Likewise.
32423 (SHT_MIPS_RELD, SHT_MIPS_IFACE, SHT_MIPS_CONTENT): Likewise.
32424 (SHT_MIPS_OPTIONS, SHT_MIPS_SHDR, SHT_MIPS_FDESC): Likewise.
32425 (SHT_MIPS_EXTSYM, SHT_MIPS_DENSE, SHT_MIPS_PDESC): Likewise.
32426 (SHT_MIPS_LOCSYM, SHT_MIPS_AUXSYM, SHT_MIPS_OPTSYM): Likewise.
32427 (SHT_MIPS_LOCSTR, SHT_MIPS_LINE, SHT_MIPS_RFDESC): Likewise.
32428 (SHT_MIPS_DELTASYM, SHT_MIPS_DELTAINST, SHT_MIPS_DELTACLASS): Likewise.
32429 (SHT_MIPS_DELTADECL, SHT_MIPS_SYMBOL_LIB, SHT_MIPS_EVENTS): Likewise.
32430 (SHT_MIPS_TRANSLATE, SHT_MIPS_PIXIE, SHT_MIPS_XLATE): Likewise.
32431 (SHT_MIPS_XLATE_DEBUG, SHT_MIPS_WHIRL, SHT_MIPS_EH_REGION): Likewise.
32432 (SHT_MIPS_XLATE_OLD, SHT_MIPS_PDR_EXCEPTION): Likewise.
32433 (SHF_MIPS_GPREL, SHF_MIPS_MERGE, SHF_MIPS_ADDR): Likewise.
32434 (SHF_MIPS_STRINGS, SHF_MIPS_NOSTRIP, SHF_MIPS_LOCAL): Likewise.
32435 (SHF_MIPS_NAMES, SHF_MIPS_NODUPE): Likewise.
32436
32437 2013-01-10 David S. Miller <davem@davemloft.net>
32438
32439 * sysdeps/sparc/fpu/libm-test-ulps: Update.
32440
32441 2013-01-10 H.J. Lu <hongjiu.lu@intel.com>
32442
32443 * posix/Makefile (tests-static): New variable.
32444 (tests): Add $(tests-static).
32445 (tst-exec-static-ARGS): New variable.
32446 (tst-spawn-static-ARGS): Likewise.
32447 * posix/tst-exec-static.c: New file.
32448 * posix/tst-spawn-static.c: Likewise.
32449 * posix/tst-exec.c: Support run directly.
32450 * posix/tst-spawn.c: Likewise.
32451
32452 2013-01-10 Joseph Myers <joseph@codesourcery.com>
32453
32454 * elf/link.h (struct dl_phdr_info): Use __extension__ with long
32455 long.
32456 * math/bits/mathcalls.h (llrint): Likewise.
32457 (llround): Likewise.
32458 * stdlib/stdlib.h (struct drand48_data): Likewise.
32459 * sysdeps/generic/inttypes.h (imaxdiv_t): Likewise.
32460 * sysdeps/s390/bits/byteswap.h (__bswap_64): Likewise.
32461 * sysdeps/unix/sysv/linux/sparc/bits/ipc.h (struct ipc_perm):
32462 Likewise.
32463 * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu):
32464 Likewise.
32465 * sysdeps/unix/sysv/linux/x86/sys/procfs.h [__x86_64__]
32466 (elf_greg_t): Likewise.
32467 * sysdeps/x86/bits/setjmp.h [__x86_64__ && __WORDSIZE != 64]
32468 (__jmp_buf): Likewise.
32469 * sysdeps/x86/fpu/bits/mathinline.h (llrintf): Likewise, for all
32470 definitions.
32471 (llrint): Likewise, for all definitions.
32472 (llrintl): Likewise.
32473
32474 * string/string.h [__USE_BSD && __USE_GNU && __GNUC__] (ffsll):
32475 Remove [__GNUC__] condition.
32476 * wcsmbs/wchar.h [__USE_ISOC99 || (__GNUC__ && __USE_GNU)]: Change
32477 condition to just [__USE_ISOC99].
32478 [__GNUC__ && __USE_GNU]: Change condition to just [__USE_GNU].
32479
32480 2013-01-10 H.J. Lu <hongjiu.lu@intel.com>
32481
32482 [BZ #14200]
32483 * sysdeps/unix/sysv/linux/x86/bits/environments.h
32484 (_POSIX_V7_ILP32_OFF32): Defined as 1 only if __x86_64__ isn't
32485 defined.
32486 (_POSIX_V6_ILP32_OFF32): Likewise.
32487 (_XBS5_ILP32_OFF32): Likewise.
32488 (__ILP32_OFFBIG_CFLAGS): Defined as "-mx32" for x32.
32489 (__ILP32_OFFBIG_LDFLAGS): Likewise.
32490
32491 2013-01-10 Siddhesh Poyarekar <siddhesh@redhat.com>
32492
32493 * sysdeps/ieee754/dbl-64/mpexp.c: Fix formatting.
32494
32495 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): New array of
32496 doubles __mpexp_twomm1. Adjust usage.
32497 * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1):
32498 Remove.
32499
32500 2013-01-10 Andreas Schwab <schwab@suse.de>
32501
32502 [BZ #14964]
32503 * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (FALLOC_FL_KEEP_SIZE)
32504 (FALLOC_FL_PUNCH_HOLE) [__USE_GNU]: New macros.
32505
32506 2013-01-09 David S. Miller <davem@davemloft.net>
32507
32508 [BZ #15003]
32509 * sysdeps/gnu/netinet/tcp.h (TCP_COOKIE_TRANSACTIONS)
32510 (TCP_THIN_LINEAR_TIMEOUTS, TCP_THIN_DUPACK, TCP_USER_TIMEOUT)
32511 (TCP_REPAIR, TCP_REPAIR_QUEUE, TCP_QUEUE_SEQ, TCP_REPAIR_OPTIONS)
32512 (TCP_FASTOPEN): Define.
32513 (tcp_repair_opt): New structure.
32514 (TCP_NO_QUEUE, TCP_RECV_QUEUE, TCP_SEND_QUEUE, TCP_QUEUES_NR): New
32515 enum values.
32516 (TCP_COOKIE_MIN, TCP_COOKIE_MAX, TCP_COOKIE_PAIR_SIZE)
32517 (TCP_COOKIE_IN_ALWAYS, TCP_COOKIE_OUT_NEVER, TCP_S_DATA_IN)
32518 (TCP_S_DATA_OUT, TCP_MSS_DEFAULT, TCP_MSS_DESIRED): Define.
32519 (tcp_cookie_transactions): New structure.
32520
32521 2013-01-09 Anton Blanchard <anton@samba.org>
32522
32523 * sysdeps/unix/sysv/linux/powerpc/sched_getcpu.c: New file.
32524 * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_getcpu.
32525 * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Likewise.
32526 * sysdeps/unix/sysv/linux/powerpc/init-first.c: Likewise.
32527
32528 2013-01-09 Joseph Myers <joseph@codesourcery.com>
32529
32530 * include/features.h (__USE_ANSI): Remove.
32531
32532 2013-01-09 Roland McGrath <roland@hack.frob.com>
32533
32534 * posix/Makefile (others): Depend on $(objpfx)getconf.speclist.
32535
32536 * misc/error.c (error_tail: ALLOCA_LIMIT): Remove unused macro.
32537
32538 2013-01-09 Siddhesh Poyarekar <siddhesh@redhat.com>
32539
32540 * sysdeps/s390/fpu/libm-test-ulps: Update.
32541
32542 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
32543
32544 * sysdeps/ieee754/dbl-64/mpa.c (mcr): Reword comment.
32545 (__acr): Likewise.
32546 (__cpy): Likewise.
32547 (norm): Likewise.
32548 (denorm): Likewise.
32549 (__mp_dbl): Likewise.
32550 (__dbl_mp): Likewise.
32551 (add_magnitudes): Likewise.
32552 (sub_magnitudes): Likewise.
32553 (__add): Likewise.
32554 (__sub): Likewise.
32555 (__mul): Likewise.
32556 (__inv): Likewise.
32557 (__dvd): Likewise.
32558 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mcr): Likewise.
32559 (__acr): Likewise.
32560 (__cpy): Likewise.
32561 (norm): Likewise.
32562 (denorm): Likewise.
32563 (__mp_dbl): Likewise.
32564 (__dbl_mp): Likewise.
32565 (add_magnitudes): Likewise.
32566 (sub_magnitudes): Likewise.
32567 (__add): Likewise.
32568 (__sub): Likewise.
32569 (__mul): Likewise.
32570 (__inv): Likewise.
32571 (__dvd): Likewise.
32572 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mcr): Likewise.
32573 (__acr): Likewise.
32574 (__cpy): Likewise.
32575 (norm): Likewise.
32576 (denorm): Likewise.
32577 (__mp_dbl): Likewise.
32578 (__dbl_mp): Likewise.
32579 (add_magnitudes): Likewise.
32580 (sub_magnitudes): Likewise.
32581 (__add): Likewise.
32582 (__sub): Likewise.
32583 (__mul): Likewise.
32584 (__inv): Likewise.
32585 (__dvd): Likewise.
32586
32587 2013-01-08 Joseph Myers <joseph@codesourcery.com>
32588
32589 * io/sys/stat.h [__GNUC__ && __GNUC__ >= 2 &&
32590 __USE_EXTERN_INLINES]: Change condition to [__USE_EXTERN_INLINES].
32591 * sysdeps/unix/sysv/linux/sys/sysmacros.h [__GNUC__ && __GNUC__ >=
32592 2 && __USE_EXTERN_INLINES]: Likewise.
32593
32594 2013-01-08 Andreas Jaeger <aj@suse.de>
32595
32596 [BZ# 14985]
32597 * sysdeps/unix/sysv/linux/sparc/bits/epoll.h (EPOLL_NONBLOCK):
32598 Remove.
32599 * sysdeps/unix/sysv/linux/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
32600 * sysdeps/unix/sysv/linux/x86/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
32601
32602 2013-01-07 Anton Blanchard <anton@samba.org>
32603
32604 * sysdeps/powerpc/fpu/feholdexcpt.c: Fixed spelling errors.
32605 * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
32606 * sysdeps/powerpc/fpu/math_ldbl.h: Likewise.
32607 * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
32608 * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
32609 * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
32610 * sysdeps/powerpc/powerpc32/dl-start.S: Likewise.
32611 * sysdeps/powerpc/powerpc32/memset.S: Likewise.
32612 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
32613 * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
32614 * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
32615 * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
32616 * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
32617 * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
32618 * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
32619 * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
32620 * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
32621 * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
32622 * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
32623 * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
32624 * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
32625 * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Likewise.
32626 * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
32627 * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
32628 * sysdeps/powerpc/powerpc64/bits/atomic.h: Likewise.
32629 * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
32630 * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
32631 * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
32632 * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Likewise.
32633 * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
32634 * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
32635 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
32636 * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
32637 * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
32638 * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
32639 * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
32640 * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
32641 * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
32642 * sysdeps/powerpc/powerpc64/power7/memcmp.S: Likewise.
32643 * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
32644 * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Likewise.
32645 * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
32646 * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
32647
32648 2013-01-07 Joseph Myers <joseph@codesourcery.com>
32649
32650 * malloc/malloc.h (__MALLOC_P): Remove all definitions.
32651 (__MALLOC_PMT): Likewise.
32652 [__GNUC__] (__MALLOC_HOOK_VOLATILE): Make not conditional on
32653 [__GNUC__], only on [_LIBC].
32654 [__GNUC__] (__MALLOC_DEPRECATED): Likewise.
32655 [!__GNUC__] (__MALLOC_HOOK_VOLATILE): Remove definition.
32656 [!__GNUC__] (__MALLOC_DEPRECATED): Likewise.
32657 * malloc/malloc.c (malloc_hook_ini): Do not use __MALLOC_P in
32658 forward declaration.
32659 (realloc_hook_ini): Likewise.
32660 (memalign_hook_ini): Likewise.
32661 (__libc_memalign): Do not use __MALLOC_PMT in variable
32662 declaration.
32663 (__libc_valloc): Likewise.
32664 (__libc_pvalloc): Likewise.
32665 (__libc_calloc): Likewise.
32666 (__posix_memalign): Likewise.
32667
32668 [BZ #14996]
32669 * math/s_casinh.c: Include <float.h>.
32670 (__casinh): Do not do computation with squaring and square root
32671 for large arguments.
32672 * math/s_casinhf.c: Include <float.h>.
32673 (__casinhf): Do not do computation with squaring and square root
32674 for large arguments.
32675 * math/s_casinhl.c: Include <float.h>.
32676 [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine and redefine.
32677 (__casinhl): Do not do computation with squaring and square root
32678 for large arguments.
32679 * math/libm-test.inc (casin_test): Add more tests.
32680 (casinh_test): Likewise.
32681 * sysdeps/i386/fpu/libm-test-ulps: Update.
32682 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
32683
32684 2013-01-04 H.J. Lu <hongjiu.lu@intel.com>
32685
32686 * sysdeps/i386/i686/cacheinfo.c (__x86_64_data_cache_size): Removed.
32687 (__x86_64_raw_data_cache_size): Likewise.
32688 (__x86_64_data_cache_size_half): Likewise.
32689 (__x86_64_raw_data_cache_size_half): Likewise.
32690 (__x86_64_shared_cache_size): Likewise.
32691 (__x86_64_raw_shared_cache_size): Likewise.
32692 (__x86_64_shared_cache_size_half): Likewise.
32693 (__x86_64_raw_shared_cache_size_half): Likewise.
32694 * sysdeps/x86_64/cacheinfo.c (__x86_64_data_cache_size): Renamed
32695 to ...
32696 (__x86_data_cache_size): This.
32697 (__x86_64_raw_data_cache_size): Renamed to ...
32698 (__x86_raw_data_cache_size): This.
32699 (__x86_64_data_cache_size_half): Renamed to ...
32700 (__x86_data_cache_size_half): This.
32701 (__x86_64_raw_data_cache_size_half): Renamed to ...
32702 (__x86_raw_data_cache_size_half): This.
32703 (__x86_64_shared_cache_size): Renamed to ...
32704 (__x86_shared_cache_size): This.
32705 (__x86_64_raw_shared_cache_size): Renamed to ...
32706 (__x86_raw_shared_cache_size): This.
32707 (__x86_64_shared_cache_size_half): Renamed to ...
32708 (__x86_shared_cache_size_half): This.
32709 (__x86_64_raw_shared_cache_size_half): Renamed to ...
32710 (__x86_raw_shared_cache_size_half): This.
32711 * sysdeps/x86_64/memcpy.S: Updated.
32712 * sysdeps/x86_64/memset.S: Likewise.
32713 * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
32714 * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
32715 * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
32716
32717 2013-01-04 David S. Miller <davem@davemloft.net>
32718
32719 * sysdeps/sparc/fpu/libm-test-ulps: Update.
32720
32721 2013-01-04 Andreas Schwab <schwab@linux-m68k.org>
32722
32723 * sysdeps/powerpc/fpu/test-powerpc-snan.c (_GNU_SOURCE): Define as
32724 1 to avoid redefinition warning.
32725 (__USE_GNU): Don't define.
32726 (init_signaling_nan): Protoize.
32727
32728 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
32729
32730 2013-01-04 Siddhesh Poyarekar <siddhesh@redhat.com>
32731
32732 * sysdeps/ieee754/dbl-64/mpa.c: Remove commented code.
32733 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cr): Remove.
32734 (__cpymn): Likewise.
32735 (norm): Remove commented code.
32736 (denorm): Likewise.
32737 (__mp_dbl): Likewise.
32738 (__inv): Likewise.
32739 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cr): Remove.
32740 (__cpymn): Likewise.
32741 (norm): Remove commented code.
32742 (denorm): Likewise.
32743 (__mp_dbl): Likewise.
32744 (__inv): Likewise.
32745
32746 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mpone): Define
32747 mp_no value for 1.0 and 2.0.
32748 (norm): Use RADIXI instead of radixi.d.
32749 (denorm): Likewise.
32750 (__mul): Use 0.0 instead of zero.d.
32751 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mpone): Define
32752 mp_no value for 1.0 and 2.0.
32753 (norm): Use RADIXI instead of radixi.d.
32754 (denorm): Likewise.
32755 (__mul): Use 0.0 instead of zero.d.
32756
32757 2013-01-04 Joseph Myers <joseph@codesourcery.com>
32758
32759 [BZ #14994]
32760 * math/s_casinh.c (__casinh): Reduce finite argument to first
32761 quadrant then set signs of results at the end.
32762 * math/s_casinhf.c (__casinhf): Likewise.
32763 * math/s_casinhl.c (__casinhl): Likewise.
32764 * math/libm-test.inc (casin_test): Add more tests.
32765 (casinh_test): Likewise.
32766 * sysdeps/i386/fpu/libm-test-ulps: Update.
32767 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
32768
32769 2013-01-04 Siddhesh Poyarekar <siddhesh@redhat.com>
32770
32771 * sysdeps/ieee754/dbl-64/mpa.h: Fix code formatting.
32772
32773 * sysdeps/ieee754/dbl-64/mpa.h: Clean up comment for MP_NO.
32774
32775 * sysdeps/ieee754/dbl-64/mpa.c(norm): Remove commented
32776 declarations.
32777 (denorm): Likewise.
32778 (__mp_dbl): Likewise.
32779 (__inv): Likewise.
32780
32781 * sysdeps/ieee754/dbl-64/mpa.h: Remove commented declarations
32782 and adjust the header comment.
32783
32784 * sysdeps/ieee754/dbl-64/mpa.h (__mpexp): Remove unnecessary
32785 variable name from declaration.
32786
32787 2013-01-03 H.J. Lu <hongjiu.lu@intel.com>
32788
32789 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
32790 Initialize COMMON_CPUID_INDEX_7 element.
32791 * sysdeps/x86_64/multiarch/init-arch.h (bit_RTM): New macro.
32792 (CPUID_RTM): Likewise.
32793 (HAS_RTM): Likewise.
32794 (COMMON_CPUID_INDEX_7): New enum.
32795
32796 2013-01-03 Andreas Schwab <schwab@linux-m68k.org>
32797
32798 [BZ #14981]
32799 * malloc/mtrace.c (tr_reallochook): If realloc returns NULL when
32800 size is zero, record memory as freed.
32801
32802 2013-01-03 Andreas Jaeger <aj@suse.de>
32803
32804 * po/ia.po: Add new Interlingua translation.
32805
32806 2012-01-03 Allan McRae <allan@archlinux.org>
32807
32808 * locale/programs/localedef.c: Fix description of '--posix' flag.
32809
32810 2013-01-02 Joseph Myers <joseph@codesourcery.com>
32811
32812 * NEWS: Update dates in second copyright notice.
32813 * README: Update copyright dates in example.
32814 * manual/libc.texinfo: Update copyright dates.
32815 * scripts/test-installation.pl: Update copyright date in --version
32816 output.
32817
32818 * hurd/ctty-input.c: Fix copyright notice formatting.
32819 * hurd/ctty-output.c: Likewise.
32820 * hurd/dtable.c: Likewise.
32821 * hurd/hurd-raise.c: Likewise.
32822 * hurd/hurdprio.c: Likewise.
32823 * hurd/msgportdemux.c: Likewise.
32824 * misc/sys/file.h: Likewise.
32825 * misc/sys/ioctl.h: Likewise.
32826 * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
32827 * sysdeps/mach/hurd/chdir.c: Likewise.
32828 * sysdeps/mach/hurd/fchdir.c: Likewise.
32829 * sysdeps/mach/hurd/rename.c: Likewise.
32830 * sysdeps/mach/hurd/rmdir.c: Likewise.
32831 * sysdeps/mach/hurd/seekdir.c: Likewise.
32832 * sysdeps/mach/hurd/setsid.c: Likewise.
32833 * sysdeps/posix/wait3.c: Likewise.
32834
32835 * All files with FSF copyright notices: Update copyright dates
32836 using scripts/update-copyrights.
32837 * intl/plural.c: Regenerated.
32838 * locale/programs/charmap-kw.h: Likewise.
32839 * locale/programs/locfile-kw.h: Likewise.
32840
32841 2013-01-02 Siddhesh Poyarekar <siddhesh@redhat.com>
32842
32843 * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1): Fix first
32844 four values.
32845
32846 * sysdeps/ieee754/dbl-64/mpa.c (__mul): Split mantissa
32847 calculation loop and add branch prediction.
32848
32849 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Add assert to
32850 check access beyond bounds of m1np.
32851
32852 * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
32853 MPTWO.
32854 (__inv): Remove local variable MPTWO to use the global
32855 constant.
32856 * sysdeps/ieee754/dbl-64/mpa.h: Declare MPTWO.
32857 * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
32858 variable MPTWO.
32859 * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Make MPHALF and
32860 MP3HALFS static const.
32861
32862 2013-01-01 David S. Miller <davem@davemloft.net>
32863
32864 * po/ca.po: Update from translation team.
32865
32866 2013-01-01 Joseph Myers <joseph@codesourcery.com>
32867
32868 * scripts/update-copyrights: New file.
32869 * Makeconfig: Reformat copyright notice.
32870 * ctype/ctype.h: Likewise.
32871 * debug/swprintf_chk.c: Likewise.
32872 * elf/dl-cache.c: Likewise.
32873 * elf/dl-debug.c: Likewise.
32874 * elf/dl-object.c: Likewise.
32875 * grp/initgroups.c: Likewise.
32876 * hurd/Makefile: Likewise.
32877 * hurd/hurd/signal.h: Likewise.
32878 * hurd/hurdfault.c: Likewise.
32879 * hurd/hurdioctl.c: Likewise.
32880 * hurd/hurdlookup.c: Likewise.
32881 * hurd/intr-msg.c: Likewise.
32882 * iconv/gconv_open.c: Likewise.
32883 * libio/swprintf.c: Likewise.
32884 * locale/lc-ctype.c: Likewise.
32885 * locale/nl_langinfo.c: Likewise.
32886 * mach/Machrules: Likewise.
32887 * mach/Makefile: Likewise.
32888 * malloc/obstack.h: Likewise.
32889 * manual/Makefile: Likewise.
32890 * manual/tsort.awk: Likewise.
32891 * misc/bits/stab.def: Likewise.
32892 * nis/nis_print_group_entry.c: Likewise.
32893 * nis/nis_table.c: Likewise.
32894 * nis/nss_compat/compat-pwd.c: Likewise.
32895 * nis/nss_compat/compat-spwd.c: Likewise.
32896 * po/Makefile: Likewise.
32897 * posix/fnmatch.c: Likewise.
32898 * posix/regex.h: Likewise.
32899 * resolv/Makefile: Likewise.
32900 * resolv/nss_dns/dns-network.c: Likewise.
32901 * resolv/res_hconf.c: Likewise.
32902 * scripts/gen-sorted.awk: Likewise.
32903 * soft-fp/soft-fp.h: Likewise.
32904 * stdio-common/printf.h: Likewise.
32905 * stdlib/monetary.h: Likewise.
32906 * stdlib/random.c: Likewise.
32907 * stdlib/random_r.c: Likewise.
32908 * sysdeps/generic/Makefile: Likewise.
32909 * sysdeps/gnu/Makefile: Likewise.
32910 * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
32911 * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
32912 * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
32913 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
32914 * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
32915 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
32916 * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
32917 * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
32918 * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
32919 * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
32920 * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
32921 * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
32922 * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
32923 * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
32924 * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
32925 * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
32926 * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
32927 * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
32928 * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
32929 * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
32930 * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
32931 * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
32932 * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
32933 * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
32934 * sysdeps/ieee754/ldbl-128/mpn2ldbl.c: Likewise.
32935 * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
32936 * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
32937 * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Likewise.
32938 * sysdeps/mach/hurd/errnos.awk: Likewise.
32939 * sysdeps/mach/hurd/fork.c: Likewise.
32940 * sysdeps/mach/hurd/getcwd.c: Likewise.
32941 * sysdeps/mach/hurd/i386/trampoline.c: Likewise.
32942 * sysdeps/mach/hurd/mmap.c: Likewise.
32943 * sysdeps/mach/hurd/utimes.c: Likewise.
32944 * sysdeps/mach/hurd/xmknod.c: Likewise.
32945 * sysdeps/posix/profil.c: Likewise.
32946 * sysdeps/posix/readdir_r.c: Likewise.
32947 * sysdeps/powerpc/bits/mathdef.h: Likewise.
32948 * sysdeps/powerpc/bits/setjmp.h: Likewise.
32949 * sysdeps/powerpc/powerpc32/__longjmp-common.S: Likewise.
32950 * sysdeps/powerpc/powerpc32/memset.S: Likewise.
32951 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
32952 * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
32953 * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
32954 * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
32955 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
32956 * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
32957 * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
32958 * sysdeps/pthread/lio_listio.c: Likewise.
32959 * sysdeps/sparc/dl-procinfo.h: Likewise.
32960 * sysdeps/unix/i386/sysdep.S: Likewise.
32961 * sysdeps/unix/sysv/linux/aio_sigqueue.c: Likewise.
32962 * sysdeps/unix/sysv/linux/fstatvfs64.c: Likewise.
32963 * sysdeps/unix/sysv/linux/getdents.c: Likewise.
32964 * sysdeps/unix/sysv/linux/msgctl.c: Likewise.
32965 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
32966 * sysdeps/unix/sysv/linux/semctl.c: Likewise.
32967 * sysdeps/unix/sysv/linux/shmctl.c: Likewise.
32968 * sysdeps/unix/sysv/linux/speed.c: Likewise.
32969 * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
32970 * sysdeps/wordsize-32/divdi3.c: Likewise.
32971 * time/sys/time.h: Likewise.
32972 * wcsmbs/Makefile: Likewise.
32973
32974 2013-01-01 David S. Miller <davem@davemloft.net>
32975
32976 * po/fr.po: Update from translation team.
32977
32978 * catgets/gencat.c: Update copyright year.
32979 * csu/version.c: Likewise.
32980 * debug/catchsegv.sh: Likewise.
32981 * debug/pcprofiledump.c: Likewise.
32982 * debug/xtrace.sh: Likewise.
32983 * elf/ldconfig.c: Likewise.
32984 * elf/ldd.bash.in: Likewise.
32985 * elf/pldd.c: Likewise.
32986 * elf/sotruss.ksh: Likewise.
32987 * elf/sprof.c: Likewise.
32988 * iconv/iconv_prog.c: Likewise.
32989 * iconv/iconvconfig.c: Likewise.
32990 * locale/programs/locale.c: Likewise.
32991 * locale/programs/localedef.c: Likewise.
32992 * login/programs/pt_chown.c: Likewise.
32993 * malloc/memusage.sh: Likewise.
32994 * malloc/memusagestat.c: Likewise.
32995 * malloc/mtrace.pl: Likewise.
32996 * nscd/nscd.c: Likewise.
32997 * nss/getent.c: Likewise.
32998 * nss/makedb.c: Likewise.
32999 * posix/getconf.c: Likewise.
33000
33001 2012-12-31 Siddhesh Poyarekar <siddhesh@redhat.com>
33002
33003 * sysdeps/ieee754/dbl-64/mpa.c (__mp_dbl): Favour normal
33004 numbers.
33005
33006 2012-12-30 Mike Frysinger <vapier@gentoo.org>
33007
33008 * math/bits/mathcalls.h (modf): Use __nonnull.
33009
33010 2012-12-29 Siddhesh Poyarekar <siddhesh@redhat.com>
33011
33012 * sysdeps/ieee754/dbl-64/branred.h: Include dla.h.
33013 (split): Use macro CN instead of the bare value.
33014 * sysdeps/ieee754/dbl-64/dla.h: Add comment to explain why CN
33015 could be used.
33016 * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use CN
33017 instead of the bare value.
33018 (power1): Likewise.
33019
33020 2012-12-28 Siddhesh Poyarekar <siddhesh@redhat.com>
33021
33022 * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove
33023 __ATAN_TWOM.
33024 * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
33025
33026 * sysdeps/ieee754/dbl-64/atnat.h: Replaced constants with
33027 their values.
33028 * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
33029 * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
33030 * sysdeps/ieee754/dbl-64/ulog.h: Likewise.
33031 * sysdeps/ieee754/dbl-64/utan.h: Likewise.
33032
33033 2012-12-28 Andreas Jaeger <aj@suse.de>
33034
33035 * elf/elf.h (NT_S390_TDB, NT_FILE, NT_SIGINFO): Define. New
33036 values are from Linux 3.7.
33037
33038 * sysdeps/gnu/netinet/tcp.h (TCPI_OPT_SYN_DATA)
33039 (TCPI_OPT_ECN_SEEN): Define. Sync with Linux 3.7.
33040
33041 2012-12-28 Siddhesh Poyarekar <siddhesh@redhat.com>
33042
33043 * misc/sys/cdefs.h (__glibc_likely): Wrap __builtin_expect for
33044 TRUE case.
33045
33046 * sysdeps/ieee754/dbl-64/mpa.c (norm): Define R as RADIXI.
33047 (norm): Likewise.
33048 * sysdeps/ieee754/dbl-64/mpa2.h: Remove all static const
33049 variables with preprocessor constants.
33050 * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
33051 * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
33052 * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
33053
33054 2012-12-27 Bruno Haible <bruno@clisp.org>
33055
33056 [BZ #14317]
33057 * string/xpg-strerror.c (__xpg_strerror_r): Optimize, call strlen
33058 only if needed.
33059
33060 2012-12-27 Siddhesh Poyarekar <siddhesh@redhat.com>
33061
33062 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Eliminate __mpexp_nn
33063 and use variable directly.
33064 * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_nn): Remove.
33065
33066 * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
33067 MPONE.
33068 * sysdeps/ieee754/dbl-64/mpa.h: Declare MPONE.
33069 * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
33070 variable MPONE.
33071 * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
33072 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
33073 * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Remove mplog.h
33074 include directive. Remove local variable MPONE.
33075 * sysdeps/ieee754/dbl-64/mplog.h: Remove.
33076 * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define NO__CONST.
33077 * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
33078
33079 2012-12-25 David S. Miller <davem@davemloft.net>
33080
33081 * version.h (RELEASE): Set to "development".
33082 (VERSION): Set to "2.17.90".
33083 * NEWS: Add 2.18 section.
33084
33085 2012-12-21 David S. Miller <davem@davemloft.net>
33086
33087 * po/hr.po: Update from translation team.
33088
33089 2012-12-21 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
33090
33091 * sysdeps/s390/fpu/libm-test-ulps: Refreshed.
33092
33093 2012-12-19 Steve Ellcey <sellcey@mips.com>
33094
33095 * NEWS: Mention new memcpy for MIPS.
33096
33097 2012-12-18 Marcus Shawcroft <marcus.shawcroft@linaro.org>
33098
33099 * manual/contrib.texi (Contributors): Spelling correction.
33100
33101 2012-12-15 David S. Miller <davem@davemloft.net>
33102
33103 * po/ru.po: Update from translation team.
33104
33105 2012-12-13 David S. Miller <davem@davemloft.net>
33106
33107 * NEWS: Mention IFUNC testsuite enhancements.
33108
33109 * po/pl.po: Update from translation team.
33110 * po/bg.po: Likewise.
33111
33112 * manual/contrib.texi (Contributors): Update entries for Hongjiu
33113 Lu and Joseph S. Myers. Add entry for Marcus Shawcroft.
33114
33115 2012-12-11 David S. Miller <davem@davemloft.net>
33116
33117 * po/sv.po: Update from translation team.
33118
33119 * po/vi.po: Update from translation team.
33120
33121 * po/cs.po: Update from translation team.
33122
33123 * po/de.po: Update from translation team.
33124 * po/eo.po: Likewise.
33125 * po/nl.po: Likewise.
33126
33127 2012-12-11 Siddhesh Poyarekar <siddhesh@redhat.com>
33128
33129 [BZ #14246]
33130 * manual/argp.texi (Argp Helper Functions): Move node to follow
33131 Argp Parsing State.
33132
33133 [BZ #14872]
33134 * manual/conf.texi (Limits on File System Capacity): Mention if
33135 terminating null is included in the max size.
33136
33137 2012-12-10 Andreas Jaeger <aj@suse.de>
33138
33139 * po/cs.po: Update from translation team.
33140
33141 2012-12-08 Siddhesh Poyarekar <siddhesh@redhat.com>
33142
33143 * sysdeps/s390/jmpbuf-unwind.h (_jmpbuf_sp): Declare SP as
33144 void pointer and cast to uintptr_t.
33145 * sysdeps/s390/s390-64/memcmp.S: Pick sysdep.h from include
33146 path.
33147 * sysdeps/s390/s390-64/memcpy.S: Likewise.
33148 * sysdeps/s390/s390-64/memset.S: Likewise.
33149
33150 2012-12-08 Benno Schulenberg <bensberg@justemail.net>
33151
33152 [BZ #14833]
33153 * menual/message.texi (Message Translation): Fix typos.
33154 (Helper programs for gettext): Likewise.
33155
33156 2012-12-07 Andreas Schwab <schwab@linux-m68k.org>
33157
33158 [BZ #14898]
33159 * include/link.h (FORCED_DYNAMIC_TLS_OFFSET) [NO_TLS_OFFSET == 0]:
33160 Change to -1.
33161
33162 2012-12-07 David S. Miller <davem@davemloft.net>
33163
33164 * po/libc.pot: Update.
33165
33166 2012-12-07 Richard Henderson <rth@redhat.com>
33167
33168 [BZ #10114]
33169 * soft-fp/op-common.h (_FP_MUL): Pull computation of R_e from the
33170 normal/normal case to before the switch.
33171 (_FP_DIV): Likewise.
33172
33173 2012-12-06 Carlos O'Donell <carlos@systemhalted.org>
33174 Mike Frysinger <vapier@gentoo.org>
33175
33176 * sysdeps/unix/sysv/linux/posix_fadvise.c (posix_fadvise): Also
33177 check for __NR_fadvise64_64.
33178
33179 2012-12-06 Chris Metcalf <cmetcalf@tilera.com>
33180
33181 * sysdeps/generic/fpu_control.h (_FPU_GETCW): Define to set cw to
33182 0, not just to plain "0" as a statement.
33183 (_FPU_SETCW): Define to (void) (cw), rather than doing nothing
33184 with cw.
33185
33186 2012-12-06 Joseph Myers <joseph@codesourcery.com>
33187
33188 * NEWS: Use sourceware.org in Bugzilla URL.
33189
33190 2012-12-06 Siddhesh Poyarekar <siddhesh@redhat.com>
33191
33192 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
33193 (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
33194
33195 * stdio-common/tst-put-error.c (do_test): Add newline to the
33196 padded test to ensure flush.
33197
33198 2012-12-05 Jeff Law <law@redhat.com>
33199
33200 * sunrpc/etc.rpc (fedfs_admin): Add entry.
33201
33202 2012-12-05 Joseph Myers <joseph@codesourcery.com>
33203
33204 * README: Don't refer to ports add-on as distributed separately.
33205 Mention AArch64 in list of systems supported in the ports add-on.
33206
33207 * LICENSES: Add more non-FSF copyright and license notices.
33208
33209 * soft-fp/op-common.h (_FP_DECL): Declare X##_s with __attribute__
33210 ((unused)).
33211
33212 * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Include <stdlib.h>.
33213
33214 * stdio-common/tst-put-error.c (do_test): Use 10000000 instead of
33215 10000 as width of padded output.
33216
33217 2012-12-04 Joseph Myers <joseph@codesourcery.com>
33218
33219 * sysdeps/powerpc/sysdep.h (_SYS_AUXV_H): Define to 1 not empty.
33220
33221 * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Mark
33222 variable LX with __attribute__ ((unused)).
33223 * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
33224 Likewise.
33225 * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
33226 * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
33227 * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Mark variable LY
33228 with __attribute__ ((unused)).
33229
33230 2012-12-04 David S. Miller <davem@abraco.davemloft.net>
33231
33232 * sysdeps/generic/memcopy.h: Add multiple inclusion protection.
33233
33234 2012-12-04 Joseph Myers <joseph@codesourcery.com>
33235
33236 * sysdeps/ieee754/ldbl-opt/Makefile [$(subdir) = math]
33237 (CFLAGS-nldbl-acos.c): New variable.
33238 [$(subdir) = math] (CFLAGS-nldbl-acosh.c): Likewise.
33239 [$(subdir) = math] (CFLAGS-nldbl-asin.c): Likewise.
33240 [$(subdir) = math] (CFLAGS-nldbl-asinh.c): Likewise.
33241 [$(subdir) = math] (CFLAGS-nldbl-atan.c): Likewise.
33242 [$(subdir) = math] (CFLAGS-nldbl-atan2.c): Likewise.
33243 [$(subdir) = math] (CFLAGS-nldbl-atanh.c): Likewise.
33244 [$(subdir) = math] (CFLAGS-nldbl-cabs.c): Likewise.
33245 [$(subdir) = math] (CFLAGS-nldbl-cacos.c): Likewise.
33246 [$(subdir) = math] (CFLAGS-nldbl-cacosh.c): Likewise.
33247 [$(subdir) = math] (CFLAGS-nldbl-carg.c): Likewise.
33248 [$(subdir) = math] (CFLAGS-nldbl-casin.c): Likewise.
33249 [$(subdir) = math] (CFLAGS-nldbl-casinh.c): Likewise.
33250 [$(subdir) = math] (CFLAGS-nldbl-catan.c): Likewise.
33251 [$(subdir) = math] (CFLAGS-nldbl-catanh.c): Likewise.
33252 [$(subdir) = math] (CFLAGS-nldbl-cbrt.c): Likewise.
33253 [$(subdir) = math] (CFLAGS-nldbl-ccos.c): Likewise.
33254 [$(subdir) = math] (CFLAGS-nldbl-ccosh.c): Likewise.
33255 [$(subdir) = math] (CFLAGS-nldbl-ceil.c): Likewise.
33256 [$(subdir) = math] (CFLAGS-nldbl-cexp.c): Likewise.
33257 [$(subdir) = math] (CFLAGS-nldbl-cimag.c): Likewise.
33258 [$(subdir) = math] (CFLAGS-nldbl-clog.c): Likewise.
33259 [$(subdir) = math] (CFLAGS-nldbl-clog10.c): Likewise.
33260 [$(subdir) = math] (CFLAGS-nldbl-conj.c): Likewise.
33261 [$(subdir) = math] (CFLAGS-nldbl-copysign.c): Likewise.
33262 [$(subdir) = math] (CFLAGS-nldbl-cos.c): Likewise.
33263 [$(subdir) = math] (CFLAGS-nldbl-cosh.c): Likewise.
33264 [$(subdir) = math] (CFLAGS-nldbl-cpow.c): Likewise.
33265 [$(subdir) = math] (CFLAGS-nldbl-cproj.c): Likewise.
33266 [$(subdir) = math] (CFLAGS-nldbl-creal.c): Likewise.
33267 [$(subdir) = math] (CFLAGS-nldbl-csin.c): Likewise.
33268 [$(subdir) = math] (CFLAGS-nldbl-csinh.c): Likewise.
33269 [$(subdir) = math] (CFLAGS-nldbl-csqrt.c): Likewise.
33270 [$(subdir) = math] (CFLAGS-nldbl-ctan.c): Likewise.
33271 [$(subdir) = math] (CFLAGS-nldbl-ctanh.c): Likewise.
33272 [$(subdir) = math] (CFLAGS-nldbl-drem.c): Likewise.
33273 [$(subdir) = math] (CFLAGS-nldbl-erf.c): Likewise.
33274 [$(subdir) = math] (CFLAGS-nldbl-erfc.c): Likewise.
33275 [$(subdir) = math] (CFLAGS-nldbl-exp.c): Likewise.
33276 [$(subdir) = math] (CFLAGS-nldbl-exp10.c): Likewise.
33277 [$(subdir) = math] (CFLAGS-nldbl-exp2.c): Likewise.
33278 [$(subdir) = math] (CFLAGS-nldbl-expm1.c): Likewise.
33279 [$(subdir) = math] (CFLAGS-nldbl-fabs.c): Likewise.
33280 [$(subdir) = math] (CFLAGS-nldbl-fdim.c): Likewise.
33281 [$(subdir) = math] (CFLAGS-nldbl-finite.c): Likewise.
33282 [$(subdir) = math] (CFLAGS-nldbl-floor.c): Likewise.
33283 [$(subdir) = math] (CFLAGS-nldbl-fma.c): Likewise.
33284 [$(subdir) = math] (CFLAGS-nldbl-fmax.c): Likewise.
33285 [$(subdir) = math] (CFLAGS-nldbl-fmin.c): Likewise.
33286 [$(subdir) = math] (CFLAGS-nldbl-fmod.c): Likewise.
33287 [$(subdir) = math] (CFLAGS-nldbl-frexp.c): Likewise.
33288 [$(subdir) = math] (CFLAGS-nldbl-gamma.c): Likewise.
33289 [$(subdir) = math] (CFLAGS-nldbl-hypot.c): Likewise.
33290 [$(subdir) = math] (CFLAGS-nldbl-ilogb.c): Likewise.
33291 [$(subdir) = math] (CFLAGS-nldbl-isinf.c): Likewise.
33292 [$(subdir) = math] (CFLAGS-nldbl-isnan.c): Likewise.
33293 [$(subdir) = math] (CFLAGS-nldbl-j0.c): Likewise.
33294 [$(subdir) = math] (CFLAGS-nldbl-j1.c): Likewise.
33295 [$(subdir) = math] (CFLAGS-nldbl-jn.c): Likewise.
33296 [$(subdir) = math] (CFLAGS-nldbl-ldexp.c): Likewise.
33297 [$(subdir) = math] (CFLAGS-nldbl-lgamma.c): Likewise.
33298 [$(subdir) = math] (CFLAGS-nldbl-lgamma_r.c): Likewise.
33299 [$(subdir) = math] (CFLAGS-nldbl-llrint.c): Likewise.
33300 [$(subdir) = math] (CFLAGS-nldbl-llround.c): Likewise.
33301 [$(subdir) = math] (CFLAGS-nldbl-log.c): Likewise.
33302 [$(subdir) = math] (CFLAGS-nldbl-log10.c): Likewise.
33303 [$(subdir) = math] (CFLAGS-nldbl-log1p.c): Likewise.
33304 [$(subdir) = math] (CFLAGS-nldbl-log2.c): Likewise.
33305 [$(subdir) = math] (CFLAGS-nldbl-logb.c): Likewise.
33306 [$(subdir) = math] (CFLAGS-nldbl-lrint.c): Likewise.
33307 [$(subdir) = math] (CFLAGS-nldbl-lround.c): Likewise.
33308 [$(subdir) = math] (CFLAGS-nldbl-modf.c): Likewise.
33309 [$(subdir) = math] (CFLAGS-nldbl-nan.c): Likewise.
33310 [$(subdir) = math] (CFLAGS-nldbl-nearbyint.c): Likewise.
33311 [$(subdir) = math] (CFLAGS-nldbl-nextafter.c): Likewise.
33312 [$(subdir) = math] (CFLAGS-nldbl-nexttoward.c): Likewise.
33313 [$(subdir) = math] (CFLAGS-nldbl-nexttowardf.c): Likewise.
33314 [$(subdir) = math] (CFLAGS-nldbl-pow.c): Likewise.
33315 [$(subdir) = math] (CFLAGS-nldbl-pow10.c): Likewise.
33316 [$(subdir) = math] (CFLAGS-nldbl-remainder.c): Likewise.
33317 [$(subdir) = math] (CFLAGS-nldbl-remquo.c): Likewise.
33318 [$(subdir) = math] (CFLAGS-nldbl-rint.c): Likewise.
33319 [$(subdir) = math] (CFLAGS-nldbl-round.c): Likewise.
33320 [$(subdir) = math] (CFLAGS-nldbl-scalb.c): Likewise.
33321 [$(subdir) = math] (CFLAGS-nldbl-scalbln.c): Likewise.
33322 [$(subdir) = math] (CFLAGS-nldbl-scalbn.c): Likewise.
33323 [$(subdir) = math] (CFLAGS-nldbl-significand.c): Likewise.
33324 [$(subdir) = math] (CFLAGS-nldbl-sin.c): Likewise.
33325 [$(subdir) = math] (CFLAGS-nldbl-sincos.c): Likewise.
33326 [$(subdir) = math] (CFLAGS-nldbl-sinh.c): Likewise.
33327 [$(subdir) = math] (CFLAGS-nldbl-sqrt.c): Likewise.
33328 [$(subdir) = math] (CFLAGS-nldbl-tan.c): Likewise.
33329 [$(subdir) = math] (CFLAGS-nldbl-tanh.c): Likewise.
33330 [$(subdir) = math] (CFLAGS-nldbl-tgamma.c): Likewise.
33331 [$(subdir) = math] (CFLAGS-nldbl-trunc.c): Likewise.
33332 [$(subdir) = math] (CFLAGS-nldbl-y0.c): Likewise.
33333 [$(subdir) = math] (CFLAGS-nldbl-y1.c): Likewise.
33334 [$(subdir) = math] (CFLAGS-nldbl-yn.c): Likewise.
33335
33336 * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
33337 (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
33338
33339 [BZ #14914]
33340 * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Clear
33341 whole low double instead of just low 47 bits when splitting values
33342 into two parts.
33343
33344 2012-12-03 Allan McRae <allan@archlinux.org>
33345
33346 * manual/stdio.texi (Predefined Printf Handlers): Remove
33347 @hsep and @vsep usage.
33348
33349 2012-12-03 Mike Frysinger <vapier@gentoo.org>
33350
33351 * bits/byteswap.h [__GNUC__]: Change __GNUC_PREREQ from 4.2 to 4.3.
33352 * sysdeps/x86/bits/byteswap.h [__GNUC__]: Likewise.
33353
33354 2012-12-03 Jeff Law <law@redhat.com>
33355
33356 * time/sys/time.h (settimeofday): Do not mark TV argument
33357 as __nonnull.
33358
33359 2012-12-01 Mike Frysinger <vapier@gentoo.org>
33360
33361 * libio/fileops.c (_IO_new_file_close_it): Do not always flush
33362 when currently writing and seek to current position when not.
33363 * libio/Makefile (tests): Remove bug-fclose1.
33364 * libio/bug-fclose1.c: Delete.
33365
33366 2012-12-01 Joseph Myers <joseph@codesourcery.com>
33367
33368 * manual/arith.texi (feenableexcept): Fix typo.
33369 (fedisableexcept): Likewise.
33370
33371 2012-11-30 Roland McGrath <roland@hack.frob.com>
33372
33373 * sysdeps/powerpc/powerpc64/entry.h (TEXT_START): Define using a
33374 second, differently-typed declaration, rather than a cast.
33375
33376 2012-11-30 Siddhesh Poyarekar <siddhesh@redhat.com>
33377
33378 * sunrpc/rpc/svc.h (__svc_accept_failed): Move declaration...
33379 * include/rpc/svc.h: ... here.
33380
33381 2012-11-30 Aurelien Jarno <aurel32@debian.org>
33382
33383 [BZ #13013]
33384 * resolv/res_query.c(__libc_res_nquery): Assign hp and hp2
33385 depending n and resplen2 to catch cases where answer
33386 equals answerp2.
33387
33388 2012-11-29 Carlos O'Donell <carlos@systemhalted.org>
33389
33390 * elf/get-dynamic-info.h (elf_get_dynamic_info): Warn
33391 for unsupported DF_1_* bits when DL_DEBUG_FILES is set.
33392
33393 2012-11-29 Mike Frysinger <vapier@gentoo.org>
33394
33395 * sysdeps/unix/sysv/linux/clock_getcpuclockid.c (HAS_CPUCLOCK): Delete.
33396
33397 2012-11-29 Roland McGrath <roland@hack.frob.com>
33398
33399 * inet/tst-inet6_rth.c (do_test): Use a union rather than type punning.
33400
33401 2012-11-28 Jeff Law <law@redhat.com>
33402
33403 [BZ #13761]
33404 * nscd/grpcache.c (cache_addgr): Rename alloca_used to
33405 dataset_temporary. Track alloca usage into alloca_used.
33406 If dataset is large allocate and release it via malloc/free.
33407
33408 2012-06-04 Florian Weimer <fweimer@redhat.com>
33409
33410 [BZ #14197]
33411 * debug/test-strcpy_chk.c: Mention __chk_fail ABI test.
33412
33413 2012-11-28 David S. Miller <davem@davemloft.net>
33414
33415 * sysdeps/sparc/fpu/libm-test-ulps: Update.
33416
33417 2012-11-28 Joseph Myers <joseph@codesourcery.com>
33418
33419 [BZ #14803]
33420 * sysdeps/ieee754/ldbl-96/e_asinl.c (pio2_hi): Use hex float value
33421 of pi/2 rounded to nearest to 64 bits.
33422 (pio2_lo): Use hex float value of pi/2 - pio2_hi rounded to
33423 nearest to 64 bits.
33424 (pio4_hi): Use hex float value of pi/4 rounded to nearest to 64
33425 bits.
33426
33427 2012-11-28 Jeff Law <law@redhat.com>
33428 Martin Osvald <mosvald@redhat.com>
33429
33430 [BZ #14889]
33431 * sunrpc/rpc/svc.h (__svc_accept_failed): New prototype.
33432 * sunrpc/svc.c: Include time.h.
33433 (__svc_accept_failed): New function.
33434 * sunrpc/svc_tcp.c (rendezvous_request): If the accept fails for
33435 any reason other than EINTR, call __svc_accept_failed.
33436 * sunrpc/svc_udp.c (svcudp_recv): Similarly.
33437 * sunrpc/svc_unix.c (rendezvous_request): Similarly.
33438
33439 2012-11-28 Andreas Schwab <schwab@suse.de>
33440
33441 * scripts/abilist.awk: Also handle indirect functions in .opd
33442 section.
33443
33444 2012-11-28 Joseph Myers <joseph@codesourcery.com>
33445
33446 [BZ #13881]
33447 * sysdeps/x86/fpu/powl_helper.c: New file.
33448 * sysdeps/x86/fpu/Makefile: Likewise.
33449 * sysdeps/i386/fpu/e_powl.S (limit): Remove object.
33450 (p3): New object.
33451 (__ieee754_powl): Use __powl_helper for finite arguments except
33452 integer exponents below 8.
33453 * sysdeps/x86_64/fpu/e_powl.S (limit): Remove object.
33454 (p3): New object.
33455 (__ieee754_powl): Use __powl_helper for finite arguments except
33456 integer exponents below 8.
33457 * math/libm-test.inc (pow_test): Add more tests and enable some
33458 previously disabled tests.
33459 * sysdeps/i386/fpu/libm-test-ulps: Update.
33460 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
33461
33462 2012-11-28 Siddhesh Poyarekar <siddhesh@redhat.com>
33463 Carlos O'Donell <carlos_odonell@mentor.com>
33464
33465 * nss/makedb.c (is_prime): Assert that input is odd and greater
33466 than 4. Note that fact in a comment too.
33467 (next_prime): Add 4 to input.
33468
33469 2012-11-27 Siddhesh Poyarekar <siddhesh@redhat.com>
33470
33471 [BZ #11741]
33472 * libio/Makefile (tests): Add test case tst-fwrite-error.
33473 * libio/iofwrite.c (_IO_fwrite): Return 0 on EOF.
33474 * libio/iofwrite_u.c (fwrite_unlocked): Likewise.
33475 * libio/tst-fwrite-error.c: New test case.
33476
33477 2012-11-26 H.J. Lu <hongjiu.lu@intel.com>
33478
33479 * elf/dl-load.c (_dl_map_object_from_fd): Cast to uintptr_t
33480 before casting to void *.
33481 * include/libc-internal.h (__pointer_type): New macro.
33482 (__integer_if_pointer_type_sub): Likewise.
33483 (__integer_if_pointer_type): Likewise.
33484 (cast_to_integer): Likewise.
33485 * sysdeps/x86_64/bits/atomic.h: Include <libc-internal.h>.
33486 (__arch_c_compare_and_exchange_val_64_acq): Use cast_to_integer
33487 before casting to atomic64_t.
33488 (atomic_exchange_acq): Likewise.
33489 (__arch_exchange_and_add_body): Likewise.
33490 (__arch_add_body): Likewise.
33491 (atomic_add_negative): Likewise.
33492 (atomic_add_zero): Likewise.
33493
33494 2012-11-26 Joseph Myers <joseph@codesourcery.com>
33495
33496 * sysdeps/generic/unwind-dw2-fde.c (get_pc_begin): New function.
33497 (fde_unencoded_compare): Use get_pc_begin instead of type-punning.
33498 (add_fdes): Likewise.
33499 (linear_search_fdes): Likewise.
33500 (binary_search_unencoded_fdes): Likewise.
33501
33502 2012-11-26 Andreas Schwab <schwab@linux-m68k.org>
33503
33504 * elf/sotruss.ksh: Correctly locate argument of -F and -T options.
33505
33506 2012-11-24 Adam Conrad <adconrad@0c3.net>
33507
33508 * configure.in: Autodetect C++ header directories.
33509 * configure: Regenerated.
33510
33511 2012-11-23 Mike Frysinger <vapier@gentoo.org>
33512
33513 * elf/Makefile ($(objpfx)ld.so): Change readelf to $(READELF).
33514
33515 2012-11-23 Andreas Schwab <schwab@linux-m68k.org>
33516
33517 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
33518
33519 2012-11-22 Joseph Myers <joseph@codesourcery.com>
33520
33521 * math/libm-test.inc (fma_test_towardzero) [TEST_LDOUBLE &&
33522 LDBL_MANT_DIG == 106]: Disable some tests.
33523 (fma_test_downward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
33524 Likewise.
33525 (fma_test_upward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
33526 Likewise.
33527
33528 [BZ #14871]
33529 * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Return the
33530 input for small inputs. Return +/- pi/2 for large inputs.
33531 * math/libm-test.inc (atan_test): Add more tests.
33532
33533 * sysdeps/generic/unwind-dw2-fde-glibc.c
33534 (_Unwind_IteratePhdrCallback): Declare P_DYNAMIC with
33535 __attribute__ ((unused)).
33536
33537 [BZ #14645]
33538 * sysdeps/ieee754/ldbl-128ibm/s_fmal.c (__fmal): Compute result as
33539 x * y if x and y are nonzero and z is zero.
33540
33541 [BZ #14811]
33542 * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Saturate
33543 nonzero exponents with absolute value below 0x1p-117 to +/-
33544 0x1p-117.
33545
33546 [BZ #14869]
33547 * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Scale
33548 up arguments below 2**-450, not just those below 2**-500.
33549 * math/libm-test.inc (hypot_test): Add another test.
33550
33551 [BZ #14868]
33552 * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl):
33553 Return a+b for ratio over 2**120, not 2**60.
33554 * math/libm-test.inc (hypot_test): Add another test.
33555
33556 * math/libm-test.inc (clog_test): Use
33557 UNDERFLOW_EXCEPTION_LDOUBLE_IBM on two tests.
33558 (clog10_test): Likewise.
33559
33560 [BZ #6778]
33561 * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (big): Change to 1e290L.
33562
33563 2012-11-22 Andreas Schwab <schwab@suse.de>
33564
33565 * sysdeps/i386/fpu/libm-test-ulps: Update.
33566
33567 2012-11-22 Pino Toscano <toscano.pino@tiscali.it>
33568
33569 * sysdeps/x86_64/multiarch/test-multiarch.c (get_cpuinfo): Terminate
33570 printf output with newline.
33571
33572 2012-11-21 H.J. Lu <hongjiu.lu@intel.com>
33573
33574 [BZ #14865]
33575 * aclocal.m4 (LIBC_LINKER_FEATURE): New macro.
33576 * configure.in: Use LIBC_LINKER_FEATURE to check -z nodelete,
33577 -z nodlopen, -z initfirst and -z execstack support.
33578 * configure: Regenerated.
33579
33580 * elf/elf.h (DF_1_NODIRECT): New macro.
33581 (DF_1_IGNMULDEF): Likewise.
33582 (DF_1_NOKSYMS): Likewise.
33583 (DF_1_NOHDR): Likewise.
33584 (DF_1_EDITED): Likewise.
33585 (DF_1_NORELOC): Likewise.
33586 (DF_1_SYMINTPOSE): Likewise.
33587 (DF_1_GLOBAUDIT): Likewise.
33588 (DF_1_SINGLETON): Likewise.
33589 * elf/get-dynamic-info.h (elf_get_dynamic_info): Assert
33590 DT_1_SUPPORTED_MASK bits.
33591 * include/elf.h (DT_1_SUPPORTED_MASK): New macro.
33592
33593 2012-11-20 Carlos O'Donell <carlos_odonell@mentor.com>
33594
33595 * sysdeps/unix/make-syscalls.sh: Document prefixes.
33596
33597 2012-11-20 Thomas Schwinge <thomas@codesourcery.com>
33598
33599 * sysdeps/sh/dl-machine.h (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): New
33600 macro.
33601
33602 * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr, recvmmsg)
33603 (sendmmsg): Move declarations...
33604 * socket/sys/socket.h: ... here.
33605 * sysdeps/unix/sysv/linux/recvmmsg.c [!defined __NR_recvmmsg &&
33606 !defined __NR_socketcall] (recvmmsg): Move ENOSYS stub into and
33607 include it from...
33608 * socket/recvmmsg.c: ... this new file.
33609 * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SENDMMSG]
33610 (sendmmsg): Rename to __sendmmsg, create weak alias and make
33611 definition of __sendmmsg hidden.
33612 * sysdeps/unix/sysv/linux/sendmmsg.c (sendmmsg): Likewise.
33613 [!defined __NR_sendmmsg && !defined __NR_socketcall] (sendmmsg):
33614 Move ENOSYS stub into and include it from...
33615 * socket/sendmmsg.c: ... this new file.
33616 * sysdeps/unix/sysv/linux/Makefile [subdir=socket]
33617 (sysdep_routines): Move recvmmsg and sendmmsg...
33618 * socket/Makefile (routines): ... here.
33619 * socket/Versions (GLIBC_2.17): Add recvmmsg and sendmmsg.
33620 (GLIBC_PRIVATE): Add __sendmmsg.
33621 * include/sys/socket.h (__sendmmsg): Add declarations.
33622 * resolv/res_send.c (send_dg): Invoke __sendmmsg instead of
33623 sendmmsg.
33624
33625 2012-11-20 Joseph Myers <joseph@codesourcery.com>
33626
33627 * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Mark
33628 variable I1 with __attribute__ ((unused)).
33629 * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
33630
33631 2012-11-19 Joseph Myers <joseph@codesourcery.com>
33632
33633 * stdio-common/_itowa.c (_itowa) [BITS_PER_MP_LIMB == 64]: Declare
33634 DUMMY variables with __attribute__ ((unused)).
33635
33636 * bits/byteswap.h: Include <bits/types.h>.
33637 (__bswap_64): Use __uint64_t instead of unsigned long long int.
33638
33639 2012-11-19 Pino Toscano <toscano.pino@tiscali.it>
33640
33641 * sysdeps/mach/hurd/ptsname.c (ptsname): Change the type of PEERNAME to
33642 string_t. Do not manually set errno.
33643 (__ptsname_r): Change the type of PEERNAME to string_t, and check its
33644 length with __strnlen. Make sure to both set errno and return it on
33645 failure.
33646
33647 2012-11-19 David S. Miller <davem@davemloft.net>
33648
33649 With help from Joseph Myers.
33650 * sysdeps/ieee754/ldbl-128/s_atanl.c (__atanl): Handle tiny and
33651 very large arguments properly.
33652 * math/libm-test.inc (atan_test): New tests.
33653 (atan2_test): New tests.
33654 * sysdeps/sparc/fpu/libm-test-ulps: Update.
33655 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
33656
33657 2012-11-19 Joseph Myers <joseph@codesourcery.com>
33658
33659 [BZ #14856]
33660 * posix/bits/posix1_lim.h [!__USE_XOPEN2K] (_POSIX_TZNAME_MAX):
33661 Define to 3.
33662
33663 * conform/data/errno.h-data [POSIX] (EADDRINUSE): Do not expect.
33664 [POSIX] (EADDRNOTAVAIL): Likewise.
33665 [POSIX] (EAFNOSUPPORT): Likewise.
33666 [POSIX] (EALREADY): Likewise.
33667 [POSIX] (ECONNABORTED): Likewise.
33668 [POSIX] (ECONNREFUSED): Likewise.
33669 [POSIX] (ECONNRESET): Likewise.
33670 [POSIX] (EDESTADDRREQ): Likewise.
33671 [POSIX] (EDQUOT): Likewise.
33672 [POSIX] (EHOSTUNREACH): Likewise.
33673 [POSIX] (EIDRM): Likewise.
33674 [POSIX] (EISCONN): Likewise.
33675 [POSIX] (ELOOP): Likewise.
33676 [POSIX] (EMULTIHOP): Likewise.
33677 [POSIX] (ENETDOWN): Likewise.
33678 [POSIX] (ENETUNREACH): Likewise.
33679 [POSIX] (ENOBUFS): Likewise.
33680 [POSIX] (ENODATA): Likewise.
33681 [POSIX] (ENOLINK): Likewise.
33682 [POSIX] (ENOMSG): Likewise.
33683 [POSIX] (ENOPROTOOPT): Likewise.
33684 [POSIX] (ENOSR): Likewise.
33685 [POSIX] (ENOSTR): Likewise.
33686 [POSIX] (ENOTCONN): Likewise.
33687 [POSIX] (ENOTSOCK): Likewise.
33688 [POSIX] (EOPNOTSUPP): Likewise.
33689 [POSIX] (EOVERFLOW): Likewise.
33690 [POSIX] (EPROTO): Likewise.
33691 [POSIX] (EPROTONOSUPPORT): Likewise.
33692 [POSIX] (EPROTOTYPE): Likewise.
33693 [POSIX] (ESTALE): Likewise.
33694 [POSIX] (ETIME): Likewise.
33695 [POSIX] (ETXTBSY): Likewise.
33696 [POSIX] (EWOULDBLOCK): Likewise.
33697 [!ISO && !ISO99 && !ISO11] (E*): Do not allow.
33698 * conform/data/fcntl.h-data [POSIX] (SEEK_SET): Allow.
33699 [POSIX] (SEEK_CUR): Likewise.
33700 [POSIX] (SEEK_END): Likewise.
33701 [POSIX || UNIX98] (mode_t): Do not require.
33702 [POSIX] (off_t): Likewise.
33703 [POSIX] (pid_t): Likewise.
33704 [POSIX] (sys/stat.h): Do not allow header.
33705 [POSIX] (unistd.h): Likewise.
33706 [!ISO && !ISO99 && !ISO11] (timespec): Do not allow.
33707 [!ISO && !ISO99 && !ISO11] (tv_nsec): Likewise.
33708 [!ISO && !ISO99 && !ISO11] (tv_sec): Likewise.
33709 * conform/data/locale.h-data [POSIX] (LC_MESSAGES): Do not
33710 require.
33711 * conform/data/mqueue.h-data [!ISO && !ISO99 && !ISO11] (struct
33712 sigevent): Specify elements.
33713 [XOPEN2K8 || POSIX2008] (struct sigevent): Remove duplicate type
33714 entry.
33715 [!ISO && !ISO99 && !ISO11] (mq_*): Allow.
33716 [!ISO && !ISO99 && !ISO11] (MQ_*): Likewise.
33717
33718 * conform/data/cpio.h-data [POSIX]: Disable whole file.
33719 * conform/data/glob.h-data [POSIX] (GLOB_NOSYS): Do not expect.
33720 * conform/data/limits.h-data [!ISO && !ISO99 && !ISO11]
33721 (AIO_LIST_MAX): Change to AIO_LISTIO_MAX.
33722 [!ISO && !ISO99 && !ISO11] (ATEXT_MAX): Remove.
33723 [!ISO && !ISO99 && !ISO11 && !POSIX && !XPG3] (ATEXIT_MAX): Allow.
33724 [POSIX || POSIX2008 || XPG3] (IOV_MAX): Do not allow.
33725 [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Likewise.
33726 [!ISO && !ISO99 && !ISO11] (MQ_PRIO_MAX): Allow.
33727 [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Remove duplicate entry.
33728 [POSIX || XPG3 || XPG4 || UNIX98] (SS_REPL_MAX): Do not allow.
33729 [POSIX || XPG3 || XPG4 || UNIX98] (SYMLOOP_MAX): Likewise.
33730 [POSIX || XPG3 || XPG4] (FILESIZEBITS): Likewise.
33731 [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_ALLOC_SIZE_MIN):
33732 Likewise.
33733 [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_INCR_XFER_SIZE):
33734 Likewise.
33735 [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_MAX_XFER_SIZE):
33736 Likewise.
33737 [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_XFER_ALIGN):
33738 Likewise.
33739 [POSIX || XPG3 || XPG4 || UNIX98] (SYMLINK_MAX): Likewise.
33740 [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SS_REPL_MAX): Likewise.
33741 [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLINK_MAX): Likewise.
33742 [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLOOP_MAX): Likewise.
33743 [!ISO && !ISO99 && !ISO11] (BC_BASE_MAX): Use macro-constant.
33744 Specify lower bound on value.
33745 [!ISO && !ISO99 && !ISO11] (BC_DIM_MAX): Likewise.
33746 [!ISO && !ISO99 && !ISO11] (BC_SCALE_MAX): Likewise.
33747 [!ISO && !ISO99 && !ISO11] (BC_STRING_MAX): Likewise.
33748 [!ISO && !ISO99 && !ISO11] (COLL_WEIGHTS_MAX): Likewise.
33749 [!ISO && !ISO99 && !ISO11] (EXPR_NEST_MAX): Likewise.
33750 [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Likewise
33751 [POSIX || XPG3 || XPG4] (CHARCLASS_NAME_MAX): Do not allow.
33752 [!ISO && !ISO99 && !ISO11] (_POSIX_CLOCKRES_MIN): Specify exact
33753 value.
33754 [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_LISTIO_MAX): Do not specify
33755 as optional.
33756 [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_MAX): Likewise.
33757 [!ISO && !ISO99 && !ISO11] (_POSIX_ARG_MAX): Likewise.
33758 [!ISO && !ISO99 && !ISO11] (_POSIX_CHILD_MAX): Likewise.
33759 [!ISO && !ISO99 && !ISO11] (_POSIX_DELAYTIMER_MAX): Likewise.
33760 [!ISO && !ISO99 && !ISO11] (_POSIX_LINK_MAX): Likewise.
33761 [!ISO && !ISO99 && !ISO11] (_POSIX_LOGIN_NAME_MAX): Likewise.
33762 [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_CANON): Likewise.
33763 [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_INPUT): Likewise.
33764 [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_OPEN_MAX): Likewise.
33765 [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_PRIO_MAX): Likewise.
33766 [!ISO && !ISO99 && !ISO11] (_POSIX_NAME_MAX): Likewise.
33767 [!ISO && !ISO99 && !ISO11] (_POSIX_NGROUPS_MAX): Likewise.
33768 [!ISO && !ISO99 && !ISO11] (_POSIX_OPEN_MAX): Likewise.
33769 [!ISO && !ISO99 && !ISO11] (_POSIX_PATH_MAX): Likewise.
33770 [!ISO && !ISO99 && !ISO11] (_POSIX_PIPE_BUF): Likewise.
33771 [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Remove duplicate
33772 entry.
33773 [!ISO && !ISO99 && !ISO11] (_POSIX_RTSIG_MAX): Do not specify as
33774 optional.
33775 [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_NSEMS_MAX): Likewise.
33776 [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_VALUE_MAX): Likewise.
33777 [!ISO && !ISO99 && !ISO11] (_POSIX_SIGQUEUE_MAX): Likewise.
33778 [!ISO && !ISO99 && !ISO11] (_POSIX_SSIZE_MAX): Likewise.
33779 [!ISO && !ISO99 && !ISO11] (_POSIX_STREAM_MAX): Likewise.
33780 [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_DESTRUCTOR_ITERATIONS):
33781 Likewise.
33782 [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_KEYS_MAX): Likewise.
33783 [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_THREADS_MAX): Likewise.
33784 [!ISO && !ISO99 && !ISO11] (_POSIX_TIMER_MAX): Likewise.
33785 [!ISO && !ISO99 && !ISO11] (_POSIX_TTY_NAME_MAX): Likewise.
33786 [!ISO && !ISO99 && !ISO11] (_POSIX_TZNAME_MAX): Likewise. Give
33787 value as 3 for [POSIX || XPG3 || XPG4 || UNIX98].
33788 [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_BASE_MAX): Do not specify
33789 as optional.
33790 [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_DIM_MAX): Likewise.
33791 [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_SCALE_MAX): Likewise.
33792 [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_STRING_MAX): Likewise.
33793 [!ISO && !ISO99 && !ISO11] (_POSIX2_CHARCLASS_NAME_MAX):
33794 Likewise. Do not allow for [POSIX || XPG3 || XPG4 || UNIX98].
33795 [!ISO && !ISO99 && !ISO11] (_POSIX2_COLL_WEIGHTS_MAX): Do not
33796 specify as optional.
33797 [!ISO && !ISO99 && !ISO11] (_POSIX2_EXPR_NEST_MAX): Likewise.
33798 [!ISO && !ISO99 && !ISO11] (_POSIX2_LINE_MAX): Likewise.
33799 [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Likewise.
33800 [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Do not allow.
33801 [POSIX || XPG3] (NL_ARGMAX): Do not allow.
33802 [XPG3] (NL_LANGMAX): Likewise.
33803 [POSIX || XPG3] (NL_MSGMAX): Likewise.
33804 [POSIX || XPG3] (NL_NMAX): Likewise.
33805 [POSIX || XPG3] (NL_SETMAX): Likewise.
33806 [POSIX || XPG3] (NL_TEXTMAX): Likewise.
33807 [XPG3] (NZERO): Likewise.
33808 [XPG4 || UNIX98] (TMP_MAX): Only enable for these conditions.
33809 [POSIX || XPG3 || XPG4 || UNIX98] (*_MIN): Do not allow.
33810 [!ISO && !ISO99 && !ISO11] (*_t): Allow.
33811 * conform/data/regex.h-data [!ISO && !ISO99 && !ISO11]
33812 (REG_ERANGE): Expect.
33813 * conform/data/stdio.h-data [POSIX] (L_cuserid): Use
33814 optional-constant.
33815 [POSIX || XOPEN2K || XOPEN2K8 || POSIX2008] (getchar_unlocked):
33816 Use (void) in prototype.
33817 [POSIX] (*_t): Allow.
33818 * conform/data/sys/times.h-data [POSIX]: Enable whole file.
33819 * conform/data/wordexp.h-data [!ISO && !ISO99 && !ISO11]
33820 (WRDE_BADVAL): Expect.
33821
33822 * conform/data/fcntl.h-data [XPG3 || XPG4] (O_DSYNC): Do not
33823 expect.
33824 [XPG3 || XPG4] (O_RSYNC): Likewise.
33825 * conform/data/signal.h-data [XPG3 || XPG4] (pthread_kill):
33826 Likewise.
33827 [XPG3 || XPG4] (pthread_sigmask): Likewise.
33828 [XPG3 || XPG4] (sigqueue): Likewise.
33829 [XPG3 || XPG4] (sigtimedwait): Likewise.
33830 [XPG3 || XPG4] (sigwaitinfo): Likewise.
33831 * conform/data/stdio.h-data [XPG3 || XPG4] (snprintf): Likewise.
33832 [XPG3 || XPG4] (vsnprintf): Likewise.
33833 * conform/data/sys/stat.h-data [XPG3 || XPG4] (blkcnt_t):
33834 Likewise.
33835 [XPG3 || XPG4] (blksize_t): Likewise.
33836 * conform/data/time.h-data [XPG3 || XPG4] (struct timespec):
33837 Likewise.
33838 [XPG3 || XPG4] (CLOCK_PROCESS_CPUTIME_ID): Likewise.
33839 [XPG3 || XPG4] (CLOCK_THREAD_CPUTIME_ID): Likewise.
33840 [XPG3 || XPG4] (struct itimerspec): Likewise.
33841 [XPG3 || XPG4] (CLOCK_REALTIME): Likewise.
33842 [XPG3 || XPG4] (TIMER_ABSTIME): Likewise.
33843 [XPG3 || XPG4] (CLOCK_MONOTONIC): Likewise.
33844 [XPG3 || XPG4] (clockid_t): Likewise.
33845 [XPG3 || XPG4] (timer_t): Likewise.
33846 [XPG3 || XPG4] (clock_getres): Likewise.
33847 [XPG3 || XPG4] (clock_gettime): Likewise.
33848 [XPG3 || XPG4] (clock_settime): Likewise.
33849 [XPG3 || XPG4] (nanosleep): Likewise.
33850 [XPG3 || XPG4] (timer_create): Likewise.
33851 [XPG3 || XPG4] (timer_delete): Likewise.
33852 [XPG3 || XPG4] (timer_gettime): Likewise.
33853 [XPG3 || XPG4] (timer_getoverrun): Likewise.
33854 [XPG3 || XPG4] (timer_settime): Likewise.
33855 * conform/data/unistd.h-data [XPG3 || XPG4] (fdatasync): Likewise.
33856 [XPG3 || XPG4] (getlogin_r): Likewise.
33857 [XPG3 || XPG4] (pread): Likewise.
33858 [XPG3 || XPG4] (pthread_atfork): Likewise.
33859 [XPG3 || XPG4] (pwrite): Likewise.
33860
33861 [BZ #14835]
33862 * signal/signal.h [__USE_XOPEN_EXTENDED]: Include
33863 <bits/siginfo.h>.
33864
33865 2012-11-19 Pino Toscano <toscano.pino@tiscali.it>
33866
33867 * malloc/mtrace.c (muntrace): Reset MALLSTREAM and the hooks before
33868 finalizing MALLSTREAM.
33869
33870 * sysdeps/mach/hurd/syncfs.c: New file.
33871
33872 2012-11-19 Siddhesh Poyarekar <siddhesh@redhat.com>
33873
33874 [BZ #14719]
33875 * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Set h_errno to
33876 NETDB_INTERNAL when NSS_STATUS_UNAVAIL.
33877 * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Set
33878 h_errno to NETDB_INTERNAL when errno is EMFILE or ENFILE.
33879 (_nss_dns_gethostbyname4_r): Likewise.
33880 * sysdeps/posix/getaddrinfo.c (gaih_inet): Set result to
33881 EAI_SYSTEM if NSS_STATUS_UNAVAIL.
33882
33883 2012-11-19 Peng Haitao <penght@cn.fujitsu.com>
33884
33885 [BZ #13763]
33886 * sunrpc/bindrsvprt.c: Add lock to protect static variable.
33887
33888 2012-11-19 Steve McIntyre <steve.mcintyre@linaro.org>
33889
33890 * sysdeps/generic/ldconfig.h (FLAG_AARCH64_LIB64): New macro.
33891 * elf/cache.c (print_entry): Print ",AArch64" for
33892 FLAG_AARCH64_LIB64
33893
33894 * sysdeps/generic/ldconfig.h (FLAG_ARM_LIBHF): New macro.
33895 * elf/cache.c (print_entry): Print ",hard-float" for
33896 FLAG_ARM_LIBHF.
33897
33898 2012-11-18 David S. Miller <davem@davemloft.net>
33899
33900 With help from Joseph Myers.
33901 * sysdeps/ieee754/flt-32/e_j0f.c (__ieee754_y0f): Adjust tinyness
33902 cutoff to 2**-13.
33903 * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Adjust tinyness
33904 cutoff to 2**-25.
33905 * sysdeps/ieee754/ldbl-128/e_j0l.c (U0): New constant.
33906 ( __ieee754_y0l): Avoid arithmetic underflow when 'x' is very
33907 small.
33908 * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l): Likewise.
33909 * math/libm-test.inc (y0_test): New tests.
33910 (y1_test): New tests.
33911 * sysdeps/i386/fpu/libm-test-ulps: Update.
33912 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
33913 * sysdeps/sparc/fpu/libm-test-ulps: Update.
33914
33915 2012-11-18 Andreas Schwab <schwab@linux-m68k.org>
33916
33917 * configure.in (libc_cv_ld_gnu_indirect_function): Use .quad on
33918 64-bit targets.
33919 * configure: Regenerated.
33920
33921 2012-11-17 David S. Miller <davem@davemloft.net>
33922
33923 [BZ #14811]
33924 * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Saturate
33925 nonzero exponents with absolute value below 0x1p-128 to +/-
33926 0x1p-128.
33927
33928 2012-11-17 Joseph Myers <joseph@codesourcery.com>
33929
33930 * sysdeps/unix/sysv/linux/fxstatat.c: Include <string.h>.
33931
33932 * elf/dl-runtime.c [!ELF_MACHINE_NO_PLT]: Make code unconditional.
33933
33934 * posix/getconf-speclist.c: New file.
33935 * posix/posix-envs.def: Likewise.
33936 * posix/confstr.c (START_ENV_GROUP): New macro.
33937 (END_ENV_GROUP): Likewise.
33938 (KNOWN_ABSENT_ENVIRONMENT): Likewise.
33939 (KNOWN_PRESENT_ENV_STRING): Likewise.
33940 (KNOWN_PRESENT_ENVIRONMENT): Likewise.
33941 (UNKNOWN_ENVIRONMENT): Likewise.
33942 (confstr): Include posix-envs.def instead of handling
33943 _CS_V7_WIDTH_RESTRICTED_ENVS, _CS_V6_WIDTH_RESTRICTED_ENVS and
33944 _CS_V5_WIDTH_RESTRICTED_ENVS directly here.
33945 * sysdeps/posix/sysconf.c (START_ENV_GROUP): New macro.
33946 (END_ENV_GROUP): Likewise.
33947 (KNOWN_ABSENT_ENVIRONMENT): Likewise.
33948 (KNOWN_PRESENT_ENVIRONMENT): Likewise.
33949 (UNKNOWN_ENVIRONMENT): Likewise.
33950 (__sysconf): Include posix-envs.def instead of handling associated
33951 cases directly here.
33952 * posix/Makefile ($(objpfx)getconf.speclist): Generate by
33953 preprocessing getconf-speclist.c rather than running getconf or
33954 generating empty file.
33955
33956 2012-11-16 Pino Toscano <toscano.pino@tiscali.it>
33957
33958 * scripts/check-local-headers.sh: Ignore 'mach' headers.
33959
33960 2012-11-16 Andrej Lajovic <natrij@gmail.com>
33961
33962 [BZ #14672]
33963 * iconv/iconv_prog.c (main): Fix -c handling of '/'.
33964
33965 2012-11-16 David S. Miller <davem@davemloft.net>
33966
33967 * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): If xm1 is
33968 smaller than LDBL_EPSILON/2.0L, just return xm1.
33969
33970 2012-11-16 H.J. Lu <hongjiu.lu@intel.com>
33971
33972 * elf/tst-array1.c (init): Set constructor priority to 1000.
33973 (fini): Set destructor priority to 1000.
33974 * elf/tst-array2dep.c: Likewise.
33975
33976 2012-11-16 Siddhesh Poyarekar <siddhesh@redhat.com>
33977
33978 [BZ #11741]
33979 * libio/fileops.c (_IO_new_file_write): Correctly return error.
33980 (_IO_new_file_xsputn): Also return EOF if none of the input
33981 data was written when overflow failed.
33982 * libio/iopadn.c (_IO_padn): Likewise.
33983 * libio/iowpadn.c (_IO_wpadn): Likewise.
33984 * stdio-common/tst-put-error.c: Add copyright notice.
33985 (do_test): Add case for printing padded string.
33986 * stdio-common/vfprintf [!COMPILE_WPRINTF] (PAD): Flag error if
33987 _IO_padn returned error.
33988 [COMPILE_WPRINTF] (PAD): Flag error if _IO_wpadn returned error.
33989 * libio/libioP.h (_IO_xsputn_t): Note in comment that xsputn can
33990 return EOF.
33991
33992 2012-11-16 Siddhesh Poyarekar <siddhesh@redhat.com>
33993
33994 * libio/libioP.h: Add comment note that the references to C++
33995 bits are now obsolete.
33996
33997 2012-11-15 Marcus Shawcroft <marcus.shawcroft@linaro.org>
33998
33999 * math/libm-test.inc (check_complex): Use asprintf.
34000
34001 2012-11-14 Joseph Myers <joseph@codesourcery.com>
34002
34003 * debug/pcprofiledump.c (print_version): Update copyright year.
34004 * malloc/memusagestat.c (print_version): Likewise.
34005
34006 2012-11-14 H.J. Lu <hongjiu.lu@intel.com>
34007
34008 [BZ #14831]
34009 * elf/Makefile (tests): Add tst-audit8.
34010 ($(objpfx)tst-audit8): Also depend on $(common-objpfx)math/libm.so.
34011 ($(objpfx)tst-audit8.out): New target.
34012 (tst-audit8-ENV): New variable.
34013 * elf/dl-runtime.c (_dl_profile_fixup): Call _dl_fixup to skip
34014 audit if l_reloc_result is NULL.
34015 (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): Issue an error if it isn't
34016 defined and ELF_MACHINE_RUNTIME_FIXUP_ARGS is defined.
34017 * elf/tst-audit8.c: New file.
34018
34019 2012-11-14 Marcus Shawcroft <marcus.shawcroft@linaro.org>
34020
34021 * io/Makefile (CFLAGS-open.c, CFLAGS-open64.c): Define.
34022 * misc/Makefile (CFLAGS-select.c): Define.
34023 * posix/Makefile (CFLAGS-pause.c): Define.
34024
34025 2012-11-13 David S. Miller <davem@davemloft.net>
34026
34027 * crypt/Makefile: Move test targets after toplevel Rules
34028 inclusion. Grab any necessary sysdep routines when linking.
34029 * crypt/md5.c (md5_process_block): Remove define, we will always
34030 name it __md5_process_block.
34031 (md5_finish_ctx): Update md5_process_block call.
34032 (md5_stream): Likewise.
34033 (md5_process_bytes): Likewise.
34034 (md5_process_block): Rename to __md5_process_block and move to ...
34035 * crypt/md5-block.c: ... here.
34036 * crypt/sha256.c (sha256_process_block): Move to ...
34037 * crypt/sha256-block.c: ... here.
34038 * crypt/sha512.c (sha512_process_block): Move to ...
34039 * crypt/sha512-block.c: ... here.
34040 * locale/Makefile (CFLAGS-md5.c): Define to add crypt/ to include
34041 path.
34042 * sysdeps/sparc/sparc-ifunc.c (sparc_libc_ifunc): Define.
34043 * sysdeps/sparc/sparc64/multiarch/Makefile
34044 (libcrypt-sysdep_routines): Add crypto assembler sysdeps when in
34045 crypt subdir.
34046 (localedef-aux): Add md5 crypto assembler when in locale subdir.
34047 * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Mirror sparc64
34048 multiarch changes.
34049 * sysdeps/sparc/sparc64/multiarch/md5-block.c: New file.
34050 * sysdeps/sparc/sparc64/multiarch/md5-crop.S: New file.
34051 * sysdeps/sparc/sparc64/multiarch/sha256-block.c: New file.
34052 * sysdeps/sparc/sparc64/multiarch/sha256-crop.S: New file.
34053 * sysdeps/sparc/sparc64/multiarch/sha512-block.c: New file.
34054 * sysdeps/sparc/sparc64/multiarch/sha512-crop.S: New file.
34055 * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-block.c: New file.
34056 * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-crop.S: New file.
34057 * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-block.c: New
34058 file.
34059 * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-crop.S: New file.
34060 * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-block.c: New
34061 file.
34062 * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-crop.S: New file.
34063
34064 2012-11-13 Joseph Myers <joseph@codesourcery.com>
34065
34066 * timezone/tzselect.ksh: Update from tzcode git revision
34067 a435f9f0ecafa56d9e0263835836bd0c64cd7307.
34068 * timezone/zdump.c: Likewise.
34069 * timezone/zic.c: Likewise.
34070 * timezone/Makefile ($(objpfx)version.h): Only include $(version)
34071 in TZVERSION setting, not $(PKGVERSION).
34072 ($(objpfx)tzselect): Likewise. Also substitute PKGVERSION and
34073 REPORT_BUGS_TO settings.
34074
34075 [BZ #14838]
34076 * resolv/netdb.h [__USE_XOPEN_EXTENDED] (IPPORT_RESERVED): Define
34077 macro.
34078
34079 2012-11-13 Marcus Shawcroft <marcus.shawcroft@linaro.org>
34080
34081 * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Move underflow
34082 detection to immediately after _FP_ROUND().
34083 * soft-fp/soft-fp.h (_FP_ROUND): Don't round if working
34084 bits are 0.
34085
34086 2012-11-11 David S. Miller <davem@davemloft.net>
34087
34088 * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Include
34089 inttypes.h
34090 (__get_clockfreq_via_proc_openprom): Use __open, __read, and
34091 __close rather than their public counterparts.
34092
34093 2012-11-10 Joseph Myers <joseph@codesourcery.com>
34094
34095 * conform/data/semaphore.h-data [XPG3 || XPG4]: Disable whole
34096 file.
34097 [UNIX98] (sem_timedwait): Do not expect.
34098 * conform/data/sys/socket.h-data [XPG3]: Disable whole file.
34099 [XPG4 || UNIX98] (sockatmark): Do not expect.
34100 * conform/data/time.h-data [XPG3 || XPG4 || UNIX98]
34101 (clock_getcpuclockid): Do not expect.
34102 [XPG3 || XPG4 || UNIX98] (clock_nanosleep): Do not expect.
34103 * conform/data/unistd.h-data [XPG3 || XPG4 || UNIX98] (setegid):
34104 Do not expect.
34105 [XPG3 || XPG4 || UNIX98] (seteuid): Likewise.
34106 * conform/data/wchar.h-data [UNIX98] (vfwscanf): Do not expect.
34107 [UNIX98] (vwscanf): Likewise.
34108 [UNIX98] (vswscanf): Likewise.
34109
34110 2012-11-09 Joseph Myers <joseph@codesourcery.com>
34111
34112 * timezone/version.h: Remove file.
34113 * timezone/README: Do not refer to version.h.
34114 * timezone/Makefile ($(objpfx)zic.o): New dependency on
34115 $(objpfx)version.h.
34116 ($(objpfx)zdump.o): Likewise.
34117 ($(objpfx)version.h): New target.
34118
34119 * timezone/tzselect.ksh: Change to verbatim copy from tzcode
34120 2012i.
34121 * timezone/README: Don't mention modification to tzselect.ksh.
34122 * timezone/Makefile ($(objpfx)tzselect): Update substitutions to
34123 work on unmodified tzselect.ksh. Substitute version numbers in
34124 tzselect.ksh.
34125
34126 * Makefile (format-me): Remove.
34127 (INSTALL): Adjust indentation. Use commands directly instead of
34128 using $(format-me).
34129
34130 * aclocal.m4 (ACX_PKGVERSION): New macro.
34131 (ACX_BUGURL): Likewise.
34132 * configure.in: Use ACX_PKGVERSION and ACX_BUGURL.
34133 (PKGVERSION): New AC_DEFINE_UNQUOTED.
34134 (REPORT_BUGS_TO): Likewise.
34135 * configure: Regenerated.
34136 * config.h.in (PKGVERSION): New macro.
34137 (REPORT_BUGS_TO): Likewise.
34138 * config.make.in (PKGVERSION): New variable.
34139 (PKGVERSION_TEXI): Likewise.
34140 (REPORT_BUGS_TO): Likewise.
34141 (REPORT_BUGS_TEXI): Likewise.
34142 * Makefile (format-me): Use -I$(common-objpfx)manual.
34143 (INSTALL): Depend on $(common-objpfx)manual/pkgvers.texi.
34144 ($(common-objpfx)manual/%): New target.
34145 (manual/%): Remove target.
34146 * catgets/gencat.c (more_help): Use REPORT_BUGS_TO.
34147 (print_version): Use PKGVERSION.
34148 * csu/version.c (banner): Use PKGVERSION and REPORT_BUGS_TO.
34149 * debug/Makefile ($(objpfx)catchsegv): Also substitute PKGVERSION
34150 and REPORT_BUGS_TO.
34151 ($(objpfx)xtrace): Likewise.
34152 * debug/catchsegv.sh: Use PKGVERSION and REPORT_BUGS_TO.
34153 * debug/pcprofiledump.c (more_help): Use REPORT_BUGS_TO.
34154 (print_version): Use PKGVERSION.
34155 * debug/xtrace.sh (do_help): Use REPORT_BUGS_TO.
34156 (do_version): Use PKGVERSION.
34157 * elf/Makefile ($(objpfx)sotruss): Also substitute PKGVERSION and
34158 REPORT_BUGS_TO.
34159 (common-ldd-rewrite): Likewise.
34160 * elf/dl-close.c (_dl_close_worker): Use REPORT_BUGS_TO.
34161 * elf/ldconfig.c (more_help): Use REPORT_BUGS_TO.
34162 (print_version): Use PKGVERSION.
34163 * elf/ldd.bash.in: Use PKGVERSION and REPORT_BUGS_TO.
34164 * elf/pldd.c (argp_program_bug_address): Remove variable.
34165 (more_help): New function.
34166 (argp): Use more_help.
34167 (print_version): Use PKGVERSION.
34168 * elf/sln.c (main): Use PKGVERSION.
34169 (usage): Use REPORT_BUGS_TO.
34170 * elf/sotruss.ksh (do_help): Use REPORT_BUGS_TO.
34171 (top level): Use PKGVERSION.
34172 * elf/sprof.c (more_help): Use REPORT_BUGS_TO.
34173 (print_version): Use PKGVERSION.
34174 * iconv/iconv_prog.c (more_help): Use REPORT_BUGS_TO.
34175 (print_version): Use PKGVERSION.
34176 * iconv/iconvconfig.c (more_help): Use REPORT_BUGS_TO.
34177 (print_version): Use PKGVERSION.
34178 * locale/programs/locale.c (more_help): Use REPORT_BUGS_TO.
34179 (print_version): Use PKGVERSION.
34180 * locale/programs/localedef.c (more_help): Use REPORT_BUGS_TO.
34181 (print_version): Use PKGVERSION.
34182 * login/programs/pt_chown.c (more_help): Use REPORT_BUGS_TO.
34183 (print_version): Use PKGVERSION.
34184 * malloc/Makefile ($(objpfx)mtrace): Also substitute PKGVERSION
34185 and BUGURL.
34186 ($(objpfx)memusage): Likewise.
34187 * malloc/memusage.sh (do_help): Use REPORT_BUGS_TO.
34188 (do_version): Use PKGVERSION.
34189 * malloc/memusagestat.c (more_help): Use REPORT_BUGS_TO.
34190 (print_version): Use PKGVERSION.
34191 * malloc/mtrace.pl ($PACKAGE): Remove variable.
34192 ($PKGVERSION): New variable.
34193 ($REPORT_BUGS_TO): Likewise.
34194 (usage): Use $REPORT_BUGS_TO.
34195 (top level): Use $PKGVERSION.
34196 * manual/Makefile (libc-texi-generated): Add pkgvers.texi.
34197 ($(objpfx)pkgvers.texi): New rule.
34198 ($(objpfx)stamp-pkgvers): Likewise.
34199 * manual/install.texi: Include pkgvers.texi.
34200 (--with-pkgversion): Document new configure option.
34201 (--with-bugurl): Likewise.
34202 (Reporting Bugs): Describe Bugzilla as upstream tracker rather
34203 than necessarily for this particular distribution. Use
34204 REPORT_BUGS_TO for where to report bugs.
34205 * INSTALL: Regenerated.
34206 * manual/libc.texinfo: Include pkgvers.texi.
34207 [!PKGVERSION_DEFAULT]: Include PKGVERSION in version information.
34208 * nscd/nscd.c (more_help): Use REPORT_BUGS_TO.
34209 (print_version): Use PKGVERSION.
34210 * nss/getent.c (more_help): Use REPORT_BUGS_TO.
34211 (print_version): Use PKGVERSION.
34212 * nss/makedb.c (more_help): Use REPORT_BUGS_TO.
34213 (print_version): Use PKGVERSION.
34214 * posix/getconf.c (main): Use PKGVERSION and REPORT_BUGS_TO.
34215 * sunrpc/proto.h [IS_IN_build] (_libc_intl_domainname): Remove
34216 macro.
34217 * sunrpc/rpc_main.c (options_usage): Use REPORT_BUGS_TO.
34218 (print_version): Use PKGVERSION.
34219 * sunrpc/rpcinfo.c (usage): Use REPORT_BUGS_TO.
34220 (print_version): Use PKGVERSION.
34221 * sysdeps/unix/sysv/linux/lddlibc4.c (main): Use REPORT_BUGS_TO
34222 and PKGVERSION.
34223
34224 * timezone/checktab.awk: Update from tzcode 2012i.
34225 * timezone/ialloc.c: Likewise.
34226 * timezone/private.h: Likewise.
34227 * timezone/scheck.c: Likewise.
34228 * timezone/tzfile.h: Likewise.
34229 * timezone/tzselect.ksh: Merge in changes from tzcode 2012i.
34230 (TZVERSION): Hardcode tzcode version number.
34231 * timezone/zdump.c: Update from tzcode 2012i.
34232 * timezone/zic.c: Likewise.
34233 * timezone/version.h: New file.
34234 * timezone/README: Describe version.h. Update upstream location.
34235
34236 [BZ #14824]
34237 * stdlib/stdlib.h [__USE_XOPEN_EXTENDED && __USE_XOPEN2K]
34238 (mktemp): Enable declaration.
34239 [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (ecvt): Likewise.
34240 [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (fcvt): Likewise.
34241 [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (gcvt): Likewise.
34242 [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qecvt):
34243 Likewise.
34244 [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qfcvt):
34245 Likewise.
34246 [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qgcvt):
34247 Likewise.
34248 [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (ecvt_r):
34249 Likewise.
34250 [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (fcvt_r):
34251 Likewise.
34252 [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (gcvt_r):
34253 Likewise.
34254
34255 [BZ #14821]
34256 * sunrpc/clnt_tcp.c (clnttcp_control): Access values at fixed
34257 offset in buffer as u_int32_t not u_long. Consistently use memcpy
34258 for copies of such integer values.
34259 * sunrpc/clnt_udp.c (clntudp_control): Likewise.
34260 * sunrpc/clnt_unix.c (clntunix_control): Likewise.
34261
34262 2012-11-09 Andreas Jaeger <aj@suse.de>
34263
34264 * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Remove all
34265 definitions and declarations that are provided by
34266 <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
34267
34268 2012-11-08 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
34269
34270 * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Add "te".
34271 * sysdeps/s390/dl-procinfo.h (HWCAP_S390_TE): Add enum value.
34272 * sysdeps/unix/sysv/linux/s390/hwcap.h (HWCAP_S390_TE): Add macro
34273 definition.
34274
34275 2012-11-08 Marcus Shawcroft <marcus.shawcroft@linaro.org>
34276
34277 * elf/elf.h: Update comment before AArch64 relocations.
34278
34279 2012-11-07 David S. Miller <davem@davemloft.net>
34280
34281 * sysdeps/unix/sysv/linux/sparc/sparc64/__start_context.S: New file.
34282 * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
34283 (__start_context): Declare.
34284 (__makecontext_ret): Delete.
34285 (__makecontext): Hook up __start_context instead of
34286 __makecontext_ret.
34287 * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile
34288 (sysdep_routines): Add __start_context when in stdlib.
34289
34290 2012-11-07 Joseph Myers <joseph@codesourcery.com>
34291
34292 * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Pass $(NM),
34293 $(OBJDUMP) and $(READELF) to tst-xmmymm.sh.
34294 * sysdeps/x86/tst-xmmymm.sh (NM): New variable. Use it instead of
34295 hardcoded "nm".
34296 (OBJDUMP): New variable. Use it instead of hardcoded "objdump".
34297 (READELF): New variable. Use it instead of hardcoded "readelf".
34298
34299 2012-11-07 H.J. Lu <hongjiu.lu@intel.com>
34300
34301 * sysdeps/x86_64/Makefile ($(objpfx)tst-xmmymm.out): Moved to ...
34302 * sysdeps/x86/Makefile: Here.
34303 * sysdeps/x86_64/tst-xmmymm.sh: Renamed to ...
34304 * sysdeps/x86/tst-xmmymm.sh: This.
34305
34306 2012-11-07 Joseph Myers <joseph@codesourcery.com>
34307
34308 * conform/data/pthread.h-data [XPG3 || XPG4]: Disable all
34309 expectations.
34310 [UNIX98] (pthread_barrier_t): Do not expect.
34311 [UNIX98] (pthread_barrierattr_t): Likewise.
34312 [UNIX98] (pthread_spinlock_t): Likewise.
34313 [UNIX98] (pthread_barrier_destroy): Likewise.
34314 [UNIX98] (pthread_barrier_init): Likewise.
34315 [UNIX98] (pthread_barrier_wait): Likewise.
34316 [UNIX98] (pthread_barrierattr_destroy): Likewise.
34317 [UNIX98] (pthread_barrierattr_getpshared): Likewise.
34318 [UNIX98] (pthread_barrierattr_init): Likewise.
34319 [UNIX98] (pthread_barrierattr_setpshared): Likewise.
34320 [UNIX98] (pthread_getcpuclockid): Likewise.
34321 [UNIX98] (pthread_mutex_timedlock): Likewise.
34322 [UNIX98] (pthread_rwlock_timedrdlock): Likewise.
34323 [UNIX98] (pthread_rwlock_timedwrlock): Likewise.
34324 [UNIX98] (pthread_sigmask): Likewise.
34325 [UNIX98] (pthread_spin_destroy): Likewise.
34326 [UNIX98] (pthread_spin_init): Likewise.
34327 [UNIX98] (pthread_spin_lock): Likewise.
34328 [UNIX98] (pthread_spin_trylock): Likewise.
34329 [UNIX98] (pthread_spin_unlock): Likewise.
34330 * conform/data/sys/types.h-data [XPG3 || XPG4] (pthread_attr_t):
34331 Do not expect.
34332 [XPG3 || XPG4 || UNIX98] (pthread_barrier_t): Likewise.
34333 [XPG3 || XPG4 || UNIX98] (pthread_barrierattr_t): Likewise.
34334 [XPG3 || XPG4] (pthread_cond_t): Likewise.
34335 [XPG3 || XPG4] (pthread_condattr_t): Likewise.
34336 [XPG3 || XPG4] (pthread_key_t): Likewise.
34337 [XPG3 || XPG4] (pthread_mutex_t): Likewise.
34338 [XPG3 || XPG4] (pthread_mutexattr_t): Likewise.
34339 [XPG3 || XPG4] (pthread_once_t): Likewise.
34340 [XPG3 || XPG4] (pthread_rwlock_t): Likewise.
34341 [XPG3 || XPG4] (pthread_rwlockattr_t): Likewise.
34342 [XPG3 || XPG4 || UNIX98] (pthread_spinlock_t): Likewise.
34343 [XPG3 || XPG4] (pthread_t): Likewise.
34344
34345 * conform/data/stdlib.h-data [XPG3 || XPG4 || UNIX98] (setenv): Do
34346 not expect.
34347 [XPG3 || XPG4 || UNIX98] (unsetenv): Likewise.
34348
34349 * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (isnan):
34350 Change function return type to int.
34351
34352 * conform/data/sys/mman.h-data [!POSIX] (POSIX_MADV_NORMAL):
34353 Change condition to [!POSIX && !XPG3 && !XPG4 && !UNIX98].
34354 [!POSIX] (POSIX_MADV_SEQUENTIAL): Likewise.
34355 [!POSIX] (POSIX_MADV_RANDOM): Likewise.
34356 [!POSIX] (POSIX_MADV_WILLNEED): Likewise.
34357 [!POSIX] (POSIX_MADV_DONTNEED): Likewise.
34358 [!POSIX] (posix_madvise): Likewise.
34359 (POSIX_TYPED_MEM_ALLOCATE): Condition on [!POSIX && !XPG3 && !XPG4
34360 && !UNIX98].
34361 (POSIX_TYPED_MEM_ALLOCATE_CONTIG): Likewise.
34362 (POSIX_TYPED_MEM_MAP_ALLOCATABLE): Likewise.
34363 (mode_t): Likewise.
34364 (posix_mem_offset): Likewise.
34365 (posix_typed_mem_get_info): Likewise.
34366 (posix_typed_mem_open): Likewise.
34367
34368 * conform/data/sys/stat.h-data [!POSIX && !POSIX2008] (mknodat):
34369 Change condition to [XOPEN2K8].
34370
34371 * conform/conformtest.pl: Preprocess allow-header data with -x c
34372 instead of from stdin.
34373 (@headers): Add stdalign.h, stdbool.h and stdnoreturn.h.
34374 * conform/data/complex.h-data [C99-based standards] (cerf): Allow.
34375 [C99-based standards] (cerfc): Likewise.
34376 [C99-based standards] (cexp2): Likewise.
34377 [C99-based standards] (cexpm1): Likewise.
34378 [C99-based standards] (clog10): Likewise.
34379 [C99-based standards] (clog1p): Likewise.
34380 [C99-based standards] (clog2): Likewise.
34381 [C99-based standards] (clgamma): Likewise.
34382 [C99-based standards] (ctgamma): Likewise.
34383 [C99-based standards] (cerff): Likewise.
34384 [C99-based standards] (cerfcf): Likewise.
34385 [C99-based standards] (cexp2f): Likewise.
34386 [C99-based standards] (cexpm1f): Likewise.
34387 [C99-based standards] (clog10f): Likewise.
34388 [C99-based standards] (clog1pf): Likewise.
34389 [C99-based standards] (clog2f): Likewise.
34390 [C99-based standards] (clgammaf): Likewise.
34391 [C99-based standards] (ctgammaf): Likewise.
34392 [C99-based standards] (cerfl): Likewise.
34393 [C99-based standards] (cerfcl): Likewise.
34394 [C99-based standards] (cexp2l): Likewise.
34395 [C99-based standards] (cexpm1l): Likewise.
34396 [C99-based standards] (clog10l): Likewise.
34397 [C99-based standards] (clog1pl): Likewise.
34398 [C99-based standards] (clog2l): Likewise.
34399 [C99-based standards] (clgammal): Likewise.
34400 [C99-based standards] (ctgammal): Likewise.
34401 * conform/data/inttypes.h-data [C99-based standards]: Include
34402 stdint.h-data. Remove all expectations for stdint.h contents.
34403 [C99-based standards] (PRI*): Do not allow.
34404 [C99-based standards] (SCN*): Likewise.
34405 [C99-based standards] (*_t): Likewise.
34406 [C99-based-standards] (PRId8): Expect macro.
34407 [C99-based-standards] (PRIi8): Likewise.
34408 [C99-based-standards] (PRIo8): Likewise.
34409 [C99-based-standards] (PRIu8): Likewise.
34410 [C99-based-standards] (PRIx8): Likewise.
34411 [C99-based-standards] (PRIX8): Likewise.
34412 [C99-based-standards] (SCNd8): Likewise.
34413 [C99-based-standards] (SCNi8): Likewise.
34414 [C99-based-standards] (SCNo8): Likewise.
34415 [C99-based-standards] (SCNu8): Likewise.
34416 [C99-based-standards] (SCNx8): Likewise.
34417 [C99-based-standards] (PRIdLEAST8): Likewise.
34418 [C99-based-standards] (PRIiLEAST8): Likewise.
34419 [C99-based-standards] (PRIoLEAST8): Likewise.
34420 [C99-based-standards] (PRIuLEAST8): Likewise.
34421 [C99-based-standards] (PRIxLEAST8): Likewise.
34422 [C99-based-standards] (PRIXLEAST8): Likewise.
34423 [C99-based-standards] (SCNdLEAST8): Likewise.
34424 [C99-based-standards] (SCNiLEAST8): Likewise.
34425 [C99-based-standards] (SCNoLEAST8): Likewise.
34426 [C99-based-standards] (SCNuLEAST8): Likewise.
34427 [C99-based-standards] (SCNxLEAST8): Likewise.
34428 [C99-based-standards] (PRIdFAST8): Likewise.
34429 [C99-based-standards] (PRIiFAST8): Likewise.
34430 [C99-based-standards] (PRIoFAST8): Likewise.
34431 [C99-based-standards] (PRIuFAST8): Likewise.
34432 [C99-based-standards] (PRIxFAST8): Likewise.
34433 [C99-based-standards] (PRIXFAST8): Likewise.
34434 [C99-based-standards] (SCNdFAST8): Likewise.
34435 [C99-based-standards] (SCNiFAST8): Likewise.
34436 [C99-based-standards] (SCNoFAST8): Likewise.
34437 [C99-based-standards] (SCNuFAST8): Likewise.
34438 [C99-based-standards] (SCNxFAST8): Likewise.
34439 [C99-based-standards] (PRId16): Likewise.
34440 [C99-based-standards] (PRIi16): Likewise.
34441 [C99-based-standards] (PRIo16): Likewise.
34442 [C99-based-standards] (PRIu16): Likewise.
34443 [C99-based-standards] (PRIx16): Likewise.
34444 [C99-based-standards] (PRIX16): Likewise.
34445 [C99-based-standards] (SCNd16): Likewise.
34446 [C99-based-standards] (SCNi16): Likewise.
34447 [C99-based-standards] (SCNo16): Likewise.
34448 [C99-based-standards] (SCNu16): Likewise.
34449 [C99-based-standards] (SCNx16): Likewise.
34450 [C99-based-standards] (PRIdLEAST16): Likewise.
34451 [C99-based-standards] (PRIiLEAST16): Likewise.
34452 [C99-based-standards] (PRIoLEAST16): Likewise.
34453 [C99-based-standards] (PRIuLEAST16): Likewise.
34454 [C99-based-standards] (PRIxLEAST16): Likewise.
34455 [C99-based-standards] (PRIXLEAST16): Likewise.
34456 [C99-based-standards] (SCNdLEAST16): Likewise.
34457 [C99-based-standards] (SCNiLEAST16): Likewise.
34458 [C99-based-standards] (SCNoLEAST16): Likewise.
34459 [C99-based-standards] (SCNuLEAST16): Likewise.
34460 [C99-based-standards] (SCNxLEAST16): Likewise.
34461 [C99-based-standards] (PRIdFAST16): Likewise.
34462 [C99-based-standards] (PRIiFAST16): Likewise.
34463 [C99-based-standards] (PRIoFAST16): Likewise.
34464 [C99-based-standards] (PRIuFAST16): Likewise.
34465 [C99-based-standards] (PRIxFAST16): Likewise.
34466 [C99-based-standards] (PRIXFAST16): Likewise.
34467 [C99-based-standards] (SCNdFAST16): Likewise.
34468 [C99-based-standards] (SCNiFAST16): Likewise.
34469 [C99-based-standards] (SCNoFAST16): Likewise.
34470 [C99-based-standards] (SCNuFAST16): Likewise.
34471 [C99-based-standards] (SCNxFAST16): Likewise.
34472 [C99-based-standards] (PRId32): Likewise.
34473 [C99-based-standards] (PRIi32): Likewise.
34474 [C99-based-standards] (PRIo32): Likewise.
34475 [C99-based-standards] (PRIu32): Likewise.
34476 [C99-based-standards] (PRIx32): Likewise.
34477 [C99-based-standards] (PRIX32): Likewise.
34478 [C99-based-standards] (SCNd32): Likewise.
34479 [C99-based-standards] (SCNi32): Likewise.
34480 [C99-based-standards] (SCNo32): Likewise.
34481 [C99-based-standards] (SCNu32): Likewise.
34482 [C99-based-standards] (SCNx32): Likewise.
34483 [C99-based-standards] (PRIdLEAST32): Likewise.
34484 [C99-based-standards] (PRIiLEAST32): Likewise.
34485 [C99-based-standards] (PRIoLEAST32): Likewise.
34486 [C99-based-standards] (PRIuLEAST32): Likewise.
34487 [C99-based-standards] (PRIxLEAST32): Likewise.
34488 [C99-based-standards] (PRIXLEAST32): Likewise.
34489 [C99-based-standards] (SCNdLEAST32): Likewise.
34490 [C99-based-standards] (SCNiLEAST32): Likewise.
34491 [C99-based-standards] (SCNoLEAST32): Likewise.
34492 [C99-based-standards] (SCNuLEAST32): Likewise.
34493 [C99-based-standards] (SCNxLEAST32): Likewise.
34494 [C99-based-standards] (PRIdFAST32): Likewise.
34495 [C99-based-standards] (PRIiFAST32): Likewise.
34496 [C99-based-standards] (PRIoFAST32): Likewise.
34497 [C99-based-standards] (PRIuFAST32): Likewise.
34498 [C99-based-standards] (PRIxFAST32): Likewise.
34499 [C99-based-standards] (PRIXFAST32): Likewise.
34500 [C99-based-standards] (SCNdFAST32): Likewise.
34501 [C99-based-standards] (SCNiFAST32): Likewise.
34502 [C99-based-standards] (SCNoFAST32): Likewise.
34503 [C99-based-standards] (SCNuFAST32): Likewise.
34504 [C99-based-standards] (SCNxFAST32): Likewise.
34505 [C99-based-standards] (PRId64): Likewise.
34506 [C99-based-standards] (PRIi64): Likewise.
34507 [C99-based-standards] (PRIo64): Likewise.
34508 [C99-based-standards] (PRIu64): Likewise.
34509 [C99-based-standards] (PRIx64): Likewise.
34510 [C99-based-standards] (PRIX64): Likewise.
34511 [C99-based-standards] (SCNd64): Likewise.
34512 [C99-based-standards] (SCNi64): Likewise.
34513 [C99-based-standards] (SCNo64): Likewise.
34514 [C99-based-standards] (SCNu64): Likewise.
34515 [C99-based-standards] (SCNx64): Likewise.
34516 [C99-based-standards] (PRIdLEAST64): Likewise.
34517 [C99-based-standards] (PRIiLEAST64): Likewise.
34518 [C99-based-standards] (PRIoLEAST64): Likewise.
34519 [C99-based-standards] (PRIuLEAST64): Likewise.
34520 [C99-based-standards] (PRIxLEAST64): Likewise.
34521 [C99-based-standards] (PRIXLEAST64): Likewise.
34522 [C99-based-standards] (SCNdLEAST64): Likewise.
34523 [C99-based-standards] (SCNiLEAST64): Likewise.
34524 [C99-based-standards] (SCNoLEAST64): Likewise.
34525 [C99-based-standards] (SCNuLEAST64): Likewise.
34526 [C99-based-standards] (SCNxLEAST64): Likewise.
34527 [C99-based-standards] (PRIdFAST64): Likewise.
34528 [C99-based-standards] (PRIiFAST64): Likewise.
34529 [C99-based-standards] (PRIoFAST64): Likewise.
34530 [C99-based-standards] (PRIuFAST64): Likewise.
34531 [C99-based-standards] (PRIxFAST64): Likewise.
34532 [C99-based-standards] (PRIXFAST64): Likewise.
34533 [C99-based-standards] (SCNdFAST64): Likewise.
34534 [C99-based-standards] (SCNiFAST64): Likewise.
34535 [C99-based-standards] (SCNoFAST64): Likewise.
34536 [C99-based-standards] (SCNuFAST64): Likewise.
34537 [C99-based-standards] (SCNxFAST64): Likewise.
34538 [C99-based-standards] (PRIdMAX): Likewise.
34539 [C99-based-standards] (PRIiMAX): Likewise.
34540 [C99-based-standards] (PRIoMAX): Likewise.
34541 [C99-based-standards] (PRIuMAX): Likewise.
34542 [C99-based-standards] (PRIxMAX): Likewise.
34543 [C99-based-standards] (PRIXMAX): Likewise.
34544 [C99-based-standards] (SCNdMAX): Likewise.
34545 [C99-based-standards] (SCNiMAX): Likewise.
34546 [C99-based-standards] (SCNoMAX): Likewise.
34547 [C99-based-standards] (SCNuMAX): Likewise.
34548 [C99-based-standards] (SCNxMAX): Likewise.
34549 [C99-based-standards] (PRIdPTR): Likewise.
34550 [C99-based-standards] (PRIiPTR): Likewise.
34551 [C99-based-standards] (PRIoPTR): Likewise.
34552 [C99-based-standards] (PRIuPTR): Likewise.
34553 [C99-based-standards] (PRIxPTR): Likewise.
34554 [C99-based-standards] (PRIXPTR): Likewise.
34555 [C99-based-standards] (SCNdPTR): Likewise.
34556 [C99-based-standards] (SCNiPTR): Likewise.
34557 [C99-based-standards] (SCNoPTR): Likewise.
34558 [C99-based-standards] (SCNuPTR): Likewise.
34559 [C99-based-standards] (SCNxPTR): Likewise.
34560 * conform/data/iso646.h-data [ISO C standards] (*_t): Do not
34561 allow.
34562 * conform/data/stdint.h-data: Update comments to clarify
34563 requirements.
34564 [C99-based standards] (INT8_MIN): Use macro-int-constant. Specify
34565 type.
34566 [C99-based standards] (INT8_MAX): Likewise.
34567 [C99-based standards] (INT16_MIN): Likewise.
34568 [C99-based standards] (INT16_MAX): Likewise.
34569 [C99-based standards] (INT32_MIN): Likewise.
34570 [C99-based standards] (INT32_MAX): Likewise.
34571 [C99-based standards] (INT64_MIN): Likewise.
34572 [C99-based standards] (INT64_MAX): Likewise.
34573 [C99-based standards] (UINT8_MAX): Likewise.
34574 [C99-based standards] (UINT16_MAX): Likewise.
34575 [C99-based standards] (UINT32_MAX): Likewise.
34576 [C99-based standards] (UINT64_MAX): Likewise.
34577 [C99-based standards] (INT_LEAST8_MIN): Likewise.
34578 [C99-based standards] (INT_LEAST8_MAX): Likewise.
34579 [C99-based standards] (INT_LEAST16_MIN): Likewise.
34580 [C99-based standards] (INT_LEAST16_MAX): Likewise.
34581 [C99-based standards] (INT_LEAST32_MIN): Likewise.
34582 [C99-based standards] (INT_LEAST32_MAX): Likewise.
34583 [C99-based standards] (INT_LEAST64_MIN): Likewise.
34584 [C99-based standards] (INT_LEAST64_MAX): Likewise.
34585 [C99-based standards] (UINT_LEAST8_MAX): Likewise.
34586 [C99-based standards] (UINT_LEAST16_MAX): Likewise.
34587 [C99-based standards] (UINT_LEAST32_MAX): Likewise.
34588 [C99-based standards] (UINT_LEAST64_MAX): Likewise.
34589 [C99-based standards] (INT_FAST8_MIN): Likewise.
34590 [C99-based standards] (INT_FAST8_MAX): Likewise.
34591 [C99-based standards] (INT_FAST16_MIN): Likewise.
34592 [C99-based standards] (INT_FAST16_MAX): Likewise.
34593 [C99-based standards] (INT_FAST32_MIN): Likewise.
34594 [C99-based standards] (INT_FAST32_MAX): Likewise.
34595 [C99-based standards] (INT_FAST64_MIN): Likewise.
34596 [C99-based standards] (INT_FAST64_MAX): Likewise.
34597 [C99-based standards] (UINT_FAST8_MAX): Likewise.
34598 [C99-based standards] (UINT_FAST16_MAX): Likewise.
34599 [C99-based standards] (UINT_FAST32_MAX): Likewise.
34600 [C99-based standards] (UINT_FAST64_MAX): Likewise.
34601 [C99-based standards] (INTPTR_MIN): Likewise.
34602 [C99-based standards] (INTPTR_MAX): Likewise.
34603 [C99-based standards] (UINTPTR_MAX): Likewise.
34604 [C99-based standards] (INTMAX_MIN): Likewise.
34605 [C99-based standards] (INTMAX_MAX): Likewise.
34606 [C99-based standards] (UINTMAX_MAX): Likewise.
34607 [C99-based standards] (PTRDIFF_MIN): Likewise.
34608 [C99-based standards] (PTRDIFF_MAX): Likewise.
34609 [C99-based standards] (SIG_ATOMIC_MAX): Likewise.
34610 [C99-based standards] (SIZE_MAX): Likewise.
34611 [C99-based standards] (WCHAR_MAX): Likewise.
34612 [C99-based standards] (WINT_MAX): Likewise.
34613 [C99-based standards] (SIG_ATOMIC_MIN): Likewise. Do not specify
34614 constraint on value.
34615 [C99-based standards] (WCHAR_MIN): Likewise.
34616 [C99-based standards] (WINT_MIN): Likewise.
34617 [C99-based standards] (*_t): Allow.
34618 * conform/data/tgmath.h-data [XOPEN2K || POSIX2008]: Change
34619 condition to [!ISO && !POSIX && !XPG3 && !XPG4 && !UNIX98].
34620 Include math.h-data and complex.h-data. Remove all expectations
34621 of math.h and complex.h contents.
34622 * conform/data/uchar.h-data [ISO11] (c16rtomb): Remove stray "16"
34623 at end of line.
34624 * conform/data/wchar.h-data [!ISO && !POSIX && !XPG3 && !XPG4]
34625 (struct tm): Expect tag.
34626 [C99-based-standards] (wcstof): Expect function.
34627 [C99-based-standards] (wcstold): Likewise.
34628 [C99-based-standards] (wcstoll): Likewise.
34629 [C99-based-standards] (wcstoull): Likewise.
34630 [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MIN): Use
34631 macro-int-constant. Specify type.
34632 [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MAX): Likewise. Specify
34633 constraint on value.
34634 [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
34635 Specify type.
34636 [!ISO && !POSIX && !XPG3 && !XPG4] (NULL): Use macro-constant.
34637 Specify value.
34638 [ISO C standards]: Do not allow headers.
34639 [!ISO && !POSIX && !XPG3 && !XPG4] (wcs*): Change to
34640 wcs[abcdefghijklmnopqrstuvwxyz]*.
34641 [ISO C standards] (*_t): Do not allow.
34642 * conform/data/wctype.h-data [C99-based standards] (iswblank):
34643 Expect function.
34644 [XOPEN2K8 || POSIX2008] (iswblank_l): Likewise.
34645 [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
34646 Specify type.
34647 [ISO C standards]: Do not allow headers.
34648 [!ISO && !POSIX && !XPG3 && !XPG4] (is*): Change to
34649 is[abcdefghijklmnopqrstuvwxyz]*.
34650 [!ISO && !POSIX && !XPG3 && !XPG4] (to*): Change to
34651 to[abcdefghijklmnopqrstuvwxyz]*.
34652 [ISO C standards] (*_t): Do not allow.
34653 * conform/data/stdalign.h-data: New file.
34654 * conform/data/stdbool.h-data: Likewise.
34655 * conform/data/stdnoreturn.h-data: Likewise.
34656
34657 2012-11-07 Roland McGrath <roland@hack.frob.com>
34658
34659 [BZ #14815]
34660 * manual/filesys.texi (Directory Entries): Typo fix.
34661 Reported by <h-iwamoto@kit.hi-ho.ne.jp>.
34662
34663 2012-11-07 Marcus Shawcroft <marcus.shawcroft@linaro.org>
34664
34665 * elf/elf.h (EM_AARCH64): New macro.
34666 (R_AARCH64_NONE, R_AARCH64_ABS64, R_AARCH64_ABS32): Likewise.
34667 (R_AARCH64_COPY, R_AARCH64_GLOB_DAT, R_AARCH64_JUMP_SLOT): Likewise.
34668 (R_AARCH64_RELATIVE, R_AARCH64_TLS_DTPMOD64): Likewise.
34669 (R_AARCH64_TLS_DTPREL64, R_AARCH64_TLS_TPREL64): Likewise.
34670 (R_AARCH64_TLSDESC): Likewise.
34671 (NT_ARM_TLS): Likewise.
34672 (NT_ARM_HW_BREAK): Likewise.
34673 (NT_ARM_HW_WATCH): Likewise.
34674
34675 2012-11-07 Joseph Myers <joseph@codesourcery.com>
34676
34677 [BZ #14811]
34678 * sysdeps/i386/fpu/e_powl.S (pm79): New object.
34679 (__ieee754_powl): Saturate nonzero exponents with absolute value
34680 below 0x1p-79 to +/- 0x1p-79.
34681 * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Saturate nonzero
34682 exponents with absolute value below 0x1p-64 to +/- 0x1p-64.
34683 * sysdeps/ieee754/flt-32/e_powf.c (__ieee754_powf): Saturate
34684 nonzero exponents with absolute value below 0x1p-32 to +/-
34685 0x1p-32.
34686 * sysdeps/x86_64/fpu/e_powl.S (pm79): New object.
34687 (__ieee754_powl): Saturate nonzero exponents with absolute value
34688 below 0x1p-79 to +/- 0x1p-79.
34689 * math/libm-test.inc (pow_test): Add more tests.
34690
34691 2012-11-07 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
34692
34693 * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Sync
34694 _dl_s390_cap_flags with kernel. Increase string length.
34695 (_dl_s390_platforms): Add z196 and zEC12.
34696
34697 2012-11-07 Joseph Myers <joseph@codesourcery.com>
34698
34699 * conform/data/time.h-data [!XOPEN21K && !XOPEN2K8 && !POSIX2008]:
34700 Change XOPEN21K to XOPEN2K.
34701
34702 2012-11-06 Maxim Kuvyrkov <maxim@codesourcery.com>
34703
34704 * string/memmove.c: Use memcpy when possible.
34705
34706 2012-11-06 Andreas Jaeger <aj@suse.de>
34707
34708 * po/eo.po: Update from translation team.
34709
34710 2012-11-06 Joseph Myers <joseph@codesourcery.com>
34711
34712 [BZ #14793]
34713 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): In case of large z
34714 exponent and small x and y exponents, scale x or y up. Increase
34715 by 2 the exponent used in scaling up.
34716 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
34717 * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
34718 * math/libm-test.inc (fma_test): Add more tests.
34719 (fma_test_towardzero): Likewise.
34720 (fma_test_downward): Likewise.
34721 (fma_test_upward): Likewise.
34722
34723 2012-11-05 Joseph Myers <joseph@codesourcery.com>
34724
34725 [BZ #14805]
34726 * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_DFL_ENV): Use cast to const
34727 fenv_t *.
34728
34729 [BZ #14801]
34730 * sysdeps/s390/fpu/bits/fenv.h (fenv_t): Use implementation
34731 namespace for names of struct fields.
34732 * sysdeps/s390/fpu/fegetenv.c (fegetenv): Update references to
34733 fenv_t fields.
34734 * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Likewise.
34735 * sysdeps/s390/fpu/fesetenv.c (fesetenv): Likewise.
34736
34737 2012-11-04 Samuel Thibault <samuel.thibault@ens-lyon.org>
34738
34739 [BZ #3665]
34740 * sysdeps/mach/hurd/bits/errno.h: Regenerated.
34741
34742 2012-11-04 Thomas Schwinge <thomas@codesourcery.com>
34743
34744 * csu/libc-start.c (LIBC_START_MAIN): Conditionalize use of
34745 PTR_DEMANGLE.
34746
34747 [BZ #5246]
34748 * sysdeps/mach/hurd/i386/____longjmp_chk.S: Conditionalize use of
34749 PTR_DEMANGLE.
34750
34751 2012-11-04 Joseph Myers <joseph@codesourcery.com>
34752
34753 [BZ #14797]
34754 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute cases that
34755 definitely overflow as x * y not x * y + z.
34756 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
34757 * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
34758 * math/libm-test.inc (fma_test): Add more tests.
34759 (fma_test_towardzero): Likewise.
34760 (fma_test_downward): Likewise.
34761 (fma_test_upward): Likewise.
34762
34763 2012-11-04 Thomas Schwinge <thomas@codesourcery.com>
34764
34765 [BZ #157]
34766
34767 * include/stub-tag.h: Remove file.
34768 * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't emit
34769 '#include' of it.
34770 * manual/maint.texi (Porting): Don't reference it.
34771 * Makerules ($(objpfx)stubs): Likewise.
34772 * dirent/closedir.c: Don't include <stub-tag.h>.
34773 * dirent/dirfd.c: Likewise.
34774 * dirent/fdopendir.c: Likewise.
34775 * dirent/getdents.c: Likewise.
34776 * dirent/getdents64.c: Likewise.
34777 * dirent/opendir.c: Likewise.
34778 * dirent/readdir.c: Likewise.
34779 * dirent/readdir64.c: Likewise.
34780 * dirent/readdir64_r.c: Likewise.
34781 * dirent/readdir_r.c: Likewise.
34782 * dirent/rewinddir.c: Likewise.
34783 * dirent/seekdir.c: Likewise.
34784 * dirent/telldir.c: Likewise.
34785 * gmon/profil.c: Likewise.
34786 * grp/setgroups.c: Likewise.
34787 * inet/if_index.c: Likewise.
34788 * io/access.c: Likewise.
34789 * io/chdir.c: Likewise.
34790 * io/chmod.c: Likewise.
34791 * io/chown.c: Likewise.
34792 * io/close.c: Likewise.
34793 * io/dup.c: Likewise.
34794 * io/dup2.c: Likewise.
34795 * io/dup3.c: Likewise.
34796 * io/euidaccess.c: Likewise.
34797 * io/faccessat.c: Likewise.
34798 * io/fchdir.c: Likewise.
34799 * io/fchmod.c: Likewise.
34800 * io/fchmodat.c: Likewise.
34801 * io/fchown.c: Likewise.
34802 * io/fchownat.c: Likewise.
34803 * io/fcntl.c: Likewise.
34804 * io/flock.c: Likewise.
34805 * io/fstatfs.c: Likewise.
34806 * io/fstatfs64.c: Likewise.
34807 * io/fstatvfs.c: Likewise.
34808 * io/fstatvfs64.c: Likewise.
34809 * io/futimens.c: Likewise.
34810 * io/fxstat.c: Likewise.
34811 * io/fxstat64.c: Likewise.
34812 * io/fxstatat.c: Likewise.
34813 * io/fxstatat64.c: Likewise.
34814 * io/getcwd.c: Likewise.
34815 * io/isatty.c: Likewise.
34816 * io/lchmod.c: Likewise.
34817 * io/lchown.c: Likewise.
34818 * io/link.c: Likewise.
34819 * io/linkat.c: Likewise.
34820 * io/lseek.c: Likewise.
34821 * io/lseek64.c: Likewise.
34822 * io/lxstat64.c: Likewise.
34823 * io/mkdir.c: Likewise.
34824 * io/mkdirat.c: Likewise.
34825 * io/mkfifo.c: Likewise.
34826 * io/mkfifoat.c: Likewise.
34827 * io/open.c: Likewise.
34828 * io/open64.c: Likewise.
34829 * io/openat.c: Likewise.
34830 * io/openat64.c: Likewise.
34831 * io/pipe.c: Likewise.
34832 * io/pipe2.c: Likewise.
34833 * io/poll.c: Likewise.
34834 * io/posix_fadvise.c: Likewise.
34835 * io/posix_fadvise64.c: Likewise.
34836 * io/posix_fallocate.c: Likewise.
34837 * io/posix_fallocate64.c: Likewise.
34838 * io/read.c: Likewise.
34839 * io/readlink.c: Likewise.
34840 * io/readlinkat.c: Likewise.
34841 * io/rmdir.c: Likewise.
34842 * io/sendfile.c: Likewise.
34843 * io/sendfile64.c: Likewise.
34844 * io/statfs.c: Likewise.
34845 * io/statfs64.c: Likewise.
34846 * io/statvfs.c: Likewise.
34847 * io/statvfs64.c: Likewise.
34848 * io/symlink.c: Likewise.
34849 * io/symlinkat.c: Likewise.
34850 * io/ttyname.c: Likewise.
34851 * io/ttyname_r.c: Likewise.
34852 * io/umask.c: Likewise.
34853 * io/unlink.c: Likewise.
34854 * io/unlinkat.c: Likewise.
34855 * io/utime.c: Likewise.
34856 * io/utimensat.c: Likewise.
34857 * io/write.c: Likewise.
34858 * io/xmknod.c: Likewise.
34859 * io/xmknodat.c: Likewise.
34860 * io/xstat.c: Likewise.
34861 * io/xstat64.c: Likewise.
34862 * login/getpt.c: Likewise.
34863 * login/grantpt.c: Likewise.
34864 * login/unlockpt.c: Likewise.
34865 * math/e_acoshl.c: Likewise.
34866 * math/e_acosl.c: Likewise.
34867 * math/e_asinl.c: Likewise.
34868 * math/e_atan2l.c: Likewise.
34869 * math/e_atanhl.c: Likewise.
34870 * math/e_coshl.c: Likewise.
34871 * math/e_expl.c: Likewise.
34872 * math/e_fmodl.c: Likewise.
34873 * math/e_gammal_r.c: Likewise.
34874 * math/e_hypotl.c: Likewise.
34875 * math/e_j0l.c: Likewise.
34876 * math/e_j1l.c: Likewise.
34877 * math/e_jnl.c: Likewise.
34878 * math/e_lgammal_r.c: Likewise.
34879 * math/e_log10l.c: Likewise.
34880 * math/e_log2l.c: Likewise.
34881 * math/e_logl.c: Likewise.
34882 * math/e_powl.c: Likewise.
34883 * math/e_rem_pio2l.c: Likewise.
34884 * math/e_sinhl.c: Likewise.
34885 * math/e_sqrtl.c: Likewise.
34886 * math/fclrexcpt.c: Likewise.
34887 * math/fedisblxcpt.c: Likewise.
34888 * math/feenablxcpt.c: Likewise.
34889 * math/fegetenv.c: Likewise.
34890 * math/fegetexcept.c: Likewise.
34891 * math/fegetround.c: Likewise.
34892 * math/feholdexcpt.c: Likewise.
34893 * math/fesetenv.c: Likewise.
34894 * math/fesetround.c: Likewise.
34895 * math/feupdateenv.c: Likewise.
34896 * math/fgetexcptflg.c: Likewise.
34897 * math/fraiseexcpt.c: Likewise.
34898 * math/fsetexcptflg.c: Likewise.
34899 * math/ftestexcept.c: Likewise.
34900 * math/k_cosl.c: Likewise.
34901 * math/k_rem_pio2l.c: Likewise.
34902 * math/k_sinl.c: Likewise.
34903 * math/k_tanl.c: Likewise.
34904 * math/s_asinhl.c: Likewise.
34905 * math/s_atanl.c: Likewise.
34906 * math/s_cbrtl.c: Likewise.
34907 * math/s_erfl.c: Likewise.
34908 * math/s_expm1l.c: Likewise.
34909 * math/s_log1pl.c: Likewise.
34910 * math/s_tanhl.c: Likewise.
34911 * misc/acct.c: Likewise.
34912 * misc/brk.c: Likewise.
34913 * misc/chflags.c: Likewise.
34914 * misc/chroot.c: Likewise.
34915 * misc/fchflags.c: Likewise.
34916 * misc/fgetxattr.c: Likewise.
34917 * misc/flistxattr.c: Likewise.
34918 * misc/fremovexattr.c: Likewise.
34919 * misc/fsetxattr.c: Likewise.
34920 * misc/fsync.c: Likewise.
34921 * misc/ftruncate.c: Likewise.
34922 * misc/futimes.c: Likewise.
34923 * misc/futimesat.c: Likewise.
34924 * misc/getdomain.c: Likewise.
34925 * misc/getdtsz.c: Likewise.
34926 * misc/gethostid.c: Likewise.
34927 * misc/gethostname.c: Likewise.
34928 * misc/getloadavg.c: Likewise.
34929 * misc/getpagesize.c: Likewise.
34930 * misc/getsysstats.c: Likewise.
34931 * misc/getxattr.c: Likewise.
34932 * misc/gtty.c: Likewise.
34933 * misc/ioctl.c: Likewise.
34934 * misc/lgetxattr.c: Likewise.
34935 * misc/listxattr.c: Likewise.
34936 * misc/llistxattr.c: Likewise.
34937 * misc/lremovexattr.c: Likewise.
34938 * misc/lsetxattr.c: Likewise.
34939 * misc/lutimes.c: Likewise.
34940 * misc/madvise.c: Likewise.
34941 * misc/mincore.c: Likewise.
34942 * misc/mlock.c: Likewise.
34943 * misc/mlockall.c: Likewise.
34944 * misc/mmap.c: Likewise.
34945 * misc/mprotect.c: Likewise.
34946 * misc/msync.c: Likewise.
34947 * misc/munlock.c: Likewise.
34948 * misc/munlockall.c: Likewise.
34949 * misc/munmap.c: Likewise.
34950 * misc/preadv.c: Likewise.
34951 * misc/preadv64.c: Likewise.
34952 * misc/ptrace.c: Likewise.
34953 * misc/pwritev.c: Likewise.
34954 * misc/pwritev64.c: Likewise.
34955 * misc/readv.c: Likewise.
34956 * misc/reboot.c: Likewise.
34957 * misc/remap_file_pages.c: Likewise.
34958 * misc/removexattr.c: Likewise.
34959 * misc/revoke.c: Likewise.
34960 * misc/select.c: Likewise.
34961 * misc/setdomain.c: Likewise.
34962 * misc/setegid.c: Likewise.
34963 * misc/seteuid.c: Likewise.
34964 * misc/sethostid.c: Likewise.
34965 * misc/sethostname.c: Likewise.
34966 * misc/setregid.c: Likewise.
34967 * misc/setreuid.c: Likewise.
34968 * misc/setxattr.c: Likewise.
34969 * misc/sstk.c: Likewise.
34970 * misc/stty.c: Likewise.
34971 * misc/swapoff.c: Likewise.
34972 * misc/swapon.c: Likewise.
34973 * misc/sync.c: Likewise.
34974 * misc/syncfs.c: Likewise.
34975 * misc/syscall.c: Likewise.
34976 * misc/truncate.c: Likewise.
34977 * misc/ualarm.c: Likewise.
34978 * misc/usleep.c: Likewise.
34979 * misc/ustat.c: Likewise.
34980 * misc/utimes.c: Likewise.
34981 * misc/vhangup.c: Likewise.
34982 * misc/writev.c: Likewise.
34983 * posix/_exit.c: Likewise.
34984 * posix/alarm.c: Likewise.
34985 * posix/execve.c: Likewise.
34986 * posix/fexecve.c: Likewise.
34987 * posix/fork.c: Likewise.
34988 * posix/fpathconf.c: Likewise.
34989 * posix/getaddrinfo.c: Likewise.
34990 * posix/getegid.c: Likewise.
34991 * posix/geteuid.c: Likewise.
34992 * posix/getgid.c: Likewise.
34993 * posix/getgroups.c: Likewise.
34994 * posix/getlogin.c: Likewise.
34995 * posix/getlogin_r.c: Likewise.
34996 * posix/getpgid.c: Likewise.
34997 * posix/getpid.c: Likewise.
34998 * posix/getppid.c: Likewise.
34999 * posix/getresgid.c: Likewise.
35000 * posix/getresuid.c: Likewise.
35001 * posix/getsid.c: Likewise.
35002 * posix/getuid.c: Likewise.
35003 * posix/glob64.c: Likewise.
35004 * posix/nanosleep.c: Likewise.
35005 * posix/pathconf.c: Likewise.
35006 * posix/pause.c: Likewise.
35007 * posix/posix_madvise.c: Likewise.
35008 * posix/pread.c: Likewise.
35009 * posix/pread64.c: Likewise.
35010 * posix/pwrite.c: Likewise.
35011 * posix/pwrite64.c: Likewise.
35012 * posix/sched_getaffinity.c: Likewise.
35013 * posix/sched_getp.c: Likewise.
35014 * posix/sched_gets.c: Likewise.
35015 * posix/sched_primax.c: Likewise.
35016 * posix/sched_primin.c: Likewise.
35017 * posix/sched_rr_gi.c: Likewise.
35018 * posix/sched_setaffinity.c: Likewise.
35019 * posix/sched_setp.c: Likewise.
35020 * posix/sched_sets.c: Likewise.
35021 * posix/sched_yield.c: Likewise.
35022 * posix/setgid.c: Likewise.
35023 * posix/setlogin.c: Likewise.
35024 * posix/setpgid.c: Likewise.
35025 * posix/setresgid.c: Likewise.
35026 * posix/setresuid.c: Likewise.
35027 * posix/setsid.c: Likewise.
35028 * posix/setuid.c: Likewise.
35029 * posix/sleep.c: Likewise.
35030 * posix/spawni.c: Likewise.
35031 * posix/sysconf.c: Likewise.
35032 * posix/times.c: Likewise.
35033 * posix/wait.c: Likewise.
35034 * posix/wait3.c: Likewise.
35035 * posix/wait4.c: Likewise.
35036 * posix/waitpid.c: Likewise.
35037 * resolv/gai_sigqueue.c: Likewise.
35038 * resource/getpriority.c: Likewise.
35039 * resource/getrlimit.c: Likewise.
35040 * resource/getrusage.c: Likewise.
35041 * resource/nice.c: Likewise.
35042 * resource/setpriority.c: Likewise.
35043 * resource/setrlimit.c: Likewise.
35044 * resource/ulimit.c: Likewise.
35045 * rt/aio_cancel.c: Likewise.
35046 * rt/aio_fsync.c: Likewise.
35047 * rt/aio_read.c: Likewise.
35048 * rt/aio_sigqueue.c: Likewise.
35049 * rt/aio_suspend.c: Likewise.
35050 * rt/aio_write.c: Likewise.
35051 * rt/clock_getres.c: Likewise.
35052 * rt/clock_gettime.c: Likewise.
35053 * rt/clock_nanosleep.c: Likewise.
35054 * rt/clock_settime.c: Likewise.
35055 * rt/lio_listio.c: Likewise.
35056 * rt/mq_close.c: Likewise.
35057 * rt/mq_getattr.c: Likewise.
35058 * rt/mq_notify.c: Likewise.
35059 * rt/mq_open.c: Likewise.
35060 * rt/mq_receive.c: Likewise.
35061 * rt/mq_send.c: Likewise.
35062 * rt/mq_setattr.c: Likewise.
35063 * rt/mq_timedreceive.c: Likewise.
35064 * rt/mq_timedsend.c: Likewise.
35065 * rt/mq_unlink.c: Likewise.
35066 * rt/shm_open.c: Likewise.
35067 * rt/shm_unlink.c: Likewise.
35068 * rt/timer_create.c: Likewise.
35069 * rt/timer_delete.c: Likewise.
35070 * rt/timer_getoverr.c: Likewise.
35071 * rt/timer_gettime.c: Likewise.
35072 * rt/timer_settime.c: Likewise.
35073 * setjmp/__longjmp.c: Likewise.
35074 * setjmp/setjmp.c: Likewise.
35075 * signal/kill.c: Likewise.
35076 * signal/killpg.c: Likewise.
35077 * signal/raise.c: Likewise.
35078 * signal/sigaction.c: Likewise.
35079 * signal/sigaltstack.c: Likewise.
35080 * signal/sigblock.c: Likewise.
35081 * signal/sigignore.c: Likewise.
35082 * signal/sigintr.c: Likewise.
35083 * signal/signal.c: Likewise.
35084 * signal/sigpause.c: Likewise.
35085 * signal/sigpending.c: Likewise.
35086 * signal/sigqueue.c: Likewise.
35087 * signal/sigreturn.c: Likewise.
35088 * signal/sigset.c: Likewise.
35089 * signal/sigsetmask.c: Likewise.
35090 * signal/sigstack.c: Likewise.
35091 * signal/sigsuspend.c: Likewise.
35092 * signal/sigtimedwait.c: Likewise.
35093 * signal/sigvec.c: Likewise.
35094 * signal/sigwait.c: Likewise.
35095 * signal/sigwaitinfo.c: Likewise.
35096 * signal/sysv_signal.c: Likewise.
35097 * socket/accept.c: Likewise.
35098 * socket/accept4.c: Likewise.
35099 * socket/bind.c: Likewise.
35100 * socket/connect.c: Likewise.
35101 * socket/getpeername.c: Likewise.
35102 * socket/getsockname.c: Likewise.
35103 * socket/getsockopt.c: Likewise.
35104 * socket/isfdtype.c: Likewise.
35105 * socket/listen.c: Likewise.
35106 * socket/recv.c: Likewise.
35107 * socket/recvfrom.c: Likewise.
35108 * socket/recvmsg.c: Likewise.
35109 * socket/send.c: Likewise.
35110 * socket/sendmsg.c: Likewise.
35111 * socket/sendto.c: Likewise.
35112 * socket/setsockopt.c: Likewise.
35113 * socket/shutdown.c: Likewise.
35114 * socket/sockatmark.c: Likewise.
35115 * socket/socket.c: Likewise.
35116 * socket/socketpair.c: Likewise.
35117 * stdio-common/ctermid.c: Likewise.
35118 * stdio-common/cuserid.c: Likewise.
35119 * stdio-common/remove.c: Likewise.
35120 * stdio-common/rename.c: Likewise.
35121 * stdio-common/renameat.c: Likewise.
35122 * stdio-common/tempname.c: Likewise.
35123 * stdlib/getcontext.c: Likewise.
35124 * stdlib/makecontext.c: Likewise.
35125 * stdlib/setcontext.c: Likewise.
35126 * stdlib/swapcontext.c: Likewise.
35127 * stdlib/system.c: Likewise.
35128 * streams/fattach.c: Likewise.
35129 * streams/fdetach.c: Likewise.
35130 * streams/getmsg.c: Likewise.
35131 * streams/getpmsg.c: Likewise.
35132 * streams/putmsg.c: Likewise.
35133 * streams/putpmsg.c: Likewise.
35134 * sysdeps/unix/bsd/getpt.c: Likewise.
35135 * sysdeps/unix/sysv/linux/epoll_pwait.c: Likewise.
35136 * sysdeps/unix/sysv/linux/futimens.c: Likewise.
35137 * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
35138 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
35139 Likewise.
35140 * sysdeps/unix/sysv/linux/readahead.c: Likewise.
35141 * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
35142 * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
35143 * sysvipc/msgctl.c: Likewise.
35144 * sysvipc/msgget.c: Likewise.
35145 * sysvipc/msgrcv.c: Likewise.
35146 * sysvipc/msgsnd.c: Likewise.
35147 * sysvipc/semctl.c: Likewise.
35148 * sysvipc/semget.c: Likewise.
35149 * sysvipc/semop.c: Likewise.
35150 * sysvipc/semtimedop.c: Likewise.
35151 * sysvipc/shmat.c: Likewise.
35152 * sysvipc/shmctl.c: Likewise.
35153 * sysvipc/shmdt.c: Likewise.
35154 * sysvipc/shmget.c: Likewise.
35155 * termios/tcdrain.c: Likewise.
35156 * termios/tcflow.c: Likewise.
35157 * termios/tcflush.c: Likewise.
35158 * termios/tcgetattr.c: Likewise.
35159 * termios/tcgetpgrp.c: Likewise.
35160 * termios/tcsendbrk.c: Likewise.
35161 * termios/tcsetattr.c: Likewise.
35162 * termios/tcsetpgrp.c: Likewise.
35163 * time/adjtime.c: Likewise.
35164 * time/clock.c: Likewise.
35165 * time/getitimer.c: Likewise.
35166 * time/gettimeofday.c: Likewise.
35167 * time/setitimer.c: Likewise.
35168 * time/settimeofday.c: Likewise.
35169 * time/stime.c: Likewise.
35170 * time/time.c: Likewise.
35171
35172 2012-11-04 Pino Toscano <toscano.pino@tiscali.it>
35173
35174 * sysdeps/generic/paths.h (_PATH_STDPATH): Remove /usr/contrib/bin and
35175 /usr/old/bin.
35176
35177 * sysdeps/generic/paths.h (_PATH_MNTTAB, _PATH_MOUNTED): Use tabs
35178 instead of spaces.
35179 * sysdeps/unix/sysv/linux/paths.h (_PATH_UTMP, _PATH_WTMP): Likewise.
35180
35181 2012-11-03 Joseph Myers <joseph@codesourcery.com>
35182
35183 [BZ #14796]
35184 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Set rounding mode to
35185 FE_TONEAREST before applying Dekker multiplication and Knuth
35186 addition. Clear inexact exceptions and check for exact zero
35187 results afterwards.
35188 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
35189 * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
35190 * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
35191 * math/libm-test.inc (fma_test): Add more tests.
35192 (fma_test_towardzero): Likewise.
35193 (fma_test_downward): Likewise.
35194 (fma_test_upward): Likewise.
35195 * sysdeps/generic/math_private.h (default_libc_fesetround): New
35196 function.
35197 (libc_fesetround): New macro.
35198 (libc_fesetroundf): Likewise.
35199 (libc_fesetroundl): Likewise.
35200 * sysdeps/i386/fpu/fenv_private.h (libc_fesetround_sse): New
35201 function.
35202 (libc_fesetround_387): Likewise.
35203 (libc_fesetroundf): New macro.
35204 (libc_fesetround): Likewise.
35205 (libc_fesetroundl): Likewise.
35206 * sysdeps/sparc/fpu/fenv_private.h (libc_fesetround): New
35207 function.
35208 (libc_fesetroundf): New macro.
35209 (libc_fesetround): Likewise.
35210 (libc_fesetroundl): Likewise.
35211 * include/fenv.h (feclearexcept): Add libm_hidden_proto.
35212 * math/fclrexcpt.c (feclearexcept): Add libm_hidden_ver.
35213 * sysdeps/i386/fpu/fclrexcpt.c (feclearexcept): Add
35214 libm_hidden_ver.
35215 * sysdeps/powerpc/fpu/fclrexcpt.c (feclearexcept): Likewise.
35216 * sysdeps/s390/fpu/fclrexcpt.c (feclearexcept): Add
35217 libm_hidden_def.
35218 * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Likewise.
35219 * sysdeps/sparc/fpu/fclrexcpt.c (feclearexcept): Add
35220 libm_hidden_ver.
35221 * sysdeps/x86_64/fpu/fclrexcpt.c (feclearexcept): Add
35222 libm_hidden_def.
35223
35224 [BZ #3439]
35225 * sysdeps/powerpc/bits/fenv.h (FE_INEXACT): Define macro to
35226 integer constant usable in #if and use that to give value to enum
35227 constant.
35228 (FE_DIVBYZERO): Likewise.
35229 (FE_UNDERFLOW): Likewise.
35230 (FE_OVERFLOW): Likewise.
35231 (FE_INVALID): Likewise.
35232 (FE_INVALID_SNAN): Likewise.
35233 (FE_INVALID_ISI): Likewise.
35234 (FE_INVALID_IDI): Likewise.
35235 (FE_INVALID_ZDZ): Likewise.
35236 (FE_INVALID_IMZ): Likewise.
35237 (FE_INVALID_COMPARE): Likewise.
35238 (FE_INVALID_SOFTWARE): Likewise.
35239 (FE_INVALID_SQRT): Likewise.
35240 (FE_INVALID_INTEGER_CONVERSION): Likewise.
35241 (FE_TONEAREST): Likewise.
35242 (FE_TOWARDZERO): Likewise.
35243 (FE_UPWARD): Likewise.
35244 (FE_DOWNWARD): Likewise.
35245 * sysdeps/s390/fpu/bits/fenv.h (FE_INVALID): Likewise.
35246 (FE_DIVBYZERO): Likewise.
35247 (FE_OVERFLOW): Likewise.
35248 (FE_UNDERFLOW): Likewise.
35249 (FE_INEXACT): Likewise.
35250 (FE_TONEAREST): Likewise.
35251 (FE_DOWNWARD): Likewise.
35252 (FE_UPWARD): Likewise.
35253 (FE_TOWARDZERO): Likewise.
35254 * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_INEXACT): Likewise.
35255 (FE_UNDERFLOW): Likewise.
35256 (FE_OVERFLOW): Likewise.
35257 (FE_DIVBYZERO): Likewise.
35258 (FE_INVALID): Likewise.
35259 (FE_TONEAREST): Likewise.
35260 (FE_TOWARDZERO): Likewise.
35261 * sysdeps/sparc/fpu/bits/fenv.h (FE_INVALID): Likewise.
35262 (FE_OVERFLOW): Likewise.
35263 (FE_UNDERFLOW): Likewise.
35264 (FE_DIVBYZERO): Likewise.
35265 (FE_INEXACT): Likewise.
35266 (FE_TONEAREST): Likewise.
35267 (FE_TOWARDZERO): Likewise.
35268 (FE_UPWARD): Likewise.
35269 (FE_DOWNWARD): Likewise.
35270 * sysdeps/x86/fpu/bits/fenv.h (FE_INVALID): Likewise.
35271 (FE_DIVBYZERO): Likewise.
35272 (FE_OVERFLOW): Likewise.
35273 (FE_UNDERFLOW): Likewise.
35274 (FE_INEXACT): Likewise.
35275 (FE_TONEAREST): Likewise.
35276 (FE_DOWNWARD): Likewise.
35277 (FE_UPWARD): Likewise.
35278 (FE_TOWARDZERO): Likewise.
35279
35280 2012-11-02 Chris Metcalf <cmetcalf@tilera.com>
35281
35282 * elf/elf.h (R_TILEGX_IMM16_X[01]_HW[012]_(|LAST_)PLT_PCREL): Add.
35283
35284 2012-11-03 Andreas Schwab <schwab@linux-m68k.org>
35285
35286 * scripts/cross-test-ssh.sh (command): Use newlines to separate
35287 commands. Quote $PWD.
35288 (blacklist_exports): Don't use remove_newlines. Replace "declare
35289 -x" by "export".
35290 (remove_newlines): Remove.
35291
35292 2012-11-02 H.J. Lu <hongjiu.lu@intel.com>
35293
35294 * stdlib/Makefile (headers): Add bits/stdlib-float.h.
35295 * stdlib/stdlib.h (atof): Moved to ...
35296 * include/bits/stdlib-float.h: Here. New file.
35297 * stdlib/stdlib.h: Include <bits/stdlib-float.h>.
35298 * stdlib/bits/stdlib-float.h: New file.
35299 * sysdeps/x86/Makefile (CFLAGS-.os): Compile rtld routines with
35300 -mno-sse -mno-mmx.
35301 * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Include
35302 <xmmintrin.h>.
35303
35304 2012-11-02 Joseph Myers <joseph@codesourcery.com>
35305
35306 * conform/conformtest.pl (@headers): Add fenv.h.
35307 * conform/data/fenv.h-data: New file.
35308 * include/fenv.h [_ISOMAC]: Disable all contents of file except
35309 include of <math/fenv.h>.
35310
35311 * conform/data/complex.h-data [ISO99 || ISO11 || XOPEN2K ||
35312 POSIX2008]: Change condition to [!ISO && !POSIX && !XPG3 && !XPG4
35313 && !UNIX98]. Enables tests for XOPEN2K8.
35314 * conform/data/inttypes.h-data [ISO99 || ISO11 || XOPEN2K ||
35315 POSIX2008]: Likewise.
35316
35317 * conform/data/sys/wait.h-data [XPG3 || XOPEN2K8 || POSIX2008]
35318 (struct rusage): Do not expect type or its members.
35319
35320 [BZ #3439]
35321 * math/math.h (FP_NAN): Define macro to integer constant usable in
35322 #if and use that to give value to enum constant.
35323 (FP_INFINITE): Likewise.
35324 (FP_ZERO): Likewise.
35325 (FP_SUBNORMAL): Likewise.
35326 (FP_NORMAL): Likewise.
35327
35328 2012-11-02 Andreas Schwab <schwab@linux-m68k.org>
35329
35330 * iconvdata/bug-iconv8.c (do_test): Use %z for size_t arguments.
35331 * iconvdata/bug-iconv9.c (do_test): Use %t for ptrdiff_t
35332 arguments.
35333
35334 2012-11-02 Roland McGrath <roland@hack.frob.com>
35335
35336 * aclocal.m4 (GLIBC_AUTOCONF_VERSION): New macro.
35337 Check that AC_AUTOCONF_VERSION matches it and m4_fatal at
35338 autoconf-time if not.
35339 * configure.in: Remove AC_PREREQ.
35340
35341 2012-11-02 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
35342
35343 * sysdeps/powerpc/sys/platform/ppc.h (__ppc_get_timebase): Use
35344 __builtin_ppc_get_timebase when building with GCC >= 4.8 instead
35345 of the internal implementation.
35346
35347 2012-11-02 Joseph Myers <joseph@codesourcery.com>
35348
35349 * include/sys/syslog.h [_ISOMAC]: Disable all contents of file
35350 except include of <misc/sys/syslog.h>.
35351
35352 2012-11-01 Andreas Schwab <schwab@linux-m68k.org>
35353
35354 * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: If the
35355 function returns with a NULL context exit with zero.
35356
35357 2012-11-01 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
35358
35359 * sysdeps/powerpc/Makefile (cflags): Remove -mnew-mnemonics.
35360
35361 2012-11-01 H.J. Lu <hongjiu.lu@intel.com>
35362
35363 * catgets/test-gencat.sh (run_program_prefix): Renamed to ...
35364 (run_program_cmd): This.
35365 * localedata/tst-langinfo.sh (run_program_prefix): Removed.
35366 (tst_langinfo): New variable. Use it.
35367
35368 2012-11-01 Sebastan Andrzej Siewior <bigeasy@linutronix.de>
35369
35370 * sysdeps/powerpc/powerpc32/dl-trampoline.S: Put __NO_FPRS__ around
35371 floating point opcodes.
35372
35373 2012-11-01 Thomas Schwinge <thomas@codesourcery.com>
35374
35375 * sysdeps/mach/hurd/Makefile (link-libc-static-tests): New
35376 variable.
35377
35378 * elf/dl-support.c: Unconditionally include "setup-vdso.h".
35379
35380 * sysdeps/mach/hurd/powerpc: Remove directory.
35381 * sysdeps/mach/powerpc: Likewise.
35382
35383 2012-11-01 Andreas Schwab <schwab@linux-m68k.org>
35384
35385 * scripts/check-local-headers.sh: Ignore c++ headers.
35386
35387 2012-11-01 Thomas Schwinge <thomas@codesourcery.com>
35388
35389 * libio/genops.c (_IO_flush_all_lockp): Use NULL rather than 0 for
35390 __libc_cleanup_region_start argument.
35391
35392 2012-11-01 Joseph Myers <joseph@codesourcery.com>
35393
35394 [BZ #14784]
35395 [BZ #14785]
35396 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle cases with small
35397 x * y using scaling, not as x * y + z.
35398 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
35399 * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
35400 * math/libm-test.inc (fma_test): Add more tests.
35401 (fma_test_towardzero): Likewise.
35402 (fma_test_downward): Likewise.
35403 (fma_test_upward): Likewise.
35404
35405 2012-11-01 Thomas Schwinge <thomas@codesourcery.com>
35406
35407 * sysdeps/mach/hurd/bits/param.h: Remove stray #endif.
35408
35409 2012-10-31 Joseph Myers <joseph@codesourcery.com>
35410
35411 * sysdeps/sh/Makefile [$(subdir) = debug] (CFLAGS-backtrace.c):
35412 New variable.
35413
35414 2012-10-31 Thomas Schwinge <thomas@codesourcery.com>
35415
35416 * rt/tst-shm.c (worker): Correct checking for mmap failure.
35417
35418 2012-10-31 Andreas Schwab <schwab@linux-m68k.org>
35419
35420 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
35421 Fix sort order.
35422 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
35423 Likewise.
35424
35425 2012-10-31 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
35426
35427 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
35428 Fix the order of the list for glibc 2.17.
35429 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
35430 Likewise.
35431
35432 2012-10-31 Andreas Schwab <schwab@linux-m68k.org>
35433
35434 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
35435
35436 2012-10-31 Joseph Myers <joseph@codesourcery.com>
35437
35438 [BZ #14610]
35439 * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Check
35440 for low part of x being zero before using __atanl (y).
35441 * math/libm-test.inc (atan2_test): Add another test.
35442
35443 * manual/install.texi (Configuring and compiling): Document
35444 general use of test-wrapper and test-wrapper-env.
35445 * INSTALL: Regenerated.
35446
35447 * sysdeps/ieee754/dbl-64/s_fma.c: Include <tininess.h>.
35448 (__fma): Do not extract and scale down low bits on after-rounding
35449 systems when result rounded to normal precision would have normal
35450 exponent.
35451 * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <tininess.h>.
35452 (__fmal): Do not extract and scale down low bits on after-rounding
35453 systems when result rounded to normal precision would have normal
35454 exponent.
35455 * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <tininess.h>.
35456 (__fmal): Do not extract and scale down low bits on after-rounding
35457 systems when result rounded to normal precision would have normal
35458 exponent.
35459 * math/libm-test.inc (UNDERFLOW_EXCEPTION_BEFORE_ROUNDING): New
35460 macro.
35461 (fma_test): Add more tests.
35462 (fma_test_towardzero): Likewise.
35463 (fma_test_downward): Likewise.
35464 (fma_test_upward): Likewise.
35465
35466 2012-10-30 H.J. Lu <hongjiu.lu@intel.com>
35467
35468 * sysdeps/i386/tininess.h: Renamed to ...
35469 * sysdeps/x86/tininess.h: This.
35470 * sysdeps/x86_64/tininess.h: Removed.
35471
35472 2012-10-30 Joseph Myers <joseph@codesourcery.com>
35473
35474 * elf/Makefile ($(objpfx)tst-array1.out): Depend on comparison
35475 input. Use $(build-program-cmd).
35476 ($(objpfx)tst-array1-static.out): Likewise.
35477 ($(objpfx)tst-array2.out): Likewise.
35478 ($(objpfx)tst-array3.out): Likewise.
35479 ($(objpfx)tst-array4.out): Likewise.
35480 ($(objpfx)tst-array5.out): Likewise.
35481 ($(objpfx)tst-array5-static.out): Likewise.
35482
35483 2012-10-30 Chris Metcalf <cmetcalf@tilera.com>
35484
35485 * elf/dl-load.c (_dl_map_object_from_fd): Call DL_AFTER_LOAD
35486 if defined.
35487
35488 * nss/nsswitch.h (nss_interface_function): Provide new
35489 macro for use with NSS functions.
35490 * grp/initgroups.c: Use new macro.
35491 * nss/getXXbyYY.c: Likewise.
35492 * nss/getXXbyYY_r.c: Likewise.
35493 * nss/getXXent.c: Likewise.
35494 * nss/getXXent_r.c: Likewise.
35495 * sysdeps/posix/getaddrinfo.c: Likewise.
35496
35497 2012-10-30 Andreas Jaeger <aj@suse.de>
35498
35499 * po/ru.po: Update Russion translation from translation project.
35500
35501 2012-10-30 Joseph Myers <joseph@codesourcery.com>
35502
35503 [BZ #14152]
35504 [BZ #14783]
35505 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Extract low bits of
35506 result and shift together with sticky bit instead of replicating
35507 round-to-nearest rounding.
35508 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
35509 * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
35510 * math/libm-test.inc (fma_test): Add more tests. Do not permit
35511 missing underflow exceptions.
35512 (fma_test_towardzero): Add more tests.
35513 (fma_test_downward): Likewise.
35514 (fma_test_upward): Likewise.
35515
35516 [BZ #14047]
35517 * sysdeps/generic/tininess.h: New file.
35518 * sysdeps/i386/tininess.h: Likewise.
35519 * sysdeps/sh/tininess.h: Likewise.
35520 * sysdeps/x86_64/tininess.h: Likewise.
35521 * stdlib/tst-strtod-underflow.c: Likewise.
35522 * stdlib/tst-tininess.c: Likewise.
35523 * stdlib/strtod_l.c: Include <tininess.h>.
35524 (round_and_return): Do not set errno for exact underflow cases.
35525 Force an underflow exception when setting errno for underflow.
35526 Determine underflow based on rounding to normal precision if
35527 TININESS_AFTER_ROUNDING.
35528 * stdlib/tst-strtod.c (tests): Do not expect errno to be set to
35529 ERANGE for exact underflow cases.
35530 * stdlib/Makefile (tests): Add tst-tininess and
35531 tst-strtod-underflow.
35532 ($(objpfx)tst-tininess): Use $(link-libm).
35533 ($(objpfx)tst-strtod-underflow): Likewise.
35534
35535 2012-10-30 Andreas Jaeger <aj@suse.de>
35536
35537 [BZ#14767]
35538 * elf/Makefile (tests): Remove conditional for have-initfini-array
35539 since this is now always required and the variable does not exist
35540 anymore.
35541 (tests-static): Likewise.
35542 (modules-names): Likewise.
35543
35544 * po/eo.po: Add Esperanto translation from translation project.
35545
35546 * elf/tst-array1.c (fini_array): Make writeable so that it can be
35547 merged with constructor/destructor.
35548 (init_array): Likewise.
35549 * elf/tst-array2dep.c (fini_array): Likewise.
35550 (init_array): Likewise.
35551
35552 2012-10-29 Mike Frysinger <vapier@gentoo.org>
35553
35554 * manual/message.texi: Delete @cartouche tags.
35555
35556 2012-10-29 Pino Toscano <toscano.pino@tiscali.it>
35557
35558 * sysdeps/mach/hurd/fdatasync.c: Turn ERR into EINVAL if it is
35559 EOPNOTSUPP.
35560 * sysdeps/mach/hurd/fsync.c: Likewise.
35561
35562 * sysdeps/pthread/aio_notify.c (__aio_notify_only)
35563 [_POSIX_REALTIME_SIGNALS]: Change condition to
35564 [_POSIX_REALTIME_SIGNALS > 0].
35565
35566 2012-10-27 Andreas Jaeger <aj@suse.de>
35567
35568 * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (__O_LARGEFILE)
35569 [!__x86_64]: Do not define, take value from <bits/fcntl-linux.h>.
35570 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE):
35571 [__WORDSIZE != 64]: Likewise.
35572
35573 2012-10-26 H.J. Lu <hongjiu.lu@intel.com>
35574
35575 * iconvdata/tst-table.sh: Remove ${SHELL}.
35576 * iconvdata/tst-tables.sh: Likewise.
35577
35578 2012-10-25 David S. Miller <davem@davemloft.net>
35579
35580 * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
35581 (__get_clockfreq_via_proc_openprom): Use strtoumax instead
35582 of strtoull.
35583
35584 * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add comments for
35585 ifunc-impl-list.c
35586 * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
35587 * sysdeps/sparc/sparc64/multiarch/ifunc-impl-list.c: New file.
35588 * sysdeps/sparc/sparc32/sparcv9/multiarch/ifunc-impl-list.c: New
35589 file.
35590
35591 2012-10-25 Roland McGrath <roland@hack.frob.com>
35592
35593 * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
35594 (__get_clockfreq_via_proc_openprom): Use __getdents instead of
35595 __getdirentries.
35596
35597 2012-10-25 Joseph Myers <joseph@codesourcery.com>
35598 Jim Blandy <jimb@codesourcery.com>
35599
35600 * scripts/cross-test-ssh.sh: New file.
35601 * manual/install.texi (Configuring and compiling): Document use of
35602 cross-test-ssh.sh.
35603 * INSTALL: Regenerated.
35604
35605 2012-10-25 Pino Toscano <toscano.pino@tiscali.it>
35606
35607 * sysdeps/mach/hurd/ptrace.c (ptrace): Use __hurd_fail to return
35608 EOPNOTSUPP.
35609
35610 2012-10-25 Joseph Myers <joseph@codesourcery.com>
35611
35612 * Makeconfig (run-program-prefix): Fix comment.
35613
35614 2012-10-24 Joseph Myers <joseph@codesourcery.com>
35615 Jim Blandy <jimb@codesourcery.com>
35616
35617 * Makeconfig (test-wrapper): New variable,
35618 (test-wrapper-env): Likewise.
35619 [$(cross-compiling) = yes && $(test-wrapper) != ""]
35620 (run-built-tests): Define to yes.
35621 (run-program-prefix): Use $(test-wrapper).
35622 (built-program-cmd): Likewise.
35623 * Rules (make-test-out): Use $(test-wrapper-env) and
35624 $(host-built-program-cmd).
35625 * elf/Makefile ($(objpfx)order.out): Use $(test-wrapper).
35626 ($(objpfx)tst-pathopt.out): Pass $(test-wrapper-env) to
35627 tst-pathopt.sh.
35628 ($(objpfx)tst-rtld-load-self.out): Pass $(test-wrapper) and
35629 $(test-wrapper-env) to tst-rtld-load-self.sh.
35630 ($(objpfx)order2.out): Use $(test-wrapper).
35631 ($(objpfx)tst-initorder.out): Likewise.
35632 ($(objpfx)tst-initorder2.out): Likewise.
35633 ($(objpfx)tst-unused-dep.out): Use $(test-wrapper-env).
35634 * elf/tst-pathopt.sh (run_program_prefix): Remove unused variable.
35635 (test_wrapper_env): New variable. Use it to run ld.so.
35636 * elf/tst-rtld-load-self.sh (test_wrapper): New variable.
35637 Use it to run ld.so.
35638 (test_wrapper_env): Likewise.
35639 * iconvdata/Makefile ($(objpfx)iconv-test.out): Pass
35640 $(test-wrapper) to run-iconv-test.sh.
35641 * iconvdata/run-iconv-test.sh (test_wrapper): New variable.
35642 (ICONV): Use $test_wrapper.
35643 * posix/Makefile ($(objpfx)globtest.out): Pass
35644 $(run-via-rtld-prefix), $(test-wrapper) and $(test-wrapper-env) to
35645 globtest.sh, not $(run-program-prefix).
35646 * posix/globtest.sh (run_via_rtld_prefix): New variable.
35647 (test_wrapper): Likewise.
35648 (test_wrapper_env): Likewise. Use it to run globtest with HOME
35649 set together with run_via_rtld_prefix.
35650 (run_program_prefix): Define in terms of test_wrapper and
35651 run_via_rtld_prefix.
35652
35653 2012-10-24 Roland McGrath <roland@hack.frob.com>
35654
35655 * nscd/Makefile ($(objpfx)nscd): Remove librt dependency.
35656 * posix/Makefile ($(objpfx)tst-regex, $(objpfx)tst-regex2):
35657 Targets removed.
35658
35659 [BZ #14743]
35660 * include/time.h: Remove librt_hidden_proto (clock_gettime).
35661 Declare __clock_getres, __clock_gettime, __clock_settime,
35662 __clock_nanosleep, and __clock_getcpuclockid.
35663 * rt/clock_gettime.c: Define __clock_gettime as an alias.
35664 Remove librt_hidden_def (clock_gettime).
35665 * sysdeps/unix/clock_gettime.c: Likewise.
35666 * rt/clock_getcpuclockid.c: Define __clock_getcpuclockid as an alias.
35667 * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
35668 * rt/clock_getres.c: Define __clock_getres as an alias.
35669 * sysdeps/posix/clock_getres.c: Likewise.
35670 * rt/clock_settime.c: Define __clock_settime as an alias.
35671 * sysdeps/unix/clock_settime.c: Likewise.
35672 * rt/clock_nanosleep.c: Define __clock_nanosleep as an alias.
35673 * sysdeps/unix/clock_nanosleep.c: Likewise.
35674 * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
35675 * rt/clock-compat.c: New file.
35676 * rt/Makefile (librt-routines): Add clock-compat and move
35677 $(clock-routines) to ...
35678 (routines): ... here, new variable.
35679 * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_routines):
35680 Don't add get_clockfreq here.
35681 * rt/Versions (libc: GLIBC_2.17): New version set.
35682 Add clock_* symbols here.
35683 (libc: GLIBC_PRIVATE): New version set. Add __clock_* symbols here.
35684 * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist
35685 (GLIBC_2.17): Add clock_* symbols.
35686 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
35687 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
35688 * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
35689 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
35690 Likewise.
35691 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
35692 Likewise.
35693 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
35694 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
35695 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
35696 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
35697 * NEWS: Mention the move.
35698
35699 * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
35700 Use __open, __read, __close rather than their public counterparts.
35701 * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
35702 (__get_clockfreq_via_cpuinfo): Likewise.
35703 (__get_clockfreq_via_proc_openprom): Likewise, and __getdirentries.
35704 (__get_clockfreq_via_dev_openprom): Likewise, and __ioctl.
35705
35706 * config.h.in (HAVE_IFUNC): New #undef.
35707 * configure.in: Define it if libc_cv_ld_gnu_indirect_function
35708 was successful.
35709 * configure: Regenerated.
35710
35711 2012-10-24 Mike Frysinger <vapier@gentoo.org>
35712
35713 * configure.in: Move READELF check to start of file.
35714 (libc_cv_ld_gnu_indirect_function): Change to a link test. Rename from
35715 libc_cv_asm_gnu_indirect_function in the process.
35716 * configure: Regenerated.
35717
35718 2012-10-24 Mike Frysinger <vapier@gentoo.org>
35719
35720 * configure.in (libc_cv_gcc_static_libgcc): Drop -q flag to grep and
35721 send the output to /dev/null.
35722 (libc_cv_cc_with_libunwind): Likewise.
35723 (libc_cv_as_noexecstack): Likewise.
35724 * configure: Regenerate.
35725
35726 2012-10-24 Joseph Myers <joseph@codesourcery.com>
35727
35728 * io/ftwtest-sh (tmp): Define to ${objpfx}io, not using `pwd`.
35729
35730 * posix/globtest.sh (TMPDIR): Do not set.
35731 (testdir): Define using ${common_objpfx}posix not $TMPDIR.
35732 (testout): Likewise.
35733
35734 2012-10-24 Andreas Jaeger <aj@suse.de>
35735
35736 * io/fcntl.h: Always define mode_t, off_t, pid_t and use these
35737 types for creat, creat64, lockf, posix_fadvise, posix_fallocate.
35738 [__USE_LARGEFILE64 && !__off64_t_defined]: Define off64_t.
35739 [__USE_LARGEFILE64]: Use off64_t in declaration of lock64,
35740 posix_fadvise64, posix_fallocate64.
35741
35742 * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (F_GETLK, F_SETLK)
35743 (F_SETLKW) [__x86_64]: Remove, provided by <bits/fcntl-linux.h>.
35744 (F_GETLK, F_SETLK, F_SETLKW) [!__USE_FILE_OFFSET64 && !__x86_64__]:
35745 Likewise.
35746 (F_GETLK, F_SETLK, F_SETLKW) [__USE_FILE_OFFSET64 && ! __x86_64__]:
35747 Likewise.
35748 (F_GETLK64, F_SETLK64, F_SETLKW64) [!__x86_64__]: Likewise.
35749
35750 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (F_GETLK, F_SETLK)
35751 (F_SETLKW) [__USE_FILE_OFFSET64]: Remove, provided by
35752 <bits/fcntl-linux.h>.
35753 (F_GETLK64, F_SETLK64, F_SETLKW64) [__WORDSIZE == 64]: Likewise.
35754
35755 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (F_DUPFD, F_GETFD)
35756 (F_SETFD, F_GETFL, F_SETFL): Remove, provided by <bits/fcntl-linux.h>.
35757 (F_GETLK, F_SETLK, F_SETLKW) [__WORDSIZE == 64]: Likewise.
35758 (F_GETLK, F_SETLK, F_SETLKW, F_GETLK64, F_SETLK64, F_SETLKW64)
35759 [__WORDSIZE != 64]: Likewise.
35760
35761 2012-10-23 Joseph Myers <joseph@codesourcery.com>
35762
35763 * Makeconfig (run-built-tests): New variable.
35764 * Rules [$(cross-compiling) = yes]: Change condition to
35765 [$(run-built-tests) = no].
35766 * catgets/Makefile [$(cross-compiling) != yes]: Change condition
35767 to [$(run-built-tests) = yes].
35768 * elf/Makefile [$(cross-compiling) = no]: Likewise
35769 * grp/Makefile [$(cross-compiling) = no]: Likewise.
35770 * iconv/Makefile [$(cross-compiling) != yes]: Likewise.
35771 * iconvdata/Makefile [$(cross-compiling) = no]: Likewise.
35772 * intl/Makefile [$(cross-compiling) = no]: Likewise.
35773 * io/Makefile [$(cross-compiling) = no]: Likewise.
35774 * libio/Makefile [$(cross-compiling) = no]: Likewise.
35775 * malloc/Makefile [$(cross-compiling) = no]: Likewise.
35776 * misc/Makefile [$(cross-compiling) = no]: Likewise.
35777 * posix/Makefile [$(cross-compiling) = no]: Likewise.
35778 * resolv/Makefile [$(cross-compiling) = no]: Likewise.
35779 * stdio-common/Makefile [$(cross-compiling) = no]: Likewise.
35780 * stdlib/Makefile [$(cross-compiling) = no]: Likewise.
35781 * string/Makefile [$(cross-compiling) = no]: Likewise.
35782
35783 * posix/Makefile ($(objpfx)globtest.out): Pass
35784 $(run-program-prefix) to globtest.sh, not $(elf-objpfx) and
35785 $(rtld-installed-name).
35786 * posix/globtest.sh (elf_objpfx): Remove variable.
35787 (rtld_installed_name): Likewise.
35788 (library_path): Likewise.
35789 (run_program_prefix): New variable. Use for running globtest
35790 binary.
35791
35792 2012-10-23 Jim Blandy <jimb@codesourcery.com>
35793 Joseph Myers <joseph@codesourcery.com>
35794
35795 * Makeconfig (host-built-program-cmd): New variable.
35796 * elf/Makefile (tst-stackguard1-ARGS): Use
35797 $(host-built-program-cmd).
35798 * posix/Makefile (tst-exec-ARGS): Use $(host-built-program-cmd).
35799 (tst-spawn-ARGS): Likewise.
35800 * rt/Makefile (tst-mqueue7-ARGS): Use $(host-built-program-cmd).
35801
35802 2012-10-23 Joseph Myers <joseph@codesourcery.com>
35803 Jim Blandy <jimb@codesourcery.com>
35804
35805 * Makeconfig (run-via-rtld-prefix): New variable.
35806 (run-program-prefix): Define in terms of $(run-via-rtld-prefix).
35807 (built-program-cmd): Likewise.
35808
35809 2012-10-22 Andreas Jaeger <aj@suse.de>
35810
35811 * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (O_RSYNC): Define to
35812 __O_RSYNC if it exists, otherwise to O_SYNC.
35813
35814 2012-10-22 Jim Blandy <jimb@codesourcery.com>
35815 Joseph Myers <joseph@codesourcery.com>
35816
35817 * iconvdata/run-iconv-test.sh: Redirect iconv stdin in loops from
35818 /dev/null.
35819 * iconvdata/tst-tables.sh: Redirect tst-table.sh stdin in loop
35820 from /dev/null
35821 * posix/tst-getconf.sh: Redirect getconf stdin in loop from
35822 /dev/null.
35823
35824 2012-10-22 Andreas Jaeger <aj@suse.de>
35825
35826 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_LARGEFILE):
35827 Define always.
35828 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE): Likewise.
35829
35830 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
35831 bits/fcntl-linux.h.
35832
35833 * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (F_GETLK, F_SETLK)
35834 (F_SETLKW) [!F_GETLK]: Define values for [!__USE_FILE_OFFSET64].
35835
35836 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (O_LARGEFILE): Rename
35837 to __O_LARGEFILE.
35838 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_LARGEFILE): Rename
35839 to __O_LARGEFILE.
35840
35841 2012-10-21 Jim Blandy <jimb@codesourcery.com>
35842 Joseph Myers <joseph@codesourcery.com>
35843
35844 * config.make.in (NM): New variable.
35845
35846 2012-10-21 Andreas Jaeger <aj@suse.de>
35847
35848 * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Remove all
35849 definitions and declarations that are provided by
35850 <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
35851
35852 2012-10-20 H.J. Lu <hongjiu.lu@intel.com>
35853
35854 [BZ #14683]
35855 * elf/Makefile (tests-static): Add tst-leaks1-static.
35856 (tests): Also depend on $(objpfx)tst-leaks1-static-mem.
35857 ($(objpfx)tst-leaks1-static): New rule.
35858 ($(objpfx)tst-leaks1-static-mem): Likewise.
35859 (tst-leaks1-static-ENV): New macro.
35860 * elf/dl-open.c (dl_open_worker): Check the main application
35861 only if SHARED is defined.
35862 * elf/tst-leaks1-static.c: New file.
35863
35864 2012-10-20 Andreas Jaeger <aj@suse.de>
35865
35866 * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: New file, contains
35867 generic values for Linux.
35868 * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: Remove all definitions
35869 and declarations that are provided by <bits/fcntl-linux.h> and
35870 include <bits/fcntl-linux.h>.
35871 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
35872 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
35873
35874 2012-10-20 Roland McGrath <roland@hack.frob.com>
35875
35876 * io/fcntl.h: Move include of <bits/types.h> to the top and
35877 include it unconditionally.
35878
35879 2012-10-20 H.J. Lu <hongjiu.lu@intel.com>
35880
35881 * wcsmbs/Makefile (tests-ifunc): New variable.
35882 (tests): Add $(tests-ifunc).
35883 * wcsmbs/test-wcschr-ifunc.c: New file.
35884 * wcsmbs/test-wcscmp-ifunc.c: Likewise.
35885 * wcsmbs/test-wcscpy-ifunc.c: Likewise.
35886 * wcsmbs/test-wcslen-ifunc.c: Likewise.
35887 * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
35888 * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
35889
35890 * string/Makefile (tests-ifunc): New variable.
35891 (tests): Add $(tests-ifunc).
35892 * string/test-memccpy.c (TEST_NAME): New macro.
35893 * string/test-memchr.c (TEST_NAME): Likewise.
35894 * string/test-memcmp.c (TEST_NAME): Likewise.
35895 * string/test-memcpy.c (TEST_NAME): Likewise.
35896 * string/test-memmem.c (TEST_NAME): Likewise.
35897 * string/test-memmove.c (TEST_NAME): Likewise.
35898 * string/test-memset.c (TEST_NAME): Likewise.
35899 * string/test-rawmemchr.c (TEST_NAME): Likewise.
35900 * string/test-stpcpy.c (TEST_NAME): Likewise.
35901 * string/test-stpncpy.c (TEST_NAME): Likewise.
35902 * string/test-strcasecmp.c (TEST_NAME): Likewise.
35903 * string/test-strcasestr.c (TEST_NAME): Likewise.
35904 * string/test-strcat.c (TEST_NAME): Likewise.
35905 * string/test-strchr.c (TEST_NAME): Likewise.
35906 * string/test-strcmp.c(TEST_NAME): Likewise.
35907 * string/test-strcpy.c (TEST_NAME): Likewise.
35908 * string/test-strcspn.c (TEST_NAME): Likewise.
35909 * string/test-strlen.c (TEST_NAME): Likewise.
35910 * string/test-strncasecmp.c (TEST_NAME): Likewise.
35911 * string/test-strncmp.c (TEST_NAME): Likewise.
35912 * string/test-strncpy.c (TEST_NAME): Likewise.
35913 * string/test-strnlen.c (TEST_NAME): Likewise.
35914 * string/test-strpbrk.c (TEST_NAME): Likewise.
35915 * string/test-strrchr.c (TEST_NAME): Likewise.
35916 * string/test-strspn.c (TEST_NAME): Likewise.
35917 * string/test-strstr.c (TEST_NAME): Likewise.
35918 * string/test-bcopy-ifunc.c: New file.
35919 * string/test-bzero-ifunc.c: Likewise.
35920 * string/test-memccpy-ifunc.c: Likewise.
35921 * string/test-memchr-ifunc.c: Likewise.
35922 * string/test-memcmp-ifunc.c: Likewise.
35923 * string/test-memcpy-ifunc.c: Likewise.
35924 * string/test-memmem-ifunc.c: Likewise.
35925 * string/test-memmove-ifunc.c: Likewise.
35926 * string/test-mempcpy-ifunc.c: Likewise.
35927 * string/test-memset-ifunc.c: Likewise.
35928 * string/test-rawmemchr-ifunc.c: Likewise.
35929 * string/test-stpcpy-ifunc.c: Likewise.
35930 * string/test-stpncpy-ifunc.c: Likewise.
35931 * string/test-strcasecmp-ifunc.c: Likewise.
35932 * string/test-strcasestr-ifunc.c: Likewise.
35933 * string/test-strcat-ifunc.c: Likewise.
35934 * string/test-strchr-ifunc.c: Likewise.
35935 * string/test-strchrnul-ifunc.c: Likewise.
35936 * string/test-strcmp-ifunc.c: Likewise.
35937 * string/test-strcpy-ifunc.c: Likewise.
35938 * string/test-strcspn-ifunc.c: Likewise.
35939 * string/test-strlen-ifunc.c: Likewise.
35940 * string/test-strncasecmp-ifunc.c: Likewise.
35941 * string/test-strncat-ifunc.c: Likewise.
35942 * string/test-strncmp-ifunc.c: Likewise.
35943 * string/test-strncpy-ifunc.c: Likewise.
35944 * string/test-strnlen-ifunc.c: Likewise.
35945 * string/test-strpbrk-ifunc.c: Likewise.
35946 * string/test-strrchr-ifunc.c: Likewise.
35947 * string/test-strspn-ifunc.c: Likewise.
35948 * string/test-strstr-ifunc.c: Likewise.
35949
35950 * debug/Makefile (tests-ifunc): New variable.
35951 (tests): Add $(tests-ifunc).
35952 * debug/test-stpcpy_chk.c (TEST_NAME): New macro.
35953 * debug/test-strcpy_chk.c (TEST_NAME): Likewise.
35954 * debug/test-stpcpy_chk-ifunc.c: New file.
35955 * debug/test-strcpy_chk-ifunc.c: Likewise.
35956
35957 2012-10-20 Siddhesh Poyarekar <siddhesh@redhat.com>
35958
35959 [BZ #13601]
35960 * elf/dl-load.c (open_verify): Retry read if the entire ELF
35961 header is not read in.
35962
35963 2012-10-19 Joseph Myers <joseph@codesourcery.com>
35964
35965 * io/Makefile ($(objpfx)ftwtest.out): Depend on ftwtest-sh. Pass
35966 script to $(SHELL) as $<. Pass $(common-objpfx) to script
35967 directly. Pass built executable to script as
35968 $(built-program-cmd).
35969 * io/ftwtest-sh (ldso): Remove variable. Run ftwtest directly as
35970 $testprogram without using LD_LIBRARY_PATH and $ldso.
35971
35972 * grp/Makefile ($(objpfx)tst_fgetgrent.out): Pass
35973 $(run-program-prefix) to tst_fgetgrent.sh, not $(elf-objpfx) and
35974 $(rtld-installed-name).
35975 * grp/tst_fgetgrent.sh (elf_objpfx): Remove variable.
35976 (rtld_installed_name): Likewise.
35977 (library_path): Likewise.
35978 (run_program_prefix): New variable. Use it to run tst_fgetgrent.
35979 * iconvdata/Makefile ($(objpfx)tst-tables.out): Pass
35980 $(run-program-prefix) to tst-tables.sh.
35981 * iconvdata/tst-table.sh (run_program_prefix): New variable. Use
35982 it to run tst-table-from and tst-table-to.
35983 * iconvdata/tst-tables.sh (run_program_prefix): New variable.
35984 Pass it to tst-table.sh.
35985 * intl/Makefile ($(objpfx)tst-gettext.out): Pass
35986 $(run-program-prefix) to tst-gettext.sh.
35987 ($(objpfx)tst-translit.out): Pass $(run-program-prefix) to
35988 tst-translit.sh.
35989 ($(objpfx)tst-gettext2.out): Pass $(run-program-prefix) to
35990 tst-gettext2.sh.
35991 * intl/tst-gettext.sh (run_program_prefix): New variable. Use it
35992 to run tst-gettext.
35993 * intl/tst-gettext2.sh (run_program_prefix): New variable. Use it
35994 to run tst-gettext2.
35995 * intl/tst-translit.sh (run_program_prefix): New variable. Use it
35996 to run tst-translit.
35997 * malloc/Makefile ($(objpfx)tst-mtrace.out): Pass
35998 $(run-program-prefix) to tst-mtrace.sh.
35999 * malloc/tst-mtrace.sh (run_program_prefix): New variable. Use it
36000 to run tst-mtrace.
36001 * posix/Makefile ($(objpfx)wordexp-tst.out): Pass
36002 $(run-program-prefix) to wordexp-tst.sh, not $(elf-objpfx) and
36003 $(rtld-installed-name).
36004 * posix/wordexp-tst.sh (elf_objpfx): Remove variable.
36005 (rtld_installed_name): Likewise.
36006 (run_program_prefix): New variable. Use it to run wordexp-test.
36007
36008 * Makeconfig (ARCH): Remove all definitions.
36009 (machine): Likewise.
36010 [ARCH]: Remove conditional code.
36011 [!objdir]: Give error.
36012 [!objdir] (objpfx): Remove.
36013 [!objdir] (common-objpfx): Likewise.
36014 [!objdir] (common-objdir): Likewise.
36015 * configure.in (config_makefile): Remove. Hardcode Makefile in
36016 AC_CONFIG_FILES call.
36017 * configure: Regenerated.
36018
36019 [BZ #13888]
36020 * io/ftwtest-sh (tmp): Set to use the working directory, not /tmp
36021 or TMPDIR.
36022 (testout): Likewise.
36023
36024 * posix/Makefile ($(objpfx)tst-getconf.out): Pass
36025 $(built-program-cmd) to tst-getconf.sh, not $(elf-objpfx) and
36026 $(rtld-installed-name).
36027 * posix/tst-getconf.sh (elf_objpfx): Remove variable.
36028 (rtld_installed_name): Likwise.
36029 (runit): Remove function.
36030 (run_getconf): New variable, Use it for running getconf binary.
36031
36032 2012-10-18 H.J. Lu <hongjiu.lu@intel.com>
36033
36034 [BZ #14716]
36035 * string/test-memmem.c (check_result): New function.
36036 (do_one_test): Use it.
36037 (check1): New function.
36038 (test_main): Use it.
36039
36040 2012-10-18 Markus Trippelsdorf <markus@trippelsdorf.de>
36041
36042 * math/Makefile: Comment on slow compilation of test-tgmath2.c.
36043
36044 2012-10-18 Joseph Myers <joseph@codesourcery.com>
36045
36046 * sysdeps/generic/_G_config.h (_G_OPEN64): Remove.
36047 (_G_LSEEK64): Likewise.
36048 (_G_MMAP64): Likewise.
36049 (_G_FSTAT64): Likewise.
36050 * sysdeps/unix/sysv/linux/_G_config.h (_G_OPEN64): Remove.
36051 (_G_LSEEK64): Likewise.
36052 (_G_MMAP64): Likewise.
36053 (_G_FSTAT64): Likewise.
36054 * libio/fileops.c (mmap_remap_check) [_G_MMAP64]: Make code
36055 unconditional. Call __mmap64 directly.
36056 (mmap_remap_check) [!_G_MMAP64]: Remove conditional code.
36057 (mmap_remap_check) [_G_LSEEK64]: Make code unconditional. Call
36058 __lseek64 directly.
36059 (mmap_remap_check) [!_G_LSEEK64]: Remove conditional code.
36060 (decide_maybe_mmap) [_G_MMAP64]: Make code unconditional. Call
36061 __mmap64 directly.
36062 (decide_maybe_mmap) [!_G_MMAP64]: Remove conditional code.
36063 (decide_maybe_mmap) [_G_LSEEK64]: Make code unconditional. Call
36064 __lseek64 directly.
36065 (decide_maybe_mmap) [!_G_LSEEK64]: Remove conditional code.
36066 (_IO_file_sync_mmap) [_G_LSEEK64]: Make code unconditional. Call
36067 __lseek64 directly.
36068 (_IO_file_sync_mmap) [!_G_LSEEK64]: Remove conditional code.
36069 (_IO_file_seek) [_G_LSEEK64]: Make code unconditional. Call
36070 __lseek64 directly.
36071 (_IO_file_seek) [!_G_LSEEK64]: Remove conditional code.
36072 (_IO_file_stat) [_G_FSTAT64]: Make code unconditional. Call
36073 __fxstat64 directly.
36074 (_IO_file_stat) [!_G_FSTAT64]: Remove conditional code.
36075 * libio/freopen64.c (freopen64) [_G_OPEN64]: Make code
36076 unconditional.
36077 (freopen64) [!_G_OPEN64]: Remove conditional code.
36078 * libio/fseeko64.c (fseeko64) [_G_LSEEK64]: Make code
36079 unconditional.
36080 (fseeko64) [!_G_LSEEK64]: Remove conditional code.
36081 * libio/ftello64.c (ftello64) [_G_LSEEK64]: Make code
36082 unconditional.
36083 (ftello64) [!_G_LSEEK64]: Remove conditional code.
36084 * libio/iofgetpos64.c (_IO_new_fgetpos64) [_G_LSEEK64]: Make code
36085 unconditional.
36086 (_IO_new_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
36087 * libio/iofopen64.c (_IO_fopen64) [_G_OPEN64]: Make code
36088 unconditional.
36089 (_IO_fopen64) [!_G_OPEN64]: Remove conditional code.
36090 * libio/iofsetpos64.c (_IO_new_fsetpos64) [_G_LSEEK64]: Make code
36091 unconditional.
36092 (_IO_new_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
36093 * libio/oldiofgetpos64.c (_IO_old_fgetpos64) [_G_LSEEK64]: Make code
36094 unconditional.
36095 (_IO_old_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
36096 * libio/oldiofsetpos64.c (_IO_old_fsetpos64) [_G_LSEEK64]: Make code
36097 unconditional.
36098 (_IO_old_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
36099
36100 2012-10-18 Siddhesh Poyarekar <siddhesh@redhat.com>
36101
36102 [BZ #12140]
36103 * manual/memory.texi (Malloc Tunable Parameters): Add note
36104 about free list pointers overwriting some perturb bytes.
36105 Wording suggested by Roland McGrath.
36106
36107 2012-10-17 Joseph Myers <joseph@codesourcery.com>
36108
36109 * math/libm-test.inc (gamma_test): Do not call feclearexcept.
36110 (lgamma_test): Likewise.
36111 (tgamma_test): Likewise.
36112
36113 2012-10-16 Florian Weimer <fweimer@redhat.com>
36114
36115 [BZ #14700]
36116 * sysdeps/posix/opendir.c (MAX_DIR_BUFFER_SIZE): New constant.
36117 (__alloc_dir): Limit buffer to MAX_DIR_BUFFER_SIZE.
36118
36119 2012-10-16 Maxim Kuvyrkov <maxim@codesourcery.com>
36120
36121 * NEWS: Mention BZ #14716.
36122 * string/str-two-way.h (two_way_short_needle): Fix thinko introduced
36123 when removing AVAILABLE1_USES_J macro.
36124
36125 2012-10-12 H.J. Lu <hongjiu.lu@intel.com>
36126
36127 * sysdeps/x86/bits/byteswap.h: Include <bits/types.h>.
36128 (__bswap_64): __uint64_t for unsigned 64-bit int.
36129
36130 2012-10-12 Andreas Schwab <schwab@linux-m68k.org>
36131
36132 * include/string.h (memmem): Declare libc hidden alias.
36133 * string/memmem.c (memmem): Define libc hidden alias.
36134 * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Use __open,
36135 __read, __close instead of open, read, close.
36136
36137 2012-10-11 H.J. Lu <hongjiu.lu@intel.com>
36138
36139 * sysdeps/x86_64/multiarch/ifunc-impl-list.c: New file.
36140 * sysdeps/x86_64/multiarch/memcmp.S (__memcmp_sse2): Make it
36141 global and hidden.
36142 * sysdeps/x86_64/multiarch/memcpy.S (__memcpy_sse2): Likewise.
36143 * sysdeps/x86_64/multiarch/mempcpy.S (__mempcpy_sse2): Likewise.
36144 * sysdeps/x86_64/multiarch/rawmemchr.S (__rawmemchr_sse42):
36145 Likewise.
36146 (__rawmemchr_sse2): Likewise.
36147 * sysdeps/x86_64/multiarch/strcat.S (STRCAT_SSE2): Likewise.
36148 * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Likewise.
36149 (__strchr_sse2): Likewise.
36150 * sysdeps/x86_64/multiarch/strcmp-sse42.S (STRCMP_SSE42): Likewise.
36151 * sysdeps/x86_64/multiarch/strcmp.S (STRCMP_SSE2): Likewise.
36152 (__strcasecmp_sse2): Likewise.
36153 (__strncasecmp_sse2): Likewise.
36154 * sysdeps/x86_64/multiarch/strcpy.S (STRCPY_SSE2): Likewise.
36155 * sysdeps/x86_64/multiarch/strlen.S (__strlen_sse2): Likewise.
36156 * sysdeps/x86_64/multiarch/strnlen.S (__strnlen_sse2): Likewise.
36157 * sysdeps/x86_64/multiarch/strrchr.S (__strrchr_sse42): Likewise.
36158 (__strrchr_sse2): Likewise.
36159 * sysdeps/x86_64/multiarch/memcmp.S: Add comments for
36160 ifunc-impl-list.c.
36161 * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
36162 * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
36163 * sysdeps/x86_64/multiarch/memmove.c: Likewise.
36164 * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
36165 * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
36166 * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
36167 * sysdeps/x86_64/multiarch/memset.S: Likewise.
36168 * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
36169 * sysdeps/x86_64/multiarch/rawmemchr.S: Likewise.
36170 * sysdeps/x86_64/multiarch/stpcpy.S: Likewise.
36171 * sysdeps/x86_64/multiarch/stpncpy.S: Likewise.
36172 * sysdeps/x86_64/multiarch/strcasecmp_l.S: Likewise.
36173 * sysdeps/x86_64/multiarch/strcasestr-c.c: Likewise.
36174 * sysdeps/x86_64/multiarch/strcat.S: Likewise.
36175 * sysdeps/x86_64/multiarch/strchr.S: Likewise.
36176 * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
36177 * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
36178 * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
36179 * sysdeps/x86_64/multiarch/strlen.S: Likewise.
36180 * sysdeps/x86_64/multiarch/strncase_l.S: Likewise.
36181 * sysdeps/x86_64/multiarch/strncat.S: Likewise.
36182 * sysdeps/x86_64/multiarch/strncmp.S: Likewise.
36183 * sysdeps/x86_64/multiarch/strncpy.S: Likewise.
36184 * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
36185 * sysdeps/x86_64/multiarch/strpbrk.S: Likewise.
36186 * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
36187 * sysdeps/x86_64/multiarch/strspn.S: Likewise.
36188 * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
36189 * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
36190 * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
36191
36192 * sysdeps/i386/i686/multiarch/bcopy.S (__bcopy_ia32): Make it
36193 global and hidden.
36194 * sysdeps/i386/i686/multiarch/bzero.S (__bzero_ia32): Likewise.
36195 * sysdeps/i386/i686/multiarch/memcmp.S (__memcmp_ia32): Likewise.
36196 * sysdeps/i386/i686/multiarch/memcpy.S (__memcpy_ia32): Likewise.
36197 * sysdeps/i386/i686/multiarch/memmove.S (__memmove_ia32):
36198 Likewise.
36199 * sysdeps/i386/i686/multiarch/mempcpy.S (__mempcpy_ia32):
36200 Likewise.
36201 * sysdeps/i386/i686/multiarch/strcat.S (STRCAT_IA32): Likewise.
36202 * sysdeps/i386/i686/multiarch/strcmp.S (__STRCMP_IA32): Likewise.
36203 * sysdeps/i386/i686/multiarch/strcpy.S (STRCPY_IA32): Likewise.
36204 * sysdeps/i386/i686/multiarch/bcopy.S: Add comments for
36205 ifunc-impl-list.c.
36206 * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
36207 * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
36208 * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
36209 * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
36210 * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
36211 * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
36212 * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
36213 * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
36214 * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
36215 * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
36216 * sysdeps/i386/i686/multiarch/memset.S: Likewise.
36217 * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
36218 * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
36219 * sysdeps/i386/i686/multiarch/stpcpy.S: Likewise.
36220 * sysdeps/i386/i686/multiarch/stpncpy.S: Likewise.
36221 * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
36222 * sysdeps/i386/i686/multiarch/strcasecmp_l.S: Likewise.
36223 * sysdeps/i386/i686/multiarch/strcasestr-c.c: Likewise.
36224 * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
36225 * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
36226 * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
36227 * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
36228 * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
36229 * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
36230 * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
36231 * sysdeps/i386/i686/multiarch/strncase_l.S: Likewise.
36232 * sysdeps/i386/i686/multiarch/strncat.S: Likewise.
36233 * sysdeps/i386/i686/multiarch/strncmp.S: Likewise.
36234 * sysdeps/i386/i686/multiarch/strncpy.S: Likewise.
36235 * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
36236 * sysdeps/i386/i686/multiarch/strpbrk.S: Likewise.
36237 * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
36238 * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
36239 * sysdeps/i386/i686/multiarch/strstr-c.c: Likewise.
36240 * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
36241 * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
36242 * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
36243 * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
36244 * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
36245 * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
36246 * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: New file.
36247
36248 * Rules [$(multi-arch) = no] (tests): Filter out $(tests-ifunc).
36249 [$(multi-arch) = no] (xtests): Filter out $(xtests-ifunc).
36250 * include/ifunc-impl-list.h: New file.
36251 * misc/ifunc-impl-list.c: Likewise.
36252 * misc/Makefile (routines): Add ifunc-impl-list.
36253 * misc/Versions (GLIBC_PRIVATE): Add __libc_ifunc_impl_list.
36254 * string/test-string.h: Include <ifunc-impl-list.h>.
36255 (func_list, func_count, impl_count, impl_array) [TEST_IFUNC &&
36256 TEST_NAME]: New variables.
36257 (FOR_EACH_IMPL): Support func_list if TEST_IFUNC and TEST_NAME
36258 are defined.
36259 (test_init): Call __libc_ifunc_impl_list to initialize
36260 func_list if TEST_IFUNC and TEST_NAME are defined.
36261
36262 * string/Makefile (strop-tests): Add bcopy and bzero.
36263 * string/test-bcopy.c: New file.
36264 * string/test-bzero.c: Likewise.
36265 * string/test-memmove.c: Support bcopy test if TEST_BCOPY is
36266 defined.
36267 * string/test-memset.c: Support bzero test if TEST_BZERO is
36268 defined.
36269 * sysdeps/x86_64/multiarch/bcopy.S (bcopy): Jump to
36270 __libc_memmove.
36271 * sysdeps/x86_64/multiarch/bzero.S (__bzero): Jump to
36272 __libc_memset.
36273 * sysdeps/x86_64/multiarch/memset.S (__libc_memset): New alias
36274 of memset.
36275
36276 2012-10-10 Joseph Myers <joseph@codesourcery.com>
36277
36278 * configure.in: Run $CXX, not cc1plus, to locate C++ headers.
36279 * configure: Regenerated.
36280
36281 * Makeconfig (+link-static-before-libc): Don't include
36282 $(link-static-libc).
36283
36284 * libio/libio.h (_IO_pos_t): Remove.
36285
36286 2012-10-10 Alexandre Oliva <aoliva@redhat.com>
36287
36288 * NEWS: Add note about FIPS mode. Wording suggested by Roland
36289 McGrath.
36290
36291 2012-10-10 Alexandre Oliva <aoliva@redhat.com>
36292
36293 * crypt/crypt-entry.c: Include fips-private.h.
36294 (__crypt_r, __crypt): Disable MD5 and DES if FIPS is enabled.
36295 * crypt/md5c-test.c (main): Tolerate disabled MD5.
36296 * sysdeps/unix/sysv/linux/fips-private.h: New file.
36297 * sysdeps/generic/fips-private.h: New file, dummy fallback.
36298
36299 2012-10-10 Alexandre Oliva <aoliva@redhat.com>
36300
36301 * crypt/crypt-private.h: Include stdbool.h.
36302 (_ufc_setup_salt_r): Return bool.
36303 * crypt/crypt-entry.c: Include errno.h.
36304 (__crypt_r): Return NULL with EINVAL for bad salt.
36305 * crypt/crypt_util.c (bad_for_salt): New.
36306 (_ufc_setup_salt_r): Check that salt is long enough and within
36307 the specified alphabet.
36308 * crypt/badsalttest.c: New file.
36309 * crypt/Makefile (tests): Add it.
36310 ($(objpfx)badsalttest): New.
36311
36312 2012-10-09 Maxim Kuvyrkov <maxim@codesourcery.com>
36313
36314 * NEWS: Add entry for BZ #14602.
36315
36316 2012-10-09 Joseph Myers <joseph@codesourcery.com>
36317
36318 * math/gen-libm-test.pl (parse_args): Handle comparison macros as
36319 type-generic.
36320 * math/libm-test.inc: Update comment listing what functions and
36321 macros are tested.
36322 (isgreater_test): New function.
36323 (isgreaterequal_test): Likewise.
36324 (isless_test): Likewise.
36325 (islessequal_test): Likewise.
36326 (islessgreater_test): Likewise.
36327 (isunordered_test): Likewise.
36328 (main): Call the new functions.
36329
36330 2012-10-09 Roland McGrath <roland@hack.frob.com>
36331
36332 * aclocal.m4 (GLIBC_PROVIDES): Provide _AS_BASENAME_PREPARE,
36333 _AS_ME_PREPARE, _AS_VAR_ARITH_PREPARE, AS_SHELL_FN_as_fn_set_status,
36334 AS_SHELL_FN_as_fn_exit, AS_SHELL_FN_ac_fn_c_try_compile.
36335 * sysdeps/i386/configure: Regenerated.
36336 * sysdeps/ieee754/ldbl-opt/configure: Regenerated.
36337 * sysdeps/mach/configure: Regenerated.
36338 * sysdeps/mach/hurd/configure: Regenerated.
36339 * sysdeps/powerpc/configure: Regenerated.
36340 * sysdeps/powerpc/powerpc32/configure: Regenerated.
36341 * sysdeps/powerpc/powerpc64/configure: Regenerated.
36342 * sysdeps/s390/s390-32/configure: Regenerated.
36343 * sysdeps/s390/s390-64/configure: Regenerated.
36344 * sysdeps/sh/configure: Regenerated.
36345 * sysdeps/sparc/configure: Regenerated.
36346 * sysdeps/unix/sysv/linux/configure: Regenerated.
36347 * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
36348 * sysdeps/x86_64/configure: Regenerated.
36349
36350 * dlfcn/dlerror.c (check_free): Call _dl_addr only if SHARED is
36351 defined. Don't check if MAP is NULL.
36352
36353 2012-10-09 Joseph Myers <joseph@codesourcery.com>
36354
36355 * sysdeps/generic/_G_config.h (_G_off64_t): Remove.
36356 (_G_stat64): Likewise.
36357 * sysdeps/unix/sysv/linux/_G_config.h (_G_off64_t): Remove.
36358 (_G_stat64): Likewise.
36359 * libio/filedoalloc.c (_IO_file_doallocate): Use struct stat64
36360 instead of struct _G_stat64.
36361 * libio/fileops.c (mmap_remap_check): Likewise.
36362 (decide_maybe_mmap): Likewise.
36363 (_IO_new_file_seekoff): Likewise.
36364 (_IO_file_stat): Likewise.
36365 * libio/libio.h (_IO_off64_t): Define to __off64_t, not
36366 _G_off64_t.
36367 * libio/oldfileops.c (_IO_old_file_seekoff): Use struct stat64
36368 instead of struct _G_stat64.
36369 * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
36370
36371 2012-10-08 Maxim Kuvyrkov <maxim@codesourcery.com>
36372
36373 [BZ #14602]
36374 * string/str-two-way.h (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
36375 Replace with ...
36376 (CHECK_EOL): New macro.
36377 (two_way_short_needle): Check beginning of haystack for EOL. Use
36378 CHECK_EOL.
36379 * string/strcasestr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
36380 Replace with CHECK_EOL.
36381 * string/strstr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
36382 Replace with CHECK_EOL.
36383
36384 2012-10-08 Joseph Myers <joseph@codesourcery.com>
36385
36386 * math/gen-libm-test.pl (parse_args): Handle isinf and isnan as
36387 type-generic.
36388 * math/libm-test.inc: Update comment listing what functions and
36389 macros are tested.
36390 (finite_test): New function.
36391 (isinf_test): Likewise.
36392 (isnan_test): Likewise.
36393 (fpclassify_test): Test subnormal input.
36394 (isfinite_test): Likewise.
36395 (isnormal_test): Likewise.
36396 (main): Call the new functions.
36397
36398 2012-10-08 Jonathan Nieder <jrnieder@gmail.com>
36399
36400 [BZ #14660]
36401 * Makerules (%.dynsym): Force C locale when running
36402 $(OBJDUMP) --dynamic-syms.
36403
36404 2012-10-08 Andreas Schwab <schwab@linux-m68k.org>
36405
36406 * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Include
36407 <stdint.h>.
36408
36409 2012-10-06 David S. Miller <davem@davemloft.net>
36410
36411 * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: On 32-bit, clear
36412 upper 32-bits of the length value in %o2 since we use branch-on-register
36413 tests which consider the entire 64-bit register.
36414
36415 2012-10-06 H.J. Lu <hongjiu.lu@intel.com>
36416
36417 * string/test-strstr.c (check2): Add a test for page boundary.
36418
36419 2012-10-05 David S. Miller <davem@davemloft.net>
36420
36421 * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: New file.
36422 * sysdeps/sparc/sparc32/sparcv9/multiarch/memset-niagara4.S: New
36423 file.
36424 * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
36425 sysdep_routines.
36426 * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
36427 * sysdeps/sparc/sparc64/multiarch/memset.S: Use Niagara-4 memset
36428 and bzero when HWCAP_SPARC_CRYPTO is present.
36429
36430 2012-10-05 H.J. Lu <hongjiu.lu@intel.com>
36431
36432 [BZ #14602]
36433 * string/test-strstr.c (check2): New function.
36434 (test_main): Call check2.
36435
36436 * string/Makefile (tests): Remove bug-strstr1, bug-strcasestr1
36437 and bug-strchr1.
36438 * string/bug-strcasestr1.c (do_test): Moved to ...
36439 * string/test-strcasestr.c (check1): Here. New function.
36440 (do_one_test): Break out result checking code into ...
36441 (check_result): This. New function.
36442 (do_one_test): Call check_result.
36443 (test_main): Call check1.
36444 * string/bug-strchr1.c (do_test): Moved to ...
36445 * string/test-strchr.c (check1): Here. New function.
36446 (do_one_test): Break out result checking code into ...
36447 (check_result): This. New function.
36448 (do_one_test): Call check_result.
36449 (test_main): Call check1.
36450 * string/bug-strstr1.c (main): Moved to ...
36451 * string/test-strstr.c (check1): Here. New function.
36452 (do_one_test): Break out result checking code into ...
36453 (check_result): This. New function.
36454 (do_one_test): Call check_result.
36455 (test_main): Call check1.
36456 * string/bug-strcasestr1.c: Removed.
36457 * string/bug-strchr1.c: Likewise.
36458 * string/bug-strstr1.c: Likewise.
36459
36460 * elf/Makefile (dl-routines): Add hwcaps.
36461 * elf/dl-support.c (_dl_important_hwcaps): Removed.
36462 * elf/dl-sysdep.c (_DL_FIRST_EXTRA): Likewise.
36463 (_dl_important_hwcaps): Moved to ...
36464 * elf/dl-hwcaps.c: Here. New file.
36465 * sysdeps/mach/hurd/dl-sysdep.c (_dl_important_hwcaps): Removed.
36466
36467 [BZ #14557]
36468 * elf/setup-vdso.h (setup_vdso): Set GL(dl_nns) to 1 for vDSO
36469 if IS_IN_rtld isn't defined.
36470
36471 * elf/dl-support.c (_dl_sysinfo_map): New.
36472 Include "get-dynamic-info.h" and "setup-vdso.h".
36473 (_dl_non_dynamic_init): Call setup_vdso.
36474 * elf/dynamic-link.h: Don't include <assert.h>.
36475 (elf_get_dynamic_info): Moved to ...
36476 * elf/get-dynamic-info.h: Here. New file.
36477 * elf/dynamic-link.h: Include "get-dynamic-info.h".
36478 * elf/rtld.c (dl_main): Break out vDSO setup code into ...
36479 * elf/setup-vdso.h: Here. New file.
36480 * elf/rtld.c: Include "setup-vdso.h".
36481 (dl_main): Call setup_vdso.
36482
36483 2012-10-05 Joseph Myers <joseph@codesourcery.com>
36484
36485 * math/libm-test.inc: List nexttoward, cimag, clog10, conf and
36486 creal in comment listing functions tested. List finite, isinf,
36487 isnan, isless, islessequal, isgreater, isgreaterequal,
36488 islessgreater, isunordered, lgamma_r and pow10 as functions and
36489 macros not tested. Mention which functions not tested are aliases
36490 for other functions. Fix typo. Note that signs of NaNs are not
36491 tested.
36492
36493 * scripts/config.guess: Update from config.git.
36494 * scripts/config.sub: Likewise.
36495
36496 2012-10-04 Roland McGrath <roland@hack.frob.com>
36497
36498 * misc/Versions (GLIBC_PRIVATE): New set, add __madvise.
36499 * misc/madvise.c (madvise): Renamed to __madvise.
36500 Make madvise a weak alias.
36501 * include/sys/mman.h: Declare __madvise.
36502 Replace libc_hidden_proto (madvise) with libc_hidden_proto (__madvise).
36503 * sysdeps/unix/syscalls.list
36504 (madvise): Make __madvise the strong name, and madvise a weak alias.
36505 * sysdeps/unix/sysv/linux/syscalls.list
36506 (madvise, mmap): Remove redundant entries.
36507 * malloc/arena.c (shrink_heap): Use __madvise, not madvise.
36508 * malloc/malloc.c (mtrim): Likewise.
36509 * sysdeps/mach/hurd/malloc-machine.h (madvise): Renamed to __madvise.
36510
36511 2012-10-03 Roland McGrath <roland@hack.frob.com>
36512
36513 * sysdeps/mach/hurd/dl-cache.c: File removed.
36514 * config.h.in (USE_LDCONFIG): New #undef.
36515 * configure.in (use_ldconfig): If set, define USE_LDCONFIG.
36516 * configure: Regenerated.
36517 * elf/Makefile (dl-routines): Add dl-cache only under
36518 [$(use-ldconfig) = yes].
36519 * elf/dl-load.c (_dl_map_object): Conditionalize code consulting the
36520 cache on [USE_LDCONFIG].
36521 * elf/dl-open.c (_dl_open): Call _dl_unload_cache only under
36522 [USE_LDCONFIG].
36523 * elf/rtld.c (dl_main): Likewise.
36524
36525 2012-10-03 Pino Toscano <toscano.pino@tiscali.it>
36526
36527 * sysdeps/posix/sysconf.c (__sysconf): Return 0 also for
36528 _SC_LEVEL4_CACHE_LINESIZE.
36529
36530 2012-10-03 Roland McGrath <roland@hack.frob.com>
36531
36532 * sysdeps/unix/bsd/confstr.h: File removed.
36533
36534 2012-10-02 Alexandre Oliva <aoliva@redhat.com>
36535
36536 * scripts/check-local-headers.sh: Exclude sys/sdt.h and
36537 sys/sdt-config.h.
36538
36539 2012-10-02 Roland McGrath <roland@hack.frob.com>
36540
36541 * elf/dl-load.c (_dl_map_object_from_fd: struct loadcmd):
36542 Make 'mapoff' field ElfW(Off) rather than off_t.
36543
36544 2012-10-02 Dmitry V. Levin <ldv@altlinux.org>
36545
36546 * nscd/Makefile: Remove nscd-cflags and all its users.
36547 (CPPFLAGS-nonlib): Add preprocessor flags for nscd modules.
36548 (CFLAGS-nonlib): Add compiler flags for nscd modules.
36549
36550 [BZ #10631]
36551 * malloc.c (malloc_printerr): Clarify error message.
36552
36553 2012-10-02 H.J. Lu <hongjiu.lu@intel.com>
36554
36555 [BZ #14648]
36556 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
36557 Set bit_FMA_Usable if FMA is supported.
36558 * sysdeps/x86_64/multiarch/init-arch.h (bit_FMA_Usable): New
36559 macro.
36560 (bit_FMA4_Usable): Updated.
36561 (index_FMA_Usable): New macro.
36562 (CPUID_FMA): Likewise
36563 (HAS_FMA): Defined with bit_FMA_Usable.
36564
36565 2012-10-01 Roland McGrath <roland@hack.frob.com>
36566
36567 * bits/types.h (__swblk_t): Type removed.
36568 * bits/typesizes.h (__SWBLK_T_TYPE): Macro removed.
36569 * sysdeps/mach/hurd/bits/typesizes.h (__SWBLK_T_TYPE): Likewise.
36570 * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
36571 (__SWBLK_T_TYPE): Likewise.
36572 * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
36573 (__SWBLK_T_TYPE): Likewise.
36574 * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
36575 (__SWBLK_T_TYPE): Likewise.
36576 * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
36577 (__SWBLK_T_TYPE): Likewise.
36578
36579 2012-10-01 Patsy Franklin <pfrankli@redhat.com>
36580 Honza Horak <hhorak@redhat.com>
36581
36582 * nis/yp_xdr.c (xdr_domainname): Use YPMAXDOMAIN as maxsize.
36583 (xdr_mapname): Use YPMAXMAP as maxsize.
36584 (xdr_peername): Use YPMAXPEER as maxsize.
36585 (xdr_keydat): Use YPAXRECORD as maxsize.
36586 (xdr_valdat): Use YPMAXRECORD as maxsize.
36587
36588 2012-10-01 Roland McGrath <roland@hack.frob.com>
36589
36590 * io/openat.c [!__ASSUME_ATFCTS] (__have_atfcts): New global variable.
36591
36592 * sysdeps/unix/sysv/linux/init-first.c: Moved to ...
36593 * csu/init-first.c: ... here.
36594 * sysdeps/unix/sysv/linux/powerpc/init-first.c: Update #include.
36595 * sysdeps/unix/sysv/linux/s390/init-first.c: Likewise.
36596 * sysdeps/unix/sysv/linux/x86_64/init-first.c: Likewise.
36597 * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: Likewise.
36598 * sysdeps/i386/init-first.c: File removed.
36599 * sysdeps/sh/init-first.c: File removed.
36600
36601 2012-10-01 Joseph Myers <joseph@codesourcery.com>
36602
36603 [BZ #14645]
36604 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute result as x * y
36605 if x * y might underflow to zero and z is zero.
36606 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
36607 * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
36608 * math/libm-test.inc (min_subnorm_value): New variable.
36609 (fma_test): Add more tests.
36610 (fma_test_towardzero): Likewise.
36611 (fma_test_downward): Likewise
36612 (fma_test_upward): Likewise.
36613 (initialize): Set min_subnorm_value.
36614
36615 2012-09-29 Joseph Myers <joseph@codesourcery.com>
36616
36617 [BZ #14638]
36618 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use x * y + z for exact
36619 0 + 0.
36620 * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Use original rounding
36621 mode for addition resulting in exact zero.
36622 * sysdeps/ieee754/ldbl-128/s_fma.c (__fma): Likewise.
36623 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Use x * y + z for
36624 exact 0 + 0.
36625 * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
36626 * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
36627 * math/libm-test.inc (fma_test): Add more tests.
36628 (fma_test_towardzero): New function.
36629 (fma_test_downward): Likewise.
36630 (fma_test_upward): Likewise.
36631 (main): Call the new functions.
36632
36633 2012-09-28 David S. Miller <davem@davemloft.net>
36634
36635 * sysdeps/sparc/fpu/libm-test-ulps: Fix garbage in file.
36636
36637 2012-09-28 Roland McGrath <roland@hack.frob.com>
36638
36639 * sysdeps/posix/sleep.c (__sleep): Rewritten using __nanosleep
36640 instead of SIGALRM.
36641
36642 * sysdeps/gnu/_G_config.h: Moved to ...
36643 * sysdeps/unix/sysv/linux/_G_config.h: ... here.
36644 * sysdeps/mach/hurd/_G_config.h: Moved to ...
36645 * sysdeps/generic/_G_config.h: ... here.
36646
36647 * io/open.c (__open): Renamed to __libc_open. Make __open an alias.
36648
36649 * posix/Makefile ($(objpfx)config-name.h): Do $(make-target-directory).
36650
36651 * nss/Makefile ($(objpfx)/libnss_test1.so$(libnss_test1.so-version)):
36652 Conditionalize target on [libnss_test1.so-version].
36653
36654 * elf/dl-sysdep.c: Conditionalize whole contents on [SHARED].
36655
36656 * Makeconfig (nssobjdir, resolvobjdir): Remove variables.
36657 (elfobjdir): Move out of conditionals.
36658
36659 * nss/nsswitch.c (nss_new_service): Conditionalize definition and
36660 declaration on [!DO_STATIC_NSS || SHARED], matching its only caller.
36661 (__nss_lookup_function): Conditionalize label remove_from_tree on
36662 [!DO_STATIC_NSS || SHARED], matching its only use.
36663
36664 2012-09-28 David S. Miller <davem@davemloft.net>
36665
36666 * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: New file.
36667 * sysdeps/sparc/sparc32/sparcv9/multiarch/memcpy-niagara4.S: New
36668 file.
36669 * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
36670 sysdep_routines.
36671 * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
36672 * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use Niagara-4 memcpy
36673 when HWCAP_SPARC_CRYPTO is present.
36674
36675 2012-09-28 Pino Toscano <toscano.pino@tiscali.it>
36676
36677 * io/tst-mknodat.c: Create a FIFO instead of a socket.
36678
36679 2012-09-28 Andreas Schwab <schwab@linux-m68k.org>
36680
36681 [BZ #6530]
36682 * stdio-common/vfprintf.c (process_string_arg): Revert
36683 2000-07-22 change.
36684
36685 2011-09-28 Jonathan Nieder <jrnieder@gmail.com>
36686
36687 * stdio-common/Makefile (tst-sprintf-ENV): Set environment
36688 for testcase.
36689 * stdio-common/tst-sprintf.c: Include <locale.h>
36690 (main): Test sprintf's handling of incomplete multibyte
36691 characters.
36692
36693 2012-09-28 H.J. Lu <hongjiu.lu@intel.com>
36694
36695 * elf/dl-runtime.c (VERSYMIDX): Removed.
36696 * elf/dl-version.c (VERSYMIDX): Likewise.
36697 * elf/do-rel.h (VERSYMIDX): Likewise.
36698 (VALIDX): Likewise.
36699 * elf/dynamic-link.h (VERSYMIDX): Likewise.
36700 * elf/rtld.c (VALIDX): Likewise.
36701 (ADDRIDX): Likewise.
36702 * sysdeps/sparc/sparc32/dl-machine.h (VALIDX): Likewise.
36703 * sysdeps/sparc/sparc64/dl-machine.h (VALIDX): Likewise.
36704 * sysdeps/x86_64/dl-tlsdesc.h (ADDRIDX): Likewise.
36705 * sysdeps/generic/ldsodefs.h (VERSYMIDX): New macro.
36706 (VALIDX): Likewise.
36707 (ADDRIDX): Likewise.
36708
36709 2012-09-28 Pino Toscano <toscano.pino@tiscali.it>
36710
36711 * sysdeps/pthread/aio_fsync.c: Fix the file mode checking.
36712
36713 2012-09-28 Dmitry V. Levin <ldv@altlinux.org>
36714
36715 [BZ #11438]
36716 * sysdeps/posix/getaddrinfo.c (default_scopes): Map RFC 1918 addresses
36717 to global scope.
36718 * posix/tst-rfc3484.c: Verify 10/8, 172.16/12 and 196.128/16
36719 addresses are in the same scope as 192.0.2/24.
36720 * posix/gai.conf: Document new scope table defaults.
36721
36722 2012-09-28 Siddhesh Poyarekar <siddhesh@redhat.com>
36723
36724 [BZ #5298]
36725 * libio/fileops.c (_IO_new_file_seekoff): Don't flush buffer
36726 for ftell. Compute offsets from write pointers instead.
36727 * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
36728
36729 2012-09-28 Siddhesh Poyarekar <siddhesh@redhat.com>
36730
36731 [BZ #14543]
36732 * libio/Makefile (tests): New test case tst-fseek.
36733 * libio/tst-fseek.c: New test case to verify that fseek/ftell
36734 combination works in wide mode.
36735 * libio/wfileops.c (_IO_wfile_seekoff): Adjust internal buffer
36736 state when the external buffer state changes.
36737
36738 2012-09-27 David S. Miller <davem@davemloft.net>
36739
36740 [BZ #14376]
36741 * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Do not
36742 pass reloc->r_addend in as the 'high' argument to
36743 sparc64_fixup_plt when handling R_SPARC_JMP_IREL relocations.
36744
36745 * sysdeps/sparc/fpu/libm-test-ulps: Update.
36746
36747 2012-09-28 Pino Toscano <toscano.pino@tiscali.it>
36748
36749 * rt/tst-aio2.c: Include <pthread.h>.
36750 * rt/tst-aio3.c: Likewise.
36751
36752 2012-09-27 Steve Ellcey <sellcey@mips.com>
36753
36754 * sysdeps/ieee754/ldbl-128/bits/huge_vall.h: Remove.
36755
36756 2012-09-27 H.J. Lu <hongjiu.lu@intel.com>
36757
36758 * sysdeps/x86_64/multiarch/strncmp-ssse3.S: Conditionalize
36759 contents on [SHARED].
36760
36761 2012-09-26 Marek Polacek <polacek@redhat.com>
36762
36763 [BZ #14530]
36764 [BZ #13741]
36765 * misc/sys/cdefs.h: Define __extern_inline and __extern_always_inline
36766 for C++ and GCC <4.3 as well as for non GCC compilers.
36767
36768 2012-09-26 Markus Trippelsdorf <markus@trippelsdorf.de>
36769
36770 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
36771
36772 2012-09-25 Roland McGrath <roland@hack.frob.com>
36773
36774 * Makefile.in (all, install): Declare with .PHONY.
36775 Reported by Michael Hope <michael.hope@linaro.org>.
36776
36777 2012-09-25 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
36778
36779 * manual/platform.texi (PowerPC): Document __ppc_get_timebase_freq.
36780 * sysdeps/powerpc/sys/platform/ppc.h: Include the operating
36781 system header.
36782 * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_headers):
36783 Likewise.
36784 (sydep_routines): Add the new and the internal functions.
36785 * sysdeps/unix/sysv/linux/powerpc/bits/ppc.h: New file.
36786 * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Likewise.
36787 * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions
36788 (GLIBC_2.17): Add the new function.
36789 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
36790 (GLIBC_2.17): Likewise.
36791 * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions
36792 (GLIBC_2.17): Likewise.
36793 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist
36794 (GLIBC_2.17): Likewise.
36795 * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: New file.
36796
36797 2012-09-25 Alan Modra <amodra@gmail.com>
36798
36799 * sysdeps/unix/sysv/linux/powerpc/pthread_once.c (__pthread_once):
36800 Add release barrier before setting once_control to say
36801 initialisation is done. Add hints on lwarx. Use macro in
36802 place of isync.
36803 (clear_once_control): Add release barrier.
36804
36805 2012-09-25 Joseph Myers <joseph@codesourcery.com>
36806
36807 [BZ #13629]
36808 * math/s_clog.c (__clog): Handle more values close to |z| = 1
36809 specially.
36810 * math/s_clog10.c (__clog10): Likewise.
36811 * math/s_clog10f.c (__clog10f): Likewise.
36812 * math/s_clog10l.c (__clog10l): Likewise.
36813 * math/s_clogf.c (__clogf): Likewise.
36814 * math/s_clogl.c (__clogl): Likewise.
36815 * math/Makefile (libm-calls): Add x2y2m1.
36816 * sysdeps/generic/math_private.h (__x2y2m1f): Declare.
36817 (__x2y2m1): Likewise.
36818 (__x2y2m1l): Likewise.
36819 * sysdeps/ieee754/dbl-64/x2y2m1.c: New file.
36820 * sysdeps/ieee754/dbl-64/x2y2m1f.c: Likewise.
36821 * sysdeps/ieee754/ldbl-128/x2y2m1l.c: Likewise.
36822 * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
36823 * sysdeps/ieee754/ldbl-96/x2y2m1.c: Likewise.
36824 * sysdeps/ieee754/ldbl-96/x2y2m1l.c: Likewise.
36825 * math/libm-test.inc (clog_test, clog10_test): Add more tests.
36826 * sysdeps/i386/fpu/libm-test-ulps: Update.
36827 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
36828
36829 [BZ #14621]
36830 * posix/glob.c (next_brace_sub): Use size_t instead of unsigned
36831 int as type of variable DEPTH.
36832 (glob): Use size_t instead of int as type of variables NEWCOUNT
36833 and OLD_PATHC.
36834
36835 2012-09-25 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
36836
36837 * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
36838 Add s_sincosf-sse2.
36839 * sysdeps/i386/i686/fpu/multiarch/s_sincosf.c: New file.
36840 * sysdeps/i386/i686/fpu/multiarch/s_sincosf-sse2.S: New file.
36841 * sysdeps/ieee754/flt-32/s_sincosf.c (SINCOSF, SINCOSF_FUNC): Add
36842 macros for using routine as __sincosf_ia32.
36843 Use macro for function declaration and weak_alias.
36844 * sysdeps/i386/fpu/libm-test-ulps: Update.
36845
36846 * sysdeps/x86_64/fpu/s_sincosf.S: New file.
36847 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
36848
36849 * math/s_ccoshf.c (__ccoshf): Fix wrong usage of sincos for
36850 subnormal argument.
36851 * math/s_cexpf.c (__cexpf): Likewise.
36852 * math/s_csinf.c (__csinf): Likewise.
36853 * math/s_csinhf.c (__csinhf): Likewise.
36854 * math/s_ctanf.c (__ctanf): Likewise.
36855 * math/s_ctanhf.c (__ctanhf): Likewise.
36856 * math/s_ccosh.c (__ccoshf): Likewise.
36857 * math/s_cexp.c (__cexpl): Likewise.
36858 * math/s_csin.c (__csin): Likewise.
36859 * math/s_csinh.c (__csinh): Likewise.
36860 * math/s_ctan.c (__ctan): Likewise.
36861 * math/s_ctanh.c (ctanh): Likewise.
36862 * math/s_ccoshl.c (__ccoshl): Likewise.
36863 * math/s_cexpl.c (__cexpl): Likewise.
36864 * math/s_csinl.c (__csinl): Likewise.
36865 * math/s_csinhl.c (__csinhl): Likewise.
36866 * math/s_ctanl.c (__ctanl): Likewise.
36867 * math/s_ctanhl.c (__ctanhl): Likewise.
36868
36869 2012-09-25 Joseph Myers <joseph@codesourcery.com>
36870
36871 * libio/libio.h (_IO_size_t): Define to size_t, not _G_size_t.
36872 (_IO_ssize_t): Define to __ssize_t, not _G_ssize_t.
36873 (_IO_off_t): Define to __off_t, not _G_off_t.
36874 (_IO_pid_t): Define to __pid_t, not _G_pid_t.
36875 (_IO_uid_t): Define to __uid_t, not _G_uid_t.
36876 (_IO_wint_t): Define to wint_t, not _G_wint_t.
36877 * libio/libioP.h (struct _IO_jump_t): Use size_t not _G_size_t as
36878 type of __dummy and __dummy2 fields.
36879 * sysdeps/generic/_G_config.h (_G_size_t): Remove.
36880 (_G_ssize_t): Likewise.
36881 (_G_off_t): Likewise.
36882 (_G_pid_t): Likewise.
36883 (_G_uid_t): Likewise.
36884 (_G_wchar_t): Likewise.
36885 (_G_wint_t): Likewise.
36886 * sysdeps/gnu/_G_config.h (_G_size_t): Remove.
36887 (_G_ssize_t): Likewise.
36888 (_G_off_t): Likewise.
36889 (_G_pid_t): Likewise.
36890 (_G_uid_t): Likewise.
36891 (_G_wchar_t): Likewise.
36892 (_G_wint_t): Likewise.
36893 * sysdeps/mach/hurd/_G_config.h (_G_size_t): Remove.
36894 (_G_ssize_t): Likewise.
36895 (_G_off_t): Likewise.
36896 (_G_pid_t): Likewise.
36897 (_G_uid_t): Likewise.
36898 (_G_wchar_t): Likewise.
36899 (_G_wint_t): Likewise.
36900
36901 2012-09-25 Siddhesh Poyarekar <siddhesh@redhat.com>
36902
36903 * malloc/arena.c: Include malloc-sysdep.h.
36904 (shrink_heap): Use check_may_shrink_heap to decide if madvise
36905 is sufficient to shrink the heap or an unmap is needed.
36906 * sysdeps/generic/malloc-sysdep.h: New file. Define
36907 new function check_may_shrink_heap.
36908 * sysdeps/unix/sysv/linux/malloc-sysdep.h: New file. Define
36909 new function check_may_shrink_heap.
36910
36911 2012-09-25 Siddhesh Poyarekar <siddhesh@redhat.com>
36912
36913 * libio/fileops.c (_IO_new_file_seekoff): Fix typos in
36914 comments.
36915
36916 2012-09-24 Dmitry V. Levin <ldv@altlinux.org>
36917
36918 * catgets/test-gencat.sh: Add "set -e".
36919 * elf/tst-pathopt.sh: Likewise.
36920 * grp/tst_fgetgrent.sh: Likewise.
36921 * iconvdata/run-iconv-test.sh: Likewise.
36922 * intl/tst-gettext.sh: Likewise.
36923 * intl/tst-gettext2.sh: Likewise.
36924 * intl/tst-gettext4.sh: Likewise.
36925 * intl/tst-gettext6.sh: Likewise.
36926 * intl/tst-translit.sh: Likewise.
36927 * io/ftwtest-sh: Likewise.
36928 * libio/test-freopen.sh: Likewise.
36929 * malloc/tst-mtrace.sh: Likewise.
36930 * posix/globtest.sh: Likewise.
36931 * posix/tst-getconf.sh: Likewise.
36932 * posix/wordexp-tst.sh: Likewise.
36933 * stdio-common/tst-printf.sh: Likewise.
36934 * stdio-common/tst-unbputc.sh: Likewise.
36935 * stdlib/tst-fmtmsg.sh: Likewise.
36936 * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
36937 * catgets/Makefile: Do not specify -e option when running
36938 testsuite shell scripts.
36939 * elf/Makefile: Likewise.
36940 * grp/Makefile: Likewise.
36941 * iconvdata/Makefile: Likewise.
36942 * intl/Makefile: Likewise.
36943 * io/Makefile: Likewise.
36944 * libio/Makefile: Likewise.
36945 * malloc/Makefile: Likewise.
36946 * posix/Makefile: Likewise.
36947 * stdio-common/Makefile: Likewise.
36948 * stdlib/Makefile: Likewise.
36949 * sysdeps/x86_64/Makefile: Likewise.
36950
36951 * io/ftwtest-sh: Add copyright header.
36952 * posix/globtest.sh: Likewise.
36953 * posix/tst-getconf.sh: Likewise.
36954 * posix/wordexp-tst.sh: Likewise.
36955 * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
36956
36957 2012-09-24 H.J. Lu <hongjiu.lu@intel.com>
36958
36959 [BZ #13679]
36960 * Makeconfig (+link): Defined as $(+link-static) if
36961 $(build-shared) isn't yes.
36962 (link-tests): Defined as $(+link-static-tests) if $(build-shared)
36963 isn't yes.
36964 (static-gnulib): Add -lgcc_eh if $(build-shared) isn't yes.
36965
36966 * Makeconfig (+postctorT): Replace crtendS.o with crtend.o.
36967
36968 [BZ #14562]
36969 * malloc/arena.c (heap_trim): Properly get fencepost and adjust
36970 new chunk size with MALLOC_ALIGN_MASK.
36971
36972 2012-09-24 Joseph Myers <joseph@codesourcery.com>
36973
36974 [BZ #5044]
36975 * stdio-common/printf_fphex.c: Include <stdbool.h> and
36976 <rounding-mode.h>.
36977 (__printf_fphex): Determine rounding using get_rounding_mode and
36978 round_away.
36979 * stdio-common/tst-printf-round.c (struct hex_test): New
36980 structure.
36981 (hex_tests): New variable.
36982 (test_hex_in_one_mode): New function.
36983 (do_test): Also run tests for hex float output.
36984
36985 2012-09-21 Joseph Myers <joseph@codesourcery.com>
36986
36987 * libio/iopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
36988 [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
36989 * libio/libio.h (_IO_HAVE_SYS_WAIT): Remove.
36990 * libio/oldiopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
36991 [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
36992 * sysdeps/generic/_G_config.h (_G_HAVE_SYS_WAIT): Remove.
36993 * sysdeps/gnu/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
36994 * sysdeps/mach/hurd/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
36995
36996 2012-09-20 Joseph Myers <joseph@codesourcery.com>
36997
36998 * libio/libio.h [_G_NEED_STDARG_H]: Make code unconditional.
36999 * sysdeps/generic/_G_config.h (_G_NEED_STDARG_H): Remove.
37000 * sysdeps/gnu/_G_config.h (_G_NEED_STDARG_H): Remove.
37001 * sysdeps/mach/hurd/_G_config.h (_G_NEED_STDARG_H): Remove.
37002
37003 2012-09-19 Dmitry V. Levin <ldv@altlinux.org>
37004
37005 [BZ #14579]
37006 * elf/rtld.c (dl_main): Limit the check for self loading to normal
37007 mode only.
37008 * elf/tst-rtld-load-self.sh: New test.
37009 * elf/Makefile: Run it.
37010
37011 2012-09-18 Joseph Myers <joseph@codesourcery.com>
37012
37013 * sysdeps/wordsize-64/Makefile [$(subdir) = misc]
37014 (tst-writev-ENV): Remove.
37015 * sysdeps/wordsize-64/tst-writev.c (TIMEOUT): Define.
37016
37017 2012-09-17 Chris Metcalf <cmetcalf@tilera.com>
37018
37019 * crypt/md5test-giant.c (TIMEOUT): Increase to 8 minutes for tilegx.
37020
37021 2012-09-17 Joseph Myers <joseph@codesourcery.com>
37022
37023 * libio/iogetline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]: Make code
37024 unconditional.
37025 * libio/iogetwline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]:
37026 Likewise.
37027 * sysdeps/generic/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Remove.
37028 * sysdeps/gnu/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Likewise.
37029 * sysdeps/mach/hurd/_G_config.h (_G_HAVE_IO_GETLINE_INFO):
37030 Likewise.
37031
37032 2012-09-14 H.J. Lu <hongjiu.lu@intel.com>
37033
37034 [BZ #14587]
37035 * Makeconfig (ASFLAGS): Remove $(have-cpp-asm-debuginfo) check.
37036 * config.make.in (have-cpp-asm-debuginfo): Removed.
37037 * configure.in: Don't substitute libc_cv_cpp_asm_debuginfo.
37038 * configure: Regenerated.
37039
37040 2012-09-14 Joseph Myers <joseph@codesourcery.com>
37041
37042 [BZ #5044]
37043 * stdio-common/printf_fp.c: Include <stdbool.h> and
37044 <rounding-mode.h>.
37045 (___printf_fp): Determine rounding using get_rounding_mode and
37046 round_away.
37047 * stdio-common/tst-printf-round.c: New file.
37048 * stdio-common/Makefile (tests): Add tst-printf-round.
37049 (link-libm): New variable.
37050 ($(objpfx)tst-printf-round): Depend in $(link-libm).
37051
37052 2012-09-13 H.J. Lu <hongjiu.lu@intel.com>
37053
37054 [BZ #14576]
37055 * bits/libc-lock.h (__rtld_lock_init_recursive): Removed.
37056 * sysdeps/mach/bits/libc-lock.h (__rtld_lock_init_recursive):
37057 Likewise.
37058 * sysdeps/mach/hurd/bits/libc-lock.h (__rtld_lock_init_recursive):
37059 Likewise.
37060
37061 2012-09-13 Joseph Myers <joseph@codesourcery.com>
37062
37063 * libio/libio.h [!_G_HAVE_PRINTF_FP] (_IO_USE_DTOA): Remove.
37064 * sysdeps/generic/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
37065 * sysdeps/gnu/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
37066 * sysdeps/mach/hurd/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
37067
37068 2012-09-12 Joseph Myers <joseph@codesourcery.com>
37069
37070 [BZ #14518]
37071 * include/rounding-mode.h: New file.
37072 * sysdeps/generic/get-rounding-mode.h: Likewise.
37073 * sysdeps/s390/fpu/get-rounding-mode.h: Likewise.
37074 * stdlib/strtod_l.c: Include <rounding-mode.h>.
37075 (MAX_VALUE): New macro.
37076 (MIN_VALUE): Likewise.
37077 (overflow_value): New function.
37078 (underflow_value): Likewise.
37079 (round_and_return): Use overflow_value and underflow_value to
37080 determine return values in overflow and underflow cases. Use
37081 round_away to determine rounding depending on rounding mode.
37082 (____STRTOF_INTERNAL): Use overflow_value and underflow_value to
37083 determine return values in overflow and underflow cases.
37084 * stdlib/tst-strtod-round.c: Include <fenv.h>.
37085 (struct test_results): New structure.
37086 (struct test): Use struct test_results to store expected results
37087 for all rounding modes.
37088 (TEST): Include expected results for all rounding modes.
37089 (test_in_one_mode): New function.
37090 (do_test): Use test_in_one_mode to compute and check results.
37091 Check results for all rounding modes.
37092 * stdlib/Makefile ($(objpfx)tst-strtod-round): Depend on
37093 $(link-libm).
37094
37095 2012-12-09 Allan McRae <allan@archlinux.org>
37096
37097 * sysdeps/i386/fpu/libm-test-ulps: Update
37098
37099 2012-09-11 Joseph Myers <joseph@codesourcery.com>
37100
37101 * sysdeps/generic/_G_config.h (_G_int16_t): Remove.
37102 (_G_int32_t): Likewise.
37103 (_G_uint16_t): Likewise.
37104 (_G_uint32_t): Likewise.
37105 (_G_HAVE_BOOL): Likewise.
37106 (_G_HAVE_ATEXIT): Likewise.
37107 (_G_HAVE_LONG_DOUBLE_IO): Likewise.
37108 (_G_HAVE_IO_FILE_OPEN): Likewise.
37109 * sysdeps/gnu/_G_config.h (_G_int16_t): Remove.
37110 (_G_int32_t): Likewise.
37111 (_G_uint16_t): Likewise.
37112 (_G_uint32_t): Likewise.
37113 (_G_HAVE_BOOL): Likewise.
37114 (_G_HAVE_ATEXIT): Likewise.
37115 (_G_HAVE_LONG_DOUBLE_IO): Likewise.
37116 (_G_HAVE_IO_FILE_OPEN): Likewise.
37117 * sysdeps/mach/hurd/_G_config.h (_G_int16_t): Remove.
37118 (_G_int32_t): Likewise.
37119 (_G_uint16_t): Likewise.
37120 (_G_uint32_t): Likewise.
37121 (_G_HAVE_BOOL): Likewise.
37122 (_G_HAVE_ATEXIT): Likewise.
37123 (_G_HAVE_LONG_DOUBLE_IO): Likewise.
37124 (_G_HAVE_IO_FILE_OPEN): Likewise.
37125
37126 2012-09-11 H.J. Lu <hongjiu.lu@intel.com>
37127
37128 * csu/libc-tls.c: Update copyright years.
37129
37130 2012-09-10 Joseph Myers <joseph@codesourcery.com>
37131
37132 * libioP.h [_G_USING_THUNKS]: Make code unconditional.
37133 [!_G_USING_THUNKS]: Remove conditional code.
37134 * sysdeps/gnu/_G_config.h (_G_USING_THUNKS): Remove.
37135 * sysdeps/mach/hurd/_G_config.h (_G_USING_THUNKS): Likewise.
37136
37137 * libio/libioP.h [__GNUC__] (VTABLE_LABEL): Remove.
37138 [!builtinbuf_vtable && __cplusplus] (builtinbuf_vtable): Likewise.
37139 * sysdeps/generic/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
37140 (_G_VTABLE_LABEL_PREFIX): Likewise.
37141 (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
37142 * sysdeps/gnu/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
37143 (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
37144 (_G_VTABLE_LABEL_PREFIX): Likewise.
37145 (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
37146 * sysdeps/mach/hurd/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
37147 (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
37148 (_G_VTABLE_LABEL_PREFIX): Likewise.
37149 (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
37150
37151 2012-09-10 H.J. Lu <hongjiu.lu@intel.com>
37152
37153 * libio/Makefile: Include ../Makeconfig before tests.
37154 (tests): Add tst-fopenloc and depend on $(objpfx)tst-fopenloc.check
37155 only if $(build-shared) is yes.
37156
37157 * iconv/gconv_db.c: Update copyright years.
37158
37159 2012-09-10 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
37160
37161 * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: Fix
37162 unwind info if defined PIC. Fix special cases description.
37163 * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: Likewise.
37164
37165 * sysdeps/x86_64/fpu/s_sinf.S: Fix special cases description, fix
37166 DP_HI_MASK entry.
37167 * sysdeps/x86_64/fpu/s_cosf.S: Likewise.
37168
37169 2012-09-07 H.J. Lu <hongjiu.lu@intel.com>
37170
37171 * scripts/check-local-headers.sh: Add "shopt -s nullglob".
37172
37173 * iconv/gconv_db.c (free_derivation): Check if deriv->steps
37174 is NULL.
37175
37176 * debug/Makefile (LDFLAGS-tst-chk4): Renamed to ...
37177 (LDLIBS-tst-chk4): This.
37178 (LDFLAGS-tst-chk5): Renamed to ...
37179 (LDLIBS-tst-chk5): This.
37180 (LDFLAGS-tst-chk6): Renamed to ...
37181 (LDLIBS-tst-chk6): This.
37182 (LDFLAGS-tst-lfschk4): Renamed to ...
37183 (LDLIBS-tst-lfschk4): This.
37184 (LDFLAGS-tst-lfschk5): Renamed to ...
37185 (LDLIBS-tst-lfschk5): This.
37186 (LDFLAGS-tst-lfschk6): Renamed to ...
37187 (LDLIBS-tst-lfschk6): This.
37188
37189 * Makefile ($(inst_includedir)/gnu/stubs.h): Remove dependency
37190 on $(common-objpfx)soversions.mk.
37191
37192 2012-09-07 Joseph Myers <joseph@codesourcery.com>
37193
37194 [BZ #10014]
37195 * manual/examples/inetcli.c (SERVERHOST): Use www.gnu.org as
37196 example host name.
37197
37198 2012-09-07 Siddhesh Poyarekar <siddhesh@redhat.com>
37199
37200 * malloc/arena.c (arena_get_retry): New function that gets
37201 another arena for the caller to try its request on.
37202 * malloc/malloc.c (__libc_malloc): Use get_another_arena if the
37203 current arena cannot fulfill the request.
37204 (__libc_memalign): Likewise.
37205 (__libc_memalign): Likewise.
37206 (__libc_pvalloc): Likewise.
37207 (__libc_calloc): Likewise.
37208
37209 2012-09-05 John Tobey <john.tobey@gmail.com>
37210
37211 [BZ #13542]
37212 * manual/arith.texi (Operations on Complex): Fix description
37213 of carg branch cut.
37214
37215 2012-09-06 Joseph Myers <joseph@codesourcery.com>
37216
37217 [BZ #10014]
37218 * manual/socket.texi (Host Addresses): Use www.gnu.org as example
37219 host name.
37220
37221 [BZ #10038]
37222 * manual/memory.texi (Memory): Make order of menu items match
37223 order of sections.
37224
37225 2012-09-06 H.J. Lu <hongjiu.lu@intel.com>
37226
37227 * elf/dl-tls.c (DL_INITIAL_DTV): Removed.
37228 (_dl_initial_dtv): New. Defined if SHARED isn't defined.
37229 (_dl_deallocate_tls): Restore GL(dl_initial_dtv).
37230
37231 2012-09-06 H.J. Lu <hongjiu.lu@intel.com>
37232
37233 * csu/libc-tls.c (static_dtv): Renamed to ...
37234 (_dl_static_dtv): This. Make it global.
37235 (_dl_initial_dtv): Removed.
37236 (__libc_setup_tls): Updated.
37237 * elf/dl-tls.c (DL_INITIAL_DTV): New macro.
37238 (_dl_deallocate_tls): Replace GL(dl_initial_dtv) with
37239 DL_INITIAL_DTV.
37240
37241 2012-09-06 Petr Machata <pmachata@redhat.com>
37242
37243 * elf/elf.h (NT_S390_HIGH_GPRS): New macro.
37244 (NT_S390_TIMER, NT_S390_TODCMP, NT_S390_TODPREG): Likewise.
37245 (NT_S390_CTRS, NT_S390_PREFIX, NT_S390_LAST_BREAK): Likewise.
37246 (NT_S390_SYSTEM_CALL, NT_ARM_VFP): Likewise.
37247
37248 2012-09-06 H.J. Lu <hongjiu.lu@intel.com>
37249
37250 [BZ #14545]
37251 * csu/libc-tls.c (_dl_initial_dtv): New variable.
37252 * elf/dl-tls.c (_dl_deallocate_tls): Always check dtv before
37253 freeing dtv[-1].
37254
37255 2012-09-06 H.J. Lu <hongjiu.lu@intel.com>
37256
37257 [BZ #14544]
37258 * Makeconfig (link-static-before-libc): Replace $(+prector)
37259 with $(+prectorT).
37260 (link-static-after-libc): Replace $(+postctor) with
37261 $(+postctorT).
37262 (link-bounded): Replace $(+prector)/$(+postctor) with
37263 $(+prectorT)/$(+postctorT).
37264 (+prectorT): New macro.
37265 (+postctorT): Likewise.
37266
37267 2012-09-06 Joseph Myers <joseph@codesourcery.com>
37268
37269 * stdlib/gen-tst-strtod-round.c: Include <assert.h>.
37270 (round_str): Handle values above the maximum for IBM long double
37271 as inexact.
37272 * stdlib/tst-strtod-round.c (tests): Regenerated.
37273
37274 2012-09-06 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
37275
37276 * sysdeps/s390/s390-32/multiarch/Makefile: Remove -mzarch
37277 assembler flag.
37278 * sysdeps/s390/s390-32/multiarch/memcmp.S: Use .machinemode
37279 zarch_nohighgprs around the zarch optimized routines.
37280 * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
37281 * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
37282 * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Explicitly check
37283 for zarch.
37284
37285 2012-09-05 David S. Miller <davem@davemloft.net>
37286
37287 * sysdeps/sparc/fpu/libm-test-ulps: Update.
37288
37289 * sysdeps/sparc/bits/hwcap.h (HWCAP_SPARC_PAUSE)
37290 (HWCAP_SPARC_CBCOND, HWCAP_SPARC_CRYPTO): Define.
37291 * sysdeps/sparc/dl-procinfo.h (_DL_HWCAP_COUNT): Increase to 27.
37292 * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
37293 entries.
37294
37295 2012-09-05 Alexandre Oliva <aoliva@redhat.com>
37296
37297 * malloc/arena.c: Fold copyright years.
37298 * malloc/mcheck.c, malloc/memusage.c: Likewise.
37299
37300 2012-09-05 Alexandre Oliva <aoliva@redhat.com>
37301
37302 * malloc/malloc.c (__libc_mallopt) <M_MMAP_MAX>: Fix indentation.
37303
37304 2012-09-05 Alexandre Oliva <aoliva@redhat.com>
37305
37306 * manual/contrib.texi (Contributors): Fix typo. Complete entry.
37307
37308 2012-09-05 Alexandre Oliva <aoliva@redhat.com>
37309
37310 * malloc/malloc.c (__libc_mallopt) <M_MMAP_THRESHOLD>: Do not
37311 change internal state upon failure.
37312
37313 2012-09-05 Alexandre Oliva <aoliva@redhat.com>
37314
37315 * malloc/mcheck.c (mcheck_check_all): Fix typo.
37316 * malloc/memusage.c (mmap): Likewise.
37317 (mmap64, mremap): Likewise. Adjust name in comment.
37318
37319 2012-09-05 Siddhesh Poyarekar <siddhesh@redhat.com>
37320
37321 * libio/fileops.c: Fix typos in comments.
37322 * libio/oldfileops.c: Likewise.
37323 * libio/wfileops.c: Likewise.
37324
37325 2012-09-05 Siddhesh Poyarekar <siddhesh@redhat.com>
37326
37327 [BZ #1349]
37328 * malloc/Makefile (tests): Add tst-malloc-usable test case.
37329 (tst-malloc-usable-ENV): Set environment for test case.
37330 * malloc/hooks.c (malloc_check_get_size): New function to get
37331 requested size.
37332 * malloc/malloc.c (musable): Use malloc_check_get_size.
37333 * malloc/tst-malloc-usable.c: New test case.
37334
37335 2012-09-05 Andreas Schwab <schwab@linux-m68k.org>
37336
37337 * stdlib/tst-strtod-overflow.c (TIMEOUT): Define.
37338
37339 2012-09-05 Allan McRae <allan@archlinux.org>
37340
37341 [BZ #13966]
37342 * configure.in (CXX_SYSINCLUDES): Use compiler output to
37343 determine header location.
37344 * configure: Regenerated.
37345
37346 2012-09-05 Andreas Schwab <schwab@linux-m68k.org>
37347
37348 * stdlib/gen-tst-strtod-round.c (formats): Add Motorola extended
37349 float format.
37350 * stdlib/tst-strtod-round.c (TEST) [LDBL_MANT_DIG == 64 &&
37351 LDBL_MAX_EXP == 16384]: Add case for Motorola extended float
37352 format.
37353 (test): Regenerate.
37354
37355 2012-09-04 David S. Miller <davem@davemloft.net>
37356
37357 * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: New file.
37358 * sysdeps/sparc/sparc32/sparcv9/submul_1.S: New file.
37359 * sysdeps/sparc/sparc32/sparcv9/mul_1.S: New file.
37360
37361 2012-09-04 Florian Weimer <fweimer@redhat.com>
37362
37363 * stdlib/tst-secure-getenv.c (alternative_main): Only warn on SGID
37364 failures.
37365
37366 * stdlib/tst-secure-getenv.c: Fix whitespace in comments.
37367
37368 2012-09-04 Joseph Myers <joseph@codesourcery.com>
37369
37370 [BZ #9914]
37371 * libio/iogetdelim.c: Include <limits.h>.
37372 (_IO_getdelim): Avoid integer overflow in testing whether cur_len
37373 + len + 1 would overflow.
37374
37375 2012-09-03 Andreas Jaeger <aj@suse.de>
37376
37377 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
37378 * sysdeps/i386/fpu/libm-test-ulps: Update.
37379
37380 2012-09-03 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
37381
37382 * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
37383 Add s_sinf-sse2, s_conf-sse2.
37384
37385 * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: New file.
37386 * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: New file.
37387 * sysdeps/i386/i686/fpu/multiarch/s_sinf.c: New file.
37388 * sysdeps/i386/i686/fpu/multiarch/s_cosf.c: New file.
37389
37390 * sysdeps/ieee754/flt-32/s_sinf.c (SINF, SINF_FUNC): Add macros
37391 for using routine as __sinf_ia32.
37392 Use macro for function declaration and weak_alias.
37393 * sysdeps/ieee754/flt-32/s_cosf.c (COSF, COSF_FUNC): Add macros
37394 for using routine as __cosf_ia32.
37395 Use macro for function declaration and weak_alias.
37396
37397 * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Fix Copyright.
37398 * sysdeps/i386/i686/fpu/multiarch/e_expf.c: Fix Copyright.
37399
37400 * sysdeps/x86_64/fpu/s_sinf.S: New file.
37401 * sysdeps/x86_64/fpu/s_cosf.S: New file.
37402 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
37403
37404 * math/libm-test.inc (cos_test): Add more test cases.
37405 (sin_test): Likewise.
37406 (sincos_test): Likewise.
37407
37408 2012-09-03 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
37409
37410 * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c
37411 (IFUNC_RESOLVE): Make pointers to the specialized implementations
37412 hidden.
37413 * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
37414
37415 2012-09-02 H.J. Lu <hongjiu.lu@intel.com>
37416
37417 [BZ #14538]
37418 * sysdeps/x86_64/dl-machine.h (elf_machine_dynamic): Use the
37419 first element of the GOT.
37420 (elf_machine_load_address): Return the difference between
37421 the runtime address of _DYNAMIC and elf_machine_dynamic ().
37422
37423 2012-09-01 Allan McRae <allan@archlinux.org>
37424
37425 [BZ #13412]
37426 * configure.in (AWK): Require gawk version 3.0 or later.
37427 * configure: Regenerated.
37428
37429 2012-09-01 Joseph Myers <joseph@codesourcery.com>
37430
37431 * sysdeps/unix/sysv/linux/kernel-features.h
37432 (__ASSUME_POSIX_CPU_TIMERS): Remove.
37433 * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
37434 [__NR_clock_getres]: Make code unconditional.
37435 [!__ASSUME_POSIX_CPU_TIMERS]: Remoce conditional code.
37436 (clock_getcpuclockid): Remove code left unreachable by removal of
37437 conditionals.
37438 * sysdeps/unix/sysv/linux/clock_getres.c [__NR_clock_getres]: Make
37439 code unconditional.
37440 [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
37441 [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
37442 * sysdeps/unix/sysv/linux/clock_gettime.c [__NR_clock_gettime]:
37443 Make code unconditional.
37444 [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
37445 [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
37446 * sysdeps/unix/sysv/linux/clock_settime.c
37447 [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]: Remove
37448 conditional code.
37449 [__ASSUME_POSIX_CPU_TIMERS]: Make code unconditional.
37450 [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
37451
37452 2012-08-29 H.J. Lu <hongjiu.lu@intel.com>
37453
37454 [BZ #14476]
37455 * Makefile (install): Also pass LD_SO=$(ld.so-version) to
37456 scripts/test-installation.pl.
37457
37458 * scripts/test-installation.pl: Use LD_SO to get $ld_so_name
37459 and $ld_so_version if it is set.
37460
37461 2012-08-29 Siddhesh Poyarekar <siddhesh@redhat.com>
37462
37463 [BZ #14516]
37464 * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Don't return
37465 failure if reading from procfs failed.
37466 * sysdeps/unix/sysv/linux/ttyname_r.c (ttyname_r): Likewise.
37467
37468 2012-08-27 Joseph Myers <joseph@codesourcery.com>
37469
37470 * sysdeps/unix/sysv/linux/kernel-features.h
37471 (__ASSUME_STAT64_SYSCALL): Remove all definitions.
37472 * sysdeps/unix/sysv/linux/fxstat64.c [!__ASSUME_STAT64_SYSCALL]:
37473 Remove conditional code.
37474 [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
37475 * sysdeps/unix/sysv/linux/fxstatat64.c [!__ASSUME_STAT64_SYSCALL]:
37476 Remove conditional code.
37477 [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
37478 * sysdeps/unix/sysv/linux/i386/fxstat.c
37479 [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
37480 [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
37481 * sysdeps/unix/sysv/linux/i386/fxstatat.c
37482 [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
37483 [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
37484 * sysdeps/unix/sysv/linux/i386/lxstat.c
37485 [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
37486 [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
37487 * sysdeps/unix/sysv/linux/i386/xstat.c [!__ASSUME_STAT64_SYSCALL]:
37488 Remove conditional code.
37489 [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
37490 * sysdeps/unix/sysv/linux/lxstat64.c [!__ASSUME_STAT64_SYSCALL]:
37491 Remove conditional code.
37492 [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
37493 * sysdeps/unix/sysv/linux/sparc/sparc64/xstat.c: Do not include
37494 <kernel-features.h>.
37495 [__NR_stat64 && !__ASSUME_STAT64_SYSCALL] (__have_no_stat64):
37496 Remove.
37497 * sysdeps/unix/sysv/linux/xstat64.c [!__ASSUME_STAT64_SYSCALL]:
37498 Remove conditional code.
37499 [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
37500 * sysdeps/unix/sysv/linux/xstatconv.c [!__ASSUME_STAT64_SYSCALL]:
37501 Remove conditional.
37502
37503 2012-08-27 Mike Frysinger <vapier@gentoo.org>
37504
37505 [BZ #5400]
37506 * NEWS: Add fixed bug number.
37507
37508 2012-08-27 Joseph Myers <joseph@codesourcery.com>
37509
37510 [BZ #14519]
37511 * stdlib/strtod_l.c (round_and_return): Return -0.0 for
37512 underflowing exponent in case of negative sign.
37513 * stdlib/tst-strtod-round-data: Add more tests.
37514 * stdlib/tst-strtod-round.c (tests): Regenerated.
37515
37516 [BZ #3479]
37517 * stdlib/strtod_l.c (NDIG): Remove.
37518 (HEXNDIG): Likewise.
37519 (MPNSIZE): Increase to represent 10^n where 2^-n is 1/4 ulp of the
37520 smallest representable value.
37521 (____STRTOF_INTERNAL): Use all fractional decimal digits that may
37522 lie within an exact representation of 1/2 ulp of the result.
37523 * stdlib/fpioconst.c (__tens): Include 10^2^9 and 10^2^10
37524 unconditionally.
37525 (TENS_P9_IDX): Define unconditionally.
37526 (TENS_P9_SIZE): Likewise.
37527 (TENS_P10_IDX): Likewise.
37528 (TENS_P10_SIZE): Likewise.
37529 [BITS_PER_MP_LIMB == 32]: Change condition for larger powers of 10
37530 to !defined __NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024.
37531 [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024] (__tens): Add
37532 entries for 10^2^13 and 10^2^14.
37533 [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024]
37534 (TENS_P13_IDX): Define.
37535 (TENS_P13_SIZE): Likewise.
37536 (TENS_P14_IDX): Likewise.
37537 (TENS_P14_SIZE): Likewise.
37538 (_fpioconst_pow10): Change array size to
37539 FPIOCONST_POW10_ARRAY_SIZE. Make entries for 10^2^9 and 10^2^10
37540 unconditional.
37541 (_fpioconst_pow10) [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ >
37542 1024]: Add entries for 10^2^13 and 10^2^14.
37543 [LAST_POW10 > _LAST_POW10]: Remove #error.
37544 * stdlib/fpioconst.h (FPIOCONST_POW10_ARRAY_SIZE): Define.
37545 (_fpioconst_pow10): Change array size to
37546 FPIOCONST_POW10_ARRAY_SIZE.
37547 * stdlib/gen-fpioconst.c: New file.
37548 * stdlib/gen-tst-strtod-round.c: Likewise.
37549 * stdlib/tst-strtod-round-data: Likewise.
37550 * stdlib/tst-strtod-round.c: Likewise.
37551 * stdlib/Makefile (tests): Add tst-strtod-round.
37552
37553 [BZ #14459]
37554 * stdlib/strtod_l.c: Include <stdint.h>.
37555 (NDEBUG): Do not define.
37556 (round_and_return): Change EXPONENT parameter to type intmax_t.
37557 Rearrange calculations to avoid internal overflow possibilities.
37558 (str_to_mpn): Change EXPONENT parameter to type intmax_t *.
37559 Rearrange calculations to avoid internal overflow possibilities.
37560 Assert that number fits inside MPNSIZE limbs.
37561 (____STRTOF_INTERNAL): Change EXPONENT variable to type intmax_t.
37562 Change DIG_NO, INT_NO and LEAD_ZERO to type size_t. Rearrange
37563 calculations and add assertions to avoid internal overflow
37564 possibilities. Add casts to avoid signed/unsigned operations.
37565 * stdlib/tst-strtod-overflow.c: New file.
37566 * stdlib/Makefile (tests): Add tst-strtod-overflow.
37567
37568 2012-08-25 Marek Polacek <polacek@redhat.com>
37569
37570 * time/time.h: Fix some typos in comments.
37571
37572 2012-08-23 Roland McGrath <roland@hack.frob.com>
37573
37574 * posix/tst-rfc3484.c: #undef USE_NSCD before including getaddrinfo.c.
37575 * posix/tst-rfc3484-2.c: Likewise.
37576 * posix/tst-rfc3484-3.c: Likewise.
37577
37578 2012-08-23 Steve McIntyre <steve.mcintyre@linaro.org>
37579
37580 * elf/elf.h (EF_ARM_ABI_FLOAT_SOFT): New macro.
37581 (EF_ARM_ABI_FLOAT_HARD): Likewise.
37582
37583 2012-08-23 Joseph Myers <joseph@codesourcery.com>
37584
37585 * sysdeps/unix/sysv/linux/dl-fxstatat64.c: Use <> instead of "" in
37586 #include of fxstatat64.c.
37587
37588 2012-08-22 Roland McGrath <roland@hack.frob.com>
37589
37590 * shadow/getspent.c: #undef USE_NSCD before #include that gets the code.
37591 * shadow/getspent_r.c: Likewise.
37592 * shadow/getspnam.c: Likewise.
37593 * shadow/getspnam_r.c: Likewise.
37594 * gshadow/getsgent.c: Likewise.
37595 * gshadow/getsgent_r.c: Likewise.
37596 * gshadow/getsgnam.c: Likewise.
37597 * gshadow/getsgnam_r.c: Likewise.
37598 * inet/getnetbyad.c: Likewise.
37599 * inet/getnetbyad_r.c: Likewise.
37600 * inet/getnetbynm.c: Likewise.
37601 * inet/getnetbynm_r.c: Likewise.
37602 * inet/getnetent.c: Likewise.
37603 * inet/getnetent_r.c: Likewise.
37604 * inet/getproto.c: Likewise.
37605 * inet/getproto_r.c: Likewise.
37606 * inet/getprtent.c: Likewise.
37607 * inet/getprtent_r.c: Likewise.
37608 * inet/getprtname.c: Likewise.
37609 * inet/getprtname_r.c: Likewise.
37610 * inet/getrpcbyname.c: Likewise.
37611 * inet/getrpcbyname_r.c: Likewise.
37612 * inet/getrpcbynumber.c: Likewise.
37613 * inet/getrpcbynumber_r.c: Likewise.
37614 * inet/getrpcent.c: Likewise.
37615 * inet/getrpcent_r.c: Likewise.
37616 * inet/getaliasent.c: Likewise.
37617 * inet/getaliasent_r.c: Likewise.
37618 * inet/getaliasname.c: Likewise.
37619 * inet/getaliasname_r.c: Likewise.
37620 * nscd/getgrgid_r.c: Likewise.
37621 * nscd/getgrnam_r.c: Likewise.
37622 * nscd/gethstbyad_r.c: Likewise.
37623 * nscd/gethstbynm3_r.c: Likewise.
37624 * nscd/getpwnam_r.c: Likewise.
37625 * nscd/getpwuid_r.c: Likewise.
37626 * nscd/getsrvbynm_r.c: Likewise.
37627 * nscd/getsrvbypt_r.c: Likewise.
37628 * nscd/gai.c: Likewise.
37629
37630 * configure.in (build_nscd): New substituted variable, set
37631 by --disable-build-nscd and defaults to $use_nscd.
37632 * configure: Regenerated.
37633 * config.make.in (build-nscd): New substituted variable.
37634 * nscd/Makefile (others, others-pie, install-sbin, extra-objs):
37635 Change conditional to require [$(build-nscd) = yes] as well.
37636 * NEWS: Mention --disable-build-nscd in the --disable-nscd item.
37637
37638 [BZ# 13696]
37639 * configure.in (use_nscd): New substituted variable, set by
37640 --disable-nscd. If enabled, define USE_NSCD.
37641 * configure: Regenerated.
37642 * config.h.in: Add USE_NSCD.
37643 * config.make.in (use-nscd): New substituted variable.
37644 * inet/Makefile (CFLAGS-gethstbyad_r.c): Likewise.
37645 (CFLAGS-gethstbynm_r.c, CFLAGS-gethstbynm2_r.c): Likewise.
37646 (CFLAGS-getsrvbynm_r.c, CFLAGS-getsrvbypt_r.c): Variables removed.
37647 * grp/Makefile (CFLAGS-getgrgid_r.c): Remove -DUSE_NSCD.
37648 (CFLAGS-getgrnam_r.c): Likewise.
37649 (CFLAGS-initgroups.c): Likewise.
37650 * posix/Makefile (CFLAGS-getaddrinfo.c): Remove -DUSE_NSCD.
37651 * pwd/Makefile (CFLAGS-getpwuid_r.c, CFLAGS-getpwnam_r.c):
37652 Variables removed.
37653 * inet/getnetgrent_r.c
37654 (nscd_setnetgrent): New function, broken out of ...
37655 (setnetgrent): ... here. Call it.
37656 (innetgr): Conditionalize nscd bits on [USE_NSCD].
37657 (nscd_getnetgrent): Conditionalize on [USE_NSCD].
37658 (__internal_getnetgrent_r): Conditionalize its use on [USE_NSCD].
37659 * nscd/Makefile (routines, aux): Move definitions after include of
37660 Makeconfig. Conditionalize on [$(use-nscd) != no].
37661 * nss/nsswitch.c (nss_load_all_libraries, __nss_disable_nscd):
37662 Conditionalize on [USE_NSCD].
37663 (is_nscd, nscd_init_cb): Likewise.
37664 (nss_load_library): Conditionalize init callback on [USE_NSCD].
37665 * nss/nss_files/files-init.c: Conditionalize body on [USE_NSCD].
37666 * nss/nss_db/db-init.c: Likewise.
37667 * nscd/nscd.c (main): Conditionalize __nss_disable_nscd call on
37668 [USE_NSCD].
37669 * sysdeps/unix/sysv/linux/check_pf.c (get_nl_timestamp): New function.
37670 (make_request): Use it.
37671 (cache_valid_p): New function.
37672 (__check_pf): Use it.
37673 * NEWS: Add item for --disable-nscd.
37674
37675 2012-08-22 Dmitry V. Levin <ldv@altlinux.org>
37676
37677 * configure.in (SED): Update AC_CHECK_PROG_VER's version extract regexp
37678 to support sed >= 4.2.1-20-ga9bf076.
37679 * configure: Regenerated.
37680
37681 2012-08-22 Roland McGrath <roland@hack.frob.com>
37682
37683 * csu/libc-start.c (apply_irel): Move extern declarations inside here.
37684 Conditionalize whole body on [IREL].
37685
37686 2012-08-22 Jeff Law <law@redhat.com>
37687
37688 [BZ #14505]
37689 * sysdeps/posix/getaddrinfo.c (gaih_inet): Only use gethostbyname4_r
37690 if the family is PF_UNSPEC.
37691
37692 2012-08-22 Mike Frysinger <vapier@gentoo.org>
37693
37694 * Makerules (lib-version): Rename from V.
37695 (install-lib-nosubdir): Change V to lib-version.
37696
37697 2012-08-22 Will Schmidt <will_schmidt@vnet.ibm.com>
37698
37699 [BZ #14252]
37700 * powerpc32/power6/wcschr.c: New file.
37701 * powerpc32/power6/wcscpy.c: New file.
37702 * powerpc32/power6/wcsrchr.c: New file.
37703 * powerpc64/power6/wcschr.c: New file.
37704 * powerpc64/power6/wcscpy.c: New file.
37705 * powerpc64/power6/wcsrchr.c: New file.
37706
37707 2012-08-21 Maxim Kuvyrkov <maxim@codesourcery.com>
37708
37709 * string/str-two-way.h (AVAILABLE1_USES_J): New macro, define default.
37710 (two_way_short_needle): Use it.
37711 * string/strstr.c (AVAILABLE1_USES_J): Define.
37712 * string/strcasestr.c: Likewise.
37713
37714 * string/str-two-way.h (two_way_short_needle): Use pointers instead of
37715 array references.
37716 * string/strcasestr.c (TOLOWER): Make side-effect safe.
37717
37718 [BZ #11607]
37719 * NEWS: Add an entry.
37720 * string/str-two-way.h (AVAILABLE1, AVAILABLE2, RET0_IF_0): New macros,
37721 define their defaults.
37722 (two_way_short_needle): Detect end-of-string on-the-fly.
37723 * string/strcasestr.c, string/strstr.c (AVAILABLE): Update.
37724 (AVAILABLE1, AVAILABLE2, RET0_IF_0, AVAILABLE_USES_J): Define.
37725 * string/bug-strcasestr1.c: New test.
37726 * string/Makefile: Run it.
37727
37728 2012-08-21 Maxim Kuvyrkov <maxim@codesourcery.com>
37729
37730 [BZ #11607]
37731 * string/str-two-way.h (two_way_short_needle): Optimize matching of
37732 the first character.
37733
37734 2012-08-21 Roland McGrath <roland@hack.frob.com>
37735
37736 * csu/elf-init.c (__libc_csu_irel): Function removed.
37737 * csu/libc-start.c (apply_irel): New function.
37738 (LIBC_START_MAIN): Call it instead of __libc_csu_irel.
37739
37740 2012-08-21 Joseph Myers <joseph@codesourcery.com>
37741
37742 * sysdeps/unix/sysv/linux/kernel-features.h
37743 (__ASSUME_FADVISE64_64_SYSCALL): Remove.
37744 * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
37745 <kernel-features.h>.
37746 [__NR_fadvise64_64]: Make code unconditional.
37747 [!__ASSUME_FADVISE64_64_SYSCALL]: Remove conditional code.
37748 [__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
37749 !__NR_fadvise64_64)]: Likewise.
37750 [!(__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
37751 !__NR_fadvise64_64))]: Likewise.
37752 [__NR_fadvise64]: Make code unconditional.
37753 [!__NR_fadvise64]: Remove conditional code.
37754 * sysdeps/unix/sysv/linux/posix_fadvise64.c: Do not include
37755 <kernel-features.h>.
37756 (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
37757 unconditional.
37758 (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
37759 conditional code.
37760 * sysdeps/unix/sysv/linux/powerpc/powerpc32/posix_fadvise64.c: Do
37761 not include <kernel-features.h>.
37762 (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
37763 unconditional.
37764 (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
37765 conditional code.
37766 * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Do not
37767 include <kernel-features.h>.
37768 (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
37769 unconditional.
37770 (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
37771 conditional code.
37772
37773 2012-08-21 Will Schmidt <will_schmidt@vnet.ibm.com>
37774
37775 * sysdeps/powerpc/powerpc64/power7/memchr.S: Unrolled short loop and
37776 slight instruction rearrangements per scrollpipe analysis.
37777 * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
37778
37779 2012-08-20 Roland McGrath <roland@hack.frob.com>
37780
37781 * manual/syslog.texi (syslog; vsyslog, closelog):
37782 Fix typo repeated twice: @file{dev/log} -> @file{/dev/log}.
37783 Reported by Ricardo Catalinas Jiménez <jimenezrick@gmail.com>.
37784
37785 * elf/dl-sysdep.c (_dl_important_hwcaps): Fix conditional on using
37786 DSOCAPS to match condition on defining it.
37787
37788 2012-08-20 Joseph Myers <joseph@codesourcery.com>
37789
37790 * sysdeps/unix/sysv/linux/kernel-features.h
37791 (__ASSUME_SWAPCONTEXT_SYSCALL): Remove.
37792 * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S
37793 [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
37794 [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
37795 * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S
37796 [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
37797 [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
37798 * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S
37799 [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
37800 [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
37801
37802 * sysdeps/unix/sysv/linux/kernel-features.h [__s390__ &&
37803 __LINUX_KERNEL_VERSION >= 0x020616] (__ASSUME_UTIMES): Define.
37804
37805 * sysdeps/unix/sysv/linux/kernel-features.h
37806 (__ASSUME_MMAP2_SYSCALL): Remove all definitions.
37807 * sysdeps/unix/sysv/linux/mmap64.c [__NR_mmap2]: Make code
37808 unconditional.
37809 [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
37810 * sysdeps/unix/sysv/linux/i386/mmap.S (__mmap)
37811 [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
37812 (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
37813 * sysdeps/unix/sysv/linux/i386/mmap64.S (__mmap64) [__NR_mmap2]:
37814 Make code unconditional.
37815 (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
37816 (__mmap64) [!__NR_mmap2]: Likewise.
37817 * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S (__mmap)
37818 [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
37819 (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
37820 * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S (__mmap64)
37821 [__NR_mmap2]: Make code unconditional.
37822 (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
37823 (__mmap64) [!__NR_mmap2]: Likewise.
37824
37825 2012-08-20 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
37826
37827 * sysdeps/unix/sysv/linux/s390/s390-32/getrlimit.c: Remove.
37828
37829 2012-08-18 Andreas Jaeger <aj@suse.de>
37830
37831 * stdio-common/_itoa.c (_itoa): Add missing DUMMY variable.
37832
37833 2012-08-18 Mike Frysinger <vapier@gentoo.org>
37834
37835 * include/sys/socket.h (__have_sock_cloexec): Add attribute_hidden.
37836 * include/unistd.h (__have_sock_cloexec): Likewise.
37837 (__have_pipe2): Likewise.
37838 (__have_dup3): Likewise.
37839
37840 2012-08-18 Mike Frysinger <vapier@gentoo.org>
37841
37842 [BZ #9685]
37843 * include/unistd.h (__have_pipe2): Change define into an extern int.
37844 (__have_dup3): Likewise.
37845 * socket/have_sock_cloexec.c: Include fcntl.h.
37846 (__have_pipe2): New variable.
37847 (__have_dup3): Likewise.
37848
37849 2012-08-17 Mike Frysinger <vapier@gentoo.org>
37850
37851 * sysdeps/unix/sysv/linux/nice.c: Adjust #include.
37852
37853 2012-08-17 Marek Polacek <polacek@redhat.com>
37854
37855 * sysdeps/ieee754/ldbl-96/s_sincosl.c (__sincosl): Use __attribute__
37856 ((unused)) on I1, which is set by GET_LDOUBLE_WORDS but never used.
37857
37858 2012-08-17 Roland McGrath <roland@hack.frob.com>
37859
37860 * configure.in: Add AC_SUBST for sysheaders.
37861 * configure: Regenerated.
37862 * config.make.in (sysheaders): New substituted variable.
37863
37864 * sysdeps/unix/mkfifo.c: Moved ...
37865 * sysdeps/posix/mkfifo.c: ... here.
37866 * sysdeps/unix/mkfifoat.c: Moved ...
37867 * sysdeps/posix/mkfifoat.c: ... here.
37868
37869 * sysdeps/unix/utime.c: Moved ...
37870 * sysdeps/posix/utime.c: ... here.
37871
37872 * sysdeps/unix/time.c: Moved ...
37873 * sysdeps/posix/time.c: ... here.
37874 * sysdeps/unix/sysv/linux/time.c: Adjust #include.
37875 * sysdeps/unix/sysv/linux/sparc/sparc64/time.c: Likewise.
37876
37877 * sysdeps/unix/nice.c: Moved ...
37878 * sysdeps/posix/nice.c: ... here.
37879
37880 * sysdeps/unix/alarm.c: Moved ...
37881 * sysdeps/posix/alarm.c: ... here.
37882
37883 * intl/Makefile ($(codeset_mo)): Depend on the input file.
37884
37885 2012-08-17 Jeff Law <law@redhat.com>
37886
37887 * intl/Makefile (codeset_mo): New variable.
37888 ($(codeset_mo)): New target.
37889 (tst-codeset.out): Depend on that. Remove explicit rule.
37890 (tst-gettext3.out, tst-gettext5.out): Likewise.
37891 (LOCPATH-ENV, tst-codeset-ENV): New variables.
37892 (tst-gettext3-ENV, tst-gettext5-ENV): Likewise.
37893 * intl/tst-codeset.sh: Remove.
37894 * intl/tst-gettext3.sh: Likewise.
37895 * intl/tst-gettext5.sh: Likewise.
37896
37897 2012-08-17 Roland McGrath <roland@hack.frob.com>
37898
37899 * sysdeps/unix/inet/syscalls.list: File removed. Move contents into ...
37900 * sysdeps/unix/syscalls.list: ... here.
37901
37902 * sysdeps/posix/getaddrinfo.c
37903 (save_gaiconf_mtime, check_gaiconf_mtime): New functions.
37904 (gaiconf_init, gaiconf_reload): Use them.
37905 [!_STATBUF_ST_NSEC]
37906 (gaiconf_mtime, save_gaiconf_mtime, check_gaiconf_mtime):
37907 Define using time_t rather than struct timespec.
37908
37909 * sysdeps/generic/malloc-machine.h (MUTEX_INITIALIZER): New macro.
37910 (atomic_full_barrier, atomic_read_barrier, atomic_write_barrier):
37911 Macros removed.
37912 * malloc/arena.c (save_malloc_hook, save_free_hook): Conditionalize on
37913 [!NO_THREADS].
37914 (malloc_atfork, free_atfork, atfork_recursive_cntr): Likewise.
37915 (ptmalloc_lock_all, ptmalloc_unlock_all, ptmalloc_unlock_all2):
37916 Likewise.
37917
37918 * elf/dl-iteratephdr.c (__dl_iterate_phdr): Use NULL rather than 0 for
37919 __libc_cleanup_push argument.
37920
37921 * bits/param.h: New file.
37922 * misc/sys/param.h: New file.
37923 * include/sys/param.h: New file.
37924 * misc/Makefile (headers): Add bits/param.h.
37925 * sysdeps/generic/sys/param.h: File removed.
37926 * sysdeps/unix/sysv/linux/bits/param.h: New file.
37927 * sysdeps/unix/sysv/linux/sys/param.h: File removed.
37928 * sysdeps/mach/hurd/bits/param.h: New file.
37929 * sysdeps/mach/hurd/sys/param.h: File removed.
37930
37931 * elf/dl-close.c (_dl_close_worker): Add a cast and a comment to the
37932 last change.
37933
37934 * libio/genops.c (_IO_unbuffer_write): Conditionalize locking code on
37935 [_IO_MTSAFE_IO].
37936 * libio/libioP.h [!_IO_MTSAFE_IO && !NOT_IN_libc]
37937 (_IO_acquire_lock, _IO_acquire_lock_clear_flags2, _IO_release_lock):
37938 New macros.
37939
37940 * Makeconfig [$(libc-reentrant) = yes] (libio-mtsafe): New variable.
37941 * libio/Makefile (CPPFLAGS): Append $(libio-mtsafe) unconditionally
37942 rather than -D_IO_MTSAFE_IO conditionally.
37943 * stdio-common/Makefile (CPPFLAGS): Likewise.
37944 * wcsmbs/Makefile (CPPFLAGS): Likewise.
37945 * stdlib/Makefile (CFLAGS-strfmon.c, CFLAGS-strfmon_l.c):
37946 Use $(libio-mtsafe).
37947 * debug/Makefile (CFLAGS-sprintf_chk.c): Use $(libio-mtsafe) instead
37948 of -D_IO_MTSAFE_IO.
37949 (CFLAGS-snprintf_chk.c, CFLAGS-vsprintf_chk.c): Likewise.
37950 (CFLAGS-vsnprintf_chk.c, CFLAGS-asprintf_chk.c): Likewise.
37951 (CFLAGS-vasprintf_chk.c, CFLAGS-obprintf_chk.c): Likewise.
37952 (CFLAGS-dprintf_chk.c, CFLAGS-vdprintf_chk.c): Likewise.
37953 (CFLAGS-printf_chk.c, CFLAGS-fprintf_chk.c): Likewise.
37954 (CFLAGS-vprintf_chk.c, CFLAGS-vfprintf_chk.c): Likewise.
37955 (CFLAGS-gets_chk.c, CFLAGS-fgets_chk.c): Likewise.
37956 (CFLAGS-fgets_u_chk.c, CFLAGS-fread_chk.c): Likewise.
37957 (CFLAGS-fread_u_chk.c): Likewise.
37958 (CFLAGS-swprintf_chk.c, CFLAGS-vswprintf_chk.c): Likewise.
37959 (CFLAGS-wprintf_chk.c, CFLAGS-fwprintf_chk.c): Likewise.
37960 (CFLAGS-vwprintf_chk.c, CFLAGS-vfwprintf_chk.c): Likewise.
37961 (CFLAGS-fgetws_chk.c, CFLAGS-fgetws_u_chk.c): Likewise.
37962 * grp/Makefile (CFLAGS-fgetgrent_r.c, CFLAGS-putgrent.c): Likewise.
37963 * gshadow/Makefile (CFLAGS-fgetsgent_r.c, CFLAGS-putsgent.c): Likewise.
37964 * misc/Makefile (CFLAGS-mntent_r.c): Likewise.
37965 * pwd/Makefile (CFLAGS-fgetpwent_r.c): Likewise.
37966 * shadow/Makefile (CFLAGS-fgetspent_r.c, CFLAGS-putspent.c): Likewise.
37967
37968 * libio/Makefile: Test [$(libc-reentrant) = yes]
37969 instead of [$(filter %REENTRANT, $(defines)) nonempty].
37970
37971 * Makeconfig
37972 [$(libc-reentrant) = yes] (defines): Append -D_LIBC_REENTRANT.
37973 * sysdeps/pthread/configure: File removed.
37974 * sysdeps/pthread/Makeconfig: New file.
37975 * sysdeps/mach/hurd/Makeconfig (libc-reentrant): New variable.
37976 * sysdeps/mach/hurd/configure.in: Don't touch DEFINES here.
37977
37978 2012-08-16 Gary Benson <gbenson@redhat.com>
37979
37980 * elf/dl-close.c (_dl_close_worker): Also set r->r_map when
37981 unmapping the first object in a namespace.
37982
37983 2012-08-16 Roland McGrath <roland@hack.frob.com>
37984
37985 * inet/getnetgrent_r.c (internal_setnetgrent): Renamed to ...
37986 (__internal_setnetgrent): ... this. Add internal_function to
37987 definition. Add libc_hidden_def.
37988 (setnetgrent): Update caller.
37989 (internal_endnetgrent): Renamed to ...
37990 (__internal_endnetgrent): ... this. Add internal_function to
37991 definition. Add libc_hidden_def.
37992 (endnetgrent): Update caller.
37993 (internal_getnetgrent_r): Renamed to ...
37994 (__internal_getnetgrent_r): ... this. Add internal_function to
37995 definition. Add libc_hidden_def.
37996 (__getnetgrent_r): Update caller.
37997 * inet/netgroup.h: Update declarations. Add libc_hidden_proto uses.
37998
37999 2012-08-16 Joseph Myers <joseph@codesourcery.com>
38000
38001 * stdlib/longlong.h: Update from GCC.
38002
38003 2012-08-16 Roland McGrath <roland@hack.frob.com>
38004
38005 * stdlib/gmp-impl.h (udiv_qrnnd_preinv): Use __attribute__ ((unused))
38006 on _QL, which is set by umul_ppmm but never used.
38007 * stdio-common/_itoa.c (_itoa): Use __attribute__ ((unused)) on DUMMY
38008 variables, which are set by GMP macros but never used.
38009 * stdio-common/_itowa.c (_itowa): Likewise.
38010 * stdlib/divmod_1.c (mpn_divmod_1): Likewise.
38011 * stdlib/mod_1.c (mpn_mod_1): Likewise.
38012
38013 2012-08-16 Carlos O'Donell <carlos_odonell@mentor.com>
38014
38015 * sysdeps/sh/ldsodefs.h (ARCH_PLTENTER_MEMBERS) <sh_gnu_pltenter>:
38016 struct La_sh_regs is not constant.
38017 * sysdeps/sparc/ldsodefs.h (ARCH_PLTENTER_MEMBERS)
38018 <sparc32_gnu_pltenter, sparc64_gnu_pltenter>: struct La_sparc32_regs
38019 and struct La_sparc64_regs are not constant.
38020
38021 2012-08-16 Joseph Myers <joseph@codesourcery.com>
38022
38023 * sysdeps/unix/sysv/linux/kernel-features.h
38024 (__ASSUME_POSIX_TIMERS): Remove.
38025 * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
38026 [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
38027 * sysdeps/unix/sysv/linux/clock_getres.c [__ASSUME_POSIX_TIMERS]:
38028 Make code unconditional.
38029 [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
38030 * sysdeps/unix/sysv/linux/clock_gettime.c [__ASSUME_POSIX_TIMERS]:
38031 Make code unconditional.
38032 [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
38033 * sysdeps/unix/sysv/linux/clock_nanosleep.c
38034 [__ASSUME_POSIX_TIMERS]: Make code unconditional.
38035 [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
38036 * sysdeps/unix/sysv/linux/clock_settime.c [__ASSUME_POSIX_TIMERS]:
38037 Make code unconditional.
38038 [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
38039 [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]
38040 (__libc_missing_posix_timers): Remove.
38041
38042 2012-08-15 Roland McGrath <roland@hack.frob.com>
38043
38044 * elf/dl-load.c (_dl_map_object_from_fd) [SHARED]: Conditionalize
38045 check of GL(dl_error_catch_tsd) on [_LIBC_REENTRANT].
38046
38047 * bits/libc-lock.h (__rtld_lock_initialize): New macro.
38048
38049 * elf/dl-sym.c: Include <stdlib.h>.
38050
38051 * posix/regcomp.c (init_word_char): Use temporaries to hold the 64-bit
38052 constants, which avoids warnings in 32-bit builds.
38053
38054 * bits/fcntl.h [__USE_POSIX199309 || __USE_UNIX98]:
38055 (O_DSYNC, O_RSYNC): New macros (with NetBSD values).
38056
38057 * misc/lseek.c: File moved to ...
38058 * io/lseek.c: ... here.
38059
38060 * rt/clock_nanosleep.c: Include <time.h>, not <sys/time.h>.
38061
38062 * crypt/sha512.c (sha512_process_block) [!USE_TOTAL128]: Avoid
38063 shifting LEN more than 31 bits at once.
38064
38065 2012-08-15 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
38066
38067 [BZ #14195]
38068 * sysdeps/i386/i686/multiarch/strcmp-sssse3.S: Fix
38069 segmentation fault for a case of two empty input strings.
38070 * string/test-strncasecmp.c (check1): Renamed to...
38071 (bz12205): ...this.
38072 (bz14195): Add new testcase for two empty input strings and N > 0.
38073 (test_main): Call new testcase, adapt for renamed function.
38074
38075 2012-08-15 Andreas Jaeger <aj@suse.de>
38076
38077 [BZ #14090]
38078 * crypt/md5test2.c: New test, based on test supplied by Serge
38079 Belyshev <belyshev@depni.sinp.msu.ru>.
38080 * crypt/Makefile (xtests): Add md5test-giant..
38081 * crypt/Makefile ($(objpfx)md5test-giant): Add.
38082
38083 2012-08-15 Paul Eggert <eggert@cs.ucla.edu>
38084
38085 [BZ #14090]
38086 * crypt/md5.c (md5_process_block): Don't assume the buffer
38087 length is less than 2**32.
38088 * crypt/sha512.c (sha512_process_block): Don't assume the buffer
38089 length is less than 2**64.
38090
38091 2012-08-15 Roland McGrath <roland@hack.frob.com>
38092
38093 * string/str-two-way.h: Include <sys/param.h>.
38094 (MAX): Macro removed.
38095
38096 * sysdeps/x86_64/multiarch/strstr-c.c: Add copyright header.
38097 Move #define and #undef of memmove to just before and after
38098 including <string.h>.
38099
38100 * sysdeps/x86_64/multiarch/memmove.c: Don't include <stddef.h>.
38101 [!NOT_IN_libc]: Move #define and #undef of memmove to just before
38102 and after including <string.h>. Move declarations of
38103 __memmove_sse2, __memmove_ssse3, and __memmove_ssse3_back
38104 to before #include "string/memmove.c".
38105
38106 * include/dirent.h: Declare __getdirentries.
38107
38108 * sysdeps/posix/system.c (do_system): Cast SUB_REF () to void when not
38109 using its value, to avoid warnings in the [!_LIBC_REENTRANT] case.
38110
38111 2012-08-14 Mike Frysinger <vapier@gentoo.org>
38112
38113 * config.h.in (HAVE_CPP_ASM_DEBUGINFO): Delete.
38114 * sysdeps/i386/configure.in: Remove assembler-with-cpp debug check.
38115 * sysdeps/i386/configure: Regenerated.
38116 * sysdeps/i386/sysdep.h (ENTRY): Remove calls to STABS_CURRENT_FILE1,
38117 STABS_CURRENT_FILE, and STABS_FUN.
38118 (END): Remove call to STABS_FUN_END.
38119 (STABS_CURRENT_FILE1): Delete.
38120 (STABS_CURRENT_FILE): Likewise.
38121 (STABS_FUN): Likewise.
38122 (STABS_FUN_END): Likewise.
38123 (STABS_FUN2): Likewise.
38124 * sysdeps/x86_64/configure.in: Remove assembler-with-cpp debug check.
38125 * sysdeps/x86_64/configure: Regenerated.
38126
38127 2012-08-14 Roland McGrath <roland@hack.frob.com>
38128
38129 * elf/dl-open.c: Include <atomic.h>.
38130 * elf/dl-lookup.c: Likewise.
38131
38132 2012-08-14 Joseph Myers <joseph@codesourcery.com>
38133
38134 * sysdeps/unix/sysv/linux/kernel-features.h
38135 (__ASSUME_CLONE_THREAD_FLAGS): Remove.
38136 * sysdeps/unix/sysv/linux/s390/system.c (FORK): Define
38137 unconditionally.
38138 * sysdeps/unix/sysv/linux/sparc/system.c (FORK): Define
38139 unconditionally.
38140 * sysdeps/unix/sysv/linux/system.c [!FORK] (FORK): Do not
38141 condition on __ASSUME_CLONE_THREAD_FLAGS.
38142
38143 2012-08-14 Andreas Jaeger <aj@suse.de>
38144
38145 * sysdeps/i386/fpu/libm-test-ulps: Update.
38146
38147 2012-08-13 Maxim Kuvyrkov <maxim@codesourcery.com>
38148
38149 * include/atomic.h (atomic_exchange_and_add): Split into ...
38150 (atomic_exchange_and_add_acq, atomic_exchange_and_add_rel): ... these.
38151 New atomic macros.
38152
38153 2012-08-13 Markus Trippelsdorf <markus@trippelsdorf.de>
38154
38155 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
38156
38157 2012-08-13 Jeff Law <law@redhat.com>
38158
38159 * manual/stdio.texi (snprintf): Clarify handling of the trailing
38160 null byte in the output string.
38161
38162 2012-08-10 Joseph Myers <joseph@codesourcery.com>
38163
38164 * sysdeps/unix/sysv/linux/kernel-features.h
38165 (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Define.
38166 [__LINUX_KERNEL_VERSION >= __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL]
38167 (__ASSUME_ARG_MAX_STACK_BASED): Define.
38168 * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
38169 [__LINUX_KERNEL_VERSION < 0x020617]: Change condition to
38170 !__ASSUME_ARG_MAX_STACK_BASED. Compare version with
38171 __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL.
38172
38173 2012-08-09 Jeff Law <law@redhat.com>
38174
38175 [BZ #13939]
38176 * malloc.c/arena.c (reused_arena): New parameter, avoid_arena.
38177 When avoid_arena is set, don't retry in the that arena. Pick the
38178 next one, whatever it might be.
38179 (arena_get2): New parameter avoid_arena, pass through to reused_arena.
38180 (arena_lock): Pass in new parameter to arena_get2.
38181 * malloc/malloc.c (__libc_memalign): Pass in new parameter to
38182 arena_get2.
38183 (__libc_malloc): Unify retrying after main arena failure with
38184 __libc_memalign version.
38185 (__libc_valloc, __libc_pvalloc, __libc_calloc): Likewise.
38186
38187 2012-08-09 H.J. Lu <hongjiu.lu@intel.com>
38188
38189 [BZ #14166]
38190 * sysdeps/i386/i686/multiarch/strstr-c.c (strstr): Redefined
38191 to __redirect_strstr.
38192 (__strstr_sse42): Use typeof __redirect_strstr.
38193 (__strstr_ia32): Likewise.
38194 (__libc_strstr): New prototype.
38195 (strstr): Renamed to ...
38196 (__libc_strstr): This.
38197 (strstr): New strong alias of __libc_strstr.
38198 * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
38199 * sysdeps/unix/sysv/linux/x86_64/time.c (time): Redefined to
38200 __redirect_time.
38201 Include <time.h>.
38202 (__libc_time): New prototype.
38203 (time_ifunc): Replace time with __libc_time.
38204 (time): New strong alias and hidden definition of __libc_time.
38205 (__GI_time): Remove strong alias.
38206 * sysdeps/x86_64/multiarch/memmove.c: Don't include <string.h>.
38207 Include <stddef.h>.
38208 (memmove): Redefined to __redirect_memmove.
38209 (__memmove_sse2): Use typeof __redirect_memmove.
38210 (__memmove_ssse3): Likewise.
38211 (__memmove_ssse3_back): Likewise.
38212 (__libc_memmove): New prototype.
38213 (memmove): Renamed to ...
38214 (__libc_memmove): This.
38215 (memmove): New strong alias of __libc_memmove.
38216
38217 2012-08-08 Mark Salter <msalter@redhat.com>
38218
38219 * elf/elf.h
38220 (R_MN10300_TLS_GD): Define.
38221 (R_MN10300_TLS_LD): Likewise.
38222 (R_MN10300_TLS_LDO): Likewise.
38223 (R_MN10300_TLS_GOTIE): Likewise.
38224 (R_MN10300_TLS_IE): Likewise.
38225 (R_MN10300_TLS_LE): Likewise.
38226 (R_MN10300_TLS_DTPMOD): Likewise.
38227 (R_MN10300_TLS_DTPOFF): Likewise.
38228 (R_MN10300_TLS_TPOFF): Likewise.
38229 (R_MN10300_SYM_DIFF): Likewise.
38230 (R_MN10300_ALIGN): Likewise.
38231 (R_MN10300_NUM): Update.
38232
38233 2012-08-08 Joseph Myers <joseph@codesourcery.com>
38234
38235 * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_TGKILL):
38236 Remove.
38237
38238 2012-08-08 Roland McGrath <roland@hack.frob.com>
38239
38240 * sysdeps/posix/fdopendir.c: Include <stddef.h>.
38241
38242 * sysdeps/unix/sysv/linux/readdir64_r.c: Update #include for
38243 sysdeps/unix -> sysdeps/posix move.
38244 * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
38245
38246 2012-08-07 Allan McRae <allan@archlinux.org>
38247
38248 [BZ #14303]
38249 * sunrpc/rpc_main.c (SVR4_CPP): Remove.
38250 (SUNOS_CPP): Likewise.
38251 (find_cpp): Fall back to selecting system cpp when /lib/cpp is
38252 not found.
38253 (open_input): Call CPP using execvp.
38254
38255 2012-08-07 Joseph Myers <joseph@codesourcery.com>
38256
38257 * sysdeps/unix/sysv/linux/kernel-features.h
38258 (__ASSUME_PROT_GROWSUPDOWN): Remove.
38259 (__ASSUME_NO_CLONE_DETACHED): Likewise.
38260 (__ASSUME_GETDENTS32_D_TYPE): Likewise.
38261 (__ASSUME_WAITID_SYSCALL): Likewise.
38262 * sysdeps/unix/sysv/linux/dl-execstack.c
38263 (_dl_make_stack_executable) [PROT_GROWSDOWN || PROT_GROWSUP]: Make
38264 code unconditional.
38265 (_dl_make_stack_executable) [!__ASSUME_PROT_GROWSUPDOWN]: Remove
38266 conditional code.
38267 * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS)
38268 [__ASSUME_GETDENTS32_D_TYPE]: Make code unconditional.
38269 (__GETDENTS) [!__ASSUME_GETDENTS32_D_TYPE]: Remove conditional
38270 code.
38271 * sysdeps/unix/sysv/linux/waitid.c [__NR_waitid]: Make code
38272 unconditional.
38273 [__ASSUME_WAITID_SYSCALL]: Likewise.
38274 [!__ASSUME_WAITID_SYSCALL]: Remove conditional code.
38275
38276 2012-08-07 Roland McGrath <roland@hack.frob.com>
38277
38278 * sysdeps/unix/closedir.c: Renamed to ...
38279 * sysdeps/posix/closedir.c: ... here.
38280 * sysdeps/unix/dirfd.c: Renamed to ...
38281 * sysdeps/posix/dirfd.c: ... here.
38282 * sysdeps/unix/dirstream.h: Renamed to ...
38283 * sysdeps/posix/dirstream.h: ... here.
38284 * sysdeps/unix/fdopendir.c: Renamed to ...
38285 * sysdeps/posix/fdopendir.c: ... here.
38286 * sysdeps/unix/opendir.c: Renamed to ...
38287 * sysdeps/posix/opendir.c: ... here.
38288 * sysdeps/unix/readdir.c: Renamed to ...
38289 * sysdeps/posix/readdir.c: ... here.
38290 * sysdeps/unix/readdir_r.c: Renamed to ...
38291 * sysdeps/posix/readdir_r.c: ... here.
38292 * sysdeps/unix/rewinddir.c: Renamed to ...
38293 * sysdeps/posix/rewinddir.c: ... here.
38294 * sysdeps/unix/seekdir.c: Renamed to ...
38295 * sysdeps/posix/seekdir.c: ... here.
38296 * sysdeps/unix/telldir.c: Renamed to ...
38297 * sysdeps/posix/telldir.c: ... here.
38298 * sysdeps/unix/sysv/linux/opendir.c: Update #include.
38299 * sysdeps/unix/sysv/linux/readdir64.c: Likewise.
38300 * sysdeps/unix/sysv/linux/i386/readdir64.c: Likewise.
38301 * sysdeps/unix/sysv/linux/wordsize-64/readdir.c: Likewise.
38302
38303 * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h: Renamed to ...
38304 * bits/fcntl.h: ... here.
38305
38306 * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h (O_NOCTTY): Define to 0x8000,
38307 not 0.
38308 (O_ASYNC, O_FSYNC, O_SYNC): Move outside [__USE_MISC].
38309 [__USE_XOPEN2K8] (O_DIRECTORY, O_NOFOLLOW, O_CLOEXEC): New macros.
38310 (FCREAT, FEXCL, FTRUNC, FNOCTTY, FNONBLOCK): Macros removed.
38311 (struct flock): Move l_start, l_len to the beginning.
38312 Use __pid_t for l_pid.
38313 [__USE_XOPEN2K] (POSIX_FADV_NORMAL, POSIX_FADV_RANDOM): New macros.
38314 [__USE_XOPEN2K] (POSIX_FADV_SEQUENTIAL, POSIX_FADV_WILLNEED): Likewise.
38315 [__USE_XOPEN2K] (POSIX_FADV_DONTNEED, POSIX_FADV_NOREUSE): Likewise.
38316 (F_GETLK64, F_SETLK64, F_SETLKW64): New macros.
38317 [__USE_XOPEN2K8] (F_DUPFD_CLOEXEC): New macro.
38318 [__USE_LARGEFILE64] (struct flock64): New type.
38319 (F_GETOWN, F_SETOWN): Also define for [__USE_XOPEN2K8].
38320
38321 * sysdeps/unix/bsd/bsd4.4/bits/dirent.h: Renamed to ...
38322 * bits/dirent.h: ... here.
38323
38324 * sysdeps/unix/bsd/bsd4.4/bits/dirent.h
38325 [__INO_T_MATCHES_INO64_T] (_DIRENT_MATCHES_DIRENT64): New macro.
38326
38327 2012-08-07 Joseph Myers <joseph@codesourcery.com>
38328
38329 * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
38330 Change from 2.6.0 to 2.6.16.
38331 * sysdeps/unix/sysv/linux/configure: Regenerated.
38332 * sysdeps/unix/sysv/linux/kernel-features.h
38333 (__ASSUME_POSIX_CPU_TIMERS): Define unconditionally.
38334 (__ASSUME_TGKILL): Define conditional on architectures, not kernel
38335 version.
38336 (__ASSUME_UTIMES): Likewise.
38337 (__ASSUME_CLONE_STOPPED): Remove.
38338 (__ASSUME_FADVISE64_64_SYSCALL): Define conditional on
38339 architectures, not kernel version.
38340 (__ASSUME_PROT_GROWSUPDOWN): Define unconditionally.
38341 (__ASSUME_NO_CLONE_DETACHED): Likewise.
38342 (__ASSUME_GETDENTS32_D_TYPE): Likewise.
38343 (__ASSUME_WAITID_SYSCALL): Likewise.
38344 [__sparc__ && __arch64__] (__ASSUME_STAT64_SYSCALL): Do not
38345 condition definition on __LINUX_KERNEL_VERSION >= 0x02060c.
38346 * README: State 2.6.16 as minimum Linux kernel version. Do not
38347 refer to older versions.
38348
38349 2012-08-06 Roland McGrath <roland@hack.frob.com>
38350
38351 * dirent/alphasort.c [_DIRENT_MATCHES_DIRENT64]:
38352 Define alphasort64 as an alias.
38353 * dirent/versionsort.c [_DIRENT_MATCHES_DIRENT64]:
38354 Define versionsort64 as an alias.
38355 * dirent/scandir.c [_DIRENT_MATCHES_DIRENT64]:
38356 Define scandir64 as an alias.
38357 * dirent/scandirat.c [_DIRENT_MATCHES_DIRENT64]:
38358 Define scandirat64 as an alias.
38359 * dirent/alphasort64.c (alphasort64):
38360 Conditionalize on [!_DIRENT_MATCHES_DIRENT64].
38361 * dirent/versionsort64.c: Likewise.
38362 * dirent/scandir64.c: Likewise.
38363 * dirent/scandirat64.c: Likewise.
38364 * sysdeps/wordsize-64/alphasort.c: File removed.
38365 * sysdeps/wordsize-64/alphasort64.c: File removed.
38366 * sysdeps/wordsize-64/scandir.c: File removed.
38367 * sysdeps/wordsize-64/scandir64.c: File removed.
38368 * sysdeps/wordsize-64/scandirat.c: File removed.
38369 * sysdeps/wordsize-64/scandirat64.c: File removed.
38370 * sysdeps/wordsize-64/versionsort.c: File removed.
38371 * sysdeps/wordsize-64/versionsort64.c: File removed.
38372 * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: File removed.
38373 * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: File removed.
38374 * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: File removed.
38375 * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: File removed.
38376 * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: File removed.
38377 * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: File removed.
38378 * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: File removed.
38379 * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: File removed.
38380
38381 * bits/typesizes.h [__LP64__] (__INO_T_MATCHES_INO64_T): New macros.
38382 * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
38383 [__s390x__] (__INO_T_MATCHES_INO64_T): New macro.
38384 * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
38385 [defined __arch64__ || defined __sparcv9]
38386 (__INO_T_MATCHES_INO64_T): New macro.
38387 * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
38388 [__x86_64__] (__INO_T_MATCHES_INO64_T): New macro.
38389 * bits/dirent.h (_DIRENT_MATCHES_DIRENT64): New macro.
38390 * sysdeps/unix/sysv/linux/bits/dirent.h
38391 [defined __OFF_T_MATCHES_OFF64_T && defined __INO_T_MATCHES_INO64_T]
38392 (_DIRENT_MATCHES_DIRENT64): New macro.
38393
38394 * io/lockf.c [__OFF_T_MATCHES_OFF64_T]:
38395 Define lockf64 as an alias.
38396 * libio/fseeko.c [__OFF_T_MATCHES_OFF64_T]:
38397 Define fseeko64 as an alias.
38398 * libio/ftello.c [__OFF_T_MATCHES_OFF64_T]:
38399 Define ftello64 as an alias.
38400 * libio/iofgetpos.c [__OFF_T_MATCHES_OFF64_T]:
38401 Define _IO_fgetpos64 and fgetpos64 as aliases.
38402 * libio/iofsetpos.c [__OFF_T_MATCHES_OFF64_T]:
38403 Define _IO_fsetpos64 and fsetpos64 as aliases.
38404 * io/lockf64.c [!__OFF_T_MATCHES_OFF64_T]:
38405 Conditionalize body on this.
38406 * libio/fseeko64.c: Likewise.
38407 * libio/ftello64.c: Likewise.
38408 * libio/iofgetpos64.c: Likewise.
38409 * libio/iofsetpos64.c: Likewise.
38410 * sysdeps/wordsize-64/lockf.c: File removed.
38411 * sysdeps/wordsize-64/lockf64.c: File removed.
38412 * sysdeps/wordsize-64/fseeko.c: File removed.
38413 * sysdeps/wordsize-64/fseeko64.c: File removed.
38414 * sysdeps/wordsize-64/ftello.c: File removed.
38415 * sysdeps/wordsize-64/ftello64.c: File removed.
38416 * sysdeps/wordsize-64/iofgetpos.c: File removed.
38417 * sysdeps/wordsize-64/iofgetpos64.c: File removed.
38418 * sysdeps/wordsize-64/iofsetpos.c: File removed.
38419 * sysdeps/wordsize-64/iofsetpos64.c: File removed.
38420 * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: File removed.
38421 * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: File removed.
38422 * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: File removed.
38423 * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: File removed.
38424 * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: File removed.
38425 * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: File removed.
38426 * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: File removed.
38427 * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: File removed.
38428 * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: File removed.
38429 * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: File removed.
38430
38431 * bits/typesizes.h [__LP64__] (__OFF_T_MATCHES_OFF64_T): New macro.
38432 * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
38433 [__s390x__] (__OFF_T_MATCHES_OFF64_T): New macro.
38434 * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
38435 [defined __arch64__ || defined __sparcv9]
38436 (__OFF_T_MATCHES_OFF64_T): New macro.
38437 * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
38438 [__x86_64__] (__OFF_T_MATCHES_OFF64_T): New macro.
38439 * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
38440 (__OFF_T_MATCHES_OFF64_T): New macro.
38441
38442 2012-08-06 H.J. Lu <hongjiu.lu@intel.com>
38443
38444 * stdlib/secure-getenv.c (__secure_getenv): Replace
38445 GLIBC_2_16 with GLIBC_2_17.
38446
38447 2012-08-06 H.J. Lu <hongjiu.lu@intel.com>
38448
38449 * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Removed.
38450 * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
38451
38452 2012-08-03 David S. Miller <davem@davemloft.net>
38453
38454 * sysdeps/sparc/fpu/libm-test-ulps: Update.
38455
38456 2012-08-03 Joseph Myers <joseph@codesourcery.com>
38457
38458 * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_SECURE):
38459 Remove.
38460 (__ASSUME_CORRECT_SI_PID): Likewise.
38461 (__ASSUME_BRK_PAGE_ROUNDED): Likewise.
38462 (__ASSUME_TMPFS_NAME): Likewise.
38463 * sysdeps/unix/sysv/linux/dl-sysdep.c (frob_brk)
38464 [!__ASSUME_BRK_PAGE_ROUNDED]: Remove conditional code.
38465 * sysdeps/unix/sysv/linux/ldsodefs.h [__ASSUME_AT_SECURE]
38466 (HAVE_AUX_SECURE): Make definition unconditional.
38467 * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs)
38468 [!__ASSUME_TMPFS_NAME]: Remove conditional code.
38469
38470 2012-08-03 Roland McGrath <roland@hack.frob.com>
38471
38472 * sysdeps/mach/hurd/sys/param.h (MAXSYMLINKS): Macro removed.
38473 * sysdeps/mach/hurd/bits/local_lim.h (SYMLOOP_MAX): Macro removed.
38474 * sysdeps/mach/hurd/eloop-threshold.h: New file.
38475 * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
38476 __eloop_threshold instead of SYMLOOP_MAX.
38477
38478 * sysdeps/generic/eloop-threshold.h: New file.
38479 * stdlib/canonicalize.c (__realpath): Use __eloop_threshold instead
38480 of MAXSYMLINKS.
38481 * elf/chroot_canon.c (chroot_canon): Likewise.
38482
38483 2012-08-03 Joseph Myers <joseph@codesourcery.com>
38484
38485 [BZ #13717]
38486 * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
38487 Change to 2.6.0 everywhere.
38488 * sysdeps/unix/sysv/linux/configure: Regenerated.
38489 * sysdeps/unix/sysv/linux/kernel-features.h
38490 (__ASSUME_SET_THREAD_AREA_SYSCALL): Remove.
38491 (__ASSUME_CLONE_THREAD_FLAGS): Condition on architectures, not
38492 kernel versions.
38493 (__ASSUME_POSIX_TIMERS): Define unconditionally.
38494 (__ASSUME_FUTEX_REQUEUE): Remove.
38495 (__ASSUME_STATFS64): Define unconditionally.
38496 (__ASSUME_AT_SECURE): Likewise.
38497 (__ASSUME_CORRECT_SI_PID): Likewise.
38498 (__ASSUME_TGKILL): Define without depending on kernel version for
38499 i386.
38500 (__ASSUME_UTIMES): Likewise.
38501 (__ASSUME_SWAPCONTEXT_SYSCALL): Condition on architecture, not
38502 kernel version.
38503 (__ASSUME_BRK_PAGE_ROUNDED): Define unconditionally.
38504 (__ASSUME_TMPFS_NAME): Likewise.
38505 * README: Update reference to Linux kernel versions.
38506
38507 2012-08-02 Marek Polacek <polacek@redhat.com>
38508
38509 [BZ# 14150]
38510 * configure.in (libc_cv_asm_type_prefix): Remove test. Replace
38511 libc_cv_asm_type_prefix with %.
38512 * configure: Regenerated.
38513 * include/libc-symbols.h: Remove comment about
38514 ASM_TYPE_DIRECTIVE_PREFIX. Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
38515 (declare_symbol_alias_1_paste) [__ASSEMBLER__]: Do not define.
38516 (declare_symbol_alias_1_paste_1) [__ASSEMBLER__]: Likewise.
38517 (declare_symbol_alias_1_stringify) [!__ASSEMBLER__]: Likewise.
38518 (declare_symbol_alias_1_stringify_1) [!__ASSEMBLER__]: Likewise.
38519 * elf/tst-unique2mod2.c: Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
38520 [HAVE_ASM_UNIQUE_OBJECT]: Do not define S.
38521 [HAVE_ASM_UNIQUE_OBJECT]: Do not define _S.
38522 * elf/tst-unique2mod1.c: Likewise.
38523 * elf/tst-unique1mod2.c: Likewise.
38524 * elf/tst-unique1mod1.c: Likewise.
38525 * config.h.in: Do not undef ASM_TYPE_DIRECTIVE_PREFIX.
38526 * sysdeps/s390/s390-32/sysdep.h: Do not define ASM_TYPE_DIRECTIVE.
38527 Replace ASM_TYPE_DIRECTIVE with .type.
38528 * sysdeps/s390/s390-64/sysdep.h: Likewise.
38529 * sysdeps/i386/sysdep.h: Likewise.
38530 * sysdeps/x86_64/sysdep.h: Likewise.
38531 * sysdeps/sh/sysdep.h: Likewise.
38532 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
38533 Do not define ASM_TYPE_DIRECTIVE.
38534 * sysdeps/powerpc/sysdep.h: Likewise.
38535 * sysdeps/powerpc/powerpc32/sysdep.h:
38536 Replace ASM_TYPE_DIRECTIVE with .type.
38537 * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
38538 * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
38539 * sysdeps/i386/fpu/e_powf.S: Likewise.
38540 * sysdeps/i386/fpu/e_expl.S: Likewise.
38541 * sysdeps/i386/fpu/e_atanhf.S: Likewise.
38542 * sysdeps/i386/fpu/e_acosh.S: Likewise.
38543 * sysdeps/i386/fpu/e_pow.S: Likewise.
38544 * sysdeps/i386/fpu/s_asinhl.S: Likewise.
38545 * sysdeps/i386/fpu/e_acoshl.S: Likewise.
38546 * sysdeps/i386/fpu/s_expm1.S: Likewise.
38547 * sysdeps/i386/fpu/s_frexpf.S: Likewise.
38548 * sysdeps/i386/fpu/e_log2.S: Likewise.
38549 * sysdeps/i386/fpu/e_log2l.S: Likewise.
38550 * sysdeps/i386/fpu/e_scalb.S: Likewise.
38551 * sysdeps/i386/fpu/e_powl.S: Likewise.
38552 * sysdeps/i386/fpu/e_log10f.S: Likewise.
38553 * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
38554 * sysdeps/i386/fpu/e_logl.S: Likewise.
38555 * sysdeps/i386/fpu/s_cbrt.S: Likewise.
38556 * sysdeps/i386/fpu/s_frexpl.S: Likewise.
38557 * sysdeps/i386/fpu/s_expm1f.S: Likewise.
38558 * sysdeps/i386/fpu/e_log2f.S: Likewise.
38559 * sysdeps/i386/fpu/e_acoshf.S: Likewise.
38560 * sysdeps/i386/fpu/e_log.S: Likewise.
38561 * sysdeps/i386/fpu/e_scalbf.S: Likewise.
38562 * sysdeps/i386/fpu/e_logf.S: Likewise.
38563 * sysdeps/i386/fpu/e_log10l.S: Likewise.
38564 * sysdeps/i386/fpu/e_atanh.S: Likewise.
38565 * sysdeps/i386/fpu/s_asinhf.S: Likewise.
38566 * sysdeps/i386/fpu/e_log10.S: Likewise.
38567 * sysdeps/i386/fpu/s_frexp.S: Likewise.
38568 * sysdeps/i386/fpu/e_atanhl.S: Likewise.
38569 * sysdeps/i386/fpu/s_asinh.S: Likewise.
38570 * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
38571 * sysdeps/i386/fpu/e_scalbl.S: Likewise.
38572 * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Likewise.
38573 * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
38574 * sysdeps/i386/i686/strtok.S: Likewise.
38575 * sysdeps/i386/i386-mcount.S: Likewise.
38576 * sysdeps/i386/strtok.S: Likewise.
38577 * sysdeps/x86_64/fpu/e_expl.S: Likewise.
38578 * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
38579 * sysdeps/x86_64/fpu/e_powl.S: Likewise.
38580 * sysdeps/x86_64/fpu/e_logl.S: Likewise.
38581 * sysdeps/x86_64/fpu/e_expf.S: Likewise.
38582 * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
38583 * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
38584 * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
38585 * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
38586 * sysdeps/x86_64/_mcount.S: Likewise.
38587 * sysdeps/x86_64/strtok.S: Likewise.
38588 * sysdeps/sh/_mcount.S: Likewise.
38589
38590 2012-08-01 Roland McGrath <roland@hack.frob.com>
38591
38592 * libio/iofopen.c: Include <fcntl.h>.
38593 [_LIBC] [!defined O_LARGEFILE || O_LARGEFILE == 0]
38594 (_IO_fopen64, fopen64): Define as aliases.
38595 * libio/iofopen64.c: Include <fcntl.h>.
38596 [!defined _LIBC || (defined O_LARGEFILE && O_LARGEFILE != 0)]:
38597 Conditionalize body on this.
38598 * sysdeps/wordsize-64/iofopen.c: File removed.
38599 * sysdeps/wordsize-64/iofopen64.c: File removed.
38600
38601 2012-08-01 Marek Polacek <polacek@redhat.com>
38602
38603 * libc/Makeconfig: Use elf in place of binfmt-subdir.
38604 Use dlfcn directly instead of a variable.
38605 (binfmt-subdir): Do not define.
38606 (dlfcn): Likewise.
38607
38608 2012-08-01 Joseph Myers <joseph@codesourcery.com>
38609
38610 * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_FCNTL64):
38611 Remove all definitions.
38612 * sysdeps/unix/sysv/linux/i386/fcntl.c: Do not include
38613 <kernel-features.h>.
38614 [!__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
38615 (miss_F_GETOWN_EX): Remove all definitions.
38616 [NO_CANCELLATION && !__ASSUME_FCNTL64] (__fcntl_nocancel): Remove
38617 macro definition.
38618 [!__ASSUME_FCNTL64]: Remove conditional code.
38619 [__ASSUME_FCNTL64]: Make code unconditional.
38620 * sysdeps/unix/sysv/linux/i386/lockf64.c: Do not include
38621 <kernel-features.h>.
38622 [__NR_fcntl64 && !__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
38623 (lockf64) [!__ASSUME_FCNTL64]: Remove conditional code.
38624 (lockf64) [__NR_fcntl64]: Make code unconditional.
38625 (lockf64) [__ASSUME_FCNTL64]: Likewise.
38626
38627 * sysdeps/unix/sysv/linux/kernel-features.h
38628 (__ASSUME_VFORK_SYSCALL): Remove all definitions.
38629 * sysdeps/unix/sysv/linux/i386/vfork.S (__vfork) [__NR_vfork]:
38630 Make code unconditional.
38631 (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
38632 (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
38633 * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S (__vfork)
38634 [__NR_vfork]: Make code unconditional.
38635 (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
38636 (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
38637 * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork)
38638 [__NR_vfork]: Make code unconditional.
38639 (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
38640 (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
38641
38642 2012-08-01 Roland McGrath <roland@hack.frob.com>
38643
38644 * sysdeps/generic/sys/param.h (NGROUPS): Define only if [NGROUPS_MAX].
38645 (MAXSYMLINKS): Define only if [SYMLOOP_MAX].
38646
38647 * misc/mkstemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
38648 Define mkstemp64 as an alias.
38649 * misc/mkstemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
38650 Define mkstemps64 as an alias.
38651 * misc/mkostemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
38652 Define mkostemp64 as an alias.
38653 * misc/mkostemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
38654 Define mkostemps64 as an alias.
38655 * misc/mkstemp64.c [defined O_LARGEFILE && O_LARGEFILE != 0]:
38656 Conditionalize body on this.
38657 * misc/mkostemp64.c: Likewise.
38658 * misc/mkostemps64.c: Likewise.
38659 * misc/mkstemps64.c: Likewise.
38660 * sysdeps/wordsize-64/mkstemp64.c: File removed.
38661 * sysdeps/wordsize-64/mkostemp64.c: File removed.
38662 * sysdeps/wordsize-64/mkostemp.c: File removed.
38663 * sysdeps/wordsize-64/mkstemp.c: File removed.
38664 * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: File removed.
38665 * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: File removed.
38666 * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: File removed.
38667 * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: File removed.
38668
38669 [BZ #14138]
38670 * sysdeps/unix/sysv/linux/syscalls.list: Add getrlimit/ugetrlimit line.
38671 * sysdeps/unix/sysv/linux/i386/getrlimit.c: File removed.
38672 * sysdeps/unix/sysv/linux/powerpc/getrlimit.c: File removed.
38673 * sysdeps/unix/sysv/linux/sh/getrlimit.c: File removed.
38674
38675 * sysdeps/unix/make-syscalls.sh: Emit uses of the versioned_symbol and
38676 compat_symbol macros from <shlib-compat.h> rather than the underlying
38677 default_symbol_version and symbol_version macros, so that DEFAULT
38678 lines in shlib-versions are respected.
38679 * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Likewise.
38680
38681 2012-08-01 Florian Weimer <fweimer@redhat.com>
38682
38683 * posix/unistd.h (setuid, setreuid, seteuid, setresuid):
38684 Declare with warn_unused_result.
38685 (setgid, setregid, setegid, setresgid): Likewise.
38686 * sysdeps/unix/sysv/linux/sys/fsuid.h (setfsuid, setfsgid):
38687 Likewise.
38688 * WUR-REPORT: Remove set*id functions.
38689
38690 2012-07-31 Pino Toscano <toscano.pino@tiscali.it>
38691
38692 * sysdeps/mach/hurd/renameat.c: New file, mostly copied from rename.c.
38693
38694 2012-07-31 Roland McGrath <roland@hack.frob.com>
38695
38696 [BZ #10191]
38697 * include/sys/socket.h (__libc_accept, __libc_accept4):
38698 Add attribute_hidden.
38699 * socket/accept4.c (__libc_accept4): Remove libc_hidden_def.
38700
38701 * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Conditionalize
38702 use of PTR_MANGLE.
38703 * inet/getnetgrent_r.c (setup): Likewise.
38704
38705 * sysdeps/generic/siglist.h: Put SIGWINCH under #ifdef.
38706
38707 2012-07-31 David S. Miller <davem@davemloft.net>
38708
38709 * sysdeps/sparc/fpu/libm-test-ulps: Update.
38710
38711 2012-07-31 Joseph Myers <joseph@codesourcery.com>
38712
38713 [BZ #13629]
38714 * math/s_clog.c (__clog): Use __log1p if larger part has absolute
38715 value between 1.0 and 2.0 and smaller part has absolute value less
38716 than 1.0.
38717 * math/s_clog10.c (__clog10): Likewise.
38718 * math/s_clog10f.c (__clog10f): Likewise.
38719 * math/s_clog10l.c (__clog10l): Likewise.
38720 * math/s_clogf.c (__clogf): Likewise.
38721 * math/s_clogl.c (__clogl): Likewise.
38722 * math/libm-test.inc (clog_test): Add more tests.
38723 (clog10_test): Likewise.
38724 * sysdeps/i386/fpu/libm-test-ulps: Update.
38725 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
38726
38727 2012-07-31 Florian Weimer <fweimer@redhat.com>
38728
38729 * stdlib/tst-secure-getenv.c: Use printf for error reporting.
38730 Exit with zero in case no suitable GID is found, and write a
38731 message to standard error.
38732
38733 2012-07-30 Roland McGrath <roland@hack.frob.com>
38734
38735 * sysdeps/generic/sys/param.h (MAXSYMLINKS): Define to SYMLOOP_MAX
38736 rather than to 1.
38737 (NBBY, NGROUPS, CANBSIZ, NCARGS): New macros.
38738 (MAXPATHLEN): Removed.
38739 (NOGROUP, NODEV): New macros.
38740 (setbit, clrbit, isset, isclr): New macros.
38741 (howmany, roundup, powerof2): New macros.
38742 (DEV_BSIZE): New macro.
38743
38744 * include/unistd.h: Add attribute_hidden on __libc_pwrite64.
38745 * sysdeps/posix/pwrite64.c: Remove libc_hidden_def (__libc_pwrite64).
38746
38747 * sysdeps/ieee754/k_standard.c (__kernel_standard_l): Conditionalize
38748 definition on [!__NO_LONG_DOUBLE_MATH].
38749
38750 * nss/nsswitch.c (__nss_lookup_function): Conditionalize use of
38751 PTR_MANGLE and PTR_DEMANGLE.
38752
38753 * socket/accept4.c (accept4): Rename to __libc_accept4.
38754 Define accept4 as a weak alias.
38755
38756 * sysdeps/posix/getcwd.c (__getcwd): Conditionalize d_type field use
38757 on [_DIRENT_HAVE_D_TYPE].
38758 * io/ftw.c (ftw_dir): Likewise.
38759
38760 * io/xmknod.c (__xmknod): Don't check PATH for being null.
38761
38762 * libio/genops.c (flush_cleanup): Move inside [_IO_MTSAFE_IO].
38763
38764 * bits/signum.h (SIGSTOP, SIGCONT, SIGTSTP, SIGTTIN, SIGTTOU, SIGCHLD):
38765 Use the BSD numbers rather than the arbitrary ones we had.
38766 (SIGBUS, SIGIO, SIGPOLL, SIGPROF, SIGSYS): New macros.
38767 (SIGTRAP, SIGURG, SIGUSR1, SIGUSR2, SIGVTALRM): New macros.
38768 (SIGXCPU, SIGXFSZ): New macros.
38769 (_NSIG): Now 32.
38770
38771 * elf/rtld.c (_rtld_global): Conditionalize .dl_ns[LM_ID_BASE]
38772 initializer on [_LIBC_REENTRANT].
38773
38774 * iconv/iconv_charmap.c (charmap_conversion): Move ST, ADDR
38775 definitions inside [_POSIX_MAPPED_FILES].
38776
38777 * posix/regex.c: Include <sys/param.h> for MIN/MAX.
38778
38779 * dirent/opendir.c: Include <fcntl.h>.
38780
38781 * bits/libc-lock.h (__libc_setspecific): Evaluate arguments.
38782 (__libc_getspecific): Likewise.
38783 (__libc_key_create): Likewise.
38784
38785 * stdio-common/tmpfile64.c: Include <fcntl.h> first.
38786 [defined O_LARGEFILE && O_LARGEFILE != 0]: Conditionalize on this.
38787 * stdio-common/tmpfile.c [!defined O_LARGEFILE || O_LARGEFILE == 0]
38788 (tmpfile64): Define as alias.
38789 * sysdeps/wordsize-64/tmpfile.c: File removed.
38790 * sysdeps/wordsize-64/tmpfile64.c: File removed.
38791 * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: File removed.
38792 * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: File removed.
38793
38794 * stdio-common/vfscanf.c: Include <stdbool.h>.
38795 * nss/makedb.c: Likewise.
38796 * stdio-common/_i18n_number.h: Likewise.
38797 * argp/argp-help.c: Likewise.
38798 * posix/wordexp.c: Likewise.
38799 * sysdeps/posix/spawni.c: Likewise.
38800 * nss/nss_files/files-initgroups.c: Likewise.
38801 * stdio-common/reg-modifier.c: Include <stdlib.h>.
38802 * nss/nss_files/files-initgroups.c: Likewise.
38803 * nss/nss_db/db-netgrp.c: Likewise.
38804 * nss/nss_db/db-initgroups.c: Likewise.
38805 * io/fchmodat.c: Include <sys/stat.h>.
38806
38807 * sysdeps/generic/ldsodefs.h (struct rtld_global): Use
38808 __rtld_lock_define_recursive macro instead of __rtld_lock_recursive_t.
38809
38810 * intl/loadmsgcat.c (_nl_load_domain): Don't use MAP_FAILED outside of
38811 [HAVE_MMAP].
38812
38813 * bits/stat.h: Fix inclusion guard to accept _FCNTL_H too.
38814 Add multiple inclusion protection.
38815
38816 2012-07-27 David S. Miller <davem@davemloft.net>
38817
38818 * sysdeps/sparc/fpu/libm-test-ulps: Update.
38819
38820 2012-07-27 Gary Benson <gbenson@redhat.com>
38821
38822 [BZ #14298]
38823 * elf/rtld.c: Include <stap-probe.h>.
38824 (dl_main): Added static probes "init_start" and "init_complete".
38825 * elf/dl-load.c: Include <stap-probe.h>.
38826 (lose): Take new parameter "nsid".
38827 Added static probe "map_failed".
38828 (_dl_map_object_from_fd): Pass namespace id to lose.
38829 Added static probe "map_start".
38830 (open_verify): Pass namespace id to lose.
38831 * elf/dl-open.c: Include <stap-probe.h>.
38832 (dl_open_worker) Added static probes "map_complete", "reloc_start"
38833 and "reloc_complete".
38834 * elf/dl-close.c: Include <stap-probe.h>.
38835 (_dl_close_worker): Added static probes "unmap_start" and
38836 "unmap_complete".
38837 * elf/rtld-debugger-interface.txt: New file documenting the above.
38838
38839 2012-07-26 Roland McGrath <roland@hack.frob.com>
38840
38841 * sunrpc/rpc_hout.c (pdeclaration): Call f_print with a "%s" format
38842 rather than a string variable.
38843 * sunrpc/rpc_main.c (h_output): Likewise.
38844 * sunrpc/rpc_svcout.c (write_real_program): Likewise.
38845
38846 2012-07-26 Pino Toscano <toscano.pino@tiscali.it>
38847
38848 * inet/check_native.c: New file.
38849
38850 2012-07-26 Joseph Myers <joseph@codesourcery.com>
38851
38852 [BZ #13629]
38853 * math/s_clog.c (__clog): Use __log1p or direct log1p calculation
38854 if larger part has absolute value 1.0.
38855 * math/s_clog10.c (__clog10): Likewise.
38856 * math/s_clog10f.c (__clog10f): Likewise.
38857 * math/s_clog10l.c (__clog10l): Likewise.
38858 * math/s_clogf.c (__clogf): Likewise.
38859 * math/s_clogl.c (__clogl): Likewise.
38860 * math/libm-test.inc (clog_test): Add more tests.
38861 (clog10_test): Likewise.
38862 * sysdeps/i386/fpu/libm-test-ulps: Update.
38863 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
38864
38865 * elf/tst-auditmod1.c (pltenter): Remove all definitions of macro.
38866 (pltexit): Likewise.
38867 (La_regs): Likewise.
38868 (La_retval): Likewise.
38869 (int_retval): Likewise.
38870 Update #error for removed macros to refer only to definitions in
38871 tst-audit.h.
38872 * elf/tst-auditmod3b.c (pltenter): Remove all definitions of
38873 macro.
38874 (pltexit): Likewise.
38875 (La_regs): Likewise.
38876 (La_retval): Likewise.
38877 (int_retval): Likewise.
38878 * elf/tst-auditmod4b.c (pltenter): Remove all definitions of
38879 macro.
38880 (pltexit): Likewise.
38881 (La_regs): Likewise.
38882 (La_retval): Likewise.
38883 (int_retval): Likewise.
38884 * elf/tst-auditmod5b.c (pltenter): Remove all definitions of
38885 macro.
38886 (pltexit): Likewise.
38887 (La_regs): Likewise.
38888 (La_retval): Likewise.
38889 (int_retval): Likewise.
38890 * elf/tst-auditmod6b.c (pltenter): Remove all definitions of
38891 macro.
38892 (pltexit): Likewise.
38893 (La_regs): Likewise.
38894 (La_retval): Likewise.
38895 (int_retval): Likewise.
38896 * elf/tst-auditmod6c.c (pltenter): Remove all definitions of
38897 macro.
38898 (pltexit): Likewise.
38899 (La_regs): Likewise.
38900 (La_retval): Likewise.
38901 (int_retval): Likewise.
38902 * elf/tst-auditmod7b.c (pltenter): Remove all definitions of
38903 macro.
38904 (pltexit): Likewise.
38905 (La_regs): Likewise.
38906 (La_retval): Likewise.
38907 (int_retval): Likewise.
38908 * sysdeps/generic/tst-audit.h: Update comment to refer only to
38909 macro definitions in tst-audit.h.
38910 * sysdeps/i386/tst-audit.h: New file.
38911 * sysdeps/powerpc/powerpc32/tst-audit.h: Likewise.
38912 * sysdeps/powerpc/powerpc64/tst-audit.h: Likewise.
38913 * sysdeps/s390/s390-32/tst-audit.h: Likewise.
38914 * sysdeps/s390/s390-64/tst-audit.h: Likewise.
38915 * sysdeps/sh/tst-audit.h: Likewise.
38916 * sysdeps/sparc/sparc32/tst-audit.h: Likewise.
38917 * sysdeps/sparc/sparc64/tst-audit.h: Likewise.
38918 * sysdeps/x86_64/tst-audit.h: Likewise.
38919
38920 2012-07-26 Andreas Jaeger <aj@suse.de>
38921
38922 * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Add __THROW for
38923 ptrace.
38924
38925 * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes): Add
38926 new value PTRACE_EVENT_SECCOMP from Linux 3.5.
38927 (__ptrace_setoptions): Add new value PTRACE_O_TRACESECCOMP, adjust
38928 PTRACE_O_MASK.
38929 * sysdeps/unix/sysv/linux/s390/bits/ptrace.h: Likewise.
38930 * sysdeps/unix/sysv/linux/sparc/bits/ptrace.h: Likewise.
38931 * sysdeps/unix/sysv/linux/powerpc/bits/ptrace.h: Likewise.
38932
38933 * sysdeps/unix/sysv/linux/sys/epoll.h (EPOLLWAKEUP): Add new
38934 value.
38935
38936 * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add
38937 _sigsys.
38938 (si_call_addr, si_syscall, si_arch): Define new macro.
38939 * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Add
38940 _sigsys.
38941 (si_call_addr, si_syscall, si_arch): Define new marcro.
38942 * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (siginfo_t): Add
38943 _sigsys.
38944 (si_call_addr, si_syscall, si_arch): Define new macro.
38945 * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (struct): Add
38946 _sigsys.
38947 (si_call_addr, si_syscall, si_arch): Define new macro.
38948
38949 2012-07-25 Joseph Myers <joseph@codesourcery.com>
38950
38951 [BZ #13717]
38952 * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
38953 Change to 2.4.21 where previously 2.4.1.
38954 * sysdeps/unix/sysv/linux/configure: Regenerated.
38955 * sysdeps/unix/sysv/linux/kernel-features.h [(__powerpc__ ||
38956 __sh__) && !__powerpc64__] (__ASSUME_FCNTL64): Do not condition on
38957 Linux kernel version.
38958 (__ASSUME_STD_AUXV): Remove.
38959 [__powerpc__] (__ASSUME_VFORK_SYSCALL): Do not condition on Linux
38960 kernel version.
38961 [__powerpc__ && !__powerpc64] (__ASSUME_MMAP2_SYSCALL): Likewise.
38962 (__ASSUME_NEW_PRCTL_SYSCALL): Remove.
38963 (__ASSUME_FIXED_CLONE_SYSCALL): Likewise.
38964 (__ASSUME_NEW_RT_SIGRETURN_SYSCALL): Likewise.
38965 (__ASSUME_NETLINK_SUPPORT): Likewise.
38966 * nscd/gai.c [NEED_NETLINK && __ASSUME_NETLINK_SUPPORT == 0]
38967 (__no_netlink_support): Remove conditional definition.
38968 * sysdeps/unix/sysv/linux/check_pf.c (__no_netlink_support):
38969 Remove.
38970 (__check_pf) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
38971 [__ASSUME_NETLINK_SUPPORT]: Make code unconditional.
38972 * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_NETLINK_SUPPORT]
38973 (if_nameindex_ioctl): Remove.
38974 (if_nameindex_netlink): Do not handle __no_netlink_support.
38975 (if_nameindex) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
38976 code.
38977 * sysdeps/unix/sysv/linux/ifaddrs.c [!__ASSUME_NETLINK_SUPPORT]:
38978 Remove conditional code.
38979 (__netlink_open) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
38980 code.
38981 (getifaddrs_internal) [__ASSUME_NETLINK_SUPPORT]: Make code
38982 unconditional.
38983 [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
38984 [__ASSUME_NETLINK_SUPPORT] (freeifaddrs): Make code unconditional.
38985 * sysdeps/unix/sysv/linux/netlinkaccess.h (__no_netlink_support):
38986 Remove.
38987 * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
38988 [!__ASSUME_STD_AUXV]: Remove conditional code.
38989 * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S (__clone)
38990 [!__ASSUME_FIXED_CLONE_SYSCALL]: Remove conditional code.
38991 [__ASSUME_FIXED_CLONE_SYSCALL]: Make code unconditional.
38992 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c
38993 [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_mask_handler): Remove.
38994 (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
38995 code.
38996 [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
38997 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
38998 [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_nomask_handler): Remove.
38999 (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
39000 conditional code.
39001 [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
39002 * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
39003 (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
39004 code.
39005 * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
39006 (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
39007 conditional code.
39008 * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S
39009 (__novec_getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
39010 code unconditional.
39011 (__novec_getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
39012 conditional code.
39013 (__getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
39014 unconditional.
39015 (__getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
39016 conditional code.
39017 * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
39018 (__makecontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
39019 unconditional.
39020 (__makecontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
39021 conditional code.
39022 * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S
39023 (__novec_setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
39024 code unconditional.
39025 (__novec_setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
39026 conditional code.
39027 (__setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
39028 unconditional.
39029 (__setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
39030 conditional code.
39031 * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
39032 (__novec_swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
39033 code unconditional.
39034 (__novec_swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
39035 conditional code.
39036 (__swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
39037 unconditional.
39038 (__swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
39039 conditional code.
39040
39041 2012-07-25 Andreas Schwab <schwab@linux-m68k.org>
39042
39043 * sysdeps/unix/sysv/linux/i386/accept4.S: Remove pseudo_end label.
39044 * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: Likewise.
39045 * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
39046 * sysdeps/unix/sysv/linux/i386/epoll_pwait.S: Likewise.
39047 * sysdeps/unix/sysv/linux/i386/getcontext.S: Likewise.
39048 * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
39049 * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
39050 * sysdeps/unix/sysv/linux/i386/semtimedop.S: Likewise.
39051 * sysdeps/unix/sysv/linux/i386/setcontext.S: Likewise.
39052 * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
39053 * sysdeps/unix/sysv/linux/i386/swapcontext.S: Likewise.
39054 * sysdeps/unix/sysv/linux/i386/syscall.S: Likewise.
39055 * sysdeps/unix/sysv/linux/i386/sysdep.h (PSEUDO): Likewise.
39056 * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
39057 * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise.
39058 * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Likewise.
39059 * sysdeps/unix/sysv/linux/x86_64/setcontext.S: Likewise.
39060 * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Likewise.
39061 * sysdeps/unix/sysv/linux/x86_64/syscall.S: Likewise.
39062 * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PSEUDO): Likewise.
39063 * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: Likewise.
39064 * sysdeps/unix/sysv/linux/x86_64/vfork.S: Likewise.
39065 * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
39066
39067 2012-07-25 Florian Weimer <fweimer@redhat.com>
39068
39069 * Versions.def: Add GLIBC_2.17.
39070 * stdlib/stdlib.h: Rename __secure_getenv to secure_getenv.
39071 * include/stdlib.h: Rename __secure_getenv to secure_getenv.
39072 Introduce __libc_secure_getenv.
39073 * stdlib/Versions (2.17): Add secure_getenv
39074 (GLIBC_PRIVATE): Add __libc_secure_getenv.
39075 * stdlib/secure-getenv.c: Rename __secure_getenv to
39076 __libc_secure_getenv. Add secure_getenv alias. Add compatibility
39077 symbol __secure_getenv for GLIBC_2.0.
39078 * stdlib/tst-secure-getenv.c: New.
39079 * stdlib/Makefile (tests): Add testcase.
39080 * manual/startup.texi (Environment Access): Document
39081 secure_getenv.
39082 * hesiod/hesiod.c (hesiod_init): Rename __secure_getenv to
39083 __libc_secure_getenv.
39084 * inet/ruserpass.c (ruserpass): Likewise.
39085 * malloc/mtrace.c (mtrace): Likewise.
39086 * sysdeps/mach/hurd/tmpfile.c (__tmpfile): Likewise.
39087 * sysdeps/posix/libc_fatal.c (__libc_fatal): Likewise.
39088 * sysdeps/posix/sysconf.c (__sysconf__check_spec): Likewise.
39089 * sysdeps/posix/tempname.c: Likewise. Evaluate
39090 HAVE_SECURE_GETENV.
39091 * sysdeps/unix/sysv/linux/libc_fatal.c (__libc_message): Rename
39092 __secure_getenv to __libc_secure_getenv.
39093 * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add secure_getenv.
39094 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
39095 Likewise.
39096 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
39097 Likewise.
39098 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
39099 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
39100 * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
39101 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
39102 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
39103 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
39104 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
39105
39106 2012-07-25 Joseph Myers <joseph@codesourcery.com>
39107
39108 * sysdeps/generic/ldsodefs.h (struct La_i86_regs): Remove.
39109 (struct La_i86_retval): Likewise.
39110 (struct La_x86_64_regs): Likewise.
39111 (struct La_x86_64_retval): Likewise.
39112 (struct La_x32_regs): Likewise.
39113 (struct La_x32_retval): Likewise.
39114 (struct La_ppc32_regs): Likewise.
39115 (struct La_ppc32_retval): Likewise.
39116 (struct La_ppc64_regs): Likewise.
39117 (struct La_ppc64_retval): Likewise.
39118 (struct La_sh_regs): Likewise.
39119 (struct La_sh_retval): Likewise.
39120 (struct La_s390_32_regs): Likewise.
39121 (struct La_s390_32_retval): Likewise.
39122 (struct La_s390_64_regs): Likewise.
39123 (struct La_s390_64_retval): Likewise.
39124 (struct La_sparc32_regs): Likewise.
39125 (struct La_sparc32_retval): Likewise.
39126 (struct La_sparc64_regs): Likewise.
39127 (struct La_sparc64_retval): Likewise.
39128 (struct audit_ifaces): Remove architecture-specific pltenter and
39129 pltexit members.
39130 * sysdeps/i386/ldsodefs.h: New file.
39131 * sysdeps/powerpc/ldsodefs.h: Likewise.
39132 * sysdeps/s390/ldsodefs.h: Likewise.
39133 * sysdeps/sh/ldsodefs.h: Likewise.
39134 * sysdeps/sparc/ldsodefs.h: Likewise.
39135 * sysdeps/x86_64/ldsodefs.h: Likewise.
39136
39137 2012-07-25 Marek Polacek <polacek@redhat.com>
39138
39139 [BZ #6808]
39140 * math/libm-test.inc (yn_test): Add another test.
39141 * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Set errno
39142 to ERANGE when the result is +-Inf.
39143 * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
39144 * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_ynf): Likewise.
39145 * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Likewise.
39146 * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_yn): Likewise.
39147
39148 2012-07-24 Joseph Myers <joseph@codesourcery.com>
39149
39150 * conform/data/time.h-data (NULL): Use macro-constant. Require
39151 equal to 0.
39152 (CLOCKS_PER_SEC): Use macro instead of constant. Specify type as
39153 clock_t.
39154 [ISO11] (TIME_UTC): Use macro-int-constant. Require value > 0.
39155
39156 2012-07-23 Thomas Schwinge <thomas@codesourcery.com>
39157
39158 * configure.in <sysdeps resolving>: Correct printing
39159 Implies_before.
39160 * configure: Regenerate.
39161
39162 2012-07-22 Thomas Schwinge <thomas@codesourcery.com>
39163
39164 * math/w_ilogb.c: Include <limits.h>.
39165 * math/w_ilogbl.c: Likewise.
39166
39167 2012-07-20 Joseph Myers <joseph@codesourcery.com>
39168
39169 * manual/lang.texi (__va_copy): Document primarily as ISO C99
39170 va_copy. Document allowing for unavailable va_copy only as
39171 pre-C99 compatibility.
39172 * manual/string.texi (Copying and Concatenation): Use va_copy
39173 instead of __va_copy in concat example.
39174
39175 2012-07-20 Pino Toscano <toscano.pino@tiscali.it>
39176
39177 * sysdeps/mach/hurd/sendto.c (create_address_port): New subroutine.
39178 (__sendto): Use create_address_port. Initialize APORT and deallocate
39179 it if not null.
39180
39181 * sysdeps/mach/hurd/llistxattr.c: New file, copied from listxattr.c
39182 with O_NOLINK passed to __file_name_lookup.
39183
39184 * sysdeps/mach/hurd/lremovexattr.c: New file, copied from removexattr.c
39185 with O_NOLINK passed to __file_name_lookup.
39186
39187 * sysdeps/mach/hurd/getgroups.c: Return -1 and set EINVAL for
39188 negative N or less than NGIDS.
39189
39190 * sysdeps/mach/hurd/getlogin_r.c: Make LOGIN non-static and change its
39191 type to string_t. Set ERANGE as errno and return it if NAME is not big
39192 enough. Use memcpy instead of strncpy.
39193
39194 2012-07-20 Joseph Myers <joseph@codesourcery.com>
39195
39196 * elf/Makefile (check-data): Remove.
39197 (localplt.data): New vpath directive.
39198 ($(objpfx)check-localplt.out): Use localplt.data from vpath
39199 instead of $(check-data).
39200 * scripts/data/localplt-generic.data: Move to ...
39201 * sysdeps/generic/localplt.data: ... here.
39202 * scripts/data/localplt-i386-linux-gnu.data: Move to ...
39203 * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: ... here.
39204 * scripts/data/localplt-powerpc-linux-gnu.data: Move to ...
39205 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
39206 ... here.
39207 * scripts/data/localplt-powerpc64-linux-gnu.data: Move to ...
39208 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
39209 ... here.
39210 * scripts/data/localplt-s390-linux-gnu.data: Move to ...
39211 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data:
39212 ... here.
39213 * scripts/data/localplt-s390x-linux-gnu.data: Move to ...
39214 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
39215 ... here.
39216 * scripts/data/localplt-sparc-linux-gnu.data: Move to ...
39217 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data:
39218 ... here.
39219 * scripts/data/localplt-sparc64-linux-gnu.data: Move to ...
39220 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data:
39221 ... here.
39222
39223 2012-07-19 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
39224
39225 * sysdeps/powerpc/tls-macros.h: Split PowerPC definitions in
39226 PPC32 and PPC64 files.
39227 * sysdeps/powerpc/powerpc32/tls-macros.h: New file.
39228 * sysdeps/powerpc/powerpc64/tls-macros.h: Likewise.
39229
39230 2012-07-19 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
39231
39232 * sysdeps/unix/sysv/linux/s390/s390-32/makecontext.c: Move
39233 __makecontext_ret to ...
39234 * sysdeps/unix/sysv/linux/s390/s390-32/__makecontext_ret.S:
39235 ... here and call exit if uc_link is NULL. New file.
39236 * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Add
39237 __makecontext_ret.S.
39238 * sysdeps/unix/sysv/linux/s390/s390-64/makecontext.c: Move
39239 __makecontext_ret to ...
39240 * sysdeps/unix/sysv/linux/s390/s390-64/__makecontext_ret.S:
39241 ... here and call exit if uc_link is NULL. New file.
39242 * sysdeps/unix/sysv/linux/s390/s390-64/Makefile: Add
39243 __makecontext_ret.S.
39244
39245 2012-07-19 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
39246
39247 * elf/elf.h (R_390_IRELATIVE): New definition.
39248 * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Invoke the
39249 resolver function for IFUNC symbols. Support R_390_IRELATIVE.
39250 (elf_machine_lazy_rel): Support R_390_IRELATIVE.
39251 * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
39252 (elf_machine_lazy_rel): Likewise.
39253 * sysdeps/s390/dl-irel.h: New file.
39254 * sysdeps/s390/s390-64/memcpy.S: New asm code.
39255 * sysdeps/s390/s390-64/memset.S: New asm code.
39256 * sysdeps/s390/s390-64/memcmp.S: New asm code.
39257 * sysdeps/s390/s390-64/multiarch/memset.S: New file.
39258 * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: New file.
39259 * sysdeps/s390/s390-64/multiarch/memcmp.S: New file.
39260 * sysdeps/s390/s390-64/multiarch/memcpy.S: New file.
39261 * sysdeps/s390/s390-64/multiarch/Makefile: New file.
39262 * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: New file.
39263 * sysdeps/s390/s390-32/multiarch/Makefile: New file.
39264 * sysdeps/s390/s390-32/multiarch/memcmp.S: New file.
39265 * sysdeps/s390/s390-32/multiarch/memcpy.S: New file.
39266 * sysdeps/s390/s390-32/multiarch/memset.S: New file.
39267 * sysdeps/s390/s390-32/memcpy.S: New asm code.
39268 * sysdeps/s390/s390-32/memset.S: New asm code.
39269 * sysdeps/s390/s390-32/memcmp.S: New asm code.
39270
39271 2012-07-17 Marek Polacek <polacek@redhat.com>
39272
39273 [BZ #14349]
39274 * sysdeps/s390/s390-32/configure.in: Remove TLS check.
39275 * sysdeps/s390/s390-64/configure.in: Likewise.
39276 * sysdeps/sparc/configure.in: Likewise.
39277 * sysdeps/powerpc/powerpc32/configure.in: Likewise.
39278 * sysdeps/powerpc/powerpc64/configure.in: Likewise.
39279 * sysdeps/i386/configure.in: Likewise.
39280 * sysdeps/x86_64/configure.in: Likewise.
39281 * sysdeps/sh/configure.in: Likewise.
39282 * sysdeps/s390/s390-32/configure: Regenerated.
39283 * sysdeps/s390/s390-64/configure: Likewise.
39284 * sysdeps/x86_64/configure: Likewise.
39285 * sysdeps/sh/configure: Likewise.
39286 * sysdeps/powerpc/powerpc64/configure: Likewise.
39287 * sysdeps/powerpc/powerpc32/configure: Likewise.
39288 * sysdeps/sparc/configure: Likwise.
39289 * sysdeps/i386/configure: Likewise.
39290
39291 * elf/dl-open.c: Comment fixes.
39292
39293 2012-07-17 Joseph Myers <joseph@codesourcery.com>
39294
39295 * Makefile [CXX] (check-data): Remove.
39296 [CXX] (c++-types.data): New vpath directive.
39297 [CXX] ($(objpfx)c++-types-check.out): Use c++-types.data from
39298 vpath. Do not allow for C++ type data being missing.
39299 * scripts/data/c++-types-alpha-linux-gnu.data: Move to
39300 ports/sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data.
39301 * scripts/data/c++-types-ia64-linux-gnu.data: Move to
39302 ports/sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data.
39303 * scripts/data/c++-types-i386-linux-gnu.data: Move to ...
39304 * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: ... here.
39305 * scripts/data/c++-types-powerpc-linux-gnu.data: Move to ...
39306 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
39307 ... here.
39308 * scripts/data/c++-types-powerpc64-linux-gnu.data: Move to ...
39309 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
39310 ... here.
39311 * scripts/data/c++-types-s390-linux-gnu.data: Move to ...
39312 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data:
39313 ... here.
39314 * scripts/data/c++-types-s390x-linux-gnu.data: Move to ...
39315 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data:
39316 ... here.
39317 * scripts/data/c++-types-sparc-linux-gnu.data: Move to ...
39318 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data:
39319 ... here.
39320 * scripts/data/c++-types-sparc64-linux-gnu.data: Move to ...
39321 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data:
39322 ... here.
39323 * scripts/data/c++-types-x32-linux-gnu.data: Move to ...
39324 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data:
39325 ... here.
39326 * scripts/data/c++-types-x86_64-linux-gnu.data: Move to ...
39327 * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: ... here.
39328
39329 * elf/tls-macros.h (TLS_LE): Move architecture-specific
39330 definitions to architecture-specific files.
39331 (TLS_IE): Likewise.
39332 (TLS_LD): Likewise.
39333 (TLS_GD): Likewise.
39334 * sysdeps/i386/tls-macros.h: New file.
39335 * sysdeps/powerpc/tls-macros.h: Likewise.
39336 * sysdeps/s390/s390-32/tls-macros.h: Likewise.
39337 * sysdeps/s390/s390-64/tls-macros.h: Likewise.
39338 * sysdeps/sh/tls-macros.h: Likewise.
39339 * sysdeps/sparc/sparc32/tls-macros.h: Likewise.
39340 * sysdeps/sparc/sparc64/tls-macros.h: Likewise.
39341 * sysdeps/x86_64/tls-macros.h: Likewise.
39342
39343 2012-07-17 Thomas Schwinge <thomas@codesourcery.com>
39344
39345 * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Preserve
39346 zero value for regular exit case.
39347
39348 * sysdeps/unix/sysv/linux/x86_64/__start_context.S
39349 (__start_context): Preserve zero value for regular exit case.
39350
39351 2012-07-17 Thomas Schwinge <thomas@codesourcery.com>
39352 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
39353
39354 * manual/setjmp.texi (setcontext): Clarify normal process
39355 termination when uc_link is the null pointer.
39356 * stdlib/tst-makecontext.c (cf): Exercise this: remove explicit
39357 exit call.
39358
39359 2012-07-16 Andreas Schwab <schwab@linux-m68k.org>
39360
39361 * stdlib/bug-getcontext.c (do_test): Don't test FE_ALL_EXCEPT in
39362 preprocessor. Test for each exception mask separately.
39363
39364 2012-07-16 Andreas Jaeger <aj@suse.de>
39365
39366 * po/ru.po: Update from translation team.
39367
39368 2012-07-15 Joseph Myers <joseph@codesourcery.com>
39369
39370 * conform/data/string.h-data (NULL): Use macro-constant. Require
39371 equal to 0.
39372 [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
39373 (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
39374 (wcs*): Change to wcs[abcdefghijklmnopqrstuvwxyz]*.
39375 (mem[abcdefghijklmnopqrstuvwxyz]*): Allow.
39376 [ISO || ISO99 || ISO11] (*_t): Do not allow.
39377
39378 2012-07-13 Andreas Jaeger <aj@suse.de>
39379
39380 * po/fr.po: Update from translation team.
39381
39382 2012-07-12 Marek Polacek <polacek@redhat.com>
39383
39384 [BZ #14173]
39385 * math/libm-test.inc (yn_test): Add test for BZ #14173.
39386 * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Correct
39387 loop condition.
39388
39389 2012-07-12 Joseph Myers <joseph@codesourcery.com>
39390
39391 [BZ #13717]
39392 * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
39393 Change to 2.4.1 where previously 2.4.0.
39394 * sysdeps/unix/sysv/linux/configure: Regenerated.
39395 * sysdeps/unix/sysv/linux/kernel-features.h [!__sh__]
39396 (__ASSUME_ST_INO_64_BIT): Do not condition definition on kernel
39397 version.
39398 [__i386__ || __sparc__] (__ASSUME_FCNTL64): Likewise.
39399 (__ASSUME_AT_CLKTCK): Remove.
39400 (__ASSUME_AT_PAGESIZE): Likewise.
39401 (__ASSUME_AT_XID): Likewise.
39402 (__ASSUME_GETDENTS64_SYSCALL): Define unconditionally.
39403 [__i386__] (__ASSUME_VFORK_SYSCALL): Define unconditionally.
39404 * sysdeps/unix/sysv/linux/ldsodefs.h (HAVE_AUX_XID): Define
39405 unconditionally.
39406 (HAVE_AUX_PAGESIZE): Likewise.
39407 * sysdeps/unix/sysv/linux/prof-freq.c (__profile_frequency)
39408 [__ASSUME_AT_CLKTCK]: Make code unconditional.
39409 [!__ASSUME_AT_CLKTCK]: Remove conditional code.
39410
39411 2012-07-12 Jeroen van Bemmel <jvb127@gmail.com>
39412
39413 [BZ #14307]
39414 * sysdeps/posix/getaddrinfo.c (gaih_inet): Increase the size of
39415 the temporary buffer used to invoke __gethostbyname2_r,
39416 __gethostbyaddr_r and gethostbyname4_r to make room for struct
39417 host_data / struct gaih_addrtuple.
39418 * resolv/nss_dns/dns-host.c (global scope): Move definition of
39419 implementation constants MAX_NR_ALIASES and MAX_NR_ADDRS to
39420 header file nss/nsswitch.h.
39421 * nss/nsswitch.h (global scope): Add definition of implementation
39422 constants MAX_NR_ALIASES and MAX_NR_ADDRS (moved from
39423 resolv/nss_dns/dns-host.c).
39424
39425 2012-07-11 Andreas Jaeger <aj@suse.de>
39426
39427 * po/fr.po: Update from translation team.
39428
39429 * po/sv.po: Update from translation team
39430 * po/fr.po: Another update from translation team.
39431
39432 2012-07-11 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
39433
39434 * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Do not call sinh and cosh
39435 for subnormals or multiply small sinh result by itself.
39436 * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
39437 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
39438
39439 2012-07-11 David S. Miller <davem@davemloft.net>
39440
39441 * sysdeps/sparc/fpu/libm-test-ulps: Update.
39442
39443 2012-07-10 Andreas Schwab <schwab@linux-m68k.org>
39444
39445 [BZ #14347]
39446 * misc/sys/syslog.h (LOG_MAKEPRI): Don't shift first argument.
39447 (INTERNAL_MARK): Shift it here.
39448
39449 2012-07-10 Marek Polacek <polacek@redhat.com>
39450
39451 [BZ #14151]
39452 * configure.in (libc_cv_asm_global_directive): Remove test. Replace
39453 libc_cv_asm_global_directive with .globl.
39454 * configure: Regenerated.
39455 * sysdeps/i386/configure.in: Replace libc_cv_asm_global_directive
39456 with .globl.
39457 * sysdeps/i386/configure: Regenerated.
39458 * sysdeps/x86_64/configure.in: Replace libc_cv_asm_global_directive
39459 with .globl.
39460 * sysdeps/x86_64/configure: Regenerated.
39461 * config.h.in: Do not undefine ASM_GLOBAL_DIRECTIVE.
39462 * include/libc-symbols.h: Replace ASM_GLOBAL_DIRECTIVE with .globl.
39463 * elf/tst-unique2mod2.c: Likewise.
39464 * elf/tst-unique2mod1.c: Likewise.
39465 * elf/tst-unique1mod2.c: Likewise.
39466 * elf/tst-unique1mod1.c: Likewise.
39467 * sysdeps/s390/s390-32/sysdep.h: Likewise.
39468 * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
39469 * sysdeps/s390/s390-64/sysdep.h: Likewise.
39470 * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
39471 * sysdeps/mach/sysdep.h: Likewise.
39472 * sysdeps/i386/sysdep.h: Likewise.
39473 * sysdeps/i386/i386-mcount.S: Likewise.
39474 * sysdeps/x86_64/_mcount.S: Likewise.
39475 * sysdeps/x86_64/sysdep.h: Likewise.
39476 * sysdeps/sh/_mcount.S: Likewise.
39477 * sysdeps/sh/sysdep.h: Likewise.
39478 * sysdeps/powerpc/powerpc32/gprsave1.S: Likewise.
39479 * sysdeps/powerpc/powerpc32/fpu/fprrest.S: Likewise.
39480 * sysdeps/powerpc/powerpc32/fpu/fprsave.S: Likewise.
39481 * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
39482 * sysdeps/powerpc/powerpc32/gprrest1.S: Likewise.
39483 * sysdeps/powerpc/powerpc32/gprsave0.S: Likewise.
39484 * sysdeps/powerpc/powerpc32/gprrest0.S: Likewise.
39485 * locale/localeinfo.h: Likewise.
39486 (_NL_CURRENT_DEFINE_STRINGIFY): Delete macro.
39487 (_NL_CURRENT_DEFINE_STRINGIFY_1): Likewise.
39488
39489 2012-07-09 Roland McGrath <roland@hack.frob.com>
39490
39491 [BZ #14336]
39492 * manual/charset.texi (Extended Char Intro): Word use fix, "operating
39493 system".
39494 * manual/message.texi (The Uniforum approach): Likewise.
39495 * manual/charset.texi (Extended Char Intro): Spelling fix, "affected".
39496 (glibc iconv Implementation): Likewise.
39497
39498 2012-07-09 Joseph Myers <joseph@codesourcery.com>
39499
39500 [BZ #14337]
39501 * math/s_clog.c (__clog): Avoid scaling a value down where that
39502 could result in underflow.
39503 * math/s_clog10.c (__clog10): Likewise.
39504 * math/s_clog10f.c (__clog10f): Likewise.
39505 * math/s_clog10l.c (__clog10l): Likewise.
39506 * math/s_clogf.c (__clogf): Likewise.
39507 * math/s_clogl.c (__clogl): Likewise.
39508 * math/libm-test.inc (clog_test): Add more tests.
39509 (clog10_test): Likewise.
39510 * sysdeps/i386/fpu/libm-test-ulps: Update.
39511 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39512
39513 2012-07-06 Andreas Schwab <schwab@linux-m68k.org>
39514
39515 [BZ #14283]
39516 * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Shift
39517 by 7 not 8 to examine high bit of fractional part.
39518
39519 [BZ #14042]
39520 * sysdeps/powerpc/powerpc32/ppc-mcount.S [SHARED]: Don't use PLT
39521 for call to __mcount_internal.
39522 * sysdeps/powerpc/powerpc32/Makefile (sysdep_routines)
39523 (shared-only-routines) [$(subdir) = gmon]: Add compat-ppc-mcount.
39524 * sysdeps/powerpc/powerpc32/compat-ppc-mcount.S: New file.
39525
39526 2012-07-06 Joseph Myers <joseph@codesourcery.com>
39527
39528 [BZ #14154]
39529 * sysdeps/ieee754/flt-32/k_tanf.c (__kernel_tanf): Use linear
39530 approximation for values within 0x1p-13f of an odd multiple of
39531 pi/4.
39532 * math/libm-test.inc (tan_test): Do not allow spurious underflow
39533 exception. Add more tests.
39534 * sysdeps/i386/fpu/libm-test-ulps: Update.
39535
39536 [BZ #6778]
39537 * sysdeps/i386/fpu/s_expm1.S (__expm1): Check for large negative
39538 inputs and return -1 for them. Do not check for +Inf in case not
39539 reachable for +Inf.
39540 * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
39541 * sysdeps/i386/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not define.
39542 (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
39543 and return -1 for them. Do not check for +Inf in case not
39544 reachable for +Inf.
39545 * sysdeps/x86_64/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not
39546 define.
39547 (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
39548 and return -1 for them. Do not check for +Inf in case not
39549 reachable for +Inf.
39550 * math/libm-test.inc (expm1_test): Add more tests. Do not allow
39551 spurious underflow.
39552 * sysdeps/i386/fpu/libm-test-ulps: Update.
39553 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39554
39555 2012-07-06 Mike Frysinger <vapier@gentoo.org>
39556
39557 * sunrpc/rpc_clntout.c: Change <rpc/types.h> to "rpc/types.h".
39558
39559 2012-07-05 Joseph Myers <joseph@codesourcery.com>
39560
39561 [BZ #14157]
39562 [BZ #14331]
39563 * math/s_csqrt.c (__csqrt): Avoid multiplying by 0.5 where this
39564 could result in spurious underflow. Scale down values above
39565 DBL_MAX / 4.0 instead of DBL_MAX / 2.0.
39566 * math/s_csqrtf.c (__csqrtf): Likewise.
39567 * math/s_csqrtl.c (__csqrtl): Likewise.
39568 * math/libm-test.inc (csqrt_test): Add more tests. Do not allow
39569 spurious underflow.
39570 * sysdeps/i386/fpu/libm-test-ulps: Update.
39571 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39572
39573 2012-07-04 Andreas Schwab <schwab@linux-m68k.org>
39574
39575 * catgets/Makefile ($(objpfx)de.msg): Use xopen-msg.awk instead of
39576 xopen-msg.sed.
39577 * catgets/xopen-msg.awk: New file.
39578 * catgets/xopen-msg.sed: Removed.
39579
39580 * intl/Makefile ($(objpfx)msgs.h): Use po2test.awk instead of
39581 po2text.sed.
39582 * intl/po2test.awk: New file.
39583 * intl/po2test.sed: Removed.
39584
39585 2012-07-04 Joseph Myers <joseph@codesourcery.com>
39586
39587 [BZ #14328]
39588 * math/s_ctan.c (__ctan): Do not call sinh and cosh for subnormals
39589 or multiply small sinh result by itself.
39590 * math/s_ctanf.c (__ctanf): Likewise.
39591 * math/s_ctanh.c (__ctanh): Likewise.
39592 * math/s_ctanhf.c (__ctanhf): Likewise.
39593 * math/s_ctanhl.c (__ctanhl): Likewise.
39594 * math/s_ctanl.c (__ctanl): Likewise.
39595 * math/libm-test.inc (ctan_test_tonearest): New function.
39596 (ctan_test_towardzero): Likewise.
39597 (ctan_test_downward): Likewise.
39598 (ctan_test_upward): Likewise.
39599 (ctanh_test_tonearest): Likewise.
39600 (ctanh_test_towardzero): Likewise.
39601 (ctanh_test_downward): Likewise.
39602 (ctanh_test_upward): Likewise.
39603 (main): Call these new functions.
39604 * sysdeps/i386/fpu/libm-test-ulps: Update.
39605 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39606
39607 2012-07-03 Mike Frysinger <vapier@gentoo.org>
39608
39609 * .gitignore: Delete /ports entry.
39610
39611 2012-07-03 Andreas Jaeger <aj@suse.de>
39612
39613 * po/bg.po: Update from translation team.
39614 * po/cs.po: Likewise.
39615 * po/de.po: Likewise.
39616 * po/hr.po: Likewise.
39617 * po/nl.pl: Likewise.
39618 * po/pl.po: Likewise.
39619 * po/vi.po: Likewise.
39620
39621 2012-07-03 Joseph Myers <joseph@codesourcery.com>
39622
39623 * Makeconfig [!+link] (+link-before-libc): New variable.
39624 [!+link] (+link-after-libc): Likewise.
39625 [!+link] (+link-tests): Likewise.
39626 [!+link] (+link): Define in terms of $(+link-before-libc) and
39627 $(+link-after-libc).
39628 [!+link-static] (+link-static-before-libc): New variable.
39629 [!+link-static] (+link-static-after-libc): Likewise.
39630 [!+link-static] (+link-static-tests): Likewise.
39631 [!+link-static] (+link-static): Define in terms of
39632 $(+link-static-before-libc) and $(+link-static-after-libc).
39633 [build-shared] (link-libc-before-gnulib): New variable.
39634 [build-shared] (link-libc-tests): Likewise.
39635 [build-shared] (link-libc): Define in terms of
39636 $(link-libc-before-gnulib).
39637 [!build-shared] (link-libc-tests): New variable.
39638 (link-libc-static-tests): New variable.
39639 [!gnulib] (gnulib-arch): New variable.
39640 [!gnulib] (gnulib-tests): Likewise.
39641 [!gnulib] (static-gnulib-arch): Likewise.
39642 [!gnulib] (static-gnulib-tests): Likewise.
39643 [!gnulib] (gnulib): Use $(gnulib-arch). Do not use $(libgcc_eh).
39644 Define with "=" instead of ":=".
39645 [!gnulib] (static-gnulib): Use $(static-gnulib-arch). Do not use
39646 -lgcc_eh $(libunwind). Define with "=" instead of ":=".
39647 * Rules (binaries-all-notests): New variable.
39648 (binaries-all-tests): Likewise.
39649 (binaries-static-notests): Likewise.
39650 (binaries-static-tests): Likewise.
39651 (binaries-all): Define using $(binaries-all-notests) and
39652 $(binaries-all-tests).
39653 (binaries-static): Define using $(binaries-static-notests) and
39654 $(binaries-static-tests).
39655 (binaries-shared-tests): New variable.
39656 (binaries-shared-notests): Likewise.
39657 (binaries-shared): Remove variable.
39658 ($(addprefix $(objpfx),$(binaries-shared-notests))): New rule.
39659 ($(addprefix $(objpfx),$(binaries-shared-tests))): Likewise.
39660 ($(addprefix $(objpfx),$(binaries-shared))): Remove rule.
39661 ($(addprefix $(objpfx),$(binaries-static-notests))): New rule.
39662 ($(addprefix $(objpfx),$(binaries-static-tests))): Likewise.
39663 ($(addprefix $(objpfx),$(binaries-static))): Remove rule.
39664 * elf/Makefile (sln-modules): New variable.
39665 (extra-objs): Add $(sln-modules:=.o).
39666 (ldconfig-modules): Add static-stubs.
39667 ($(objpfx)sln): Depend on $(sln-modules:%=$(objpfx)%.o).
39668 * elf/static-stubs.c: New file.
39669
39670 [BZ #14283]
39671 * sysdeps/ieee754/flt-32/k_rem_pio2f.c (__kernel_rem_pio2f): Shift
39672 by 7 not 8 to examine high bit of fractional part. Use volatile
39673 variables when splitting into final array of floats if
39674 __FLT_EVAL_METHOD__ != 0.
39675 * math/libm-test.inc (cos_test): Add another test.
39676 (sin_test): Likewise.
39677 * sysdeps/i386/fpu/libm-test-ulps: Update.
39678
39679 [BZ #14273]
39680 * math/libm-test.inc (cosh_test): Add more tests.
39681
39682 * version.h (RELEASE): Set to "development".
39683 (VERSION): Set to "2.16.90".
39684
39685 2012-06-30 Carlos O'Donell <carlos_odonell@mentor.com>
39686
39687 * NEWS: Update copyright. Remove last-updated date.
39688 Mention math library bug fixes and timezone data changes.
39689 * README: Mention GNU/Hurd, x32, and HPPA support status.
39690
39691 2012-06-28 Thomas Schwinge <thomas@codesourcery.com>
39692
39693 * manual/contrib.texi (Contributors): Sort alphabetically by last name.
39694
39695 2012-06-27 Andreas Jaeger <aj@suse.de>
39696
39697 * manual/contrib.texi (Contributors): Add Samuel Thibault.
39698
39699 2012-06-25 Andreas Jaeger <aj@suse.de>
39700
39701 * sysdeps/s390/fpu/libm-test-ulps: Update.
39702
39703 2012-06-23 Andreas Schwab <schwab@linux-m68k.org>
39704 Thomas Schwinge <thomas@codesourcery.com>
39705
39706 * sysdeps/unix/sysv/linux/sh/syscalls.list: Add fanotify_mark.
39707 * sysdeps/unix/sysv/linux/sh/Versions (GLIBC_2.16): Add fanotify_mark.
39708 * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist (GLIBC_2.16): Add
39709 fanotify_mark.
39710
39711 2012-06-23 Thomas Schwinge <thomas@codesourcery.com>
39712
39713 * sysdeps/mach/start.c: Remove file.
39714 * sysdeps/mach/hurd/i386/static-start.S: Fix start.S include.
39715 * sysdeps/i386/init-first.c: Fix comment regarding start.S.
39716 * sysdeps/sh/init-first.c: Likewise.
39717
39718 * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Preserve r12 and pr
39719 registers for frame unwinding purposes, add CFI directives.
39720 * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
39721 * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Likewise
39722 * sysdeps/unix/sysv/linux/sh/sysdep.h (SYSCALL_ERROR_HANDLER):
39723 Likewise.
39724
39725 * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Don't plan for the call to
39726 __fortify_fail returning.
39727 * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
39728
39729 * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S: New file, based on
39730 sysdeps/sh/____longjmp_chk.S.
39731 * sysdeps/unix/sysv/linux/sh/sigaltstack-offsets.sym: New file, based
39732 on sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym.
39733 * sysdeps/unix/sysv/linux/sh/Makefile [subdir=misc]
39734 (gen-as-const-headers): Append sigaltstack-offsets.sym.
39735
39736 * sysdeps/sh/abort-instr.h: New file.
39737 * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Terminate the
39738 process in case exit returns.
39739
39740 * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Always
39741 initialize the GOT register before use.
39742
39743 * sysdeps/unix/sysv/linux/sh/makecontext.S (__makecontext): Fix
39744 calculation of ARGC > 4.
39745
39746 * sysdeps/unix/sysv/linux/sh/makecontext.S: Add comments and give more
39747 meaningful names to some local labels.
39748
39749 2012-06-22 Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
39750 Kaz Kojima <kkojima@rr.iij4u.or.jp>
39751
39752 * sysdeps/unix/sysv/linux/sh/bits/atomic.h
39753 (__arch_compare_and_exchange_val_8_acq): Remove explicit nop.
39754 (__arch_compare_and_exchange_val_16_acq): Likewise.
39755 (__arch_compare_and_exchange_val_32_acq): Likewise.
39756 (atomic_exchange_and_add): Fix gUSA sequence.
39757 (atomic_add): Likewise.
39758 (atomic_add_negative): Likewise.
39759 (atomic_add_zero): Likewise.
39760 (atomic_bit_test_set): Likewise.
39761
39762 2012-06-22 Andreas Schwab <schwab@redhat.com>
39763
39764 [BZ #13579]
39765 * include/link.h (struct link_map): Add l_free_initfini.
39766 * elf/dl-deps.c (_dl_map_object_deps): Set it when assigning
39767 l_initfini.
39768 * elf/dl-close.c (_dl_close_worker): Don't free l_initfini.
39769 * elf/rtld.c (dl_main): Clear it on all objects loaded on startup.
39770 * elf/dl-libc.c (free_mem): Free l_initfini if l_free_initfini is
39771 set.
39772
39773 2012-06-22 Carlos O'Donell <carlos_odonell@mentor.com>
39774
39775 * configure.in: Use AC_LANG_SOURCE.
39776 * configure: Regenerate.
39777
39778 2012-06-22 Roland McGrath <roland@hack.frob.com>
39779
39780 * configure.in (libc_cv_localstatedir): New substituted variable.
39781 * configure: Regenerated.
39782 * config.make.in (localstatedir): New variable, substituted from
39783 libc_cv_localstatedir.
39784 * Makeconfig (vardbdir): Use $(localstatedir) in place of /var.
39785 * sysdeps/gnu/configure.in (libc_cv_localstatedir): Change
39786 ${prefix}/var to /var when we change ${prefix}/etc to /etc.
39787 * sysdeps/gnu/configure: Regenerated.
39788
39789 2012-06-21 Jeff Law <law@redhat.com>
39790
39791 [BZ #14277]
39792 * intl/dcigettext.c (_nl_find_msg): Avoid use after potential
39793 free. Simplify list management for _LIBC case.
39794
39795 2012-06-21 Joseph Myers <joseph@codesourcery.com>
39796
39797 [BZ #14273]
39798 * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c (__ieee754_cosh):
39799 Clear sign bit of 64-bit integer value before comparing against
39800 overflow value.
39801
39802 * sysdeps/mach/configure: Regenerated.
39803
39804 2012-06-21 H.J. Lu <hongjiu.lu@intel.com>
39805
39806 [BZ #14278]
39807 * sysdeps/i386/sysdep.h (SYSCALL_PIC_SETUP): Fix a typo.
39808
39809 2012-06-21 Jeff Law <law@redhat.com>
39810
39811 [BZ #13882]
39812 * elf/dl-deps.c (_dl_map_object_deps): Fix cycle detection. Use
39813 uint16_t for elements in the "seen" array to avoid char overflows.
39814 * elf/dl-fini.c (_dl_sort_fini): Likewise.
39815 * elf/dl-open.c (dl_open_worker): Likewise.
39816
39817 2012-06-21 Carlos O'Donell <carlos_odonell@mentor.com>
39818
39819 * scripts/list-sources.sh: Scan PORTS for translations.
39820 * po/libc.pot: Regenerated.
39821
39822 2012-06-21 Andreas Jaeger <aj@suse.de>
39823
39824 [BZ #12194]
39825 * sysdeps/s390/bits/byteswap-16.h (__bswap_16): Avoid -Wconversion
39826 warning.
39827 * sysdeps/s390/bits/byteswap.h (__bswap_constant_16): Likewise.
39828 * bits/byteswap-16.h (__bswap_16): Likewise.
39829 * bits/byteswap.h (__bswap_constant_16): Likewise.
39830
39831 2012-06-18 H.J. Lu <hongjiu.lu@intel.com>
39832
39833 [BZ #14117]
39834 * sysdeps/i386/fpu_control.h: Removed.
39835 * sysdeps/x86_64/fpu_control.h: Moved to ...
39836 * sysdeps/x86/fpu_control.h: Here.
39837
39838 * sysdeps/x86_64/fpu_control.h (_FPU_GETCW): Add __volatile__.
39839 (_FPU_SETCW): Likewise.
39840
39841 2012-06-15 H.J. Lu <hongjiu.lu@intel.com>
39842
39843 [BZ #14117]
39844 * sysdeps/i386/fpu/bits/mathinline.h: Renamed to ...
39845 * sysdeps/x86/fpu/bits/mathinline.h: This.
39846 * sysdeps/x86_64/fpu/bits/mathinline.h: Removed.
39847
39848 [BZ #14050]
39849 [BZ #14117]
39850 * sysdeps/i386/fpu/bits/mathinline.h: Disable x87 inline
39851 functions if __x86_64__ is defined.
39852
39853 2012-06-15 Chung-Lin Tang <cltang@codesourcery.com>
39854
39855 * string/endian.h: Add !__ASSEMBLER__ condition for including
39856 conversion interfaces.
39857
39858 2012-06-15 Joseph Myers <joseph@codesourcery.com>
39859
39860 [BZ #14241]
39861 * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use 0.0 instead
39862 of ABS(x) in calculating zero to negative powers other than odd
39863 integers.
39864 * math/libm-test.inc (pow_test): Add more tests.
39865
39866 2012-06-15 Andreas Jaeger <aj@suse.de>
39867
39868 * manual/contrib.texi (Contributors): Update entry of Liubov
39869 Dmitrieva and add entries for Will Schmidt and Tulio Magno Quites
39870 Machado Filho.
39871
39872 2012-06-15 Cyril Hrubis <metan@ucw.cz>
39873
39874 * string/string.h: Add __wur to GNU version of strerror_r.
39875
39876 2012-06-14 H.J. Lu <hongjiu.lu@intel.com>
39877
39878 [BZ #14229]
39879 * string/Makefile (tests): Add tst-strtok_r.
39880 * string/tst-strtok_r.c: New file.
39881 * sysdeps/x86_64/strtok.S: Use LP_SIZE on save_ptr and use
39882 RAX_LP/RDX_LP on SAVE_PTR.
39883
39884 2012-06-14 Roland McGrath <roland@hack.frob.com>
39885
39886 * manual/Makefile ($(objpfx)texis): Do $(make-target-directory).
39887
39888 2012-06-14 Joseph Myers <joseph@codesourcery.com>
39889
39890 * libm_test.inc (csqrt_test): Allow more spurious underflow
39891 exceptions.
39892 (j0_test): Likewise.
39893 (j1_test): Likewise.
39894 (y0_test): Likewise.
39895 (y1_test): Likewise.
39896
39897 2012-06-13 Carlos O'Donell <carlos_odonell@mentor.com>
39898
39899 * po/Makefile (libc.pot): Use UTF-8 charset.
39900
39901 2012-06-13 Paul Pluzhnikov <ppluzhnikov@google.com>
39902
39903 [BZ #14210]
39904 Suppress sign-conversion warning from FD_SET.
39905 See <http://sourceware.org/ml/libc-alpha/2012-05/msg01794.html>.
39906 * debug/fdelt_chk.c (__fdelt_chk): Accept and return long int,
39907 not unsigned long int.
39908 * misc/bits/select2.h (__fdelt_chk, __fdelt_warn, __FD_ELT): Likewise.
39909
39910 2012-06-12 H.J. Lu <hongjiu.lu@intel.com>
39911
39912 [BZ #14050]
39913 [BZ #14117]
39914 * sysdeps/i386/fpu/bits/mathinline.h (__MATH_INLINE): Check
39915 __extern_always_inline instead of __extern_inline.
39916 (__signbitf): Support __SSE2_MATH__ and C++ namespace.
39917 (__signbit): Likewise.
39918 (__signbitl): Support C++ namespace.
39919 (lrintf): New inline function.
39920 (lrint): Likewise.
39921 (llrintf): Likewise.
39922 (llrint): Likewise.
39923 (fmaxf): Likewise.
39924 (fmax): Likewise.
39925 (fminf): Likewise.
39926 (fmin): Likewise.
39927 (rint): Likewise.
39928 (rintf): Likewise.
39929 (ceil): Likewise.
39930 (ceilf): Likewise.
39931 (floor): Likewise.
39932 (floorf): Likewise.
39933 (nearbyint): Likewise.
39934 (nearbyintf): Likewise.
39935
39936 2012-06-12 Thomas Schwinge <thomas@codesourcery.com>
39937
39938 * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Fix case for
39939 non-default versions.
39940
39941 2012-06-11 Roland McGrath <roland@hack.frob.com>
39942
39943 [BZ #14218]
39944 * manual/argp.texi (Argp): Reword argp_parse description slightly.
39945
39946 2012-06-09 Thomas Schwinge <thomas@codesourcery.com>
39947
39948 * sysdeps/sh/sh4/fpu/bits/fenv.h (__FE_UNDEFINED): Define.
39949 (FE_UPWARD, FE_DOWNWARD): Don't define.
39950 * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Adapt to that.
39951 * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
39952
39953 * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Do not re-write fpscr after
39954 reading it.
39955 * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
39956 * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
39957
39958 2012-06-09 Kaz Kojima <kkojima@rr.iij4u.or.jp>
39959
39960 * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
39961 * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Refreshed.
39962 * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Refreshed.
39963 * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Refreshed.
39964
39965 2012-06-06 H.J. Lu <hongjiu.lu@intel.com>
39966
39967 [BZ #14117]
39968 * sysdeps/i386/fpu/bits/fenv.h: Removed.
39969 * sysdeps/i386/fpu/Implies: New file.
39970 * sysdeps/x86_64/fpu/Implies: Likewise.
39971 * sysdeps/x86_64/fpu/bits/fenv.h: Renamed to ...
39972 * sysdeps/x86/fpu/bits/fenv.h: This.
39973
39974 * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Check
39975 __SSE_MATH__.
39976
39977 2012-06-06 Siddhesh Poyarekar <siddhesh@redhat.com>
39978
39979 [BZ #14134]
39980 * iconvdata/ibm930.c (BODY) [FROM_LOOP]: Check for invalid
39981 character 0xffff that matches the last element of the
39982 conversion table.
39983
39984 2012-06-05 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
39985
39986 * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Fix for wrong ldbl128-ibm
39987 fmodl commit.
39988
39989 2012-06-05 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
39990
39991 * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Fix spurious underflow for
39992 values higher than 25.6283.
39993
39994 2012-06-04 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
39995
39996 * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Fix
39997 subnormal exponent extraction and add some __builtin_expect.
39998 * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_extract_mantissa):
39999 Fix for subnormal mantissa calculation.
40000
40001 2012-06-04 Mike Frysinger <vapier@gentoo.org>
40002
40003 * sysdeps/unix/sysv/linux/tst-getcpu.c (do_test): Call perror when
40004 cpu2 is -1 and errno is not ENOSYS.
40005
40006 2012-06-04 H.J. Lu <hongjiu.lu@intel.com>
40007
40008 [BZ #14117]
40009 * sysdeps/i386/i486/bits/string.h: Renamed to ...
40010 * sysdeps/x86/bits/string.h: This.
40011 * sysdeps/x86_64/bits/string.h: Removed.
40012
40013 * sysdeps/i386/i486/bits/string.h: Define inline functions only
40014 if not compiling for x86-64, but compiling for >= i486.
40015
40016 * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Renamed to ...
40017 * sysdeps/unix/sysv/linux/x86/bits/sigcontext.h: This.
40018
40019 * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (FP_XSTATE_MAGIC1):
40020 New macro from Linux kernel 3.4.0.
40021 (FP_XSTATE_MAGIC2): Likewise.
40022 (FP_XSTATE_MAGIC2_SIZE): Likewise.
40023 (X86_FXSR_MAGIC): New macro from Linux i386 kernel.
40024 (struct _fpx_sw_bytes): New struct.
40025 (struct _xsave_hdr): Likewise.
40026 (struct _ymmh_state): Likewise.
40027 (struct _xstate): Likewise.
40028
40029 * sysdeps/unix/sysv/linux/i386/sys/debugreg.h: Removed.
40030 * sysdeps/unix/sysv/linux/i386/sys/reg.h: Likewise.
40031 * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Renamed to ...
40032 * sysdeps/unix/sysv/linux/x86/sys/debugreg.h: This.
40033 * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Renamed to ...
40034 * sysdeps/unix/sysv/linux/x86/sys/reg.h: This.
40035
40036 * sysdeps/unix/sysv/linux/i386/sys/io.h: Removed.
40037 * sysdeps/unix/sysv/linux/x86_64/sys/io.h: Renamed to ...
40038 * sysdeps/unix/sysv/linux/x86/sys/io.h: This.
40039 * sysdeps/unix/sysv/linux/i386/sys/perm.h: Removed.
40040 * sysdeps/unix/sysv/linux/x86_64/sys/perm.h: Renamed to ...
40041 * sysdeps/unix/sysv/linux/x86/sys/perm.h: This.
40042
40043 2012-06-04 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
40044
40045 [BZ #13743]
40046 * sysdeps/powerpc/sys/platform/ppc.h: New file for PowerPC features.
40047 * sysdeps/powerpc/Makefile (tests): Add test-gettimebase.
40048 (sysdep_headers): Include sys/platform/ppc.h.
40049 * sysdeps/powerpc/test-gettimebase.c: Test for
40050 __ppc_get_timebase() to catch future ISA opcode/insn changes.
40051 * manual/Makefile (appendices): Include platform.texi.
40052 * manual/contrib.texi (Contributors): Update @node pointers.
40053 * manual/maint.texi (Maintenance): Likewise.
40054 (Platform): New node.
40055 * manual/platform.texi: New file. Document the new features.
40056
40057 2012-06-04 Siddhesh Poyarekar <siddhesh@redhat.com>
40058 Jakub Jelinek <jakub@redhat.com>
40059
40060 [BZ #14188]
40061 * misc/sys/cdefs.h (__glibc_unlikely): New macro to wrap cases
40062 where __builtin_expect is unavailable.
40063
40064 2012-06-03 David S. Miller <davem@davemloft.net>
40065
40066 * stdlib/longlong.h: Updated from GCC.
40067
40068 2012-06-02 Andreas Schwab <schwab@linux-m68k.org>
40069
40070 [BZ #14042]
40071 * sysdeps/powerpc/powerpc32/mcount.c: New file.
40072 * sysdeps/powerpc/powerpc32/Versions (GLIBC_2.16): Add
40073 __mcount_internal.
40074 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
40075 (GLIBC_2.16): Likewise.
40076
40077 2012-06-01 H.J. Lu <hongjiu.lu@intel.com>
40078
40079 * sysdeps/unix/sysv/linux/x86_64/sys/io.h (outsw): Fix a typo.
40080
40081 2012-06-01 Joseph Myers <joseph@codesourcery.com>
40082
40083 * sysdeps/unix/sysv/linux/powerpc/powerpc32/Makefile
40084 (default-abi): New variable.
40085 * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: New file.
40086 * sysdeps/unix/sysv/linux/s390/s390-32/Makefile (default-abi): New
40087 variable.
40088 * sysdeps/unix/sysv/linux/s390/s390-64/Makefile (default-abi):
40089 Likewise.
40090 * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile (default-abi):
40091 Likewise.
40092 * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile (default-abi):
40093 Likewise.
40094
40095 * Makeconfig [abi-variants && !default-abi] (default-abi): Remove
40096 definition. Document in comment.
40097
40098 2012-06-01 David S. Miller <davem@davemloft.net>
40099
40100 * stdlib/longlong.h: Updated from GCC.
40101
40102 2012-06-01 H.J. Lu <hongjiu.lu@intel.com>
40103
40104 [BZ #14117]
40105 * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_headers):
40106 Don't add sys/elf.h sys/perm.h sys/reg.h sys/vm86.h
40107 sys/debugreg.h sys/io.h here.
40108 * sysdeps/unix/sysv/linux/x86/Makefile (sysdep_headers): Add
40109 sys/elf.h sys/perm.h sys/reg.h sys/vm86.h sys/debugreg.h
40110 sys/io.h.
40111 * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_headers):
40112 Don't add sys/perm.h sys/reg.h sys/debugreg.h sys/io.h here.
40113 * sysdeps/unix/sysv/linux/i386/sys/elf.h: Renamed to ...
40114 * sysdeps/unix/sysv/linux/x86/sys/elf.h: This.
40115 * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Renamed to ...
40116 * sysdeps/unix/sysv/linux/x86/sys/vm86.h: This.
40117
40118 * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h (DR_LEN_8):
40119 Define only if __x86_64__ is defined.
40120
40121 2012-06-01 Joseph Myers <joseph@codesourcery.com>
40122
40123 [BZ #14048]
40124 * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c (__ieee754_fmod):
40125 Use int64_t for variable i.
40126 * math/libm-test.inc (fmod_test): Add more tests.
40127
40128 * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Ensure temp + (double)
40129 z computation is not scheduled after fetestexcept.
40130 * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <math_private.h>.
40131 Use math_force_eval instead of asm to ensure calculation scheduled
40132 before exception test.
40133 * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <math_private.h>.
40134 Ensure a1 + u.d computation is not scheduled after fetestexcept.
40135
40136 2012-06-01 Aurelien Jarno <aurelien@aurel32.net>
40137
40138 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Ensure a1 + u.d
40139 computation is not scheduled after fetestexcept.
40140
40141 2012-06-01 H.J. Lu <hongjiu.lu@intel.com>
40142
40143 [BZ #14117]
40144 * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Renamed to ...
40145 * sysdeps/unix/sysv/linux/x86/bits/wchar.h: This.
40146
40147 2012-06-01 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
40148
40149 * sysdeps/powerpc/fpu/k_cosf.c: Fix underflow generation.
40150 * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
40151
40152 2012-05-31 H.J. Lu <hongjiu.lu@intel.com>
40153
40154 [BZ #14117]
40155 * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Include
40156 <bits/wordsize.h>.
40157 (__WCHAR_MIN): Support __WORDSIZE == 64.
40158 (__WCHAR_MAX): Likewise.
40159
40160 * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: Renamed to ...
40161 * sysdeps/unix/sysv/linux/x86/bits/typesizes.h: This.
40162
40163 [BZ #14183]
40164 * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__FSWORD_T_TYPE):
40165 Defined with __SWORD_TYPE if __x86_64__ isn't defined.
40166
40167 [BZ #14117]
40168 * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: Renamed to ...
40169 * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: This.
40170
40171 * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Renamed to ...
40172 * sysdeps/unix/sysv/linux/x86/bits/stat.h: This.
40173
40174 * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_KERNEL):
40175 Defined to 1 if __x86_64__ isn't defined.
40176 (_STAT_VER_LINUX_OLD): New.
40177 (st_atime): Remove duplicate.
40178 (st_mtime): Likewise.
40179 (st_ctime): Likewise.
40180
40181 2012-05-31 David S. Miller <davem@davemloft.net>
40182
40183 * sysdeps/sparc/fpu/libm-test-ulps: Remove sqrt(2) and sqrt test
40184 entries.
40185
40186 2012-06-01 Andreas Schwab <schwab@linux-m68k.org>
40187
40188 * sysdeps/powerpc/fpu/libm-test-ulps: Sort through
40189 gen-libm-test.pl.
40190
40191 [BZ #14132]
40192 * elf/dl-reloc.c: Include <_itoa.h>.
40193 (_dl_reloc_bad_type): Remove use of INTUSE.
40194 * elf/dl-minimal.c (_itoa, _itoa_lower_digits): Likewise.
40195 * stdio-common/_itoa.c (_itoa_word, _itoa): Likewise.
40196 * stdio-common/psiginfo.c (psiginfo): Likewise.
40197 * stdio-common/psignal.c (psignal): Likewise.
40198 * string/strsignal.c (strsignal): Likewise.
40199 * include/signal.h (_sys_siglist): Declare hidden proto.
40200 * stdio-common/itoa-digits.c: Include <_itoa.h>. Replace
40201 INTVARDEF with libc_hidden_data_def.
40202 * stdio-common/itoa-udigits.c: Likewise.
40203 * sysdeps/generic/_itoa.h (_itoa_upper_digits_internal)
40204 (_itoa_lower_digits_internal): Remove declaration.
40205 (_itoa_upper_digits, _itoa_lower_digits): Declare hidden proto.
40206 * sysdeps/gnu/siglist.c (_sys_siglist_internal)
40207 (_sys_sigabbrev_internal): Remove aliases.
40208 (_sys_siglist): Define hidden alias.
40209
40210 2012-05-31 Markus Trippelsdorf <markus@trippelsdorf.de>
40211
40212 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
40213 bits/sysctl.h.
40214
40215 2012-05-31 H.J. Lu <hongjiu.lu@intel.com>
40216
40217 [BZ #14117]
40218 * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Renamed to ...
40219 * sysdeps/unix/sysv/linux/x86/bits/sysctl.h: This.
40220
40221 * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Removed.
40222 * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Renamed to ...
40223 * sysdeps/unix/sysv/linux/x86/sys/ucontext.h: This.
40224 * sysdeps/unix/sysv/linux/i386/sys/user.h: Removed.
40225 * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Renamed to ...
40226 * sysdeps/unix/sysv/linux/x86/sys/user.h: This.
40227
40228 * sysdeps/unix/sysv/linux/i386/sys/procfs.h: Removed.
40229 * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Renamed to ...
40230 * sysdeps/unix/sysv/linux/x86/sys/procfs.h: This.
40231
40232 * sysdeps/unix/sysv/linux/x86_64/sys/io.h (insb): Replace addr
40233 with __addr.
40234 (insw): Likewise.
40235 (insl): Likewise.
40236 (outsb): Likewise.
40237 (outsw): Likewise.
40238 (outsl): Likewise.
40239
40240 * sysdeps/unix/sysv/linux/i386/bits/mman.h: Removed.
40241 * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Renamed to ...
40242 * sysdeps/unix/sysv/linux/x86/bits/mman.h: This.
40243
40244 * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Renamed to ...
40245 * sysdeps/unix/sysv/linux/x86/bits/msq.h: This.
40246 * sysdeps/unix/sysv/linux/x86_64/bits/sem.h: Renamed to ...
40247 * sysdeps/unix/sysv/linux/x86/bits/sem.h: This.
40248 * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Renamed to ...
40249 * sysdeps/unix/sysv/linux/x86/bits/shm.h: This.
40250
40251 * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: Renamed to ...
40252 * sysdeps/unix/sysv/linux/x86/bits/ipctypes.h: This.
40253
40254 * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Renamed to ...
40255 * sysdeps/unix/sysv/linux/x86/bits/epoll.h: This.
40256
40257 * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Removed.
40258 * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Renamed to ...
40259 * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: This.
40260
40261 * sysdeps/unix/sysv/linux/i386/bits/environments.h: Removed.
40262 * sysdeps/unix/sysv/linux/x86_64/bits/environments.h: Renamed
40263 to ...
40264 * sysdeps/unix/sysv/linux/x86/bits/environments.h: This.
40265
40266 * sysdeps/unix/sysv/linux/i386/bits/a.out.h: Removed.
40267 * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Renamed to ...
40268 * sysdeps/unix/sysv/linux/x86/bits/a.out.h: This.
40269
40270 * sysdeps/unix/sysv/linux/i386/sys/elf.h: Error when compiling
40271 for x86-64.
40272 * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Likewise.
40273
40274 2012-05-31 Joseph Myers <joseph@codesourcery.com>
40275
40276 * math/math.h (M_El): Use two more decimal places.
40277 (M_LOG2El): Likewise.
40278 (M_LOG10El): Likewise.
40279 (M_LN2l): Likewise.
40280 (M_LN10l): Likewise.
40281 (M_PIl): Likewise.
40282 (M_PI_2l): Likewise.
40283 (M_PI_4l): Likewise.
40284 (M_1_PIl): Likewise.
40285 (M_2_PIl): Likewise.
40286 (M_2_SQRTPIl): Likewise.
40287 (M_SQRT2l): Likewise.
40288 (M_SQRT1_2l): Likewise.
40289
40290 2012-05-31 David S. Miller <davem@davemloft.net>
40291
40292 * sysdeps/sparc/sparc64/memcpy.S: Use fsrc2 to move 64-bit
40293 values between float registers.
40294 * sysdeps/sparc/sparc64/memset.S: Likewise.
40295 * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
40296
40297 2012-05-31 Mike Frysinger <vapier@gentoo.org>
40298
40299 * debug/Makefile (CFLAGS-tst-longjmp_chk.c): Delete
40300 -D_FORTIFY_SOURCE=1.
40301 (CPPFLAGS-tst-longjmp_chk.c): Define.
40302 (CFLAGS-tst-longjmp_chk2.c): Delete -D_FORTIFY_SOURCE=1.
40303 (CPPFLAGS-tst-longjmp_chk2.c): Define.
40304 * wcsmbs/Makefile (CPPFLAGS-tst-wchar-h.c): Rename from
40305 CFLAGS-tst-wchar-h.c.
40306
40307 2012-05-31 Marek Polacek <polacek@redhat.com>
40308
40309 [BZ #14132]
40310 * include/mntent.h (__setmntent_internal, __getmntent_r_internal
40311 __endmntent_internal): Remove declaration.
40312 (__setmntent, __endmntent, __getmntent_r) [NOT_IN_libc]: Remove macro.
40313 (__setmntent, __endmntent, __getmntent_r): Declare hidden proto.
40314 * misc/mntent_r.c: Replace INTDEF with libc_hidden_def.
40315
40316 2012-05-30 David S. Miller <davem@davemloft.net>
40317
40318 * sysdeps/sparc/sparc32/soft-fp/q_util.c
40319 (___Q_simulate_exceptions): Use real FP ops rather than writing
40320 into the %fsr.
40321 * sysdeps/sparc/sparc32/soft-fp/q_util.c (__Qp_handle_exceptions):
40322 Likewise.
40323
40324 2012-05-30 H.J. Lu <hongjiu.lu@intel.com>
40325
40326 [BZ #14117]
40327 * sysdeps/x86_64/bits/xtitypes.h: Renamed to ...
40328 * sysdeps/x86/bits/xtitypes.h: This.
40329
40330 * sysdeps/x86_64/bits/wordsize.h: Renamed to ...
40331 * sysdeps/x86/bits/wordsize.h: This.
40332
40333 * sysdeps/i386/bits/huge_vall.h: Renamed to ...
40334 * sysdeps/x86/bits/huge_vall.h: This.
40335
40336 * sysdeps/i386/bits/select.h: Removed.
40337 * sysdeps/x86_64/bits/select.h: Renamed to ...
40338 * sysdeps/x86/bits/select.h: This.
40339
40340 * sysdeps/i386/bits/setjmp.h: Removed.
40341 * sysdeps/x86_64/bits/setjmp.h: Renamed to ...
40342 * sysdeps/x86/bits/setjmp.h: This.
40343
40344 * sysdeps/i386/bits/mathdef.h: Removed.
40345 * sysdeps/x86_64/bits/mathdef.h: Renamed to ...
40346 * sysdeps/x86/bits/mathdef.h: This.
40347
40348 2012-05-30 Andreas Schwab <schwab@linux-m68k.org>
40349
40350 [BZ #14132]
40351 * include/sys/socket.h (__connect_internal)
40352 (__libc_sa_len_internal): Remove declaration.
40353 (__connect, __libc_sa_len): Declare hidden_proto.
40354 (SA_LEN): Remove use of INTUSE.
40355 * socket/connect.c: Add libc_hidden_def.
40356 * sysdeps/mach/hurd/connect.c: Replace INTDEF by libc_hidden_def.
40357 * sysdeps/unix/sysv/linux/sa_len.c: Likewise.
40358 * sysdeps/unix/inet/syscalls.list: Remove __connect_internal
40359 alias.
40360 * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
40361 * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
40362 * sysdeps/unix/sysv/linux/connect.S: Use libc_hidden_weak instead
40363 of adding _internal alias.
40364
40365 2012-05-30 H.J. Lu <hongjiu.lu@intel.com>
40366
40367 [BZ #14117]
40368 * sysdeps/i386/bits/link.h: Removed.
40369 * sysdeps/i386/bits/linkmap.h: Likewise.
40370 * sysdeps/x86_64/bits/link.h: Renamed to ...
40371 * sysdeps/x86/bits/link.h: This.
40372 * sysdeps/x86_64/bits/linkmap.h: Renamed to ...
40373 * sysdeps/x86/bits/linkmap.h: This.
40374
40375 * sysdeps/i386/bits/endian.h: Removed.
40376 * sysdeps/x86_64/bits/endian.h: Renamed to ...
40377 * sysdeps/x86/bits/endian.h: This.
40378
40379 * sysdeps/i386/bits/byteswap.h: Removed.
40380 * sysdeps/i386/bits/byteswap-16.h: Likewise.
40381 * sysdeps/x86_64/bits/byteswap.h: Renamed to ...
40382 * sysdeps/x86/bits/byteswap.h: This.
40383 * sysdeps/x86_64/bits/byteswap-16.h: Renamed to ...
40384 * sysdeps/x86/bits/byteswap-16.h: This.
40385 * sysdeps/i386/Implies: Add x86.
40386 * sysdeps/x86_64/Implies: Likewise.
40387
40388 2012-05-30 David S. Miller <davem@davemloft.net>
40389
40390 * soft-fp/soft-fp.h (FP_CUR_EXCEPTIONS): Define.
40391 (FP_TRAPPING_EXCEPTIONS): Provide default implementation.
40392 * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
40393 (FP_TRAPPING_EXCEPTIONS): Define.
40394 * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
40395 (FP_TRAPPING_EXCEPTIONS): Define.
40396 * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Signal underflow for
40397 subnormals only when inexact has been signalled or underflow
40398 exceptions are enabled.
40399 (_FP_PACK_CANONICAL): Likewise.
40400
40401 2012-05-30 H.J. Lu <hongjiu.lu@intel.com>
40402
40403 [BZ #14183]
40404 * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__NLINK_T_TYPE):
40405 Defined with __UWORD_TYPE if __x86_64__ isn't defined.
40406
40407 2012-05-30 Richard Henderson <rth@twiddle.net>
40408
40409 * sysdeps/unix/make-syscalls.sh: Protect symbol_version output
40410 with #ifndef NOT_IN_libc.
40411
40412 * scripts/abilist.awk: Accept 8 fields. Handle Alpha functions
40413 marked to avoid plt entry.
40414
40415 2012-05-30 H.J. Lu <hongjiu.lu@intel.com>
40416
40417 [BZ #14112]
40418 * Makeconfig (default-abi): New macro.
40419 (abi-includes): Likewise.
40420 ($(common-objpfx)soversions.mk): Remove WORDSIZE check. Use
40421 $(abi-$(default-abi)-lib-soname) for soname if defined.
40422 ($(common-objpfx)gnu/lib-names.stmp): Generate from
40423 abi-variants.
40424 * Makefile (installed-stubs): Likewise.
40425 * include/stubs-biarch.h: Removed.
40426 * scripts/lib-names.awk: Only handle one library at a time.
40427 * scripts/soversions.awk: Remove WORDSIZE support.
40428 * shlib-versions: Remove WORDSIZE and i.86/s390x/powerpc64 ld
40429 entries.
40430 * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants):
40431 Removed.
40432 (syscall-list-default-condition): Likewise.
40433 (syscall-list-default-condition): Likewise.
40434 (syscall-list-includes): Likewise.
40435 ($(objpfx)bits/syscall%h $(objpfx)bits/syscall%d): Replace
40436 syscall-list-* with abi-*. Handle undefined abi-variants.
40437 * sysdeps/unix/sysv/linux/i386/Makefile (default-abi): New macro.
40438 * sysdeps/unix/sysv/linux/i386/Implies: New file.
40439 * sysdeps/unix/sysv/linux/x86/Makefile: Likewise.
40440 * sysdeps/unix/sysv/linux/x86_64/64/Makefile: Likewise.
40441 * sysdeps/unix/sysv/linux/x86_64/Implies: Add unix/sysv/linux/x86.
40442 * sysdeps/unix/sysv/linux/x86_64/Makefile (syscall-list-variants):
40443 Removed.
40444 (syscall-list-32-options): Likewise.
40445 (syscall-list-32-condition): Likewise.
40446 (syscall-list-64-options): Likewise.
40447 (syscall-list-64-condition): Likewise.
40448 * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (default-abi): New
40449 macro.
40450 * sysdeps/unix/sysv/linux/powerpc/Makefile (syscall-list-*):
40451 Renamed to ...
40452 (abi-*): This.
40453 (abi-64-ld-soname): New macro.
40454 * sysdeps/unix/sysv/linux/s390/Makefile: Likewise.
40455 * sysdeps/unix/sysv/linux/sparc/Makefile (syscall-list-*):
40456 Renamed to ...
40457 (abi-*): This.
40458 * sysdeps/x86_64/64/shlib-versions: Remove ld entry.
40459 * sysdeps/x86_64/x32/shlib-versions: Likewise.
40460
40461 2012-05-30 Joseph Myers <joseph@codesourcery.com>
40462
40463 * sysdeps/unix/sysv/linux/kernel-features.h
40464 (__ASSUME_TRUNCATE64_SYSCALL): Remove all definitions.
40465 * sysdeps/unix/sysv/linux/ftruncate64.c: Do not
40466 include <kernel-features.h>.
40467 [!__NR_ftruncate64]: Remove conditional code.
40468 [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
40469 [__NR_ftruncate64]: Make code unconditional.
40470 [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
40471 * sysdeps/unix/sysv/linux/truncate64.c: Do not
40472 include <kernel-features.h>.
40473 [!__NR_ftruncate64]: Remove conditional code.
40474 [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
40475 [__NR_ftruncate64]: Make code unconditional.
40476 [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
40477 * sysdeps/unix/sysv/linux/powerpc/powerpc32/ftruncate64.c: Do not
40478 include <kernel-features.h>.
40479 [!__NR_ftruncate64]: Remove conditional code.
40480 [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
40481 [__NR_ftruncate64]: Make code unconditional.
40482 [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
40483 * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
40484 include <kernel-features.h>.
40485 [!__NR_ftruncate64]: Remove conditional code.
40486 [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
40487 [__NR_ftruncate64]: Make code unconditional.
40488 [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
40489
40490 * configure.in (libc_cv_fpie): Weaken to a compile test using
40491 LIBC_TRY_CC_OPTION.
40492 * configure: Regenerated.
40493
40494 2012-05-29 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
40495
40496 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Refreshed.
40497 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Refreshed.
40498 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Refreshed.
40499 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
40500 Refreshed.
40501 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Refreshed.
40502 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Refreshed.
40503 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Refreshed.
40504 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Refreshed.
40505 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Refreshed.
40506 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
40507 Refreshed.
40508
40509 2012-05-27 David S. Miller <davem@davemloft.net>
40510
40511 * sysdeps/sparc/sparc32/soft-fp/q_util.c (___Q_numbers): Delete.
40512 (___Q_zero): New.
40513 (__Q_simulate_exceptions): Return void. Change to simulate
40514 exceptions by writing into the %fsr.
40515 * sysdeps/sparc/sparc64/soft-fp/qp_util.c
40516 (__Qp_handle_exceptions): Likewise.
40517 (numbers): Delete.
40518 * sysdeps/sparc/sparc64/soft-fp/Versions: Remove entry for
40519 __Qp_handle_exceptions.
40520 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Remove
40521 __Qp_handle_exceptions.
40522 * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
40523 as unused and give dummy FP_RND_NEAREST initializer.
40524 (FP_INHIBIT_RESULTS): Define.
40525 (___Q_simulate_exceptions): Update declaration.
40526 (FP_HANDLE_EXCEPTIONS): Use ___Q_zero and tidy inline asm
40527 formatting.
40528 * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
40529 as unused and give dummy FP_RND_NEAREST initializer.
40530 (__Qp_handle_exceptions): Update declaration.
40531 (FP_HANDLE_EXCEPTIONS, QP_NO_EXCEPTIONS): Tidy inline asm
40532 formatting.
40533
40534 2012-05-27 Thomas Schwinge <thomas@codesourcery.com>
40535
40536 * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Use fpu_control_t for
40537 the temporary FPU control word.
40538 * sysdeps/sh/sh4/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
40539 * sysdeps/sh/sh4/fpu/feenablxcpt.c (feenableexcept): Likewise.
40540 * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Likewise.
40541 * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
40542 * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
40543 * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Likewise.
40544 * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
40545 * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
40546 * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
40547 * sysdeps/sh/sh4/fpu/fsetexcptflg.c (fesetexceptflag): Likewise.
40548 * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
40549
40550 2012-05-27 Kaz Kojima <kkojima@rr.iij4u.or.jp>
40551
40552 * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Restore fpscr flag
40553 fields.
40554
40555 2012-05-27 Chung-Lin Tang <cltang@codesourcery.com>
40556
40557 * sysdeps/sh/_mcount.S (_mount): Add CFI directives.
40558 * sysdeps/unix/sh/sysdep.S (__syscall_error): Likewise.
40559 * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S (__setcontext): Likewise.
40560 * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S (__swapcontext):
40561 Likewise.
40562 * sysdeps/unix/sysv/linux/sh/sh4/setcontext.S (__setcontext): Likewise.
40563 * sysdeps/unix/sysv/linux/sh/sh4/swapcontext.S (__swapcontext):
40564 Likewise.
40565
40566 2012-05-27 Ulrich Drepper <drepper@gmail.com>
40567
40568 * po/h.po: Update from translation team.
40569
40570 2012-05-26 Andreas Schwab <schwab@linux-m68k.org>
40571
40572 * sysdeps/powerpc/powerpc32/dl-irel.h: Include <ldsodefs.h>.
40573
40574 * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Optimize
40575 handling of denormals.
40576 * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
40577 * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
40578 * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
40579 * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
40580 * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
40581 * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c (_logb): Likewise.
40582 * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (_logbl):
40583 Likewise.
40584
40585 2012-05-26 Marek Polacek <polacek@redhat.com>
40586
40587 [BZ #14152]
40588 * math/libm-test.inc (fma_test): Don't always expect underflow
40589 exception.
40590
40591 2012-05-26 Siddhesh Poyarekar <siddhesh@redhat.com>
40592
40593 [BZ #12416]
40594 * elf/tst-execstack.c: Include stackinfo.h.
40595 (do_test): Adjust test case to ensure that pthread_getattr_np
40596 behaviour remains the same after marking stack executable.
40597
40598 2012-05-25 Joseph Myers <joseph@codesourcery.com>
40599
40600 * sysdeps/unix/sysv/linux/kernel-features.h
40601 (__ASSUME_NEW_GETRLIMIT_SYSCALL): Remove all definitions.
40602 * sysdeps/unix/sysv/linux/i386/getrlimit.c: Do not include
40603 kernel-features.h.
40604 [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
40605 [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
40606 * sysdeps/unix/sysv/linux/i386/setrlimit.c Do not include
40607 kernel-features.h.
40608 [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
40609 [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
40610
40611 2012-05-25 H.J. Lu <hongjiu.lu@intel.com>
40612
40613 * configure.in: Define the default includes to being none.
40614 * configure: Regenerated.
40615
40616 2012-05-25 Roland McGrath <roland@hack.frob.com>
40617
40618 * sysdeps/x86_64/__longjmp.S: Add a static probe here.
40619 * sysdeps/x86_64/setjmp.S: Likewise.
40620 * sysdeps/i386/bsd-setjmp.S: Likewise.
40621 * sysdeps/i386/bsd-_setjmp.S: Likewise.
40622 * sysdeps/i386/setjmp.S: Likewise.
40623 * sysdeps/i386/__longjmp.S: Likewise.
40624 * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
40625 * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S: Likewise.
40626
40627 * include/stap-probe.h: New file.
40628 * configure.in: Handle --enable-systemtap.
40629 * configure: Regenerated.
40630 * config.h.in (USE_STAP_PROBE): New #undef.
40631 * extra-lib.mk (CPPFLAGS-$(lib)): Add -DIN_LIB=$(lib).
40632 * elf/Makefile (CPPFLAGS-.os): Add -DIN_LIB=rtld.
40633 * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
40634
40635 2012-05-25 Joseph Myers <joseph@codesourcery.com>
40636
40637 [BZ #13717]
40638 * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
40639 to 2.4.0 where earlier.
40640 * sysdeps/unix/sysv/linux/configure: Regenerated.
40641 * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
40642 <kernel-features.h>.
40643 [__ASSUME_32BITUIDS]: Make code unconditional.
40644 [!__ASSUME_32BITUIDS]: Remove conditional code.
40645 * sysdeps/unix/sysv/linux/i386/fchown.c: Do not include
40646 <kernel-features.h>.
40647 [__ASSUME_32BITUIDS]: Make code unconditional.
40648 [!__ASSUME_32BITUIDS]: Remove conditional code.
40649 * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat)
40650 [__ASSUME_32BITUIDS]: Make code unconditional.
40651 (fchownat) [!__ASSUME_32BITUIDS]: Remove conditional code.
40652 * sysdeps/unix/sysv/linux/i386/getegid.c: Do not include
40653 <kernel-features.h>.
40654 [__ASSUME_32BITUIDS]: Make code unconditional.
40655 [!__ASSUME_32BITUIDS]: Remove conditional code.
40656 * sysdeps/unix/sysv/linux/i386/geteuid.c: Do not include
40657 <kernel-features.h>.
40658 [__ASSUME_32BITUIDS]: Make code unconditional.
40659 [!__ASSUME_32BITUIDS]: Remove conditional code.
40660 * sysdeps/unix/sysv/linux/i386/getgid.c: Do not include
40661 <kernel-features.h>.
40662 [__ASSUME_32BITUIDS]: Make code unconditional.
40663 [!__ASSUME_32BITUIDS]: Remove conditional code.
40664 * sysdeps/unix/sysv/linux/i386/getgroups.c: Do not include
40665 <kernel-features.h>.
40666 [__ASSUME_32BITUIDS]: Make code unconditional.
40667 [!__ASSUME_32BITUIDS]: Remove conditional code.
40668 * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
40669 <kernel-features.h>.
40670 [__ASSUME_32BITUIDS]: Make code unconditional.
40671 [!__ASSUME_32BITUIDS]: Remove conditional code.
40672 * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
40673 <kernel-features.h>.
40674 [__ASSUME_32BITUIDS]: Make code unconditional.
40675 [!__ASSUME_32BITUIDS]: Remove conditional code.
40676 * sysdeps/unix/sysv/linux/i386/getuid.c: Do not include
40677 <kernel-features.h>.
40678 [__ASSUME_32BITUIDS]: Make code unconditional.
40679 [!__ASSUME_32BITUIDS]: Remove conditional code.
40680 * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
40681 <kernel-features.h>.
40682 [__ASSUME_32BITUIDS]: Make code unconditional.
40683 [!__ASSUME_32BITUIDS]: Remove conditional code.
40684 * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
40685 <kernel-features.h>.
40686 [__ASSUME_32BITUIDS]: Make code unconditional.
40687 [!__ASSUME_32BITUIDS]: Remove conditional code.
40688 * sysdeps/unix/sysv/linux/i386/semctl.c: Do not include
40689 <kernel-features.h>.
40690 [__ASSUME_32BITUIDS]: Make code unconditional.
40691 [!__ASSUME_32BITUIDS]: Remove conditional code.
40692 * sysdeps/unix/sysv/linux/i386/setegid.c: Do not include
40693 <kernel-features.h>.
40694 [__NR_setresgid] (__setresgid): Do not declare.
40695 [__ASSUME_32BITUIDS]: Make code unconditional.
40696 [!__ASSUME_32BITUIDS]: Remove conditional code.
40697 * sysdeps/unix/sysv/linux/i386/seteuid.c: Do not include
40698 <kernel-features.h>.
40699 [__NR_setresuid] (__setresuid): Do not declare.
40700 [__ASSUME_32BITUIDS]: Make code unconditional.
40701 [!__ASSUME_32BITUIDS]: Remove conditional code.
40702 * sysdeps/unix/sysv/linux/i386/setfsgid.c: Do not include
40703 <kernel-features.h>.
40704 [__ASSUME_32BITUIDS]: Make code unconditional.
40705 [!__ASSUME_32BITUIDS]: Remove conditional code.
40706 * sysdeps/unix/sysv/linux/i386/setfsuid.c: Do not include
40707 <kernel-features.h>.
40708 [__ASSUME_32BITUIDS]: Make code unconditional.
40709 [!__ASSUME_32BITUIDS]: Remove conditional code.
40710 * sysdeps/unix/sysv/linux/i386/setgid.c: Do not include
40711 <kernel-features.h>.
40712 [__ASSUME_32BITUIDS]: Make code unconditional.
40713 [!__ASSUME_32BITUIDS]: Remove conditional code.
40714 * sysdeps/unix/sysv/linux/i386/setgroups.c: Do not include
40715 <kernel-features.h>.
40716 [__ASSUME_32BITUIDS]: Make code unconditional.
40717 [!__ASSUME_32BITUIDS]: Remove conditional code.
40718 * sysdeps/unix/sysv/linux/i386/setregid.c: Do not include
40719 <kernel-features.h>.
40720 [__ASSUME_32BITUIDS]: Make code unconditional.
40721 [!__ASSUME_32BITUIDS]: Remove conditional code.
40722 * sysdeps/unix/sysv/linux/i386/setresgid.c: Do not include
40723 <kernel-features.h>.
40724 [__ASSUME_32BITUIDS]: Make code unconditional.
40725 [!__ASSUME_32BITUIDS]: Remove conditional code.
40726 * sysdeps/unix/sysv/linux/i386/setresuid.c: Do not include
40727 <kernel-features.h>.
40728 [__ASSUME_32BITUIDS]: Make code unconditional.
40729 [!__ASSUME_32BITUIDS]: Remove conditional code.
40730 * sysdeps/unix/sysv/linux/i386/setreuid.c: Do not include
40731 <kernel-features.h>.
40732 [__ASSUME_32BITUIDS]: Make code unconditional.
40733 [!__ASSUME_32BITUIDS]: Remove conditional code.
40734 * sysdeps/unix/sysv/linux/i386/setuid.c: Do not include
40735 <kernel-features.h>.
40736 [__ASSUME_32BITUIDS]: Make code unconditional.
40737 [!__ASSUME_32BITUIDS]: Remove conditional code.
40738 * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
40739 <kernel-features.h>.
40740 [__ASSUME_32BITUIDS]: Make code unconditional.
40741 [!__ASSUME_32BITUIDS]: Remove conditional code.
40742 * sysdeps/unix/sysv/linux/kernel-features.h
40743 (__ASSUME_SETRESUID_SYSCALL): Remove.
40744 (__ASSUME_SETRESGID_SYSCALL): Likewise.
40745 (__ASSUME_32BITUIDS): Likewise.
40746 (__ASSUME_LDT_WORKS): Likewise.
40747 (__ASSUME_O_DIRECTORY): Likewise.
40748 (__ASSUME_NEW_GETRLIMIT_SYSCALL): Define conditional on
40749 architecture but not kernel version.
40750 (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
40751 (__ASSUME_MMAP2_SYSCALL): Likewise.
40752 (__ASSUME_STAT64_SYSCALL): Likewise.
40753 (__ASSUME_IPC64): Likewise.
40754 * sysdeps/unix/sysv/linux/local-setxid.h: Do not include
40755 <kernel-features.h>.
40756 [__ASSUME_32BITUIDS]: Make code unconditional.
40757 [!__ASSUME_32BITUIDS]: Remove conditional code.
40758 * sysdeps/unix/sysv/linux/opendir.c: Do not include
40759 <kernel-features.h>.
40760 [__ASSUME_O_DIRECTORY]: Make code unconditional.
40761 * sysdeps/unix/sysv/linux/opensock.c [__LINUX_KERNEL_VERSION <
40762 132096]: Remove conditional code.
40763 [__LINUX_KERNEL_VERSION >= 132096]: Make code unconditional.
40764 * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
40765 <kernel-features.h>.
40766 [__ASSUME_32BITUIDS]: Make code unconditional.
40767 [!__ASSUME_32BITUIDS]: Remove conditional code.
40768 * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
40769 <kernel-features.h>.
40770 [__ASSUME_32BITUIDS]: Make code unconditional.
40771 [!__ASSUME_32BITUIDS]: Remove conditional code.
40772 * sysdeps/unix/sysv/linux/setegid.c: Do not include
40773 <kernel-features.h>.
40774 [__NR_setresgid || __ASSUME_SETRESGID_SYSCALL]: Make code
40775 unconditional.
40776 (__setresgid): Do not declare.
40777 [__ASSUME_32BITUIDS]: Make code unconditional.
40778 [!__ASSUME_32BITUIDS]: Remove conditional code.
40779 * sysdeps/unix/sysv/linux/seteuid.c: Do not include
40780 <kernel-features.h>.
40781 [__NR_setresuid || __ASSUME_SETRESUID_SYSCALL]: Make code
40782 unconditional.
40783 (__setresuid): Do not declare.
40784 [__ASSUME_32BITUIDS]: Make code unconditional.
40785 [!__ASSUME_32BITUIDS]: Remove conditional code.
40786 * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
40787 <kernel-features.h>.
40788 [__ASSUME_32BITUIDS]: Make code unconditional.
40789 [!__ASSUME_32BITUIDS]: Remove conditional code.
40790 * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Do not include
40791 <kernel-features.h>.
40792 [__ASSUME_32BITUIDS]: Make code unconditional.
40793 [!__ASSUME_32BITUIDS]: Remove conditional code.
40794
40795 2012-05-25 Richard Henderson <rth@twiddle.net>
40796
40797 * sysdeps/powerpc/powerpc32/dl-irel.h (elf_ifunc_invoke): Pass
40798 dl_hwcap to ifunc resolver.
40799 * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Use
40800 elf_ifunc_invoke.
40801 * sysdeps/powerpc/powerpc64/dl-irel.h (elf_ifunc_invoke): Pass
40802 dl_hwcap to ifunc resolver.
40803 * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Likewise.
40804
40805 2012-05-24 Joseph Myers <joseph@codesourcery.com>
40806
40807 [BZ #14153]
40808 * sysdeps/ieee754/flt-32/e_acosf.c (__ieee754_acosf): Return pi/2
40809 for |x| <= 2**-26, not 2**-57.
40810 * math/libm-test.inc (acos_test): Do not allow spurious underflow
40811 exception.
40812
40813 2012-05-24 Jeff Law <law@redhat.com>
40814
40815 * stdio-common/Makefile (tests): Add bug25.
40816 * stdio-common/bug25.c: New test.
40817
40818 2012-05-24 H.J. Lu <hongjiu.lu@intel.com>
40819
40820 [BZ #13576]
40821 * malloc/malloc.c (sYSMALLOc): Free the old top chunk with a
40822 multiple of MALLOC_ALIGNMENT in size.
40823 (_int_free): Check chunk size is a multiple of MALLOC_ALIGNMENT.
40824
40825 2012-05-24 Joseph Myers <joseph@codesourcery.com>
40826
40827 * conform/data/stdio.h-data (BUFSIZ): Use macro-int-constant.
40828 Require >= 256.
40829 (FILENAME_MAX): Use macro-int-constant.
40830 (FOPEN_MAX): Use macro-int-constant. Require >= 8.
40831 (_IOFBF): Use macro-int-constant.
40832 (_IOLBF): Likewise.
40833 (_IONBF): Likewise.
40834 (SEEK_CUR): Likewise.
40835 (SEEK_END): Likewise.
40836 (SEEK_SET): Likewise.
40837 (TMP_MAX): Likewise.
40838 (EOF): Use macro-int-constant. Require < 0.
40839 (NULL): Use macro-constant. Require == 0.
40840 (stdin): Require type to be FILE *.
40841 (stdout): Likewise.
40842 (stderr): Likewise.
40843 * conform/data/stdlib.h-data (EXIT_FAILURE): Use
40844 macro-int-constant.
40845 (EXIT_SUCCESS): Likewise.
40846 (NULL): Use macro-constant. Require == 0.
40847 (RAND_MAX): Use macro-int-constant.
40848 [ISO99 || ISO11] (lldiv_t): Require also for these standards.
40849 [C99-based standards] (strtof): Require function.
40850 [C99-based standards] (strtold): Likewise.
40851 [C99-based standards] (strtoll): Likewise.
40852 [C99-based standards] (strtoull): Likewise.
40853 [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
40854 [ISO || ISO99 || ISO11] (limits.h): Likewise.
40855 [ISO || ISO99 || ISO11] (math.h): Likewise.
40856 [ISO || ISO99 || ISO11] (sys/wait.h): Likewise.
40857 (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
40858 [ISO || ISO99 || ISO11] (*_t): Do not allow.
40859
40860 2012-05-24 Andreas Schwab <schwab@linux-m68k.org>
40861
40862 [BZ #14132]
40863 * argp/argp-help.c (dgettext) [_LIBC]: Remove use of INTUSE.
40864 * argp/argp-parse.c (dgettext) [_LIBC]: Likewise.
40865 * intl/dgettext.c (DCGETTEXT): Likewise.
40866 * intl/gettext.c (DCGETTEXT): Likewise.
40867 * intl/l10nflist.c (__argz_count, __argz_stringify): Likewise.
40868 * posix/regex_internal.h (gettext): Likewise.
40869 * include/libintl.h (__dcgettext_internal, __dcngettext_internal):
40870 Remove declaration.
40871 * include/argz.h (__argz_count_internal)
40872 (__argz_stringify_internal): Remove declaration.
40873 (__argz_count, __argz_stringify): Declare hidden proto.
40874 * intl/dcgettext.c: Remove use of INTDEF.
40875 * string/argz-count.c: Replace INTDEF with libc_hidden_def.
40876 * string/argz-stringify.c: Likewise.
40877 * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
40878 (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
40879 Declare hidden proto.
40880 * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
40881 (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
40882 Declare hidden proto.
40883 * include/stdio.h (__asprintf_internal): Don't declare.
40884 (__asprintf): Don't define as macro. Declare hidden proto.
40885 * include/stdio_ext.h (__fsetlocking_internal): Don't declare.
40886 (__fsetlocking): Declare hidden proto.
40887 * libio/iolibio.h (_IO_fdopen, _IO_fflush, _IO_ftell, _IO_fread)
40888 (_IO_fwrite, _IO_setbuffer, _IO_setvbuf, _IO_vsprintf): Declare
40889 hidden proto.
40890 (_IO_vprintf, _IO_freopen, _IO_freopen64, _IO_setbuf)
40891 (_IO_setlinebuf): Remove use of INTUSE.
40892 (_IO_setbuffer_internal, _IO_fread_internal, _IO_fdopen_internal)
40893 (_IO_vsprintf_internal, _IO_fflush_internal, _IO_fwrite_internal)
40894 (_IO_ftell_internal, _IO_fputs_internal, _IO_setvbuf_internal):
40895 Remove declaration.
40896 * libio/libioP.h (INTUSE, INTDEF, INTDEF2): Don't define.
40897 (_IO_do_flush): Remove use of INTUSE.
40898 (_IO_switch_to_get_mode, _IO_init, _IO_sputbackc, _IO_un_link)
40899 (_IO_link_in, _IO_doallocbuf, _IO_unsave_markers, _IO_setb)
40900 (_IO_adjust_column, _IO_least_wmarker)
40901 (_IO_switch_to_main_wget_area, _IO_switch_to_wbackup_area)
40902 (_IO_switch_to_wget_mode, _IO_wsetb, _IO_sputbackwc)
40903 (_IO_wdoallocbuf, _IO_default_uflow, _IO_wdefault_uflow)
40904 (_IO_default_doallocate, _IO_wdefault_doallocate)
40905 (_IO_default_finish, _IO_wdefault_finish, _IO_default_pbackfail)
40906 (_IO_wdefault_pbackfail, _IO_default_xsputn, _IO_wdefault_xsputn)
40907 (_IO_default_xsgetn, _IO_wdefault_xsgetn, _IO_do_write)
40908 (_IO_wdo_write, _IO_flush_all, _IO_flush_all_linebuffered)
40909 (_IO_file_doallocate, _IO_file_setbuf, _IO_file_seekoff)
40910 (_IO_file_xsputn, _IO_file_xsgetn, _IO_file_stat, _IO_file_close)
40911 (_IO_file_underflow, _IO_file_overflow, _IO_file_init)
40912 (_IO_file_attach, _IO_file_fopen, _IO_file_read, _IO_file_sync)
40913 (_IO_file_close_it, _IO_file_seek, _IO_file_finish)
40914 (_IO_wfile_xsputn, _IO_wfile_sync, _IO_wfile_underflow)
40915 (_IO_wfile_overflow, _IO_wfile_seekoff, _IO_str_underflow)
40916 (_IO_str_overflow, _IO_str_pbackfail, _IO_str_seekoff)
40917 (_IO_getline, _IO_getline_info, _IO_list_all): Declare hidden
40918 proto.
40919 (_IO_flush_all_internal, _IO_adjust_column_internal)
40920 (_IO_default_uflow_internal, _IO_default_finish_internal)
40921 (_IO_default_pbackfail_internal, _IO_default_xsputn_internal)
40922 (_IO_default_xsgetn_internal, _IO_default_doallocate_internal)
40923 (_IO_wdefault_finish_internal, _IO_wdefault_pbackfail_internal)
40924 (_IO_wdefault_xsputn_internal, _IO_wdefault_xsgetn_internal)
40925 (_IO_wdefault_doallocate_internal, _IO_wdefault_uflow_internal)
40926 (_IO_file_doallocate_internal, _IO_file_setbuf_internal)
40927 (_IO_file_seekoff_internal, _IO_file_xsputn_internal)
40928 (_IO_file_xsgetn_internal, _IO_file_stat_internal)
40929 (_IO_file_close_internal, _IO_file_close_it_internal)
40930 (_IO_file_underflow_internal, _IO_file_overflow_internal)
40931 (_IO_file_init_internal, _IO_file_attach_internal)
40932 (_IO_file_fopen_internal, _IO_file_read_internal)
40933 (_IO_file_sync_internal, _IO_file_seek_internal)
40934 (_IO_file_finish_internal, _IO_wfile_xsputn_internal)
40935 (_IO_wfile_seekoff_internal, _IO_wfile_sync_internal)
40936 (_IO_str_underflow_internal, _IO_str_overflow_internal)
40937 (_IO_str_pbackfail_internal, _IO_str_seekoff_internal)
40938 (_IO_file_jumps_internal, _IO_wfile_jumps_internal)
40939 (_IO_list_all_internal, _IO_link_in_internal)
40940 (_IO_sputbackc_internal, _IO_wdoallocbuf_internal)
40941 (_IO_sgetn_internal, _IO_flush_all_linebuffered_internal)
40942 (_IO_switch_to_wget_mode_internal, _IO_unsave_markers_internal)
40943 (_IO_switch_to_main_wget_area_internal, _IO_wdo_write_internal)
40944 (_IO_do_write_internal, _IO_padn_internal)
40945 (_IO_getline_info_internal, _IO_getline_internal)
40946 (_IO_free_wbackup_area_internal, _IO_free_backup_area_internal)
40947 (_IO_switch_to_wbackup_area_internal, _IO_setb_internal)
40948 (_IO_sputbackwc_internal, _IO_switch_to_get_mode_internal)
40949 (_IO_vfscanf_internal, _IO_vfprintf_internal)
40950 (_IO_doallocbuf_internal, _IO_wsetb_internal, _IO_putc_internal)
40951 (_IO_init_internal, _IO_un_link_internal): Don't declare.
40952 * libio/fileops.c: Replace INTDEF with libc_hidden_def and INTDEF2
40953 with libc_hidden_ver, remove use of INTUSE.
40954 * libio/genops.c: Likewise.
40955 * libio/freopen.c: Likewise.
40956 * libio/freopen64.c: Likewise.
40957 * libio/iofclose.c: Likewise.
40958 * libio/iofdopen.c: Likewise.
40959 * libio/iofflush.c: Likewise.
40960 * libio/iofflush_u.c: Likewise.
40961 * libio/iofgets.c: Likewise.
40962 * libio/iofgets_u.c: Likewise.
40963 * libio/iofopen.c: Likewise.
40964 * libio/iofopncook.c: Likewise.
40965 * libio/iofread.c: Likewise.
40966 * libio/iofread_u.c: Likewise.
40967 * libio/ioftell.c: Likewise.
40968 * libio/iofwrite.c: Likewise.
40969 * libio/iogetline.c: Likewise.
40970 * libio/iogets.c: Likewise.
40971 * libio/iogetwline.c: Likewise.
40972 * libio/iopadn.c: Likewise.
40973 * libio/iopopen.c: Likewise.
40974 * libio/ioseekoff.c: Likewise.
40975 * libio/ioseekpos.c: Likewise.
40976 * libio/iosetbuffer.c: Likewise.
40977 * libio/iosetvbuf.c: Likewise.
40978 * libio/ioungetc.c: Likewise.
40979 * libio/ioungetwc.c: Likewise.
40980 * libio/iovdprintf.c: Likewise.
40981 * libio/iovsprintf.c: Likewise.
40982 * libio/iovsscanf.c: Likewise.
40983 * libio/memstream.c: Likewise.
40984 * libio/obprintf.c: Likewise.
40985 * libio/oldfileops.c: Likewise.
40986 * libio/oldiofclose.c: Likewise.
40987 * libio/oldiofdopen.c: Likewise.
40988 * libio/oldiofopen.c: Likewise.
40989 * libio/oldiopopen.c: Likewise.
40990 * libio/oldstdfiles.c: Likewise.
40991 * libio/putc.c: Likewise.
40992 * libio/setbuf.c: Likewise.
40993 * libio/setlinebuf.c: Likewise.
40994 * libio/stdfiles.c: Likewise.
40995 * libio/strops.c: Likewise.
40996 * libio/vasprintf.c: Likewise.
40997 * libio/vscanf.c: Likewise.
40998 * libio/vsnprintf.c: Likewise.
40999 * libio/vswprintf.c: Likewise.
41000 * libio/wfiledoalloc.c: Likewise.
41001 * libio/wfileops.c: Likewise.
41002 * libio/wgenops.c: Likewise.
41003 * libio/wmemstream.c: Likewise.
41004 * libio/wstrops.c: Likewise.
41005 * libio/__fpurge.c: Likewise.
41006 * libio/__fsetlocking.c: Likewise.
41007 * assert/assert.c: Likewise.
41008 * debug/fgets_chk.c: Likewise.
41009 * debug/fgets_u_chk.c: Likewise.
41010 * debug/fread_chk.c: Likewise.
41011 * debug/fread_u_chk.c: Likewise.
41012 * debug/gets_chk.c: Likewise.
41013 * debug/obprintf_chk.c: Likewise.
41014 * debug/vasprintf_chk.c: Likewise.
41015 * debug/vdprintf_chk.c: Likewise.
41016 * debug/vsnprintf_chk.c: Likewise.
41017 * debug/vsprintf_chk.c: Likewise.
41018 * malloc/mtrace.c: Likewise.
41019 * misc/error.c: Likewise.
41020 * misc/syslog.c: Likewise.
41021 * stdio-common/asprintf.c: Likewise.
41022 * stdio-common/fxprintf.c: Likewise.
41023 * stdio-common/getw.c: Likewise.
41024 * stdio-common/isoc99_fscanf.c: Likewise.
41025 * stdio-common/isoc99_scanf.c: Likewise.
41026 * stdio-common/isoc99_vfscanf.c: Likewise.
41027 * stdio-common/isoc99_vscanf.c: Likewise.
41028 * stdio-common/isoc99_vsscanf.c: Likewise.
41029 * stdio-common/printf-prs.c: Likewise.
41030 * stdio-common/printf_fp.c: Likewise.
41031 * stdio-common/printf_fphex.c: Likewise.
41032 * stdio-common/printf_size.c: Likewise.
41033 * stdio-common/putw.c: Likewise.
41034 * stdio-common/scanf.c: Likewise.
41035 * stdio-common/sprintf.c: Likewise.
41036 * stdio-common/tmpfile.c: Likewise.
41037 * stdio-common/vfprintf.c: Likewise.
41038 * stdio-common/vfscanf.c: Likewise.
41039 * stdlib/strfmon_l.c: Likewise.
41040 * sunrpc/openchild.c: Likewise.
41041 * sunrpc/xdr_stdio.c: Likewise.
41042 * sysdeps/ieee754/ldbl-opt/nldbl-compat.c: Likewise.
41043 * sysdeps/mach/hurd/tmpfile.c: Likewise.
41044
41045 2012-05-24 Roland McGrath <roland@hack.frob.com>
41046
41047 * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
41048
41049 * sysdeps/unix/make-syscalls.sh: Support "syscall:vdso_name@VDSOVER"
41050 in the third column, to generate for the shared library an IFUNC
41051 that uses _dl_vdso_vsym.
41052 * Makerules (COMPILE.c, compile-stdin.c): New variables.
41053 * Makeconfig (object-suffixes-noshared): New variable.
41054
41055 * sysdeps/unix/sysv/linux/dl-vdso.h (PREPARE_VERSION_KNOWN): New macro.
41056 (VDSO_NAME_LINUX_2_6, VDSO_HASH_LINUX_2_6): New macros.
41057 (VDSO_NAME_LINUX_2_6_15, VDSO_HASH_LINUX_2_6_15): New macros.
41058 (VDSO_NAME_LINUX_2_6_29, VDSO_HASH_LINUX_2_6_29): New macros.
41059
41060 [BZ #14132]
41061 * include/sys/time.h (__gettimeofday): Remove macro.
41062 (__gettimeofday, gettimeofday): Add libc_hidden_proto.
41063 * time/gettimeofday.c (__gettimeofday): Remove #undef.
41064 Remove INTDEF.
41065 (__gettimeofday): Add libc_hidden_def.
41066 (gettimeofday): Add libc_hidden_weak.
41067 * sysdeps/mach/gettimeofday.c: Likewise.
41068 * sysdeps/posix/gettimeofday.c: Likewise.
41069 * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Likewise.
41070 * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Likewise.
41071 * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c
41072 (__gettimeofday_internal): Remove strong_alias.
41073 (__gettimeofday): Add libc_hidden_def.
41074 (gettimeofday): Add libc_hidden_weak.
41075 * sysdeps/unix/syscalls.list (gettimeofday):
41076 Remove __gettimeofday_internal alias.
41077
41078 2012-05-24 Daniel Jacobowitz <drow@false.org>
41079 H.J. Lu <hongjiu.lu@intel.com>
41080
41081 [BZ #12495]
41082 * malloc/malloc.c (SMALLBIN_CORRECTION): New.
41083 (MIN_LARGE_SIZE, smallbin_index): Use it to handle 16-byte alignment.
41084 (largebin_index_32_big): New.
41085 (largebin_index): Use it for 16-byte alignment.
41086 (sYSMALLOc): Handle MALLOC_ALIGNMENT > 2 * SIZE_SZ. Don't update
41087 correction with front_misalign.
41088
41089 2012-05-24 H.J. Lu <hongjiu.lu@intel.com>
41090
41091 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: New file.
41092 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
41093 Likewise.
41094 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist:
41095 Likewise.
41096 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
41097 Likewise.
41098 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist:
41099 Likewise.
41100 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist:
41101 Likewise.
41102 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist:
41103 Likewise.
41104 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist:
41105 Likewise.
41106 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
41107 Likewise.
41108 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist:
41109 Likewise.
41110 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist:
41111 Likewise.
41112 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
41113 Likewise.
41114 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist:
41115 Likewise.
41116
41117 * scripts/data/c++-types-x32-linux-gnu.data: New file.
41118 * sysdeps/x86_64/x32/shlib-versions: Add x32 ABI entry.
41119
41120 2012-05-24 Joseph Myers <joseph@codesourcery.com>
41121
41122 [BZ #10846]
41123 [BZ #14036]
41124 * math/libm-test.inc (exp_test): Add test from bug 14036.
41125 (pow_test): Add test from bug 10846.
41126
41127 * math/gen-libm-test.pl (%beautify): Remove entries for exceptions
41128 and other flags.
41129 (special_function): Do not include flags in test name.
41130 (parse_args): Likewise.
41131 * sysdeps/i386/fpu/libm-test-ulps: Update.
41132 * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
41133 * sysdeps/s390/fpu/libm-test-ulps: Likewise.
41134 * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
41135 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41136
41137 * math/gen-libm-test.pl (%beautify): Add entries for underflow
41138 exceptions.
41139 * math/libm-test.inc ("Philosophy"): Update comment about
41140 exception testing.
41141 (UNDERFLOW_EXCEPTION): New macro.
41142 (UNDERFLOW_EXCEPTION_OK): Likewise.
41143 (UNDERFLOW_EXCEPTION_FLOAT): Likewise.
41144 (UNDERFLOW_EXCEPTION_OK_FLOAT): Likewise.
41145 (UNDERFLOW_EXCEPTION_DOUBLE): Likewise.
41146 (UNDERFLOW_EXCEPTION_LDOUBLE_IBM): Likewise.
41147 (INVALID_EXCEPTION_OK): Update value.
41148 (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
41149 (OVERFLOW_EXCEPTION_OK): Likewise.
41150 (IGNORE_ZERO_INF_SIGN): Likewise.
41151 (test_exceptions): Handle underflow exceptions.
41152 (acos_test): Update for underflow exception expectations.
41153 (cexp_test): Likewise.
41154 (clog_test): Likewise.
41155 (clog10_test): Likewise.
41156 (csqrt_test): Likewise.
41157 (ctan_test): Likewise.
41158 (ctanh_test): Likewise.
41159 (exp_test): Likewise.
41160 (exp10_test): Likewise.
41161 (exp2_test): Likewise.
41162 (expm1_test): Likewise.
41163 (fma_test): Likewise.
41164 (j0_test): Likewise.
41165 (jn_test): Likewise.
41166 (nexttoward_test): Likewise.
41167 (pow_test): Likewise.
41168 (scalbn_test): Likewise.
41169 (scalbln_test): Likewise.
41170 (tan_test): Likewise.
41171 (y1_test): Likewise.
41172 * sysdeps/i386/fpu/libm-test-ulps: Update.
41173 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41174
41175 2012-05-23 David S. Miller <davem@davemloft.net>
41176
41177 * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
41178 (__libc_sigaction): Remove unused local variables.
41179
41180 2012-05-23 H.J. Lu <hongjiu.lu@intel.com>
41181
41182 * sysdeps/unix/sysv/linux/x86_64/x32/configure: New file.
41183
41184 2012-05-23 Paul Eggert <eggert@cs.ucla.edu>
41185
41186 mktime: avoid signed integer overflow
41187 * time/mktime.c (__mktime_internal): Do not mishandle the case
41188 where diff == INT_MIN.
41189
41190 mktime: simplify computation of average
41191 * time/mktime.c (ranged_convert): Use new time_t_avg function
41192 instead of rolling our own (probably-slower) code.
41193
41194 mktime: do not assume signed right shift propagates sign bit
41195 * time/mktime.c (isdst_differ): New static function.
41196 (__mktime_internal): No need to normalize tm_isdst now.
41197 (__mktime_internal, not_equal_tm): Use isdst_differ to compare
41198 tm_isdst values.
41199
41200 mktime: merge another wrapv change from gnulib
41201 * time/mktime.c (TYPE_MAXIMUM): Rework slightly to avoid diagnostics
41202 from some compilers.
41203
41204 mktime: remove incorrect attempt at unusual arithmetics
41205 * time/mktime.c (TYPE_ONES_COMPLEMENT, TYPE_SIGNED_MAGNITUDE): Remove.
41206 The code didn't really work on such machines anyway.
41207 (TYPE_MINIMUM): Assume two's complement.
41208 (twos_complement_arithmetic): Verify that long_int and time_t
41209 are two's complement (or unsigned, in the latter case).
41210
41211 mktime: check signed shifts on long_int and time_t, too
41212 * time/mktime.c (SHR): Check that shifts work as desired
41213 on the types long_int and time_t too, as SHR is used on
41214 such types.
41215
41216 mktime: do not assume 'long' is wide enough
41217 * time/mktime.c (verify): Move decl up.
41218 (long_int): New type.
41219 (leapyear, ydhms_diff, guess_time_tm, __mktime_internal): Use it,
41220 to remove assumption in the code that 'long' is wide enough to
41221 store year values. This assumption is not true on x32 and on
41222 some non-glibc platforms.
41223
41224 mktime: merge wrapv change from gnulib
41225 * time/mktime.c (WRAPV): New macro.
41226 (time_t_avg, time_t_add_ok, time_t_int_add_ok): New static functions.
41227 (guess_time_tm, __mktime_internal): Do not assume that signed
41228 integer overflow wraps around; modern compilers generate code
41229 where this assumption is no longer valid.
41230
41231 2012-05-23 H.J. Lu <hongjiu.lu@intel.com>
41232
41233 * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
41234 Replace "jmp L(pseudo_end)" with "ret".
41235 * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_ERROR_HANDLER):
41236 Likewise.
41237
41238 2012-05-23 Andreas Jaeger <aj@suse.de>
41239
41240 * sysdeps/unix/sysv/linux/syscalls.list: Add poll.
41241 * sysdeps/unix/sysv/linux/poll.c: Remove file.
41242
41243 2012-05-23 Andreas Jaeger <aj@suse.de>
41244 Maximilian Attems <max@stro.at>
41245
41246 * sysdeps/unix/sysv/linux/sys/reboot.h (RB_SW_SUSPEND, RB_KEXEC):
41247 New macros.
41248
41249 2012-05-23 H.J. Lu <hongjiu.lu@intel.com>
41250
41251 * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Rearrange
41252 code so that pseudo_end is just ret and the stack pointer is
41253 correct also for static library in error case.
41254
41255 2012-05-23 Joseph Myers <joseph@codesourcery.com>
41256
41257 * sysdeps/unix/sysv/linux/powerpc/chown.c: Add comment suggesting
41258 move to syscalls.list.
41259 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
41260 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
41261 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
41262 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
41263
41264 * manual/install.texi (Running make install): Do not mention Linux
41265 kernel version for which pt_chown is not needed.
41266 (Linux): Do not mention problems with nscd with 2.0 kernels.
41267 * INSTALL: Regenerated.
41268
41269 2012-05-23 Andreas Jaeger <aj@suse.de>
41270
41271 * sysdeps/unix/sysv/linux/powerpc/bits/mman.h
41272 (MADV_DONTDUMP,MADV_DODUMP): New macros from Linux 3.4.
41273 macro.
41274 * sysdeps/unix/sysv/linux/s390/bits/mman.h
41275 (MADV_DONTDUMP,MADV_DODUMP): Likewise.
41276 * sysdeps/unix/sysv/linux/sh/bits/mman.h
41277 (MADV_DONTDUMP,MADV_DODUMP): Likewise.
41278 * sysdeps/unix/sysv/linux/i386/bits/mman.h
41279 (MADV_DONTDUMP,MADV_DODUMP): Likewise.
41280 * sysdeps/unix/sysv/linux/sparc/bits/mman.h
41281 (MADV_DONTDUMP,MADV_DODUMP): Likewise.
41282 * sysdeps/unix/sysv/linux/x86_64/bits/mman.h
41283 (MADV_DONTDUMP,MADV_DODUMP): Likewise.
41284 * sysdeps/unix/sysv/linux/bits/in.h
41285 (IP_MULTICAST_ALL,IP_UNICAST_IF): Likewise.
41286
41287 2012-05-22 Roland McGrath <roland@hack.frob.com>
41288
41289 * sysdeps/unix/sysv/linux/dl-vdso.h (CHECK_HASH): Macro removed.
41290 (PREPARE_VERSION): Just use assert instead, it will be elided
41291 under [NDEBUG] anyway.
41292
41293 2012-05-22 H.J. Lu <hongjiu.lu@intel.com>
41294
41295 * sysdeps/unix/sysv/linux/Makefile: Include
41296 $(firstword $(wildcard $(sysdirs:=/sysctl.mk))).
41297 (sysdep_routines): Remove sysctl.
41298 * sysdeps/unix/sysv/linux/bits/sysctl.h: New file.
41299 * sysdeps/unix/sysv/linux/sysctl.mk: Likewise.
41300 * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Likewise.
41301 * sysdeps/unix/sysv/linux/x86_64/x32/sysctl.mk: Likewise.
41302 * sysdeps/unix/sysv/linux/sys/sysctl.h: Include <bits/sysctl.h>.
41303
41304 2012-05-22 Andreas Jaeger <aj@suse.de>
41305
41306 * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Rearrange code so
41307 that pseudo_end is just ret and the stack pointer is correct also
41308 for static library in error case.
41309
41310 2012-05-22 Paul Pluzhnikov <ppluzhnikov@google.com>
41311
41312 [BZ #14122]
41313 * nss/nsswitch.c (defconfig_entries): New variable.
41314 (__nss_database_lookup): Don't leak defconfig entries.
41315 (nss_parse_service_list): Don't leak on error paths.
41316 (free_database_entries): New function.
41317 (free_defconfig): New function.
41318 (free_mem): Move common code to free_database_entries.
41319
41320 2012-05-22 H.J. Lu <hongjiu.lu@intel.com>
41321
41322 * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (sysdep_routines):
41323 Add arch_prctl.
41324 * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: New file.
41325
41326 * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
41327 (posix_fallocate): Use INTERNAL_SYSCALL_TYPES if it is defined.
41328 * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INLINE_SYSCALL_TYPES):
41329 New macro.
41330 (INTERNAL_SYSCALL_NCS_TYPES): Likewise.
41331 (INTERNAL_SYSCALL_TYPES): Likewise.
41332 (LOAD_ARGS_TYPES_[1-6]): Likewise.
41333 (LOAD_REGS_TYPES_[1-6]): Likewise.
41334 (LOAD_ARGS_[1-6]): Use LOAD_ARGS_TYPES_[1-6].
41335 (LOAD_REGS_[1-6]): Use LOAD_REGS_TYPES_[1-6].
41336
41337 2012-05-22 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
41338
41339 * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Add compat symbol
41340 copysignl for GLIBC_2_0.
41341 * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Add compat symbol
41342 finitel for GLIBC_2.0 and __finitel for GLIBC_2_1.
41343 * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Add compat symbol
41344 logbl for GLIBC_2_0.
41345 * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
41346 * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
41347
41348 2012-05-22 H.J. Lu <hongjiu.lu@intel.com>
41349
41350 * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Don't include
41351 <bits/wordsize.h>. Check __x86_64__ instead of __WORDSIZE.
41352
41353 * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
41354 Use "neg %eax".
41355
41356 * time/mktime.c: Update copyright years.
41357
41358 2012-05-22 Paul Eggert <eggert@cs.ucla.edu>
41359
41360 mktime: merge comment-quoting-style change from gnulib
41361 * time/mktime.c: Quote 'like this' in comments.
41362 The GNU coding standards suggest that we no longer quote `like this',
41363 as "`" and "'" are typically rendered asymmetrically nowadays.
41364 The typical gnulib style is to quote 'like this' when quoting
41365 code, and "like this" when quoting English.
41366
41367 * time/mktime.c (compile-command): Add "-I.".
41368
41369 mktime: merge mktime-internal.h change from gnulib
41370 * time/mktime.c [!_LIBC]: Include "mktime-internal.h".
41371
41372 mktime: merge time_r change from gnulib
41373 * time/mktime.c [!_LIBC]: Do not include "time_r.h".
41374
41375 mktime: merge DEBUG change from gnulib
41376 * time/mktime.c (mktime) [DEBUG]: #undef before #define-ing, in
41377 case system <time.h> has a #define.
41378
41379 mktime: merge <sys/types.h> change from gnulib
41380 * time/mktime.c: Do not include <sys/types.h>; no longer needed,
41381 since <time.t> is now guaranteed to define time_t.
41382
41383 mktime: merge HAVE_CONFIG_H change from gnulib
41384 * time/mktime.c: Include <config.h> if !_LIBC, not if HAVE_CONFIG_H.
41385
41386 2012-05-22 H.J. Lu <hongjiu.lu@intel.com>
41387
41388 * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
41389 Use "neg %eax".
41390
41391 * sysdeps/unix/sysv/linux/bits/resource.h (RLIM_INFINITY): Use
41392 __rlim_t cast.
41393 (struct rusage): Use anonymous union to pad each field to
41394 __syscall_slong_t.
41395
41396 2012-05-21 David S. Miller <davem@davemloft.net>
41397
41398 * Makefules (o-iterator): Remove .s cases.
41399 (compile-command.s): Delete.
41400 (COMPILE.s): Delete.
41401 * sysdeps/unix/make-syscalls.sh: Remove .s file tests.
41402
41403 2012-05-21 Joseph Myers <joseph@codesourcery.com>
41404
41405 * configure.in (libc_cv_predef_stack_protector): Only consider
41406 "foobar" and "__stack_chk_fail" lines in libc_undefs.
41407 * configure: Regenerated.
41408
41409 2012-05-21 H.J. Lu <hongjiu.lu@intel.com>
41410
41411 * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
41412 New macro. Use R*LP on int and pointer.
41413 (SYSCALL_ERROR_HANDLER): Use SYSCALL_SET_ERRNO.
41414 * sysdeps/unix/sysv/linux/x86_64/x32/lseek.S: New file.
41415 * sysdeps/unix/sysv/linux/x86_64/x32/llseek.S: Likewise.
41416 * sysdeps/unix/sysv/linux/x86_64/x32/sysdep.h: Likewise.
41417
41418 * sysdeps/gnu/bits/utmp.h (struct lastlog): Check
41419 [__WORDSIZE_TIME64_COMPAT32] instead of
41420 [__WORDSIZE == 64 && __WORDSIZE_COMPAT32].
41421 (struct utmp): Likewise.
41422 * sysdeps/gnu/bits/utmpx.h (struct utmpx): Likewise.
41423 * sysdeps/powerpc/powerpc32/bits/wordsize.h (__WORDSIZE_COMPAT32):
41424 Renamed to ...
41425 (__WORDSIZE_TIME64_COMPAT32): This.
41426 * sysdeps/powerpc/powerpc64/bits/wordsize.h: Likewise.
41427 * sysdeps/sparc/sparc32/bits/wordsize.h: Likewise.
41428 * sysdeps/sparc/sparc64/bits/wordsize.h: Likewise.
41429 * sysdeps/unix/sysv/linux/powerpc/bits/wordsize.h: Likewise.
41430 * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE_COMPAT32): Removed.
41431 (__WORDSIZE_TIME64_COMPAT32): New macro.
41432
41433 2012-05-21 Andreas Jaeger <aj@suse.de>
41434
41435 * sysdeps/i386/i686/multiarch/wcschr-c.c: Redefine libc_hidden_def
41436 only if [SHARED]. Add prototype for __wcschr_ia32.
41437
41438 2012-05-21 Roland McGrath <roland@hack.frob.com>
41439
41440 * sysdeps/x86_64/setjmp.S [PTR_MANGLE] [__ILP32__]: Preserve high bits
41441 of %rbp unmolested in the jmp_buf while mangling the low bits.
41442 * sysdeps/x86_64/__longjmp.S [PTR_DEMANGLE] [__ILP32__]: Restore the
41443 unmolested high bits of %rbp while demangling the low bits.
41444 * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
41445
41446 2012-05-21 Andreas Jaeger <aj@suse.de>
41447
41448 * include/shlib-compat.h (libc_sunrpc_symbol): New macro.
41449 * sunrpc/svc_simple.c: Use it for registerrpc.
41450 * sunrpc/xcrypt.c: Use it for passwd2des.
41451
41452 * malloc/malloc.c: Include shlib-compat.h for SHLIB_COMPAT.
41453
41454 2012-05-21 H.J. Lu <hongjiu.lu@intel.com>
41455
41456 * sysdeps/unix/sysv/linux/bits/statvfs.h (_STATVFSBUF_F_UNUSED):
41457 Don't define if [__SYSCALL_WORDSIZE != 32].
41458 * sysdeps/x86_64/bits/wordsize.h (__SYSCALL_WORDSIZE):
41459 New macro.
41460
41461 2012-05-21 Bruno Haible <bruno@clisp.org>
41462 Andreas Jaeger <aj@suse.de>
41463
41464 [BZ #13691], Revert breakage of iconv() converter for TCVN-5712.
41465 * iconvdata/tcvn5712-1.c (BODY for FROM_LOOP): Don't consider
41466 inptr and inend for must_buffer_ch.
41467 * wcsmbs/tst-mbsnrtowcs.c: Remove file.
41468 * wcsmbs/Makefile (tests): Remove tst-mbsnrtowcs.
41469 * stdio-common/Makefile (tests): Remove bug15.
41470 (bug15-ENV): Remove macro.
41471 * stdio-common/bug15.c: Remove, we do not support vi_VN.TCVN5712-1
41472 anymore.
41473
41474 2012-05-19 Andreas Jaeger <aj@suse.de>
41475 Roland McGrath <roland@hack.frob.com>
41476
41477 * manual/contrib.texi: Completely rewritten. It contains now an
41478 alphabetical list of contributors and their contributions.
41479
41480 2012-05-21 Richard Henderson <rth@twiddle.net>
41481
41482 * misc/getauxval.c (__getauxval): Use unsigned long int.
41483 * misc/sys/auxv.h: Include <sys/cdefs.h>.
41484 (getauxval): Use unsigned long int.
41485
41486 2012-05-21 H.J. Lu <hongjiu.lu@intel.com>
41487
41488 * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
41489
41490 2012-05-21 Roland McGrath <roland@hack.frob.com>
41491
41492 * malloc/malloc.c [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_16)]
41493 (MALLOC_ALIGNMENT): Set it to the greater of 2 * SIZE_SZ and
41494 __alignof__ (long double).
41495
41496 2012-05-21 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
41497
41498 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
41499
41500 2012-05-20 Richard Henderson <rth@twiddle.net>
41501
41502 * misc/getauxval.c: New file.
41503 * misc/sys/auxv.h: New file.
41504 * misc/Makefile (headers): Add sys/auxv.h, bits/hwcap.h.
41505 (routines): Add getauxval.
41506 * misc/Versions (GLIBC_2.16): Add __getauxval, getauxval.
41507 * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Add _dl_auxv.
41508 * elf/dl-sysdep.c (_dl_auxv): Remove.
41509 (_dl_sysdep_start, _dl_show_auxv): Use GLRO to access _dl_auxv.
41510 * elf/dl-support.c (_dl_auxv): New variable.
41511 (_dl_aux_init): Initialize it.
41512 * manual/startup.texi (Auxiliary Vector): New node.
41513 * sysdeps/generic/bits/hwcap.h: New file.
41514 * sysdeps/powerpc/bits/hwcap.h: New file, split out from ...
41515 * sysdeps/powerpc/sysdep.h: ... here. Include it.
41516 * sysdeps/sparc/bits/hwcap.h: New file, split out from ...
41517 * sysdeps/sparc/sysdep.h: ... here. Include it.
41518 * sysdeps/unix/sysv/linux/s390/bits/hwcap.h: New file.
41519 * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Update.
41520 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
41521 Update.
41522 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: Update.
41523 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Update.
41524 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Update.
41525 * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Update.
41526 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
41527 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
41528 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Update.
41529 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Update.
41530
41531 2012-05-19 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
41532
41533 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
41534
41535 2012-05-19 David S. Miller <davem@davemloft.net>
41536
41537 * sysdeps/sparc/fpu/libm-test-ulps: Update.
41538
41539 2012-05-19 Joseph Myers <joseph@codesourcery.com>
41540
41541 [BZ #14123]
41542 * math/s_ccosh.c: Include <float.h>
41543 (__ccosh): Avoid internal overflow calculating sinh and cosh
41544 values before multiplying by sin and cos values.
41545 * math/s_ccoshf.c: Likewise.
41546 * math/s_ccoshl.c: Likewise.
41547 * math/s_csin.c: Likewise.
41548 * math/s_csinf.c: Likewise.
41549 * math/s_csinl.c: Likewise.
41550 * math/s_csinh.c: Likewise.
41551 * math/s_csinhf.c: Likewise.
41552 * math/s_csinhl.c: Likewise.
41553 * math/libm-test.inc (ccos_test): Add more tests.
41554 (ccosh_test): Likewise.
41555 (csin_test): Likewise.
41556 (csinh_test): Likewise.
41557 * sysdeps/i386/fpu/libm-test-ulps: Update.
41558 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41559
41560 2012-05-19 H.J. Lu <hongjiu.lu@intel.com>
41561
41562 * sysdeps/unix/sysv/linux/wordsize-64/preadv.c: New file.
41563 * sysdeps/unix/sysv/linux/wordsize-64/pwritev.c: Likewise.
41564
41565 * sysdeps/x86_64/x32/_itoa.h: Add comment.
41566
41567 2012-05-19 Joseph Myers <joseph@codesourcery.com>
41568
41569 * sysdeps/powerpc/soft-fp/Makefile: Remove file.
41570 * sysdeps/powerpc/soft-fp/Subdirs: Likewise.
41571 * sysdeps/powerpc/soft-fp/Versions: Likewise.
41572 * sysdeps/powerpc/soft-fp/q_add.c: Likewise.
41573 * sysdeps/powerpc/soft-fp/q_cmp.c: Likewise.
41574 * sysdeps/powerpc/soft-fp/q_cmpe.c: Likewise.
41575 * sysdeps/powerpc/soft-fp/q_div.c: Likewise.
41576 * sysdeps/powerpc/soft-fp/q_dtoq.c: Likewise.
41577 * sysdeps/powerpc/soft-fp/q_feq.c: Likewise.
41578 * sysdeps/powerpc/soft-fp/q_fge.c: Likewise.
41579 * sysdeps/powerpc/soft-fp/q_fgt.c: Likewise.
41580 * sysdeps/powerpc/soft-fp/q_fle.c: Likewise.
41581 * sysdeps/powerpc/soft-fp/q_flt.c: Likewise.
41582 * sysdeps/powerpc/soft-fp/q_fne.c: Likewise.
41583 * sysdeps/powerpc/soft-fp/q_itoq.c: Likewise.
41584 * sysdeps/powerpc/soft-fp/q_lltoq.c: Likewise.
41585 * sysdeps/powerpc/soft-fp/q_mul.c: Likewise.
41586 * sysdeps/powerpc/soft-fp/q_neg.c: Likewise.
41587 * sysdeps/powerpc/soft-fp/q_qtod.c: Likewise.
41588 * sysdeps/powerpc/soft-fp/q_qtoi.c: Likewise.
41589 * sysdeps/powerpc/soft-fp/q_qtoll.c: Likewise.
41590 * sysdeps/powerpc/soft-fp/q_qtos.c: Likewise.
41591 * sysdeps/powerpc/soft-fp/q_qtou.c: Likewise.
41592 * sysdeps/powerpc/soft-fp/q_qtoull.c: Likewise.
41593 * sysdeps/powerpc/soft-fp/q_sqrt.c: Likewise.
41594 * sysdeps/powerpc/soft-fp/q_stoq.c: Likewise.
41595 * sysdeps/powerpc/soft-fp/q_sub.c: Likewise.
41596 * sysdeps/powerpc/soft-fp/q_ulltoq.c: Likewise.
41597 * sysdeps/powerpc/soft-fp/q_util.c: Likewise.
41598 * sysdeps/powerpc/soft-fp/q_utoq.c: Likewise.
41599 * sysdeps/powerpc/soft-fp/sfp-machine.h: Likewise.
41600
41601 2012-05-18 Andreas Jaeger <aj@suse.de>
41602
41603 * csu/.gitignore: Delete.
41604
41605 2012-05-18 H.J. Lu <hongjiu.lu@intel.com>
41606
41607 * sysdeps/unix/sysv/linux/bits/timex.h: Include <bits/types.h>.
41608 (timex): Use __syscall_slong_t.
41609
41610 2012-05-18 Andreas Jaeger <aj@suse.de>
41611 Carlos O'Donell <carlos_odonell@mentor.com>
41612
41613 * manual/install.texi (Configuring and compiling): Update
41614 description about files modified in the source directory.
41615 * INSTALL: Regenerated.
41616
41617 2012-05-18 H.J. Lu <hongjiu.lu@intel.com>
41618
41619 * sysdeps/unix/x86_64/sysdep.S: Use RAX_LP to access return
41620 value. Use "or" to set return value to -1.
41621 * sysdeps/unix/sysv/linux/x86_64/sysdep.S: Use RAX_LP to
41622 negate return value.
41623
41624 2012-05-18 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
41625
41626 * sysdeps/powerpc/powerpc32/power4/Makefile (CFLAGS-wordcopy.c)
41627 (CFLAGS-memmove.c): remove -ftree-loop-linear which causes a build
41628 failure if the compiler has Graphite support disabled.
41629 * sysdeps/powerpc/powerpc32/power4/fpu/Makefile (CFLAGS-mpa.c):
41630 Likewise.
41631 * sysdeps/powerpc/powerpc64/power4/Makefile (CFLAGS-wordcopy.c)
41632 (CFLAGS-memmove.c): Likewise.
41633 * sysdeps/powerpc/powerpc64/power4/fpu/Makefile (CFLAGS-mpa.c):
41634 Likewise.
41635
41636 2012-05-18 H.J. Lu <hongjiu.lu@intel.com>
41637
41638 * sysdeps/x86_64/x32/_itoa.h: New file.
41639
41640 * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): Use
41641 getdents system call only if kernel and user dirents have the
41642 same d_ino and d_off.
41643
41644 * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
41645 LLONG_MAX != LONG_MAX.
41646 (_itoa_word): Use _ITOA_WORD_TYPE on value.
41647 (_fitoa_word): Likewise.
41648
41649 * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Fold copyright
41650 years.
41651 * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Likewise.
41652 * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Likewise.
41653 * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Likewise.
41654
41655 * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Don't
41656 include <bits/wordsize.h>. Check __x86_64__ instead of
41657 __WORDSIZE.
41658 (sigcontext): Use "__uint64_t" instead of "unsigned long int"
41659 if __x86_64__ is defined. Use anonymous union on fpstate.
41660
41661 * sysdeps/unix/sysv/linux/x86_64/sys/user.h (user): Use
41662 anonymous union.
41663
41664 2012-05-18 Andreas Schwab <schwab@linux-m68k.org>
41665
41666 * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
41667 INTUSE on _dl_argv, and _rtld_local instead of _rtld_global.
41668 * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S [IS_IN_rtld]:
41669 Refer to _rtld_local_ro instead of _rtld_global_ro.
41670 * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S [IS_IN_rtld]:
41671 Likewise.
41672 * sysdeps/powerpc/powerpc64/__longjmp-common.S [IS_IN_rtld]:
41673 Likewise.
41674 * sysdeps/powerpc/powerpc64/setjmp-common.S [IS_IN_rtld]:
41675 Likewise.
41676 * sysdeps/powerpc/powerpc64/dl-trampoline.S [SHARED]: Likewise.
41677 * sysdeps/powerpc/powerpc64/dl-machine.h: Use _rtld_local instead
41678 of _rtld_global, and rtld_progname instead of _dl_argv[0].
41679
41680 * sysdeps/powerpc/powerpc32/dl-machine.c
41681 (__elf_machine_runtime_setup) [PROF]: Don't reference
41682 _dl_prof_resolve.
41683
41684 2012-05-18 Andreas Jaeger <aj@suse.de>
41685
41686 * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Make inline
41687 function only available for GCCs before 3.4 since GCC 3.4
41688 introduced a builtin.
41689 (lrint): Likewise.
41690 (llrintf): Likewise.
41691 (llrint): Likewise.
41692 (fmaxf): Likewise.
41693 (fmax): Likewise.
41694 (fminf): Likewise.
41695 (fmin): Likewise.
41696 (rint): Likewise.
41697 (rintf): Likewise.
41698 (nearbyint): Likewise.
41699 (nearbyintf): Likewise.
41700 (ceil): Likewise.
41701 (ceilf): Likewise.
41702 (floor): Likewise.
41703 (floorf): Likewise.
41704
41705 2012-05-17 H.J. Lu <hongjiu.lu@intel.com>
41706
41707 * sysdeps/unix/sysv/linux/pselect.c (data): Use __syscall_ulong_t
41708 on both fields and cast pointer to __syscall_ulong_t.
41709
41710 * bits/types.h (__fsword_t): New type.
41711 * bits/typesizes.h (__FSWORD_T_TYPE): New macro.
41712 sysdeps/mach/hurd/bits/typesizes.h (__FSWORD_T_TYPE): Likewise.
41713 * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
41714 (__FSWORD_T_TYPE): Likewise.
41715 * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
41716 (__FSWORD_T_TYPE): Likewise.
41717 * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
41718 (__FSWORD_T_TYPE): Likewise.
41719 * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h
41720 (__FSWORD_T_TYPE): Likewise.
41721 * sysdeps/unix/sysv/linux/bits/statfs.h (statfs): Replace
41722 __SWORD_TYPE with __fsword_t.
41723 (statfs64): Likewise.
41724
41725 2012-05-17 David S. Miller <davem@davemloft.net>
41726
41727 * crypt/sha512c-test.c (TIMEOUT): Increase to 32.
41728
41729 2012-05-17 Andreas Jaeger <aj@suse.de>
41730
41731 * elf/tst-relsort1.c (do_test): Fix function declaration to avoid
41732 warning.
41733
41734 2012-05-17 H.J. Lu <hongjiu.lu@intel.com>
41735
41736 * sysdeps/x86_64/tst-mallocalign1.c (test): Cast to unsigned long.
41737
41738 2012-05-17 Andreas Jaeger <aj@suse.de>
41739
41740 * sysdeps/i386/dl-machine.h (elf_machine_rel): Declare refsym only
41741 when it is used.
41742
41743 2012-05-17 Chris Metcalf <cmetcalf@tilera.com>
41744
41745 * stdio-common/bug22.c (TIMEOUT): Bump up from 30 to 60.
41746
41747 2012-05-17 H.J. Lu <hongjiu.lu@intel.com>
41748
41749 * sysdeps/x86_64/Makefile (tests): Add tst-mallocalign1.
41750 * sysdeps/x86_64/tst-mallocalign1.c: New file.
41751
41752 2012-05-17 Andreas Jaeger <aj@suse.de>
41753 Carlos O'Donell <carlos_odonell@mentor.com>
41754
41755 [BZ #14059]
41756 * sysdeps/x86_64/multiarch/init-arch.h
41757 (bit_YMM_Usable): Rename to...
41758 (bit_AVX_Usable): ... this.
41759 (bit_FMA4_Usable): New macro.
41760 (bit_XMM_state): New macro.
41761 (bit_YMM_state): New macro.
41762 [__ASSEMBLER__] (index_YMM_Usable): Rename to...
41763 [__ASSEMBLER__] (index_AVX_Usable): ... this.
41764 [__ASSEMBLER__] (index_FMA4_Usable): New macro.
41765 (CPUID_OSXSAVE): New macro.
41766 (CPUID_AVX): New macro.
41767 (CPUID_FMA4): New macro.
41768 (index_YMM_Usable): Rename to...
41769 (index_AVX_Usable): ... this.
41770 (HAS_AVX): Use HAS_ARCH_FEATURE.
41771 (HAS_FMA4): Likewise.
41772 (HAS_YMM_USABLE): Remove.
41773 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
41774 Enable AVX or FMA4 IFF YMM and XMM states are usable and the features
41775 are present.
41776 * sysdeps/x86_64/multiarch/strcmp.S: Use bit_AVX_Usable.
41777 * sysdeps/i386/i686/multiarch/Makefile: Add test-multiarch to tests.
41778 * sysdeps/x86_64/multiarch/Makefile: Likewise.
41779 * sysdeps/i386/i686/multiarch/test-multiarch.c: New file.
41780 * sysdeps/x86_64/multiarch/test-multiarch.c: New file.
41781
41782 2012-05-17 Chris Metcalf <cmetcalf@tilera.com>
41783
41784 * math/libm-test.c: Support platforms without multiple rounding modes.
41785 * math/bug-nextafter.c: Support platforms without FP exceptions.
41786 * math/bug-nexttoward.c: Likewise.
41787 * math/test-fenv.c: Likewise.
41788 * math/test-misc.c: Likewise.
41789 * stdlib/bug-getcontext.c: Likewise.
41790
41791 2012-05-17 Andreas Jaeger <aj@suse.de>
41792
41793 * manual/examples/search.c (critter_cmp): Change signature to
41794 avoid warnings.
41795 * manual/string.texi (Collation Functions): Likewise.
41796
41797 2012-05-16 H.J. Lu <hongjiu.lu@intel.com>
41798
41799 * bits/types.h: Fold copyright years.
41800 * bits/typesizes.h: Likewise.
41801 * sysdeps/mach/hurd/bits/typesizes.h: Likewise.
41802 * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
41803 * sysdeps/unix/sysv/linux/s390/bits/typesizes.h: Likewise.
41804 * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h: Likewise.
41805 * time/time.h: Likewise.
41806
41807 2012-05-16 Paul Pluzhnikov <ppluzhnikov@google.com>
41808
41809 [BZ #208]
41810 * malloc.c (int_mallinfo): Add parameter to accumulate statistics
41811 in instead of returning them. Return void.
41812 (__libc_mallinfo): Accumulate over all arenas.
41813 (__malloc_stats): Adjust for change in int_mallinfo interface.
41814
41815 2012-05-16 Roland McGrath <roland@hack.frob.com>
41816
41817 [BZ #10375]
41818 * configure.in (NM): Add AC_CHECK_TOOL for it.
41819 (libc_extra_cflags): New substituted variable.
41820 Check for -fstack-protector being used implicitly.
41821 * configure: Regenerated.
41822 * config.make.in (config-extra-cflags): New variable,
41823 gets @libc_extra_cflags@.
41824 * Makeconfig (CFLAGS): Add $(config-extra-cflags) near the front.
41825
41826 [BZ #10375]
41827 * configure.in: Check for _FORTIFY_SOURCE being predefined.
41828 (CPPUNDEFS): New substituted variable; add -U_FORTIFY_SOURCE if needed.
41829 * configure: Regenerated.
41830 * config.make.in (CPPUNDEFS): New substituted variable.
41831 * Makeconfig (CPPFLAGS): Put $(CPPUNDEFS) at the beginning.
41832 * Makerules ($(stdio_lim:h=st)): Use $(CPPUNDEFS).
41833 * time/ctime.c: Don't #undef __OPTIMIZE__ and ctime.
41834
41835 2012-05-16 H.J. Lu <hongjiu.lu@intel.com>
41836
41837 * sysdeps/unix/sysv/linux/bits/mqueue.h: Include <bits/types.h>.
41838 (mq_attr): Use __syscall_slong_t.
41839
41840 2012-05-16 H.J. Lu <hongjiu.lu@intel.com>
41841
41842 * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_SVR4):
41843 Check __x86_64__ instead of __WORDSIZE.
41844 (_STAT_VER_LINUX): Likewise.
41845 (stat): Check __x86_64__ instead of __WORDSIZE. Use
41846 __syscall_ulong_t and __syscall_slong_t.
41847 (stat64): Likewise.
41848
41849 2012-05-16 H.J. Lu <hongjiu.lu@intel.com>
41850
41851 * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: New file.
41852
41853 2012-05-16 H.J. Lu <hongjiu.lu@intel.com>
41854
41855 * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: New file.
41856
41857 2012-05-16 H.J. Lu <hongjiu.lu@intel.com>
41858
41859 * sysdeps/unix/sysv/linux/bits/ipc.h (ipc_perm): Use
41860 __syscall_ulong_t.
41861
41862 * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Don't
41863 include <bits/wordsize.h>. Check __x86_64__ instead of
41864 __WORDSIZE.
41865 (greg_t): Use "__extension__ long long int" if __x86_64__ is
41866 defined.
41867 (mcontext_t): Replace "unsigned long" with "unsigned long long".
41868
41869 * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Don't
41870 include <bits/wordsize.h>. Check __x86_64__ instead of
41871 __WORDSIZE.
41872 (user_regs_struct): Use "__extension__ unsigned long long"
41873 instead of "unsigned long" if __x86_64__ is defined.
41874 (user): Likewise. Pad after pointer field if __ILP32__ is
41875 defined.
41876
41877 2012-05-16 Joseph Myers <joseph@codesourcery.com>
41878
41879 * configure.in (makeinfo): Require version 4.5 or later. Allow
41880 versions 5 to 9.
41881 * configure: Regenerated.
41882 * manual/install.texi (texinfo): Increase version requirement to
41883 4.5 or later.
41884 * INSTALL: Regenerated.
41885
41886 * include/stdc-predef.h (__STDC_ISO_10646__): Increase to 201103L.
41887
41888 2012-05-16 H.J. Lu <hongjiu.lu@intel.com>
41889
41890 * sysdeps/x86_64/x32/gmp-mparam.h: New file.
41891
41892 * sysdeps/x86_64/x32/ffs.c: New file.
41893
41894 * sysdeps/unix/sysv/linux/x86_64/bits/shm.h (shmatt_t): Use
41895 __syscall_ulong_t.
41896 (shmid_ds): Add __unused1 and __unused2 only if __x86_64__ isn't
41897 defined. Use __syscall_ulong_t.
41898 (shminfo): Use __syscall_ulong_t.
41899 (shm_info): Likewise.
41900
41901 * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semid_ds): Use
41902 __syscall_ulong_t.
41903
41904 * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Don't include
41905 <bits/wordsize.h>.
41906 (msgqnum_t): Use __syscall_ulong_t.
41907 (msglen_t): Likewise.
41908 (msqid_ds): Check __x86_64__ instead of __WORDSIZE. Use
41909 __syscall_ulong_t.
41910
41911 * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Don't include
41912 <bits/wordsize.h>. Check __x86_64__ instead of __WORDSIZE.
41913
41914 * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: New file.
41915
41916 * sysdeps/x86_64/x32/divdi3.c: New dummy file.
41917 * sysdeps/x86_64/x32/symbol-hacks.h: Likewise.
41918
41919 * sysvipc/sys/msg.h (msgbuf): Replace long int with
41920 __syscall_slong_t.
41921
41922 * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Don't
41923 include <bits/wordsize.h>. Check __x86_64__ instead of
41924 __WORDSIZE.
41925
41926 * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h (elf_greg_t): Use
41927 "unsigned long long int" if __x86_64__ is defined.
41928 (elf_fpregset_t): Check __x86_64__ instead of __WORDSIZE.
41929
41930 * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Don't include
41931 <bits/wordsize.h>. Check __x86_64__ instead of __WORDSIZE.
41932 (DR_CONTROL_RESERVED): Use ULL instead of UL suffix.
41933
41934 * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Include
41935 <stdint.h>.
41936 (GET_PC): Cast to uintptr_t first.
41937 (GET_FRAME): Likewise.
41938 (GET_STACK): Likewise.
41939
41940 * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: New file.
41941 * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: Likewise.
41942 * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: Likewise.
41943 * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: Likewise.
41944 * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: Likewise.
41945 * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: Likewise.
41946 * sysdeps/unix/sysv/linux/x86_64/x32/ftw.c: Likewise.
41947 * sysdeps/unix/sysv/linux/x86_64/x32/ftw64.c: Likewise.
41948 * sysdeps/unix/sysv/linux/x86_64/x32/glob.c: Likewise.
41949 * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: Likewise.
41950 * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: Likewise.
41951 * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Likewise.
41952 * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
41953 * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: Likewise.
41954 * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: Likewise.
41955 * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: Likewise.
41956 * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: Likewise.
41957 * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: Likewise.
41958 * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: Likewise.
41959 * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: Likewise.
41960 * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: Likewise.
41961 * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: Likewise.
41962 * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: Likewise.
41963 * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: Likewise.
41964 * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: Likewise.
41965 * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: Likewise.
41966 * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: Likewise.
41967 * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: Likewise.
41968 * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: Likewise.
41969
41970 2012-05-16 Andreas Schwab <schwab@linux-m68k.org>
41971
41972 * Makerules (+depfiles): Also collect depfiles from .oS in
41973 $(extra-objs).
41974 * sysdeps/ieee754/ldbl-opt/Makefile (extra-objs): Add $(addsuffix
41975 .oS, $(libnldbl-routines)).
41976
41977 * Makerules (native-compile-mkdep-flags): Define.
41978 * sunrpc/Makefile (extra-objs): Add $(addprefix
41979 cross-,$(rpcgen-objs)), don't add $(cross-rpcgen-objs).
41980 ($(cross-rpcgen-objs)): Use $(native-compile-mkdep-flags) instead
41981 of $(compile-mkdep-flags). Depend on $(before-compile) instead of
41982 calling $(make-target-directory).
41983
41984 2012-05-15 H.J. Lu <hongjiu.lu@intel.com>
41985
41986 * bits/types.h (__snseconds_t): Removed.
41987 * time/time.h (struct timespec): Replace __snseconds_t with
41988 __syscall_slong_t.
41989 * bits/typesizes.h (__SNSECONDS_T_TYPE): Removed.
41990 * sysdeps/mach/hurd/bits/typesizes.h (__SNSECONDS_T_TYPE):
41991 Likewise.
41992 * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
41993 (__SNSECONDS_T_TYPE): Likewise.
41994 * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
41995 (__SNSECONDS_T_TYPE): Likewise.
41996 * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
41997 (__SNSECONDS_T_TYPE): Likewise.
41998
41999 2012-05-15 H.J. Lu <hongjiu.lu@intel.com>
42000
42001 * sysdeps/mach/hurd/bits/typesizes.h
42002 (__SYSCALL_SLONG_TYPE): New macro.
42003 (__SYSCALL_ULONG_TYPE): Likewise.
42004
42005 2012-05-15 H.J. Lu <hongjiu.lu@intel.com>
42006
42007 * bits/types.h (__syscall_slong_t): New type.
42008 (__syscall_ulong_t): Likewise.
42009
42010 * bits/typesizes.h (__SYSCALL_SLONG_TYPE): New macro.
42011 (__SYSCALL_ULONG_TYPE): Likewise.
42012 * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
42013 (__SYSCALL_SLONG_TYPE): Likewise.
42014 (__SYSCALL_ULONG_TYPE): Likewise.
42015 * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
42016 (__SYSCALL_SLONG_TYPE): Likewise.
42017 (__SYSCALL_ULONG_TYPE): Likewise.
42018 * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
42019 (__SYSCALL_SLONG_TYPE): Likewise.
42020 (__SYSCALL_ULONG_TYPE): Likewise.
42021
42022 2012-05-15 H.J. Lu <hongjiu.lu@intel.com>
42023
42024 * sysdeps/unix/sysv/linux/x86_64/Makefile (gen-as-const-headers):
42025 Add sigaltstack-offsets.sym.
42026 * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Include
42027 <sigaltstack-offsets.h>.
42028 (CALL_FAIL): Use RSP_LP to operate on stack. Use RDI_LP on
42029 longjmp_msg pointer.
42030 (____longjmp_chk): Use R8_LP and RDX_LP on SP and PC. Use
42031 R*_LP, sizeSS, oSS_FLAGS, oSS_SP and oSS_SIZE for alternate
42032 signal stack.
42033 * sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym: New.
42034
42035 2012-05-15 Joseph Myers <joseph@codesourcery.com>
42036
42037 * elf/stackguard-macros.h: Remove file.
42038 * sysdeps/generic/stackguard-macros.h: New file.
42039 * sysdeps/i386/stackguard-macros.h: Likewise.
42040 * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
42041 * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
42042 * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
42043 * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
42044 * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
42045 * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
42046 * sysdeps/x86_64/stackguard-macros.h: Likewise.
42047 * nptl/tst-stackguard1.c: Include <stackguard-macros.h> not
42048 <elf/stackguard-macros.h>.
42049
42050 [BZ #14109]
42051 * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h (elf_vrreg_t): Use
42052 __aligned__ in attribute.
42053 * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (__psw_t): Likewise.
42054 (gregset_t): Likewise.
42055
42056 2012-05-15 H.J. Lu <hongjiu.lu@intel.com>
42057
42058 * sysdeps/x86_64/Implies (wordsize-64): Moved to ....
42059 * sysdeps/x86_64/64/Implies-after: Here. New file.
42060 * sysdeps/x86_64/x32/Implies-after: New file.
42061
42062 2012-05-15 H.J. Lu <hongjiu.lu@intel.com>
42063
42064 * sysdeps/x86_64/dl-trampoline.h: Use R*_LP to pass arguments
42065 and access return value for _dl_profile_fixup. Use R10_LP to
42066 load frame size.
42067
42068 2012-05-15 H.J. Lu <hongjiu.lu@intel.com>
42069
42070 * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: New.
42071
42072 2012-05-15 H.J. Lu <hongjiu.lu@intel.com>
42073
42074 * sysdeps/x86_64/sysdep.h: Allowed to be include more than once.
42075 * sysdeps/x86_64/x32/sysdep.h: New file.
42076
42077 2012-05-15 H.J. Lu <hongjiu.lu@intel.com>
42078
42079 * sysdeps/x86_64/__longjmp.S: Use R*_LP on SP and PC.
42080 * sysdeps/x86_64/setjmp.S: Likewise.
42081
42082 2012-05-15 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
42083
42084 * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: New file.
42085 * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c: New file.
42086 * sysdeps/ieee754/dbl-64/e_log2.c: Fixing indents.
42087 * sysdeps/ieee754/dbl-64/e_log10.c: Likewise and also
42088 remove unused global constant.
42089
42090 2012-05-15 Chris Metcalf <cmetcalf@tilera.com>
42091
42092 * sysdeps/unix/sysv/linux/getsysstats.c: Remove duplicate
42093 include of <not-cancel.h>.
42094
42095 2012-05-15 Roland McGrath <roland@hack.frob.com>
42096
42097 * nscd/nscd-client.h (__nscd_acquire_maplock): Fix formatting.
42098
42099 2012-05-15 Jeff Law <law@redhat.com>
42100 Andreas Jaeger <aj@suse.de>
42101
42102 [BZ #13594]
42103 * nscd/nscd-client.h (__nscd_acquire_maplock): New function, split
42104 out from...
42105 * nscd/nscd_helper.c (__nscd_get_map_ref): ... here.
42106 * nscd/nscd-client.h: Add __nscd_acquire_maplock.
42107 * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): Add locking to
42108 code changing __hst_map_handle.map.
42109
42110 2012-05-15 Roland McGrath <roland@hack.frob.com>
42111
42112 * configure.in (sysnames): Look for Implies-before and Implies-after
42113 files.
42114 * configure: Regenerated.
42115
42116 2012-05-15 H.J. Lu <hongjiu.lu@intel.com>
42117
42118 * sysdeps/unix/sysv/linux/x86_64/sigaction.c (RESTORE2): Replace
42119 8-byte data alignment with LP_SIZE alignment.
42120
42121 2012-05-15 H.J. Lu <hongjiu.lu@intel.com>
42122
42123 * sysdeps/unix/sysv/linux/x86_64/clone.S: Load pointer to TID
42124 into R10_LP.
42125
42126 2012-05-15 H.J. Lu <hongjiu.lu@intel.com>
42127
42128 * sysdeps/unix/sysv/linux/x86_64/x32/dl-cache.h: New.
42129
42130 2012-05-15 H.J. Lu <hongjiu.lu@intel.com>
42131
42132 * sysdeps/unix/sysv/linux/x86_64/x32/Makefile: New file.
42133 * sysdeps/unix/sysv/linux/x86_64/x32/getcpu.c: Likewise.
42134 * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu-static.c:
42135 Likewise.
42136 * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
42137
42138 2012-05-15 H.J. Lu <hongjiu.lu@intel.com>
42139
42140 * sysdeps/x86_64/stackinfo.h (stackinfo_get_sp): Use RSP_LP.
42141 (stackinfo_sub_sp): Likewise.
42142
42143 2012-05-15 H.J. Lu <hongjiu.lu@intel.com>
42144
42145 * sysdeps/x86_64/multiarch/strcmp-sse42.S: Load pointers into
42146 RAX_LP.
42147
42148 2012-05-15 H.J. Lu <hongjiu.lu@intel.com>
42149
42150 * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Load cache sizes
42151 into R*_LP.
42152
42153 2012-05-15 H.J. Lu <hongjiu.lu@intel.com>
42154
42155 * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Load cache
42156 sizes into R*_LP.
42157
42158 2012-05-15 H.J. Lu <hongjiu.lu@intel.com>
42159
42160 * sysdeps/x86_64/strcmp.S: Load pointers into R*_LP.
42161
42162 2012-05-15 H.J. Lu <hongjiu.lu@intel.com>
42163
42164 * sysdeps/x86_64/memcpy.S: Load __x86_64_data_cache_size_half
42165 into R11_LP and load __x86_64_shared_cache_size_half into
42166 R8_LP.
42167
42168 2012-05-15 H.J. Lu <hongjiu.lu@intel.com>
42169
42170 * sysdeps/x86_64/multiarch/memcmp-sse4.S: Load cache size into
42171 R8_LP.
42172
42173 2012-05-15 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
42174
42175 * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: New file. Optimized
42176 logb for POWER7.
42177 * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: New file. Optimized
42178 logbf for POWER7.
42179 * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: New file. Optimized
42180 logbl for POWER7.
42181 * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: New file. Use
42182 powerpc32/power7/fpu/s_logb.c via #include.
42183 * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: New file. Use
42184 powerpc32/power7/fpu/s_logbf.c via #include.
42185 * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: New file. Use
42186 powerpc32/power7/fpu/s_logbl.c via #include.
42187
42188 2012-05-15 Joseph Myers <joseph@codesourcery.com>
42189
42190 * README.libm: Remove file.
42191
42192 2012-05-14 H.J. Lu <hongjiu.lu@intel.com>
42193
42194 * sysdeps/x86_64/start.S: Simulate popping 4-byte argument
42195 count for x32. Use R*_LP and omit operand-size suffix.
42196
42197 2012-05-14 H.J. Lu <hongjiu.lu@intel.com>
42198
42199 * shlib-versions: Move x86_64-.*-linux.* entries to ...
42200 * sysdeps/x86_64/64/shlib-versions: Here. New file.
42201 * sysdeps/x86_64/x32/shlib-versions: New file.
42202
42203 2012-05-14 Roland McGrath <roland@hack.frob.com>
42204
42205 * sysdeps/unix/sysv/linux/dl-osinfo.h (dl_fatal): Function removed.
42206 * elf/rtld.c (dl_main) [DL_SYSDEP_OSCHECK]:
42207 Use _dl_fatal_printf instead.
42208
42209 2012-05-14 Joseph Myers <joseph@codesourcery.com>
42210
42211 * sysdeps/unix/sysv/linux/configure.in (minimum_kernel): Always
42212 set if not set by the user. Do not allow for being unset.
42213 * sysdeps/unix/sysv/linux/configure: Regenerated.
42214
42215 2012-05-14 H.J. Lu <hongjiu.lu@intel.com>
42216
42217 * sysdeps/x86_64/dl-machine.h (elf_machine_load_address): Remove
42218 the `q' suffix from lea and replace .quad with ASM_ADDR.
42219
42220 2012-05-14 H.J. Lu <hongjiu.lu@intel.com>
42221
42222 * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PTR_MANGLE): Remove
42223 the `q' suffix from xor/rol instructions. Use $2*LP_SIZE+1
42224 instead of $17.
42225 (PTR_DEMANGLE): Likewise.
42226
42227 2012-05-14 H.J. Lu <hongjiu.lu@intel.com>
42228
42229 * sysdeps/x86_64/sysdep.h (LP_SIZE): New macro.
42230 (LP_OP): Likewise.
42231 (ASM_ADDR): Likewise.
42232 (RAX_LP): Likewise.
42233 (RBP_LP): Likewise.
42234 (RBX_LP): Likewise.
42235 (RCX_LP): Likewise.
42236 (RDI_LP): Likewise.
42237 (RSI_LP): Likewise.
42238 (RSP_LP): Likewise.
42239 (R8_LP): Likewise.
42240 (R9_LP): Likewise.
42241 (R10_LP): Likewise.
42242 (R10_LP): Likewise.
42243 (R11_LP): Likewise.
42244 (R12_LP): Likewise.
42245 (R13_LP): Likewise.
42246 (R14_LP): Likewise.
42247 (R15_LP): Likewise.
42248
42249 2012-05-14 H.J. Lu <hongjiu.lu@intel.com>
42250
42251 * sysdeps/x86_64/x32/dl-machine.h: New file.
42252
42253 2012-05-14 Andreas Jaeger <aj@suse.de>
42254
42255 * manual/Makefile (subdir): Remove export of subdir.
42256 (all): Remove target.
42257 (.PHONY): Remove all from list.
42258 (mkinstalldirs): Remove.
42259 (.PHONY): Remove installdirs from list.
42260 ($(inst_infodir)/libc.info): Use make-target-directory.
42261 (installdirs): Remove.
42262 (subdir_%): Remove.
42263 (glibc-targets): Remove.
42264 (lib): Remove.
42265 (stubs): Remove.
42266 ($(objpfx)stubs ../po/manual.pot): Remove.
42267 ($(objpfx)stamp%): Remove.
42268 (make-target-directory): Remove.
42269 (subdir_install): Remove.
42270 (routines): Remove.
42271 (aux): Remove.
42272 (sources): Remove.
42273 (objects): Remove.
42274 (headers): Remove.
42275
42276 [BZ #13750]
42277 * manual/.gitignore: Remove, it's not needed anymore.
42278 * manual/libc-texinfo.sh: Pass OUTDIR as extra argument, create
42279 all files in it.
42280 * manual/Makefile (dvi, pdf, info, html): Depend on files in build
42281 directory.
42282 (texis): Renamed to $(objpfx)texis.
42283 (texis-path): New, contains path to generated files.
42284 (chapters.%): Use texis-path for complete path, add extra argument
42285 libc-texinfo.sh.
42286 (libc.dvi, libc.pdf, libc.info, libc.pdf): Add $(objfpx) as prefix.
42287 (libc/index.html, summary.texi): Add $(objpfx) as prefix.
42288 (summary,texi, stamp-summary): Use complete path of
42289 files. Generate files in build dir.
42290 (dir-add.texi): Build in build dir.
42291 (libm-err.texi,stamp-libm-err): Likewise.
42292 (version.texi, stamp-version): Likewise.
42293 (.%c.texi): Likewise.
42294 (%.info,%.dvi,%.pdf): Add $(objpfx) as prefix, build in build dir.
42295 (mostlyclean): Remove target.
42296 (realclean): Remove target.
42297 (generated): Add new variable with contents from mostlyclean and
42298 realclean, remove entries duplicated in common-mostlyclean, add
42299 stamp-libm-err and stamp-version.
42300 (generated-dirs): Add libc directory.
42301 ($(inst_infodir)/libc.info): Install files from build dir.
42302
42303 * manual/install.texi (Configuring and compiling): Adjust since
42304 the info files are not part of the tar ball anymore.
42305
42306 2012-05-14 Andreas Jaeger <aj@suse.de>
42307
42308 * sysdeps/unix/sysv/linux/getcwd.c (__getcwd): Remove unused
42309 variable.
42310
42311 2012-05-14 Joseph Myers <joseph@codesourcery.com>
42312
42313 [BZ #13717]
42314 * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
42315 to 2.2.0 where earlier.
42316 * sysdeps/unix/sysv/linux/configure: Regenerated.
42317 * sysdeps/unix/sysv/linux/getcwd.c [!__ASSUME_GETCWD_SYSCALL]:
42318 Remove conditional code.
42319 [__ASSUME_GETCWD_SYSCALL]: Make code unconditional.
42320 * sysdeps/unix/sysv/linux/i386/chown.c [!__ASSUME_LCHOWN_SYSCALL]:
42321 Remove conditional code.
42322 [!__NR_lchown]: Likewise.
42323 [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
42324 [__NR_lchown]: Likewise.
42325 * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Remove
42326 comment referencing __ASSUME_LCHOWN_SYSCALL.
42327 * sysdeps/unix/sysv/linux/i386/sigaction.c
42328 [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
42329 [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
42330 * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_SIOCGIFNAME]:
42331 Remove conditional code.
42332 [__ASSUME_SIOCGIFNAME ]: Make code unconditional.
42333 (__protocol_available): Remove #if 0 code.
42334 * sysdeps/unix/sysv/linux/ifreq.c [!__ASSUME_SIOCGIFNAME]: Remove
42335 conditional code.
42336 [__ASSUME_SIOCGIFNAME]: Make code unconditional.
42337 * sysdeps/unix/sysv/linux/kernel-features.h
42338 (__ASSUME_GETCWD_SYSCALL): Don't define.
42339 (__ASSUME_REALTIME_SIGNALS): Likewise.
42340 (__ASSUME_PREAD_SYSCALL): Likewise.
42341 (__ASSUME_PWRITE_SYSCALL): Likewise.
42342 (__ASSUME_POLL_SYSCALL): Likewise.
42343 (__ASSUME_LCHOWN_SYSCALL): Likewise.
42344 (__ASSUME_SETRESUID_SYSCALL): Define for all kernel versions for
42345 non-SPARC.
42346 (__ASSUME_SIOCGIFNAME): Don't define.
42347 (__ASSUME_MSG_NOSIGNAL): Likewise.
42348 (__ASSUME_SENDFILE): Define unconditionally.
42349 (__ASSUME_PROC_SELF_FD_SYMLINK): Don't define.
42350 * sysdeps/unix/sysv/linux/poll.c [!__ASSUME_POLL_SYSCALL]: Remove
42351 conditional code.
42352 [__ASSUME_POLL_SYSCALL]: Make code unconditional.
42353 * sysdeps/unix/sysv/linux/powerpc/chown.c (__chown)
42354 [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
42355 (__chown) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
42356 * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat)
42357 [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
42358 (fchownat) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
42359 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c
42360 [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
42361 [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
42362 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
42363 [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
42364 [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
42365 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c
42366 [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
42367 [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
42368 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c
42369 [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
42370 [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
42371 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c
42372 [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
42373 [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
42374 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c
42375 [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
42376 [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
42377 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c
42378 [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
42379 [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
42380 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c
42381 [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
42382 [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
42383 * sysdeps/unix/sysv/linux/pread.c [!__ASSUME_PREAD_SYSCALL]:
42384 Remove conditional code.
42385 [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
42386 * sysdeps/unix/sysv/linux/pread64.c [!__ASSUME_PREAD_SYSCALL]:
42387 Remove conditional code.
42388 [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
42389 * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal)
42390 [__LINUX_KERNEL_VERSION < 131443]: Remove conditional code.
42391 * sysdeps/unix/sysv/linux/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
42392 Remove conditional code.
42393 [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
42394 * sysdeps/unix/sysv/linux/pwrite64.c [!__ASSUME_PWRITE_SYSCALL]:
42395 Remove conditional code.
42396 [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
42397 * sysdeps/unix/sysv/linux/sh/pread.c [!__ASSUME_PREAD_SYSCALL]:
42398 Remove conditional code.
42399 [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
42400 * sysdeps/unix/sysv/linux/sh/pread64.c [!__ASSUME_PREAD_SYSCALL]:
42401 Remove conditional code.
42402 [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
42403 * sysdeps/unix/sysv/linux/sh/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
42404 Remove conditional code.
42405 [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
42406 * sysdeps/unix/sysv/linux/sh/pwrite64.c
42407 [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
42408 [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
42409 * sysdeps/unix/sysv/linux/sigaction.c
42410 [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
42411 [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
42412 * sysdeps/unix/sysv/linux/sigpending.c
42413 [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
42414 [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
42415 * sysdeps/unix/sysv/linux/sigprocmask.c
42416 [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
42417 [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
42418 * sysdeps/unix/sysv/linux/sigsuspend.c
42419 [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
42420 [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
42421 * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
42422 (__libc_missing_rt_sigs): Remove.
42423 (__libc_sigaction) [__NR_rt_sigaction]: Make code unconditional.
42424 (__libc_sigaction): Do not handle ENOSYS from rt_sigaction.
42425 * sysdeps/unix/sysv/linux/syslog.c [!__ASSUME_MSG_NOSIGNAL]:
42426 Remove conditional code.
42427 [__ASSUME_MSG_NOSIGNAL]: Make code unconditional.
42428 * sysdeps/unix/sysv/linux/testrtsig.h (kernel_has_rtsig): Always
42429 return 1.
42430 * sysdeps/unix/sysv/linux/ttyname.c (ttyname)
42431 [!__ASSUME_PROC_SELF_FD_SYMLINK]: Remove conditional code.
42432 * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r)
42433 [!__ASSUME_PROC_SELF_FD_SYMLINK]: Likewise.
42434
42435 2012-05-14 Andreas Jaeger <aj@suse.de>
42436
42437 * sysdeps/i386/fpu/bits/mathinline.h (__pow2): Remove,
42438 it's not used in glibc.
42439 (__coshm1): Likewise.
42440 (__acosh1p): Likewise.
42441 (__sgn): Likewise.
42442
42443 * manual/string.texi (Copying and Concatenation): Add missing
42444 variable in concat example.
42445 Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
42446
42447 2012-05-14 H.J. Lu <hongjiu.lu@intel.com>
42448
42449 [BZ #14103]
42450 * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Replace
42451 __builtin_clzl with __builtin_clzll.
42452
42453 2012-05-14 H.J. Lu <hongjiu.lu@intel.com>
42454
42455 [BZ #14104]
42456 * sysdeps/unix/sysv/linux/check_pf.c (cache): Use
42457 libc_freeres_ptr.
42458
42459 2012-05-14 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
42460
42461 * sysdeps/i386/i686/fpu/multiarch/Makefile: New file.
42462 * sysdeps/i386/i686fpu/multiarch/e_expf.c: New file.
42463 * sysdeps/i386/i686fpu/multiarch/e_expf-ia32.S: New file.
42464 * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: New file.
42465
42466 2012-05-14 Mike Frysinger <vapier@gentoo.org>
42467
42468 * NEWS: Update ia64 info.
42469
42470 2012-05-12 Andreas Schwab <schwab@linux-m68k.org>
42471
42472 * sysdeps/powerpc/memmove.c (MEMMOVE): Don't return a value if
42473 used as bcopy.
42474
42475 2012-05-12 Thomas Schwinge <thomas@codesourcery.com>
42476
42477 * io/dup3.c (dup3): Rename to __dup3, add weak alias for dup3.
42478 * sysdeps/unix/syscalls.list (dup3): Likewise.
42479 * libio/freopen.c (freopen): Invoke __dup3 instead of dup3.
42480 * libio/freopen64.c (freopen64): Invoke __dup3 instead of dup3.
42481
42482 2012-05-11 H.J. Lu <hongjiu.lu@intel.com>
42483
42484 * elf/stackguard-macros.h (STACK_CHK_GUARD) [__x86_64__]: Use
42485 "%c1" with "i" (offsetof (tcbhead_t, stack_guard)).
42486
42487 2012-05-11 H.J. Lu <hongjiu.lu@intel.com>
42488
42489 * elf/tls-macros.h (TLS_LE): Use mov instead of movq to load
42490 thread pointer.
42491 (TLS_IE): Use mov/add instead of movq/addq to load thread
42492 pointer.
42493 (TLS_GD_PREFIX): New.
42494 (TLS_GD): Use it.
42495
42496 2012-05-11 David S. Miller <davem@davemloft.net>
42497
42498 * sysdeps/sparc/fpu/bits/fenv.h (__fenv_stfsr): Add __volatile__.
42499 * sysdeps/sparc/fpu/fpu_control.h (_FPU_GETCW): Likewise.
42500 (_FPU_SETCW): Likewise.
42501
42502 2012-05-10 H.J. Lu <hongjiu.lu@intel.com>
42503
42504 * sysdeps/x86_64/dl-trampoline.S: Check if RTLD_SAVESPACE_SSE
42505 is 32-byte aligned.
42506
42507 2012-05-11 Andreas Schwab <schwab@linux-m68k.org>
42508
42509 [BZ #11837]
42510 * iconvdata/gb18030.c: Update tables.
42511 (BODY for FROM_LOOP): Update. Handle two-byte encoded non-BMP
42512 characters specially.
42513 (BODY for TO_LOOP): Add encoding of missing ranges.
42514
42515 2012-05-11 Thomas Schwinge <thomas@codesourcery.com>
42516
42517 [BZ #13673]
42518 * sysdeps/mach/hurd/accept4.c: Replace FSF snail mail address with URL.
42519 * sysdeps/mach/hurd/dup3.c: Likewise.
42520 * sysdeps/mach/hurd/readlinkat.c: Likewise.
42521 * sysdeps/powerpc/memmove.c:: Likewise.
42522
42523 2012-05-10 H.J. Lu <hongjiu.lu@intel.com>
42524
42525 * sysdeps/x86_64/dl-machine.h (elf_machine_rela_relative): Handle
42526 R_X86_64_RELATIVE64 only if RTLD_BOOTSTRAP isn't defined.
42527
42528 2012-05-10 H.J. Lu <hongjiu.lu@intel.com>
42529
42530 * elf/elf.h (R_X86_64_RELATIVE64): New.
42531 (R_X86_64_NUM): Updated.
42532 * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
42533 R_X86_64_RELATIVE64. Always use Elf64_Addr with R_X86_64_64.
42534 (elf_machine_rela_relative): Handle R_X86_64_RELATIVE64.
42535 * sysdeps/x86_64/Makefile (tests): Add tst-quad1 tst-quad2
42536 tst-quad1pie tst-quad2pie
42537 (modules-names): Add tst-quadmod1 tst-quadmod2.
42538 ($(objpfx)tst-quad1): New dependency.
42539 ($(objpfx)tst-quad2): Likewise.
42540 ($(objpfx)tst-quad1pie): Likewise.
42541 ($(objpfx)tst-quad2pie): Likewise.
42542 * sysdeps/x86_64/tst-quad1.c: New file.
42543 * sysdeps/x86_64/tst-quad1pie.c: New file.
42544 * sysdeps/x86_64/tst-quad2.c: Likewise.
42545 * sysdeps/x86_64/tst-quad2pie.c: Likewise.
42546 * sysdeps/x86_64/tst-quadmod1.S: Likewise.
42547 * sysdeps/x86_64/tst-quadmod1pie.S: Likewise.
42548 * sysdeps/x86_64/tst-quadmod2.S: Likewise.
42549 * sysdeps/x86_64/tst-quadmod2pie.S: Likewise.
42550
42551 2012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
42552
42553 * io/fcntl.h (mode_t, off_t, pid_t): Define types.
42554 (__mode_t_defined, __off_t_defined, __pid_t_defined): Define macros.
42555 * streams/stropts.h (t_scalar_t): Define type.
42556
42557 * sysdeps/generic/paths.h (_PATH_MAN): Set to "/usr/share/man"
42558 (_PATH_PRESERVE): Set to "/var/lib".
42559 (_PATH_RWHODIR): Set to "/var/spool/rwho".
42560
42561 * sysdeps/mach/hurd/openat.c (__openat): Set type of MODE to mode_t
42562 instead of int.
42563
42564 * sysdeps/mach/hurd/xmknodat.c (__xmknodat): Deallocate NODE port only
42565 if __dir_mkfile succeeded.
42566
42567 * sysdeps/mach/hurd/dup3.c: Lock _hurd_dtable_lock before
42568 checking for _hurd_dtablesize. Unlock it right after having
42569 finished _hurd_dtable allocation.
42570
42571 2012-05-10 Thomas Schwinge <thomas@schwinge.name>
42572
42573 * sysdeps/mach/hurd/configure.in: Remove warning for --prefix=[...].
42574 * sysdeps/mach/hurd/configure: Regenerated.
42575 * sysdeps/unix/sysv/linux/configure.in: Move --prefix=/usr
42576 special-casing to...
42577 * sysdeps/gnu/configure.in: ... this new file.
42578 * sysdeps/unix/sysv/linux/configure: Regenerated.
42579 * sysdeps/gnu/configure: New generated file.
42580
42581 * sysdeps/mach/hurd/bits/stat.h (struct stat): Align to what is done
42582 for Linux: use nsec instead of usec, as well as:
42583 [__USE_MISC || __USE_XOPEN2K8] (st_atim, st_mtim, st_ctim): New
42584 members of type struct timespec.
42585 [__USE_MISC || __USE_XOPEN2K8] (st_atime, st_mtime, st_ctime):
42586 New macros.
42587 (struct stat64): Likewise.
42588 (_STATBUF_ST_NSEC): New macro.
42589 * sysdeps/mach/hurd/xstatconv.c (xstat64_conv): Adapt to that.
42590
42591 * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
42592 __strtoul_internal rather than strtoul.
42593
42594 2012-05-10 Pino Toscano <toscano.pino@tiscali.it>
42595
42596 * hurd/hurdsock.c (_hurd_socket_server): Check for negative domains,
42597 and reject them.
42598
42599 2012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
42600
42601 * sysdeps/mach/hurd/setresgid.c (__setresgid): Handle the -1 case,
42602 which preserves existing values.
42603 * sysdeps/mach/hurd/setresuid.c (__setresuid): Likewise.
42604
42605 2012-05-10 Pino Toscano <toscano.pino@tiscali.it>
42606
42607 * hurd/hurdselect.c (_hurd_select): Return EINVAL for negative
42608 TIMEOUT values. Return EINVAL for NFDS values either negative or
42609 greater than FD_SETSIZE.
42610
42611 2012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
42612
42613 * sysdeps/mach/hurd/brk.c (_hurd_set_brk): When more space needs to be
42614 allocated, call __vm_protect to finish enabling the existing space, and
42615 pass a copy of _hurd_data_end instead of PAGEBRK to __vm_allocate to
42616 allocate the remainder.
42617
42618 2012-05-10 Pino Toscano <toscano.pino@tiscali.it>
42619
42620 * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Check also for a null
42621 address port. Set ADDR_LEN to 0 when not filling ADDRARG.
42622
42623 2012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
42624
42625 * sysdeps/mach/hurd/readlinkat.c: New file, heavily derived from
42626 sysdeps/mach/hurd/readlink.c.
42627
42628 * posix/tst-sysconf.c (posix_options): Only use
42629 _POSIX_PRIORITIZED_IO, _POSIX_PRIORITY_SCHEDULING, and
42630 _POSIX_SYNCHRONIZED_IO when they are defined
42631 * sysdeps/mach/hurd/bits/posix_opt.h:
42632 (_POSIX_PRIORITY_SCHEDULING): Undefine macro.
42633 (_XOPEN_REALTIME): Undefine macro.
42634 (_XOPEN_REALTIME_THREADS): Undefine macro.
42635 (_XOPEN_SHM): Undefine macro.
42636 [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_INHERIT): Define
42637 macro to -1.
42638 [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_PROTECT): Define
42639 macro to -1.
42640 (_POSIX_ASYNC_IO): Undefine macro.
42641 (_POSIX_PRIORITIZED_IO): Undefine macro.
42642 (_POSIX_SPIN_LOCKS): Define macro to -1.
42643
42644 * bits/sigaction.h [__USE_XOPEN2K8]: Define SA_RESTART,
42645 SA_NODEFER, SA_RESETHAND.
42646 * sysdeps/mach/hurd/bits/fcntl.h [__USE_XOPEN2K8]: Define
42647 O_NOFOLLOW, O_DIRECTORY, O_CLOEXEC, F_GETOWN, F_SETOWN,
42648 F_DUPFD_CLOEXEC.
42649
42650 2012-05-10 Thomas Schwinge <thomas@schwinge.name>
42651
42652 * elf/Makefile (pldd-modules): Define unconditionally.
42653
42654 2012-05-10 Thomas Schwinge <thomas@schwinge.name>
42655
42656 * sysdeps/mach/hurd/opendir.c (__opendirat): New function.
42657
42658 2012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
42659
42660 * hurd/hurdchdir.c (_hurd_change_directory_port_from_name):
42661 Return ENOENT when name is empty.
42662 * sysdeps/mach/hurd/chroot.c (chroot): Likewise.
42663
42664 2012-05-10 Thomas Schwinge <thomas@schwinge.name>
42665
42666 * include/libc-symbols.h [NO_HIDDEN] (hidden_nolink): New macro.
42667
42668 * nss/makedb.c (MAP_POPULATE): If not defined, define to zero.
42669
42670 2012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
42671
42672 Fix mlock in all cases except non-readable pages.
42673 * sysdeps/mach/hurd/mlock.c (mlock): Give VM_PROT_READ
42674 instead of VM_PROT_ALL as parameter to __vm_wire function.
42675
42676 * sysdeps/mach/hurd/mkdir.c: Include <string.h>.
42677 (__mkdir): When path is `/', just fail with EEXIST.
42678 * sysdeps/mach/hurd/mkdirat.c: Likewise.
42679
42680 2012-05-10 Thomas Schwinge <thomas@schwinge.name>
42681
42682 * nss/makedb.c: Include <sys/param.h> (for MAX and roundup), and
42683 <sys/uio.h> (for writev).
42684 * nss/nss_db/db-initgroups.c: Include <limits.h> (for ULONG_MAX),
42685 and <sys/param.h> (for MIN).
42686
42687 2012-05-10 Pino Toscano <toscano.pino@tiscali.it>
42688
42689 * sysdeps/mach/nanosleep.c: Return EINVAL for invalid values of
42690 REQUESTED_TIME. Properly set the remaining time and return EINTR
42691 if interrupted.
42692
42693 2012-05-10 Thomas Schwinge <thomas@schwinge.name>
42694
42695 * sysdeps/mach/hurd/Makefile ($(common-objpfx)linkobj/libc.so):
42696 Depend on against $(link-rpcuserlibs).
42697
42698 2012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
42699
42700 * sysdeps/generic/ldsodefs.h [LIBC_STACK_END_NOT_RELRO]
42701 (__libc_stack_end): Do not use attribute_relro.
42702 * sysdeps/mach/hurd/dl-sysdep.h (LIBC_STACK_END_NOT_RELRO): Define.
42703 * sysdeps/mach/hurd/i386/init-first.c (init): Update __libc_stack_end
42704 to libthread-provided value.
42705 * sysdeps/mach/hurd/dl-sysdep.c (__libc_stack_end): Do not use
42706 attribute_relro.
42707
42708 2012-05-10 Thomas Schwinge <thomas@schwinge.name>
42709
42710 [BZ #3748]
42711 * bits/libc-lock.h (__libc_once_get): New macro.
42712 * sysdeps/mach/bits/libc-lock.h: Likewise.
42713 * sysdeps/mach/hurd/bits/libc-lock.h: Likewise.
42714 * sysdeps/posix/getaddrinfo.c (getaddrinfo): Use __libc_once_get
42715 instead of using implementation details.
42716
42717 * libio/fileops.c: Unconditionally include <kernel-features.h>.
42718 * libio/freopen.c: Likewise.
42719 * libio/freopen64.c: Likewise.
42720 * misc/syslog.c: Likewise.
42721 * nscd/connections.c: Likewise.
42722 * nscd/netgroupcache.c: Likewise.
42723 * sysdeps/posix/getcwd.c: Likewise.
42724
42725 2012-05-10 Roland McGrath <roland@hack.frob.com>
42726
42727 * math/w_ilogbf.c: Add #include <limits.h>.
42728
42729 2012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
42730
42731 * sysdeps/mach/hurd/setitimer.c (setitimer_locked): Use common exit
42732 path instead of returning without unlocking.
42733
42734 * sysdeps/mach/hurd/bits/ioctls.h (_IOIW): New macro for
42735 immediate-write ioctls.
42736 * sysdeps/mach/hurd/ioctl.c: Handle cases with no arguments.
42737
42738 2012-05-10 Thomas Schwinge <thomas@schwinge.name>
42739
42740 * sysdeps/mach/hurd/i386/init-first.c (init): Use
42741 __builtin_frame_address instead of making assumptions about the
42742 location of the return address relative to DATA. Force early load of
42743 the return address.
42744 (_dl_init_first, doinit1 in doinit in _hurd_stack_setup): Don't use
42745 __builtin_frame_address.
42746
42747 dup3 for GNU Hurd.
42748 * include/unistd.h: Declare __dup3 and use libc_hidden_proto on it.
42749 * sysdeps/mach/hurd/dup3.c: New file, copy from dup2.c. Evolve it to
42750 implement dup3 and do some further code clean-ups.
42751 * sysdeps/mach/hurd/dup2.c (__dup2): Reimplement using __dup3.
42752 * sysdeps/mach/hurd/kernel-features.h (__ASSUME_DUP3): Define.
42753
42754 2012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
42755
42756 * sysdeps/mach/hurd/dl-sysdep.c: Conditionalize contents on [SHARED].
42757
42758 * hurd/hurd/fd.h (_hurd_fd_get): Call HURD_CRITICAL_BEGIN/
42759 HURD_CRITICAL_END around holding _hurd_dtable_lock.
42760 * sysdeps/mach/hurd/dirfd (dirfd): Likewise.
42761 * sysdeps/mach/hurd/opendir.c (_hurd_fd_opendir): Call
42762 HURD_CRITICAL_BEGIN/HURD_CRITICAL_END around holding
42763 d->port.lock.
42764
42765 * hurd/catch-signal.c (hurd_catch_signal): Use sigsetjmp/siglongjmp
42766 instead of setjmp/longjmp to restore the signal mask. Call sigsetjmp
42767 when handler == SIG_ERR, not when handler != SIG_ERR.
42768
42769 2012-05-10 Thomas Schwinge <thomas@schwinge.name>
42770
42771 * sysdeps/mach/hurd/bits/socket.h: New file, copy from the bsd4.4 one.
42772 (SOCK_MAX, SOCK_TYPE_MASK, SOCK_CLOEXEC, SOCK_NONBLOCK): New
42773 definitions.
42774
42775 accept4 for GNU Hurd.
42776 * include/sys/socket.h (__libc_accept4): New prototype.
42777 * sysdeps/mach/hurd/accept4.c: New file, copy from accept.c. Evolve it
42778 to implement __libc_accept4.
42779 * sysdeps/mach/hurd/accept.c (accept): Reimplement using
42780 __libc_accept4.
42781 * sysdeps/mach/hurd/kernel-features.h (__ASSUME_ACCEPT4): Define.
42782
42783 * sysdeps/mach/hurd/i386/____longjmp_chk.S: New file.
42784 * sysdeps/mach/hurd/i386/signal-defines.sym: New file.
42785 * sysdeps/mach/hurd/i386/Makefile (gen-as-const-headers): Add
42786 signal-defines.sym.
42787
42788 2012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
42789
42790 * bits/in.h (SOL_IP, SOL_IPV6, SOL_ICMPV6): New macros.
42791
42792 2012-05-10 Thomas Schwinge <thomas@schwinge.name>
42793
42794 * sysdeps/mach/hurd/dl-sysdep.c (open_file): Do not raise
42795 assertion on O_CLOEXEC flag.
42796 * hurd/hurd/fd.h: Update comment to mention O_CLOEXEC.
42797 * hurd/intern-fd.c: Likewise.
42798 * hurd/port2fd.c: Likewise.
42799
42800 2012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
42801
42802 [BZ #3906]
42803 * bits/in.h (IPV6_PKTINFO): Define new macro.
42804 (IPV6_RXINFO,IPV6_TXINFO,SCM_SRCINFO): Redefine to IPV6_PKTINFO.
42805
42806 2012-05-09 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
42807
42808 [BZ #13954]
42809 [BZ #13955]
42810 [BZ #13956]
42811 * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Fix for subnormal number.
42812 * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
42813 * sysdeps/ieee754/flt-32/s_logbf.c (__logf): Likewise.
42814 * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
42815 * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
42816 * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
42817 * math/libm-test.inc (logb_test) : Additional logb tests.
42818
42819 2012-05-09 Andreas Schwab <schwab@linux-m68k.org>
42820 Andreas Jaeger <aj@suse.de>
42821
42822 * configure.in (obsolete-rpc): Add new option --enable-obsolete-rpc.
42823 * configure: Regenerated.
42824 * config.h.in (LINK_OBSOLETE_RPC): New macro.
42825 * config.make.in (link-obsolete-rpc): New substituted variable.
42826 * include/libc-symbols.h (libc_hidden_nolink_sunrpc): Rename from
42827 libc_hidden_nolink and define based on LINK_OBSOLETE_RPC.
42828 * sunrpc/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
42829 (shared-only-routines): Don't set it under [link-obsolete-rpc],
42830 so that libc.a contains the symbols.
42831 * nis/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
42832 * sunrpc/auth_des.c: Use libc_hidden_nolink_sunrpc.
42833 * sunrpc/auth_none.c: Likewise.
42834 * sunrpc/auth_unix.c: Likewise.
42835 * sunrpc/authdes_prot.c: Likewise.
42836 * sunrpc/authuxprot.c: Likewise.
42837 * sunrpc/clnt_gen.c: Likewise.
42838 * sunrpc/clnt_perr.c: Likewise.
42839 * sunrpc/clnt_raw.c: Likewise.
42840 * sunrpc/clnt_simp.c: Likewise.
42841 * sunrpc/clnt_tcp.c: Likewise.
42842 * sunrpc/clnt_udp.c: Likewise.
42843 * sunrpc/clnt_unix.c: Likewise.
42844 * sunrpc/des_crypt.c: Likewise.
42845 * sunrpc/des_soft.c: Likewise.
42846 * sunrpc/get_myaddr.c: Likewise.
42847 * sunrpc/key_call.c: Likewise.
42848 * sunrpc/key_prot.c: Likewise.
42849 * sunrpc/netname.c: Likewise.
42850 * sunrpc/pm_getmaps.c: Likewise.
42851 * sunrpc/pm_getport.c: Likewise.
42852 * sunrpc/pmap_clnt.c: Likewise.
42853 * sunrpc/pmap_prot.c: Likewise.
42854 * sunrpc/pmap_prot2.c: Likewise.
42855 * sunrpc/pmap_rmt.c: Likewise.
42856 * sunrpc/publickey.c: Likewise.
42857 * sunrpc/rpc_cmsg.c: Likewise.
42858 * sunrpc/rpc_common.c: Likewise.
42859 * sunrpc/rpc_dtable.c: Likewise.
42860 * sunrpc/rpc_prot.c: Likewise.
42861 * sunrpc/rpc_thread.c: Likewise.
42862 * sunrpc/rtime.c: Likewise.
42863 * sunrpc/svc.c: Likewise.
42864 * sunrpc/svc_auth.c: Likewise.
42865 * sunrpc/svc_raw.c: Likewise.
42866 * sunrpc/svc_run.c: Likewise.
42867 * sunrpc/svc_tcp.c: Likewise.
42868 * sunrpc/svc_udp.c: Likewise.
42869 * sunrpc/svc_unix.c: Likewise.
42870 * sunrpc/svcauth_des.c: Likewise.
42871 * sunrpc/xcrypt.c: Likewise.
42872 * sunrpc/xdr.c: Likewise.
42873 * sunrpc/xdr_array.c: Likewise.
42874 * sunrpc/xdr_float.c: Likewise.
42875 * sunrpc/xdr_intXX_t.c: Likewise.
42876 * sunrpc/xdr_mem.c: Likewise.
42877 * sunrpc/xdr_rec.c: Likewise.
42878 * sunrpc/xdr_ref.c: Likewise.
42879 * sunrpc/xdr_sizeof.c: Likewise.
42880 * sunrpc/xdr_stdio.c: Likewise.
42881
42882 2012-05-10 Roland McGrath <roland@hack.frob.com>
42883
42884 * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Fix typo in last
42885 change. Update copyright years.
42886
42887 2012-05-10 Joseph Myers <joseph@codesourcery.com>
42888
42889 * include/stdc-predef.h (__STDC_NO_THREADS__): Define.
42890
42891 2012-05-10 Maxim Kuvyrkov <maxim@codesourcery.com>
42892 Joseph Myers <joseph@codesourcery.com>
42893 Paul Pluzhnikov <ppluzhnikov@google.com>
42894
42895 [BZ #14012]
42896 * sunrpc/Makefile [cross-compiling] (headers): Enable additions
42897 requiring rpcgen.
42898 [cross-compiling] (extra-libs): Likewise.
42899 [cross-compiling] (extra-libs-others): Likewise.
42900 [cross-compiling] (librpcsvc-routines): Likewise.
42901 [cross-compiling] (librpcsvc-inhibit-o): Likewise.
42902 [cross-compiling] (omit-deps): Likewise.
42903 (sunrpc-CPPFLAGS): New variable.
42904 (CPPFLAGS): Define using $(sunrpc-CPPFLAGS).
42905 (BUILD_CPPFLAGS): Append $(sunrpc-CPPFLAGS).
42906 (cross-rpcgen-objs): New variable.
42907 (extra-objs): Append $(cross-rpcgen-objs).
42908 ($(cross-rpcgen-objs)): New rule.
42909 ($(objpfx)cross-rpcgen): Likewise.
42910 (rpcgen-cmd): Define to use $(built-program-file). Expand
42911 comment.
42912 ($(objpfx)rpcsvc/%.stmp): Depend on cross-rpcgen.
42913 ($(objpfx)x%.stmp): Likewise.
42914 * sunrpc/proto.h [IS_IN_build] (_): Define.
42915 [IS_IN_build] (_libc_intl_domainname): Likewise.
42916
42917 2012-05-10 H.J. Lu <hongjiu.lu@intel.com>
42918
42919 * sysdeps/x86_64/dl-machine.h (elf_machine_rela) [__ILP32__]:
42920 Sign extend relocation result to 64 bits for R_X86_64_DTPOFF64
42921 and R_X86_64_TPOFF64.
42922
42923 2012-05-10 Joseph Myers <joseph@codesourcery.com>
42924
42925 * sysdeps/unix/sysv/linux/syscalls.list (alarm): Add entry from
42926 sysdeps/unix/sysv/syscalls.list.
42927 (stime): Likewise.
42928 (utime): Likewise.
42929 * sysdeps/unix/sysv/syscalls.list: Remove file.
42930
42931 2012-05-10 Paul Eggert <eggert@cs.ucla.edu>
42932
42933 [BZ #3440]
42934 * locale/bits/locale.h (__LC_CTYPE, __LC_NUMERIC, __LC_TIME)
42935 (__LC_COLLATE, __LC_MONETARY, __LC_MESSAGES, __LC_ALL, __LC_PAPER)
42936 (__LC_NAME, __LC_ADDRESS, __LC_TELEPHONE, __LC_MEASUREMENT)
42937 (__LC_IDENTIFICATION): Make these macros useful in #if
42938 expressions, as required by C99.
42939
42940 2012-05-10 Andreas Schwab <schwab@linux-m68k.org>
42941
42942 * sunrpc/Makefile (extra-objs) [$(build-shared) = yes]: Add
42943 $(addsuffix .os,$(rpc-compat-routines)). Move include ../Rules
42944 after this.
42945
42946 2012-05-09 H.J. Lu <hongjiu.lu@intel.com>
42947
42948 * stdlib/longlong.h: Updated from GCC.
42949
42950 2012-05-09 Andreas Jaeger <aj@suse.de>
42951
42952 * nscd/nscd.c (run_modes): Make named enum, reorder so that
42953 default is first entry.
42954 (run_mode): Set type.
42955 (main): Remove informal message about syslog.
42956 (options): Fix typo.
42957
42958 [BZ #14053]
42959 * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Add __volatile
42960 to asm.
42961 (lrint): Likewise.
42962 (llrintf): Likewise.
42963 (llrint): Likewise.
42964 (rint): Likewise.
42965 (rintf): Likewise.
42966 (nearbyint): Likewise.
42967 (nearbyintf): Likewise.
42968
42969 2012-05-09 Andreas Jaeger <aj@suse.de>
42970 Pedro Alves <palves@redhat.com>
42971
42972 * nscd/nscd.c (run_mode): Use enum.
42973 (main): Cleanup coding style issue.
42974
42975 2012-05-09 Alexandre Oliva <aoliva@redhat.com>
42976 Andreas Jaeger <aj@suse.de>
42977
42978 * nscd/nscd.c (go_background): Replaced with...
42979 (run_mode): ... this.
42980 (RUN_FOREGROUND, RUN_DAEMONIZE, RUN_DEBUG): Add.
42981 (options): Add -F --foreground.
42982 (main): Implement it.
42983 (parse_opt): Parse it.
42984
42985 2012-05-09 Andreas Jaeger <aj@suse.de>
42986
42987 [BZ #14083]
42988 * string/bits/string2.h (strspn) [__GNUC_PREREQ(3, 2) &&
42989 !_HAVE_STRING_ARCH_strspn]: Cast zero to size_t to avoid
42990 -Wconversion warning.
42991 (strspn) [!__GNUC_PREREQ(3, 2) && !_HAVE_STRING_ARCH_strspn]:
42992 Likewise.
42993
42994 2012-05-09 Joseph Myers <joseph@codesourcery.com>
42995
42996 * conform/data/locale.h-data (NULL): Use macro-constant. Require
42997 == 0.
42998 (LC_ALL): Use macro-int-constant.
42999 (LC_COLLATE): Likewise.
43000 (LC_CTYPE): Likewise.
43001 (LC_MESSAGES): Likewise.
43002 (LC_MONETARY): Likewise.
43003 (LC_NUMERIC): Likewise.
43004 (LC_TIME): Likewise.
43005 [ISO || ISO99 || ISO11] (LC_MESSAGES): Do not require.
43006 (LC_*): Change to LC_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
43007 [ISO || ISO99 || ISO11] (*_t): Do not allow.
43008 * conform/data/math.h-data (HUGE_VAL): Use macro-constant.
43009 Specify type.
43010 [C99-based standards] (float_t): Expect type.
43011 [C99-based standards] (double_t): Expect type.
43012 [C99-based standards] (HUGE_VALF): Use macro-constant. Specify
43013 type.
43014 [C99-based standards] (HUGE_VALL): Likewise.
43015 [C99-based standards] (INFINITY): Likewise.
43016 [C99-based standards] (NAN): Likewise.
43017 [C99-based standards] (FP_INFINITE): Use macro-int-constant.
43018 [C99-based standards] (FP_NAN): Likewise.
43019 [C99-based standards] (FP_NORMAL): Likewise.
43020 [C99-based standards] (FP_SUBNORMAL): Likewise.
43021 [C99-based standards] (FP_ZERO): Likewise.
43022 [C99-based standards] (FP_FAST_FMA): Use
43023 optional-macro-int-constant. Specify type. Require == 1.
43024 [C99-based standards] (FP_FAST_FMAF): Likewise.
43025 [C99-based standards] (FP_FAST_FMAL): Likewise.
43026 [C99-based standards] (FP_ILOGB0): Use macro-int-constant.
43027 [C99-based standards] (FP_ILOGBNAN): Likewise.
43028 [C99-based standards] (MATH_ERRNO): Use macro-int-constant.
43029 Specify type.
43030 [C99-based standards] (MATH_ERREXCEPT): Likewise.
43031 [C99-based standards] (math_errhandling): Specify type.
43032 [ISO99 || ISO11] (signgam): Do not allow.
43033 [non-C99-based standards] (copysignf): Do not allow.
43034 [non-C99-based standards] (exp2f): Likewise.
43035 [non-C99-based standards] (log2f): Likewise.
43036 [non-C99-based standards] (modff): Allow.
43037 [non-C99-based standards] (erff): Do not allow.
43038 [non-C99-based standards] (erfcf): Likewise.
43039 [non-C99-based standards] (gammaf): Likewise.
43040 [non-C99-based standards] (hypotf): Likewise.
43041 [non-C99-based standards] (j0f): Likewise.
43042 [non-C99-based standards] (j1f): Likewise.
43043 [non-C99-based standards] (jnf): Likewise.
43044 [non-C99-based standards] (lgammaf): Likewise.
43045 [non-C99-based standards] (tgammaf): Likewise.
43046 [non-C99-based standards] (y0f): Likewise.
43047 [non-C99-based standards] (y1f): Likewise.
43048 [non-C99-based standards] (ynf): Likewise.
43049 [non-C99-based standards] (isnanf): Likewise.
43050 [non-C99-based standards] (acoshf): Likewise.
43051 [non-C99-based standards] (asinhf): Likewise.
43052 [non-C99-based standards] (atanhf): Likewise.
43053 [non-C99-based standards] (cbrtf): Likewise.
43054 [non-C99-based standards] (expm1f): Likewise.
43055 [non-C99-based standards] (ilogbf): Likewise.
43056 [non-C99-based standards] (log1pf): Likewise.
43057 [non-C99-based standards] (logbf): Likewise.
43058 [non-C99-based standards] (nextafterf): Likewise.
43059 [non-C99-based standards] (remainderf): Likewise.
43060 [non-C99-based standards] (rintf): Likewise.
43061 [non-C99-based standards] (scalbf): Likewise.
43062 [non-C99-based standards] (copysignl): Likewise.
43063 [non-C99-based standards] (exp2l): Likewise.
43064 [non-C99-based standards] (log2l): Likewise.
43065 [non-C99-based standards] (modfl): Allow.
43066 [non-C99-based standards] (erfl): Do not allow.
43067 [non-C99-based standards] (erfcl): Likewise.
43068 [non-C99-based standards] (gammal): Likewise.
43069 [non-C99-based standards] (hypotl): Likewise.
43070 [non-C99-based standards] (j0l): Likewise.
43071 [non-C99-based standards] (j1l): Likewise.
43072 [non-C99-based standards] (jnl): Likewise.
43073 [non-C99-based standards] (lgammal): Likewise.
43074 [non-C99-based standards] (tgammal): Likewise.
43075 [non-C99-based standards] (y0l): Likewise.
43076 [non-C99-based standards] (y1l): Likewise.
43077 [non-C99-based standards] (ynl): Likewise.
43078 [non-C99-based standards] (isnanl): Likewise.
43079 [non-C99-based standards] (acoshl): Likewise.
43080 [non-C99-based standards] (asinhl): Likewise.
43081 [non-C99-based standards] (atanhl): Likewise.
43082 [non-C99-based standards] (cbrtl): Likewise.
43083 [non-C99-based standards] (expm1l): Likewise.
43084 [non-C99-based standards] (ilogbl): Likewise.
43085 [non-C99-based standards] (log1pl): Likewise.
43086 [non-C99-based standards] (logbl): Likewise.
43087 [non-C99-based standards] (nextafterl): Likewise.
43088 [non-C99-based standards] (remainderl): Likewise.
43089 [non-C99-based standards] (rintl): Likewise.
43090 [non-C99-based standards] (scalbl): Likewise.
43091 [ISO || ISO99 || ISO11] (*_t): Do not allow.
43092 [non-C99-based standards] (FP_*): Do not allow.
43093 [C99-based standards] (FP_*): Change to
43094 FP_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
43095 * conform/data/setjmp.h-data [ISO || ISO99 || ISO11] (*_t): Do not
43096 allow.
43097 * conform/data/signal.h-data (SIG_DFL): Use macro-constant.
43098 (SIG_ERR): Likewise.
43099 [X/Open-based standards] (SIG_HOLD): Likewise.
43100 (SIG_IGN): Likewise.
43101 (SIGABRT): Use macro-int-constant. Specify type. Require
43102 positive value.
43103 (SIGFPE): Likewise.
43104 (SIGILL): Likewise.
43105 (SIGINT): Likewise.
43106 (SIGSEGV): Likewise.
43107 (SIGTER): Likewise.
43108 [!ISO && !ISO99 && !ISO11] (SIGALRM): Likewise.
43109 [!ISO && !ISO99 && !ISO11] (SIGHUP): Likewise.
43110 [!ISO && !ISO99 && !ISO11] (SIGIO): Likewise.
43111 [!ISO && !ISO99 && !ISO11] (SIGKILL): Likewise.
43112 [!ISO && !ISO99 && !ISO11] (SIGPIPE): Likewise.
43113 [!ISO && !ISO99 && !ISO11] (SIGQUIT): Likewise.
43114 [!ISO && !ISO99 && !ISO11] (SIGUSR1): Likewise.
43115 [!ISO && !ISO99 && !ISO11] (SIGUSR2): Likewise.
43116 [!ISO && !ISO99 && !ISO11] (SIGCHLD): Likewise.
43117 [!ISO && !ISO99 && !ISO11] (SIGCONT): Likewise.
43118 [!ISO && !ISO99 && !ISO11] (SIGSTOP): Likewise.
43119 [!ISO && !ISO99 && !ISO11] (SIGTSTP): Likewise.
43120 [!ISO && !ISO99 && !ISO11] (SIGTTIN): Likewise.
43121 [!ISO && !ISO99 && !ISO11] (SIGTTOU): Likewise.
43122 [!ISO && !ISO99 && !ISO11] (SIGBUS): Likewise.
43123 [!ISO && !ISO99 && !ISO11] (SIGPOLL): Likewise.
43124 [!ISO && !ISO99 && !ISO11] (SIGPROF): Likewise.
43125 [!ISO && !ISO99 && !ISO11] (SIGSYS): Likewise.
43126 [X/Open-based standards] (SIGTRAP): Likewise.
43127 [!ISO && !ISO99 && !ISO11] (SIGURG): Likewise.
43128 [!ISO && !ISO99 && !ISO11] (SIGVTALRM): Likewise.
43129 [!ISO && !ISO99 && !ISO11] (SIGXCPU): Likewise.
43130 [!ISO && !ISO99 && !ISO11] (SIGXFSZ): Likewise.
43131 * conform/data/stdarg.h-data [ISO || ISO99 || ISO11] (*_t): Do not
43132 allow.
43133
43134 2012-05-08 Ian Wienand <ianw@vmware.com>
43135
43136 [BZ #14080]
43137 * time/tzset.c (__tzset_parse_tz): Update default rules for
43138 daylight time changes in the Energy Policy Act of 2005.
43139
43140 2012-05-09 Andreas Jaeger <aj@suse.de>
43141
43142 [BZ #13983]
43143 * elf/ldconfig.c (parse_conf): Change string to make clear that
43144 ldconfig only issued a warning if ld.so.conf does not exist.
43145
43146 2012-05-08 David S. Miller <davem@davemloft.net>
43147
43148 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: Use
43149 movxtod instead of popping the value on the stack.
43150
43151 * sysdeps/sparc/fpu/libm-test-ulps: Update.
43152
43153 2012-05-08 Carlos O'Donell <carlos_odonell@mentor.com>
43154
43155 * config.h.in: Add HAVE_ARM_PCS_VFP.
43156
43157 2012-05-08 Roland Mc Grath <roland@hack.frob.com>
43158
43159 [BZ #13979]
43160 * include/features.h: Warn if user requests __FORTIFY_SOURCE
43161 checking but the checks are disabled for any reason.
43162
43163 2012-05-08 H.J. Lu <hongjiu.lu@intel.com>
43164
43165 * sysdeps/x86_64/dl-machine.h: Replace Elf64_XXX with ElfW(XXX)
43166 and ELF64_R_TYPE with ELFW(R_TYPE).
43167
43168 2012-05-08 Joseph Myers <joseph@codesourcery.com>
43169
43170 * sysdeps/unix/sysv/syscalls.list (pause): Remove.
43171 (ulimit): Likewise.
43172
43173 * sysdeps/unix/sysv/syscalls.list (setrlimit): Remove.
43174 (settimeofday): Likewise.
43175
43176 2012-05-08 Mike Frysinger <vapier@gentoo.org>
43177
43178 * inet/arpa/tftp.h (struct tftphdr): Rename th_u to th_u1. Add
43179 a struct th_u2 inside the union, and move tu_block/tu_code into
43180 a new th_u3 union of tu_block/tu_code inside of that. Move
43181 th_data[1] into the th_u2 as tu_data[0]. Change tu_stuff[1] to
43182 tu_stuff[0]. Add a new tu_padding[4] to keep sizeof() the same.
43183 (th_block): Change to th_u1.th_u2.th_u3.tu_block.
43184 (th_code): Change to th_u1.th_u2.th_u3.tu_code.
43185 (th_stuff): Change to th_u1.tu_stuff.
43186 (th_data): Define.
43187 (th_msg): Change to th_u1.th_u2.tu_data.
43188
43189 2012-05-07 David S. Miller <davem@davemloft.net>
43190
43191 * sysdeps/sparc/fpu/libm-test-ulps: Update.
43192
43193 [BZ #14074]
43194 * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK_CALL): New macro.
43195 (SETUP_PIC_REG): Use it.
43196 (SETUP_PIC_REG_LEAF): Use it.
43197
43198 2012-05-07 Joseph Myers <joseph@codesourcery.com>
43199
43200 [BZ #13885]
43201 [BZ #13923]
43202 * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
43203 USE_AS_EXPM1L.
43204 (EXPL_FINITE): Likewise.
43205 (FLDLOG): Likewise.
43206 (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
43207 * sysdeps/i386/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
43208 e_expl.S.
43209 * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
43210 USE_AS_EXPM1L.
43211 (EXPL_FINITE): Likewise.
43212 (FLDLOG): Likewise.
43213 (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
43214 * sysdeps/x86_64/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
43215 e_expl.S.
43216 * math/libm-test.inc (expm1_test): Add more tests. Do not disable
43217 test of -max_value argument for long double.
43218 * sysdeps/i386/fpu/libm-test-ulps: Update.
43219 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43220
43221 2012-05-06 David S. Miller <davem@davemloft.net>
43222
43223 * scripts/data/localplt-sparc-linux-gnu.data: Add '?' markers to
43224 quad soft-float symbols whose references which are compiler
43225 generated.
43226 * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
43227
43228 2012-05-06 Joseph Myers <joseph@codesourcery.com>
43229
43230 [BZ #13884]
43231 [BZ #13914]
43232 * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
43233 USE_AS_EXP10L.
43234 (EXPL_FINITE): Likewise.
43235 (FLDLOG): Likewise.
43236 (c0): Likewise.
43237 (c1): Likewise.
43238 (__ieee754_expl): Change to IEEE754_EXPL. Use FLDLOG macro.
43239 Adjust comments for base varying.
43240 (__expl_finite): Change alias to EXPL_FINITE.
43241 * sysdeps/i386/fpu/e_exp10l.S: Define USE_AS_EXP10L and include
43242 e_expl.S.
43243 * sysdeps/ieee754/dbl-64/e_exp10.c: New file.
43244 * sysdeps/ieee754/ldbl-128/e_exp10l.c: Likewise.
43245 * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
43246 * sysdeps/x86_64/fpu/e_exp10l.S: Likewise.
43247 * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
43248 USE_AS_EXP10L.
43249 (EXPL_FINITE): Likewise.
43250 (FLDLOG): Likewise.
43251 (c0): Likewise.
43252 (c1): Likewise.
43253 (__ieee754_expl): Change to IEEE754_EXPL. Use FLDLOG macro.
43254 Adjust comments for base varying.
43255 (__expl_finite): Change alias to EXPL_FINITE.
43256 * math/libm-test.inc (exp10_test): Add more tests. Do not disable
43257 tests for bugs.
43258 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
43259
43260 [BZ #14064]
43261 * math/libm-test.inc (check_float_internal): Correct ulp
43262 calculation for subnormal expected results.
43263
43264 2012-05-06 Andreas Jaeger <aj@suse.de>
43265
43266 * Makeconfig (+math-flags): New, set to -frounding-math.
43267 (+cflags): Add +math-flags so that all of glibc gets compiled with
43268 it.
43269
43270 * sysdeps/x86_64/fpu/libm-test-ulps: Updated.
43271
43272 2012-05-05 Joseph Myers <joseph@codesourcery.com>
43273
43274 * math/libm-test.inc (hypot_test) [TEST_DOUBLE && TEST_INLINE]:
43275 Disable one test.
43276
43277 [BZ #13787]
43278 [BZ #13922]
43279 [BZ #14036]
43280 * sysdeps/i386/fpu/e_expl.S (csat): New constant.
43281 (__ieee754_expl): Allow for and saturate large arguments.
43282 * sysdeps/ieee754/dbl-64/w_exp.c (o_threshold): Remove variable.
43283 (u_threshold): Likewise.
43284 (__exp): Call __ieee754_exp before checking for overflow and
43285 underflow.
43286 * sysdeps/ieee754/flt-32/w_expf.c (o_threshold): Remove variable.
43287 (u_threshold): Likewise.
43288 (__expf): Call __ieee754_expf before checking for overflow and
43289 underflow.
43290 * sysdeps/ieee754/ldbl-96/w_expl.c (o_threshold): Remove variable.
43291 (u_threshold): Likewise.
43292 (__expl): Call __ieee754_expl before checking for overflow and
43293 underflow.
43294 * sysdeps/x86_64/fpu/e_expl.S (csat): New constant.
43295 (__ieee754_expl): Allow for and saturate large arguments.
43296 * math/libm-test.inc (exp_test): Add another test. Do not allow
43297 missing overflow exception on overflow.
43298 (expm1_test): Do not allow missing overflow exception on overflow.
43299
43300 * sysdeps/i386/fpu/e_expl.c: Move to ...
43301 * sysdeps/i386/fpu/e_expl.S: ... here. Write directly in assembly
43302 rather than using inline asm.
43303 * sysdeps/x86_64/fpu/e_expl.c: Remove file.
43304 * sysdeps/x86_64/fpu/e_expl.S: Copy from
43305 sysdeps/i386/fpu/e_expl.S, adjusted for x86_64.
43306
43307 * sysdeps/unix/sysv/syscalls.list (ftime): Remove.
43308 (nice): Likewise.
43309 (poll): Likewise.
43310 (signal): Likewise.
43311 (time): Likewise.
43312 (times): Likewise.
43313
43314 2012-05-04 Joseph Myers <joseph@codesourcery.com>
43315
43316 * sysdeps/unix/syscalls.list (adjtime): Add entry from
43317 sysdeps/unix/common/syscalls.list.
43318 (fchmod): Likewise.
43319 (fchown): Likewise.
43320 (ftruncate): Likewise.
43321 (getrusage): Likewise.
43322 (gettimeofday): Likewise.
43323 (setpgid): Likewise.
43324 (setregid): Likewise.
43325 (setreuid): Likewise.
43326 (sigaction): Likewise.
43327 (truncate): Likewise.
43328 (vhangup): Likewise.
43329 * sysdeps/unix/common/syscalls.list: Remove file.
43330 * sysdeps/unix/bsd/Implies: Don't include unix/common.
43331 * sysdeps/unix/sysv/linux/Implies: Likewise.
43332
43333 2012-05-04 H.J. Lu <hongjiu.lu@intel.com>
43334
43335 * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: Moved to ...
43336 * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Here.
43337 * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist:
43338 Moved to ...
43339 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
43340 Here.
43341 * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: Moved
43342 to ...
43343 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Here.
43344 * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: Moved
43345 to ...
43346 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Here.
43347 * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: Moved
43348 to ...
43349 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Here.
43350 * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: Moved
43351 to ...
43352 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Here.
43353 * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: Moved
43354 to ...
43355 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Here.
43356 * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: Moved
43357 to ...
43358 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Here.
43359 * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: Moved
43360 to ...
43361 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
43362 Here.
43363 * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: Moved
43364 to ...
43365 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist:
43366 Here.
43367 * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: Moved
43368 to ...
43369 * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Here.
43370 * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist:
43371 Moved to ...
43372 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist:
43373 Here.
43374 * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: Moved
43375 to ...
43376 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Here.
43377
43378 2012-05-04 Joseph Myers <joseph@codesourcery.com>
43379
43380 * sysdeps/unix/common/bits/dirent.h: Remove file.
43381 * sysdeps/unix/common/bits/fcntl.h: Likewise.
43382
43383 * sysdeps/unix/bsd/bits/dirent.h: Remove file.
43384 * sysdeps/unix/bsd/bits/fcntl.h: Likewise.
43385 * sysdeps/unix/bsd/bsd4.4/isatty.c: Likewise.
43386 * sysdeps/unix/bsd/isatty.c: Likewise.
43387 * sysdeps/unix/bsd/tcdrain.c: Likewise.
43388 * sysdeps/unix/bsd/tcgetattr.c: Likewise.
43389 * sysdeps/unix/bsd/tcsetattr.c: Likewise.
43390
43391 2012-05-04 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
43392
43393 [BZ #13563]
43394 * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Fix
43395 long double comparison inaccuracies.
43396 * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
43397 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
43398
43399 2012-05-04 Andreas Schwab <schwab@linux-m68k.org>
43400
43401 * sysdeps/unix/make-syscalls.sh: Fix check for version aliases.
43402 * sysdeps/unix/sysv/linux/i386/syscalls.list: Revert last change.
43403
43404 2012-05-04 Joseph Myers <joseph@codesourcery.com>
43405
43406 [BZ #14049]
43407 * stdlib/strtod_l.c (____STRTOF_INTERNAL): Check for trailing
43408 nonzero digits before rounding a hex value.
43409 * stdlib/tst-strtod.c (tests): Add another test.
43410
43411 2012-05-03 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
43412
43413 * sysdeps/s390/fpu/libm-test-ulps: Update.
43414
43415 2012-05-03 Andreas Jaeger <aj@suse.de>
43416
43417 * malloc/mcheck.c (mcheck): Add barrier so that malloc/free pair
43418 does not get optimized out.
43419 (malloc_opt_barrier): New.
43420
43421 2012-05-03 Andreas Jaeger <aj@suse.de>
43422 Roland McGrath <roland@hack.frob.com>
43423
43424 * Makerules (.PRECIOUS): Add %.symlist pattern to prevent
43425 intermediate file deletion.
43426 (generated): Add .symlist files.
43427
43428 2012-05-03 Joseph Myers <joseph@codesourcery.com>
43429
43430 [BZ #13775]
43431 * libio/bits/stdio-ldbl.h [__USE_XOPEN2K8] (__dprintf_chk):
43432 Redirect under this condition.
43433 [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
43434 [__USE_GNU] (__dprintf_chk): Not under this condition.
43435 [__USE_GNU] (__vdprintf_chk): Likewise.
43436 * libio/bits/stdio2.h [__USE_XOPEN2K8] (__dprintf_chk): Declare
43437 under this condition.
43438 [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
43439 [__USE_XOPEN2K8] (dprintf): Define under this condition.
43440 [__USE_XOPEN2K8] (vdprintf): Likewise.
43441 [__USE_GNU] (__dprintf_chk): Not under this condition.
43442 [__USE_GNU] (__vdprintf_chk): Likewise.
43443 [__USE_GNU] (dprintf): Likewise.
43444 [__USE_GNU] (vdprintf): Likewise.
43445
43446 2012-05-03 Roland McGrath <roland@hack.frob.com>
43447
43448 * elf/Makefile (common-generated): Set this instead of generated for
43449 .dyn, .phdr, .jmprel files. Remove $(common-objpfx) from the
43450 $(all-built-dso)-derived lists.
43451
43452 2012-05-03 Andreas Jaeger <aj@suse.de>
43453
43454 * sysdeps/i386/fpu/libm-test-ulps: Update.
43455
43456 * FAQ: Removed.
43457 * FAQ.in: Likewise.
43458 * scripts/gen-FAQ.pl: Likewise.
43459 * manual/install.texi (Installation): Point to online location of
43460 FAQ.
43461 * Makefile (files-for-dist): Remove FAQ.
43462 (FAQ): Remove.
43463
43464 2012-05-02 Allan McRae <allan@archlinux.org>
43465
43466 * elf/Makefile: (LDFLAGS-nodel2mod3.so: Use $(no-as-needed).
43467 (LDFLAGS-reldepmod5.so): Likewise.
43468 (LDFLAGS-reldep6mod1.so): Likewise.
43469 (LDFLAGS-reldep6mod4.so): Likewise.
43470 (LDFLAGS-reldep8mod3.so): Likewise.
43471 (LDFLAGS-unload4mod1.so): Likewise.
43472 (LDFLAGS-unload4mod2.so): Likewise.
43473 (LDFLAGS-tst-initorder): Likewise.
43474 (LDFLAGS-tst-initordera2.so): Likewise.
43475 (LDFLAGS-tst-initordera3.so): Likewise.
43476 (LDFLAGS-tst-initordera4.so): Likewise.
43477 (LDFLAGS-tst-initorderb2.so): Likewise.
43478 (LDFLAGS-noload): Likewise.
43479 (LDFLAGS-next): Likewise.
43480 (LDFLAGS-order2mod1.so): Likewise.
43481 (LDFLAGS-order2mod2.so): Likewise.
43482 (LDFLAGS-tst-initorder2): Likewise.
43483 (LDFLAGS-tst-initorder2a.so): Likewise.
43484 (LDFLAGS-tst-initorder2b.so): Likewise.
43485 (LDFLAGS-tst-initorder2c.so): Likewise.
43486 * stdlib/Makefile: (LDFLAGS-tst-putenv): Likewise.
43487
43488 2012-05-02 David S. Miller <davem@davemloft.net>
43489
43490 * sysdeps/sparc/fpu/libm-test-ulps: Update.
43491
43492 2012-05-02 Paul Pluzhnikov <ppluzhnikov@google.com>
43493
43494 [BZ #14055]
43495 * elf/dl-sysdep.c (_dl_show_auxv): Add bounds check.
43496
43497 2012-05-02 Andreas Jaeger <aj@suse.de>
43498
43499 * math/Makefile (CPPFLAGS-test-ildoubl.c): Add -frounding-math
43500 since we manipulate rounding mode.
43501 (CPPFLAGS-test-idouble.c): Likewise.
43502 (CPPFLAGS-test-ifloat.c): Likewise.
43503 (CFLAGS-test-ldouble.c): Likewise.
43504 (CFLAGS-test-double.c): Likewise.
43505 (CFLAGS-test-float.c): Likewise.
43506 (CFLAGS-test-misc.c): Likewise.
43507 (CFLAGS-test-test-fenv.c): Likewise.
43508
43509 2012-05-02 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
43510
43511 [BZ #2550]
43512 [BZ #2570]
43513 * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Use floating-point
43514 comparisons to determine direction to adjust input.
43515
43516 2012-05-01 Roland McGrath <roland@hack.frob.com>
43517
43518 * elf/Makefile ($(objpfx)check-localplt.out): Redirect the test's
43519 output to the target.
43520
43521 * scripts/localplt.awk: New file.
43522 * elf/Makefile ($(objpfx)check-localplt): Target removed.
43523 (check-localplt-CFLAGS): Variable removed.
43524 ($(all-built-dso:=.jmprel)): New static pattern rule.
43525 (generated): Add those targets.
43526 (localplt-built-dso): New variable.
43527 ($(objpfx)check-localplt.out): Use the script on the .jmprel files.
43528
43529 * elf/check-localplt.c: File removed.
43530
43531 * scripts/check-execstack.awk: New file.
43532 * elf/Makefile ($(objpfx)check-execstack): Target removed.
43533 (check-execstack-CFLAGS): Variable removed.
43534 ($(objpfx)check-execstack.h): Target removed.
43535 ($(objpfx)execstack-default): New target.
43536 (generated): Add that instead of check-execstack.h.
43537 ($(all-built-dso:=.phdr)): New static pattern rule.
43538 (generated): Add those targets.
43539 * elf/check-execstack.c: File removed.
43540
43541 * scripts/check-textrel.awk: New file.
43542 * elf/Makefile ($(objpfx)check-textrel): Target removed.
43543 (check-textrel-CFLAGS): Variable removed.
43544 (all-built-dso): Use := to define.o
43545 ($(all-built-dso:=.dyn)): New static pattern rule.
43546 (generated): Add those targets.
43547 ($(objpfx)check-textrel.out): Use the script on the .dyn files.
43548 * config.make.in (READELF): New substituted variable.
43549 * elf/check-textrel.c: File removed.
43550
43551 2012-05-01 Joseph Myers <joseph@codesourcery.com>
43552
43553 * conform/data/assert.h-data [ISO || ISO99 || ISO11] (*_t): Do not
43554 allow.
43555 * conform/data/ctype.h-data [C99-based standards] (isblank):
43556 Expect function.
43557 (is*): Change to is[abcdefghijklmnopqrstuvwxyz]*.
43558 (to*): Change to to[abcdefghijklmnopqrstuvwxyz]*.
43559 [ISO || ISO99 || ISO11] (*_t): Do not allow.
43560 * conform/data/errno.h-data (EDOM): Use macro-int-constant.
43561 Specify type. Require positive value.
43562 (EILSEQ): Likewise.
43563 (ERANGE): Likewise.
43564 [ISO || POSIX] (EILSEQ): Do not expect.
43565 [!ISO && !ISO99 && !ISO11] (E2BIG): Use macro-int-constant.
43566 Specify type. Require positive value.
43567 [!ISO && !ISO99 && !ISO11] (EACCES): Likewise.
43568 [!ISO && !ISO99 && !ISO11] (EADDRINUSE): Likewise.
43569 [!ISO && !ISO99 && !ISO11] (EADDRNOTAVAIL): Likewise.
43570 [!ISO && !ISO99 && !ISO11] (EAFNOSUPPORT): Likewise.
43571 [!ISO && !ISO99 && !ISO11] (EAGAIN): Likewise.
43572 [!ISO && !ISO99 && !ISO11] (EALREADY): Likewise.
43573 [!ISO && !ISO99 && !ISO11] (EBADF): Likewise.
43574 [!ISO && !ISO99 && !ISO11] (EBADMSG): Likewise.
43575 [!ISO && !ISO99 && !ISO11] (EBUSY): Likewise.
43576 [!ISO && !ISO99 && !ISO11] (ECANCELED): Likewise.
43577 [!ISO && !ISO99 && !ISO11] (ECHILD): Likewise.
43578 [!ISO && !ISO99 && !ISO11] (ECONNABORTED): Likewise.
43579 [!ISO && !ISO99 && !ISO11] (ECONNREFUSED): Likewise.
43580 [!ISO && !ISO99 && !ISO11] (ECONNRESET): Likewise.
43581 [!ISO && !ISO99 && !ISO11] (EDEADLK): Likewise.
43582 [!ISO && !ISO99 && !ISO11] (EDESTADDRREQ): Likewise.
43583 [!ISO && !ISO99 && !ISO11] (EDQUOT): Likewise.
43584 [!ISO && !ISO99 && !ISO11] (EEXIST): Likewise.
43585 [!ISO && !ISO99 && !ISO11] (EFAULT): Likewise.
43586 [!ISO && !ISO99 && !ISO11] (EFBIG): Likewise.
43587 [!ISO && !ISO99 && !ISO11] (EHOSTUNREACH): Likewise.
43588 [!ISO && !ISO99 && !ISO11] (EIDRM): Likewise.
43589 [!ISO && !ISO99 && !ISO11] (EINPROGRESS): Likewise.
43590 [!ISO && !ISO99 && !ISO11] (EINTR): Likewise.
43591 [!ISO && !ISO99 && !ISO11] (EINVAL): Likewise.
43592 [!ISO && !ISO99 && !ISO11] (EIO): Likewise.
43593 [!ISO && !ISO99 && !ISO11] (EISCONN): Likewise.
43594 [!ISO && !ISO99 && !ISO11] (EISDIR): Likewise.
43595 [!ISO && !ISO99 && !ISO11] (ELOOP): Likewise.
43596 [!ISO && !ISO99 && !ISO11] (EMFILE): Likewise.
43597 [!ISO && !ISO99 && !ISO11] (EMLINK): Likewise.
43598 [!ISO && !ISO99 && !ISO11] (EMSGSIZE): Likewise.
43599 [!ISO && !ISO99 && !ISO11] (EMULTIHOP): Likewise.
43600 [!ISO && !ISO99 && !ISO11] (ENAMETOOLONG): Likewise.
43601 [!ISO && !ISO99 && !ISO11] (ENETDOWN): Likewise.
43602 [!ISO && !ISO99 && !ISO11] (ENETUNREACH): Likewise.
43603 [!ISO && !ISO99 && !ISO11] (ENFILE): Likewise.
43604 [!ISO && !ISO99 && !ISO11] (ENOBUFS): Likewise.
43605 [!ISO && !ISO99 && !ISO11] (ENODATA): Likewise.
43606 [!ISO && !ISO99 && !ISO11] (ENODEV): Likewise.
43607 [!ISO && !ISO99 && !ISO11] (ENOENT): Likewise.
43608 [!ISO && !ISO99 && !ISO11] (ENOEXEC): Likewise.
43609 [!ISO && !ISO99 && !ISO11] (ENOLCK): Likewise.
43610 [!ISO && !ISO99 && !ISO11] (ENOLINK): Likewise.
43611 [!ISO && !ISO99 && !ISO11] (ENOMEM): Likewise.
43612 [!ISO && !ISO99 && !ISO11] (ENOMSG): Likewise.
43613 [!ISO && !ISO99 && !ISO11] (ENOPROTOOPT): Likewise.
43614 [!ISO && !ISO99 && !ISO11] (ENOSPC): Likewise.
43615 [!ISO && !ISO99 && !ISO11] (ENOSR): Likewise.
43616 [!ISO && !ISO99 && !ISO11] (ENOSTR): Likewise.
43617 [!ISO && !ISO99 && !ISO11] (ENOSYS): Likewise.
43618 [!ISO && !ISO99 && !ISO11] (ENOTCONN): Likewise.
43619 [!ISO && !ISO99 && !ISO11] (ENOTDIR): Likewise.
43620 [!ISO && !ISO99 && !ISO11] (ENOTEMPTY): Likewise.
43621 [!ISO && !ISO99 && !ISO11] (ENOTSOCK): Likewise.
43622 [!ISO && !ISO99 && !ISO11] (ENOTSUP): Likewise.
43623 [!ISO && !ISO99 && !ISO11] (ENOTTY): Likewise.
43624 [!ISO && !ISO99 && !ISO11] (ENXIO): Likewise.
43625 [!ISO && !ISO99 && !ISO11] (EOPNOTSUPP): Likewise.
43626 [!ISO && !ISO99 && !ISO11] (EOVERFLOW): Likewise.
43627 [!ISO && !ISO99 && !ISO11] (EPERM): Likewise.
43628 [!ISO && !ISO99 && !ISO11] (EPIPE): Likewise.
43629 [!ISO && !ISO99 && !ISO11] (EPROTO): Likewise.
43630 [!ISO && !ISO99 && !ISO11] (EPROTONOSUPPORT): Likewise.
43631 [!ISO && !ISO99 && !ISO11] (EPROTOTYPE): Likewise.
43632 [!ISO && !ISO99 && !ISO11] (EROFS): Likewise.
43633 [!ISO && !ISO99 && !ISO11] (ESPIPE): Likewise.
43634 [!ISO && !ISO99 && !ISO11] (ESRCH): Likewise.
43635 [!ISO && !ISO99 && !ISO11] (ESTALE): Likewise.
43636 [!ISO && !ISO99 && !ISO11] (ETIME): Likewise.
43637 [!ISO && !ISO99 && !ISO11] (ETIMEDOUT): Likewise.
43638 [!ISO && !ISO99 && !ISO11] (ETXTBSY): Likewise.
43639 [!ISO && !ISO99 && !ISO11] (EWOULDBLOCK): Likewise.
43640 [!ISO && !ISO99 && !ISO11] (EXDEV): Likewise.
43641 [XOPEN2K8 || defined POSIX2008] (ENOTRECOVERABLE): Likewise.
43642 [XOPEN2K8 || defined POSIX2008] (EOWNERDEAD): Likewise.
43643 * conform/data/float.h-data (FLT_RADIX): Use macro-int-constant.
43644 Require >= 2.
43645 (FLT_ROUNDS): Expect as macro, not constant.
43646 (FLT_MANT_DIG): Use macro-int-constant.
43647 (DBL_MANT_DIG): Likewise.
43648 (LDBL_MANT_DIG): Likewise.
43649 (FLT_DIG): Likewise.
43650 (DBL_DIG): Likewise.
43651 (LDBL_DIG): Likewise.
43652 (FLT_MIN_EXP): Use macro-int-constant. Require < 0.
43653 (DBL_MIN_EXP): Likewise.
43654 (LDBL_MIN_EXP): Likewise.
43655 (FLT_MAX_EXP): Use macro-int-constant.
43656 (DBL_MAX_EXP): Likewise.
43657 (LDBL_MAX_EXP): Likewise.
43658 (FLT_MAX_10_EXP): Likewise.
43659 (DBL_MAX_10_EXP): Likewise.
43660 (LDBL_MAX_10_EXP): Likewise.
43661 (FLT_MAX): Use macro-constant.
43662 (DBL_MAX): Likewise.
43663 (LDBL_MAX): Likewise.
43664 (FLT_EPSILON): Use macro-constant. Give upper bound.
43665 (DBL_EPSILON): Likewise.
43666 (LDBL_EPSILON): Likewise.
43667 (FLT_MIN): Likewise.
43668 (DBL_MIN): Likewise.
43669 (LDBL_MIN): Likewise.
43670 [C99-based standards] (DECIMAL_DIG): Use macro-int-constant.
43671 [C99-based standards] (FLT_EVAL_METHOD): Likewise.
43672 [ISO11] (DBL_HAS_SUBNORM): Use macro-int-constant.
43673 [ISO11] (FLT_HAS_SUBNORM): Likewise.
43674 [ISO11] (LDBL_HAS_SUBNORM): Likewise.
43675 [ISO11] (DBL_DECIMAL_DIG): Likewise.
43676 [ISO11] (FLT_DECIMAL_DIG): Likewise.
43677 [ISO11] (LDBL_DECIMAL_DIG): Likewise.
43678 [ISO11] (DBL_TRUE_MIN): Use macro-constant.
43679 [ISO11] (FLT_TRUE_MIN): Likewise.
43680 [ISO11] (LDBL_TRUE_MIN): Likewise.
43681 [ISO || ISO99 || ISO11] (*_t): Do not allow.
43682 * conform/data/limits.h-data (CHAR_BIT): Use macro-int-constant.
43683 (SCHAR_MIN): Use macro-int-constant. Specify type.
43684 (SCHAR_MAX): Likewise.
43685 (UCHAR_MAX): Likewise.
43686 (CHAR_MIN): Likewise.
43687 (CHAR_MAX): Likewise.
43688 (MB_LEN_MAX): Use macro-int-constant.
43689 (SHRT_MIN): Use macro-int-constant. Specify type.
43690 (SHRT_MAX): Likewise.
43691 (USHRT_MAX): Likewise.
43692 (INT_MAX): Likewise.
43693 (INT_MIN): Use macro-int-constant. Specify type. Make upper
43694 bound negative.
43695 (UINT_MAX): Use macro-int-constant. Specify type. Suffix lower
43696 bound with "U".
43697 (LONG_MAX): Use macro-int-constant. Specify type. Suffix lower
43698 bound with "L".
43699 (LONG_MIN): Use macro-int-constant. Specify type. Make upper
43700 bound negative. Suffix upper bound with "L".
43701 (ULONG_MAX): Use macro-int-constant. Specify type. Suffix lower
43702 bound with "UL".
43703 [C99-based standards] (LLONG_MIN): Use macro-int-constant.
43704 Specify type.
43705 [C99-based standards] (LLONG_MAX): Likewise.
43706 [C99-based standards] (ULLONG_MAX): Likewise.
43707 * conform/data/stddef.h-data (NULL): Use macro-constant. Require
43708 == 0.
43709 [ISO11] (max_align_t): Require type.
43710 [ISO || ISO99 || ISO11] (*_t): Do not allow.
43711
43712 * conform/conformtest.pl ($CFLAGS_namespace): Define separately
43713 from $CFLAGS, without defining away __attribute__ calls.
43714 (checknamespace): Use $CFLAGS_namespace.
43715
43716 * conform/conformtest.pl (@keywords): Only include C99 keywords
43717 for standards based on C99 or C11.
43718
43719 * conform/data/iso646.h-data [ISO || POSIX || XPG3 || XPG4]:
43720 Disable tests.
43721 * conform/data/stdint.h-data [ISO || POSIX || XPG3 || XPG4 ||
43722 UNIX98]: Likewise.
43723
43724 * conform/conformtest.pl: Handle "macro-int-constant" and test for
43725 usability of symbols in #if.
43726
43727 * conform/conformtest.pl: If macro or constant types start
43728 "promoted:", expect the symbol to be of the following type
43729 promoted by the integer promotions.
43730
43731 * conform/conformtest.pl: Parse all "constant" and "macro" lines
43732 in one place. Also handle "macro-constant".
43733
43734 * conform/conformtest.pl: Only accept expected macro values with
43735 "==". Parse all "macro" lines in one place.
43736 * conform/data/stdlib.h-data: Use "==" form on "macro" lines.
43737
43738 * conform/conformtest.pl: Handle braced types on "constant" lines
43739 instead of handling "typed-constant".
43740 * conform/data/signal.h-data: Use "constant" instead of
43741 "typed-constant".
43742
43743 * conform/conformtest.pl: Handle "optional-" at start of lines in
43744 one place rather than duplicating several cases. Handle each
43745 format of "macro" line with initial "optional-".
43746
43747 * conform/conformtest.pl: Only accept expected constant or
43748 optional-constant values with "==". Parse all "constant" lines in
43749 one place. Parse all "optional-constant" lines in one place.
43750 * conform/data/cpio.h-data: Use "==" form on "constant" lines.
43751 * conform/data/fmtmsg.h-data: Likewise.
43752 * conform/data/netinet/in.h-data: Likewise.
43753 * conform/data/tar.h-data: Likewise.
43754 * conform/data/limits.h-data: Use "==" form on "constant" and
43755 "optional-constant" lines.
43756
43757 * conform/conformtest.pl: Use -ansi for XPG3, XPG4 and UNIX98.
43758 Use -std=c99 for XOPEN2K.
43759 (@knownproblems): Remove.
43760 (newtoken): Don't check %isknown.
43761
43762 * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (fpclassify):
43763 Do not expect macro.
43764 [XPG3 || XPG4 || UNIX98] (isfinite): Likewise.
43765 [XPG3 || XPG4 || UNIX98] (isinf): Likewise.
43766 [XPG3 || XPG4 || UNIX98] (isnan): Likewise.
43767 [XPG3 || XPG4 || UNIX98] (isnormal): Likewise.
43768 [XPG3 || XPG4 || UNIX98] (signbit): Likewise.
43769 [XPG3 || XPG4 || UNIX98] (isgreater): Likewise.
43770 [XPG3 || XPG4 || UNIX98] (isgreaterequal): Likewise.
43771 [XPG3 || XPG4 || UNIX98] (isless): Likewise.
43772 [XPG3 || XPG4 || UNIX98] (islessequal): Likewise.
43773 [XPG3 || XPG4 || UNIX98] (islessgreater): Likewise.
43774 [XPG3 || XPG4 || UNIX98] (isunordered): Likewise.
43775 [XPG3 || XPG4 || UNIX98] (isnan): Expect as function.
43776 [XPG3 || XPG4 || UNIX98] (HUGE_VALF): Do not expect.
43777 [XPG3 || XPG4 || UNIX98] (HUGE_VALL): Likewise.
43778 [XPG3 || XPG4 || UNIX98] (INFINITY): Likewise.
43779 [XPG3 || XPG4 || UNIX98] (NAN): Likewise.
43780 [XPG3 || XPG4 || UNIX98] (FP_INFINITE): Likewise.
43781 [XPG3 || XPG4 || UNIX98] (FP_NAN): Likewise.
43782 [XPG3 || XPG4 || UNIX98] (FP_NORMAL): Likewise.
43783 [XPG3 || XPG4 || UNIX98] (FP_SUBNORMAL): Likewise.
43784 [XPG3 || XPG4 || UNIX98] (FP_ZERO): Likewise.
43785 [XPG3 || XPG4 || UNIX98] (FP_FAST_FMA): Likewise.
43786 [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAF): Likewise.
43787 [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAL): Likewise.
43788 [XPG3 || XPG4 || UNIX98] (FP_ILOGB0): Likewise.
43789 [XPG3 || XPG4 || UNIX98] (FP_ILOGBNAN): Likewise.
43790 [XPG3 || XPG4 || UNIX98] (copysign): Likewise.
43791 [XPG3 || XPG4 || UNIX98] (exp2): Likewise.
43792 [XPG3 || XPG4 || UNIX98] (log2): Likewise.
43793 [XPG3 || XPG4 || UNIX98] (tgama): Likewise.
43794 [XPG3] (acosh): Likewise.
43795 [XPG3] (asinh): Likewise.
43796 [XPG3] (atanh): Likewise.
43797 [XPG3] (cbrt): Likewise.
43798 [XPG3] (expm1): Likewise.
43799 [XPG3] (ilogb): Likewise.
43800 [XPG3] (log1p): Likewise.
43801 [XPG3] (logb): Likewise.
43802 [XPG3] (nextafter): Likewise.
43803 [XPG3 || XPG4 || UNIX98] (nexttoward): Likewise.
43804 [XPG3 || XPG4 || UNIX98] (nearbyint): Likewise.
43805 [XPG3] (remainder): Likewise.
43806 [XPG3] (rint): Likewise.
43807 [XPG3 || XPG4 || UNIX98] (round): Likewise.
43808 [XPG3 || XPG4 || UNIX98] (trunc): Likewise.
43809 [XPG3 || XPG4 || UNIX98] (lrint): Likewise.
43810 [XPG3 || XPG4 || UNIX98] (llrint): Likewise.
43811 [XPG3 || XPG4 || UNIX98] (lround): Likewise.
43812 [XPG3 || XPG4 || UNIX98] (llround): Likewise.
43813 [XPG3 || XPG4 || UNIX98] (remquo): Likewise.
43814 [UNIX98 || XOPEN2K] (scalb): Expect.
43815 [XPG3 || XPG4 || UNIX98] (scalbn): Do not expect.
43816 [XPG3 || XPG4 || UNIX98] (scalbln): Likewise.
43817 [XPG3 || XPG4 || UNIX98] (fdim): Likewise.
43818 [XPG3 || XPG4 || UNIX98] (fmax): Likewise.
43819 [XPG3 || XPG4 || UNIX98] (fmin): Likewise.
43820 [XPG3 || XPG4 || UNIX98] (fma): Likewise.
43821 [XPG3 || XPG4 || UNIX98] (nan): Likewise.
43822 [XPG3 || XPG4 || UNIX98] (acosf): Likewise.
43823 [XPG3 || XPG4 || UNIX98] (asinf): Likewise.
43824 [XPG3 || XPG4 || UNIX98] (atanf): Likewise.
43825 [XPG3 || XPG4 || UNIX98] (atan2f): Likewise.
43826 [XPG3 || XPG4 || UNIX98] (ceilf): Likewise.
43827 [XPG3 || XPG4 || UNIX98] (copysignf): Likewise.
43828 [XPG3 || XPG4 || UNIX98] (cosf): Likewise.
43829 [XPG3 || XPG4 || UNIX98] (coshf): Likewise.
43830 [XPG3 || XPG4 || UNIX98] (expf): Likewise.
43831 [XPG3 || XPG4 || UNIX98] (exp2f): Likewise.
43832 [XPG3 || XPG4 || UNIX98] (fabsf): Likewise.
43833 [XPG3 || XPG4 || UNIX98] (floorf): Likewise.
43834 [XPG3 || XPG4 || UNIX98] (fmodf): Likewise.
43835 [XPG3 || XPG4 || UNIX98] (frexpf): Likewise.
43836 [XPG3 || XPG4 || UNIX98] (ldexpf): Likewise.
43837 [XPG3 || XPG4 || UNIX98] (logf): Likewise.
43838 [XPG3 || XPG4 || UNIX98] (log10f): Likewise.
43839 [XPG3 || XPG4 || UNIX98] (log2f): Likewise.
43840 [XPG3 || XPG4 || UNIX98] (modff): Likewise.
43841 [XPG3 || XPG4 || UNIX98] (powf): Likewise.
43842 [XPG3 || XPG4 || UNIX98] (sinf): Likewise.
43843 [XPG3 || XPG4 || UNIX98] (sinhf): Likewise.
43844 [XPG3 || XPG4 || UNIX98] (sqrtf): Likewise.
43845 [XPG3 || XPG4 || UNIX98] (tanf): Likewise.
43846 [XPG3 || XPG4 || UNIX98] (tanhf): Likewise.
43847 [XPG3 || XPG4 || UNIX98] (erff): Likewise.
43848 [XPG3 || XPG4 || UNIX98] (erfcf): Likewise.
43849 [XPG3 || XPG4 || UNIX98] (gammaf): Likewise.
43850 [XPG3 || XPG4 || UNIX98] (hypotf): Likewise.
43851 [XPG3 || XPG4 || UNIX98] (j0f): Likewise.
43852 [XPG3 || XPG4 || UNIX98] (j1f): Likewise.
43853 [XPG3 || XPG4 || UNIX98] (jnf): Likewise.
43854 [XPG3 || XPG4 || UNIX98] (lgammaf): Likewise.
43855 [XPG3 || XPG4 || UNIX98] (tgammaf): Likewise.
43856 [XPG3 || XPG4 || UNIX98] (y0f): Likewise.
43857 [XPG3 || XPG4 || UNIX98] (y1f): Likewise.
43858 [XPG3 || XPG4 || UNIX98] (ynf): Likewise.
43859 [XPG3 || XPG4 || UNIX98] (acoshf): Likewise.
43860 [XPG3 || XPG4 || UNIX98] (asinhf): Likewise.
43861 [XPG3 || XPG4 || UNIX98] (atanhf): Likewise.
43862 [XPG3 || XPG4 || UNIX98] (cbrtf): Likewise.
43863 [XPG3 || XPG4 || UNIX98] (expm1f): Likewise.
43864 [XPG3 || XPG4 || UNIX98] (ilogbf): Likewise.
43865 [XPG3 || XPG4 || UNIX98] (log1pf): Likewise.
43866 [XPG3 || XPG4 || UNIX98] (logbf): Likewise.
43867 [XPG3 || XPG4 || UNIX98] (nextafterf): Likewise.
43868 [XPG3 || XPG4 || UNIX98] (nexttowardf): Likewise.
43869 [XPG3 || XPG4 || UNIX98] (nearbyintf): Likewise.
43870 [XPG3 || XPG4 || UNIX98] (remainderf): Likewise.
43871 [XPG3 || XPG4 || UNIX98] (rintf): Likewise.
43872 [XPG3 || XPG4 || UNIX98] (roundf): Likewise.
43873 [XPG3 || XPG4 || UNIX98] (truncf): Likewise.
43874 [XPG3 || XPG4 || UNIX98] (lrintf): Likewise.
43875 [XPG3 || XPG4 || UNIX98] (llrintf): Likewise.
43876 [XPG3 || XPG4 || UNIX98] (lroundf): Likewise.
43877 [XPG3 || XPG4 || UNIX98] (llroundf): Likewise.
43878 [XPG3 || XPG4 || UNIX98] (remquof): Likewise.
43879 [XPG3 || XPG4 || UNIX98] (scalbf): Likewise.
43880 [XPG3 || XPG4 || UNIX98] (scalbnf): Likewise.
43881 [XPG3 || XPG4 || UNIX98] (scalblnf): Likewise.
43882 [XPG3 || XPG4 || UNIX98] (fdimf): Likewise.
43883 [XPG3 || XPG4 || UNIX98] (fmaxf): Likewise.
43884 [XPG3 || XPG4 || UNIX98] (fminf): Likewise.
43885 [XPG3 || XPG4 || UNIX98] (fmaf): Likewise.
43886 [XPG3 || XPG4 || UNIX98] (nanf): Likewise.
43887 [XPG3 || XPG4 || UNIX98] (acosl): Likewise.
43888 [XPG3 || XPG4 || UNIX98] (asinl): Likewise.
43889 [XPG3 || XPG4 || UNIX98] (atanl): Likewise.
43890 [XPG3 || XPG4 || UNIX98] (atan2l): Likewise.
43891 [XPG3 || XPG4 || UNIX98] (ceill): Likewise.
43892 [XPG3 || XPG4 || UNIX98] (copysignl): Likewise.
43893 [XPG3 || XPG4 || UNIX98] (cosl): Likewise.
43894 [XPG3 || XPG4 || UNIX98] (coshl): Likewise.
43895 [XPG3 || XPG4 || UNIX98] (expl): Likewise.
43896 [XPG3 || XPG4 || UNIX98] (exp2l): Likewise.
43897 [XPG3 || XPG4 || UNIX98] (fabsl): Likewise.
43898 [XPG3 || XPG4 || UNIX98] (floorl): Likewise.
43899 [XPG3 || XPG4 || UNIX98] (fmodl): Likewise.
43900 [XPG3 || XPG4 || UNIX98] (frexpl): Likewise.
43901 [XPG3 || XPG4 || UNIX98] (ldexpl): Likewise.
43902 [XPG3 || XPG4 || UNIX98] (logl): Likewise.
43903 [XPG3 || XPG4 || UNIX98] (log10l): Likewise.
43904 [XPG3 || XPG4 || UNIX98] (log2l): Likewise.
43905 [XPG3 || XPG4 || UNIX98] (modfl): Likewise.
43906 [XPG3 || XPG4 || UNIX98] (powl): Likewise.
43907 [XPG3 || XPG4 || UNIX98] (sinl): Likewise.
43908 [XPG3 || XPG4 || UNIX98] (sinhl): Likewise.
43909 [XPG3 || XPG4 || UNIX98] (sqrtl): Likewise.
43910 [XPG3 || XPG4 || UNIX98] (tanl): Likewise.
43911 [XPG3 || XPG4 || UNIX98] (tanhl): Likewise.
43912 [XPG3 || XPG4 || UNIX98] (erfl): Likewise.
43913 [XPG3 || XPG4 || UNIX98] (erfcl): Likewise.
43914 [XPG3 || XPG4 || UNIX98] (gammal): Likewise.
43915 [XPG3 || XPG4 || UNIX98] (hypotl): Likewise.
43916 [XPG3 || XPG4 || UNIX98] (j0l): Likewise.
43917 [XPG3 || XPG4 || UNIX98] (j1l): Likewise.
43918 [XPG3 || XPG4 || UNIX98] (jnl): Likewise.
43919 [XPG3 || XPG4 || UNIX98] (lgammal): Likewise.
43920 [XPG3 || XPG4 || UNIX98] (tgammal): Likewise.
43921 [XPG3 || XPG4 || UNIX98] (y0l): Likewise.
43922 [XPG3 || XPG4 || UNIX98] (y1l): Likewise.
43923 [XPG3 || XPG4 || UNIX98] (ynl): Likewise.
43924 [XPG3 || XPG4 || UNIX98] (acoshl): Likewise.
43925 [XPG3 || XPG4 || UNIX98] (asinhl): Likewise.
43926 [XPG3 || XPG4 || UNIX98] (atanhl): Likewise.
43927 [XPG3 || XPG4 || UNIX98] (cbrtl): Likewise.
43928 [XPG3 || XPG4 || UNIX98] (expm1l): Likewise.
43929 [XPG3 || XPG4 || UNIX98] (ilogbl): Likewise.
43930 [XPG3 || XPG4 || UNIX98] (log1pl): Likewise.
43931 [XPG3 || XPG4 || UNIX98] (logbl): Likewise.
43932 [XPG3 || XPG4 || UNIX98] (nextafterl): Likewise.
43933 [XPG3 || XPG4 || UNIX98] (nexttowardl): Likewise.
43934 [XPG3 || XPG4 || UNIX98] (nearbyintl): Likewise.
43935 [XPG3 || XPG4 || UNIX98] (remainderl): Likewise.
43936 [XPG3 || XPG4 || UNIX98] (rintl): Likewise.
43937 [XPG3 || XPG4 || UNIX98] (roundl): Likewise.
43938 [XPG3 || XPG4 || UNIX98] (truncl): Likewise.
43939 [XPG3 || XPG4 || UNIX98] (lrintl): Likewise.
43940 [XPG3 || XPG4 || UNIX98] (llrintl): Likewise.
43941 [XPG3 || XPG4 || UNIX98] (lroundl): Likewise.
43942 [XPG3 || XPG4 || UNIX98] (llroundl): Likewise.
43943 [XPG3 || XPG4 || UNIX98] (remquol): Likewise.
43944 [XPG3 || XPG4 || UNIX98] (scalbl): Likewise.
43945 [XPG3 || XPG4 || UNIX98] (scalbnl): Likewise.
43946 [XPG3 || XPG4 || UNIX98] (scalblnl): Likewise.
43947 [XPG3 || XPG4 || UNIX98] (fdiml): Likewise.
43948 [XPG3 || XPG4 || UNIX98] (fmaxl): Likewise.
43949 [XPG3 || XPG4 || UNIX98] (fminl): Likewise.
43950 [XPG3 || XPG4 || UNIX98] (fmal): Likewise.
43951 [XPG3 || XPG4 || UNIX98] (nanl): Likewise.
43952
43953 * conform/conformtest.pl: Define _XOPEN_SOURCE as well as
43954 _XOPEN_SOURCE_EXTENDED for XPG4.
43955
43956 * conform/conformtest.pl: Handle "symbol" lines for allow-header.
43957
43958 * Makeconfig (localtime): Remove variable.
43959 (inst_localtime-file): Likewise.
43960
43961 2012-05-01 Andreas Schwab <schwab@linux-m68k.org>
43962
43963 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
43964 Update.
43965 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
43966 Update.
43967 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
43968 Update.
43969 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
43970 Update.
43971 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
43972 Update.
43973 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist:
43974 Update.
43975 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
43976 Update.
43977 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist:
43978 Update.
43979 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
43980 Update.
43981
43982 2012-05-01 Joseph Myers <joseph@codesourcery.com>
43983
43984 [BZ #2550]
43985 [BZ #2570]
43986 * math/s_nexttowardf.c (__nexttowardf): Use floating-point
43987 comparisons to determine direction to adjust input.
43988 * sysdeps/i386/fpu/s_nexttoward.c (__nexttoward): Likewise.
43989 * sysdeps/i386/fpu/s_nexttowardf.c(__nexttowardf): Likewise.
43990 * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward):
43991 Likewise.
43992 * sysdeps/ieee754/ldbl-128/s_nexttowardf.c (__nexttowardf):
43993 Likewise.
43994 * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
43995 Likewise.
43996 * sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Likewise.
43997 * sysdeps/ieee754/ldbl-96/s_nexttowardf.c (__nexttowardf):
43998 Likewise.
43999 * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c (__nldbl_nexttowardf):
44000 Likewise.
44001 * math/libm-test.inc (nexttoward_test): Add more tests.
44002
44003 2012-05-01 Andreas Schwab <schwab@linux-m68k.org>
44004
44005 [BZ #14040]
44006 * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (nearbyintl): Define
44007 in version GLIBC_2.1, not GLIBC_2.0.
44008 * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S (nearbyintl):
44009 Likewise.
44010
44011 2012-04-30 Joseph Myers <joseph@codesourcery.com>
44012
44013 [BZ #13942]
44014 * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Calculate 1 - x^2 as
44015 (1 - x) * (1 + x).
44016 * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
44017 * sysdeps/i386/fpu/e_asin.S (__ieee754_asin): Likewise.
44018 * math/libm-test.inc (acos_test): Add more tests.
44019 (asin_test): Likewise.
44020 * sysdeps/i386/fpu/libm-test-ulps: Update.
44021 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44022
44023 [BZ #14034]
44024 * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Take absolute value
44025 of square root.
44026 * sysdeps/i386/fpu/e_acosf.S (__ieee754_acosf): Likewise.
44027 * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
44028 * math/libm-test.inc (acos_test_tonearest): New function.
44029 (acos_test_towardzero): Likewise.
44030 (acos_test_downward): Likewise.
44031 (acos_test_upward): Likewise.
44032 (asin_test_tonearest): Likewise.
44033 (asin_test_towardzero): Likewise.
44034 (asin_test_downward): Likewise.
44035 (asin_test_upward): Likewise.
44036 (main): Call the new functions.
44037 * sysdeps/i386/fpu/libm-test-ulps: Update.
44038 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
44039
44040 [BZ #13884]
44041 [BZ #13924]
44042 * math/e_exp10.c: Include <float.h>.
44043 (__ieee754_exp10): Handle underflow here rather than multiplying
44044 large negative argument by M_LN10.
44045 * math/e_exp10f.c (__ieee754_exp10f): Call __ieee754_exp instead
44046 of __ieee754_expf.
44047 * math/e_exp10l.c: Include <float.h>.
44048 (__ieee754_exp10l): Handle underflow here rather than multiplying
44049 large negative argument by M_LN10l.
44050 * math/libm-test.inc (exp10_test): Add another test. Do not allow
44051 spurious overflow exception on underflow.
44052
44053 2012-04-29 Marek Polacek <polacek@redhat.com>
44054
44055 * misc/sys/cdefs.h (__attribute_artificial__): New macro.
44056 (__fortify_function): New macro.
44057 (__extern_always_inline): Don't use __attribute__ ((__artificial__)).
44058 * libio/bits/stdio-ldbl.h: Use __fortify_function in place of
44059 __extern_always_inline.
44060 * libio/bits/stdio2.h: Likewise.
44061 * libio/bits/stdio.h: Likewise.
44062 * string/string.h: Likewise.
44063 * string/bits/string3.h: Likewise.
44064 * include/stdio.h: Likewise.
44065 * stdlib/bits/stdlib.h: Likewise.
44066 * stdlib/stdlib.h: Likewise.
44067 * rt/bits/mqueue2.h: Likewise.
44068 * rt/mqueue.h: Likewise.
44069 * posix/bits/unistd.h: Likewise.
44070 * posix/unistd.h: Likewise.
44071 * io/bits/poll2.h: Likewise.
44072 * io/bits/fcntl2.h: Likewise.
44073 * io/fcntl.h: Likewise.
44074 * io/sys/poll.h: Likewise.
44075 * misc/bits/syslog.h: Likewise.
44076 * misc/bits/syslog-ldbl.h: Likewise.
44077 * misc/sys/syslog.h: Likewise.
44078 * socket/bits/socket2.h: Likewise.
44079 * socket/sys/socket.h: Likewise.
44080 * debug/tst-chk1.c: Likewise.
44081 * wcsmbs/bits/wchar2.h: Likewise.
44082 * wcsmbs/bits/wchar-ldbl.h: Likewise.
44083 * wcsmbs/wchar.h: Likewise.
44084
44085 2012-04-29 Andreas Jaeger <aj@suse.de>
44086
44087 * Makerules (tests): Remove enable-check-abi protection.
44088 (check-abi-warn): Remove.
44089 (check-abi-%): Remove check-abi-warn usage.
44090
44091 * configure.in: Remove check-abi configure option.
44092 * configure: Regenerated.
44093 * config.make.in (enable-check-abi): Remove.
44094
44095 2012-04-28 Andreas Schwab <schwab@linux-m68k.org>
44096
44097 [BZ #14033]
44098 * math/bits/math-finite.h [__NO_LONG_DOUBLE_MATH]: Redirect long
44099 double functions to double *_finite functions.
44100
44101 [BZ #13941]
44102 * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c
44103 (__mpn_extract_long_double): Use DBL_MIN_EXP instead of
44104 LDBL_MIN_EXP.
44105 * stdio-common/Makefile (tests): Add tst-sprintf3.
44106 * stdio-common/tst-sprintf3.c: New file.
44107
44108 * elf/Makefile ($(objpfx)tst-leaks1-mem, $(objpfx)noload-mem)
44109 ($(objpfx)tst-unused-dep.out): Don't run when cross-compiling.
44110
44111 2012-04-28 Joseph Myers <joseph@codesourcery.com>
44112
44113 * conform/conformtest.pl: Remove duplicate typed-constant
44114 handling.
44115
44116 2012-04-28 David S. Miller <davem@davemloft.net>
44117
44118 * Makerules (%.abilist): Add vpath on sysdep_dirs.
44119 (check-abi-%): Remove AWK script prerequisite and explicit
44120 abilist directory.
44121 (check-abi): Rewrite to just diff the symlist with the abilist.
44122 (config-tls, config-abi-config): Delete, no longer used.
44123 (update-abi-%): Remove AWK script and explicit abilist directory.
44124 (update-abi): Rewrite to simply compare and conditionally copy the
44125 symlist and the sysdep abilist file. Remove update-abi-config
44126 checks.
44127 * abilist/ld.abilist: Remove.
44128 * abilist/libBrokenLocale.abilist: Remove.
44129 * abilist/libanl.abilist: Remove.
44130 * abilist/libcrypt.abilist: Remove.
44131 * abilist/libdl.abilist: Remove.
44132 * abilist/librt.abilist: Remove.
44133 * abilist/libthread_db.abilist: Remove.
44134 * abilist/libutil.abilist: Remove.
44135 * scripts/extract-abilist.awk: Remove.
44136 * scripts/merge-abilist.awk: Remove.
44137 * sysdeps/generic/libcidn.abilist: New file.
44138 * sysdeps/generic/libnss_compat.abilist: New file.
44139 * sysdeps/generic/libnss_db.abilist: New file.
44140 * sysdeps/generic/libnss_dns.abilist: New file.
44141 * sysdeps/generic/libnss_files.abilist: New file.
44142 * sysdeps/generic/libnss_hesiod.abilist: New file.
44143 * sysdeps/generic/libnss_nis.abilist: New file.
44144 * sysdeps/generic/libnss_nisplus.abilist: New file.
44145 * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: New file.
44146 * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: New file.
44147 * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: New
44148 file.
44149 * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: New file.
44150 * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: New file.
44151 * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: New file.
44152 * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: New file.
44153 * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: New file.
44154 * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: New file.
44155 * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: New file.
44156 * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: New file.
44157 * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: New
44158 file.
44159 * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: New file.
44160 * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: New file.
44161 * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: New file.
44162 * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist: New
44163 file.
44164 * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: New file.
44165 * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: New file.
44166 * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: New file.
44167 * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: New file.
44168 * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: New file.
44169 * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: New
44170 file.
44171 * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: New file.
44172 * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: New file.
44173 * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist: New
44174 file.
44175 * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: New file.
44176 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/ld.abilist:
44177 New file.
44178 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libanl.abilist:
44179 New file.
44180 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libBrokenLocale.abilist:
44181 New file.
44182 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libc.abilist:
44183 New file.
44184 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libcrypt.abilist:
44185 New file.
44186 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libdl.abilist:
44187 New file.
44188 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libm.abilist:
44189 New file.
44190 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libnsl.abilist:
44191 New file.
44192 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libpthread.abilist:
44193 New file.
44194 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libresolv.abilist:
44195 New file.
44196 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/librt.abilist:
44197 New file.
44198 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libthread_db.abilist:
44199 New file.
44200 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libutil.abilist:
44201 New file.
44202 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: New
44203 file.
44204 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
44205 New file.
44206 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
44207 New file.
44208 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: New
44209 file.
44210 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
44211 New file.
44212 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
44213 New file.
44214 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: New
44215 file.
44216 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
44217 New file.
44218 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
44219 New file.
44220 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
44221 New file.
44222 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
44223 New file.
44224 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
44225 New file.
44226 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
44227 New file.
44228 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: New file.
44229 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: New
44230 file.
44231 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
44232 New file.
44233 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: New
44234 file.
44235 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: New
44236 file.
44237 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: New
44238 file.
44239 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: New
44240 file.
44241 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: New
44242 file.
44243 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
44244 New file.
44245 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: New
44246 file.
44247 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: New
44248 file.
44249 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
44250 New file.
44251 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: New
44252 file.
44253 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: New file.
44254 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist: New
44255 file.
44256 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
44257 New file.
44258 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: New
44259 file.
44260 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: New
44261 file.
44262 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: New
44263 file.
44264 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: New
44265 file.
44266 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: New
44267 file.
44268 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
44269 New file.
44270 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist: New
44271 file.
44272 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: New
44273 file.
44274 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
44275 New file.
44276 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: New
44277 file.
44278 * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
44279 * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: New file.
44280 * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: New
44281 file.
44282 * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: New file.
44283 * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: New file.
44284 * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: New file.
44285 * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: New file.
44286 * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: New file.
44287 * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: New file.
44288 * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: New file.
44289 * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: New file.
44290 * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: New file.
44291 * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: New file.
44292 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: New file.
44293 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: New
44294 file.
44295 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
44296 New file.
44297 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: New
44298 file.
44299 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist: New
44300 file.
44301 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: New
44302 file.
44303 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: New
44304 file.
44305 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: New
44306 file.
44307 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
44308 New file.
44309 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
44310 New file.
44311 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: New
44312 file.
44313 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
44314 New file.
44315 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: New
44316 file.
44317 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: New file.
44318 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: New
44319 file.
44320 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
44321 New file.
44322 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: New
44323 file.
44324 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist: New
44325 file.
44326 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: New
44327 file.
44328 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: New
44329 file.
44330 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: New
44331 file.
44332 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
44333 New file.
44334 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
44335 New file.
44336 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: New
44337 file.
44338 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
44339 New file.
44340 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: New
44341 file.
44342
44343 2012-04-28 Joseph Myers <joseph@codesourcery.com>
44344
44345 * conform/conformtest.pl: Fix typo in handling typed-constant from
44346 allow-header.
44347
44348 2012-04-27 Joseph Myers <joseph@codesourcery.com>
44349
44350 * README: Cut down references to pre-2.6 Linux kernels and
44351 Linuxthreads. Update lists of configurations in libc and ports
44352 and sort alphabetically. Say "or newer" with Linux kernel version
44353 requirements.
44354
44355 * config.h.in [IS_IN_build]: Allow compiling without optimization.
44356
44357 2012-04-27 Ryan S. Arnold <rsa@linux.vnet.ibm.com>
44358
44359 [BZ #887]
44360 * math/libm-test.inc (logb_test_downward): New test to expose
44361 erroneous negative sign on -0.0 result of logb[l](1) in FE_DOWNWARD
44362 rounding mode.
44363
44364 2012-04-27 Joseph Myers <joseph@codesourcery.com>
44365
44366 [BZ #14027]
44367 * math/fclrexcpt.c (__feclearexcept): Return zero if nothing needs
44368 to be done.
44369 * math/fraiseexcpt.c (__feraiseexcept): Likewise.
44370 * math/fsetexcptflg.c (__fesetexceptflag): Likewise.
44371
44372 2012-04-26 Joseph Myers <joseph@codesourcery.com>
44373
44374 * sysdeps/unix/i386/brk.S: Remove file.
44375 * sysdeps/unix/i386/dl-brk.S: Likewise.
44376 * sysdeps/unix/i386/pipe.S: Likewise.
44377 * sysdeps/unix/i386/sigreturn.S: Likewise.
44378 * sysdeps/unix/i386/syscall.S: Likewise.
44379 * sysdeps/unix/i386/vfork.S: Likewise.
44380 * sysdeps/unix/i386/wait.S: Likewise.
44381
44382 * sysdeps/unix/common/tcsendbrk.c: Move to ...
44383 * sysdeps/unix/sysv/linux/tcsendbrk.c: ... here.
44384
44385 * configure.in (arm*-none*): Do not allow without
44386 --enable-hacker-mode.
44387 (netbsd*): Remove case setting base_os.
44388 (386bsd*): Likewise.
44389 (freebsd*): Likewise.
44390 (bsdi*): Likewise.
44391 (osf*): Likewise.
44392 (sunos*): Likewise.
44393 (ultrix*): Likewise.
44394 (newsos*): Likewise.
44395 (dynix*): Likewise.
44396 (*bsd*): Likewise.
44397 (sysv*): Likewise.
44398 (isc*): Likewise.
44399 (esix*): Likewise.
44400 (sco*): Likewise.
44401 (minix*): Likewise.
44402 (irix4*): Likewise.
44403 (irix6*): Likewise.
44404 (solaris[2-9]*): Likewise.
44405 (none): Likewise.
44406 * configure: Regenerated.
44407
44408 2012-04-26 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
44409
44410 [BZ #11521]
44411 * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c (__ctanhl): Avoid internal
44412 overflow or cancellation in calculating denominator.
44413 * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c (__ctanl): Likewise.
44414 * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Breaking
44415 down expression to avoid unexpected rounding in newer GCCs.
44416 * sysdeps/powerpc/fpu/libm-test-ulps: Update for ctan, ctanh fix.
44417
44418 2012-04-26 David S. Miller <davem@davemloft.net>
44419
44420 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Generate
44421 long-double compat symbols.
44422 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
44423 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
44424 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
44425 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: Likewise.
44426 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
44427 * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Likewise.
44428 * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: Likewise.
44429 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: Likewise.
44430 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: Likewise.
44431 * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
44432 * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: Likewise.
44433 * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: Likewise.
44434 * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
44435
44436 2012-04-25 David S. Miller <davem@davemloft.net>
44437
44438 * sysdeps/sparc/sparc32/bits/atomic.h: Include sysdep.h to get
44439 HWCAP_* values only after the memory barriers have been defined.
44440 (atomic_full_barrier): Define.
44441 (atomic_read_barrier): Define.
44442 (atomic_write_barrier): Define.
44443
44444 2012-04-26 Siddhesh Poyarekar <siddhesh@redhat.com>
44445
44446 * shlib-versions: Add libgcc_s version information.
44447 * sysdeps/generic/libgcc_s.h: Remove.
44448 * sysdeps/generic/framestate.c: Include gnu/lib-names.h instead of
44449 libgcc_s.h.
44450 * sysdeps/gnu/unwind-resume.c: Likewise.
44451 * scripts/test-installation.pl: Remove libgcc_s from link_libs.
44452
44453 2012-04-25 David S. Miller <davem@davemloft.net>
44454
44455 * sysdeps/unix/sparc/brk.S: Delete.
44456 * sysdeps/unix/sparc/dl-brk.S: Delete.
44457 * sysdeps/unix/sparc/pipe.S: Delete.
44458 * sysdeps/unix/sparc/sysdep.S: Delete.
44459 * sysdeps/unix/sparc/sysdep.h: Delete.
44460 * sysdeps/unix/sparc/vfork.S: Delete.
44461 * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK, SPARC_PIC_REG)
44462 (SPARC_PIC_REG_LEAF, ENTRY, END, LOC): Define.
44463 * sysdeps/unix/sysv/linux/sparc/sysdep.h (ret, ret_NOERRNO)
44464 (ret_ERRVAL, r0, r1, MOVE): Define.
44465 (JUMPTARGET): Remove.
44466 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Don't include
44467 sysdeps/unix/sparc/sysdep.h
44468 (ENTRY, END): Remove.
44469 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
44470
44471 2012-04-25 Joseph Myers <joseph@codesourcery.com>
44472
44473 * Makerules (native-compile): Use $(BUILD_LDFLAGS).
44474 (ALL_BUILD_CFLAGS): Use $(BUILD_CPPFLAGS) -D_GNU_SOURCE
44475 -DIS_IN_build.
44476
44477 * timezone/README: Update upstream location and email address for
44478 tzcode and tzdata.
44479 * timezone/zdump.c: Update from tzcode 2012b.
44480 * timezone/zic.c: Likewise.
44481
44482 * configure.in (libc_cv_as_needed): Remove test.
44483 * configure: Regenerated.
44484 * Makeconfig [$(have-as-needed) != yes] (as-needed): Remove
44485 conditional definition.
44486 [$(have-as-needed) != yes] (no-as-needed): Likewise.
44487 [$(have-as-needed) != yes] (libgcc_eh): Likewise.
44488 * config.make.in (have-as-needed): Remove variable.
44489
44490 2012-04-25 Siddhesh Poyarekar <siddhesh@redhat.com>
44491 Paul Pluzhnikov <ppluzhnikov@google.com>
44492
44493 * elf/dl-minimal.c (__strtoul_internal): Parse hexadecimal and octal
44494 strings correctly.
44495
44496 2012-04-25 Chung-Lin Tang <cltang@codesourcery.com>
44497
44498 * sysdeps/sh/memcpy.S: Remove include of endian.h, change
44499 preprocessor endian tests to '#ifdef __BIG_ENDIAN__'.
44500 * sysdeps/sh/strlen.S: Likewise.
44501
44502 2012-04-24 Joseph Myers <joseph@codesourcery.com>
44503
44504 * sysdeps/unix/fork.S: Remove file.
44505 * sysdeps/unix/i386/fork.S: Likewise.
44506 * sysdeps/unix/sparc/fork.S: Likewise.
44507
44508 * sysdeps/unix/system.c: Remove file.
44509 * sysdeps/unix/bsd/bsd4.4/system.c: Likewise.
44510
44511 * sysdeps/unix/getegid.S: Remove file.
44512 * sysdeps/unix/geteuid.S: Likewise.
44513
44514 2012-04-24 Roland McGrath <roland@hack.frob.com>
44515
44516 * scripts/check-localplt.awk: New file.
44517 * elf/Makefile ($(objpfx)check-localplt.out): Use that script instead
44518 of diff.
44519 * scripts/data/localplt-generic.data: Add a comment.
44520
44521 * sysdeps/mach/hurd/symlink.c: Don't call __mach_port_deallocate on
44522 NODE when __dir_mkfile failed.
44523 * sysdeps/mach/hurd/symlinkat.c: Likewise.
44524 Reported by Ludovic Courtès <ludo@gnu.org>.
44525
44526 2012-04-24 Andreas Jaeger <aj@suse.de>
44527
44528 * Makerules (common-clean): Also remove gen-as-const-headers
44529 files.
44530
44531 2012-04-24 Joseph Myers <joseph@codesourcery.com>
44532
44533 * Makerules (native-compile): Do not change working directory for
44534 build. Use $(OUTPUT_OPTION) in command.
44535 (ALL_BUILD_CFLAGS): Use $(common-objpfx) to find config.h.
44536
44537 2012-04-24 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
44538
44539 [BZ #13886]
44540 * sysdeps/powerpc/powerpc64/fpu/s_floorl.S: Delete file. Use the
44541 sysdeps/ieee754/ldbl-128ibm/s_floorl.c version instead.
44542 * math/libm-test.inc (floor_test): Add more tests.
44543 * sysdeps/powerpc/fpu/libm-test-ulps: Update for pow tests.
44544
44545 2012-04-24 Joseph Myers <joseph@codesourcery.com>
44546
44547 * sysdeps/unix/getdents.c: Remove file.
44548 * sysdeps/unix/sysv/getdents.c: Likewise.
44549 * sysdeps/unix/sysv/syscalls.list (s_getdents): Remove.
44550
44551 * sysdeps/unix/syscalls.list (madvise): Add syscall from
44552 sysdeps/unix/mman/syscalls.list.
44553 (mmap): Likewise.
44554 (mprotect): Likewise.
44555 (msync): Likewise.
44556 (munmap): Likewise.
44557 * sysdeps/unix/bsd/bsd4.4/Implies: Remove.
44558 * sysdeps/unix/mman/syscalls.list: Remove.
44559 * sysdeps/unix/sysv/linux/Implies: Don't include unix/mman.
44560
44561 * configure.in (libc_cv_libgcc_s_suffix): Remove test.
44562 (libc_cv_as_needed): Don't use $libc_cv_libgcc_s_suffix.
44563 * configure: Regenerated.
44564 * Makeconfig [$(have-as-needed) = yes] (libgcc_eh): Don't use
44565 $(libgcc_s_suffix).
44566 * config.make.in (libgcc_s_suffix): Remove variable.
44567
44568 2012-04-23 Joseph Myers <joseph@codesourcery.com>
44569
44570 * sysdeps/unix/sysv/gethostname.c: Move to ...
44571 * sysdeps/posix/gethostname.c: ... here.
44572
44573 * sysdeps/unix/execve.S: Remove file.
44574
44575 * sysdeps/unix/_exit.S: Remove file.
44576
44577 2012-04-23 Andreas Jaeger <aj@suse.de>
44578
44579 [BZ #13739]
44580 * manual/Makefile: Remove make dist support, there's no
44581 need for a stand-alone documentation tar ball.
44582 (TEXI2DVI): Define always, it's not in Makeconfig.
44583 (dist): Removed.
44584 (tar-it): Removed.
44585 (edition): Removed.
44586 (glibc-doc-$(edition).tar): Removed
44587 (%.Z): Removed.
44588 (%.gz): Removed.
44589 (%.uu): Removed.
44590 (ETAGS): Remove, it's in Makeconfig.
44591 (move-if-change): Remove, it's in Makeconfig.
44592
44593 2012-04-23 Paul Eggert <eggert@cs.ucla.edu>
44594
44595 [BZ #13970]
44596 * stdlib/stdlib.h: Remove warn_unused_result attribute from strtol etc.
44597 (strtod, strtof, strtold, strtol, strtoul, strtoq)
44598 (strtouq, strtoll, strtoull, strtol_l, strtoul_l, strtoll_l, strtoull_l)
44599 (strtod_l, strtof_l, strtold_l): Remove __wur.
44600 It is not necessarily an error to ignore strtol's return value.
44601 One can reliably look at the stored endptr to decide whether
44602 the number had valid syntax.
44603
44604 2012-04-21 Andreas Jaeger <aj@suse.de>
44605
44606 [BZ #13739]
44607 * sysdeps/s390/s390-64/Makefile (distribute): Remove variable.
44608
44609 2012-04-21 Joseph Myers <joseph@codesourcery.com>
44610
44611 * sysdeps/unix/sysv/linux/Versions (GLIBC_2.0): Add sysinfo.
44612 * sysdeps/unix/sysv/Versions: Remove file.
44613
44614 2012-04-21 Markus Trippelsdorf <markus@trippelsdorf.de>
44615
44616 [BZ #13927]
44617 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
44618
44619 2012-04-21 Nick Alcock <nick.alcock@oracle.com>
44620
44621 [BZ #7064]
44622 * sysdeps/unix/sysv/linux/i386/syscalls.list: Omit explicit
44623 version from __vm86.
44624
44625 2012-04-20 Joseph Myers <joseph@codesourcery.com>
44626
44627 * sysdeps/unix/common/lxstat.c: Remove file.
44628 * sysdeps/unix/common/syscalls.list (sys_lstat): Remove.
44629
44630 * sysdeps/unix/sysv/Makefile: Remove file.
44631
44632 * sysdeps/unix/sysv/direct.h: Remove file.
44633
44634 * sysdeps/unix/sysv/bits/dirent.h: Remove file.
44635 * sysdeps/unix/sysv/bits/fcntl.h: Likewise.
44636 * sysdeps/unix/sysv/bits/local_lim.h: Likewise.
44637 * sysdeps/unix/sysv/bits/signum.h: Likewise.
44638 * sysdeps/unix/sysv/bits/stat.h: Likewise.
44639 * sysdeps/unix/sysv/bits/utmp.h: Likewise.
44640 * sysdeps/unix/sysv/bits/utsname.h: Likewise.
44641
44642 * sysdeps/unix/sysv/setrlimit.c: Remove file.
44643
44644 * sysdeps/unix/xmknod.c: Remove file.
44645 * sysdeps/unix/syscalls.list (sys_mknod): Remove.
44646
44647 * sysdeps/unix/sysv/settimeofday.c: Remove file.
44648
44649 * sysdeps/unix/sysv/i386/time.S: Remove file.
44650
44651 * sysdeps/unix/fxstat.c: Remove file.
44652 * sysdeps/unix/xstat.c: Likewise.
44653 * sysdeps/unix/syscalls.list (sys_fstat, sys_stat): Remove.
44654
44655 * sysdeps/unix/sysv/sigaction.c: Remove file.
44656
44657 * sysdeps/unix/sysv/Makefile [termio.h not in sysdep_headers]
44658 (sysdep_headers): Remove variable.
44659 [termio.h not in sysdep_headers] (generated): Likewise.
44660 [termio.h not in sysdep_headers] ($(objpfx)termio.h): Remove rule.
44661 * sysdeps/unix/sysv/sysv_termio.h: Remove file.
44662 * sysdeps/unix/sysv/tcdrain.c: Likewise.
44663 * sysdeps/unix/sysv/tcflow.c: Likewise.
44664 * sysdeps/unix/sysv/tcflush.c: Likewise.
44665 * sysdeps/unix/sysv/tcgetattr.c: Likewise.
44666 * sysdeps/unix/sysv/tcgetpgrp.c: Likewise.
44667 * sysdeps/unix/sysv/tcsendbrk.c: Likewise.
44668 * sysdeps/unix/sysv/tcsetattr.c: Likewise.
44669 * sysdeps/unix/sysv/tcsetpgrp.c: Likewise.
44670
44671 * sysdeps/unix/siglist.c: Remove file.
44672
44673 * sysdeps/unix/getppid.S: Remove file.
44674
44675 * sysdeps/unix/mkdir.c: Remove file.
44676 * sysdeps/unix/rmdir.c: Likewise.
44677
44678 2012-04-19 Andreas Schwab <schwab@linux-m68k.org>
44679
44680 * sysdeps/gnu/errlist-compat.awk (END): Correct computation of
44681 ERR_MAX value.
44682 * sysdeps/unix/sysv/linux/Versions (GLIBC_2.12): Adjust
44683 errlist-compat value.
44684
44685 2012-04-18 David S. Miller <davem@davemloft.net>
44686
44687 * sysdeps/generic/memcopy.h (reg_char): Delete.
44688 * debug/strcat_chk.c: Use char, not reg_char.
44689 * debug/strcpy_chk.c: Likewise.
44690 * debug/strncat_chk.c: Likewise.
44691 * debug/strncpy_chk.c: Likewise.
44692 * string/memchr.c: Likewise.
44693 * string/memrchr.c: Likewise.
44694 * string/rawmemchr.c: Likewise.
44695 * string/strcat.c: Likewise.
44696 * string/strchr.c: Likewise.
44697 * string/strchrnul.c: Likewise.
44698 * string/strcmp.c: Likewise.
44699 * string/strcpy.c: Likewise.
44700 * string/strncat.c: Likewise.
44701 * string/strncmp.c: Likewise.
44702 * string/strncpy.c: Likewise.
44703
44704 2012-04-18 Will Schmidt <will_schmidt@vnet.ibm.com>
44705
44706 * sysdeps/powerpc/memmove.c: New file based on string/memmove.c where
44707 __builtin_memcopy is called when src and dest ranges are known to not
44708 overlap.
44709
44710 2012-04-18 Will Schmidt <will_schmidt@vnet.ibm.com>
44711
44712 * sysdeps/powerpc/powerpc64/power6/wordcopy.c
44713 (_wordcopy_fwd_dest_aligned): Replace switch with a parameterized
44714 fwd_align_merge macro call.
44715 (_wordcopy_bwd_dest_aligned): Replace switch with a parameterized
44716 bwd_align_merge macro call.
44717 * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
44718
44719 2012-04-18 Will Schmidt <will_schmidt@vnet.ibm.com>
44720
44721 * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Add fwd_align_merge and
44722 bwd_align_merge macros.
44723 (_wordcopy_fwd_dest_aligned): Use fwd_align_merge macro calls.
44724 (_wordcopy_bwd_dest_aligned): Use bwd_align_merge macro calls.
44725 * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
44726
44727 2012-04-18 David S. Miller <davem@davemloft.net>
44728
44729 * sysdeps/sparc/sparc64/memcopy.h: Delete.
44730
44731 2012-04-18 Andreas Jaeger <aj@suse.de>
44732
44733 [BZ# 6794]
44734 * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Moved to ...
44735 * sysdeps/ieee754/ldbl-96/e_ilogbl.c: ... here.
44736 Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
44737
44738 * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Moved to ...
44739 * sysdeps/ieee754/ldbl-128/e_ilogbl.c: ... here.
44740 Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
44741
44742 * sysdeps/ieee754/ldbl-64-128/s_ilogbl.c: Moved to ...
44743 * sysdeps/ieee754/ldbl-64-128/e_ilogbl.c: ... here.
44744 Adjust for changed ldbl-128 files.
44745
44746 * sysdeps/sparc/sparc64/soft-fp/s_ilogbl.c: Moved to ...
44747 * sysdeps/sparc/sparc64/soft-fp/e_ilogbl.c: ... here.
44748 Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
44749
44750 2012-04-17 David S. Miller <davem@davemloft.net>
44751
44752 * sysdeps/sparc/sparc32/memcopy.h: Delete.
44753
44754 2012-04-17 Andreas Schwab <schwab@linux-m68k.org>
44755
44756 * sysdeps/i386/fpu/e_ilogb.S: Remove __ilogb*_finite alias.
44757 * sysdeps/i386/fpu/e_ilogbf.S: Likewise.
44758 * sysdeps/i386/fpu/e_ilogbl.S: Likewise.
44759 * sysdeps/x86_64/fpu/e_ilogbl.S: Likewise.
44760 * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
44761 * sysdeps/ieee754/flt-32/e_ilogbf.c: Likewise.
44762
44763 2012-04-17 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
44764
44765 [BZ #6794]
44766 * math/Makefile: Add e_ilogb and w_ilogb, remove s_logb.
44767 * math/libm-test.inc: Add ilogb errno and exception tests.
44768 * math/w_ilogb.c: New file: ilogb wrapper.
44769 * math/w_ilogbf.c: New file: ilogbf wrapper.
44770 * math/w_ilogbl.c: New file: ilogbl wrapper.
44771 * sysdeps/generic/math_private.h: Add __ieee754_ilogb[l|f] prototypes.
44772 * sysdeps/i386/fpu/s_ilogb.S: Moved to ...
44773 * sysdeps/i386/fpu/e_ilogb.S: ... here. Also fixed a FE_DIVBYZERO
44774 exception being thrown with 0.0 as argument.
44775 * sysdeps/i386/fpu/s_ilogbf.S: Moved to ...
44776 * sysdeps/i386/fpu/e_ilogbf.S: ... here. Also fixed a FE_DIVBYZERO
44777 exception being thrown with 0.0 as argument.
44778 * sysdeps/i386/fpu/s_ilogbl.S: Moved to ...
44779 * sysdeps/i386/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
44780 exception being thrown with 0.0 as argument.
44781 * sysdeps/x86_64/fpu/s_ilogbl.S: Moved to ...
44782 * sysdeps/x86_64/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
44783 exception being thrown with 0.0 as argument.
44784 * sysdeps/ieee754/dbl-64/s_ilogb.c: Moved to ...
44785 * sysdeps/ieee754/dbl-64/e_ilogb.c: ... here.
44786 * sysdeps/ieee754/flt-32/s_ilogbf.c: Moved to ...
44787 * sysdeps/ieee754/flt-32/e_ilogbf.c: ... here.
44788 * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Moved to ...
44789 * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c: ... here.
44790 * sysdeps/ieee754/ldbl-opt/s_ilogb.c: Moved to ...
44791 * sysdeps/ieee754/ldbl-opt/w_ilogb.c: ... here.
44792 * sysdeps/ieee754/ldbl-opt/w_ilogbl.c: New file: ilogbl wrapper.
44793
44794 2012-04-17 Petr Baudis <pasky@ucw.cz>
44795
44796 * include/sys/uio.h: Change __vector to __iovec to avoid clash
44797 with altivec.
44798
44799 2012-04-16 Marek Polacek <polacek@redhat.com>
44800
44801 * elf/pldd-xx.c: Rename static_assert to pldd_assert.
44802
44803 2012-04-16 Marek Polacek <polacek@redhat.com>
44804
44805 * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Reverse the
44806 operands of fdivp instruction.
44807
44808 2012-04-13 H.J. Lu <hongjiu.lu@intel.com>
44809
44810 * elf/tst-auditmod1.c: Check __ILP32__ instead of __LP64__.
44811 * elf/tst-auditmod3b.c: Likewise.
44812 * elf/tst-auditmod4b.c: Likewise.
44813 * elf/tst-auditmod5b.c: Likewise.
44814 * elf/tst-auditmod6b.c: Likewise.
44815 * elf/tst-auditmod6c.c: Likewise.
44816 * elf/tst-auditmod7b.c: Likewise.
44817 * sysdeps/x86_64/ffsll.c (ffsl): Likewise.
44818 * sysdeps/x86_64/preconfigure.in: Likewise.
44819 * sysdeps/x86_64/preconfigure: Regenerated.
44820
44821 2012-04-13 H.J. Lu <hongjiu.lu@intel.com>
44822
44823 * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE): Also check
44824 __ILP32__.
44825
44826 2012-04-13 Antoine Balestrat <merkil33@gmail.com>
44827
44828 * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
44829 (__get_clockfreq_via_proc_openprom): Fix test on wrong variable.
44830
44831 2012-04-13 Chris Leonard <cjlhomeaddress@gmail.com>
44832
44833 [BZ #13973]
44834 * locale/iso-639.def: Fix gl language name. Spotted by
44835 Yaron Shahrabani.
44836
44837 2012-04-12 Roland McGrath <roland@hack.frob.com>
44838
44839 [BZ #2074]
44840 * libio/libio.h (__io_write_fn): Update comment.
44841
44842 2012-04-12 Petr Baudis <pasky@ucw.cz>
44843
44844 [BZ #2074]
44845 * stdio.texi (Hook Functions): The user provided writer function
44846 is not allowed to return -1.
44847
44848 2012-04-11 David S. Miller <davem@davemloft.net>
44849
44850 * sysdeps/sparc/fpu/libm-test-ulps: Update.
44851
44852 2012-04-11 Mike Frysinger <vapier@gentoo.org>
44853
44854 * .gitignore: Add /ports, /linuxthreads, and /linuxthreads_db.
44855 Add a leading slash to rtkaio.
44856
44857 2012-04-11 Jim Meyering <meyering@redhat.com>
44858
44859 [BZ #11959]
44860 * libio/stdio.h (fwrite, fwrite_unlocked): Remove __wur.
44861 It is not necessarily an error to ignore fwrite's return
44862 value. One can reliably use ferror to test for errors after
44863 the fact.
44864
44865 2012-04-10 H.J. Lu <hongjiu.lu@intel.com>
44866
44867 * bits/types.h (__snseconds_t): New type.
44868 * time/time.h (struct timespec): Use __snseconds_t on tv_nsec.
44869
44870 * bits/typesizes.h (__SNSECONDS_T_TYPE): New macro.
44871 * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
44872 (__SNSECONDS_T_TYPE): Likewise.
44873 * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
44874 (__SNSECONDS_T_TYPE): Likewise.
44875 * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
44876 (__SNSECONDS_T_TYPE): Likewise.
44877
44878 2012-04-10 Andreas Jaeger <aj@suse.de>
44879
44880 [BZ #2636]
44881 * manual/time.texi (Processor Time): Return type of times is
44882 elapsed real time since an arbitrary point in the past.
44883 (CPU Time): Move CLK_TCK from here...
44884 (Processor Time): ...to here. Correct description.
44885 * manual/conf.texi (Constants for Sysconf): Correct description of
44886 _SC_CLK_TCK.
44887
44888 2012-04-10 David S. Miller <davem@davemloft.net>
44889
44890 [BZ #13967]
44891 * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Handle the case
44892 where the is a gap between DT_REL(A) and DT_JMPREL.
44893
44894 2012-04-10 H.J. Lu <hongjiu.lu@intel.com>
44895
44896 * sysdeps/x86_64/bits/byteswap.h: Include <features.h>.
44897 (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
44898 (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
44899
44900 2012-04-10 Siddhesh Poyarekar <siddhesh@redhat.com>
44901
44902 * elf/dl-support.c (_dl_inhibit_cache): New variable.
44903 * elf/rtld.c (_rtld_global_ro): New member _dl_inhibit_cache.
44904 (dl_main): Handle --inhibit-cache.
44905 * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): New member
44906 _dl_inhibit_cache.
44907 * elf/dl-load.c (_dl_map_object): Use it.
44908 * elf/Makefile: Define SYSCONFDIR when building rtld.c.
44909
44910 2012-04-09 Joseph Myers <joseph@codesourcery.com>
44911
44912 [BZ #13872]
44913 * sysdeps/i386/fpu/e_powl.S (p78): New object.
44914 (__ieee754_powl): Saturate large exponents rather than testing for
44915 overflow of y*log2(x).
44916 * sysdeps/x86_64/fpu/e_powl.S: Likewise.
44917 * math/libm-test.inc (pow_test): Do not permit spurious overflow
44918 exceptions.
44919
44920 [BZ #11521]
44921 * math/s_ctan.c: Include <float.h>.
44922 (__ctan): Avoid internal overflow or cancellation in calculating
44923 denominator.
44924 * math/s_ctanf.c: Likewise.
44925 * math/s_ctanl.c: Likewise.
44926 * math/s_ctanh.c: Likewise.
44927 * math/s_ctanhf.c: Likewise.
44928 * math/s_ctanhl.c: Likewise.
44929 * math/libm-test.inc (ctan_test): Add more tests.
44930 (ctanh_test): Likewise.
44931 * sysdeps/i386/fpu/libm-test-ulps: Update.
44932 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44933
44934 2012-04-09 Andreas Jaeger <aj@suse.de>
44935
44936 [BZ #6894]
44937 * manual/filesys.texi (Directory Entries): Mention that d_namlen
44938 is an optional BSD extension.
44939
44940 [BZ #10254]
44941 * manual/stdio.texi (Opening Streams): Document additional fopen
44942 parameters.
44943
44944 2012-04-09 Roland McGrath <roland@hack.frob.com>
44945
44946 * sysdeps/i386/fpu/bits/mathinline.h (__sincos_code): Don't clobber
44947 %eax without telling the compiler.
44948
44949 2012-04-09 Carlos O'Donell <carlos_odonell@mentor.com>
44950
44951 [BZ # 13963]
44952 * manual/install.texi: Use sourceware.org.
44953
44954 2012-04-09 Joseph Myers <joseph@codesourcery.com>
44955
44956 [BZ #13873]
44957 * sysdeps/ieee754/dbl-64/e_pow.c (huge, tiny): New variables.
44958 (__ieee754_pow): Generate overflow and underflow using huge*huge
44959 and tiny*tiny rather than just returning constant infinity or zero
44960 for large exponents.
44961 * math/libm-test.inc (pow_test): Require overflow exceptions for
44962 applicable cases of large exponents.
44963
44964 [BZ #706]
44965 * sysdeps/i386/fpu/e_pow.S (p10): New object.
44966 (__ieee754_pow): Use iterative multiplication algorithm only for
44967 integer exponents with absolute value below 1024. Check for odd
44968 integer exponents when using algorithm for real exponents.
44969 * math/libm-test.inc (pow_test): Add more tests.
44970 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
44971
44972 2012-04-08 Joseph Myers <joseph@codesourcery.com>
44973
44974 [BZ #13705]
44975 * math/libm-test.inc (exp_test): Do not allow overflow exception
44976 on underflow test.
44977
44978 2012-04-08 Aurelien Jarno <aurelien@aurel32.net>
44979
44980 [BZ #13705]
44981 * sysdeps/ieee754/dbl-64/w_exp.c (__exp): Use __kernel_standard
44982 instead of __kernel_standard_f.
44983
44984 2012-04-08 Mike Frysinger <vapier@gentoo.org>
44985
44986 * sysdeps/i386/i686/memset_chk.S: Update copyright year.
44987 * sysdeps/x86_64/memset_chk.S: Likewise.
44988
44989 2012-04-08 Andreas Jaeger <aj@suse.de>
44990
44991 [BZ #10153]
44992 * manual/startup.texi (Environment Access): Describe return value
44993 for putenv and setenv.
44994
44995 [BZ #6895]
44996 * manual/filesys.texi (Directory Entries): Add description for
44997 DT_LNK.
44998
44999 [BZ #6890]
45000 * manual/filesys.texi (Directory Entries): Clarify that it's file
45001 system not operating system in the description of DT_UNKNOWN.
45002
45003 [BZ #6578]
45004 * manual/syslog.texi (closelog): Fix reference, it's openlog.
45005
45006 2012-04-08 Stephen Compall <s11@member.fsf.org>
45007
45008 [BZ #6649]
45009 * manual/llio.texi (Opening and Closing Files): Add cross
45010 reference to explain mode argument.
45011
45012 2012-04-07 Mike Frysinger <vapier@gentoo.org>
45013
45014 * sysdeps/i386/i686/memset_chk.S: Change PIC to SHARED.
45015 * sysdeps/x86_64/memset_chk.S: Likewise.
45016
45017 2012-04-07 David S. Miller <davem@davemloft.net>
45018
45019 * elf/elf.h (R_SPARC_WDISP10): Define.
45020 * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Handle
45021 R_SPARC_SIZE32.
45022 * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Handle
45023 R_SPARC_SIZE64 and R_SPARC_H34.
45024
45025 2012-04-07 Carlos O'Donell <carlos_odonell@mentor.com>
45026
45027 * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Simplify
45028 conditions and remove no longer applicable assertion.
45029
45030 2012-04-06 H.J. Lu <hongjiu.lu@intel.com>
45031
45032 * bits/byteswap.h: Include <features.h>.
45033 (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
45034 (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
45035
45036 2012-04-06 H.J. Lu <hongjiu.lu@intel.com>
45037
45038 * bits/byteswap.h (__bswap_16): Removed.
45039 Include <bits/byteswap-16.h> to get __bswap_16.
45040 * sysdeps/i386/bits/byteswap.h: Likewise.
45041 * sysdeps/s390/bits/byteswap.h: Likewise.
45042 * sysdeps/x86_64/bits/byteswap.h: Likewise.
45043 * bits/byteswap-16.h: New file.
45044 * sysdeps/i386/bits/byteswap-16.h: Likewise.
45045 * sysdeps/s390/bits/byteswap-16.h: Likewise.
45046 * sysdeps/x86_64/bits/byteswap-16.h: Likewise.
45047 * string/Makefile (headers): Add bits/byteswap-16.h.
45048
45049 2012-04-06 Paul Pluzhnikov <ppluzhnikov@google.com>
45050
45051 [BZ #13895]
45052 * nss/nsswitch.c (nss_load_library, __nss_lookup_function): Avoid
45053 extra indirection.
45054 * nss/Makefile (tests-static, tests): Add tst-nss-static.
45055 * nss/tst-nss-static.c: New.
45056
45057 2012-04-06 Robert Millan <rmh@gnu.org>
45058
45059 [BZ #6486]
45060 * manual/llio.texi (File Position Primitive): lseek
45061 refers to WHENCE when it really means OFFSET.
45062
45063 2012-04-06 Andreas Jaeger <aj@suse.de>
45064
45065 * nss/nss_db/db-initgroups.c: Include <string.h> for strlen and
45066 strncmp declarations.
45067
45068 * abilist/libc.abilist: Add __poll and __ppoll.
45069
45070 2012-04-05 David S. Miller <davem@davemloft.net>
45071
45072 * scripts/check-local-headers.sh: Accept a host triplet in the
45073 path matched by the exclude regexp.
45074
45075 * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Reduce down to one
45076 definition.
45077 * sysdeps/powerpc/powerpc32/dl-machine.h
45078 (ELF_MACHINE_PLTREL_OVERLAP): Delete.
45079 * sysdeps/s390/s390-32/dl-machine.h
45080 (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
45081 * sysdeps/sparc/sparc32/dl-machine.h
45082 (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
45083 * sysdeps/sparc/sparc64/dl-machine.h
45084 (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
45085
45086 * elf/rtld.c (dl_main): If DL_DEBUG_UNUSED is enabled, turn off
45087 lazy binding.
45088 * elf/dl-lookup.c (_dl_lookup_symbol_x): If DL_DEBUG_UNUSED, ignore
45089 undefined symbol errors.
45090
45091 * elf/rtld.c (dl_main): Skip VDSO when checking for unused
45092 DT_NEEDED entries.
45093
45094 2012-04-05 Michael Matz <matz@suse.de>
45095
45096 [BZ #13592]
45097 * sysdeps/x86_64/memset.S: Fix size paramater comparisions.
45098
45099 2012-04-05 Andreas Jaeger <aj@suse.de>
45100
45101 [BZ #13908]
45102 * stdlib/stdlib.h: Don't warn about unused result of mktemp, fix
45103 comment.
45104
45105 2012-04-05 Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
45106
45107 * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Fix return value
45108 which ROUND is no valid rounding mode.
45109
45110 2012-04-05 Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
45111
45112 * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Set fpscr register which
45113 read again.
45114 * sysdeps/sh/sh4/fpu/ftestexcept.c: Likewise.
45115
45116 2012-04-05 Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
45117
45118 * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Produce
45119 an exception using FPU order intentionally.
45120
45121 2012-04-05 Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
45122
45123 * sysdeps/sh/sh4/fpu/fedisblxcpt.c: New file.
45124 * sysdeps/sh/sh4/fpu/feenablxcpt.c: New file.
45125 * sysdeps/sh/sh4/fpu/fegetexcept.c: New file.
45126 * sysdeps/sh/sh4/fpu/feupdateenv.c: New file.
45127
45128 2012-04-05 Simon Josefsson <simon@josefsson.org>
45129
45130 [BZ #12340]
45131 * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Return ERANGE instead of
45132 EINVAL when BUFLEN is too smal.
45133
45134 2012-04-05 Thomas Schwinge <thomas@codesourcery.com>
45135
45136 [BZ #13553]
45137 * sysdeps/mach/i386/machine-lock.h: Use volatile instead of __volatile.
45138 * sysdeps/mach/powerpc/machine-lock.h: Likewise.
45139
45140 2012-04-03 Andreas Jaeger <aj@suse.de>
45141
45142 [BZ #13938]
45143 * manual/setjmp.texi (System V contexts): Fix sentence.
45144
45145 [BZ #13926]
45146 * sysdeps/i386/bits/byteswap.h [!__GNUC__](__bswap_constant_64):
45147 New macro for this case.
45148 [!__GNUC__] (__bswap_64): New inline function for this case.
45149 * sysdeps/x86_64/bits/byteswap.h: Likewise.
45150 * bits/byteswap.h: Likewise.
45151 * sysdeps/s390/bits/byteswap.h: [!__GNUC__] (__bswap_64): Use
45152 ull, guard with __GLIBC_HAVE_LONG_LONG.
45153
45154 * string/endian.h (htobe64,htole64,be64toh,le64toh): Guard with
45155 __GLIBC_HAVE_LONG_LONG.
45156
45157 * string/byteswap.h (bswap_64): Guard with __GLIBC_HAVE_LONG_LONG.
45158 Include <features.h> for __GLIBC_HAVE_LONG_LONG.
45159
45160 2012-04-02 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
45161
45162 [BZ #13691]
45163 * iconvdata/tcvn5712-1.c (FROM_LOOP): Test end of input using
45164 inptr and inend, rather than using last_ch.
45165
45166 2012-04-02 David S. Miller <davem@davemloft.net>
45167
45168 With help from Paul Eggert, Carlos O'Donell, and Roland McGrath.
45169 * stdio-common/printf-parse.h (read_int): Change return type to
45170 'int', return -1 on INT_MAX overflow.
45171 * stdio-common/vfprintf.c (vfprintf): Validate width and precision
45172 against overflow of INT_MAX. Set errno to EOVERFLOW when 'done'
45173 overflows INT_MAX. Check for overflow of in-format-string precision
45174 values properly. Use EOVERFLOW rather than ERANGE throughout. Use
45175 SIZE_MAX not INT_MAX for integer overflow test.
45176 * stdio-common/printf-parsemb.c: If read_int signals an overflow,
45177 skip the construct in the format string but do not record anything.
45178 * stdio-common/bug22.c: Adjust to test both width/prevision
45179 INT_MAX overflow as well as total length INT_MAX overflow. Check
45180 explicitly for proper errno values.
45181
45182 2012-04-02 Thomas Schwinge <thomas@codesourcery.com>
45183
45184 * string/test-memcmp.c [! WIDE]: #include <limits.h> for CHAR_MIN,
45185 CHAR_MAX.
45186 * string/test-strcmp.c [! WIDE]: Likewise.
45187 * time/tst-mktime2.c: Likewise for INT_MAX.
45188 * string/test-string.h: #include <sys/param.h> for MIN.
45189
45190 * csu/init-first.c (__libc_init_first): Call __ctype_init.
45191 * sysdeps/i386/init-first.c (init): Likewise.
45192 * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Likewise.
45193 * sysdeps/mach/hurd/powerpc/init-first.c (posixland_init): Likewise.
45194 * sysdeps/sh/init-first.c (init): Likewise.
45195
45196 2012-04-01 Ulrich Drepper <drepper@gmail.com>
45197
45198 * po/ru.po: Update from translation team.
45199 * po/vi.po: Likewise.
45200
45201 2012-03-31 Siddhesh Poyarekar <siddhesh@redhat.com>
45202
45203 * resolv/nss_dns/dns-host.c: Merge copyright years.
45204
45205 2012-03-22 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
45206
45207 * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
45208 Optimize memcpy with prefetch if
45209 DATA_CACHE_SIZE_HALF <= len < SHARED_CACHE_SIZE_HALF and
45210 src, dst pointers have unequal 16 byte alignments.
45211
45212 2012-03-30 Siddhesh Poyarekar <siddhesh@redhat.com>
45213
45214 [BZ #13928]
45215 * resolv/nss_dns/dns-host.c (getanswer_r): Also consider ttl
45216 from a CNAME entry and return the minimum ttl for the query.
45217 (gaih_getanswer_slice): Likewise.
45218
45219 2012-03-30 Jeff Law <law@redhat.com>
45220
45221 * crypt/md5-crypt.c (__md5_crypt_r): Avoid unbounded alloca uses
45222 due to long keys.
45223 * crypt/sha256-crypt.c (__sha256_crypt_r): Likewise.
45224 * crypt/sha512-crypt.c (__sha512_crypt_r): Likewise.
45225
45226 * resolv/nss_dns/dns-host.c: Update copyright year.
45227
45228 2012-03-30 Ulrich Drepper <drepper@gmail.com>
45229
45230 * resolv/res_send.c (send_dg): Use sendmmsg if we have to write two
45231 requests to save a system call. Fix check that all bytes are sent.
45232
45233 * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr): Fix up
45234 comments for sendmmsg.
45235
45236 2012-03-30 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
45237
45238 [BZ #13691]
45239 * iconvdata/tcvn5712-1.c (FROM_LOOP): Fix a bug when converting strings
45240 with only 1 character between 0x0041 and 0x01b0.
45241 * wcsmbs/Makefile (tests): Add tst-mbsnrtowcs.
45242 * wcsmbs/tst-mbsnrtowcs.c: New file.
45243
45244 2012-03-29 David S. Miller <davem@davemloft.net>
45245
45246 * libio/fileops.c (_IO_new_file_xsputn): Don't try to optimize
45247 small copies by hand.
45248
45249 2012-03-28 Siddhesh Poyarekar <siddhesh@redhat.com>
45250
45251 [BZ #13761]
45252 * nis/nss_compat/compat-initgroups.c (getgrent_next_nss)
45253 (_nss_compat_initgroups_dyn): Fall back to malloc/free for large
45254 group memberships.
45255
45256 2012-03-28 David S. Miller <davem@davemloft.net>
45257
45258 * sysdeps/sparc/sparc32/memcpy.S: Implement mempcpy using a stub
45259 that branches into memcpy.
45260 * sysdeps/sparc/sparc64/memcpy.S: Likewise.
45261 * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
45262 * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
45263 * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
45264 * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add mempcpy multiarch
45265 bits.
45266 * sysdeps/sparc/sparc64/rtld-memcpy.c: Include generic mempcpy
45267 implementation too.
45268 * sysdeps/sparc/mempcpy.S: New file.
45269
45270 * sysdeps/sparc/sparc64/multiarch/memcpy.S: Provide a hidden def to
45271 the IFUNC routine in the libc case.
45272 * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
45273
45274 * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memset.c: New file.
45275 * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memcpy.c: New file.
45276 * sysdeps/sparc/sparc32/sparcv9/rtld-memset.c: New file.
45277 * sysdeps/sparc/sparc32/sparcv9/rtld-memcpy.c: New file.
45278 * sysdeps/sparc/sparc64/multiarch/rtld-memset.c: New file.
45279 * sysdeps/sparc/sparc64/multiarch/rtld-memcpy.c: New file.
45280 * sysdeps/sparc/sparc64/rtld-memset.c: New file.
45281 * sysdeps/sparc/sparc64/rtld-memcpy.c: New file.
45282
45283 * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Unroll main
45284 loop to 256 bytes instead of 64 bytes and fix test signedness.
45285
45286 * sysdeps/sparc/Makefile: Add -fPIC to ASFLAGS-.os here....
45287 * sysdeps/sparc/sparc32/Makefile: rather than here...
45288 * sysdeps/sparc/sparc64/Makefile: and here.
45289
45290 2012-03-28 Ulrich Drepper <drepper@gmail.com>
45291
45292 * malloc/mallocbug.c: Avoid warnings about unused variables.
45293
45294 2012-02-22 Siddhesh Poyarekar <siddhesh@redhat.com>
45295
45296 [BZ #13760]
45297 * resolv/nss_dns/dns-host.c (gaih_getanswer): Look for errno
45298 in the right place. Discard and retry query if response is
45299 larger than input buffer size.
45300
45301 2012-03-28 Joseph Myers <joseph@codesourcery.com>
45302
45303 [BZ #369]
45304 [BZ #2678]
45305 [BZ #3866]
45306 * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Take absolute value of
45307 x for large integer exponent.
45308 * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
45309 * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise. Adjust
45310 sign of result as needed afterwards.
45311 * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
45312 * sysdeps/ieee754/k_standard.c (__kernel_standard): Handle sign of
45313 result for underflowing pow the same as for overflow.
45314 (__kernel_standard_l): Handle powl overflow and underflow here
45315 rather than calling __kernel_standard.
45316 * math/libm-test.inc (pow_test): Add more tests.
45317
45318 [BZ #3868]
45319 [BZ #13879]
45320 [BZ #13910]
45321 [BZ #13911]
45322 [BZ #13912]
45323 [BZ #13913]
45324 [BZ #13915]
45325 [BZ #13916]
45326 [BZ #13917]
45327 [BZ #13918]
45328 [BZ #13919]
45329 [BZ #13920]
45330 [BZ #13921]
45331 * sysdeps/generic/math_private.h (__kernel_standard_l): Declare.
45332 * sysdeps/ieee754/k_standard.c: Include <float.h>.
45333 (__kernel_standard_l): New function.
45334 * math/w_acoshl.c (__acoshl): Use __kernel_standard_l instead of
45335 __kernel_standard.
45336 * math/w_acosl.c (__acosl): Likewise.
45337 * math/w_asinl.c (__asinl): Likewise.
45338 * math/w_atan2l.c (__atan2l): Likewise.
45339 * math/w_atanhl.c (__atanhl): Likewise.
45340 * math/w_coshl.c (__coshl): Likewise.
45341 * math/w_exp10l.c (__exp10l): Likewise.
45342 * math/w_exp2l.c (__exp2l): Likewise.
45343 * math/w_fmodl.c (__fmodl): Likewise.
45344 * math/w_hypotl.c (__hypotl): Likewise.
45345 * math/w_j0l.c (__j0l, __y0l): Likewise.
45346 * math/w_j1l.c (__j1l, __y1l): Likewise.
45347 * math/w_jnl.c (__jnl, __ynl): Likewise.
45348 * math/w_lgammal.c (__lgammal): Likewise.
45349 * math/w_log10l.c (__log10l): Likewise.
45350 * math/w_log2l.c (__log2l): Likewise.
45351 * math/w_logl.c (__logl): Likewise.
45352 * math/w_powl.c (__powl): Likewise.
45353 * math/w_remainderl.c (__remainderl): Likewise.
45354 * math/w_scalbl.c (sysv_scalbl): Likewise.
45355 * math/w_sinhl.c (__sinhl): Likewise.
45356 * math/w_sqrtl.c (__sqrtl): Likewise.
45357 * math/w_tgammal.c (__tgammal): Likewise.
45358 * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Likewise.
45359 * sysdeps/ieee754/ldbl-96/w_expl.c (__expl): Likewise.
45360 * math/libm-test.inc (acos_test): Add more tests.
45361 (acosh_test): Likewise.
45362 (asin_test): Likewise.
45363 (atanh_test): Likewise.
45364 (exp_test): Likewise.
45365 (exp10_test): Likewise.
45366 (exp2_test): Likewise.
45367 (expm1_test): Likewise.
45368 (lgamma_test): Likewise.
45369 (log_test): Likewise.
45370 (log10_test): Likewise.
45371 (log1p_test): Likewise.
45372 (log2_test): Likewise.
45373 (pow_test): Do not allow some spurious overflow exceptions.
45374 (sqrt_test): Add more tests.
45375 (tgamma_test): Likewise.
45376 (y0_test): Likewise.
45377 (y1_test): Likewise.
45378 (yn_test): Likewise.
45379
45380 2012-03-27 Anton Blanchard <anton@samba.org>
45381
45382 * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Define MAP_STACK and
45383 MAP_HUGETLB.
45384 * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
45385 * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
45386 * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
45387
45388 2012-03-27 David S. Miller <davem@davemloft.net>
45389
45390 * conform/Makefile: Run run-conformtest.sh using $(BASH).
45391
45392 * sysdeps/sparc/sparc64/Makefile (ASFLAGS-.os): Move before
45393 have-as-vis3 check.
45394
45395 2012-03-27 Andreas Jaeger <aj@suse.de>
45396
45397 * sysdeps/x86_64/elf/configure.in: Moved to ...
45398 * sysdeps/x86_64/configure.in: ... here.
45399 * sysdeps/x86_64/elf/start.S: Moved to ...
45400 * sysdeps/x86_64/start.S: ... here.
45401 * sysdeps/x86_64/elf/configure: Delete.
45402
45403 * sysdeps/x86_64/configure.in: Merge contents from
45404 sysdeps/i386/configure.in (without i686 check).
45405
45406 * sysdeps/i386/elf/Versions: Merge into ...
45407 * sysdeps/i386/Versions: ... this.
45408 * sysdeps/i386/elf/Versions: Delete file.
45409 * sysdeps/i386/elf/start.S: Moved to ...
45410 * sysdeps/i386/start.S: ...here.
45411 * sysdeps/i386/elf/configure.in: Merge into...
45412 * sysdeps/i386/configure.in: ...here.
45413 * sysdeps/i386/elf/configure.in: Delete file.
45414 * sysdeps/i386/elf/configure: Delete file.
45415
45416 * sysdeps/generic/elf/backtracesyms.c: Moved to ...
45417 * debug/backtracesyms.c: ... here.
45418 * sysdeps/generic/elf/backtracesymsfd.c: Moved to ...
45419 * debug/backtracesymsfd.c: ... here.
45420 * sysdeps/generic/elf/ifunc-sel.h: Moved to ...
45421 * sysdeps/generic/ifunc-sel.h: ... here.
45422
45423 * sysdeps/unix/i386/start.c: Delete file.
45424 * sysdeps/unix/sparc/start.c: Delete file.
45425 * sysdeps/unix/start.c: Delete file.
45426
45427 * sysdeps/sh/elf/configure.in: Moved to ...
45428 * sysdeps/sh/configure.in: ... here.
45429 * sysdeps/sh/elf/start.S: Moved to ...
45430 * sysdeps/sh/start.S: ... here.
45431 * sysdeps/sh/elf/configure: Delete file.
45432
45433 * sysdeps/powerpc/powerpc64/elf/bzero.S: Moved to ...
45434 * sysdeps/powerpc/powerpc64/bzero.S: ... here.
45435 * sysdeps/powerpc/powerpc64/elf/entry.h: Moved to ...
45436 * sysdeps/powerpc/powerpc64/entry.h: ... here.
45437 * sysdeps/powerpc/powerpc64/elf/start.S: Moved to ...
45438 * sysdeps/powerpc/powerpc64/start.S: here.
45439 * sysdeps/powerpc/powerpc64/elf/Makefile: Merge into ...
45440 * sysdeps/powerpc/powerpc64/Makefile: ... this.
45441 * sysdeps/powerpc/powerpc64/elf/configure.in: Merge into ...
45442 * sysdeps/powerpc/powerpc64/configure.in: ... this.
45443 * sysdeps/powerpc/powerpc64/elf/configure: Delete file.
45444
45445 * sysdeps/powerpc/powerpc32/elf/bzero.S: Moved to ...
45446 * sysdeps/powerpc/powerpc32/bzero.S: ... here.
45447 * sysdeps/powerpc/powerpc32/elf/start.S: Moved to ...
45448 * sysdeps/powerpc/powerpc32/start.S: ... here.
45449 * sysdeps/powerpc/powerpc32/elf/configure.in: Merge into ...
45450 * sysdeps/powerpc/powerpc32/configure.in: ... this.
45451 * sysdeps/powerpc/powerpc32/elf/configure: Delete file.
45452
45453 * sysdeps/powerpc/elf/ifunc-sel.h: Moved to ...
45454 * sysdeps/powerpc/ifunc-sel.h: ... here.
45455 * sysdeps/powerpc/elf/rtld-global-offsets.sym: Moved to ...
45456 * sysdeps/powerpc/rtld-global-offsets.sym: ... here.
45457
45458 * sysdeps/sparc/elf/configure.in: Moved to ...
45459 * sysdeps/sparc/configure.in: ... here.
45460 * sysdeps/sparc/elf/configure: Delete file.
45461 * sysdeps/sparc/sparc32/elf/start.S: Moved to ...
45462 * sysdeps/sparc/sparc32/start.S: ... here.
45463 * sysdeps/sparc/sparc64/elf/start.S: Moved to ...
45464 * sysdeps/sparc/sparc64/start.S: ... here.
45465 * sysdeps/sparc/sparc32/elf/Makefile: Merged into ...
45466 * sysdeps/sparc/sparc32/Makefile: ... this.
45467 * sysdeps/sparc/sparc64/elf/Makefile: Merged into ...
45468 * sysdeps/sparc/sparc64/Makefile: ... this.
45469
45470 * sysdeps/s390/s390-32/elf/bsd-_setjmp.S: Moved to ...
45471 * sysdeps/s390/s390-32/bsd-_setjmp.S: ... here.
45472 * sysdeps/s390/s390-32/elf/bsd-setjmp.S: Moved to ...
45473 * sysdeps/s390/s390-32/bsd-setjmp.S: ... here.
45474 * sysdeps/s390/s390-32/elf/setjmp.S: Moved to ...
45475 * sysdeps/s390/s390-32/setjmp.S: ... here.
45476 * sysdeps/s390/s390-32/elf/configure.in: Moved to ...
45477 * sysdeps/s390/s390-32/configure.in: ... here.
45478 * sysdeps/s390/s390-32/elf/configure: Delete file.
45479 * sysdeps/s390/s390-32/elf/start.S: Moved to ...
45480 * sysdeps/s390/s390-32/start.S: ... here.
45481
45482 * sysdeps/s390/s390-64/elf/bsd-_setjmp.S: Moved to ...
45483 * sysdeps/s390/s390-64/bsd-_setjmp.S: ... here.
45484 * sysdeps/s390/s390-64/elf/bsd-setjmp.S: Moved to ...
45485 * sysdeps/s390/s390-64/bsd-setjmp.S: ... here.
45486 * sysdeps/s390/s390-64/elf/setjmp.S: Moved to ...
45487 * sysdeps/s390/s390-64/setjmp.S: ... here.
45488 * sysdeps/s390/s390-64/elf/configure.in: Moved to ...
45489 * sysdeps/s390/s390-64/configure.in: ... here
45490 * sysdeps/s390/s390-64/elf/configure: Delete file.
45491 * sysdeps/s390/s390-64/elf/start.S: Moved to ...
45492 * sysdeps/s390/s390-64/start.S: ... here.
45493 * sysdeps/s390/s390-64/elf/configure: Delete.
45494
45495 * configure.in: Remove support for elf directories in sysdeps.
45496
45497 * configure: Regenerated.
45498 * sysdeps/i386/configure: Regenerated.
45499 * sysdeps/powerpc/powerpc32/configure: Regenerated.
45500 * sysdeps/powerpc/powerpc64/configure: Regenerated.
45501 * sysdeps/s390/s390-32/configure: Regenerated.
45502 * sysdeps/s390/s390-64/configure: Regenerated.
45503 * sysdeps/sh/configure: Regenerated.
45504 * sysdeps/sparc/configure: Regenerated.
45505 * sysdeps/x86_64/configure: Regenerated.
45506
45507 2012-03-26 Andreas Schwab <schwab@linux-m68k.org>
45508
45509 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
45510
45511 * sysdeps/ieee754/ldbl-128ibm/e_expl.c (lomark): Adjust to take
45512 denormal result into account.
45513
45514 2012-03-25 Roland McGrath <roland@hack.frob.com>
45515
45516 * posix/confstr.c (confstr): Lift RESTENVS definition to function scope.
45517 Reported by Allan McRae <allan@archlinux.org>.
45518
45519 2012-03-23 Jeff Law <law@redhat.com>
45520
45521 * nss/getnssent.c (__nss_getent): Fix typo.
45522
45523 2012-03-23 David S. Miller <davem@davemloft.net>
45524
45525 * sysdeps/sparc/fpu/libm-test-ulps: Update.
45526
45527 2012-03-23 H.J. Lu <hongjiu.lu@intel.com>
45528
45529 * sysdeps/x86_64/dl-tlsdesc.h (tlsdesc): Use anonymous union
45530 to pad to uint64_t for each field.
45531 (dl_tls_index): Replace unsigned long with uint64_t.
45532
45533 2012-03-23 Daniel Jacobowitz <dmj@google.com>
45534 Paul Pluzhnikov <ppluzhnikov@google.com>
45535
45536 [BZ #6528]
45537 * grp/Makefile (otherlibs): Don't set it.
45538 * inet/Makefile (otherlibs): Likewise.
45539 * login/Makefile (otherlibs): Likewise.
45540 * nscd/Makefile (otherlibs): Likewise.
45541 * posix/Makefile (otherlibs): Likewise.
45542 * pwd/Makefile (otherlibs): Likewise.
45543 * rt/Makefile (otherlibs): Likewise.
45544 * sunrpc/Makefile (otherlibs): Likewise.
45545 * nss/Makefile (otherlibs): Likewise.
45546 Add libnss_files to routines and static-only-routines.
45547 ($(objpfx)getent): Remove rule.
45548 * resolv/Makefile: Add libnss_dns and libresolv to routines and
45549 static-only-routines.
45550
45551 2012-03-22 Joseph Myers <joseph@codesourcery.com>
45552
45553 [BZ #13892]
45554 * math/s_cexp.c: Include <float.h>.
45555 (__cexp): Handle exp result overflowing not necessarily
45556 overflowing both real and imaginary parts of result.
45557 * math/s_cexpf.c: Likewise.
45558 * math/s_cexpl.c: Likewise.
45559 * math/libm-test.inc (cexp_test): Add more tests.
45560 * sysdeps/i386/fpu/libm-test-ulps: Update.
45561 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45562
45563 2012-03-22 H.J. Lu <hongjiu.lu@intel.com>
45564
45565 * include/link.h (ELFW): New macro.
45566 * sysdeps/x86_64/dl-irel.h: Replace Elf64_XXX with ElfW(XXX).
45567 Replace ELF64_R_TYPE with ELFW(R_TYPE).
45568
45569 2012-03-22 H.J. Lu <hongjiu.lu@intel.com>
45570
45571 * sysdeps/x86_64/dl-tls.h (dl_tls_index): Replace unsigned long
45572 with uint64_t.
45573
45574 2012-03-22 H.J. Lu <hongjiu.lu@intel.com>
45575
45576 * sysdeps/generic/ldsodefs.h (struct La_x32_regs): New forward
45577 declaration.
45578 (struct La_x32_retval): Likewise.
45579
45580 2012-03-22 H.J. Lu <hongjiu.lu@intel.com>
45581
45582 * sysdeps/x86_64/preconfigure.in: New file.
45583 * sysdeps/x86_64/preconfigure: New generated file.
45584
45585 2012-03-22 Joseph Myers <joseph@codesourcery.com>
45586
45587 [BZ #13824]
45588 * math/e_exp2l.c: Include <float.h>.
45589 (__ieee754_exp2l): Handle overflow and underflow cases
45590 separately. Only pass fractional part of argument to
45591 __ieee754_expl.
45592 * math/libm-test.inc (exp2_test): Add more tests.
45593
45594 * sysdeps/ieee754/ldbl-128/k_cosl.c (__kernel_cosl): Negate y if
45595 negating x to take absolute value.
45596 * sysdeps/ieee754/ldbl-128/k_sincosl.c (__kernel_sincosl):
45597 Likewise.
45598 * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
45599 * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl):
45600 Likewise.
45601 * sysdeps/ieee754/ldbl-128/k_sinl.c (__kernel_sinl): Negate y when
45602 computing low part if x was negated.
45603 * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
45604
45605 2012-03-21 H.J. Lu <hongjiu.lu@intel.com>
45606
45607 * elf/tst-auditmod1.c: Support la_x32_gnu_pltenter and
45608 la_x32_gnu_pltexit.
45609 (pltexit): Cast int_retval to ptrdiff_t.
45610 * elf/tst-auditmod3b.c: Likewise.
45611 * elf/tst-auditmod4b.c: Likewise.
45612 * elf/tst-auditmod5b.c: Likewise.
45613 * elf/tst-auditmod6b.c: Likewise.
45614 * elf/tst-auditmod6c.c: Likewise.
45615 * elf/tst-auditmod7b.c: Likewise.
45616
45617 * sysdeps/generic/ldsodefs.h (audit_ifaces): Add x32_gnu_pltenter
45618 and x32_gnu_pltexit.
45619
45620 * sysdeps/x86_64/bits/link.h: Check __x86_64__ instead of
45621 __ELF_NATIVE_CLASS.
45622 (La_x32_regs): New macro.
45623 (La_x32_retval): Likewise.
45624 (la_x32_gnu_pltenter): New function prototype.
45625 (la_x32_gnu_pltexit): Likewise.
45626
45627 2012-03-21 Andreas Schwab <schwab@linux-m68k.org>
45628
45629 * sysdeps/ieee754/ldbl-128ibm/e_powl.c (huge, tiny): Correct
45630 exponent.
45631
45632 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
45633
45634 * configure.in (libc_cv_cc_nofma): Check for option to disable
45635 generation of FMA instructions.
45636 * configure: Regenerate.
45637 * config.make.in (config-cflags-nofma): Set from libc_cv_cc_nofma.
45638 * sysdeps/ieee754/dbl-64/Makefile: New file.
45639 * sysdeps/x86_64/fpu/multiarch/Makefile (libm-sysdep_routines):
45640 Remove brandred-fma4.
45641 (CFLAGS-brandred-fma4.c): Remove.
45642 * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Remove.
45643 * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c (__branred): Don't
45644 define.
45645 * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c (__branred): Don't
45646 define.
45647
45648 2012-03-21 H.J. Lu <hongjiu.lu@intel.com>
45649
45650 * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
45651 LLONG_MAX != LONG_MAX.
45652 (_itoa_word): Use _ITOA_WORD_TYPE on value.
45653 (_fitoa_word): Likewise.
45654 * stdio-common/_itowa.c: Check _ITOA_NEEDED instead of
45655 LLONG_MAX != LONG_MAX.
45656 * stdio-common/_itowa.h: Include <_itoa.h>.
45657 (_itowa_word): Use _ITOA_WORD_TYPE on value.
45658 (_itowa): New macro. Defined only if _ITOA_NEEDED is false.
45659 * sysdeps/generic/_itoa.h (_ITOA_NEEDED): New macro. Defined
45660 only if not defined.
45661 (_ITOA_WORD_TYPE): Likewise.
45662 (_itoa_word): Use _ITOA_WORD_TYPE on value.
45663 Check !_ITOA_NEEDED instead of LONG_MAX == LLONG_MAX.
45664
45665 2012-03-21 David S. Miller <davem@davemloft.net>
45666
45667 * sysdeps/sparc/fpu/libm-test-ulps: Update.
45668
45669 2012-03-21 H.J. Lu <hongjiu.lu@intel.com>
45670
45671 * sysdeps/unix/sysv/linux/configure.in: Check x86_64* instead
45672 of x86_64 when setting libc_cv_slibdir, libdir and
45673 libc_cv_localedir.
45674 * sysdeps/unix/sysv/linux/configure: Regenerated.
45675
45676 2012-03-21 Joseph Myers <joseph@codesourcery.com>
45677
45678 * manual/lang.texi (Old Varargs): Remove section.
45679 (How Variadic): Update menu.
45680 (va_start): Do not mention varargs.h.
45681
45682 2012-03-21 Thomas Schwinge <thomas@codesourcery.com>
45683 Joseph Myers <joseph@codesourcery.com>
45684
45685 * configure.in (libc_cv_ssp): Use LIBC_TRY_CC_OPTION instead of a
45686 link test.
45687 * configure: Regenerated.
45688
45689 2012-03-21 Thomas Schwinge <thomas@codesourcery.com>
45690
45691 * conform/conformtest.pl: Handle --tmpdir argument, defaulting to /tmp.
45692 * conform/run-conformtest.sh: Pass --tmpdir argument when invoking
45693 conformtest.pl
45694
45695 2012-03-21 Joseph Myers <joseph@codesourcery.com>
45696
45697 * NOTES: Remove.
45698 * Makefile (files-for-dist): Remove NOTES.
45699 (NOTES): Remove rule.
45700 * README: Don't refer to NOTES.
45701 * manual/creature.texi: Don't include macros.texi.
45702 * manual/intro.texi (creature.texi): Remove comment referring to
45703 NOTES.
45704
45705 * aclocal.m4 (LIBC_TRY_CC_OPTION): New macro.
45706 * configure.in (libc_cv_cc_submachine): Use LIBC_TRY_CC_OPTION.
45707 * configure: Regenerated.
45708 * sysdeps/i386/configure.in (libc_cv_cc_sse4): Use
45709 LIBC_TRY_CC_OPTION.
45710 (libc_cv_as_i686): Likewise.
45711 (libc_cv_cc_avx): Likewise.
45712 (libc_cv_cc_sse2avx): Likewise.
45713 (libc_cv_cc_fma4): Likewise.
45714 (libc_cv_cc_novzeroupper): Likewise.
45715 * sysdeps/i386/configure: Regenerated.
45716
45717 [BZ #13883]
45718 * sysdeps/i386/fpu/s_cexp.S: Remove.
45719 * sysdeps/i386/fpu/s_cexpf.S: Likewise.
45720 * sysdeps/i386/fpu/s_cexpl.S: Likewise.
45721 * math/libm-test.inc (cexp_test): Add more tests.
45722 * sysdeps/i386/fpu/libm-test-ulps: Update.
45723 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45724
45725 2012-03-21 Allan McRae <allan@archlinux.org>
45726
45727 * timezone/Makefile: Do not install iso3166.tab and zone.tab
45728
45729 2012-03-21 Joseph Myers <joseph@codesourcery.com>
45730
45731 [BZ #13871]
45732 * math/w_exp2.c: Do not include <float.h>.
45733 (o_threshold, u_threshold): Remove.
45734 (__exp2): Calculate result before checking finiteness and calling
45735 __kernel_standard.
45736 * math/w_exp2f.c: Likewise.
45737 * math/w_exp2l.c: Likewise.
45738 * math/libm-test.inc (exp2_test): Require overflow exception for
45739 1e6 input.
45740
45741 [BZ #3866]
45742 * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Test for y outside the
45743 range of signed 64-bit integers before using fistpll. Remove
45744 checks for whether integers fit in mantissa bits.
45745 * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Test for y outside
45746 the range of signed 32-bit integers before using fistpl. Remove
45747 checks for whether integers fit in mantissa bits.
45748 * sysdeps/i386/fpu/e_powl.S (p64): New object.
45749 (__ieee754_powl): Test for y outside the range of signed 64-bit
45750 integers before using fistpll. Reduce 64-bit values to 63-bit
45751 ones as needed.
45752 * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Ensure
45753 divide-by-zero is raised for zero to large negative powers.
45754 * sysdeps/x86_64/fpu/e_powl.S (p64): New object.
45755 (__ieee754_powl): Test for y outside the range of signed 64-bit
45756 integers before using fistpll. Reduce 64-bit values to 63-bit
45757 ones as needed.
45758 * math/libm-test.inc (pow_test): Add more tests.
45759
45760 2012-03-20 H.J. Lu <hongjiu.lu@intel.com>
45761
45762 * debug/backtracesymsfd.c: Include <_itoa.h> instead of
45763 <stdio-common/_itoa.h>.
45764 * debug/segfault.c: Likewise.
45765 * elf/dl-cache.c: Likewise.
45766 * elf/dl-minimal.c: Likewise.
45767 * elf/dl-misc.c: Likewise.
45768 * elf/dl-sysdep.c: Likewise.
45769 * elf/dl-version.c: Likewise.
45770 * elf/rtld.c: Likewise.
45771 * hurd/hurdsock.c: Likewise.
45772 * hurd/lookup-retry.c: Likewise.
45773 * malloc/malloc.c: Likewise.
45774 * malloc/mtrace.c: Likewise.
45775 * nscd/nscd_getgr_r.c: Likewise.
45776 * nscd/nscd_getpw_r.c: Likewise.
45777 * nscd/nscd_getserv_r.c: Likewise.
45778 * posix/getopt_init.c: Likewise.
45779 * posix/wordexp.c: Likewise.
45780 * stdio-common/_itoa.c: Likewise.
45781 * stdio-common/printf_fphex.c: Likewise.
45782 * stdio-common/vfprintf.c: Likewise.
45783 * string/_strerror.c: Likewise.
45784 * sysdeps/generic/elf/backtracesymsfd.c: Likewise.
45785 * sysdeps/i386/i686/hp-timing.h: Likewise.
45786 * sysdeps/mach/_strerror.c: Likewise.
45787 * sysdeps/mach/hurd/powerpc/register-dump.h: Likewise.
45788 * sysdeps/mach/hurd/sethostid.c: Likewise.
45789 * sysdeps/mach/hurd/xmknodat.c: Likewise.
45790 * sysdeps/mach/xpg-strerror.c: Likewise.
45791 * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
45792 * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
45793 * sysdeps/powerpc/powerpc32/register-dump.h: Likewise.
45794 * sysdeps/powerpc/powerpc64/dl-machine.c: Likewise.
45795 * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
45796 * sysdeps/powerpc/powerpc64/register-dump.h: Likewise.
45797 * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
45798 * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
45799 * sysdeps/unix/sysv/linux/fd_to_filename.h: Likewise.
45800 * sysdeps/unix/sysv/linux/futimes.c: Likewise.
45801 * sysdeps/unix/sysv/linux/i386/register-dump.h: Likewise.
45802 * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
45803 * sysdeps/unix/sysv/linux/s390/s390-32/register-dump.h: Likewise.
45804 * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
45805 * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
45806 * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Likewise.
45807 * sysdeps/unix/sysv/linux/sparc/sparc32/register-dump.h: Likewise.
45808 * sysdeps/unix/sysv/linux/sparc/sparc64/register-dump.h: Likewise.
45809 * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
45810 * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
45811 * sysdeps/unix/sysv/linux/x86_64/register-dump.h: Likewise.
45812
45813 * stdio-common/_itoa.c: Include <_itoa.h> instead of "_itoa.h".
45814
45815 * stdio-common/_itoa.h: Moved to ...
45816 * sysdeps/generic/_itoa.h: Here.
45817
45818 * stdio-common/_itowa.c: Include <_itowa.h> instead of "_itowa.h".
45819
45820 * stdio-common/printf_fphex.c: Include <_itoa.h> and <_itowa.h>
45821 instead of "_itoa.h" and "_itowa.h".
45822 * stdio-common/vfprintf.: Likewise.
45823
45824 2012-03-20 H.J. Lu <hongjiu.lu@intel.com>
45825
45826 * sysdeps/x86_64/fpu/bits/mathinline.h: Don't include
45827 <bits/wordsize.h>.
45828 (__signbitf): Check __x86_64__ instead of __WORDSIZE.
45829 (__signbit): Likwise.
45830 (llrintf): Likwise.
45831 (llrint): Likwise.
45832
45833 2012-03-20 H.J. Lu <hongjiu.lu@intel.com>
45834
45835 * sysdeps/x86_64/bits/setjmp.h (__jmp_buf): Support x86-64 with
45836 __WORDSIZE != 64.
45837
45838 2012-03-20 Joseph Myers <joseph@codesourcery.com>
45839
45840 * math/gen-libm-test.pl (%beautify): Add OVERFLOW_EXCEPTION and
45841 OVERFLOW_EXCEPTION_OK.
45842 * math/libm-test.inc ("Philosophy"): Update comment about
45843 exception testing.
45844 (OVERFLOW_EXCEPTION): Define.
45845 (OVERFLOW_EXCEPTION_OK): Likewise.
45846 (INVALID_EXCEPTION_OK): Renumber.
45847 (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
45848 (IGNORE_ZERO_INF_SIGN): Likewise.
45849 (test_exceptions): Handle FE_OVERFLOW.
45850 (exp10_test): Expect overflow exceptions.
45851 (exp2_test): Likewise.
45852 (expm1_test): Likewise.
45853 (nextafter_test): Likewise.
45854 (pow_test): Likewise.
45855 (scalbn_test): Likewise.
45856 (scalbln_test): Likewise.
45857
45858 2012-03-19 H.J. Lu <hongjiu.lu@intel.com>
45859
45860 * sysdeps/x86_64/bits/atomic.h
45861 (__arch_c_compare_and_exchange_val_64_acq): Use atomic64_t on
45862 64bit integer.
45863 (atomic_exchange_acq): Likewise.
45864 (__arch_exchange_and_add_body): Likewise.
45865 (__arch_add_body): Likewise.
45866 (atomic_add_negative): Likewise.
45867 (atomic_add_zero): Likewise.
45868
45869 2012-03-19 H.J. Lu <hongjiu.lu@intel.com>
45870
45871 * sysdeps/x86_64/fpu/bits/fenv.h: Don't include <bits/wordsize.h>.
45872 (fenv_t): Check __x86_64__ instead of __WORDSIZE.
45873
45874 2012-03-19 H.J. Lu <hongjiu.lu@intel.com>
45875
45876 * sysdeps/x86_64/bits/mathdef.h: Don't include <bits/wordsize.h>.
45877 Check __x86_64__ instead of __WORDSIZE.
45878
45879 2012-03-19 H.J. Lu <hongjiu.lu@intel.com>
45880
45881 * sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed: Support x32.
45882
45883 2012-03-19 David S. Miller <davem@davemloft.net>
45884
45885 * sysdeps/sparc/fpu/libm-test-ulps: Update.
45886
45887 * sysdeps/sparc/fpu/fenv_private.h: New file.
45888 * sysdeps/sparc/fpu/math_private.h: Use it.
45889 (libc_feholdexcept, libc_feholdexceptf, libc_feholdexceptl):
45890 Remove.
45891 (libc_feholdexcept_setround, libc_feholdexcept_setroundf)
45892 (libc_feholdexcept_setroundl): Remove.
45893 (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl):
45894 Remove.
45895 (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Remove.
45896 (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvf): Remove.
45897
45898 2012-03-19 H.J. Lu <hongjiu.lu@intel.com>
45899
45900 * sysdeps/x86_64/fpu/math_private.h (EXTRACT_WORDS64): Use
45901 int64_t instead of long int.
45902 (INSERT_WORDS64): Likwise.
45903
45904 2012-03-19 H.J. Lu <hongjiu.lu@intel.com>
45905
45906 * sysdeps/x86_64/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast
45907 _Unwind_GetCFA return to _Unwind_Ptr first.
45908
45909 2012-03-19 Joseph Myers <joseph@codesourcery.com>
45910
45911 [BZ #13629]
45912 * math/s_clog.c: Include <float.h>.
45913 (__clog): Scale large or subnormal inputs.
45914 * math/s_clogf.c: Likewise.
45915 * math/s_clogl.c: Likewise.
45916 * math/s_clog10.c: Include <float.h>.
45917 (M_LOG10_2): Define.
45918 (__clog10): Scale large or subnormal inputs.
45919 * math/s_clog10f.c: Likewise.
45920 * math/s_clog10l.c: Likewise.
45921 * math/libm-test.inc (clog_test): Add more tests.
45922 (clog10_test): Likewise.
45923 * sysdeps/i386/fpu/libm-test-ulps: Update.
45924 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45925
45926 [BZ #11451]
45927 * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Scale large
45928 x and y.
45929 * math/libm-test.inc (atan2_test): Add another test.
45930
45931 * Makerules (common-objdir-compile): Remove.
45932 * sysdeps/unix/Makefile (config-generated): Do not add
45933 $(unix-generated) to variable.
45934 [generic bits/local_lim.h] (mk-local_lim-CFLAGS): Remove variable.
45935 [generic bits/local_lim.h] ($(common-objpfx)bits/local_lim.h):
45936 Remove rule.
45937 [generic bits/local_lim.h] ($(common-objpfx)mk-local_lim):
45938 Likewise.
45939 [generic bits/local_lim.h] (before-compile): Do not append to
45940 variable.
45941 [generic bits/local_lim.h] (common-generated): Likewise.
45942 [generic sys/param.h] (before-compile): Do not append to variable.
45943 [generic sys/param.h] ($(common-objpfx)sys/param.h): Remove rule.
45944 [generic sys/param.h] ($(common-objpfx)param.h.c): Likewise.
45945 [generic sys/param.h] ($(common-objpfx)param.h.dep): Likewise.
45946 [generic sys/param.h] ($(common-objpfx)param.h.dep): Do not
45947 include.
45948 [generic sys/param.h] (sys/param.h-includes): Remove variable.
45949 [generic sys/param.h] (sys/param.h-includes): Remove rule.
45950 [generic sys/param.h] ($(addprefix
45951 $(common-objpfx),$(sys/param.h-includes))): Likewise.
45952 [generic sys/param.h] (common-generated): Do not append to
45953 variable.
45954 [generic sys/param.h] (sysdep_headers): Likewise.
45955 [generic bits/errno.h] (before-compile): Do not append to
45956 variable.
45957 [generic bits/errno.h] ($(common-objpfx)bits/errno.h): Remove
45958 rule.
45959 [generic bits/errno.h] ($(common-objpfx)make-errnos): Likewise.
45960 [generic bits/errno.h] ($(common-objpfx)make-errnos.c): Likewise.
45961 [generic bits/errno.h] ($(common-objpfx)errnos): Likewise.
45962 [generic bits/errno.h] (common-generated): Do not append to
45963 variable.
45964 [generic bits/ioctls.h] (before-compile): Do not append to
45965 variable.
45966 [generic bits/ioctls.h] ($(common-objpfx)bits/ioctls.h): Remove
45967 rule.
45968 [generic bits/ioctls.h] (ioctl-includes): Remove variable.
45969 [generic bits/ioctls.h] (make-ioctls-CFLAGS): Likewise.
45970 [generic bits/ioctls.h] ($(common-objpfx)make-ioctls): Remove
45971 rule.
45972 [generic bits/ioctls.h] ($(common-objpfx)make-ioctls.c): Likewise.
45973 [generic bits/ioctls.h] (bits_termios.h): Remove variable.
45974 [generic bits/ioctls.h] ($(common-objpfx)ioctls): Remove rule.
45975 [generic bits/ioctls.h] (common-generated): Do not append to
45976 variable.
45977 [generic sys/syscall.h] (syscall.h): Remove variable.
45978 [generic sys/syscall.h] ($(common-objpfx)sys/syscall.h): Remove
45979 rule.
45980 [generic sys/syscall.h] (before-compile): Do not append to
45981 variable.
45982 [generic sys/syscall.h] (common-generated): Likewise.
45983 * sysdeps/unix/errnos-tmpl.c: Remove file.
45984 * sysdeps/unix/errnos.awk: Likewise.
45985 * sysdeps/unix/ioctls-tmpl.c: Likewise.
45986 * sysdeps/unix/ioctls.awk: Likewise.
45987 * sysdeps/unix/mk-local_lim.c: Likewise.
45988 * sysdeps/unix/snarf-ioctls: Likewise.
45989
45990 2012-03-19 Richard Henderson <rth@twiddle.net>
45991
45992 * sysdeps/i386/fpu/fenv_private.h: New file.
45993 * sysdeps/i386/fpu/math_private.h: Use it.
45994 (math_opt_barrier, math_force_eval): Remove.
45995 (libc_feholdexcept_setround_53bit): Remove.
45996 (libc_feupdateenv_53bit): Remove.
45997 * sysdeps/x86_64/fpu/math_private.h: Likewise.
45998 (math_opt_barrier, math_force_eval): Remove.
45999 (libc_feholdexcept): Remove.
46000 (libc_feholdexcept_setround): Remove.
46001 (libc_fetestexcept, libc_fesetenv): Remove.
46002 (libc_feupdateenv_test): Remove.
46003 (libc_feupdateenv, libc_feholdsetround): Remove.
46004 (libc_feresetround): Remove.
46005
46006 * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Avoid the fldenv.
46007 * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Likewise.
46008
46009 * sysdeps/generic/math_private.h (default_libc_feupdateenv_test): New.
46010 (libc_feupdateenv_test, libc_feupdateenv_testf): New.
46011 (libc_feupdateenv_testl): New.
46012 * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv_test): New.
46013 (libc_feupdateenv_testf): New.
46014 (libc_feupdateenv): Use libc_feupdateenv_test.
46015 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use libc_feupdateenv_test.
46016 * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Likewise.
46017
46018 * sysdeps/generic/math_private.h (libc_feholdsetround): New.
46019 (libc_feholdsetroundf, libc_feholdsetroundl): New.
46020 (libc_feresetround, libc_feresetroundf, libc_feresetroundl): New.
46021 (libc_feresetround_noex): New.
46022 (libc_feresetround_noexf): New.
46023 (libc_feresetround_noexl): New.
46024 (SET_RESTORE_ROUND, SET_RESTORE_ROUNDF, SET_RESTORE_ROUNDL): New.
46025 (SET_RESTORE_ROUND_NOEX, SET_RESTORE_ROUND_NOEXF): New.
46026 (SET_RESTORE_ROUND_NOEXL, SET_RESTORE_ROUND_53BIT): New.
46027 * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use
46028 SET_RESTORE_ROUND.
46029 * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
46030 * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use SET_RESTORE_ROUND_53BIT.
46031 (__cos): Likewise.
46032 * sysdeps/ieee754/dbl-64/s_tan.c (__tan): Likewise.
46033 * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Use
46034 SET_RESTORE_ROUND_NOEX.
46035 * sysdeps/ieee754/dbl-64/e_exp2f.c (__ieee754_exp2f): Use
46036 SET_RESTORE_ROUND_NOEXF.
46037 * sysdeps/ieee754/flt-32/e_expf.c (__ieee754_expf): Likewise.
46038 * sysdeps/x86_64/fpu/math_private.h (libc_feholdsetround): New.
46039 (libc_feholdsetroundf): New.
46040 (libc_feresetround, libc_feresetroundf): New.
46041
46042 * sysdeps/i386/fpu/math_private.h: Include <fenv.h>, <fpu_control.h>.
46043 (libc_feholdexcept_setround_53bit): Convert from macro to function.
46044 (libc_feupdateenv_53bit): Likewise. Don't force _FPU_EXTENDED.
46045
46046 * sysdeps/generic/math_private.h: Include <fenv.h>.
46047 (default_libc_feholdexcept): New.
46048 (default_libc_feholdexcept_setround): New.
46049 (default_libc_fesetenv, default_libc_feupdateenv): New.
46050 (libc_feholdexcept): Only define if undefined.
46051 (libc_feholdexceptf, libc_feholdexceptl): Likewise.
46052 (libc_feholdexcept_setround, libc_feholdexcept_setroundf): Likewise.
46053 (libc_feholdexcept_setroundl): Likewise.
46054 (libc_feholdexcept_setround_53bit): Likewise.
46055 (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl): Likewise.
46056 (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Likewise.
46057 (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvl): Likewise.
46058 (libc_feupdateenv_53bit): Likewise.
46059 * sysdeps/x86_64/fpu/math_private.h: Include <fenv.h>.
46060 (libc_feholdexcept): Convert from macro to inline function.
46061 (libc_feholdexcept_setround, libc_fetestexcept): Likewise.
46062 (libc_fesetenv, libc_feupdateenv): Likewise.
46063
46064 * sysdeps/generic/math_private.h (GET_HIGH_WORD): Define only if
46065 not previously defined.
46066 (GET_LOW_WORD, EXTRACT_WORDS64, INSERT_WORDS): Likewise.
46067 (INSERT_WORDS64, SET_HIGH_WORD, SET_LOW_WORD): Likewise.
46068 (GET_FLOAT_WORD, SET_FLOAT_WORD): Likewise.
46069 * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: New file.
46070 * sysdeps/ieee754/flt-32/math_private.h: New file.
46071 * sysdeps/x86_64/fpu/math_private.h: Move the include_next of
46072 math_private.h below SET_FLOAT_WORD.
46073 (__isnan, __isinf_ns, __finite): Remove.
46074 (__isnanf, __isinf_nsf, __finitef): Remove.
46075
46076 2012-03-18 Andreas Schwab <schwab@linux-m68k.org>
46077
46078 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
46079
46080 2012-03-17 David S. Miller <davem@davemloft.net>
46081
46082 [BZ #6471]
46083 * sysdeps/unix/sysv/linux/sparc/Versions: Add __getshmlba entry
46084 for 2.16.
46085
46086 2012-03-16 David S. Miller <davem@davemloft.net>
46087
46088 * sysdeps/unix/sysv/linux/shmat.c (shmat): Use -1l to avoid
46089 warnings.
46090
46091 [BZ #6471]
46092 * sysdeps/unix/sysv/linux/shmat.c (shmat): Test for syscall errors
46093 properly.
46094 * sysdeps/unix/sysv/linux/sparc/getshmlba.c: New file.
46095 * sysdeps/unix/sysv/linux/sparc/Makefile: Add getshmlba to
46096 sysdep_routines when subdir is sysvipc.
46097 * sysdeps/unix/sysv/linux/sparc/bits/shm.h (SHMLBA): Use new
46098 __getshmlba helper.
46099
46100 * sysdeps/sparc/fpu/libm-test/ulps: Update.
46101
46102 2012-03-16 H.J. Lu <hongjiu.lu@intel.com>
46103
46104 * sysdeps/x86_64/ffsll.c (ffsl): Define alias only under
46105 [__LP64__].
46106
46107 2012-03-16 H.J. Lu <hongjiu.lu@intel.com>
46108
46109 * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Moved to ...
46110 * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c: This.
46111 (__lround): Renamed to ...
46112 (__llround): This. Replace long int with long long int.
46113 Define lround functions as aliases of llround functions.
46114 * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Empty file.
46115
46116 2012-03-16 H.J. Lu <hongjiu.lu@intel.com>
46117
46118 * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
46119 Use greg_t on sp. Use unsigned int on idx_uc_link. Cast
46120 adresses to uintptr_t. Replace "long int" and "unsigned long
46121 int" with "greg_t" on va_arg.
46122
46123 2012-03-16 H.J. Lu <hongjiu.lu@intel.com>
46124
46125 * sysdeps/generic/ldconfig.h (FLAG_X8664_LIBX32): New macro.
46126 * elf/cache.c (print_entry): Handle FLAG_X8664_LIBX32.
46127
46128 * sysdeps/unix/sysv/linux/i386/readelflib.c (process_elf_file):
46129 Move e_machine check before EI_CLASS check. Handle x32
46130 libraries. Check EM_IA_64 only if SKIP_EM_IA_64 isn't defined.
46131 * sysdeps/unix/sysv/linux/x86_64/readelflib.c: Just define
46132 SKIP_EM_IA_64 and include
46133 <sysdeps/unix/sysv/linux/i386/readelflib.c>.
46134
46135 * sysdeps/unix/sysv/linux/x86_64/dl-cache.h:
46136 Don't include <sysdeps/unix/sysv/linux/sparc/dl-cache.h>.
46137 (add_system_dir): New macro.
46138
46139 * sysdeps/unix/sysv/linux/x86_64/ldconfig.h
46140 (SYSDEP_KNOWN_INTERPRETER_NAMES): Add /libx32/ld-linux-x32.so.2.
46141
46142 2012-03-16 Joseph Myers <joseph@codesourcery.com>
46143
46144 [BZ #2551]
46145 [BZ #2552]
46146 [BZ #2553]
46147 [BZ #2554]
46148 [BZ #2562]
46149 [BZ #2563]
46150 [BZ #2565]
46151 [BZ #2566]
46152 [BZ #2576]
46153 * math/w_j0.c (j0): Don't produce TLOSS errors for POSIX libm.
46154 (y0): Likewise.
46155 * math/w_j0f.c (j0f): Likewise.
46156 (y0f): Likewise.
46157 * math/w_j0l.c (__j0l): Likewise.
46158 (__y0l): Likewise.
46159 * math/w_j1.c (j1): Likewise.
46160 (y1): Likewise.
46161 * math/w_j1f.c (j1f): Likewise.
46162 (y1f): Likewise.
46163 * math/w_j1l.c (__j1l): Likewise.
46164 (__y1l): Likewise.
46165 * math/w_jn.c (jn): Likewise.
46166 (yn): Likewise.
46167 * math/w_jnf.c (jnf): Likewise.
46168 (ynf): Likewise.
46169 * math/w_jnl.c (__jnl): Likewise.
46170 (__ynl): Likewise.
46171 * math/libm-test.inc (j0_test): Add more tests.
46172 (j1_test): Likewise.
46173 (jn_test): Likewise. Add trailing semicolon to existing test.
46174 (y0_test): Likewise.
46175 (y1_test): Likewise.
46176 * sysdeps/i386/fpu/libm-test-ulps: Update.
46177 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46178
46179 [BZ #13851]
46180 [BZ #13854]
46181 * sysdeps/ieee754/dbl-64/s_tan.c (tan): Use
46182 libc_feholdexcept_setround_53bit and libc_feupdateenv_53bit.
46183 * sysdeps/ieee754/ldbl-96/k_tanl.c: New file.
46184 * sysdeps/ieee754/ldbl-96/s_tanl.c: Include <errno.h>.
46185 (__tanl): Set errno for infinite argument.
46186 * sysdeps/i386/fpu/mptan.c: Remove.
46187 * sysdeps/i386/fpu/s_tan.S: Likewise.
46188 * sysdeps/i386/fpu/s_tanl.S: Likewise.
46189 * sysdeps/x86_64/fpu/k_tanl.c: Likewise.
46190 * sysdeps/x86_64/fpu/s_tanl.S: Likewise.
46191 * math/libm-test.inc (tan_test): Add more tests and enable more
46192 tests for double and long double.
46193 * sysdeps/i386/fpu/libm-test-ulps: Update.
46194 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46195
46196 2012-03-16 Jan Kratochvil <jan.kratochvil@redhat.com>
46197
46198 * sysdeps/x86_64/elf/start.S: Include <sysdep.h>.
46199 (_start): Add cfi_startproc, cfi_undefined for rip and cfi_endproc.
46200
46201 2012-03-16 Roland McGrath <roland@hack.frob.com>
46202
46203 * aclocal.m4 (LIBC_PRECONFIGURE): New macro.
46204 * configure.in: Use it for both main tree and add-ons.
46205 * configure: Regenerated.
46206
46207 2012-03-16 H.J. Lu <hongjiu.lu@intel.com>
46208
46209 * time/offtime.c (__offtime): Use time_t on days, rem, y and yg.
46210
46211 2012-03-16 Joseph Myers <joseph@codesourcery.com>
46212
46213 * sysdeps/ieee754/ldbl-96/t_sincosl.c: Include generator program
46214 in comment.
46215
46216 [BZ #13851]
46217 * sysdeps/ieee754/ldbl-96/e_rem_pio2l.c: New file.
46218 * sysdeps/ieee754/ldbl-96/k_cosl.c: Likewise.
46219 * sysdeps/ieee754/ldbl-96/k_sinl.c: Likewise.
46220 * sysdeps/ieee754/ldbl-96/t_sincosl.c: Likewise.
46221 * sysdeps/ieee754/ldbl-96/s_cosl.c (__cosl): Correct test for
46222 infinite argument.
46223 * sysdeps/ieee754/ldbl-96/s_sinl.c (__sinl): Likewise.
46224 * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Handle __FLT_EVAL_METHOD__
46225 != 0 for prec == 2.
46226 * sysdeps/i386/fpu/e_rem_pio2l.c: Remove.
46227 * sysdeps/i386/fpu/k_rem_pio2.c: Likewise.
46228 * sysdeps/i386/fpu/s_cosl.S: Likewise.
46229 * sysdeps/i386/fpu/s_sincosl.S: Likewise.
46230 * sysdeps/i386/fpu/s_sinl.S: Likewise.
46231 * sysdeps/x86_64/fpu/e_rem_pio2l.c: Likewise.
46232 * sysdeps/x86_64/fpu/k_cosl.c: Likewise.
46233 * sysdeps/x86_64/fpu/k_sinl.c: Likewise.
46234 * sysdeps/x86_64/fpu/s_cosl.S: Likewise.
46235 * sysdeps/x86_64/fpu/s_sincosl.S: Likewise.
46236 * sysdeps/x86_64/fpu/s_sinl.S: Likewise.
46237 * math/libm-test.inc (cos_test): Add more tests and enable more
46238 tests for long double.
46239 (sin_test): Likewise.
46240 (sincos_test): Likewise.
46241 * sysdeps/i386/fpu/libm-test-ulps: Update.
46242 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46243
46244 2012-03-16 David S. Miller <davem@davemloft.net>
46245
46246 * sysdeps/sparc/fpu/math_private.h: New file.
46247
46248 2012-03-15 David S. Miller <davem@davemloft.net>
46249
46250 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma-vis3.S: New
46251 file.
46252 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma.c: New file.
46253 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf-vis3.S: New
46254 file.
46255 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf.c: New file.
46256 * sysdeps/sparc/sparc64/fpu/multiarch/s_fma-vis3.S: New file.
46257 * sysdeps/sparc/sparc64/fpu/multiarch/s_fma.c: New file.
46258 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf-vis3.S: New file.
46259 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf.c: New file.
46260 * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add fma/fmaf
46261 sysdep routines.
46262 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
46263
46264 * sysdeps/sparc/sparc32/fpu/s_fma.c: New file.
46265 * sysdeps/sparc/sparc64/fpu/s_fma.c: New file.
46266
46267 * sysdeps/sparc/sparc-ifunc.h: New file.
46268 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Use
46269 sparc-ifunc.h
46270 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
46271 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S:
46272 Likewise.
46273 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S:
46274 Likewise.
46275 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: Likewise.
46276 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: Likewise.
46277 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
46278 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
46279 Likewise.
46280 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
46281 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: Likewise.
46282 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
46283 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: Likewise.
46284 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S:
46285 Likewise.
46286 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S:
46287 Likewise.
46288 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
46289 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: Likewise.
46290 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: Likewise.
46291 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: Likewise.
46292 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
46293 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
46294 * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: Likewise.
46295 * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: Likewise.
46296 * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
46297 * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
46298 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: Likewise.
46299 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: Likewise.
46300 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: Likewise.
46301 * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: Likewise.
46302 * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: Likewise.
46303 * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: Likewise.
46304 * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: Likewise.
46305 * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: Likewise.
46306 * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: Likewise.
46307 * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: Likewise.
46308 * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: Likewise.
46309 * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: Likewise.
46310 * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: Likewise.
46311 * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: Likewise.
46312
46313 2012-03-15 Andreas Schwab <schwab@linux-m68k.org>
46314
46315 * sysdeps/powerpc/fpu/e_hypotf.c: Use double precision instead of
46316 scaling.
46317 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
46318
46319 2012-03-15 Andreas Jaeger <aj@suse.de>
46320
46321 [BZ #13852]
46322 * sysdeps/i386/fpu/e_rem_pio2f.c: Delete so that i386 uses the
46323 ieee754/flt-32 implementation for sin, cos and sincos.
46324 * sysdeps/i386/fpu/k_rem_pio2f.c: Likewise.
46325 * sysdeps/i386/fpu/s_cosf.S: Likewise.
46326 * sysdeps/i386/fpu/s_sincosf.S: Likewise.
46327 * sysdeps/i386/fpu/s_sinf.S: Likewise.
46328 * sysdeps/i386/fpu/s_tanf.S: Delete so that i386 uses the
46329 ieee754/flt-32 implementation for tan.
46330
46331 * math/libm-test.inc (cos_test): Enable some large input tests for
46332 float as well
46333 (sin_test): Likewise.
46334 (sincos_test): Likewise.
46335 (tan_test): Add tests for large input.
46336
46337 * sysdeps/i386/fpu/libm-test-ulps: Update.
46338
46339 2012-03-15 Andreas Jaeger <aj@suse.de>
46340
46341 [BZ #13658]
46342 * math/libm-test.inc (cos_test): Add more test cases.
46343 (sin_test): Likewise.
46344 (sincos_test): Likewise.
46345
46346 2012-03-15 Andreas Jaeger <aj@suse.de>
46347
46348 [BZ #13837]
46349 * math/libm-test.inc (cos_test): Add a test case for large input
46350 value.
46351 (sin_test): Likewise.
46352 (sincos_test): Likewise.
46353
46354 2012-03-15 Andreas Jaeger <aj@suse.de>
46355 Joseph Myers <joseph@codesourcery.com>
46356
46357 [BZ #13658]
46358 * sysdeps/x86_64/fpu/s_sincos.S: Delete files so that
46359 x86-64 and i386 use the iee754/dbl-64 sin and cos implementation.
46360 * sysdeps/i386/fpu/branred.c: Likewise.
46361 * sysdeps/i386/fpu/dosincos.c: Likewise.
46362 * sysdeps/i386/fpu/mpa.c: Likewise.
46363 * sysdeps/i386/fpu/s_cos.S: Likewise.
46364 * sysdeps/i386/fpu/s_sin.S: Likewise.
46365 * sysdeps/i386/fpu/s_sincos.S: Likewise.
46366 * sysdeps/i386/fpu/sincos32.c: Likewise.
46367
46368 * sysdeps/generic/math_private.h (libc_feholdexcept_setround_53bit):
46369 Define.
46370 (libc_feupdateenv_53bit): Define.
46371 * sysdeps/i386/fpu/math_private.h (libc_feholdexcept_setround_53bit):
46372 Define.
46373 (libc_feupdateenv_53bit): Define.
46374
46375 * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Do double arithmetic in
46376 53 bit (without extend i386 double precision).
46377
46378 * math/libm-test.inc (sincos_test): Add tests for large input.
46379 (sin): Likewise.
46380 (cos): Likewise.
46381
46382 * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
46383
46384 2012-03-15 Andreas Schwab <schwab@linux-m68k.org>
46385
46386 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
46387
46388 2012-03-15 David S. Miller <davem@davemloft.net>
46389
46390 * sysdeps/sparc/sparc64/fpu/s_fmax.S: New file.
46391 * sysdeps/sparc/sparc64/fpu/s_fmaxf.S: New file.
46392 * sysdeps/sparc/sparc64/fpu/s_fmin.S: New file.
46393 * sysdeps/sparc/sparc64/fpu/s_fminf.S: New file.
46394 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: New file.
46395 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmaxf.S: New file.
46396 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: New file.
46397 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fminf.S: New file.
46398 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: New file.
46399 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf-vis3.S: New file.
46400 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: New file.
46401 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin-vis3.S: New file.
46402 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: New file.
46403 * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf-vis3.S: New file.
46404 * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: New file.
46405 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax-vis3.S: New
46406 file.
46407 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: New file.
46408 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf-vis3.S: New
46409 file.
46410 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: New file.
46411 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin-vis3.S: New
46412 file.
46413 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: New file.
46414 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf-vis3.S: New
46415 file.
46416 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: New file.
46417 * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new vis3
46418 fmin/fmax sysdep routines.
46419 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
46420
46421 2012-03-14 David S. Miller <davem@davemloft.net>
46422
46423 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: New file.
46424 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: New file.
46425 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: New file.
46426 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: New file.
46427 * sysdeps/sparc/sparc64/fpu/multiarch/s_finite-vis3.S: New file.
46428 * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: New file.
46429 * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef-vis3.S: New file.
46430 * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: New file.
46431 * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: New file.
46432 * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: New file.
46433 * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: New file.
46434 * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: New file.
46435 * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf-vis3.S: New file.
46436 * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: New file.
46437 * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff-vis3.S: New file.
46438 * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: New file.
46439 * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan-vis3.S: New file.
46440 * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: New file.
46441 * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf-vis3.S: New file.
46442 * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: New file.
46443 * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint-vis3.S: New file.
46444 * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: New file.
46445 * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf-vis3.S: New file.
46446 * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: New file.
46447 * sysdeps/sparc/sparc64/fpu/multiarch/s_rint-vis3.S: New file.
46448 * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: New file.
46449 * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf-vis3.S: New file.
46450 * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: New file.
46451 * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new VIS3
46452 routines.
46453 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: New
46454 file.
46455 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: New file.
46456 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S: New
46457 file.
46458 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: New file.
46459 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs-vis3.S: New
46460 file.
46461 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: New file.
46462 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf-vis3.S: New
46463 file.
46464 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: New file.
46465 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: New
46466 file.
46467 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: New file.
46468 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S: New
46469 file.
46470 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S: New
46471 file.
46472 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint-vis3.S: New
46473 file.
46474 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: New
46475 file.
46476 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf-vis3.S:
46477 New file.
46478 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S: New
46479 file.
46480 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint-vis3.S: New
46481 file.
46482 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: New file.
46483 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf-vis3.S: New
46484 file.
46485 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: New file.
46486 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt-vis3.S: New
46487 file.
46488 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: New file.
46489 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf-vis3.S: New
46490 file.
46491 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: New file.
46492 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new
46493 VIS3 routines.
46494
46495 * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
46496 New file.
46497
46498 * sysdeps/sparc/fpu/libm-test-ulps: Update.
46499
46500 * sysdeps/sparc/configure.in: New file.
46501 * sysdeps/sparc/configure: Generate.
46502 * configure.in (libc_cv_sparc_as_vis3): Substitute.
46503 * configure: Regenerate.
46504 * config.h.in (HAVE_AS_VIS3_SUPPORT): New.
46505 * config.make.in (have-as-vis3): New.
46506 * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-*): If VIS3 is
46507 available use -Av9d instead of -Av9a.
46508 * sysdeps/sparc/sparc64/Makefile: Likewise.
46509 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: New file.
46510 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign-vis3.S:
46511 New file.
46512 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S: New
46513 file.
46514 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf-vis3.S:
46515 New file.
46516 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S: New
46517 file.
46518 * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: New file.
46519 * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit-vis3.S: New file.
46520 * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: New file.
46521 * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf-vis3.S: New file.
46522 * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: New file.
46523
46524 * sysdeps/sparc/sparc64/fpu/s_copysign.S (__copysign): Use
46525 fzeros/fnegs to load 0x80000000 into a float register instead of
46526 using the stack.
46527 * sysdeps/sparc/sparc64/fpu/s_copysignf.S (__copysignf): Likewise.
46528
46529 2012-03-14 Joseph Myers <joseph@codesourcery.com>
46530
46531 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
46532 bits/syscall.h.
46533 ($(objpfx)syscall-%.h): Rename rule to $(objpfx)bits/syscall%h.
46534 ($(objpfx)syscall-%.d): Rename rule to $(objpfx)bits/syscall%d.
46535 ($(inst_includedir)/bits/syscall.h): Remove rule.
46536 ($(objpfx)bits/syscall.d): Include instead of
46537 $(objpfx)syscall-list.d.
46538 (generated): Change syscall-list.h and syscall-list.d to
46539 bits/syscall.h and bits/syscall.d.
46540
46541 2012-03-14 Roland McGrath <roland@hack.frob.com>
46542
46543 [BZ #13846]
46544 * manual/llio.texi (Memory-mapped I/O): Fix wrong function name.
46545
46546 2012-03-14 Joseph Myers <joseph@codesourcery.com>
46547
46548 [BZ #13841]
46549 * math/s_csqrt.c: Include <float.h>.
46550 (__csqrt): Scale large or subnormal inputs.
46551 * math/s_csqrtf.c: Likewise.
46552 * math/s_csqrtl.c: Likewise.
46553 * math/libm-test.inc (csqrt_test): Add more tests.
46554 * sysdeps/i386/fpu/libm-test-ulps: Update.
46555 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46556
46557 [BZ #13840]
46558 * math/libm-test.inc (hypot_test): Add more tests.
46559
46560 2012-03-13 David S. Miller <davem@davemloft.net>
46561
46562 [BZ #13840]
46563 * sysdeps/ieee754/flt-32/e_hypotf.c (__ieee754_hypotf): Rewrite to use
46564 double-precision for the calculation instead of scaling.
46565
46566 2012-03-13 Joseph Myers <joseph@codesourcery.com>
46567
46568 * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Do not
46569 manipulate bits before adding and subtracting TWO52[sx].
46570 * sysdeps/ieee754/dbl-64/s_rint.c (__rint): Likewise.
46571 * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c (__nearbyint):
46572 Likewise.
46573 * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c (__rint): Likewise.
46574
46575 2012-03-13 David S. Miller <davem@davemloft.net>
46576
46577 * sysdeps/sparc/Makefile: Remove rtld-global-offsets.sym handling.
46578 * sysdeps/sparc/elf/rtld-global-offsets.sym: Delete.
46579 * sysdeps/sparc/sparc64/multiarch/memcpy.S: Don't include
46580 rtld-global-offsets.h
46581 * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
46582
46583 * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Use expl for
46584 large parameters.
46585
46586 * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c: New file.
46587
46588 * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Declare syscall
46589 'err' in the ifdef scope in which it is actually used.
46590
46591 * nss/nss_db/db-init.c: Include string.h
46592
46593 2012-03-12 David S. Miller <davem@davemloft.net>
46594
46595 * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
46596 masking out of the most significant byte of random value used.
46597 * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
46598 Fix coding style in previous change.
46599
46600 * sysdeps/unix/sysv/linux/kernel-features.h
46601 (__ASSUME_CLONE_THREAD_FLAGS): Set on sparc when 2.5.64 and later.
46602 (__ASSUME_TGKILL): Set on sparc when 2.6.1 and later, simplify
46603 expression.
46604 (__ASSUME_FADVISE64_64_SYSCALL): Set on sparc when 2.6.1 and
46605 later.
46606
46607 2012-03-11 David S. Miller <davem@davemloft.net>
46608
46609 * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
46610 (__makecontext): Fix signedness of pointer casts setting up 'sp'.
46611 * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL) Use 'long'
46612 for 'resultvar' otherwise things get truncated on 64-bit.
46613
46614 * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
46615 Fix masking out of the most significant byte of random value used.
46616
46617 * sysdeps/sparc/fpu/libm-test-ulps: Update.
46618
46619 2012-03-10 Andreas Schwab <schwab@linux-m68k.org>
46620
46621 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
46622
46623 2012-03-09 David S. Miller <davem@davemloft.net>
46624
46625 * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Protect local
46626 variables with appropriate CPP guards.
46627 * sysdeps/sparc/sparc32/dl-trampoline.S: Propagate the stack_ptr
46628 from the frame pointer, not the stack pointer. Correct layout
46629 comments. Fix test on resulting framesize and the management of
46630 the outregs buffer for pltexit. Preserve floating point return
46631 values across _dl_call_pltexit call.
46632 * sysdeps/sparc/sparc64/dl-trampoline.S: Fix test on resulting
46633 framesize and the management of the outregs buffer for pltexit.
46634 Preserve floating point return values across _dl_call_pltexit
46635 call.
46636 * elf/sotruss-lib.c (la_sparc32_gnu_pltenter)
46637 (la_sparc64_gnu_pltenter, la_sparc32_gnu_pltexit)
46638 (la_sparc64_gnu_pltexit): New functions.
46639 (print_exit): Fix format string for return register value.
46640
46641 2012-03-10 Joseph Myers <joseph@codesourcery.com>
46642
46643 * sunrpc/Makefile (others): Add rpcgen.
46644 ($(objpfx)rpcgen): Remove special build rule and dependency on
46645 libc.
46646 * sunrpc/rpcgen.c: New file.
46647
46648 2012-03-09 Paul Eggert <eggert@cs.ucla.edu>
46649
46650 [BZ #13673]
46651 * posix/bug-regex33.c: Replace FSF snail mail address with URL.
46652 * stdio-common/bug-vfprintf-nargs.c: Likewise.
46653 * sysdeps/i386/crti.S: Likewise.
46654 * sysdeps/i386/crtn.S: Likewise.
46655 * sysdeps/powerpc/powerpc32/crti.S: Likewise.
46656 * sysdeps/powerpc/powerpc32/crtn.S: Likewise.
46657 * sysdeps/powerpc/powerpc64/crti.S: Likewise.
46658 * sysdeps/powerpc/powerpc64/crtn.S: Likewise.
46659 * sysdeps/sh/crti.S: Likewise.
46660 * sysdeps/sh/crtn.S: Likewise.
46661 * sysdeps/x86_64/fpu/e_expf.S: Likewise.
46662
46663 [BZ #13673]
46664 * locale/programs/charmap-kw.gperf: Replace FSF snail mail address
46665 with URL.
46666 * locale/programs/locfile-kw.gperf: Likewise.
46667 * locale/programs/charmap-kw.h: Regenerated.
46668 * locale/programs/locfile-kw.h: Likewise.
46669
46670 [BZ #13673]
46671 * intl/plural.y: Replace FSF snail mail address with URL.
46672 * intl/plural.c: Regenerated.
46673
46674 2012-03-09 Richard Henderson <rth@twiddle.net>
46675
46676 * include/math_private.h: Remove file.
46677 * math/math_private.h: Move file ...
46678 * sysdeps/generic/math_private.h: ... here.
46679
46680 * sysdeps/i386/fpu/math_private.h: Use include_next for math_private.h.
46681 * sysdeps/powerpc/fpu/math_private.h: Likewise.
46682 * sysdeps/x86_64/fpu/math_private.h: Likewise.
46683
46684 * sysdeps/i386/fpu/s_fpclassifyl.c: Use <> to include both <math.h>
46685 and <math_private.h>.
46686 * sysdeps/i386/fpu/s_isinfl.c: Likewise.
46687 * sysdeps/i386/fpu/s_isnanl.c: Likewise.
46688 * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
46689 * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
46690 * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
46691 * sysdeps/ieee754/dbl-64/branred.c: Likewise.
46692 * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
46693 * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
46694 * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
46695 * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
46696 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
46697 * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
46698 * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
46699 * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
46700 * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
46701 * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
46702 * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
46703 * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
46704 * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
46705 * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
46706 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
46707 * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
46708 * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
46709 * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
46710 * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
46711 * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
46712 * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
46713 * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
46714 * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
46715 * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
46716 * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
46717 * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
46718 * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
46719 * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
46720 * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
46721 * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
46722 * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
46723 * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
46724 * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
46725 * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
46726 * sysdeps/ieee754/dbl-64/s_fpclassify.c: Likewise.
46727 * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
46728 * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
46729 * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
46730 * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
46731 * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
46732 * sysdeps/ieee754/dbl-64/s_llrint.c: Likewise.
46733 * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
46734 * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
46735 * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
46736 * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
46737 * sysdeps/ieee754/dbl-64/s_lround.c: Likewise.
46738 * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
46739 * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
46740 * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
46741 * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
46742 * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
46743 * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
46744 * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
46745 * sysdeps/ieee754/dbl-64/s_signbit.c: Likewise.
46746 * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
46747 * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
46748 * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
46749 * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
46750 * sysdeps/ieee754/dbl-64/s_trunc.c: Likewise.
46751 * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
46752 * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
46753 * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
46754 * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: Likewise.
46755 * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: Likewise.
46756 * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
46757 * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
46758 * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
46759 * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
46760 * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: Likewise.
46761 * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf.c: Likewise.
46762 * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: Likewise.
46763 * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
46764 * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: Likewise.
46765 * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Likewise.
46766 * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
46767 * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Likewise.
46768 * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
46769 * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
46770 * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
46771 * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
46772 * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: Likewise.
46773 * sysdeps/ieee754/dbl-64/wordsize-64/s_trunc.c: Likewise.
46774 * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
46775 * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
46776 * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
46777 * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
46778 * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
46779 * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
46780 * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
46781 * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
46782 * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
46783 * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
46784 * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
46785 * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
46786 * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
46787 * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
46788 * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
46789 * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
46790 * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
46791 * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
46792 * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
46793 * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
46794 * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
46795 * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
46796 * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
46797 * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
46798 * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
46799 * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
46800 * sysdeps/ieee754/flt-32/s_cbrtf.c: Likewise.
46801 * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
46802 * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
46803 * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
46804 * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
46805 * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
46806 * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
46807 * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
46808 * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
46809 * sysdeps/ieee754/flt-32/s_fpclassifyf.c: Likewise.
46810 * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
46811 * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
46812 * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
46813 * sysdeps/ieee754/flt-32/s_isinff.c: Likewise.
46814 * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
46815 * sysdeps/ieee754/flt-32/s_llrintf.c: Likewise.
46816 * sysdeps/ieee754/flt-32/s_llroundf.c: Likewise.
46817 * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
46818 * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
46819 * sysdeps/ieee754/flt-32/s_lrintf.c: Likewise.
46820 * sysdeps/ieee754/flt-32/s_lroundf.c: Likewise.
46821 * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
46822 * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
46823 * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
46824 * sysdeps/ieee754/flt-32/s_remquof.c: Likewise.
46825 * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
46826 * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
46827 * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
46828 * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
46829 * sysdeps/ieee754/flt-32/s_signbitf.c: Likewise.
46830 * sysdeps/ieee754/flt-32/s_sincosf.c: Likewise.
46831 * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
46832 * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
46833 * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
46834 * sysdeps/ieee754/flt-32/s_truncf.c: Likewise.
46835 * sysdeps/ieee754/k_standard.c: Likewise.
46836 * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
46837 * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
46838 * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
46839 * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
46840 * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
46841 * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
46842 * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
46843 * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
46844 * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
46845 * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
46846 * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
46847 * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
46848 * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
46849 * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
46850 * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
46851 * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
46852 * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
46853 * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
46854 * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
46855 * sysdeps/ieee754/ldbl-128/k_cosl.c: Likewise.
46856 * sysdeps/ieee754/ldbl-128/k_sincosl.c: Likewise.
46857 * sysdeps/ieee754/ldbl-128/k_sinl.c: Likewise.
46858 * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
46859 * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
46860 * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
46861 * sysdeps/ieee754/ldbl-128/s_cbrtl.c: Likewise.
46862 * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
46863 * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
46864 * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
46865 * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
46866 * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
46867 * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
46868 * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
46869 * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
46870 * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
46871 * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
46872 * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
46873 * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: Likewise.
46874 * sysdeps/ieee754/ldbl-128/s_isinfl.c: Likewise.
46875 * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
46876 * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
46877 * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
46878 * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
46879 * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
46880 * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
46881 * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
46882 * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
46883 * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
46884 * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
46885 * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
46886 * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
46887 * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
46888 * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
46889 * sysdeps/ieee754/ldbl-128/s_roundl.c: Likewise.
46890 * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
46891 * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
46892 * sysdeps/ieee754/ldbl-128/s_signbitl.c: Likewise.
46893 * sysdeps/ieee754/ldbl-128/s_sincosl.c: Likewise.
46894 * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
46895 * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
46896 * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
46897 * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
46898 * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
46899 * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
46900 * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
46901 * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
46902 * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
46903 * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
46904 * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
46905 * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
46906 * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
46907 * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
46908 * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
46909 * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
46910 * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
46911 * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
46912 * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Likewise.
46913 * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
46914 * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
46915 * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
46916 * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
46917 * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
46918 * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
46919 * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
46920 * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Likewise.
46921 * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
46922 * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
46923 * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Likewise.
46924 * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
46925 * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
46926 * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c: Likewise.
46927 * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
46928 * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
46929 * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
46930 * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
46931 * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
46932 * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: Likewise.
46933 * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
46934 * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
46935 * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c: Likewise.
46936 * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
46937 * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
46938 * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
46939 * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
46940 * sysdeps/ieee754/ldbl-128ibm/s_remquol.c: Likewise.
46941 * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
46942 * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
46943 * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
46944 * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c: Likewise.
46945 * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
46946 * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
46947 * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
46948 * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
46949 * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
46950 * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
46951 * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
46952 * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
46953 * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
46954 * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
46955 * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
46956 * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
46957 * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
46958 * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
46959 * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
46960 * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
46961 * sysdeps/ieee754/ldbl-96/s_cbrtl.c: Likewise.
46962 * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
46963 * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
46964 * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
46965 * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
46966 * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
46967 * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
46968 * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
46969 * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
46970 * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
46971 * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
46972 * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: Likewise.
46973 * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
46974 * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
46975 * sysdeps/ieee754/ldbl-96/s_llrintl.c: Likewise.
46976 * sysdeps/ieee754/ldbl-96/s_llroundl.c: Likewise.
46977 * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
46978 * sysdeps/ieee754/ldbl-96/s_lrintl.c: Likewise.
46979 * sysdeps/ieee754/ldbl-96/s_lroundl.c: Likewise.
46980 * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
46981 * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
46982 * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
46983 * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
46984 * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
46985 * sysdeps/ieee754/ldbl-96/s_remquol.c: Likewise.
46986 * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
46987 * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
46988 * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
46989 * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
46990 * sysdeps/ieee754/ldbl-96/s_signbitl.c: Likewise.
46991 * sysdeps/ieee754/ldbl-96/s_sincosl.c: Likewise.
46992 * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
46993 * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
46994 * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
46995 * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
46996 * sysdeps/ieee754/s_lib_version.c: Likewise.
46997 * sysdeps/ieee754/s_matherr.c: Likewise.
46998 * sysdeps/ieee754/s_signgam.c: Likewise.
46999 * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
47000 * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
47001 * sysdeps/powerpc/fpu/e_rem_pio2f.c: Likewise.
47002 * sysdeps/powerpc/fpu/k_cosf.c: Likewise.
47003 * sysdeps/powerpc/fpu/k_rem_pio2f.c: Likewise.
47004 * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
47005 * sysdeps/powerpc/fpu/s_cosf.c: Likewise.
47006 * sysdeps/powerpc/fpu/s_float_bitwise.h: Likewise.
47007 * sysdeps/powerpc/fpu/s_isnan.c: Likewise.
47008 * sysdeps/powerpc/fpu/s_rint.c: Likewise.
47009 * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
47010 * sysdeps/powerpc/fpu/s_sinf.c: Likewise.
47011 * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
47012 * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
47013 * sysdeps/powerpc/powerpc32/fpu/s_llrintf.c: Likewise.
47014 * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
47015 * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
47016 * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
47017 * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
47018 * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
47019 * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
47020
47021 2012-03-09 Joseph Myers <joseph@codesourcery.com>
47022
47023 * sunrpc/rpc_cout.c: Remove __GNU_LIBRARY__ conditionals.
47024 * sunrpc/rpc_main.c: Likewise.
47025 * sunrpc/rpc_svcout.c: Likewise.
47026
47027 2012-03-09 David S. Miller <davem@davemloft.net>
47028
47029 * include/math_private.h: New file.
47030
47031 2012-03-09 Joseph Myers <joseph@codesourcery.com>
47032
47033 * sysdeps/unix/sysv/linux/bits/socket_type.h: New file.
47034 * sysdeps/unix/sysv/linux/sparc/bits/socket_type.h: Likewise.
47035 * sysdeps/unix/sysv/linux/bits/socket.h: Get enum __socket_type
47036 from <bits/socket_type.h>.
47037 (enum __socket_type): Don't define here.
47038 * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Remove.
47039 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
47040 bits/socket_type.h.
47041
47042 [BZ #13566]
47043 * libio/stdio.h (gets): Always declare for C++ up to C++11 without
47044 checking __USE_GNU.
47045
47046 * Makerules ($(inst_includedir)/%.h): New rule.
47047 * stdio-common/Makefile (headers): Add bits/stdio_lim.h.
47048 (install-others): Remove variable setting.
47049 ($(inst_includedir)/bits/stdio_lim.h): Remove rule.
47050
47051 2012-03-08 Richard Henderson <rth@twiddle.net>
47052
47053 * sysdeps/powerpc/fpu/math_private.h (__ieee754_sqrt): Convert
47054 from macro to inline function; merge with the
47055 !__LIBC_INTERNAL_MATH_INLINES version.
47056 (__ieee754_sqrtf): Likewise.
47057
47058 * sysdeps/x86_64/fpu/math_private.h (__rint): Convert from macro
47059 to inline function.
47060 (__rintf, __floor, __floorf): Likewise.
47061
47062 * sysdeps/x86_64/fpu/math_private.h (__ieee754_sqrt): Convert from
47063 macro to inline function.
47064 (__ieee754_sqrtf, __ieee754_sqrtl): Likewise.
47065
47066 * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Include <math_private.h>,
47067 not <math/math_private.h>.
47068
47069 2012-03-08 David S. Miller <davem@davemloft.net>
47070
47071 * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Update
47072 copyright year.
47073 * sysdeps/unix/sysv/linux/sparc/sysdep.h: Likewise.
47074
47075 2012-03-08 Thomas Schwinge <thomas@codesourcery.com>
47076
47077 * resolv/gai_misc.c (handle_requests): Fix struct timespec
47078 normalization.
47079 * rt/tst-cpuclock2.c (test_nanosleep): Likewise.
47080 * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
47081
47082 2012-03-08 Ulrich Drepper <drepper@gmail.com>
47083
47084 * stdio-common/tst-fphex.c: Various cleanups. The macros cannot
47085 be defined individually, they must be defined as a block. Define
47086 S for printing a string instead of hidint the different by using a
47087 macro for adding the 'l'.
47088 * stdio-common/tst-fphex-wide.c: Adjust.
47089
47090 2012-03-07 Marek Polacek <polacek@redhat.com>
47091
47092 * stdio-common/tst-long-dbl-fphex.c: Fix test for non ldbl-96 targets.
47093
47094 2012-03-08 Marek Polacek <polacek@redhat.com>
47095
47096 [BZ #13806]
47097 * stdio-common/Makefile (tests): Add tst-fphex-wide.
47098 * stdio-common/tst-fphex.c: Define a few macros to make the
47099 test reusable. Use them.
47100 * stdio-common/tst-fphex-wide.c: New file.
47101
47102 2012-03-08 Joseph Myers <joseph@codesourcery.com>
47103
47104 [BZ #6911]
47105 * manual/macros.texi (gnusystems): New macro.
47106 (nongnusystems): Likewise.
47107 (gnulinuxhurdsystems): Likewise.
47108 (gnuhurdsystems): Likewise..
47109 (gnulinuxsystems): Likewise.
47110 * manual/charset.texi: Use new macros or @theglibc{} to refer to
47111 variants of the GNU system, not "GNU system".
47112 * manual/conf.texi: Likewise.
47113 * manual/errno.texi: Likewise. Update example of errno macro
47114 expansion.
47115 * manual/filesys.texi: Likewise.
47116 (getumask): Document as specific to GNU/Hurd.
47117 * manual/install.texi: Likewise. Reword some references to
47118 GNU/Linux.
47119 * manual/intro.texi: Likewise.
47120 * manual/io.texi: Likewise.
47121 (File Name Portability): Detail which constraints are inapplicable
47122 to all GNU systems and which are only inapplicable to GNU/Hurd.
47123 * manual/job.texi: Likewise.
47124 * manual/llio.texi: Likewise.
47125 (O_NOCTTY): Document as present on GNU/Linux.
47126 * manual/maint.texi: Likewise.
47127 * manual/memory.texi: Likewise.
47128 * manual/pattern.texi: Likewise.
47129 * manual/pipe.texi: Likewise.
47130 * manual/process.texi: Likewise.
47131 * manual/resource.texi: Likewise.
47132 (RUSAGE_CHILDREN): Remove statement about specifying a particular
47133 child on GNU/Hurd.
47134 * manual/setjmp.texi: Likewise.
47135 * manual/signal.texi: Likewise.
47136 * manual/startup.texi: Likewise.
47137 * manual/stdio.texi: Likewise.
47138 * manual/terminal.texi: Likewise.
47139 (ONLCR): Document as POSIX.
47140 (OXTABS): Document availability on GNU/Linux as XTABS.
47141 (ONOEOT): Document availability separately from other bits.
47142 (VLNEXT, VDISCARD, VSTATUS): Document availability individually.
47143 * manual/time.texi: Likewise.
47144 * manual/users.texi: Likewise.
47145 * INSTALL: Regenerated.
47146 * sysdeps/gnu/errlist.c: Regenerated.
47147
47148 * aclocal.m4 (LIBC_TRY_LINK_STATIC): New macro.
47149 * configure.in (libc_cv_preinit_array): Use LIBC_TRY_LINK_STATIC.
47150 (libc_cv_ctors_header): Likewise. Use asm ("") instead of calling
47151 puts.
47152 * configure: Regenerated.
47153
47154 2012-03-07 Joseph Myers <joseph@codesourcery.com>
47155
47156 * sysdeps/i386/configure.in (cpuid.h): Use AC_CHECK_HEADER with no
47157 default includes instead of AC_HEADER_CHECK.
47158 * sysdeps/i386/configure: Regenerated.
47159
47160 [BZ #10716]
47161 * math/s_cacosh.c (__cacosh): Convert negative log results to 0.
47162 * math/s_cacoshf.c (__cacoshf): Likewise.
47163 * math/s_cacoshl.c (__cacoshl): Likewise.
47164 * math/s_casinh.c (__casinh): Set signs of result from argument.
47165 * math/s_casinhf.c (__casinhf): Likewise.
47166 * math/s_casinhl.c (__casinhl): Likewise.
47167 * math/libm-test.inc (cacos_test, cacosh_test, casin_test)
47168 (casinh_test): Add more tests.
47169 * sysdeps/i386/fpu/libm-test-ulps: Update.
47170 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47171
47172 2012-03-07 Ulrich Drepper <drepper@gmail.com>
47173
47174 * po/zh_TW.po: Update from translation team.
47175
47176 * login/Makefile (distribute): Remove variable.
47177 * catgets/Makefile: Likewise.
47178 * mach/Makefile: Likewise.
47179 * malloc/Makefile: Likewise.
47180 * misc/Makefile: Likewise.
47181 * iconv/Makefile: Likewise.
47182 * nscd/Makefile: Likewise.
47183 * hurd/Makefile: Likewise.
47184 * manual/Makefile: Likewise.
47185 * locale/Makefile: Likewise.
47186 * intl/Makefile: Likewise.
47187 * conform/Makefile: Likewise.
47188 * nss/Makefile: Likewise.
47189 * time/Makefile: Likewise.
47190 * soft-fp/Makefile: Likewise.
47191 * dirent/Makefile: Likewise.
47192 * gmon/Makefile: Likewise.
47193 * po/Makefile: Likewise.
47194 * rt/Makefile: Likewise.
47195 * socket/Makefile: Likewise.
47196 * math/Makefile: Likewise.
47197 * signal/Makefile: Likewise.
47198 * debug/Makefile: Likewise.
47199 * elf/Makefile: Likewise.
47200 * timezone/Makefile: Likewise.
47201 * stdlib/Makefile: Likewise.
47202 * iconvdata/Makefile: Likewise.
47203 * sunrpc/Makefile: Likewise.
47204 * io/Makefile: Likewise.
47205 * argp/Makefile: Likewise.
47206 * inet/Makefile: Likewise.
47207 * hesiod/Makefile: Likewise.
47208 * grp/Makefile: Likewise.
47209 * csu/Makefile: Likewise.
47210 * wctype/Makefile: Likewise.
47211 * crypt/Makefile: Likewise.
47212 * libio/Makefile: Likewise.
47213 * string/Makefile: Likewise.
47214 * nis/Makefile: Likewise.
47215 * resolv/Makefile: Likewise.
47216 * stdio-common/Makefile: Likewise.
47217 * wcsmbs/Makefile: Likewise.
47218 * dlfcn/Makefile: Likewise.
47219 * posix/Makefile: Likewise.
47220
47221 [BZ #6959]
47222 * timezone/Makefile: Don't install timezone files, just the programs
47223 and scripts.
47224
47225 2012-03-06 Ulrich Drepper <drepper@gmail.com>
47226
47227 * nss/databases.def: Add missing gshadow entry.
47228
47229 * stdio-common/vfprintf.c: Fix formatting. Missing copyright update.
47230
47231 2012-03-06 Marek Polacek <polacek@redhat.com>
47232
47233 [BZ #13726]
47234 * sysdeps/ieee754/ldbl-96/printf_fphex.c: Adjust position of wnumstr.
47235 * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
47236 * stdio-common/Makefile (tests): Add tst-long-dbl-fphex.
47237 * stdio-common/tst-long-dbl-fphex.c: New file.
47238
47239 2012-03-06 David S. Miller <davem@davemloft.net>
47240
47241 * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
47242 (set_obp_int): New function.
47243 (get_obp_int): New function.
47244 (__get_clockfreq_via_dev_openprom): Likewise.
47245 * sysdeps/unix/sysv/linux/sparc/sysdep.h (INTERNAL_SYSCALL_ERROR_P):
47246 Avoid unused variable warnings on 'val' and use builtin_expect.
47247 (INLINE_SYSCALL): Don't wrap INTERNAL_SYSCALL_ERROR_P with
47248 __builtin_expect.
47249 (INLINE_CLONE_SYSCALL): Likewise.
47250
47251 2012-03-05 David S. Miller <davem@davemloft.net>
47252
47253 * sysdeps/sparc/fpu/libm-test-ulps: Update.
47254
47255 2012-03-05 Andreas Schwab <schwab@linux-m68k.org>
47256
47257 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
47258
47259 * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Drop exp(-x) term
47260 only for |x| >= 40.
47261 * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
47262
47263 2012-03-05 H.J. Lu <hongjiu.lu@intel.com>
47264
47265 * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c (gettimeofday_ifunc):
47266 Replace gettimeofday with __vdso_gettimeofday.
47267
47268 * sysdeps/unix/sysv/linux/x86_64/init-first.c
47269 (_libc_vdso_platform_setup): Replace clock_gettime and getcpu with
47270 __vdso_clock_gettime and __vdso_getcpu.
47271
47272 * sysdeps/unix/sysv/linux/x86_64/time.c (time_ifunc): Replace
47273 time with __vdso_time.
47274
47275 2012-03-05 Joseph Myers <joseph@codesourcery.com>
47276
47277 * manual/lang.texi (size_t): Note types to which size_t may be
47278 equivalent with the GNU C Library, but do not describe when
47279 differences between them are significant.
47280
47281 2012-03-05 Andreas Jaeger <aj@suse.de>
47282
47283 * sysdeps/i386/fpu/libm-test-ulps: Update.
47284
47285 2012-03-05 Joseph Myers <joseph@codesourcery.com>
47286
47287 [BZ #3976]
47288 * sysdeps/ieee754/dbl-64/e_pow.c: Include <fenv.h>.
47289 (__ieee754_pow): Save and restore rounding mode and use
47290 round-to-nearest for main computations.
47291 * math/libm-test.inc (pow_test_tonearest): New function.
47292 (pow_test_towardzero): Likewise.
47293 (pow_test_downward): Likewise.
47294 (pow_test_upward): Likewise.
47295 (main): Call the new functions.
47296 * sysdeps/i386/fpu/libm-test-ulps: Update.
47297 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47298
47299 [BZ #3976]
47300 * math/libm-test.inc (cosh_test_tonearest): New function.
47301 (cosh_test_towardzero): Likewise.
47302 (cosh_test_downward): Likewise.
47303 (cosh_test_upward): Likewise.
47304 (sinh_test_tonearest): Likewise.
47305 (sinh_test_towardzero): Likewise.
47306 (sinh_test_downward): Likewise.
47307 (sinh_test_upward): Likewise.
47308 (main): Call the new functions.
47309 * sysdeps/i386/fpu/libm-test-ulps: Update.
47310 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47311
47312 2012-03-05 Tom de Vries <tom@codesourcery.com>
47313
47314 * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Ensure
47315 default stack guard is set in last bytes.
47316 * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Same.
47317
47318 2012-03-05 Kees Cook <keescook@chromium.org>
47319
47320 * stdio-common/vfprintf.c (vfprintf): add missing errno settings.
47321
47322 [BZ #13656]
47323 * stdio-common/vfprintf.c (vfprintf): Check for nargs overflow and
47324 possibly allocate from heap instead of stack.
47325 * stdio-common/bug-vfprintf-nargs.c: New file.
47326 * stdio-common/Makefile (tests): Add nargs overflow test.
47327
47328 2012-03-03 Andreas Schwab <schwab@linux-m68k.org>
47329
47330 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
47331
47332 2012-03-03 Marek Polacek <polacek@redhat.com>
47333
47334 * include/sys/cdefs.h: Remove __GNUC_PREREQ macro.
47335 * math/math_private.h: Likewise.
47336 * stdlib/tst-strtod.c: Likewise.
47337 * sysdeps/i386/i486/bits/atomic.h: Likewise.
47338 * sysdeps/x86_64/bits/atomic.h: Likewise.
47339
47340 2012-03-02 David S. Miller <davem@davemloft.net>
47341
47342 * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: New file.
47343 * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrintf.S: New file.
47344 * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: New file.
47345 * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrintf.S: New file.
47346 * sysdeps/sparc/sparc64/fpu/s_llrint.S: New file.
47347 * sysdeps/sparc/sparc64/fpu/s_llrintf.S: New file.
47348 * sysdeps/sparc/sparc64/fpu/s_lrint.S: New file.
47349 * sysdeps/sparc/sparc64/fpu/s_lrintf.S: New file.
47350
47351 2012-03-02 Roland McGrath <roland@hack.frob.com>
47352
47353 [BZ #13792]
47354 * manual/examples/README: New file, says the example source files
47355 can be used under GPL>=2.
47356 * manual/Makefile (%.c.texi): Eat the leading part of the file until a
47357 line containing just "*/".
47358 * manual/examples/add.c: Add copyright header (GPL>=2).
47359 * manual/examples/argp-ex1.c: Likewise.
47360 * manual/examples/argp-ex2.c: Likewise.
47361 * manual/examples/argp-ex3.c: Likewise.
47362 * manual/examples/argp-ex4.c: Likewise.
47363 * manual/examples/atexit.c: Likewise.
47364 * manual/examples/db.c: Likewise.
47365 * manual/examples/dir.c: Likewise.
47366 * manual/examples/dir2.c: Likewise.
47367 * manual/examples/execinfo.c: Likewise.
47368 * manual/examples/filecli.c: Likewise.
47369 * manual/examples/filesrv.c: Likewise.
47370 * manual/examples/fmtmsgexpl.c: Likewise.
47371 * manual/examples/genpass.c: Likewise.
47372 * manual/examples/inetcli.c: Likewise.
47373 * manual/examples/inetsrv.c: Likewise.
47374 * manual/examples/isockad.c: Likewise.
47375 * manual/examples/longopt.c: Likewise.
47376 * manual/examples/memopen.c: Likewise.
47377 * manual/examples/memstrm.c: Likewise.
47378 * manual/examples/mkfsock.c: Likewise.
47379 * manual/examples/mkisock.c: Likewise.
47380 * manual/examples/mygetpass.c: Likewise.
47381 * manual/examples/pipe.c: Likewise.
47382 * manual/examples/popen.c: Likewise.
47383 * manual/examples/rprintf.c: Likewise.
47384 * manual/examples/search.c: Likewise.
47385 * manual/examples/select.c: Likewise.
47386 * manual/examples/setjmp.c: Likewise.
47387 * manual/examples/sigh1.c: Likewise.
47388 * manual/examples/sigusr.c: Likewise.
47389 * manual/examples/stpcpy.c: Likewise.
47390 * manual/examples/strdupa.c: Likewise.
47391 * manual/examples/strftim.c: Likewise.
47392 * manual/examples/strncat.c: Likewise.
47393 * manual/examples/subopt.c: Likewise.
47394 * manual/examples/swapcontext.c: Likewise.
47395 * manual/examples/termios.c: Likewise.
47396 * manual/examples/testopt.c: Likewise.
47397 * manual/examples/testpass.c: Likewise.
47398 * manual/examples/timeval_subtract.c: Likewise.
47399
47400 [BZ #13792]
47401 * manual/time.texi (Elapsed Time): Move timeval_subtract example
47402 function to ...
47403 * manual/timeval_subtract.c.texi: ... here, new file.
47404
47405 2012-03-02 David S. Miller <davem@davemloft.net>
47406
47407 * sysdeps/sparc/fpu/libm-test-ulps: Update for recently added tests.
47408
47409 2012-03-02 Joseph Myers <joseph@codesourcery.com>
47410
47411 [BZ #3976]
47412 * sysdeps/ieee754/dbl-64/s_sin.c: Include <fenv.h>
47413 (__sin): Save and restore rounding mode and use round-to-nearest
47414 for all computations.
47415 (__cos): Save and restore rounding mode and use round-to-nearest
47416 for all computations.
47417 * sysdeps/ieee754/dbl-64/s_tan.c: Include "math_private.h" and
47418 <fenv.h>.
47419 (tan): Save and restore rounding mode and use round-to-nearest for
47420 all computations.
47421 * math/libm-test.inc (cos_test_tonearest): New function.
47422 (cos_test_towardzero): Likewise.
47423 (cos_test_downward): Likewise.
47424 (cos_test_upward): Likewise.
47425 (sin_test_tonearest): Likewise.
47426 (sin_test_towardzero): Likewise.
47427 (sin_test_downward): Likewise.
47428 (sin_test_upward): Likewise.
47429 (tan_test_tonearest): Likewise.
47430 (tan_test_towardzero): Likewise.
47431 (tan_test_downward): Likewise.
47432 (tan_test_upward): Likewise.
47433 (main): Call the new functions.
47434 * sysdeps/i386/fpu/libm-test-ulps: Update.
47435 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47436
47437 [BZ #10135]
47438 * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): First test for
47439 small n, then large n, before computing and testing k+n.
47440 * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
47441 * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c (__scalbln):
47442 Likewise.
47443 * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c (__scalbn):
47444 Likewise.
47445 * sysdeps/ieee754/flt-32/s_scalblnf.c (__scalblnf): Likewise.
47446 * sysdeps/ieee754/flt-32/s_scalbnf.c (__scalbnf): Likewise.
47447 * sysdeps/ieee754/ldbl-128/s_scalblnl.c (__scalblnl): Likewise.
47448 * sysdeps/ieee754/ldbl-128/s_scalbnl.c (__scalbnl): Likewise.
47449 * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
47450 * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
47451 * sysdeps/ieee754/ldbl-96/s_scalblnl.c (__scalblnl): Likewise.
47452 * sysdeps/ieee754/ldbl-96/s_scalbnl.c (__scalbnl): Likewise.
47453 * math/libm-test.inc (scalbn_test): Add more tests.
47454 (scalbln_test): Likewise.
47455
47456 * manual/filesys.texi (mode_t): Describe constraints on size and
47457 signedness, not exact equivalence to a particular type.
47458 (ino_t): Likewise.
47459 (ino64_t): Likewise.
47460 (dev_t): Likewise.
47461 (nlink_t): Likewise.
47462 (blkcnt_t): Likewise.
47463 (blkcnt64_t): Likewise.
47464 * manual/llio.texi (off_t): Likewise.
47465
47466 [BZ #3976]
47467 * sysdeps/ieee754/dbl-64/e_exp.c: Include <fenv.h>.
47468 (__ieee754_exp): Save and restore rounding mode and use
47469 round-to-nearest for all computations.
47470 * math/libm-test.inc (exp_test_tonearest): New function.
47471 (exp_test_towardzero): Likewise.
47472 (exp_test_downward): Likewise.
47473 (exp_test_upward): Likewise.
47474 (main): Call the new functions.
47475 * sysdeps/i386/fpu/libm-test-ulps: Update.
47476 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47477
47478 2012-03-01 Chris Demetriou <cgd@google.com>
47479
47480 * sysdeps/gnu/errlist-compat.awk: Don't depend on AWK internals to
47481 have predictable order.
47482
47483 2012-03-01 David S. Miller <davem@davemloft.net>
47484
47485 * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c: Delete.
47486
47487 * sysdeps/sparc/sparc64/fpu/s_finite.S: New file.
47488 * sysdeps/sparc/sparc64/fpu/s_finitef.S: New file.
47489 * sysdeps/sparc/sparc64/fpu/s_isinf.S: New file.
47490 * sysdeps/sparc/sparc64/fpu/s_isinff.S: New file.
47491
47492 * sysdeps/sparc/sparc32/fpu/s_signbit.S: New file.
47493 * sysdeps/sparc/sparc32/fpu/s_signbitf.S: New file.
47494 * sysdeps/sparc/sparc32/fpu/s_signbitl.S: New file.
47495 * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: New file.
47496 * sysdeps/sparc/sparc64/fpu/s_isnan.S: New file.
47497 * sysdeps/sparc/sparc64/fpu/s_isnanf.S: New file.
47498 * sysdeps/sparc/sparc64/fpu/s_signbit.S: New file.
47499 * sysdeps/sparc/sparc64/fpu/s_signbitf.S: New file.
47500 * sysdeps/sparc/sparc64/fpu/s_signbitl.S: New file.
47501
47502 * sysdeps/sparc/fpu/libm-test-ulps: Update.
47503
47504 * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Move...
47505 * sysdeps/sparc/fpu/libm-test-ulps: to here.
47506 * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Delete.
47507
47508 * sysdeps/sparc/crti.S: Remove HAVE_BINUTILS_GOTDATA checks.
47509 * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
47510 * sysdeps/sparc/sparc32/elf/start.S: Likewise.
47511 * sysdeps/sparc/sparc32/fpu/w_sqrt.S: Likewise.
47512 * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: Likewise.
47513 * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: Likewise.
47514 * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: Likewise.
47515 * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
47516 * sysdeps/sparc/sparc64/elf/start.S: Likewise.
47517 * sysdeps/sparc/sparc64/fpu/w_sqrt.S: Likewise.
47518 * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: Likewise.
47519 * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
47520 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
47521 * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
47522 * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
47523 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
47524 * config.h.in (HAVE_BINUTILS_GOTDATA): Delete.
47525 * sysdeps/sparc/elf/configure.in: Remove binutils GOTDATA checks.
47526 * sysdeps/sparc/elf/configure: Regenerated.
47527
47528 2012-03-01 Joseph Myers <joseph@codesourcery.com>
47529
47530 * configure.in (AS, LD): Require binutils 2.20 or later.
47531 * configure: Regenerated.
47532 * manual/install.texi (Tools for Compilation): Give binutils 2.20
47533 as required minimum version.
47534 * INSTALL: Regenerated.
47535
47536 [BZ #2541]
47537 [BZ #4108]
47538 * sysdeps/ieee754/flt-32/s_erff.c (__erfcf): Mask out one more bit
47539 before squaring exponent.
47540 * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfcl): Mask out whole
47541 bottom long double and 27 bits of top long double before squaring
47542 exponent.
47543 * math/libm-test.inc (erfc_test): Add more tests.
47544 * sysdeps/i386/fpu/libm-test-ulps: Update.
47545 * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
47546 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47547
47548 2012-03-01 Kai Tietz <ktietz@redhat.com>
47549
47550 * soft-fp/soft-fp.h (_FP_STRUCT_LAYOUT): New macro.
47551 * soft-fp/quad.h (_FP_UNION_Q): Use _FP_STRUCT_LAYOUT on struct
47552 containing bit-fields.
47553 * soft-fp/extended.h (_FP_UNION_E): Likewise.
47554 * soft-fp/single.h (_FP_UNION_S): Likewise.
47555 * soft-fp/double.h (_FP_UNION_D): Likewise.
47556
47557 2012-02-29 Joseph Myers <joseph@codesourcery.com>
47558
47559 [BZ #13786]
47560 * sysdeps/i386/i686/multiarch/strcmp.S [USE_AS_STRCASECMP_L]: Do
47561 not include ../strcmp.S.
47562 [USE_AS_STRNCASECMP_L]: Likewise.
47563 * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c
47564 (__strcasecmp_l_ia32): Define as alias to __strcasecmp_l_nonascii.
47565 * sysdeps/i386/i686/multiarch/strncase_l-c.c
47566 (__strncasecmp_l_ia32): Define as alias to
47567 __strncasecmp_l_nonascii.
47568
47569 [BZ #5794]
47570 * math/libm-test.inc (expm1_test): Add test for bug 5794.
47571 * sysdeps/i386/fpu/libm-test-ulps: Update.
47572 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47573
47574 * sysdeps/i386/fpu/libm-test-ulps: Reduce some expected errors.
47575 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47576
47577 2012-02-29 Jeff Law <law@redhat.com>
47578
47579 * resolv/res_query.c (__libc_res_nquerydomain): Avoid
47580 out of bounds read.
47581
47582 2012-02-29 Marek Polacek <polacek@redhat.com>
47583
47584 [BZ #13706]
47585 * elf/rtld.c (dl_main): Always set l_used to 1 for vDSO.
47586 * elf/Makefile: Add rules to run tst-unused-dep.out.
47587
47588 2012-02-28 David S. Miller <davem@davemloft.net>
47589
47590 * sysdeps/sparc/sparc32/fpu/w_sqrt.S: New file.
47591 * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: New file.
47592 * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: New file.
47593 * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: New file.
47594 * sysdeps/sparc/sparc64/fpu/w_sqrt.S: New file.
47595 * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: New file.
47596
47597 2012-02-29 Joseph Myers <joseph@codesourcery.com>
47598
47599 * math/libm-test.inc (llround_test): Move one test from
47600 lround_test. Use TEST_f_L in moved test.
47601 (lround_test): Move misplaced test to llround_test. Add testcase
47602 from bug 2561.
47603
47604 2012-02-28 Ulrich Drepper <drepper@gmail.com>
47605
47606 * sysdeps/x86_64/fpu/e_expf.S: New file.
47607 Contributed by Dmitrieva Liubov <liubov.dmitrieva@gmail.com>.
47608
47609 2012-02-28 Stanislav Brabec <sbrabec@suse.cz>
47610
47611 [BZ #13637]
47612 * posix/regex_internal.c (re_string_skip_chars): Fix miscomputation
47613 of remain_len that may cause incomplete multi-byte character and
47614 false match.
47615 * posix/bug-regex33.c: New file.
47616 * posix/Makefile (tests): Add bug-regex33.
47617
47618 2012-02-28 Joseph Myers <joseph@codesourcery.com>
47619
47620 * manual/macros.texi: New file.
47621 * Makefile (INSTALL, NOTES): Depend on manual/macros.texi.
47622 * manual/libc.texinfo: Include macros.texi.
47623 * manual/creatute.texi: Likewise.
47624 * manual/install.texi: Likewise.
47625 * manual/arith.texi: Use macros @Theglibc{}, @theglibc{} and
47626 @glibcadj{} in references to the GNU C Library.
47627 * manual/charset.texi: Likewise.
47628 * manual/conf.texi: Likewise.
47629 * manual/contrib.texi: Likewise. Consistently use "GNU C Library"
47630 when not using those macros.
47631 * manual/creature.texi: Likewise.
47632 * manual/crypt.texi: Likewise.
47633 * manual/errno.texi: Likewise.
47634 * manual/filesys.texi: Likewise.
47635 * manual/header.texi: Likewise.
47636 * manual/install.texi: Likewise.
47637 * manual/intro.texi: Likewise.
47638 * manual/io.texi: Likewise.
47639 * manual/job.texi: Likewise.
47640 * manual/lang.texi: Likewise.
47641 * manual/libc.texiinfo: Likewise.
47642 * manual/llio.texi: Likewise.
47643 * manual/locale.texi: Likewise.
47644 * manual/maint.texi: Likewise.
47645 * manual/math.texi: Likewise.
47646 * manual/memory.texi: Likewise.
47647 * manual/message.texi: Likewise.
47648 * manual/nss.texi: Likewise.
47649 * manual/pattern.texi: Likewise.
47650 * manual/process.texi: Likewise.
47651 * manual/resource.texi: Likewise.
47652 * manual/search.texi: Likewise.
47653 * manual/setjmp.texi: Likewise.
47654 * manual/signal.texi: Likewise.
47655 * manual/socket.texi: Likewise.
47656 * manual/startup.texi: Likewise.
47657 * manual/stdio.texi: Likewise.
47658 * manual/string.texi: Likewise.
47659 * manual/sysinfo.texi: Likewise.
47660 * manual/syslog.texi: Likewise.
47661 * manual/terminal.texi: Likewise.
47662 * manual/time.texi: Likewise.
47663 * manual/users.texi: Likewise.
47664 * INSTALL: Regenerated.
47665 * NOTES: Regenerated.
47666 * sysdeps/gnu/errlist.c: Regenerated.
47667
47668 2012-02-28 Andreas Schwab <schwab@linux-m68k.org>
47669
47670 * include/dirent.h: Include <dirstream.h> before
47671 <dirent/dirent.h>.
47672
47673 2012-02-28 David S. Miller <davem@davemloft.net>
47674
47675 * sysdeps/sparc/sparc32/fpu/s_copysign.S: New file.
47676 * sysdeps/sparc/sparc32/fpu/s_copysignf.S: New file.
47677 * sysdeps/sparc/sparc64/fpu/s_copysign.S: New file.
47678 * sysdeps/sparc/sparc64/fpu/s_copysignf.S: New file.
47679
47680 2012-02-27 David S. Miller <davem@davemloft.net>
47681
47682 * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: New file.
47683 * sysdeps/sparc/sparc32/sparcv9/fpu/s_floorf.S: New file.
47684 * sysdeps/sparc/sparc64/fpu/s_floor.S: New file.
47685 * sysdeps/sparc/sparc64/fpu/s_floorf.S: New file.
47686
47687 * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix accidental use of
47688 frame pointer instead of stack pointer relative arg slot.
47689 * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
47690 * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
47691 * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
47692
47693 2012-02-27 Carlos O'Donell <carlos_odonell@mentor.com>
47694
47695 [BZ #3992]
47696 * stdlib/fmtmsg.c: Use of uint32_t requires stdint.h.
47697
47698 2012-02-27 David S. Miller <davem@davemloft.net>
47699
47700 * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix comment formatting.
47701 * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
47702 * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
47703 * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: Likewise.
47704 * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
47705 * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
47706 * sysdeps/sparc/sparc64/fpu/s_rint.S: Likewise.
47707 * sysdeps/sparc/sparc64/fpu/s_rintf.S: Likewise.
47708
47709 2012-02-27 Joseph Myers <joseph@codesourcery.com>
47710
47711 * configure.in (CC): Restrict allowed GCC versions to 4.3 and
47712 later. Allow versions 5-9.
47713 * configure: Regenerated.
47714 * manual/install.texi (Tools for Compilation): Give GCC 4.3 as
47715 required minimum version and 4.6 as recommended version. Do not
47716 mention bugs in GCC 2.7 and 2.8.
47717 * INSTALL: Regenerated.
47718
47719 2012-02-27 David S. Miller <davem@davemloft.net>
47720
47721 * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: New file.
47722 * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: New file.
47723 * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: New file.
47724 * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: New file.
47725 * sysdeps/sparc/sparc64/fpu/s_ceil.S: New file.
47726 * sysdeps/sparc/sparc64/fpu/s_ceilf.S: New file.
47727 * sysdeps/sparc/sparc64/fpu/s_rint.S: New file.
47728 * sysdeps/sparc/sparc64/fpu/s_rintf.S: New file.
47729
47730 * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Do not
47731 manipulate bits before adding and subtracting TWO112[sx].
47732 * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
47733
47734 2012-02-27 Roland McGrath <roland@hack.frob.com>
47735
47736 [BZ #13775]
47737 * libio/bits/stdio-ldbl.h (vdprintf, dprintf): Put these under
47738 [__USE_XOPEN2K8] rather than [__USE_GNU], to match the stdio.h decls.
47739 * libio/stdio.h (vdprintf, dprintf): Remove comment about these not
47740 being in POSIX, because they are in 1003.1-2008.
47741
47742 * rt/tst-aio.c: Include <fcntl.h>.
47743 * rt/tst-aio7.c: Likewise.
47744 * rt/tst-aio64.c: Likewise.
47745
47746 * stdio-common/tst-fmemopen.c (main): Remove spurious const.
47747
47748 2012-02-27 Joseph Myers <joseph@codesourcery.com>
47749
47750 * manual/install.texi (--with-headers): Describe headers as
47751 interface headers, not private headers.
47752 (Specific advice for GNU/Linux systems): Describe use of headers
47753 from "make headers_install", not private headers from older
47754 kernels.
47755 * INSTALL: Regenerated.
47756 * sysdeps/unix/sysv/linux/configure.in (LIBC_LINUX_VERSION):
47757 Change to 2.6.19.
47758 * sysdeps/unix/sysv/linux/configure: Regenerated.
47759
47760 * manual/llio.texi (fclean): Remove documentation.
47761
47762 * manual/Makefile (libc-texi-generated): New variable. Include
47763 version.texi.
47764 (libc.dvi, libc.pdf, libc.info, libc/index.html): Depend on
47765 $(libc-texi-generated), not duplicated list of files.
47766 (version.texi, stamp-version): New rules.
47767 (realclean): Remove $(libc-texi-generated), not individual files
47768 from that list. Do not remove dir-add.texinfo.
47769 * manual/libc.texinfo: Comment out uses of edition numbers and
47770 references to printed manual. Remove last-updated dates.
47771 (EDITION): Comment out.
47772 (ISBN): Likewise.
47773 (VERSION, UPDATED): Remove.
47774 (version.texi): Include.
47775
47776 2012-02-27 Andreas Schwab <schwab@linux-m68k.org>
47777
47778 * sysdeps/posix/spawni.c: Include <signal.h>.
47779 * sysdeps/pthread/aio_cancel.c: Include <fcntl.h>.
47780 * sysdeps/pthread/aio_fsync.c: Likewise.
47781
47782 2012-02-26 Ulrich Drepper <drepper@gmail.com>
47783
47784 * conform/Makefile (tests): Run only when not cross-compiling and
47785 when fast-check is not defined.
47786
47787 * conform/conformtest.pl: XPG7 and POSIX2008 require C99.
47788 * conform/data/limits.h-data: Fixes for POSIX2008.
47789 * conform/run-conformtest.sh: Run all tests.
47790 * include/arpa/inet.h: Changes to allow conformtest.pl to use the
47791 headers.
47792 * include/bits/dlfcn.h: Likewise.
47793 * include/langinfo.h: Likewise.
47794 * include/monetary.h: Likewise.
47795 * include/sys/poll.h: Likewise.
47796
47797 * io/fcntl.h: Define AT_NO_AUTOMOUNT and AT_EMPTY_PATH only
47798 for __USE_GNU.
47799 * posix/spawn.h: Define __need_sigset_t.
47800 * posix/sys/wait.h: Don't include <sys/resource.h>, define id_t here.
47801 * posix/unistd.h: Declare ctermid only for XPG before XPG6.
47802 * rt/aio.h: Don't include fcntl.h and signal.h. Use bits/siginfo.h
47803 to get sigevent_t only.
47804 * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg and recvmmsg
47805 only for __USE_GNU.
47806 * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
47807 * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
47808 process_vm_writev only for __USE_GNU.
47809 * termios/termios.h: Declare tcgetsid also for POSIX2008.
47810
47811 * conform/Makefile: For now ignore errors from run-conformtest.
47812 * conform/conformtest.pl: Simplify code. Add -ansi to CFLAGS for
47813 POSIX to avoid namespace pollution. Don't prepend headers.
47814 * conform/data/aio.h-data: Fixes for POSIX testing.
47815 * conform/data/fcntl.h-data: Likewise.
47816 * conform/data/glob.h-data: Likewise.
47817 * conform/data/grp.h-data: Likewise.
47818 * conform/data/pthread.h-data: Likewise.
47819 * conform/data/pwd.h-data: Likewise.
47820 * conform/data/signal.h-data: Likewise.
47821 * conform/data/spawn.h-data: Likewise.
47822 * conform/data/stdio.h-data: Likewise.
47823 * conform/data/stdlib.h-data: Likewise.
47824 * conform/data/stropts.h-data: Likewise.
47825 * conform/data/sys/mman.h-data: Likewise.
47826 * conform/data/sys/stat.h-data: Likewise.
47827 * conform/data/sys/types.h-data: Likewise.
47828 * conform/data/sys/wait.h-data: Likewise.
47829 * conform/data/time.h-data: Likewise.
47830 * conform/data/unistd.h-data: Likewise.
47831 * conform/data/utime.h-data: Likewise.
47832
47833 * io/sys/stat.h: fchmod was always in POSIX.
47834 * posix/sys/wait.h: Include <sys/resource.h> only for waitid.
47835 * posix/unistd.h: fsync and ftruncate were in early POSIX as well.
47836 * rt/aio.h: Define __need_timespec before including <time.h>.
47837 * sysdeps/unix/sysv/linux/bits/siginfo.h: Don't name siginfo_t
47838 struct. Add forward declaration of pthread_attr_t and use it in
47839 sigevent.
47840 * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
47841 * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
47842 * sysdeps/unix/sysv/linux/bits/time.h: Don't let __STRICT_ANSI__
47843 always remove CLK_TCK definition.
47844
47845 2012-02-26 Andreas Schwab <schwab@linux-m68k.org>
47846
47847 * sysdeps/ieee754/dbl-64/k_tan.c: Replace with empty file.
47848
47849 2012-02-25 Ulrich Drepper <drepper@gmail.com>
47850
47851 * conform/run-conformtest.sh: New file.
47852 * conform/Makefile: Run run-conformtest for tests.
47853 * conform/conformtest.pl: Many bug fixes. Add ISO C99, ISO C11
47854 support.
47855
47856 * conform/data/uchar.h-data: New file.
47857 * conform/data/aio.h-data: Fixes for ISO C and POSIX 1995 testing.
47858 * conform/data/arpa/inet.h-data: Likewise.
47859 * conform/data/assert.h-data: Likewise.
47860 * conform/data/complex.h-data: Likewise.
47861 * conform/data/cpio.h-data: Likewise.
47862 * conform/data/ctype.h-data: Likewise.
47863 * conform/data/dirent.h-data: Likewise.
47864 * conform/data/dlfcn.h-data: Likewise.
47865 * conform/data/errno.h-data: Likewise.
47866 * conform/data/fcntl.h-data: Likewise.
47867 * conform/data/float.h-data: Likewise.
47868 * conform/data/fmtmsg.h-data: Likewise.
47869 * conform/data/fnmatch.h-data: Likewise.
47870 * conform/data/ftw.h-data: Likewise.
47871 * conform/data/glob.h-data: Likewise.
47872 * conform/data/grp.h-data: Likewise.
47873 * conform/data/iconv.h-data: Likewise.
47874 * conform/data/inttypes.h-data: Likewise.
47875 * conform/data/langinfo.h-data: Likewise.
47876 * conform/data/libgen.h-data: Likewise.
47877 * conform/data/limits.h-data: Likewise.
47878 * conform/data/locale.h-data: Likewise.
47879 * conform/data/math.h-data: Likewise.
47880 * conform/data/monetary.h-data: Likewise.
47881 * conform/data/mqueue.h-data: Likewise.
47882 * conform/data/ndbm.h-data: Likewise.
47883 * conform/data/net/if.h-data: Likewise.
47884 * conform/data/netdb.h-data: Likewise.
47885 * conform/data/netinet/in.h-data: Likewise.
47886 * conform/data/nl_types.h-data: Likewise.
47887 * conform/data/poll.h-data: Likewise.
47888 * conform/data/pthread.h-data: Likewise.
47889 * conform/data/pwd.h-data: Likewise.
47890 * conform/data/regex.h-data: Likewise.
47891 * conform/data/sched.h-data: Likewise.
47892 * conform/data/search.h-data: Likewise.
47893 * conform/data/semaphore.h-data: Likewise.
47894 * conform/data/setjmp.h-data: Likewise.
47895 * conform/data/signal.h-data: Likewise.
47896 * conform/data/spawn.h-data: Likewise.
47897 * conform/data/stdarg.h-data: Likewise.
47898 * conform/data/stdio.h-data: Likewise.
47899 * conform/data/stdlib.h-data: Likewise.
47900 * conform/data/string.h-data: Likewise.
47901 * conform/data/strings.h-data: Likewise.
47902 * conform/data/stropts.h-data: Likewise.
47903 * conform/data/sys/ipc.h-data: Likewise.
47904 * conform/data/sys/mman.h-data: Likewise.
47905 * conform/data/sys/msg.h-data: Likewise.
47906 * conform/data/sys/resource.h-data: Likewise.
47907 * conform/data/sys/select.h-data: Likewise.
47908 * conform/data/sys/sem.h-data: Likewise.
47909 * conform/data/sys/shm.h-data: Likewise.
47910 * conform/data/sys/socket.h-data: Likewise.
47911 * conform/data/sys/stat.h-data: Likewise.
47912 * conform/data/sys/statvfs.h-data: Likewise.
47913 * conform/data/sys/time.h-data: Likewise.
47914 * conform/data/sys/timeb.h-data: Likewise.
47915 * conform/data/sys/times.h-data: Likewise.
47916 * conform/data/sys/types.h-data: Likewise.
47917 * conform/data/sys/uio.h-data: Likewise.
47918 * conform/data/sys/un.h-data: Likewise.
47919 * conform/data/sys/utsname.h-data: Likewise.
47920 * conform/data/sys/wait.h-data: Likewise.
47921 * conform/data/syslog.h-data: Likewise.
47922 * conform/data/tar.h-data: Likewise.
47923 * conform/data/termios.h-data: Likewise.
47924 * conform/data/utime.h-data: Likewise.
47925 * conform/data/utmpx.h-data: Likewise.
47926 * conform/data/varargs.h-data: Likewise.
47927 * conform/data/wchar.h-data: Likewise.
47928 * conform/data/wctype.h-data: Likewise.
47929 * conform/data/wordexp.h-data: Likewise.
47930
47931 * include/stropts.h: New file.
47932 * include/uchar.h: New file.
47933 * include/aio.h: Changes to allow conformtest.pl to use the headers.
47934 * include/assert.h: Likewise.
47935 * include/ctype.h: Likewise.
47936 * include/dirent.h: Likewise.
47937 * include/dlfcn.h: Likewise.
47938 * include/fcntl.h: Likewise.
47939 * include/fnmatch.h: Likewise.
47940 * include/glob.h: Likewise.
47941 * include/grp.h: Likewise.
47942 * include/libio.h: Likewise.
47943 * include/locale.h: Likewise.
47944 * include/math.h: Likewise.
47945 * include/net/if.h: Likewise.
47946 * include/netdb.h: Likewise.
47947 * include/netinet/in.h: Likewise.
47948 * include/pthread.h: Likewise.
47949 * include/pwd.h: Likewise.
47950 * include/regex.h: Likewise.
47951 * include/sched.h: Likewise.
47952 * include/search.h: Likewise.
47953 * include/setjmp.h: Likewise.
47954 * include/signal.h: Likewise.
47955 * include/stdio.h: Likewise.
47956 * include/stdlib.h: Likewise.
47957 * include/string.h: Likewise.
47958 * include/sys/cdefs.h: Likewise.
47959 * include/sys/mman.h: Likewise.
47960 * include/sys/msg.h: Likewise.
47961 * include/sys/resource.h: Likewise.
47962 * include/sys/select.h: Likewise.
47963 * include/sys/socket.h: Likewise.
47964 * include/sys/stat.h: Likewise.
47965 * include/sys/statvfs.h: Likewise.
47966 * include/sys/time.h: Likewise.
47967 * include/sys/times.h: Likewise.
47968 * include/sys/uio.h: Likewise.
47969 * include/sys/utsname.h: Likewise.
47970 * include/sys/wait.h: Likewise.
47971 * include/termios.h: Likewise.
47972 * include/time.h: Likewise.
47973 * include/ulimit.h: Likewise.
47974 * include/unistd.h: Likewise.
47975 * include/utime.h: Likewise.
47976 * include/wchar.h: Likewise.
47977 * include/wctype.h: Likewise.
47978 * include/wordexp.h: Likewise.
47979
47980 * posix/tar.h (TSVTX): Should not be visible for POSIX before 2008.
47981
47982 * time/time.h: TIME_UTC must be a macro.
47983 Make timespec_get available for ISO C11 only as well.
47984
47985 2012-02-24 Ulrich Drepper <drepper@gmail.com>
47986
47987 * stdlib/fmtmsg.c (fmtmsg): Lock around use of severity list.
47988 Reported by Peng Haitao <penght@cn.fujitsu.com>.
47989
47990 2012-02-24 Joseph Myers <joseph@codesourcery.com>
47991
47992 * configure.in: Use -o not -a in test for unsupported multi-arch.
47993
47994 2012-02-24 Joseph Myers <joseph@codesourcery.com>
47995
47996 * manual/texinfo.tex: Update to version 2012-01-19.16.
47997
47998 2012-02-24 Joseph Myers <joseph@codesourcery.com>
47999
48000 * manual/Makefile (licenses): Change fdl-1.1.texi to fdl-1.3.texi.
48001
48002 2012-02-24 Roland McGrath <roland@hack.frob.com>
48003
48004 [BZ #13738]
48005 * manual/libc.texinfo (FDL_VERSION): Set to 1.3.
48006 * manual/fdl-1.3.texi: New file.
48007 * manual/fdl-1.1.texi: File removed.
48008
48009 [BZ #13738]
48010 * manual/libc.texinfo (FDL_VERSION): New @set.
48011 Use it for mention of FDL in cover text.
48012 (Documentation License): Use it in @include file name.
48013
48014 2012-02-22 Joseph Myers <joseph@codesourcery.com>
48015 Roland McGrath <roland@hack.frob.com>
48016
48017 [BZ #5461]
48018 * manual/arith.texi (strtoll): Refer to LLONG_MAX and LLONG_MIN)
48019 (not LONG_LONG_MAX and LONG_LONG_MIN.
48020 * manual/lang.texi (LONG_LONG_MIN): Document first as ISO
48021 LLONG_MIN. Refer to LONG_LONG_MIN only as older GCC-specific
48022 name.
48023 (LONG_LONG_MAX, LLONG_MAX, ULONG_LONG_MAX, ULLONG_MAX): Likewise.
48024
48025 2012-02-22 Joseph Myers <joseph@codesourcery.com>
48026
48027 [BZ #2547]
48028 [BZ #11365]
48029 * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Do not
48030 manipulate bits before adding and subtracting TWO23[sx].
48031 * math/libm-test.inc (nearbyint_test): Add more tests.
48032
48033 2012-02-22 Joseph Myers <joseph@codesourcery.com>
48034
48035 [BZ #2548]
48036 * sysdeps/ieee754/flt-32/s_rintf.c (__rintf): Do not manipulate
48037 bits before adding and subtracting TWO23[sx].
48038 * math/libm-test.inc (rint_test): Add more tests.
48039 (rint_test_tonearest): Likewise.
48040 (rint_test_towardzero): Likewise.
48041 (rint_test_downward): Likewise.
48042 (rint_test_upward: Likewise.
48043
48044 2012-02-22 Joseph Myers <joseph@codesourcery.com>
48045
48046 [BZ #10110]
48047 * include/stdc-predef.h: New file. Extracted from features.h.
48048 * include/features.h: Include stdc-predef.h.
48049 * Makefile (headers): Add stdc-predef.h.
48050 * CONFORMANCE (Compiler limitations): Update.
48051
48052 2012-02-22 Joseph Myers <joseph@codesourcery.com>
48053
48054 * manual/libc.texinfo (VERSION, UPDATED): Revert.
48055
48056 2012-02-21 David S. Miller <davem@davemloft.net>
48057
48058 * sysdeps/sparc/sparc32/fpu/libm-test-ulps: More jn test ULP updates.
48059 * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
48060
48061 2012-02-20 David S. Miller <davem@davemloft.net>
48062
48063 * sysdeps/sparc/sparc32/__longjmp.S: Unwind in the 'thread' path
48064 using a normal save/restore sequence, rather than allocating a
48065 dummy stack frame just to store a frame pointer and restore.
48066 * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
48067
48068 2012-02-21 Joseph Myers <joseph@codesourcery.com>
48069
48070 * manual/install.texi: Fix stray word in line-wrapped comment.
48071
48072 2012-02-20 David S. Miller <davem@davemloft.net>
48073
48074 * sysdeps/sparc/elf/configure.in (PI_STATIC_AND_HIDDEN): Define if
48075 both binutils and gcc support GOTDATA.
48076
48077 * sysdeps/unix/sparc/sysdep.h: Document why we don't use
48078 "rd %pc" in the PIC register setup sequences.
48079
48080 * sysdeps/sparc/crti.S: Try to use GOTDATA relocs.
48081 * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
48082 * sysdeps/sparc/sparc32/elf/start.S: Likewise.
48083 * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
48084 * sysdeps/sparc/sparc64/elf/start.S: Likewise.
48085 * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
48086 * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
48087 * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
48088 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
48089 (SYSCALL_ERROR_HANDLER): Likewise.
48090 * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
48091 * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
48092 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
48093 (SYSCALL_ERROR_HANDLER): Likewise.
48094
48095 * config.h.in (HAVE_BINUTILS_GOTDATA): New.
48096 (HAVE_GCC_GOTDATA): New.
48097 * sysdeps/sparc/elf/configure.in: Test for GOTDATA
48098 relocation support in both binutils and gcc.
48099 * sysdeps/sparc/elf/configure: Regenerate.
48100
48101 * sysdeps/sparc/sparc32/elf/configure.in: Delete.
48102 * sysdeps/sparc/sparc32/elf/configure: Delete.
48103 * sysdeps/sparc/sparc64/elf/configure.in: Delete.
48104 * sysdeps/sparc/sparc64/elf/configure: Delete.
48105 * sysdeps/sparc/elf/configure.in: New file.
48106 * sysdeps/sparc/elf/configure: Generate.
48107
48108 * sysdeps/sparc/sparc32/elf/configure.in: Delete WDISP22 check.
48109 * sysdeps/sparc/sparc32/elf/configure: Regenerate.
48110 * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
48111 * sysdeps/sparc/sparc64/elf/configure: Regenerate.
48112 * config.h.in (BROKEN_SPARC_WDISP22): Remove.
48113
48114 2012-02-21 Joseph Myers <joseph@codesourcery.com>
48115
48116 * manual/install.texi: Do not mention specific glibc version
48117 numbers.
48118 * manual/libc.texinfo (VERSION, UPDATED): Update.
48119 (@copying): Use @copyright{} and range of years.
48120
48121 2012-02-21 Joseph Myers <joseph@codesourcery.com>
48122
48123 [BZ #13695]
48124 * csu/Makefile (distribute): Remove initfini.c and defs.awk.
48125 [crti.S not in sysdirs] (generated): Do not append.
48126 [crti.S not in sysdirs] (omit-deps): Likewise.
48127 [crti.S not in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Remove rule.
48128 [crti.S not in sysdirs] ($(objpfx)initfini.s): Likewise.
48129 [crti.S not in sysdirs] ($(objpfx)crti.S): Likewise.
48130 [crti.S not in sysdirs] ($(objpfx)crtn.S): Likewise.
48131 [crti.S not in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)):
48132 Likewise.
48133 [crti.S not in sysdirs] ($(objpfx)defs.h): Likewise.
48134 [crti.S not in sysdirs] (CFLAGS-initfini.s): Remove variable.
48135 [crti.S not in sysdirs] (initfini.c): Remove vpath directive.
48136 * csu/defs.awk: Remove file.
48137 * sysdeps/generic/initfini.c: Likewise.
48138 * sysdeps/powerpc/powerpc32/Makefile (CFLAGS-initfini.s): Remove
48139 variable.
48140 * sysdeps/powerpc/powerpc64/Makefile (CFLAGS-initfini.s):
48141 Likewise.
48142
48143 2012-02-20 Joseph Myers <joseph@codesourcery.com>
48144
48145 * sysdeps/unix/sysv/linux/bits/epoll.h: New file.
48146 * sysdeps/unix/sysv/linux/sparc/bits/epoll.h: Likewise.
48147 * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Likewise.
48148 * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Remove
48149 * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
48150 * sysdeps/unix/sysv/linux/sys/epoll.h: Get flags from
48151 <bits/epoll.h>.
48152 (EPOLL_CLOEXEC, EPOLL_NONBLOCK): Don't define here.
48153 (__EPOLL_PACKED): Define to empty if not defined by
48154 <bits/epoll.h>.
48155 (struct epoll_event): Use __EPOLL_PACKED to make possibly packed.
48156 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
48157 bits/epoll.h.
48158
48159 2012-02-20 Joseph Myers <joseph@codesourcery.com>
48160
48161 * sysdeps/unix/sysv/linux/bits/timerfd.h: New file.
48162 * sysdeps/unix/sysv/linux/sparc/bits/timerfd.h: Likewise.
48163 * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Remove.
48164 * sysdeps/unix/sysv/linux/sys/timerfd.h: Get flags from
48165 <bits/timerfd.h>.
48166 (TFD_CLOEXEC, TFD_NONBLOCK): Don't define here.
48167 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
48168 bits/timerfd.h.
48169
48170 2012-02-20 Joseph Myers <joseph@codesourcery.com>
48171
48172 * sysdeps/i386/fpu/libm-test-ulps: Resort with gen-libm-test.pl -n
48173 in C locale.
48174 * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
48175 * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
48176 * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Likewise.
48177 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48178
48179 2012-02-20 Aurelien Jarno <aurelien@aurel32.net>
48180
48181 * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Adjust ULPs for jn tests.
48182 * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
48183
48184 2012-02-19 Andreas Schwab <schwab@linux-m68k.org>
48185
48186 * manual/errno.texi (Error Codes): Add EHWPOISON entry.
48187 * sysdeps/unix/sysv/linux/bits/errno.h (EHWPOISON): Define if not
48188 defined.
48189 * sysdeps/unix/sysv/linux/sparc/bits/errno.h (EHWPOISON):
48190 Likewise.
48191 * sysdeps/unix/sysv/linux/sparc/Versions: Add new errlist compat
48192 entry for 2.16.
48193
48194 2012-02-19 Aurelien Jarno <aurelien@aurel32.net>
48195
48196 * math/w_acos.c: Use non-signaling floating-point comparisons.
48197 * math/w_acosf.c: Likewise.
48198 * math/w_acosh.c: Likewise.
48199 * math/w_acoshf.c: Likewise.
48200 * math/w_acoshl.c: Likewise.
48201 * math/w_acosl.c: Likewise.
48202 * math/w_asin.c: Likewise.
48203 * math/w_asinf.c: Likewise.
48204 * math/w_asinl.c: Likewise.
48205 * math/w_atanh.c: Likewise.
48206 * math/w_atanhf.c: Likewise.
48207 * math/w_atanhl.c: Likewise.
48208 * math/w_exp2.c: Likewise.
48209 * math/w_exp2f.c: Likewise.
48210 * math/w_exp2l.c: Likewise.
48211 * math/w_j0.c: Likewise.
48212 * math/w_j0f.c: Likewise.
48213 * math/w_j0l.c: Likewise.
48214 * math/w_j1.c: Likewise.
48215 * math/w_j1f.c: Likewise.
48216 * math/w_j1l.c: Likewise.
48217 * math/w_jn.c: Likewise.
48218 * math/w_jnf.c: Likewise.
48219 * math/w_log.c: Likewise.
48220 * math/w_log10.c: Likewise.
48221 * math/w_log10f.c: Likewise.
48222 * math/w_log10l.c: Likewise.
48223 * math/w_log2.c: Likewise.
48224 * math/w_log2f.c: Likewise.
48225 * math/w_log2l.c: Likewise.
48226 * math/w_logf.c: Likewise.
48227 * math/w_logl.c: Likewise.
48228 * math/w_sqrt.c: Likewise.
48229 * math/w_sqrtf.c: Likewise.
48230 * math/w_sqrtl.c: Likewise.
48231 * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
48232 * sysdeps/ieee754/dbl-64/w_exp.c: Likewise.
48233 * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
48234 * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
48235 * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
48236
48237 2012-02-19 Joseph Myers <joseph@codesourcery.com>
48238
48239 [BZ #9739]
48240 * manual/string.texi (strnlen): Use correct parameter name in
48241 equivalent expression.
48242
48243 2012-02-19 Joseph Myers <joseph@codesourcery.com>
48244
48245 [BZ #11174]
48246 * manual/users.texi (seteuid): Consistently use neweuid for
48247 argument name.
48248
48249 2012-02-19 Joseph Myers <joseph@codesourcery.com>
48250
48251 [BZ #13704]
48252 * manual/nss.texi (Services in the NSS configuration): Correct
48253 list of services in example configuration file.
48254
48255 2012-02-19 Nick Bowler <nbowler@draconx.ca>
48256
48257 [BZ #11322]
48258 * manual/arith.texi: Remove statements about negative zero
48259 behaving identically to zero.
48260
48261 2012-02-18 Joseph Myers <joseph@codesourcery.com>
48262
48263 [BZ #5993]
48264 * manual/install.texi: Do not document upgrading from libc5.
48265
48266 2012-02-18 Joseph Myers <joseph@codesourcery.com>
48267
48268 [BZ #4596]
48269 * manual/conf.texi (_POSIX_VERSION): Do not mention __POSIX__.
48270
48271 2012-02-18 David S. Miller <davem@davemloft.net>
48272
48273 * sysdeps/unix/sparc/sysdep.h (SPARC_PIC_THUNK): New macro.
48274 (SETUP_PIC_REG): Use SPARC_PIC_THUNK and don't save and restore
48275 %o7 across the call.
48276 (SETUP_PIC_REG_LEAF): Do %o7 save/restore in this new macro
48277 instead.
48278 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Use
48279 SETUP_PIC_REG_LEAF.
48280 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
48281 * sysdeps/sparc/crti.S: Use SETUP_PIC_REG.
48282 * sysdeps/sparc/crtn.S: Likewise.
48283
48284 2012-02-17 Ulrich Drepper <drepper@gmail.com>
48285
48286 * aout/Makefile: Remove.
48287
48288 2012-02-18 Rafe Kettler <rafe.kettler@gmail.com>
48289
48290 [BZ #13058]
48291 * manual/examples/argp-ex1.c (main): Format definition in GNU
48292 style.
48293 * manual/examples/argp-ex2.c (main): Likewise.
48294 * manual/examples/argp-ex3.c (main): Likewise.
48295 * manual/examples/argp-ex4.c (main): Likewise.
48296 * manual/examples/longopt.c (main): Use new-style prototype
48297 definition.
48298 * manual/examples/strncat.c (main): Specify return type and use
48299 (void) for arguments.
48300 * manual/examples/subopt.c (main): Use char **argv argument.
48301
48302 2012-02-17 Joseph Myers <joseph@codesourcery.com>
48303
48304 [BZ #5077]
48305 * manual/lang.texi (FLT_EPSILON): Avoid description depending on
48306 rounding modes.
48307
48308 2012-02-17 Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>
48309
48310 [BZ #6907]
48311 * manual/string.texi (strchr): Change when strchrnul is
48312 recommended.
48313
48314 2012-02-17 Dwayne Grant McConnell <decimal@us.ibm.com>
48315
48316 [BZ #174]
48317 * manual/locale.texi (setlocale): Document LOCPATH.
48318
48319 2012-02-17 Joseph Myers <joseph@codesourcery.com>
48320
48321 [BZ #10210]
48322 * manual/process.texi (execle): Move @dots{} before last argument.
48323
48324 2012-02-17 Paul Bolle <pebolle@tiscali.nl>
48325
48326 [BZ #12047]
48327 * manual/charset.texi (Generic Charset Conversion): Fix typo
48328 (LC_TYPE -> LC_CTYPE).
48329
48330 2012-02-17 Nicolas Boulenguez <nicolas.boulenguez@free.fr>
48331
48332 [BZ #5805]
48333 * manual/arith.texi (scalbn): Use @var{} on parameter names.
48334 (scalbnf): Likewise.
48335 (scalbnl): Likewise.
48336 (scalbln): Likewise.
48337 (scalblnf): Likewise.
48338 (scalblnl): Likewise.
48339 * manual/errno.texi (vwarn): Name last parameter as @var{ap}.
48340 (vwarnx): Likewise.
48341 (verr): Likewise.
48342 (verrx): Likewise.
48343 * manual/filesys.texi (telldir): Use braces around return type.
48344 * manual/llio.texi (mmap): Add space after comma.
48345 (mmap64): Likewise.
48346 * manual/math.texi (jn): Use @var{} on parameter names.
48347 (jnf): Likewise.
48348 (jnl): Likewise.
48349 (yn): Likewise.
48350 (ynf): Likewise.
48351 (ynl): Likewise.
48352 * manual/memory.texi (alloca): Remove semicolon on @deftypefun
48353 line.
48354 * manual/resource.texi (ulimit): Use @dots{} instead of literal
48355 "...".
48356 (sched_get_priority_min): Remove semicolon on @deftypefun line.
48357 (sched_get_priority_max): Likewise.
48358 * manual/signal.texi (sigvec): Add space after comma.
48359 * manual/socket.texi (if_nametoindex): Use @var{} on parameter
48360 names.
48361 (if_indextoname): Likewise.
48362 (if_freenameindex): Likewise.
48363 (sendto): Use ',' instead of '.' in prototype.
48364 * manual/startup.texi (syscall): Use @dots{} instead of literal
48365 "...".
48366 * manual/stdio.texi (__fpending): Separate initial words of
48367 paragraph from @deftypefun line.
48368 * manual/syslog.texi (syslog): Use @dots{} instead of literal
48369 "...".
48370 (vsyslog): Use @var{} on parameter names.
48371 * manual/terminal.texi (stty): Use @var{} on parameter names.
48372 * manual/users.texi (getutmp): Use @var{} on parameter names.
48373 (getutmpx): Likewise.
48374
48375 2012-02-17 Joseph Myers <joseph@codesourcery.com>
48376
48377 [BZ #6884]
48378 * manual/stdio.texi (fopen): Fix typos in description of
48379 ",ccs=STRING".
48380
48381 2012-02-17 Aurelien Jarno <aurelien@aurel32.net>
48382
48383 [BZ #4026]
48384 * sysdeps/unix/sysv/linux/clock_settime.c: include <time.h> to
48385 get clock_id definition.
48386
48387 2012-02-17 Thomas Schwinge <thomas@schwinge.name>
48388
48389 [BZ #4822]
48390 * sysdeps/mach/hurd/malloc-machine.h: #include <sys/mman.h>.
48391 (madvise): Cast every argument to void on its own.
48392
48393 2012-02-17 Joseph Myers <joseph@codesourcery.com>
48394
48395 [BZ #9902]
48396 * manual/startup.texi (Exit Status): Fix typo.
48397
48398 2012-02-17 Joseph Myers <joseph@codesourcery.com>
48399
48400 [BZ #10140]
48401 * manual/examples/argp-ex1.c: Include <stdlib.h>.
48402 * manual/examples/argp-ex2.c: Likewise.
48403 * manual/examples/argp-ex3.c: Likewise.
48404
48405 2012-02-16 Richard Henderson <rth@redhat.com>
48406
48407 * sysdeps/s390/s390-32/crti.S, sysdeps/s390/s390-32/crtn.S: New files.
48408 * sysdeps/s390/s390-32/initfini.c: Remove.
48409 * sysdeps/s390/s390-64/crti.S, sysdeps/s390/s390-64/crtn.S:
48410 * sysdeps/s390/s390-64/initfini.c: Remove.
48411
48412 2012-02-15 Kaz Kojima <kkojima@rr.iij4u.or.jp>
48413
48414 * sysdeps/sh/crti.S, sysdeps/sh/crtn.S: New files, based on
48415 compiler output for sysdeps/generic/initfini.c.
48416 * sysdeps/sh/elf/initfini.c: Remove file.
48417
48418 2012-02-16 David S. Miller <davem@davemloft.net>
48419
48420 [BZ #11494]
48421 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_FSYNC): Define.
48422
48423 * sysdeps/sparc/Makefile: Add -fPIC when building crt{i,n}.S
48424 * sysdeps/sparc/crti.S: New file.
48425 * sysdeps/sparc/crtn.S: New file.
48426 * sysdeps/sparc/sparc32/Makefile: Remove initfini handling.
48427 * sysdeps/sparc/sparc64/Makefile: Likewise.
48428
48429 2012-02-15 Mike Frysinger <vapier@gentoo.org>
48430
48431 [BZ #3335]
48432 * sysdeps/unix/sysv/linux/getcwd.c: Include sys/param.h.
48433
48434 2012-02-15 Roland McGrath <roland@hack.frob.com>
48435
48436 [BZ #4822]
48437 * sysdeps/mach/hurd/malloc-machine.h (madvise): New macro.
48438
48439 * mach/devstream.c (cookie_io_functions_t): Macro removed.
48440 (write, read, close): Likewise.
48441 Patch by Aurelien Jarno <aurelien@aurel32.net>.
48442
48443 2012-02-15 Joseph Myers <joseph@codesourcery.com>
48444
48445 * sysdeps/unix/sysv/linux/bits/signalfd.h: New file.
48446 * sysdeps/unix/sysv/linux/sparc/bits/signalfd.h: Likewise.
48447 * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h: Remove.
48448 * sysdeps/unix/sysv/linux/sys/signalfd.h: Get flags from
48449 <bits/signalfd.h>.
48450 (SFD_CLOEXEC, SFD_NONBLOCK): Don't define here.
48451 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
48452 bits/signalfd.h.
48453
48454 2012-02-14 Marek Polacek <polacek@redhat.com>
48455
48456 * sysdeps/x86_64/crti.S: New file.
48457 * sysdeps/x86_64/crtn.S: New file.
48458 * sysdeps/x86_64/elf/initfini.c: Remove file.
48459
48460 2012-02-13 Joseph Myers <joseph@codesourcery.com>
48461
48462 * sysdeps/unix/sysv/linux/bits/inotify.h: New file.
48463 * sysdeps/unix/sysv/linux/sparc/bits/inotify.h: Likewise.
48464 * sysdeps/unix/sysv/linux/sparc/sys/inotify.h: Remove.
48465 * sysdeps/unix/sysv/linux/sys/inotify.h: Get flags from
48466 <bits/inotify.h>.
48467 (IN_CLOEXEC, IN_NONBLOCK): Don't define here.
48468 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
48469 bits/inotify.h.
48470
48471 2012-02-13 Joseph Myers <joseph@codesourcery.com>
48472
48473 * sysdeps/unix/sysv/linux/bits/eventfd.h: New file.
48474 * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h: Likewise.
48475 * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: Remove.
48476 * sysdeps/unix/sysv/linux/sys/eventfd.h: Get flags from
48477 <bits/eventfd.h>.
48478 (EFD_SEMAPHORE, EFD_CLOEXEC, EFD_NONBLOCK): Don't define here.
48479 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
48480 bits/eventfd.h.
48481
48482 2012-02-10 Thomas Schwinge <thomas@codesourcery.com>
48483
48484 * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Invoke
48485 __feraiseexcept instead of feraiseexcept.
48486
48487 * rt/tst-cpuclock1.c: Add a few comments, and error checking for
48488 nanosleep invocations.
48489 * rt/tst-cpuclock2.c: Print some values as intended, fix explanatory
48490 strings, and add error checking for a nanosleep invocations.
48491
48492 2012-02-09 Paul Eggert <eggert@cs.ucla.edu>
48493
48494 Replace FSF snail mail address with URLs, as per GNU coding standards.
48495 Most of the snail mail addresses were wrong anyway, and omitting
48496 them makes the source code easier to maintain. Almost all of the
48497 changes are to license notices and to locale LC_IDENTIFICATION
48498 addresses, except for this one:
48499 * manual/libc.texinfo: In "Published by", give the FSF's URL,
48500 not its snail mail address.
48501
48502 2012-02-09 Richard Henderson <rth@twiddle.net>
48503
48504 * sysdeps/unix/sysv/linux/internal_statvfs.c: Use <> for include
48505 of kernel-features.h.
48506
48507 * elf/dl-tls.c (update_get_addr): Avoid pointer type mismatch warning.
48508
48509 2012-02-08 Marek Polacek <polacek@redhat.com>
48510
48511 * libio/libio.h: Remove _G_HAVE_SYS_CDEFS conditional.
48512 * sysdeps/mach/hurd/_G_config.h: Remove _G_HAVE_SYS_CDEFS macro.
48513 * sysdeps/gnu/_G_config.h: Likewise.
48514 * sysdeps/generic/_G_config.h: Likewise.
48515
48516 2012-02-08 Andreas Schwab <schwab@linux-m68k.org>
48517
48518 * sysdeps/i386/fpu/libm-test-ulps: Reduce ldouble ULPs for jn
48519 tests.
48520 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48521
48522 * sysdeps/powerpc/powerpc32/crti.S: New file.
48523 * sysdeps/powerpc/powerpc32/crtn.S: New file.
48524 * sysdeps/powerpc/powerpc64/crti.S: New file.
48525 * sysdeps/powerpc/powerpc64/crtn.S: New file.
48526
48527 * Makeconfig (have-initfini): Don't set.
48528 * config.make.in (have-initfini, need-nopic-initfini): Don't set.
48529 * configure.in (nopic_initfini): Don't substitute.
48530 * config.h.in (HAVE_INITFINI): Don't #undef.
48531 * csu/Makefile (CPPFLAGS): Don't add -DHAVE_INITFINI.
48532 * csu/gmon-start.c: Assume HAVE_INITFINI is defined.
48533
48534 2012-02-08 Joseph Myers <joseph@codesourcery.com>
48535
48536 Support crti.S and crtn.S provided directly by architectures.
48537 * csu/Makefile [crti.S in sysdirs] (generated): Do not append.
48538 [crti.S in sysdirs] (omit-deps): Likewise.
48539 [crti.S in sysdirs] (CFLAGS-initfini.s): Do not define variable.
48540 [crti.S in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Disable rule.
48541 [crti.S in sysdirs] ($(objpfx)initfini.s): Likewise.
48542 [crti.S in sysdirs] ($(objpfx)crti.S): Likewise.
48543 [crti.S in sysdirs] ($(objpfx)crtn.S): Likewise.
48544 [crti.S in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)): Likewise.
48545 [crti.S in sysdirs] ($(objpfx)defs.h): Likewise.
48546 [crti.S in sysdirs] (initfini.c): Remove vpath directive.
48547 * sysdeps/i386/crti.S, sysdeps/i386/crtn.S: New files, based on
48548 compiler output for sysdeps/generic/initfini.c.
48549 * sysdeps/i386/elf/Makefile: Remove file.
48550 * sysdeps/i386/Makefile (CFLAGS-initfini.s): Remove variable.
48551
48552 2012-02-07 Marek Polacek <polacek@redhat.com>
48553
48554 * sysdeps/generic/_G_config.h: Remove _G_ARGS macro.
48555 * sysdeps/gnu/_G_config.h: Likewise.
48556 * sysdeps/mach/hurd/_G_config.h: Likewise.
48557
48558 2012-02-07 Marek Polacek <polacek@redhat.com>
48559
48560 * math/Makefile (tests): Add tst-CMPLX2.
48561 * math/tst-CMPLX2.c: New file.
48562
48563 2012-02-07 Andreas Schwab <schwab@linux-m68k.org>
48564
48565 * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
48566
48567 * math/libm-test.inc (jn_test): Add missing L suffix.
48568
48569 2012-02-06 Marek Polacek <polacek@redhat.com>
48570
48571 * sysdeps/s390/asm-syntax.h: Remove __ELF__ conditionals.
48572 * sysdeps/i386/fpu/e_powf.S: Likewise.
48573 * sysdeps/i386/fpu/e_atanhf.S: Likewise.
48574 * sysdeps/i386/fpu/s_cexpl.S: Likewise.
48575 * sysdeps/i386/fpu/e_acosh.S: Likewise.
48576 * sysdeps/i386/fpu/e_pow.S: Likewise.
48577 * sysdeps/i386/fpu/s_asinhl.S: Likewise.
48578 * sysdeps/i386/fpu/e_acoshl.S: Likewise.
48579 * sysdeps/i386/fpu/s_expm1.S: Likewise.
48580 * sysdeps/i386/fpu/s_frexpf.S: Likewise.
48581 * sysdeps/i386/fpu/e_log2.S: Likewise.
48582 * sysdeps/i386/fpu/e_log2l.S: Likewise.
48583 * sysdeps/i386/fpu/e_scalb.S: Likewise.
48584 * sysdeps/i386/fpu/e_powl.S: Likewise.
48585 * sysdeps/i386/fpu/s_log1p.S: Likewise.
48586 * sysdeps/i386/fpu/e_log10f.S: Likewise.
48587 * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
48588 * sysdeps/i386/fpu/e_logl.S: Likewise.
48589 * sysdeps/i386/fpu/s_cbrt.S: Likewise.
48590 * sysdeps/i386/fpu/s_expm1l.S: Likewise.
48591 * sysdeps/i386/fpu/s_frexpl.S: Likewise.
48592 * sysdeps/i386/fpu/s_expm1f.S: Likewise.
48593 * sysdeps/i386/fpu/e_log2f.S: Likewise.
48594 * sysdeps/i386/fpu/e_acoshf.S: Likewise.
48595 * sysdeps/i386/fpu/e_log.S: Likewise.
48596 * sysdeps/i386/fpu/s_cexp.S: Likewise.
48597 * sysdeps/i386/fpu/e_scalbf.S: Likewise.
48598 * sysdeps/i386/fpu/s_log1pl.S: Likewise.
48599 * sysdeps/i386/fpu/e_logf.S: Likewise.
48600 * sysdeps/i386/fpu/e_log10l.S: Likewise.
48601 * sysdeps/i386/fpu/e_atanh.S: Likewise.
48602 * sysdeps/i386/fpu/s_log1pf.S: Likewise.
48603 * sysdeps/i386/fpu/s_asinhf.S: Likewise.
48604 * sysdeps/i386/fpu/s_cexpf.S: Likewise.
48605 * sysdeps/i386/fpu/e_log10.S: Likewise.
48606 * sysdeps/i386/fpu/s_frexp.S: Likewise.
48607 * sysdeps/i386/fpu/e_atanhl.S: Likewise.
48608 * sysdeps/i386/fpu/s_asinh.S: Likewise.
48609 * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
48610 * sysdeps/i386/fpu/e_scalbl.S: Likewise.
48611 * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
48612 * sysdeps/i386/asm-syntax.h: Likewise.
48613 * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
48614 * sysdeps/x86_64/fpu/e_powl.S: Likewise.
48615 * sysdeps/x86_64/fpu/e_logl.S: Likewise.
48616 * sysdeps/x86_64/fpu/s_expm1l.S: Likewise.
48617 * sysdeps/x86_64/fpu/s_log1pl.S: Likewise.
48618 * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
48619 * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
48620 * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
48621 * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
48622 * sysdeps/powerpc/sysdep.h: Likewise.
48623 * sysdeps/powerpc/powerpc64/sysdep.h: Likewise.
48624 * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
48625
48626 2012-02-06 Joseph Myers <joseph@codesourcery.com>
48627
48628 [BZ #411]
48629 * sysdeps/i386/sysdep.h (__i686): Undefine and redefine.
48630
48631 2012-02-06 Joseph Myers <joseph@codesourcery.com>
48632
48633 * sysdeps/i386/sysdep.h: Include <features.h>.
48634 (GET_PC_THUNK, GET_PC_THUNK_STR): Define conditionally on compiler
48635 version.
48636
48637 2012-02-05 Joseph Myers <joseph@codesourcery.com>
48638
48639 * sysdeps/i386/sysdep.h (SETUP_PIC_REG_STR, LOAD_PIC_REG_STR):
48640 Define.
48641 * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Use
48642 LOAD_PIC_REG_STR.
48643
48644 2012-02-03 Joseph Myers <joseph@codesourcery.com>
48645
48646 * sysdeps/i386/sysdep.h (GET_PC_THUNK, GET_PC_THUNK_STR): Define.
48647 (SETUP_PIC_REG): Use GET_PC_THUNK.
48648 * sysdeps/unix/sysv/linux/i386/sysdep.h: Use GET_PC_THUNK_STR
48649 macro.
48650
48651 2012-02-03 Joseph Myers <joseph@codesourcery.com>
48652
48653 * sysdeps/i386/sysdep.h (SETUP_PIC_REG, LOAD_PIC_REG): Define also
48654 for non-PIC compilation.
48655 (SETUP_PIC_REG): Add .p2align directive.
48656 * sysdeps/i386/i686/memcmp.S: Use macros for PIC register setup.
48657 * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
48658 * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
48659 * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
48660 * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
48661 * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
48662 * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
48663 * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
48664 * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
48665 * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
48666 * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
48667 * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
48668 * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
48669 * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
48670 * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
48671 * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
48672 * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
48673 * sysdeps/i386/i686/multiarch/memset.S: Likewise.
48674 * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
48675 * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
48676 * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
48677 * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
48678 * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
48679 * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
48680 * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
48681 * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
48682 * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
48683 * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
48684 * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
48685 * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
48686 * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
48687 * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
48688 * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
48689 * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
48690 * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
48691 * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
48692 * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
48693 * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
48694 * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
48695 * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
48696 * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
48697
48698 2012-02-03 Joseph Myers <joseph@codesourcery.com>
48699
48700 * math/tst-CMPLX.c: Include <stdio.h>.
48701
48702 2012-01-31 Joseph Myers <joseph@codesourcery.com>
48703
48704 * sysdeps/powerpc/bits/mathdef.h (float_t): Always define as
48705 float.
48706 * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
48707 * sysdeps/sparc/bits/mathdef.h: Likewise.
48708
48709 2012-01-31 Marek Polacek <polacek@redhat.com>
48710
48711 * libio/libio.h: Don't define _PARAMS.
48712 * locale/programs/config.h: Don't define PARAMS.
48713 * stdlib/strtol_l.c: Likewise.
48714 (__strtol_l): Remove PARAMS from the prototype.
48715
48716 2012-01-31 Ulrich Drepper <drepper@gmail.com>
48717
48718 * malloc/malloc.c: Remove name translation. Don't use mixed-cap
48719 names. Just use the correct names. Remove unnecessary wrapper
48720 functions.
48721 * malloc/arena.c: Likewise.
48722 * malloc/hooks.c: Likewise.
48723
48724 * malloc/arena.c (arena_get2): Really don't call __get_nprocs if
48725 ARENA_TEST says not to. Simplify test for creation of a new arena.
48726 Partially based on a patch by Siddhesh Poyarekar <siddhesh@redhat.com>.
48727
48728 2012-01-30 Ulrich Drepper <drepper@gmail.com>
48729
48730 * elf/dl-tls.c (__tls_get_addr): Optimize by transforming all calls
48731 into tail calls.
48732 (update_get_addr): New function.
48733 (tls_get_addr_tail): Take GET_ADDR_ARGS parameter, remove
48734 GET_ADDR_MODULE parameter.
48735
48736 2012-01-30 Joseph Myers <joseph@codesourcery.com>
48737
48738 * crypt/cert.c: Remove __STDC__ conditionals.
48739 * crypt/crypt-entry.c: Likewise.
48740 * crypt/crypt_util.c: Likewise.
48741 * libio/filedoalloc.c: Likewise.
48742 * libio/fileops.c: Likewise.
48743 * libio/genops.c: Likewise.
48744 * libio/iofclose.c: Likewise.
48745 * libio/iofdopen.c: Likewise.
48746 * libio/iofopen.c: Likewise.
48747 * libio/iofopen64.c: Likewise.
48748 * libio/iogetdelim.c: Likewise.
48749 * libio/iopopen.c: Likewise.
48750 * libio/obprintf.c: Likewise.
48751 * libio/oldfileops.c: Likewise.
48752 * libio/oldiofclose.c: Likewise.
48753 * libio/oldiofdopen.c: Likewise.
48754 * libio/oldiofopen.c: Likewise.
48755 * libio/oldiopopen.c: Likewise.
48756 * libio/wfiledoalloc.c: Likewise.
48757 * libio/wgenops.c: Likewise.
48758 * locale/programs/xmalloc.c: Likewise.
48759 * misc/syslog.c: Likewise.
48760 * stdio-common/xbug.c: Likewise.
48761 * string/memchr.c: Likewise.
48762 * string/memcmp.c: Likewise.
48763 * string/memrchr.c: Likewise.
48764 * string/rawmemchr.c: Likewise.
48765 * sysdeps/posix/getcwd.c: Likewise.
48766 * time/strftime_l.c: Likewise.
48767
48768 2012-01-30 Joseph Myers <joseph@codesourcery.com>
48769
48770 * configure.in (libc_cv_cc_sse2avx): AC_SUBST.
48771 * config.make.in (config-cflags-sse2avx): Define.
48772 * sysdeps/x86_64/fpu/multiarch/Makefile (CFLAGS-slowexp-avx.c):
48773 Fix typo.
48774
48775 2012-01-29 Chris Metcalf <cmetcalf@tilera.com>
48776
48777 * scripts/config.guess: Update from upstream config git repository.
48778 * scripts/config.sub: Likewise.
48779
48780 2012-01-28 Chris Metcalf <cmetcalf@tilera.com>
48781
48782 * elf/elf.h (EM_TILEPRO, EM_TILEGX): New macros.
48783 (EM_NUM): Update.
48784 (R_TILEPRO_*, R_TILEGX_*): New macros.
48785
48786 * scripts/firstversions.awk: Fix bug in version range handling.
48787
48788 * sysdeps/unix/sysv/linux/grantpt.c: Use <> brackets for not-cancel.h.
48789
48790 * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Call __fxstatat64.
48791
48792 * include/sys/epoll.h: New file.
48793 * sysdeps/unix/sysv/linux/epoll_pwait.c (epoll_pwait): Mark as
48794 libc_hidden_def.
48795
48796 2012-01-28 Ulrich Drepper <drepper@gmail.com>
48797
48798 * sysdeps/x86_64/fpu/bits/mathinline.h (__signbitl): Optimize a bit.
48799 Avoid unnecessary __WORDSIZE == 64 test.
48800 (fmaxf): Use VEX format if possible.
48801 (fmax): Likewise.
48802 (fminf): Likewise.
48803 (fmin): Likewise.
48804
48805 * config.h.in: Define HAVE_SSE2AVX_SUPPORT.
48806 * math/math_private.h: Remove libc_fegetround* and
48807 libc_fesetround*.
48808 * sysdeps/i386/configure.in: Check for -msse2avx.
48809 * sysdeps/x86_64/fpu/math_private.h: Use VEX-encoded instructions
48810 also if SSE2AVX is defined.
48811 Remove libc_fegetround* and libc_fesetround*.
48812 * sysdeps/x86_64/fpu/multiarch/Makefile: Compile *-avx functions
48813 if config-cflags-sse2avx is yes. Also add -DSSE2AVX to defines.
48814 * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_AVX again instead
48815 of HAS_YMM_USABLE.
48816 * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
48817 * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
48818 * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
48819 * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
48820 * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
48821
48822 * sysdeps/x86_64/fpu/math_private.h: Simplify use of AVX instructions.
48823
48824 2012-01-19 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
48825
48826 * sysdeps/powerpc/powerpc32/a2/memcpy.S: Fix for when cache line
48827 size is not set.
48828 * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
48829
48830 2012-01-27 Ulrich Drepper <drepper@gmail.com>
48831
48832 [BZ #13618]
48833 * elf/dl-open.c (dl_open_worker): Sort objects by dependency before
48834 relocation.
48835 * Makeconfig (libm): Define.
48836 * elf/Makefile: Add rules to build and run tst-relsort1.
48837 * elf/tst-relsort1.c: New file.
48838 * elf/tst-relsort1mod1.c: New file.
48839 * elf/tst-relsort1mod2.c: New file.
48840
48841 2012-01-27 Joseph Myers <joseph@codesourcery.com>
48842
48843 * math/s_ldexp.c: Remove __STDC__ conditionals.
48844 * math/s_ldexpf.c: Likewise.
48845 * math/s_ldexpl.c: Likewise.
48846 * math/s_nextafter.c: Likewise.
48847 * math/s_nexttowardf.c: Likewise.
48848 * math/s_significand.c: Likewise.
48849 * math/s_significandf.c: Likewise.
48850 * math/s_significandl.c: Likewise.
48851 * math/w_jnl.c: Likewise.
48852 * sysdeps/i386/fpu/s_isinfl.c: Likewise.
48853 * sysdeps/i386/fpu/s_isnanl.c: Likewise.
48854 * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
48855 * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
48856 * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
48857 * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
48858 * sysdeps/ieee754/dbl-64/k_tan.c: Likewise.
48859 * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
48860 * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
48861 * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
48862 * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
48863 * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
48864 * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
48865 * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
48866 * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
48867 * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
48868 * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
48869 * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
48870 * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
48871 * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
48872 * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
48873 * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
48874 * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
48875 * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
48876 * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
48877 * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
48878 * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
48879 * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
48880 * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
48881 * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
48882 * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
48883 * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
48884 * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
48885 * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
48886 * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
48887 * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
48888 * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
48889 * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
48890 * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
48891 * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
48892 * sysdeps/ieee754/k_standard.c: Likewise.
48893 * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
48894 * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
48895 * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
48896 * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
48897 * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
48898 * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
48899 * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
48900 * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
48901 * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
48902 * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
48903 * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
48904 * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
48905 * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
48906 * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
48907 * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
48908 * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
48909 * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
48910 * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
48911 * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
48912 * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
48913 * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
48914 * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
48915 * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
48916 * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
48917 * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
48918 * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
48919 * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
48920 * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
48921 * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
48922 * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
48923 * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
48924 * sysdeps/ieee754/ldbl-128ibm/s_ceill.c: Likewise.
48925 * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
48926 * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
48927 * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
48928 * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
48929 * sysdeps/ieee754/ldbl-128ibm/s_floorl.c: Likewise.
48930 * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
48931 * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
48932 * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Likewise.
48933 * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Likewise.
48934 * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
48935 * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
48936 * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Likewise.
48937 * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
48938 * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
48939 * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
48940 * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
48941 * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
48942 * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
48943 * sysdeps/ieee754/ldbl-128ibm/s_roundl.c: Likewise.
48944 * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
48945 * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
48946 * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
48947 * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
48948 * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
48949 * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Likewise.
48950 * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
48951 * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
48952 * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
48953 * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
48954 * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
48955 * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
48956 * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
48957 * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
48958 * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
48959 * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
48960 * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
48961 * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
48962 * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
48963 * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
48964 * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
48965 * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
48966 * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
48967 * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
48968 * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
48969 * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
48970 * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
48971 * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
48972 * sysdeps/ieee754/s_matherr.c: Likewise.
48973 * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
48974 * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
48975 * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
48976 * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
48977
48978 2012-01-26 Joseph Myers <joseph@codesourcery.com>
48979
48980 * crypt/md5.h: Remove __STDC__ conditionals.
48981 * libio/libioP.h: Likewise.
48982 * locale/programs/config.h: Likewise.
48983 * sysdeps/generic/sysdep.h: Likewise.
48984 * sysdeps/i386/asm-syntax.h: Likewise.
48985 * sysdeps/s390/asm-syntax.h: Likewise.
48986 * sysdeps/unix/sysdep.h: Likewise.
48987 * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
48988 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
48989
48990 2012-01-26 Joseph Myers <joseph@codesourcery.com>
48991
48992 * libio/libio.h: Remove __STDC__ conditionals.
48993 * malloc/obstack.h: Likewise.
48994 * math/complex.h: Likewise.
48995 * math/math.h: Likewise.
48996 * sysdeps/generic/_G_config.h: Likewise.
48997 * sysdeps/gnu/_G_config.h: Likewise.
48998 * sysdeps/mach/hurd/_G_config.h: Likewise.
48999 * sysdeps/powerpc/bits/mathdef.h: Likewise.
49000 * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
49001 * sysdeps/sparc/bits/mathdef.h: Likewise.
49002
49003 2012-01-26 Ulrich Drepper <drepper@gmail.com>
49004
49005 [BZ #13583]
49006 * sysdeps/x86_64/multiarch/init-arch.h: Define bit_OSXSAVE.
49007 Clean up HAS_* macros.
49008 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): If
49009 bit_AVX is set also check OSXAVE/XCR0 and set bit_YMM_Usable if
49010 possible.
49011 * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_YMM_USABLE, not
49012 HAS_AVX.
49013 * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
49014 * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
49015 * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
49016 * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
49017 * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
49018
49019 2012-01-25 Joseph Myers <joseph@codesourcery.com>
49020
49021 * elf/tst-unique3.cc (gets): Remove declaration.
49022 * elf/tst-unique3lib.cc (gets): Likewise.
49023 * elf/tst-unique3lib2.cc (gets): Likewise.
49024 * elf/tst-unique4.cc (gets): Likewise.
49025
49026 2012-01-24 Ulrich Drepper <drepper@gmail.com>
49027
49028 * include/stdio.h: Add C++ protection. Add gets declarations and
49029 definitions.
49030 * debug/tst-chk1.c: Don't declare gets here.
49031 * stdio-common/tst-gets.c: Likewise.
49032
49033 2012-01-24 Joseph Myers <joseph@codesourcery.com>
49034
49035 * posix/glob: Remove directory.
49036
49037 2012-01-24 Joseph Myers <joseph@codesourcery.com>
49038
49039 * wcsmbs/Makefile (tst-c16c32-1-ENV): Define.
49040
49041 2012-01-22 Pino Toscano <toscano.pino@tiscali.it>
49042
49043 * sysdeps/mach/hurd/socket.c (__socket): Return EAFNOSUPPORT instead
49044 of the non-standard EPFNOSUPPORT.
49045
49046 2011-12-26 Samuel Thibault <samuel.thibault@ens-lyon.org>
49047
49048 * sysdeps/mach/hurd/mmap.c (__mmap): When MAPADDR is nonzero, try
49049 __vm_allocate and __vm_map with ANYWHERE set to 0 first, and try with
49050 ANYWHERE set to 1 only on KERN_NO_SPACE error.
49051
49052 2012-01-21 Ulrich Drepper <drepper@gmail.com>
49053
49054 * wcsmbs/uchar.h: Test __STDC_VERSION__.
49055
49056 2012-01-20 Ulrich Drepper <drepper@gmail.com>
49057
49058 * nscd/aicache.c (addhstaiX): Do not cache negative results of
49059 transient errors.
49060 * nscd/grpcache.c (cache_addgr): Likewise.
49061 * nscd/hstcache.c (cache_addhst): Likewise.
49062 * nscd/initgrcache.c (addinitgroupsX): Likewise.
49063 * nscd/pwdcache.c (cache_addpw): Likewise.
49064 * nscd/servicescache.c (cache_addserv): Likewise.
49065
49066 2012-01-16 Ulrich Drepper <drepper@gmail.com>
49067
49068 * malloc/malloc.c: Various cleanups.
49069 * malloc/hooks.c: Likewise.
49070
49071 * stdlib/Makefile (tests): Add bug-fmtmsg1.
49072 * stdlib/bug-fmtmsg1.c: New file.
49073
49074 * stdlib/fmtmsg.c (init): Add missing unlock.
49075 Patch by Peng Haitao <penght@cn.fujitsu.com>.
49076
49077 2012-01-12 Marek Polacek <polacek@redhat.com>
49078
49079 * libio/bits/stdio2.h: Do not define gets for ISO C11, ISO C++11,
49080 and _GNU_SOURCE.
49081
49082 2012-01-04 Will Schmidt <will_schmidt@vnet.ibm.com>
49083
49084 * powerpc/powerpc32/sysdep.h: Add GLUE and GENERATE_GOT_LABEL macros.
49085 * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Call
49086 macro to ensure uniqueness of label name.
49087 * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
49088 * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
49089
49090 2012-01-11 Ulrich Drepper <drepper@gmail.com>
49091
49092 * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: New file.
49093
49094 * sysdeps/ieee754/dbl-64/s_scalbln.c: Add branch prediction.
49095 * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
49096 * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
49097 * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: New file.
49098
49099 2012-01-10 Ulrich Drepper <drepper@gmail.com>
49100
49101 * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: New file.
49102
49103 * sysdeps/ieee754/dbl-64/s_modf.c: Add branch prediction.
49104 * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
49105 * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
49106
49107 * math/bits/mathcalls.h: Add const attribute to fmin and fmax.
49108
49109 * sysdeps/ieee754/dbl-64/s_scalbn.c: Add branch prediction.
49110 * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
49111 * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
49112 * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: New file.
49113
49114 * math/bits/math-finite.h: Add ldexp support.
49115
49116 2012-01-10 Marek Polacek <polacek@redhat.com>
49117
49118 * locale/programs/localedef.h (show_archive_content): Add noreturn
49119 attribute.
49120
49121 2012-01-09 Ulrich Drepper <drepper@gmail.com>
49122
49123 * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Add branch prediction.
49124
49125 2012-01-08 Ulrich Drepper <drepper@gmail.com>
49126
49127 * io/bits/poll2.h: Add __BEGIN/__END_DECLS.
49128
49129 * io/Makefile (headers): Add bits/poll2.h.
49130
49131 2011-01-05 Will Schmidt <will_schmidt@vnet.ibm.com>
49132
49133 * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Fix a
49134 typo #include statement.
49135
49136 2012-01-08 Ulrich Drepper <drepper@gmail.com>
49137
49138 * include/sys/cdefs.h: Define __attribute_alloc_size.
49139 * catgets/gencat.c: Add alloc_size attribute and apply consistently
49140 the malloc attribute to xmalloc, xcalloc, xrealloc, and xstrdup.
49141 * elf/pldd.c: Likewise.
49142 * iconv/iconv_charmap.c: Likewise.
49143 * iconv/iconvconfig.c: Likewise.
49144 * iconv/strtab.c: Likewise.
49145 * locale/programs/locale.c: Likewise.
49146 * locale/programs/localedef.h: Likewise.
49147 * locale/programs/simple-hash.c: Likewise.
49148 * nscd/nscd.h: Likewise.
49149 * nss/makedb.c: Likewise.
49150 * sysdeps/generic/ldconfig.h: Likewise.
49151 * locale/programs/localedef.c: Remove xmalloc prototype.
49152 * nscd/mem.c: Remove xmalloc and xcalloc prototypes.
49153
49154 2012-01-05 Paul Pluzhnikov <ppluzhnikov@google.com>
49155
49156 * stdio-common/vfscanf.c (_IO_vfscanf_internal): Use alloca when
49157 appropriate.
49158
49159 2012-01-08 Ulrich Drepper <drepper@gmail.com>
49160
49161 * math/Makefile (tests): Add tst-CMPLX.
49162 * math/tst-CMPLX.c: New file.
49163
49164 * math/complex.h (CMPLXL): Fix typo.
49165
49166 * debug/Makefile (routines): Add poll_chk and ppoll_chk.
49167 * debug/Versions: Export __pool_chk and __ppoll_chk from libc for
49168 GLIBC_2.16.
49169 * debug/tst-chk1.c: Add poll and ppoll tests.
49170 * io/sys/poll.h: Include bits/poll2.h for _FORTIFY_SOURCE.
49171 * include/sys/poll.h: Add hidden proto for ppoll.
49172 * sysdeps/unix/sysv/linux/ppoll.c: Add hidden def.
49173 * sysdeps/mach/hurd/ppoll.c: Likewise.
49174 * io/ppoll.c: Likewise.
49175 * debug/poll_chk.c: New file.
49176 * debug/ppoll_chk.c: New file.
49177 * include/bits/poll2.h: New file.
49178 * io/bits/poll2.h: New file.
49179
49180 [BZ #1350]
49181 * math/complex.h (CMPLX, CMPLXF, CMPLXL): Define.
49182
49183 * configure.in: static is always set to yes. Remove.
49184 * config.make.in: Don't set build-static.
49185 * Makeconfig: Remove use of build-static.
49186 * dlfcn/Makefile: Likewise.
49187 * elf/Makefile: Likewise.
49188 * math/Makefile: Likewise.
49189 * misc/Makefile: Likewise.
49190 * nptl/Makefile: Likewise.
49191 * sysdeps/mach/hurd/Makefile: Likewise.
49192
49193 * configure.in: PWD_P is not used anymore.
49194 * config.make.in: Remove PWD_P entry.
49195
49196 * configure.in: Remove last remnants of RANLIB.
49197 No need to check for signed size_t anymore.
49198 Don't set libc_commonpagesize and libc_relro_required here for Alpha
49199 and IA-64.
49200 Remove __builtin_expect test because we require at least gcc 3.4.
49201 * aclocal.m4: Likewise.
49202
49203 * wcsmbs/mbrtoc16.c: Implement using towc function.
49204 * wcsmbs/wcsmbsload.h: No need for toc16 and fromc16 functions.
49205 * wcsmbs/wcsmbsload.c: Likewise.
49206 * iconv/gconv_simple.c: Likewise.
49207 * iconv/gconv_int.h: Likewise.
49208 * iconv/gconv_builtin.h: Likewise.
49209 * iconv/iconv_prog.c: Remove CHAR16 handling.
49210
49211 * wcsmbs/c16rtomb.c: Remove #if 0'ed code.
49212
49213 * wcsmbs/mbrtowc.c: Better check for invalid inputs.
49214
49215 * configure.in: Remove --with-elf and --enable-bounded options.
49216 Dont set base_machine for ia64. More non-ELF conditions removed.
49217 Remove testing and setting of leading underscore information.
49218 * config.make.in (build-bounded): Set to no.
49219 * config.h.in: Remove NO_UNDERSCORES entry.
49220 * include/libc-symbols.h: Don't define HAVE_WEAK_SYMBOLS. ELF has
49221 them.
49222 * csu/start.c: Remove !NO_UNDERSCORE code.
49223 * locale/localeinfo.h: Likewise.
49224 * sysdeps/generic/machine-gmon.h: Likewise.
49225 * sysdeps/generic/sysdep.h: Likewise.
49226 * sysdeps/i386/sysdep.h: Likewise.
49227 * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
49228 * sysdeps/mach/sysdep.h: Likewise.
49229 * sysdeps/s390/s390-32/sysdep.h: Likewise.
49230 * sysdeps/s390/s390-64/sysdep.h: Likewise.
49231 * sysdeps/sh/sysdep.h: Likewise.
49232 * sysdeps/sparc/sparc32/alloca.S: Likewise.
49233 * sysdeps/unix/i386/sysdep.S: Likewise.
49234 * sysdeps/unix/sparc/start.c: Likewise.
49235 * sysdeps/unix/sparc/sysdep.S: Likewise.
49236 * sysdeps/unix/sparc/sysdep.h: Likewise.
49237 * sysdeps/unix/start.c: Likewise.
49238 * sysdeps/unix/x86_64/sysdep.S: Likewise.
49239 * sysdeps/x86_64/sysdep.h: Likewise.
49240
49241 2012-01-07 Ulrich Drepper <drepper@gmail.com>
49242
49243 [BZ #13553]
49244 * misc/sys/cdefs.h: Remove __const, __signed, and __volatile definition
49245 for non-gcc.
49246 * argp/argp-fmtstream.h: Use const instead __const.
49247 * argp/argp.h: Likewise.
49248 * assert/assert.h: Likewise.
49249 * bits/fenv.h: Likewise.
49250 * bits/sched.h: Likewise.
49251 * bits/sigset.h: Likewise.
49252 * bits/sigthread.h: Likewise.
49253 * catgets/nl_types.h: Likewise.
49254 * conform/data/pthread.h-data: Likewise.
49255 * crypt/crypt-private.h: Likewise.
49256 * crypt/crypt.h: Likewise.
49257 * crypt/crypt_util.c: Likewise.
49258 * ctype/ctype.h: Likewise.
49259 * debug/execinfo.h: Likewise.
49260 * debug/mbsnrtowcs_chk.c: Likewise.
49261 * debug/mbsrtowcs_chk.c: Likewise.
49262 * debug/wcsnrtombs_chk.c: Likewise.
49263 * debug/wcsrtombs_chk.c: Likewise.
49264 * debug/wcstombs_chk.c: Likewise.
49265 * dirent/dirent.h: Likewise.
49266 * dlfcn/dlfcn.h: Likewise.
49267 * elf/neededtest4.c: Likewise.
49268 * grp/grp.h: Likewise.
49269 * gshadow/gshadow.h: Likewise.
49270 * iconv/gconv.h: Likewise.
49271 * iconv/gconv_int.h: Likewise.
49272 * iconv/gconv_simple.c: Likewise.
49273 * iconv/iconv.h: Likewise.
49274 * iconv/loop.c: Likewise.
49275 * iconv/skeleton.c: Likewise.
49276 * include/aio.h: Likewise.
49277 * include/aliases.h: Likewise.
49278 * include/argz.h: Likewise.
49279 * include/arpa/inet.h: Likewise.
49280 * include/assert.h: Likewise.
49281 * include/dirent.h: Likewise.
49282 * include/dlfcn.h: Likewise.
49283 * include/execinfo.h: Likewise.
49284 * include/fcntl.h: Likewise.
49285 * include/fenv.h: Likewise.
49286 * include/glob.h: Likewise.
49287 * include/grp.h: Likewise.
49288 * include/libintl.h: Likewise.
49289 * include/mntent.h: Likewise.
49290 * include/netdb.h: Likewise.
49291 * include/pwd.h: Likewise.
49292 * include/rpc/netdb.h: Likewise.
49293 * include/sched.h: Likewise.
49294 * include/search.h: Likewise.
49295 * include/shadow.h: Likewise.
49296 * include/signal.h: Likewise.
49297 * include/stdio.h: Likewise.
49298 * include/stdlib.h: Likewise.
49299 * include/string.h: Likewise.
49300 * include/sys/socket.h: Likewise.
49301 * include/sys/stat.h: Likewise.
49302 * include/sys/statfs.h: Likewise.
49303 * include/sys/statvfs.h: Likewise.
49304 * include/sys/syslog.h: Likewise.
49305 * include/sys/time.h: Likewise.
49306 * include/sys/uio.h: Likewise.
49307 * include/time.h: Likewise.
49308 * include/unistd.h: Likewise.
49309 * include/utmp.h: Likewise.
49310 * include/wchar.h: Likewise.
49311 * include/wctype.h: Likewise.
49312 * inet/aliases.h: Likewise.
49313 * inet/arpa/inet.h: Likewise.
49314 * inet/netinet/ether.h: Likewise.
49315 * inet/netinet/in.h: Likewise.
49316 * intl/libintl.h: Likewise.
49317 * io/bits/fcntl2.h: Likewise.
49318 * io/fcntl.h: Likewise.
49319 * io/ftw.h: Likewise.
49320 * io/sys/poll.h: Likewise.
49321 * io/sys/stat.h: Likewise.
49322 * io/sys/statfs.h: Likewise.
49323 * io/sys/statvfs.h: Likewise.
49324 * io/utime.h: Likewise.
49325 * libio/bits/stdio.h: Likewise.
49326 * libio/bits/stdio2.h: Likewise.
49327 * libio/libio.h: Likewise.
49328 * libio/libioP.h: Likewise.
49329 * libio/stdio.h: Likewise.
49330 * locale/lc-ctype.c: Likewise.
49331 * locale/locale.h: Likewise.
49332 * login/utmp.h: Likewise.
49333 * malloc/arena.c: Likewise.
49334 * malloc/malloc.c: Likewise.
49335 * malloc/malloc.h: Likewise.
49336 * malloc/mcheck.c: Likewise.
49337 * malloc/mtrace.c: Likewise.
49338 * math/bits/mathcalls.h: Likewise.
49339 * math/fenv.h: Likewise.
49340 * math/math_private.h: Likewise.
49341 * misc/bits/error.h: Likewise.
49342 * misc/bits/syslog.h: Likewise.
49343 * misc/err.h: Likewise.
49344 * misc/error.h: Likewise.
49345 * misc/fstab.h: Likewise.
49346 * misc/mntent.h: Likewise.
49347 * misc/regexp.h: Likewise.
49348 * misc/search.h: Likewise.
49349 * misc/sgtty.h: Likewise.
49350 * misc/sys/mman.h: Likewise.
49351 * misc/sys/syslog.h: Likewise.
49352 * misc/sys/uio.h: Likewise.
49353 * misc/sys/xattr.h: Likewise.
49354 * misc/ttyent.h: Likewise.
49355 * nis/rpcsvc/ypclnt.h: Likewise.
49356 * nss/nss.h: Likewise.
49357 * posix/bits/unistd.h: Likewise.
49358 * posix/fnmatch.h: Likewise.
49359 * posix/glob.h: Likewise.
49360 * posix/sched.h: Likewise.
49361 * posix/spawn.h: Likewise.
49362 * posix/sys/wait.h: Likewise.
49363 * posix/unistd.h: Likewise.
49364 * posix/wordexp.h: Likewise.
49365 * pwd/pwd.h: Likewise.
49366 * resolv/netdb.h: Likewise.
49367 * resource/sys/resource.h: Likewise.
49368 * rt/aio.h: Likewise.
49369 * rt/bits/mqueue2.h: Likewise.
49370 * rt/mqueue.h: Likewise.
49371 * shadow/shadow.h: Likewise.
49372 * signal/signal.h: Likewise.
49373 * socket/send.c: Likewise.
49374 * socket/sendto.c: Likewise.
49375 * socket/sys/socket.h: Likewise.
49376 * stdio-common/printf.h: Likewise.
49377 * stdlib/bits/stdlib.h: Likewise.
49378 * stdlib/fmtmsg.h: Likewise.
49379 * stdlib/monetary.h: Likewise.
49380 * stdlib/stdlib.h: Likewise.
49381 * stdlib/ucontext.h: Likewise.
49382 * streams/stropts.h: Likewise.
49383 * string/argz.h: Likewise.
49384 * string/bits/string2.h: Likewise.
49385 * string/string.h: Likewise.
49386 * string/strings.h: Likewise.
49387 * sunrpc/rpc/auth.h: Likewise.
49388 * sunrpc/rpc/auth_des.h: Likewise.
49389 * sunrpc/rpc/clnt.h: Likewise.
49390 * sunrpc/rpc/netdb.h: Likewise.
49391 * sunrpc/rpc/pmap_clnt.h: Likewise.
49392 * sunrpc/rpc/xdr.h: Likewise.
49393 * sysdeps/generic/inttypes.h: Likewise.
49394 * sysdeps/generic/net/if.h: Likewise.
49395 * sysdeps/generic/sys/swap.h: Likewise.
49396 * sysdeps/gnu/net/if.h: Likewise.
49397 * sysdeps/gnu/utmpx.h: Likewise.
49398 * sysdeps/i386/fpu/bits/fenv.h: Likewise.
49399 * sysdeps/i386/i486/bits/string.h: Likewise.
49400 * sysdeps/ieee754/ldbl-opt/nldbl-strtold_l.c: Likewise.
49401 * sysdeps/s390/bits/string.h: Likewise.
49402 * sysdeps/s390/fpu/bits/fenv.h: Likewise.
49403 * sysdeps/sparc/fpu/bits/fenv.h: Likewise.
49404 * sysdeps/sparc/fpu/bits/mathinline.h: Likewise.
49405 * sysdeps/unix/sysv/linux/bits/resource.h: Likewise.
49406 * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
49407 * sysdeps/unix/sysv/linux/bits/sigset.h: Likewise.
49408 * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
49409 * sysdeps/unix/sysv/linux/bits/sys_errlist.h: Likewise.
49410 * sysdeps/unix/sysv/linux/bits/uio.h: Likewise.
49411 * sysdeps/unix/sysv/linux/i386/glob64.c: Likewise.
49412 * sysdeps/unix/sysv/linux/i386/olddirent.h: Likewise.
49413 * sysdeps/unix/sysv/linux/preadv.c: Likewise.
49414 * sysdeps/unix/sysv/linux/prlimit.c: Likewise.
49415 * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
49416 * sysdeps/unix/sysv/linux/readv.c: Likewise.
49417 * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: Likewise.
49418 * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
49419 * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
49420 * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
49421 * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
49422 * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
49423 * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Likewise.
49424 * sysdeps/unix/sysv/linux/sys/acct.h: Likewise.
49425 * sysdeps/unix/sysv/linux/sys/epoll.h: Likewise.
49426 * sysdeps/unix/sysv/linux/sys/mount.h: Likewise.
49427 * sysdeps/unix/sysv/linux/sys/swap.h: Likewise.
49428 * sysdeps/unix/sysv/linux/sys/timerfd.h: Likewise.
49429 * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
49430 * sysdeps/x86_64/fpu/bits/fenv.h: Likewise.
49431 * sysdeps/x86_64/strcasecmp_l-nonascii.c: Likewise.
49432 * sysdeps/x86_64/strncase_l-nonascii.c: Likewise.
49433 * sysvipc/sys/ipc.h: Likewise.
49434 * sysvipc/sys/msg.h: Likewise.
49435 * sysvipc/sys/sem.h: Likewise.
49436 * sysvipc/sys/shm.h: Likewise.
49437 * termios/termios.h: Likewise.
49438 * time/sys/time.h: Likewise.
49439 * time/time.h: Likewise.
49440 * wcsmbs/bits/wchar2.h: Likewise.
49441 * wcsmbs/uchar.h: Likewise.
49442 * wcsmbs/wchar.h: Likewise.
49443 * wctype/wctype.h: Likewise.
49444
49445 [BZ #13551]
49446 * Makeconfig: Remove all but ELF support including AIX support.
49447 * Makerules: Likewise.
49448 * config.h.in: Likewise.
49449 * config.make.in: Likewise.
49450 * configure: Likewise.
49451 * configure.in: Likewise.
49452 * csu/Makefile: Likewise.
49453 * csu/version.c: Likewise.
49454 * debug/Makefile: Likewise.
49455 * dlfcn/Makefile: Likewise.
49456 * elf/Makefile: Likewise.
49457 * extra-lib.mk: Likewise.
49458 * iconv/Makefile: Likewise.
49459 * include/libc-symbols.h: Likewise.
49460 * include/shlib-compat.h: Likewise.
49461 * resolv/Makefile: Likewise.
49462 * resolv/res_libc.c: Likewise.
49463 * rt/Makefile: Likewise.
49464 * sysdeps/i386/asm-syntax.h: Likewise.
49465 * sysdeps/i386/sysdep.h: Likewise.
49466 * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
49467 * sysdeps/mach/sysdep.h: Likewise.
49468 * sysdeps/powerpc/powerpc32/Makefile: Likewise.
49469 * sysdeps/powerpc/powerpc64/Makefile: Likewise.
49470 * sysdeps/s390/asm-syntax.h: Likewise.
49471 * sysdeps/s390/s390-32/sysdep.h: Likewise.
49472 * sysdeps/s390/s390-64/sysdep.h: Likewise.
49473 * sysdeps/sh/sysdep.h: Likewise.
49474 * sysdeps/unix/sparc/sysdep.h: Likewise.
49475 * sysdeps/wordsize-32/divdi3.c: Likewise.
49476 * sysdeps/x86_64/sysdep.h: Likewise.
49477
49478 * argp/Versions: Remove _argp_unlock_xxx.
49479
49480 [BZ #13559]
49481 * abilist/ld.abilist: Update. Adjust for removal of tls option.
49482 * abilist/libBrokenLocale.abilist: Likewise.
49483 * abilist/libanl.abilist: Likewise.
49484 * abilist/libc.abilist: Likewise.
49485 * abilist/libcrypt.abilist: Likewise.
49486 * abilist/libdl.abilist: Likewise.
49487 * abilist/libm.abilist: Likewise.
49488 * abilist/libnsl.abilist: Likewise.
49489 * abilist/libpthread.abilist: Likewise.
49490 * abilist/libresolv.abilist: Likewise.
49491 * abilist/librt.abilist: Likewise.
49492 * abilist/libthread_db.abilist: Likewise.
49493 * abilist/libutil.abilist: Likewise.
49494 * abilist/libnss_db.abilist: New file.
49495
49496 * scripts/abilist.awk: Add support for indirect functions.
49497
49498 * sysdeps/unix/sysv/linux/configure.in: Remove m68k support.
49499
49500 * sysdeps/generic/ldsodefs.h: Remove Alpha support.
49501
49502 * shlib-versions: Remove entries for ports architectures.
49503
49504 * elf/tls-macros.h: Remove support for Alpha and IA-64. Should be in
49505 files in ports.
49506 * elf/stackguard-macros.h: Remove support for IA-64.
49507 * elf/tst-auditmod1.c: Likewise.
49508 * sysdeps/generic/ldsodefs.h: Likewise.
49509
49510 * sysdeps/unix/sysv/linux/configure.in: Ports should define
49511 libc_cv_gcc_unwind_find_fde and arch_minimum_kernel in their
49512 configure files.
49513
49514 [BZ #13552]
49515 * configure.in: Remove --enable-omitfp support.
49516 * FAQ.in: Adjust.
49517 * config.make.in: Likewise.
49518 * Makeconfig: Likewise.
49519 * manual/install.texi: Likewise.
49520
49521 In case anyone cares, the IA-64 architecture could move to ports.
49522 * sysdeps/ia64/*: Removed.
49523 * sysdeps/unix/sysv/linux/ia64/*: Removed.
49524 * sysdeps/unix/sysv/linux/kernel-features.h: Remove IA-64 support.
49525
49526 [BZ #13555]
49527 * configure.in: Remove entries for unsupported architectures.
49528
49529 [BZ #13533]
49530 * iconv/gconv_builtin.h: Use CHAR16 for the char16_t conversions.
49531 * iconv/gconv_simple.c: Rename char16_t routines. Add char16_t<->utf8
49532 routines.
49533 * iconv/gconv_int.h: Adjust prototypes for char16_t routines.
49534 * iconv/iconv_prog.c: Recognize CHAR16 as internal name.
49535 * wcsmbs/c16rtomb.c: Fix a few problems. Disable all the code and
49536 fall back to using wcrtomb.
49537 * wcsmbs/mbrtoc16.: Fix implementation to handle real conversions.
49538 * wcsmbs/wcsmbsload.c: Make char16 routines optional. Adjust for
49539 renaming.
49540 * wcsmbs/Makefile (tests): Add tst-c16c32-1:
49541 * wcsmbs/tst-c16c32-1.c: New file.
49542
49543 * wcsmbs/wcrtomb.c: Use MB_LEN_MAX instead of MB_CUR_MAX for sizing
49544 local variable.
49545
49546 * libio/stdio.h: Do not declare gets at all for _GNU_SOURCE.
49547
49548 * elf/tst-unique3.cc: Add explicit declaration of gets.
49549 * elf/tst-unique3lib.cc: Likewise.
49550 * elf/tst-unique3lib2.cc: Likewise.
49551 * elf/tst-unique4.cc: Likewise.
49552
49553 * string/test-strcpy.c (do_one_test): Fix format string for WIDE use.
49554
49555 2012-01-06 Joseph Myers <joseph@codesourcery.com>
49556
49557 [BZ #13566]
49558 * assert/assert.h (static_assert): Don't define for C++.
49559 * libio/stdio.h (gets): Do declare for C++ <= C++11.
49560 * wcsmbs/uchar.h (char16_t, char32_t): Don't typedef for C++11.
49561
49562 2012-01-03 Ulrich Drepper <drepper@gmail.com>
49563
49564 * iconv/loop.c (single loop): Fix assertion in storing of
49565 remaining bytes.
49566
49567 * posix/regcomp.c (init_word_char): Optimize a bit for sane encodings.
49568
49569 2012-01-01 Ulrich Drepper <drepper@gmail.com>
49570
49571 * posix/getconf.c: Update copyright year.
49572 * nss/getent.c: Likewise.
49573 * nss/makedb.c: Likewise.
49574 * iconv/iconvconfig.c: Likewise.
49575 * iconv/iconv_prog.c: Likewise.
49576 * elf/ldconfig.c: Likewise.
49577 * elf/pldd.c: Likewise.
49578 * elf/sotruss.ksh: Likewise.
49579 * catgets/gencat.c: Likewise.
49580 * csu/version.c: Likewise.
49581 * elf/ldd.bash.in: Likewise.
49582 * elf/sprof.c (print_version): Likewise.
49583 * locale/programs/locale.c: Likewise.
49584 * locale/programs/localedef.c: Likewise.
49585 * login/programs/pt_chown.c: Likewise.
49586 * nscd/nscd.c (print_version): Likewise.
49587 * debug/xtrace.sh: Likewise.
49588 * malloc/memusage.sh: Likewise.
49589 * malloc/mtrace.pl: Likewise.
49590 * debug/catchsegv.sh: Likewise.
49591
49592 2011-12-30 Jakub Jelinek <jakub@redhat.com>
49593
49594 * posix/regex_internal.c (re_string_fetch_byte_case): Remove
49595 pure attribute.
49596
49597 2011-12-24 Ulrich Drepper <drepper@gmail.com>
49598
49599 [BZ #13533]
49600 * iconv/gconv_simple.c: Add ASCII<->UTF-16 transformations.
49601 * iconv/gconv_builtin.h: Add entries for internal ASCII<->UTF-16
49602 transformations.
49603 * iconv/gconv_int.h: Likewise.
49604 * wcsmbs/Makefile (routines): Add mbrtoc16 and c16rtomb.
49605 * wcsmbs/Versions: Export mbrtoc16, c16rtomb, mbrtoc32, c32rtomb
49606 from libc for GLIBC_2.16.
49607 * wcsmbs/mbrtowc.c: Define mbrtoc32 alias.
49608 * wcsmbs/wcrtomb.c: Define c32rtomb alias.
49609 * wcsmbs/uchar.h: Really define mbstate_t.
49610 * wcsmbs/wchar.h: Allow defining mbstate_t in uchar.h.
49611 * wcsmbs/c16rtomb.c: New file.
49612 * wcsmbs/mbrtoc16.c: New file.
49613 * wcsmbs/wcsmbsload.c: Add static definitions for c16 conversions
49614 for C/POSIX locale.
49615 (__wcsmbs_load_conv): Do not fill in c16 routines yet.
49616 * wcsmbs/wcsmbsload.h (gconv_fcts): Add entries for c16 routines.
49617
49618 * wcsmbs/wchar.h: Add missing __restrict.
49619
49620 2011-12-23 Ulrich Drepper <drepper@gmail.com>
49621
49622 [BZ #13532]
49623 * time/Makefile (routines): Add timespec_get.
49624 * time/Versions: Export timespec_get from libc for GLIBC_2.16.
49625 * time/time.h: Define TIME_UTC and declare timespec_get. Define
49626 timespec for ISO C11.
49627 * time/timespec_get.c: New file.
49628 * sysdeps/unix/sysv/linux/timespec_get.c: New file.
49629 * sysdeps/unix/sysv/linux/x86_64/timespec_get.c: New file.
49630
49631 [BZ #13531]
49632 * malloc/malloc.c: Define alias aligned_alloc for public_mEMALIGn.
49633 * stdlib/stdlib.h: Declare aligned_alloc.
49634 * Versions.def: Add GLIBC_2.16 for libc.
49635 * malloc/Versions: Export aligned_alloc from libc for GLIBC_2.16.
49636
49637 [BZ 13527]
49638 * stdlib/stdlib.h: Make at_quick_exit and quick_exit available for
49639 ISO C11.
49640
49641 * include/features.h: Define __USE_ISOCXX11 when compiling ISO C++11
49642 code.
49643
49644 [BZ #13528]
49645 * libio/stdio.h: Do not declare gets for ISO C11 and _GNU_SOURCE.
49646
49647 [BZ #13529]
49648 * assert/assert.h (static_assert): Define.
49649
49650 * version.h: Update for 2.16 development version.
49651
49652 [BZ #13526]
49653 * include/features.h: Handle __STDC_VERSION__ >= 201112 and
49654 _ISOC11_SOURCE.
49655
49656 * version.h (RELEASE): Bump for 2.15 release.
49657 * include/features.h (__GLIBC_MINOR__): Bump to 15.
49658
49659 * sysdeps/x86_64/dl-machine.h: Fix typos in comments.
49660 Patch by Marek Polacek <mpolacek@redhat.com>.
49661
49662 * bits/byteswap.h: Protect long long constants with __extension__.
49663 * sysdeps/i386/bits/byteswap.h: Likewise.
49664 * sysdeps/ia64/bits/byteswap.h: Likewise.
49665 * sysdeps/s390/bits/byteswap.h: Likewise.
49666 * sysdeps/x86_64/bits/byteswap.h: Likewise.
49667
49668 2011-12-23 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
49669
49670 [BZ #13540]
49671 * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Fix overrun in
49672 destination buffer.
49673 * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
49674
49675 2011-12-23 Marek Polacek <polacek@redhat.com>
49676
49677 * elf/dl-addr.c (determine_info): Add inline keyword.
49678 * elf/tst-auditmod4b.c (check_avx): Likewise.
49679 * elf/tst-auditmod6b.c (check_avx): Likewise.
49680 * elf/tst-auditmod6c.c (check_avx): Likewise.
49681 * elf/tst-auditmod7b.c (check_avx): Likewise.
49682
49683 2011-12-23 Ulrich Drepper <drepper@gmail.com>
49684
49685 * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Also enable for
49686 !__SSE_MATH__.
49687
49688 2011-12-23 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
49689
49690 [BZ #13540]
49691 * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Fix wrong copying
49692 processing for last bytes.
49693
49694 2011-08-06 Bruno Haible <bruno@clisp.org>
49695
49696 [BZ #13061]
49697 * iconvdata/cp1258.c (comp_table_data): Combine U+00A8 U+0301 to
49698 U+0385, not to U+1FEE.
49699
49700 [BZ #13062]
49701 * iconvdata/tcvn5712-1.c (comp_table_data): Remove useless and wrong
49702 entry for U+00A5 U+0301.
49703
49704 2011-12-22 Ulrich Drepper <drepper@gmail.com>
49705
49706 [BZ #13166]
49707 * inet/getnameinfo.c (getnameinfo): Return EAI_OVERFLOW if the
49708 buffer for the output is too small.
49709
49710 * sysdeps/i386/fpu/bits/fenv.h [__SSE_MATH__]: Add feraiseexcept
49711 optimization.
49712
49713 [BZ #13185]
49714 * sysdeps/i386/fpu/fgetexcptflg.c (__fegetexceptflag): Also return
49715 SSE flags if possible.
49716
49717 2011-12-22 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
49718
49719 [BZ #13540]
49720 * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Fix wrong copying
49721 processing for last bytes.
49722
49723 2011-12-22 Joseph Myers <joseph@codesourcery.com>
49724
49725 * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants)
49726 (syscall-list-default-options, syscall-list-default-condition)
49727 (syscall-list-includes): Define.
49728 ($(objpfx)syscall-%.h $(objpfx)syscall-%.d): Support arbitrary
49729 list of ABIs and options and #if conditions for each ABI. Do not
49730 handle common syscalls between ABIs specially.
49731 * sysdeps/unix/sysv/linux/powerpc/Makefile (64bit-predefine):
49732 Remove.
49733 (syscall-list-variants, syscall-list-32bit-options)
49734 (syscall-list-32bit-condition, syscall-list-64bit-options)
49735 (syscall-list-64bit-condition): Define.
49736 * sysdeps/unix/sysv/linux/s390/Makefile (64bit-predefine): Remove.
49737 (syscall-list-variants, syscall-list-32bit-options)
49738 (syscall-list-32bit-condition, syscall-list-64bit-options)
49739 (syscall-list-64bit-condition): Define.
49740 * sysdeps/unix/sysv/linux/sparc/Makefile (64bit-predefine):
49741 Remove.
49742 (syscall-list-variants, syscall-list-32bit-options)
49743 (syscall-list-32bit-condition, syscall-list-64bit-options)
49744 (syscall-list-64bit-condition): Define.
49745 * sysdeps/unix/sysv/linux/x86_64/Makefile (64bit-predefine):
49746 Remove.
49747 (syscall-list-variants, syscall-list-32bit-options)
49748 (syscall-list-32bit-condition, syscall-list-64bit-options)
49749 (syscall-list-64bit-condition): Define.
49750
49751 2011-12-22 Ulrich Drepper <drepper@gmail.com>
49752
49753 * locale/iso-639.def: Add brx entry.
49754
49755 [BZ #13328]
49756 * malloc/mtrace.c (tr_freehook): Avoid unnecessary unlock/lock.
49757 Proposed by Mariusz_Cukr <marcukr@op.pl>.
49758
49759 * sysdeps/x86_64/fpu/bits/fenv.h: Use __REDIRECT_NTH for
49760 __feraiseexcept_renamed.
49761
49762 2011-12-21 Ulrich Drepper <drepper@gmail.com>
49763
49764 [BZ #13538]
49765 * sysdeps/unix/sysv/linux/sys/epoll.h: Initialize EPOLLONESHOT and
49766 EPOLLET with unsigned values.
49767 * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
49768 * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
49769
49770 * math/s_cacosh.c: Use Kahan's formula if the subtraction could lead
49771 to large cancellation.
49772 * math/s_cacoshf.c: Likewise.
49773 * math/s_cacoshl.c: Likewise.
49774
49775 2011-11-18 Richard B. Kreckel <kreckel@ginac.de>
49776
49777 [BZ #13305]
49778 [BZ #12786]
49779 * math/s_cacosh.c: Fix rare miscomputation in cacosh().
49780 * math/s_cacoshf.c: Likewise.
49781 * math/s_cacoshl.c: Likewise.
49782
49783 2011-12-21 Ulrich Drepper <drepper@gmail.com>
49784
49785 [BZ #13439]
49786 * iconv/gconv.h: Define __GCONV_SWAP.
49787 * iconvdata/unicode.c: The swap bit must be stored in __flags.
49788 * iconvdata/utf-16.c: Likewise.
49789 * iconvdata/utf-32.c: Likewise.
49790
49791 2011-12-21 Andreas Schwab <schwab@linux-m68k.org>
49792
49793 [BZ #13524]
49794 * stdlib/strtod_l.c (____STRTOF_INTERNAL): Clear lowest limb of
49795 numerator after shifting it by one limb.
49796
49797 2011-12-19 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
49798
49799 * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Define it only
49800 under [__USE_EXTERN_INLINES].
49801
49802 2011-12-17 Ulrich Drepper <drepper@gmail.com>
49803
49804 [BZ #13446]
49805 * stdio-common/vfprintf.c (vfprintf): Fix extension of specs array.
49806
49807 2011-11-22 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
49808
49809 * sysdeps/powerpc/Makefile: Added locale-defines.sym generation.
49810 * sysdeps/powerpc/locale-defines.sym: Locale definitions for strcasecmp
49811 optimized code.
49812 * sysdeps/powerpc/powerpc32/power7/Makefile: New file.
49813 * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: New file.
49814 * sysdeps/powerpc/powerpc32/power7/strcasecmp_l.S: New file.
49815 * sysdeps/powerpc/powerpc64/power7/Makefile: Added unroll-loop option
49816 for strncasecmp/strncasecmp_l compilation.
49817 * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: New file.
49818 * sysdeps/powerpc/powerpc64/power7/strcasecmp_l.S: New file.
49819
49820 2011-12-08 Marek Polacek <mpolacek@redhat.com>
49821
49822 [BZ #13484]
49823 * math/bits/math-finite.h: Use __REDIRECT_NTH and __NTH instead
49824 of __asm__.
49825
49826 2011-12-17 Ulrich Drepper <drepper@gmail.com>
49827
49828 [BZ #13506]
49829 * time/tzfile.c (__tzfile_read): Check values from file header.
49830
49831 2011-11-21 Will Schmidt <will_schmidt@vnet.ibm.com>
49832
49833 * powerpc/powerpc32/sysdep.h: Define SETUP_GOT_ACCESS() macro.
49834 * powerpc/powerpc32/a2/memcpy.S: Use SETUP_GOT_ACCESS() macro.
49835 * powerpc/powerpc32/dl-start.S: Likewise.
49836 * powerpc/powerpc32/elf/start.S: Likewise.
49837 * powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
49838 * powerpc/powerpc32/fpu/s_ceil.S: Likewise.
49839 * powerpc/powerpc32/fpu/s_ceilf.S: Likewise.
49840 * powerpc/powerpc32/fpu/s_floor.S: Likewise.
49841 * powerpc/powerpc32/fpu/s_floorf.S: Likewise.
49842 * powerpc/powerpc32/fpu/s_lround.S: Likewise.
49843 * powerpc/powerpc32/fpu/s_rint.S: Likewise.
49844 * powerpc/powerpc32/fpu/s_rintf.S: Likewise.
49845 * powerpc/powerpc32/fpu/s_round.S: Likewise.
49846 * powerpc/powerpc32/fpu/s_roundf.S: Likewise.
49847 * powerpc/powerpc32/fpu/s_trunc.S: Likewise.
49848 * powerpc/powerpc32/fpu/s_truncf.S: Likewise.
49849 * powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
49850 * powerpc/powerpc32/memset.S: Likewise.
49851 * powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
49852 * powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
49853 * powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
49854 * powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
49855 * powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
49856 * powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
49857 * powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
49858 * powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
49859 * unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Likewise.
49860 * unix/sysv/linux/powerpc/powerpc32/brk.S: Likewise.
49861 * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Likewise.
49862 * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
49863 * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
49864
49865 2011-11-18 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
49866
49867 * math/libm-test.inc: Added more nearbyint tests.
49868 * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S: New file.
49869 * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S: New file.
49870 * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S: New file.
49871 * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: New file.
49872
49873 2011-11-21 Ross Lagerwall <rosslagerwall@gmail.com>
49874
49875 * resolv/res_init.c (__res_vinit): Open /etc/resolv.conf with
49876 FD_CLOEXEC.
49877
49878 2011-11-14 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
49879
49880 * sysdeps/x86_64/multiarch/Makefile [subdir=wcsmbs] (sysdep_routines):
49881 Add wcscpy-ssse3 wcscpy-c.
49882 * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: New file.
49883 * sysdeps/x86_64/multiarch/wcscpy-c.c: New file.
49884 * sysdeps/x86_64/multiarch/wcscpy.S: New file.
49885 * sysdeps/x86_64/wcschr.S: New file.
49886 * sysdeps/x86_64/wcsrchr.S: New file.
49887 * string/test-strcmp.c: Remove checking of wcscmp function for
49888 wrong alignments.
49889 * sysdeps/i386/i686/multiarch/Makefile [subdir=wcsmbs]
49890 (sysdep_routines): Add wcscpy-ssse3 wcscpy-c wcschr-sse2 wcschr-c
49891 wcsrchr-sse2 wcsrchr-c.
49892 * sysdeps/i386/i686/multiarch/wcschr.S: New file.
49893 * sysdeps/i386/i686/multiarch/wcschr-c.c: New file.
49894 * sysdeps/i386/i686/multiarch/wcschr-sse2.S: New file.
49895 * sysdeps/i386/i686/multiarch/wcsrchr.S: New file.
49896 * sysdeps/i386/i686/multiarch/wcsrchr-c.c: New file.
49897 * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: New file.
49898 * sysdeps/i386/i686/multiarch/wcscpy.S: New file.
49899 * sysdeps/i386/i686/multiarch/wcscpy-c.c: New file.
49900 * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: New file.
49901 * wcsmbc/wcschr.c (WCSCHR): New macro.
49902
49903 2011-11-17 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
49904
49905 * wcsmbs/Makefile (strop-tests): Add wcsrchr wcscpy.
49906 * wcsmbs/test-wcsrchr.c: New file.
49907 * string/test-strrchr.c: Add wcsrchr support.
49908 (WIDE): New macro.
49909 * wcsmbs/test-wcscpy.c: New file.
49910 * string/test-strcpy.c: Add wcscpy support.
49911 (WIDE): New macro.
49912
49913 2011-12-10 Ulrich Drepper <drepper@gmail.com>
49914
49915 * sysdeps/generic/dl-hash.h (_dl_elf_hash): Lift one operation out of
49916 the inner loop.
49917
49918 2011-12-06 Andreas Schwab <schwab@linux-m68k.org>
49919
49920 [BZ #13472]
49921 * sysdeps/powerpc/fpu/e_hypot.c (twoM600): Correct value.
49922
49923 2011-12-04 Ulrich Drepper <drepper@gmail.com>
49924
49925 * sysdeps/generic/dl-hash.h (_dl_elf_hash): Fix attribute.
49926 Minor optimizations.
49927
49928 * sunrpc/clnt_unix.c (clntunix_control): Fix aliasing issues.
49929 * sunrpc/clnt_tcp.c (clnttcp_control): Likewise.
49930 * sunrpc/clnt_udp.c (clntudp_call): Likewise.
49931
49932 2011-12-03 Ulrich Drepper <drepper@gmail.com>
49933
49934 * inet/netinet/in.h: Provide versions of IN6_IS_ADDR_UNSPECIFIED,
49935 IN6_IS_ADDR_LOOPBACK, IN6_IS_ADDR_LINKLOCAL, IN6_IS_ADDR_SITELOCAL,
49936 IN6_IS_ADDR_V4MAPPED, IN6_IS_ADDR_V4COMPAT, and IN6_ARE_ADDR_EQUAL
49937 for gcc to avoid warnings.
49938 * inet/Makefile (tests): Add tst-checks.
49939 * inet/tst-checks.c: New file.
49940
49941 * sysdeps/generic/dl-hash.h (_dl_elf_hash): Add attribute to avoid
49942 warning.
49943
49944 * sysdeps/x86_64/multiarch/wmemcmp-c.c: Provide prototype for
49945 __wmemcmp_sse2.
49946
49947 * sysdeps/x86_64/fpu/s_scalbln.c: Removed.
49948 * sysdeps/x86_64/fpu/s_scalbn.c: Removed.
49949
49950 * malloc/mcheck.h: Fix use of incorrect encoding in comment.
49951
49952 2011-12-02 Ulrich Drepper <drepper@gmail.com>
49953
49954 * nis/nis_findserv.c (__nis_findfastest_with_timeout): Avoid aliasing
49955 problem.
49956
49957 * nscd/aicache.c (addhstaiX): Avoid unused variable warning.
49958
49959 2011-11-29 Joseph Myers <joseph@codesourcery.com>
49960
49961 * sysdeps/unix/sysv/linux/sh/bits/atomic.h (rNOSP): Define
49962 conditional on GCC version.
49963 (__arch_compare_and_exchange_val_8_acq)
49964 (__arch_compare_and_exchange_val_16_acq)
49965 (__arch_compare_and_exchange_val_32_acq, atomic_exchange_and_add)
49966 (atomic_add, atomic_add_negative, atomic_add_zero, atomic_bit_set)
49967 (atomic_bit_test_set): Use rNOSP instead of "r" constraints.
49968
49969 2011-12-02 Joseph Myers <joseph@codesourcery.com>
49970
49971 * sysdeps/sh/backtrace.c: New file.
49972
49973 2011-12-02 Andreas Schwab <schwab@redhat.com>
49974
49975 * misc/bits/select2.h (__FD_ELT): Mark as extension. Add
49976 parenthesis.
49977
49978 2011-12-01 Andreas Schwab <schwab@redhat.com>
49979
49980 * sysdeps/unix/sysv/linux/futimes.c: Truncate time values when
49981 falling back to utime.
49982
49983 2011-11-30 Andreas Schwab <schwab@redhat.com>
49984
49985 * sysdeps/s390/fpu/libm-test-ulps: Relax cpow (2 + 3 i, 4 + 0 i)
49986 expectations for float.
49987
49988 2011-11-29 Andreas Schwab <schwab@redhat.com>
49989
49990 * locale/weight.h (findidx): Add parameter len.
49991 * locale/weightwc.h (findidx): Likewise.
49992 * posix/fnmatch_loop.c (FCT): Adjust caller.
49993 * posix/regcomp.c (build_equiv_class): Likewise.
49994 * posix/regex_internal.h (re_string_elem_size_at): Likewise.
49995 * posix/regexec.c (check_node_accept_bytes): Likewise.
49996 * string/strcoll_l.c (STRCOLL): Likewise.
49997 * string/strxfrm_l.c (STRXFRM): Likewise.
49998
49999 2011-11-17 Ulrich Drepper <drepper@gmail.com>
50000
50001 * Makefile.in: Remove CVSOPT handling.
50002 * configure.in: Remove use of AC_REVISION.
50003 * iconvdata/Makefile (distribute): No need to filter out CVS.
50004 * scripts/list-sources.sh: Remove CVS, subversion and monotone
50005 handling.
50006
50007 2011-11-16 Andreas Schwab <schwab@redhat.com>
50008
50009 * sysdeps/i386/i686/multiarch/strcmp-ssse3.S
50010 [USE_AS_STRCASECMP_L]: Fix argument offsets for non-PIC.
50011 [USE_AS_STRNCASECMP_L]: Likewise.
50012 (__strcasecmp_ssse3, __strncasecmp_ssse3): Handle
50013 NO_TLS_DIRECT_SEG_REFS.
50014 * sysdeps/i386/i686/multiarch/strcmp-sse4.S [USE_AS_STRCASECMP_L]:
50015 Fix argument offsets for non-PIC.
50016 [USE_AS_STRNCASECMP_L]: Likewise.
50017 (__strcasecmp_sse4_2, __strncasecmp_sse4_2): Handle
50018 NO_TLS_DIRECT_SEG_REFS.
50019
50020 2011-11-15 Ulrich Drepper <drepper@gmail.com>
50021
50022 * locale/loadarchive.c (_nl_load_locale_from_archive): Open files with
50023 O_CLOEXEC.
50024 * locale/loadlocale.c (_nl_load_locale): Likewise.
50025
50026 2011-11-15 Andreas Schwab <schwab@redhat.com>
50027
50028 * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU)
50029 [__ASSUME_POSIX_CPU_TIMERS > 0]: Assign to retval and break.
50030 * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c
50031 (SYSCALL_GETTIME): Set errno on error.
50032
50033 * sysdeps/unix/sysv/linux/check_pf.c (make_request): Properly
50034 count references to noai6ai_cached.
50035
50036 2011-11-15 Ulrich Drepper <drepper@gmail.com>
50037
50038 * time/getdate.c (__getdate_r): Set FD_CLOEXEC for given file.
50039
50040 * sysdeps/unix/sysv/linux/readonly-area.c (__readonly_area): Set
50041 FD_CLOEXEC for /proc/self/maps.
50042
50043 * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Set
50044 FD_CLOEXEC for /proc/meminfo.
50045
50046 * sysdeps/posix/getaddrinfo.c (gaiconf_init): Set FD_CLOEXEC for
50047 gai.conf.
50048
50049 * resolv/res_query.c (res_hostalias): Don't allow cancellation and set
50050 FD_CLOEXEC for given file.
50051
50052 * resolv/res_hconf.c (do_init): Set FD_CLOEXEC for host.conf.
50053
50054 * resolv/gethnamaddr.c (_sethtent): Don't allow cancellation and set
50055 FD_CLOEXEC for /etc/hosts.
50056 (_gethtent): Likewise.
50057
50058 * nss/nsswitch.c (nss_parse_file): Set FD_CLOEXEC.
50059
50060 * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Don't allow
50061 cancellation and set FD_CLOEXEC for /etc/netgroup.
50062
50063 * nss/nss_files/files-key.c (search): Don't allow cancellation when
50064 reading /etc/publickey.
50065
50066 * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Don't
50067 allow cancellation when reading /etc/group.
50068
50069 * nss/nss_files/files-alias.c (internal_setent): Don't allow
50070 cancellation.
50071 (get_next_alias): Likewise for included file. Also set FD_CLOEXEC.
50072
50073 * nss/nss_files/files-XXX.c (internal_setent): Don't allow cancellation
50074 when using data file.
50075
50076 * nis/nss-default.c (init): Set FD_CLOEXEC for /etc/default/nss.
50077
50078 * nis/nis_file.c (read_nis_obj): Set FD_CLOEXEC.
50079 (write_nis_obj): Use "c" and "e" in fopen.
50080
50081 * misc/mntent_r.c (__setmntent): Also append e to fopen format.
50082
50083 * misc/getusershell.c (initshells): Set FD_CLOEXEC for /etc/shells.
50084
50085 * misc/getttyent.c (setttyent): Set FD_CLOEXEC.
50086
50087 * misc/getpass.c (getpass): Set FD_CLOEXEC for /dev/tty.
50088
50089 * intl/localealias.c (read_alias_file): Set FD_CLOEXEC for
50090 locale.alias.
50091
50092 * inet/ruserpass.c (ruserpass): Set FD_CLOEXEC for .netrc.
50093
50094 * inet/rcmd.c (iruserfopen): Set FD_CLOEXEC for hosts.equiv.
50095
50096 * iconv/gconv_conf.c (read_conf_file): Set FD_CLOEXEC for config file.
50097
50098 * hesiod/hesiod.c (parse_config_file): Prevent cancellation in config
50099 file parsing and set FD_CLOEXEC.
50100
50101 2011-11-14 Ulrich Drepper <drepper@gmail.com>
50102
50103 * time/tzfile.c (__tzfile_read): Use "e" in fopen call.
50104
50105 2011-11-14 Andreas Schwab <schwab@redhat.com>
50106
50107 * malloc/arena.c (arena_get2): Don't call reused_arena when
50108 _int_new_arena failed.
50109
50110 2011-11-14 Ulrich Drepper <drepper@gmail.com>
50111
50112 * sysdeps/i386/i686/multiarch/Makefile [subdir=string]
50113 (sysdep_routines): Add strcasecmp_l-sse4 and strncase_l-sse4.
50114 * sysdeps/i386/i686/multiarch/strcasecmp.S: Re-enable SSE4.2 code.
50115 * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
50116 * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
50117 * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Change to allow reuse
50118 to compile strcasecmp and strncasecmp.
50119 * sysdeps/i386/i686/multiarch/strcasecmp_l-sse4.S: New file.
50120 * sysdeps/i386/i686/multiarch/strncase_l-sse4.S: New file.
50121
50122 * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Use L macro consistently.
50123
50124 2011-11-13 Ulrich Drepper <drepper@gmail.com>
50125
50126 * sysdeps/i386/i686/multiarch/Makefile [subdir=string]: Add
50127 locale-defines.sym to gen-as-const-headers.
50128 (sysdep_routines): Add strcasecmp_l-c, strcasecmp-c,
50129 strcasecmp_l-ssse3, strncase_l-c, strncase-c, and strncase_l-ssse3.
50130 * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Change to allow reuse
50131 to compile strcasecmp and strncasecmp.
50132 * sysdeps/i386/i686/multiarch/strcmp.S: Allow to use for
50133 strcasecmp_l and strncasecmp_l.
50134 * sysdeps/i386/i686/multiarch/locale-defines.sym: New file.
50135 * sysdeps/i386/i686/multiarch/strcasecmp-c.c: New file.
50136 * sysdeps/i386/i686/multiarch/strcasecmp.S: New file.
50137 * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c: New file.
50138 * sysdeps/i386/i686/multiarch/strcasecmp_l-ssse3.S: New file.
50139 * sysdeps/i386/i686/multiarch/strcasecmp_l.S: New file.
50140 * sysdeps/i386/i686/multiarch/strncase-c.c: New file.
50141 * sysdeps/i386/i686/multiarch/strncase.S: New file.
50142 * sysdeps/i386/i686/multiarch/strncase_l-c.c: New file.
50143 * sysdeps/i386/i686/multiarch/strncase_l-ssse3.S: New file.
50144 * sysdeps/i386/i686/multiarch/strncase_l.S: New file.
50145
50146 2011-11-12 Ulrich Drepper <drepper@gmail.com>
50147
50148 * sysdeps/unix/clock_gettime.c (clock_gettime): No need to assign
50149 result of SYSDEP_GETTIME_CPU to retval.
50150 * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU): Add
50151 parameter list to macro. Remove trailing semicolon. Adjust users.
50152
50153 * resolv/getaddrinfo_a.c (getaddrinfo_a): Avoid warning about unused
50154 variable.
50155
50156 * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l): Avoid storing
50157 mantissa words.
50158 * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l): Likewise.
50159
50160 * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Avoid warning
50161 from unused variable.
50162
50163 * sysdeps/generic/sysdep.h: Clean up, pretty print, use dwarf2.h for
50164 DWARF definitions.
50165 * sysdeps/generic/dwarf2.h: Don't define enums when using the file
50166 for assembling.
50167
50168 * elf/dl-iteratephdr.c [!SHARED] (__dl_iterate_phdr): Don't iterate
50169 over namespaces.
50170
50171 * sunrpc/rpc_prot.c (rejected): Fix case value.
50172
50173 * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS): Use
50174 unsigned long long int to avoid warnings in shift.
50175
50176 * posix/regex_internal.c (re_string_reconstruct): Actually use result
50177 of use of trans.
50178 * posix/regex_internal.h (re_string_wchar_at): Remove temporary
50179 variable tmp.
50180
50181 * sysdeps/i386/i686/multiarch/wcscmp-c.c: Avoid warning.
50182 * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
50183 * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
50184
50185 * nis/nis_table.c (nis_list): Use variable of correct type for
50186 result of __follow_path call.
50187
50188 2011-11-07 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
50189
50190 * sysdeps/powerpc/fpu/math_private.h: Using inline assembly version
50191 of math functions ceil, trunc, floor, round, and sqrt, when
50192 avaliable on the platform.
50193 * sysdeps/powerpc/fpu/e_sqrt.c: Undefine __ieee754_sqrt to avoid
50194 name clash.
50195 * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
50196 * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
50197 * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
50198
50199 2011-10-30 Marek Polacek <mpolacek@redhat.com>
50200
50201 * libio/wfileops.c (_IO_wfile_underflow_mmap): Remove unused variable.
50202 * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
50203
50204 2011-11-11 Roland McGrath <roland@hack.frob.com>
50205
50206 * include/unistd.h: Fix __readlink return type.
50207 Reported by Chris Metcalf <cmetcalf@tilera.com>.
50208
50209 2011-11-11 Ulrich Drepper <drepper@gmail.com>
50210
50211 * stdlib/ucontext.h: Undo last change for makecontext.
50212
50213 2011-11-11 Andreas Schwab <schwab@redhat.com>
50214
50215 * nss/db-Makefile ($(VAR_DB)/group.db): Fix typo in awk script.
50216
50217 * misc/sys/cdefs.h (__REDIRECT_NTHNL): Define.
50218 * setjmp/setjmp.h: Mark functions as non-leaf.
50219 * setjmp/bits/setjmp2.h: Likewise.
50220 * stdlib/ucontext.h: Likewise.
50221
50222 2011-11-10 Andreas Schwab <schwab@redhat.com>
50223
50224 * malloc/arena.c (_int_new_arena): Don't increment narenas.
50225 (reused_arena): Don't check arena limit.
50226 (arena_get2): Atomically check arena limit.
50227
50228 2011-11-08 Ulrich Drepper <drepper@gmail.com>
50229
50230 * locale/findlocale.c (_nl_find_locale): Use __strcasecmp_l.
50231 * intl/localealias.c (strcasecmp): Define using __strcasecmp_l.
50232
50233 * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Remove unnecessary
50234 instructions.
50235
50236 2011-11-07 Andreas Schwab <schwab@redhat.com>
50237
50238 * libio/genops.c (_IO_flush_all_lockp): Only register cleanup
50239 handler when locking.
50240
50241 * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
50242 Fix size of allocated buffer.
50243
50244 2011-11-04 Andreas Schwab <schwab@redhat.com>
50245
50246 [BZ #10103]
50247 * math/math.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Provide
50248 declarations for long double functions.
50249 * math/complex.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Likewise.
50250
50251 * elf/sprof.c (load_shobj): Fix off-by-one when reading link name.
50252
50253 2011-11-03 Andreas Schwab <schwab@redhat.com>
50254
50255 * nscd/nscd.c (main): Don't start AVC thread until credentials are
50256 installed.
50257
50258 * nss/makedb.c (set_file_creation_context): Do nothing if SELinux
50259 is disabled.
50260
50261 2011-11-02 Samuel Thibault <samuel.thibault@ens-lyon.org>
50262
50263 * bits/ioctl-types.h (_IOT_sgttyb): Set number of chars to 4.
50264
50265 2011-11-01 Andreas Schwab <schwab@linux-m68k.org>
50266
50267 * include/alloca.h (stackinfo_alloca_round): Define.
50268 (extend_alloca): Use it.
50269 [_STACK_GROWS_UP]: Correct check for adjacent allocation.
50270 * elf/dl-deps.c (_dl_map_object_deps): Don't round alloca size
50271 here.
50272
50273 * scripts/check-local-headers.sh: Ignore libaudit.h.
50274
50275 * nscd/Makefile (extra-objs): Make recursively expanded.
50276
50277 2011-11-01 Ulrich Drepper <drepper@gmail.com>
50278
50279 * sysdeps/x86_64/strcmp.S: Fix test for non-ASCII locales.
50280 * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
50281
50282 * posix/tst-rfc3484.c: Add missing __free_in6ai dummy function.
50283 * posix/tst-rfc3484-2.c: Likewise.
50284 * posix/tst-rfc3484-3.c: Likewise.
50285
50286 * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
50287 process_vm_writev.
50288 * sysdeps/unix/sysv/linux/syscalls.list: Add process_vm_readv and
50289 process_vm_writev.
50290 * sysdeps/unix/sysv/linux/Versions: Export process_vm_readv and
50291 process_vm_writev from libc using GLIBC_2.15 version.
50292
50293 * nscd/connections.c: Use kernel headers instead of <netlink/netlink.h>.
50294
50295 2011-10-31 Paul Pluzhnikov <ppluzhnikov@google.com>
50296
50297 * elf/dl-deps.c (_dl_map_object_deps): Reuse alloca space to reduce
50298 stack usage.
50299
50300 2011-10-31 Ulrich Drepper <drepper@gmail.com>
50301
50302 [BZ #13367]
50303 * nss/getent.c (initgroups_keys): Show error message in case no group
50304 names are given.
50305
50306 * include/ifaddrs.h: Declare __free_in6ai and __bump_nl_timestamp.
50307 * inet/check_pf.c: Provide dummy versions of __free_in6ai and
50308 __bump_nl_timestamp.
50309 * nscd/connections (nscd_init): When host database is served open
50310 netlink socket and request notification about configuration changes.
50311 (main_loop_poll): Track netlink file descriptor and bump timestamp
50312 in case data becomes available.
50313 (main_loop_epoll): Likewise.
50314 * nscd/nscd-client.h (DB_VERSION): Bump to 2.
50315 (database_pers_head): Add extra_data fileds.
50316 Declare __nscd_get_mapping and __nscd_get_nl_timestamp.
50317 * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): New function.
50318 * nscd/nscd_helper.c (__nscd_get_mapping): Renamed from get_mapping.
50319 Adjust caller.
50320 * sysdeps/posix/getaddrinfo.c (getaddrinfo): Don't call free on
50321 in6ai data, call __free_in6ai.
50322 * sysdeps/unix/sysv/linux/Makefile [subdir=nscd] (sysdep-CFLAGS):
50323 Add -DHAVE_NETLINK.
50324 * sysdeps/unix/sysv/linux/check_pf.c: Major rewrite. Cache the
50325 interface information. Reuse previous data if netlink timestamp
50326 is not changed.
50327 (__bump_nl_timestamp): New function.
50328 (__free_in6ai): New function.
50329
50330 2011-10-30 Ulrich Drepper <drepper@gmail.com>
50331
50332 * sysdeps/unix/sysv/linux/check_pf.c (make_request): Don't call
50333 close_not_cancel_no_status here.
50334 (__check_pf): Reorganize code a bit to not call close twice if OOM.
50335
50336 2011-10-29 Ulrich Drepper <drepper@gmail.com>
50337
50338 [BZ #13276]
50339 * malloc/malloc.c (munmap_chunk): Don't use assertion to check munmap
50340 return value.
50341
50342 * posix/sys/wait.h: Mark wait3 and wait4 with __THROWNL.
50343 * libio/stdio.h: Mark sprintf, vsprintf snprintf, vsnprintf, vasprintf,
50344 asprintf, __asprintf, obstack_printf, obstack_vprintf with __THROWNL.
50345
50346 2011-07-03 Andreas Jaeger <aj@suse.de>
50347
50348 [BZ #10709]
50349 * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Fix incorrect rounding
50350 of sin. Patch suggested by Paul Zimmermann <zimmerma+gcc@loria.fr>.
50351 * math/libm-test.inc (sin_test): Add test case.
50352
50353 2011-10-29 Ulrich Drepper <drepper@gmail.com>
50354
50355 [BZ #13337]
50356 * elf/sprof.c (load_shobj): Correctly NUL-terminate link name.
50357 Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
50358
50359 * elf/chroot_canon.c (chroot_canon): Cleanups.
50360
50361 * elf/dl-lookup.c (_dl_setup_hash): Avoid warning.
50362
50363 [BZ #13335]
50364 * elf/chroot_canon.c (chroot_canon): Fix readlink call.
50365 Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
50366
50367 * string/test-strchr.c: Make usable for strchrnul testing.
50368 * string/test-strchrnul.c: New file.
50369 * string/Makefile (strop-tests): Add strchrnul.
50370
50371 * po/it.po: Update from translation team.
50372 * po/es.po: Likewise.
50373
50374 2011-10-28 Ulrich Drepper <drepper@gmail.com>
50375
50376 * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Take
50377 the three constants needed as parameters. Drop the others.
50378 (strcasestr_sse42): Load uclow, uchigh, and lcqword and pass to
50379 __m128i_strloadu_tolower.
50380 Create and initialize variable zero and use it in all the places
50381 where _mm_setzero_si128 was used.
50382
50383 * sysdeps/x86_64/fpu/multiarch/Makefile: Don't build brandred-avx.c,
50384 doasin-avx.c, dosincos-avx.c, e_asin-avx.c, mpatan-avx.c,
50385 mpatan2-avx.c, mpsqrt-avx.c, mptan-avx.c, sincos32-avx.c.
50386 * sysdeps/x86_64/fpu/multiarch/e_asin.c: There are no _avx variants
50387 anymore.
50388 * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: Don't redirect __mpatan2.
50389 * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: Don't redirect __mpatan.
50390 * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: Don't redirect __branred,
50391 __docos, __dubsin, __mpcos, __mpcos1, __mpsin, __mpsin1.
50392 * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: Don't redirect __branred,
50393 __mpranred, __mptan.
50394 * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: Removed.
50395 * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: Removed.
50396 * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: Removed.
50397 * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: Removed.
50398 * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: Removed.
50399 * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: Removed.
50400 * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: Removed.
50401 * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: Removed.
50402 * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: Removed.
50403
50404 2011-10-28 Andreas Schwab <schwab@redhat.com>
50405
50406 * sysdeps/i386/i686/multiarch/strnlen-c.c (libc_hidden_def): Only
50407 redefine if SHARED.
50408 * sysdeps/i386/i686/multiarch/wcscmp-c.c (libc_hidden_def): Likewise.
50409
50410 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Move
50411 wide char related routines to wcsmbs subdir.
50412
50413 2011-10-27 Andreas Schwab <schwab@redhat.com>
50414
50415 [BZ #13344]
50416 * misc/sys/cdefs.h (__THROWNL): Define.
50417 * posix/unistd.h: Use __THREADNL instead of __THREAD
50418 for memory synchronization functions.
50419
50420 2011-10-26 Roland McGrath <roland@hack.frob.com>
50421
50422 [BZ #13349]
50423 * libio/Versions (GLIBC_2.0): Remove open_obstack_stream, which
50424 doesn't exist.
50425 * manual/stdio.texi (Obstack Streams): Node removed.
50426
50427 2011-10-26 Andreas Schwab <schwab@redhat.com>
50428
50429 * sysdeps/ieee754/flt-32/e_j0f.c: Fix use of math_force_eval.
50430 * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
50431 * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
50432
50433 * math/math_private.h (math_force_eval): Allow non-addressable
50434 arguments.
50435 * sysdeps/i386/fpu/math_private.h (math_force_eval): Likewise.
50436
50437 2011-10-25 Ulrich Drepper <drepper@gmail.com>
50438
50439 * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Comment everything out, the
50440 file is not needed.
50441
50442 * sysdeps/x86_64/fpu/multiarch/e_asin.c: Support AVX variants.
50443 * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Likewise.
50444 * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
50445 * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
50446 * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
50447 * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
50448 * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
50449 * sysdeps/x86_64/fpu/multiarch/Makefile: Fix some CFLAGS-* variables.
50450 Add AVX variants.
50451 * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: New file.
50452 * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: New file.
50453 * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: New file.
50454 * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: New file.
50455 * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: New file.
50456 * sysdeps/x86_64/fpu/multiarch/e_exp-avx.c: New file.
50457 * sysdeps/x86_64/fpu/multiarch/e_log-avx.c: New file.
50458 * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: New file.
50459 * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: New file.
50460 * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: New file.
50461 * sysdeps/x86_64/fpu/multiarch/mpexp-avx.c: New file.
50462 * sysdeps/x86_64/fpu/multiarch/mplog-avx.c: New file.
50463 * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: New file.
50464 * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: New file.
50465 * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: New file.
50466 * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: New file.
50467 * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: New file.
50468 * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: New file.
50469 * sysdeps/x86_64/fpu/multiarch/slowexp-avx.c: New file.
50470
50471 * sysdeps/x86_64/multiarch/init-arch.h: Make bit_* macros available
50472 all the time. Define bit_AVX. Define HAS_* macros using bit_* macros.
50473
50474 * sysdeps/x86_64/multiarch/strcmp-sse42.S: Move common code to earlier
50475 place. Use VEX encoding when compiling for AVX.
50476
50477 2011-10-25 Andreas Schwab <schwab@redhat.com>
50478
50479 * wcsmbs/wcscmp.c (WCSCMP): Compare as wchar_t, not wint_t.
50480 * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
50481
50482 * string/test-strchr.c (do_test): Don't generate NUL bytes.
50483
50484 2011-10-25 Ulrich Drepper <drepper@gmail.com>
50485
50486 * sysdeps/ieee754/dbl-64/e_atanh.c: Use math_force_eval instead of a
50487 useless if() expression.
50488 * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
50489 * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
50490 * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
50491 * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
50492 * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
50493 * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
50494 * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
50495 * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
50496 * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
50497 * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
50498 * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
50499 * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
50500 * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
50501 * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
50502 * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
50503 * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
50504 * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
50505 * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
50506 * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
50507
50508 * sysdeps/x86_64/fpu/math_private.h: Use VEX encoding when possible.
50509
50510 2011-10-25 Andreas Schwab <schwab@redhat.com>
50511
50512 * elf/dl-deps.c (_dl_map_object_deps): Remove always true
50513 condition.
50514 * elf/dl-fini.c (_dl_sort_fini): Likewise.
50515
50516 2011-10-25 Ulrich Drepper <drepper@gmail.com>
50517
50518 * sysdeps/ieee754/dbl-64/branred.c: Move FMA4 code into separate
50519 .text section. Avoid duplicate constants.
50520 * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
50521 * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
50522 * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
50523 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
50524 * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
50525 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
50526 * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
50527 * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
50528 * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
50529 * sysdeps/ieee754/dbl-64/mpa.h: Likewise.
50530 * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
50531 * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
50532 * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
50533 * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
50534 * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
50535 * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
50536 * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
50537 * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
50538 * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
50539 * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
50540 * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
50541 * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
50542 * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
50543 * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Likewise.
50544 * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: Likewise.
50545 * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: Likewise.
50546 * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: Likewise.
50547 * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: Likewise.
50548 * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: Likewise.
50549 * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: Likewise.
50550 * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: Likewise.
50551 * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: Likewise.
50552 * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
50553 * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: Likewise.
50554 * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: Likewise.
50555 * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: Likewise.
50556 * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: Likewise.
50557 * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: Likewise.
50558 * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: Likewise.
50559 * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: Likewise.
50560 * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: Likewise.
50561 * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: Likewise.
50562 * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: Likewise.
50563 * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: Likewise.
50564 * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: Likewise.
50565
50566 2011-10-24 Ulrich Drepper <drepper@gmail.com>
50567
50568 * sysdeps/x86_64/dla.h: Move to ...
50569 * sysdeps/x86_64/fpu/dla.h: ...here.
50570 (DLA_FMS): Some compilers fail to inline __builtin_fma in some
50571 situations. Use __builtin_fma only for gcc 4.6 and up.
50572
50573 * config.make.in: Add have-mfma4 entry.
50574 * configure.in: Substitute libc_cv_cc_fma4.
50575 * math/Makefile (dbl-only-routines): Add sincostab.
50576 * sysdeps/ieee754/dbl-64/dosincos.c: Don't include sincos.tbl.
50577 Use __sincostab not sincos.
50578 * sysdeps/ieee754/dbl-64/e_asin.c: Don't define aliases when function
50579 name is a macro.
50580 * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
50581 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
50582 * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
50583 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise. Define singArctan2
50584 using __copysign.
50585 * sysdeps/ieee754/dbl-64/mpa.c: Don't export __acr. Don't define
50586 __cr and __cpymn. Define __cpy unless NO___CPY is defined. Define
50587 norm, denorm, and __mp_dbl unless NO___MP_DBL is defined.
50588 * sysdeps/ieee754/dbl-64/mpa.h: Don't declare __acr, __cr, __cpymn,
50589 and __inv.
50590 * sysdeps/ieee754/dbl-64/mpsqrt.c: Make fastiroot static.
50591 * sysdeps/ieee754/dbl-64/s_atan.c: Define __signArctan using
50592 __copysign.
50593 * sysdeps/ieee754/dbl-64/s_sin.c: Use __sincostab not sincos. Don't
50594 define aliases when function name is a macro.
50595 * sysdeps/ieee754/dbl-64/sincostab.c: Renamed from
50596 sysdeps/ieee754/dbl-64/sincos.tbl.
50597 * sysdeps/x86_64/fpu/multiarch/Makefile: Add entries to build
50598 fma4-enabled routines.
50599 * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: New file.
50600 * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: New file.
50601 * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: New file.
50602 * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: New file.
50603 * sysdeps/x86_64/fpu/multiarch/e_asin.c: New file.
50604 * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: New file.
50605 * sysdeps/x86_64/fpu/multiarch/e_atan2.c: New file.
50606 * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: New file.
50607 * sysdeps/x86_64/fpu/multiarch/e_exp.c: New file.
50608 * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: New file.
50609 * sysdeps/x86_64/fpu/multiarch/e_log.c: New file.
50610 * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: New file.
50611 * sysdeps/x86_64/fpu/multiarch/e_pow.c: New file.
50612 * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: New file.
50613 * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: New file.
50614 * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: New file.
50615 * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: New file.
50616 * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: New file.
50617 * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: New file.
50618 * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: New file.
50619 * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: New file.
50620 * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: New file.
50621 * sysdeps/x86_64/fpu/multiarch/s_atan.c: New file.
50622 * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: New file.
50623 * sysdeps/x86_64/fpu/multiarch/s_sin.c: New file.
50624 * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: New file.
50625 * sysdeps/x86_64/fpu/multiarch/s_tan.c: New file.
50626 * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: New file.
50627 * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: New file.
50628 * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: New file.
50629
50630 * sysdeps/ieee754/dbl-64/doasin.c: Adjust for DLA_FMA -> DLA_FMS
50631 rename.
50632 * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
50633 * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
50634 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
50635 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
50636 * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
50637 * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
50638 * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
50639 * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
50640
50641 2011-10-24 Andreas Schwab <schwab@redhat.com>
50642
50643 * wcsmbs/wcslen.c: Don't define WCSLEN, reverse logic.
50644
50645 2011-10-23 Ulrich Drepper <drepper@gmail.com>
50646
50647 * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: New file.
50648
50649 * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Add some branch
50650 prediction.
50651 * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: New file.
50652
50653 * string/strnlen.c: Don't define STRNLEN, reverse logic.
50654 Remove unused variable magic_bits.
50655 * sysdeps/i386/i686/multiarch/rtld-strnlen.c: New file.
50656
50657 * string/strnlen.c: Define and use STRNLEN macro.
50658 * sysdeps/i386/i686/multiarch/Makefile [string] (sysdep_routines):
50659 Add strnlen-sse2, strnlen-c, wcslen-sse2, and wcslen-c.
50660 * sysdeps/i386/i686/multiarch/strlen-sse2.S: Add support for strnlen.
50661 * wcsmbs/wcslen.c: Define and use WCSLEN.
50662 * sysdeps/i386/i686/multiarch/strnlen-c.c: New file.
50663 * sysdeps/i386/i686/multiarch/strnlen-sse2.S: New file.
50664 * sysdeps/i386/i686/multiarch/strnlen.S: New file.
50665 * sysdeps/i386/i686/multiarch/wcslen-c.c: New file.
50666 * sysdeps/i386/i686/multiarch/wcslen-sse2.S: New file.
50667 * sysdeps/i386/i686/multiarch/wcslen.S: New file.
50668 Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
50669
50670 2011-10-20 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
50671
50672 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
50673 strnlen-sse2-no-bsf.
50674 Rename strlen-no-bsf to strlen-sse2-no-bsf.
50675 * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Rename to
50676 * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S:
50677 Add strnlen support.
50678 (USE_AS_STRNLEN): New macro.
50679 * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: New file.
50680 * sysdeps/x86_64/multiarch/strcat-ssse3.S: Update.
50681 Rename strlen-no-bsf.S to strlen-sse2-no-bsf.S
50682 * sysdeps/x86_64/wcslen.S: New file.
50683
50684 2011-10-20 Michael Zolotukhin <michael.v.zolotukhin@gmail.com>
50685
50686 * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
50687 XMM-moves are used for copying on small sizes.
50688
50689 2011-10-19 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
50690
50691 * wcsmbs/Makefile (strop-tests): Add wcschr.
50692 * wcsmbs/test-wcschr.c: New file.
50693 * string/test-strchr.c: Update.
50694 Add wcschr support.
50695 (WIDE): New macro.
50696
50697 2011-10-18 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
50698
50699 * wcsmbs/Makefile (strop-tests): Add wcslen.
50700 * wcsmbs/test-wcslen.c: New file.
50701 * string/test-strlen.c: Update.
50702 Add wcslen support.
50703 (WIDE): New macro.
50704
50705 2011-10-23 Ulrich Drepper <drepper@gmail.com>
50706
50707 * po/it.po: Update from translation team.
50708
50709 2011-09-22 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
50710
50711 * sysdeps/x86_64/wcscmp.S: Update.
50712 Fix wrong comparison semantics.
50713 wcscmp shall use signed comparison not unsigned.
50714 Don't use substraction to avoid overflow bug.
50715 * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
50716 * wcsmbc/wcscmp.c: Likewise.
50717 * string/test-strcmp.c: Likewise.
50718 Add new tests to check cases with negative values.
50719
50720 2011-10-23 Ulrich Drepper <drepper@gmail.com>
50721
50722 * sysdeps/ieee754/dbl-64/dla.h: Move DLA_FMA definition to...
50723 * sysdeps/x86_64/dla.h: ...here. New file.
50724 * sysdeps/ieee754/dbl-64/doasin.c: Use <dla.h> not "dla.h".
50725 * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
50726 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
50727 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
50728 * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
50729 * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
50730 * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
50731 * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
50732 * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
50733
50734 2011-10-23 Andreas Schwab <schwab@linux-m68k.org>
50735
50736 * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Add __jnl_finite and
50737 __ynl_finite aliases.
50738
50739 2011-10-22 Ulrich Drepper <drepper@gmail.com>
50740
50741 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
50742
50743 * sysdeps/ieee754/dbl-64/dla.h: When compiling with FMA4 support
50744 define DLA_FMA.
50745 [DLA_FMA] (EMULV): Use DLA_FMA.
50746 [DLA_FMA] (MUL12): Use EMULV.
50747 * sysdeps/ieee754/dbl-64/doasin.c [DLA_FMA]: Don't define variables
50748 that are not needed.
50749 * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
50750 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
50751 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
50752 * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
50753 * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
50754 * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
50755 * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
50756
50757 2011-10-22 Andreas Schwab <schwab@linux-m68k.org>
50758
50759 * math/s_nan.c: Undef __nan.
50760 * math/s_nanf.c: Undef __nanf.
50761 * math/s_nanl.c: Undef __nanl.
50762 * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Include <math.h> before
50763 "math_private.h".
50764
50765 2011-10-22 Ulrich Drepper <drepper@gmail.com>
50766
50767 * math/s_catan.c: Add branch predictions.
50768 * math/s_catanf.c: Likewise.
50769 * math/s_catanh.c: Likewise.
50770 * math/s_catanhf.c: Likewise.
50771 * math/s_catanhl.c: Likewise.
50772 * math/s_catanl.c: Likewise.
50773 * math/s_cexp.c: Likewise.
50774 * math/s_cexpf.c: Likewise.
50775 * math/s_cexpl.c: Likewise.
50776 * math/s_clog.c: Likewise.
50777 * math/s_clog10.c: Likewise.
50778 * math/s_clog10f.c: Likewise.
50779 * math/s_clog10l.c: Likewise.
50780 * math/s_clogf.c: Likewise.
50781 * math/s_clogl.c: Likewise.
50782 * math/s_csqrt.c: Likewise.
50783 * math/s_csqrtf.c: Likewise.
50784 * math/s_csqrtl.c: Likewise.
50785 * math/s_ctanf.c: Likewise.
50786 * math/s_ctanh.c: Likewise.
50787 * math/s_ctanhf.c: Likewise.
50788 * math/s_ctanhl.c: Likewise.
50789 * math/s_ctanl.c: Likewise.
50790
50791 * math/math_private.h: Define __nan, __nanf, __nanl.
50792 * math/s_cacosh.c: Include <math_private.h>.
50793 * math/s_cacoshl.c: Likewise.
50794 * math/s_casinh.c: Likewise.
50795 * math/s_casinhf.c: Likewise.
50796 * math/s_casinhl.c: Likewise.
50797 * math/s_ccos.c: Rely entire on ccosh.
50798 * math/s_ccosf.c: Rely entire on ccoshf.
50799 * math/s_ccosl.c: Rely entirely on ccoshl.
50800 * math/s_ccosh.c: Add branch predicion helpers. Add branch prediction.
50801 Remove tests for FE_INVALID.
50802 * math/s_ccoshf.c: Likewise.
50803 * math/s_ccoshl.c: Likewise.
50804 * math/s_csin.c: Likewise.
50805 * math/s_csinf.c: Likewise.
50806 * math/s_csinh.c Likewise.
50807 * math/s_csinhf.c: Likewise.
50808 * math/s_csinhl.c: Likewise.
50809 * math/s_csinl.c: Likewise.
50810 * math/s_ctan.c: Likewise.
50811 * sysdeps/ieee754/dbl-64/e_acosh.c: Use __ieee754_sqrt.
50812 * sysdeps/ieee754/flt-32/e_acoshf.c: Use __ieee754_sqrtf.
50813 * sysdeps/ieee754/ldbl-96/e_acoshl.c: Use __ieee754_sqrtl.
50814
50815 2011-10-21 Ulrich Drepper <drepper@gmail.com>
50816
50817 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Fix
50818 compilation problems.
50819
50820 * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Add a few more
50821 __builtin_expect.
50822
50823 2011-10-20 Ulrich Drepper <drepper@gmail.com>
50824
50825 * sysdeps/i386/configure.in: Test for -mfma4 option.
50826 * config.h.in: Add HAVE_FMA4_SUPPORT entry.
50827 * sysdeps/x86_64/multiarch/init-arch.h: Define HAS_FMA4 and
50828 COMMON_CPUID_INDEX_80000001.
50829 * sysdeps/x86_64/multiarch/init-arch.c: Read 80000001 leaf for AMD.
50830 * sysdeps/x86_64/fpu/multiarch/s_fma.c: Test for FMA4 support and
50831 use it if FMA3 is not supported.
50832 * sysdeps/x86_64/fpu/multiarch/s_fmaf.c: Likewise.
50833
50834 * sysdeps/x86_64/multiarch/s_fma.c: Moved to ../fpu/multiarch.
50835 * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
50836
50837 2011-10-20 Andreas Schwab <schwab@redhat.com>
50838
50839 [BZ #12892]
50840 * elf/dl-fini.c (_dl_sort_fini): Ignore relocation dependency if
50841 it would create a cycle with a link time dependency.
50842
50843 2011-10-19 Ulrich Drepper <drepper@gmail.com>
50844
50845 * sysdeps/x86_64/multiarch/rawmemchr.S: Small optimization to safe an
50846 instruction.
50847 * string/Makefile (strop-tests): Add rawmemchr.
50848 * string/test-rawmemchr.c: New file.
50849
50850 * sysdeps/x86_64/multiarch/init-arch.h: Define bit_AVX and index_AVX.
50851 * sysdeps/x86_64/multiarch/strcmp-sse42.S: New file. Split out from...
50852 * sysdeps/x86_64/multiarch/strcmp.S: ...here. Include strcmp-sse42.S
50853 when compiling str{,n}casecmp and when AVX is available. Hook up
50854 new optimized code in initializers.
50855
50856 2011-10-19 Andreas Schwab <schwab@redhat.com>
50857
50858 * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv): Use
50859 __feraiseexcept instead of feraiseexcept.
50860
50861 2011-10-18 Ulrich Drepper <drepper@gmail.com>
50862
50863 * math/math_private.h: Define defaults for libc_fetestexcept and
50864 libc_feupdateenv.
50865 * sysdeps/ieee754/dbl-64/s_fma.c: Use libc_fe* interfaces.
50866 * sysdeps/ieee754/dbl-64/s_fmaf.c: Likewise.
50867 * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
50868 * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
50869 * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
50870 * sysdeps/x86_64/fpu/math_private.h: Define special versions of
50871 libc_fetestexcept and libc_feupdateenv.
50872
50873 * math/math_private.h: Define defaults for libc_feholdexcept_setround,
50874 libc_feholdexcept_setroundf, libc_feholdexcept_setroundl.
50875 * sysdeps/ieee754/dbl-64/e_exp2.c: Use libc_feholdexcept_setround.
50876 * sysdeps/x86_64/fpu/math_private.h: Define special version of
50877 libc_feholdexcept_setround.
50878
50879 * sysdeps/x86_64/fpu/multiarch/Makefile [math] (libm-sysdep-routines):
50880 Add s_nearbyint-c and s_nearbyintf-c.
50881 * sysdeps/x86_64/fpu/bits/mathinline.h: Define nearbyint and
50882 nearbyintf inlines.
50883 * sysdeps/x86_64/fpu/multiarch/s_nearbyint-c.c: New file.
50884 * sysdeps/x86_64/fpu/multiarch/s_nearbyint.S: New file.
50885 * sysdeps/x86_64/fpu/multiarch/s_nearbyintf-c.c: New file.
50886 * sysdeps/x86_64/fpu/multiarch/s_nearbyintf.S: New file.
50887
50888 * math/math_private.h: Define defaults for libc_fegetround,
50889 libc_fegetroundf, libc_fegetroundl, libc_fesetround, libc_fesetroundf,
50890 libc_fesetroundl, libc_feholdexcept, libc_feholdexceptf,
50891 libc_feholdexceptl, libc_fesetenv, libc_fesetenvf, libc_fesetenvl.
50892 * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Use
50893 libc_feholdexcept, libc_fesetround, libc_fesetenv instead of the
50894 standard functions.
50895 * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
50896 Remove comments and hacks for old compiler versions.
50897 * sysdeps/x86_64/fpu/math_private.h: Define special versions of
50898 libc_fegetround, libc_fesetround, libc_feholdexcept, and
50899 libc_feholdexceptl.
50900
50901 2011-10-18 Andreas Schwab <schwab@redhat.com>
50902
50903 * sysdeps/x86_64/fpu/bits/fenv.h: Add C linkage markers.
50904 (__feraiseexcept_renamed): Add __NTH.
50905 (feraiseexcept): Add __NTH. Rename local variables to fix
50906 namespace violations.
50907
50908 2011-10-17 Ulrich Drepper <drepper@gmail.com>
50909
50910 * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Small optimization.
50911
50912 * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: New file.
50913
50914 * sysdeps/x86_64/fpu/math_private.h: Relax asm requirements for
50915 recently added interfaces.
50916 * sysdeps/x86_64/fpu/bits/mathinline.h: Likewise.
50917
50918 * sysdeps/x86_64/fpu/math_private.h: Add some parenthesis to be safe
50919 about macro parameter expansion.
50920
50921 * sysdeps/x86_64/fpu/bits/mathinline.h: Don't define inlines if
50922 __NO_MATH_INLINES is defined. Cleanups.
50923
50924 * sysdeps/x86_64/fpu/math_private.h: Define __rint, __rintf, __floor,
50925 and __floorf is target has SSE4.1.
50926 * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: Undef first.
50927 * sysdeps/x86_64/fpu/multiarch/s_floorf-c.: Likewise.
50928 * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: Likewise.
50929 * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: Likewise.
50930
50931 * sysdeps/x86_64/fpu/bits/mathinline.h (floor): Use correct function
50932 name.
50933 (floorf): Likewise.
50934
50935 * nscd/netgroupcache.c (addgetnetgrentX): Fix #ifdef nesting.
50936
50937 2011-10-17 Andreas Schwab <schwab@redhat.com>
50938
50939 * misc/sys/cdefs.h: Fix last change.
50940
50941 * grp/initgroups.c (internal_getgrouplist): Fix initgroups
50942 database lookup.
50943
50944 2011-10-16 Ulrich Drepper <drepper@gmail.com>
50945
50946 * misc/sys/cdefs.h: Use leaf function attribute in __THROW.
50947
50948 * sysdeps/ieee754/dbl-64/s_ceil.c: Avoid alias renamed.
50949 * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
50950 * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
50951 * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
50952 * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
50953 * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
50954 * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
50955 * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
50956 * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
50957 * sysdeps/x86_64/fpu/multiarch/Makefile: New file.
50958 * sysdeps/x86_64/fpu/multiarch/s_ceil-c.c: New file.
50959 * sysdeps/x86_64/fpu/multiarch/s_ceil.S: New file.
50960 * sysdeps/x86_64/fpu/multiarch/s_ceilf-c.c: New file.
50961 * sysdeps/x86_64/fpu/multiarch/s_ceilf.S: New file.
50962 * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: New file.
50963 * sysdeps/x86_64/fpu/multiarch/s_floor.S: New file.
50964 * sysdeps/x86_64/fpu/multiarch/s_floorf-c.c: New file.
50965 * sysdeps/x86_64/fpu/multiarch/s_floorf.S: New file.
50966 * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: New file.
50967 * sysdeps/x86_64/fpu/multiarch/s_rint.S: New file.
50968 * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: New file.
50969 * sysdeps/x86_64/fpu/multiarch/s_rintf.S: New file.
50970
50971 * sysdeps/x86_64/fpu/bits/mathinline.h: Add inlines for rint, rintf,
50972 ceil, ceilf, floor, floorf.
50973
50974 * elf/do-rel.h (elf_dynamic_do_Rel): Work around linker problem.
50975 Perform IRELATIVE relocations last.
50976
50977 * elf/do-rel.h: Add another parameter nrelative, replacing the
50978 local variable with the same name. Change name of the function
50979 to end in Rel or Rela (uppercase).
50980 * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Add new element
50981 nrelative to ranges. Only nonzero for DT_REL/DT_RELA. Pass to the
50982 elf_dynamic_do_##reloc function.
50983
50984 2011-10-15 Ulrich Drepper <drepper@gmail.com>
50985
50986 * sysdeps/i386/i686/fpu/e_log.S: No need for the fyl2xp1 use, fyl2x
50987 is sufficient, at least on modern CPUs.
50988
50989 * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: New file.
50990
50991 * sysdeps/ieee754/dbl-64/e_cosh.c: Cleanup.
50992 * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: New file.
50993
50994 * math/Versions [libm] (GLIBC_2.15): Add __exp_finite, __expf_finite,
50995 __expl_finite.
50996 * math/bits/math-finite.h: Add entries for exp.
50997 * math/e_expl.c: Add __*_finite alias.
50998 * sysdeps/i386/fpu/e_exp.S: Likewise.
50999 * sysdeps/i386/fpu/e_expf.S: Likewise.
51000 * sysdeps/i386/fpu/e_expl.c: Likewise.
51001 * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
51002 * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
51003 * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
51004 * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
51005 * sysdeps/ieee754/dbl-64/w_exp.c: Complete rewrite.
51006 * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
51007 * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
51008
51009 * sysdeps/i386/i686/fpu/e_logf.S: No need for the fyl2xp1 use, fyl2x
51010 is sufficient, at least on modern CPUs.
51011
51012 * ctype/ctype-info.c (__ctype_init): Define.
51013 * include/ctype.h (__ctype_init): Declare.
51014 (__ctype_b_loc): The variable is always initialized.
51015 (__ctype_toupper_loc): Likewise.
51016 (__ctype_tolower_loc): Likewise.
51017 * ctype/Versions: Export __ctype_init for GLIBC_PRIVATE.
51018 * sysdeps/unix/sysv/linux/init-first.c (_init): Call __ctype_init.
51019
51020 2011-10-15 Andreas Schwab <schwab@linux-m68k.org>
51021
51022 * wcsmbs/wmemcmp.c (WMEMCMP): Define.
51023
51024 * configure.in: Also look in $cxxmachine/include for C++ system
51025 headers.
51026
51027 2011-09-27 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
51028
51029 * sysdeps/x86_64/multiarch/Makefile: (sysdep_routines): Add
51030 memcmp-ssse3 wmemcmp-sse4 wmemcmp-ssse3 wmemcmp-c
51031 * sysdeps/x86_64/multiarch/memcmp-ssse3: New file.
51032 * sysdeps/x86_64/multiarch/memcmp.S: Update. Add __memcmp_ssse3.
51033 * sysdeps/x86_64/multiarch/memcmp-sse4.S: Update.
51034 (USE_AS_WMEMCMP): New macro.
51035 Fixing indents.
51036 * sysdeps/x86_64/multiarch/wmemcmp.S: New file.
51037 * sysdeps/x86_64/multiarch/wmemcmp-ssse3.S: New file.
51038 * sysdeps/x86_64/multiarch/wmemcmp-sse4.S: New file.
51039 * sysdeps/x86_64/multiarch/wmemcmp-c.S: New file.
51040 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
51041 wmemcmp-ssse3 wmemcmp-sse4 wmemcmp-c
51042 * sysdeps/i386/i686/multiarch/wmemcmp.S: New file.
51043 * sysdeps/i386/i686/multiarch/wmemcmp-c.c: New file.
51044 * sysdeps/i386/i686/multiarch/wmemcmp-ssse3.S: New file.
51045 * sysdeps/i386/i686/multiarch/wmemcmp-sse4.S: New file.
51046 * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Update.
51047 (USE_AS_WMEMCMP): New macro.
51048 * sysdeps/i386/i686/multiarch/memcmp-ssse3: Likewise.
51049 * sysdeps/string/test-memcmp.c: Update.
51050 Fix simple_wmemcmp.
51051 Add new tests.
51052 * wcsmbs/wmemcmp.c: Update.
51053 (WMEMCMP): New macro.
51054 Fix overflow bug.
51055
51056 2011-10-12 Andreas Jaeger <aj@suse.de>
51057
51058 [BZ #13268]
51059 * math/bits/mathcalls.h: Mark argument 2 of modf as non-null.
51060
51061 2011-10-15 Ulrich Drepper <drepper@gmail.com>
51062
51063 * libio/iofwide.c (do_length): Avoid warning.
51064
51065 * ctype/ctype.h (__isctype_f): Add missing __THROW.
51066
51067 2011-10-14 Ulrich Drepper <drepper@gmail.com>
51068
51069 * elf/pldd-xx.c (find_maps): Remove leftover debug message.
51070
51071 * sysdeps/i386/fpu/e_log.S: Add real definition of __log_finite.
51072 * sysdeps/i386/fpu/e_logf.S: Add real definition of __logf_finite.
51073 * sysdeps/i386/fpu/e_logl.S: Add real definition of __logl_finite.
51074 * sysdeps/i386/i686/fpu/e_log.S: New file.
51075 * sysdeps/i386/i686/fpu/e_logf.S: New file.
51076 * sysdeps/i386/i686/fpu/e_logl.S: New file.
51077
51078 * ctype/ctype.h: Add support for inlined isXXX functions when
51079 compiling C++ code.
51080
51081 2011-10-14 Andreas Schwab <schwab@redhat.com>
51082
51083 * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for jn tests.
51084
51085 * sysdeps/x86_64/fpu/fraiseexcpt.c: Fix last change.
51086
51087 2011-10-13 Roland McGrath <roland@hack.frob.com>
51088
51089 [BZ #13291]
51090 * manual/string.texi (String/Array Comparison): Typo fix in strverscmp.
51091
51092 2011-10-13 Andreas Schwab <schwab@redhat.com>
51093
51094 * sysdeps/x86_64/fpu/fraiseexcpt.c: Add __feraiseexcept alias.
51095 * sysdeps/x86_64/fpu/feupdateenv.c: Use __feraiseexcept instead of
51096 feraiseexcept.
51097
51098 * sysdeps/x86_64/memrchr.S: Check for zero size.
51099
51100 * string/stratcliff.c: Add memrchr tests.
51101
51102 2011-10-12 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
51103
51104 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
51105 memchr-sse2 memchr-sse2-bsf memrchr-sse2 memrchr-sse2-bsf memrchr-c
51106 rawmemchr-sse2 rawmemchr-sse2-bsf.
51107 * sysdeps/i386/i686/multiarch/memchr.S: New file.
51108 * sysdeps/i386/i686/multiarch/memchr-sse2.S: New file.
51109 * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: New file.
51110 * sysdeps/i386/i686/multiarch/memrchr.S: New file.
51111 * sysdeps/i386/i686/multiarch/memrchr-c.c: New file.
51112 * sysdeps/i386/i686/multiarch/memrchr-sse2.S: New file.
51113 * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: New file.
51114 * sysdeps/i386/i686/multiarch/rawmemchr.S: New file.
51115 * sysdeps/i386/i686/multiarch/rawmemchr-sse2.S: New file.
51116 * sysdeps/i386/i686/multiarch/rawmemchr-sse2-bsf.S: New file.
51117 * string/memrchr.c (MEMRCHR): New macro.
51118
51119 2011-10-12 Ulrich Drepper <drepper@gmail.com>
51120
51121 Add integration with gcc's -ffinite-math-only and optimize wrapper
51122 functions in libm.
51123 * Versions.def: Define GLIBC_2.15 version for libm.
51124 * math/Makefile (headers): Add bits/math-finite.h.
51125 * math/bits/math-finite.h: New file.
51126 * sysdeps/ia64/fpu/bits/math-finite.h: New file.
51127 * math/Versions [libm] (GLIBC_2.15): Export __*_finite symbols.
51128 * math/e_acoshl.c: Add __*_finite alias.
51129 * math/e_acosl.c: Likewise.
51130 * math/e_asinl.c: Likewise.
51131 * math/e_atan2l.c: Likewise.
51132 * math/e_atanhl.c: Likewise.
51133 * math/e_coshl.c: Likewise.
51134 * math/e_exp10.c: Likewise.
51135 * math/e_exp10f.c: Likewise.
51136 * math/e_exp10l.c: Likewise.
51137 * math/e_exp2l.c: Likewise.
51138 * math/e_fmodl.c: Likewise.
51139 * math/e_gammal_r.c: Likewise.
51140 * math/e_hypotl.c: Likewise.
51141 * math/e_j0l.c: Likewise.
51142 * math/e_j1l.c: Likewise.
51143 * math/e_jnl.c: Likewise.
51144 * math/e_lgammal_r.c: Likewise.
51145 * math/e_log10l.c: Likewise.
51146 * math/e_log2l.c: Likewise.
51147 * math/e_logl.c: Likewise.
51148 * math/e_powl.c: Likewise.
51149 * math/e_sinhl.c: Likewise.
51150 * math/e_sqrtl.c: Likewise.
51151 * math/e_scalb.c: Completely rewritten and optimized.
51152 * math/e_scalbf.c: Likewise.
51153 * math/e_scalbl.c: Likewise.
51154 * math/w_acos.c: Likewise.
51155 * math/w_acosf.c: Likewise.
51156 * math/w_acosl.c: Likewise.
51157 * math/w_acosh.c: Likewise.
51158 * math/w_acoshf.c: Likewise.
51159 * math/w_acoshl.c: Likewise.
51160 * math/w_asin.c: Likewise.
51161 * math/w_asinf.c: Likewise.
51162 * math/w_asinl.c: Likewise.
51163 * math/w_atan2.c: Likewise.
51164 * math/w_atan2f.c: Likewise.
51165 * math/w_atan2l.c: Likewise.
51166 * math/w_atanh.c: Likewise.
51167 * math/w_atanhf.c: Likewise.
51168 * math/w_atanhl.c: Likewise.
51169 * math/w_exp10.c: Likewise.
51170 * math/w_exp10f.c: Likewise.
51171 * math/w_exp10l.c: Likewise.
51172 * math/w_fmod.c: Likewise.
51173 * math/w_fmodf.c: Likewise.
51174 * math/w_fmodl.c: Likewise.
51175 * math/w_j0.c: Likewise.
51176 * math/w_j0f.c: Likewise.
51177 * math/w_j0l.c: Likewise.
51178 * math/w_j1.c: Likewise.
51179 * math/w_j1f.c: Likewise.
51180 * math/w_j1l.c: Likewise.
51181 * math/w_jn.c: Likewise.
51182 * math/w_jnf.c: Likewise.
51183 * math/w_log.c: Likewise.
51184 * math/w_logf.c: Likewise.
51185 * math/w_logl.c: Likewise.
51186 * math/w_log10.c: Likewise.
51187 * math/w_log10f.c: Likewise.
51188 * math/w_log10l.c: Likewise.
51189 * math/w_log2.c: Likewise.
51190 * math/w_log2f.c: Likewise.
51191 * math/w_log2l.c: Likewise.
51192 * math/w_pow.c: Likewise.
51193 * math/w_powf.c: Likewise.
51194 * math/w_powl.c: Likewise.
51195 * math/w_remainder.c: Likewise.
51196 * math/w_remainderf.c: Likewise.
51197 * math/w_remainderl.c: Likewise.
51198 * math/w_scalb.c: Likewise.
51199 * math/w_scalbf.c: Likewise.
51200 * math/w_scalbl.c: Likewise.
51201 * math/w_sqrt.c: Likewise.
51202 * math/w_sqrtf.c: Likewise.
51203 * math/w_sqrtl.c: Likewise.
51204 * math/math.h: Define __MATH_DECLARE_LDOUBLE if long double functions
51205 are declared. Include <bits/math-finite.h> if -ffinite-math-only is
51206 used.
51207 * math/math_private.h: Declare __kernel_standard_f.
51208 * math/w_cosh.c: Remove cruft and optimize a bit.
51209 * math/w_coshf.c: Likewise.
51210 * math/w_coshl.c: Likewise.
51211 * math/w_exp2.c: Likewise.
51212 * math/w_exp2f.c: Likewise.
51213 * math/w_exp2l.c: Likewise.
51214 * math/w_hypot.c: Likewise.
51215 * math/w_hypotf.c: Likewise.
51216 * math/w_hypotl.c: Likewise.
51217 * math/w_lgamma.c: Likewise.
51218 * math/w_lgamma_r.c: Likewise.
51219 * math/w_lgammaf.c: Likewise.
51220 * math/w_lgammaf_r.c: Likewise.
51221 * math/w_lgammal.c: Likewise.
51222 * math/w_lgammal_r.c: Likewise.
51223 * math/w_sinh.c: Likewise.
51224 * math/w_sinhf.c: Likewise.
51225 * math/w_sinhl.c: Likewise.
51226 * math/w_tgamma.c: Likewise.
51227 * math/w_tgammaf.c: Likewise.
51228 * math/w_tgammal.c: Likewise.
51229 * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
51230 * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
51231 * sysdeps/i386/fpu/e_acos.S: Add __*_finite alias.
51232 Minor optimizations. Pretty printing. Remove cruft.
51233 * sysdeps/i386/fpu/e_acosf.S: Likewise.
51234 * sysdeps/i386/fpu/e_acosh.S: Likewise.
51235 * sysdeps/i386/fpu/e_acoshf.S: Likewise.
51236 * sysdeps/i386/fpu/e_acoshl.S: Likewise.
51237 * sysdeps/i386/fpu/e_acosl.c: Likewise.
51238 * sysdeps/i386/fpu/e_asin.S: Likewise.
51239 * sysdeps/i386/fpu/e_asinf.S: Likewise.
51240 * sysdeps/i386/fpu/e_atan2.S: Likewise.
51241 * sysdeps/i386/fpu/e_atan2f.S: Likewise.
51242 * sysdeps/i386/fpu/e_atan2l.c: Likewise.
51243 * sysdeps/i386/fpu/e_atanh.S: Likewise.
51244 * sysdeps/i386/fpu/e_atanhf.S: Likewise.
51245 * sysdeps/i386/fpu/e_atanhl.S: Likewise.
51246 * sysdeps/i386/fpu/e_exp10.S: Likewise.
51247 * sysdeps/i386/fpu/e_exp10f.S: Likewise.
51248 * sysdeps/i386/fpu/e_exp10l.S: Likewise.
51249 * sysdeps/i386/fpu/e_exp2.S: Likewise.
51250 * sysdeps/i386/fpu/e_exp2f.S: Likewise.
51251 * sysdeps/i386/fpu/e_exp2l.S: Likewise.
51252 * sysdeps/i386/fpu/e_fmod.S: Likewise.
51253 * sysdeps/i386/fpu/e_fmodf.S: Likewise.
51254 * sysdeps/i386/fpu/e_fmodl.c: Likewise.
51255 * sysdeps/i386/fpu/e_hypot.S: Likewise.
51256 * sysdeps/i386/fpu/e_hypotf.S: Likewise.
51257 * sysdeps/i386/fpu/e_log.S: Likewise.
51258 * sysdeps/i386/fpu/e_log10.S: Likewise.
51259 * sysdeps/i386/fpu/e_log10f.S: Likewise.
51260 * sysdeps/i386/fpu/e_log10l.S: Likewise.
51261 * sysdeps/i386/fpu/e_log2.S: Likewise.
51262 * sysdeps/i386/fpu/e_log2f.S: Likewise.
51263 * sysdeps/i386/fpu/e_log2l.S: Likewise.
51264 * sysdeps/i386/fpu/e_logf.S: Likewise.
51265 * sysdeps/i386/fpu/e_logl.S: Likewise.
51266 * sysdeps/i386/fpu/e_pow.S: Likewise.
51267 * sysdeps/i386/fpu/e_powf.S: Likewise.
51268 * sysdeps/i386/fpu/e_powl.S: Likewise.
51269 * sysdeps/i386/fpu/e_remainder.S: Likewise.
51270 * sysdeps/i386/fpu/e_remainderf.S: Likewise.
51271 * sysdeps/i386/fpu/e_remainderl.S: Likewise.
51272 * sysdeps/i386/fpu/e_scalb.S: Likewise.
51273 * sysdeps/i386/fpu/e_scalbf.S: Likewise.
51274 * sysdeps/i386/fpu/e_scalbl.S: Likewise.
51275 * sysdeps/i386/fpu/e_sqrt.S: Likewise.
51276 * sysdeps/i386/fpu/e_sqrtf.S: Likewise.
51277 * sysdeps/i386/fpu/e_sqrtl.c: Likewise.
51278 * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
51279 * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
51280 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
51281 * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
51282 * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
51283 * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
51284 * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
51285 * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
51286 * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
51287 * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
51288 * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
51289 * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
51290 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
51291 * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
51292 * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
51293 * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
51294 * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
51295 * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
51296 * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
51297 * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
51298 * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
51299 * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
51300 * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
51301 * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
51302 * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
51303 * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
51304 * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
51305 * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
51306 * sysdeps/ieee754/flt-32/e_gammaf_r.c: Likewise.
51307 * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
51308 * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
51309 * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
51310 * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
51311 * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
51312 * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
51313 * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
51314 * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
51315 * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
51316 * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
51317 * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
51318 * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
51319 * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
51320 * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
51321 * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
51322 * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
51323 * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
51324 * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
51325 * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
51326 * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
51327 * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Likewise.
51328 * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
51329 * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
51330 * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
51331 * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
51332 * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
51333 * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
51334 * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
51335 * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
51336 * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
51337 * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
51338 * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
51339 * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
51340 * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
51341 * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
51342 * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
51343 * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
51344 * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
51345 * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
51346 * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Likewise.
51347 * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
51348 * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
51349 * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
51350 * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
51351 * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
51352 * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
51353 * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
51354 * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
51355 * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
51356 * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
51357 * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
51358 * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
51359 * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
51360 * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Likewise.
51361 * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
51362 * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
51363 * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
51364 * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
51365 * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
51366 * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
51367 * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
51368 * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
51369 * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
51370 * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
51371 * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
51372 * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
51373 * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
51374 * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
51375 * sysdeps/s390/fpu/e_sqrt.c: Likewise.
51376 * sysdeps/s390/fpu/e_sqrtf.c: Likewise.
51377 * sysdeps/s390/fpu/e_sqrtl.c: Likewise.
51378 * sysdeps/sparc/sparc32/e_sqrt.c: Likewise.
51379 * sysdeps/sparc/sparc64/fpu/e_sqrtl.c: Likewise.
51380 * sysdeps/x86_64/fpu/e_exp2l.S: Likewise.
51381 * sysdeps/x86_64/fpu/e_fmodl.S: Likewise.
51382 * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
51383 * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
51384 * sysdeps/x86_64/fpu/e_logl.S: Likewise.
51385 * sysdeps/x86_64/fpu/e_powl.S: Likewise.
51386 * sysdeps/x86_64/fpu/e_remainderl.S: Likewise.
51387 * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
51388 * sysdeps/x86_64/fpu/e_sqrt.c: Likewise. Fix parameter order
51389 * sysdeps/x86_64/fpu/e_sqrtf.c: Likewise.
51390 * sysdeps/x86_64/fpu/math_private.h (__isnan): Cast d parameter.
51391 (__isnanf): Likewise.
51392 (__isinf_ns): Likewise.
51393 (__isinf_nsf): Likewise.
51394 (__finite): Likewise.
51395 (__finitef): Likewise.
51396 (__ieee754_sqrt): Define as macro.
51397 (__ieee754_sqrtf): Define as macro.
51398 (__ieee754_sqrtl): Define as macro.
51399 * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Add partially
51400 inlined copy.
51401 * sysdeps/x86_64/fpu/bits/mathinline.h: Make use of
51402 __FINITE_MATH_ONLY__ consistent.
51403 * sysdeps/ieee754/k_standard.c (__kernel_standard_f): New function.
51404
51405 2011-10-10 Andreas Schwab <schwab@linux-m68k.org>
51406
51407 * inet/getnetgrent_r.c (nscd_getnetgrent): Use __rawmemchr instead
51408 of rawmemchr.
51409
51410 * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: New file.
51411
51412 2011-10-09 Ulrich Drepper <drepper@gmail.com>
51413
51414 * po/ja.po: Update from translation team.
51415
51416 2011-10-08 Roland McGrath <roland@hack.frob.com>
51417
51418 * locale/programs/locarchive.c (prepare_address_space): New function.
51419 (create_archive, enlarge_archive, open_archive): Use it.
51420
51421 * sysdeps/unix/sysv/linux/x86_64/time.c: Move #include <dl-vdso.h>
51422 inside [SHARED], where it is used.
51423
51424 * nscd/nscd_proto.h: Declare __nscd_setnetgrent.
51425
51426 * nss/getent.c (netgroup_keys): Remove unused variable.
51427 * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
51428
51429 2011-10-08 Ulrich Drepper <drepper@gmail.com>
51430
51431 * include/math.h: Declare __isinf_ns, __isinf_nsf, __isinf_nsl.
51432 * sysdeps/ieee754/dbl-64/s_isinf_ns.c: New file.
51433 * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: New file.
51434 * sysdeps/ieee754/flt-32/s_isinf_nsf.c: New file.
51435 * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: New file.
51436 * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: New file.
51437 * math/Makefile (libm-calls): Add s_isinf_ns.
51438 * math/divtc3.c: Use __isinf_nsl instead of isinf.
51439 * math/multc3.c: Likewise.
51440 * math/s_casin.c: Likewise.
51441 * math/s_casinf.c: Likewise.
51442 * math/s_casinl.c: Likewise.
51443 * math/s_ccos.c: Likewise.
51444 * math/s_ccosf.c: Likewise.
51445 * math/s_ccosl.c: Likewise.
51446 * math/s_ctan.c: Likewise.
51447 * math/s_ctanf.c: Likewise.
51448 * math/s_ctanh.c: Likewise.
51449 * math/s_ctanhf.c: Likewise.
51450 * math/s_ctanhl.c: Likewise.
51451 * math/s_ctanl.c: Likewise.
51452 * math/w_fmod.c: Likewise.
51453 * math/w_fmodf.c: Likewise.
51454 * math/w_fmodl.c: Likewise.
51455 * math/w_remainder.c: Likewise.
51456 * math/w_remainderf.c: Likewise.
51457 * math/w_remainderl.c: Likewise.
51458 * sysdeps/ieee754/dbl-64/s_finite.c: Undefine __finite.
51459 * sysdeps/ieee754/dbl-64/s_isnan.c: Undefine __isnan.
51460 * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Undefine __finite.
51461 * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Undefine __nan.
51462 * sysdeps/ieee754/flt-32/s_finitef.c: Undefine __finitef.
51463 * sysdeps/ieee754/flt-32/s_isnanf.c: Undefine __nan.
51464 * sysdeps/x86_64/fpu/math_private.h: Add optimized versions of __isnsn,
51465 __isnanf, __isinf_ns, __isinf_nsf, __finite, and __finitef.
51466
51467 * stdio-common/printf_fp.c: Use the fact that isinf returns the sign
51468 of the number.
51469 * stdio-common/printf_fphex.c: Likewise.
51470 * stdio-common/printf_size.c: Likewise.
51471
51472 * math/e_exp10.c: Include math_private.h using <...> not "...".
51473 * math/e_exp10f.c: Likewise.
51474 * math/e_exp10l.c: Likewise.
51475 * math/e_exp2l.c: Likewise.
51476 * math/e_j0l.c: Likewise.
51477 * math/e_j1l.c: Likewise.
51478 * math/e_jnl.c: Likewise.
51479 * math/e_lgammal_r.c: Likewise.
51480 * math/e_rem_pio2l.c: Likewise.
51481 * math/e_scalb.c: Likewise.
51482 * math/e_scalbf.c: Likewise.
51483 * math/e_scalbl.c: Likewise.
51484 * math/k_cosl.c: Likewise.
51485 * math/k_sinl.c: Likewise.
51486 * math/k_tanl.c: Likewise.
51487 * math/s_cacoshf.c: Likewise.
51488 * math/s_catan.c: Likewise.
51489 * math/s_catanf.c: Likewise.
51490 * math/s_catanh.c: Likewise.
51491 * math/s_catanhf.c: Likewise.
51492 * math/s_catanhl.c: Likewise.
51493 * math/s_catanl.c: Likewise.
51494 * math/s_ccosh.c: Likewise.
51495 * math/s_ccoshf.c: Likewise.
51496 * math/s_ccoshl.c: Likewise.
51497 * math/s_cexp.c: Likewise.
51498 * math/s_cexpf.c: Likewise.
51499 * math/s_cexpl.c: Likewise.
51500 * math/s_clog.c: Likewise.
51501 * math/s_clog10.c: Likewise.
51502 * math/s_clog10f.c: Likewise.
51503 * math/s_clog10l.c: Likewise.
51504 * math/s_clogf.c: Likewise.
51505 * math/s_clogl.c: Likewise.
51506 * math/s_csin.c: Likewise.
51507 * math/s_csinf.c: Likewise.
51508 * math/s_csinh.c: Likewise.
51509 * math/s_csinhf.c: Likewise.
51510 * math/s_csinhl.c: Likewise.
51511 * math/s_csinl.c: Likewise.
51512 * math/s_csqrt.c: Likewise.
51513 * math/s_csqrtf.c: Likewise.
51514 * math/s_csqrtl.c: Likewise.
51515 * math/s_ctan.c: Likewise.
51516 * math/s_ctanf.c: Likewise.
51517 * math/s_ctanh.c: Likewise.
51518 * math/s_ctanhf.c: Likewise.
51519 * math/s_ctanhl.c: Likewise.
51520 * math/s_ctanl.c: Likewise.
51521 * math/s_ldexp.c: Likewise.
51522 * math/s_ldexpf.c: Likewise.
51523 * math/s_ldexpl.c: Likewise.
51524 * math/s_significand.c: Likewise.
51525 * math/s_significandf.c: Likewise.
51526 * math/s_significandl.c: Likewise.
51527 * math/w_acos.c: Likewise.
51528 * math/w_acosf.c: Likewise.
51529 * math/w_acosh.c: Likewise.
51530 * math/w_acoshf.c: Likewise.
51531 * math/w_acoshl.c: Likewise.
51532 * math/w_acosl.c: Likewise.
51533 * math/w_asin.c: Likewise.
51534 * math/w_asinf.c: Likewise.
51535 * math/w_asinl.c: Likewise.
51536 * math/w_atan2.c: Likewise.
51537 * math/w_atan2f.c: Likewise.
51538 * math/w_atan2l.c: Likewise.
51539 * math/w_atanh.c: Likewise.
51540 * math/w_atanhf.c: Likewise.
51541 * math/w_atanhl.c: Likewise.
51542 * math/w_cosh.c: Likewise.
51543 * math/w_coshf.c: Likewise.
51544 * math/w_coshl.c: Likewise.
51545 * math/w_dremf.c: Likewise.
51546 * math/w_exp10.c: Likewise.
51547 * math/w_exp10f.c: Likewise.
51548 * math/w_exp10l.c: Likewise.
51549 * math/w_exp2.c: Likewise.
51550 * math/w_exp2f.c: Likewise.
51551 * math/w_fmod.c: Likewise.
51552 * math/w_fmodf.c: Likewise.
51553 * math/w_fmodl.c: Likewise.
51554 * math/w_hypot.c: Likewise.
51555 * math/w_hypotf.c: Likewise.
51556 * math/w_hypotl.c: Likewise.
51557 * math/w_j0.c: Likewise.
51558 * math/w_j0f.c: Likewise.
51559 * math/w_j0l.c: Likewise.
51560 * math/w_j1.c: Likewise.
51561 * math/w_j1f.c: Likewise.
51562 * math/w_j1l.c: Likewise.
51563 * math/w_jn.c: Likewise.
51564 * math/w_jnf.c: Likewise.
51565 * math/w_jnl.c: Likewise.
51566 * math/w_lgamma.c: Likewise.
51567 * math/w_lgamma_r.c: Likewise.
51568 * math/w_lgammaf.c: Likewise.
51569 * math/w_lgammaf_r.c: Likewise.
51570 * math/w_lgammal.c: Likewise.
51571 * math/w_lgammal_r.c: Likewise.
51572 * math/w_log.c: Likewise.
51573 * math/w_log10.c: Likewise.
51574 * math/w_log10f.c: Likewise.
51575 * math/w_log10l.c: Likewise.
51576 * math/w_log2.c: Likewise.
51577 * math/w_log2f.c: Likewise.
51578 * math/w_log2l.c: Likewise.
51579 * math/w_logf.c: Likewise.
51580 * math/w_logl.c: Likewise.
51581 * math/w_pow.c: Likewise.
51582 * math/w_powf.c: Likewise.
51583 * math/w_powl.c: Likewise.
51584 * math/w_remainder.c: Likewise.
51585 * math/w_remainderf.c: Likewise.
51586 * math/w_remainderl.c: Likewise.
51587 * math/w_scalb.c: Likewise.
51588 * math/w_scalbf.c: Likewise.
51589 * math/w_scalbl.c: Likewise.
51590 * math/w_sinh.c: Likewise.
51591 * math/w_sinhf.c: Likewise.
51592 * math/w_sinhl.c: Likewise.
51593 * math/w_sqrt.c: Likewise.
51594 * math/w_sqrtf.c: Likewise.
51595 * math/w_sqrtl.c: Likewise.
51596 * math/w_tgamma.c: Likewise.
51597 * math/w_tgammaf.c: Likewise.
51598 * math/w_tgammal.c: Likewise.
51599
51600 * po/ja.po: Update from translation team.
51601
51602 2011-09-29 Andreas Jaeger <aj@suse.de>
51603
51604 [BZ #13179]
51605 * sunrpc/netname.c (netname2host): Fix logic.
51606
51607 [BZ #6779]
51608 [BZ #6783]
51609 * math/w_remainderl.c (__remainderl): Handle (NaN, 0) and (Inf,y)
51610 correctly.
51611 * math/w_remainder.c (__remainder): Likewise.
51612 * math/w_remainderf.c (__remainderf): Likewise.
51613 * math/libm-test.inc (remainder_test): Add test cases.
51614
51615 2011-10-04 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
51616
51617 * stdlib/longlong.h: Update from GCC. Fix zarch smul_ppmm and
51618 sdiv_qrnnd.
51619
51620 2011-10-07 Ulrich Drepper <drepper@gmail.com>
51621
51622 * string/test-memcmp.c: Avoid unncessary #defines.
51623 Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
51624
51625 2011-08-31 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
51626
51627 * sysdeps/x86_64/multiarch/rawmemchr.S: Update.
51628 Use new sse2 version for core i3 - i7 as it's faster
51629 than sse42 version.
51630 (bit_Prefer_PMINUB_for_stringop): New.
51631 * sysdeps/x86_64/rawmemchr.S: Update.
51632 Replace with faster SSE2 version.
51633 * sysdeps/x86_64/memrchr.S: New file.
51634 * sysdeps/x86_64/memchr.S: Update.
51635 Replace with faster SSE2 version.
51636
51637 2011-09-12 Marek Polacek <mpolacek@redhat.com>
51638
51639 * elf/dl-load.c (lose): Add cast to avoid warning.
51640
51641 2011-10-07 Ulrich Drepper <drepper@gmail.com>
51642
51643 * po/ca.po: Update from translation team.
51644
51645 * inet/getnetgrent_r.c: Hook up nscd.
51646 * nscd/Makefile (routines): Add nscd_netgroup.
51647 (nscd-modules): Add netgroupcache.
51648 (CFLAGS-netgroupcache.c): Define.
51649 * nscd/cache.c (readdfcts): Add entries for GETNETGRENT and INNETGR.
51650 (cache_search): Add const to second parameter.
51651 * nscd/connections.c (serv2str): Add entries for GETNETGRENT and
51652 INNETGR.
51653 (dbs): Add netgrdb entry.
51654 (reqinfo): Add entries for GETNETGRENT, INNETGR, and GETFDNETGR.
51655 (verify_persistent_db): Handle netgrdb.
51656 (handle_request): Handle GETNETGRENT, INNETGR, and GETFDNETGR.
51657 * nscd/nscd-client.h (request_type): Add GETNETGRENT, INNETGR, and
51658 GETFDNETGR.
51659 (netgroup_response_header): Define.
51660 (innetgroup_response_header): Define.
51661 (datahead): Add netgroup_response_header and innetgroup_response_header
51662 elements.
51663 * nscd/nscd.conf: Add entries for netgroup cache.
51664 * nscd/nscd.h (dbtype): Add netgrdb.
51665 (_PATH_NSCD_NETGROUP_DB): Define.
51666 (netgroup_iov_disabled): Declare.
51667 (xmalloc, xcalloc, xrealloc): Move declarations here.
51668 (cache_search): Adjust prototype.
51669 Add netgroup-related prototypes.
51670 * nscd/nscd_conf.c (dbnames): Add netgrdb entry.
51671 * nscd/nscd_proto.h (__nss_not_use_nscd_netgroup): Declare.
51672 (__nscd_innetgr): Declare.
51673 * nscd/selinux.c (perms): Use access_vector_t as element type and
51674 add netgroup-related initializers.
51675 * nscd/netgroupcache.c: New file.
51676 * nscd/nscd_netgroup.c: New file.
51677 * nss/Versions [libc] (GLIBC_PRIVATE): Export __nss_lookup.
51678 * nss/getent.c (netgroup_keys): Use setnetgrent only for one parameter.
51679 For four parameters use innetgr.
51680 * nss/nss_files/files-init.c: Add definition and callback for netgr.
51681 * nss/nsswitch.c (__nss_lookup): Add libc_hidden_def.
51682 (__nss_disable_nscd): Set __nss_not_use_nscd_netgroup.
51683 * nss/nsswitch.h (__nss_lookup): Add libc_hidden_proto.
51684
51685 * nscd/connections.c (register_traced_file): Don't register file
51686 for disabled databases.
51687
51688 2011-10-06 Ulrich Drepper <drepper@gmail.com>
51689
51690 * nscd/grpcache.c (cache_addgr): Initialize written in all cases.
51691
51692 * nss/nsswitch.c (__nss_lookup_function): Fix order of deleting
51693 from tree and freeing node.
51694
51695 2011-09-25 Jiri Olsa <jolsa@redhat.com>
51696
51697 * nss/nsswitch.c (__nss_database_lookup): Handle
51698 nss_parse_service_list out of memory case.
51699
51700 2011-09-15 Jiri Olsa <jolsa@redhat.com>
51701
51702 * nss/nsswitch.c (__nss_lookup_function): Handle __tsearch
51703 out of memory case.
51704
51705 2011-10-04 Andreas Schwab <schwab@redhat.com>
51706
51707 * include/dlfcn.h (__RTLD_NOIFUNC): Define.
51708 * elf/do-rel.h (elf_dynamic_do_rel): Add parameter skip_ifunc and
51709 pass it down.
51710 * elf/dynamic-link.h: Adjust prototypes of elf_machine_rel,
51711 elf_machine_rela, elf_machine_lazy_rel.
51712 (_ELF_DYNAMIC_DO_RELOC): Add parameter skip_ifunc and pass it down.
51713 (ELF_DYNAMIC_DO_REL): Likewise.
51714 (ELF_DYNAMIC_DO_RELA): Likewise.
51715 (ELF_DYNAMIC_RELOCATE): Likewise.
51716 * elf/dl-reloc.c (_dl_relocate_object): Pass __RTLD_NOIFUNC down
51717 to ELF_DYNAMIC_DO_REL.
51718 * elf/rtld.c (_dl_start): Adjust use of ELF_DYNAMIC_RELOCATE.
51719 (dl_main): In trace mode always set __RTLD_NOIFUNC.
51720 * elf/dl-conflict.c (_dl_resolve_conflicts): Adjust call to
51721 elf_machine_rela.
51722 * sysdeps/i386/dl-machine.h (elf_machine_rel): Add parameter
51723 skip_ifunc, don't call ifunc function if non-zero.
51724 (elf_machine_rela): Likewise.
51725 (elf_machine_lazy_rel): Likewise.
51726 (elf_machine_lazy_rela): Likewise.
51727 * sysdeps/ia64/dl-machine.h (elf_machine_rela): Likewise.
51728 (elf_machine_lazy_rel): Likewise.
51729 * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela):
51730 Likewise.
51731 (elf_machine_lazy_rel): Likewise.
51732 * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
51733 Likewise.
51734 (elf_machine_lazy_rel): Likewise.
51735 * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela): Likewise.
51736 (elf_machine_lazy_rel): Likewise.
51737 * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Likewise.
51738 (elf_machine_lazy_rel): Likewise.
51739 * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
51740 (elf_machine_lazy_rel): Likewise.
51741 * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Likewise.
51742 (elf_machine_lazy_rel): Likewise.
51743 * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Likewise.
51744 (elf_machine_lazy_rel): Likewise.
51745 * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
51746 (elf_machine_lazy_rel): Likewise.
51747
51748 2011-09-28 Ulrich Drepper <drepper@gmail.com>
51749
51750 * nss/nss_files/files-init.c (_nss_files_init): Use static
51751 initialization for all the *_traced_file variables.
51752
51753 2011-09-28 Andreas Schwab <schwab@redhat.com>
51754
51755 * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
51756
51757 2011-09-27 Roland McGrath <roland@hack.frob.com>
51758
51759 [BZ #13226]
51760 * manual/signal.texi (Longjmp in Handler): Grammar fixes.
51761
51762 2011-09-27 Andreas Schwab <schwab@redhat.com>
51763
51764 * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
51765 Reread the line before reparsing it.
51766
51767 2011-09-26 Andreas Schwab <schwab@redhat.com>
51768
51769 * sysdeps/x86_64/fpu/bits/mathinline.h: Use __asm instead of asm.
51770
51771 2011-09-21 Chung-Lin Tang <cltang@codesourcery.com>
51772 Maxim Kuvyrkov <maxim@codesourcery.com>
51773 Joseph Myers <joseph@codesourcery.com>
51774
51775 * resolv/Makefile (LDLIBS-resolv.so): Link in $(elfobjdir)/ld.so
51776 if needed for __stack_chk_guard.
51777
51778 2011-09-19 Roland McGrath <roland@hack.frob.com>
51779
51780 * sysdeps/posix/spawni.c (script_execute): Always define it.
51781 It will be optimized away if unused.
51782 (maybe_script_execute): New function.
51783 (__spawni): Call it.
51784
51785 * Makerules: Don't include tls.make.
51786 (config-tls): Always set to thread.
51787 * tls.make.c: File removed.
51788
51789 2011-09-19 Mike Frysinger <vapier@gentoo.org>
51790
51791 * Makeconfig (CPPFLAGS): Prepend $(CPPFLAGS-config).
51792 * config.make.in (CPPFLAGS-config): New substituted variable.
51793
51794 2011-09-15 Ulrich Drepper <drepper@gmail.com>
51795
51796 * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: New file.
51797
51798 [BZ #13192]
51799 * sysdeps/unix/sysv/linux/bits/in.h (IP_MULTICAST_ALL): Define.
51800 Patch mostly by Neil Horman <nhorman@tuxdriver.com>.
51801
51802 2011-09-15 Roland McGrath <roland@hack.frob.com>
51803
51804 * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S
51805 (CALL_FAIL): Use HIDDEN_JUMPTARGET for __fortify_fail.
51806 * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
51807 (CALL_FAIL): Likewise.
51808 * sysdeps/unix/sysv/linux/ia64/____longjmp_chk.S (CHECK_RSP): Likewise.
51809 (CALL_FAIL): Macro removed.
51810 Patch mostly by Mike Frysinger <vapier@gentoo.org>.
51811
51812 2011-09-15 Ulrich Drepper <drepper@gmail.com>
51813
51814 * sysdeps/x86_64/fpu/bits/mathinline.h: Add fmax and fmin optimizations
51815 for __FINITE_MATH_ONLY__ == 1.
51816
51817 2011-09-15 Andreas Schwab <schwab@redhat.com>
51818
51819 * sysdeps/powerpc/fpu/e_hypot.c (__ieee754_hypot): Use
51820 __ieee754_sqrt instead of sqrt.
51821 * sysdeps/powerpc/fpu/e_hypotf.c (__ieee754_hypotf): Use
51822 __ieee754_sqrtf instead of sqrtf.
51823 * sysdeps/powerpc/fpu/e_rem_pio2f.c (__ieee754_rem_pio2f): Use
51824 __floorf instead of floorf.
51825 * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Use
51826 __floorf, __truncf instead of floorf, truncf.
51827
51828 2011-09-14 Ulrich Drepper <drepper@gmail.com>
51829
51830 * sysdeps/x86_64/fpu/s_copysign.S [ELF]: Use correct section.
51831
51832 * sysdeps/x86_64/fpu/bits/mathinline.h (__MATH_INLINE): Use
51833 __extern_always_inline.
51834 Define lrint{f,} and llrint{f,} for 64-bit and in some situations for
51835 32-bit.
51836
51837 2011-09-14 Andreas Schwab <schwab@redhat.com>
51838
51839 * elf/rtld.c (dl_main): Also relocate in dependency order when
51840 doing symbol dependency testing.
51841
51842 2011-09-13 Andreas Schwab <schwab@linux-m68k.org>
51843
51844 * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
51845 Always define `refsym'.
51846
51847 2011-09-13 Andreas Schwab <schwab@redhat.com>
51848
51849 * misc/sys/select.h (__FD_MASK): Renamed from __FDMASK.
51850 (__FD_ELT): Renamed from __FDELT.
51851 * misc/bits/select2.h (__FD_ELT): Likewise.
51852 * bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET): Use __FD_ELT,
51853 __FD_MASK instead of __FDELT, __FDMASK.
51854 * sysdeps/i386/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
51855 Likewise.
51856 * sysdeps/x86_64/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
51857 Likewise.
51858
51859 * elf/Makefile (gen-ldd): Fix pattern.
51860
51861 * elf/rtld.c (dl_main): Only use USE___THREAD when defined.
51862 (init_tls): Likewise.
51863
51864 2011-09-12 Ulrich Drepper <drepper@gmail.com>
51865
51866 * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: New file.
51867
51868 2011-09-12 Andreas Schwab <schwab@redhat.com>
51869
51870 * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Cast to
51871 `struct cmsghdr *' instead of `void *'.
51872 * sysdeps/unix/sysv/linux/sparc/bits/socket.h (__cmsg_nxthdr):
51873 Likewise.
51874
51875 2011-09-11 Andreas Schwab <schwab@linux-m68k.org>
51876
51877 * elf/Makefile (gen-ldd): Prepend $(..) to $(ldd-rewrite-script)
51878 if non-absolute.
51879 * sysdeps/unix/sysv/linux/configure.in: Remove leading ../ from
51880 ldd_rewrite_script.
51881
51882 2011-09-11 Ulrich Drepper <drepper@gmail.com>
51883
51884 * configure.in: Remove --with-tls option.
51885 * config.h.in: Remove HAVE_TLS_SUPPORT entry.
51886 * sysdeps/i386/elf/configure.in: Always test for TLS support and err
51887 out in case it is missing.
51888 * sysdeps/ia64/elf/configure.in: Likewise.
51889 * sysdeps/powerpc/powerpc32/elf/configure.in: Likewise.
51890 * sysdeps/powerpc/powerpc64/elf/configure.in: Likewise.
51891 * sysdeps/s390/s390-32/elf/configure.in: Likewise.
51892 * sysdeps/s390/s390-64/elf/configure.in: Likewise.
51893 * sysdeps/sh/elf/configure.in: Likewise.
51894 * sysdeps/sparc/sparc32/elf/configure.in: Likewise.
51895 * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
51896 * sysdeps/x86_64/elf/configure.in: Likewise.
51897 * sysdeps/mach/hurd/i386/tls.h: Remove test for HAVE_TLS_SUPPORT.
51898 * sysdeps/mach/hurd/tls.h: Likewise.
51899
51900 [BZ #13067]
51901 * malloc/obstack.h [!GNUC] (obstack_free): Avoid cast to int.
51902
51903 [BZ #13090]
51904 * configure.in: Fix use of AC_INIT.
51905
51906 * elf/dl-support.c (_dl_pagesize): Initialize to EXEC_PAGESIZE.
51907
51908 2011-09-10 Ulrich Drepper <drepper@gmail.com>
51909
51910 * malloc/malloc.c: Replace MALLOC_FAILURE_ACTION with use of
51911 __set_errno.
51912 * malloc/hooks.c: Likewise.
51913
51914 [BZ #11929]
51915 * malloc/arena.c (ptmalloc_init_minimal): Removed. Initialize all
51916 variables statically.
51917 (narenas): Initialize.
51918 (list_lock): Initialize.
51919 (ptmalloc_init): Don't call ptmalloc_init_minimal. Remove
51920 initializtion of main_arena and list_lock. Small cleanups.
51921 Replace all uses of malloc_getpagesize with GLRO(dl_pagesize).
51922 * malloc/malloc.c: Remove malloc_getpagesize. Include <ldsodefs.h>.
51923 Add initializers to main_arena and mp_.
51924 (malloc_state): Remove pagesize member. Change all users to use
51925 GLRO(dl_pagesize).
51926
51927 * elf/rtld.c (rtld_global_ro): Initialize _dl_pagesize.
51928 * sysdeps/unix/sysv/linux/getpagesize.c: Simplify. GLRO(dl_pagesize)
51929 is always initialized.
51930
51931 * malloc/malloc.c: Removed unused configurations and dead code.
51932 * malloc/arena.c: Likewise.
51933 * malloc/hooks.c: Likewise.
51934 * malloc/Makefile (CPPFLAGS-malloc.c): Don't add -DATOMIC_FASTBINS.
51935
51936 * include/tls.h: Removed. USE___THREAD must always be defined.
51937 * bits/libc-tsd.h: Don't handle !USE___THREAD.
51938 * elf/dl-libc.c: Likewise.
51939 * elf/dl-tsd.c: Likewise.
51940 * include/errno.h: Likewise.
51941 * include/netdb.h: Likewise.
51942 * include/resolv.h: Likewise.
51943 * inet/herrno-loc.c: Likewise.
51944 * inet/herrno.c: Likewise.
51945 * malloc/arena.c: Likewise.
51946 * malloc/hooks.c: Likewise.
51947 * malloc/malloc.c: Likewise.
51948 * resolv/res-state.c: Likewise.
51949 * resolv/res_libc.c: Likewise.
51950 * sysdeps/i386/dl-machine.h: Likewise.
51951 * sysdeps/ia64/dl-machine.h: Likewise.
51952 * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
51953 * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
51954 * sysdeps/s390/s390-32/dl-machine.h: Likewise.
51955 * sysdeps/s390/s390-64/dl-machine.h: Likewise.
51956 * sysdeps/sh/dl-machine.h: Likewise.
51957 * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
51958 * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
51959 * sysdeps/unix/i386/sysdep.S: Likewise.
51960 * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
51961 * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
51962 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
51963 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
51964 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
51965 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
51966 * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
51967 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
51968 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
51969 * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
51970 * sysdeps/unix/x86_64/sysdep.S: Likewise.
51971 * sysdeps/x86_64/dl-machine.h: Likewise.
51972 * tls.make.c: Likewise.
51973
51974 * configure.in: Remove --with-__thread option. Make tests for
51975 --no-whole-archive, __builtin_expect, symbol redirection, __thread,
51976 tls_model attribute fail if no support is available. Remove
51977 USE_IN_LIBIO.
51978 * Makeconfig: Adjust for dropped configure option. All features are
51979 now mandatory.
51980 * Makerules: Likewise.
51981 * Versions.def: Likewise.
51982 * argp/argp-fmtstream.c: Likewise.
51983 * argp/argp-fmtstream.h: Likewise.
51984 * argp/argp-help.c: Likewise.
51985 * assert/assert.c: Likewise.
51986 * config.h.in: Likewise.
51987 * config.make.in: Likewise.
51988 * configure: Likewise.
51989 * configure.in: Likewise.
51990 * csu/Versions: Likewise.
51991 * csu/init.c: Likewise.
51992 * elf/tst-audit2.c: Likewise.
51993 * elf/tst-tls10.c: Likewise.
51994 * elf/tst-tls10.h: Likewise.
51995 * elf/tst-tls11.c: Likewise.
51996 * elf/tst-tls12.c: Likewise.
51997 * elf/tst-tls14.c: Likewise.
51998 * elf/tst-tlsmod11.c: Likewise.
51999 * elf/tst-tlsmod12.c: Likewise.
52000 * elf/tst-tlsmod13.c: Likewise.
52001 * elf/tst-tlsmod13a.c: Likewise.
52002 * elf/tst-tlsmod14a.c: Likewise.
52003 * elf/tst-tlsmod15b.c: Likewise.
52004 * elf/tst-tlsmod16a.c: Likewise.
52005 * elf/tst-tlsmod16b.c: Likewise.
52006 * elf/tst-tlsmod7.c: Likewise.
52007 * elf/tst-tlsmod8.c: Likewise.
52008 * elf/tst-tlsmod9.c: Likewise.
52009 * gmon/gmon.c: Likewise.
52010 * grp/fgetgrent_r.c: Likewise.
52011 * grp/putgrent.c: Likewise.
52012 * hurd/fopenport.c: Likewise.
52013 * include/libc-symbols.h: Likewise.
52014 * include/tls.h: Likewise.
52015 * intl/gettextP.h: Likewise.
52016 * intl/loadinfo.h: Likewise.
52017 * locale/global-locale.c: Likewise.
52018 * locale/localeinfo.h: Likewise.
52019 * mach/devstream.c: Likewise.
52020 * malloc/arena.c: Likewise.
52021 * malloc/set-freeres.c: Likewise.
52022 * misc/err.c: Likewise.
52023 * misc/getttyent.c: Likewise.
52024 * misc/mntent_r.c: Likewise.
52025 * posix/getopt.c: Likewise.
52026 * posix/wordexp.c: Likewise.
52027 * pwd/fgetpwent_r.c: Likewise.
52028 * resolv/Versions: Likewise.
52029 * resolv/res_hconf.c: Likewise.
52030 * shadow/fgetspent_r.c: Likewise.
52031 * shadow/putspent.c: Likewise.
52032 * stdio-common/printf_fphex.c: Likewise.
52033 * stdio-common/tmpfile.c: Likewise.
52034 * stdlib/abort.c: Likewise.
52035 * stdlib/fmtmsg.c: Likewise.
52036 * sunrpc/auth_unix.c: Likewise.
52037 * sunrpc/clnt_perr.c: Likewise.
52038 * sunrpc/clnt_tcp.c: Likewise.
52039 * sunrpc/clnt_udp.c: Likewise.
52040 * sunrpc/clnt_unix.c: Likewise.
52041 * sunrpc/openchild.c: Likewise.
52042 * sunrpc/svc_simple.c: Likewise.
52043 * sunrpc/svc_tcp.c: Likewise.
52044 * sunrpc/svc_udp.c: Likewise.
52045 * sunrpc/svc_unix.c: Likewise.
52046 * sunrpc/xdr.c: Likewise.
52047 * sunrpc/xdr_array.c: Likewise.
52048 * sunrpc/xdr_rec.c: Likewise.
52049 * sunrpc/xdr_ref.c: Likewise.
52050 * sunrpc/xdr_stdio.c: Likewise.
52051
52052 2011-09-09 Ulrich Drepper <drepper@gmail.com>
52053
52054 * sysdeps/i386/fpu/libm-test-ulps: Adjust ULPs for jn tests.
52055
52056 2011-07-03 Andreas Jaeger <aj@suse.de>
52057
52058 * math/libm-test.inc (jn_test): Add tests for BZ#11589.
52059 * sysdeps/x86_64/fpu/libm-test-ulps: Add new ULPs for jn_test,
52060 regenerate with gen-libm-tests.pl.
52061
52062 2010-05-12 Petr Baudis <pasky@suse.cz>
52063
52064 [BZ #11589]
52065 * sysdeps/ieee754/dbl-64/e_jn.c: Compensate major precision loss
52066 around j0() zero points by switching to j1().
52067 * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
52068 * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
52069 * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
52070 * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
52071
52072 2011-09-09 Ulrich Drepper <drepper@gmail.com>
52073
52074 * sysdeps/unix/bsd/bsd4.4/bits/socket.h (__cmsg_nxthdr): Use NULL
52075 instead of 0.
52076 * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Use (void*)0
52077 instead of 0.
52078 * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
52079 Patch in part by Pavel Roskin <proski@gnu.org>.
52080
52081 [BZ #13138]
52082 * stdio-common/vfscanf.c (ADDW): Allocate large memory block with
52083 realloc.
52084 (_IO_vfscanf_internal): Remove reteof. Use errout after setting done.
52085 Free memory block if necessary.
52086
52087 [BZ #12847]
52088 * libio/genops.c (INTDEF): For string streams the _lock pointer can
52089 be NULL. Don't lock in this case.
52090
52091 2011-09-09 Roland McGrath <roland@hack.frob.com>
52092
52093 * elf/elf.h (ELFOSABI_GNU): New macro.
52094 (ELFOSABI_LINUX): Define to that.
52095
52096 2011-07-29 Denis Zaitceff <zaitceff@gmail.com>
52097
52098 * string/strncat.c (strncat): Undef the symbol in case it has been
52099 defined in bits/string.h.
52100
52101 2011-09-09 Ulrich Drepper <drepper@gmail.com>
52102
52103 * elf/sotruss.ksh: Clean up, fix, and complete help messages.
52104
52105 * elf/dl-iteratephdr.c (__dl_iterate_phdr): Fill in data from the real
52106 link map.
52107
52108 2011-08-17 Andreas Jaeger <aj@suse.de>
52109
52110 * elf/sprof.c (load_shobj): Remove unused variable log_hashfraction.
52111
52112 2011-08-18 Paul Pluzhnikov <ppluzhnikov@google.com>
52113 Ian Lance Taylor <iant@google.com>
52114
52115 * math/libm-test.inc (lround_test): New testcase.
52116 * sysdeps/ieee754/dbl-64/s_lround.c (__lround): Don't lose precision.
52117
52118 2011-09-08 Ulrich Drepper <drepper@gmail.com>
52119
52120 * Makefile: Remove support for automatic cvs check-ins.
52121 * Makerules: Likewise.
52122 * config.make.in: Likewise.
52123 * configure.in: Likewise.
52124 * intl/Makefile: Likewise.
52125 * locale/Makefile: Likewise.
52126 * po/Makefile: Likewise.
52127 * posix/Makefile: Likewise.
52128 * sysdeps/gnu/Makefile: Likewise.
52129 * sysdeps/mach/hurd/Makefile: Likewise.
52130 * sysdeps/sparc/sparc32/Makefile: Likewise.
52131
52132 [BZ #13118]
52133 * posix/Makefile (bug-regex32-ENV): Define.
52134 Patch by John Stanley <jpsinthemix@verizon.net>.
52135
52136 * misc/Makefile (headers): Add bits/select2.h.
52137 * misc/sys/select.h: Include bits/select2.h for _FORTIFY_SOURCE.
52138 * misc/bits/select2.h: New file.
52139 * include/bits/select2.h: New file.
52140 * debug/Makefile (routines): Add fdelt_chk.
52141 * debug/Versions: Export __fdelt_chk and __fdelt_warn for GLIBC_2.15.
52142 * debug/tst-chk1.c (do_test): Add tests for FD_SET, FD_CLR, and
52143 FD_ISSET.
52144 * debug/fdelt_chk.c: New file.
52145
52146 * wcsmbs/test-wcscmp.c: Moved from string/*. Adjust.
52147 * wcsmbs/test-wmemcmp.c: Likewise.
52148 * string/Makefile (strop-tests): Remove wcscmp and wmemcmp.
52149 * wcsmbs/Makefile (strop-tests): Add wcscmp and wmemcmp.
52150
52151 2011-09-08 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
52152
52153 * string/Makefile (strop-tests): Add memcmp.
52154 * string/test-wmemcmp.c: New file.
52155 * string/test-memcmp.c: Add wmemcmp support.
52156
52157 2011-09-08 Roland McGrath <roland@hack.frob.com>
52158
52159 [BZ #13153]
52160 * manual/libc.texinfo (EDITION, VERSION, UPDATED): Update for
52161 2011-07-19 change.
52162
52163 * sysdeps/mach/hurd/fork.c (__fork): Initialize REFS so we don't use a
52164 garbage value in a __mach_port_mod_refs call in the cases of the
52165 task-self and thread-self ports.
52166
52167 2011-09-06 Samuel Thibault <samuel.thibault@ens-lyon.org>
52168
52169 * sysdeps/mach/hurd/sys/param.h (DEV_BSIZE): New macro.
52170
52171 2011-09-08 Andreas Schwab <schwab@redhat.com>
52172
52173 * elf/dl-load.c (lose): Check for non-null L.
52174
52175 2011-09-07 Ulrich Drepper <drepper@gmail.com>
52176
52177 * elf/dl-load.c (open_verify): Use O_CLOEXEC.
52178
52179 * elf/dl-libc.c (dlerror_run): Pass back error code from
52180 dl_catch_error.
52181
52182 [BZ #13123]
52183 * elf/dl-load.c (lose): Free l_origin if it is valid.
52184
52185 * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Fix mixup in section
52186 names.
52187 * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
52188 * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
52189 * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
52190 * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
52191 * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
52192 Patch by Liubov Dmitrieva <liubov.dmitrieva@intel.com>.
52193
52194 2011-08-01 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
52195
52196 * sysdeps/powerpc/fpu/e_hypot.c: New file.
52197 * sysdeps/powerpc/fpu/e_hypotf.c: New file.
52198 * sysdeps/powerpc/fpu/e_rem_pio2f.c: New file.
52199 * sysdeps/powerpc/fpu/k_rem_pio2f.c: New file.
52200 * sysdeps/powerpc/fpu/k_cosf.c: New file.
52201 * sysdeps/powerpc/fpu/k_sinf.c: New file.
52202 * sysdeps/powerpc/fpu/s_cosf.c: New file.
52203 * sysdeps/powerpc/fpu/s_sinf.c: New file.
52204 * sysdeps/powerpc/fpu/s_scalbnf.c: New file.
52205 * sysdeps/powerpc/fpu/s_float_bitwise.h: New file.
52206
52207 2011-08-15 Alan Modra <amodra@gmail.com>
52208
52209 [BZ #13092]
52210 * sysdeps/powerpc/Makefile (gmon): Move sysdep_routines to..
52211 * sysdeps/powerpc/powerpc64/Makefile (gmon): ..here..
52212 * sysdeps/powerpc/powerpc32/Makefile (gmon): ..and here. Add
52213 ppc_mcount to static-only-routines.
52214 * sysdeps/powerpc/powerpc32/Versions: Export GLIBC_PRIVATE
52215 __mcount_internal.
52216 * sysdeps/powerpc/powerpc32/ppc-mcount.S (_mcount): Call
52217 __mcount_internal with usual JUMPTARGET. Remove useless nop.
52218
52219 2011-08-18 David Flaherty <flaherty@linux.vnet.ibm.com>
52220
52221 * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: New file which checks
52222 for finite and infinity parameters.
52223
52224 2011-08-04 Will Schmidt <will_schmidt@vnet.ibm.com>
52225
52226 * sysdeps/powerpc/powerpc32/power7/strncmp.S: Adjust the alignment
52227 and add nop instructions for throughput optimization.
52228 * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
52229
52230 2011-07-28 Will Schmidt <will_schmidt@vnet.ibm.com>
52231
52232 * sysdeps/powerpc/powerpc32/power7/memcpy.S: Optimize the
52233 aligned copy for power7 with vector-scalar instructions.
52234 * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
52235
52236 2011-07-24 H.J. Lu <hongjiu.lu@intel.com>
52237
52238 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Simplify
52239 AVX check.
52240
52241 2011-09-07 Andreas Schwab <schwab@redhat.com>
52242
52243 [BZ #13144]
52244 * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Revert
52245 last change.
52246
52247 2011-09-07 Ulrich Drepper <drepper@gmail.com>
52248
52249 * sysdeps/unix/sysv/linux/x86_64/init-first.c
52250 (_libc_vdso_platform_setup): If vDSO is not present store pointer to
52251 syscall wrapper around clock_gettime in __vdso_clock_gettime.
52252 * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add entry for
52253 clock_gettime.
52254
52255 2011-09-06 Ulrich Drepper <drepper@gmail.com>
52256
52257 * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c (INTERNAL_GETTIME):
52258 Forgot to demangle the pointer.
52259
52260 * sysdeps/i386/sysdep.h: Define atom_text_section.
52261 * sysdeps/x86_64/sysdep.h: Likewise.
52262 * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Place function in
52263 section with atom_text_section.
52264 * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
52265 * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
52266 * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
52267 * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
52268 * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: Likewise.
52269
52270 * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: New file.
52271 * sysdeps/unix/sysv/linux/clock_gettime.c (SYSCALL_GETTIME): Allow
52272 already be defined. Change to take two parameters and don't assign
52273 result to variable. Adjust all users.
52274 Define INTERNAL_GETTIME if not already defined.
52275 Use INTERNAL_GETTIME instead of INTERNAL_VSYSCALL got clock_gettime
52276 call.
52277 * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Don't define
52278 HAVE_CLOCK_GETTIME_VSYSCALL.
52279 * sysdeps/unix/clock_gettime.c: Adjust use of SYSDEP_GETTIME_CPU.
52280
52281 * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Don't use
52282 gettimeofday vsyscall, just use time.
52283
52284 2011-09-06 Andreas Schwab <schwab@redhat.com>
52285
52286 * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Include
52287 <errno.h>.
52288
52289 2011-09-06 Ulrich Drepper <drepper@gmail.com>
52290
52291 * sysdeps/unix/sysv/linux/kernel-features.h: Add entry for getcpu
52292 syscall on x86-64.
52293 * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Use real
52294 syscall.
52295 * sysdeps/unix/sysv/linux/x86_64/time.c: Likewise.
52296 * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [!SHARED]: Use real
52297 syscall if possible.
52298
52299 2011-09-05 Ulrich Drepper <drepper@gmail.com>
52300
52301 * elf/pldd.c (get_process_info): Don't read whole ELF header, just
52302 e_ident. Don't pass to find_mapsXX.
52303 * elf/pldd-xx.c (find_mapsXX): Remove second parameter.
52304
52305 2011-07-20 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
52306
52307 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
52308 strchr-sse2-no-bsf strrchr-sse2-no-bsf
52309 * sysdeps/x86_64/multiarch/strchr.S: Update.
52310 Check bit_slow_BSF bit.
52311 * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
52312 * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: New file.
52313 * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: New file.
52314
52315 2011-09-05 Ulrich Drepper <drepper@gmail.com>
52316
52317 [BZ #13134]
52318 * sysdeps/posix/spawni.c (script_execute): Define only for compatibility
52319 before glibc 2.15.
52320 (tryshell): Define.
52321 (__spawni): Change last parameter to be flag. Test
52322 SPAWN_XFLAGS_USE_PATH flag to use path or not.
52323 Don't try to use shell unless SPAWN_XFLAGS_TRY_SHELL is set.
52324 * sysdeps/mach/hurd/spawni.c: Change last parameter and adjust user.
52325 * posix/spawni.c: Likewise.
52326 * posix/spawn.c: Add compat version which passed SPAWN_XFLAGS_TRY_SHELL.
52327 * posix/spawnp.c: Likewise. Change normal version to use
52328 SPAWN_XFLAGS_USE_PATH.
52329 * posix/spawn_int.c: Define SPAWN_XFLAGS_USE_PATH and
52330 SPAWN_XFLAGS_TRY_SHELL.
52331
52332 [BZ #13150]
52333 * posix/glob.h: Remove gcc 1.x support.
52334
52335 [BZ #13068]
52336 * elf/dl-misc.c (_dl_sysdep_read_whole_file): Use O_CLOEXEC.
52337
52338 2011-07-20 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
52339
52340 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
52341 strchr-sse2 strrchr-sse2 strchr-sse2-bsf
52342 strrchr-sse2-bsf
52343 * sysdeps/i386/i686/multiarch/strchr.S: New file.
52344 * sysdeps/i386/i686/multiarch/strrchr.S: New file.
52345 * sysdeps/i386/i686/multiarch/strchr-sse2.S: New file.
52346 * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: New file.
52347 * sysdeps/i386/i686/multiarch/strrchr-sse2.S: New file.
52348 * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: New file.
52349
52350 2011-08-29 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
52351
52352 * sysdeps/x86_64/wcscmp.S: New file.
52353
52354 * sysdeps/i386/i686/multiarch/Makefile: (sysdep_routines): Add
52355 wcscmp-c wcscmp-sse2
52356 * sysdeps/i386/i686/multiarch/wcscmp-c.c: New file.
52357 * sysdeps/i386/i686/multiarch/wcscmp.S: New file.
52358 * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: New file.
52359 * wcsmbs/wcscmp.c: Allow renaming.
52360
52361 2011-09-05 David S. Miller <davem@davemloft.net>
52362
52363 * sysdeps/sparc/sparc32/fpu/s_fabsf.S: Use first argument
52364 stack slot, rather than the struct return pointer slot.
52365 * sysdeps/sparc/sparc32/fpu/s_fabs.c: Delete.
52366 * sysdeps/sparc/sparc32/fpu/s_fabs.S: New file.
52367 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fabs.S: Likewise.
52368 * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/Implies: Likewise.
52369
52370 2011-09-05 Ulrich Drepper <drepper@gmail.com>
52371
52372 * po/ja.po: Update from translation team.
52373
52374 [BZ #13144]
52375 * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Fix to match
52376 kernel in 64-bit binaries.
52377
52378 2011-09-01 David S. Miller <davem@davemloft.net>
52379
52380 * elf/elf.h (HWCAP_SPARC_*): Move to..
52381 * sysdeps/sparc/sysdep.h: this new file and add new values.
52382 * sysdeps/unix/sparc/sysdep.h: Include sysdeps/sparc/sysdep.h
52383 * sysdeps/sparc/dl-procinfo.h: Include sysdep.h and increase
52384 _DL_HWCAP_COUNT to 24.
52385 * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
52386 entries.
52387 * sysdeps/sparc/sparc32/bits/atomic.h: Don't use magic local
52388 __ATOMIC_HWCAP_SPARC_V9 define, use sysdep.h one instead.
52389 * sysdeps/sparc/sparc32/dl-machine.h: Include sysdep.h
52390 * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use HWCAP_SPARC_*
52391 instead of magic constants.
52392 * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
52393
52394 2011-08-31 David S. Miller <davem@davemloft.net>
52395
52396 * sysdeps/unix/sparc/sysdep.h (SETUP_PIC_REG): Define.
52397 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h (PSEUDO):
52398 Reimplement to do errno handling inline.
52399 (SYSCALL_ERROR_HANDLER): New macro.
52400 (__SYSCALL_STRING): Do not do errno handling in asm.
52401 (__CLONE_SYSCALL_STRING): Delete.
52402 (__INTERNAL_SYSCALL_STRING): Delete.
52403 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Include
52404 sysdeps/unix/sparc/sysdep.h instead of sysdeps/unix/sysdep.h
52405 (PSEUDO): Reimplement to do errno handling inline.
52406 (ret, ret_NOERRNO, ret_ERRVAL, r0, r1, MOVE): Don't redefine.
52407 (SYSCALL_ERROR_HANDLER): New macro.
52408 (__SYSCALL_STRING): Do not do errno handling in asm.
52409 (__CLONE_SYSCALL_STRING): Delete.
52410 (__INTERNAL_SYSCALL_STRING): Delete.
52411 * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL):
52412 Implement in terms of INTERNAL_SYSCALL and __set_errno, just like
52413 i386.
52414 (INTERNAL_SYSCALL_DECL): Declare %g1 var for err state.
52415 (inline_syscall*): Add 'err' argument.
52416 (INTERNAL_SYSCALL, INTERNAL_SYSCALL_NCS,
52417 INTERNAL_SYSCALL_ERROR_P): Likewise and pass it down.
52418 (INLINE_CLONE_SYSCALL): Reimplement in terms of __SYSCALL_STRING,
52419 INTERNAL_SYSCALL_ERRNO, and INTERNAL_SYSCALL_ERROR_P.
52420
52421 * scripts/data/localplt-sparc-linux-gnu.data: Remove 'ffs'.
52422 * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
52423
52424 2011-08-30 Andreas Schwab <schwab@redhat.com>
52425
52426 * elf/rtld.c (dl_main): Relocate objects in dependency order.
52427
52428 2011-08-29 Jiri Olsa <jolsa@redhat.com>
52429
52430 * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Fix cfi
52431 directive.
52432
52433 2011-08-24 David S. Miller <davem@davemloft.net>
52434
52435 * sysdeps/sparc/sparc64/strcmp.S: Rewrite.
52436
52437 2011-08-24 Andreas Schwab <schwab@redhat.com>
52438
52439 * elf/Makefile: Add rules to build and run unload8 test.
52440 * elf/unload8.c: New file.
52441 * elf/unload8mod1.c: New file.
52442 * elf/unload8mod1x.c: New file.
52443 * elf/unload8mod2.c: New file.
52444 * elf/unload8mod3.c: New file.
52445
52446 * elf/dl-close.c (_dl_close_worker): Reset private search list if
52447 it wasn't used.
52448
52449 2011-08-23 David S. Miller <davem@davemloft.net>
52450
52451 * sysdeps/sparc/sparc64/dl-machine.h (DL_STACK_END): Do not
52452 subtract stack bias.
52453 * sysdeps/sparc/sparc64/jmpbuf-unwind.h (_JMPBUF_UNWINDS): Use
52454 %sp not %fp in calculations.
52455 (_JMPBUF_UNWINDS_ADJ): Likewise.
52456
52457 * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait): New function.
52458 (aio_suspend): Call it to force an exception region around the
52459 AIO_MISC_WAIT() invocation.
52460
52461 2011-08-23 Andreas Schwab <schwab@redhat.com>
52462
52463 * sysdeps/i386/i686/multiarch/strspn.S (ENTRY): Add missing
52464 backslash.
52465
52466 2011-07-04 Aurelien Jarno <aurelien@aurel32.net>
52467
52468 * sysdeps/powerpc/dl-tls.h: Add _PPC_DL_TLS_H inclusion
52469 protection macro.
52470 * sysdeps/powerpc/powerpc64/dl-irel.h: Include <ldsodefs.h>
52471 and <dl-machine.h>.
52472 (Elf64_FuncDesc): Remove.
52473
52474 2011-08-22 David S. Miller <davem@davemloft.net>
52475
52476 * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Fix
52477 sigaltstack check, add missing cfi directives.
52478 * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Add
52479 missing cfi directives, and sigaltstack handling.
52480
52481 2011-08-16 Andreas Schwab <schwab@redhat.com>
52482
52483 [BZ #11724]
52484 * elf/dl-deps.c (_dl_map_object_deps): Only assume cycle when
52485 object is seen twice.
52486 * elf/dl-fini.c (_dl_sort_fini): Likewise.
52487
52488 * elf/Makefile (distribute): Add tst-initorder2.c.
52489 (tests): Add tst-initorder2.
52490 (modules-names): Add tst-initorder2a tst-initorder2b
52491 tst-initorder2c tst-initorder2d. Add rules to build them.
52492 ($(objpfx)tst-initorder2.out): New rule.
52493 * elf/tst-initorder2.c: New file.
52494 * elf/tst-initorder2.exp: New file.
52495
52496 2011-08-22 Andreas Schwab <schwab@redhat.com>
52497
52498 * sysdeps/unix/sysv/linux/i386/scandir64.c: Include <string.h>.
52499
52500 * elf/dl-deps.c (_dl_map_object_deps): Move check for missing
52501 dependencies back to end of function.
52502
52503 * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
52504 $(elfobjdir)/ld.so.
52505
52506 2011-08-21 Ulrich Drepper <drepper@gmail.com>
52507
52508 * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: Removed.
52509 * sysdeps/unix/sysv/linux/x86_64/time.S: Removed.
52510 * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: New file.
52511 * sysdeps/unix/sysv/linux/x86_64/time.c: New file.
52512 * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Remove declaration
52513 of __vdso_gettimeofday.
52514 * sysdeps/unix/sysv/linux/x86_64/init-first.c: Remove definition of
52515 __vdso_gettimeofday and __vdso_time. Define __vdso_getcpu with
52516 attribute_hidden.
52517 (_libc_vdso_platform_setup): Remove initialization of
52518 __vdso_gettimeofday and __vdso_time.
52519
52520 2011-08-20 Ulrich Drepper <drepper@gmail.com>
52521
52522 * nss/nss_files/files-alias.c (get_next_alias): Use feof_unlocked
52523 and fgetc_unlocked.
52524 * nss/nss_files/files-key.c (search): Use fgets_unlocked and
52525 getc_unlocked.
52526
52527 * elf/dl-open.c (add_to_global): Report additions to the global scope
52528 for LD_DEBUG=scopes.
52529 (dl_open_worker): Also print scope of newly loaded dependencies.
52530 (_dl_show_scope): Indicate if there is no scope.
52531
52532 [BZ #13114]
52533 * stdio-common/Makefile (tests): Add bug24.
52534 * stdio-common/bug24.c: New file.
52535
52536 2011-08-19 Andreas Jaeger <aj@suse.de>
52537
52538 [BZ #13114]
52539 * libio/fileops.c (_IO_new_file_fopen): Fix handling of
52540 non-existant file when using close-on-exec mode.
52541
52542 2011-08-20 Ulrich Drepper <drepper@gmail.com>
52543
52544 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_resolve): Fix CFI for
52545 the very first instruction.
52546
52547 * sysdeps/x86_64/dl-trampoline.h: If MORE_CODE is defined, restore
52548 the CFI state in the end.
52549 * sysdeps/x86_64/dl-trampoline.S: Define MORE_CODE before first
52550 inclusion of dl-trampoline.h.
52551 Based on a patch by Jiri Olsa <jolsa@redhat.com>.
52552
52553 2011-08-19 Andreas Schwab <schwab@redhat.com>
52554
52555 * sysdeps/powerpc/fpu/libm-test-ulps: Relax ctan (0.75 + 1.25 i)
52556 expectations for long double.
52557
52558 * sysdeps/unix/sysv/linux/powerpc/powerpc32/scandir64.c: Renamed
52559 from sysdeps/unix/sysv/linux/powerpc/scandir64.c.
52560
52561 2011-08-14 David S. Miller <davem@davemloft.net>
52562
52563 * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): The
52564 artificual limit depends upon the system page size.
52565
52566 2011-08-17 Ulrich Drepper <drepper@gmail.com>
52567
52568 * Makeconfig (override CFLAGS): Add library-specific CFLAGS.
52569 * resolv/Makefile: Define CFLAGS-libresolv.
52570
52571 2011-08-17 Andreas Schwab <schwab@redhat.com>
52572
52573 * nss/makedb.c (compute_tables): Make variables used in nested
52574 function static.
52575
52576 2011-08-17 Ulrich Drepper <drepper@gmail.com>
52577
52578 * elf/pldd-xx.c (r_debug): Explicitly add padding when needed.
52579 * elf/pldd.c (get_process_info): Use pread to re-read auxiliary vector
52580 if buffer was too small.
52581
52582 * elf/pldd.c (main): Attach to all threads in the process.
52583 Rewrite /proc handling to use *at functions.
52584
52585 2011-08-16 Ulrich Drepper <drepper@gmail.com>
52586
52587 * elf/dl-open.c (_dl_show_scope): Take additional parameter which
52588 specifies first scope to show.
52589 (dl_open_worker): Update callers. Move printing scope of new
52590 object to before the relocation.
52591 * elf/rtld.c (dl_main): Update _dl_show_scope call.
52592 * sysdeps/generic/ldsodefs.h: Update declaration.
52593
52594 * elf/dl-open.c (_dl_show_scope): Use _dl_debug_printf to generate the
52595 string for the scope number.
52596
52597 2011-08-14 Ulrich Drepper <drepper@gmail.com>
52598
52599 * nscd/servicescache.c (cache_addserv): Make sure written is always
52600 initialized.
52601
52602 2011-08-14 Roland McGrath <roland@hack.frob.com>
52603
52604 * sysdeps/i386/i486/bits/atomic.h
52605 (__arch_compare_and_exchange_val_64_acq): Use RET alone at end of
52606 statement expression, so as to suppress "set but not used" warning.
52607 (__arch_c_compare_and_exchange_val_64_acq): Likewise.
52608
52609 * string/strncat.c (STRNCAT): Use prototype definition.
52610
52611 * locale/Makefile (locale-CPPFLAGS): Renamed CPPFLAGS-locale-programs.
52612 (locale-CPPFLAGS): New variable; put LOCALEDIR, LOCALE_ALIAS_PATH and
52613 -Iprograms here.
52614 (cppflags-iterator.mk sequence): Use locale-programs in place of nonlib.
52615 (localedef-modules): Add localedef.
52616 (locale-modules): Add locale.
52617
52618 * sysdeps/generic/ldsodefs.h (struct unique_sym): Add a const.
52619 * elf/rtld.c (dl_main): Invert order of assignment in last change,
52620 to avoid a warning.
52621
52622 2011-08-14 David S. Miller <davem@davemloft.net>
52623
52624 * sysdeps/unix/sysv/linux/sparc/bits/resource.h (RLIM_INFINITY,
52625 RLIM64_INFINITY): Fix 64-bit values for 32-bit sparc.
52626
52627 2011-08-13 Ulrich Drepper <drepper@gmail.com>
52628
52629 * elf/dl-open.c: Rename show_scope to _dl_show_scope and export.
52630 (dl_open_worker): Call _dl_show_scope when DL_DEBUG_SCOPES is set.
52631 * elf/rtld.c (dl_main): Set l_name of vDSO.
52632 Call _dl_show_scope when DL_DEBUG_SCOPES.
52633 (process_dl_debug): Recognize scopes flag and also set it for all.
52634 * sysdeps/generic/ldsodefs.h: Define DL_DEBUG_SCOPES.
52635 Declare _dl_show_scope.
52636
52637 * elf/dl-libc.c (do_dlopen_args): Add caller_dlopen.
52638 (do_dlopen): Pass caller_dlopen to dl_open.
52639 (__libc_dlopen_mode): Initialize caller_dlopen.
52640
52641 * intl/l10nflist.c (_nl_normalize_codeset): Make it compile outside
52642 of libc. Make tolower call locale-independent. Optimize a bit by
52643 using isdigit instead of isalnum.
52644 * locale/Makefile (locale-CPPFLAGS): Add -DNOT_IN_libc.
52645
52646 2011-08-12 Ulrich Drepper <drepper@gmail.com>
52647
52648 * elf/dl-load.c (_dl_map_object): Show in debug output whether a DSO
52649 was a dependency or dynamically loaded.
52650
52651 2011-08-11 Ulrich Drepper <drepper@gmail.com>
52652
52653 * intl/l10nflist.c: Allow architecture-specific pop function.
52654 * sysdeps/x86_64/l10nflist.c: New file.
52655
52656 * intl/l10nflist.c (_nl_make_l10nflist): Use locale-independent
52657 classification.
52658
52659 2011-08-10 Andreas Schwab <schwab@redhat.com>
52660
52661 * include/dirent.h: Add libc_hidden_proto for scandirat and
52662 scandirat64. Don't declare __scandirat64.
52663 * dirent/scandirat.c: Add libc_hidden_def.
52664 * dirent/scandirat64.c (SCANDIRAT): Remove underscores.
52665 * sysdeps/unix/sysv/linux/i386/scandir64.c (SCANDIRAT): Likewise.
52666
52667 2011-08-10 David S. Miller <davem@davemloft.net>
52668
52669 * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Add missing comma in
52670 enum.
52671 * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
52672 * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
52673 * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
52674
52675 2011-08-09 Ulrich Drepper <drepper@gmail.com>
52676
52677 * Versions.def [libc]: Add GLIBC_2.15.
52678 * dirent/Makefile (routines): Add scandirat and scandirat64.
52679 * dirent/Versions [libc]: Export scandirat and scandirat64 for
52680 GLIBC_2.15.
52681 * dirent/dirent.h: Declare scandirat and scandirat64.
52682 * dirent/scandirat.c: New file.
52683 * dirent/scandirat64.c: New file.
52684 * sysdeps/wordsize-64/scandirat.c: New file.
52685 * sysdeps/wordsize-64/scandirat64.c: New file.
52686 * dirent/opendir.c: Define opendirat.
52687 * dirent/scandir.c: Move code to scandirat.c. Implement scandir
52688 using scandirat.
52689 * dirent/scandir64.c: Adjust for scandir.c change.
52690 * include/dirent.h: Define scandir_cancel_struct. Declare __opendirat,
52691 __scandirat64, and __scandir_cancel_handler.
52692 * sysdeps/unix/opendir.c: Rename __opendir to __opendirat. Take
52693 additional parameter and use openat instead of open (outside of ld.so).
52694 Add new __opendir as wrapper around __opendirat.
52695 * sysdeps/unix/sysv/linux/i386/scandir64.c: Reimplement __old_scandir64
52696 here without requiring old scandirat implementation.
52697
52698 2011-08-08 Ulrich Drepper <drepper@gmail.com>
52699
52700 * dirent/scandir.c (cancel_handler): Renamed to
52701 __scandir_cancel_handler. Do not define if SKIP_SCANDIR_CANCEL is
52702 defined. Adjust users.
52703 * dirent/scandir64.c: Define SKIP_SCANDIR_CANCEL.
52704 * sysdeps/unix/sysv/linux/i386/scandir64.c: Likewise.
52705
52706 2011-08-04 Ulrich Drepper <drepper@gmail.com>
52707
52708 * string/test-string.h (IMPL): Use __STRING to expand name and then
52709 stringify it.
52710
52711 * string/test-strcmp.c: Unify most of the WIDE and !WIDE code. Lots
52712 of cleanups.
52713
52714 2011-07-22 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
52715
52716 * string/Makefile: Update.
52717 (strop-tests): Append strncat.
52718 * string/test-wcscmp.c: New file.
52719 New comprehensive test for wcscmp.
52720 * string/test-strcmp.c: Update.
52721 (WIDE): New define.
52722
52723 2011-07-22 Andreas Schwab <schwab@redhat.com>
52724
52725 * resolv/res_init.c (__res_vinit): Properly tokenize nameserver
52726 line.
52727
52728 2011-07-26 Andreas Schwab <schwab@redhat.com>
52729
52730 * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
52731 encoding to ACE if AI_IDN.
52732
52733 2011-08-01 Jakub Jelinek <jakub@redhat.com>
52734
52735 * sysdeps/ieee754/dbl-64/k_rem_pio2.c (__kernel_rem_pio2): Fix up fq
52736 to y conversion for prec 3 and __FLT_EVAL_METHOD__ != 0.
52737
52738 2011-07-22 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
52739
52740 * sysdeps/i386/i686/multiarch/strcat-sse2.S: Update.
52741 Fix overflow bug in strncat.
52742 * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
52743
52744 * string/test-strncat.c: Update.
52745 Add new tests for checking overflow bugs.
52746
52747 2011-07-15 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
52748
52749 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
52750 strcat-ssse3 strcat-sse2 strncat-ssse3 strncat-sse2 strncat-c.
52751 * sysdeps/i386/i686/multiarch/strcat.S: New file.
52752 * sysdeps/i386/i686/multiarch/strcat-c.c: New file.
52753 * sysdeps/i386/i686/multiarch/strcat-sse2.S: New file.
52754 * sysdeps/i386/i686/multiarch/strcat-ssse3.S: New file.
52755 * sysdeps/i386/i686/multiarch/strncat.S: New file.
52756 * sysdeps/i386/i686/multiarch/strncat-sse2.S: New file.
52757 * sysdeps/i386/i686/multiarch/strncat-ssse3.S: New file.
52758
52759 * sysdeps/i386/i686/multiarch/strcpy-ssse3.S
52760 (USE_AS_STRCAT): Define.
52761 Add strcat and strncat support.
52762 * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
52763
52764 2011-07-25 Andreas Schwab <schwab@redhat.com>
52765
52766 * sysdeps/i386/i486/bits/string.h (__strncat_g): Correctly handle
52767 __n bigger than INT_MAX+1.
52768 (__strncmp_g): Likewise.
52769
52770 2011-07-23 Ulrich Drepper <drepper@gmail.com>
52771
52772 * posix/unistd.h: Define SEEK_DATA and SEEK_HOLE.
52773 * libio/stido.h: Likewise.
52774
52775 * sysdeps/unix/sysv/linux/bits/socket.h (PF_NFC): Define.
52776 (AF_NFC): Define.
52777 * sysdeps/unix/sysv/linux/sparc/bits/socket.h (PF_NFC): Define.
52778 (AF_NFC): Define.
52779
52780 * sysdeps/unix/sysv/linux/sys/ptrace.h: Add new constants.
52781 * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
52782 * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
52783 * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
52784 * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
52785
52786 [BZ #13021]
52787 * scripts/test-installation.pl: Don't expect libnss_test1 to be
52788 installed.
52789
52790 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix one more
52791 typo.
52792 (_dl_x86_64_save_sse): Likewise.
52793
52794 2011-07-22 Ulrich Drepper <drepper@gmail.com>
52795
52796 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix test for
52797 OSXSAVE.
52798 (_dl_x86_64_save_sse): Likewise.
52799
52800 * crypt/crypt_util.c (__init_des_r): Optimize memset calls.
52801
52802 * crypt/crypt_util.c (__init_des_r): Add read barrier as well.
52803
52804 2011-07-21 Andreas Schwab <schwab@redhat.com>
52805
52806 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix last
52807 change.
52808 (_dl_x86_64_save_sse): Use correct AVX check.
52809
52810 2011-07-21 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
52811
52812 * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Fix overfow
52813 bug in strncpy/strncat.
52814 * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
52815
52816 2011-07-21 Ulrich Drepper <drepper@gmail.com>
52817
52818 * string/tester.c (test_strcat): Add tests for different alignments
52819 of source and destination.
52820 (test_strncat): Likewise.
52821
52822 2011-07-20 Ulrich Drepper <drepper@gmail.com>
52823
52824 [BZ #12852]
52825 * posix/glob.c (glob): Check passed in values before using them in
52826 expressions to avoid some overflows.
52827 (glob_in_dir): Likewise.
52828
52829 [BZ #13007]
52830 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): More complete
52831 check for AVX enablement so that we don't crash with old kernels and
52832 new hardware.
52833 * elf/tst-audit4.c: Add same checks here.
52834 * elf/tst-audit6.c: Likewise.
52835
52836 * sysdeps/x86_64/bits/link.h (La_x86_64_ymm): Force 16-byte alignment.
52837
52838 2011-07-09 Andreas Schwab <schwab@linux-m68k.org>
52839
52840 * sysdeps/unix/sysv/linux/pathconf.c: Include <string.h>.
52841
52842 2011-07-20 Ulrich Drepper <drepper@gmail.com>
52843
52844 * po/cs.po: Update from translation team.
52845 * po/bg.po: Likewise.
52846
52847 2011-07-12 Marek Polacek <mpolacek@redhat.com>
52848
52849 * misc/sys/cdefs.h: Add support for const attribute.
52850 * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add __attribute_const__
52851 to gnu_dev_{major,minor,makedev} functions.
52852
52853 2011-07-20 Marek Polacek <mpolacek@redhat.com>
52854
52855 * intl/dcigettext.c (get_output_charset): Add missing bracket.
52856
52857 2011-07-20 Andreas Schwab <schwab@redhat.com>
52858
52859 * resolv/res_query.c (__libc_res_nquerydomain): Use size_t for
52860 strlen results.
52861
52862 2011-07-13 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
52863
52864 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h
52865 (INTERNAL_VSYSCALL_NCS): Use r10 for backing up the return address
52866 register in order to avoid conflicts with the soft frame pointer
52867 being held in r11 when necessary.
52868 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h
52869 (INTERNAL_VSYSCALL_NCS): Likewise.
52870
52871 2011-07-14 Marek Polacek <mpolacek@redhat.com>
52872
52873 * elf/dl-fini.c (_dl_sort_fini): Remove unused link_map *l argument,
52874 * elf/dl-fini.c (_dl_fini): Adjust caller.
52875 * elf/dl-close.c (_dl_close_worker): Likewise.
52876 * sysdeps/generic/ldsodefs.h: Adjust declaration.
52877
52878 2011-07-15 Marek Polacek <mpolacek@redhat.com>
52879
52880 * elf/cache.c (load_aux_cache): Remove unnecessary condition of
52881 "aux_cache->nlibs < 0".
52882
52883 * nscd/nscd_conf.c (nscd_parse_file): Remove unnecessary condition
52884 in the reload-count case.
52885
52886 2011-07-15 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
52887
52888 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
52889 strcat-ssse3 strcat-sse2-unaligned strncat-ssse3
52890 strncat-sse2-unaligned strncat-c strlen-sse2-pminub
52891 * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: New file.
52892 * sysdeps/x86_64/multiarch/strcat.S: New file.
52893 * sysdeps/x86_64/multiarch/strncat.S: New file.
52894 * sysdeps/x86_64/multiarch/strncat-c.c: New file.
52895 * sysdeps/x86_64/multiarch/strcat-ssse3.S: New file.
52896 * sysdeps/x86_64/multiarch/strncat-sse2-unaligned.S: New file.
52897 * sysdeps/x86_64/multiarch/strncat-ssse3.S: New file.
52898 * sysdeps/x86_64/multiarch/strcpy-ssse3.S
52899 (USE_AS_STRCAT): Define.
52900 Add strcat and strncat support.
52901 * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
52902 * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
52903 * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: New file.
52904 * string/strncat.c: Update.
52905 (USE_AS_STRNCAT): Define.
52906 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
52907 Turn on bit_Prefer_PMINUB_for_stringop for Intel Core i3, i5
52908 and i7.
52909 * sysdeps/x86_64/multiarch/init-arch.h
52910 (bit_Prefer_PMINUB_for_stringop): New.
52911 (index_Prefer_PMINUB_for_stringop): Likewise.
52912 * sysdeps/x86_64/multiarch/strlen.S (strlen): Check
52913 bit_Prefer_PMINUB_for_stringop.
52914
52915 2011-07-19 Ulrich Drepper <drepper@gmail.com>
52916
52917 * crypt/sha512.h (struct sha512_ctx): Move buffer into union and add
52918 buffer64.
52919 * crypt/sha512.c (__sha512_finish_ctx): Use buffer64 for writes instead
52920 of casting of buffer.
52921 * crypt/sha256.h (struct sha256_ctx): Move buffer into union and add
52922 buffer32 and buffer64.
52923 * crypt/sha256.c (__sha256_finish_ctx): Use buffer32 or buffer64 for
52924 writes instead of casting of buffer.
52925 * crypt/md5.h (struct md5_ctx): Move buffer into union and add
52926 buffer32.
52927 * crypt/md5.c (md5_finish_ctx): Use buffer32 for writes instead of
52928 casting of buffer.
52929
52930 2011-07-19 Andreas Schwab <schwab@redhat.com>
52931
52932 * string/strxfrm_l.c (STRXFRM): Fix alloca accounting.
52933
52934 2011-07-19 Ulrich Drepper <drepper@gmail.com>
52935
52936 * nscd/nscd.c (termination_handler): Don't do anything for a database
52937 if it has not yet been initialized.
52938
52939 2011-07-18 Ulrich Drepper <drepper@gmail.com>
52940
52941 * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_EQUAL_S): Fix a typo.
52942
52943 2011-07-15 Marek Polacek <mpolacek@redhat.com>
52944
52945 * bits/sched.h (__CPU_EQUAL_S): Fix a typo.
52946
52947 2011-07-18 Ulrich Drepper <drepper@gmail.com>
52948
52949 * po/nl.po: Update from translation team.
52950 * po/sv.po: Likewise.
52951
52952 2011-07-16 Roland McGrath <roland@hack.frob.com>
52953
52954 * sysdeps/i386/Makefile: Never use -mpreferred-stack-boundary=2,
52955 now disallowed by GCC.
52956
52957 * configure.in (use-default-link): Default to yes if a test -shared
52958 link meets our qualifications.
52959 * configure: Regenerated.
52960
52961 * config.make.in (output-format): New variable.
52962 * configure.in: Check for ld --print-output-format support.
52963 * configure: Regenerated.
52964 * Makerules ($(common-objpfx)format.lds)
52965 [$(output-format) != unknown]: Just use $(output-format),
52966 instead of the linker-script munging.
52967
52968 2011-07-14 Roland McGrath <roland@hack.frob.com>
52969
52970 * Makefile ($(common-objpfx)linkobj/libc.so): Use $(shlib-lds) instead
52971 of $(common-objpfx)shlib.lds.
52972 * elf/Makefile ($(objpfx)sotruss-lib.so): Likewise.
52973
52974 * sysdeps/i386/i686/multiarch/strstr-c.c (libc_hidden_builtin_def):
52975 Conditionalize redefinition on [SHARED && DO_VERSIONING && !NO_HIDDEN].
52976
52977 * configure.in (-z relro check): Adjust test code to add a large
52978 writable data section after it.
52979 * configure: Regenerated.
52980
52981 2011-07-11 Roland McGrath <roland@hack.frob.com>
52982
52983 * configure.in (-z relro check): Fix test code to make the variable
52984 truly const.
52985 * configure: Regenerated.
52986
52987 2011-07-11 Ulrich Drepper <drepper@gmail.com>
52988
52989 * nscd/nscd.h (struct traced_file): Define.
52990 (struct database_dyn): Remove inotify_descr, reset_res, and filename
52991 elements. Add traced_files.
52992 (inotify_fd): Declare.
52993 (register_traced_file): Declare.
52994 * nscd/connections.c (dbs): Remove reset_res and filename initializers.
52995 (inotify_fd): Export.
52996 (resolv_conf_descr): Remove.
52997 (nscd_init): Move inotify descriptor creation to main.
52998 Don't register files for notification here.
52999 (register_traced_file): New function.
53000 (invalidate_cache): Don't use reset_res to determine whether to call
53001 res_init, go through the list of registered files.
53002 (main_loop_poll): The inotify descriptors are now stored in the
53003 structures for the traced files.
53004 (main_loop_epoll): Likewise
53005 * nscd/nscd.c (main): Create inotify socket here. Pass extra argument
53006 to __nss_disable_nscd.
53007 * nscd/cache.c (prune_cache): There is no single inotify descriptor
53008 for a database anymore. Check the records for all the registered
53009 files instead.
53010 * nss/Makefile (libnss_files-routines): Add files-init.
53011 (libnss_db-routines): Add db-init.
53012 * nss/Versions [libnss_files] (GLIBC_PRIVATE): Add _nss_files_init.
53013 [libnss_db] (GLIBC_PRIVATE): Add _nss_db_init.
53014 * nss/nss_db/db-init.c: New file.
53015 * nss/nss_files/files-init.c: New file.
53016 * nss/nsswitch.c (nss_load_library): New function. Broken out of
53017 __nss_lookup_function.
53018 (__nss_lookup_function): Call nss_load_library.
53019 (nss_load_all_libraries): New function.
53020 (__nss_disable_nscd): Take parameter with callback function for files
53021 to register. Set is_nscd. Load all the DSOs for the NSS modules
53022 used for the cached services.
53023 * nss/nsswitch.h (__nss_disable_nscd): Adjust prototype.
53024 * sysdeps/unix/sysv/linux/Makefile [subdir=nscd]: Pass the various -D
53025 options for features to all the files in nscd.
53026
53027 * nss/nsswitch.c (nss_parse_file): Add missing fclose.
53028
53029 2011-07-10 Roland McGrath <roland@hack.frob.com>
53030
53031 * csu/elf-init.c (__libc_csu_init): Comment typo.
53032
53033 2011-07-09 Ulrich Drepper <drepper@gmail.com>
53034
53035 * po/pl.po: Update from translation team.
53036 * po/ja.po: Likewise.
53037 * po/ru.po: Likewise.
53038 * po/ko.po: Likewise.
53039 * po/fr.po: Likewise.
53040
53041 2011-07-09 Roland McGrath <roland@hack.frob.com>
53042
53043 * configure.in (.ctors/.dtors header and trailer check):
53044 Use an empirical test on a built program.
53045 * configure: Regenerated.
53046
53047 * configure.in (-z relro check): Use an empirical test on a built DSO.
53048 Detect, but do not require, on ia64.
53049 * configure: Regenerated.
53050
53051 * configure.in (READELF): Find it with AC_CHECK_TOOL.
53052 Update tests that use readelf to use $READELF instead.
53053 * configure: Regenerated.
53054
53055 2011-07-08 Ulrich Drepper <drepper@gmail.com>
53056
53057 * malloc/hooks.c (memalign_check): Avoid using checked_request2size
53058 if the result is not used.
53059
53060 2011-07-05 Andreas Jaeger <aj@suse.de>
53061
53062 [BZ#9696]
53063 * stdlib/tst-strtod.c: Add testcase.
53064
53065 2011-07-07 Ulrich Drepper <drepper@gmail.com>
53066
53067 * sysdeps/unix/sysv/linux/pathconf.c (distinguish_extX): New function.
53068 (__statfs_link_max): Use it to distinguish between ext2/3 and ext4.
53069 The latter has a higher limit. Take additional parameter to pass to
53070 the new function.
53071 (__pathconf): Pass file to __statfs_link_max.
53072 * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Pass fd to
53073 __statfs_link_max.
53074 * sysdeps/unix/sysv/linux/pathconf.h: Adjust prototype of
53075 __statfs_link_max.
53076
53077 [BZ #12868]
53078 * sysdeps/unix/sysv/linux/linux_fsinfo.h: Define Lustre constants.
53079 * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
53080 Handle Lustre.
53081 * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Likewise.
53082 (__statfs_filesize_max): Likewise.
53083 Patch mostly by Andreas Dilger <adilger@whamcloud.com>.
53084
53085 2011-07-05 Andreas Jaeger <aj@suse.de>
53086
53087 * resolv/res_comp.c (dn_skipname): Remove unused variable.
53088
53089 2011-07-06 Marek Polacek <mpolacek@redhat.com>
53090
53091 * nis/nss_nisplus/nisplus-spwd.c (_nss_nisplus_setspent): Honour the
53092 `status' variable.
53093 * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_setetherent):
53094 Likewise.
53095
53096 2011-07-04 H.J. Lu <hongjiu.lu@intel.com>
53097
53098 * Makefile (strop-tests): Add strncat.
53099 * string/test-strncat.c: New file.
53100
53101 2011-06-30 Marek Polacek <mpolacek@redhat.com>
53102
53103 * iconvdata/johab.c: Don't inline `johab_sym_hanja_to_ucs' function.
53104
53105 2011-06-21 Andreas Jaeger <aj@suse.de>
53106
53107 * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules):
53108 Copy rule from iconvdata/Makefile.
53109
53110 2011-07-06 Ulrich Drepper <drepper@gmail.com>
53111
53112 [BZ #12922]
53113 * posix/getopt.c (_getopt_internal_r): When "W;" is in short options
53114 but no long options are defined, just return 'W'.
53115
53116 2011-06-22 Marek Polacek <mpolacek@redhat.com>
53117
53118 [BZ #9696]
53119 * stdlib/strtod_l.c (round_and_return): Set ERANGE instead of EDOM.
53120
53121 2011-07-06 Ulrich Drepper <drepper@gmail.com>
53122
53123 * inet/getnetgrent_r.c (internal_getnetgrent_r): Fix check for known
53124 netgroups to read.
53125 (innetgr): Likewise.
53126
53127 2011-07-05 Roland McGrath <roland@hack.frob.com>
53128
53129 * config.make.in (install_root): Default to $(DESTDIR).
53130
53131 2011-07-05 Ulrich Drepper <drepper@gmail.com>
53132
53133 * nscd/nscd_getserv_r.c (nscd_getserv_r): Add cast to avoid warning.
53134
53135 2011-07-02 Roland McGrath <roland@hack.frob.com>
53136
53137 * Makerules ($(common-objpfx)format.lds): Fail if result is empty.
53138
53139 * Makefile ($(common-objpfx)testrun.sh): Generate to work relative to
53140 containing directory rather than embedding absolute directory names.
53141
53142 * scripts/check-local-headers.sh: Rewritten using awk.
53143 Match by word, not by line. Print error messages for matches.
53144 * Makefile ($(objpfx)check-local-headers.out): Pass AWK in to it.
53145
53146 * Makerules [shlib-lds-flags empty]:
53147 ($(common-objpfx)libc_pic.opts): New target.
53148 ($(common-objpfx)libc_pic.os.clean): New target.
53149 ($(common-objpfx)libc.so): Link it instead of libc_pic.os.
53150
53151 * config.make.in (OBJCOPY): New variable.
53152 * aclocal.m4 (LIBC_PROG_BINUTILS): Substitute OBJCOPY too.
53153 * configure: Regenerated.
53154
53155 * config.make.in (use-default-link): New variable.
53156 * configure.in (use_default_link): Grok --with-default-link to set it.
53157 * configure: Regenerated.
53158 * Makerules [$(elf) = yes] [$(use-default-link) = yes]:
53159 (shlib-lds, shlib-lds-flags): Define to empty.
53160
53161 * Makerules (shlib-lds): New variable.
53162 (shlib-lds-flags): New variable.
53163 (build-shlib, build-moduile, build-module-asneeded): Use it.
53164 ($(common-objpfx)libc.so): Use $(shlib-lds).
53165 ($(extra-modules-build:%=$(objpfx)%.so)): Likewise.
53166 * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Likewise.
53167
53168 * elf/dynamic-link.h (elf_get_dynamic_info): Make asserts accept
53169 DT_FLAGS/DT_FLAGS_1 with zero flags.
53170
53171 * elf/Makefile ($(objpfx)ld.so): Use -defsym=_begin=0 instead of
53172 linker script munging.
53173
53174 2011-07-02 Ulrich Drepper <drepper@gmail.com>
53175
53176 * crypt/sha512.h (struct sha512_ctx): Add union to access total also
53177 as 128-bit value.
53178 * crypt/sha512.c (sha512_process_block): Perform total addition using
53179 128-bit if possible.
53180 (__sha512_finish_ctx): Likewise.
53181 * crypt/sha256.h (struct sha256_ctx): Add union to access total also
53182 as 64-bit value.
53183 * crypt/sha256.c (SWAP64): Define.
53184 (sha256_process_block): Perform total addition using 64-bit if
53185 possible.
53186 (__sha256_finish_ctx): Likewise.
53187
53188 2011-07-01 Ulrich Drepper <drepper@gmail.com>
53189
53190 * nscd/pwdcache.c (cache_addpw): Cleanup. Add branch prediction.
53191 * nscd/initgrcache.c (addinitgroupsX): Likewise.
53192 * nscd/hstcache.c (cache_addhst): Likewise.
53193 * nscd/grpcache.c (cache_addgr): Likewise.
53194 * nscd/aicache.c (addhstaiX): Likewise
53195 * nscd/servicescache.c (cache_addserv): Handle zero negtimeout.
53196
53197 2011-07-01 Thorsten Kukuk <kukuk@suse.de>
53198
53199 * nscd/pwdcache.c (cache_addpw): Handle zero negtimeout.
53200 * nscd/initgrcache.c (addinitgroupsX): Likewise.
53201 * nscd/hstcache.c (cache_addhst): Likewise.
53202 * nscd/grpcache.c (cache_addgr): Likewise.
53203 * nscd/aicache.c (addhstaiX): Likewise
53204
53205 2011-07-01 Andreas Schwab <schwab@redhat.com>
53206
53207 * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Query NIS
53208 domain only when needed.
53209
53210 2011-06-30 Andreas Schwab <schwab@redhat.com>
53211
53212 * sysdeps/posix/getaddrinfo.c (gaih_inet): Make sure RES_USE_INET6
53213 is always restored.
53214
53215 2011-06-29 Ulrich Drepper <drepper@gmail.com>
53216
53217 * nscd/grpcache.c (cache_addgr): Don't write notfound reply if we
53218 are re-adding the entry.
53219 * nscd/servicescache.c (cache_addserv): Likewise.
53220
53221 2011-06-30 Aurelien Jarno <aurelien@aurel32.net>
53222
53223 * sysdeps/generic/dl-irel.h: fix protection against multiple
53224 inclusions.
53225 * sysdeps/generic/dl-irel.h (elf_ifunc_invoke): New.
53226
53227 2011-06-28 Ulrich Drepper <drepper@gmail.com>
53228
53229 [BZ #12935]
53230 * malloc/memusage.sh: Fix quoting in message.
53231 * debug/xtrace.sh: Likewise.
53232
53233 * configure.in: Remove support for --experimental-malloc option, make
53234 it the default.
53235 * config.make.in: Likewise.
53236 * malloc/Makefile: Likewise.
53237
53238 2011-06-27 Andreas Schwab <schwab@redhat.com>
53239
53240 * iconvdata/gb18030.c (BODY for TO_LOOP): Fix encoding of non-BMP
53241 two-byte characters.
53242
53243 2011-06-27 Roland McGrath <roland@hack.frob.com>
53244
53245 * configure.in (NO_CTORS_DTORS_SECTIONS): Give this check its own
53246 AC_CACHE_CHECK invocation.
53247 * configure: Regenerated.
53248
53249 * elf/soinit.c (__CTOR_LIST__, __DTOR_LIST__): Add used attribute.
53250
53251 2011-06-27 Ulrich Drepper <drepper@gmail.com>
53252
53253 [BZ #12350]
53254 * nscd/aicache.c (addhstaiX): Restore only RES_USE_INET6
53255 bit from old_res_options.
53256
53257 * sysdeps/unix/sysv/linux/Makefile (CFLAGS-servicescache.c): Define.
53258
53259 * inet/getnetgrent_r.c (innetgr): Minimal cleanup, use correct return
53260 value type for setfct.
53261
53262 2011-06-23 H.J. Lu <hongjiu.lu@intel.com>
53263
53264 * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
53265 __gettimeofday instead of gettimeofday.
53266
53267 2011-06-26 Ulrich Drepper <drepper@gmail.com>
53268
53269 * elf/Makefile (all-built-dso): No need to check linkobj/libc.so.
53270
53271 2011-06-24 H.J. Lu <hongjiu.lu@intel.com>
53272
53273 * sysdeps/i386/i686/multiarch/strcpy-sse2.S (RETURN): Fix a typo.
53274
53275 * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Correct unwind
53276 info.
53277
53278 2011-06-22 H.J. Lu <hongjiu.lu@intel.com>
53279
53280 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
53281 strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
53282 strcpy-sse2-unaligned strncpy-sse2-unaligned
53283 stpcpy-sse2-unaligned stpncpy-sse2-unaligned.
53284 * sysdeps/x86_64/multiarch/stpcpy-sse2-unaligned.S: New file.
53285 * sysdeps/x86_64/multiarch/stpcpy-ssse3.S: New file.
53286 * sysdeps/x86_64/multiarch/stpncpy-sse2-unaligned.S: New file.
53287 * sysdeps/x86_64/multiarch/stpncpy-ssse3.S: New file.
53288 * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: New file.
53289 * sysdeps/x86_64/multiarch/strcpy-ssse3.S: New file.
53290 * sysdeps/x86_64/multiarch/strncpy-sse2-unaligned.S: New file.
53291 * sysdeps/x86_64/multiarch/strncpy-ssse3.S: New file.
53292 * sysdeps/x86_64/multiarch/strcpy.S: Remove strcpy with SSSE3.
53293 (STRCPY): Support SSE2 and SSSE3 versions.
53294
53295 2011-06-24 Ulrich Drepper <drepper@gmail.com>
53296
53297 [BZ #12874]
53298 * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): Define.
53299 * sysdeps/wordsize-64/tst-writev.c: Work around problem with 2.6.38+
53300 kernels which artificially limit size of requests.
53301
53302 2011-06-22 H.J. Lu <hongjiu.lu@intel.com>
53303
53304 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
53305 strncpy-c strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
53306 strcpy-sse2 strncpy-sse2 stpcpy-sse2 stpncpy-sse2.
53307 * sysdeps/i386/i686/multiarch/stpcpy-sse2.S: New file.
53308 * sysdeps/i386/i686/multiarch/stpcpy-ssse3.S: New file.
53309 * sysdeps/i386/i686/multiarch/stpncpy-sse2.S: New file.
53310 * sysdeps/i386/i686/multiarch/stpncpy-ssse3.S: New file.
53311 * sysdeps/i386/i686/multiarch/stpncpy.S : New file.
53312 * sysdeps/i386/i686/multiarch/strcpy-sse2.S : New file.
53313 * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: New file.
53314 * sysdeps/i386/i686/multiarch/strcpy.S: New file.
53315 * sysdeps/i386/i686/multiarch/strncpy-c.c: New file.
53316 * sysdeps/i386/i686/multiarch/strncpy-sse2.S: New file.
53317 * sysdeps/i386/i686/multiarch/strncpy-ssse3.S: New file.
53318 * sysdeps/i386/i686/multiarch/strncpy.S: New file.
53319 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
53320 Enable unaligned load optimization for Intel Core i3, i5 and i7
53321 processors.
53322 * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Unaligned_Load):
53323 Define.
53324 (index_Fast_Unaligned_Load): Define.
53325 (HAS_FAST_UNALIGNED_LOAD): Define.
53326
53327 2011-06-23 Marek Polacek <mpolacek@redhat.com>
53328
53329 * nss/nss_db/db-open.c: Include <unistd.h> for read declaration.
53330
53331 2011-06-22 Ulrich Drepper <drepper@gmail.com>
53332
53333 [BZ #12907]
53334 * sysdeps/posix/getaddrinfo.c (getaddrinfo): Avoid calling __check_pf
53335 until it is clear that the information is realy needed.
53336 Patch mostly by David Hanisch <david.hanisch@nsn.com>.
53337
53338 2011-06-22 Andreas Schwab <schwab@redhat.com>
53339
53340 * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix last change.
53341
53342 2011-06-22 Ulrich Drepper <drepper@gmail.com>
53343
53344 * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
53345 /sys/devices/system/cpu/online if it is usable.
53346
53347 * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Rate limit
53348 reading the information from the /proc filesystem to once a second.
53349
53350 2011-06-21 Andreas Jaeger <aj@suse.de>
53351
53352 * sysdeps/unix/sysv/linux/bits/sigcontext.h: Fix definition of
53353 NULL after inclusion of kernel headers.
53354
53355 2011-06-21 Ulrich Drepper <drepper@gmail.com>
53356
53357 * nss/nss_db/db-XXX.c (nss_db_setENT): Only set entidx for successful
53358 calls to internal_setent.
53359
53360 [BZ #12885]
53361 * sysdeps/posix/getaddrinfo.c (gaih_inet): When looking up only IPv6
53362 addresses using gethostbyname4_r ignore IPv4 addresses.
53363
53364 * sysdeps/posix/getaddrinfo.c (gaih_inet): After the last change the
53365 branch using gethostbyname2 is only for AF_INET. Optimize accordingly.
53366
53367 * inet/getnetgrent_r.c: Use DL_CALL_FCT in several places.
53368
53369 2011-06-20 David S. Miller <davem@davemloft.net>
53370
53371 * sysdeps/sparc/sparc32/dl-plt.h: Protect against multiple
53372 inclusions.
53373 * sysdeps/sparc/sparc64/dl-plt.h: Likewise.
53374
53375 * sysdeps/i386/dl-irel.h (elf_ifunc_invoke): New.
53376 (elf_irel): Use it.
53377 * sysdeps/powerpc/powerpc32/dl-irel.h: Likewise.
53378 * sysdeps/powerpc/powerpc64/dl-irel.h: Likewise.
53379 * sysdeps/sparc/sparc32/dl-irel.h: Likewise.
53380 * sysdeps/sparc/sparc64/dl-irel.h: Likewise.
53381 * sysdeps/x86_64/dl-irel.h: Likewise.
53382
53383 * elf/dl-runtime.c: Use elf_ifunc_invoke.
53384 * elf/dl-sym.c: Likewise.
53385
53386 2011-06-15 Ulrich Drepper <drepper@gmail.com>
53387
53388 * resolv/res_send.c (__libc_res_nsend): Fix typos in last patch. We
53389 need to dereference resplen2.
53390
53391 2011-06-14 Andreas Schwab <schwab@redhat.com>
53392
53393 * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c: New file.
53394
53395 2011-06-15 Ulrich Drepper <drepper@gmail.com>
53396
53397 * Makeconfig: Define vardbdir and inst_vardbdir.
53398 * nss/Makefile: Add rules to install db-Makefile.
53399
53400 * nss/nss_db/db-XXX.c: Cleanup.
53401
53402 * nss/Makefile (libnss_db-dbs): Add db-initgroups.
53403 * nss/Versions [libnss_db]: Add _nss_db_initgroups_dyn for
53404 GLIBC_PRIVATE.
53405 * nss/db-Makefile (groups.db): Emit entries for initgroups lookups.
53406 * nss/makedb.c: Implement -g option to specify that value strings
53407 are generated and should not be added to table iterated over for
53408 get*ent calls.
53409 * nss/nss_db/db-initgroups.c: New file.
53410
53411 * nss/getent.c: Add support for initgroups lookups through getgrouplist
53412 interface.
53413
53414 * grp/initgroups.c (__nss_initgroups_database): Renamed and exported.
53415 (internal_getgrouplist): Adjust to name change.
53416 Update use_initgroups_entry if this is not the first call.
53417 * nss/databases.def: Add initgroups entry.
53418
53419 * nss/makedb.c (compute_tables): Check result of multiple hash table
53420 sizes to minimize maximum chain length.
53421
53422 2011-06-14 Ulrich Drepper <drepper@gmail.com>
53423
53424 * Versions.def: Add entry for libnss_db.
53425 * shlib-versions: Likewise.
53426 * nss/Makefile: Add rules to build libnss_db.
53427 * nss/Versions: Add libnss_db information. Organize libnss_files
53428 entries better.
53429 * nss/db-Makefile: Add gshadow support. Change rules for the new
53430 makedb progra. Some minor improvements to generate smaller files.
53431 * nss/nss_db/nss_db.h: Move NSS database header data structures to
53432 here from...
53433 * nss/makedb.c: ...here.
53434 Improve database format to be smaller and require less memory at
53435 runtime.
53436 * nss/nss_db/db-XXX.x: Adjust for new database format. Don't use
53437 db anymore.
53438 * nss/nss_db/db-netgrp.c: Likewise.
53439 * nss/nss_db/db-open.c: Likewise.
53440 * nss/nss_files/flies-XXX.x: Adjust comments.
53441 * nss/nss_files/files-ethers.c: Adjust for new DB_LOOKUP definition.
53442 * nss/nss_files/files-grp.c: Likewise.
53443 * nss/nss_files/files-hosts.c: Likewise.
53444 * nss/nss_files/files-network.c: Likewise.
53445 * nss/nss_files/files-proto.c: Likewise.
53446 * nss/nss_files/files-pwd.c: Likewise.
53447 * nss/nss_files/files-rpc.c: Likewise.
53448 * nss/nss_files/files-service.c: Likewise.
53449 * nss/nss_files/files-sgrp.c: Likewise.
53450 * nss/nss_files/files-spwd.c: Likewise.
53451 * nss/nss_db/db-alias.c: Removed.
53452 * nss/nss_db/dummy-db.h: Removed.
53453
53454 2011-06-02 Ulrich Drepper <drepper@gmail.com>
53455
53456 * nss/makedb.c: Rewritten to not use database library.
53457 * nss/Makefile: Update to build new makedb program.
53458
53459 2011-06-14 Andreas Jaeger <aj@suse.de>
53460
53461 * sysdeps/unix/sysv/linux/check_native.c: Include <string.h> for
53462 memset declaration.
53463
53464 2011-06-10 Andreas Schwab <schwab@redhat.com>
53465
53466 * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix logic allocating
53467 tmpbuf.
53468
53469 2011-06-10 Roland McGrath <roland@hack.frob.com>
53470
53471 * Makerules (shlib.lds): Fail if the linker script comes out empty.
53472 * elf/Makefile ($(objpfx)ld.so): Likewise.
53473
53474 * Makefile ($(common-objpfx)linkobj/libc.so): Break long lines with \.
53475 Don't list ld.so twice in dependencies.
53476
53477 * posix/bug-regex31.c: Include <stdlib.h>.
53478
53479 * nscd/hstcache.c (cache_addhst): Remove unused variable.
53480
53481 * nis/nss_compat/compat-spwd.c
53482 (getspent_next_nss_netgr): Remove unused variable.
53483 * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Likewise.
53484
53485 * nis/nis_print_group_entry.c (nis_print_group_entry): Fix "Implicit
53486 nonmembers" output to use the right array.
53487
53488 * resolv/nss_dns/dns-network.c (getanswer_r): Remove unused variable.
53489
53490 * elf/dl-open.c (_dl_open): Quash warnings when DL_NNS==1.
53491
53492 * locale/programs/ld-ctype.c (ctype_read): Remove unused variable.
53493 * locale/programs/ld-collate.c (add_to_tablewc): Likewise.
53494 * catgets/gencat.c (read_input_file): Likewise.
53495 * locale/programs/locarchive.c (enlarge_archive): Likewise.
53496
53497 * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Move DONTBLOCK
53498 variable definition inside #if's controlling its use.
53499
53500 * inet/getnetgrent_r.c (innetgr): Remove unused variable.
53501
53502 * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix errno restoration.
53503
53504 * misc/syslog.c (__vsyslog_chk): Remove unused variable.
53505
53506 * io/fts.c (fts_build): Use if (0 && ...) rather than #if 0 for
53507 unreachable code.
53508
53509 * stdio-common/printf_fp.c (___printf_fp): Remove unused variable.
53510
53511 * configure.in (nss-crypt check): Use AC_LANG_PROGRAM.
53512 * configure: Regenerated.
53513
53514 * Makerules: Revert last change.
53515 * elf/Makefile: Likewise.
53516
53517 2011-06-09 Roland McGrath <roland@hack.frob.com>
53518
53519 * Makerules ($(common-objpfx)libc_pic.os): Use -Wl, before -r.
53520 * elf/Makefile ($(objpfx)librtld.os): Likewise.
53521 (reloc-link): Likewise.
53522
53523 2011-06-09 Ulrich Drepper <drepper@gmail.com>
53524
53525 * elf/Makefile: Add rules to build pldd.
53526 * elf/pldd.c: New file.
53527 * elf/pldd-xx.c: New file.
53528
53529 2011-06-07 Ulrich Drepper <drepper@gmail.com>
53530
53531 * version.h: Update for 2.15 development version.
53532
53533 2011-06-07 David S. Miller <davem@davemloft.net>
53534
53535 * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Pass dl_hwcap to
53536 ifuncs.
53537 * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela,
53538 elf_machine_lazy_rel): Likewise.
53539 * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
53540 * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela,
53541 elf_machine_lazy_rel): Likewise.
53542 * sysdeps/sparc/sparc64/multiarch/memcpy.S (memcpy): Fetch
53543 dl_hwcap via passed in argument.
53544 * sysdeps/sparc/sparc64/multiarch/memset.S (memset, bzero):
53545 Likewise.
53546
53547 2011-06-06 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
53548
53549 * stdlib/longlong.h: Update from GCC. Fix smul_ppmm for S/390.
53550
53551 2011-06-06 Roland McGrath <roland@hack.frob.com>
53552
53553 [BZ #12849]
53554 * manual/fdl-1.1.texi: New file, verbatim from:
53555 http://www.gnu.org/licenses/old-licenses/fdl-1.1.texi
53556 * manual/lgpl-2.1.texi: New file, verbatim from:
53557 http://www.gnu.org/licenses/old-licenses/lgpl-2.1.texi
53558 * manual/Makefile (licenses): New variable, list those new file names.
53559 (texis): Use it.
53560 (chapters.% top-menu.%): Include $(licenses) with $(appendices).
53561
53562 * manual/fdl.texi: File removed.
53563 * manual/lesser.texi: File removed.
53564 * manual/libc.texinfo (Copying, Documentation License):
53565 Use new @include file names, put @appendix directive before @include.
53566
53567 2011-06-04 Jakub Jelinek <jakub@redhat.com>
53568
53569 [BZ #12841]
53570 * rt/bits/mqueue2.h (__mq_open_2): Add __THROW.
53571 (__mq_open_alias): Use __REDIRECT_NTH instead of __REDIRECT.
53572 (mq_open): Add __NTH.
53573
53574 2011-06-02 H.J. Lu <hongjiu.lu@intel.com>
53575
53576 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
53577 Assume Intel Core i3/i5/i7 processor if AVX is available.
53578
53579 2011-05-31 Ulrich Drepper <drepper@gmail.com>
53580
53581 * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
53582 typo.
53583
53584 2011-05-31 Andreas Schwab <schwab@redhat.com>
53585
53586 * nscd/nscd_getserv_r.c (nscd_getserv_r): Don't free non-malloced
53587 memory. Use alloca_account. Fix memory leak when retrying.
53588
53589 2011-05-31 Ulrich Drepper <drepper@gmail.com>
53590
53591 * version.h (RELEASE): Bump for 2.14 release.
53592 * include/features.h (__GLIBC_MINOR__): Bump to 14.
53593
53594 * config.make.in (RANLIB): Remove entry.
53595
53596 2011-05-30 Ulrich Drepper <drepper@gmail.com>
53597
53598 * po/Makefile (po-sed-cmd): Add ksh to extensions.
53599 (libc.pot): Work around missing support for .ksh extension in xgettext.
53600
53601 [BZ #12684]
53602 * resolv/res_send.c (__libc_res_nsend): Only go to the next name server
53603 if both request failed.
53604 (send_dg): In case of server errors clear resplen or *resplen2.
53605
53606 [BZ #12454]
53607 * elf/dl-deps.c (_dl_map_object_deps): Run initializer sorting only
53608 when there are multiple maps.
53609 * elf/dl-fini.c (_dl_sort_fini): Check for list of one.
53610 (_dl_fini): Remove test here.
53611
53612 * elf/rtld.c (dl_main): Don't allow the loader to load itself.
53613
53614 2011-05-29 Ulrich Drepper <drepper@gmail.com>
53615
53616 [BZ #12350]
53617 * sysdeps/posix/getaddrinfo.c (gethosts): Restore only RES_USE_IENT6
53618 bit from old_res_options.
53619 (gaih_inet): Likewise.
53620
53621 [BZ #11099]
53622 * shadow/sgetspent_r.c (LINE_PARSER): Interpret numeric field values
53623 as signed.
53624
53625 * resolv/res_init.c (res_setoptions): Make the code more compact.
53626
53627 [BZ #11558]
53628 * resolv/res_init.c (res_setoptions): Recognize use-vc option and
53629 set RES_USEVC.
53630
53631 [BZ #11634]
53632 * elf/Makefile (tests): Don't add tst-audit[67] without working -mavx.
53633
53634 * malloc/malloc.h: Mark malloc hook variables as deprecated.
53635
53636 [BZ #11781]
53637 * malloc/malloc.h: Declare malloc hook variables as volatile.
53638
53639 * locale/programs/locarchive.c (add_locale_to_archive): Fix typo
53640 in last patch.
53641
53642 [BZ #11799]
53643 * sysdeps/unix/sysv/linux/bits/siginfo.h (SI_USER): Don't mention
53644 raise in the comment.
53645 * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
53646 * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
53647 * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Likewise.
53648
53649 2011-05-28 Ulrich Drepper <drepper@gmail.com>
53650
53651 [BZ #12811]
53652 * posix/regex_internal.c (build_wcs_buffer): Don't signal we have to
53653 grow the buffers more if it already has to be sufficient.
53654 (build_wcs_upper_buffer): Likewise.
53655 * posix/regexec.c (check_matching): Likewise.
53656 (clean_state_log_if_needed): Likewise.
53657 (extend_buffers): Don't enlarge buffers beyond size of the input
53658 buffer.
53659 Patches mostly by Emil Wojak <emil@wojak.eu>.
53660 * posix/bug-regex32.c: New file.
53661 * posix/Makefile (tests): Add bug-regex32.
53662
53663 * locale/findlocale.c (_nl_find_locale): Return right away if
53664 _nl_explode_name failed.
53665 * locale/programs/locarchive.c (add_locale_to_archive): Likewise.
53666
53667 * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_sendmmsg): Define.
53668
53669 * debug/xtrace.sh: Unify messages.
53670 * malloc/memusage.sh: Likewise.
53671
53672 [BZ #12813]
53673 * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_time): Retrieve
53674 time symbol from vDSO. Substitute with vsyscall if not available.
53675 * sysdeps/unix/sysv/linux/x86_64/time.S [SHARED]: Use
53676 __vdso_time.
53677
53678 * sysdeps/unix/sysv/linux/internal_sendmmsg.S: New file.
53679 * sysdeps/unix/sysv/linux/sendmmsg.c: New file.
53680 * sysdeps/unix/sysv/linux/Makefile [subdir=socket] (sysdep_routines):
53681 Add sendmmsg and internal_sendmmsg.
53682 * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add sendmmsg.
53683 * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg.
53684 * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_SENDMMSG.
53685
53686 * sysdeps/unix/sysv/linux/syscalls.list: Add setns entry.
53687 * sysdeps/unix/sysv/linux/bits/sched.h: Declare setns.
53688 * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add setns.
53689
53690 2011-05-27 Ulrich Drepper <drepper@gmail.com>
53691
53692 [BZ #12813]
53693 * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_getcpu):
53694 Retrieve getcpu symbol from vDSO. Substitute with vsyscall if not
53695 available.
53696 * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [SHARED]: Use
53697 __vdso_getcpu.
53698
53699 [BZ #12814]
53700 * iconvdata/Makefile (tests): Add bug-iconv9.
53701 * iconvdata/bug-iconv9.c: New file.
53702
53703 2011-05-27 Andreas Schwab <schwab@redhat.com>
53704
53705 [BZ #12814]
53706 * iconvdata/iso-2022-jp.c (BODY): Fix invalid variable shadowing.
53707
53708 2011-05-25 Jakub Jelinek <jakub@redhat.com>
53709
53710 * sysdeps/unix/sysv/linux/x86_64/sys/user.h
53711 (struct user_regs_struct): Change intcs field back to cs.
53712
53713 2011-05-25 Ulrich Drepper <drepper@gmail.com>
53714
53715 * po/ja.po: Update from translation team.
53716
53717 2011-05-23 Ulrich Drepper <drepper@gmail.com>
53718
53719 [BZ #12795]
53720 * sysdeps/unix/sysv/linux/bits/resource.h (RLIMIT_RTTIME): Define.
53721 * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
53722
53723 2011-05-20 Andreas Schwab <schwab@redhat.com>
53724
53725 * stdlib/longlong.h: Update from GCC.
53726
53727 2011-05-23 Andreas Schwab <schwab@redhat.com>
53728
53729 * sysdeps/unix/sysv/linux/ia64/sysconf.c (HAS_CPUCLOCK): Add
53730 parameter name.
53731 * sysdeps/unix/sysv/linux/sysconf.c (has_cpuclock, HAS_CPUCLOCK):
53732 Add parameter name.
53733 (__sysconf): Pass it down.
53734
53735 2011-05-22 Ulrich Drepper <drepper@gmail.com>
53736
53737 [BZ #12671]
53738 * nis/nss_nis/nis-alias.c (_nss_nis_getaliasbyname_r): Use malloc in
53739 some situations.
53740 * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
53741 * posix/glob.c (glob_in_dir): Take additional parameter alloca_used.
53742 add in in __libc_use_alloca calls. Adjust callers.
53743 (glob): Use malloc in some situations.
53744
53745 * elf/dl-runtime.c (_dl_profile_fixup): Also store LA_SYMB_NOPLTENTER
53746 and LA_SYMB_NOPLTEXIT in flags which are passed to pltenter and
53747 pltexit.
53748
53749 2011-05-21 Ulrich Drepper <drepper@gmail.com>
53750
53751 * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_REALTIME_ALARM
53752 and CLOCK_BOOTTIME_ALARM.
53753
53754 [BZ #12782]
53755 * string/xpg-strerror.c (__xpg_strerror_r): Fill buffer even if error
53756 is returned.
53757
53758 * string/_strerror.c (__strerror_r): Print negative errors as signed
53759 numbers.
53760
53761 [BZ #12777]
53762 * iconvdata/cp1258.c (comp_table_data): Remove entry 0x00A5 0xEC.
53763 (decomp_table): Change U0385 entry to emit 0xA5 0xEC.
53764 * iconvdata/CP1258.irreversible: Adjust entry 0xA8EC.
53765
53766 * configure.in: Fix typo in redirection and correct removal of test
53767 files in two cases.
53768
53769 [BZ #12788]
53770 * locale/setlocale.c (new_composite_name): Fix test to check for
53771 identical name of all categories.
53772
53773 [BZ #12792]
53774 * libio/filedoalloc.c (local_isatty): New function.
53775 (_IO_file_doallocate): Use local_isatty.
53776 * stdio-common/perror.c (perror): In case a new stream is used
53777 forward the stream error.
53778 * stdio-common/vfprintf.c (ARGCHECK): For read-only streams also set
53779 error flag.
53780
53781 2011-05-20 Ulrich Drepper <drepper@gmail.com>
53782
53783 [BZ #11869]
53784 * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't unconditionally use
53785 alloca.
53786 * include/alloca.h (extend_alloca_account): Define.
53787
53788 [BZ #11857]
53789 * posix/regex.h: Fix comments with documentation of user-accessible
53790 fields after compilation and describe correct free'ing of pattern
53791 after re_compile_pattern.
53792 Patch by Reuben Thomas <rrt@sc3d.org>.
53793
53794 2011-05-18 Ryan S. Arnold <rsa@us.ibm.com>
53795
53796 * sysdeps/powerpc/powerpc64/Makefile (no-special-regs): Add -mno-vsx
53797 and -mno-altivec to prevent the compiler from using Altivec and/or
53798 VSX instructions when the corresponding registers are not available.
53799
53800 2011-05-19 Andreas Schwab <schwab@redhat.com>
53801
53802 * grp/compat-initgroups.c (__libc_use_alloca): Don't define.
53803
53804 2011-05-19 Ulrich Drepper <drepper@gmail.com>
53805
53806 * libio/freopen.c (freopen): Use __dup2, not dup2.
53807 * libio/freopen64.c (freopen64): Likewise.
53808
53809 2011-05-17 H.J. Lu <hongjiu.lu@intel.com>
53810
53811 [BZ #12775]
53812 * sysdeps/x86_64/fpu/e_powl.S: Fix a typo.
53813 * math/Makefile (tests): Add test-powl.
53814 (CFLAGS-test-powl.c): Define.
53815 * math/test-powl.c: New file.
53816
53817 2011-05-16 H.J. Lu <hongjiu.lu@intel.com>
53818
53819 * fileops.c (_IO_new_file_fopen): Get fd from _IO_fileno.
53820
53821 2011-05-17 Ulrich Drepper <drepper@gmail.com>
53822
53823 [BZ #11837]
53824 * iconvdata/gb18030.c: Update to GB18020-2005.
53825
53826 2011-05-16 Ulrich Drepper <drepper@gmail.com>
53827
53828 * posix/regex.h (RE_SYNTAX_AWK, RE_SYNTAX_GNU_AWK,
53829 RE_SYNTAX_POSIX_AWK): Update to match recent development.
53830 Patch by Aharon Robbins <arnold@skeeve.com>.
53831
53832 [BZ #11892]
53833 * stdlib/putenv.c (putenv): Don't always create copy of the variable
53834 on the stack.
53835
53836 [BZ #11895]
53837 * misc/pselect.c (__pselect): Handle timeout value errors hidden
53838 through underflows.
53839
53840 [BZ #12766]
53841 * misc/error.c (error_at_line): Ensure file_name and old_file_name
53842 point to strings before performing equality test for error_one_per_line
53843 mode.
53844
53845 [BZ #11697]
53846 * login/programs/pt_chown.c (do_pt_chown): Always call chown.
53847
53848 [BZ #11820]
53849 * sysdeps/unix/sysv/linux/x86_64/sys/user.h
53850 (struct user_fpregs_struct): Avoid __uint*_t types.
53851
53852 [BZ #6420]
53853 * malloc/mtrace.c (tr_where): Add additional parameter to point to
53854 symbol info. Use it instead of calling _dl_addr locally.
53855 (lock_and_info): New function.
53856 (tr_freehook): Call lock_and_info and pass symbol info as additional
53857 parameter to tr_where.
53858 (tr_mallochook): Likewise.
53859 (tr_reallochook): Likewise.
53860 (tr_memalignhook): Likewise.
53861
53862 * malloc/mtrace.c: Remove support for USE_MTRACE_FILE. It is not
53863 used and couldn't be at all thread-safe.
53864
53865 2011-05-15 Ulrich Drepper <drepper@gmail.com>
53866
53867 * libio/freopen.c (freopen): Don't close old file descriptor
53868 before the new one is opened. Instead dup the new file descriptor
53869 to the old one after the new stream is created.
53870 * libio/freopen64.c (freopen64): Likewise.
53871 * libio/libio.h: Define _IO_FLAGS2_NOCLOSE and _IO_FLAGS2_CLOEXEC.
53872 * libio/fileops.c (_IO_new_file_close_it): Handle new
53873 _IO_FLAGS2_NOCLOSE flag.
53874 (_IO_new_file_fopen): Set _IO_FLAGS2_CLOEXEC for "e" mode.
53875 If _IO_file_open didn't set FD_CLOEXEC do it after the call.
53876 * libio/oldfileops.c (_IO_old_file_close_it): Handle new
53877 _IO_FLAGS2_NOCLOSE flag.
53878 * include/unistd.h: Add hidden_proto for dup3.
53879 Define __have_dup3.
53880 * io/dup3.c: Define hidden symbol.
53881 * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_DUP3.
53882
53883 [BZ #7101]
53884 * posix/getopt.c (_getopt_internal_r): List all ambigious possibilities
53885 when an incomplete long option is used.
53886 * posix/tst-getopt_long1.c: New file.
53887 * posix/Makefile (tests): Add tst-getopt_long1.
53888
53889 [BZ #10138]
53890 * scripts/config.guess: Update from autoconf-2.68.
53891 * scripts/config.sub: Likewise.
53892
53893 [BZ #10157]
53894 * sysdeps/unix/sysv/linux/sysconf.c (__sysconf): Split out CPUTIME
53895 tests into ...
53896 (has_cpuclock): ...this. New function.
53897 * sysdeps/unix/sysv/linux/ia64/sysconf.c: Just define HAS_CPUCLOCK
53898 macro here based on has_cpuclock code.
53899
53900 [BZ #10149]
53901 * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
53902 First byte (not low byte) is now always NUL.
53903 * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Likewise.
53904
53905 * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
53906 Use non-cancelable interfaces.
53907
53908 [BZ #9809]
53909 * locale/iso-639.def: Add entry for Sorani.
53910
53911 [BZ #11901]
53912 * include/stdlib.h: Move include protection to the right place.
53913 Define abort_msg_s. Declare __abort_msg with it.
53914 * stdlib/abort.c (__abort_msg): Adjust type.
53915 * assert/assert.c (__assert_fail_base): New function. Majority
53916 of code from __assert_fail. Allocate memory for __abort_msg with
53917 mmap.
53918 (__assert_fail): Now call __assert_fail_base.
53919 * assert/assert-perr.c: Remove bulk of implementation. Use
53920 __assert_fail_base.
53921 * include/assert.hL Declare __assert_fail_base.
53922 * sysdeps/posix/libc_fatal.c: Allocate memory for __abort_msg with
53923 mmap.
53924 * sysdeps/unix/sysv/linux/libc_fatal.c: Likewise.
53925
53926 2011-05-14 Ulrich Drepper <drepper@gmail.com>
53927
53928 [BZ #11952]
53929 [BZ #12453]
53930 * elf/dl-open.c (dl_open_worker): Delay calls to _dl_update_slotinfo
53931 until all modules are registered in the DTV.
53932 * elf/Makefile: Add rules to build and run tst-tls19.
53933 * elf/tst-tls19.c: New file.
53934 * elf/tst-tls19mod1.c: New file.
53935 * elf/tst-tls19mod2.c: New file.
53936 * elf/tst-tls19mod3.c: New file.
53937 Patch mostly by Martin von Gagern <Martin.vGagern@gmx.net>.
53938
53939 [BZ #12083]
53940 * sysdeps/pthread/aio_misc.c (__aio_init): Compute optim.aio_num
53941 correctly.
53942
53943 [BZ #12601]
53944 * iconvdata/cp932.c (BODY to UCS4): Fix incrementing inptr in case of
53945 two-byte sequence errors.
53946 * iconvdata/Makefile (tests): Add bug-iconv8.
53947 * iconvdata/bug-iconv8.c: New file.
53948
53949 [BZ #12626]
53950 * sysdeps/generic/elf/backtracesymsfd.c (__backtrace_symbols_fd): Move
53951 buf2 definition.
53952
53953 * libio/fileops.c (_IO_new_file_close_it): Initialize write_status.
53954
53955 [BZ #12432]
53956 * sysdeps/ia64/backtrace.c (struct trace_reg): Add cfa element.
53957 (dummy_getcfa): New function.
53958 (init): Get _Unwind_GetCFA address, use dummy if not found.
53959 (backtrace_helper): In recursion check, also check whether CFA changes.
53960 (__backtrace): Completely initialize arg.
53961
53962 * iconv/loop.c (SINGLE) [STORE_REST]: Add input bytes to bytebuf before
53963 storing incomplete byte sequence in state object. Avoid testing for
53964 guaranteed too small input if we know there is enough data available.
53965
53966 2011-05-11 Andreas Schwab <schwab@redhat.com>
53967
53968 * Makeconfig (+link-pie): Indent.
53969 * Rules (binaries-pie): Define if $(have-fpie) and
53970 $(build-shared).
53971 (binaries-shared): Also filter out $(binaries-pie).
53972 ($(addprefix $(objpfx),$(binaries-pie))): New rule.
53973 * nscd/Makefile (others-pie): Add nscd.
53974 (LDFLAGS-nscd): Set this instead of relro-LDFLAGS.
53975 ($(objpfx)nscd): Remove command override.
53976 * login/Makefile (others-pie): Add pt_chown.
53977 ($(objpfx)pt_chown): Remove command override.
53978 * elf/Makefile: Add PIE tests to tests and tests-pie variables and
53979 remove command overrides.
53980
53981 2011-05-13 Ulrich Drepper <drepper@gmail.com>
53982
53983 * libio/tst_putwc.c: Fix error messages.
53984
53985 [BZ #12724]
53986 * libio/fileops.c (_IO_new_file_close_it): Always flush when
53987 currently writing and seek to current position when not.
53988 * libio/Makefile (tests): Add bug-fclose1.
53989 * libio/bug-fclose1.c: New file.
53990
53991 2011-05-12 Ulrich Drepper <drepper@gmail.com>
53992
53993 [BZ #12511]
53994 * elf/dl-lookup.c (enter): Don't test for copy relocation here and
53995 don't set DF_1_NODELETE here.
53996 (do_lookup_x): When entering new entry test for copy relocation
53997 and if necessary set DF_1_NODELETE flag.
53998 * elf/tst-unique4.cc: New file.
53999 * elf/tst-unique4.h: New file.
54000 * elf/tst-unique4lib.cc: New file.
54001 * elf/Makefile: Add rules to build and run tst-unique4.
54002 Patch by Piotr Bury <pbury@goahead.com>.
54003
54004 2011-05-11 Ulrich Drepper <drepper@gmail.com>
54005
54006 [BZ #12052]
54007 * sysdeps/posix/spawni.c (__spawni): Fix sched_setscheduler call.
54008
54009 [BZ #12625]
54010 * misc/mntent_r.c (addmntent): Flush the stream after the output
54011
54012 [BZ #12393]
54013 * elf/dl-load.c (is_trusted_path): Remove unnecessary test.
54014 (is_trusted_path_normalize): Skip initial colon. Append slash
54015 to empty buffer. Duplicate is_trusted_path code but allow
54016 constructed patch to be prefix.
54017 (is_dst): Allow $ORIGIN followed by /.
54018 (_dl_dst_substitute): Correct clearing of check_for_trusted.
54019 Correct testing of result of is_trusted_path_normalize
54020 (decompose_rpath): Fix warning.
54021
54022 2011-05-10 Ulrich Drepper <drepper@gmail.com>
54023
54024 [BZ #11257]
54025 * grp/initgroups.c (internal_getgrouplist): When we found the service
54026 list through the initgroups entry in nsswitch.conf do not always
54027 continue on a successful lookup. Don't always use the
54028 __nss_group_database value if it is set.
54029 * nss/nsswitch.conf (initgroups): Change action for successful db
54030 lookup to continue for compatibility.
54031
54032 2011-05-09 Ulrich Drepper <drepper@gmail.com>
54033
54034 [BZ #11532]
54035 * iconvdata/Makefile: Add rules to build CP770, CP771, CP772, CP773,
54036 and CP774 modules.
54037 * iconvdata/gconv-modules: Add entries for CP770, CP771, CP772, CP773,
54038 and CP774 modules.
54039 * iconvdata/tst-tables.sh: Likewise.
54040 * iconvdata/cp770.c: New file.
54041 * iconvdata/cp771.c: New file.
54042 * iconvdata/cp772.c: New file.
54043 * iconvdata/cp773.c: New file.
54044 * iconvdata/cp774.c: New file.
54045 * iconvdata/testdata/CP770: New file.
54046 * iconvdata/testdata/CP770..UTF8: New file.
54047 * iconvdata/testdata/CP771: New file.
54048 * iconvdata/testdata/CP771..UTF8: New file.
54049 * iconvdata/testdata/CP772: New file.
54050 * iconvdata/testdata/CP772..UTF8: New file.
54051 * iconvdata/testdata/CP773: New file.
54052 * iconvdata/testdata/CP773..UTF8: New file.
54053 * iconvdata/testdata/CP774: New file.
54054 * iconvdata/testdata/CP774..UTF8: New file.
54055
54056 * iconvdata/gen-8bit-gap-1.sh: End reading of charmap file at
54057 END CHARMAP line.
54058 * iconvdata/gen-8bit-gap.sh: Likewise.
54059 * iconvdata/gen-8bit.sh: Likewise.
54060
54061 * locale/iso-639.def: Add ary entry.
54062
54063 [BZ #11258]
54064 * locale/C-translit.h.in: Add U20A1 transliteration.
54065
54066 [BZ #12178]
54067 * locale/iso-639.def: Add wae entry.
54068 Patch by Kevin Bortis <bortis@translate-wae.ch>.
54069
54070 [BZ #12545]
54071 * locale/programs/localedef.c (construct_output_path): Use ssize_t
54072 for n.
54073
54074 [BZ #12711]
54075 * locale/C-translit.h.in: Add entry for U20B9.
54076 Patch by pravin.d.s@gmail.com.
54077
54078 2011-05-08 Ulrich Drepper <drepper@gmail.com>
54079
54080 [BZ #12713]
54081 * sysdeps/unix/sysv/linux/getcwd.c: If getcwd syscall report
54082 ENAMETOOLONG use generic getcwd.
54083 * sysdeps/posix/getcwd.c: Add support to use openat. Make usable
54084 in rtld. Use *stat64.
54085 * sysdeps/unix/sysv/linux/Makefile [subdir=elf] (sysdep-rtld-routines):
54086 Add dl-getcwd, dl-openat64, dl-opendir, dl-fxstatat64.
54087 * sysdeps/unix/sysv/linux/dl-getcwd.c: New file.
54088 * sysdeps/unix/sysv/linux/dl-openat64.c: New file.
54089 * sysdeps/unix/sysv/linux/dl-opendir.c: New file.
54090 * sysdeps/unix/sysv/linux/dl-fxstat64.c: New file.
54091 * include/sys/stat.h: Define __fstatat, __lstat64, __fstat64, and
54092 __fstatat64 macros.
54093 * include/dirent.h: Add libc_hidden_proto for rewinddir.
54094 * dirent/rewinddir.c: Add libc_hidden_def.
54095 * sysdeps/mach/hurd/rewinddir.c: Likewise.
54096 * sysdeps/unix/rewinddir.c: Likewise. Don't do locking outside libc.
54097
54098 * include/dirent.h (__alloc_dir): Add flags parameter.
54099 * sysdeps/unix/fdopendir.c (__fdopendir): Pass flags to __alloc_dir.
54100 * sysdeps/unix/opendir.c (__opendir): Pass 0 in new parameter to
54101 __alloc_dir.
54102 (__alloc_dir): Take new parameter. Don't call fcntl for invocations
54103 from fdopendir if O_CLOEXEC is already set.
54104
54105 2011-03-15 Alan Modra <amodra@gmail.com>
54106
54107 * elf/dl-reloc.c (_dl_try_allocate_static_tls <TLS_DTV_AT_TP>): Handle
54108 l_tls_firstbyte_offset non-zero. Save padding offset in
54109 l_tls_firstbyte_offset for later use.
54110 * elf/dl-close.c (_dl_close_worker <TLS_DTV_AT_TP>): Correct code
54111 freeing static tls block.
54112
54113 2011-03-05 Jonathan Nieder <jrnieder@gmail.com>
54114
54115 * sysdeps/unix/sysv/linux/sys/param.h: Fix an #ifndef __undef_ARG_MAX
54116 where #ifdef was intended. The intent is to prevent ARG_MAX from
54117 being defined by the kernel headers.
54118
54119 2011-05-07 Ulrich Drepper <drepper@gmail.com>
54120
54121 [BZ #12734]
54122 * resolv/resolv.h: Define RES_NOTLDQUERY.
54123 * resolv/res_init.c (res_setoptions): Recognize no_tld_query and
54124 no-tld-query and set RES_NOTLDQUERY.
54125 * resolv/res_debug.c (p_option): Handle RES_NOTLDQUERY.
54126 * resolv/res_query.c (__libc_res_nsearch): Backport changes from
54127 modern BIND to search name as TLD unless forbidden.
54128
54129 2011-05-07 Petr Baudis <pasky@suse.cz>
54130 Ulrich Drepper <drepper@gmail.com>
54131
54132 [BZ #12393]
54133 * elf/dl-load.c (fillin_rpath): Move trusted path check...
54134 (is_trusted_path): ...to here.
54135 (is_trusted_path_normalize): Wrapper for /../ and /./ normalization.
54136 (_dl_dst_substitute): Verify expanded $ORIGIN path elements
54137 using is_trusted_path_normalize() in setuid scripts.
54138
54139 2011-05-06 Paul Pluzhnikov <ppluzhnikov@google.com>
54140
54141 * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add missing
54142 __BEGIN/__END_DECLS.
54143
54144 2011-05-06 Ulrich Drepper <drepper@gmail.com>
54145
54146 * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Return
54147 NSS_STATUS_NOTFOUND if no record was found.
54148
54149 2011-05-05 Andreas Schwab <schwab@redhat.com>
54150
54151 * sunrpc/Makefile (headers): Add rpc/netdb.h.
54152 (headers-not-in-tirpc): Remove rpc/netdb.h
54153 * resolv/netdb.h: Revert last change.
54154
54155 2011-05-05 Paul Pluzhnikov <ppluzhnikov@google.com>
54156
54157 * Makeconfig (link-libc-static): Use --{start,end}-group to handle
54158 circular dependency between libgcc.a and libc.a.
54159
54160 2011-05-05 Andreas Schwab <schwab@redhat.com>
54161
54162 * resolv/netdb.h: Don't include <rpc/netdb.h>.
54163 * nis/Makefile: Don't install rpcsvc/*.
54164 * inet/protocols/timed.h: Include <sys/types.h> and <sys/time.h>
54165 instead of <rpc/types.h>.
54166 (MAXHOSTNAMELEN): Define.
54167
54168 2011-05-03 Andreas Schwab <schwab@redhat.com>
54169
54170 * elf/ldconfig.c (add_dir): Don't crash on empty path.
54171
54172 2011-04-28 Maciej Babinski <mbabinski@google.com>
54173
54174 [BZ #12714]
54175 * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't bypass
54176 gethostbyname4_r when IPv6 results are possible.
54177
54178 2011-05-02 Ulrich Drepper <drepper@gmail.com>
54179
54180 [BZ #12723]
54181 * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Implement
54182 _PC_PIPE_BUF handling.
54183
54184 2011-04-30 Bruno Haible <bruno@clisp.org>
54185
54186 [BZ #12717]
54187 * conform/data/netdb.h-data (getnameinfo): Make POSIX compliant.
54188 * resolv/netdb.h (getnameinfo): Change type of flags parameter
54189 to 'int'.
54190 * inet/getnameinfo.c (getnameinfo): Likewise.
54191
54192 2011-04-29 Ulrich Drepper <drepper@gmail.com>
54193
54194 * grp/initgroups.c (internal_getgrouplist): Prefer initgroups setting
54195 to groups setting in database lookup.
54196 * nss/nsswitch.conf: Add initgroups entry.
54197
54198 2011-04-22 Ulrich Drepper <drepper@gmail.com>
54199
54200 [BZ #12685]
54201 * libio/fileops.c (_IO_new_file_fopen): Scan up to 7 bytes of the
54202 mode string.
54203 Patch by Eric Blake <eblake@redhat.com>.
54204
54205 2011-04-20 H.J. Lu <hongjiu.lu@intel.com>
54206
54207 * sunrpc/Makefile (need-export-routines): Add svc_run.
54208 (routines): Remove svc_run.
54209 ($(objpfx)thrsvc): Add $(common-objpfx)linkobj/libc.so.
54210 * sunrpc/clnt_perr.c (clnt_perrno): Export.
54211 * sunrpc/svc_run.c (svc_run): Likewise.
54212 * sunrpc/svc_udp.c (svcudp_create): Likewise.
54213
54214 2011-04-21 Ulrich Drepper <drepper@gmail.com>
54215
54216 * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Fix
54217 problem in reallocation in last patch.
54218
54219 2011-04-20 Ulrich Drepper <drepper@gmail.com>
54220
54221 * sunrpc/Makefile: Move inclusion of Rules.
54222
54223 2011-04-19 Ulrich Drepper <drepper@gmail.com>
54224
54225 * nss/nss_files/files-initgroups.c: New file.
54226 * nss/Makefile (libnss_files-routines): Add files-initgroups.
54227 * nss/Versions (libnss_files) [GLIBC_PRIVATE]: Export
54228 _nss_files_initgroups_dyn.
54229
54230 2011-03-31 Richard Sandiford <richard.sandiford@linaro.org>
54231
54232 * elf/elf.h (R_ARM_IRELATIVE): Define.
54233
54234 2011-04-19 Ulrich Drepper <drepper@gmail.com>
54235
54236 * po/ru.po: Update from translation team.
54237
54238 2011-04-17 Ulrich Drepper <drepper@gmail.com>
54239
54240 * sunrpc/Makefile ($(rpc-compat-routines.os)): Add before-compile to
54241 dependencies.
54242
54243 2011-02-06 Mike Frysinger <vapier@gentoo.org>
54244
54245 [BZ #12653]
54246 * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Only protect
54247 MEMCPY_CHK with USE_AS_BCOPY ifdef check.
54248 * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
54249 * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
54250 * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
54251
54252 2011-03-28 Andreas Schwab <schwab@linux-m68k.org>
54253
54254 * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't read past
54255 differing bytes.
54256 * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
54257 * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
54258 * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
54259
54260 2011-04-17 Ulrich Drepper <drepper@gmail.com>
54261
54262 [BZ #12420]
54263 * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Reload context after
54264 storing it.
54265 * stdlib/bug-getcontext.c: New file.
54266 * stdlib/Makefile: Add rules to build and run bug-getcontext.
54267
54268 2011-04-13 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
54269
54270 * sysdeps/s390/s390-64/utf16-utf32-z9.c: Wrap the z9-109
54271 instructions into .machine "z9-109".
54272 * sysdeps/s390/s390-64/utf8-utf16-z9.c: Likewise.
54273 * sysdeps/s390/s390-64/utf8-utf32-z9.c: Likewise.
54274
54275 2011-04-11 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
54276
54277 * sysdeps/s390/s390-32/elf/start.S (_start): Skip extra zeroes
54278 between environment variables and auxiliary vector.
54279
54280 2011-04-16 Ulrich Drepper <drepper@gmail.com>
54281
54282 * Makefile: Add rules to build linkobj/libc.so.
54283 * include/libc-symbols.h: Define libc_hidden_nolink.
54284 * include/rpc/auth.h: Mark functions which are to be hidden.
54285 * include/rpc/auth_des.h: Likewise.
54286 * include/rpc/auth_unix.h: Likewise.
54287 * include/rpc/clnt.h: Likewise.
54288 * include/rpc/des_crypt.h: Likewise.
54289 * include/rpc/key_prot.h: Likewise.
54290 * include/rpc/pmap_clnt.h: Likewise.
54291 * include/rpc/pmap_prot.h: Likewise.
54292 * include/rpc/pmap_rmt.h: Likewise.
54293 * include/rpc/rpc_msg.h: Likewise.
54294 * include/rpc/svc.h: Likewise.
54295 * include/rpc/svc_auth.h: Likewise.
54296 * include/rpc/xdr.h: Likewise.
54297 * nis/Makefile: Link all DSOs against linkobj/libc.so.
54298 * nss/Makefile: Likewise.
54299 * sunrpc/Makefile: Don't install headers. Build library with normal
54300 entry points. Don't build rpcinfo. Link RPC tests appropriately.
54301 * sunrpc/auth_des.c: Hide exported symbols by default, export some
54302 for the compat linking library. Remove use of INTDEF/INTUSE.
54303 * sunrpc/auth_none.c: Likewise.
54304 * sunrpc/auth_unix.c: Likewise.
54305 * sunrpc/authdes_prot.c: Likewise.
54306 * sunrpc/authuxprot.c: Likewise.
54307 * sunrpc/clnt_gen.c: Likewise.
54308 * sunrpc/clnt_perr.c: Likewise.
54309 * sunrpc/clnt_raw.c: Likewise.
54310 * sunrpc/clnt_simp.c: Likewise.
54311 * sunrpc/clnt_tcp.c: Likewise.
54312 * sunrpc/clnt_udp.c: Likewise.
54313 * sunrpc/clnt_unix.c: Likewise.
54314 * sunrpc/des_crypt.c: Likewise.
54315 * sunrpc/des_soft.c: Likewise.
54316 * sunrpc/get_myaddr.c: Likewise.
54317 * sunrpc/key_call.c: Likewise.
54318 * sunrpc/key_prot.c: Likewise.
54319 * sunrpc/netname.c: Likewise.
54320 * sunrpc/pm_getmaps.c: Likewise.
54321 * sunrpc/pm_getport.c: Likewise.
54322 * sunrpc/pmap_clnt.c: Likewise.
54323 * sunrpc/pmap_prot.c: Likewise.
54324 * sunrpc/pmap_prot2.c: Likewise.
54325 * sunrpc/pmap_rmt.c: Likewise.
54326 * sunrpc/publickey.c: Likewise.
54327 * sunrpc/rpc_cmsg.c: Likewise.
54328 * sunrpc/rpc_common.c: Likewise.
54329 * sunrpc/rpc_dtable.c: Likewise.
54330 * sunrpc/rpc_prot.c: Likewise.
54331 * sunrpc/rpc_thread.c: Likewise.
54332 * sunrpc/rtime.c: Likewise.
54333 * sunrpc/svc.c: Likewise.
54334 * sunrpc/svc_auth.c: Likewise.
54335 * sunrpc/svc_authux.c: Likewise.
54336 * sunrpc/svc_raw.c: Likewise.
54337 * sunrpc/svc_run.c: Likewise.
54338 * sunrpc/svc_simple.c: Likewise.
54339 * sunrpc/svc_tcp.c: Likewise.
54340 * sunrpc/svc_udp.c: Likewise.
54341 * sunrpc/svc_unix.c: Likewise.
54342 * sunrpc/svcauth_des.c: Likewise.
54343 * sunrpc/xcrypt.c: Likewise.
54344 * sunrpc/xdr.c: Likewise.
54345 * sunrpc/xdr_array.c: Likewise.
54346 * sunrpc/xdr_float.c: Likewise.
54347 * sunrpc/xdr_intXX_t.c: Likewise.
54348 * sunrpc/xdr_mem.c: Likewise.
54349 * sunrpc/xdr_rec.c: Likewise.
54350 * sunrpc/xdr_ref.c: Likewise.
54351 * sunrpc/xdr_sizeof.c: Likewise.
54352 * sunrpc/xdr_stdio.c: Likewise.
54353
54354 2011-04-10 Ulrich Drepper <drepper@gmail.com>
54355
54356 [BZ #12650]
54357 * sysdeps/i386/dl-tls.h: Define TLS_DTV_UNALLOCATED.
54358 * sysdeps/ia64/dl-tls.h: Likewise.
54359 * sysdeps/powerpc/dl-tls.h: Likewise.
54360 * sysdeps/s390/dl-tls.h: Likewise.
54361 * sysdeps/sh/dl-tls.h: Likewise.
54362 * sysdeps/sparc/dl-tls.h: Likewise.
54363 * sysdeps/x86_64/dl-tls.h: Likewise.
54364 * elf/dl-tls.c: Don't define TLS_DTV_UNALLOCATED here.
54365
54366 2011-03-14 Andreas Schwab <schwab@redhat.com>
54367
54368 * elf/dl-load.c (_dl_dst_substitute): When skipping the first
54369 rpath element also skip the following colon.
54370 (expand_dynamic_string_token): Add is_path parameter and pass
54371 down to DL_DST_REQUIRED and _dl_dst_substitute.
54372 (decompose_rpath): Call expand_dynamic_string_token with
54373 non-zero is_path. Ignore empty rpaths.
54374 (_dl_map_object_from_fd): Call expand_dynamic_string_token
54375 with zero is_path.
54376
54377 2011-04-08 Andreas Schwab <schwab@linux-m68k.org>
54378
54379 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
54380 Make cancelable.
54381
54382 2011-04-09 Ulrich Drepper <drepper@gmail.com>
54383
54384 [BZ #12655]
54385 * sysdeps/unix/sysv/linux/sys/syscall.h: Fix comment.
54386 Patch by Filipe David Manana <fdmanana@apache.org>.
54387
54388 2011-04-07 Andreas Schwab <schwab@redhat.com>
54389
54390 * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S (CALL_FAIL):
54391 Maintain aligned stack.
54392 (CHECK_RSP): Remove unused macro.
54393
54394 2011-04-03 Ulrich Drepper <drepper@gmail.com>
54395
54396 * sysdeps/x86_64/cacheinfo.c (intel_02_known): Fix typo in table.
54397 * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
54398
54399 2011-04-02 Ulrich Drepper <drepper@gmail.com>
54400
54401 * sysdeps/unix/sysv/linux/bits/time.h (CLOCK_BOOTTIME): Define.
54402
54403 * include/features.h: Mention __USE_XOPEN2K8 in comment.
54404
54405 2011-03-26 H.J. Lu <hongjiu.lu@intel.com>
54406
54407 [BZ #12518]
54408 * sysdeps/x86_64/Versions: Add memcpy to GLIBC_2.14.
54409 * sysdeps/x86_64/memcpy.S: Provide GLIBC_2_14 memcpy.
54410 * sysdeps/x86_64/memmove.c: New file.
54411 * sysdeps/x86_64/multiarch/memcpy.S: Include <shlib-compat.h>.
54412 (memcpy): Renamed to ...
54413 (__new_memcpy): This.
54414 (memcpy): Provide GLIBC_2_14 memcpy.
54415 * sysdeps/x86_64/multiarch/memmove.c: Include <shlib-compat.h>.
54416 (memcpy): Provide GLIBC_2_2_5 memcpy.
54417
54418 2011-04-01 Ulrich Drepper <drepper@gmail.com>
54419
54420 [BZ #12631]
54421 * wcsmbs/wchar.h: Make wcpcpy and wcpncpy visible for __USE_XOPEN2K8.
54422
54423 2011-03-30 Andreas Schwab <schwab@redhat.com>
54424
54425 * misc/syncfs.c: New file.
54426 * misc/Makefile (routines): Add syncfs.
54427 * posix/unistd.h: Declare syncfs.
54428 * sysdeps/unix/syscalls.list: Add syncfs.
54429
54430 2011-04-01 Andreas Schwab <schwab@redhat.com>
54431
54432 * sysdeps/unix/sysv/linux/Versions: Rename open_by_handle to
54433 open_by_handle_at.
54434 * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
54435 * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
54436 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
54437 * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
54438 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
54439 * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
54440 * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
54441
54442 2011-04-01 Ulrich Drepper <drepper@gmail.com>
54443
54444 * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define O_PATH.
54445 * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
54446 * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
54447 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
54448 * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
54449 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
54450 * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
54451
54452 * io/Makefile: Compile fallocate.c, fallocate64.c, and
54453 sync_file_range.c with -fexceptions.
54454 * sysdeps/unix/sysv/linux/fallocate.c: Make cancelable.
54455 * sysdeps/unix/sysv/linux/fallocate64.c: Likewise.
54456 * sysdeps/unix/sysv/linux/i386/fallocate.c: Likewise.
54457 * sysdeps/unix/sysv/linux/i386/fallocate64.c: Likewise.
54458 * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: Likewise.
54459 * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
54460 * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Mark
54461 sync_file_range as cancellation point
54462 * sysdeps/unix/sysv/linux/i386/sync_file_range.c: New file. This is
54463 now a wrapper around __call_sync_file_range with cancellation handling.
54464 * sysdeps/unix/sysv/linux/i386/sync_file_range.S: Renamed to ...
54465 * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: ...this. Change
54466 function name to __call_sync_file_range.
54467 * sysdeps/unix/sysv/linux/i386/Makefile [subdir=io] (sysdep_routines):
54468 Add call_sync_file_range.
54469
54470 2011-04-01 Andreas Schwab <schwab@redhat.com>
54471
54472 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
54473 bits/timex.h.
54474
54475 2011-04-01 Ulrich Drepper <drepper@gmail.com>
54476
54477 * iconv/iconv.h: Fix typo in comment.
54478 * io/fcntl.h: Likewise.
54479 * libio/stdio.h: Likewise.
54480 * posix/spawn.h: Likewise.
54481 * posix/unistd.h: Likewise.
54482 * stdlib/stdlib.h: Likewise.
54483 * time/time.h: Likewise.
54484 * wcsmbs/wchar.h: Likewise.
54485
54486 * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (name_to_handle_at,
54487 open_by_handle): Add.
54488 * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define struct file_handle
54489 and MAX_HANDLE_SZ. Declare name_to_handle_at and open_by_handle.
54490 Augment a few comments.
54491 * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
54492 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
54493 * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
54494 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
54495 * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
54496 * sysdeps/unix/sysv/linux/syscalls.list: Add name_to_handle_at and
54497 open_by_handle.
54498
54499 * io/fcntl.h (AT_EMPTY_PATH): Define.
54500
54501 2011-03-30 Ulrich Drepper <drepper@gmail.com>
54502
54503 * sysdeps/unix/sysv/linux/syscalls.list: Add clock_adjtime.
54504 * sysdeps/unix/sysv/linux/bits/time.h: New file.
54505 * sysdeps/unix/sysv/linux/sys/timex.h: Move struct timex definition
54506 to...
54507 * sysdeps/unix/sysv/linux/bits/timex.h: ...here. New file.
54508 * Versions.def: Add GLIBC_2.14.
54509 * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (clock_adjtime):
54510 Export.
54511
54512 2011-03-22 Ulrich Drepper <drepper@gmail.com>
54513
54514 * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Increment
54515 round counter.
54516 * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
54517
54518 2011-03-20 H.J. Lu <hongjiu.lu@intel.com>
54519
54520 [BZ #12597]
54521 * string/test-strncmp.c (do_page_test): New function.
54522 (check2): Likewise.
54523 (test_main): Call check2.
54524 * sysdeps/x86_64/multiarch/strcmp.S: Properly cross page boundary.
54525
54526 2011-03-20 Ulrich Drepper <drepper@gmail.com>
54527
54528 [BZ #12587]
54529 * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word):
54530 Handle cache information in CPU leaf 4.
54531 * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
54532
54533 2011-03-18 Ulrich Drepper <drepper@gmail.com>
54534
54535 [BZ #12583]
54536 * posix/fnmatch.c (fnmatch): Check size of pattern in wide
54537 character representation.
54538 Partly based on a patch by Tomas Hoger <thoger@redhat.com>.
54539
54540 2011-03-16 Ryan S. Arnold <rsa@us.ibm.com>
54541
54542 * sysdeps/powerpc/powerpc32/power6/fpu/s_isnanf.S (isnanf): Fix
54543 END(__isnan) to END(__isnanf) to match function entry point/label
54544 EALIGN(__isnanf,...).
54545
54546 2011-03-10 Jakub Jelinek <jakub@redhat.com>
54547
54548 * wcsmbs/wchar.h (wmemcmp): Remove __restrict qualifiers.
54549
54550 2011-03-10 Ulrich Drepper <drepper@gmail.com>
54551
54552 [BZ #12510]
54553 * elf/dl-lookup.c (do_lookup_x): For copy relocations of unique objects
54554 copy from the symbol referenced in the relocation to initialize the
54555 used variable.
54556 Patch by Piotr Bury <pbury@goahead.com>.
54557 * elf/Makefile: Add rules to build and tst-unique3.
54558 * include/bits/dlfcn.h: Remove _dl_mcount_wrapper_check declaration.
54559 * elf/tst-unique3.cc: New file.
54560 * elf/tst-unique3.h: New file.
54561 * elf/tst-unique3lib.cc: New file.
54562 * elf/tst-unique3lib2.cc: New file.
54563
54564 * elf/Makefile: Don't run tst-execstack* tests of SELinux is enabled.
54565
54566 2011-03-10 Mike Frysinger <vapier@gentoo.org>
54567
54568 * sysdeps/sparc/sparc64/elf/configure.in (libc_cv_sparc64_tls): Add
54569 $LDFLAGS and -nostdlib -nostartfiles to linking step. Change main
54570 to _start.
54571
54572 2011-03-06 Ulrich Drepper <drepper@gmail.com>
54573
54574 * elf/dl-load.c (_dl_map_object): If we are looking for the first
54575 to-be-loaded object along a path to loader is ld.so.
54576
54577 2011-03-02 Harsha Jagasia <harsha.jagasia@amd.com>
54578 Ulrich Drepper <drepper@gmail.com>
54579
54580 * sysdeps/x86_64/memset.S: After aligning destination, code
54581 branches to different locations depending on the value of
54582 misalignment, when multiarch is enabled. Fix this.
54583
54584 2011-03-02 Harsha Jagasia <harsha.jagasia@amd.com>
54585
54586 * sysdeps/x86_64/cacheinfo.c (init_cacheinfo):
54587 Set _x86_64_preferred_memory_instruction for AMD processsors.
54588 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
54589 Set bit_Prefer_SSE_for_memop for AMD processors.
54590
54591 2011-03-04 Ulrich Drepper <drepper@gmail.com>
54592
54593 * libio/fmemopen.c (fmemopen): Optimize a bit.
54594
54595 2011-03-03 Andreas Schwab <schwab@redhat.com>
54596
54597 * libio/fmemopen.c (fmemopen): Don't read past end of buffer.
54598
54599 2011-03-03 Roland McGrath <roland@redhat.com>
54600
54601 * setjmp/bits/setjmp2.h: Canonicalize comment formatting.
54602
54603 2011-02-28 Aurelien Jarno <aurelien@aurel32.net>
54604
54605 * sysdeps/sparc/sparc64/multiarch/memset.S(__bzero): Call
54606 __bzero_ultra1 instead of __memset_ultra1.
54607
54608 2011-02-23 Andreas Schwab <schwab@redhat.com>
54609 Ulrich Drepper <drepper@gmail.com>
54610
54611 [BZ #12509]
54612 * include/link.h (struct link_map): Add l_orig_initfini.
54613 * elf/dl-load.c (_dl_map_object_from_fd): Free realname before
54614 returning unsuccessfully.
54615 * elf/dl-close.c (_dl_close_worker): If this is the last explicit
54616 close of a file loaded at startup, restore the original l_initfini
54617 list.
54618 * elf/dl-deps.c (_dl_map_object_deps): Don't free old l_initfini
54619 list, store the pointer.
54620 * elf/Makefile ($(objpfx)noload-mem): New rule.
54621 (noload-ENV): Define.
54622 (tests): Add $(objpfx)noload-mem.
54623 * elf/noload.c: Include <memcheck.h>.
54624 (main): Call mtrace. Close all opened handles.
54625
54626 2011-02-17 Andreas Schwab <schwab@redhat.com>
54627
54628 [BZ #12454]
54629 * elf/dl-deps.c (_dl_map_object_deps): Signal error early when
54630 dependencies are missing.
54631
54632 2011-02-22 Samuel Thibault <samuel.thibault@ens-lyon.org>
54633
54634 Fix __if_freereq crash: Unlike the generic version which uses free,
54635 Hurd needs munmap.
54636 * sysdeps/mach/hurd/ifreq.h: New file.
54637
54638 2011-01-27 Petr Baudis <pasky@suse.cz>
54639 Ulrich Drepper <drepper@gmail.com>
54640
54641 [BZ 12445]#
54642 * stdio-common/vfprintf.c (vfprintf): Pass correct newlen
54643 to extend_alloca().
54644 * stdio-common/bug23.c: New file.
54645 * stdio-common/Makefile (tests): Add bug23.
54646
54647 2010-09-28 Andreas Schwab <schwab@redhat.com>
54648 Ulrich Drepper <drepper@gmail.com>
54649
54650 [BZ #12489]
54651 * elf/rtld.c (dl_main): Move setting of GLRO(dl_init_all_dirs)
54652 before performing relro protection. At old place add assertion
54653 to make sure nothing changed.
54654
54655 2011-02-17 Nathan Sidwell <nathan@codesourcery.com>
54656 Glauber de Oliveira Costa <glommer@gmail.com>
54657
54658 * elf/elf.h: Add new ARM TLS relocs.
54659
54660 2011-02-16 Ryan S. Arnold <rsa@us.ibm.com>
54661
54662 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
54663 (INTERNAL_VSYSCALL_NCS INTERNAL_SYSCALL_NCS): Remove erroneous (int)
54664 cast from r3.
54665 * sysdeps/wordsize-64/Makefile: New file. Add tst-writev to
54666 'tests' variable.
54667 * sysdeps/wordsize-64/tst-writev.c: New file.
54668
54669 2011-02-15 Ryan S. Arnold <rsa@us.ibm.com>
54670
54671 * sysdeps/powerpc/powerpc64/power7/Makefile: New file which adds
54672 -mno-vsx to the CFLAGS-rtld.c variable to avoid using VSX registers and
54673 insns in _dl_start to prevent a TOC reference before relocs are
54674 resolved.
54675
54676 2011-02-15 Ulrich Drepper <drepper@gmail.com>
54677
54678 [BZ #12469]
54679 * Makeconfig: Remove RANLIB definition.
54680 * Makerules: Don't use RANLIB.
54681 * aclocal.m4: Remove ranlib test.
54682 * configure.in: No need to check for ranlib.
54683 * elf/rtld-Rules: Don't use RANLIB.
54684
54685 2011-02-16 Samuel Thibault <samuel.thibault@ens-lyon.org>
54686
54687 * sysdeps/mach/i386/sysdep.h: Add _MACH_I386_SYSDEP_H inclusion
54688 protection macro.
54689 * sysdeps/mach/i386/thread_state.h: Add _MACH_I386_THREAD_STATE_H
54690 inclusion protection macro.
54691
54692 * stdio-common/psiginfo.c (psiginfo): Check pinfo->si_signo against
54693 SIGRTMIN and SIGRTMAX and print information in that case only when
54694 SIGRTMIN is defined.
54695
54696 2011-02-11 Jakub Jelinek <jakub@redhat.com>
54697
54698 * stdio-common/printf-parsemb.c (__parse_one_specmb): Handle
54699 arginfo fn returning -1.
54700
54701 * stdio-common/_i18n_number.h (_i18n_number_rewrite): Ensure decimal
54702 and thousands string is zero terminated.
54703
54704 2011-02-03 Andreas Schwab <schwab@redhat.com>
54705
54706 * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Sync with
54707 sysdeps/unix/sysv/linux/bits/socket.h.
54708
54709 2011-01-30 Samuel Thibault <samuel.thibault@ens-lyon.org>
54710
54711 * bits/sched.h (__CPU_ZERO, __CPU_SET, __CPU_CLR, __CPU_ISSET)
54712 (__CPU_COUNT): Remove old macros.
54713 (__CPU_ZERO_S, __CPU_SET_S, __CPU_CLR_S, __CPU_ISSET_S)
54714 (__CPU_COUNT, __CPU_EQUAL_S, __CPU_OP_S, __CPU_ALLOC_SIZE)
54715 (__CPU_ALLOC, __CPU_FREE): Add macros.
54716 (__sched_cpualloc, __sched_cpufree): Add declarations.
54717
54718 2011-02-05 Ulrich Drepper <drepper@gmail.com>
54719
54720 * nscd/nscd-client.h: Define MAX_TIMEOUT_VALUE.
54721 (struct datahead): Reuse 32 bits of the alignment for a TTL field.
54722 * nscd/aicache.c (addhstaiX): Return timeout of added value.
54723 (readdhstai): Return value of addhstaiX call.
54724 * nscd/grpcache.c (cache_addgr): Return timeout of added value.
54725 (addgrbyX): Return value returned by cache_addgr.
54726 (readdgrbyname): Return value returned by addgrbyX.
54727 (readdgrbygid): Likewise.
54728 * nscd/pwdcache.c (cache_addpw): Return timeout of added value.
54729 (addpwbyX): Return value returned by cache_addpw.
54730 (readdpwbyname): Return value returned by addhstbyX.
54731 (readdpwbyuid): Likewise.
54732 * nscd/servicescache.c (cache_addserv): Return timeout of added value.
54733 (addservbyX): Return value returned by cache_addserv.
54734 (readdservbyname): Return value returned by addservbyX:
54735 (readdservbyport): Likewise.
54736 * nscd/hstcache.c (cache_addhst): Return timeout of added value.
54737 (addhstbyX): Return value returned by cache_addhst.
54738 (readdhstbyname): Return value returned by addhstbyX.
54739 (readdhstbyaddr): Likewise.
54740 (readdhstbynamev6): Likewise.
54741 (readdhstbyaddrv6): Likewise.
54742 * nscd/initgrcache.c (addinitgroupsX): Return timeout of added value.
54743 (readdinitgroups): Return value returned by addinitgroupsX.
54744 * nscd/cache.c (readdfcts): Change return value of functions to time_t.
54745 (prune_cache): Keep track of timeout value of re-added entries.
54746 * nscd/connections.c (nscd_run_prune): Use MAX_TIMEOUT_VALUE.
54747 * nscd/nscd.h: Adjust prototypes of readd* functions.
54748
54749 2011-02-04 Roland McGrath <roland@redhat.com>
54750
54751 * nis/nis_server.c (nis_servstate): Use the right name for 0.
54752 (nis_stats): Likewise.
54753 * nis/nis_modify.c (nis_modify): Likewise.
54754 * nis/nis_remove.c (nis_remove): Likewise.
54755 * nis/nis_add.c (nis_add): Likewise.
54756
54757 * elf/dl-object.c (_dl_new_object): Remove unused variable L.
54758
54759 * posix/fnmatch_loop.c: Add some consts.
54760
54761 * sysdeps/x86_64/multiarch/memset-x86-64.S: Add an #undef.
54762
54763 2011-02-02 H.J. Lu <hongjiu.lu@intel.com>
54764
54765 [BZ #12460]
54766 * config.make.in (config-cflags-novzeroupper): Define.
54767 * configure.in: Substitute libc_cv_cc_novzeroupper.
54768 * elf/Makefile (AVX-CFLAGS): Define.
54769 (CFLAGS-tst-audit4.c): Replace -mavx with $(AVX-CFLAGS).
54770 (CFLAGS-tst-auditmod4a.c): Likewise.
54771 (CFLAGS-tst-auditmod4b.c): Likewise.
54772 (CFLAGS-tst-auditmod6b.c): Likewise.
54773 (CFLAGS-tst-auditmod6c.c): Likewise.
54774 (CFLAGS-tst-auditmod7b.c): Likewise.
54775 * sysdeps/i386/configure.in: Check -mno-vzeroupper.
54776
54777 2011-02-02 Ulrich Drepper <drepper@gmail.com>
54778
54779 * elf/dl-runtime.c (_dl_call_pltexit): Pass correct address of the
54780 function to the callback.
54781 Patch partly by Jiri Olsa <jolsa@redhat.com>.
54782
54783 2011-02-02 Andreas Schwab <schwab@redhat.com>
54784
54785 * shadow/sgetspent.c: Check return value of __sgetspent_r instead
54786 of errno.
54787
54788 2011-01-19 Ulrich Drepper <drepper@gmail.com>
54789
54790 [BZ #11724]
54791 * elf/dl-deps.c (_dl_map_object_deps): Rewrite sorting determining order
54792 of constructors.
54793 * elf/dl-fini.c (_dl_sort_fini): Rewrite sorting determining order
54794 of destructors.
54795 (_dl_fini): Don't call _dl_sort_fini if there is only one object.
54796
54797 [BZ #11724]
54798 * elf/Makefile: Add rules to build and run new test.
54799 * elf/tst-initorder.c: New file.
54800 * elf/tst-initorder.exp: New file.
54801 * elf/tst-initordera1.c: New file.
54802 * elf/tst-initordera2.c: New file.
54803 * elf/tst-initordera3.c: New file.
54804 * elf/tst-initordera4.c: New file.
54805 * elf/tst-initorderb1.c: New file.
54806 * elf/tst-initorderb2.c: New file.
54807 * elf/tst-order-a1.c: New file.
54808 * elf/tst-order-a2.c: New file.
54809 * elf/tst-order-a3.c: New file.
54810 * elf/tst-order-a4.c: New file.
54811 * elf/tst-order-b1.c: New file.
54812 * elf/tst-order-b2.c: New file.
54813 * elf/tst-order-main.c: New file.
54814 New test case by George Gensure <werkt0@gmail.com>.
54815
54816 2010-10-01 Andreas Schwab <schwab@redhat.com>
54817
54818 * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
54819 decoding ACE if AI_CANONIDN.
54820
54821 2011-01-18 Ulrich Drepper <drepper@gmail.com>
54822
54823 * elf/Makefile: Build IFUNC tests unless multi-arch = no.
54824
54825 2011-01-17 Ulrich Drepper <drepper@gmail.com>
54826
54827 * version.h (RELEASE): Bump for 2.13 release.
54828 * include/features.h: (__GLIBC_MINOR__): Bump to 13.
54829
54830 * io/fcntl.h: Define AT_NO_AUTOMOUNT.
54831
54832 * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MADV_HUGEPAGE and
54833 MADV_NOHUGEPAGE.
54834 * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Likewise.
54835 * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
54836 * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
54837 * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
54838 * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
54839 * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
54840
54841 * posix/getconf.c: Update copyright year.
54842 * catgets/gencat.c: Likewise.
54843 * csu/version.c: Likewise.
54844 * debug/catchsegv.sh: Likewise.
54845 * debug/xtrace.sh: Likewise.
54846 * elf/ldconfig.c: Likewise.
54847 * elf/ldd.bash.in: Likewise.
54848 * elf/sprof.c (print_version): Likewise.
54849 * iconv/iconv_prog.c: Likewise.
54850 * iconv/iconvconfig.c: Likewise.
54851 * locale/programs/locale.c: Likewise.
54852 * locale/programs/localedef.c: Likewise.
54853 * malloc/memusage.sh: Likewise.
54854 * malloc/mtrace.pl: Likewise.
54855 * nscd/nscd.c (print_version): Likewise.
54856 * nss/getent.c: Likewise.
54857
54858 * sysdeps/unix/sysv/linux/bits/socket.h: Define AF_CAIF, AF_ALG,
54859 PF_CAIF, and PF_ALG.
54860 * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
54861
54862 2011-01-16 Andreas Schwab <schwab@linux-m68k.org>
54863
54864 * elf/Makefile (tlsmod17a-modules, tlsmod18a-modules): Define.
54865 (modules-names): Use them.
54866 (ifunc-test-modules, ifunc-pie-tests): Define.
54867 (extra-test-objs): Add tlsmod17a-modules, tlsmod18a-modules,
54868 tst-pie1, ifunc-test-modules and ifunc-pie-tests objects.
54869 (test-extras): Likewise.
54870 ($(patsubst %,$(objpfx)%.os,$(tlsmod17a-modules))): Use
54871 $(compile-command.c).
54872 ($(patsubst %,$(objpfx)%.os,$(tlsmod18a-modules))): Likewise.
54873 (all-built-dso): Define.
54874 (check-textrel.out, check-execstack.out): Depend on it.
54875
54876 * configure.in: Don't override --enable-multi-arch.
54877
54878 2011-01-15 Ulrich Drepper <drepper@gmail.com>
54879
54880 [BZ #6812]
54881 * nscd/hstcache.c (tryagain): Define.
54882 (cache_addhst): Return tryagain not notfound for temporary errors.
54883 (addhstbyX): Also set h_errno to TRY_AGAIN when memory allocation
54884 failed.
54885
54886 2011-01-14 Ulrich Drepper <drepper@gmail.com>
54887
54888 [BZ #10563]
54889 * sysdeps/unix/sysv/linux/i386/setgroups.c: Use INLINE_SETXID_SYSCALL
54890 to make the syscall.
54891 * sysdeps/unix/sysv/linux/setgroups.c: New file.
54892
54893 [BZ #12378]
54894 * posix/fnmatch_loop.c (FCT): When matching '[' keep track of beginning
54895 and fall back to matching as normal character if the string ends before
54896 the matching ']' is found. This is what POSIX requires.
54897 * posix/testfnm.c: Adjust test result.
54898 * posix/globtest.sh: Adjust test result. Add new test.
54899 * posix/tst-fnmatch.input: Likewise.
54900 * posix/tst-fnmatch2.c: Add new test.
54901
54902 2010-12-28 Andreas Schwab <schwab@linux-m68k.org>
54903
54904 * elf/Makefile (check-execstack): Revert last change. Depend on
54905 check-execstack.h.
54906 (check-execstack.h): New target.
54907 (generated): Add check-execstack.h.
54908 * elf/check-execstack.c: Include "check-execstack.h".
54909 (main): Revert last change.
54910 (handle_file): Return zero if GNU_STACK is absent and
54911 DEFAULT_STACK_PERMS doesn't include PF_X.
54912
54913 2011-01-13 Ulrich Drepper <drepper@gmail.com>
54914
54915 * sysdeps/posix/spawni.c (__spawni): Don't fail if close file action
54916 in child fails because the descriptor is already closed.
54917 * include/sys/resource.h: Add libc_hidden_proto for getrlimit64.
54918 * sysdeps/unix/sysv/linux/getrlimit64.c: Add libc_hidden_def.
54919 * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Likewise.
54920
54921 [BZ #12397]
54922 * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Fix handling of missing
54923 syscall.
54924
54925 [BZ #10484]
54926 * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Handle overflows of
54927 temporary buffer used to handle multi lookups locally.
54928 * include/alloca.h: Add libc_hidden_proto for __libc_alloca_cutoff.
54929
54930 2011-01-12 Ulrich Drepper <drepper@gmail.com>
54931
54932 * elf/dl-dst.h (DL_DST_REQUIRED): Allow l_origin to be NULL when
54933 loader is ld.so.
54934
54935 2011-01-10 Paul Pluzhnikov <ppluzhnikov@google.com>
54936
54937 * sysdeps/i386/Makefile: stdlib/cxa_finalize.c needs 16-byte stack
54938 alignment for SSE2.
54939
54940 2011-01-12 Ulrich Drepper <drepper@gmail.com>
54941
54942 [BZ #12394]
54943 * stdio-common/printf_fp.c (__printf_fp): Add more room for grouping
54944 characters. When rounding increased number of integer digits recompute
54945 number of groups.
54946 * stdio-common/tst-grouping.c: New file.
54947 * stdio-common/Makefile: Add rules to build and run tst-grouping.
54948
54949 2011-01-09 Ulrich Drepper <drepper@gmail.com>
54950
54951 * sysdeps/i386/bits/select.h: Don't use asm code for __FD_SET,
54952 __FD_CLR, and __FS_ISSET. gcc generates better code on its own.
54953
54954 * sysdeps/x86_64/bits/select.h: Mark value of __FD_SET and __FD_CLR as
54955 void.
54956 * bits/select.h: Likewise.
54957
54958 2011-01-08 Ulrich Drepper <drepper@gmail.com>
54959
54960 * po/ja.po: Update from translation team.
54961
54962 2011-01-04 David S. Miller <davem@sunset.davemloft.net>
54963
54964 [BZ #11155]
54965 * sysdeps/unix/sysv/linux/sparc/sparc64/fxstat.c: Use i386's
54966 implementation just like for lxstat, fxstatat, et al.
54967
54968 2010-12-27 Jim Meyering <meyering@redhat.com>
54969
54970 [BZ #12348]
54971 * posix/regexec.c (build_trtable): Return failure indication upon
54972 calloc failure. Otherwise, re_search_internal could infloop on OOM.
54973
54974 2010-12-25 Ulrich Drepper <drepper@gmail.com>
54975
54976 [BZ #12201]
54977 * sysdeps/unix/sysv/linux/getrlimit64.c: New file.
54978 * sysdeps/unix/sysv/linux/setrlimit64.c: New file.
54979 * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Use ../getrlimit64.c.
54980 * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_PRLIMIT64.
54981
54982 [BZ #12207]
54983 * malloc/malloc.c (do_check_malloc_state): Use fastbin macro.
54984
54985 [BZ #12204]
54986 * string/xpg-strerror.c (__xpg_strerror_r): Return error code, not -1.
54987 * sysdeps/mach/xpg-strerror.c (__xpg_strerror_r): Likewise.
54988
54989 2010-12-15 H.J. Lu <hongjiu.lu@intel.com>
54990
54991 * config.h.in (NO_CTORS_DTORS_SECTIONS): Define.
54992 * configure.in: Define NO_CTORS_DTORS_SECTIONS if linker
54993 script has SORT_BY_INIT_PRIORITY.
54994 * elf/sofini.c: Remove `.ctors' and `.dtors' sections if
54995 NO_CTORS_DTORS_SECTIONS is defined.
54996 * elf/soinit.c: Likewise.
54997 * sysdeps/i386/init-first.c: Don't call __libc_global_ctors if
54998 NO_CTORS_DTORS_SECTIONS is defined.
54999 * sysdeps/mach/hurd/i386/init-first.c: Likewise.
55000 * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
55001 * sysdeps/sh/init-first.c: Likewise.
55002 * sysdeps/unix/sysv/linux/init-first.c: Likewise.
55003
55004 2010-12-24 Ulrich Drepper <drepper@gmail.com>
55005
55006 * stdio-common/vfprintf.c (vfprintf): If printf handlers are installed
55007 always use the slow path.
55008
55009 2010-12-15 Ryan S. Arnold <rsa@us.ibm.com>
55010
55011 * elf/Makefile: (check-execstack): Replace $(native-compile) with a
55012 similar rule which adds the sysdep directories to the header search in
55013 order to pick up the correct platform stackinfo.h.
55014 * elf/check-execstack.c (main): Check DEFAULT_STACK_PERMS for PF_X and
55015 perform test if it is, otherwise return successfully without testing.
55016 * elf/dl-load.c (_dl_map_object_from_fd): Source stack_flags from
55017 DEFAULT_STACK_PERMS define in stackinfo.h.
55018 * elf/dl-support.c (_dl_stack_flags): Source from DEFAULT_STACK_PERMS
55019 defined in stackinfo.h.
55020 * elf/rtld.c (_dl_starting_up): Source ._dl_stack_flags from
55021 DEFAULT_STACK_PERMS defined in stackinfo.h.
55022 * sysdeps/i386/stackinfo.h: Define DEFAULT_STACK_PERMS with PF_X.
55023 * sysdeps/ia64/stackinfo.h: Likewise.
55024 * sysdeps/s390/stackinfo.h: Likewise.
55025 * sysdeps/sh/stackinfo.h: Likewise.
55026 * sysdeps/sparc/stackinfo.h: Likewise.
55027 * sysdeps/x86_64/stackinfo.h: Likewise.
55028 * sysdeps/powerpc/stackinfo.h: Define DEFAULT_STACK_PERMS without
55029 PF_X for powerpc64. Retain PF_X for powerpc32.
55030
55031 2010-12-19 Ulrich Drepper <drepper@gmail.com>
55032
55033 * sysdeps/unix/readdir_r.c (__READDIR_R): Compute reclen more
55034 accurately.
55035 * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Define
55036 GETDENTS_64BIT_ALIGNED.
55037
55038 2010-12-14 Ulrich Drepper <dreper@gmail.com>
55039
55040 * sysdeps/i386/i686/multiarch/strcmp.S: Undo accidental checkin.
55041
55042 2010-12-10 Andreas Schwab <schwab@redhat.com>
55043
55044 * wcsmbs/wchar.h (wcpcpy, wcpncpy): Only declare under
55045 _GNU_SOURCE.
55046
55047 * wcsmbs/wchar.h (wcpcpy, wcpncpy): Add __restrict.
55048 * wcsmbs/bits/wchar2.h (__wmemmove_chk_warn, wmemmove, wmemset):
55049 Remove __restrict.
55050 (wcscpy, __wcpcpy_chk, __wcpcpy_alias, wcpcpy, wcsncpy, wcpncpy)
55051 (wcscat, wcsncat, __wcrtomb_chk, wcrtomb): Add __restrict.
55052
55053 2010-12-09 Ulrich Drepper <drepper@gmail.com>
55054
55055 [BZ #11655]
55056 * stdlib/msort.c (qsort_r): Make sure both phys_pages and pagesize
55057 are initialized.
55058
55059 2010-12-09 Jakub Jelinek <jakub@redhat.com>
55060
55061 * string/bits/string3.h (memmove, bcopy): Remove __restrict.
55062
55063 2010-12-03 Ulrich Drepper <drepper@gmail.com>
55064
55065 * po/it.po: Update from translation team.
55066
55067 2010-12-01 H.J. Lu <hongjiu.lu@intel.com>
55068
55069 * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (STRCMP): Remove
55070 unused codes.
55071
55072 2010-11-30 Ulrich Drepper <drepper@gmail.com>
55073
55074 * sysdeps/i386/fpu/libm-test-ulps: Relax ynf(10,0.75) test expectations.
55075
55076 2010-11-24 Andreas Schwab <schwab@redhat.com>
55077
55078 * resolv/nss_dns/dns-host.c (getanswer_r): Don't handle ttl == 0
55079 specially.
55080 (gaih_getanswer_slice): Likewise.
55081
55082 2010-10-20 Jakub Jelinek <jakub@redhat.com>
55083
55084 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Fix up inline asm.
55085
55086 2010-05-31 Petr Baudis <pasky@suse.cz>
55087
55088 [BZ #11149]
55089 * elf/ldconfig.c (main): Allow aux_cache_file open()ing to fail
55090 silently even in the chroot mode.
55091
55092 2010-11-22 Ulrich Drepper <drepper@gmail.com>
55093
55094 * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Optimize
55095 last patch a bit. Pretty printing
55096
55097 2010-05-31 Petr Baudis <pasky@suse.cz>
55098
55099 [BZ #10085]
55100 * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Fix
55101 initialization of skip_initgroups_dyn.
55102
55103 2010-11-19 Ulrich Drepper <drepper@gmail.com>
55104
55105 * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MAP_HUGETLB.
55106 * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
55107
55108 2010-11-16 Ulrich Drepper <drepper@gmail.com>
55109
55110 * sysdeps/unix/sysv/linux/sys/swap.h (SWAP_FLAG_DISCARD): Define.
55111
55112 2010-11-11 Andreas Schwab <schwab@redhat.com>
55113
55114 * posix/fnmatch_loop.c (NEW_PATTERN): Fix use of alloca.
55115 * posix/Makefile (tests): Add $(objpfx)tst-fnmatch-mem.
55116 (tst-fnmatch-ENV): Set MALLOC_TRACE.
55117 ($(objpfx)tst-fnmatch-mem): New rule.
55118 (generated): Add tst-fnmatch-mem and tst-fnmatch.mtrace.
55119 * posix/tst-fnmatch.c (main): Call mtrace.
55120
55121 2010-11-11 H.J. Lu <hongjiu.lu@intel.com>
55122
55123 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
55124 Support Intel processor model 6 and model 0x2c.
55125
55126 2010-11-10 Luis Machado <luisgpm@br.ibm.com>
55127
55128 * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (__ieee754_sqrtl): Force
55129 signed comparison.
55130
55131 2010-11-09 H.J. Lu <hongjiu.lu@intel.com>
55132
55133 [BZ #12205]
55134 * string/test-strncasecmp.c (check_result): New function.
55135 (do_one_test): Use it.
55136 (check1): New function.
55137 (test_main): Use it.
55138 * sysdeps/i386/i686/multiarch/strcmp.S (nibble_ashr_use_sse4_2_exit):
55139 Support strcasecmp and strncasecmp.
55140
55141 2010-11-08 Ulrich Drepper <drepper@gmail.com>
55142
55143 [BZ #12194]
55144 * sysdeps/i386/bits/byteswap.h: Avoid warning in __bswap_16.
55145 * sysdeps/x86_64/bits/byteswap.h: Likewise.
55146
55147 2010-11-07 H.J. Lu <hongjiu.lu@intel.com>
55148
55149 * sysdeps/x86_64/memset.S: Check USE_MULTIARCH and USE_SSE2 for
55150 IFUNC support.
55151 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
55152 memset-x86-64.
55153 * sysdeps/x86_64/multiarch/bzero.S: New file.
55154 * sysdeps/x86_64/multiarch/cacheinfo.c: New file.
55155 * sysdeps/x86_64/multiarch/memset-x86-64.S: New file.
55156 * sysdeps/x86_64/multiarch/memset.S: New file.
55157 * sysdeps/x86_64/multiarch/memset_chk.S: New file.
55158 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
55159 Set bit_Prefer_SSE_for_memop for Intel processors.
55160 * sysdeps/x86_64/multiarch/init-arch.h (bit_Prefer_SSE_for_memop):
55161 Define.
55162 (index_Prefer_SSE_for_memop): Define.
55163 (HAS_PREFER_SSE_FOR_MEMOP): Define.
55164
55165 2010-11-04 Luis Machado <luisgpm@br.ibm.com>
55166
55167 * sysdeps/powerpc/powerpc32/power7/mempcpy.S: New file.
55168 * sysdeps/powerpc/powerpc64/power7/mempcpy.S: New file.
55169
55170 2010-11-03 H.J. Lu <hongjiu.lu@intel.com>
55171
55172 [BZ #12191]
55173 * sysdeps/i386/i686/cacheinfo.c (__x86_64_raw_data_cache_size): New.
55174 (__x86_64_raw_data_cache_size_half): Likewise.
55175 (__x86_64_raw_shared_cache_size): Likewise.
55176 (__x86_64_raw_shared_cache_size_half): Likewise.
55177
55178 * sysdeps/x86_64/cacheinfo.c (__x86_64_raw_data_cache_size): New.
55179 (__x86_64_raw_data_cache_size_half): Likewise.
55180 (__x86_64_raw_shared_cache_size): Likewise.
55181 (__x86_64_raw_shared_cache_size_half): Likewise.
55182 (init_cacheinfo): Set __x86_64_raw_data_cache_size,
55183 __x86_64_raw_data_cache_size_half, __x86_64_raw_shared_cache_size
55184 and __x86_64_raw_shared_cache_size_half. Round
55185 __x86_64_data_cache_size_half, __x86_64_data_cache_size
55186 __x86_64_shared_cache_size_half and __x86_64_shared_cache_size,
55187 to multiple of 256 bytes.
55188
55189 2010-11-03 Ulrich Drepper <drepper@gmail.com>
55190
55191 [BZ #12167]
55192 * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Recognize new mangling
55193 of inacessible symlinks. Verify result of symlink before returning it.
55194 * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
55195 Patch mostly by Miklos Szeredi <miklos@szeredi.hu>.
55196
55197 2010-10-28 Erich Ritz <erichritz@gmail.com>
55198
55199 * math/math.h (isinf): Fix typo in comment.
55200
55201 2010-11-01 Ulrich Drepper <drepper@gmail.com>
55202
55203 * po/da.po: Update from translation team.
55204
55205 2010-10-26 Ulrich Drepper <drepper@gmail.com>
55206
55207 * elf/rtld.c (dl_main): Move assertion after the point where rtld map
55208 is added to the list.
55209
55210 2010-10-20 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
55211 Ulrich Drepper <drepper@gmail.com>
55212
55213 * elf/dl-object.c (_dl_new_object): Don't append the new object to
55214 the global list here. Move code to...
55215 (_dl_add_to_namespace_list): ...here. New function.
55216 * elf/rtld.c (dl_main): Invoke _dl_add_to_namespace_list.
55217 * sysdeps/generic/ldsodefs.h (_dl_add_to_namespace_list): Declare.
55218 * elf/dl-load.c (lose): Don't remove the element from the list.
55219 (_dl_map_object_from_fd): Invoke _dl_add_to_namespace_list.
55220 (_dl_map_object): Likewise.
55221
55222 2010-10-25 Ulrich Drepper <drepper@gmail.com>
55223
55224 [BZ #12159]
55225 * sysdeps/x86_64/multiarch/strchr.S: Fix propagation of search byte
55226 into all bytes of SSE register.
55227 Patch by Richard Li <richardpku@gmail.com>.
55228
55229 2010-10-24 Ulrich Drepper <drepper@gmail.com>
55230
55231 [BZ #12140]
55232 * malloc/malloc.c (_int_free): Fill correct number of bytes when
55233 perturbing.
55234
55235 2010-10-20 Michael B. Brutman <brutman@us.ibm.com>
55236
55237 * sysdeps/powerpc/dl-procinfo.c: Add support for ppca2 platform
55238 * sysdeps/powerpc/dl-procinfo.h: Add support for ppca2 platform
55239 * sysdeps/powerpc/powerpc32/a2/memcpy.S: New file.
55240 * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
55241 * sysdeps/unix/sysv/linux/powerpc/powerpc32/a2/Implies: New
55242 submachine.
55243 * sysdeps/unix/sysv/linux/powerpc/powerpc64/a2/Implies: Likewise.
55244
55245 2010-10-22 Andreas Schwab <schwab@redhat.com>
55246
55247 * include/dlfcn.h (__RTLD_SECURE): Define.
55248 * elf/dl-load.c (_dl_map_object): Remove preloaded parameter. Use
55249 mode & __RTLD_SECURE instead.
55250 (open_path): Rename preloaded parameter to secure.
55251 * sysdeps/generic/ldsodefs.h (_dl_map_object): Adjust declaration.
55252 * elf/dl-open.c (dl_open_worker): Adjust call to _dl_map_object.
55253 * elf/dl-deps.c (openaux): Likewise.
55254 * elf/rtld.c (struct map_args): Remove is_preloaded.
55255 (map_doit): Don't use it.
55256 (dl_main): Likewise.
55257 (do_preload): Use __RTLD_SECURE instead of is_preloaded.
55258 (dlmopen_doit): Add __RTLD_SECURE to mode bits.
55259
55260 2010-09-09 Andreas Schwab <schwab@redhat.com>
55261
55262 * Makeconfig (sysd-rules-patterns): Add rtld-%:rtld-%.
55263 (sysd-rules-targets): Remove duplicates.
55264 * elf/rtld-Rules ($(objpfx)rtld-%.os): Add pattern rules with
55265 rtld-%.$o dependency.
55266
55267 2010-10-18 Andreas Schwab <schwab@redhat.com>
55268
55269 * elf/dl-open.c (dl_open_worker): Don't expand DST here, let
55270 _dl_map_object do it.
55271
55272 2010-10-19 Ulrich Drepper <drepper@gmail.com>
55273
55274 * sysdeps/i386/bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has
55275 fast fma builtins, define the macros in the C99 standard.
55276 (FP_FAST_FMAF): Likewise.
55277 (FP_FAST_FMAL): Likewise.
55278 * sysdeps/x86_64/bits/mathdef.h: Likewise.
55279
55280 * bits/mathdef.h: Update copyright year.
55281 * sysdeps/powerpc/bits/mathdef.h: Likewise.
55282
55283 2010-10-19 Michael Meissner <meissner@linux.vnet.ibm.com>
55284
55285 * bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has fast fma
55286 builtins, define the macros in the C99 standard.
55287 (FP_FAST_FMAF): Likewise.
55288 (FP_FAST_FMAL): Likewise.
55289 * sysdeps/powerpc/bits/mathdef.h (FP_FAST_FMA): Define, ppc as
55290 multiply/add.
55291 (FP_FAST_FMAF): Likewise.
55292
55293 2010-10-15 Jakub Jelinek <jakub@redhat.com>
55294
55295 [BZ #3268]
55296 * math/libm-test.inc (fma_test): Some new testcases.
55297 * sysdeps/ieee754/ldbl-128/s_fmal.c: New file.
55298 * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Fix fma with finite x and
55299 y and infinite z. Do multiplication by C already in long double.
55300 * sysdeps/ieee754/ldbl-96/s_fmal.c: New file.
55301 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix fma with finite x and
55302 y and infinite z. Do bitwise or of inexact bit into u.d.
55303 * sysdeps/ieee754/ldbl-64-128/s_fmal.c: New file.
55304 * sysdeps/i386/fpu/s_fmaf.S: Removed.
55305 * sysdeps/i386/fpu/s_fma.S: Removed.
55306 * sysdeps/i386/fpu/s_fmal.S: Removed.
55307
55308 2010-10-16 Jakub Jelinek <jakub@redhat.com>
55309
55310 [BZ #3268]
55311 * math/libm-test.inc (fma_test): Add IEEE quad long double fmal tests.
55312 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Ensure a1 + u.d
55313 computation is not scheduled after fetestexcept. Fix value
55314 of minimum denormal long double.
55315
55316 2010-10-14 Jakub Jelinek <jakub@redhat.com>
55317
55318 [BZ #3268]
55319 * math/libm-test.inc (fma_test): Add some more tests.
55320 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle underflows
55321 correctly.
55322
55323 2010-10-15 Andreas Schwab <schwab@redhat.com>
55324
55325 * scripts/data/localplt-s390-linux-gnu.data: New file.
55326 * scripts/data/localplt-s390x-linux-gnu.data: New file.
55327
55328 2010-10-13 Jakub Jelinek <jakub@redhat.com>
55329
55330 [BZ #3268]
55331 * math/libm-test.inc (fma_test): Some more fmaf and fma tests.
55332 * sysdeps/i386/i686/multiarch/s_fma.c: Include ldbl-96 version
55333 instead of dbl-64.
55334 * sysdeps/i386/fpu/bits/mathinline.h (fma, fmaf, fmal): Remove
55335 inlines.
55336 * sysdeps/ieee754/ldbl-96/s_fma.c: New file.
55337 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix exponent adjustment
55338 if one of x and y is very large and the other is subnormal.
55339 * sysdeps/s390/fpu/s_fmaf.c: New file.
55340 * sysdeps/s390/fpu/s_fma.c: New file.
55341 * sysdeps/powerpc/fpu/s_fmaf.S: New file.
55342 * sysdeps/powerpc/fpu/s_fma.S: New file.
55343 * sysdeps/powerpc/powerpc32/fpu/s_fma.S: New file.
55344 * sysdeps/powerpc/powerpc64/fpu/s_fma.S: New file.
55345 * sysdeps/unix/sysv/linux/s390/fpu/s_fma.c: New file.
55346
55347 2010-10-12 Jakub Jelinek <jakub@redhat.com>
55348
55349 [BZ #3268]
55350 * math/libm-test.inc (fma_test): Add some more fmaf tests, add
55351 fma tests.
55352 * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Fix Inf/Nan check.
55353 * sysdeps/ieee754/dbl-64/s_fma.c: New file.
55354 * sysdeps/i386/i686/multiarch/s_fma.c: Include
55355 sysdeps/ieee754/dbl-64/s_fma.c instead of math/s_fma.c.
55356 * sysdeps/x86_64/multiarch/s_fma.c: Likewise.
55357 * sysdeps/ieee754/ldbl-opt/s_fma.c: Likewise.
55358 * sysdeps/ieee754/ldbl-128/s_fma.c: New file.
55359
55360 2010-10-12 Ulrich Drepper <drepper@redhat.com>
55361
55362 [BZ #12078]
55363 * posix/regcomp.c (parse_branch): One more memory leak plugged.
55364 * posix/bug-regex31.input: Add test case.
55365
55366 2010-10-11 Ulrich Drepper <drepper@gmail.com>
55367
55368 * posix/bug-regex31.c: Rewrite to run multiple tests from stdin.
55369 * posix/bug-regex31.input: New file.
55370
55371 [BZ #12078]
55372 * posix/regcomp.c (parse_branch): Free memory when allocation failed.
55373 (parse_sub_exp): Fix last change, use postorder.
55374
55375 * posix/bug-regex31.c: New file.
55376 * posix/Makefile: Add rules to build and run bug-regex31.
55377
55378 * posix/regcomp.c (parse_bracket_exp): Add missing re_free calls.
55379
55380 [BZ #12078]
55381 * posix/regcomp.c (parse_sub_exp): Free tree data when it is not used.
55382
55383 [BZ #12108]
55384 * stdio-common/psiginfo.c (psiginfo): Don't expext SIGRTMIN..SIGRTMAX
55385 to have entries in sys_siglist.
55386
55387 [BZ #12093]
55388 * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): ->ifa_addr might
55389 be NULL.
55390
55391 2010-10-07 Jakub Jelinek <jakub@redhat.com>
55392
55393 [BZ #3268]
55394 * math/libm-test.inc (fma_test): Add 2 fmaf tests.
55395 * sysdeps/ieee754/dbl-64/s_fmaf.c: New file.
55396 * sysdeps/i386/i686/multiarch/s_fmaf.c: Include
55397 sysdeps/ieee754/dbl-64/s_fmaf.c instead of math/s_fmaf.c.
55398 * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
55399 * include/fenv.h (feupdateenv, fetestexcept): Add libm_hidden_proto.
55400 * math/feupdateenv.c (feupdateenv): Add libm_hidden_ver.
55401 * sysdeps/i386/fpu/feupdateenv.c (feupdateenv): Likewise.
55402 * sysdeps/powerpc/fpu/feupdateenv.c (feupdateenv): Likewise.
55403 * sysdeps/x86_64/fpu/feupdateenv.c (feupdateenv): Likewise.
55404 * sysdeps/sparc/fpu/feupdateenv.c (feupdateenv): Likewise.
55405 * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Add libm_hidden_def.
55406 * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
55407 * math/ftestexcept.c (fetestexcept): Likewise.
55408 * sysdeps/ia64/fpu/ftestexcept.c (fetestexcept): Likewise.
55409 * sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Likewise.
55410 * sysdeps/s390/fpu/ftestexcept.c (fetestexcept): Likewise.
55411 * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Likewise.
55412 * sysdeps/x86_64/fpu/ftestexcept.c (fetestexcept): Likewise.
55413 * sysdeps/sparc/fpu/ftestexcept.c (fetestexcept): Likewise.
55414 * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
55415
55416 2010-10-11 Ulrich Drepper <drepper@gmail.com>
55417
55418 [BZ #12107]
55419 * stdio-common/psiginfo.c (psiginfo): Terminate all strings with
55420 newline.
55421
55422 2010-10-06 Ulrich Drepper <drepper@gmail.com>
55423
55424 * string/bug-strstr1.c: New file.
55425 * string/Makefile: Add rules to build and run bug-strstr1.
55426
55427 2010-10-05 Eric Blake <eblake@redhat.com>
55428
55429 [BZ #12092]
55430 * string/str-two-way.h (two_way_long_needle): Always clear memory
55431 when skipping input due to the shift table.
55432
55433 2010-10-03 Ulrich Drepper <drepper@gmail.com>
55434
55435 [BZ #12005]
55436 * malloc/mcheck.c: Handle large requests.
55437
55438 [BZ #12077]
55439 * sysdeps/x86_64/strcmp.S: Fix handling of remaining bytes in buffer
55440 for strncmp and strncasecmp.
55441 * string/stratcliff.c: Add tests for strcmp and strncmp.
55442 * wcsmbs/wcsatcliff.c: Adjust for stratcliff change.
55443
55444 2010-09-28 Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
55445
55446 * sysdeps/sh/sh4/fpu/fpu_control.h: Add 'extern "C"' protection to
55447 __set_fpscr.
55448
55449 2010-09-30 Andreas Jaeger <aj@suse.de>
55450
55451 * sysdeps/unix/sysv/linux_fsinfo.h (BTRFS_SUPER_MAGIC): Define.
55452 (CGROUP_SUPER_MAGIC): Define.
55453 * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
55454 Handle btrfs and cgroup file systems.
55455 * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
55456 Likewise.
55457
55458 2010-09-27 Luis Machado <luisgpm@br.ibm.com>
55459
55460 * sysdeps/powerpc/powerpc32/rtld-memset.c: New file.
55461 * sysdeps/powerpc/powerpc64/rtld-memset.c: New file.
55462
55463 2010-09-29 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
55464
55465 [BZ #12067]
55466 * sysdeps/s390/s390-32/elf/start.S: Fix address calculation when
55467 trying to locate the ELF header.
55468
55469 2010-09-27 Andreas Schwab <schwab@redhat.com>
55470
55471 [BZ #11611]
55472 * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS):
55473 Mask out sign-bit copies when constructing f_fsid.
55474
55475 2010-09-24 Petr Baudis <pasky@suse.cz>
55476
55477 * debug/stack_chk_fail_local.c: Add missing licence exception.
55478 * debug/warning-nop.c: Likewise.
55479
55480 2010-09-15 Joseph Myers <joseph@codesourcery.com>
55481
55482 * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): When
55483 implementing getdents64 using getdents syscall, set d_type if
55484 __ASSUME_GETDENTS32_D_TYPE.
55485
55486 2010-09-16 Andreas Schwab <schwab@redhat.com>
55487
55488 * elf/dl-close.c (free_slotinfo, free_mem): Move to...
55489 * elf/dl-libc.c (free_slotinfo, free_mem): ... here.
55490
55491 2010-09-21 Ulrich Drepper <drepper@redhat.com>
55492
55493 [BZ #12037]
55494 * posix/unistd.h: Undo change of feature selection for ftruncate from
55495 2010-01-11.
55496
55497 2010-09-20 Ulrich Drepper <drepper@redhat.com>
55498
55499 * sysdeps/x86_64/strcmp.S: Fix another typo in x86-64 strncasecmp limit
55500 detection.
55501
55502 2010-09-20 Andreas Schwab <schwab@redhat.com>
55503
55504 * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Add
55505 fanotify_mark.
55506 * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
55507
55508 2010-09-14 Andreas Schwab <schwab@redhat.com>
55509
55510 * sysdeps/s390/s390-32/__longjmp.c (__longjmp): Define register
55511 variables after CHECK_SP call.
55512 * sysdeps/s390/s390-64/__longjmp.c (__longjmp): Likewise.
55513
55514 2010-09-13 Andreas Schwab <schwab@redhat.com>
55515 Ulrich Drepper <drepper@redhat.com>
55516
55517 * elf/rtld.c (dl_main): Set GLRO(dl_init_all_dirs) just before
55518 re-relocationg ld.so.
55519 * elf/dl-support.c (_dl_non_dynamic_init): And here after the
55520 _dl_init_paths call.
55521 * elf/dl-load.c (_dl_init_paths). Don't set GLRO(dl_init_all_dirs)
55522 here anymore.
55523
55524 2010-09-14 Ulrich Drepper <drepper@redhat.com>
55525
55526 * resolv/res_init.c (__res_vinit): Count the default server we added.
55527
55528 2010-09-08 Chung-Lin Tang <cltang@codesourcery.com>
55529 Ulrich Drepper <drepper@redhat.com>
55530
55531 [BZ #11968]
55532 * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
55533 (____longjmp_chk): Use %ebx for saving value across system call.
55534 Add unwind info.
55535
55536 2010-09-06 Andreas Schwab <schwab@redhat.com>
55537
55538 * manual/Makefile: Don't mix pattern rules with normal rules.
55539
55540 2010-09-05 Andreas Schwab <schwab@linux-m68k.org>
55541
55542 * debug/vdprintf_chk.c (__vdprintf_chk): Remove undefined
55543 operation.
55544 * libio/iofdopen.c (_IO_new_fdopen): Likewise.
55545 * libio/iofopncook.c (_IO_cookie_init): Likewise.
55546 * libio/iovdprintf.c (_IO_vdprintf): Likewise.
55547 * libio/oldiofdopen.c (_IO_old_fdopen): Likewise.
55548 * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
55549 Likewise.
55550
55551 2010-09-04 Ulrich Drepper <drepper@redhat.com>
55552
55553 [BZ #11979]
55554 * iconvdata/gconv-modules: Remove EBCDIC-CP-AR2 alias from
55555 IBM-930, IBM-933, IBM-935, IBM-937, and IBM-939.
55556
55557 2010-09-02 Ulrich Drepper <drepper@redhat.com>
55558
55559 * sysdeps/x86_64/add_n.S: Update from GMP 5.0.1.
55560 * sysdeps/x86_64/addmul_1.S: Likewise.
55561 * sysdeps/x86_64/lshift.S: Likewise.
55562 * sysdeps/x86_64/mul_1.S: Likewise.
55563 * sysdeps/x86_64/rshift.S: Likewise.
55564 * sysdeps/x86_64/sub_n.S: Likewise.
55565 * sysdeps/x86_64/submul_1.S: Likewise.
55566
55567 2010-09-01 Samuel Thibault <samuel.thibault@ens-lyon.org>
55568
55569 This aligns bits/sched.h onto sysdeps/unix/sysv/linux/bits/sched.h:
55570 Define __sched_param instead of SCHED_* and sched_param when
55571 <bits/sched.h> is included with __need_schedparam defined.
55572 * bits/sched.h [__need_schedparam]
55573 (SCHED_OTHER, SCHED_FIFO, SCHED_RR, sched_param): Do not define.
55574 [!__defined_schedparam && (__need_schedparam || _SCHED_H)]
55575 (__defined_schedparam): Define to 1.
55576 (__sched_param): New structure, identical to sched_param.
55577 (__need_schedparam): Undefine.
55578
55579 2010-08-31 Mike Frysinger <vapier@gentoo.org>
55580
55581 * sysdeps/unix/sysv/linux/sparc/sys/epoll.h (epoll_create2): Delete.
55582 (epoll_create1): Declare.
55583
55584 * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Fix typo.
55585
55586 2010-08-31 Andreas Schwab <schwab@redhat.com>
55587
55588 [BZ #7066]
55589 * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix array overflow when
55590 shifting retval into place.
55591
55592 2010-09-01 Ulrich Drepper <drepper@redhat.com>
55593
55594 * nis/rpcsvc/nis.h: Update copyright notice.
55595 * nis/rpcsvc/nis.x: Likewise.
55596 * nis/rpcsvc/nis_callback.h: Likewise.
55597 * nis/rpcsvc/nis_callback.x: Likewise.
55598 * nis/rpcsvc/nis_object.x: Likewise.
55599 * nis/rpcsvc/nis_tags.h: Likewise.
55600 * nis/rpcsvc/yp.h: Likewise.
55601 * nis/rpcsvc/yp.x: Likewise.
55602 * nis/rpcsvc/ypupd.h: Likewise.
55603 * nis/yp_xdr.c: Likewise.
55604 * nis/ypupdate_xdr.c: Likewise.
55605
55606 * sunrpc/pm_getport.c (__libc_rpc_getport): New function. This is
55607 mainly the body of pmap_getport. Add parameters to specify timeouts.
55608 (pmap_getport): Use __libc_rpc_getport.
55609 * sunrpc/Versions: Export __libc_rpc_getport with GLIBC_PRIVATE.
55610 * include/rpc/pmap_clnt.h: Declare __libc_rpc_getport.
55611 * nis/nis_findserv.c: Remove pmap_getport copy. Use __libc_rpc_getport.
55612
55613 2010-08-31 Andreas Schwab <schwab@linux-m68k.org>
55614
55615 * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Add
55616 fanotify_mark.
55617
55618 2010-08-27 Roland McGrath <roland@redhat.com>
55619
55620 * sysdeps/i386/i686/multiarch/Makefile
55621 (CFLAGS-varshift.c): New variable.
55622
55623 2010-08-27 Ulrich Drepper <drepper@redhat.com>
55624
55625 * sysdeps/i386/i686/multiarch/varshift.S: File removed.
55626 * sysdeps/i386/i686/multiarch/varshift.c: New file.
55627
55628 * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Move to .text.slow section.
55629
55630 * sysdeps/x86_64/strlen.S: Minimal code improvement.
55631
55632 2010-08-26 H.J. Lu <hongjiu.lu@intel.com>
55633
55634 * sysdeps/x86_64/strlen.S: Unroll the loop.
55635 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
55636 strlen-sse2 strlen-sse2-bsf.
55637 * sysdeps/x86_64/multiarch/strlen.S ((strlen): Return
55638 __strlen_no_bsf if bit_Slow_BSF is set.
55639 (__strlen_sse42): Removed.
55640 * sysdeps/x86_64/multiarch/strlen-no-bsf.S: New file.
55641 * sysdeps/x86_64/multiarch/strlen-sse4.S: New file.
55642
55643 2010-08-25 Roland McGrath <roland@redhat.com>
55644
55645 * sysdeps/x86_64/multiarch/varshift.S: File removed.
55646 * sysdeps/x86_64/multiarch/varshift.c: New file.
55647 * sysdeps/x86_64/multiarch/Makefile (CFLAGS-varshift.c): New variable.
55648 * sysdeps/x86_64/multiarch/varshift.h: Clean up decls, fix a cast.
55649 * sysdeps/x86_64/multiarch/memmove.c: Move decls around.
55650 * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
55651
55652 2010-08-25 H.J. Lu <hongjiu.lu@intel.com>
55653
55654 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
55655 strlen-sse2 strlen-sse2-bsf.
55656 * sysdeps/i386/i686/multiarch/strlen.S (strlen): Return
55657 __strlen_sse2_bsf if bit_Slow_BSF is unset.
55658 (__strlen_sse2): Removed.
55659 * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: New file.
55660 * sysdeps/i386/i686/multiarch/strlen-sse2.S: New file.
55661 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
55662 bit_Slow_BSF for Atom.
55663 * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_BSF): Define.
55664 (index_Slow_BSF): Define.
55665 (HAS_SLOW_BSF): Define.
55666
55667 2010-08-25 Ulrich Drepper <drepper@redhat.com>
55668
55669 [BZ #10851]
55670 * resolv/res_init.c (__res_vinit): When no server address at all
55671 is given default to loopback.
55672
55673 2010-08-24 Roland McGrath <roland@redhat.com>
55674
55675 * configure.in: Remove config-name.h generation.
55676 * configure: Regenerated.
55677 * config-name.in: File removed.
55678 * scripts/config-uname.sh: New file.
55679 * posix/Makefile (uname.c): Depend on $(objdir)config-name.h.
55680 ($(objdir)config-name.h): New target.
55681
55682 * sunrpc/rpc_parse.h: Avoid nested comment.
55683
55684 2010-08-24 Richard Henderson <rth@redhat.com>
55685 Ulrich Drepper <drepper@redhat.com>
55686 H.J. Lu <hongjiu.lu@intel.com>
55687
55688 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add varshift.
55689 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Likewise.
55690 * sysdeps/x86_64/multiarch/strcspn-c.c: Include "varshift.h".
55691 Replace _mm_srli_si128 with __m128i_shift_right. Replace
55692 _mm_alignr_epi8 with _mm_loadu_si128.
55693 * sysdeps/x86_64/multiarch/strspn-c.c: Likewise.
55694 * sysdeps/x86_64/multiarch/strstr.c: Include "varshift.h".
55695 (__m128i_shift_right): Removed.
55696 * sysdeps/i386/i686/multiarch/varshift.h: New file.
55697 * sysdeps/i386/i686/multiarch/varshift.S: New file.
55698 * sysdeps/x86_64/multiarch/varshift.h: New file.
55699 * sysdeps/x86_64/multiarch/varshift.S: New file.
55700
55701 2010-08-21 Mike Frysinger <vapier@gentoo.org>
55702
55703 * configure.in: Move assembler checks to before sysdep dir checking.
55704
55705 2010-08-20 Petr Baudis <pasky@suse.cz>
55706
55707 * LICENSES: Sync the sunrpc license.
55708
55709 2010-08-19 Ulrich Drepper <drepper@redhat.com>
55710
55711 * sunrpc/auth_des.c: Update copyright notice once again.
55712 * sunrpc/auth_none.c: Likewise.
55713 * sunrpc/auth_unix.c: Likewise.
55714 * sunrpc/authdes_prot.c: Likewise.
55715 * sunrpc/authuxprot.c: Likewise.
55716 * sunrpc/bindrsvprt.c: Likewise.
55717 * sunrpc/clnt_gen.c: Likewise.
55718 * sunrpc/clnt_perr.c: Likewise.
55719 * sunrpc/clnt_raw.c: Likewise.
55720 * sunrpc/clnt_simp.c: Likewise.
55721 * sunrpc/clnt_tcp.c: Likewise.
55722 * sunrpc/clnt_udp.c: Likewise.
55723 * sunrpc/clnt_unix.c: Likewise.
55724 * sunrpc/des_crypt.c: Likewise.
55725 * sunrpc/des_soft.c: Likewise.
55726 * sunrpc/get_myaddr.c: Likewise.
55727 * sunrpc/getrpcport.c: Likewise.
55728 * sunrpc/key_call.c: Likewise.
55729 * sunrpc/key_prot.c: Likewise.
55730 * sunrpc/openchild.c: Likewise.
55731 * sunrpc/pm_getmaps.c: Likewise.
55732 * sunrpc/pm_getport.c: Likewise.
55733 * sunrpc/pmap_clnt.c: Likewise.
55734 * sunrpc/pmap_prot.c: Likewise.
55735 * sunrpc/pmap_prot2.c: Likewise.
55736 * sunrpc/pmap_rmt.c: Likewise.
55737 * sunrpc/rpc/auth.h: Likewise.
55738 * sunrpc/rpc/auth_unix.h: Likewise.
55739 * sunrpc/rpc/clnt.h: Likewise.
55740 * sunrpc/rpc/des_crypt.h: Likewise.
55741 * sunrpc/rpc/key_prot.h: Likewise.
55742 * sunrpc/rpc/netdb.h: Likewise.
55743 * sunrpc/rpc/pmap_clnt.h: Likewise.
55744 * sunrpc/rpc/pmap_prot.h: Likewise.
55745 * sunrpc/rpc/pmap_rmt.h: Likewise.
55746 * sunrpc/rpc/rpc.h: Likewise.
55747 * sunrpc/rpc/rpc_des.h: Likewise.
55748 * sunrpc/rpc/rpc_msg.h: Likewise.
55749 * sunrpc/rpc/svc.h: Likewise.
55750 * sunrpc/rpc/svc_auth.h: Likewise.
55751 * sunrpc/rpc/types.h: Likewise.
55752 * sunrpc/rpc/xdr.h: Likewise.
55753 * sunrpc/rpc_clntout.c: Likewise.
55754 * sunrpc/rpc_cmsg.c: Likewise.
55755 * sunrpc/rpc_common.c: Likewise.
55756 * sunrpc/rpc_cout.c: Likewise.
55757 * sunrpc/rpc_dtable.c: Likewise.
55758 * sunrpc/rpc_hout.c: Likewise.
55759 * sunrpc/rpc_main.c: Likewise.
55760 * sunrpc/rpc_parse.c: Likewise.
55761 * sunrpc/rpc_parse.h: Likewise.
55762 * sunrpc/rpc_prot.c: Likewise.
55763 * sunrpc/rpc_sample.c: Likewise.
55764 * sunrpc/rpc_scan.c: Likewise.
55765 * sunrpc/rpc_scan.h: Likewise.
55766 * sunrpc/rpc_svcout.c: Likewise.
55767 * sunrpc/rpc_tblout.c: Likewise.
55768 * sunrpc/rpc_util.c: Likewise.
55769 * sunrpc/rpc_util.h: Likewise.
55770 * sunrpc/rpcinfo.c: Likewise.
55771 * sunrpc/rpcsvc/bootparam_prot.x: Likewise.
55772 * sunrpc/rpcsvc/key_prot.x: Likewise.
55773 * sunrpc/rpcsvc/klm_prot.x: Likewise.
55774 * sunrpc/rpcsvc/mount.x: Likewise.
55775 * sunrpc/rpcsvc/nfs_prot.x: Likewise.
55776 * sunrpc/rpcsvc/nlm_prot.x: Likewise.
55777 * sunrpc/rpcsvc/rex.x: Likewise.
55778 * sunrpc/rpcsvc/rstat.x: Likewise.
55779 * sunrpc/rpcsvc/rusers.x: Likewise.
55780 * sunrpc/rpcsvc/sm_inter.x: Likewise.
55781 * sunrpc/rpcsvc/spray.x: Likewise.
55782 * sunrpc/rpcsvc/yppasswd.x: Likewise.
55783 * sunrpc/rtime.c: Likewise.
55784 * sunrpc/svc.c: Likewise.
55785 * sunrpc/svc_auth.c: Likewise.
55786 * sunrpc/svc_authux.c: Likewise.
55787 * sunrpc/svc_raw.c: Likewise.
55788 * sunrpc/svc_run.c: Likewise.
55789 * sunrpc/svc_simple.c: Likewise.
55790 * sunrpc/svc_tcp.c: Likewise.
55791 * sunrpc/svc_udp.c: Likewise.
55792 * sunrpc/svc_unix.c: Likewise.
55793 * sunrpc/svcauth_des.c: Likewise.
55794 * sunrpc/xcrypt.c: Likewise.
55795 * sunrpc/xdr.c: Likewise.
55796 * sunrpc/xdr_array.c: Likewise.
55797 * sunrpc/xdr_float.c: Likewise.
55798 * sunrpc/xdr_mem.c: Likewise.
55799 * sunrpc/xdr_rec.c: Likewise.
55800 * sunrpc/xdr_ref.c: Likewise.
55801 * sunrpc/xdr_sizeof.c: Likewise.
55802 * sunrpc/xdr_stdio.c: Likewise.
55803
55804 * sysdeps/x86_64/multiarch/strcmp.S: Fix two typos in strncasecmp
55805 handling.
55806
55807 2010-08-19 Andreas Schwab <schwab@redhat.com>
55808
55809 * sysdeps/i386/i686/multiarch/strspn.S [!SHARED]: Fix SSE4.2 check.
55810
55811 2010-08-19 Luis Machado <luisgpm@br.ibm.com>
55812
55813 * sysdeps/powerpc/powerpc32/power7/memchr.S: New file.
55814 * sysdeps/powerpc/powerpc32/power7/memrchr.S: New file.
55815 * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: New file.
55816 * sysdeps/powerpc/powerpc32/power7/strchr.S: New file.
55817 * sysdeps/powerpc/powerpc32/power7/strchrnul.S: New file.
55818 * sysdeps/powerpc/powerpc32/power7/strlen.S: New file.
55819 * sysdeps/powerpc/powerpc32/power7/strnlen.S: New file.
55820 * sysdeps/powerpc/powerpc64/power7/memchr.S: New file.
55821 * sysdeps/powerpc/powerpc64/power7/memrchr.S: New file.
55822 * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: New file.
55823 * sysdeps/powerpc/powerpc64/power7/strchr.S: New file.
55824 * sysdeps/powerpc/powerpc64/power7/strchrnul.S: New file.
55825 * sysdeps/powerpc/powerpc64/power7/strlen.S: New file.
55826 * sysdeps/powerpc/powerpc64/power7/strnlen.S: New file.
55827
55828 2010-07-26 Anton Blanchard <anton@samba.org>
55829
55830 * malloc/malloc.c (sYSTRIm): Replace divide and multiply with mask.
55831 * malloc/arena.c (heap_trim): Likewise.
55832
55833 2010-08-16 Ulrich Drepper <drepper@redhat.com>
55834
55835 * sysdeps/unix/sysv/linux/syscalls.list: Add entry for fanotify_init
55836 here. Not...
55837 * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: ...here...
55838 * sysdeps/unix/sysv/linux/i386/syscalls.list: ... orhere.
55839
55840 2010-08-12 H.J. Lu <hongjiu.lu@intel.com>
55841
55842 * sysdeps/i386/elf/Makefile: New file.
55843
55844 2010-08-14 Andreas Schwab <schwab@linux-m68k.org>
55845
55846 * sysdeps/unix/sysv/linux/sys/fanotify.h: Remove third argument
55847 from fanotify_init.
55848 * sysdeps/unix/sysv/linux/i386/syscalls.list: Likewise.
55849 * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
55850
55851 2010-08-15 Ulrich Drepper <drepper@redhat.com>
55852
55853 * sysdeps/x86_64/strcmp.S: Use correct register for fourth parameter
55854 of strncasecmp_l.
55855 * sysdeps/multiarch/strcmp.S: Likewise.
55856
55857 2010-08-14 Ulrich Drepper <drepper@redhat.com>
55858
55859 * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
55860 strncase_l-nonascii.
55861 * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
55862 Add strncase_l-ssse3.
55863 * sysdeps/x86_64/multiarch/strcmp.S: Prepare for use as strncasecmp.
55864 * sysdeps/x86_64/strcmp.S: Likewise.
55865 * sysdeps/x86_64/multiarch/strncase_l-ssse3.S: New file.
55866 * sysdeps/x86_64/multiarch/strncase_l.S: New file.
55867 * sysdeps/x86_64/strncase.S: New file.
55868 * sysdeps/x86_64/strncase_l-nonascii.c: New file.
55869 * sysdeps/x86_64/strncase_l.S: New file.
55870 * string/Makefile (strop-tests): Add strncasecmp.
55871 * string/test-strncasecmp.c: New file.
55872
55873 * sysdeps/x86_64/strcasecmp_l-nonascii.c: Add prototype to avoid
55874 warning.
55875
55876 * sysdeps/x86_64/strcmp.S: Move definition of NO_NOLOCALE_ALIAS to...
55877 * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: ... here.
55878
55879 2010-08-14 Andreas Schwab <schwab@linux-m68k.org>
55880
55881 * sysdeps/unix/sysv/linux/prlimit.c: Make it compile.
55882
55883 2010-08-12 Ulrich Drepper <drepper@redhat.com>
55884
55885 * sysdeps/unix/sysv/linux/bits/termios.h: Define EXTPROC.
55886 * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
55887 * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
55888
55889 2010-05-01 Alan Modra <amodra@gmail.com>
55890
55891 * sysdeps/powerpc/powerpc32/power4/memcmp.S: Correct cfi for r24.
55892 * sysdeps/powerpc/powerpc64/bsd-_setjmp.S: Move contents..
55893 * sysdeps/powerpc/powerpc64/bsd-setjmp.S: ..and these too..
55894 * sysdeps/powerpc/powerpc64/setjmp.S: ..to here..
55895 * sysdeps/powerpc/powerpc64/setjmp-common.S: ..and here, with some
55896 tidying. Don't tail-call __sigjmp_save for static lib.
55897 * sysdeps/powerpc/powerpc64/sysdep.h (SAVE_ARG, REST_ARG): Correct
55898 save location.
55899 (CFI_SAVE_ARG, CFI_REST_ARG): New macros.
55900 (CALL_MCOUNT): Add eh info, and nop after bl.
55901 (TAIL_CALL_SYSCALL_ERROR): New macro.
55902 (PSEUDO_RET): Use it.
55903 * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
55904 Correct save location of integer regs and cr.
55905 (_dl_profile_resolve): Correct cr save location. Delete nops
55906 after bl when SHARED. Reduce cfi size a little by better
55907 placement of cfi directives.
55908 * sysdeps/powerpc/powerpc64/fpu/s_copysign.S (__copysign): Don't
55909 make a stack frame. Instead use parm save area as a temp.
55910 * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Don't
55911 make a stack frame. Use TAIL_CALL_SYSCALL_ERROR.
55912 * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
55913 Don't make a stack frame for parent, use parm save area.
55914 Increase child stack frame to 112 bytes. Don't save unused reg,
55915 and adjust reg usage. Set up cfi on error recovery and
55916 epilogue of parent, and use TAIL_CALL_SYSCALL_ERROR, PSEUDO_RET.
55917 * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
55918 (__makecontext): Add dummy nop after jump to exit.
55919 * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (__socket):
55920 Use correct parm save area and cr save, reduce stack frame.
55921 Correct cfi for possible PSEUDO_RET frame setup.
55922 * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork):
55923 Branch to local label emitted by PSEUDO_RET rather than
55924 __syscall_error.
55925
55926 2010-08-12 Andreas Schwab <schwab@redhat.com>
55927
55928 [BZ #11904]
55929 * locale/programs/locale.c (print_assignment): New function.
55930 (show_locale_vars): Use it.
55931
55932 2010-08-11 Ulrich Drepper <drepper@redhat.com>
55933
55934 * sysdeps/unix/sysv/linux/bits/statfs.h (struct statfs): Add f_flags
55935 field.
55936 (struct statfs64): Likewise.
55937 (_STATFS_F_FLAGS): Define.
55938 * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Likewise.
55939 * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
55940 Don't define if __ASSUME_STATFS_F_FLAGS is defined.
55941 (ST_VALID): Define locally.
55942 (INTERNAL_STATVFS): If f_flags has ST_VALID set don't call
55943 __statvfs_getflags, use the provided value.
55944 * sysdeps/unix/sysv/linux/kernel-features.h: Define
55945 __ASSUME_STATFS_F_FLAGS.
55946
55947 * sysdeps/unix/sysv/linux/sys/inotify.h (IN_EXCL_UNLINK): Define.
55948
55949 * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
55950 Add sys/fanotify.h.
55951 * sysdeps/unix/sysv/linux/Versions [libc]: Export fanotify_init and
55952 fanotify_mask for GLIBC_2.13.
55953 * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entries for
55954 fanotify_init and fanotify_mark.
55955 * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
55956 * sysdeps/unix/sysv/linux/sys/fanotify.h: New file.
55957
55958 * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_routines):
55959 Add prlimit.
55960 * sysdeps/unix/sysv/linux/Versions [libc]: Export prlimit and
55961 prlimit64 for GLIBC_2.13.
55962 * sysdeps/unix/sysv/linux/bits/resource.h: Declare prlimit and
55963 prlimit64.
55964 * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entry for prlimit64
55965 syscall.
55966 * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Likewise.
55967 * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
55968 * sysdeps/unix/sysv/linux/sh/syscalls.list: Likewise.
55969 * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.lis: Likewise.
55970 * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise. Also
55971 add prlimit alias.
55972 * sysdeps/unix/sysv/linux/prlimit.c: New file.
55973
55974 [BZ #11903]
55975 * sysdeps/generic/netinet/ip.h (IPTOS_CLASS): Fix definition.
55976 Patch by Evgeni Bikov <bikovevg@iitp.ru>.
55977
55978 * nss/Makefile: Add rules to build and run tst-nss-test1.
55979 * shlib-versions: Add entry for libnss_test1.
55980 * nss/nss_test1.c: New file.
55981 * nss/tst-nss-test1.c: New file.
55982
55983 * nss/nsswitch.c (__nss_database_custom): Define new variable.
55984 (__nss_configure_lookup): Set appropriate entry in
55985 __nss_configure_lookup to true.
55986 * nss/nsswitch.h: Define enum with indeces of databases in
55987 databases and __nss_database_custom arrays. Declare
55988 __nss_database_custom.
55989 * grp/initgroups.c (internal_getgrouplist): Use __nss_database_custom
55990 to avoid using nscd when custom rules are installed.
55991 * nss/getXXbyYY_r.c: Likewise.
55992 * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
55993
55994 * nss/nss_files/files-parse.c: Whitespace fixes.
55995
55996 2010-08-09 Ulrich Drepper <drepper@redhat.com>
55997
55998 [BZ #11883]
55999 * posix/fnmatch.c: Keep track of alloca use and fall back on malloc.
56000 * posix/fnmatch_loop.c: Likewise.
56001
56002 2010-07-17 Andi Kleen <ak@linux.intel.com>
56003
56004 * sysdeps/i386/i386-mcount.S (__fentry__): Define.
56005 * sysdeps/x86_64/_mcount.S (__fentry__): Define.
56006 * stdlib/Versions (__fentry__): Add for GLIBC 2.13
56007 * Versions.def [GLIBC_2.13]: Add.
56008
56009 2010-08-06 Ulrich Drepper <drepper@redhat.com>
56010
56011 * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
56012 Also fail if tpwd after pwuid call is NULL.
56013
56014 2010-07-31 Samuel Thibault <samuel.thibault@ens-lyon.org>
56015
56016 * hurd/hurdselect.c (_hurd_select): Round timeout up instead of down
56017 when converting to ms.
56018
56019 2010-06-06 Samuel Thibault <samuel.thibault@ens-lyon.org>
56020
56021 * sysdeps/mach/hurd/ttyname.c (ttyname): Replace MIG_BAD_ID and
56022 EOPNOTSUPP errors with ENOTTY.
56023 * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Replace MIG_BAD_ID and
56024 EOPNOTSUPP errors with ENOTTY.
56025
56026 2010-07-31 Ulrich Drepper <drepper@redhat.com>
56027
56028 * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
56029 Add strcasecmp_l-ssse3.
56030 * sysdeps/x86_64/multiarch/strcmp.S: Add support to compile for
56031 strcasecmp.
56032 * sysdeps/x86_64/strcmp.S: Allow more flexible compiling of strcasecmp.
56033 * sysdeps/x86_64/multiarch/strcasecmp_l.S: New file.
56034 * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: New file.
56035
56036 2010-07-30 Ulrich Drepper <drepper@redhat.com>
56037
56038 * sysdeps/x86_64/multiarch/strcmp.S: Pretty printing.
56039
56040 * string/Makefile (strop-tests): Add strcasecmp.
56041 * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
56042 strcasecmp_l-nonascii.
56043 (gen-as-const-headers): Add locale-defines.sym.
56044 * sysdeps/x86_64/strcmp.S: Add support for strcasecmp implementation.
56045 * sysdeps/x86_64/strcasecmp.S: New file.
56046 * sysdeps/x86_64/strcasecmp_l.S: New file.
56047 * sysdeps/x86_64/strcasecmp_l-nonascii.c: New file.
56048 * sysdeps/x86_64/locale-defines.sym: New file.
56049 * string/test-strcasecmp.c: New file.
56050
56051 * string/test-strcasestr.c: Test both ends of the range of characters.
56052 * sysdeps/x86_64/multiarch/strstr.c: Fix UCHIGH definition.
56053
56054 2010-07-29 Roland McGrath <roland@redhat.com>
56055
56056 [BZ #11856]
56057 * manual/locale.texi (Yes-or-No Questions): Fix example code.
56058
56059 2010-07-27 Ulrich Drepper <drepper@redhat.com>
56060
56061 * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Avoid compiling the file
56062 for ld.so.
56063
56064 2010-07-27 Andreas Schwab <schwab@redhat.com>
56065
56066 * manual/memory.texi (Malloc Tunable Parameters): Document
56067 M_PERTURB.
56068
56069 2010-07-26 Roland McGrath <roland@redhat.com>
56070
56071 [BZ #11840]
56072 * configure.in (-fgnu89-inline check): Set and substitute
56073 gnu89_inline, not libc_cv_gnu89_inline.
56074 * configure: Regenerated.
56075 * config.make.in (gnu89-inline-CFLAGS): Use @gnu89_inline@.
56076
56077 2010-07-26 Ulrich Drepper <drepper@redhat.com>
56078
56079 * string/test-strnlen.c: New file.
56080 * string/Makefile (strop-tests): Add strnlen.
56081 * string/tester.c (test_strnlen): Add a few more test cases.
56082 * string/tst-strlen.c: Better error reporting.
56083
56084 * sysdeps/x86_64/strnlen.S: New file.
56085
56086 2010-07-24 Ulrich Drepper <drepper@redhat.com>
56087
56088 * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Use
56089 lower-latency instructions.
56090
56091 2010-07-23 Ulrich Drepper <drepper@redhat.com>
56092
56093 * string/test-strcasestr.c: New file.
56094 * string/test-strstr.c: New file.
56095 * string/Makefile (strop-tests): Add strstr and strcasestr.
56096 * string/str-two-way.h: Don't undefine MAX.
56097 * string/strcasestr.c: Don't define alias if NO_ALIAS is defined.
56098
56099 2010-07-21 Andreas Schwab <schwab@redhat.com>
56100
56101 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
56102 strcasestr-nonascii.
56103 (CFLAGS-strcasestr-nonascii.c): Define.
56104 * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: New file.
56105 * sysdeps/x86_64/multiarch/strcasestr-nonascii.c (STRSTR_SSE42):
56106 Remove unused attribute.
56107
56108 2010-07-20 Roland McGrath <roland@redhat.com>
56109
56110 * elf/dl-sysdep.c (_dl_important_hwcaps): Add dsocaps mask to
56111 dl_hwcap_mask as well as dl_hwcap. Without this, dsocaps matching in
56112 ld.so.cache was broken. With it, there is no way to disable dsocaps
56113 like LD_HWCAP_MASK can disable hwcaps.
56114
56115 2010-06-02 Emilio Pozuelo Monfort <pochu27@gmail.com>
56116
56117 * sysdeps/mach/hurd/sendmsg.c (__libc_sendmsg): Fix memory leaks.
56118
56119 2010-07-16 Ulrich Drepper <drepper@redhat.com>
56120
56121 * sysdeps/x86_64/multiarch/strstr.c: Rewrite to avoid indirect function
56122 call in strcasestr.
56123 * sysdeps/x86_64/multiarch/strcasestr.c: Declare
56124 __strcasestr_sse42_nonascii.
56125 * sysdeps/x86_64/multiarch/Makefile: Add rules to build
56126 strcasestr-nonascii.c.
56127 * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: New file.
56128
56129 2010-06-15 Luis Machado <luisgpm@br.ibm.com>
56130
56131 * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: New file.
56132 * sysdeps/powerpc/powerpc32/power6/fpu/s_copysignf.S: New file.
56133 * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: New file.
56134 * sysdeps/powerpc/powerpc64/power6/fpu/s_copysignf.S: New file.
56135
56136 2010-07-09 Ulrich Drepper <drepper@redhat.com>
56137
56138 * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Use __fcntl not
56139 fcntl.
56140
56141 2010-07-06 Andreas Schwab <schwab@redhat.com>
56142
56143 [BZ #11577]
56144 * elf/dl-version.c (match_symbol): Don't pass NULL occation to
56145 dl_signal_cerror.
56146
56147 2010-07-06 Ulrich Drepper <drepper@redhat.com>
56148
56149 * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Implement
56150 _PC_PIPE_BUF using F_GETPIPE_SZ.
56151
56152 2010-07-05 Roland McGrath <roland@redhat.com>
56153
56154 * manual/arith.texi (Rounding Functions): Fix rint description
56155 implicit in round description.
56156
56157 2010-07-02 Ulrich Drepper <drepper@redhat.com>
56158
56159 * elf/Makefile: Fix linking for a few tests to make recent linker
56160 happy.
56161
56162 2010-06-30 Andreas Schwab <schwab@redhat.com>
56163
56164 * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
56165 $(common-objpfx)libc_nonshared.a.
56166
56167 2010-06-21 Luis Machado <luisgpm@br.ibm.com>
56168
56169 * sysdeps/powerpc/powerpc32/970/fpu/Implies: Remove.
56170 * sysdeps/powerpc/powerpc32/power5/fpu/Implies: Remove.
56171 * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: Remove.
56172 * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: Remove.
56173 * sysdeps/powerpc/powerpc64/970/fpu/Implies: Remove.
56174 * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Remove.
56175 * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove.
56176 * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: Remove.
56177 * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: Remove.
56178 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies: Remove.
56179 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies: Remove.
56180 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies: Remove.
56181 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies: Remove.
56182 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies: Remove.
56183 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/fpu/Implies: Remove.
56184 * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: Remove.
56185 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies: Remove.
56186 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies: Remove.
56187 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies: Remove.
56188 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies: Remove.
56189 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies: Remove.
56190 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/fpu/Implies: Remove.
56191 * sysdeps/powerpc/powerpc32/970/Implies: Point to power4.
56192 * sysdeps/powerpc/powerpc32/power5/Implies: Point to power4.
56193 * sysdeps/powerpc/powerpc32/power5+/Implies: Point to power5.
56194 * sysdeps/powerpc/powerpc32/power6/Implies: Point to power5+.
56195 * sysdeps/powerpc/powerpc32/power6x/Implies: Point to power6.
56196 * sysdeps/powerpc/powerpc64/970/Implies: Point to power4.
56197 * sysdeps/powerpc/powerpc64/power5/Implies: Point to power4.
56198 * sysdeps/powerpc/powerpc64/power5+/Implies: Point to power5.
56199 * sysdeps/powerpc/powerpc64/power6/Implies: Point to power5+.
56200 * sysdeps/powerpc/powerpc64/power6x/Implies: Point to power6.
56201 * sysdeps/powerpc/powerpc32/power7/Implies: New file.
56202 * sysdeps/powerpc/powerpc64/power7/Implies: New file.
56203 * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/Implies: New file.
56204 * sysdeps/unix/sysv/linux/powerpc/powerpc32/cell/Implies: New file.
56205 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: New file.
56206 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: New file.
56207 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: New file.
56208 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: New file.
56209 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: New file.
56210 * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/Implies: New file.
56211 * sysdeps/unix/sysv/linux/powerpc/powerpc64/cell/Implies: New file.
56212 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: New file.
56213 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: New file.
56214 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: New file.
56215 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: New file.
56216 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: New file.
56217
56218 2010-06-25 H.J. Lu <hongjiu.lu@intel.com>
56219
56220 * debug/memmove_chk.c (__memmove_chk): Renamed to ...
56221 (MEMMOVE_CHK): ...this. Default to __memmove_chk.
56222 * string/memmove.c (memmove): Renamed to ...
56223 (MEMMOVE): ...this. Default to memmove.
56224 * sysdeps/x86_64/memcpy.S: Use ENTRY_CHK and END_CHK.
56225 * sysdeps/x86_64/sysdep.h (ENTRY_CHK): Define.
56226 (END_CHK): Define.
56227 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
56228 memcpy-ssse3 mempcpy-ssse3 memmove-ssse3 memcpy-ssse3-back
56229 mempcpy-ssse3-back memmove-ssse3-back.
56230 * sysdeps/x86_64/multiarch/bcopy.S: New file .
56231 * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: New file.
56232 * sysdeps/x86_64/multiarch/memcpy-ssse3.S: New file.
56233 * sysdeps/x86_64/multiarch/memcpy.S: New file.
56234 * sysdeps/x86_64/multiarch/memcpy_chk.S: New file.
56235 * sysdeps/x86_64/multiarch/memmove-ssse3-back.S: New file.
56236 * sysdeps/x86_64/multiarch/memmove-ssse3.S: New file.
56237 * sysdeps/x86_64/multiarch/memmove.c: New file.
56238 * sysdeps/x86_64/multiarch/memmove_chk.c: New file.
56239 * sysdeps/x86_64/multiarch/mempcpy-ssse3-back.S: New file.
56240 * sysdeps/x86_64/multiarch/mempcpy-ssse3.S: New file.
56241 * sysdeps/x86_64/multiarch/mempcpy.S: New file.
56242 * sysdeps/x86_64/multiarch/mempcpy_chk.S: New file.
56243 * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Copy_Backward):
56244 Define.
56245 (index_Fast_Copy_Backward): Define.
56246 (HAS_ARCH_FEATURE): Define.
56247 (HAS_FAST_REP_STRING): Define.
56248 (HAS_FAST_COPY_BACKWARD): Define.
56249
56250 2010-06-21 Andreas Schwab <schwab@redhat.com>
56251
56252 * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
56253 Restore proper fallback handling.
56254
56255 2010-06-19 Ulrich Drepper <drepper@redhat.com>
56256
56257 [BZ #11701]
56258 * posix/group_member.c (__group_member): Correct checking loop.
56259
56260 * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid): Handle
56261 OOM in getpwuid_r correctly. Return error number when the caller
56262 should return, otherwise -1.
56263 (getlogin_r): Adjust to return also for result of __getlogin_r_loginuid
56264 call returning > 0 value.
56265 * sysdeps/unix/sysv/linux/getlogin.c (getlogin): Likewise.
56266
56267 2010-06-07 Andreas Schwab <schwab@redhat.com>
56268
56269 * dlfcn/Makefile: Remove explicit dependencies on libc.so and
56270 libc_nonshared.a from targets in modules-names.
56271
56272 2010-06-02 Kirill A. Shutemov <kirill@shutemov.name>
56273
56274 * elf/dl-reloc.c: Flush cache after solving TEXTRELs if arch
56275 requires it.
56276
56277 2010-06-10 Luis Machado <luisgpm@br.ibm.com>
56278
56279 * sysdeps/powerpc/powerpc32/power7/memcmp.S: New file
56280 * sysdeps/powerpc/powerpc64/power7/memcmp.S: New file.
56281 * sysdeps/powerpc/powerpc32/power7/strncmp.S: New file.
56282 * sysdeps/powerpc/powerpc64/power7/strncmp.S: New file.
56283
56284 2010-06-02 Andreas Schwab <schwab@redhat.com>
56285
56286 * nis/nss_nis/nis-initgroups.c (get_uid): Properly resize buffer.
56287
56288 2010-06-14 Ulrich Drepper <drepper@redhat.com>
56289
56290 * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Define F_SETPIPE_SZ
56291 and F_GETPIPE_SZ.
56292 * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
56293 * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
56294 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
56295 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
56296 * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
56297 * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise
56298
56299 2010-06-14 Roland McGrath <roland@redhat.com>
56300
56301 * manual/libc.texinfo (@copying): Change to GFDL v1.3.
56302
56303 2010-06-07 Jakub Jelinek <jakub@redhat.com>
56304
56305 * libio/stdio.h (sscanf, vsscanf): Use __REDIRECT_NTH instead of
56306 __REDIRECT followed by __THROW.
56307 * wcsmbs/wchar.h (swscanf, vswscanf): Likewise.
56308 * posix/getopt.h (getopt): Likewise.
56309
56310 2010-06-02 Emilio Pozuelo Monfort <pochu27@gmail.com>
56311
56312 * hurd/lookup-at.c (__file_name_lookup_at): Accept
56313 AT_SYMLINK_FOLLOW in AT_FLAGS. Fail with EINVAL if both
56314 AT_SYMLINK_FOLLOW and AT_SYMLINK_NOFOLLOW are present
56315 in AT_FLAGS.
56316 * hurd/hurd/fd.h (__file_name_lookup_at): Update comment.
56317 * sysdeps/mach/hurd/linkat.c (linkat): Pass O_NOLINK in FLAGS.
56318
56319 2010-05-28 Luis Machado <luisgpm@br.ibm.com>
56320
56321 * sysdeps/powerpc/powerpc32/power7/memcpy.S: Exchange srdi for srwi.
56322
56323 2010-05-26 H.J. Lu <hongjiu.lu@intel.com>
56324
56325 [BZ #11640]
56326 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
56327 Properly check family and model.
56328
56329 2010-05-26 Takashi Yoshii <takashi.yoshii.zj@renesas.com>
56330
56331 * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Fix iov[] size.
56332
56333 2010-05-24 Luis Machado <luisgpm@br.ibm.com>
56334
56335 * sysdeps/powerpc/powerpc32/power7/memset.S: POWER7 32-bit memset fix.
56336
56337 2010-05-21 Ulrich Drepper <drepper@redhat.com>
56338
56339 * elf/dl-runtime.c (_dl_profile_fixup): Don't crash on unresolved weak
56340 symbol reference.
56341
56342 2010-05-19 Andreas Schwab <schwab@redhat.com>
56343
56344 * elf/dl-runtime.c (_dl_fixup): Don't crash on unresolved weak
56345 symbol reference.
56346
56347 2010-05-21 Andreas Schwab <schwab@redhat.com>
56348
56349 * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add recvmmsg
56350 and internal_recvmmsg.
56351 * sysdeps/unix/sysv/linux/recvmmsg.c: New file.
56352 * sysdeps/unix/sysv/linux/internal_recvmmsg.S: New file.
56353 * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_recvmmsg): Define.
56354 * sysdeps/unix/sysv/linux/syscalls.list (recvmmsg): Remove.
56355
56356 * sunrpc/clnt_tcp.c (clnttcp_control): Add missing break.
56357 * sunrpc/clnt_udp.c (clntudp_control): Likewise.
56358 * sunrpc/clnt_unix.c (clntunix_control): Likewise.
56359
56360 2010-05-20 Andreas Schwab <schwab@redhat.com>
56361
56362 * sysdeps/unix/sysv/linux/sys/timex.h: Use __REDIRECT_NTH.
56363
56364 2010-05-17 Luis Machado <luisgpm@br.ibm.com>
56365
56366 POWER7 optimizations.
56367 * sysdeps/powerpc/powerpc64/power7/memset.S: New file.
56368 * sysdeps/powerpc/powerpc32/power7/memset.S: New file.
56369
56370 2010-05-19 Ulrich Drepper <drepper@redhat.com>
56371
56372 * version.h: Update for 2.13 development version.
56373
56374 2010-05-12 Andrew Stubbs <ams@codesourcery.com>
56375
56376 * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Really disable all
56377 exceptions. Return 0.
56378
56379 2010-05-07 Roland McGrath <roland@redhat.com>
56380
56381 * elf/ldconfig.c (main): Add a const.
56382
56383 2010-05-06 Ulrich Drepper <drepper@redhat.com>
56384
56385 * nss/getent.c (idn_flags): Default to AI_IDN|AI_CANONIDN.
56386 (args_options): Add no-idn option.
56387 (ahosts_keys_int): Add idn_flags to ai_flags.
56388 (parse_option): Handle 'i' option to clear idn_flags.
56389
56390 * malloc/malloc.c (_int_free): Possible race in the most recently
56391 added check. Only act on the data if no current modification
56392 happened.
56393
56394 See ChangeLog.17 for earlier changes.