]> git.ipfire.org Git - thirdparty/glibc.git/blame - ChangeLog
Open development for 2.22.
[thirdparty/glibc.git] / ChangeLog
CommitLineData
3c0c543b
CD
12015-02-06 Carlos O'Donell <carlos@systemhalted.org>
2
4e42b5b8
CD
3 * version.h (RELEASE): Set to "stable".
4 (VERSION): Set to "2.21"
5 * include/features.h (__GLIBC_MINOR__): Set to 21.
6
3c0c543b
CD
7 * sysdeps/unix/sysv/linux/hppa/pthread.h: Sync with pthread.h.
8
5bd80bfe
PP
92015-02-05 Paul Pluzhnikov <ppluzhnikov@google.com>
10
11 [BZ #16618]
12 * stdio-common/tst-sscanf.c (main): Test for buffer overflow.
13 * stdio-common/vfscanf.c (_IO_vfscanf_internal): Compute needed
14 size in bytes. Store needed elements in wpmax. Use needed size
15 in bytes for extend_alloca.
16
3f823f48
CD
172015-02-05 Carlos O'Donell <carlos@systemhalted.org>
18
04cb913d
CD
19 * manual/install.texi: Latest tested versions are GCC 4.9.2,
20 binutls 2.25, and texinfo 5.2.
21 * INSTALL: Regenerate.
22 * sysdeps/nios2/configure: Regenerate.
23 * sysdeps/unix/sysv/linux/nios2/configure: Regenerate.
24 * manual/contrib.texi: Update.
25 * po/be.po: Update.
26 * po/bg.po: Update.
27 * po/ca.po: Update.
28 * po/cs.po: Update.
29 * po/da.po: Update.
30 * po/de.po: Update.
31 * po/el.po: Update.
32 * po/eo.po: Update.
33 * po/es.po: Update.
34 * po/fi.po: Update.
35 * po/fr.po: Update.
36 * po/gl.po: Update.
37 * po/hr.po: Update.
38 * po/hu.po: Update.
39 * po/ia.po: Update.
40 * po/id.po: Update.
41 * po/it.po: Update.
42 * po/ja.po: Update.
43 * po/ko.po: Update.
44 * po/lt.po: Update.
45 * po/nb.po: Update.
46 * po/nl.po: Update.
47 * po/pl.po: Update.
48 * po/pt_BR.po: Update.
49 * po/ru.po: Update.
50 * po/rw.po: Update.
51 * po/sk.po: Update.
52 * po/sl.po: Update.
53 * po/sv.po: Update.
54 * po/tr.po: Update.
55 * po/uk.po: Update.
56 * po/vi.po: Update.
57 * po/zh_CN.po: Update.
58 * po/zh_TW.po: Update.
59
3f823f48
CD
60 * sysdeps/hppa/Makefile (CFLAGS-dl-fptr.c): Add -Wno-error.
61 * sysdeps/hppa/bits/setjmp.h: Union is named __jmp_buf_internal_tag.
62 * sysdeps/hppa/dl-irel.h: Remove #warning.
63 * sysdeps/hppa/entry.h: Provide prototype for
64 __canonicalize_funcptr_for_compare and cast argument.
65 * sysdeps/hppa/fpu/fegetexcept.c (fegetexcept): Add semicolon.
66 * sysdeps/hppa/fpu/ftestexcept.c (fetestexcept): Likewise.
67 * sysdeps/hppa/sotruss-lib.c: New file.
68 * sysdeps/unix/sysv/linux/hppa/bits/atomic.h
69 (atomic_compare_and_exchange_val_acq): Use __typeof__.
70 (atomic_compare_and_exchange_bool_acq): Likewise.
71 * sysdeps/unix/sysv/linux/hppa/mmap.c: Use weak alias.
72 * sysdeps/unix/sysv/linux/hppa/pthread.h: Include pthread.h.
73
74 * sysdeps/unix/sysv/linux/hppa/syscall.S: Delete file.
75 * sysdeps/unix/sysv/linux/hppa/sysdep.c: Move syscall from here...
76 * sysdeps/unix/sysv/linux/hppa/syscall.c: ... to here.
77
34c56048
CLT
782015-02-05 Chung-Lin Tang <cltang@codesourcery.com>
79
80 * sysdeps/nios2/machine-gmon.h (NIOS2_MCOUNT_CALL): Correct name of
81 called function in non-PIC case.
82
d4abeca5
DM
832015-01-31 David S. Miller <davem@davemloft.net>
84
edac0a60
DM
85 * sysdeps/sparc/sparc32/bits/atomic.h
86 (__sparc32_atomic_do_unlock24): Put the memory barrier before the
87 unlock not after it.
88 (__v9_compare_and_exchange_val_32_acq): Use unions to avoid getting
89 volatile register usage warnings from the compiler.
90
d4abeca5
DM
91 * sysdeps/sparc/nptl/sem_init.c: Delete.
92 * sysdeps/sparc/nptl/sem_post.c: Delete.
93 * sysdeps/sparc/nptl/sem_timedwait.c: Delete.
94 * sysdeps/sparc/nptl/sem_wait.c: Delete.
95 * sysdeps/sparc/sparc32/sem_init.c: New file.
96 * sysdeps/sparc/sparc32/sem_waitcommon.c: New file.
97 * sysdeps/sparc/sparc32/sem_open.c: Generic nptl version with
98 padding explicitly initialized.
99 * sysdeps/sparc/sparc32/sem_post.c: Generic nptl version using
100 padding for in-semaphore spinlock.
101 * sysdeps/sparc/sparc32/sem_wait.c: Likewise.
102 * sysdeps/sparc/sparc32/sem_trywait.c: Delete.
103 * sysdeps/sparc/sparc32/sem_timedwait.c: Delete.
104 * sysdeps/sparc/sparc32/sparcv9/sem_init.c: New file.
105 * sysdeps/sparc/sparc32/sparcv9/sem_open.c: New file.
106 * sysdeps/sparc/sparc32/sparcv9/sem_post.c: New file.
107 * sysdeps/sparc/sparc32/sparcv9/sem_waitcommon.c: New file.
108 * sysdeps/sparc/sparc32/sparcv9/sem_wait.c: Redirect to nptl
109 version.
110 * sysdeps/sparc/sparc32/sparcv9/sem_timedwait.c: Delete.
111 * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: Delete.
112
5f3d0b78
L
1132015-01-30 H.J. Lu <hongjiu.lu@intel.com>
114
115 [BZ #17801]
116 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
117 Set the bit_AVX_Fast_Unaligned_Load bit for AVX2.
118 * sysdeps/x86_64/multiarch/init-arch.h (bit_AVX_Fast_Unaligned_Load):
119 New.
120 (index_AVX_Fast_Unaligned_Load): Likewise.
121 (HAS_AVX_FAST_UNALIGNED_LOAD): Likewise.
122 * sysdeps/x86_64/multiarch/memcpy.S (__new_memcpy): Check the
123 bit_AVX_Fast_Unaligned_Load bit instead of the bit_AVX_Usable bit.
124 * sysdeps/x86_64/multiarch/memcpy_chk.S (__memcpy_chk): Likewise.
125 * sysdeps/x86_64/multiarch/mempcpy.S (__mempcpy): Likewise.
126 * sysdeps/x86_64/multiarch/mempcpy_chk.S (__mempcpy_chk): Likewise.
127 * sysdeps/x86_64/multiarch/memmove.c (__libc_memmove): Replace
128 HAS_AVX with HAS_AVX_FAST_UNALIGNED_LOAD.
129 * sysdeps/x86_64/multiarch/memmove_chk.c (__memmove_chk): Likewise.
130
b658fdd8
AS
1312015-01-29 Andreas Schwab <schwab@suse.de>
132
133 * sysdeps/nptl/allocrtsig.c: Include <signal.h>.
134
3cb26316
SP
1352015-01-29 Siddhesh Poyarekar <siddhesh@redhat.com>
136
137 [BZ #17892]
138 * nscd/nscd_stat.c (send_stats): Initialize DATA.
139
527de9e4
MS
1402015-01-28 Martin Sebor <msebor@redhat.com>
141
142 * math/README.libm-test: Clarify. Add "How to read the test output."
143
06991eb8
CM
1442015-01-28 Chris Metcalf <cmetcalf@ezchip.com>
145
146 * sysdeps/tile/tilegx/bits/atomic.h [!_LP64] (__HAVE_64B_ATOMICS):
147 Define to 0.
148
df341342
JM
1492015-01-28 Joseph Myers <joseph@codesourcery.com>
150
151 * sysdeps/mips/bits/atomic.h [_MIPS_SIM == _ABIN32]
152 (__HAVE_64B_ATOMICS): Define to 0.
153
08cee2a4
AZ
1542015-01-28 Adhemerval Zanellla <azanella@linux.vnet.ibm.com>
155
d4d0ecb2
AZ
156 [BZ #17885]
157 * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Fix correct
158 value to set as new flag.
159
08cee2a4
AZ
160 [BZ #16576]
161 * sysdeps/powerpc/fpu/math_private.h [__CPU_HAS_FSQRT]: Remove define
162 and use _ARCH_PPCSQ instead.
163 (__ieee754_sqrt): Likewise.
164 (__ieee754_sqrtf): Likewise.
165 * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Build only if
166 _ARCH_PPCSQ is defined.
167 (__ieee754_sqrt): Use _ARCH_PPCSQ to select wheter to use hardware
168 fsqrt instruction.
169 * sysdeps/powerpc/fpu/e_sqrtf.c (__ieee754_sqrtf): Build only if
170 _ARCH_PPCSQ is defined.
171 (__ieee754_sqrtf): Use _ARCH_PPCSQ to select wheter to use hardware
172 fsqrts instruction.
173 * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Remove file.
174
5fe8e359
AK
1752015-01-27 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
176
177 * iconv/loop.c: Suppress array out of bound warning caused by GCC
178 bug (GCC BZ #64739).
179
24bb7432
AS
1802015-01-25 Andreas Schwab <schwab@linux-m68k.org>
181
fa20da31
AS
182 * sysdeps/unix/sysv/linux/ia64/lowlevellock.h (lll_futex_requeue):
183 Mark _retval as used.
184 (lll_futex_wake_unlock): Likewise.
185 (lll_futex_timed_wait_requeue_pi): Likewise.
186
45819cbc
AS
187 * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h
188 (atomic_compare_and_exchange_val_acq): Use uint32_t for the
189 register variables.
190
403cc231
AS
191 * sysdeps/m68k/m680x0/fpu/fraiseexcpt.c (__feraiseexcept): Use
192 libm_hidden_def.
193
24bb7432
AS
194 * sysdeps/m68k/bits/byteswap.h (__bswap_16, __bswap_32)
195 (__bswap_64): Mark as __always_inline.
196
9317ea65
B
1972015-01-25 Bram <bug_rh@spam.wizbit.be>
198
199 [BZ #15378]
200 * elf/dl-load.c (open_path): Avoid writing to 'env_path_list'
201 when none of the search directories exist.
202
0e87343e
AZ
2032015-01-24 Adhemerval Zanellla <azanella@linux.vnet.ibm.com>
204
bea58013
AZ
205 [BZ #17869]
206 * sysdeps/powerpc/powerpc64/power8/memset.S: Use power7 instead of
207 power8 in .machine directive.
208
0e87343e
AZ
209 [BZ #17868]
210 * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Force value
211 set dependency from opd value.
212
ede0236c
L
2132015-01-23 H.J. Lu <hongjiu.lu@intel.com>
214
215 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
972af9e8
L
216 Treat model numbers 0x4a/0x4d/0x5a/0x5d as Intel Silvermont
217 architecture.
ede0236c 218
22971c35
L
2192015-01-23 H.J. Lu <hongjiu.lu@intel.com>
220
221 [BZ #17870]
222 * nptl/sem_post.c (__new_sem_post): Replace unsigned long int
223 with uint64_t.
224 * nptl/sem_waitcommon.c (__sem_wait_cleanup): Replace 1UL with
225 (uint64_t) 1.
e0da28a1 226 (__new_sem_wait_fast): Replace unsigned long with uint64_t.
22971c35
L
227 (__new_sem_wait_slow): Replace unsigned long int with uint64_t.
228 Replace 1UL with (uint64_t) 1.
229 * sysdeps/nptl/internaltypes.h (new_sem): Replace unsigned long
230 int with uint64_t.
231
da5bf245
RM
2322015-01-23 Roland McGrath <roland@hack.frob.com>
233
2ec2d703
RM
234 * inet/if_index.c (if_nameindex): Add missing libc_hidden_weak.
235 (if_freenameindex): Likewise.
236
da5bf245
RM
237 * resource/getrlimit64.c: Add missing libc_hidden_def.
238
d7423856
JM
2392015-01-22 Joseph Myers <joseph@codesourcery.com>
240
241 * soft-fp/op-common.h (_FP_ADD_INTERNAL): Declare labels with
242 __label__.
243 (_FP_FMA): Likewise.
244 (_FP_TO_INT_ROUND): Likewise.
245 (_FP_FROM_INT): Likewise.
246
6b2ba95b
AZ
2472015-01-21 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
248
249 [BZ #16418]
250 * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c (__get_clockfreq):
251 Make code racy and cancel safe.
252
ccdb048d
CD
2532015-01-21 Carlos O'Donell <carlos@redhat.com>
254
191220b3
CD
255 * sysdeps/arm/unwind-resume.h: Fix copyright year.
256 * dlfcn/tst-rec-dlopen.c: Fix incorrect copyright year and
257 attribution.
258
0897c551
CD
259 * pwd/tst-getpw.c: Rewrite.
260
ccdb048d
CD
261 [BZ #17702]
262 * dlfcn/Makefile (tests): Add tst-rec-dlopen.
263 (modules-names): Add moddummy1 and moddummy2.
264 ($(objpfx)tst-rec-dlopen): Define.
265 * dlfcn/moddummy1.c: New file.
266 * dlfcn/moddummy2.c: New file.
267 * dlfcn/tst-rec-dlopen.c: New file.
268 * elf/dl-cache.c (_dl_load_cache_lookup):
269 Return char*. Copy result with alloca/strcpy/strdup.
270 * elf/dl-load.c (_dl_map_object): _dl_load_cached_lookup
271 returns char*. Free cached. If not saving realname
272 free cached.
273 * elf/dl-open.c (dl_open_worker): Do not assert that
274 _r_debug->r_state is RT_CONSISTENT.
275 * sysdeps/generic/ldsodefs.h: _dl_load_cache_lookup
276 returns char*.
277
042e1521
CD
2782015-01-21 Torvald Riegel <triegel@redhat.com>
279 Carlos O'Donell <carlos@redhat.com>
280
281 [BZ #12674]
282 * nptl/sem_waitcommon.c: New file.
283 * nptl/sem_wait.c: Include sem_waitcommon.c.
284 (__sem_wait_cleanup, do_futex_wait): Remove.
285 (__new_sem_wait): Adapt.
286 (__new_sem_trywait): New function.
287 (__old_sem_trywait): Moved here from nptl/sem_trywait.c.
288 * nptl/sem_timedwait.c: Include sem_waitcommon.c.
289 (__sem_wait_cleanup, do_futex_timed_wait): Remove.
290 (sem_timedwait): Adapt.
291 * nptl/sem_post.c (__new_sem_post): Adapt.
292 (futex_wake): New function.
293 (__old_sem_post): Add release MO fence.
294 * nptl/sem_open.c (sem_open): Adapt.
295 * nptl/sem_init.c (__new_sem_init): Adapt.
296 (futex_private_if_supported): New function.
297 * nptl/sem_getvalue.c (__new_sem_getvalue): Adapt.
298 (__old_sem_getvalue): Add using previous code.
299 * sysdeps/nptl/internaltypes.h: Adapt.
300 * nptl/tst-sem13.c (do_test): Adapt.
301 * nptl/tst-sem11.c (main): Adapt.
302 * nptl/sem_trywait.c: Remove.
303 * nptl/DESIGN-sem.txt: Remove.
304 * nptl/Makefile (libpthread-routines): Remove sem_trywait.
305 (gen-as-const-headers): Remove structsem.sym.
306 * nptl/structsem.sym: Remove.
307 * sysdeps/unix/sysv/linux/alpha/sem_post.c: Remove.
308 * sysdeps/unix/sysv/linux/i386/i486/sem_post.S: Remove.
309 * sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: Remove.
310 * sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: Remove.
311 * sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: Remove.
312 * sysdeps/unix/sysv/linux/i386/i586/sem_post.S: Remove.
313 * sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: Remove.
314 * sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: Remove.
315 * sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: Remove.
316 * sysdeps/unix/sysv/linux/i386/i686/sem_post.S: Remove.
317 * sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: Remove.
318 * sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: Remove.
319 * sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: Remove.
320 * sysdeps/unix/sysv/linux/powerpc/sem_post.c: Remove.
321 * sysdeps/unix/sysv/linux/sh/sem_post.S: Remove.
322 * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Remove.
323 * sysdeps/unix/sysv/linux/sh/sem_trywait.S: Remove.
324 * sysdeps/unix/sysv/linux/sh/sem_wait.S: Remove.
325 * sysdeps/unix/sysv/linux/x86_64/sem_post.S: Remove.
326 * sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: Remove.
327 * sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: Remove.
328 * sysdeps/unix/sysv/linux/x86_64/sem_wait.S: Remove.
329
fe0e85af
CD
3302015-01-20 Carlos O'Donell <carlos@redhat.com>
331
a8db092e
CD
332 * INSTALL: Regenerated.
333
fe0e85af
CD
334 * po/libc.pot: Regenerated.
335
522e6ee3
CLT
3362015-01-18 Chung-Lin Tang <cltang@codesourcery.com>
337 Sandra Loosemore <sandra@codesourcery.com>
338 Andrew Jenner <andrew@codesourcery.com>
339 Joseph Myers <joseph@codesourcery.com>
340 Nathan Sidwell <nathan@codesourcery.com>
341
342 * NEWS: Mention new Nios II port.
343 * sysdeps/nios2/Implies: New file.
344 * sysdeps/nios2/Makefile: New file.
345 * sysdeps/nios2/Subdirs: New file.
346 * sysdeps/nios2/Versions: New file.
347 * sysdeps/nios2/__longjmp.S: New file.
348 * sysdeps/nios2/abort-instr.h: New file.
349 * sysdeps/nios2/backtrace.c: New file.
350 * sysdeps/nios2/bits/endian.h: New file.
351 * sysdeps/nios2/bits/fenv.h: New file.
352 * sysdeps/nios2/bits/link.h: New file.
353 * sysdeps/nios2/bits/setjmp.h: New file.
354 * sysdeps/nios2/bsd-_setjmp.S: New file.
355 * sysdeps/nios2/bsd-setjmp.S: New file.
356 * sysdeps/nios2/configure: New generated file.
357 * sysdeps/nios2/configure.ac: New file.
358 * sysdeps/nios2/crti.S: New file.
359 * sysdeps/nios2/crtn.S: New file.
360 * sysdeps/nios2/dl-init.c: New file.
361 * sysdeps/nios2/dl-machine.h: New file.
362 * sysdeps/nios2/dl-sysdep.h: New file.
363 * sysdeps/nios2/dl-tls.h: New file.
364 * sysdeps/nios2/dl-trampoline.S: New file.
365 * sysdeps/nios2/gccframe.h: New file.
366 * sysdeps/nios2/gmp-mparam.h: New file.
367 * sysdeps/nios2/jmpbuf-offsets.h: New file.
368 * sysdeps/nios2/jmpbuf-unwind.h: New file.
369 * sysdeps/nios2/ldsodefs.h: New file.
370 * sysdeps/nios2/libc-tls.c: New file.
371 * sysdeps/nios2/libm-test-ulps: New file.
372 * sysdeps/nios2/machine-gmon.h: New file.
373 * sysdeps/nios2/math-tests.h: New file.
374 * sysdeps/nios2/math_private.h: New file.
375 * sysdeps/nios2/memusage.h: New file.
376 * sysdeps/nios2/nptl/Makefile: New file.
377 * sysdeps/nios2/nptl/bits/pthreadtypes.h: New file.
378 * sysdeps/nios2/nptl/bits/semaphore.h: New file.
379 * sysdeps/nios2/nptl/pthread_spin_lock.c: New file.
380 * sysdeps/nios2/nptl/pthreaddef.h: New file.
381 * sysdeps/nios2/nptl/tcb-offsets.sym: New file.
382 * sysdeps/nios2/nptl/tls.h: New file.
383 * sysdeps/nios2/preconfigure: New file.
384 * sysdeps/nios2/s_fma.c: New file.
385 * sysdeps/nios2/s_fmaf.c: New file.
386 * sysdeps/nios2/setjmp.S: New file.
387 * sysdeps/nios2/sfp-machine.h: New file.
388 * sysdeps/nios2/sotruss-lib.c: New file.
389 * sysdeps/nios2/stackguard-macros.h: New file.
390 * sysdeps/nios2/stackinfo.h: New file.
391 * sysdeps/nios2/start.S: New file.
392 * sysdeps/nios2/sysdep.h: New file.
393 * sysdeps/nios2/tls-macros.h: New file.
394 * sysdeps/nios2/tst-audit.h: New file.
395 * sysdeps/unix/sysv/linux/nios2/Implies: New file.
396 * sysdeps/unix/sysv/linux/nios2/Makefile: New file.
397 * sysdeps/unix/sysv/linux/nios2/Versions: New file.
398 * sysdeps/unix/sysv/linux/nios2/arch-fork.h: New file.
399 * sysdeps/unix/sysv/linux/nios2/bits/atomic.h: New file.
400 * sysdeps/unix/sysv/linux/nios2/bits/mman.h: New file.
401 * sysdeps/unix/sysv/linux/nios2/cacheflush.c: New file.
402 * sysdeps/unix/sysv/linux/nios2/clone.S: New file.
403 * sysdeps/unix/sysv/linux/nios2/configure: New generated file.
404 * sysdeps/unix/sysv/linux/nios2/configure.ac: New file.
405 * sysdeps/unix/sysv/linux/nios2/getcontext.S: New file.
406 * sysdeps/unix/sysv/linux/nios2/kernel-features.h: New file.
407 * sysdeps/unix/sysv/linux/nios2/kernel_rt_sigframe.h: New file.
408 * sysdeps/unix/sysv/linux/nios2/makecontext.c: New file.
409 * sysdeps/unix/sysv/linux/nios2/profil-counter.h: New file.
410 * sysdeps/unix/sysv/linux/nios2/setcontext.S: New file.
411 * sysdeps/unix/sysv/linux/nios2/shlib-versions: New file.
412 * sysdeps/unix/sysv/linux/nios2/sigcontextinfo.h: New file.
413 * sysdeps/unix/sysv/linux/nios2/swapcontext.S: New file.
414 * sysdeps/unix/sysv/linux/nios2/sys/cachectl.h: New file.
415 * sysdeps/unix/sysv/linux/nios2/sys/procfs.h: New file.
416 * sysdeps/unix/sysv/linux/nios2/sys/ucontext.h: New file.
417 * sysdeps/unix/sysv/linux/nios2/sys/user.h: New file.
418 * sysdeps/unix/sysv/linux/nios2/syscall.S: New file.
419 * sysdeps/unix/sysv/linux/nios2/sysdep-cancel.h: New file.
420 * sysdeps/unix/sysv/linux/nios2/sysdep.S: New file.
421 * sysdeps/unix/sysv/linux/nios2/sysdep.h: New file.
422 * sysdeps/unix/sysv/linux/nios2/ucontext_i.sym: New file.
423 * sysdeps/unix/sysv/linux/nios2/vfork.S: New file.
424 * sysdeps/unix/sysv/linux/nios2/c++-types.data: New file.
425 * sysdeps/unix/sysv/linux/nios2/ld.abilist: New file.
426 * sysdeps/unix/sysv/linux/nios2/libBrokenLocale.abilist: New file.
427 * sysdeps/unix/sysv/linux/nios2/libanl.abilist: New file.
428 * sysdeps/unix/sysv/linux/nios2/libc.abilist: New file.
429 * sysdeps/unix/sysv/linux/nios2/libcrypt.abilist: New file.
430 * sysdeps/unix/sysv/linux/nios2/libdl.abilist: New file.
431 * sysdeps/unix/sysv/linux/nios2/libm.abilist: New file.
432 * sysdeps/unix/sysv/linux/nios2/libnsl.abilist: New file.
433 * sysdeps/unix/sysv/linux/nios2/libpthread.abilist: New file.
434 * sysdeps/unix/sysv/linux/nios2/libresolv.abilist: New file.
435 * sysdeps/unix/sysv/linux/nios2/librt.abilist: New file.
436 * sysdeps/unix/sysv/linux/nios2/libthread_db.abilist: New file.
437 * sysdeps/unix/sysv/linux/nios2/libutil.abilist: New file.
438 * sysdeps/unix/sysv/linux/nios2/localplt.data: New file.
439
026eb207
SL
4402015-01-16 Stefan Liebler <stli@linux.vnet.ibm.com>
441
442 [BZ #17844]
443 * sysdeps/unix/sysv/linux/s390/s390-32/getutent.c
444 (getutent): Use weak_alias in non SHARED case
445 and default_symbol_version in SHARED case.
446 * sysdeps/unix/sysv/linux/s390/s390-32/getutent_r.c
447 (getutent_r, pututline): Likewise.
448 * sysdeps/unix/sysv/linux/s390/s390-32/getutid.c
449 (getutid): Likewise.
450 * sysdeps/unix/sysv/linux/s390/s390-32/getutid_r.c
451 (getutid_r): Likewise.
452 * sysdeps/unix/sysv/linux/s390/s390-32/getutline.c
453 (getutline): Likewise.
454 * sysdeps/unix/sysv/linux/s390/s390-32/getutline_r.c
455 (getutline_r): Likewise.
456 * sysdeps/unix/sysv/linux/s390/s390-32/updwtmp.c
457 (updwtmp): Likewise.
458
1d532483
SL
4592015-01-16 Stefan Liebler <stli@linux.vnet.ibm.com>
460
461 [BZ #17848]
462 * sysdeps/s390/s390-32/memcmp.S
463 (memcmp_g5): Rename to __memcmp_g5.
464 * sysdeps/s390/s390-32/memcpy.S
465 (memcpy_g5): Rename to __memcpy_g5.
466 Jump to __memcpy_mvcle instead of memcpy_mvcle.
467 (memcpy_mvcle) Rename to __memcpy_mvcle.
468 * sysdeps/s390/s390-32/memset.S
469 (memset_g5): Rename to __memset_g5.
470 * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c
471 (IFUNC_RESOLVE): Prefix ifunc-resolve function
472 and use prefixed functions.
473 * sysdeps/s390/s390-32/multiarch/memcmp.S
474 (memcmp_z196): Rename to __memcmp_z196.
475 (memcmp_z10): Rename to __memcmp_z10.
476 (memcmp): Set alias to __memcmp_g5.
477 (bcmp): Set alias to __memcmp_g5.
478 * sysdeps/s390/s390-32/multiarch/memcpy.S
479 (memcpy_z196): Rename to __memcpy_z196.
480 Jump to __memcpy_mvcle instead of memcpy_mvcle.
481 (memcpy_z10): Rename to __memcpy_z10.
482 Jump to __memcpy_mvcle instead of memcpy_mvcle.
483 (memcpy): Set alias to __memcpy_g5.
484 * sysdeps/s390/s390-32/multiarch/memset.S
485 (memset_z196): Rename to __memset_z196.
486 Jump to __memset_mvcle instead of memset_mvcle.
487 (memset_z10): Rename to __memset_z10.
488 Jump to __memset_mvcle instead of memset_mvcle.
489 (memset_mvcle) Rename to __memset_mvcle.
490 (memset): Set alias to __memset_g5.
491 * sysdeps/s390/s390-64/memcmp.S
492 (memcmp_z900): Rename to __memcmp_z900.
493 * sysdeps/s390/s390-64/memcpy.S
494 (memcpy_z900): Rename to __memcpy_z900.
495 Jump to __memcpy_mvcle instead of memcpy_mvcle.
496 (memcpy_mvcle) Rename to __memcpy_mvcle.
497 * sysdeps/s390/s390-64/memset.S
498 (memset_z900): Rename to __memset_z900.
499 * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c
500 (IFUNC_RESOLVE): Prefix ifunc-resolve function
501 and use prefixed functions.
502 * sysdeps/s390/s390-64/multiarch/memcmp.S
503 (memcmp_z196): Rename to __memcmp_z196.
504 (memcmp_z10): Rename to __memcmp_z10.
505 (memcmp): Set alias to __memcmp_z900.
506 (bcmp): Set alias to __memcmp_z900.
507 * sysdeps/s390/s390-64/multiarch/memcpy.S
508 (memcpy_z196): Rename to __memcpy_z196.
509 Jump to __memcpy_mvcle instead of memcpy_mvcle.
510 (memcpy_z10): Rename to __memcpy_z10.
511 Jump to __memcpy_mvcle instead of memcpy_mvcle.
512 (memcpy): Set alias to __memcpy_z900.
513 * sysdeps/s390/s390-64/multiarch/memset.S
514 (memset_z196): Rename to __memset_z196.
515 Jump to __memset_mvcle instead of memset_mvcle.
516 (memset_z10): Rename to __memset_z10.
517 Jump to __memset_mvcle instead of memset_mvcle.
518 (memset_mvcle) Rename to __memset_mvcle.
519 (memset): Set alias to __memset_z900.
520
53fbd169
JM
5212015-01-14 Joseph Myers <joseph@codesourcery.com>
522
523 [BZ #17748]
524 * sysdeps/powerpc/nofpu/feholdexcpt.c (__feholdexcept): Call
525 __fesetenv instead of fesetenv.
526
d639a363
SP
5272015-01-14 Siddhesh Poyarekar <siddhesh@redhat.com>
528
529 * sysdeps/s390/dl-tls.h [IS_IN (rtld)]: Define __tls_get_addr
530 macro.
531
d3b00f46
AZ
5322015-01-13 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
533
ce6615c9
AZ
534 * sysdeps/powerpc/powerpc64/power7/memcmp.S (memcmp): Fix performance
535 regression on LE.
536
d3b00f46
AZ
537 * sysdeps/powerpc/powerpc64/multiarch/strncmp-power8.S: New file.
538 * sysdeps/powerpc/powerpc64/power8/strncmp.S: New file.
539 * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]: Add
540 strncmp-power8 object.
541 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
542 (__libc_ifunc_impl_list): Add __strncmp_power8 implementation.
543 * sysdeps/powerpc/powerpc64/multiarch/strncmp.c (strncmp): Likewise.
544 * NEWS: Update.
545
72607db0
RS
5462015-01-13 Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
547 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
548
549 * sysdeps/powerpc/powerpc64/power7/strcmp.S (strcmp): Optimize
550 trailing byte check.
551
54dc5461
DM
5522015-01-13 David S. Miller <davem@davemloft.net>
553
554 * include/signal.h (__sigreturn): Guard with __USE_MISC.
555
1c6e6f23
RM
5562015-01-13 Roland McGrath <roland@hack.frob.com>
557
558 * login/logout.c (logout): Use memset rather than bzero.
559 * nis/nss_compat/compat-pwd.c (getpwent_next_file): Likewise.
560 * nis/nss_compat/compat-spwd.c (getspent_next_file): Likewise.
561 * resolv/gethnamaddr.c (gethostbyaddr): Use memcmp rather than bcmp.
562 (_gethtbyaddr): Likewise.
563 * locale/programs/simple-hash.c (bcopy): Macro removed.
564
96d6fd6c
AZ
5652015-01-13 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
566
8bedcb5f
AZ
567 * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
568 Add strcmp-power8 object.
569 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
570 (__libc_ifunc_impl_list): Add __strcmp_power8 implementation.
571 * sysdeps/powerpc/powerpc64/multiarch/strcmp-power8.S: New file.
572 * sysdeps/powerpc/powerpc64/multiarch/strcmp.c (strcmp): Add
573 __strcmp_power8 implementation.
574 * sysdeps/powerpc/powerpc64/power8/strcmp.S: New file.
575 * NEWS: Update.
576
f06a4faf
AZ
577 * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
578 Add strncpy-power8 and stpncpy-power8 objects.
579 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
580 (__libc_ifunc_impl_list): Add __strncpy_power8 and stpncpy_power8
581 implementations.
582 * sysdeps/powerpc/powerpc64/multiarch/stpncpy-power8.S: New file.
583 * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c (__stpncpy): Add
584 __stpncpy_power8 implementation.
585 * sysdeps/powerpc/powerpc64/multiarch/strncpy-power8.S: New file.
586 * sysdeps/powerpc/powerpc64/multiarch/strncpy.c (strncpy): Add
587 __strncpy_power8 implementation.
588 * sysdeps/powerpc/powerpc64/power8/stpncpy.S: New file.
589 * sysdeps/powerpc/powerpc64/power8/strncpy.S: New file.
590 * NEWS: Update.
591
9f2f36e5
AZ
592 * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.c: New file.
593 * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.S: Remove file.
594 * sysdeps/powerpc/powerpc64/power7/strncat.S: Likewise.
595
96d6fd6c 596 * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]: Add
94c96809
AZ
597 strncat-power8 object.
598 * sysdeps/powerpc/powerpc64/multiarch/strcat.c (strcat): Add
599 __strcat_power8 implementation.
600 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
601 (__libc_ifunc_impl_list): Add __strcat_power8 implementation.
602 * sysdeps/powerpc/powerpc64/multiarch/strcat-power8.c: New file:
603 optimized strcat for power8.
604
605 * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]: Add
96d6fd6c
AZ
606 strcpy-power8 and stpcpy-power8 objects.
607 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
608 (__libc_ifunc_impl_list): Add __strcpy_power8 and __stpcpy_power8
609 implementations.
610 * sysdeps/powerpc/powerpc64/multiarch/stpcpy-power8.S: New file:
611 multiarch stpcpy implementation for POWER8.
612 * sysdeps/powerpc/powerpc64/multiarch/strcpy-power8.S: New file;
613 multiarch strcpy implementation for POWER8.
614 * sysdeps/powerpc/powerpc64/multiarch/strcpy.c (strcpy): Add
615 __strcpy_power8 function.
616 * sysdeps/powerpc/powerpc64/power8/stpcpy.S: New file: optimized
617 stpcpy for POWER8.
618 * sysdeps/powerpc/powerpc64/power8/strcpy.S: New file: optimized
619 strcpy for POWER8.
620 * NEWS: Update.
621
0f9e5854
LH
6222015-01-13 Leonhard Holz <leonhard.holz@web.de>
623
624 [BZ #16009]
625 * string/strxfrm_l.c (STRXFRM): Allocate fixed size cache for
626 weights and rules. Use do_xfrm_cached if data fits in cache,
627 do_xfrm otherwise. Moved former main loop to...
628 * (do_xfrm_cached): New function.
629 * (do_xfrm): Non-caching version of do_xfrm_cached. Uses
630 find_idx, find_position and stack_push.
631 * (find_idx): New function.
632 * (find_position): Likewise.
633 * localedata/sort-test.sh: Added test run for do_xfrm.
634 * localedata/xfrm-test.c (main): Added command line option
635 -nocache to run the test with strings that are too large for
636 the STRXFRM cache.
637
c60ec0e0
TR
6382015-01-13 Torvald Riegel <triegel@redhat.com>
639
640 * sysdeps/nptl/fork.c (__libc_fork): Provide address of futex
641 variable to lll_futex_wake call, not the value itself.
642
34e93d6c
JM
6432015-01-12 Joseph Myers <joseph@codesourcery.com>
644
5a9e4c09
JM
645 [BZ #17803]
646 * sysdeps/ieee754/ldbl-96/s_scalblnl.c (twom63): Rename to
647 twom64. Adjust value to 0x1p-64L.
648 (__scalblnl): Only return standard underflowing result for K <=
649 -64 not K <= -63; adjust exponent for underflowing result by 64
650 not 63.
651 * math/libm-test.inc (scalbn_test_data): Add more tests.
652 (scalbln_test_data): Likewise.
653
34e93d6c
JM
654 [BZ #17834]
655 * sysdeps/ieee754/ldbl-96/s_scalblnl.c (two63): Change value to
656 0x1p63L.
657 (__scalblnl): Get new exponent of adjusted subnormal value from ES
658 not HX.
659 * math/libm-test.inc (scalbn_test_data): Add more tests.
660 (scalbln_test_data): Likewise.
661
ca677d3c
AZ
6622015-01-12 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
663 Stefani Seibold <stefani@seibold.net>
664
665 * sysdeps/unix/sysv/linux/x86_64/Makefile [$(subdir) = elf]
666 (sysdep_routines): Add dl-vdso here, ...
667 * sysdeps/unix/sysv/linux/x86/Makefile [$(subdir) = elf]
668 (sysdep_routines): ... not here.
669 * sysdeps/unix/sysv/linux/i386/gettimeofday.c: New file: set syscall
670 fallback when vDSO is not presented.
671 * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_clock_gettime):
672 Define with libc_hidden_proto/libc_hidden_data_def definitions.
673 (_libc_vdso_platform_setup): Rename to __vdso_platform_setup.
674 * sysdeps/unix/sysv/linux/i386/init-first.c: New file: likewise.
675 * sysdeps/unix/sysv/linux/i386/time.c: New file: likewise.
676 * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Moved to ...
677 * sysdeps/unix/sysv/linux/x86/libc-vdso.h: ... here.
678 * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: Move to ...
679 * sysdeps/unix/sysv/linux/x86/clock_gettime.c: ... here.
680 * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: Move to ...
681 * sysdeps/unix/sysv/linux/x86/gettimeofday.c: ... here. Also added
682 fallback configurable symbol when vDSO is not available.
683 * sysdeps/unix/sysv/linux/x86_64/time.c: Move to ...
684 * sysdeps/unix/sysv/linux/x86/time.c: ... here. Also refactored to
685 be able to redefine fallback symbol when vDSO is not available.
686 * sysdeps/unix/sysv/linux/x86_64/timespec_get.c: Move to ...
687 * sysdeps/unix/sysv/linux/x86/timespec_get.c: ... here.
688
49a9f6ab 6892015-01-12 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
8d2c0a59 690
56cf2763
AZ
691 * sysdeps/powerpc/nptl/tls.h (tcbhead_t): Add tm_capable field.
692 (TLS_INIT_TP): Add tm_capable initialization.
693 (TLS_DEFINE_INIT_TP): Likewise.
694 (THREAD_GET_TM_CAPABLE): New file: get tm_capable field value from
695 TCB.
696 (THREAD_SET_TM_CAPABLE): New file: set tm_capable field value in TCB.
697 * sysdeps/powerpc/nptl/tcb-offsets.sym (TM_CAPABLE): Add field offset
698 calculation.
699 * sysdeps/powerpc/powerpc32/sysdep.h (DO_CALL): Abort hardware
700 transactoion is lock elision is built and TCB tm_capable is set.
701 * sysdeps/powerpc/powerpc64/sysdep.h (DO_CALL): Likewise.
702 * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
703 (INTERNAL_SYSCALL_NCS): Likewise.
704 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
705 (INTERNAL_SYSCALL_NCS): Likewise.
706 * sysdeps/powerpc/sysdep.h (ABORT_TRANSACTION): New define.
707
4b45943a
AZ
708 * sysdeps/powerpc/nptl/elide.h: New file: generic lock elision support
709 for powerpc.
710 * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
711 [pthread_rwlock_t] (__pad1): Change size to 7 bytes in 64 bits case
712 and remove it for 32 bits case.
713 [pthread_rwlock_t] (__rwelision): New field for lock elision.
714 (__PTHREAD_RWLOCK_ELISION_EXTRA): Adjust for new lock elision field
715 initialization.
716 * sysdeps/unix/sysv/linux/powerpc/elision-conf.c (elision_init):
717 Disable lock elision with rdlocks if elision is not available.
718
8d2c0a59
AZ
719 * sysdeps/unix/sysv/linux/powerpc/Makefile [nptl]
720 (sysdep_routines): Add lock elision objects.
721 * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
722 [pthread_mutex_t] (__spins): Rework to add lock elision field.
723 [pthread_mutex_t] (__elision): Add field.
724 [__PTHREAD_SPINS]: Adjust to init lock elision field.
725 * sysdeps/unix/sysv/linux/powerpc/elision-conf.c: New file: lock
726 elision definitions for powerpc.
727 * sysdeps/unix/sysv/linux/powerpc/elision-lock.c: New file:
728 implementation of lock elision for powerpc.
729 * sysdeps/unix/sysv/linux/powerpc/elision-timed.c: New file:
730 implementation of timed lock elision for powerpc.
731 * sysdeps/unix/sysv/linux/powerpc/elision-trylock.c: New file:
732 implementation of trylock with lock elision for powerpc.
733 * sysdeps/unix/sysv/linux/powerpc/elision-unlock.c: New file:
734 implementaion of unlock for lock elision for powerpc.
735 * sysdeps/unix/sysv/linux/powerpc/force-elision.h: New file:
736 automatic enable lock elision for mutexes.
737 * sysdeps/unix/sysv/linux/powerpc/htm.h: New file: hardware
738 transaction execution definitions for powerpc.
739 * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: New file: add TLE
740 definitions.
741 * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_cond_lock.c: New file.
742 * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_lock.c: Likewise.
743 * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_timedlock.c: Likewise.
744 * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_trylock.c: Likewise.
745 * NEWS: Update.
746
bc0ed9f7
RM
7472015-01-09 Roland McGrath <roland@hack.frob.com>
748
749 * sysdeps/posix/shm-directory.c: Use <> rather than ""
750 for #include of <shm-directory.h>.
751
585d9c18
CLT
7522015-01-09 Chung-Lin Tang <cltang@codesourcery.com>
753
754 * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Remove MIN() and
755 assign raw DT_REL[A]COUNT value to ranges[0].nrelative.
756
aee6626c
MF
7572015-01-09 Matthew Fortune <matthew.fortune@imgtec.com>
758
759 [BZ #17791]
760 * NEWS: Mention bug fix.
761 * sysdepsysdeps/unix/sysv/linux/microblaze/sys/user.h
762 (PAGE_SHIFT, PAGE_SIZE, PAGE_MASK, NBPG, UPAGES): Remove.
763 (HOST_TEXT_START_ADDR, HOST_STACK_END_ADDR): Remove.
764
9e560f48
TR
7652015-01-09 Torvald Riegel <triegel@redhat.com>
766
767 * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Delete file.
768
e1cfbd0c
TR
7692015-01-09 Torvald Riegel <triegel@redhat.com>
770
771 * sysdeps/unix/sysv/linux/microblaze/pthread_once.c: Delete file.
772
cf71e44f
DH
7732015-01-09 David Holsgrove <david.holsgrove@xilinx.com>
774
775 * sysdeps/microblaze/jmpbuf-unwind.h (_jmpbuf_sp): Declare SP as void
776 pointer and cast to uintptr_t.
777
b360ee62
DH
7782015-01-09 David Holsgrove <david.holsgrove@xilinx.com>
779
780 * sysdeps/microblaze/nptl/tls.h (__microblaze_get_thread_area): Function
781 removed.
782 (READ_THREAD_POINTER): Use __microblaze_thread_area instead.
783
caff764e
DH
7842015-01-09 David Holsgrove <david.holsgrove@xilinx.com>
785
786 * sysdeps/microblaze/nptl/tls.h (TLS_INIT_TP): Use NULL instead
787 of 0.
788
59ff172f
RM
7892015-01-08 Roland McGrath <roland@hack.frob.com>
790
c97d27f1
RM
791 * sysdeps/pthread/timer_routines.c: Fix <pthreadP.h> include to use
792 <nptl/pthreadP.h> instead.
793 * sysdeps/pthread/aio_notify.c: Include <signal.h> for raise decl.
794
08734ccd
RM
795 * signal/allocrtsig.c (RESERVED_SIGRT): New macro, defined to 0 if not
796 already defined.
797 [__SIGRTMIN] (init): Function removed.
798 [__SIGRTMIN] (initialized): Variable removed.
799 [!__SIGRTMIN] (current_rtmin, current_rtmax): Variables removed.
800 [__SIGRTMIN] (current_rtmin, current_rtmax): Initialize to
801 __SIGRTMIN + RESERVED_SIGRT and __SIGRTMAX, respectively.
802 (__libc_current_sigrtmin) [__SIGRTMIN]: Don't call init.
803 (__libc_current_sigrtmin) [!__SIGRTMIN]: Just return -1.
804 (__libc_current_sigrtmin): Add __libc_current_sigrtmin_private alias.
805 (__libc_current_sigrtmax) [__SIGRTMIN]: Don't call init.
806 (__libc_current_sigrtmax) [!__SIGRTMIN]: Just return -1.
807 (__libc_current_sigrtmax): Add __libc_current_sigrtmax_private alias.
808 (__libc_allocate_rtsig) [__SIGRTMIN]: Don't call init.
809 (__libc_allocate_rtsig): Add __libc_allocate_rtsig_private alias.
810 * sysdeps/nptl/allocrtsig.c: New file.
811 * sysdeps/unix/sysv/linux/allocrtsig.c: File removed.
812 * sysdeps/unix/sysv/linux/testrtsig.h: File removed.
813 * sysdeps/generic/testrtsig.h: File removed.
814
7b052e33
RM
815 * nptl/pthread_sigmask.c [SIGCANCEL || SIGTIMER || SIGSETXID]: #error.
816 (pthread_sigmask): Call sigprocmask, not __sigprocmask.
817
cc40d25e
RM
818 * nptl/nptl-init.c (pthread_functions): Conditionalize
819 .ptr__nptl_setxid initialization on [SIGSETXID].
820
9287adf0
RM
821 * sysdeps/nptl/sys/procfs.h: New file.
822 * nptl_db/Makefile (headers): Add it.
823 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Don't add it.
824
59ff172f
RM
825 * nptl/pthreadP.h (check_cpuset_attr): Moved ...
826 * sysdeps/unix/sysv/linux/check-cpuset.h: ... to this new file.
827 * nptl/pthread_attr_setaffinity.c: Include it.
828 * nptl/pthread_setattr_default_np.c: Likewise.
829 * nptl/check-cpuset.h: New file.
830
b9205857
RH
8312015-01-08 Richard Henderson <rth@redhat.com>
832
833 * elf/Makefile (CFLAGS-tst-execstack-mod.c): Add -Wno-trampolines
834 (CFLAGS-tst-execstack-prog.c): Likewise.
835 * nptl/Makefile (CFLAGS-tst-execstack-mod.c): Likewise.
836
1a0a8d15
CLT
8372015-01-08 Chung-Lin Tang <cltang@codesourcery.com>
838 Sandra Loosemore <sandra@codesourcery.com>
839 Andrew Jenner <andrew@codesourcery.com>
840 Joseph Myers <joseph@codesourcery.com>
841 Nathan Sidwell <nathan@codesourcery.com>
842
843 * elf/elf.h (EM_ALTERA_NIOS2): New machine number for Altera Nios II.
844 (DT_NIOS2_GP): New dynamic entry type for Nios II _gp address.
845 (R_NIOS2_NONE,R_NIOS2_S16,R_NIOS2_U16): Define Nios II relocations.
846 (R_NIOS2_PCREL16,R_NIOS2_CALL26,R_NIOS2_IMM5): Likewise.
847 (R_NIOS2_CACHE_OPX,R_NIOS2_IMM6,R_NIOS2_IMM8,R_NIOS2_HI16): Likewise.
848 (R_NIOS2_LO16,R_NIOS2_HIADJ16,R_NIOS2_BFD_RELOC_32): Likewise.
849 (R_NIOS2_BFD_RELOC_16,R_NIOS2_BFD_RELOC_8,R_NIOS2_GPREL): Likewise.
00b8b9ba
SP
850 (R_NIOS2_GNU_VTINHERIT,R_NIOS2_GNU_VTENTRY,R_NIOS2_UJMP): Likewise.
851 (R_NIOS2_CJMP,R_NIOS2_CALLR,R_NIOS2_ALIGN,R_NIOS2_GOT16): Likewise.
852 (R_NIOS2_CALL16,R_NIOS2_GOTOFF_LO,R_NIOS2_GOTOFF_HA): Likewise.
853 (R_NIOS2_PCREL_LO,R_NIOS2_PCREL_HA,R_NIOS2_TLS_GD16): Likewise.
854 (R_NIOS2_TLS_LDM16,R_NIOS2_TLS_LDO16,R_NIOS2_TLS_IE16): Likewise.
855 (R_NIOS2_TLS_LE16,R_NIOS2_TLS_DTPMOD,R_NIOS2_TLS_DTPREL): Likewise.
1a0a8d15
CLT
856 (R_NIOS2_TLS_TPREL,R_NIOS2_COPY,R_NIOS2_GLOB_DAT): Likewise.
857 (R_NIOS2_JUMP_SLOT,R_NIOS2_RELATIVE,R_NIOS2_GOTOFF): Likewise.
858 (R_NIOS2_CALL26_NOAT,R_NIOS2_GOT_LO,R_NIOS2_GOT_HA): Likewise.
859 (R_NIOS2_CALL_LO,R_NIOS2_CALL_HA): Likewise.
860
dd6e8af6
AZ
8612015-01-08 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
862
863 * sysdeps/unix/sysv/linux/futimens.c (futimens): Use address of first
864 timespec struct member in syscall macro.
865 * sysdeps/unix/sysv/linux/utimensat.c (utimensat): Likewise.
866 * sysdeps/unix/sysv/linux/futimesat.c (futimesat): Use address of
867 first timeval struct member in syscall macro.
868 * sysdeps/unix/sysv/linux/utimes.c (__utimeS): Likewise.
869
8116321f
JM
8702015-01-07 Joseph Myers <joseph@codesourcery.com>
871
872 [BZ #17748]
873 * include/fenv.h (__feupdateenv): Use libm_hidden_proto.
874 * math/feupdateenv.c (__feupdateenv): Use libm_hidden_def.
875 * sysdeps/aarch64/fpu/feupdateenv.c (feupdateenv): Rename to
876 __feupdateenv and define as weak alias of __feupdateenv. Use
877 libm_hidden_weak.
878 * sysdeps/alpha/fpu/feupdateenv.c (__feupdateenv): Use
879 libm_hidden_def.
880 * sysdeps/arm/feupdateenv.c (feupdateenv): Rename to __feupdateenv
881 and define as weak alias of __feupdateenv. Use libm_hidden_weak.
882 * sysdeps/hppa/fpu/feupdateenv.c (feupdateenv): Likewise.
883 * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Use
884 libm_hidden_def.
885 * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Rename to
886 __feupdateenv and define as weak alias of __feupdateenv. Use
887 libm_hidden_weak.
888 * sysdeps/m68k/fpu/feupdateenv.c (__feupdateenv): Use
889 libm_hidden_def.
890 * sysdeps/mips/fpu/feupdateenv.c (feupdateenv): Rename to
891 __feupdateenv and define as weak alias of __feupdateenv. Use
892 libm_hidden_weak.
893 * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Use
894 libm_hidden_def.
895 * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
896 * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c
897 (__feupdateenv): Likewise.
898 * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Rename to
899 __feupdateenv and define as weak alias of __feupdateenv. Use
900 libm_hidden_weak.
901 * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
902 * sysdeps/sparc/fpu/feupdateenv.c (__feupdateenv): Use
903 libm_hidden_def.
904 * sysdeps/tile/math_private.h (__feupdateenv): New inline
905 function.
906 * sysdeps/x86_64/fpu/feupdateenv.c (__feupdateenv): Use
907 libm_hidden_def.
908 * sysdeps/generic/math_private.h (default_libc_feupdateenv): Call
909 __feupdateenv instead of feupdateenv.
910 (default_libc_feupdateenv_test): Likewise.
911 (libc_feresetround_ctx): Likewise.
912
882dfe18
AZ
9132015-01-07 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
914
915 * sysdeps/unix/sysv/linux/mips/pread.c (__libc_pread): Fix function
916 prototype.
917
39a12f8d
CM
9182015-01-07 Chris Metcalf <cmetcalf@ezchip.com>
919
920 * posix/regcomp.c (parse_bracket_exp): Initialize type to
921 COLL_SYM in a couple of places to avoid uninitialized variable
922 wanings on tilegx gcc 4.8.2.
923
dc400d7b
RE
9242015-01-07 Richard Earnshaw <rearnsha@arm.com>
925
926 * sysdeps/aarch64/strcpy.S: New file.
927 * sysdeps/aarch64/stpcpy.S: New file.
928 * NEWS: Updated.
929
ec582ca0
RE
9302015-01-07 Richard Earnshaw <rearnsha@arm.com>
931
932 * sysdeps/aarch64/strrchr.S: New file.
933 * NEWS: Updated.
934
d5b1c5ed
EB
9352015-01-07 Eric Biggers <ebiggers3@gmail.com>
936
937 [BZ #17658]
938 * stdlib/setenv.c: Fix memory leak when setting large,
939 duplicate string.
940
fb87ee96
VN
9412015-01-06 Vladimir A. Nazarenko <naszar@ya.ru>
942
60f046a8 943 [BZ #17273]
fb87ee96
VN
944 * misc/mntent_r.c (__getmntent_r): Cut off trailing spaces
945 and tabs from buffer before parsing fstab entry.
946 * misc/tst-mntent.c (main): Add test for mount entry with
947 trailing spaces and tabs.
948
cd42798a
JM
9492015-01-06 Joseph Myers <joseph@codesourcery.com>
950
01238691
JM
951 [BZ #17748]
952 * include/fenv.h (__fesetround): Declare. Use libm_hidden_proto.
953 * math/fesetround.c (fesetround): Rename to __fesetround and
954 define as weak alias of __fesetround. Use libm_hidden_weak.
955 * sysdeps/aarch64/fpu/fesetround.c (fesetround): Likewise.
956 * sysdeps/alpha/fpu/fesetround.c (fesetround): Likewise.
957 * sysdeps/arm/fesetround.c (fesetround): Likewise.
958 * sysdeps/hppa/fpu/fesetround.c (fesetround): Likewise.
959 * sysdeps/i386/fpu/fesetround.c (fesetround): Likewise.
960 * sysdeps/ia64/fpu/fesetround.c (fesetround): Likewise.
961 * sysdeps/m68k/fpu/fesetround.c (fesetround): Likewise.
962 * sysdeps/mips/fpu/fesetround.c (fesetround): Likewise.
963 * sysdeps/powerpc/fpu/fenv_libc.h (__fesetround): Rename to
964 __fesetround_inline.
965 * sysdeps/powerpc/fpu/fenv_private.h (libc_fesetround_ppc): Call
966 __fesetround_inline instead of __fesetround.
967 * sysdeps/powerpc/fpu/fesetround.c (fesetround): Rename to
968 __fesetround and define as weak alias of __fesetround. Use
969 libm_hidden_weak. Call __fesetround_inline instead of
970 __fesetround.
971 * sysdeps/powerpc/nofpu/fesetround.c (fesetround): Rename to
972 __fesetround and define as weak alias of __fesetround. Use
973 libm_hidden_weak.
974 * sysdeps/powerpc/powerpc32/e500/nofpu/fesetround.c (fesetround):
975 Likewise.
976 * sysdeps/s390/fpu/fesetround.c (fesetround): Likewise.
977 * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
978 * sysdeps/sparc/fpu/fesetround.c (fesetround): Likewise.
979 * sysdeps/tile/math_private.h (__fesetround): New inline function.
980 * sysdeps/x86_64/fpu/fesetround.c (fesetround): Rename to
981 __fesetround and define as weak alias of __fesetround. Use
982 libm_hidden_weak.
983 * sysdeps/generic/math_private.h (default_libc_fesetround): Call
984 __fesetround instead of fesetround.
985 (default_libc_feholdexcept_setround): Likewise.
986 (libc_feholdsetround_ctx): Likewise.
987 (libc_feholdsetround_noex_ctx): Likewise.
988
cd42798a
JM
989 [BZ #17748]
990 * include/fenv.h (__fesetenv): Use libm_hidden_proto.
991 * math/fesetenv.c (__fesetenv): Use libm_hidden_def.
992 * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Rename to __fesetenv
993 and define as weak alias of __fesetenv. Use libm_hidden_weak.
994 * sysdeps/alpha/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
995 * sysdeps/arm/fesetenv.c (fesetenv): Rename to __fesetenv and
996 define as weak alias of __fesetenv. Use libm_hidden_weak.
997 * sysdeps/hppa/fpu/fesetenv.c (fesetenv): Likewise.
998 * sysdeps/i386/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
999 * sysdeps/ia64/fpu/fesetenv.c (fesetenv): Rename to __fesetenv and
1000 define as weak alias of __fesetenv. Use libm_hidden_weak.
1001 * sysdeps/m68k/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
1002 * sysdeps/mips/fpu/fesetenv.c (fesetenv): Rename to __fesetenv and
1003 define as weak alias of __fesetenv. Use libm_hidden_weak.
1004 * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Use
1005 libm_hidden_def.
1006 * sysdeps/powerpc/nofpu/fesetenv.c (__fesetenv): Likewise.
1007 * sysdeps/powerpc/powerpc32/e500/nofpu/fesetenv.c (__fesetenv):
1008 Likewise.
1009 * sysdeps/s390/fpu/fesetenv.c (fesetenv): Rename to __fesetenv and
1010 define as weak alias of __fesetenv. Use libm_hidden_weak.
1011 * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
1012 * sysdeps/sparc/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
1013 * sysdeps/tile/math_private.h (__fesetenv): New inline function.
1014 * sysdeps/x86_64/fpu/fesetenv.c (fesetenv): Rename to __fesetenv
1015 and define as weak alias of __fesetenv. Use libm_hidden_weak.
1016 * sysdeps/generic/math_private.h (default_libc_fesetenv): Use
1017 __fesetenv instead of fesetenv.
1018 (libc_feresetround_noex_ctx): Likewise.
1019 * sysdeps/alpha/fpu/feupdateenv.c (__feupdateenv): Likewise.
1020 * sysdeps/hppa/fpu/feupdateenv.c (feupdateenv): Likewise.
1021 * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Likewise.
1022 * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Likewise.
1023 * sysdeps/m68k/fpu/feupdateenv.c (__feupdateenv): Likewise.
1024 * sysdeps/mips/fpu/feupdateenv.c (feupdateenv): Likewise.
1025 * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
1026 * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c
1027 (__feupdateenv): Likewise.
1028 * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
1029 * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
1030 * sysdeps/sparc/fpu/feupdateenv.c (__feupdateenv): Likewise.
1031 * sysdeps/x86_64/fpu/feupdateenv.c (__feupdateenv): Likewise.
1032
38949026
AJ
10332015-01-06 Aurelien Jarno <aurelien@aurel32.net>
1034
1cf98e27 1035 [BZ #17806]
38949026
AJ
1036 * resolv/res_init.c (__res_iclose): Only clear nsinit if the
1037 addresses have been freed.
1038
5fe55e9c
AJ
10392015-01-06 Aurelien Jarno <aurelien@aurel32.net>
1040
1041 * resolv/res_init.c (__res_vinit): Improve comments about nserv
1042 and nservall.
1043
dc8ab018
OB
10442015-01-06 Ondřej Bílka <neleai@seznam.cz>
1045
1046 * sysdeps/unix/sysv/linux/check_pf.c (make_request):
1047 Clean up check_pf allocation pattern. addresses
1048
14bb4e57
AZ
10492015-01-06 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
1050
1051 * nptl/pthread_cancel.c (pthread_cancel): Use ANSI prototype.
1052 * nptl/pthread_cond_timedwait.c (__pthread_cond_timedwait): Likewise.
1053 * nptl/pthread_cond_wait.c (__pthread_cond_wait): Likewise.
1054 * nptl/pthread_exit.c (__pthread_exit): Likewise.
1055 * nptl/pthread_join.c (pthread_join): Likewise.
1056 * nptl/pthread_timedjoin.c (pthread_timedjoin_np): Likewise.
1057 * sysdeps/posix/waitid.c (__waitid): Likewise.
1058 * sysdeps/unix/sysv/linux/arm/pread.c (__libc_pread): Likewise.
1059 * sysdeps/unix/sysv/linux/arm/pread64.c (__libc_pread64): Likewise.
1060 * sysdeps/unix/sysv/linux/arm/pwrite.c (__libc_pwrite): Likewise.
1061 * sysdeps/unix/sysv/linux/arm/pwrite64.c (__libc_pwrite64): Likewise.
1062 * sysdeps/unix/sysv/linux/generic/wordsize-32/pread.c (__libc_pread):
1063 Likewise.
1064 * sysdeps/unix/sysv/linux/generic/wordsize-32/pread64.c
1065 (__libc_pread64): Likewise.
1066 * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite.c
1067 (__libc_pwrite): Likewise.
1068 * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite64.c
1069 (__libc_pwrite64): Likewsie.
1070 * sysdeps/unix/sysv/linux/mips/pread.c (__libc_pread): Likewise.
1071 * sysdeps/unix/sysv/linux/mips/pread64.c (__libc_pread64): Likewise.
1072 * sysdeps/unix/sysv/linux/mips/pwrite.c (__libc_pwrite): Likewise.
1073 * sysdeps/unix/sysv/linux/mips/pwrite64.c (__libc_pwrite64): Likewise.
1074 * sysdeps/unix/sysv/linux/msgrcv.c (__libc_msgrcv): Likewise.
1075 * sysdeps/unix/sysv/linux/msgsnd.c (__libc_msgsnd): Likewise.
1076 * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Likewise.
1077 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c (__libc_pread):
1078 Likewise.
1079 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
1080 (__libc_pread64): Likewise.
1081 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c (__libc_pwrite):
1082 Likewise.
1083 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c
1084 (__libc_pwrite64): Likewise.
1085 * sysdeps/unix/sysv/linux/pread.c (__libc_pread): Likewise.
1086 * sysdeps/unix/sysv/linux/pread64.c (__libc_pread64): Likewise.
1087 * sysdeps/unix/sysv/linux/preadv.c (PREADV): Likewise.
1088 * sysdeps/unix/sysv/linux/pthread_kill.c (__pthread_kill): Likewise.
1089 * sysdeps/unix/sysv/linux/pwrite.c (__libc_pwrite): Likewise.
1090 * sysdeps/unix/sysv/linux/pwrite64.c (__libc_pwrite64): Likewise.
1091 * sysdeps/unix/sysv/linux/pwritev.c (__libc_pwritev): Likewise.
1092 * sysdeps/unix/sysv/linux/sh/pread.c (__libc_pread): Likewise.
1093 * sysdeps/unix/sysv/linux/sh/pread64.c (__libc_pread64): Likewise.
1094 * sysdeps/unix/sysv/linux/sh/pwrite.c (__libc_pwrite): Likewise.
1095 * sysdeps/unix/sysv/linux/sh/pwrite64.c (__libc_write64): Likewise.
1096 * sysdeps/unix/sysv/linux/sigsuspend.c (__sigsuspend): Likewise.
1097 * sysdeps/unix/sysv/linux/sigtimedwait.c (__sigtimedwait): Likewise.
1098 * sysdeps/unix/sysv/linux/sigwait.c (__sigwait): Likewise.
1099 * sysdeps/unix/sysv/linux/sigwaitinfo.c (__sigwaitinfo): Likewise.
1100 * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c (__libc_msgrcv):
1101 Likewise.
1102
10a5e112
AS
11032015-01-06 Andrew Senkevich <andrew.n.senkevich@gmail.com>
1104
1105 * math/Makefile (CFLAGS-test-float.c): Remove -frounding-math.
1106 (CFLAGS-test-double.c): Likewise.
1107 (CFLAGS-test-ldouble.c): Likewise.
1108 (CPPFLAGS-test-ifloat.c): Likewise.
1109 (CPPFLAGS-test-idouble.c): Likewise.
1110 (CPPFLAGS-test-ildoubl.c): Likewise.
1111 (CFLAGS-test-test-fenv.c): Remove variable.
1112 (CFLAGS-test-misc.c): Likewise.
1113
57ada0e7
L
11142015-01-06 H.J. Lu <hongjiu.lu@intel.com>
1115
1116 [BZ #17797]
1117 * bits/time.h (CLOCKS_PER_SEC): Changed to ((clock_t) 1000000).
1118 * sysdeps/unix/sysv/linux/bits/time.h (CLOCKS_PER_SEC): Likewise.
1119 * sysdeps/unix/sysv/linux/clock.c (clock): _Static_assert
1120 CLOCKS_PER_SEC == 1000000.
1121 * time/clocktest.c (main): Replace %ld with %jd and cast to
1122 intmax_t.
1123
46abb64d
RM
11242015-01-05 Roland McGrath <roland@hack.frob.com>
1125
1126 * sysdeps/generic/unwind-resume.h: New file.
1127 * sysdeps/gnu/unwind-resume.c: Include it.
1128 (libgcc_s_personality): Use PERSONALITY_PROTO macro for the prototype.
1129 (__gcc_personality_v0): Likewise, and PERSONALITY_ARGS for the callee
1130 argument list.
1131 (libgcc_s_resume): Variable renamed to __libgcc_s_resume, made hidden
1132 global rather than static.
1133 (_Unwind_Resume): Update user.
1134 Conditionalize definition on [!HAVE_ARCH_UNWIND_RESUME].
1135 (init): Likewise. Renamed to __libgcc_s_init, made hidden global
1136 rather than static. Add __attribute__ ((cold)).
1137 (_Unwind_Resume, __gcc_personality_v0): Update callers.
1138 * sysdeps/nptl/unwind-forcedunwind.c: Likewise.
1139 * sysdeps/arm/arm-unwind-resume.S: New file.
1140 * sysdeps/arm/rt-arm-unwind-resume.S: New file.
1141 * sysdeps/arm/pt-arm-unwind-resume.S: New file.
1142 * sysdeps/arm/Makefile [$(subdir) = csu]
1143 (sysdep_routines, shared-only-routines): Add arm-unwind-resume.
1144 [$(subdir) = rt] (librt-sysdep_routines, librt-shared-only-routines):
1145 Add rt-arm-unwind-resume.
1146 [$(subdir) = nptl]
1147 (libpthread-sysdep_routines, libpthread-shared-only-routines):
1148 Add pt-arm-unwind-resume.
1149 * sysdeps/unix/sysv/linux/arm/unwind-resume.c: File removed.
1150 * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c: File removed.
1151
ef9faf13
JM
11522015-01-05 Joseph Myers <joseph@codesourcery.com>
1153
1154 [BZ #17748]
1155 * include/fenv.h (__feholdexcept): Declare. Use
1156 libm_hidden_proto.
1157 * math/feholdexcpt.c (feholdexcept): Rename to __feholdexcept and
1158 define as weak alias of __feholdexcept. Use libm_hidden_weak.
1159 * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Likewise.
1160 * sysdeps/alpha/fpu/feholdexcpt.c (feholdexcept): Likewise.
1161 * sysdeps/arm/feholdexcpt.c (feholdexcept): Likewise.
1162 * sysdeps/hppa/fpu/feholdexcpt.c (feholdexcept): Likewise.
1163 * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Likewise.
1164 * sysdeps/ia64/fpu/feholdexcpt.c (feholdexcept): Likewise.
1165 * sysdeps/m68k/fpu/feholdexcpt.c (feholdexcept): Likewise.
1166 * sysdeps/mips/fpu/feholdexcpt.c (feholdexcept): Likewise.
1167 * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Likewise.
1168 * sysdeps/powerpc/nofpu/feholdexcpt.c (feholdexcept): Likewise.
1169 * sysdeps/powerpc/powerpc32/e500/nofpu/feholdexcpt.c
1170 (feholdexcept): Likewise.
1171 * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Likewise.
1172 * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Likewise.
1173 * sysdeps/sparc/fpu/feholdexcpt.c (feholdexcept): Likewise.
1174 * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Likewise.
1175 * sysdeps/generic/math_private.h (default_libc_feholdexcept): Use
1176 __feholdexcept instead of feholdexcept.
1177 (default_libc_feholdexcept_setround): Likewise.
1178
295a453e
SE
11792015-01-05 Steve Ellcey <sellcey@imgtec.com>
1180
1181 * sysdeps/mips/memset.S (memset): Modify for mips32r6/mips64r6
1182 to avoid using stl/str to align destination.
1183
882c4b9f
SE
11842015-01-05 Steve Ellcey <sellcey@imgtec.com>
1185
1186 * sysdeps/mips/memcpy.S: Add support for mips32r6/mips64r6.
1187
ac4c11f5
JM
11882015-01-05 Joseph Myers <joseph@codesourcery.com>
1189
1190 [BZ #17796]
1191 * sysdeps/unix/sysv/linux/mips/mips64/n64/posix_fadvise.c
1192 [!SHLIB_COMPAT(libc, GLIBC_2_2, GLIBC_2_3_3)] (posix_fadvise64):
1193 Define as weak alias not strong alias.
1194
03403e30
SE
11952015-01-05 Steve Ellcey <sellcey@imgtec.com>
1196
1197 * sysdeps/mips/dl-machine.h (elf_machine_load_address): Replace
1198 bltzal with addiupc.
1199 (RTLD_START): Ditto.
1200
1dca195e
CM
12012015-01-05 Chris Metcalf <cmetcalf@ezchip.com>
1202
00b8b9ba
SP
1203 * sysdeps/unix/sysv/linux/tile/bits/libc-vdso.h: Fix return type
1204 for __vdso_* functions in declarations.
1205 * sysdeps/unix/sysv/linux/tile/init-first.c: Likewise for
1206 definitions.
1207 * sysdeps/unix/sysv/linux/tile/sysdep.h (INLINE_VSYSCALL,
1208 INTERNAL_VSYSCALL): Use struct return types to check for error.
7ea793f3 1209
1dca195e
CM
1210 * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c [!defined _LP64
1211 && REGISTER_CAST_INT32_TO_INT64]: Provide explicit lround()
1212 function with cast from llround().
1213 * sysdeps/tile/sysdep.h (REGISTER_CAST_INT32_TO_INT64): Define.
1214 * sysdeps/x86_64/x32/sysdep.h (REGISTER_CAST_INT32_TO_INT64):
1215 Define.
1216
a287953a
JM
12172015-01-05 Joseph Myers <joseph@codesourcery.com>
1218
ab70da77
JM
1219 [BZ #17793]
1220 * sysdeps/unix/sysv/linux/arm/posix_fadvise64.c (posix_fadvise64):
1221 Define as weak alias not strong alias.
1222
b8986484
JM
1223 [BZ #17635]
1224 * ctype/ctype-c99.c: New file. isblank implementation moved from
1225 ...
1226 * ctype/ctype-extn.c: ... here.
1227 (__isblank_l): Move to ...
1228 * ctype/ctype-c99_l.c: ... here. New file.
1229 * ctype/Makefile (routines): Add ctype-c99 and ctype-c99_l.
1230 * conform/Makefile (test-xfail-ISO99/ctype.h/linknamespace):
1231 Remove variable.
1232 (test-xfail-ISO11/ctype.h/linknamespace): Likewise.
1233 (test-xfail-XPG3/ctype.h/linknamespace): Likewise.
1234 (test-xfail-XPG4/ctype.h/linknamespace): Likewise.
1235 (test-xfail-UNIX98/ctype.h/linknamespace): Likewise.
1236 (test-xfail-POSIX2008/ctype.h/linknamespace): Likewise.
1237
a287953a
JM
1238 [BZ #17777]
1239 * sysdeps/unix/sysv/linux/wordsize-64/posix_fadvise.c
1240 (posix_fadvise64): Define as weak alias not strong alias.
1241 * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
1242 (posix_fallocate64): Likewise.
1243 * conform/Makefile (test-xfail-XOPEN2K/fcntl.h/linknamespace):
1244 Remove variable.
1245 (test-xfail-XOPEN2K/mqueue.h/linknamespace): Likewise.
1246 (test-xfail-POSIX2008/fcntl.h/linknamespace): Likewise.
1247 (test-xfail-POSIX2008/mqueue.h/linknamespace): Likewise.
1248 (test-xfail-XOPEN2K8/fcntl.h/linknamespace): Likewise.
1249 (test-xfail-XOPEN2K8/mqueue.h/linknamespace): Likewise.
1250
b1efe3bb
MF
12512015-01-05 Matthew Fortune <matthew.fortune@imgtec.com>
1252
1253 [BZ #16191]
1254 * NEWS: Mention bug fix.
1255 * sysdeps/unix/sysv/linux/mips/sys/user.h (PAGE_SHIFT): Remove.
1256 (PAGE_SIZE, PAGE_MASK, NBPG, UPAGES): Likewise.
1257 (HOST_TEXT_START_ADDR, HOST_DATA_START_ADDR): Likewise.
1258 (HOST_STACK_END_ADDR): Likewise.
1259
9706dc5f
JM
12602015-01-02 Joseph Myers <joseph@codesourcery.com>
1261
b93c2205
JM
1262 [BZ #17748]
1263 * include/fenv.h (__fegetround): Declare. Use libm_hidden_proto.
1264 * math/fegetround.c (fegetround): Rename to __fegetround and
1265 define as weak alias of __fegetround. Use libm_hidden_weak.
1266 * sysdeps/aarch64/fpu/fegetround.c (fegetround): Likewise.
1267 * sysdeps/alpha/fpu/fegetround.c (fegetround): Likewise.
1268 * sysdeps/arm/fegetround.c (fegetround): Likewise.
1269 * sysdeps/hppa/fpu/fegetround.c (fegetround): Likewise.
1270 * sysdeps/i386/fpu/fegetround.c (fegetround): Likewise.
1271 * sysdeps/ia64/fpu/fegetround.c (fegetround): Likewise.
1272 * sysdeps/m68k/fpu/fegetround.c (fegetround): Likewise.
1273 * sysdeps/mips/fpu/fegetround.c (fegetround): Likewise.
1274 * sysdeps/powerpc/fpu/fegetround.c (fegetround): Likewise.
1275 Undefine after rather than before function definition; use
1276 parentheses around function name in definition.
1277 (__fegetround): Also undefine macro after function definition.
1278 * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Rename to
1279 __fegetround and define as weak alias of __fegetround. Use
1280 libm_hidden_weak. Do not undefine as macro.
1281 * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c (fegetround):
1282 Likewise.
1283 * sysdeps/s390/fpu/fegetround.c (fegetround): Rename to
1284 __fegetround and define as weak alias of __fegetround. Use
1285 libm_hidden_weak.
1286 * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
1287 * sysdeps/sparc/fpu/fegetround.c (fegetround): Likewise.
1288 * sysdeps/tile/math_private.h (__fegetround): New inline function.
1289 * sysdeps/x86_64/fpu/fegetround.c (fegetround): Rename to
1290 __fegetround and define as weak alias of __fegetround. Use
1291 libm_hidden_weak.
1292 * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Use
1293 __fegetround instead of fegetround.
1294
253a59cc
JM
1295 [BZ #17782]
1296 * sysdeps/unix/sysv/linux/mips/bits/termios.h (TIOCSER_TEMT):
1297 Condition macro definition on [__USE_MISC].
1298
27dae011
JM
1299 [BZ #17781]
1300 * sysdeps/unix/sysv/linux/mips/bits/sigaction.h
1301 (struct sigaction): Change type of sa_flags field to int.
1302
172019c0
JM
1303 [BZ #17780]
1304 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (struct flock)
1305 [!__USE_FILE_OFFSET64 && _MIPS_SIM != _ABI64]: Rename pad field to
1306 __glibc_reserved0.
1307
522ad1d6
JM
1308 * nptl/version.c (banner): Use single year in copyright notice.
1309
9706dc5f
JM
1310 * NEWS: Update copyright dates.
1311 * catgets/gencat.c (print_version): Likewise.
1312 * csu/version.c (banner): Likewise.
1313 * debug/catchsegv.sh: Likewise.
1314 * debug/pcprofiledump.c (print_version): Likewise.
1315 * debug/xtrace.sh (do_version): Likewise.
1316 * elf/ldconfig.c (print_version): Likewise.
1317 * elf/ldd.bash.in: Likewise.
1318 * elf/pldd.c (print_version): Likewise.
1319 * elf/sotruss.sh: Likewise.
1320 * elf/sprof.c (print_version): Likewise.
1321 * iconv/iconv_prog.c (print_version): Likewise.
1322 * iconv/iconvconfig.c (print_version): Likewise.
1323 * locale/programs/locale.c (print_version): Likewise.
1324 * locale/programs/localedef.c (print_version): Likewise.
1325 * login/programs/pt_chown.c (print_version): Likewise.
1326 * malloc/memusage.sh (do_version): Likewise.
1327 * malloc/memusagestat.c (print_version): Likewise.
1328 * malloc/mtrace.pl: Likewise.
1329 * manual/libc.texinfo: Likewise.
1330 * nptl/version.c (banner): Likewise.
1331 * nscd/nscd.c (print_version): Likewise.
1332 * nss/getent.c (print_version): Likewise.
1333 * nss/makedb.c (print_version): Likewise.
1334 * posix/getconf.c (main): Likewise.
1335 * scripts/test-installation.pl: Likewise.
1336 * sysdeps/unix/sysv/linux/lddlibc4.c (main): Likewise.
1337
b8607aac
WN
13382015-01-02 Will Newton <will.newton@linaro.org>
1339
1340 * sysdeps/arm/armv7/configure: Removed.
1341 * sysdeps/arm/armv7/configure.ac: Likewise.
1342
b168057a
JM
13432015-01-02 Joseph Myers <joseph@codesourcery.com>
1344
1345 * All files with FSF copyright notices: Update copyright dates
1346 using scripts/update-copyrights.
1347 * intl/plural.c: Regenerated.
1348 * locale/programs/charmap-kw.h: Likewise.
1349 * locale/programs/locfile-kw.h: Likewise.
1350
b217c15f
SP
13512015-01-02 Siddhesh Poyarekar <siddhesh@redhat.com>
1352
1353 * scripts/gen-posix-conf-vars.awk (END): Don't use sprintf.
1354
73a268c7
JM
13552014-12-31 Joseph Myers <joseph@codesourcery.com>
1356
1357 [BZ #17748]
1358 * include/fenv.h (__fegetenv): Use libm_hidden_proto.
1359 * math/fegetenv.c (__fegetenv): Use libm_hidden_def.
1360 * sysdeps/aarch64/fpu/fegetenv.c (fegetenv): Rename to __fegetenv
1361 and define as weak alias of __fegetenv. Use libm_hidden_weak.
1362 * sysdeps/alpha/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
1363 * sysdeps/arm/fegetenv.c (fegetenv): Rename to __fegetenv and
1364 define as weak alias of __fegetenv. Use libm_hidden_weak.
1365 * sysdeps/hppa/fpu/fegetenv.c (fegetenv): Likewise.
1366 * sysdeps/i386/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
1367 * sysdeps/ia64/fpu/fegetenv.c (fegetenv): Rename to __fegetenv and
1368 define as weak alias of __fegetenv. Use libm_hidden_weak.
1369 * sysdeps/m68k/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
1370 * sysdeps/mips/fpu/fegetenv.c (fegetenv): Rename to __fegetenv and
1371 define as weak alias of __fegetenv. Use libm_hidden_weak.
1372 * sysdeps/powerpc/fpu/fegetenv.c (__fegetenv): Use
1373 libm_hidden_def.
1374 * sysdeps/powerpc/nofpu/fegetenv.c (__fegetenv): Likewise.
1375 * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c (__fegetenv):
1376 Likewise.
1377 * sysdeps/s390/fpu/fegetenv.c (fegetenv): Rename to __fegetenv and
1378 define as weak alias of __fegetenv. Use libm_hidden_weak.
1379 * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Likewise.
1380 * sysdeps/sparc/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
1381 * sysdeps/tile/math_private.h (__fegetenv): New inline function.
1382 * sysdeps/x86_64/fpu/fegetenv.c (fegetenv): Rename to __fegetenv
1383 and define as weak alias of __fegetenv. Use libm_hidden_weak.
1384 * sysdeps/generic/math_private.h (libc_feholdsetround_ctx): Use
1385 __fegetenv instead of fegetenv.
1386 (libc_feholdsetround_noex_ctx): Likewise.
1387
0bd95672
MF
13882014-12-31 Matthew Fortune <matthew.fortune@imgtec.com>
1389
1390 * elf/elf.h (PT_MIPS_ABIFLAGS): Define.
1391 (Elf_MIPS_ABIFlags_v0): New structure.
1392 (EF_MIPS_FP64): Define.
1393 (MIPS_AFL_REG_NONE, MIPS_AFL_REG_32, MIPS_AFL_REG_64): Likewise.
1394 (MIPS_AFL_REG_128, MIPS_AFL_ASE_DSP, MIPS_AFL_ASE_DSP64): Likewise.
1395 (MIPS_AFL_ASE_DSPR2, MIPS_AFL_ASE_EVA, MIPS_AFL_ASE_MCU): Likewise.
1396 (MIPS_AFL_ASE_MDMX, MIPS_AFL_ASE_MIPS3D, MIPS_AFL_ASE_MT): Likewise.
1397 (MIPS_AFL_ASE_SMARTMIPS, MIPS_AFL_ASE_VIRT): Likewise.
1398 (MIPS_AFL_ASE_VIRT64, MIPS_AFL_ASE_MSA, MIPS_AFL_ASE_MSA64): Likewise.
1399 (MIPS_AFL_ASE_MIPS16, MIPS_AFL_ASE_MICROMIPS): Likewise.
1400 (MIPS_AFL_ASE_XPA, MIPS_AFL_EXT_XLR, MIPS_AFL_EXT_OCTEON2): Likewise.
1401 (MIPS_AFL_EXT_OCTEONP, MIPS_AFL_EXT_LOONGSON_3A): Likewise.
1402 (MIPS_AFL_EXT_OCTEON, MIPS_AFL_EXT_5900, MIPS_AFL_EXT_4010): Likewise.
1403 (MIPS_AFL_EXT_4100, MIPS_AFL_EXT_3900, MIPS_AFL_EXT_10000): Likewise.
1404 (MIPS_AFL_EXT_SB1, MIPS_AFL_EXT_4111, MIPS_AFL_EXT_4120): Likewise.
1405 (MIPS_AFL_EXT_5400, MIPS_AFL_EXT_5500): Likewise.
1406 (MIPS_AFL_EXT_LOONGSON_2E, MIPS_AFL_EXT_LOONGSON_2F): Likewise.
1407 (Val_GNU_MIPS_ABI_FP_ANY, Val_GNU_MIPS_ABI_FP_DOUBLE): New enum values.
1408 (Val_GNU_MIPS_ABI_FP_SINGLE, Val_GNU_MIPS_ABI_FP_SOFT): Likewise.
1409 (Val_GNU_MIPS_ABI_FP_OLD_64, Val_GNU_MIPS_ABI_FP_XX): Likewise.
1410 (Val_GNU_MIPS_ABI_FP_64, Val_GNU_MIPS_ABI_FP_64A): Likewise.
1411 (Val_GNU_MIPS_ABI_FP_MAX): Likewise.
1412 * sysdeps/mips/Makefile [subdir=elf]: Add tst-abi-interlink,
1413 tst-mode-switch-1, tst-mode-switch-2, tst-mode-switch-3 tests.
1414 * sysdeps/mips/bits/linkmap.h (struct link_map_machine): Add fpmode
1415 field.
1416 * sysdeps/mips/dl-machine.h (elf_machine_matches_host): Reject
1417 EF_MIPS_FP64.
1418 * sysdeps/mips/dl-machine-reject-phdr.h: New file.
1419 * sysdeps/mips/tst-abi-fp32mod.c: Likewise.
1420 * sysdeps/mips/tst-abi-fpxxmod.c: Likewise.
1421 * sysdeps/mips/tst-abi-fpxxomod.c: Likewise.
1422 * sysdeps/mips/tst-abi-fp64mod.c: Likewise.
1423 * sysdeps/mips/tst-abi-fp64amod.c: Likewise.
1424 * sysdeps/mips/tst-abi-interlink.c: Likewise.
1425 * sysdeps/mips/tst-mode-switch-1.c: Likewise.
1426 * sysdeps/mips/tst-mode-switch-2.c: Likewise.
1427 * sysdeps/mips/tst-mode-switch-3.c: Likewise.
1428 * sysdeps/unix/sysv/linux/mips/configure.ac (o32-fpabi): Define to
1429 record the current FP ABI extension.
1430 (mips-mode-switch): Define to show if kernel headers support mode
1431 switching.
1432 * sysdeps/unix/sysv/linux/mips/configure: Regenerate.
1433 * sysdeps/unix/sysv/linux/mips/ldsodefs.h: Increase maximum
1434 supported SYSV ABI version to 3.
1435 * sysdeps/unix/sysv/linux/mips/libc-abis: Add new MIPS_O32_FP64
1436 feature.
1437
f59ad976
RS
14382014-12-31 Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
1439 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
1440
1441 * sysdeps/powerpc/powerpc64/power7/strcpy.S (strcpy): Optimize unaligned
1442 path.
1443 * benchtests/bench-strcpy.c (test_main): Add more unaligned inputs.
1444
4a3d3999
JM
14452014-12-31 Joseph Myers <joseph@codesourcery.com>
1446
1447 * sysdeps/powerpc/bits/fenvinline.h (fegetround): Rename macro to
1448 __fegetround and redefine to call __fegetround. Remove condition
1449 on [!__NO_MATH_INLINES].
1450 * sysdeps/powerpc/fpu/fenv_libc.h (__fegetround): Remove inline
1451 function.
1452 * sysdeps/powerpc/nofpu/fenv_libc.h: Remove file.
1453 * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h (__fegetround):
1454 Remove macro.
1455 * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Include <fenv.h>
1456 instead of <fenv_libc.h>.
1457 (__llrintl): Call fegetround instead of __fegetround.
1458 * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Include <fenv.h>
1459 instead of <fenv_libc.h>.
1460 * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
1461 (__lrintl): Call fegetround instead of __fegetround.
1462 * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Include <fenv.h>
1463 instead of <fenv_libc.h>.
1464 * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
1465 (__rintl): Call fegetround instead of __fegetround.
1466
195f3afc
SP
14672014-12-31 Siddhesh Poyarekar <siddhesh@redhat.com>
1468
1469 * scripts/gen-posix-conf-vars.awk: Don't use multi-dimensional
1470 arrays.
1471
7062bd42
L
14722014-12-30 H.J. Lu <hongjiu.lu@intel.com>
1473
1474 [BZ #17775]
1475 * sysdeps/i386/dl-machine.h (PI_STATIC_AND_HIDDEN): Removed.
1476 (elf_machine_dynamic) [!PI_STATIC_AND_HIDDEN]: Likewise.
1477 (elf_machine_load_address) [!PI_STATIC_AND_HIDDEN]: Likewise.
1478
07256e18
AS
14792014-12-30 Andrew Senkevich <andrew.senkevich@intel.com>
1480
1481 * sysdeps/i386/tls-macros.h: Include <features.h>.
1482 (TLS_LE): Use non-PIC version for GCC >= 5.0.
1483 (TLS_IE): Likewise.
1484 (TLS_LD): Likewise.
1485 (TLS_GD): Likewise.
1486 * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Don't
1487 define for GCC >= 5.0.
1488
1ff950ad
CM
14892014-12-30 Chris Metcalf <cmetcalf@ezchip.com>
1490
1491 * math/test-fenv.c (test_single_exception, set_single_exc,
1492 feenv_nomask_test, feenv_mask_test, feexcp_nomask_test,
1493 feexcp_mask_test, feenable_test, fe_single_test): Add
1494 [!FE_ALL_EXCEPT] test so these routines are not compiled in the
1495 case where they are not used.
1496 * math/libm-test.inc: Likewise.
1497 * setjmp/test-setjmp-fp.c: Mark attribute ((unused)) on variable
1498 unused in the absence of FP rounding/exception support.
1499 * stdio-common/tst-printf-round.c: Likewise.
1500 * stdlib/tst-strtod-round.c: Likewise.
1501 * stdlib/tst-strtod-underflow.c: Likewise.
1502
0747f818
JM
15032014-12-30 Joseph Myers <joseph@codesourcery.com>
1504
1505 [BZ #17723]
1506 * include/fenv.h (__feraiseexcept): Use libm_hidden_proto.
1507 * math/fraiseexcpt.c (__feraiseexcept): Use libm_hidden_def.
1508 * sysdeps/aarch64/fpu/fraiseexcpt.c (feraiseexcept): Rename to
1509 __feraiseexcept and define as weak alias of __feraiseexcept. Use
1510 libm_hidden_weak.
1511 * sysdeps/arm/fraiseexcpt.c (feraiseexcept): Likewise.
1512 * sysdeps/hppa/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
1513 * sysdeps/i386/fpu/fraiseexcpt.c (__feraiseexcept): Use
1514 libm_hidden_def.
1515 * sysdeps/ia64/fpu/fraiseexcpt.c (feraiseexcept): Rename to
1516 __feraiseexcept and define as weak alias of __feraiseexcept. Use
1517 libm_hidden_weak.
1518 * sysdeps/m68k/coldfire/fpu/fraiseexcpt.c (feraiseexcept):
1519 Likewise.
1520 * sysdeps/microblaze/math_private.h (__feraiseexcept): New macro.
1521 * sysdeps/mips/fpu/fraiseexcpt.c (feraiseexcept): Rename to
1522 __feraiseexcept and define as weak alias of __feraiseexcept. Use
1523 libm_hidden_weak.
1524 * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Use
1525 libm_hidden_def.
1526 * sysdeps/powerpc/nofpu/fraiseexcpt.c (__feraiseexcept): Likewise.
1527 * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcpt.c
1528 (__feraiseexcept): Likewise.
1529 * sysdeps/s390/fpu/fraiseexcpt.c (feraiseexcept): Rename to
1530 __feraiseexcept and define as weak alias of __feraiseexcept. Use
1531 libm_hidden_weak.
1532 * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
1533 * sysdeps/sparc/fpu/fraiseexcpt.c (__feraiseexcept): Use
1534 libm_hidden_def.
1535 * sysdeps/tile/math_private.h (__feraiseexcept): New macro.
1536 * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S (__feraiseexcept):
1537 Use libm_hidden_def.
1538 * sysdeps/x86_64/fpu/fraiseexcpt.c (__feraiseexcept): Use
1539 libm_hidden_def.
1540 (feraiseexcept): Define as weak not strong alias. Use
1541 libm_hidden_weak.
1542 * sysdeps/x86/fpu/bits/fenv.h (__feraiseexcept_invalid_divbyzero):
1543 New inline function. Factored out of ...
1544 (feraiseexcept): ... here. Use __feraiseexcept_invalid_divbyzero.
1545 * sysdeps/x86/fpu/include/bits/fenv.h: New file.
1546 * math/e_scalb.c (invalid_fn): Call __feraiseexcept instead of
1547 feraiseexcept.
1548 * math/w_acos.c (__acos): Likewise.
1549 * math/w_asin.c (__asin): Likewise.
1550 * math/w_ilogb.c (__ilogb): Likewise.
1551 * math/w_j0.c (y0): Likewise.
1552 * math/w_j1.c (y1): Likewise.
1553 * math/w_jn.c (yn): Likewise.
1554 * math/w_log.c (__log): Likewise.
1555 * math/w_log10.c (__log10): Likewise.
1556 * sysdeps/aarch64/fpu/feupdateenv.c (feupdateenv): Likewise.
1557 * sysdeps/aarch64/fpu/math_private.h
1558 (libc_feupdateenv_test_aarch64): Likewise.
1559 * sysdeps/alpha/fpu/feupdateenv.c (__feupdateenv): Likewise.
1560 * sysdeps/arm/fenv_private.h (libc_feupdateenv_test_vfp): Likewise.
1561 * sysdeps/arm/feupdateenv.c (feupdateenv): Likewise.
1562 * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Likewise.
1563 * sysdeps/m68k/fpu/feupdateenv.c (__feupdateenv): Likewise.
1564 * sysdeps/mips/fpu/feupdateenv.c (feupdateenv): Likewise.
1565 * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Likewise.
1566 * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
1567 * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
1568 * sysdeps/sparc/fpu/feupdateenv.c (__feupdateenv): Likewise.
1569
8d2b2763
L
15702014-12-30 H.J. Lu <hongjiu.lu@intel.com>
1571
1572 [BZ #17732]
1573 * io/test-utime.c (main): Replace %ld with %jd and cast to
1574 intmax_t.
41fad830 1575 * libio/tst-ftell-active-handler.c (do_append_test): Likewise.
e401d5ca
L
1576 * nptl/tst-mutex5.c: Include <stdint.h>.
1577 (do_test): Replace %ld with %jd and cast to intmax_t.
6490d945
L
1578 * posix/tst-regex.c (run_test): Likewise.
1579 (run_test_backwards): Likewise.
5d619de4
L
1580 * rt/tst-clock.c: Include <stdint.h>.
1581 (clock_test): Replace %ld with %jd and cast to intmax_t.
1582 * rt/tst-cpuclock1.c: Include <stdint.h>.
1583 (do_test): Replace %lu with %ju and cast to uintmax_t.
1584 * rt/tst-cpuclock2.c: Include <stdint.h>.
1585 (do_test): Replace %lu with %ju and cast to uintmax_t.
1586 * rt/tst-mqueue1.c: Include <stdint.h>.
1587 (check_attrs): Replace %ld with %jd and cast to intmax_t.
1588 * rt/tst-mqueue3.c (fct): Replace %ld with %jd and cast to
1589 intmax_t.
1590 * rt/tst-mqueue4.c (do_test): Likewise.
1591 * rt/tst-timer4.c: Include <stdint.h>.
1592 (check_ts): Replace %ld with %jd and cast to intmax_t.
1593 (do_test): Likewise.
ad86fbc3
L
1594 * stdio-common/tst-fmemopen2.c (do_test): Replace %ld with %jd
1595 and cast to intmax_t.
37f46900 1596 * sysdeps/pthread/tst-timer.c (main): Likewise.
fe342f50
L
1597 * time/clocktest.c (main): Likewise.
1598 * time/tst-posixtz.c (do_test): Likewise.
126f6c72 1599 * timezone/tst-timezone.c (main): Likewise.
8d2b2763 1600
8b4416d8
AS
16012014-12-30 Andrew Senkevich <andrew.senkevich@intel.com>
1602 H.J. Lu <hongjiu.lu@intel.com>
1603
1604 * sysdeps/i386/i686/multiarch/bcopy-sse2-unaligned.S: New file.
1605 * sysdeps/i386/i686/multiarch/memcpy-sse2-unaligned.S: Likewise.
1606 * sysdeps/i386/i686/multiarch/memmove-sse2-unaligned.S: Likewise.
1607 * sysdeps/i386/i686/multiarch/mempcpy-sse2-unaligned.S: Likewise.
1608 * sysdeps/i386/i686/multiarch/bcopy.S: Select the sse2_unaligned
1609 version if bit_Fast_Unaligned_Load is set.
1610 * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
1611 * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
1612 * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
1613 * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
1614 * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
1615 * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
1616 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
1617 bcopy-sse2-unaligned, memcpy-sse2-unaligned,
1618 memmove-sse2-unaligned and mempcpy-sse2-unaligned.
1619 * sysdeps/i386/i686/multiarch/ifunc-impl-list.c (MAX_IFUNC): Set
1620 to 4.
1621 (__libc_ifunc_impl_list): Test __bcopy_sse2_unaligned,
1622 __memmove_chk_sse2_unaligned, __memmove_sse2_unaligned,
1623 __memcpy_chk_sse2_unaligned, __memcpy_sse2_unaligned,
1624 __mempcpy_chk_sse2_unaligned, and __mempcpy_sse2_unaligned.
1625
e47b8d3b
CM
16262014-12-29 Chris Metcalf <cmetcalf@ezchip.com>
1627
6d6d7fde
CM
1628 * sysdeps/unix/sysv/linux/tst-setgetname.c (do_test): Use #ifndef
1629 instead of #if to avoid a Wundef warning.
1630 * stdlib/tst-limits.c (do_test): Likewise.
1631
cd2c37c9
CM
1632 * sysdeps/tile/math_private.h (fetestexcept): Add macro to
1633 parallel other exception macros.
1634 (fegetenv): Convert from macro to extern inline so that it applies
1635 retroactively to inline functions already seen by the compiler.
1636 (fesetenv, feupdateenv, fegetround, fesetround): Likewise.
1637
e47b8d3b
CM
1638 * posix/Makefile (before-compile): Use $(objpfx) for
1639 posix-conf-vars-def.h.
1640
4a6aca7b
SP
16412014-12-29 Siddhesh Poyarekar <siddhesh@redhat.com>
1642
7910c2ae
SP
1643 * posix/getconf.c (main): Use size_t for type of I.
1644 * scripts-gen-posix-conf-vars.awk (END): Use size_t for type of
1645 NSPEC.
1646
50cbbaa9
SP
1647 * posix/posix-conf-vars.list (SPEC:XBS5): Add sysconf prefix.
1648 * posix/confstr.c: Define NEED_SPEC_ARRAY to 0.
1649 * posix/posix-envs.def: Likewise.
1650 * sysdeps/posix/sysconf.c: Likewise.
1651 * posix/getconf.c: Define NEED_SPEC_ARRAY to 1.
1652 (specs): Remove array.
1653 * scripts/gen-posix-conf-vars.awk: Support generation of specs
1654 array.
1655
3b566046
SP
1656 * posix/posix-conf-vars.list: Add _POSIX sysconf namespace.
1657 * sysdeps/posix/sysconf.c: Include posix-conf-vars.h.
1658 (__sysconf): Use CONF_IS_* macros.
1659
4a6aca7b
SP
1660 * posix/Makefile (before-compile): Add posix-conf-vars-def.h.
1661 ($(objpfx)posix-conf-vars-def.h): New target.
1662 * posix/posix-conf-vars.list: New file.
1663 * posix/posix-conf-vars.h: New file.
1664 * posix/confstr.c: Include posix-conf-vars.h.
1665 (confstr): Use CONF_IS_* macros.
1666 * posix/posix-envs.def: Include posix-conf-vars.h. Use
1667 CONF_IS_* macros.
1668 * scripts/gen-posix-conf-vars.awk: New file.
1669
7c1395a7
CM
16702014-12-26 Chris Metcalf <cmetcalf@ezchip.com>
1671
0025b4cc
CM
1672 * sysdeps/tile/math_private.h (fegetenv, fesetenv, feupdateenv,
1673 fegetround): Add no-op macros to avoid linknamespace issues.
1674
d8aaf74b
CM
1675 * sysdeps/unix/sysv/linux/clock_settime.c (SYSDEP_SETTIME): Remove
1676 definitions of INTERNAL_VSYSCALL and INLINE_VSYSCALL.
1677
5d24aa60
CM
1678 * sysdeps/unix/sysv/linux/tile/sysdep.h
1679 (HAVE_CLOCK_GETTIME_VSYSCALL): Move definition out of
1680 assembly-specific section to avoid a redefinition warning.
1681
7c1395a7
CM
1682 * sysdeps/tile/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast to
1683 long before casting to pointer to avoid a cast warning.
1684
3c87c616
CM
16852014-12-23 Chris Metcalf <cmetcalf@ezchip.com>
1686
1687 * sysdeps/tile/tilegx/Implies: New file.
1688
f559d8cf
RE
16892014-12-23 Richard Earnshaw <rearnsha@arm.com>
1690
1691 * string/stpcpy.c (__stpcpy): Rewrite using strlen and memcpy.
1692
7d81e8d6
FW
16932014-12-23 Florian Weimer <fweimer@redhat.com>
1694
1695 * iconvdata/run-iconv-test.sh: Actually test iconv modules.
1696
90aa3d09
JM
16972014-12-22 Joseph Myers <joseph@codesourcery.com>
1698
1699 * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMES): Do
1700 not define.
1701 * sysdeps/unix/sysv/linux/utimes.c: Do not include
1702 <kernel-features.h>.
1703 (__utimes) [__NR_utimes]: Make code unconditional.
1704 (__utimes) [!__ASSUME_UTIMES]: Remove conditional code.
1705 * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
1706 (__ASSUME_UTIMES): Do not undefine.
1707 * sysdeps/unix/sysv/linux/tile/kernel-features.h
1708 (__ASSUME_UTIMES): Likewise.
1709 * sysdeps/unix/sysv/linux/hppa/kernel-features.h
1710 (__ASSUME_UTIMES): Define for [__LINUX_KERNEL_VERSION >= 0x030e00]
1711 instead of undefining for [__LINUX_KERNEL_VERSION < 0x030e00].
1712 * sysdeps/unix/sysv/linux/hppa/utimes.c: New file.
1713
4c0c0e2a
SE
17142014-12-22 Steve Ellcey <sellcey@imgtec.com>
1715
1716 * sysdeps/mips/memcpy.S: Fix preprocessor indentation.
1717
0dacd7a3
CM
17182014-12-22 Chris Metcalf <cmetcalf@ezchip.com>
1719
b638f96a
CM
1720 [BZ #17747]
1721 * math/w_j0.c [defined NO_LONG_DOUBLE] (j0, y0): Convert strong
1722 alias to weak alias for j0l, y0l.
1723 * math/w_j1.c [defined NO_LONG_DOUBLE] (j1, y1): Likewise.
1724 * math/w_jn.c [defined NO_LONG_DOUBLE] (jn, yn): Likewise.
1725
0dacd7a3
CM
1726 [BZ #17746]
1727 * sysdeps/tile/tilegx/strstr.c (STRSTR2): Remove implicit boolean
1728 conversion.
1729
528479c4
SE
17302014-12-22 Steve Ellcey <sellcey@imgtec.com>
1731
1732 * sysdeps/unix/mips/sysdep.h (__mips_isa_rev): Set
1733 to zero if not already defined.
1734
f56f9124
JM
17352014-12-22 Joseph Myers <joseph@codesourcery.com>
1736
1737 [BZ #17724]
1738 * sysdeps/ieee754/k_standard.c: Don't include <float.h>.
1739 (__kernel_standard_f): Remove. Moved to k_standardf.c.
1740 (__kernel_standard_l): Remove. Moved to k_standardl.c with
1741 (char *) casts added.
1742 * sysdeps/ieee754/k_standardf.c: New file.
1743 * sysdeps/ieee754/k_standardl.c: Likewise.
1744 * math/Makefile (libm-support): Remove k_standard.
1745 (libm-calls): Add k_standard.
1746
8622d556
WD
17472014-12-22 Wilco Dijkstra <wdijkstr@arm.com>
1748
1749 * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept):
1750 Optimize to avoid an unnecessary FPCR read.
1751
f3806bdb
WD
17522014-12-22 Wilco Dijkstra <wdijkstr@arm.com>
1753
1754 * sysdeps/aarch64/fpu/fesetenv.c (fesetenv):
1755 Optimize to reduce FPCR/FPSR accesses.
1756
9b47df58
WD
17572014-12-22 Wilco Dijkstra <wdijkstr@arm.com>
1758
1759 * sysdeps/aarch64/fpu/ftestexcept.c (fetestexcept):
1760 Call libc_fetestexcept_aarch64.
1761
97be3cac
WD
17622014-12-22 Wilco Dijkstra <wdijkstr@arm.com>
1763
1764 * sysdeps/aarch64/fpu/fesetround.c (fesetround):
1765 Call libc_fesetround_aarch64.
1766
935ab817
JM
17672014-12-22 Joseph Myers <joseph@codesourcery.com>
1768
1769 [BZ #17733]
1770 * sysdeps/unix/sysv/linux/bind.S (NO_WEAK_ALIAS): Do not define.
1771 (__bind): Do not define as weak alias.
1772 * sysdeps/unix/sysv/linux/getsockname.S (NO_WEAK_ALIAS): Do not
1773 define.
1774 (__getsockname): Do not define as weak alias.
1775
cc8623f1
WN
17762014-12-22 Will Newton <will.newton@linaro.org>
1777
1778 * manual/install.texi: Document that we require bison 2.7
1779 or above.
1780 * INSTALL: Regenerate.
1781 * configure.ac: Use AC_CHECK_PROG_VER instead of
1782 AC_PATH_PROG when checking for bison and check for
1783 version 2.7 or above.
1784 * configure: Regenerate.
1785
a19ca65a
CM
17862014-12-21 Chris Metcalf <cmetcalf@ezchip.com>
1787
92901170 1788 [BZ #17745]
e969965a
CM
1789 * sysdeps/tile/ffs.c (__ffs): Moved ffsll definition...
1790 * sysdeps/tile/ffsll.c (ffsll): To here.
1791
a19ca65a
CM
1792 * sysdeps/unix/sysv/linux/tile/localplt.data: Removed.
1793
050f7298
L
17942014-12-21 H.J. Lu <hongjiu.lu@intel.com>
1795
1796 * elf/dl-tls.c (__tls_get_addr): Provide the hidden definition
1797 if not defined.
1798 * sysdeps/i386/dl-tls.h (___tls_get_addr): Provide the hidden
1799 definition.
1800 * sysdeps/i386/dl-tlsdesc.S (_dl_tlsdesc_dynamic): Call the
1801 hidden ___tls_get_addr.
1802 * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_dynamic): Call the
1803 hidden __tls_get_addr.
1804 * sysdeps/generic/localplt.data (__tls_get_addr): Removed.
1805 * sysdeps/unix/sysv/linux/i386/localplt.data (___tls_get_addr):
1806 Likewise.
1807
6df5547e
AS
18082014-12-21 Andreas Schwab <schwab@linux-m68k.org>
1809
1810 * sysdeps/m68k/dl-machine.h (RTLD_START): Remove @PLTPC from
1811 _dl_init call.
1812
7432d613
L
18132014-12-21 H.J. Lu <hongjiu.lu@intel.com>
1814
1815 * sysdeps/i386/dl-machine.h (_dl_start_user): Remove @PLT
1816 from "call _dl_init@PLT".
1817 * sysdeps/x86_64/dl-machine.h (_dl_start_user): Likewise.
7432d613 1818
98fe149e
AK
18192014-12-21 Anders Kaseorg <andersk@mit.edu>
1820
1821 * manual/search.texi: (Array Sort Function): Clarify stable sorting
1822 guarantees.
1823
d12455f5
CM
18242014-12-20 Chris Metcalf <cmetcalf@ezchip.com>
1825
1826 * sysdeps/unix/sysv/linux/tile/localplt.data: New file.
1827
95dee05f
CM
18282014-12-19 Chris Metcalf <cmetcalf@ezchip.com>
1829
92901170 1830 [BZ #17744]
95dee05f
CM
1831 * sysdeps/tile/tilegx/strstr.c (STRSTR): Call __strnlen, not
1832 strnlen.
1833
2ef4b74a
SE
18342014-12-19 Steve Ellcey <sellcey@imgtec.com>
1835
1836 * sysdeps/mips/addmul_1.S (__mpn_addmul_1): Use mulu/muhu instead
1837 of multu on MIPSr6.
1838 * sysdeps/mips/mul_1.S (__mpn_mul_1): Ditto.
1839 * sysdeps/mips/submul_1.S (__mpn_submul_1): Ditto.
1840 * sysdeps/mips/mips64/addmul_1.S (__mpn_addmul_1): Ditto.
1841 * sysdeps/mips/mips64/mul_1.S (__mpn_mul_1): Ditto.
1842 * sysdeps/mips/mips64/submul_1.S (__mpn_submul_1): Ditto.
1843
18442014-12-19 Steve Ellcey <sellcey@imgtec.com>
1845
1846 * sysdeps/mips/sys/asm.h (PTR_ADDU): Use addu on mips32r6/mips64r6.
1847 (PTR_ADDIU): Use addiu for mips32r6/mips64r6.
1848 (PTR_SUBU): Use subu for mips32r6/mips64r6.
1849 (PTR_SUBIU): Use subu for mips32r6/mips64r6 (subiu does not exist).
9d1fc928 1850 * sysdeps/mips/machine-gmon.h (PTR_ADDU_STRING) Use addu for
2ef4b74a
SE
1851 mips32r6/mips64r6.
1852 (PTR_SUBU_STRING) Use subu for mips32r6/mips64r6.
1853
3eb38795
OB
18542014-12-19 Ondřej Bílka <neleai@seznam.cz>
1855
1856 * string/strncat.c (STRNCAT): Simplify implementation.
1857
6d4188dd
DM
18582014-12-19 David S. Miller <davem@davemloft.net>
1859
0d4ba8be
DM
1860 * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Use a union to
1861 access the quad as both a long double and as a series of 4 words.
1862
6d4188dd
DM
1863 * get-dynamic-info.h (elf_get_dynamic_info): Ignore -Warray-bounds for a
1864 link_map->l_info array access.
1865
4ef91cdc
CM
18662014-12-19 Chris Metcalf <cmetcalf@ezchip.com>
1867
804c54f7
CM
1868 * iconvdata/tst-loading.c (TIMEOUT): Increase timeout 10 sec.
1869
4ef91cdc
CM
1870 * math/atest-exp.c (TIMEOUT): Increase timeout to 10 sec.
1871 * math/atest-exp2.c (TIMEOUT): Likewise.
1872 * math/atest-sincos.c (TIMEOUT): Likewise.
1873
afd176d6
L
18742014-12-19 H.J. Lu <hongjiu.lu@intel.com>
1875
1876 * sysdeps/x86_64/x32/Makefile (CFLAGS-s_llround.c): Replace
1877 -Wno-error with -fno-builtin-lround.
1878
a4a43a90
TR
18792014-12-19 Torvald Riegel <triegel@redhat.com>
1880
1881 * sysdeps/unix/sysv/linux/i386/lowlevellock-futex.h: New file.
1882 Contains futex constants and functions moved over from ...
1883 * sysdeps/unix/sysv/linux/i386/lowlevellock.h: ... here. Include
1884 <lowlevellock-futex.h>.
1885 (lll_wait_tid): Use lll_futex_wait instead of assembly code.
1886 (lll_timedwait_tid): Add comments and parentheses around macro
1887 arguments.
1888
76f71081
TR
18892014-12-19 Torvald Riegel <triegel@redhat.com>
1890
1891 * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Include
1892 <lowlevellock-futex.h>. Remove FUTEX_* constants defined there.
1893 (__lll_private_flag): Remove.
1894 (lll_futex_wait): Likewise.
1895 (lll_futex_timed_wait): Likewise.
1896 (lll_futex_wake): Likewise.
1897 (lll_futex_requeue): Likewise.
1898 (lll_wait_tid): Use lll_futex_wait instead of assembly code.
1899 (__lll_timedwait_tid): Spell out argument names.
1900 (lll_timedwait_tid): Add comments and parentheses around macro
1901 arguments.
1902 * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Make FUTEX_* constants,
1903 LLL_SHARED and LLL_PRIVATE usable from assembly code.
1904
6b814909
TR
19052014-12-19 Torvald Riegel <triegel@redhat.com>
1906
1907 * sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: Remove file.
1908 * sysdeps/unix/sysv/linux/sh/lowlevellock.S: Likewise.
1909 * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
1910 * sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: Likewise.
1911 * sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: Likewise.
1912 * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: Likewise.
1913 * sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: Likewise.
1914 * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Likewise.
1915 * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Likewise.
1916 * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: Likewise.
1917 * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: Likewise.
1918 * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Likewise.
1919 * sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: Likewise.
1920 * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Likewise.
1921 * sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: Likewise.
1922 * sysdeps/unix/sysv/linux/sh/sem_post.S: Likewise.
1923 * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Likewise.
1924 * sysdeps/unix/sysv/linux/sh/sem_trywait.S: Likewise.
1925 * sysdeps/unix/sysv/linux/sh/sem_wait.S: Likewise.
1926
9cd4d4ab
L
19272014-12-19 H.J. Lu <hongjiu.lu@intel.com>
1928
1929 * sysdeps/x86_64/x32/Makefile: New file.
1930
c9c1a2d0
L
19312014-12-19 H.J. Lu <hongjiu.lu@intel.com>
1932
1933 * sysdeps/i386/ldbl2mpn.c (__mpn_extract_long_double): Replace
1934 1L with (mp_limb_t) 1.
1935
af102d95
RM
19362014-12-17 Roland McGrath <roland@hack.frob.com>
1937
dd690454
RM
1938 * sysdeps/nptl/fork.c (__fork_generation_pointer): Variable moved ...
1939 * nptl/libc_pthread_init.c: ... here.
1940 * sysdeps/nptl/fork.c (__fork_handlers): Variable moved ...
1941 * nptl/register-atfork.c: ... here.
1942
74eb826c
RM
1943 * sysdeps/nptl/gai_misc.h (__gai_start_notify_thread):
1944 Use pthread_sigmask rather than INTERNAL_SYSCALL.
1945 Use assert_perror to check its return value.
1946 (__gai_create_helper_thread): Likewise.
1947
c9ce306b
RM
1948 * inet/if_index.c (__if_freenameindex): Add libc_hidden_def.
1949
af102d95
RM
1950 * malloc/malloc.c (alloc_perturb, free_perturb): Remove inline keyword.
1951
8ac5a76a
JM
19522014-12-17 Joseph Myers <joseph@codesourcery.com>
1953
ea41469b
JM
1954 [BZ #17725]
1955 * sysdeps/generic/profil-counter.h (profil_counter): Rename to
1956 __profil_counter.
1957 * sysdeps/unix/sysv/linux/hppa/profil-counter.h (profil_counter):
1958 Likewise.
1959 * sysdeps/unix/sysv/linux/i386/profil-counter.h (profil_counter):
1960 Likewise.
1961 * sysdeps/unix/sysv/linux/ia64/profil-counter.h (profil_counter):
1962 Likewise.
1963 * sysdeps/unix/sysv/linux/s390/s390-32/profil-counter.h
1964 (profil_counter): Likewise.
1965 * sysdeps/unix/sysv/linux/s390/s390-64/profil-counter.h
1966 (profil_counter): Likewise.
1967 * sysdeps/unix/sysv/linux/sh/profil-counter.h (profil_counter):
1968 Likewise.
1969 * sysdeps/unix/sysv/linux/tile/profil-counter.h (profil_counter):
1970 Likewise.
1971 * sysdeps/unix/sysv/linux/x86_64/profil-counter.h
1972 (profil_counter): Likewise.
1973 * sysdeps/unix/sysv/linux/arm/profil-counter.h (profil_counter):
1974 Likewise.
1975 [!__profil_counter] (profil_counter): Define as weak alias of
1976 __profil_counter.
1977 * sysdeps/unix/sysv/linux/sparc/sparc32/profil-counter.h
1978 (profil_counter): Rename to __profil_counter.
1979 [!__profil_counter] (profil_counter): Define as weak alias of
1980 __profil_counter.
1981 * sysdeps/unix/sysv/linux/sparc/sparc64/profil-counter.h
1982 (profil_counter): Rename to __profil_counter.
1983 [!__profil_counter] (profil_counter): Define as weak alias of
1984 __profil_counter.
1985 * sysdeps/posix/profil.c: Update comment referring to
1986 profil_counter.
1987 (__profil): Use __profil_counter instead of profil_counter.
1988 * sysdeps/posix/sprofil.c (profil_counter): Rename to
1989 __profil_counter. Use __profil_counter_ushort and
1990 __profil_counter_uint in definitions.
1991 (__sprofil): Use __profil_counter_uint and __profil_counter_ushort
1992 instead of profil_counter_uint and profil_counter_ushort.
1993
8ac5a76a
JM
1994 [BZ #17722]
1995 * inet/inet_mkadr.c (inet_makeaddr): Rename to __inet_makeaddr and
1996 define as weak alias of __inet_makeaddr.
1997 * resolv/inet_addr.c (inet_addr): Rename to __inet_addr and define
1998 as weak alias of __inet_addr.
1999 * resolv/inet_pton.c (inet_pton): Rename to __inet_pton and define
2000 as weak alias of __inet_pton. Use libc_hidden_weak.
2001 * include/arpa/inet.h (__inet_pton): Declare. Use
2002 libc_hidden_proto.
2003 (inet_makeaddr): Don't use libc_hidden_proto.
2004 (__inet_makeaddr): Declare. Use libc_hidden_proto.
2005 * resolv/res_init.c (__res_vinit): Use __inet_pton instead of
2006 inet_pton. Use __inet_makeaddr instead of inet_makeaddr.
2007 * conform/Makefile (test-xfail-POSIX/pthread.h/linknamespace):
2008 Remove variable.
2009 (test-xfail-POSIX/sched.h/linknamespace): Likewise.
2010 (test-xfail-POSIX/time.h/linknamespace): Likewise.
2011
66ce3cb1
SE
20122014-12-17 Steve Ellcey <sellcey@imgtec.com>
2013
2014 * inet/getnetgrent_r.c: Move while loop to be inside if statement.
2015
d22ce01b
SL
20162014-12-17 Stefan Liebler <stli@linux.vnet.ibm.com>
2017
2018 * stdio-common/bug-vfprintf-nargs.c (do_test):
2019 Cast value to intptr_t to avoid format warning
2020 for usage with PRIdPTR printing macro.
2021
eca2772b
SL
20222014-12-17 Stefan Liebler <stli@linux.vnet.ibm.com>
2023
2024 * libio/tst-widetext.c (do_test):
2025 Use format type %td instead of %Zd for ptrdiff_t
2026 in order to avoid format warning.
2027
bdf079da
AS
20282014-12-17 Andreas Schwab <schwab@suse.de>
2029
2030 * nscd/mem.c (gc): Add size_t cast to match printf format.
2031
3eb5d2fc
RM
20322014-12-16 Roland McGrath <roland@hack.frob.com>
2033
2034 * sysdeps/gnu/unwind-resume.c: #include <sysdep.h>.
2035 (init): Apply PTR_MANGLE to pointers before storing them.
2036 (_Unwind_Resume, __gcc_personality_v0): Apply PTR_DEMANGLE to pointers
2037 before using them.
2038
d003ada2
JM
20392014-12-16 Joseph Myers <joseph@codesourcery.com>
2040
380292ba
JM
2041 [BZ #17719]
2042 * sysdeps/x86_64/memrchr.S (memrchr): Rename to __memrchr and
2043 define as weak alias of __memrchr.
2044 (__memrchr): Do not define as strong alias of memrchr.
2045 * conform/Makefile (test-xfail-XPG4/libgen.h/linknamespace):
2046 Remove variable.
2047 (test-xfail-UNIX98/libgen.h/linknamespace): Likewise.
2048 (test-xfail-XOPEN2K/libgen.h/linknamespace): Likewise.
2049 (test-xfail-XOPEN2K8/libgen.h/linknamespace): Likewise.
2050
9a44d530
JM
2051 [BZ #17717]
2052 * inet/if_index.c (if_nametoindex): Rename to __if_nametoindex and
2053 define as weak alias of __if_nametoindex. Use libc_hidden_weak.
2054 (if_indextoname): Rename to __if_indextoname and define as weak
2055 alias of __if_indextoname. Use libc_hidden_weak.
2056 (if_freenameindex): Rename to __if_freenameindex and define as
2057 weak alias of __if_freenameindex.
2058 (if_nameindex): Rename to __if_nameindex and define as weak alias
2059 of __if_nameindex.
2060 * sysdeps/mach/hurd/if_index.c (if_nametoindex): Rename to
2061 __if_nametoindex and define as weak alias of __if_nametoindex.
2062 Use libc_hidden_weak.
2063 (if_freenameindex): Rename to __if_freenameindex and define as
2064 weak alias of __if_freenameindex.
2065 (if_nameindex): Rename to __if_nameindex and define as weak alias
2066 of __if_nameindex.
2067 (if_indextoname): Rename to __if_indextoname and define as weak
2068 alias of __if_indextoname. Use libc_hidden_weak.
2069 * sysdeps/unix/sysv/linux/if_index.c (if_nametoindex): Rename to
2070 __if_nametoindex and define as weak alias of __if_nametoindex.
2071 Use libc_hidden_weak.
2072 (if_freenameindex): Rename to __if_freenameindex and define as
2073 weak alias of __if_freenameindex. Use libc_hidden_weak.
2074 (if_nameindex_netlink): Use __if_freenameindex instead of
2075 if_freenameindex.
2076 (if_nameindex): Rename to __if_nameindex and define as weak alias
2077 of __if_nameindex. Use libc_hidden_weak.
2078 (if_indextoname): Rename to __if_indextoname and define as weak
2079 alias of __if_indextoname. Use libc_hidden_weak.
2080 * include/net/if.h [!_ISOMAC] (__if_nametoindex): Declare and use
2081 libc_hidden_proto.
2082 [!_ISOMAC] (__if_freenameindex): Likewise.
2083 * resolv/res_init.c (__res_vinit): Use __if_nametoindex instead of
2084 if_nametoindex.
2085 * conform/Makefile (test-xfail-XPG4/grp.h/linknamespace): Remove
2086 variable.
2087 (test-xfail-XPG4/pwd.h/linknamespace): Likewise.
2088 (test-xfail-UNIX98/aio.h/linknamespace): Likewise.
2089 (test-xfail-UNIX98/grp.h/linknamespace): Likewise.
2090 (test-xfail-UNIX98/pthread.h/linknamespace): Likewise.
2091 (test-xfail-UNIX98/pwd.h/linknamespace): Likewise.
2092 (test-xfail-UNIX98/sched.h/linknamespace): Likewise.
2093 (test-xfail-UNIX98/time.h/linknamespace): Likewise.
2094
d003ada2
JM
2095 * conform/Makefile (test-xfail-UNIX98/semaphore.h/linknamespace):
2096 Remove variable.
2097 (test-xfail-XOPEN2K/semaphore.h/linknamespace): Likewise.
2098 (test-xfail-XOPEN2K8/semaphore.h/linknamespace): Likewise.
2099
a0d424ef
SP
21002014-12-16 Siddhesh Poyarekar <siddhesh@redhat.com>
2101
0cd85520
SP
2102 * resolv/res_send.c (__libc_res_nsend): Disable warning 'array
2103 subscript above bounds'
2104
a0d424ef
SP
2105 * resolv/res_send.c (__libc_res_nsend): Fix check for nsmap
2106 bounds.
2107
0e426475
AS
21082014-12-16 Arjun Shankar <arjun.is@lostca.se>
2109
8b460906
AS
2110 * libio/tst-fopenloc.c: Use test-skeleton.c.
2111
fa13e15b
AS
2112 * stdlib/tst-bsearch.c: Use test-skeleton.c.
2113 (entry): Rename to ITEM.
2114 (do_test, comp): Adjust.
2115
0e426475
AS
2116 * stdio-common/tst-fseek.c: Use test-skeleton.c.
2117
4f646bce
TR
21182014-12-16 Torvald Riegel <triegel@redhat.com>
2119
2120 * string/tester.c: Include <libc-internal.h>.
2121 (test_memset): Ignore -Wmemset-transposed-args.
2122
a07c4427
TR
21232014-12-16 Torvald Riegel <triegel@redhat.com>
2124
2125 * misc/tst-mntent2.c (do_test): Fix warning.
2126
1469f466
TR
21272014-12-16 Torvald Riegel <triegel@redhat.com>
2128
2129 * elf/tst-unique4lib.cc(a): Mark as used.
2130
11e3417a
FW
21312014-12-16 Florian Weimer <fweimer@redhat.com>
2132
2133 [BZ #17630]
2134 * resolv/nss_dns/dns-network.c (getanswer_r): Iterate over alias
2135 names.
2136
ae61fc7b
AM
21372014-12-16 Allan McRae <allan@archlinux.org>
2138
2139 * stdio-common/Makefile (tests): Re-add bug26.
2140
363a9899
OB
21412014-12-15 Ondřej Bílka <neleai@seznam.cz>
2142
2143 [BZ #17657]
2144 * locale/programs/ld-ctype.c (find_translit2, read_widestring): Return
2145 static array.
2146
d52c62df
TR
21472014-12-15 Bernard Ogden <bernie.ogden@linaro.org>
2148
2149 * nptl/lowlevellock.c (__lll_lock_wait_private): Add comments.
2150 (__lll_lock_wait): Likewise.
2151 (__lll_timedlock_wait): Likewise.
2152 (__lll_timedwait_tid): Likewise.
2153 * nptl/lowlevelrobustlock.c (__lll_robust_lock_wait): Likewise.
2154 (__lll_robust_timedlock_wait): Likewise.
2155 * sysdeps/nptl/lowlevellock.h (lll_trylock): Likewise.
2156 (lll_cond_trylock): Likewise.
2157 (__lll_lock): Likewise.
2158 (__lll_robust_lock): Likewise.
2159 (__lll_cond_lock): Likewise.
2160 (lll_robust_cond_lock): Likewise.
2161 (__lll_timedlock): Likewise.
2162 (__lll_robust_timedlock): Likewise.
2163 (__lll_unlock): Likewise.
2164 (__lll_robust_unlock): Likewise.
2165 (lll_wait_tid): Likewise.
2166 (lll_timedwait_tid): Likewise.
2167
045a6bcd
TR
21682014-12-15 Torvald Riegel <triegel@redhat.com>
2169
2170 * nptl/tst-sem4.c (do_test): Start with a fresh semaphore state.
2171
7f786dc1
TR
21722014-12-15 Torvald Riegel <triegel@redhat.com>
2173
2174 * nptl/tst-mutex5.c (do_test): Do not skip tests if elision is enabled.
2175
e7e21cba
AZ
21762014-12-15 Adhemerval Zanella <Azanella@linux.vnet.ibm.com>
2177
2178 * stdio-common/test-vfprintf.c: Include <libc-internal.h>.
2179 * stdio-common/tst-sprintf.c: Likewise.
2180
bc89c0fc
TR
21812014-12-15 Torvald Riegel <triegel@redhat.com>
2182
2183 * sysdeps/unix/sysv/linux/s390/pthread_once.c: Remove file.
2184
a5357b7c
JL
21852014-12-15 Jeff Law <law@redhat.com>
2186
2187 [BZ #16617]
2188 * stdio-common/vfprintf.c (vfprintf): Allocate large specs array
2189 on the heap. (CVE-2012-3406)
2190 * stdio-common/bug23-2.c, stdio-common/bug23-3.c: New file.
2191 * stdio-common/bug23-4.c: New file. Test case by Joseph Myers.
2192 * stdio-common/Makefile (tests): Add bug23-2, bug23-3, bug23-4.
2193
3a12c70f
WN
21942014-12-15 Will Newton <will.newton@linaro.org>
2195
2196 * manual/install.texi: Bump required version of texinfo
2197 to 4.7 from 4.5.
2198 * INSTALL: Regenerated.
2199 * configure.ac: Check for makeinfo version 4.7 and above.
2200 * configure: Regenerated.
2201
e4f639e4
RM
22022014-12-12 Roland McGrath <roland@hack.frob.com>
2203
2204 * sysdeps/posix/shm-directory.h (SHM_GET_NAME): Take new argument
2205 PREFIX, string constant to insert between directory and name.
2206 * sysdeps/posix/shm_open.c: Update caller.
2207 * sysdeps/posix/shm_unlink.c: Likewise.
2208 * nptl/semaphoreP.h (struct mountpoint_info): Type removed.
2209 (__where_is_shmfs, mountpoint, __namedsem_once): Declarations removed.
2210 (SEM_SHM_PREFIX): New macro.
2211 * sysdeps/posix/Makefile (librt-routines): Add shm-directory only if
2212 [$(have-thread-library) = no].
2213 * nptl/Makefile (libpthread-routines): Add shm-directory.
2214 * nptl/Versions (GLIBC_PRIVATE): Add __shm_directory.
2215 * sysdeps/nptl/shm-directory.h: New file.
2216 * sysdeps/posix/shm-directory.c
2217 [IS_IN (libpthread)] (__shm_directory): Add hidden_def.
2218 * sysdeps/unix/sysv/linux/shm-directory.c: Likewise.
2219 * nptl/sem_open.c (check_add_mapping): Use munmap function rather than
2220 INTERNAL_SYSCALL.
2221 (__where_is_shmfs): Function removed.
2222 (mountpoint, defaultmount, defaultdir, __namedsem_once):
2223 Variables removed.
2224 (sem_open): Use __libc_close function rather than INTERNAL_SYSCALL.
2225 Use SHM_GET_NAME.
2226 * nptl/sem_unlink.c: Prototypify. Use SHM_GET_NAME.
2227
2228 * sysdeps/nptl/bits/libc-lockP.h [IS_IN (libpthread)]
2229 (PTFAVAIL, __libc_ptf_call, __libc_ptf_call_always): Define as
2230 unconditional for use inside libpthread.
2231 [IS_IN (libpthread)]: Include <nptl/pthreadP.h>.
2232
439c43f6
RM
22332014-12-12 Roland McGrath <roland@hack.frob.com>
2234
c76d1ff5
RM
2235 * nptl/pthread_getaffinity.c: New file.
2236 * nptl/pthread_setaffinity.c: New file.
2237 * nptl/pthread_getname.c: New file.
2238 * nptl/pthread_setname.c: New file.
2239
439c43f6
RM
2240 * nptl/pthread_create.c (START_THREAD_DEFN)
2241 [! __ASSUME_SET_ROBUST_LIST]: Add missing & in lll_futex_wake argument.
2242
48e435cd
SL
22432014-12-12 Stefan Liebler <stli@linux.vnet.ibm.com>
2244 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
2245
2246 * resolv/res_send.c (send_vc): Disable warning resplen may
2247 be used uninitialized.
2248
9d9c0019
SL
22492014-12-12 Stefan Liebler <stli@linux.vnet.ibm.com>
2250
2251 * nptl/tst-mutex6.c
2252 (ATTR_NULL): New define checks ATTR against NULL.
2253 (do_test): Use !ATTR_NULL instead of ATTR != NULL.
2254 * nptl/tst-mutexpp6.c (ATTR_NULL): New define.
2255
9173840b
JL
22562014-12-11 James Lemke <jwlemke@codesourcery.com>
2257
2258 [BZ #17581]
2259 * malloc/hooks.c
2260 (mem2mem_check): Revert my previous change.
2261 (malloc_check_get_size): Revert my previous change.
2262 (mem2chunk_check): Revert my previous change.
2263
78e21c5d
RM
22642014-12-11 Roland McGrath <roland@hack.frob.com>
2265
2266 * sysdeps/posix/shm-directory.c: New file.
2267 * sysdeps/posix/shm-directory.h: New file.
2268 * sysdeps/posix/Makefile [($(subdir) = rt] (librt-routines): Add it.
2269 * sysdeps/posix/shm_open.c: Use SHM_GET_NAME.
2270 Use O_NOFOLLOW and O_CLOEXEC if available. Transmute EISDIR to EINVAL.
2271 * sysdeps/posix/shm_unlink.c: Use SHM_GET_NAME.
2272 Transmute EPERM to EACCES.
2273 * sysdeps/unix/sysv/linux/shm-directory.c: New file, most code taken
2274 from ...
2275 * sysdeps/unix/sysv/linux/shm_open.c: ... here. File removed.
2276 * sysdeps/unix/sysv/linux/shm_unlink.c: File removed.
2277
f82c43af
KK
22782014-12-11 Kaz Kojima <kkojima@rr.iij4u.or.jp>
2279
2280 * sysdeps/sh/jmpbuf_unwind.h (_jmpbuf_sp): Declare SP as void
2281 pointer and cast to uintptr_t.
2282 * sysdeps/sh/nptl/tls.h (TLS_INIT_TP): Use NULL instead of 0.
2283 * sysdeps/unix/sysv/linux/sh/lowlevellock.h (lll_futex_timed_wait):
2284 Add cast to avoid warning.
2285 * sysdeps/unix/sysv/linux/sh/register-dump.h: Use 0 instead of NULL.
2286
fc00cf7b
JM
22872014-12-11 Joseph Myers <joseph@codesourcery.com>
2288
2289 * nptl/semaphore.h: Move to ...
2290 * sysdeps/pthread/semaphore.h: ... here.
2291 * Makefile (installed-headers): Change nptl/semaphore.h to
2292 sysdeps/pthread/semaphore.h.
2293
1c4053db
RM
22942014-12-11 Roland McGrath <roland@hack.frob.com>
2295
73b0c1a1
RM
2296 * misc/tst-error1.c (do_test): Ignore -Wformat-security for
2297 generated error format strings.
2298
1c4053db
RM
2299 * stdio-common/tstdiomisc.c (t2): Ignore -Wformat and
2300 -Wformat-extra-args warnings for scanf formats.
2301 * stdio-common/scanf4.c (main): Ignore -Wformat-zero-length around
2302 test of zero-length format (duh).
2303 * stdio-common/scanf7.c (main): Ignore -Wformat warnings for
2304 corner-case scanf format test.
2305 * stdio-common/test-vfprintf.c (do_test): Ignore -Wformat-security for
2306 generated fprintf format string.
2307 * stdio-common/tst-sprintf.c (do_test): Ignore -Wformat warnings for
2308 corner-case sprintf format tests.
2309 * stdio-common/tst-printf.c: Ignore -Wformat throughout.
2310 * stdio-common/tst-printfsz.c (main): Ignore -Wformat and
2311 -Wformat-extra-args warnings throughout.
2312 * stdio-common/Makefile (CFLAGS-tstdiomisc.c): Variable removed.
2313 (CFLAGS-scanf4.c): Likewise.
2314 (CFLAGS-scanf7.c): Likewise.
2315 (CFLAGS-tst-sprintf.c): Likewise.
2316 (CFLAGS-tst-printf.c): Likewise.
2317 (CFLAGS-tst-printfsz.c): Likewise.
2318
47d51f4f
JM
23192014-12-11 Joseph Myers <joseph@codesourcery.com>
2320
a1edbf3c
JM
2321 * include/cpio.h: New file.
2322 * include/fmtmsg.h: Likewise.
2323
47d51f4f
JM
2324 * tst-mbswcs1.c (show): Use %zu format instead of %Zd. Cast
2325 corresponding format argument to size_t.
2326 * tst-mbswcs2.c (show): Likewise. Use %td format for ptrdiff_t
2327 arguments.
2328 * tst-mbswcs3.c (show): Use %zu format instead of %Zd. Cast
2329 corresponding format argument to size_t.
2330 * tst-mbswcs4.c (show): Likewise. Use %td format for ptrdiff_t
2331 arguments.
2332 * tst-mbswcs5.c (show): Use %zu format instead of %Zd. Cast
2333 corresponding format argument to size_t.
2334 * tst-trans.c (do_test): Use %lc format for wint_t arguments.
2335 * Makefile (CFLAGS-tst-mbswcs1.c): Remove variable.
2336 (CFLAGS-tst-mbswcs2.c): Likewise.
2337 (CFLAGS-tst-mbswcs3.c): Likewise.
2338 (CFLAGS-tst-mbswcs4.c): Likewise.
2339 (CFLAGS-tst-mbswcs5.c): Likewise.
2340 (CFLAGS-tst-trans.c): Likewise
2341
e9813cfb
RM
23422014-12-11 Roland McGrath <roland@hack.frob.com>
2343
2344 * posix/regexbug1.c (main): Use "%s" format with regerror results,
2345 rather than assuming they won't contain any '%'s.
2346
f627ca82
CM
23472014-12-11 Chris Metcalf <cmetcalf@ezchip.com>
2348
2349 * sysdeps/tile/tilegx/memset.c (__memcpy): Add
2350 inhibit_loop_to_libcall to avoid recursive calls.
2351 * sysdeps/tile/tilegx/memcpy.c (__memcpy): Likewise.
2352 * sysdeps/tile/tilepro/memcpy.c (__memcpy): Likewise.
2353
7f296942
AZ
23542014-12-11 Adhemerval Zanella <Azanella@linux.vnet.ibm.com>
2355
2356 * include/sys/socket.h (__sendmmsg): Add __USE_GNU guards on function
2357 prototype.
2358
d0276e18
SE
23592014-12-11 Steve Ellcey <sellcey@imgtec.com>
2360
2361 * sysdeps/mips/dl-trampoline.c: Modify switch expression to have
2362 integer value instead of boolean.
2363
fc56e970
SE
23642014-12-11 Steve Ellcey <sellcey@imgtec.com>
2365
2366 * malloc/malloc.c: Fix powerof2 check.
2367
40e53917
SL
23682014-12-11 Stefan Liebler <stli@linux.vnet.ibm.com>
2369
2370 * locale/programs/locfile.h (maybe_swap_uint32):
2371 Remove inline and add unused attribute.
2372
1ea166df
SL
23732014-12-11 Stefan Liebler <stli@linux.vnet.ibm.com>
2374
9d9c0019 2375 * sysdeps/s390/s390-32/dl-machine.h (elf_machine_load_address):
1ea166df
SL
2376 Truncating assembler expression to a .long expression.
2377
acf869f4
AS
23782014-12-11 Andreas Schwab <schwab@suse.de>
2379
2380 * elf/rtld.c (struct map_args): Constify str member.
2381 (do_preload): Constify fname argument.
2382
9d969099
AZ
23832014-12-11 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
2384
2385 * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Remove overflow warnings for
2386 constants definition.
2387
da5bcaa4
AS
23882014-12-11 Andreas Schwab <schwab@suse.de>
2389
b0a3c164
AS
2390 [BZ #16657]
2391 * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock): Use
2392 FORCE_ELISION instead of DO_ELISION.
2393 * sysdeps/unix/sysv/linux/x86/force-elision.h (DO_ELISION):
2394 Remove.
2395 * sysdeps/unix/sysv/linux/s390/force-elision.h (DO_ELISION):
2396 Likewise.
2397
da5bcaa4
AS
2398 * iconvdata/gconv-modules: Remove duplicate entry.
2399
6d248857
WN
24002014-12-11 Will Newton <will.newton@linaro.org>
2401
2402 Merge gettext 0.19.3 into intl/.
2403
2404 This involves a number of cosmetic changes to comments
2405 and ANSI function definitions and prototypes throughout
2406 all the files. The gettext copyright header is used but
2407 with the date ranges taken from the glibc copy.
2408
2409 * NEWS: Add gettext merge to 2.21.
2410 * intl/bindtextdom.c: Switch to gettext copyright.
2411 Use ANSI definitions and prototypes.
2412 Use gl_* locking primitives rather than __libc_* ones.
2413 Use __builtin_expect rather than __glibc_likely/unlikely.
2414 * intl/dcgettext.c: Switch to gettext copyright.
2415 Use ANSI definitions and prototypes.
2416 * intl/dcigettext.c: Switch to gettext copyright.
2417 Use ANSI definitions and prototypes.
2418 (INTDIV0_RAISES_SIGFPE): New define.
2419 Use gl_* locking primitives rather than __libc_* ones.
2420 Include eval-plural.h instead of plural-eval.c.
2421 Use __builtin_expect rather than __glibc_likely/unlikely.
2422 * intl/dcngettext.c: Switch to gettext copyright.
2423 Use ANSI definitions and prototypes.
2424 * intl/dgettext.c: Likewise.
2425 * intl/dngettext.c: Likewise.
2426 * intl/plural-eval.c: Renamed to...
2427 * intl/eval-plural.h: ...this.
2428 * intl/explodename.c: Switch to gettext copyright.
2429 Use ANSI definitions and prototypes.
2430 (_nl_explode_name): Use strchr instead of __rawmemchr.
2431 * intl/finddomain.c: Switch to gettext copyright.
2432 Use ANSI definitions and prototypes.
2433 Use gl_* locking primitives rather than __libc_* ones.
2434 (_nl_find_domain): Use malloc rather than alloca for
2435 allocation of temporary locale name.
2436 * intl/gettext.c: Switch to gettext copyright.
2437 Use ANSI definitions and prototypes.
2438 * intl/gettextP.h: Switch to gettext copyright.
2439 Use ANSI definitions and prototypes.
2440 Use gl_* locking primitives rather than __libc_* ones.
2441 * intl/gmo.h: Switch to gettext copyright.
2442 (struct sysdep_string): Move struct segment_pair outside of
2443 struct definition.
2444 * intl/hash-string.c: Use ANSI definitions and prototypes.
2445 * intl/hash-string.h: Switch to gettext copyright.
2446 Use ANSI definitions and prototypes.
2447 * intl/l10nflist.c: Switch to gettext copyright.
2448 Use ANSI definitions and prototypes.
2449 (_nl_normalize_codeset): Avoid integer overflow.
2450 * intl/loadinfo.h: Switch to gettext copyright.
2451 Use ANSI definitions and prototypes.
2452 (LIBINTL_DLL_EXPORTED): New define.
2453 (PATH_SEPARATOR): New define.
2454 * intl/loadmsgcat.c: Switch to gettext copyright.
2455 * intl/localealias.c: Switch to gettext copyright.
2456 Use ANSI definitions and prototypes.
2457 (_nl_expand_alias): Use PATH_SEPARATOR.
2458 * intl/ngettext.c: Switch to gettext copyright.
2459 Use ANSI definitions and prototypes.
2460 * intl/plural-exp.c: Likewise.
2461 * intl/plural-exp.h: Switch to gettext copyright.
2462 Use ANSI definitions and prototypes.
2463 (struct expression): Move definition of enum operator outside
2464 of struct definition.
2465 * intl/plural.c: Regenerate.
2466 * intl/plural.y: Switch to gettext copyright.
2467 Use ANSI definitions and prototypes.
2468 Port to bison 3.0.
2469 * intl/textdomain.c: Switch to gettext copyright.
2470 Use ANSI definitions and prototypes.
2471 Use gl_* locking primitives rather than __libc_* ones.
2472
48c43298
SE
24732014-12-10 Steve Ellcey <sellcey@imgtec.com>
2474
2475 * debug/warning-nop.c: Add used atrribute.
2476
2b89bce9
JM
24772014-12-10 Joseph Myers <joseph@codesourcery.com>
2478
c153ac9f
JM
2479 * sysdeps/unix/sysv/linux/mips/mips32/waitid.c: New file.
2480
2b89bce9
JM
2481 * sysdeps/unix/sysv/linux/mips/mips64/Makefile
2482 [$(subdir) == signal] (CFLAGS-sigaction.c): New variable.
2483 [$(subdir) == nptl] (CFLAGS-sigaction.c): Likewise.
2484
2cfbdb9a
JM
24852014-12-10 Joseph Myers <joseph@codesourcery.com>
2486 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
2487
2488 [BZ #17634]
2489 * wcsmbs/wcschr.c [!WCSCHR] (wcschr): Define as __wcschr.
2490 Undefine after defining function. Define as weak alias of
2491 __wcschr. Use libc_hidden_weak.
2492 * include/wchar.h (__wcschr): Declare. Use libc_hidden_proto.
2493 * sysdeps/i386/i686/multiarch/wcschr-c.c [IS_IN (libc) && SHARED]
2494 (libc_hidden_def): Also define __GI___wcschr alias.
2495 * sysdeps/i386/i686/multiarch/wcschr.S (wcschr): Rename to
2496 __wcschr and define as weak alias of __wcschr.
2497 * sysdeps/powerpc/power6/wcschr.c [!WCSCHR] (WCSCHR): Define as
2498 __wcschr.
2499 [!WCSCHR] (DEFAULT_WCSCHR): Define.
2500 [DEFAULT_WCSCHR] (__wcschr): Use libc_hidden_def.
2501 [DEFAULT_WCSCHR] (wcschr): Define as weak alias of __wcschr. Use
2502 libc_hidden_weak. Do not use libc_hidden_def.
2503 * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c
2504 [IS_IN (libc) && SHARED] (libc_hidden_def): Also define
2505 __GI___wcschr alias.
2506 * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c
2507 [IS_IN (libc)] (wcschr): Define as macro expanding to
2508 __redirect_wcschr.
2509 [IS_IN (libc)] (__wcschr_ppc): Use __redirect_wcschr in typeof.
2510 [IS_IN (libc)] (__wcschr_power6): Likewise.
2511 [IS_IN (libc)] (__wcschr_power7): Likewise.
2512 [IS_IN (libc)] (__libc_wcschr): New. Define with libc_ifunc
2513 instead of wcschr.
2514 [IS_IN (libc)] (wcschr): Undefine and define as weak alias of
2515 __libc_wcschr.
2516 [!IS_IN (libc)] (libc_hidden_def): Do not undefine and redefine.
2517 * sysdeps/powerpc/powerpc64/multiarch/wcschr.c (wcschr): Rename to
2518 __wcschr and define as weak alias of __wcschr. Use
2519 libc_hidden_builtin_def.
2520 * sysdeps/x86_64/wcschr.S (wcschr): Rename to __wcschr and define
2521 as weak alias of __wcschr. Use libc_hidden_weak.
2522 * time/alt_digit.c (_nl_get_walt_digit): Use __wcschr instead of
2523 wcschr.
2524 * time/era.c (_nl_init_era_entries): Likewise.
2525 * conform/Makefile (test-xfail-ISO/time.h/linknamespace): Remove
2526 variable.
2527 (test-xfail-XPG3/time.h/linknamespace): Likewise.
2528 (test-xfail-XPG4/time.h/linknamespace): Likewise.
2529
1b8bf351
JM
25302014-12-10 Joseph Myers <joseph@codesourcery.com>
2531
2532 * libio/tst-ftell-active-handler.c (do_ftruncate_test): Use %ld
2533 format for long int variable.
2534
f5f46d51
AK
25352014-12-10 Anders Kaseorg <andersk@MIT.EDU>
2536
2537 [BZ #10672]
07008f7d 2538 * manual/search.texi: (Array Sort Function): Remove claim how to make
f5f46d51
AK
2539 qsort stable.
2540
217a74a8
AS
25412014-12-10 Andreas Schwab <schwab@suse.de>
2542
2543 [BZ #12847]
2544 * sysdeps/nptl/fork.c (fresetlockfiles): Skip files with
2545 user-controlled locks.
2546
aa76a5c7
RE
25472014-12-10 Richard Earnshaw <rearnsha@arm.com>
2548
2549 * sysdeps/aarch64/strchrnul.S (vrepmask): Use a call-clobbered
2550 register.
2551
2084e7ca
JM
25522014-12-10 Joseph Myers <joseph@codesourcery.com>
2553
a4ecc9eb
JM
2554 * configure.ac (--disable-werror): New configure option.
2555 (enable_werror): New AC_SUBST.
2556 * configure: Regenerated.
2557 * config.make.in (enable-werror): New variable.
2558 * Makeconfig [$(enable-werror) = yes] (+gccwarn): Add -Werror
2559 -Wno-error=undef.
2560 (+gccwarn-c): Do not use -Werror=implicit-function-declaration.
2561 * manual/install.texi (Configuring and compiling): Document
2562 --disable-werror.
2563 * INSTALL: Regenerated.
2564 * debug/Makefile (CFLAGS-tst-chk1.c): Add -Wno-error.
2565 (CFLAGS-tst-chk2.c): Likewise.
2566 (CFLAGS-tst-chk3.c): Likewise.
2567 (CFLAGS-tst-chk4.cc): Likewise.
2568 (CFLAGS-tst-chk5.cc): Likewise.
2569 (CFLAGS-tst-chk6.cc): Likewise.
2570 (CFLAGS-tst-lfschk1.c): Likewise.
2571 (CFLAGS-tst-lfschk2.c): Likewise.
2572 (CFLAGS-tst-lfschk3.c): Likewise.
2573 (CFLAGS-tst-lfschk4.cc): Likewise.
2574 (CFLAGS-tst-lfschk5.cc): Likewise.
2575 (CFLAGS-tst-lfschk6.cc): Likewise.
2576
0f88636c
JM
2577 * stdio-common/tst-printfsz.c: Include <libc-internal.h>.
2578 (main): Disable -Wdeprecated-declarations around calls to
2579 register_printf_function.
2580
c81e9deb
JM
2581 * stdio-common/tst-unlockedio.c: Include <libc-internal.h>.
2582 (do_test): Disable -Wdiv-by-zero around some calls to
2583 fwrite_unlocked and fread_unlocked.
2584
2084e7ca
JM
2585 * include/libc-internal.h (DIAG_PUSH_NEEDS_COMMENT): New macro.
2586 (DIAG_POP_NEEDS_COMMENT): Likewise.
2587 (_DIAG_STR1): Likewise.
2588 (_DIAG_STR): Likewise.
2589 (DIAG_IGNORE_NEEDS_COMMENT): Likewise.
2590 * stdio-common/bug21.c: Include <libc-internal.h>.
2591 (do_test): Disable -Wformat around call to sscanf.
2592 * stdio-common/scanf14.c: Include <libc-internal.h>.
2593 (main): Disable -Wformat around some calls to scanf functions.
2594
df7ecc6b
TR
25952014-12-09 Torvald Riegel <triegel@redhat.com>
2596
2597 * sysdeps/unix/sysv/linux/sh/pthread_once.S: Remove file.
2598
2aa3862e
AZ
25992014-12-08 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
2600
2601 * libio/tst-ftell-active-handler.c (do_ftell_test): Fix wide-character
2602 stack variable alignment.
2603
c5c2b7c3
JM
26042014-12-06 Joseph Myers <joseph@codesourcery.com>
2605
2606 [BZ #17682]
2607 * resource/Versions (libc): Add __getrlimit at GLIBC_PRIVATE.
2608 * resource/getrlimit.c (__getrlimit): Use libc_hidden_def.
2609 * sysdeps/mach/hurd/getrlimit.c (__getrlimit): Likewise.
2610 * include/sys/resource.h (__getrlimit): Use libc_hidden_proto.
2611 * nptl/nptl-init.c (__pthread_initialize_minimal_internal): Use
2612 __getrlimit instead of getrlimit.
2613 * nptl/pthread_cond_timedwait.c (__pthread_cond_timedwait): Use
2614 __gettimeofday instead of gettimeofday.
2615 * nptl/pthread_rwlock_timedrdlock.c (pthread_rwlock_timedrdlock):
2616 Likewise.
2617 * nptl/pthread_rwlock_timedwrlock.c (pthread_rwlock_timedwrlock):
2618 Likewise.
2619 * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
2620 * conform/Makefile (test-xfail-POSIX2008/aio.h/linknamespace):
2621 Remove variable.
2622 (test-xfail-POSIX2008/pthread.h/linknamespace): Likewise.
2623 (test-xfail-POSIX2008/time.h/linknamespace): Likewise.
2624
9752c3cd
AZ
26252014-12-05 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
2626
2627 * libio/tst-ftell-active-handler.c (do_ftell_test): Fix buffer overrun
2628 for wide-character tests.
2629
4bee4cd9
RM
26302014-12-04 Roland McGrath <roland@hack.frob.com>
2631
2632 * io/openat64.c: #include <libc-internal.h>
2633 (__openat64): Prototypify. Use ignore_value on MODE.
2634 * io/openat.c: Likewise.
2635 * misc/reboot.c: #include <libc-internal.h>
2636 (reboot): Prototypify. Use ignore_value on HOWTO.
2637 * misc/ptrace.c: #include <libc-internal.h>
2638 (ptrace): Prototypify. Use ignore_value for va_arg'd parameters.
2639
84dbedb6
JM
26402014-12-04 Joseph Myers <joseph@codesourcery.com>
2641
2642 * conform/list-header-symbols.pl (%extra_syms): Add h_errno for
2643 XPG4, UNIX98 and XOPEN2K.
2644 * conform/Makefile (test-xfail-XOPEN2K/grp.h/linknamespace):
2645 Remove variable.
2646 (test-xfail-XOPEN2K/pwd.h/linknamespace): Likewise.
2647
b7a3e1c4 26482014-12-04 Siddhesh Poyarekar <siddhesh@redhat.com>
be349d70 2649
af50dfc1 2650 * libio/fileops.c: Use ISO C style for function definitions.
24b97882
SP
2651 * libio/iofopen.c: Likewise.
2652 * libio/wfileops.c: Likewise.
2653
fe8b4d98
SP
2654 [BZ #17653]
2655 * libio/fileops.c (_IO_new_file_underflow): Unset cached
2656 offset on EOF.
2657 * libio/wfileops.c (_IO_wfile_underflow): Likewise.
2658 * libio/tst-ftell-active-handler.c (fgets_func_t): New type.
2659 (fgets_func): Function pointer to fgets and fgetws.
2660 (do_ftell_test): Add test to verify ftell value after read
2661 EOF.
2662 (do_test): Set fgets_func.
2663
61b4f792
SP
2664 * libio/tst-ftell-active-handler.c (do_ftruncate_test): Add
2665 O_TRUNC flag for w and w+ modes.
2666 (do_rewind_test): Likewise.
2667 (do_ftell_test): Likewise.
2668 (do_write_test): Likewise.
2669
be349d70
SP
2670 [BZ #17647]
2671 * libio/fileops.c (do_ftell): Seek only when there are
2672 unflushed writes.
2673 * libio/wfileops.c (do_ftell_wide): Likewise.
2674 * libio/tst-ftell-active-handler.c (do_ftruncate_test): New
2675 test case.
2676 (do_one_test): Call it.
2677
e3d6dba5
JM
26782014-12-03 Joseph Myers <joseph@codesourcery.com>
2679
2680 * conform/list-header-symbols.pl (%extra_syms): Add getdate_err
2681 for XPG4, UNIX98, XOPEN2K and XOPEN2K8.
2682 * conform/Makefile (test-xfail-XOPEN2K/pthread.h/linknamespace):
2683 Remove variable.
2684 (test-xfail-XOPEN2K/time.h/linknamespace): Likewise.
2685 (test-xfail-XOPEN2K8/pthread.h/linknamespace): Likewise.
2686 (test-xfail-XOPEN2K8/time.h/linknamespace): Likewise.
2687
7f994279
JM
26882014-12-02 Joseph Myers <joseph@codesourcery.com>
2689
28a91e8f
JM
2690 * conform/Makefile (test-xfail-XOPEN2K/aio.h/linknamespace):
2691 Remove variable.
2692 (test-xfail-XOPEN2K8/aio.h/linknamespace): Likewise.
2693
7f994279
JM
2694 [BZ #17668]
2695 * inet/ifaddrs.c (getifaddrs): Rename to __getifaddrs and define
2696 as weak alias of __getifaddrs. Use libc_hidden_weak.
2697 (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
2698 __freeifaddrs. Use libc_hidden_weak.
2699 * sysdeps/gnu/ifaddrs.c (getifaddrs): Rename to __getifaddrs and
2700 define as weak alias of __getifaddrs. Use libc_hidden_weak.
2701 (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
2702 __freeifaddrs. Use libc_hidden_weak.
2703 * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs): Rename to
2704 __getifaddrs and define as weak alias of __getifaddrs. Use
2705 libc_hidden_weak.
2706 (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
2707 __freeifaddrs. Use libc_hidden_weak.
2708 * conform/Makefile (test-xfail-XOPEN2K/net/if.h/linknamespace):
2709 Remove variable.
2710 (test-xfail-POSIX2008/net/if.h/linknamespace): Likewise.
2711 (test-xfail-XOPEN2K8/net/if.h/linknamespace): Likewise.
2712
bbe4c142
PJ
27132014-12-02 Petar Jovanovic <petar.jovanovic@rt-rk.com>
2714
2715 [BZ #17601]
2716 * sysdeps/mips/start.S (__start): Use indirect jump to call
2717 __libc_start_main.
2718
66cadc05
JM
27192014-12-02 Joseph Myers <joseph@codesourcery.com>
2720
909e16d9
JM
2721 * nptl/tst-stack4.c (dso_process): Use int not uintptr_t for t.
2722
4e0b9016
JM
2723 * nptl/tst-mutex1.c: Include <stdbool.h>.
2724 [!ATTR] (ATTR_NULL): New macro.
2725 (do_test): Test !ATTR_NULL instead of ATTR != NULL.
2726 * nptl/tst-mutexpi1.c (ATTR_NULL): New macro.
2727 * nptl/tst-mutexpp1.c (ATTR_NULL): New macro.
2728
b1aff6a4
JM
2729 * posix/tst-getopt_long1.c (do_test): Cast elements of argv array
2730 to char *.
2731
266865c0
JM
2732 [BZ #17665]
2733 * posix/unistd.h [__USE_MISC || (__USE_XOPEN && !__USE_UNIX98)]:
2734 Change conditional to [__USE_MISC].
2735
84e5e756
JM
2736 [BZ #17664]
2737 * misc/mntent_r.c (__getmntent_r): Use __fgets_unlocked instead of
2738 fgets_unlocked.
2739 * resolv/res_hconf.c [IS_IN (libc)] (fgets_unlocked): Define to
2740 __fgets_unlocked.
2741 * resolv/res_init.c (__res_vinit): Use __fgets_unlocked instead of
2742 fgets_unlocked.
2743 * conform/Makefile (test-xfail-XPG4/sys/statvfs.h/linknamespace):
2744 Remove variable.
2745 (test-xfail-POSIX/sys/mman.h/linknamespace): Likewise.
2746 (test-xfail-UNIX98/sys/mman.h/linknamespace): Likewise.
2747 (test-xfail-UNIX98/sys/statvfs.h/linknamespace): Likewise.
2748 (test-xfail-XOPEN2K/sys/mman.h/linknamespace): Likewise.
2749 (test-xfail-XOPEN2K/sys/statvfs.h/linknamespace): Likewise.
2750 (test-xfail-POSIX2008/sys/mman.h/linknamespace): Likewise.
2751 (test-xfail-POSIX2008/sys/statvfs.h/linknamespace): Likewise.
2752 (test-xfail-XOPEN2K8/sys/mman.h/linknamespace): Likewise.
2753 (test-xfail-XOPEN2K8/sys/statvfs.h/linknamespace): Likewise.
2754
66cadc05
JM
2755 * elf/tst-unique4lib.cc (b): Mark with __attribute__ ((used)).
2756
2e8a2de2 27572014-12-02 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
0f0a1c82
AZ
2758
2759 * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
2760 Remove strpbrk objects.
2761 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
2762 (__libc_ifunc_impl_list): Remove strpbrk implementation.
2763 * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: Remove file.
2764 * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: Remove file.
2765 * sysdeps/powerpc/powerpc64/power7/strpbrk.S: Remove file.
2766 * sysdeps/powerpc/powerpc64/strpbrk.S: New file.
2767
bb2542e0
AZ
2768 * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
2769 Remove strcspn objects.
2770 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
2771 (__libc_ifunc_impl_list): Remove strcspn implementation.
2772 * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: Remove file.
2773 * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: Remove file.
2774 * sysdeps/powerpc/powerpc64/power7/strcspn.S: Remove file.
2775 * sysdeps/powerpc/powerpc64/strcspn.S: New file.
2e8a2de2
AZ
2776
2777 * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
2778 Remove strspn objetcs.
2779 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
2780 (__libc_ifunc_impl_list): Remove strspn implementation.
2781 * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: Remove file.
2782 * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: Likewise.
2783 * sysdeps/powerpc/powerpc64/power7/strspn.S: Remove file.
2784 * sysdeps/powerpc/powerpc64/strspn.S: New file.
2785
08f1e1d2
JL
27862014-12-01 James Lemke <jwlemke@codesourcery.com>
2787
2788 [BZ #17581]
2789 * malloc/hooks.c
2790 (mem2mem_check): Add a terminator to the chain of checking blocks.
2791 (malloc_check_get_size): Use it here.
2792 (mem2chunk_check): Ditto.
2793
a8a7d7d2
RS
27942014-12-01 Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
2795
2796 * sysdeps/powerpc/powerpc64/strtok.S: New file.
2797 * sysdeps/powerpc/powerpc64/strtok_r.S: New file.
2798
97114a38
CD
27992014-11-29 Carlos O'Donell <carlos@redhat.com>
2800
c8dc1727
CD
2801 * bits/ioctl-types.h: Indent preprocessor directives correctly.
2802
6d03458e
CD
2803 * nptl/nptl-init.c: Include libc-internal.h.
2804 (__pthread_initialize_minimal_internal): Use ROUND_UP.
2805
97114a38
CD
2806 * elf/ldconfig.c (search_dir): Expand comment.
2807
0e7e69ba
JM
28082014-11-29 Joseph Myers <joseph@codesourcery.com>
2809
2810 * conform/Makefile (linknamespace-symlist-stdlibs-base): New
2811 variable.
2812 (linknamespace-symlist-stdlibs-tests): Likewise.
2813 (tests-special): Append $(linknamespace-symlist-stdlibs-tests)
2814 instead of $(objpfx)symlist-stdlibs.
2815 (linknamespace-libs-isoc): New variable.
2816 (linknamespace-libs): Use $(linknamespace-libs-isoc).
2817 (linknamespace-libs-ISO): New variable.
2818 (linknamespace-libs-ISO99): Likewise.
2819 (linknamespace-libs-ISO11): Likewise.
2820 (linknamespace-libs-XPG3): Likewise.
2821 (linknamespace-libs-XPG4): Likewise.
2822 (linknamespace-libs-POSIX): Likewise.
2823 (linknamespace-libs-UNIX98): Likewise.
2824 (linknamespace-libs-XOPEN2K): Likewise.
2825 (linknamespace-libs-POSIX2008): Likewise.
2826 (linknamespace-libs-XOPEN2K8): Likewise.
2827 ($(objpfx)symlist-stdlibs): Replace by
2828 $(linknamespace-symlist-stdlibs-tests). Use
2829 $(linknamespace-libs-$*) as set of libraries.
2830 ($(linknamespace-header-tests)): Update dependencies. Use
2831 $(objpfx)symlist-stdlibs-$$std for --libsyms argument.
2832 (test-xfail-XPG4/sys/mman.h/linknamespace): Remove.
2833 * conform/linknamespace.pl: Remove comment about considering
2834 definitions of symbols from irrelevant libraries.
2835
d8dd0080
L
28362014-11-28 H.J. Lu <hongjiu.lu@intel.com>
2837
2838 [BZ #13862]
2839 * elf/dl-tls.c: Include <atomic.h>.
2840 (oom): Remove #ifdef SHARED/#endif.
2841 (_dl_static_dtv, _dl_initial_dtv): Moved before ...
2842 (_dl_resize_dtv): This. Extracted from _dl_update_slotinfo.
2843 (_dl_allocate_tls_init): Resize DTV if the current DTV isn't
2844 big enough.
2845 (_dl_update_slotinfo): Call _dl_resize_dtv to resize DTV.
2846 * nptl/Makefile (tests): Add tst-stack4.
2847 (modules-names): Add tst-stack4mod.
2848 ($(objpfx)tst-stack4): New.
2849 (tst-stack4mod.sos): Likewise.
2850 ($(objpfx)tst-stack4.out): Likewise.
2851 ($(tst-stack4mod.sos)): Likewise.
2852 (clean): Likewise.
2853 * nptl/tst-stack4.c: New file.
2854 * nptl/tst-stack4mod.c: Likewise.
2855
167da422
B
28562014-11-27 J. Brown <jb999@gmx.de>
2857
2858 * sysdeps/x86/bits/string.h: Add recent CPUs.
2859
9114625b
JM
28602014-11-27 Joseph Myers <joseph@codesourcery.com>
2861
6b5189eb
JM
2862 * misc/tst-pselect.c (do_test): Use sigprocmask instead of
2863 sigblock.
2864
49051f8e
JM
2865 * libio/bug-ungetwc1.c (do_test): Verify results of getwc and
2866 feof.
2867
9114625b
JM
2868 * dlfcn/failtestmod.c (constr): Do not store result of dlsym in a
2869 variable.
2870
e7300fef
SL
28712014-11-27 Stefan Liebler <stli@linux.vnet.ibm.com>
2872
2873 * nscd/connections.c: Include libc-internal.h because of macro
2874 usage ignore_value.
2875
1721f0a4
SP
28762014-11-27 Siddhesh Poyarekar <siddhesh@redhat.com>
2877
2878 * string/bits/string3.h (__warn_memset_zero_len): Don't
2879 declare for gcc newer than 5.0.
2880 (memset): Don't test for zero-length __LEN for gcc newer than
2881 5.0.
2882
be970916
JM
28832014-11-27 Joseph Myers <joseph@codesourcery.com>
2884
d88548f4
JM
2885 * stdio-common/tst-fmemopen.c (do_test): Cast st_size values to
2886 size_t for %zu format.
2887
be970916
JM
2888 * nss/tst-nss-test1.c (do_test): Use %td printf format for pointer
2889 difference, not %ju.
2890
3b20fd5c
JM
28912014-11-26 Joseph Myers <joseph@codesourcery.com>
2892
8915eace
JM
2893 * include/libc-internal.h (ignore_value): New macro.
2894 * nscd/connections.c (restart): Wrap calls to setuid and setgid
2895 with ignore_value.
2896
f1a5a0e3
JM
2897 * sysdeps/mips/__longjmp.c (____longjmp): Use prototype
2898 definition.
2899
59ef1715
JM
2900 * nptl/tst-cancel-self-cancelstate.c (do_test): Cast argument of
2901 pthread_cleanup_push to void *.
2902
a6f3079b
JM
2903 * sysdeps/unix/sysv/linux/arm/libc-do-syscall.S (_FORTIFY_SOURCE):
2904 Undefine.
2905
706688aa
JM
2906 [BZ #16619]
2907 [BZ #16740]
2908 * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Use 1LL << 52
2909 instead of 1L << 52.
2910
12da14a5
JM
2911 * libio/bug-rewind.c (do_test): Check fwscanf return values.
2912 * libio/bug-rewind2.c (do_test): Likewise.
2913
bd5dadac
JM
2914 * debug/test-stpcpy_chk-ifunc.c: Remove file.
2915 * debug/test-strcpy_chk-ifunc.c: Likewise.
2916 * wcsmbs/test-wcschr-ifunc.c: Likewise.
2917 * wcsmbs/test-wcscmp-ifunc.c: Likewise.
2918 * wcsmbs/test-wcscpy-ifunc.c: Likewise.
2919 * wcsmbs/test-wcslen-ifunc.c: Likewise.
2920 * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
2921 * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
2922 * Rules [$(multi-arch) = no] (tests): Do not filter out
2923 $(tests-ifunc).
2924 [$(multi-arch) = no] (xtests): Do not filter out $(xtests-ifunc).
2925 * debug/Makefile (tests-ifunc): Remove variable.
2926 (tests): Do not add $(tests-ifunc).
2927 * wcsmbs/Makefile (tests-ifunc): Remove variable.
2928 (tests): Do not add $(tests-ifunc).
2929 * benchtests/bench-string.h (TEST_IFUNC): Remove macro.
2930 [TEST_IFUNC]: Remove conditionals.
2931 * string/test-string.h (TEST_IFUNC): Remove macro.
2932 [TEST_IFUNC]: Remove conditionals.
2933
3b20fd5c
JM
2934 * string/test-strchr.c [!WIDE] (L): New macro.
2935 [WIDE] (L): Likewise.
2936 (check1): Use CHAR instead of char. Use L on string and character
2937 constants.
2938
704f7947
AZ
29392014-11-26 Adhemerval Zanella <azanella@linux.ibm.com>
2940
2941 * csu/tst-atomic.c (do_test): Add atomic_exchange_and_add_{acq,rel}
2942 tests.
2943 * sysdeps/powerpc/bits/atomic.h
2944 (__arch_atomic_exchange_and_add_32_acq): Add definition.
2945 (__arch_atomic_exchange_and_add_32_rel): Likewise.
2946 (atomic_exchange_and_add_acq): Likewise.
2947 (atomic_exchange_and_add_rel): Likewise.
2948 * sysdeps/powerpc/powerpc32/bits/atomic.h
2949 (__arch_atomic_exchange_and_add_64_acq): Add definition.
2950 (__arch_atomic_exchange_and_add_64_rel): Likewise.
2951 * sysdeps/powerpc/powerpc64/bits/atomic.h
2952 (__arch_atomic_exchange_and_add_64_acq): Add definition.
2953 (__arch_atomic_exchange_and_add_64_rel): Likewise.
2954
cdcb42d7
TR
29552014-11-26 Torvald Riegel <triegel@redhat.com>
2956
2957 * nptl/tpp.c (__init_sched_fifo_prio, __pthread_tpp_change_priority):
2958 Change synchronization of __sched_fifo_min_prio and
2959 __sched_fifo_max_prio.
2960 * nptl/pthread_mutexattr_getprioceiling.c
2961 (pthread_mutexattr_getprioceiling): Likewise.
2962 * nptl/pthread_mutexattr_setprioceiling.c
2963 (pthread_mutexattr_setprioceiling): Likewise.
2964 * nptl/pthread_mutex_init.c (__pthread_mutex_init): Likewise.
2965 * nptl/pthread_mutex_setprioceiling.c (pthread_mutex_setprioceiling):
2966 Likewise.
2967
c82f5c0c
JM
29682014-11-26 Joseph Myers <joseph@codesourcery.com>
2969
2970 * setjmp/jmpbug.c (test): Make foo volatile and cast it to
2971 void.
2972
439e1ad6
JM
29732014-11-25 Joseph Myers <joseph@codesourcery.com>
2974
2975 * stdio-common/tst-printf-round.c (test_hex_in_one_mode): Make
2976 third argument const.
2977
b1eda10e
PE
29782014-11-25 Paul Eggert <eggert@cs.ucla.edu>
2979
2980 fnmatch: work around GCC compiler warning bug with uninit var
2981 * posix/fnmatch_loop.c (FCT): Use a scalar not a one-item array.
2982 This works around a bug with x86-64 GCC 4.9.2 and earlier
2983 where 'gcc -O2 -Wmaybe-uninitialized' incorrectly complains
2984 "../locale/weightwc.h:93:7: warning: '*((void *)&str+4)' may be
2985 used uninitialized in this function [-Wmaybe-uninitialized]".
2986
bde2667a
JM
29872014-11-25 Joseph Myers <joseph@codesourcery.com>
2988
2989 * posix/bug-regex31.c (main): Return RES not 0.
2990
5fbb5691
AB
29912014-11-25 Anton Blanchard <anton@samba.org>
2992
2993 * sysdeps/powerpc/bits/atomic.h
2994 (__arch_compare_and_exchange_bool_64_rel): Load from mem.
2995
467fec0b
BM
29962014-11-24 Sterling Augustine <saugustine@google.com>
2997
2998 * sysdeps/x86_64/start.S (_start): Use ENTRY and END macros.
2999
e9ff8efb
RC
30002014-11-24 Ryan Cumming <etaoins@gmail.com>
3001
3002 [BZ #17608]
3003 * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_TAI.
3004
9744496f
JM
30052014-11-24 Joseph Myers <joseph@codesourcery.com>
3006
3007 [BZ #17633]
3008 * stdio-common/perror.c (perror): Call __fileno instead of fileno.
3009 * conform/Makefile (test-xfail-ISO/stdio.h/linknamespace): Remove
3010 variable.
3011 (test-xfail-ISO99/stdio.h/linknamespace): Likewise.
3012 (test-xfail-ISO11/stdio.h/linknamespace): Likewise.
3013
6423d475
WD
30142014-11-24 Wilco Dijkstra <wdijkstr@arm.com>
3015
3016 * string/strncpy.c (strncpy): Improve performance by using memset.
3017
30182014-11-24 Wilco Dijkstra <wdijkstr@arm.com>
b863d2bc
WD
3019
3020 * string/strcpy.c (strcpy):
3021 Improve performance by using strlen and memcpy.
3022
5d178c37
LH
30232014-11-24 Leonhard Holz <leonhard.holz@web.de>
3024
3025 * string/strcoll_l.c (get_next_seq): __always_inline.
3026 * string/strcoll_l.c (do_compare): __always_inline.
3027
279bc5b3
SP
30282014-11-24 Siddhesh Poyarekar <siddhesh@redhat.com>
3029
7a9ebfa1
SP
3030 * include/bits/stdlib-float.h: Use IS_IN only if _ISOMAC is
3031 defined.
3032 * include/mqueue.h: Likewise.
3033 * include/stdlib.h: Likewise.
3034
4f41c682
SP
3035 * stdlib/isomac.c (fmt): Replace NOT_IN_libc with IN_MODULE.
3036 (get_null_defines): Adjust.
3037 * sunrpc/Makefile: Adjust comment.
3038 * Makerules (CPPFLAGS-nonlib): Remove NOT_IN_libc.
3039 * elf/Makefile (CPPFLAGS-sotruss-lib): Likewise.
3040 (CFLAGS-interp.c): Likewise.
3041 (CFLAGS-ldconfig.c): Likewise.
3042 (CPPFLAGS-.os): Likewise.
3043 * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
3044 * extra-lib.mk (CPPFLAGS-$(lib)): Likewise.
3045 * extra-modules.mk (extra-modules.mk): Likewise.
3046 * iconv/Makefile (CPPFLAGS-iconvprogs): Likewise.
3047 * locale/Makefile (CPPFLAGS-locale_programs): Likewise.
3048 * malloc/Makefile (CPPFLAGS-memusagestat): Likewise.
3049 * nscd/Makefile (CPPFLAGS-nscd): Likewise.
3050 * nss/Makefile (CPPFLAGS-nss_test1): Likewise.
3051 * stdlib/Makefile (CFLAGS-tst-putenvmod.c): Likewise.
3052 * sysdeps/gnu/Makefile ($(objpfx)errlist-compat.c): Likewise.
3053 * sysdeps/unix/sysv/linux/Makefile (CPPFLAGS-lddlibc4): Likewise.
3054 * iconvdata/Makefile (CPPFLAGS): Likewise.
3055 (cpp-srcs-left): Add libof for all iconvdata routines.
3056 * bits/stdio-lock.h: Replace NOT_IN_libc with IS_IN.
3057 * include/assert.h: Likewise.
3058 * include/ctype.h: Likewise.
3059 * include/errno.h: Likewise.
3060 * include/libc-symbols.h: Likewise.
3061 * include/math.h: Likewise.
3062 * include/netdb.h: Likewise.
3063 * include/resolv.h: Likewise.
3064 * include/stdio.h: Likewise.
3065 * include/stdlib.h: Likewise.
3066 * include/string.h: Likewise.
3067 * include/sys/stat.h: Likewise.
3068 * include/wctype.h: Likewise.
3069 * intl/l10nflist.c: Likewise.
3070 * libidn/idn-stub.c: Likewise.
3071 * libio/libioP.h: Likewise.
3072 * nptl/libc_multiple_threads.c: Likewise.
3073 * nptl/pthreadP.h: Likewise.
3074 * posix/regex_internal.h: Likewise.
3075 * resolv/res_hconf.c: Likewise.
3076 * sysdeps/arm/armv7/multiarch/memcpy.S: Likewise.
3077 * sysdeps/arm/memmove.S: Likewise.
3078 * sysdeps/arm/sysdep.h: Likewise.
3079 * sysdeps/generic/_itoa.h: Likewise.
3080 * sysdeps/generic/symbol-hacks.h: Likewise.
3081 * sysdeps/gnu/errlist.awk: Likewise.
3082 * sysdeps/gnu/errlist.c: Likewise.
3083 * sysdeps/i386/i586/memcpy.S: Likewise.
3084 * sysdeps/i386/i586/memset.S: Likewise.
3085 * sysdeps/i386/i686/memcpy.S: Likewise.
3086 * sysdeps/i386/i686/memmove.S: Likewise.
3087 * sysdeps/i386/i686/mempcpy.S: Likewise.
3088 * sysdeps/i386/i686/memset.S: Likewise.
3089 * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
3090 * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
3091 * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: Likewise.
3092 * sysdeps/i386/i686/multiarch/memchr-sse2.S: Likewise.
3093 * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
3094 * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
3095 * sysdeps/i386/i686/multiarch/memcmp-ssse3.S: Likewise.
3096 * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
3097 * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
3098 * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
3099 * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
3100 * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
3101 * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
3102 * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
3103 * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
3104 * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
3105 * sysdeps/i386/i686/multiarch/memrchr-c.c: Likewise.
3106 * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: Likewise.
3107 * sysdeps/i386/i686/multiarch/memrchr-sse2.S: Likewise.
3108 * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
3109 * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
3110 * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
3111 * sysdeps/i386/i686/multiarch/memset.S: Likewise.
3112 * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
3113 * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
3114 * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
3115 * sysdeps/i386/i686/multiarch/strcat-ssse3.S: Likewise.
3116 * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
3117 * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Likewise.
3118 * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
3119 * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
3120 * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
3121 * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
3122 * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
3123 * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
3124 * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
3125 * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
3126 * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
3127 * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
3128 * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
3129 * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
3130 * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
3131 * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
3132 * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
3133 * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
3134 * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
3135 * sysdeps/i386/i686/multiarch/wcschr-c.c: Likewise.
3136 * sysdeps/i386/i686/multiarch/wcschr-sse2.S: Likewise.
3137 * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
3138 * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
3139 * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
3140 * sysdeps/i386/i686/multiarch/wcscpy-c.c: Likewise.
3141 * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Likewise.
3142 * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
3143 * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
3144 * sysdeps/i386/i686/multiarch/wcslen-sse2.S: Likewise.
3145 * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
3146 * sysdeps/i386/i686/multiarch/wcsrchr-c.c: Likewise.
3147 * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: Likewise.
3148 * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
3149 * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
3150 * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
3151 * sysdeps/ia64/fpu/libm-symbols.h: Likewise.
3152 * sysdeps/nptl/bits/libc-lock.h: Likewise.
3153 * sysdeps/nptl/bits/libc-lockP.h: Likewise.
3154 * sysdeps/nptl/bits/stdio-lock.h: Likewise.
3155 * sysdeps/posix/closedir.c: Likewise.
3156 * sysdeps/posix/opendir.c: Likewise.
3157 * sysdeps/posix/readdir.c: Likewise.
3158 * sysdeps/posix/rewinddir.c: Likewise.
3159 * sysdeps/powerpc/novmx-sigjmp.c: Likewise.
3160 * sysdeps/powerpc/powerpc32/__longjmp.S: Likewise.
3161 * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
3162 * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
3163 * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
3164 * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Likewise.
3165 * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: Likewise.
3166 * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: Likewise.
3167 * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: Likewise.
3168 * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: Likewise.
3169 * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: Likewise.
3170 * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: Likewise.
3171 * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: Likewise.
3172 * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: Likewise.
3173 * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: Likewise.
3174 * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: Likewise.
3175 * sysdeps/powerpc/powerpc32/power4/multiarch/memset.c: Likewise.
3176 * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: Likewise.
3177 * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: Likewise.
3178 * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: Likewise.
3179 * sysdeps/powerpc/powerpc32/power4/multiarch/strchr.c: Likewise.
3180 * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: Likewise.
3181 * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: Likewise.
3182 * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: Likewise.
3183 * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: Likewise.
3184 * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: Likewise.
3185 * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: Likewise.
3186 * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: Likewise.
3187 * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: Likewise.
3188 * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: Likewise.
3189 * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: Likewise.
3190 * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: Likewise.
3191 * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: Likewise.
3192 * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: Likewise.
3193 * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: Likewise.
3194 * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: Likewise.
3195 * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
3196 * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
3197 * sysdeps/powerpc/powerpc64/__longjmp.S: Likewise.
3198 * sysdeps/powerpc/powerpc64/multiarch/bzero.c: Likewise.
3199 * sysdeps/powerpc/powerpc64/multiarch/memchr.c: Likewise.
3200 * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: Likewise.
3201 * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: Likewise.
3202 * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: Likewise.
3203 * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: Likewise.
3204 * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Likewise.
3205 * sysdeps/powerpc/powerpc64/multiarch/memmove.c: Likewise.
3206 * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: Likewise.
3207 * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: Likewise.
3208 * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: Likewise.
3209 * sysdeps/powerpc/powerpc64/multiarch/memset.c: Likewise.
3210 * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: Likewise.
3211 * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.S: Likewise.
3212 * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c: Likewise.
3213 * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: Likewise.
3214 * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: Likewise.
3215 * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: Likewise.
3216 * sysdeps/powerpc/powerpc64/multiarch/strcat.c: Likewise.
3217 * sysdeps/powerpc/powerpc64/multiarch/strchr.c: Likewise.
3218 * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: Likewise.
3219 * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: Likewise.
3220 * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: Likewise.
3221 * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.S: Likewise.
3222 * sysdeps/powerpc/powerpc64/multiarch/strcpy.c: Likewise.
3223 * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: Likewise.
3224 * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: Likewise.
3225 * sysdeps/powerpc/powerpc64/multiarch/strlen.c: Likewise.
3226 * sysdeps/powerpc/powerpc64/multiarch/strncase.c: Likewise.
3227 * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: Likewise.
3228 * sysdeps/powerpc/powerpc64/multiarch/strncat.c: Likewise.
3229 * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: Likewise.
3230 * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: Likewise.
3231 * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: Likewise.
3232 * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: Likewise.
3233 * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: Likewise.
3234 * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: Likewise.
3235 * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: Likewise.
3236 * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: Likewise.
3237 * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: Likewise.
3238 * sysdeps/powerpc/powerpc64/multiarch/strspn.c: Likewise.
3239 * sysdeps/powerpc/powerpc64/multiarch/wcschr.c: Likewise.
3240 * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
3241 * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c: Likewise.
3242 * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c: Likewise.
3243 * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
3244 * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Likewise.
3245 * sysdeps/s390/s390-32/multiarch/memcmp.S: Likewise.
3246 * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
3247 * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
3248 * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
3249 * sysdeps/s390/s390-64/multiarch/memcmp.S: Likewise.
3250 * sysdeps/s390/s390-64/multiarch/memcpy.S: Likewise.
3251 * sysdeps/s390/s390-64/multiarch/memset.S: Likewise.
3252 * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
3253 * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
3254 * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: Likewise.
3255 * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
3256 * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
3257 * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Likewise.
3258 * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: Likewise.
3259 * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
3260 * sysdeps/unix/alpha/sysdep.S: Likewise.
3261 * sysdeps/unix/alpha/sysdep.h: Likewise.
3262 * sysdeps/unix/make-syscalls.sh: Likewise.
3263 * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
3264 * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
3265 * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
3266 * sysdeps/unix/sysv/linux/alpha/vfork.S: Likewise.
3267 * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
3268 * sysdeps/unix/sysv/linux/arm/sysdep.h: Likewise.
3269 * sysdeps/unix/sysv/linux/getpid.c: Likewise.
3270 * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
3271 * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
3272 * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Likewise.
3273 * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
3274 * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
3275 * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
3276 * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Likewise.
3277 * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
3278 * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
3279 * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
3280 * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Likewise.
3281 * sysdeps/unix/sysv/linux/m68k/bits/m68k-vdso.h: Likewise.
3282 * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
3283 * sysdeps/unix/sysv/linux/m68k/sysdep.h: Likewise.
3284 * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
3285 * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
3286 * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
3287 * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
3288 * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
3289 * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
3290 * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: Likewise.
3291 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: Likewise.
3292 * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: Likewise.
3293 * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
3294 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
3295 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
3296 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
3297 * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
3298 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
3299 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
3300 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
3301 * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
3302 * sysdeps/unix/sysv/linux/sh/lowlevellock.S: Likewise.
3303 * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
3304 * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
3305 * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
3306 * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
3307 * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
3308 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
3309 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
3310 * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
3311 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
3312 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
3313 * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
3314 * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
3315 * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
3316 * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
3317 * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Likewise.
3318 * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
3319 * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
3320 * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
3321 * sysdeps/wordsize-32/symbol-hacks.h: Likewise.
3322 * sysdeps/x86_64/memcpy.S: Likewise.
3323 * sysdeps/x86_64/memmove.c: Likewise.
3324 * sysdeps/x86_64/memset.S: Likewise.
3325 * sysdeps/x86_64/multiarch/init-arch.h: Likewise.
3326 * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
3327 * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
3328 * sysdeps/x86_64/multiarch/memcmp.S: Likewise.
3329 * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: Likewise.
3330 * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
3331 * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
3332 * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
3333 * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
3334 * sysdeps/x86_64/multiarch/memmove.c: Likewise.
3335 * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
3336 * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
3337 * sysdeps/x86_64/multiarch/memset-avx2.S: Likewise.
3338 * sysdeps/x86_64/multiarch/memset.S: Likewise.
3339 * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
3340 * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Likewise.
3341 * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
3342 * sysdeps/x86_64/multiarch/strcat.S: Likewise.
3343 * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
3344 * sysdeps/x86_64/multiarch/strchr.S: Likewise.
3345 * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Likewise.
3346 * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
3347 * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
3348 * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
3349 * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
3350 * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
3351 * sysdeps/x86_64/multiarch/strspn.S: Likewise.
3352 * sysdeps/x86_64/multiarch/wcscpy-c.c: Likewise.
3353 * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
3354 * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
3355 * sysdeps/x86_64/multiarch/wmemcmp-c.c: Likewise.
3356 * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
3357 * sysdeps/x86_64/strcmp.S: Likewise.
3358
76ca86a5
SP
3359 * extra-lib.mk (CPPFLAGS-$(lib)): Remove IS_IN_$(lib).
3360
a3848485
SP
3361 * elf/Makefile (CPPFLAGS-.os): Remove IS_IN_rtld.
3362 * elf/dl-open.c: Use IS_IN (rtld) instead if IS_IN_rtld.
3363 * elf/rtld-Rules: Likewise.
3364 * elf/setup-vdso.h: Likewise.
3365 * include/assert.h: Likewise.
3366 * include/bits/stdlib-float.h: Likewise.
3367 * include/errno.h: Likewise.
3368 * include/sys/stat.h: Likewise.
3369 * include/unistd.h: Likewise.
3370 * sysdeps/aarch64/setjmp.S: Likewise.
3371 * sysdeps/alpha/setjmp.S: Likewise.
3372 * sysdeps/arm/__longjmp.S: Likewise.
3373 * sysdeps/arm/aeabi_unwind_cpp_pr1.c: Likewise.
3374 * sysdeps/arm/setjmp.S: Likewise.
3375 * sysdeps/arm/sysdep.h: Likewise.
3376 * sysdeps/generic/_itoa.h: Likewise.
3377 * sysdeps/generic/dl-sysdep.h: Likewise.
3378 * sysdeps/generic/ldsodefs.h: Likewise.
3379 * sysdeps/i386/dl-tls.h: Likewise.
3380 * sysdeps/i386/setjmp.S: Likewise.
3381 * sysdeps/m68k/setjmp.c: Likewise.
3382 * sysdeps/mach/hurd/dl-execstack.c: Likewise.
3383 * sysdeps/mach/hurd/opendir.c: Likewise.
3384 * sysdeps/posix/getcwd.c: Likewise.
3385 * sysdeps/posix/opendir.c: Likewise.
3386 * sysdeps/posix/profil.c: Likewise.
3387 * sysdeps/powerpc/dl-procinfo.h: Likewise.
3388 * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
3389 * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
3390 * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
3391 * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
3392 * sysdeps/powerpc/powerpc64/__longjmp-common.S: Likewise.
3393 * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
3394 * sysdeps/s390/dl-tls.h: Likewise.
3395 * sysdeps/s390/s390-32/setjmp.S: Likewise.
3396 * sysdeps/s390/s390-64/setjmp.S: Likewise.
3397 * sysdeps/sh/sh3/setjmp.S: Likewise.
3398 * sysdeps/sh/sh4/setjmp.S: Likewise.
3399 * sysdeps/unix/alpha/sysdep.h: Likewise.
3400 * sysdeps/unix/arm/sysdep.S: Likewise.
3401 * sysdeps/unix/i386/sysdep.S: Likewise.
3402 * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
3403 * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
3404 * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
3405 * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
3406 * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
3407 * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Likewise.
3408 * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
3409 * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
3410 * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Likewise.
3411 * sysdeps/unix/sysv/linux/m68k/bits/m68k-vdso.h: Likewise.
3412 * sysdeps/unix/sysv/linux/m68k/m68k-helpers.S: Likewise.
3413 * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
3414 * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
3415 * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
3416 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
3417 * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
3418 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
3419 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
3420 * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
3421 * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
3422 * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
3423 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
3424 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
3425 * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
3426 * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
3427 * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
3428 * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
3429 * sysdeps/unix/x86_64/sysdep.S: Likewise.
3430 * sysdeps/x86_64/setjmp.S: Likewise.
3431
a109996e
SP
3432 * include/math.h: Use IS_IN instead of IS_IN_libm.
3433 * sysdeps/alpha/fpu/s_copysign.c: Likewise.
3434 * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
3435 * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
3436 * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: Likewise.
3437 * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
3438 * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
3439 * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
3440 * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
3441 * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
3442 * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
3443 * sysdeps/ieee754/ldbl-64-128/s_copysignl.c: Likewise.
3444 * sysdeps/ieee754/ldbl-64-128/s_finitel.c: Likewise.
3445 * sysdeps/ieee754/ldbl-64-128/s_frexpl.c: Likewise.
3446 * sysdeps/ieee754/ldbl-64-128/s_isinfl.c: Likewise.
3447 * sysdeps/ieee754/ldbl-64-128/s_isnanl.c: Likewise.
3448 * sysdeps/ieee754/ldbl-64-128/s_modfl.c: Likewise.
3449 * sysdeps/ieee754/ldbl-64-128/s_scalbnl.c: Likewise.
3450 * sysdeps/ieee754/ldbl-64-128/s_signbitl.c: Likewise.
3451 * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: Likewise.
3452 * sysdeps/ieee754/ldbl-opt/s_copysign.c: Likewise.
3453 * sysdeps/ieee754/ldbl-opt/s_finite.c: Likewise.
3454 * sysdeps/ieee754/ldbl-opt/s_frexp.c: Likewise.
3455 * sysdeps/ieee754/ldbl-opt/s_isinf.c: Likewise.
3456 * sysdeps/ieee754/ldbl-opt/s_isnan.c: Likewise.
3457 * sysdeps/ieee754/ldbl-opt/s_ldexp.c: Likewise.
3458 * sysdeps/ieee754/ldbl-opt/s_ldexpl.c: Likewise.
3459 * sysdeps/ieee754/ldbl-opt/s_modf.c: Likewise.
3460 * sysdeps/ieee754/ldbl-opt/s_scalbln.c: Likewise.
3461 * sysdeps/ieee754/ldbl-opt/s_scalbn.c: Likewise.
3462 * sysdeps/powerpc/power5+/fpu/s_modf.c: Likewise.
3463 * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Likewise.
3464 * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
3465 * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
3466 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c:
3467 Likewise.
3468 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c:
3469 Likewise.
3470 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c:
3471 Likewise.
3472 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c:
3473 Likewise.
3474 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c:
3475 Likewise.
3476 * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
3477 * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Likewise.
3478 * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
3479 * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
3480 * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
3481 * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
3482 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: Likewise.
3483 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: Likewise.
3484 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: Likewise.
3485 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: Likewise.
3486 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: Likewise.
3487 * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Likewise.
3488 * sysdeps/powerpc/powerpc64/fpu/s_copysignl.S: Likewise.
3489 * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
3490 * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
3491 * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
3492 * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
3493 * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
3494 * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
3495 * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
3496 * sysdeps/powerpc/powerpc64/power7/fpu/s_isnan.S: Likewise.
3497 * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: Likewise.
3498 * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: Likewise.
3499 * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: Likewise.
3500 * sysdeps/sparc/sparc32/fpu/s_signbitl.S: Likewise.
3501 * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
3502 * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S: Likewise.
3503
ce9f10f7
SP
3504 * nptl/lowlevellock.c: Use IS_IN instead of IS_IN_libpthread.
3505 * nptl/pthreadP.h: Likewise.
3506 * nptl_db/structs.def: Likewise.
3507 * sysdeps/arm/sysdep.h: Likewise.
3508 * sysdeps/nptl/bits/libc-lock.h: Likewise.
3509 * sysdeps/nptl/bits/libc-lockP.h: Likewise.
3510 * sysdeps/sparc/sparc32/lowlevellock.c: Likewise.
3511 * sysdeps/unix/alpha/sysdep.h: Likewise.
3512 * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
3513 * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
3514 * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
3515 * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
3516 * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
3517 * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
3518 * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
3519 * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
3520 * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
3521 * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
3522 * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
3523 * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
3524 * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
3525 * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
3526 * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: Likewise.
3527 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: Likewise.
3528 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
3529 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
3530 * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
3531 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
3532 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
3533 * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
3534 * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
3535 * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
3536 * sysdeps/unix/sysv/linux/x86_64/cancellation.S: Likewise.
3537 * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
3538
016afc75
SP
3539 * include/mqueue.h: Use IS_IN instead of IS_IN_librt.
3540 * nptl/pthreadP.h: Likewise.
3541 * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
3542 * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
3543 * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
3544 * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
3545 * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
3546 * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
3547 * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
3548 * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
3549 * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
3550 * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
3551 * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
3552 * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
3553 * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
3554 Likewise.
3555 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
3556 Likewise.
3557 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
3558 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
3559 * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
3560 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
3561 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
3562 * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
3563 * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
3564 * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
3565
9b42a0b3
SP
3566 * dlfcn/dladdr.c: Use IS_IN.
3567 * dlfcn/dladdr1.c: Likewise.
3568 * dlfcn/dlclose.c: Likewise.
3569 * dlfcn/dlerror.c: Likewise.
3570 * dlfcn/dlinfo.c: Likewise.
3571 * dlfcn/dlmopen.c: Likewise.
3572 * dlfcn/dlopen.c: Likewise.
3573 * dlfcn/dlsym.c: Likewise.
3574 * dlfcn/dlvsym.c: Likewise.
3575
85f36372
SP
3576 * include/ifaddrs.h: Use IS_IN.
3577 * inet/check_pf.c: Likewise.
3578 * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
3579 * nscd/Makefile (CPPFLAGS-nscd): Remove IS_IN_nscd.
3580
fb6784e3
SP
3581 * elf/Makefile (CFLAGS-ldconfig.c): Remove definition of
3582 IS_IN_ldconfig.
3583 * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.c: Use IS_IN.
3584 * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.h: Likewise.
3585
2886d2d1
SP
3586 * include/shlib-compat.h [!NOT_IN_libc]: Remove.
3587 * nss/nss_files/files-parse.c (IS_IN_libc): Replace with
3588 IS_IN (libc).
3589
9a484857
SP
3590 * elf/Makefile (libof-sotruss-lib): Set as extramodules.
3591
a10178bd
SP
3592 * elf/Makefile (CPPFLAGS-.os): Remove IN_LIB.
3593 * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
3594 * extra-lib.mk (CPPFLAGS-$(lib)): Likewise.
3595 * include/libc-symbols.h (IS_IN_LIB): New macro.
3596 * include/errno.h: Use IS_IN_LIB instead of IN_LIB.
3597 * include/netdb.h: Likewise.
3598 * include/stap-probe.h: Remove all uses of IN_LIB.
3599
279bc5b3
SP
3600 * Makeconfig (module-cppflags-real): Define MODULE_NAME
3601 instead of IN_MODULE.
3602 * include/libc-symbols.h (IN_MODULE): Define using
3603 MODULE_NAME.
3604 (PASTE_NAME, PASTE_NAME1): New macros.
3605 * include/stap-probe.h (LIBC_PROBE_1): Use MODULE_NAME instead
3606 of IN_LIB.
3607 (STAP_PROBE_ASM): Likewise.
3608
e0cfa510
ST
36092014-11-23 Samuel Thibault <samuel.thibault@ens-lyon.org>
3610
3611 * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Call
3612 __mach_init in dlopened libc.
3613
34d97d87
MF
36142014-11-22 Mike Frysinger <vapier@gentoo.org>
3615
3616 * sysdeps/arm/preconfigure.ac: Delete EABI check.
3617 * sysdeps/arm/preconfigure: Regenerate.
3618
33cd1f74
RM
36192014-11-21 Roland McGrath <roland@hack.frob.com>
3620
3621 * nptl/pthread_create.c (__pthread_create_2_1): Set
3622 ATTR_FLAG_POLICY_SET and/or ATTR_FLAG_SCHED_SET in PD->flags
3623 when copying values from IATTR into PD.
3624
8c230039
WN
36252014-11-21 Will Newton <will.newton@linaro.org>
3626 Andrew Pinski <andrew.pinski@caviumnetworks.com>
3627
6d3db89b
AP
3628 * sysdeps/aarch64/dl-machine.h (elf_machine_load_address):
3629 Refactor inline-asm. Also add comment.
3630
01194ba1
WN
3631 * sysdeps/aarch64/bits/link.h (la_aarch64_gnu_pltenter): Use
3632 ElfW macro instead of hardcoded Elf64 types.
3633 (la_aarch64_gnu_pltenter): Likewise.
3634 * sysdeps/aarch64/dl-machine.h
3635 (elf_machine_runtime_setup): Use ElfW(Addr).
3636
8c230039
WN
3637 * elf/elf.h (R_AARCH64_P32_ABS32, R_AARCH64_P32_COPY,
3638 R_AARCH64_P32_GLOB_DAT, R_AARCH64_P32_JUMP_SLOT,
3639 R_AARCH64_P32_RELATIVE, R_AARCH64_P32_TLS_DTPMOD,
3640 R_AARCH64_P32_TLS_DTPREL, R_AARCH64_P32_TLS_TPREL,
3641 R_AARCH64_P32_TLSDESC, R_AARCH64_P32_IRELATIVE): Define.
3642 (R_AARCH64_TLS_DTPMOD64): Rename to ..
3643 (R_AARCH64_TLS_DTPMOD): This.
3644 (R_AARCH64_TLS_DTPREL64): Rename to ...
3645 (R_AARCH64_TLS_DTPREL): This.
3646 (R_AARCH64_TLS_TPREL64): Rename to ...
3647 (R_AARCH64_TLS_TPREL): This.
3648 * sysdeps/aarch64/dl-machine.h (elf_machine_type_class): Update
3649 R_AARCH64_TLS_DTPMOD64, R_AARCH64_TLS_DTPREL64, and
3650 R_AARCH64_TLS_TPREL64.
3651 (elf_machine_rela): Likewise.
3652
0d79fa53
TR
36532014-11-21 Torvald Riegel <triegel@redhat.com>
3654
3655 * sysdeps/microblaze/bits/atomic.h (__HAVE_64B_ATOMICS): Fix value
3656 by setting it to 0. 64b atomics are not supported currently.
3657
b59d114b
AO
36582014-11-21 Alexandre Oliva <aoliva@redhat.com>
3659
3660 [BZ #16469]
3661 * resolv/res_query.c (__libc_res_nsearch): Skip leading dot in
3662 search domain names.
3663
f3d945d5
AO
36642014-11-21 Alexandre Oliva <aoliva@redhat.com>
3665
3666 [BZ #16469]
3667 * NEWS: Update.
3668 * resolv/res_query.c (__libc_res_nquerydomain): Retain
3669 trailing dot.
3670 * posix/tst-getaddrinfo5.c: New.
3671 * posix/Makefile (tests): Add it.
3672
49698902
AO
36732014-11-21 Alexandre Oliva <aoliva@redhat.com>
3674
3675 [BZ #14498]
3676 * NEWS: Fixed.
3677 * nss/nss_db/db-XXX.c (_nss_db_get##name##_r): Update hidx
3678 after parsing line but before break_if_match.
3679 * nss/nss_files/files-service (DB_LOOKUP): Don't "continue;"
3680 if there is a protocol mismatch.
3681
81959214
MS
36822014-11-21 Ma Shimiao <mashimiao.fnst@cn.fujitsu.com>
3683
3684 * manual/sysinfo.texi (addmntent): It is actually MT-Safe,
3685 because the potential race is on the user-supplied stream.
3686
7729e0e9
AO
36872014-11-21 Alexandre Oliva <aoliva@redhat.com>
3688
3689 * sysdeps/posix/ctermid.c (ctermid): Return a pointer to a
3690 string literal if not passed a buffer.
3691 * manual/job.texi (ctermid): Update reasoning, note deviation
3692 from posix, suggest mtasurace when not passed a buffer, for
3693 future non-preliminary safety notes.
3694
a4ea5e28
AO
36952014-11-21 Alexandre Oliva <aoliva@redhat.com>
3696
3697 * manual/users.texi (cuserid): Fix MT-Safety note for the case
3698 of not passing it a buffer.
3699 Reported by Peng Haitao.
3700
a2b581cb
AO
37012014-11-21 Alexandre Oliva <aoliva@redhat.com>
3702
3703 * manual/Makefile ($(objpfx)stamp-summary): Require
3704 check-safety.sh to pass.
3705 * manual/check-safety.sh: Wish for verification that every
3706 @deftypefn and @deftypefun is followed by a @safety remark.
3707
f214ff74
RM
37082014-11-20 Roland McGrath <roland@hack.frob.com>
3709
7f0dfae0
RM
3710 * nptl/unwind.c (unwind_cleanup): Use __libc_fatal.
3711
2f531bbb
RM
3712 * nptl/pthread_setcanceltype.c [!SIGCANCEL]: Return ENOTSUP early for
3713 PTHREAD_CANCEL_ASYNCHRONOUS.
3714 * nptl/pthread_cancel.c [!SIGCANCEL]: Just abort rather than trying to
3715 send SIGCANCEL.
3716
f214ff74
RM
3717 * nptl/default-sched.h: New file.
3718 * sysdeps/unix/sysv/linux/default-sched.h: New file.
3719 * nptl/pthread_create.c: Include it.
3720 (__pthread_create_2_1): Use collect_default_sched instead of making
3721 Linux syscalls here directly.
3722
e37c91d4
TR
37232014-11-20 Torvald Riegel <triegel@redhat.com>
3724
3725 * nptl/pthread_once.c (clear_once_control, __pthread_once_slow,
3726 __pthread_once): Use C11 atomics.
3727
1eccfecd
TR
37282014-11-20 Torvald Riegel <triegel@redhat.com>
3729
3730 * csu/tst-atomic.c (do_test): Add tests for C11-like atomics.
3731
ff871426
TR
37322014-11-20 Torvald Riegel <triegel@redhat.com>
3733
3734 * include/atomic.h (__atomic_link_error, __atomic_check_size,
3735 atomic_thread_fence_acquire, atomic_thread_fence_release,
3736 atomic_thread_fence_seq_cst, atomic_load_relaxed,
3737 atomic_load_acquire, atomic_store_relaxed, atomic_store_release,
3738 atomic_compare_exchange_weak_relaxed,
3739 atomic_compare_exchange_weak_acquire,
3740 atomic_compare_exchange_weak_release,
3741 atomic_exchange_acquire, atomic_exchange_release,
3742 atomic_fetch_add_relaxed, atomic_fetch_add_acquire,
3743 atomic_fetch_add_release, atomic_fetch_add_acq_rel,
3744 atomic_fetch_and_acquire,
3745 atomic_fetch_or_relaxed, atomic_fetch_or_acquire): New.
3746
1ea339b6
TR
37472014-11-20 Torvald Riegel <triegel@redhat.com>
3748
3749 * sysdeps/aarch64/bits/atomic.h (__HAVE_64B_ATOMICS,
3750 USE_ATOMIC_COMPILER_BUILTINS): Define.
3751 * sysdeps/alpha/bits/atomic.h (__HAVE_64B_ATOMICS,
3752 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3753 * sysdeps/arm/bits/atomic.h (__HAVE_64B_ATOMICS,
3754 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3755 * sysdeps/i386/i486/bits/atomic.h (__HAVE_64B_ATOMICS,
3756 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3757 * sysdeps/ia64/bits/atomic.h (__HAVE_64B_ATOMICS,
3758 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3759 * sysdeps/m68k/coldfire/bits/atomic.h (__HAVE_64B_ATOMICS,
3760 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3761 * sysdeps/m68k/m680x0/m68020/bits/atomic.h (__HAVE_64B_ATOMICS,
3762 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3763 * sysdeps/microblaze/bits/atomic.h (__HAVE_64B_ATOMICS,
3764 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3765 * sysdeps/mips/bits/atomic.h (__HAVE_64B_ATOMICS,
3766 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3767 * sysdeps/powerpc/powerpc32/bits/atomic.h (__HAVE_64B_ATOMICS,
3768 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3769 * sysdeps/powerpc/powerpc64/bits/atomic.h (__HAVE_64B_ATOMICS,
3770 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3771 * sysdeps/s390/bits/atomic.h (__HAVE_64B_ATOMICS,
3772 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3773 * sysdeps/sparc/sparc32/bits/atomic.h (__HAVE_64B_ATOMICS,
3774 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3775 * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (__HAVE_64B_ATOMICS,
3776 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3777 * sysdeps/sparc/sparc64/bits/atomic.h (__HAVE_64B_ATOMICS,
3778 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3779 * sysdeps/tile/tilegx/bits/atomic.h (__HAVE_64B_ATOMICS,
3780 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3781 * sysdeps/tile/tilepro/bits/atomic.h (__HAVE_64B_ATOMICS,
3782 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3783 * sysdeps/unix/sysv/linux/hppa/bits/atomic.h (__HAVE_64B_ATOMICS,
3784 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3785 * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h
3786 (__HAVE_64B_ATOMICS, USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3787 * sysdeps/unix/sysv/linux/sh/bits/atomic.h (__HAVE_64B_ATOMICS,
3788 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3789 * sysdeps/x86_64/bits/atomic.h (__HAVE_64B_ATOMICS,
3790 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3791
cbd463e2
RM
37922014-11-19 Roland McGrath <roland@hack.frob.com>
3793
d960211f
RM
3794 * nptl/pthread_create.c (__pthread_create_2_1): Don't try to validate
3795 the sched_priority value here. It was already checked when the user
3796 called pthread_attr_setschedparam.
3797
cbd463e2
RM
3798 * nptl/tst-bad-schedattr.c: New file.
3799 * nptl/Makefile (tests): Add it.
3800
a39208bd
CD
38012014-11-19 Carlos O'Donell <carlos@redhat.com>
3802 Florian Weimer <fweimer@redhat.com>
3803 Joseph Myers <joseph@codesourcery.com>
3804 Adam Conrad <adconrad@0c3.net>
3805 Andreas Schwab <schwab@suse.de>
3806 Brooks <bmoses@google.com>
3807
3808 [BZ #17625]
3809 * wordexp-test.c (__dso_handle): Add prototype.
3810 (__register_atfork): Likewise.
3811 (__app_register_atfork): New function.
3812 (registered_forks): New global.
3813 (register_fork): New function.
3814 (test_case): Add 3 new tests for WRDE_CMDSUB.
3815 (main): Call __app_register_atfork.
3816 (testit): If WRDE_NOCMD set registered_forks to zero, run test, and if
3817 fork count is non-zero fail the test.
3818 * posix/wordexp.c (exec_comm): Return WRDE_CMDSUB if WRDE_NOCMD flag
3819 is set.
3820 (parse_dollars): Remove check for WRDE_NOCMD.
3821 (parse_dquote): Likewise.
3822
9cd47470
SP
38232014-11-19 Siddhesh Poyarekar <siddhesh@redhat.com>
3824
130ac68c
SP
3825 * Makeconfig (built-modules): List non-library modules to be
3826 built.
3827 (module-cppflags): Include libc-modules.h for
3828 everything except shlib-versions.v.i.
3829 (CPPFLAGS): Use it.
3830 (before-compile): Add libc-modules.h.
3831 ($(common-objpfx)libc-modules.h,
3832 $(common-objpfx)libc-modules.stmp): New targets.
3833 (common-generated): Add libc-modules.h and libc-modules.stmp.
3834 ($(common-objpfx)Versions.v.i): Depend on libc-modules.h.
3835 * include/libc-symbols.h: Don't include libc-modules.h.
3836 * include/libc-modules.h: Remove file.
3837 * scripts/gen-libc-modules.awk: New script to generate
3838 libc-modules.h.
3839 * sysdeps/unix/Makefile ($(common-objpfx)sysd-syscalls):
3840 Depend on libc-modules.stmp.
3841
286663c3
SP
3842 * include/shlib-compat.h (_SHLIB_COMPAT): Use IS_IN.
3843
9cd47470
SP
3844 * Makeconfig (in-module): Get value of libof set for the
3845 translation unit.
3846 (CPPFLAGS): Use $(in-module).
3847 * Makerules: Don't suffix routine names for nonlib.
3848 * include/libc-modules.h: New file.
3849 * include/libc-symbols.h: Include libc-modules.h
3850 (IS_IN): New macro to replace IS_IN_* macros.
3851 * elf/Makefile: Set libof-* for each routine.
3852 * elf/rtld-Rules: Likewise.
3853 * extra-modules.mk: Likewise.
3854 * iconv/Makefile: Likewise.
3855 * iconvdata/Makefile: Likewise.
3856 * locale/Makefile: Likewise.
3857 * malloc/Makefile: Likewise.
3858 * nss/Makefile: Likewise.
3859 * sysdeps/gnu/Makefile: Likewise.
3860 * sysdeps/ieee754/ldbl-opt/Makefile: Likewise.
3861 * sysdeps/unix/sysv/linux/Makefile: Likewise.
3862 * sysdeps/s390/s390-64/Makefile: Likewise.
3863 * nscd/Makefile: Set libof-* for each routine. Set CFLAGS and
3864 CPPFLAGS for nscd instead of nonlib.
3865
32fed10f
RM
38662014-11-18 Roland McGrath <roland@hack.frob.com>
3867
d71035bd
RM
3868 * nptl/createthread.c: New file.
3869
6540b991
RM
3870 * nptl/createthread.c: Moved ...
3871 * sysdeps/unix/sysv/linux/createthread.c: ... here.
3872
32fed10f
RM
3873 * nptl/createthread.c: Add proper top-line comment.
3874 (do_clone): Folded into ...
3875 (create_thread): ... here. Take new arguments STOPPED_START and
3876 THREAD_RAN. Always set PD->stopped_start to something here. Don't
3877 increment __nptl_threads, do event-reporting logic, do
3878 CHECK_THREAD_SYSINFO, or set THREAD_SELF->header.multiple_threads
3879 here. Set *THREAD_RAN after ARCH_CLONE call succeeds. Don't do any
3880 resource cleanup if sched_setaffinity or sched_setscheduler fails,
3881 just send SIGCANCEL.
3882 * nptl/pthread_create.c: Forward-declare create_thread before
3883 including createthread.c.
3884 (start_thread): Use new macro START_THREAD_DEFN to replace defining
3885 declaration, and new macro START_THREAD_SELF to replace argument.
3886 Remove return statement.
3887 (report_thread_creation): New function.
3888 (__pthread_create_2_1): Use it. Do TD_CREATE reporting,
3889 synchronization logic, and __nptl_nthreads increment here, around
3890 calling create_thread. Do CHECK_THREAD_SYSINFO and initialize
3891 PD->parent_cancelhandling here, before create_thread. When
3892 create_thread fails, do __nptl_nthreads decrement, setxid_futex wake,
3893 __deallocate_stack, and ENOMEM translation here.
3894
107a5bf0
JM
38952014-11-18 Joseph Myers <joseph@codesourcery.com>
3896
3897 [BZ #17616]
3898 * sysdeps/ieee754/dbl-64/mpa.c (mpone): Rename to __mpone.
3899 (mptwo): Rename to __mptwo.
3900 (__inv): Use __mptwo instead of mptwo.
3901 * sysdeps/ieee754/dbl-64/mpa.h (mpone): Rename to __mpone.
3902 (mptwo): Rename to __mptwo.
3903 * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __mpone instead
3904 of mpone and __mptwo instead of mptwo.
3905 * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Use __mpone
3906 instead of mpone.
3907 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
3908 * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Likewise.
3909 * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use __mpone instead
3910 of mpone and __mptwo instead of mptwo.
3911 (__mpranred): Use __mpone instead of mpone.
3912 * conform/Makefile (test-xfail-ISO/math.h/linknamespace): Remove
3913 variable.
3914 (test-xfail-ISO99/complex.h/linknamespace): Likewise.
3915 (test-xfail-ISO99/math.h/linknamespace): Likewise.
3916 (test-xfail-ISO99/tgmath.h/linknamespace): Likewise.
3917 (test-xfail-ISO11/complex.h/linknamespace): Likewise.
3918 (test-xfail-ISO11/math.h/linknamespace): Likewise.
3919 (test-xfail-ISO11/tgmath.h/linknamespace): Likewise.
3920 (test-xfail-XPG3/math.h/linknamespace): Likewise.
3921 (test-xfail-XPG4/math.h/linknamespace): Likewise.
3922 (test-xfail-POSIX/math.h/linknamespace): Likewise.
3923 (test-xfail-UNIX98/math.h/linknamespace): Likewise.
3924 (test-xfail-XOPEN2K/complex.h/linknamespace): Likewise.
3925 (test-xfail-XOPEN2K/math.h/linknamespace): Likewise.
3926 (test-xfail-XOPEN2K/tgmath.h/linknamespace): Likewise.
3927 (test-xfail-POSIX2008/complex.h/linknamespace): Likewise.
3928 (test-xfail-POSIX2008/math.h/linknamespace): Likewise.
3929 (test-xfail-POSIX2008/tgmath.h/linknamespace): Likewise.
3930 (test-xfail-XOPEN2K8/complex.h/linknamespace): Likewise.
3931 (test-xfail-XOPEN2K8/math.h/linknamespace): Likewise.
3932 (test-xfail-XOPEN2K8/tgmath.h/linknamespace): Likewise.
3933
3b679ab3
TV
39342014-11-18 Tom de Vries <tom@codesoucery.com>
3935
3936 * manual/signal.texi (Primitives Interrupted by Signals): In section,
3937 replace BSD Handler xref with BSD Signal Handling.
4886f341
RH
3938
39392014-11-17 Richard Henderson <rth@redhat.com>
3940
3941 * sysdeps/alpha/soft-fp/local-soft-fp.h (_FP_UNPACK_RAW_2): Remove.
3942 (_FP_PACK_RAW_2): Remove.
3943 (AXP_DECL_RETURN_Q): Rename from FP_DECL_RETURN, use _FP_UNION_Q.
3944 (AXP_RETURN_Q): Rename from FP_RETURN, use _FP_UNION_Q.
3945 (AXP_UNPACK_RAW_Q, AXP_UNPACK_SEMIRAW_Q, AXP_UNPACK_Q): New.
3946 (AXP_PACK_RAW_Q, AXP_PACK_SEMIRAW_Q, AXP_PACK_Q): New.
3947 * sysdeps/alpha/soft-fp/ots_add.c (_OtsAddX): Update to match.
3948 * sysdeps/alpha/soft-fp/ots_cmp.c (internal_equality): Likewise.
3949 * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Likewise.
3950 * sysdeps/alpha/soft-fp/ots_cvtqux.c (_OtsCvtQUX): Likewise.
3951 * sysdeps/alpha/soft-fp/ots_cvtqx.c (_OtsCvtQX): Likewise.
3952 * sysdeps/alpha/soft-fp/ots_cvttx.c (_OtsConvertFloatTX): Likewise.
3953 * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Likewise.
3954 * sysdeps/alpha/soft-fp/ots_cvtxt.c (_OtsConvertFloatXT): Likewise.
3955 * sysdeps/alpha/soft-fp/ots_div.c (_OtsDivX): Likewise.
3956 * sysdeps/alpha/soft-fp/ots_mul.c (_OtsMulX): Likewise.
3957 * sysdeps/alpha/soft-fp/ots_nintxq.c (_OtsNintXQ): Likewise.
3958 * sysdeps/alpha/soft-fp/ots_sub.c (_OtsSubX): Likewise.
3959
0781a777
RM
39602014-11-14 Roland McGrath <roland@hack.frob.com>
3961
3962 * signal/signal.h [__USE_MISC]
3963 (struct sigvec): Remove type.
3964 (SV_ONSTACK, SV_INTERRUPT, SV_RESETHAND): Remove macros.
3965 (sigvec): Remove declaration.
3966 * sysdeps/posix/sigvec.c: Moved ...
3967 * signal/sigvec.c: ... here, replacing old file.
3968 (struct sigvec): New type, copied from old signal.h definition.
3969 (SV_ONSTACK, SV_INTERRUPT, SV_RESETHAND): New macros, likewise copied.
3970 (__sigvec): Convert definition to prototype.
3971 (sigvec): Replace weak_alias with compat_symbol.
3972 * signal/Versions (libc: GLIBC_2.21): New version set.
3973 * include/signal.h: Remove __sigvec declaration.
3974 * sysdeps/unix/bsd/sigvec.c: Remove file.
3975 * sysdeps/unix/bsd/syscalls.list: Remove sigvec.
3976 * manual/signal.texi (BSD Handler): Remove subsection.
3977 Move siginterrupt up to ...
3978 (BSD Signal Handling): ... here. Mark it as XPG rather than BSD.
3979 (Blocking in BSD): Fold subsection into its parent.
3980 * NEWS: Mention sigvec removal.
3981
a4733812
JM
39822014-11-14 Joseph Myers <joseph@codesourcery.com>
3983
5ae4fe60
JM
3984 * sysdeps/x86_64/fpu/dla.h [__FMA4__ && __GNUC_PREREQ (4, 6)]
3985 (DLA_FMS): Make definition conditional only on [__FMA4__].
3986 [__FMA4__ && !__GNUC_PREREQ (4, 6)] (DLA_FMS): Remove conditional
3987 definition.
3988
6a0dd472
JM
3989 * sysdeps/arm/sysdep.h [PROF && __GNUC_PREREQ(4,4)] (CALL_MCOUNT):
3990 Make definition conditional only on [PROF].
3991 [PROF && !__GNUC_PREREQ(4,4)] (CALL_MCOUNT): Remove conditional
3992 definition.
3993 [__GNUC_PREREQ(4,4)] (mcount): Make definition unconditional.
3994 [!__GNUC_PREREQ(4,4)] (mcount): Remove conditional definition.
3995
a4733812
JM
3996 * signal/signal.h (__sigpause): Only declare if [__USE_XOPEN &&
3997 !__GNUC__].
3998 * include/signal.h (__sigpause): Move declaration above call to
3999 libc_hidden_proto.
4000 * conform/Makefile (test-xfail-ISO/signal.h/linknamespace): Remove
4001 variable.
4002 (test-xfail-ISO99/signal.h/linknamespace): Likewise.
4003 (test-xfail-ISO11/signal.h/linknamespace): Likewise.
4004
cf7246dd
DM
40052014-11-14 David S. Miller <davem@davemloft.net>
4006
4007 * sysdeps/sparc/sparc64/rtld-memcpy.c (NO_MEMPCPY_STPCPY_REDIRECT):
4008 Define before including <string/memcpy.c> and <string/mempcpy.c>.
4009
c1b0aadc
JM
40102014-11-14 Joseph Myers <joseph@codesourcery.com>
4011
4863355a
JM
4012 * configure.ac (libc_cv_compiler_ok): Require GCC 4.6 or later.
4013 * configure: Regenerated.
4014 * manual/install.texi (Tools for Compilation): Document a
4015 requirement of GCC 4.6 or later and that GCC 4.9 is the newest
4016 compiler verified to work.
4017 * INSTALL: Regenerated.
4018
c1b0aadc
JM
4019 * include/string.h [NO_MEMPCPY_STPCPY_REDIRECT] (mempcpy): Do not
4020 redeclare with asm name.
4021 [NO_MEMPCPY_STPCPY_REDIRECT] (stpcpy): Likewise.
4022 * string/mempcpy.c (NO_MEMPCPY_STPCPY_REDIRECT): Define before
4023 including <string.h>.
4024 * string/stpcpy.c (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
4025 * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c
4026 [!NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
4027 * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c
4028 [!NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
4029 * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c
4030 [SHARED && !NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
4031
2a1cfd94
JM
40322014-11-13 Joseph Myers <joseph@codesourcery.com>
4033
bf438382
JM
4034 * stdlib/strtol.c (__strtol): Use prototype definition.
4035
2a1cfd94
JM
4036 [BZ #17594]
4037 * stdlib/strtol.c (SYM__): New macro.
4038 (SYM__1): Likewise.
4039 (__strtol): Likewise.
4040 (strtol): Rename to __strtol and define as weak alias of
4041 __strtol. Use libc_hidden_weak.
4042
20ed0d26
SL
40432014-11-13 Stefan Liebler <stli@linux.vnet.ibm.com>
4044
4045 * sysdeps/s390/s390-32/dl-machine.h (RTLD_START):
4046 Use numbered labels in inline assembly.
4047
53244a4e
SL
40482014-11-13 Stefan Liebler <stli@linux.vnet.ibm.com>
4049
4050 * sysdeps/s390/s390-32/setjmp.S (__sigsetjmp):
4051 Add setjmp LIBC_PROBE.
4052 * sysdeps/s390/s390-64/setjmp.S (__sigsetjmp):
4053 Likewise.
4054 * sysdeps/s390/s390-32/__longjmp.c (__longjmp):
4055 Add longjmp, longjmp_target LIBC_PROBE.
4056 * sysdeps/s390/s390-64/__longjmp.c (__longjmp):
4057 Likewise.
4058
47df8251
SL
40592014-11-13 Stefan Liebler <stli@linux.vnet.ibm.com>
4060
4061 * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
4062 Gate the definition of refsym additionally with !RTLD_BOOTSTRAP
4063 to get rid of unused variable warning.
4064
618cebef
SL
40652014-11-13 Stefan Liebler <stli@linux.vnet.ibm.com>
4066
4067 * sysdeps/s390/s390-32/backtrace.c (__backtrace):
4068 Check for unwind_backtrace == NULL only in SHARED case.
4069 (__backchain_backtrace): Compile only in SHARED case.
4070 * sysdeps/s390/s390-64/backtrace.c (__backtrace):
4071 Likewise.
4072 (__backchain_backtrace): Declare as static.
4073
c6aab2cb
RM
40742014-11-12 Roland McGrath <roland@hack.frob.com>
4075
4076 * nptl/createthread.c [!TLS_MULTIPLE_THREADS_IN_TCB]
4077 (__libc_multiple_threads_ptr): Variable moved ...
4078 * nptl/nptl-init.c [!TLS_MULTIPLE_THREADS_IN_TCB]: ... here.
4079
5a6fa4d7
JM
40802014-11-12 Joseph Myers <joseph@codesourcery.com>
4081
24f4f825
JM
4082 * conform/GlibcConform.pm: New file.
4083 * conform/conformtest.pl: Use GlibcConform module.
4084 * conform/linknamespace.pl: New file.
4085 * conform/list-header-symbols.pl: Likewise.
4086 * conform/Makefile (linknamespace-symlists-base): New variable.
4087 (linknamespace-symlists-tests): Likewise.
4088 (linknamespace-header-base): Likewise.
4089 (linknamespace-header-tests): Likewise.
4090 (tests-special): Add new tests.
4091 ($(linknamespace-symlists-tests)): New rule.
4092 (linknamespace-libs): New variable.
4093 ($(objpfx)symlist-stdlibs): New rule.
4094 ($(linknamespace-header-tests)): Likewise.
4095 (test-xfail-XPG3/varargs.h/linknamespace): New variable.
4096 (test-xfail-XPG4/varargs.h/linknamespace): Likewise.
4097 (test-xfail-UNIX98/varargs.h/linknamespace): Likewise.
4098 (test-xfail-XPG4/ndbm.h/linknamespace): Likewise.
4099 (test-xfail-UNIX98/ndbm.h/linknamespace): Likewise.
4100 (test-xfail-XOPEN2K/ndbm.h/linknamespace): Likewise.
4101 (test-xfail-XOPEN2K8/ndbm.h/linknamespace): Likewise.
4102 (test-xfail-ISO/math.h/linknamespace): Likewise.
4103 (test-xfail-ISO/signal.h/linknamespace): Likewise.
4104 (test-xfail-ISO/stdio.h/linknamespace): Likewise.
4105 (test-xfail-ISO/time.h/linknamespace): Likewise.
4106 (test-xfail-ISO99/complex.h/linknamespace): Likewise.
4107 (test-xfail-ISO99/ctype.h/linknamespace): Likewise.
4108 (test-xfail-ISO99/math.h/linknamespace): Likewise.
4109 (test-xfail-ISO99/signal.h/linknamespace): Likewise.
4110 (test-xfail-ISO99/stdio.h/linknamespace): Likewise.
4111 (test-xfail-ISO99/tgmath.h/linknamespace): Likewise.
4112 (test-xfail-ISO11/complex.h/linknamespace): Likewise.
4113 (test-xfail-ISO11/ctype.h/linknamespace): Likewise.
4114 (test-xfail-ISO11/math.h/linknamespace): Likewise.
4115 (test-xfail-ISO11/signal.h/linknamespace): Likewise.
4116 (test-xfail-ISO11/stdio.h/linknamespace): Likewise.
4117 (test-xfail-ISO11/tgmath.h/linknamespace): Likewise.
4118 (test-xfail-XPG3/ctype.h/linknamespace): Likewise.
4119 (test-xfail-XPG3/fnmatch.h/linknamespace): Likewise.
4120 (test-xfail-XPG3/glob.h/linknamespace): Likewise.
4121 (test-xfail-XPG3/math.h/linknamespace): Likewise.
4122 (test-xfail-XPG3/regex.h/linknamespace): Likewise.
4123 (test-xfail-XPG3/search.h/linknamespace): Likewise.
4124 (test-xfail-XPG3/stdio.h/linknamespace): Likewise.
4125 (test-xfail-XPG3/time.h/linknamespace): Likewise.
4126 (test-xfail-XPG3/unistd.h/linknamespace): Likewise.
4127 (test-xfail-XPG3/wordexp.h/linknamespace): Likewise.
4128 (test-xfail-XPG4/ctype.h/linknamespace): Likewise.
4129 (test-xfail-XPG4/fmtmsg.h/linknamespace): Likewise.
4130 (test-xfail-XPG4/fnmatch.h/linknamespace): Likewise.
4131 (test-xfail-XPG4/glob.h/linknamespace): Likewise.
4132 (test-xfail-XPG4/grp.h/linknamespace): Likewise.
4133 (test-xfail-XPG4/libgen.h/linknamespace): Likewise.
4134 (test-xfail-XPG4/math.h/linknamespace): Likewise.
4135 (test-xfail-XPG4/netdb.h/linknamespace): Likewise.
4136 (test-xfail-XPG4/pwd.h/linknamespace): Likewise.
4137 (test-xfail-XPG4/regex.h/linknamespace): Likewise.
4138 (test-xfail-XPG4/search.h/linknamespace): Likewise.
4139 (test-xfail-XPG4/stdio.h/linknamespace): Likewise.
4140 (test-xfail-XPG4/stdlib.h/linknamespace): Likewise.
4141 (test-xfail-XPG4/sys/mman.h/linknamespace): Likewise.
4142 (test-xfail-XPG4/sys/statvfs.h/linknamespace): Likewise.
4143 (test-xfail-XPG4/syslog.h/linknamespace): Likewise.
4144 (test-xfail-XPG4/time.h/linknamespace): Likewise.
4145 (test-xfail-XPG4/unistd.h/linknamespace): Likewise.
4146 (test-xfail-XPG4/wordexp.h/linknamespace): Likewise.
4147 (test-xfail-POSIX/aio.h/linknamespace): Likewise.
4148 (test-xfail-POSIX/fnmatch.h/linknamespace): Likewise.
4149 (test-xfail-POSIX/glob.h/linknamespace): Likewise.
4150 (test-xfail-POSIX/math.h/linknamespace): Likewise.
4151 (test-xfail-POSIX/mqueue.h/linknamespace): Likewise.
4152 (test-xfail-POSIX/pthread.h/linknamespace): Likewise.
4153 (test-xfail-POSIX/regex.h/linknamespace): Likewise.
4154 (test-xfail-POSIX/sched.h/linknamespace): Likewise.
4155 (test-xfail-POSIX/semaphore.h/linknamespace): Likewise.
4156 (test-xfail-POSIX/sys/mman.h/linknamespace): Likewise.
4157 (test-xfail-POSIX/time.h/linknamespace): Likewise.
4158 (test-xfail-POSIX/unistd.h/linknamespace): Likewise.
4159 (test-xfail-POSIX/wordexp.h/linknamespace): Likewise.
4160 (test-xfail-UNIX98/aio.h/linknamespace): Likewise.
4161 (test-xfail-UNIX98/ctype.h/linknamespace): Likewise.
4162 (test-xfail-UNIX98/fmtmsg.h/linknamespace): Likewise.
4163 (test-xfail-UNIX98/fnmatch.h/linknamespace): Likewise.
4164 (test-xfail-UNIX98/glob.h/linknamespace): Likewise.
4165 (test-xfail-UNIX98/grp.h/linknamespace): Likewise.
4166 (test-xfail-UNIX98/libgen.h/linknamespace): Likewise.
4167 (test-xfail-UNIX98/math.h/linknamespace): Likewise.
4168 (test-xfail-UNIX98/mqueue.h/linknamespace): Likewise.
4169 (test-xfail-UNIX98/netdb.h/linknamespace): Likewise.
4170 (test-xfail-UNIX98/pthread.h/linknamespace): Likewise.
4171 (test-xfail-UNIX98/pwd.h/linknamespace): Likewise.
4172 (test-xfail-UNIX98/regex.h/linknamespace): Likewise.
4173 (test-xfail-UNIX98/sched.h/linknamespace): Likewise.
4174 (test-xfail-UNIX98/search.h/linknamespace): Likewise.
4175 (test-xfail-UNIX98/semaphore.h/linknamespace): Likewise.
4176 (test-xfail-UNIX98/stdio.h/linknamespace): Likewise.
4177 (test-xfail-UNIX98/stdlib.h/linknamespace): Likewise.
4178 (test-xfail-UNIX98/sys/mman.h/linknamespace): Likewise.
4179 (test-xfail-UNIX98/sys/statvfs.h/linknamespace): Likewise.
4180 (test-xfail-UNIX98/syslog.h/linknamespace): Likewise.
4181 (test-xfail-UNIX98/time.h/linknamespace): Likewise.
4182 (test-xfail-UNIX98/unistd.h/linknamespace): Likewise.
4183 (test-xfail-UNIX98/wchar.h/linknamespace): Likewise.
4184 (test-xfail-UNIX98/wordexp.h/linknamespace): Likewise.
4185 (test-xfail-XOPEN2K/aio.h/linknamespace): Likewise.
4186 (test-xfail-XOPEN2K/complex.h/linknamespace): Likewise.
4187 (test-xfail-XOPEN2K/fcntl.h/linknamespace): Likewise.
4188 (test-xfail-XOPEN2K/fmtmsg.h/linknamespace): Likewise.
4189 (test-xfail-XOPEN2K/fnmatch.h/linknamespace): Likewise.
4190 (test-xfail-XOPEN2K/glob.h/linknamespace): Likewise.
4191 (test-xfail-XOPEN2K/grp.h/linknamespace): Likewise.
4192 (test-xfail-XOPEN2K/libgen.h/linknamespace): Likewise.
4193 (test-xfail-XOPEN2K/math.h/linknamespace): Likewise.
4194 (test-xfail-XOPEN2K/mqueue.h/linknamespace): Likewise.
4195 (test-xfail-XOPEN2K/net/if.h/linknamespace): Likewise.
4196 (test-xfail-XOPEN2K/netdb.h/linknamespace): Likewise.
4197 (test-xfail-XOPEN2K/pthread.h/linknamespace): Likewise.
4198 (test-xfail-XOPEN2K/pwd.h/linknamespace): Likewise.
4199 (test-xfail-XOPEN2K/regex.h/linknamespace): Likewise.
4200 (test-xfail-XOPEN2K/search.h/linknamespace): Likewise.
4201 (test-xfail-XOPEN2K/semaphore.h/linknamespace): Likewise.
4202 (test-xfail-XOPEN2K/signal.h/linknamespace): Likewise.
4203 (test-xfail-XOPEN2K/spawn.h/linknamespace): Likewise.
4204 (test-xfail-XOPEN2K/stdlib.h/linknamespace): Likewise.
4205 (test-xfail-XOPEN2K/sys/mman.h/linknamespace): Likewise.
4206 (test-xfail-XOPEN2K/sys/statvfs.h/linknamespace): Likewise.
4207 (test-xfail-XOPEN2K/sys/wait.h/linknamespace): Likewise.
4208 (test-xfail-XOPEN2K/syslog.h/linknamespace): Likewise.
4209 (test-xfail-XOPEN2K/tgmath.h/linknamespace): Likewise.
4210 (test-xfail-XOPEN2K/time.h/linknamespace): Likewise.
4211 (test-xfail-XOPEN2K/ucontext.h/linknamespace): Likewise.
4212 (test-xfail-XOPEN2K/unistd.h/linknamespace): Likewise.
4213 (test-xfail-XOPEN2K/wordexp.h/linknamespace): Likewise.
4214 (test-xfail-POSIX2008/aio.h/linknamespace): Likewise.
4215 (test-xfail-POSIX2008/complex.h/linknamespace): Likewise.
4216 (test-xfail-POSIX2008/ctype.h/linknamespace): Likewise.
4217 (test-xfail-POSIX2008/dirent.h/linknamespace): Likewise.
4218 (test-xfail-POSIX2008/fcntl.h/linknamespace): Likewise.
4219 (test-xfail-POSIX2008/grp.h/linknamespace): Likewise.
4220 (test-xfail-POSIX2008/math.h/linknamespace): Likewise.
4221 (test-xfail-POSIX2008/mqueue.h/linknamespace): Likewise.
4222 (test-xfail-POSIX2008/net/if.h/linknamespace): Likewise.
4223 (test-xfail-POSIX2008/netdb.h/linknamespace): Likewise.
4224 (test-xfail-POSIX2008/pthread.h/linknamespace): Likewise.
4225 (test-xfail-POSIX2008/regex.h/linknamespace): Likewise.
4226 (test-xfail-POSIX2008/semaphore.h/linknamespace): Likewise.
4227 (test-xfail-POSIX2008/spawn.h/linknamespace): Likewise.
4228 (test-xfail-POSIX2008/sys/mman.h/linknamespace): Likewise.
4229 (test-xfail-POSIX2008/sys/statvfs.h/linknamespace): Likewise.
4230 (test-xfail-POSIX2008/tgmath.h/linknamespace): Likewise.
4231 (test-xfail-POSIX2008/time.h/linknamespace): Likewise.
4232 (test-xfail-POSIX2008/unistd.h/linknamespace): Likewise.
4233 (test-xfail-XOPEN2K8/aio.h/linknamespace): Likewise.
4234 (test-xfail-XOPEN2K8/complex.h/linknamespace): Likewise.
4235 (test-xfail-XOPEN2K8/dirent.h/linknamespace): Likewise.
4236 (test-xfail-XOPEN2K8/fcntl.h/linknamespace): Likewise.
4237 (test-xfail-XOPEN2K8/fmtmsg.h/linknamespace): Likewise.
4238 (test-xfail-XOPEN2K8/grp.h/linknamespace): Likewise.
4239 (test-xfail-XOPEN2K8/libgen.h/linknamespace): Likewise.
4240 (test-xfail-XOPEN2K8/math.h/linknamespace): Likewise.
4241 (test-xfail-XOPEN2K8/mqueue.h/linknamespace): Likewise.
4242 (test-xfail-XOPEN2K8/net/if.h/linknamespace): Likewise.
4243 (test-xfail-XOPEN2K8/netdb.h/linknamespace): Likewise.
4244 (test-xfail-XOPEN2K8/pthread.h/linknamespace): Likewise.
4245 (test-xfail-XOPEN2K8/pwd.h/linknamespace): Likewise.
4246 (test-xfail-XOPEN2K8/regex.h/linknamespace): Likewise.
4247 (test-xfail-XOPEN2K8/search.h/linknamespace): Likewise.
4248 (test-xfail-XOPEN2K8/semaphore.h/linknamespace): Likewise.
4249 (test-xfail-XOPEN2K8/spawn.h/linknamespace): Likewise.
4250 (test-xfail-XOPEN2K8/sys/mman.h/linknamespace): Likewise.
4251 (test-xfail-XOPEN2K8/sys/statvfs.h/linknamespace): Likewise.
4252 (test-xfail-XOPEN2K8/syslog.h/linknamespace): Likewise.
4253 (test-xfail-XOPEN2K8/tgmath.h/linknamespace): Likewise.
4254 (test-xfail-XOPEN2K8/time.h/linknamespace): Likewise.
4255 (test-xfail-XOPEN2K8/unistd.h/linknamespace): Likewise.
4256
cc67478e
JM
4257 [BZ #17589]
4258 * intl/localealias.c [_LIBC] (FGETS): Use __fgets_unlocked instead
4259 of fgets_unlocked.
4260
9975e3d3
JM
4261 [BZ #17585]
4262 * string/memmem.c [!_LIBC] (__memmem): Define to memmem.
4263 (memmem): Rename to __memmem and define as weak alias of
4264 __memmem. Use libc_hidden_weak.
4265 (__memmem): Use libc_hidden_def.
4266 * include/string.h (__memmem): Declare. Use libc_hidden_proto.
4267 * locale/findlocale.c (valid_locale_name): Use __memmem instead of
4268 memmem.
4269
c4eae752
JM
4270 [BZ #17582]
4271 * libio/iofgets.c [weak_alias && !_IO_MTSAFE_IO]
4272 (__fgets_unlocked): Add alias of _IO_fgets. Use libc_hidden_def.
4273 * libio/iofgets_u.c (fgets_unlocked): Rename to __fgets_unlocked
4274 and define as weak alias of __fgets_unlocked. Use
4275 libc_hidden_weak.
4276 (__fgets_unlocked): Use libc_hidden_def.
4277 * include/stdio.h (__fgets_unlocked): Declare. Use
4278 libc_hidden_proto.
4279 * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Use
4280 __fgets_unlocked instead of fgets_unlocked.
4281 * sysdeps/unix/sysv/linux/alpha/getsysstats.c
4282 (GET_NPROCS_CONF_PARSER): Likewise.
4283 * sysdeps/unix/sysv/linux/sparc/getsysstats.c
4284 (GET_NPROCS_CONF_PARSER): Likewise.
4285
01cad84e
JM
4286 [BZ #17574]
4287 * wcsmbs/wmemset.c (wmemset): Rename to __wmemset and define as
4288 weak alias of __wmemset. Use libc_hidden_weak.
4289 (__wmemset): Use libc_hidden_def.
4290 * include/wchar.h (__wmemset): Declare. Use libc_hidden_proto.
4291 * stdio-common/printf_fp.c (___printf_fp): Call __wmemset instead
4292 of wmemset.
4293
939da411
JM
4294 [BZ #17573]
4295 * include/string.h [NOT_IN_libc || !SHARED] (mempcpy): Declare
4296 with asm name __mempcpy.
4297 [NOT_IN_libc || !SHARED] (stpcpy): Declare with asm name __stpcpy.
4298
293d9a41
JM
4299 [BZ #17572]
4300 * sysdeps/x86_64/rawmemchr.S (rawmemchr): Rename to __rawmemchr
4301 and define as weak alias of __rawmemchr.
4302 (__rawmemchr): Do not define as strong alias of rawmemchr.
4303
bef8fd60
JM
4304 [BZ #17571]
4305 * stdlib/msort.c (qsort_r): Rename to __qsort_r and define as weak
4306 alias of __qsort_r.
4307 (qsort): Call __qsort_r instead of qsort_r.
4308 * include/stdlib.h (qsort_r): Do not call libc_hidden_proto.
4309 (__qsort_r): Declare. Call libc_hidden_proto.
4310 * sysdeps/posix/getaddrinfo.c (getaddrinfo): Call __qsort_r
4311 instead of qsort_r.
4312 * nscd/gai.c (__qsort_r): Define to qsort_r.
4313 * posix/tst-rfc3484.c (__qsort_r): Likewise.
4314 * posix/tst-rfc3484-2.c (__qsort_r): Likewise.
4315 * posix/tst-rfc3484-3.c (__qsort_r): Likewise.
4316
c52ff39e
JM
4317 [BZ #17570]
4318 * malloc/malloc.c (malloc_info): Rename to __malloc_info and
4319 define as weak alias of __malloc_info.
4320
2f5c1b00
JM
4321 [BZ #17584]
4322 * dirent/rewinddir.c (rewinddir): Rename to __rewinddir and define
4323 as weak alias of __rewinddir. Don't use libc_hidden_def.
4324 (__rewinddir): Use libc_hidden_def.
4325 * sysdeps/mach/hurd/rewinddir.c: Rename to __rewinddir and define
4326 as weak alias of __rewinddir. Don't use libc_hidden_def.
4327 (__rewinddir): Use libc_hidden_def.
4328 * sysdeps/posix/rewinddir.c: Rename to __rewinddir and define as
4329 weak alias of __rewinddir. Don't use libc_hidden_def.
4330 (__rewinddir): Use libc_hidden_def.
4331 * include/dirent.h (rewinddir): Don't use libc_hidden_proto.
4332 (__rewinddir): Use libc_hidden_proto.
4333 * sysdeps/posix/getcwd.c [!_LIBC] (__rewinddir): Define to
4334 rewinddir.
4335 (__getcwd): Use __rewinddir instead of rewinddir.
4336
5a6fa4d7
JM
4337 [BZ #17583]
4338 * libio/fileno.c (fileno): Rename to __fileno and define as weak
4339 alias of __fileno. Use libc_hidden_weak.
4340 (__fileno): Use libc_hidden_def.
4341 [weak_alias] (fileno_unlocked): Define as weak alias of __fileno.
4342 * libio/ftello.c (ftello): Rename to __ftello and define as weak
4343 alias of __ftello.
4344 [__OFF_T_MATCHES_OFF64_T] (ftello64): Define as weak alias of
4345 __ftello.
4346 * libio/iofread.c [weak_alias && !_IO_MTSAFE_IO]
4347 (__fread_unlocked): Define as strong alias of _IO_fread. Use
4348 libc_hidden_def.
4349 (fread_unlocked): Don't use libc_hidden_ver.
4350 * libio/iofread_u.c (fread_unlocked): Rename to __fread_unlocked
4351 and define as weak alias of __fread_unlocked. Don't use
4352 libc_hidden_def.
4353 (__fread_unlocked): Use libc_hidden_def.
4354 * include/stdio.h (__fileno): Declare. Use libc_hidden_proto.
4355 (ftello): Don't use libc_hidden_proto.
4356 (__ftello): Declare. Use libc_hidden_proto.
4357 (fread_unlocked): Don't use libc_hidden_proto.
4358 (__fread_unlocked): Declare. Use libc_hidden_proto.
4359 * time/tzfile.c (__tzfile_read): Use __fileno, __fread_unlocked
4360 and __ftello instead of fileno, fread_unlocked and ftello.
4361
2581b98e
SP
43622012-11-12 Siddhesh Poyarekar <siddhesh@redhat.com>
4363
4364 * sysdeps/s390/s390-32/bcopy.S (__bcopy): Use GOT instead of
4365 GOT12.
4366 * sysdeps/s390/s390-32/dl-machine.h (elf_machine_load_address):
4367 Likewise.
4368 (_dl_start_user): Likewise.
4369 * sysdeps/s390/s390-32/setjmp.S (__sigsetjmp): Likewise.
4370
533bb7c2
SP
43712014-11-12 Carlos O'Donell <carlos@redhat.com>
4372 Siddhesh Poyarekar <siddhesh@redhat.com>
4373
4374 * sysdeps/s390/s390-32/dl-machine.h (_dl_start_user):
4375 Move argv and envp down instead of moving argc up.
4376 * sysdeps/s390/s390-32/dl-sysdep.h: New file.
4377
fffa1cf8
LH
43782014-11-12 Leonhard Holz <leonhard.holz@web.de>
4379
4380 [BZ #17506]
4381 * test-skeleton.c (main): Return successful if one of
4382 EXPECTED_SIGNAL or EXPECTED_STATUS is met when both given.
4383 * string/tst-strcoll-overflow.c: Define expected status.
4384
fb89b46d
TU
43852014-11-12 Tatiana Udalova <t.udalova@samsung.com>
4386
4387 [BZ #17475]
4388 * locale/iso-639.def: Define Bhili and Tulu language codes.
4389
5c40c3ba
AH
43902014-11-11 Alan Hayward <alan.hayward@arm.com>
4391
4392 * sysdeps/unix/sysv/linux/aarch64/bits/ipc.h: New file.
4393
b17fe01b 43942014-11-10 Renlin Li <Renlin.Li@arm.com>
80085def
RL
4395
4396 [BZ #17555]
4397 * sysdeps/aarch64/start.S (_start): Delete x29 overwritten assignment.
4398
bd805071
AS
43992014-11-10 Andrew Senkevich <andrew.n.senkevich@gmail.com>
4400
4401 * configure.ac: Updated check of minimal required version to
4402 2.22.
4403 * manual/install.texi (Tools for Compilation): Updated version
4404 number.
4405 * configure: Regenerated.
4406 * INSTALL: Likewise.
4407
1400983e
AS
44082014-11-07 Andreas Schwab <schwab@linux-m68k.org>
4409
4410 * sysdeps/unix/sysv/linux/m68k/localplt.data (ld.so): Remove
4411 __tls_get_addr.
4412
2c46a66a
JM
44132014-11-07 Joseph Myers <joseph@codesourcery.com>
4414
4415 * include/sys/wait.h (__libc_waitpid): Remove declaration.
4416 * posix/waitpid.c (__libc_waitpid): Rename to __waitpid.
4417 (__waitpid): Don't define as alias. Use libc_hidden_def not
4418 libc_hidden_weak.
4419 (waitpid): Define as alias of __waitpid.
4420 * sysdeps/unix/bsd/waitpid.c (__libc_waitpid): Rename to
4421 __waitpid.
4422 (__waitpid): Don't define as alias. Use libc_hidden_def not
4423 libc_hidden_weak.
4424 (waitpid): Define as alias of __waitpid.
4425 * sysdeps/unix/sysv/linux/i386/syscalls.list (waitpid): Remove
4426 __libc_waitpid alias.
4427 * sysdeps/unix/sysv/linux/m68k/syscalls.list (waitpid): Likewise.
4428 * sysdeps/unix/sysv/linux/powerpc/syscalls.list (waitpid):
4429 Likewise.
4430 * sysdeps/unix/sysv/linux/sh/syscalls.list (waitpid): Likewise.
4431 * sysdeps/unix/sysv/linux/sparc/syscalls.list (waitpid): Likewise.
4432 * sysdeps/unix/sysv/linux/tile/waitpid.S (__libc_waitpid): Remove
4433 alias.
4434 * sysdeps/unix/sysv/linux/waitpid.c (__libc_waitpid): Rename to
4435 __waitpid.
4436 (__waitpid): Don't define as alias. Use libc_hidden_def not
4437 libc_hidden_weak.
4438 (waitpid): Define as alias of __waitpid.
4439
da53d6db
CD
44402014-11-06 Carlos O'Donell <carlos@redhat.com>
4441
a2887bdb
CD
4442 * manual/llio.texi: Add comment that write safety has been
4443 fixed in Linux.
4444
da53d6db
CD
4445 * elf/Makefile (all-built-dso): Add $(common-objpfx)elf/ld.so.
4446 (localplt-build-dso): Add elf/ld.so.
4447 * sysdeps/unix/sysv/linux/i386/localplt.data: Add ___tls_get_addr
4448 i.e. 3 underscore version, __libc_memalign, malloc, calloc, realloc,
4449 and free for ld.so.
4450 * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: Add
4451 __libc_memalign, malloc, calloc, realloc, and free for ld.so.
4452 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data:
4453 Likewise.
4454 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
4455 Likewise.
4456 * sysdeps/unix/sysv/linux/s390/localplt.data: Likewise.
4457 * sysdeps/generic/localplt.data: Add __tls_get_addr i.e. 2 underscore
4458 version, __libc_memalign, malloc, calloc, realloc and free for ld.so.
4459 * sysdeps/unix/sysv/linux/aarch64/localplt.data: Likewise.
4460 * sysdeps/unix/sysv/linux/arm/localplt.data: Likewise.
4461 * sysdeps/unix/sysv/linux/alpha/localplt.data: Likewise.
4462 * sysdeps/unix/sysv/linux/ia64/localplt.data: Likewise.
4463 * sysdeps/unix/sysv/linux/m68k/localplt.data: Likewise.
4464 * sysdeps/unix/sysv/linux/microblaze/localplt.data: Likewise.
4465 * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: Likewise.
4466 * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: Likewise.
4467
9cf27b8d
JM
44682014-11-05 Joseph Myers <joseph@codesourcery.com>
4469
4470 [BZ #14132]
4471 * include/libc-symbols.h (INTUSE): Remove macro.
4472 (INTDEF): Likewise.
4473 (INTVARDEF): Likewise.
4474 (_INTVARDEF): Likewise.
4475 (INTDEF2): Likewise.
4476 (INTVARDEF2): Likewise.
4477 * elf/rtld.c [!HAVE_INLINED_SYSCALLS] (_dl_starting_up): Use
4478 rtld_hidden_def instead of INTVARDEF.
4479 * sysdeps/generic/ldsodefs.h [IS_IN_rtld]
4480 (_dl_starting_up_internal): Remove declaration.
4481 (_dl_starting_up): Use rtld_hidden_proto.
4482 * elf/dl-init.c [!HAVE_INLINED_SYSCALLS] (_dl_starting_up): Remove
4483 declaration.
4484 [!HAVE_INLINED_SYSCALLS] (_dl_starting_up_internal): Likewise.
4485 (_dl_init) [!HAVE_INLINED_SYSCALLS]: Don't use INTUSE with
4486 _dl_starting_up.
4487 * elf/dl-writev.h (_dl_writev): Likewise.
4488 * sysdeps/powerpc/powerpc64/dl-machine.h [!HAVE_INLINED_SYSCALLS]
4489 (DL_STARTING_UP_DEF): Use __GI__dl_starting_up instead of
4490 _dl_starting_up_internal.
4491
af83568d
AZ
44922014-11-05 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
4493
4494 * stdio-common/tst-fmemopen.c (do_test): Refactor to use
4495 test-skeleton.c.
4496
b01ee67c
WN
44972014-11-05 Will Newton <will.newton@linaro.org>
4498
4499 * benchtests/Makefile: (bench-malloc): Add malloc thread
4500 scalability benchmark.
4501 * benchtests/bench-malloc-threads.c: New file.
4502
be9d4ccc
RE
45032014-11-05 Richard Earnshaw <rearnsha@arm.com>
4504
4505 * sysdeps/aarch64/strchrnul.S: New file.
4506
7110166d
AZ
45072014-11-05 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
4508
4509 * sysdeps/powerpc/powerpc64/power8/memset.S (MTVSRD_V1_R4): Simplify
4510 definition.
4511 * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
4512 Likwise.
4513 * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
4514 Likewise.
4515 * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
4516 Likewise.
4517 * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
4518 Likewise.
4519 * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
4520 Likewise.
4521
45222014-11-05 Arjun Shankar <arjun.is@lostca.se>
29955b5d
AS
4523
4524 * catgets/test-gencat.c: Use test-skeleton.c.
4525 * catgets/tst-catgets.c: Likewise.
4526 * csu/tst-empty.c: Likewise.
4527 * elf/tst-audit2.c: Likewise.
4528 * elf/tst-global1.c: Likewise.
4529 * elf/tst-pathopt.c: Likewise.
4530 * elf/tst-piemod1.c: Likewise.
4531 * elf/tst-tls10.c: Likewise.
4532 * elf/tst-tls11.c: Likewise.
4533 * elf/tst-tls12.c: Likewise.
4534 * gnulib/tst-gcc.c: Likewise.
4535 * iconvdata/tst-e2big.c: Likewise.
4536 * iconvdata/tst-loading.c: Likewise.
4537 * iconv/tst-iconv1.c: Likewise.
4538 * iconv/tst-iconv2.c: Likewise.
4539 * inet/test-inet6_opt.c: Likewise.
4540 * inet/tst-gethnm.c: Likewise.
4541 * inet/tst-network.c: Likewise.
4542 * inet/tst-ntoa.c: Likewise.
4543 * intl/tst-codeset.c: Likewise.
4544 * intl/tst-gettext2.c: Likewise.
4545 * intl/tst-gettext3.c: Likewise.
4546 * intl/tst-ngettext.c: Likewise.
4547 * intl/tst-translit.c: Likewise.
4548 * io/test-stat.c: Likewise.
4549 * libio/test-fmemopen.c: Likewise.
4550 * libio/tst-freopen.c: Likewise.
4551 * libio/tst-sscanf.c: Likewise.
4552 * libio/tst-ungetwc1.c: Likewise.
4553 * libio/tst-ungetwc2.c: Likewise.
4554 * libio/tst-widetext.c: Likewise.
4555 * localedata/tst-ctype.c: Likewise.
4556 * localedata/tst-digits.c: Likewise.
4557 * localedata/tst-leaks.c: Likewise.
4558 * localedata/tst-mbswcs1.c: Likewise.
4559 * localedata/tst-mbswcs2.c: Likewise.
4560 * localedata/tst-mbswcs3.c: Likewise.
4561 * localedata/tst-mbswcs4.c: Likewise.
4562 * localedata/tst-mbswcs5.c: Likewise.
4563 * localedata/tst-setlocale.c: Likewise.
4564 * localedata/tst-trans.c: Likewise.
4565 * localedata/tst-wctype.c: Likewise.
4566 * localedata/tst-xlocale1.c: Likewise.
4567 * login/tst-grantpt.c: Likewise.
4568 * malloc/tst-calloc.c: Likewise.
4569 * malloc/tst-malloc.c: Likewise.
4570 * malloc/tst-mallocstate.c: Likewise.
4571 * malloc/tst-mcheck.c: Likewise.
4572 * malloc/tst-mtrace.c: Likewise.
4573 * malloc/tst-obstack.c: Likewise.
4574 * math/atest-exp2.c: Likewise.
4575 * math/atest-exp.c: Likewise.
4576 * math/atest-sincos.c: Likewise.
4577 * math/test-matherr.c: Likewise.
4578 * math/test-misc.c: Likewise.
4579 * math/test-powl.c: Likewise.
4580 * math/tst-definitions.c: Likewise.
4581 * misc/tst-dirname.c: Likewise.
4582 * misc/tst-efgcvt.c: Likewise.
4583 * misc/tst-fdset.c: Likewise.
4584 * misc/tst-hsearch.c: Likewise.
4585 * misc/tst-mntent2.c: Likewise.
4586 * nptl/tst-sem7.c: Likewise.
4587 * nptl/tst-sem8.c: Likewise.
4588 * nptl/tst-sem9.c: Likewise.
4589 * nss/test-netdb.c: Likewise.
4590 * posix/tst-fnmatch.c: Likewise.
4591 * posix/tst-getlogin.c: Likewise.
4592 * posix/tst-gnuglob.c: Likewise.
4593 * posix/tst-mmap.c: Likewise.
4594 * pwd/tst-getpw.c: Likewise.
4595 * resolv/tst-inet_ntop.c: Likewise.
4596 * rt/tst-timer.c: Likewise.
4597 * stdio-common/test-fseek.c: Likewise.
4598 * stdio-common/test-popen.c: Likewise.
4599 * stdio-common/test-vfprintf.c: Likewise.
4600 * stdio-common/tst-cookie.c: Likewise.
4601 * stdio-common/tst-fileno.c: Likewise.
4602 * stdio-common/tst-gets.c: Likewise.
4603 * stdio-common/tst-obprintf.c: Likewise.
4604 * stdio-common/tst-perror.c: Likewise.
4605 * stdio-common/tst-sprintf2.c: Likewise.
4606 * stdio-common/tst-sprintf3.c: Likewise.
4607 * stdio-common/tst-sprintf.c: Likewise.
4608 * stdio-common/tst-swprintf.c: Likewise.
4609 * stdio-common/tst-tmpnam.c: Likewise.
4610 * stdio-common/tst-unbputc.c: Likewise.
4611 * stdio-common/tst-wc-printf.c: Likewise.
4612 * stdlib/tst-environ.c: Likewise.
4613 * stdlib/tst-fmtmsg.c: Likewise.
4614 * stdlib/tst-limits.c: Likewise.
4615 * stdlib/tst-rand48-2.c: Likewise.
4616 * stdlib/tst-rand48.c: Likewise.
4617 * stdlib/tst-random2.c: Likewise.
4618 * stdlib/tst-random.c: Likewise.
4619 * stdlib/tst-strtol.c: Likewise.
4620 * stdlib/tst-strtoll.c: Likewise.
4621 * stdlib/tst-tls-atexit.c: Likewise.
4622 * stdlib/tst-xpg-basename.c: Likewise.
4623 * string/test-ffs.c: Likewise.
4624 * string/tst-bswap.c: Likewise.
4625 * string/tst-inlcall.c: Likewise.
4626 * string/tst-strtok.c: Likewise.
4627 * string/tst-strxfrm.c: Likewise.
4628 * sysdeps/x86_64/tst-audit10.c: Likewise.
4629 * sysdeps/x86_64/tst-audit3.c: Likewise.
4630 * sysdeps/x86_64/tst-audit4.c: Likewise.
4631 * sysdeps/x86_64/tst-audit5.c: Likewise.
4632 * time/tst-ftime_l.c: Likewise.
4633 * time/tst-getdate.c: Likewise.
4634 * time/tst-mktime3.c: Likewise.
4635 * time/tst-mktime.c: Likewise.
4636 * time/tst-posixtz.c: Likewise.
4637 * time/tst-strptime2.c: Likewise.
4638 * time/tst-strptime3.c: Likewise.
4639 * wcsmbs/tst-btowc.c: Likewise.
4640 * wcsmbs/tst-mbrtowc.c: Likewise.
4641 * wcsmbs/tst-mbsrtowcs.c: Likewise.
4642 * wcsmbs/tst-wchar-h.c: Likewise.
4643 * wcsmbs/tst-wcpncpy.c: Likewise.
4644 * wcsmbs/tst-wcrtomb.c: Likewise.
4645 * wcsmbs/tst-wcsnlen.c: Likewise.
4646 * wcsmbs/tst-wcstof.c: Likewise.
4647
2004e7fb
JM
46482014-11-04 Joseph Myers <joseph@codesourcery.com>
4649
ab97ee8f
JM
4650 [BZ #14132]
4651 * elf/dl-profile.c (_dl_mcount): Use rtld_hidden_def instead of
4652 INTDEF.
4653 * sysdeps/generic/ldsodefs.h (_dl_mcount_internal): Remove
4654 declaration.
4655 (_dl_mcount): Use rtld_hidden_proto.
4656 * elf/dl-runtime.c (_dl_profile_fixup): Don't use INTUSE with
4657 _dl_mcount.
4658 * elf/rtld.c (_rtld_global_ro): Likewise.
4659
c5684fdb
JM
4660 [BZ #14132]
4661 * elf/dl-init.c (_dl_init): Don't use INTDEF.
4662 * sysdeps/aarch64/dl-machine.h (RTLD_START): Use _dl_init instead
4663 of _dl_init_internal.
4664 * sysdeps/alpha/dl-machine.h (RTLD_START): Likewise.
4665 * sysdeps/arm/dl-machine.h (RTLD_START): Likewise.
4666 * sysdeps/hppa/dl-machine.h (RTLD_START): Likewise.
4667 * sysdeps/i386/dl-machine.h (RTLD_START): Likewise.
4668 * sysdeps/ia64/dl-machine.h (RTLD_START): Likewise.
4669 * sysdeps/m68k/dl-machine.h (RTLD_START): Likewise.
4670 * sysdeps/microblaze/dl-machine.h (RTLD_START): Likewise.
4671 * sysdeps/mips/dl-machine.h (RTLD_START): Likewise.
4672 * sysdeps/powerpc/powerpc32/dl-start.S (_start): Likewise.
4673 * sysdeps/s390/s390-32/dl-machine.h (RTLD_START): Likewise.
4674 * sysdeps/s390/s390-64/dl-machine.h (RTLD_START): Likewise.
4675 * sysdeps/sh/dl-machine.h (RTLD_START): Likewise.
4676 * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
4677 * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
4678 * sysdeps/tile/dl-start.S (_start): Likewise.
4679 * sysdeps/x86_64/dl-machine.h (RTLD_START): Likewise.
4680 * sysdeps/x86_64/x32/dl-machine.h (RTLD_START): Likewise.
4681
4243cbea
JM
4682 [BZ #14132]
4683 * sysdeps/generic/ldsodefs.h (_dl_argv): Use rtld_hidden_proto.
4684 [IS_IN_rtld] (_dl_argv_internal): Do not declare.
4685 (rtld_progname): Make macro definition unconditional.
4686 * elf/rtld.c (_dl_argv): Use rtld_hidden_data_def instead of
4687 INTDEF.
4688 (dlmopen_doit): Do not use INTUSE with _dl_argv.
4689 (dl_main): Likewise.
4690 * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
4691 * sysdeps/alpha/dl-machine.h (RTLD_START): Use __GI__dl_argv
4692 instead of _dl_argv_internal.
4693 * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
4694 __GI__dl_argv instead of INTUSE(_dl_argv).
4695 * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Use
4696 __GI__dl_argv instead of _dl_argv_internal.
4697
2004e7fb
JM
4698 * soft-fp/op-common.h (_FP_TO_INT_ROUND): New macro.
4699 * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_D): New
4700 macro.
4701 [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_D): Likewise.
4702 * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_E):
4703 New macro.
4704 [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_E): Likewise.
4705 * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_Q): New
4706 macro.
4707 [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_Q): Likewise.
4708 * soft-fp/single.h (FP_TO_INT_ROUND_S): New macro.
4709
97827bfc
AS
47102014-11-04 Andreas Schwab <schwab@suse.de>
4711
4712 * posix/regex_internal.h: Don't include <locale/elem-hash.h>.
4713
5e4df284
AZ
47142014-11-03 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
4715
4716 * sysdeps/powerpc/powerpc64/power8/memset.S (MTVSRD_V1_R4): Encode
4717 mtvsrd instruction in binary form.
4718
04b76b5a
AS
47192014-11-03 Andreas Schwab <schwab@suse.de>
4720
4721 [BZ #17522]
4722 * libio/wfileops.c (_IO_wdo_write): If the file buffer has room
4723 for less than MB_LEN_MAX use a local buffer of that size.
4724 * libio/tst-fputws.c: New file.
4725 * libio/Makefile (tests): Add tst-fputws.
4726
4c6da7da
JM
47272014-11-01 Jose E. Marchesi <jose.marchesi@oracle.com>
4728
4729 * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu): fix
4730 the size of the fpu_fr.fpu_dregs[] array.
4731
1679ba8e
JM
47322014-11-01 Joseph Myers <joseph@codesourcery.com>
4733
4734 * posix/nanosleep.c (__libc_nanosleep): Rename to __nanosleep.
4735 (__nanosleep): Do not define as alias.
4736 (nanosleep): Define as alias of __nanosleep.
4737 * sysdeps/unix/sysv/linux/syscalls.list (nanosleep): Remove
4738 __libc_nanosleep name.
4739
2626c183
JM
47402014-10-31 Joseph Myers <joseph@codesourcery.com>
4741
4742 * aclocal.m4 (GLIBC_AUTOCONF_VERSION): Mention need to update
4743 install.texi in comment.
4744
7f981fc2
TR
47452014-10-31 Torvald Riegel <triegel@redhat.com>
4746
4747 * sysdeps/powerpc/bits/atomic.h (atomic_write_barrier): Remove and...
4748 * sysdeps/powerpc/powerpc32/bits/atomic.h (atomic_write_barrier):
4749 ... add here and use lwsync or sync ...
4750 * sysdeps/powerpc/powerpc64/bits/atomic.h (atomic_write_barrier):
4751 ... and add here using lwsync.
4752
d6f373d2
MF
47532014-10-31 Matthew Fortune <matthew.fortune@imgtec.com>
4754
4755 * elf/dl-machine-reject-phdr.h: New file.
4756 * elf/dl-load.c: #include that.
4757 (open_verify): Call elf_machine_reject_phdr_p and ignore the file
4758 if that returned true.
4759
67c37987
RM
47602014-10-31 Roland McGrath <roland@hack.frob.com>
4761
4762 [BZ #17496]
4763 * Makerules: Move gnu/lib-names.h generation chunk up, to right after
4764 gen-as-const-headers chunk. Add a big scare comment after the last
4765 safe place to touch before-compile.
4766
94a42455 47672014-10-31 Joseph Myers <joseph@codesourcery.com>
f62ff286 4768
f3f5d895
JM
4769 * manual/install.texi (Tools for Compilation): Update autoconf
4770 version requirements.
4771 * INSTALL: Regenerated.
4772
f62ff286
JM
4773 * misc/pselect.c [!__pselect] (__libc_pselect): Remove alias.
4774 * sysdeps/unix/sysv/linux/pselect.c [__NR_pselect6]
4775 (__libc_pselect): Likewise.
94a42455
JM
4776
4777 [BZ #14138]
4778 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Remove file.
4779 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
4780 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
4781 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
4782
ff9dbdc0
TR
47832014-10-31 Torvald Riegel <triegel@redhat.com>
4784
4785 * sysdeps/sparc/sparc32/bits/atomic.h (atomic_write_barrier): Use
4786 correct barrier instruction.
4787 * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (atomic_write_barrier):
4788 Likewise.
4789 * sysdeps/sparc/sparc64/bits/atomic.h (atomic_write_barrier):
4790 Likewise.
4791
b4f66884
RM
47922014-10-30 Roland McGrath <roland@hack.frob.com>
4793
4794 * include/ctype.h: Include <ctype/ctype.h> first thing rather than
4795 after defining inlines. Instead, just use parens to defeat macro
4796 expansion of __isctype in its declaration.
4797
e19c95fd
JM
47982014-10-30 Joseph Myers <joseph@codesourcery.com>
4799
4800 * include/sys/uio.h (__libc_readv): Remove declaration.
4801 (__libc_writev): Likewise.
4802 * misc/readv.c (__libc_readv): Rename to __readv.
4803 (__readv): Do not define as alias.
4804 (readv): Define as alias of __readv.
4805 * misc/writev.c (__libc_writev): Rename to __writev.
4806 (__writev): Do not define as alias.
4807 (writev): Define as alias of __writev.
4808 * sysdeps/posix/readv.c (__libc_readv): Rename to __readv.
4809 (__readv): Do not define as alias.
4810 (readv): Define unconditionally as alias of __readv.
4811 * sysdeps/posix/writev.c (__libc_writev): Rename to __writev.
4812 (__writev): Do not define as alias.
4813 (writev): Define unconditionally as alias of __writev.
4814 * sysdeps/unix/syscalls.list (readv): Do not define __libc_readv
4815 name.
4816 (writev): Do not define __libc_writev name.
4817
65b00b6c
RM
48182014-10-30 Roland McGrath <roland@hack.frob.com>
4819
4820 * iconv/iconv_charmap.c (add_bytes): Make IN argument pointer to const.
4821 (convert_charseq): New function, broken out of ...
4822 (use_from_charmap): ... here. Call it.
4823 (use_to_charmap): Use convert_charseq and free instead of duplicating
4824 its code with a variable-length stack struct.
4825
d4e157aa
JM
48262014-10-30 Joseph Myers <joseph@codesourcery.com>
4827
4828 * include/fcntl.h (__libc_creat): Remove declaration.
4829 * io/creat.c (__libc_creat): Rename to creat.
4830 (creat): Do not define as alias.
4831 * sysdeps/unix/sysv/linux/alpha/creat.c (creat64): Define as alias
4832 of creat instead of __libc_creat.
4833 * sysdeps/unix/sysv/linux/generic/creat.c (__libc_creat): Rename
4834 to creat.
4835 (creat): Do not define as alias.
4836 [__WORDSIZE == 64] (creat64): Define as alias of creat instead of
4837 __libc_creat.
4838 * sysdeps/unix/sysv/linux/syscalls.list (creat): Do not define
4839 __libc_creat name.
4840 * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list (creat):
4841 Likewise.
4842
0c6891a0
CD
48432014-10-29 Carlos O'Donell <carlos@redhat.com>
4844
4845 * manual/llio.texi: Add comments discussing why write() may be
4846 considered MT-unsafe on Linux.
4847
cc00cece
CD
48482014-10-28 Carlos O'Donell <carlos@redhat.com>
4849
4850 * dl-load.c (local_strdup): Remove.
4851 (expand_dynamic_string_token): Use __strdup.
4852 (decompose_rpath): Likewise.
4853 (_dl_map_object): Likewise.
4854
51e623f2
JM
48552014-10-28 Joseph Myers <joseph@codesourcery.com>
4856
4857 [BZ #14132]
4858 * sysdeps/generic/unwind-dw2-fde.c
4859 (__register_frame_info_bases_internal): Do not declare.
4860 (__register_frame_info_table_bases_internal): Likewise.
4861 (__deregister_frame_info_bases_internal): Likewise.
4862 (__register_frame_info_bases): Declare and use hidden_proto before
4863 definition. Use hidden_def instead of INTDEF.
4864 (__register_frame_info_table_bases): Likewise.
4865 (__deregister_frame_info_bases): Likewise.
4866 (__register_frame_info): Do not use INTUSE.
4867 (__register_frame): Likewise.
4868 (__register_frame_info_table): Likewise.
4869 (__register_frame_table): Likewise.
4870 (__deregister_frame_info): Likewise.
4871 (__deregister_frame): Likewise.
4872
03d41216
GC
48732014-10-27 Gratian Crisan <gratian.crisan@ni.com>
4874
4875 * sysdeps/unix/sysv/linux/arm/kernel-features.h
4876 [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_FUTEX_LOCK_PI): Do
4877 not undefine.
4878 [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_REQUEUE_PI):
4879 Likewise.
4880 [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_SET_ROBUST_LIST):
4881 Likewise.
4882
a4b3624d
JM
48832014-10-27 Joseph Myers <joseph@codesourcery.com>
4884
4885 [BZ #14138]
4886 * sysdeps/unix/sysv/linux/arm/setfsgid.c: Remove file.
4887 * sysdeps/unix/sysv/linux/arm/setfsuid.c: Likewise.
4888 * sysdeps/unix/sysv/linux/i386/setfsgid.c: Likewise.
4889 * sysdeps/unix/sysv/linux/i386/setfsuid.c: Likewise.
4890 * sysdeps/unix/sysv/linux/m68k/setfsgid.c: Likewise.
4891 * sysdeps/unix/sysv/linux/m68k/setfsuid.c: Likewise.
4892 * sysdeps/unix/sysv/linux/s390/s390-32/setfsgid.c: Likewise.
4893 * sysdeps/unix/sysv/linux/s390/s390-32/setfsuid.c: Likewise.
4894 * sysdeps/unix/sysv/linux/sh/setfsgid.c: Likewise.
4895 * sysdeps/unix/sysv/linux/sh/setfsuid.c: Likewise.
4896 * sysdeps/unix/sysv/linux/sparc/sparc32/setfsgid.c: Likewise.
4897 * sysdeps/unix/sysv/linux/sparc/sparc32/setfsuid.c: Likewise.
4898 * sysdeps/unix/sysv/linux/arm/syscalls.list (setfsgid): Add
4899 syscall.
4900 (setfsuid): Likewise.
4901 * sysdeps/unix/sysv/linux/i386/syscalls.list (setfsgid): Likewise.
4902 (setfsuid): Likewise.
4903 * sysdeps/unix/sysv/linux/m68k/syscalls.list (setfsgid): Likewise.
4904 (setfsuid): Likewise.
4905 * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setfsgid):
4906 Likewise.
4907 (setfsuid): Likewise.
4908 * sysdeps/unix/sysv/linux/sh/syscalls.list (setfsgid): Likewise.
4909 (setfsuid): Likewise.
4910 * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (setfsgid):
4911 Likewise.
4912 (setfsuid): Likewise.
4913
3574f2fd
AS
49142014-10-27 Andreas Schwab <schwab@suse.de>
4915
4916 [BZ #17501]
4917 * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Fix
4918 check for Slow_SSE4_2 feature bit.
4919 * sysdeps/i386/i686/multiarch/strcmp.S (STRCMP): Likewise.
4920 * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
4921 * sysdeps/x86_64/multiarch/strcmp.S (STRCMP, __strcascmp):
4922 Likewise. Fix check for Fast_Unaligned_Load feature bit.
4923
70996a37
RM
49242014-10-24 Roland McGrath <roland@hack.frob.com>
4925
461a7b1e
RM
4926 * configure.ac: Validate compiler version with a empirical test of
4927 __GNUC__ and __GNUC_MINOR__ predefined values, rather than by grepping
4928 $CC -v output.
4929 * configure: Regenerated.
4930
70996a37
RM
4931 * inet/htons.c (htons): Prototypify.
4932 * inet/htonl.c (htonl): Likewise.
4933
e80514b5
WD
49342014-10-24 Wilco Dijkstra <wdijkstr@arm.com>
4935
4936 * string/strncat.c (strncat): Improve performance by using strlen.
4937
6e46de42
WD
49382014-10-24 Wilco Dijkstra <wdijkstr@arm.com>
4939
4940 * string/strcat.c (strcat): Improve performance by using strlen/strcpy.
4941
6a9ad2fa
WD
49422014-10-24 Wilco Dijkstra <wdijkstr@arm.com>
4943
4944 * sysdeps/aarch64/fpu/fgetexcptflg.c (fegetexceptflag):
4945 Call libc_fetestexcept_aarch64.
4946
1c8810ed
WD
49472014-10-24 Wilco Dijkstra <wdijkstr@arm.com>
4948
4949 * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept):
4950 Call libc_feholdexcept_aarch64.
4951
8b1af712
WD
49522014-10-24 Wilco Dijkstra <wdijkstr@arm.com>
4953
4954 * sysdeps/aarch64/fpu/fegetround.c (fegetround):
4955 Call get_rounding_mode.
4956
a7b00c11
WD
49572014-10-24 Wilco Dijkstra <wdijkstr@arm.com>
4958
4959 * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept):
4960 Simplify logic.
4961
3a84f1a6
WD
49622014-10-24 Wilco Dijkstra <wdijkstr@arm.com>
4963
4964 * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept):
4965 Simplify logic.
4966
48eb7a94
JM
49672014-10-24 Joseph Myers <joseph@codesourcery.com>
4968
c8bc4038
JM
4969 [BZ #14138]
4970 * sysdeps/unix/sysv/linux/arm/getegid.c: Remove file.
4971 * sysdeps/unix/sysv/linux/arm/geteuid.c: Likewise.
4972 * sysdeps/unix/sysv/linux/arm/getgid.c: Likewise.
4973 * sysdeps/unix/sysv/linux/arm/getgroups.c: Likewise.
4974 * sysdeps/unix/sysv/linux/arm/getresgid.c: Likewise.
4975 * sysdeps/unix/sysv/linux/arm/getresuid.c: Likewise.
4976 * sysdeps/unix/sysv/linux/arm/getuid.c: Likewise.
4977 * sysdeps/unix/sysv/linux/i386/getegid.c: Likewise.
4978 * sysdeps/unix/sysv/linux/i386/geteuid.c: Likewise.
4979 * sysdeps/unix/sysv/linux/i386/getgid.c: Likewise.
4980 * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
4981 * sysdeps/unix/sysv/linux/i386/getresgid.c: Likewise.
4982 * sysdeps/unix/sysv/linux/i386/getresuid.c: Likewise.
4983 * sysdeps/unix/sysv/linux/i386/getuid.c: Likewise.
4984 * sysdeps/unix/sysv/linux/m68k/getegid.c: Likewise.
4985 * sysdeps/unix/sysv/linux/m68k/geteuid.c: Likewise.
4986 * sysdeps/unix/sysv/linux/m68k/getgid.c: Likewise.
4987 * sysdeps/unix/sysv/linux/m68k/getgroups.c: Likewise.
4988 * sysdeps/unix/sysv/linux/m68k/getresgid.c: Likewise.
4989 * sysdeps/unix/sysv/linux/m68k/getresuid.c: Likewise.
4990 * sysdeps/unix/sysv/linux/m68k/getuid.c: Likewise.
4991 * sysdeps/unix/sysv/linux/s390/s390-32/getegid.c: Likewise.
4992 * sysdeps/unix/sysv/linux/s390/s390-32/geteuid.c: Likewise.
4993 * sysdeps/unix/sysv/linux/s390/s390-32/getgid.c: Likewise.
4994 * sysdeps/unix/sysv/linux/s390/s390-32/getgroups.c: Likewise.
4995 * sysdeps/unix/sysv/linux/s390/s390-32/getresgid.c: Likewise.
4996 * sysdeps/unix/sysv/linux/s390/s390-32/getresuid.c: Likewise.
4997 * sysdeps/unix/sysv/linux/s390/s390-32/getuid.c: Likewise.
4998 * sysdeps/unix/sysv/linux/sh/getegid.c: Likewise.
4999 * sysdeps/unix/sysv/linux/sh/geteuid.c: Likewise.
5000 * sysdeps/unix/sysv/linux/sh/getgid.c: Likewise.
5001 * sysdeps/unix/sysv/linux/sh/getgroups.c: Likewise.
5002 * sysdeps/unix/sysv/linux/sh/getresgid.c: Likewise.
5003 * sysdeps/unix/sysv/linux/sh/getresuid.c: Likewise.
5004 * sysdeps/unix/sysv/linux/sh/getuid.c: Likewise.
5005 * sysdeps/unix/sysv/linux/sparc/sparc32/getegid.c: Likewise.
5006 * sysdeps/unix/sysv/linux/sparc/sparc32/geteuid.c: Likewise.
5007 * sysdeps/unix/sysv/linux/sparc/sparc32/getgid.c: Likewise.
5008 * sysdeps/unix/sysv/linux/sparc/sparc32/getgroups.c: Likewise.
5009 * sysdeps/unix/sysv/linux/sparc/sparc32/getuid.c: Likewise.
5010 * sysdeps/unix/sysv/linux/arm/syscalls.list (getegid): Add
5011 syscall.
5012 (geteuid): Likewise.
5013 (getgid): Likewise.
5014 (getuid): Likewise.
5015 (getresgid): Likewise.
5016 (getresuid): Likewise.
5017 (getgroups): Likewise.
5018 * sysdeps/unix/sysv/linux/i386/syscalls.list (getegid): Likewise.
5019 (geteuid): Likewise.
5020 (getgid): Likewise.
5021 (getuid): Likewise.
5022 (getresgid): Likewise.
5023 (getresuid): Likewise.
5024 (getgroups): Likewise.
5025 * sysdeps/unix/sysv/linux/m68k/syscalls.list (getegid): Likewise.
5026 (geteuid): Likewise.
5027 (getgid): Likewise.
5028 (getuid): Likewise.
5029 (getresgid): Likewise.
5030 (getresuid): Likewise.
5031 (getgroups): Likewise.
5032 * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (getegid):
5033 Likewise.
5034 (geteuid): Likewise.
5035 (getgid): Likewise.
5036 (getuid): Likewise.
5037 (getresgid): Likewise.
5038 (getresuid): Likewise.
5039 (getgroups): Likewise.
5040 * sysdeps/unix/sysv/linux/sh/syscalls.list (getegid): Likewise.
5041 (geteuid): Likewise.
5042 (getgid): Likewise.
5043 (getuid): Likewise.
5044 (getresgid): Likewise.
5045 (getresuid): Likewise.
5046 (getgroups): Likewise.
5047 * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (getegid):
5048 Likewise.
5049 (geteuid): Likewise.
5050 (getgid): Likewise.
5051 (getuid): Likewise.
5052 (getgroups): Likewise.
5053
48eb7a94
JM
5054 [BZ #14138]
5055 * sysdeps/unix/sysv/linux/i386/chown.c: Remove file.
5056 * sysdeps/unix/sysv/linux/i386/fchown.c: Likewise.
5057 * sysdeps/unix/sysv/linux/i386/lchown.c: Likewise.
5058 * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
5059 * sysdeps/unix/sysv/linux/s390/s390-32/fchown.c: Remove file.
5060 * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Likewise.
5061 * sysdeps/unix/sysv/linux/sh/chown.c: Likewise.
5062 * sysdeps/unix/sysv/linux/sh/fchown.c: Likewise.
5063 * sysdeps/unix/sysv/linux/sh/lchown.c: Likewise.
5064 * sysdeps/unix/sysv/linux/sparc/sparc32/chown.c: Likewise.
5065 * sysdeps/unix/sysv/linux/sparc/sparc32/fchown.c: Likewise.
5066 * sysdeps/unix/sysv/linux/sparc/sparc32/lchown.c: Likewise.
5067 * sysdeps/unix/sysv/linux/s390/s390-32/Versions (GLIBC_2.1): Add
5068 __chown.
5069 * sysdeps/unix/sysv/linux/i386/syscalls.list (chown): Add syscall.
5070 (lchown): Likewise.
5071 (fchown): Likewise.
5072 * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (chown):
5073 Likewise.
5074 (lchown): Likewise.
5075 (fchown): Likewise.
5076 * sysdeps/unix/sysv/linux/sh/syscalls.list (chown): Likewise.
5077 (lchown): Likewise.
5078 (fchown): Likewise.
5079 * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (chown):
5080 Likewise.
5081 (lchown): Likewise.
5082 (fchown): Likewise.
5083
ea9a7c8b
WD
50842014-10-23 Wilco Dijkstra <wdijkstr@arm.com>
5085
5086 * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept):
5087 Simplify logic.
5088
e226de33
WD
50892014-10-23 Wilco Dijkstra <wdijkstr@arm.com>
5090
5091 * sysdeps/aarch64/fpu/fsetexcptflg.c (fsetexceptflag):
5092 Cleanup logic.
5093
6e3d8ed3
WD
50942014-10-23 Wilco Dijkstra <wdijkstr@arm.com>
5095
5096 * sysdeps/aarch64/fpu/fsetexcptflg.c (fsetexceptflag):
5097 Remove unused include.
5098
eb04247d
WD
50992014-10-23 Wilco Dijkstra <wdijkstr@arm.com>
5100
5101 * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Remove spaces.
5102 * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Remove spaces.
5103 * sysdeps/aarch64/fpu/fesetround.c (fesetround): Remove spaces.
5104 * sysdeps/aarch64/fpu/fraiseexcpt.c (feraiseexcept): Remove spaces.
5105
13d84554
CD
51062014-10-23 Carlos O'Donell <carlos@systemhalted.org>
5107 Helge Deller <deller@gmx.de>
5108
5109 [BZ #17508]
5110 * sysdeps/unix/sysv/linux/hppa/bits/signum.h: Remove SIGEMT.
5111 Define SIGSTKFLT as 7. Define SIGSYS as 31. Define SIGXCPU as 12.
5112 Remove SIGLOST. Define SIGXFSZ as 30. Define __SIGRTMIN as 32.
5113
15f9c5df
JM
51142014-10-23 Joseph Myers <joseph@codesourcery.com>
5115
5116 [BZ #14132]
5117 * sysdeps/powerpc/powerpc32/libgcc-compat.S (__ashldi3_v_glibc20):
5118 Remove macro definition.
5119 (__ashrdi3_v_glibc20): Likewise.
5120 (__lshrdi3_v_glibc20): Likewise.
5121 (__cmpdi2_v_glibc20): Likewise.
5122 (__ucmpdi2_v_glibc20): Likewise.
5123 [!_SOFT_FLOAT && !__NO_FPRS__] (__fixdfdi_v_glibc20): Likewise.
5124 [!_SOFT_FLOAT && !__NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
5125 [!_SOFT_FLOAT && !__NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
5126 [!_SOFT_FLOAT && !__NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
5127 [!_SOFT_FLOAT && !__NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
5128 [!_SOFT_FLOAT && !__NO_FPRS__] (__floatdisf_v_glibc20): Likewise.
5129
c6dfed24
RM
51302014-10-22 Roland McGrath <roland@hack.frob.com>
5131
5132 * inet/netgroup.h (struct name_list): Use C99 [] syntax rather than
5133 old GNU extension [0] syntax.
5134 * nscd/nscd_helper.c (open_socket): Use a flexible array member and
5135 alloca rather than an array member with variable length.
5136 * nscd/netgroupcache.c (addgetnetgrentX): Likewise.
5137 * nscd/nscd.c (invalidate_db): New function, broken out of ...
5138 (parse_opt): ... here. Likewise use alloca there.
5139 Validate the -i argument before checking for rootness.
5140 (send_shutdown): New function, broken out of ...
5141 (parse_opt): ... here.
5142
8c2b1ed8
RM
51432014-10-22 Roland McGrath <roland@hack.frob.com>
5144
5145 * sysdeps/arm/__longjmp.S [NEED_HWCAP] [IS_IN_rtld]: Use LDST_PCREL
5146 macro to get at the _rt_local_ro field.
5147 [NEED_HWCAP] [!IS_IN_rtld]: Use LDR_GLOBAL to get at _rtld_global_ro
5148 ([PIC] case) or _dl_hwcap ([!PIC] case).
5149 * sysdeps/arm/setjmp.S: Likewise.
5150
5151 * config.h.in (ARM_PCREL_MOVW_OK): New macro.
5152 * sysdeps/arm/configure.ac: New check to define it.
5153 * sysdeps/arm/configure: Regenerated.
5154 * sysdeps/arm/sysdep.h [__ASSEMBLER__]: Include <arm-features.h>.
5155 (LDST_INDEXED_NOINDEX, LDST_INDEXED_INDEX): New macros.
5156 (LDST_INDEXED, LDST_PC_INDEXED): New macros, differing definitions
5157 depending on [ARM_NO_INDEX_REGISTER] and [__thumb2__].
5158 (LDST_PCREL) [!__thumb2__ && ARCH_HAS_T2 && ARM_PCREL_MOVW_OK]:
5159 Use move/movt pair instead of a load.
5160 (LDST_GLOBAL): Macro removed.
5161 (LDR_GLOBAL): New macro replaces it.
5162 (LDR_HIDDEN): New macro.
5163 (PTR_MANGLE_LOAD): Use LDR_GLOBAL rather than LDST_GLOBAL.
5164 Use LDR_HIDDEN instead for __pointer_chk_guard_local.
5165
5166 * setjmp/tst-setjmp-static.c: New file.
5167 * setjmp/Makefile (tests): Add it.
5168 (tests-static): New variable.
5169
b5af9297
MR
51702014-10-22 Maciej W. Rozycki <macro@codesourcery.com>
5171
5172 [BZ #17485]
5173 * sysdeps/unix/sysv/linux/mips/vfork.S (__libc_vfork): Define.
5174
a13d0d74
JM
51752014-10-21 Joseph Myers <joseph@codesourcery.com>
5176
5177 [BZ #14132]
5178 * math/s_ldexpf.c (__ldexpf): Do not use INTDEF.
5179
f05e73f6
RM
51802014-10-21 Roland McGrath <roland@hack.frob.com>
5181
5182 * nptl/version.c (__nptl_main): Call __libc_write, not __write.
5183
6ab1d1ea
RM
51842014-10-20 Roland McGrath <roland@hack.frob.com>
5185
5186 * io/fts.c (dirent_not_directory): New function.
5187 (fts_build): Call it.
5188
ab49e763
RM
51892014-10-20 Roland McGrath <roland@hack.frob.com>
5190
e436eb79
RM
5191 * nptl/version.c (__nptl_main): Use normal __write rather than
5192 INTERNAL_SYSCALL.
5193 (banner): Update copyright years.
5194
6af246cf
RM
5195 * nptl/pthread_rwlock_timedrdlock.c: #include <sys/time.h> before using
5196 gettimeofday.
5197 * nptl/pthread_rwlock_timedwrlock.c: Likewise.
5198 * nptl/pthread_cond_timedwait.c: Likewise.
5199 * nptl/pthread_mutex_timedlock.c: Likewise.
5200 * nptl/sem_timedwait.c: Likewise.
5201
ab49e763
RM
5202 * sysdeps/nptl/bits/libc-lock.h
5203 [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
5204 (__libc_lock_init_recursive): Return void, not 0.
5205 * sysdeps/nptl/bits/libc-lockP.h (__libc_lock_init): Likewise.
5206 (__libc_rwlock_init): Likewise.
5207 * sysdeps/nptl/bits/stdio-lock.h (_IO_lock_init): Likewise.
5208
f50277c1
TR
52092014-10-20 Torvald Riegel <triegel@redhat.com>
5210
5211 [BZ #15215]
5212 * nptl/pthread_once.c (__pthread_once): Split out fast path to ...
5213 (__pthread_once_slow): ... here.
5214 * sysdeps/unix/sysv/linux/i386/pthread_once.S: Remove file.
5215 * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Remove file.
5216
63668b70
TR
52172014-10-20 Torvald Riegel <triegel@redhat.com>
5218
5219 [BZ #15215]
5220 * nptl/pthreadP.h (__PTHREAD_ONCE_INPROGRESS, __PTHREAD_ONCE_DONE,
5221 __PTHREAD_ONCE_FORK_GEN_INCR): New.
5222 * sysdeps/nptl/fork.c (__libc_fork): Use them.
5223 * nptl/pthread_once.c (__pthread_once): Likewise.
5224 Update comments.
5225
42b7f5d4
JM
52262014-10-20 Joseph Myers <joseph@codesourcery.com>
5227
5228 [BZ #14138]
5229 * sysdeps/unix/syscalls.list (readv): Use __libc_readv as strong
5230 name.
5231 (writev): Use __libc_writev as strong name.
5232 * sysdeps/unix/sysv/linux/readv.c: Remove file.
5233 * sysdeps/unix/sysv/linux/writev.c: Likewise.
5234
b0643088
RM
52352014-10-17 Roland McGrath <roland@hack.frob.com>
5236
114c4e09
RM
5237 * nptl/createthread.c (TLS_DEFINE_INIT_TP, TLS_VALUE): Macros removed.
5238
674b8978
RM
5239 * sysdeps/i386/nptl/tls.h
5240 (THREAD_SELF_SYSINFO, THREAD_SYSINFO): Macros removed.
5241 [NEED_DL_SYSINFO] (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO):
5242 New macros.
5243 * sysdeps/ia64/nptl/tls.h [NEED_DL_SYSINFO]
5244 (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO): New macros.
5245 * nptl/allocatestack.c (allocate_stack) [NEED_DL_SYSINFO]:
5246 Call SETUP_THREAD_SYSINFO instead of doing an assignment.
5247 * nptl/createthread.c (create_thread) [NEED_DL_SYSINFO]:
5248 Call CHECK_THREAD_SYSINFO instead of doing an assert.
5249
184ee940
RM
5250 * nptl/nptl-init.c (__pthread_initialize_minimal_internal):
5251 Conditionalize FUTEX_PRIVATE_FLAG and FUTEX_CLOCK_REALTIME probes
5252 on [__NR_futex].
5253 * nptl/pthread_mutex_init.c (prio_inherit_missing): New function,
5254 broken out of ...
5255 (__pthread_mutex_init): ... here. Call it.
5256 * nptl/pthread_mutex_lock.c (__pthread_mutex_lock_full):
5257 Conditionalize PI cases on [__NR_futex].
5258 * nptl/pthread_mutex_timedlock.c (pthread_mutex_timedlock): Likewise.
5259 * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock): Likewise.
5260 * nptl/pthread_mutex_unlock.c (__pthread_mutex_unlock_full): Likewise.
5261
327ae257
RM
5262 * nptl/nptl-init.c (sighandler_setxid, __xidcmd): Make definitions
5263 conditional on [SIGSETXID].
5264 (sigcancel_handler): Make definition conditional on [SIGCANCEL].
5265 (__pthread_initialize_minimal_internal): Set up SIGCANCEL only if it
5266 is defined. Likewise for SIGSETXID.
5267 * nptl/allocatestack.c (setxid_mark_thread, setxid_unmark_thread):
5268 Conditionalize definitions on [SIGSETXID].
5269 (setxid_signal_thread, __nptl_setxid_error, __nptl_setxid): Likewise.
5270 * nptl/pthread_create.c (start_thread): Conditionalize SIGCANCEL
5271 unblocking on [SIGCANCEL].
5272
b0643088
RM
5273 * nptl/nptl-init.c (__nptl_set_robust): Conditionalize body on
5274 [__NR_set_robust_list].
5275
33cc770b
SP
52762014-10-17 Siddhesh Poyarekar <siddhesh@redhat.com>
5277
5278 * string/strcoll_l.c (get_next_seq): Fix up formatting.
5279 (do_compare): Likewise.
5280
0742aef6
LH
52812014-10-17 Leonhard Holz <leonhard.holz@web.de>
5282
5283 [BZ #15884]
5284 * string/strcoll_l.c: Don't include stdio.h.
5285 (coll_seq): Remove members idxarr and rulearr.
5286 (get_next_seq_cached): Remove function.
5287 (get_next_seq): Likewise.
5288 (get_next_seq_nocache): Rename to get_next_seq.
5289 (do_compare): Remove function.
5290 (do_compare_nocache): Rename to do_compare.
5291 (STRCOLL): Remove weight and rules cache.
5292
ee54ce44
RM
52932014-10-16 Roland McGrath <roland@hack.frob.com>
5294
5295 * sysdeps/arm/soft-fp/sfp-machine.h: Filed moved ...
5296 * sysdeps/arm/sfp-machine.h: ... to here.
5297 * sysdeps/arm/Implies: Remove arm/soft-fp.
5298
a75d3b02
JM
52992014-10-14 Joseph Myers <joseph@codesourcery.com>
5300
5301 * conform/data/sys/utsname.h-data (*_t): Allow.
5302 * conform/data/sys/wait.h-data [POSIX] (uid_t): Do not define.
5303 [POSIX] (WEXITED): Do not expect constant.
5304 [POSIX] (WSTOPPED): Likewise.
5305 [POSIX] (WNOHANG): Likewise.
5306 [POSIX] (WNOWAIT): Likewise.
5307 [POSIX] (siginfo_t): Do not expect type or elements.
5308 [POSIX] (pid_t): Do not expect type.
5309 [POSIX] (signal.h): Do not allow header.
5310 [POSIX] (sys/resource.h): Likewise.
5311 [POSIX] (si_*): Do not allow pattern.
5312 [POSIX] (W*): Likewise.
5313 [POSIX] (P_*): Likewise.
5314 [POSIX] (BUS_*): Likewise.
5315 [POSIX] (CLD_*): Likewise.
5316 [POSIX] (FPE_*): Likewise.
5317 [POSIX] (ILL_*): Likewise.
5318 [POSIX] (POLL_*): Likewise.
5319 [POSIX] (SEGV_*): Likewise.
5320 [POSIX] (SI_*): Likewise.
5321 [POSIX] (TRAP_*): Likewise.
5322 * conform/Makefile (test-xfail-POSIX/sys/wait.h/conform): New
5323 variable.
5324
fda389c8
SP
53252014-10-14 Paul Pluzhnikov <ppluzhnikov@google.com>
5326
5327 [BZ #12926]
5328 * sysdeps/unix/sysv/linux/check_pf.c (make_request): Avoid
5329 infinite loop when __recvmsg returns 0.
5330
6bc6bd3b
JM
53312014-10-10 Joseph Myers <joseph@codesourcery.com>
5332
fcb32af1
JM
5333 * CANCEL-FCT-WAIVE: Remove file.
5334 * CANCEL-FILE-WAIVE: Likewise.
5335
6bc6bd3b
JM
5336 [BZ #14132]
5337 * elf/dl-sysdep.c (__libc_enable_secure): Use rtld_hidden_data_def
5338 instead of INTVARDEF.
5339 (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
5340 * sysdeps/mach/hurd/dl-sysdep.c (__libc_enable_secure): Use
5341 rtld_hidden_data_def instead of INTVARDEF.
5342 (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
5343 * elf/dl-deps.c (expand_dst): Likewise.
5344 * elf/dl-load.c (_dl_dst_count): Likewise.
5345 (_dl_dst_substitute): Likewise.
5346 (decompose_rpath): Likewise.
5347 (_dl_init_paths): Likewise.
5348 (open_path): Likewise.
5349 (_dl_map_object): Likewise.
5350 * elf/rtld.c (dl_main): Likewise.
5351 (process_dl_audit): Likewise.
5352 (process_envvars): Likewise.
5353 * include/unistd.h [IS_IN_rtld] (__libc_enable_secure_internal):
5354 Remove declaration.
5355 (__libc_enable_secure): Use rtld_hidden_proto.
5356
b8c80a7e
KS
53572014-10-09 Kostya Serebryany <konstantin.s.serebryany@gmail.com>
5358
5359 * elf/dl-load.c
5360 (add_path): New function broken out of _dl_rtld_di_serinfo.
5361 (_dl_rtld_di_serinfo): Remove that nested function. Update call sites.
5362
ff12c11f
JM
53632014-10-09 Joseph Myers <joseph@codesourcery.com>
5364
5c0508a3
JM
5365 * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_D): Use
5366 parentheses around macro arguments.
5367 [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_DP): Likewise.
5368 [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_D): Likewise.
5369 [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_DP): Likewise.
5370 [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_D): Likewise.
5371 [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_DP): Likewise.
5372 [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_D): Likewise.
5373 [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
5374 [_FP_W_TYPE_SIZE < 64] (FP_PACK_D): Likewise.
5375 [_FP_W_TYPE_SIZE < 64] (FP_PACK_DP): Likewise.
5376 [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_D): Likewise.
5377 [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_DP): Likewise.
5378 [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_D): Likewise.
5379 [_FP_W_TYPE_SIZE < 64] (FP_CMP_D): Likewise.
5380 [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_D): Likewise.
5381 [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_D): Likewise.
5382 [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_D): Likewise.
5383 [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_D): Likewise.
5384 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_D): Likewise.
5385 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_DP): Likewise.
5386 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_D): Likewise.
5387 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_DP): Likewise.
5388 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_D): Likewise.
5389 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_DP): Likewise.
5390 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_D): Likewise.
5391 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
5392 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_D): Likewise.
5393 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_DP): Likewise.
5394 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_D): Likewise.
5395 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_DP): Likewise.
5396 [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_D): Likewise.
5397 [_FP_W_TYPE_SIZE >= 64] (FP_CMP_D): Likewise.
5398 [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_D): Likewise.
5399 [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_D): Likewise.
5400 [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_D): Likewise.
5401 [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_D): Likewise.
5402 * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_E):
5403 Likewise.
5404 [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_EP): Likewise.
5405 [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_E): Likewise.
5406 [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
5407 [_FP_W_TYPE_SIZE < 64] (FP_PACK_E): Likewise.
5408 [_FP_W_TYPE_SIZE < 64] (FP_PACK_EP): Likewise.
5409 [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_E): Likewise.
5410 [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_EP): Likewise.
5411 [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_E): Likewise.
5412 [_FP_W_TYPE_SIZE < 64] (FP_CMP_E): Likewise.
5413 [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_E): Likewise.
5414 [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_E): Likewise.
5415 [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_E): Likewise.
5416 [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_E): Likewise.
5417 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_E): Likewise.
5418 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_EP): Likewise.
5419 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_E): Likewise.
5420 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
5421 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_E): Likewise.
5422 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_EP): Likewise.
5423 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_E): Likewise.
5424 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_EP): Likewise.
5425 [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_E): Likewise.
5426 [_FP_W_TYPE_SIZE >= 64] (FP_CMP_E): Likewise.
5427 [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_E): Likewise.
5428 [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_E): Likewise.
5429 [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_E): Likewise.
5430 [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_E): Likewise.
5431 * soft-fp/op-1.h (_FP_FRAC_SRST_1): Likewise.
5432 (_FP_FRAC_SRS_1): Likewise.
5433 (_FP_FRAC_CLZ_1): Likewise.
5434 (_FP_MUL_MEAT_1_imm): Likewise.
5435 (_FP_MUL_MEAT_1_wide): Likewise.
5436 (_FP_MUL_MEAT_1_hard): Likewise.
5437 (_FP_SQRT_MEAT_1): Likewise.
5438 (_FP_FRAC_ASSEMBLE_1): Likewise.
5439 (_FP_FRAC_DISASSEMBLE_1): Likewise.
5440 * soft-fp/op-2.h (_FP_FRAC_CLZ_2): Likewise.
5441 (__FP_CLZ_2): Likewise.
5442 (_FP_MUL_MEAT_2_wide): Likewise.
5443 (_FP_MUL_MEAT_2_wide_3mul): Likewise.
5444 (_FP_MUL_MEAT_2_gmp): Likewise.
5445 (_FP_MUL_MEAT_2_120_240_double): Likewise.
5446 (_FP_SQRT_MEAT_2): Likewise.
5447 (_FP_FRAC_ASSEMBLE_2): Likewise.
5448 (_FP_FRAC_DISASSEMBLE_2): Likewise.
5449 * soft-fp/op-4.h (_FP_FRAC_SRS_4): Likewise.
5450 (_FP_FRAC_CLZ_4): Likewise.
5451 (_FP_MUL_MEAT_4_wide): Likewise.
5452 (_FP_MUL_MEAT_4_gmp): Likewise.
5453 (_FP_SQRT_MEAT_4): Likewise.
5454 (_FP_FRAC_ASSEMBLE_4): Likewise.
5455 (_FP_FRAC_DISASSEMBLE_4): Likewise.
5456 * soft-fp/op-common.h (_FP_CMP): Likewise.
5457 (_FP_CMP_EQ): Likewise.
5458 (_FP_CMP_UNORD): Likewise.
5459 (_FP_TO_INT): Likewise.
5460 (_FP_FROM_INT): Likewise.
5461 [!__FP_CLZ] (__FP_CLZ): Likewise.
5462 (_FP_DIV_HELP_imm): Likewise.
5463 * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_Q):
5464 Likewise.
5465 [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_QP): Likewise.
5466 [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_Q): Likewise.
5467 [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_QP): Likewise.
5468 [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_Q): Likewise.
5469 [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_QP): Likewise.
5470 [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
5471 [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
5472 [_FP_W_TYPE_SIZE < 64] (FP_PACK_Q): Likewise.
5473 [_FP_W_TYPE_SIZE < 64] (FP_PACK_QP): Likewise.
5474 [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_Q): Likewise.
5475 [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_QP): Likewise.
5476 [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_Q): Likewise.
5477 [_FP_W_TYPE_SIZE < 64] (FP_CMP_Q): Likewise.
5478 [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_Q): Likewise.
5479 [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_Q): Likewise.
5480 [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_Q): Likewise.
5481 [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_Q): Likewise.
5482 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_Q): Likewise.
5483 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_QP): Likewise.
5484 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_Q): Likewise.
5485 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_QP): Likewise.
5486 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_Q): Likewise.
5487 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_QP): Likewise.
5488 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
5489 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
5490 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_Q): Likewise.
5491 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_QP): Likewise.
5492 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_Q): Likewise.
5493 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_QP): Likewise.
5494 [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_Q): Likewise.
5495 [_FP_W_TYPE_SIZE >= 64] (FP_CMP_Q): Likewise.
5496 [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_Q): Likewise.
5497 [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_Q): Likewise.
5498 [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_Q): Likewise.
5499 [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_Q): Likewise.
5500 * soft-fp/single.h (FP_UNPACK_RAW_S): Likewise.
5501 (FP_UNPACK_RAW_SP): Likewise.
5502 (FP_PACK_RAW_S): Likewise.
5503 (FP_PACK_RAW_SP): Likewise.
5504 (FP_UNPACK_S): Likewise.
5505 (FP_UNPACK_SP): Likewise.
5506 (FP_UNPACK_SEMIRAW_S): Likewise.
5507 (FP_UNPACK_SEMIRAW_SP): Likewise.
5508 (FP_PACK_S): Likewise.
5509 (FP_PACK_SP): Likewise.
5510 (FP_PACK_SEMIRAW_S): Likewise.
5511 (FP_PACK_SEMIRAW_SP): Likewise.
5512 (_FP_SQRT_MEAT_S): Likewise.
5513 (FP_CMP_S): Likewise.
5514 (FP_CMP_EQ_S): Likewise.
5515 (FP_CMP_UNORD_S): Likewise.
5516 (FP_TO_INT_S): Likewise.
5517 (FP_FROM_INT_S): Likewise.
5518
a736ec37
JM
5519 * soft-fp/op-common.h (_FP_TO_INT): Handle rsigned == 2.
5520
ff12c11f
JM
5521 * soft-fp/soft-fp.h (FP_EX_INVALID_SNAN): New macro.
5522 (FP_EX_INVALID_IMZ): Likewise.
5523 (FP_EX_INVALID_IMZ_FMA): Likewise.
5524 (FP_EX_INVALID_ISI): Likewise.
5525 (FP_EX_INVALID_ZDZ): Likewise.
5526 (FP_EX_INVALID_IDI): Likewise.
5527 (FP_EX_INVALID_SQRT): Likewise.
5528 (FP_EX_INVALID_CVI): Likewise.
5529 (FP_EX_INVALID_VC): Likewise.
5530 * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Specify more precise
5531 "invalid" exceptions.
5532 (_FP_CHECK_SIGNAN_SEMIRAW): Likewise.
5533 (_FP_ADD_INTERNAL): Likewise.
5534 (_FP_MUL): Likewise.
5535 (_FP_FMA): Likewise.
5536 (_FP_DIV): Likewise.
5537 (_FP_CMP_CHECK_NAN): Likewise.
5538 (_FP_SQRT): Likewise.
5539 (_FP_TO_INT): Likewise.
5540 (FP_EXTEND): Likewise.
5541
b6dcfe8c
AM
55422014-10-09 Allan McRae <allan@archlinux.org>
5543
5544 * po/fr.po: Update French translation from translation project.
5545
2d6a47ba
JM
55462014-10-09 Joseph Myers <joseph@codesourcery.com>
5547
cb831245
JM
5548 [BZ #14132]
5549 * stdlib/cxa_atexit.c (__cxa_atexit): Use libc_hidden_def instead
5550 of INTDEF.
5551 * include/stdlib.h (__cxa_atexit_internal): Remove declaration.
5552 (__cxa_atexit): Use libc_hidden_proto.
5553 [!NOT_IN_libc] (__cxa_atexit): Remove macro definition.
5554
5deeb190
JM
5555 [BZ #14132]
5556 * include/wctype.h [!_ISOMAC] (__iswalpha_l_internal): Remove
5557 declaration.
5558 [!_ISOMAC] (__iswdigit_l_internal): Likewise.
5559 [!_ISOMAC] (__iswspace_l_internal): Likewise.
5560 [!_ISOMAC] (__iswxdigit_l_internal): Likewise.
5561 [!_ISOMAC] (__iswctype_internal): Likewise.
5562 * stdio-common/siglist.c (_sys_siglist_internal): Remove alias.
5563 * sysdeps/unix/syscalls.list (chown): Remove __chown_internal
5564 alias.
5565 (fcntl): Remove __fcntl_internal alias.
5566 * sysdeps/unix/sysv/linux/hppa/syscalls.list (connect): Remove
5567 __connect_internal alias.
5568 * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list (connect):
5569 Likewise.
5570
454ac701
JM
5571 * soft-fp/soft-fp.h (FP_DENORM_ZERO): New macro.
5572 * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Check
5573 FP_DENORM_ZERO.
5574 (_FP_CHECK_FLUSH_ZERO): New macro.
5575 (_FP_ADD_INTERNAL): Call _FP_CHECK_FLUSH_ZERO.
5576 (_FP_CMP): Likewise.
5577 (_FP_CMP_EQ): Likewise.
5578 (_FP_TO_INT): Do not set inexact for subnormal arguments if
5579 FP_DENORM_ZERO.
5580 (FP_EXTEND): Call _FP_CHECK_FLUSH_ZERO.
5581 (FP_TRUNC): Likewise.
5582
0022e688
JM
5583 * soft-fp/op-common.h (_FP_TO_INT): Ensure maximum exponent is
5584 treated as invalid conversion, not as normal exponent.
5585
73e28d9c
JM
5586 * soft-fp/op-common.h (_FP_CMP_CHECK_NAN): New macro.
5587 (_FP_CMP): Add extra argument EX. Call _FP_CMP_CHECK_NAN.
5588 (_FP_CMP_EQ): Likewise.
5589 (_FP_CMP_UNORD): Likewise.
5590 * soft-fp/double.h (FP_CMP_D): Add extra argument EX.
5591 (FP_CMP_EQ_D): Likewise.
5592 (FP_CMP_UNORD_D): Likewise.
5593 * soft-fp/extended.h (FP_CMP_E): Likewise.
5594 (FP_CMP_EQ_E): Likewise.
5595 (FP_CMP_UNORD_E): Likewise.
5596 * soft-fp/quad.h (FP_CMP_Q): Likewise.
5597 (FP_CMP_EQ_Q): Likewise.
5598 (FP_CMP_UNORD_Q): Likewise.
5599 * soft-fp/single.h (FP_CMP_S): Likewise.
5600 (FP_CMP_EQ_S): Likewise.
5601 (FP_CMP_UNORD_S): Likewise.
5602 * soft-fp/eqdf2.c (__eqdf2): Update call to FP_CMP_EQ_D.
5603 * soft-fp/eqsf2.c (__eqsf2): Update call to FP_CMP_EQ_S.
5604 * soft-fp/eqtf2.c (__eqtf2): Update call to FP_CMP_EQ_Q.
5605 * soft-fp/gedf2.c (__gedf2): Update call to FP_CMP_D.
5606 * soft-fp/gesf2.c (__gesf2): Update call to FP_CMP_S.
5607 * soft-fp/getf2.c (__getf2): Update call to FP_CMP_Q.
5608 * soft-fp/ledf2.c (__ledf2): Update call to FP_CMP_D.
5609 * soft-fp/lesf2.c (__lesf2): Update call to FP_CMP_S.
5610 * soft-fp/letf2.c (__letf2): Update call to FP_CMP_Q.
5611 * soft-fp/unorddf2.c (__unorddf2): Update call to FP_CMP_UNORD_D.
5612 * soft-fp/unordsf2.c (__unordsf2): Update call to FP_CMP_UNORD_S.
5613 * soft-fp/unordtf2.c (__unordtf2): Update call to FP_CMP_UNORD_Q.
5614 * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Update call
5615 to FP_CMP_Q.
5616 * sysdeps/sparc/sparc32/soft-fp/q_cmp.c (_Q_cmp): Update call to
5617 FP_CMP_Q.
5618 * sysdeps/sparc/sparc32/soft-fp/q_cmpe.c (_Q_cmpe): Likewise.
5619 * sysdeps/sparc/sparc32/soft-fp/q_feq.c (_Q_feq): Update call to
5620 FP_CMP_EQ_Q.
5621 * sysdeps/sparc/sparc32/soft-fp/q_fge.c (_Q_fge): Update call to
5622 FP_CMP_Q.
5623 * sysdeps/sparc/sparc32/soft-fp/q_fgt.c (_Q_fgt): Likewise.
5624 * sysdeps/sparc/sparc32/soft-fp/q_fle.c (_Q_fle): Likewise.
5625 * sysdeps/sparc/sparc32/soft-fp/q_flt.c (_Q_flt): Likewise.
5626 * sysdeps/sparc/sparc32/soft-fp/q_fne.c (_Q_fne): Update call to
5627 FP_CMP_EQ_Q.
5628 * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c (_Qp_cmp): Update call to
5629 FP_CMP_Q.
5630 * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c (_Qp_cmpe): Likewise.
5631 * sysdeps/sparc/sparc64/soft-fp/qp_feq.c (_Qp_feq): Update call to
5632 FP_CMP_EQ_Q.
5633 * sysdeps/sparc/sparc64/soft-fp/qp_fge.c (_Qp_fge): Update call to
5634 FP_CMP_Q.
5635 * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c (_Qp_fgt): Likewise.
5636 * sysdeps/sparc/sparc64/soft-fp/qp_fle.c (_Qp_fle): Likewise.
5637 * sysdeps/sparc/sparc64/soft-fp/qp_flt.c (_Qp_flt): Likewise.
5638 * sysdeps/sparc/sparc64/soft-fp/qp_fne.c (_Qp_fne): Update call to
5639 FP_CMP_EQ_Q.
5640
43059f42
JM
5641 * soft-fp/op-common.h (FP_EXTEND): When a subnormal input produces
5642 a subnormal result, set the underflow exception if trapping on
5643 underflow is enabled.
5644 * soft-fp/soft-fp.h (FP_INIT_TRAPPING_EXCEPTIONS): New macro.
5645 (FP_INIT_EXCEPTIONS): Default to FP_INIT_TRAPPING_EXCEPTIONS.
5646 [FP_NO_EXACT_UNDERFLOW] (FP_TRAPPING_EXCEPTIONS): Undefine and
5647 redefine to 0.
5648 * soft-fp/extenddftf2.c (FP_NO_EXACT_UNDERFLOW): Define.
5649 * soft-fp/extendsfdf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
5650 * soft-fp/extendsftf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
5651 * soft-fp/extendxftf2.c (__extendxftf2): Use
5652 FP_INIT_TRAPPING_EXCEPTIONS instead of FP_INIT_ROUNDMODE.
5653
2d6a47ba
JM
5654 * soft-fp/soft-fp.h (FP_CLEAR_EXCEPTIONS): Remove macro.
5655 * sysdeps/sparc/sparc32/soft-fp/q_itoq.c: Define FP_NO_EXCEPTIONS.
5656 (_Q_itoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
5657 FP_HANDLE_EXCEPTIONS.
5658 * sysdeps/sparc/sparc32/soft-fp/q_lltoq.c: Define FP_NO_EXCEPTIONS.
5659 (_Q_lltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
5660 FP_HANDLE_EXCEPTIONS.
5661 * sysdeps/sparc/sparc32/soft-fp/q_ulltoq.c: Define FP_NO_EXCEPTIONS.
5662 (_Q_ulltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
5663 FP_HANDLE_EXCEPTIONS.
5664 * sysdeps/sparc/sparc32/soft-fp/q_utoq.c: Define FP_NO_EXCEPTIONS.
5665 (_Q_utoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
5666 FP_HANDLE_EXCEPTIONS.
5667
620f462e
JM
56682014-10-08 Joseph Myers <joseph@codesourcery.com>
5669
5670 [BZ #14132]
5671 * sysdeps/unix/sysv/linux/include/sys/timex.h: New file.
5672 * sysdeps/unix/sysv/linux/adjtime.c [!ADJTIMEX] (ADJTIMEX): Do not
5673 use INTUSE.
5674 [!ADJTIMEX] (INTUSE(__adjtimex)): Remove declaration.
5675 * sysdeps/unix/sysv/linux/alpha/adjtime.c (__adjtimex_internal):
5676 Remove alias.
5677 (__adjtimex): Define using libc_hidden_ver.
5678 * sysdeps/unix/sysv/linux/ntp_gettime.c (INTUSE(__adjtimex)):
5679 Remove declaration.
5680 (ntp_gettime): Call __adjtimex directly.
5681 * sysdeps/unix/sysv/linux/ntp_gettimex.c (INTUSE(__adjtimex)):
5682 Remove declaration.
5683 (ntp_gettimex): Call __adjtimex directly.
5684 * sysdeps/unix/sysv/linux/syscalls.list (adjtimex): Remove
5685 __adjtimex_internal alias.
5686
c763c5d2
RM
56872014-10-08 Roland McGrath <roland@hack.frob.com>
5688
5689 [BZ #17460]
5690 * nscd/nscd.c (more_help): Rewrite list of tables collection
5691 using xstrdup and asprintf.
5692
5693 * nscd/nscd_conf.c: Remove local xstrdup declaration.
5694
7b8fb2b8
RM
56952014-10-08 Kostya Serebryany <konstantin.s.serebryany@gmail.com>
5696 Roland McGrath <roland@hack.frob.com>
5697
5698 * elf/dl-lookup.c (enter_unique_sym): New function, broken out of ...
5699 (do_lookup_unique): ... local function 'enter' here; update callers.
5700
abb280f7
JM
57012014-10-06 Joseph Myers <joseph@codesourcery.com>
5702
f7b42517
JM
5703 * sysdeps/unix/make-syscalls.sh (emit_weak_aliases): Condition
5704 compat_symbol calls on [SHARED].
5705 * sysdeps/unix/sysv/linux/powerpc/lchown.S: Remove file.
5706 * sysdeps/unix/sysv/linux/i386/syscalls.list (oldsetrlimit):
5707 Remove.
5708 (setrlimit): Add setrlimit@GLIBC_2.0 alias.
5709 * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list
5710 (oldsetrlimit): Remove.
5711 (setrlimit): Add setrlimit@GLIBC_2.0 alias.
5712 * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
5713 (lchown): New syscall entry.
5714 (oldsetrlimit): Remove.
5715 (setrlimit): Add setrlimit@GLIBC_2.0 alias.
5716 * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list
5717 (oldsetrlimit): Remove.
5718 (setrlimit): Add setrlimit@GLIBC_2.0 alias.
5719
abb280f7
JM
5720 [BZ #14138]
5721 * sysdeps/unix/sysv/linux/arm/fchown.c: Remove file.
5722 * sysdeps/unix/sysv/linux/arm/lchown.c: Likewise.
5723 * sysdeps/unix/sysv/linux/m68k/fchown.c: Likewise.
5724 * sysdeps/unix/sysv/linux/m68k/lchown.c: Likewise.
5725 * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
5726 * sysdeps/unix/sysv/linux/arm/syscalls.list (lchown): Add syscall.
5727 (fchown): Likewise.
5728 * sysdeps/unix/sysv/linux/m68k/syscalls.list (lchown): Likewise.
5729 (fchown): Likewise.
5730 * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list (chown):
5731 Likewise.
5732
47d46237
AZ
57332014-10-06 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
5734
5735 * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Remove file.
5736 * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c
5737 (pthread_spin_unlock): Use __ARCH_REL_INSTR instead of
5738 __lll_rel_instr and __ARCH_ACQ_INSTR instead of __lll_acq_instr.
5739 * sysdeps/unix/sysv/linux/powerpc/sem_post.c (__new_sem_post):
5740 Likewise.
5741 (__old_sem_post): Likewise.
5742
57432014-10-06 Chris Metcalf <cmetcalf@tilera.com>
1c4c1a6f 5744
845a7343
CM
5745 * sysdeps/unix/sysv/linux/tile/sysdep.h (INLINE_VSYSCALL): Define
5746 INLINE_VSYSCALL, INTERNAL_VSYSCALL, and
5747 HAVE_CLOCK_GETTIME_VSYSCALL macros.
5748 * sysdeps/unix/sysv/linux/tile/gettimeofday.c (__gettimeofday):
5749 Use INLINE_VSYSCALL macro.
5750 * sysdeps/unix/sysv/linux/tile/bits/libc-vdso: Add declaration of
5751 __vdso_clock_gettime.
5752 * sysdeps/unix/sysv/linux/tile/init-first.c
5753 (_libc_vdso_platform_setup): Set new __vdso_clock_gettime global.
5754 * sysdeps/unix/sysv/linux/tile/Versions (GLIBC_PRIVATE): Add
5755 __vdso_clock_gettime.
5756
83d641ef
CM
5757 * sysdeps/unix/sysv/linux/tile/clone.S (__clone): Fix code
5758 to set up frame more cleanly.
5759
d9cd52e6
CM
5760 * sysdeps/tile/memcmp.c: New file.
5761
4b68ea11
CM
5762 * sysdeps/unix/sysv/linux/tile/sysconf.c: New file.
5763
c86f7b80
CM
5764 * sysdeps/tile/tilegx/string-endian.h (STRSHIFT): New macro.
5765 * sysdeps/tile/tilegx/strcasestr.c: New file.
5766 * sysdeps/tile/tilegx/strnlen.c: New file.
5767 * sysdeps/tile/tilegx/strstr.c: New file.
5768
1c4c1a6f
CM
5769 * sysdeps/tile/tilegx/string-endian.h (copy_byte): Optimize.
5770
99d86ea3
AS
57712014-10-06 Arjun Shankar <arjun.is@lostca.se>
5772
5773 * nptl/tst-setuid3.c: Write errors to stdout.
5774
06210a44
KS
57752014-10-01 Kostya Serebryany <konstantin.s.serebryany@gmail.com>
5776
5777 * elf/dl-deps.c
5778 (preload): New functions broken out of _dl_map_object_deps.
5779 (_dl_map_object_deps): Remove a nested function. Update call sites.
5780
6268f532
JM
57812014-10-01 Joseph Myers <joseph@codesourcery.com>
5782
5783 [BZ #14138]
5784 * sysdeps/unix/sysv/linux/execve.c: Remove file.
5785 * sysdeps/unix/sysv/linux/syscalls.list (execve): Add syscall.
5786
b925285f
SE
57872014-10-01 Steve Ellcey <sellcey@mips.com>
5788
5789 * sysdeps/mips/strcmp.S: New.
5790
754a15c6
JM
57912014-09-30 Joseph Myers <joseph@codesourcery.com>
5792
5793 [BZ #14138]
5794 * sysdeps/unix/sysv/linux/syscalls.list (fchownat): New syscall.
5795 (linkat): Likewise.
5796 (mkdirat): Likewise.
5797 (readlinkat): Likewise.
5798 (renameat): Likewise.
5799 (symlinkat): Likewise.
5800 (unlinkat): Likewise.
5801 * sysdeps/unix/sysv/linux/fchownat.c: Remove file.
5802 * sysdeps/unix/sysv/linux/linkat.c: Likewise.
5803 * sysdeps/unix/sysv/linux/mkdirat.c: Likewise.
5804 * sysdeps/unix/sysv/linux/readlinkat.c: Likewise.
5805 * sysdeps/unix/sysv/linux/renameat.c: Likewise.
5806 * sysdeps/unix/sysv/linux/symlinkat.c: Likewise.
5807 * sysdeps/unix/sysv/linux/unlinkat.c: Likewise.
5808
85bb81c9
WN
58092014-09-30 Will Newton <will.newton@linaro.org>
5810
dc6fe23b
WN
5811 * math/math.h: Define long double math functions if
5812 _LIBC_TEST is defined.
5813 * stdlib/tst-strtod-round.c: Define _LIBC_TEST.
5814
85bb81c9
WN
5815 * localedata/Makefile: Move assignment to tests-special
5816 into an ifdef testing run-built-tests.
5817 * timezone/Makefile: Likewise.
5818
b7e02da4
JM
58192014-09-29 Joseph Myers <joseph@codesourcery.com>
5820
5821 * sysdeps/x86/Makefile ($(objpfx)tst-ld-sse-use.out): Run script
5822 with $(BASH) not $(SHELL).
5823
62058ce6
CD
58242014-09-29 Carlos O'Donell <carlos@redhat.com>
5825 Matthew LeGendre <legendre1@llnl.gov>
5826
5827 [BZ #17411]
5828 * elf/dl-reloc.c (_dl_relocate_object): Allocate correct amount for
5829 l_reloc_result.
5830
8e257a29
KS
58312014-09-29 Kostya Serebryany <konstantin.s.serebryany@gmail.com>
5832
5833 * stdio-common/printf_fp.c
5834 (hack_digit): New function, broken out of ...
5835 (__printf_fp): ... local function here. Update call sites.
5836 hack_digit now takes an additional parameter that is a pointer
5837 to a struct of the referenced locals. Those locals moved inside
5838 the struct and references updated.
5839
f4a58f0d
L
58402014-09-29 H.J. Lu <hongjiu.lu@intel.com>
5841
5842 * aclocal.m4: Require autoconf 2.69.
5843 * configure: Regenerated.
5844 * sysdeps/aarch64/configure: Likewise.
5845 * sysdeps/alpha/configure: Likewise.
5846 * sysdeps/arm/armv7/configure: Likewise.
5847 * sysdeps/arm/configure: Likewise.
5848 * sysdeps/ia64/configure: Likewise.
5849 * sysdeps/mach/configure: Likewise.
5850 * sysdeps/mips/configure: Likewise.
5851 * sysdeps/s390/configure: Likewise.
5852 * sysdeps/unix/sysv/linux/mips/configure: Likewise.
5853 * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Likewise.
5854
5855 * sysdeps/alpha/configure.ac: Avoid empty lines at the end of
5856 file.
5857 * sysdeps/ia64/configure.ac: Likewise.
5858
93ae1eba
JM
58592014-09-26 Joseph Myers <joseph@codesourcery.com>
5860
1810d3ab
JM
5861 * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Do not
5862 specify symbol version for ld.so. Do not include entry for
5863 libpthread.
5864 * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
5865 * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
5866 * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
5867
93ae1eba
JM
5868 [BZ #14171]
5869 * Makeconfig [$(build-shared) = yes]
5870 ($(common-objpfx)soversions.mk): Don't handle SONAMEs specified in
5871 makefiles.
5872 [$(build-shared) = yes && $(soversions.mk-done) = t]
5873 ($(common-objpfx)gnu/lib-names.h): Remove rule.
5874 [$(build-shared) = yes && $(soversions.mk-done) = t]
5875 ($(common-objpfx)gnu/lib-names.stmp): Likewise. Split and moved
5876 to Makerules.
5877 [$(build-shared) = yes && $(soversions.mk-done) = t]
5878 (before-compile): Don't append $(common-objpfx)gnu/lib-names.h
5879 here.
5880 [$(build-shared) = yes && $(soversions.mk-done) = t]
5881 (common-generated): Don't append gnu/lib-names.h and
5882 gnu/lib-names.stmp here.
5883 * Makerules [$(build-shared) = yes && $(soversions.mk-done) = t]
5884 (lib-names-h-abi): New variable.
5885 [$(build-shared) = yes && $(soversions.mk-done) = t]
5886 (lib-names-stmp-abi): Likewise.
5887 [$(build-shared) = yes && $(soversions.mk-done) = t &&
5888 abi-variants] (before-compile): Append
5889 $(common-objpfx)$(lib-names-h-abi).
5890 [$(build-shared) = yes && $(soversions.mk-done) = t &&
5891 abi-variants] (common-generated): Append gnu/lib-names.h.
5892 [$(build-shared) = yes && $(soversions.mk-done) = t &&
5893 abi-variants] (install-others-nosubdir): Depend on
5894 $(inst_includedir)/$(lib-names-h-abi).
5895 [$(build-shared) = yes && $(soversions.mk-done) = t &&
5896 abi-variants] ($(common-objpfx)gnu/lib-names.h): New rule.
5897 [$(build-shared) = yes && $(soversions.mk-done) = t]
5898 ($(common-objpfx)$(lib-names-h-abi)): New rule.
5899 [$(build-shared) = yes && $(soversions.mk-done) = t]
5900 ($(common-objpfx)$(lib-names-stmp-abi)): Likewise.
5901 [$(build-shared) = yes && $(soversions.mk-done) = t]
5902 (common-generated): Append $(lib-names-h-abi) and
5903 $(lib-names-stmp-abi).
5904 * scripts/lib-names.awk: Do not handle multi being set.
5905 * sysdeps/unix/sysv/linux/aarch64/Makefile (abi-lp64-ld-soname):
5906 Remove variable.
5907 (abi-lp64_be-ld-soname): Likewise.
5908 * sysdeps/unix/sysv/linux/arm/Makefile (abi-soft-ld-soname):
5909 Likewise.
5910 (abi-hard-ld-soname): Likewise.
5911 * sysdeps/unix/sysv/linux/i386/shlib-versions: New file.
5912 * sysdeps/unix/sysv/linux/mips/Makefile (abi-o32_soft-ld-soname):
5913 Remove variable.
5914 (abi-o32_hard-ld-soname): Likewise.
5915 (abi-o32_soft_2008-ld-soname): Likewise.
5916 (abi-o32_hard_2008-ld-soname): Likewise.
5917 (abi-n32_soft-ld-soname): Likewise.
5918 (abi-n32_hard-ld-soname): Likewise.
5919 (abi-n32_soft_2008-ld-soname): Likewise.
5920 (abi-n32_hard_2008-ld-soname): Likewise.
5921 (abi-n64_soft-ld-soname): Likewise.
5922 (abi-n64_hard-ld-soname): Likewise.
5923 (abi-n64_soft_2008-ld-soname): Likewise.
5924 (abi-n64_hard_2008-ld-soname): Likewise.
5925 * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-64-v1-ld-soname):
5926 Likewise.
5927 (abi-64-v2-ld-soname): Likewise.
5928 * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Add
5929 ld.so entries.
5930 * sysdeps/unix/sysv/linux/s390/Makefile (abi-64-ld-soname): Remove
5931 variable.
5932 * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Add ld.so
5933 entry.
5934 * sysdeps/unix/sysv/linux/x86/Makefile (abi-32-ld-soname): Remove
5935 variable.
5936 (abi-64-ld-soname): Likewise.
5937 (abi-x32-ld-soname): Likewise.
5938 * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Add ld.so
5939 entry.
5940 * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
5941
68870f12
JM
59422014-09-23 Joseph Myers <joseph@codesourcery.com>
5943
5944 [BZ #14138]
5945 * sysdeps/unix/sysv/linux/arm/setrlimit.c: Remove file.
5946 * sysdeps/unix/sysv/linux/i386/setrlimit.c: Likewise.
5947 * sysdeps/unix/sysv/linux/m68k/setrlimit.c: Likewise.
5948 * sysdeps/unix/sysv/linux/powerpc/setrlimit.c: Likewise.
5949 * sysdeps/unix/sysv/linux/s390/s390-32/setrlimit.c: Likewise.
5950 * sysdeps/unix/sysv/linux/sh/setrlimit.c: Likewise.
5951 * sysdeps/unix/sysv/linux/i386/syscalls.list (setrlimit): Add
5952 syscall entry for GLIBC_2.2 symbol version.
5953 * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list (setrlimit):
5954 Likewise.
5955 * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
5956 (setrlimit): Likewise.
5957 * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setrlimit):
5958 Likewise.
5959
ea58f202
WN
59602014-09-23 Will Newton <will.newton@linaro.org>
5961
5962 * sysdeps/unix/sysv/linux/arm/bits/hwcap.h: Check for
5963 _LINUX_ARM_SYSDEP_H include guard too.
5964 * sysdeps/unix/sysv/linux/arm/sysdep.h (_SYS_AUXV_H): Remove
5965 define.
5966
69eb9a18
RV
59672014-09-20 Rasmus Villemoes <rv@rasmusvillemoes.dk>
5968
5969 * sysdeps/unix/sysv/linux/eventfd.c:
5970 Make first argument unsigned.
5971 * sysdeps/unix/sysv/linux/hppa/sys/eventfd.h: Likewise.
5972 * sysdeps/unix/sysv/linux/sys/eventfd.h: Likewise.
5973
20e5a5f7
OB
59742014-09-20 Ondřej Bílka <neleai@seznam.cz>
5975
5976 * socket/recvmmsg.c (recvmmsg): Drop const argument.
5977 * socket/sys/socket.h: Likewise
5978 * sysdeps/unix/sysv/linux/recvmmsg.c: Likewise.
5979
d3c827e7
AK
59802014-09-19 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
5981
5982 * stdlib/longlong.h: Add __udiv_w_sdiv prototype.
5983
fe1cc35a
AS
59842014-09-17 Arjun Shankar <arjun.is@lostca.se>
5985
5986 * time/tst-ftime.c: New test.
5987 * time/Makefile (tests): Add tst-ftime.
5988
4e8afe69
JM
59892014-09-17 Joseph Myers <joseph@codesourcery.com>
5990
c4fe3ea7
JM
5991 * soft-fp/extended.h: Fix comment formatting.
5992 * soft-fp/op-1.h: Likewise.
5993 * soft-fp/op-2.h: Likewise.
5994 * soft-fp/op-4.h: Likewise.
5995 * soft-fp/op-8.h: Likewise.
5996 * soft-fp/op-common.h: Likewise.
5997 * soft-fp/soft-fp.h: Likewise.
5998
4e8afe69
JM
5999 * soft-fp/op-common.h (_FP_TO_INT): Correct formatting.
6000
af296fcd
JM
60012014-09-16 Joseph Myers <joseph@codesourcery.com>
6002
6003 [BZ #6652]
6004 * Makeconfig (soversions-default-setname): Remove variable.
6005 ($(common-objpfx)soversions.i): Don't pass default_setname to
6006 soversions.awk.
6007 * Makerules ($(common-objpfx)abi-versions.h): Don't pass
6008 oldest_abi to abi-versions.awk.
6009 * config.h.in (GLIBC_OLDEST_ABI): Remove macro undefine.
6010 * config.make.in (oldest-abi): Remove variable.
6011 * configure.ac (--enable-oldest-abi): Remove configure option.
6012 * configure: Regenerated.
6013 * csu/version.c (banner) [GLIBC_OLDEST_ABI]: Remove conditional
6014 text.
6015 * scripts/abi-versions.awk: Do not handle oldest_abi variable.
6016 * scripts/soversions.awk: Do not handle default_setname variable.
6017 * sysdeps/mach/hurd/configure.ac: Do not handle oldest_abi
6018 variable.
6019 * sysdeps/mach/hurd/configure: Regenerated.
6020 * sysdeps/unix/sysv/linux/configure.ac: Do not handle oldest_abi
6021 variable.
6022 * sysdeps/unix/sysv/linux/configure: Regenerated.
6023
545583d6
SP
60242014-09-16 Siddhesh Poyarekar <siddhesh@redhat.com>
6025
d330b980
SP
6026 * elf/Makefile (CFLAGS-interp.c): Remove.
6027 ($(elf-objpfx)runtime-linker.h): Generate header with linker
6028 path string.
6029 * elf/interp.c: Include generated runtime-linker.h
6030
02657da2
SP
6031 * Makerules (lib%.so): Don't include $(+interp) in
6032 prerequisites.
6033 * elf/Makefile (CFLAGS-interp.c): Don't define NOT_IN_libc.
6034 * dlfcn/eval.c: Remove file.
6035
653b1080
SP
6036 * posix/getconf.c (vars): Don't check for _[SP]C_* and _CS
6037 macros.
6038
602f80ec
SP
6039 [BZ #17266]
6040 * misc/sys/cdefs.h: Define __extern_always_inline for clang
6041 4.2 and newer.
6042
545583d6
SP
6043 [BZ #17370]
6044 * libio/wfileops.c (do_ftell_wide): Free OUT on error path.
6045
884ddc50
SP
60462014-09-16 Siddhesh Poyarekar <siddhesh@redhat.com>
6047 Jakub Jelinek <jakub@redhat.com>
6048
6049 [BZ #17266]
6050 * libio/stdio.h: Check definition of __fortify_function
6051 instead of __extern_always_inline to include bits/stdio2.h.
6052 * math/bits/math-finite.h [__USE_XOPEN || __USE_ISOC99]: Also
6053 check if __extern_always_inline is defined.
6054 [__USE_MISC || __USE_XOPEN]: Likewise.
6055 [__USE_ISOC99] Likewise.
6056 * misc/sys/cdefs.h (__fortify_function): Define only if
6057 __extern_always_inline is defined.
6058 [!__cplusplus || __GNUC_PREREQ (4,3)]: Revert to defining
6059 __extern_always_inline and __extern_inline only for g++-4.3
6060 and newer or a compatible gcc.
6061
a7b87268
AS
60622014-09-15 Andreas Schwab <schwab@linux-m68k.org>
6063
6064 [BZ #17371]
6065 * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
6066 last change to handle zero prefix length.
6067
3f41521d
SP
60682014-09-15 Siddhesh Poyarekar <siddhesh@redhat.com>
6069
61fe374a
SP
6070 * sysdeps/posix/sysconf.c (__sysconf): Return -1 for
6071 _SC_REGEX_VERSION.
6072
3f41521d
SP
6073 * posix/getconf.c (vars): Add _POSIX_IPV6 and
6074 _POSIX_RAW_SOCKETS.
6075
d8f879ee
AM
60762014-09-13 Allan McRae <allan@archlinux.org>
6077
6078 * po/ru.po: Update Russian translation from translation project.
6079
c079afb7
RM
60802014-09-12 Roland McGrath <roland@hack.frob.com>
6081
a62b3c15
RM
6082 * locale/programs/locale.c (show_locale_vars): Inline local function
6083 into its sole call site. Clean up some style nits.
6084 (print_item): New function, broken out of ...
6085 (show_info): ... local function here. Clean up style nits.
6086
d7e49b19
RM
6087 * locale/programs/ld-ctype.c (set_one_default): New function, broken
6088 out of ...
6089 (set_class_defaults): ... local function set_default here.
6090 Define set_default as a macro locally to pass constant parameters.
6091 (allocate_arrays, set_class_defaults): Use C99 for scope for each CNT,
6092 rather than a shared local.
6093
c079afb7
RM
6094 * stdlib/rpmatch.c (try): New function, broken out of ...
6095 (rpmatch): ... local function here. Also, prototypify definition.
6096
0bd72468
JM
60972014-09-12 Joseph Myers <joseph@codesourcery.com>
6098
ba90e050
JM
6099 * scripts/soversions.awk: Do not handle configuration names.
6100 * Makeconfig ($(common-objpfx)soversions.i): Do not pass cpu,
6101 vendor and os variables to soversions.awk.
6102 * configure.ac: Do not modify gnu-* host_os.
6103 * configure: Regenerated
6104 * shlib-versions: Remove first column with configuration names.
6105 * nptl/shlib-versions: Likewise.
6106 * nptl_db/shlib-versions: Likewise.
6107 * sysdeps/hppa/shlib-versions: Likewise.
6108 * sysdeps/m68k/shlib-versions: Likewise.
6109 * sysdeps/mach/hurd/shlib-versions: Likewise.
6110 * sysdeps/unix/sysv/linux/aarch64/shlib-versions: Likewise.
6111 * sysdeps/unix/sysv/linux/alpha/shlib-versions: Likewise.
6112 * sysdeps/unix/sysv/linux/arm/shlib-versions: Likewise.
6113 * sysdeps/unix/sysv/linux/hppa/shlib-versions: Likewise.
6114 * sysdeps/unix/sysv/linux/ia64/shlib-versions: Likewise.
6115 * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: Likewise.
6116 * sysdeps/unix/sysv/linux/microblaze/shlib-versions: Likewise.
6117 * sysdeps/unix/sysv/linux/mips/shlib-versions: Likewise.
6118 * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
6119 Likewise.
6120 * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
6121 * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
6122 * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
6123 * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
6124 * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
6125 * sysdeps/unix/sysv/linux/tile/shlib-versions: Likewise.
6126 * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
6127 * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
6128
73a39112
JM
6129 * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
6130 (HAVE_ELFV2_ABI): AC_DEFINE in ELFv2 case.
6131 * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
6132 Regenerated.
6133 * config.h.in (HAVE_ELFV2_ABI): New macro undefine.
6134 * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
6135 Condition symbol version definitions on [HAVE_ELFV2_ABI].
6136
c729e7c1
JM
6137 * shlib-versions: Remove OS-specific entries. Moved to files in
6138 sysdeps.
6139 * sysdeps/mach/hurd/shlib-versions: New file.
6140 * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
6141
dc932a24
JM
6142 * nptl/shlib-versions: Remove architecture-specific entries.
6143 Moved to files in sysdeps.
6144 * shlib-versions: Likewise.
6145 * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: New
6146 file.
6147 * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
6148 * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
6149 * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
6150 * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
6151
0bd72468
JM
6152 * sysdeps/gnu/netinet/udp.h (UDP_NO_CHECK6_TX): New macro.
6153 (UDP_NO_CHECK6_RX): Likewise.
6154
920238e0
SP
61552014-09-12 Siddhesh Poyarekar <siddhesh@redhat.com>
6156
6157 * sysdeps/posix/sysconf.c (__sysconf): Spell
6158 _POSIX_DEVICE_SPECIFIC and _POSIX_DEVICE_SPECIFIC_R correctly.
6159
ba7b4d29
FW
61602014-08-12 Florian Weimer <fweimer@redhat.com>
6161
6162 * iconv/gconv_open.c (__gconv_open): Remove transliteration module
6163 loading.
6164 * iconv/Versions (__gconv_transliterate): Export for use from
6165 gconv modules.
6166 * iconv/gconv.h (__GCONV_TRANSLIT): New flag.
6167 (struct __gconv_trans_data, __gconv_trans_fct,
6168 __gconv_trans_context_fct, __gconv_trans_query_fct,
6169 __gconv_trans_init_fct, __gconv_trans_end_fct): Remove type
6170 definitions.
6171 (struct __gconv_step_data): Remove __trans member.
6172 (__gconv_transliterate): Declaration moved from gconv_int.h. No
6173 longer hidden. Remove unused trans_data argument.
6174 * iconv/gconv_int.h (struct trans_struct): Remove definition.
6175 (__gconv_translit_find): Remove declaration.
6176 (__gconv_transliterate): Declaration moved to gconv.h. Add hidden
6177 prototype.
6178 * iconv/gconv_close.c (__gconv_close): Remove __trans cleanup.
6179 * iconv/gconv_trans.c (__gconv_transliterate): Remove unused
6180 trans_data argument. Add hidden definition.
6181 (__gconv_translit_find): Remove.
6182 * iconv/loop.c (STANDARD_TO_LOOP_ERR_HANDLER): Call
6183 __gconv_transliterate directly if __GCONV_TRANSLIT is set.
6184 * iconv/skeleton.c: Remove transliteration initialization.
6185 * libio/fileops.c (_IO_new_file_fopen): Adjust struct
6186 __gconv_step_data initialization.
6187 * libio/iofwide.c (__libio_translit_): Remove.
6188 (_IO_fwide): Adjust struct __gconv_step_data initialization.
6189 * wcsmbs/btowc.c (__btowc): Likewise.
6190 * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
6191 * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
6192 * wcsmbs/mbsnrtowcs.c (__mbsnrtowcs): Likewise.
6193 * wcsmbs/mbsrtowcs_l.c (__mbsrtowcs_l): Likewise.
6194 * wcsmbs/wcrtomb.c (__wcrtomb): Likewise.
6195 * wcsmbs/wcsnrtombs.c (__wcsnrtombs): Likewise.
6196 * wcsmbs/wcsrtombs.c (__wcsrtombs): Likewise.
6197 * wcsmbs/wctob.c (wctob): Likewise.
6198
5379aebd
SP
61992014-09-12 Siddhesh Poyarekar <siddhesh@redhat.com>
6200
6201 [BZ #16194]
6202 * sysdeps/x86/tst-xmmymm.sh: Rename file to...
6203 * sysdeps/x86/tst-ld-sse-use.sh: ... this. Check for zmm
6204 register usage.
6205 * sysdeps/x86/Makefile: Adjust.
6206
8c0ab919
RM
62072014-09-11 Kostya Serebryany <konstantin.s.serebryany@gmail.com>
6208 Roland McGrath <roland@hack.frob.com>
6209
6210 * locale/weight.h: Add include guard.
6211 (findidx): Make static rather than auto; take new parameters
6212 TABLE, INDIRECT, and EXTRA instead of getting them as outer locals.
6213 * locale/weightwc.h: Likewise.
6214 * posix/fnmatch_loop.c
6215 (FCT): Change type of EXTRA from int32_t to wint_t.
6216 Don't include either header inside the function.
6217 Call FINDIDX rather than findidx, and pass new arguments.
6218 #undef FINDIDX at the end of the file.
6219 * posix/fnmatch.c [_LIBC]: #include <locale/weight.h> and define
6220 FINDIDX before including fnmatch_loop.c for the non-wide version.
6221 [_LIBC] [HANDLE_MULTIBYTE]: #define findidx to findidxwc around
6222 #include <locale/weightwc.h>, and define FINDIDX to findidxwc
6223 for the wide version.
6224 * posix/regcomp.c [_LIBC]: #include <locale/weight.h>.
6225 (build_equiv_class) [_LIBC]: Don't #include it inside the function.
6226 Pass new arguments to findidx.
6227 * posix/regexec.c [RE_ENABLE_I18N] [_LIBC]: #include <locale/weight.h>.
6228 [RE_ENABLE_I18N] (check_node_accept_bytes) [_LIBC]:
6229 Don't #include it inside the function. Pass new arguments to findidx.
6230 * posix/regex_internal.h
6231 [!NOT_IN_libc] [_LIBC]: #include <locale/weight.h>.
6232 (re_string_elem_size_at): Don't #include it inside the function.
6233 Pass new arguments to findidx.
6234 * string/strcoll_l.c: #include WEIGHT_H at top level.
6235 (get_next_seq): Don't #include it inside the function.
6236 Pass new arguments to findidx.
6237 (get_next_seq_nocache): Likewise.
6238 * string/strxfrm_l.c: #include WEIGHT_H at top level.
6239 (STRXFRM): Don't #include it inside the function.
6240 Pass new arguments to findidx.
6241
52ffbdf2
FW
62422014-09-11 Florian Weimer <fweimer@redhat.com>
6243
6244 [BZ #17344]
6245 * malloc/malloc.c (unlink): Turn asserts into a call to
6246 malloc_printerr.
6247
984c0ea9
TL
62482014-09-11 Tim Lammens <tim.lammens@gmail.com>
6249
6250 [BZ #17370]
6251 * libio/wfileops (do_ftell_wide): Free OUT.
6252
3daee107
CM
62532014-09-10 Chris Metcalf <cmetcalf@tilera.com>
6254
6255 * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Remove file.
6256
58b930ae
SP
62572014-09-10 Siddhesh Poyarekar <siddhesh@redhat.com>
6258
6259 [BZ #17363]
6260 * inet/getnetgrent_r.c (__internal_getnetgrent_r): Try next
6261 group if the current group is empty.
6262
3b473fec
AZ
62632014-09-10 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
6264
71ae8647
AZ
6265 * benchtests/bench-memset.c (test_main): Add more test from size
6266 from 32 to 512 bytes.
6267 * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
6268 Add POWER8 memset object.
6269 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
6270 (__libc_ifunc_impl_list): Add POWER8 memset and bzero implementations.
6271 * sysdeps/powerpc/powerpc64/multiarch/bzero.c (__bzero): Add POWER8
6272 implementation.
6273 * sysdeps/powerpc/powerpc64/multiarch/memset.c (__libc_memset):
6274 Likewise.
6275 * sysdeps/powerpc/powerpc64/multiarch/memset-power8.S: New file:
6276 multiarch POWER8 memset optimization.
6277 * sysdeps/powerpc/powerpc64/power8/memset.S: New file: optimized
6278 POWER8 memset optimization.
6279
3b473fec
AZ
6280 * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
6281 Remove bzero multiarch objects.
6282 * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: Remove file.
6283 * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: Likewise.
6284 * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: Likewise.
6285 * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S [NO_BZERO_IMPL]:
6286 Remove define.
6287 [__bzero]: Redefine to specific name.
6288 * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: Likewise.
6289 * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: Likewise.
6290 * sysdeps/powerpc/powerpc64/power4/memset.S [NO_BZERO_IMPL]: Remove
6291 define.
6292 * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
6293 * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
6294
e6fb9587
FW
62952014-09-10 Florian Weimer <fweimer@redhat.com>
6296
6297 * Makeconfig (gccwarn-c): Turn implicit-function-declaration
6298 warnings into errors.
6299
6300 * stdlib/tst-tls-atexit-lib.c: Include <stdlib.h>, for the
6301 __cxa_thread_atexit_impl prototype.
6302
9d3a350b
SE
63032014-09-09 Steve Ellcey <sellcey@mips.com>
6304
6305 * sysdeps/mips/preconfigure: Put code inside mips* case statement.
6306 Fix capitalization of error message.
6307
0febba23
SE
63082014-09-09 Steve Ellcey <sellcey@mips.com>
6309
6310 * sysdeps/mips/preconfigure: Modify ABI tests.
6311
645a0e9c
CD
63122014-09-07 Carlos O'Donell <carlos@systemhalted.org>
6313
6314 * sysdeps/unix/sysv/linux/hppa/c++-types.data: New file.
6315
d83f0734
CD
63162014-09-07 Roland McGrath <roland@hack.frob.com>
6317 Carlos O'Donell <carlos@systemhalted.org>
6318
6319 * sysdeps/unix/sysv/linux/hppa/nptl/libc-lowlevellock.c: File removed.
6320 * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Moved ...
6321 * sysdeps/unix/sysv/linux/hppa/lowlevellock.h: ... here.
6322 * sysdeps/unix/sysv/linux/hppa/nptl/pt-vfork.S: Moved ...
6323 * sysdeps/unix/sysv/linux/hppa/pt-vfork.S: ... here.
6324 * sysdeps/unix/sysv/linux/hppa/nptl/pthread.h: Moved ...
6325 * sysdeps/unix/sysv/linux/hppa/pthread.h: ... here.
6326 * sysdeps/unix/sysv/linux/hppa/nptl/pthreadP.h: Moved ...
6327 * sysdeps/unix/sysv/linux/hppa/pthreadP.h: ... here.
6328 * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_broadcast.c: Moved ...
6329 * sysdeps/unix/sysv/linux/hppa/pthread_cond_broadcast.c: ... here.
6330 * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_destroy.c: Moved ...
6331 * sysdeps/unix/sysv/linux/hppa/pthread_cond_destroy.c: ... here.
6332 * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_init.c: Moved ...
6333 * sysdeps/unix/sysv/linux/hppa/pthread_cond_init.c: ... here.
6334 * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_signal.c: Moved ...
6335 * sysdeps/unix/sysv/linux/hppa/pthread_cond_signal.c: ... here.
6336 * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_timedwait.c: Moved ...
6337 * sysdeps/unix/sysv/linux/hppa/pthread_cond_timedwait.c: ... here.
6338 * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_wait.c: Moved ...
6339 * sysdeps/unix/sysv/linux/hppa/pthread_cond_wait.c: ... here.
6340 * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Moved ...
6341 * sysdeps/unix/sysv/linux/hppa/sysdep-cancel.h: ... here.
6342 * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h: Moved ...
6343 * sysdeps/hppa/nptl/bits/pthreadtypes.h: ... here.
6344 * sysdeps/unix/sysv/linux/hppa/nptl/bits/semaphore.h: Moved ...
6345 * sysdeps/hppa/nptl/bits/semaphore.h: ... here.
6346 * sysdeps/unix/sysv/linux/hppa/clone.S: Include <tcb-offsets.h>.
6347 Deconditionalize the code that was previously under [RESET_PID].
6348 * sysdeps/unix/sysv/linux/hppa/nptl/clone.S: File removed.
6349 * sysdeps/unix/sysv/linux/hppa/arch-fork.h: New file.
6350 * sysdeps/unix/sysv/linux/hppa/nptl/fork.c: File removed.
6351 * sysdeps/hppa/nptl/tcb-offsets.sym: Include pthread.h and don't
6352 include sysdep.h.
6353
21c83793
AM
63542014-09-08 Allan McRae <allan@archlinux.org>
6355
6356 * version.h (RELEASE): Set to "development".
6357 (VERSION): Set to "2.20.90"
6358
1cd9b65c
AM
63592014-09-07 Allan McRae <allan@archlinux.org
6360
b8079dd0
AM
6361 * version.h (RELEASE): Set to "stable".
6362 (VERSION): Set to "2.20"
6363 * include/features.h (__GLIBC_MINOR__): Set to 20.
6364
c46303ef
AM
6365 * manual/contrib.texi: Add entries for Wilco Dijkstra and Stefan
6366 Liebler.
6367
1cd9b65c
AM
6368 * po/ko.po: Update Korean translation from translation project.
6369
8622092d
CM
63702014-09-06 Chris Metcalf <cmetcalf@tilera.com>
6371
6372 [BZ #17354]
6373 * sysdeps/tile/dl-machine.h (elf_machine_rela): Add a MUNGE_SIGNED
6374 macro for handling signed relocations.
6375
41488498
FW
63762014-09-03 Florian Weimer <fweimer@redhat.com>
6377
6378 [BZ #17325]
6379 * iconvdata/ibm1364.c (BODY): Fix check for sentinel.
6380 * iconvdata/ibm932.c (BODY): Replace invalid sentinel check with
6381 assert.
6382 * iconvdata/ibm933.c (BODY): Fix check for sentinel.
6383 * iconvdata/ibm935.c (BODY): Likewise.
6384 * iconvdata/ibm937.c (BODY): Likewise.
6385 * iconvdata/ibm939.c (BODY): Likewise.
6386 * iconvdata/ibm943.c (BODY): Replace invalid sentinel check with
6387 assert.
6388 * iconvdata/Makefile (iconv-test.out): Pass module list to test
6389 script.
6390 * iconvdata/run-iconv-test.sh: New test loop for checking for
6391 decoder crashers.
6392
a78b712d
KR
63932014-09-02 Khem Raj <raj.khem@gmail.com>
6394
6395 * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c (fegetenv): Add
6396 libm_hidden_ver.
6397
cb08abc6
AM
63982014-09-01 Allan McRae <allan@archlinux.org>
6399
2c31e102
AM
6400 * po/eo.po: Update Esperanto translation from translation project.
6401
cb08abc6
AM
6402 * po/ca.po: Update Catalan translation from translation project.
6403
17a62de1
ST
64042014-08-28 Samuel Thibault <samuel.thibault@ens-lyon.org>
6405
6406 * sysdeps/mach/hurd/fork.c (__fork): Lock SS->lock around
6407 __proc_dostop call.
6408
9570bc53
MW
64092014-08-27 Mark Wielaard <mjw@redhat.com>
6410
6411 [BZ #17319]
6412 * sysdeps/i386/nptl/tls.h (TLS_INIT_TP): Use INTERNAL_SYSCALL
6413 to call set_thread_area instead of hand written asm.
6414 (__NR_set_thread_area): Removed define.
6415 (TLS_FLAG_WRITABLE): Likewise.
6416 (__ASSUME_SET_THREAD_AREA): Remove check.
6417 (TLS_EBX_ARG): Remove define.
6418 (TLS_LOAD_EBX): Likewise.
6419
b0f955c9
ST
64202014-08-27 Samuel Thibault <samuel.thibault@ens-lyon.org>
6421
6422 Simplify atomicity of socket creation in bind.
6423
6424 * sysdeps/mach/hurd/bind.c (__bind): Use dir_lookup(node, "") instead of
6425 looking up the name after linking the file.
6426
529bf515
AM
64272014-08-27 Allan McRae <allan@archlinux.org>
6428
6429 * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
6430
a1a6a401
FW
64312014-08-26 Florian Weimer <fweimer@redhat.com>
6432
6433 [BZ #17187]
6434 * iconv/gconv_trans.c (struct known_trans, search_tree, lock,
6435 trans_compare, open_translit, __gconv_translit_find):
6436 Remove module loading code.
6437
686ab290
AM
64382014-08-26 Allan McRae <allan@archlinux.org>
6439
e4e7cfd2
AM
6440 * po/vi.po: Update Vietnamese translation from translation project.
6441
6aa09f71
AM
6442 * po/uk.po: Update Ukrainian translation from translation project.
6443
edc0660e
AM
6444 * po/fr.po: Update French translation from translation project.
6445
7eea72ac
AM
6446 * po/ru.po: Update Russian translation from translation project.
6447
93c49eff
AM
6448 * po/pl.po: Update Polish translation from translation project.
6449
46acaf63
AM
6450 * po/cs.po: Update Czech translation from translation project.
6451
a9f5ce98
AM
6452 * po/de.po: Update German translation from translation project.
6453
373f2b78
AM
6454 * po/bg.po: Update Bulgarian translation from translation project.
6455
e7548bd8
AM
6456 * po/sv.po: Update Sweedish translation from translation project.
6457
c526bf4d
AM
6458 * po/nl.po: Update Dutch translation from translation project.
6459
686ab290
AM
6460 * po/es.po: Update Spanish translation from translation project.
6461
eb72478a
SP
64622014-08-21 Siddhesh Poyarekar <siddhesh@redhat.com>
6463
dd763fdb
SP
6464 * nptl/Makefile (CFLAGS-pthread_atfork.c): Remove.
6465
318c7a58
SP
6466 * catgets/Makefile (CPPFLAGS-gencat): Remove.
6467 * iconv/Makefile (CPPFLAGS-iconv_prog): Likewise.
6468 (CPPFLAGS-iconvconfig): Likewise.
6469 * timezone/Makefile (CPPFLAGS-zic): Likewise.
6470
eb72478a
SP
6471 * include/libc-symbols.h: Remove unnecessary check for
6472 NOT_IN_libc.
6473 * nptl/pthreadP.h: Likewise.
6474 * sysdeps/aarch64/setjmp.S: Likewise.
6475 * sysdeps/alpha/setjmp.S: Likewise.
6476 * sysdeps/arm/sysdep.h: Likewise.
6477 * sysdeps/i386/setjmp.S: Likewise.
6478 * sysdeps/m68k/setjmp.c: Likewise.
6479 * sysdeps/posix/getcwd.c: Likewise.
6480 * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
6481 * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
6482 * sysdeps/s390/s390-32/setjmp.S: Likewise.
6483 * sysdeps/s390/s390-64/setjmp.S: Likewise.
6484 * sysdeps/sh/sh3/setjmp.S: Likewise.
6485 * sysdeps/sh/sh4/setjmp.S: Likewise.
6486 * sysdeps/unix/alpha/sysdep.h: Likewise.
6487 * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
6488 * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
6489 * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
6490 * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
6491 * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
6492 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
6493 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
6494 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
6495 * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
6496 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
6497 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
6498 * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
6499 * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
6500 * sysdeps/x86_64/setjmp.S: Likewise.
6501
d44a052c
JM
65022014-08-13 Joseph Myers <joseph@codesourcery.com>
6503
6504 [BZ #17263]
6505 * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Include
6506 <stdint.h>.
6507 (__get_clockfreq): Use uint64_t instead of hp_timing_t in
6508 INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK call.
6509
508ce3ac
SP
65102014-08-13 Siddhesh Poyarekar <siddhesh@redhat.com>
6511
e44c8b0e
SP
6512 * sysdeps/x86/fpu/bits/mathinline.h: Fix typo in comment.
6513
508ce3ac
SP
6514 [BZ #17262]
6515 * sysdeps/x86/fpu/bits/mathinline.h: Check both __SSE2_MATH__
6516 and __x86_64__ when disabling x87 inline functions.
6517
b4acef1f
L
65182014-08-12 H.J. Lu <hongjiu.lu@intel.com>
6519
6520 [BZ #17259]
6521 * sysdeps/x86_64/cacheinfo.c (intel_check_word): Replace cpuid
6522 asm statement with __cpuid_count.
6523
61b1ef6e
MF
65242014-08-12 Mike Frysinger <vapier@gentoo.org>
6525
6526 * configure.ac: Change __ehdr_start code to dereference the struct.
6527 Run readelf on the output to look for relocations.
6528 * configure: Regenerated.
6529
898c62f4
JM
65302014-08-12 Joseph Myers <joseph@codesourcery.com>
6531
6532 [BZ #17261]
6533 * sysdeps/powerpc/nofpu/fenv_const.c (__fe_enabled_env): Change
6534 value to 0.
6535 (__fe_nonieee_env): Define as an alias for __fe_dfl_env.
6536
9a8a5720
RM
65372014-08-12 Roland McGrath <roland@hack.frob.com>
6538
6539 * NEWS: Mention x86-64 ld.so use of Intel MPX instructions.
6540
4e75751c
BO
65412014-08-12 Bernard Ogden <bernie.ogden@linaro.org>
6542
6543 [BZ #16892]
6544 * sysdeps/nptl/lowlevellock.h (__lll_timedlock): Use
6545 atomic_compare_and_exchange_bool_acq rather than atomic_exchange_acq.
6546
bb2ce416
SA
65472014-08-12 Sean Anderson <seanga2@gmail.com>
6548
6549 * malloc/malloc.c: Fix typo in comment.
6550
7950a4ee
AM
65512014-08-09 Allan McRae <allan@archlinux.org>
6552
6553 * Regenerate libc.po.
6554
f469c49f
MF
65552014-08-08 Mike Frysinger <vapier@gentoo.org>
6556
6557 * intl/tst-gettext2.sh: Check every lang file for creation.
6558
656b84c2
WD
65592014-08-07 Wilco Dijkstra <wdijkstr@arm.com>
6560
6561 * sysdeps/aarch64/fpu/math_private.h
6562 (libc_feholdsetround_noex_aarch64_ctx): New function.
6563
538e9e45
W
65642014-08-07 Wilco Dijkstra <wdijkstr@arm.com>
6565
6566 * sysdeps/arm/armv6/strcpy.S (strcpy):
6567 Fix performance issue in misaligned cases.
6568
d4795e4a
AZ
65692014-08-05 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
6570
6571 * sysdeps/unix/sysv/linux/powerpc/bits/ioctl-types.h (struct winsize):
6572 Move definition from termios.h.
6573 (struct termio): Likewise.
6574 (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
6575 TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
6576 N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
6577 N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
6578 Likewise.
6579 * sysdeps/unix/sysv/linux/powerpc/bits/termios.h (struct winsize):
6580 Move definition to ioctl-types.h
6581 (struct termio): Likewise.
6582 (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
6583 TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
6584 N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
6585 N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
6586 Likewise.
6587
64accb62
RH
65882014-08-05 Richard Henderson <rth@redhat.com>
6589
27bb6dc0
RH
6590 * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Always raise
6591 exceptions.
6592 * sysdeps/alpha/soft-fp/Makefile [soft-fp] (sysdep_routines):
6593 Add fraiseexcpt.
6594 * sysdeps/alpha/soft-fp/sfp-machine.h (FP_HANDLE_EXCEPTIONS):
6595 Use __feraiseexcept.
6596 * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S (feraiseexcept):
6597 Protect libm symbols with IS_IN_libm.
6598
64accb62
RH
6599 * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Remove file.
6600
e5292691
BO
66012014-08-04 Bernard Ogden <bernie.ogden@linaro.org>
6602
6603 * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Remove file.
6604
5b4bd2d4
WN
66052014-08-04 Will Newton <will.newton@linaro.org>
6606
6607 * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Remove
6608 file.
6609
fcadaeef
MF
66102014-08-04 Mike Frysinger <vapier@gentoo.org>
6611
6612 * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h (PSEUDO): Add nocancel
6613 variants for each function.
6614
43a94c64
RM
66152014-08-04 Roland McGrath <roland@hack.frob.com>
6616
6617 * sysdeps/unix/sysv/linux/ia64/nptl/Makefile: File removed, contents
6618 appended ...
6619 * sysdeps/unix/sysv/linux/ia64/Makefile: ... here.
6620 * sysdeps/unix/sysv/linux/ia64/nptl/Versions: File removed, contents
6621 appended ...
6622 * sysdeps/unix/sysv/linux/ia64/Versions: ... here.
6623 * sysdeps/unix/sysv/linux/ia64/nptl/__ia64_longjmp.S: Moved ...
6624 * sysdeps/unix/sysv/linux/ia64/__ia64_longjmp.S: ... here.
6625 * sysdeps/unix/sysv/linux/ia64/nptl/__sigstack_longjmp.c: Moved ...
6626 * sysdeps/unix/sysv/linux/ia64/__sigstack_longjmp.c: ... here.
6627 * sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data: Moved ...
6628 * sysdeps/unix/sysv/linux/ia64/c++-types.data: ... here.
6629 * sysdeps/unix/sysv/linux/ia64/nptl/dl-sysdep.h: Moved ...
6630 * sysdeps/unix/sysv/linux/ia64/dl-sysdep.h: ... here.
6631 * sysdeps/unix/sysv/linux/ia64/nptl/ld.abilist: Moved ...
6632 * sysdeps/unix/sysv/linux/ia64/ld.abilist: ... here.
6633 * sysdeps/unix/sysv/linux/ia64/nptl/libBrokenLocale.abilist: Moved ...
6634 * sysdeps/unix/sysv/linux/ia64/libBrokenLocale.abilist: ... here.
6635 * sysdeps/unix/sysv/linux/ia64/nptl/libanl.abilist: Moved ...
6636 * sysdeps/unix/sysv/linux/ia64/libanl.abilist: ... here.
6637 * sysdeps/unix/sysv/linux/ia64/nptl/libc.abilist: Moved ...
6638 * sysdeps/unix/sysv/linux/ia64/libc.abilist: ... here.
6639 * sysdeps/unix/sysv/linux/ia64/nptl/libcrypt.abilist: Moved ...
6640 * sysdeps/unix/sysv/linux/ia64/libcrypt.abilist: ... here.
6641 * sysdeps/unix/sysv/linux/ia64/nptl/libdl.abilist: Moved ...
6642 * sysdeps/unix/sysv/linux/ia64/libdl.abilist: ... here.
6643 * sysdeps/unix/sysv/linux/ia64/nptl/libm.abilist: Moved ...
6644 * sysdeps/unix/sysv/linux/ia64/libm.abilist: ... here.
6645 * sysdeps/unix/sysv/linux/ia64/nptl/libnsl.abilist: Moved ...
6646 * sysdeps/unix/sysv/linux/ia64/libnsl.abilist: ... here.
6647 * sysdeps/unix/sysv/linux/ia64/nptl/libpthread.abilist: Moved ...
6648 * sysdeps/unix/sysv/linux/ia64/libpthread.abilist: ... here.
6649 * sysdeps/unix/sysv/linux/ia64/nptl/libresolv.abilist: Moved ...
6650 * sysdeps/unix/sysv/linux/ia64/libresolv.abilist: ... here.
6651 * sysdeps/unix/sysv/linux/ia64/nptl/librt.abilist: Moved ...
6652 * sysdeps/unix/sysv/linux/ia64/librt.abilist: ... here.
6653 * sysdeps/unix/sysv/linux/ia64/nptl/libthread_db.abilist: Moved ...
6654 * sysdeps/unix/sysv/linux/ia64/libthread_db.abilist: ... here.
6655 * sysdeps/unix/sysv/linux/ia64/nptl/libutil.abilist: Moved ...
6656 * sysdeps/unix/sysv/linux/ia64/libutil.abilist: ... here.
6657 * sysdeps/unix/sysv/linux/ia64/nptl/localplt.data: Moved ...
6658 * sysdeps/unix/sysv/linux/ia64/localplt.data: ... here.
6659 * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Moved ...
6660 * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: ... here.
6661 * sysdeps/unix/sysv/linux/ia64/nptl/sysdep-cancel.h: Moved ...
6662 * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: ... here.
6663 * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Moved ...
6664 * sysdeps/unix/sysv/linux/ia64/timer_create.c: ... here.
6665 * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Moved ...
6666 * sysdeps/unix/sysv/linux/ia64/timer_delete.c: ... here.
6667 * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Moved ...
6668 * sysdeps/unix/sysv/linux/ia64/timer_getoverr.c: ... here.
6669 * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c: Moved ...
6670 * sysdeps/unix/sysv/linux/ia64/timer_gettime.c: ... here.
6671 * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c: Moved ...
6672 * sysdeps/unix/sysv/linux/ia64/timer_settime.c: ... here.
6673 * sysdeps/unix/sysv/linux/ia64/nptl/unwind-forcedunwind.c: Moved ...
6674 * sysdeps/unix/sysv/linux/ia64/unwind-forcedunwind.c: ... here.
6675 Update #include.
6676 * sysdeps/unix/sysv/linux/ia64/nptl/unwind_longjmp.c: Moved ...
6677 * sysdeps/unix/sysv/linux/ia64/unwind_longjmp.c: ... here.
6678
8f3c1fa4
RM
66792014-08-04 Roland McGrath <roland@hack.frob.com>
6680
6681 * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h: Moved ...
6682 * sysdeps/ia64/nptl/bits/pthreadtypes.h: ... here.
6683 * sysdeps/unix/sysv/linux/ia64/nptl/bits/semaphore.h: Moved ...
6684 * sysdeps/ia64/nptl/bits/semaphore.h: ... here.
6685 * sysdeps/unix/sysv/linux/ia64/nptl/bits/local_lim.h: Moved ...
6686 * sysdeps/unix/sysv/linux/ia64/bits/local_lim.h: ... here.
6687
ca08746f
RM
66882014-08-04 Roland McGrath <roland@hack.frob.com>
6689
6690 * nptl/sysdeps/pthread/createthread.c: Include <arch-fork.h>.
6691 * sysdeps/unix/sysv/linux/ia64/arch-fork.h (ARCH_CLONE): New macro.
6692 * sysdeps/ia64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
6693 * sysdeps/unix/sysv/linux/ia64/nptl/createthread.c: File removed.
6694
9c925ff9
RM
66952014-08-04 Roland McGrath <roland@hack.frob.com>
6696
6697 * sysdeps/unix/sysv/linux/ia64/nptl/vfork.S: Moved ...
6698 * sysdeps/unix/sysv/linux/ia64/vfork.S: ... here.
6699 (__libc_vfork): Define function under this name.
6700 (__vfork): Define as an alias.
6701 * sysdeps/unix/sysv/linux/ia64/pt-vfork.S: New file.
6702 * sysdeps/unix/sysv/linux/ia64/nptl/pt-vfork.S: File removed.
6703
e641054c
RM
67042014-08-04 Roland McGrath <roland@hack.frob.com>
6705
6706 * sysdeps/unix/sysv/linux/ia64/clone2.S: Deconditionalize the code
6707 that was previously under [RESET_PID].
6708 * sysdeps/unix/sysv/linux/ia64/nptl/clone2.S: File removed.
6709
dacdc867
AS
67102014-08-04 Andreas Schwab <schwab@suse.de>
6711
6712 * sysdeps/ieee754/ldbl-96/s_fma.c: Include <math_private.h>.
6713
41f725ff
MF
67142014-08-03 Mike Frysinger <vapier@gentoo.org>
6715
6716 * stdlib/tst-setcontext.c (test_stack): Fix coding style.
6717 (main): Likewise.
6718
277cfb31
RM
67192014-08-01 Roland McGrath <roland@hack.frob.com>
6720
6721 * sysdeps/unix/sysv/linux/arm/lowlevellock.h: File removed.
6722
4896f049
RH
67232014-08-01 Richard Henderon <rth@redhat.com>
6724
6725 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use math_force_eval before
6726 feclearexcept; use math_opt_barrier instead of open-coded asm; fix
6727 typo in exact zero test.
6728 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
6729 * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
6730 * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
6731
6f64e7d7
RM
67322014-08-01 Roland McGrath <roland@hack.frob.com>
6733
6734 * sysdeps/unix/sysv/linux/arm/sysdep.h (PTR_MANGLE_LOAD, PTR_MANGLE)
6735 (PTR_MANGLE2, PTR_DEMANGLE, PTR_DEMANGLE2): Move these macros...
6736 * sysdeps/arm/sysdep.h: ... here.
6737 [!__ASSEMBLER__]: Include <stdint.h>.
6738
3f3dd810
SP
67392014-08-01 Siddhesh Poyarekar <siddhesh@redhat.com>
6740
a476ac4b
SP
6741 * include/libc-symbols.h (HAVE_LIBINTL_H): Define macro.
6742 (HAVE_WCTYPE_H): Likewise.
6743 (HAVE_ISWCTYPE): Likewise.
6744 (ENABLE_NLS): Likewise.
6745 * posix/regex_internal.h [(defined MB_CUR_MAX && HAVE_WCTYPE_H
6746 && HAVE_ISWCTYPE) || _LIBC]: Sync up with gnulib.
6747
78dd658a
SP
6748 * posix/regex_internal.c: Check if DEBUG is defined and is
6749 set.
6750
3f3dd810
SP
6751 * include/libc-symbols.h (HAVE_MBSTATE_T): Define macro.
6752 (HAVE_MBSRTOWCS): Likewise.
6753 * posix/fnmatch.c: Include string.h unconditionally.
6754
95ee7fb1
SL
67552014-08-01 Stefan Liebler <stli@linux.vnet.ibm.com>
6756
6757 * NEWS: Explain the s390 jmp_buf / ucontext_t ABI change
6758 reversal.
6759
23fe486b
RM
67602014-07-31 Roland McGrath <roland@hack.frob.com>
6761
f61a113f
RM
6762 * sysdeps/generic/safe-fatal.h: New file.
6763 * sysdeps/unix/sysv/linux/safe-fatal.h: New file.
6764 * nptl/forward.c: Include it.
6765 (__pthread_unwind): Use __safe_fatal as default action, rather
6766 than a bogus use of INTERNAL_SYSCALL that could never work.
6767
9fe7e787
RM
6768 * config.h.in (HAVE_BUILTIN_TRAP): New #define to 0.
6769 * configure.ac (libc_cv_builtin_trap): New test.
6770 * configure: Regenerated.
6771 * sysdeps/generic/abort-instr.h [HAVE_BUILTIN_TRAP]
6772 (ABORT_INSTRUCTION): Define using __builtin_trap.
6773
23fe486b
RM
6774 * nptl/pthreadP.h (SIGCANCEL, SIGTIMER, SIGSETXID, __xidcmd): Moved ...
6775 * sysdeps/unix/sysv/linux/nptl-signals.h: ... to this new file.
6776 * sysdeps/nptl/nptl-signals.h: New file.
6777 * nptl/pthreadP.h: Include <nptl-signals.h>.
6778
f349489e
SL
67792014-07-31 Stefan Liebler <stli@linux.vnet.ibm.com>
6780
6781 * sysdeps/s390/s390-64/utf16-utf32-z9.c
6782 (ONE_DIRECTION): Define.
6783 * sysdeps/s390/s390-64/utf8-utf16-z9.c
6784 (ONE_DIRECTION): Define.
6785 * sysdeps/s390/s390-64/utf8-utf32-z9.c
6786 (ONE_DIRECTION): Define.
6787
2f438e20
SL
67882014-07-31 Stefan Liebler <stli@linux.vnet.ibm.com>
6789
6790 * sysdeps/s390/Makefile: Delete file.
6791 * sysdeps/s390/Versions (GLIBC_2.19): Remove __setjmp.
6792 * sysdeps/s390/__longjmp.c: Delete file.
6793 * sysdeps/s390/bits/setjmp.h (__s390_jmp_buf):
6794 Remove fields __flags and __reserved.
6795 * sysdeps/s390/longjmp.c: Include setjmp/longjmp.c
6796 and add versioning.
6797 * sysdeps/s390/rtld-__longjmp.c: Delete file.
6798 * sysdeps/s390/rtld-global-offsets.sym: Likewise.
6799 * sysdeps/s390/rtld-setjmp.S: Likewise.
6800 * sysdeps/s390/s390-32/__longjmp-common.c: Move to ...
6801 * sysdeps/s390/s390-32/__longjmp.c: ... here.
6802 * sysdeps/s390/s390-32/setjmp-common.S: Move to ...
6803 * sysdeps/s390/s390-32/setjmp.S: ... here.
6804 Add versioning.
6805 (__sigsetjmp): Remove setting __flags field.
6806 * sysdeps/s390/s390-64/__longjmp-common.c:Move to ...
6807 * sysdeps/s390/s390-64/__longjmp.c: ... here.
6808 * sysdeps/s390/s390-64/setjmp-common.S: Move to ...
6809 * sysdeps/s390/s390-64/setjmp.S: ... here.
6810 Add versioning.
6811 (__sigsetjmp): Remove setting __flags field.
6812 * sysdeps/s390/setjmp.S: Delete file.
6813 * sysdeps/s390/sigjmp.c: Likewise.
6814 * sysdeps/s390/v1-longjmp.c: Likewise.
6815 * sysdeps/s390/v1-setjmp.h: Likewise.
6816 * sysdeps/s390/v1-sigjmp.c: Likewise.
6817 * sysdeps/unix/sysv/linux/s390/Makefile (sysdep_routines):
6818 Remove v1-longjmp_chk.
6819 * sysdeps/unix/sysv/linux/s390/getcontext.S: Delete file.
6820 * sysdeps/unix/sysv/linux/s390/longjmp_chk.c:
6821 Include debug/longjmp_chk.c and add versioning.
6822 * sysdeps/unix/sysv/linux/s390/pt-longjmp.c:
6823 Include nptl/pt-longjmp.c and add versioning.
6824 * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: Delete file.
6825 * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c:
6826 Include __longjmp.c.
6827 * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
6828 Move to ...
6829 * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: ... here.
6830 (__getcontext): Remove setting __flags field.
6831 Add versioning.
6832 * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
6833 Don't restore upper high grps.
6834 * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S:
6835 Likewise.
6836 (__swapcontext): Remove setting uc_flags field.
6837 * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym:
6838 Delete file.
6839 * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
6840 Include __longjmp.c.
6841 * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
6842 Move to ...
6843 * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: ... here.
6844 (__getcontext): Remove setting __flags field.
6845 Add versioning.
6846 * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S:
6847 (__swapcontext): Remove setting uc_flags field.
6848 * unix/sysv/linux/s390/s390-64/ucontext_i.sym: Delete file.
6849 * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (ucontext):
6850 Remove fields uc_high_gprs and __reserved.
6851 * sysdeps/unix/sysv/linux/s390/ucontext_i.sym:
6852 New file with reverted content.
6853 * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: Delete file.
6854 * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist:
6855 Regenerated.
6856 * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist:
6857 Regenerated.
6858
6c9578a2
AS
68592014-07-31 Andreas Schwab <schwab@suse.de>
6860
6861 * config.h.in (HAVE_IFUNC): Define to 0.
6862 * rt/clock-compat.c [HAVE_IFUNC]: Check for value, not
6863 definedness.
6864
05f3633d
LM
68652014-07-30 Ling Ma <ling.ml@alibaba-inc.com>
6866
6867 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
6868 memmove-avx-unaligned, memcpy-avx-unaligned and
6869 mempcpy-avx-unaligned.
6870 * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
6871 Add tests for AVX memcpy functions.
6872 * sysdeps/x86_64/multiarch/memcpy.S: Add support for AVX memcpy.
6873 * sysdeps/x86_64/multiarch/memcpy_chk.S: Add support for AVX
6874 memcpy_chk.
6875 * sysdeps/x86_64/multiarch/memmove.c: Add support for AVX memmove.
6876 * sysdeps/x86_64/multiarch/memmove_chk.c: Add support for AVX
6877 memmove_chk.
6878 * sysdeps/x86_64/multiarch/mempcpy.S: Add support for AVX mempcpy.
6879 * sysdeps/x86_64/multiarch/mempcpy_chk.S: Add support for AVX
6880 mempcpy_chk.
6881 * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: New file.
6882 * sysdeps/x86_64/multiarch/mempcpy-avx-unaligned.S: New file.
6883 * sysdeps/x86_64/multiarch/memmove-avx-unaligned.S: New file.
6884
a53fbd8e
AZ
68852013-07-29 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
6886
6887 [BZ #17213]
6888 * sysdeps/powerpc/powerpc64/entry.h: Fix TEXT_START definition for
6889 powerpc64le.
6890
0961f7e1
JL
68912014-07-29 Jeff Layton <jlayton@poochiereds.net>
6892
6893 [BZ #16839]
6894 * manual/llio.texi: Add section about open file description locks.
6895 * manual/examples/ofdlocks.c: Example of open file description
6896 lock usage.
6897 * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Define F_OFD_GETLK,
6898 F_OFD_SETLK, and F_OFD_SETLKW.
6899
cc5fb300
AM
69002014-07-23 Allan McRae <allan@archlinux.org>
6901
6902 * po/es.po: Update Spanish translation from translation project.
6903
23329dca
AS
69042014-07-18 Andreas Schwab <schwab@linux-m68k.org>
6905
6906 * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Removed.
6907
9c82da17
MR
69082014-07-17 Maciej W. Rozycki <macro@codesourcery.com>
6909
6910 [BZ #17078]
6911 * sysdeps/arm/dl-machine.h (elf_machine_rela)
6912 [RESOLVE_CONFLICT_FIND_MAP]: Handle R_ARM_TLS_DESC relocation.
6913 (elf_machine_lazy_rel): Handle prelinked R_ARM_TLS_DESC entries.
6914
29c4f53e
JM
69152014-07-17 Joseph Myers <joseph@codesourcery.com>
6916
831b9896
JM
6917 [BZ #17088]
6918 * math/fesetenv.c (__fesetenv)
6919 [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Return 1 for FE_NOMASK_ENV.
6920 * math/feupdateenv.c (__feupdateenv)
6921 [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Likewise.
6922
b21c2d50
JM
6923 * sysdeps/unix/sysv/linux/s390/kernel-features.h: New file.
6924 * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
6925 (__ASSUME_SOCKETCALL): Do not define.
6926
067764ef
JM
6927 * sysdeps/unix/sysv/linux/sh/kernel-features.h: New file.
6928 * sysdeps/unix/sysv/linux/kernel-features.h [__sh__]
6929 (__ASSUME_SOCKETCALL): Do not define.
6930 (__ASSUME_ST_INO_64_BIT): Define unconditionally.
6931 [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
6932 (__ASSUME_ACCEPT4_SYSCALL): Do not define.
6933 [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
6934 (__ASSUME_RECVMMSG_SYSCALL): Likewise.
6935 [__LINUX_KERNEL_VERSION >= 0x030000 && __sh__]
6936 (__ASSUME_SENDMMSG_SYSCALL): Likewise.
6937 [__sh__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
6938
642530c1
JM
6939 * sysdeps/unix/sysv/linux/powerpc/kernel-features.h: New file.
6940 * sysdeps/unix/sysv/linux/kernel-features.h [__powerpc__]
6941 (__ASSUME_SOCKETCALL): Do not define.
6942 (__ASSUME_IPC64): Define unconditionally.
6943 [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
6944 (__ASSUME_ACCEPT4_SYSCALL): Do not define.
6945 [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
6946 (__ASSUME_RECVMMSG_SYSCALL): Likewise.
6947 [__LINUX_KERNEL_VERSION >= 0x030000 && __powerpc__]
6948 (__ASSUME_SENDMMSG_SYSCALL): Likewise.
6949 [__powerpc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL):
6950 Likewise.
6951
03f77315
JM
6952 * sysdeps/unix/sysv/linux/sparc/kernel-features.h: New file.
6953 * sysdeps/unix/sysv/linux/kernel-features.h [__sparc__]
6954 (__ASSUME_SOCKETCALL): Do not define.
6955 (__ASSUME_SET_ROBUST_LIST): Define unconditionally.
6956 (__ASSUME_FUTEX_LOCK_PI): Likewise.
6957 [__sparc__] (__ASSUME_ACCEPT4_SYSCALL): Do not define.
6958 [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
6959 (__ASSUME_REQUEUE_PI): Define unconditionally.
6960 [__LINUX_KERNEL_VERSION >= 0x020621 && __sparc__]
6961 (__ASSUME_RECVMMSG_SYSCALL): Do not define.
6962 [__sparc__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
6963 [__LINUX_KERNEL_VERSION >= 0x030000 && __sparc__]
6964 (__ASSUME_SENDMMSG_SYSCALL): Likewise.
6965 [__sparc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
6966
083b1f7c
JM
6967 * sysdeps/unix/sysv/linux/i386/kernel-features.h: New file.
6968 * sysdeps/unix/sysv/linux/kernel-features.h [__i386__]
6969 (__ASSUME_SOCKETCALL): Do not define.
6970 [__LINUX_KERNEL_VERSION >= 0x020621 && __i386__]
6971 (__ASSUME_RECVMMSG_SYSCALL): Likewise.
6972 [__i386__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
6973 [__LINUX_KERNEL_VERSION >= 0x030000 && __i386__]
6974 (__ASSUME_SENDMMSG_SYSCALL): Likewise.
6975 [__i386__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
6976
5be44ea6
JM
6977 * sysdeps/unix/sysv/linux/x86_64/kernel-features.h: New file.
6978 * sysdeps/unix/sysv/linux/kernel-features.h [__x86_64__]
6979 (__ASSUME_ACCEPT4_SYSCALL): Do not define.
6980 [__LINUX_KERNEL_VERSION >= 0x020621 && __x86_64__]
6981 (__ASSUME_RECVMMSG_SYSCALL): Likewise.
6982 [__LINUX_KERNEL_VERSION >= 0x030000 && __x86_64__]
6983 (__ASSUME_SENDMMSG_SYSCALL): Likewise.
6984 [__x86_64__ && __LINUX_KERNEL_VERSION >= 0x030100]
6985 (__ASSUME_GETCPU_SYSCALL): Likewise.
6986
d95ffd4c
JM
6987 * aclocal.m4 (LIBC_SLIBDIR_RTLDDIR): New macro.
6988 * sysdeps/gnu/configure.ac: Use LIBC_SLIBDIR_RTLDDIR. Remove
6989 cases for individual architectures.
6990 * sysdeps/gnu/configure: Regenerated.
6991 * sysdeps/unix/sysv/linux/aarch64/configure.ac: Use
6992 LIBC_SLIBDIR_RTLDDIR.
6993 * sysdeps/unix/sysv/linux/aarch64/configure: Regenerated.
6994 * sysdeps/unix/sysv/linux/mips/configure.ac: Use
6995 LIBC_SLIBDIR_RTLDDIR.
6996 * sysdeps/unix/sysv/linux/mips/configure: Regenerated.
6997 * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: Use
6998 LIBC_SLIBDIR_RTLDDIR.
6999 * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
7000 Regenerated.
7001 * sysdeps/unix/sysv/linux/s390/s390-64/configure.ac: New file.
7002 * sysdeps/unix/sysv/linux/s390/s390-64/configure: New generated
7003 file.
7004 * sysdeps/unix/sysv/linux/sparc/sparc64/configure.ac: New file.
7005 * sysdeps/unix/sysv/linux/sparc/sparc64/configure: New generated
7006 file.
7007 * sysdeps/unix/sysv/linux/x86_64/64/configure.ac: New file.
7008 * sysdeps/unix/sysv/linux/x86_64/64/configure: New generated file.
7009 * sysdeps/unix/sysv/linux/x86_64/x32/configure.ac: New file.
7010 * sysdeps/unix/sysv/linux/x86_64/x32/configure: Generate.
7011
29c4f53e
JM
7012 * sysdeps/aarch64/shlib-versions: Move to ...
7013 * sysdeps/unix/sysv/linux/aarch64/shlib-versions: ... here.
7014 * sysdeps/alpha/shlib-versions: Move to ...
7015 * sysdeps/unix/sysv/linux/alpha/shlib-versions: ... here.
7016 * sysdeps/arm/shlib-versions: Move to ...
7017 * sysdeps/unix/sysv/linux/arm/shlib-versions: ... here.
7018 * sysdeps/hppa/shlib-versions: Move all contents except for
7019 libgcc_s entry to ...
7020 * sysdeps/unix/sysv/linux/hppa/shlib-versions: ... here. Merge in
7021 entry from ...
7022 * sysdeps/hppa/nptl/shlib-versions: ... here. Remove file.
7023 * sysdeps/ia64/shlib-versions: Move to ...
7024 * sysdeps/unix/sysv/linux/ia64/shlib-versions: ... here. Merge in
7025 entry from ...
7026 * sysdeps/ia64/nptl/shlib-versions: ... here. Remove file.
7027 * sysdeps/m68k/coldfire/shlib-versions: Move to ...
7028 * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: ... here.
7029 * sysdeps/microblaze/shlib-versions: Move to ...
7030 * sysdeps/unix/sysv/linux/microblaze/shlib-versions: ... here.
7031 * sysdeps/mips/shlib-versions: Move to ...
7032 * sysdeps/unix/sysv/linux/mips/shlib-versions: ... here. Merge in
7033 entry from ...
7034 * sysdeps/mips/nptl/shlib-versions: ... here. Remove file.
7035 * sysdeps/tile/shlib-versions: Move to ...
7036 * sysdeps/unix/sysv/linux/tile/shlib-versions: ... here.
7037 * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Merge in entry
7038 from ...
7039 * sysdeps/x86_64/64/shlib-versions: ... here. Remove file.
7040 * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Merge in
7041 entry from ...
7042 * sysdeps/x86_64/x32/shlib-versions: ... here. Remove file.
7043
32bead5b
WN
70442014-07-17 Will Newton <will.newton@linaro.org>
7045
57977c4b
WN
7046 * sysdeps/arm/bits/atomic.h
7047 (__arch_compare_and_exchange_bool_8_int): Evaluate to zero.
7048 (__arch_compare_and_exchange_bool_16_int): Likewise.
7049 (__arch_compare_and_exchange_bool_64_int): Likewise.
7050
32bead5b
WN
7051 * iconv/loop.c: Move definition of LOOPFCT and gconv_btowc
7052 into an #else block.
7053
37fccd41
RM
70542014-07-16 Roland McGrath <roland@hack.frob.com>
7055
7056 * sysdeps/arm/preconfigure.ac: Apply EABI sanity check to arm*, not
7057 just Linux configurations. Test empirically that the compiler sets
7058 __ARM_EABI__, rather than using the tuple to decide.
7059 * sysdeps/arm/preconfigure: Regenerated.
7060 * sysdeps/unix/sysv/linux/arm/configure: File removed.
7061 * sysdeps/unix/sysv/linux/arm/configure.ac: File removed,
7062 contents appended ...
7063 * sysdeps/arm/configure.ac: ... here.
7064 * sysdeps/arm/configure: Regenerated.
7065
b365f3ec
RM
70662014-07-15 Roland McGrath <roland@hack.frob.com>
7067
8badf496
RM
7068 * nptl/pthread_kill.c: New file.
7069 * nptl/pthread_sigmask.c: New file.
7070 * nptl/pthread_sigqueue.c: New file.
7071
3df6f22e
RM
7072 * sysdeps/nptl/lowlevellock.h: New file.
7073 * sysdeps/unix/sysv/linux/lowlevellock-futex.h: New file.
7074 * sysdeps/nptl/lowlevellock-futex.h: New file.
7075
b365f3ec
RM
7076 * nptl/pthreadP.h (__current_sigrtmin, __current_sigrtmax):
7077 Remove dead declarations.
7078
f2fef657
L
70792014-07-14 H.J. Lu <hongjiu.lu@intel.com>
7080
7081 * config.h.in (HAVE_AVX2_SUPPORT): New #undef.
7082 * sysdeps/i386/configure.ac: Set HAVE_AVX2_SUPPORT and
7083 config-cflags-avx2.
7084 * sysdeps/x86_64/configure.ac: Likewise.
7085 * sysdeps/i386/configure: Regenerated.
7086 * sysdeps/x86_64/configure: Likewise.
7087 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
7088 memset-avx2 only if config-cflags-avx2 is yes.
7089 * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
7090 Tests for memset_chk and memset only if HAVE_AVX2_SUPPORT is
7091 defined.
7092 * sysdeps/x86_64/multiarch/memset.S: Define multiple versions
7093 only if HAVE_AVX2_SUPPORT is defined.
7094 * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
7095
f6c44d47
AM
70962014-07-14 Alan Modra <amodra@gmail.com>
7097
7098 [BZ #17153]
7099 * elf/elf.h (DT_PPC64_NUM): Correct value.
7100 * NEWS: Add to fixed bug list.
7101
7ee03f00
JM
71022014-07-13 Jim Meyering <meyering@fb.com>
7103
7104 [BZ 17150]
7105 regex: don't deref NULL upon heap allocation failure
7106 * posix/regcomp.c: (parse_dup_op): Handle duplicate_tree
7107 failure in one more place.
7108 To trigger the segfault, configure grep -with-included-regex,
7109 build it, and run these commands:
7110 ( ulimit -v 300000; echo a|src/grep -E a+++++++++++++++++++++ )
7111
9d39d517
AS
71122014-07-13 Andreas Schwab <schwab@linux-m68k.org>
7113
7114 * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
7115
a75b89b7
RH
71162014-07-11 Richard Henderson <rth@redhat.com>
7117
7118 * sysdeps/aarch64/libm-test-ulps: Update.
7119
771eb141
FW
71202014-07-10 Florian Weimer <fweimer@redhat.com>
7121
7122 [BZ #17135]
7123 * nptl/pthreadP.h (__nptl_setxid_error): Declare function.
7124 * nptl/allocatestack.c (__nptl_setxid_error): New function.
7125 (__nptl_setxid): Initialize error member. Call
7126 __nptl_setxid_error.
7127 * nptl/nptl-init.c (sighandler_setxid): Call __nptl_setxid_error.
7128 * nptl/descr.h (struct xid_command): Add error member.
7129 * nptl/tst-setuid3.c: New file.
7130 * nptl/Makefile (tests): Add it.
7131
bc1da176
AZ
71322014-07-10 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
7133
7134 * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h (__lll_base_trylock):
7135 New define.
7136 (__lll_trylock): Use __lll_base_trylock.
7137 (__lll_cond_trylock): Likewise.
7138
887865fc
RM
71392014-07-10 Roland McGrath <roland@hack.frob.com>
7140
c0c6bac9
RM
7141 * nptl/pthread_create.c (start_thread): Use atomic_or and
7142 lll_futex_wake directly rather than lll_robust_dead.
7143 * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
7144 (lll_robust_dead): Macro removed.
6a42be57 7145 * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Likewise.
c0c6bac9
RM
7146 * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
7147 * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
7148 * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
7149 * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
7150 * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
7151 * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
7152 * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
7153 * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
7154 * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
7155 * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
7156 * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
7157 * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
7158 * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
7159 * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
7160
887865fc
RM
7161 * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock):
7162 Use atomic_compare_and_exchange_val_acq directly rather than
7163 lll_robust_trylock.
7164 * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
7165 (__lll_robust_trylock, lll_robust_trylock): Removed.
7166 * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
7167 * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
7168 * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
7169 * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
7170 * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
7171 * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
7172 * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
7173 * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
7174 * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
7175 * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
7176 * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
7177 * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
7178 * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
7179 * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
7180
58536726
FW
71812014-07-02 Florian Weimer <fweimer@redhat.com>
7182
7183 * manual/locale.texi (Locale Names): New section documenting
7184 locale name syntax. Adjust menu and node chaining accordingly.
7185 (Choosing Locale): Reference Locale Names, Locale Categories.
7186 Mention setting LC_ALL=C. Reflect that name syntax is now
7187 documented.
7188 (Locale Categories): New section title. Reference Locale Names.
7189 LC_ALL is an environment variable, but not a category.
7190 (Setting the Locale): Remove "locale -a" invocation and LOCPATH
7191 description, now in Locale Name. Reference that section. Locale
7192 name syntax is now documented.
7193
4e8f95a0
FW
71942014-07-02 Florian Weimer <fweimer@redhat.com>
7195
7196 [BZ #17137]
7197 * locale/findlocale.c (name_present, valid_locale_name): New
7198 functions.
7199 (_nl_find_locale): Use the loc_name variable to store name
7200 candidates. Call name_present and valid_locale_name to check and
7201 validate locale names. Return an error if the locale is invalid.
7202
d1836456
FW
72032014-07-02 Florian Weimer <fweimer@redhat.com>
7204
7205 * locale/setlocale.c (setlocale): Use strdup for allocating
7206 composite name copy.
7207
d69b7f5a
SP
72082014-07-10 Siddhesh Poyarekar <siddhesh@redhat.com>
7209
888c679b
SP
7210 Sync up with gnulib.
7211 * misc/error.c: Use !_LIBC instead of HAVE_CONFIG_H.
7212 [!_LIBC && ENABLE_NLS]: Include gettext.h.
7213 [_LIBC]: Define USE_UNLOCKED_IO, _GL_ATTRIBUTE_FORMAT_PRINTF
7214 and _GL_ARG_NONNULL.
7215 [USE_UNLOCKED_IO]: Include unlocked-io.h.
7216 [!_LIBC]: Include code for Windows and Cygwin.
7217 [!_LIBC && !HAVE_DECL_STRERROR_R && !STRERROR_R_CHAR_P]:
7218 Include prototype for int strerror_r.
7219 [!_LIBC] (is_open): New function.
7220 (flush_stdout): New function.
7221 (print_errno_message): Use it.
7222 (error): Likewise.
7223 (error_at_line): Likewise.
7224 (error_tail) Add function attribute macros. Use
7225 __builtin_expect.
7226
180e0e4b
SP
7227 * time/strptime_l.c [_LIBC]: Define HAVE_LOCALTIME_R.
7228
d22f1fe2
SP
7229 * time/strftime_l.c [_LIBC]: Define HAVE_STRFTIME.
7230
12f2254b
SP
7231 * io/ftw.c: Include sys/param.h unconditionally.
7232
c3c7c360
SP
7233 * locale/programs/simple-hash.c [!HAVE_OBSTACK]: Remove code.
7234
d62aa75a
SP
7235 [BZ #17125]
7236 * sysdeps/unix/sysv/linux/check_pf.c (cache): Don't use
7237 libc_freeres_ptr.
7238 (freecache): New function to free CACHE on exit.
7239
d69b7f5a
SP
7240 * sunrpc/xdr.c (xdr_string): Add comment about SIZE
7241 initialization.
7242
5efe06a1
DM
72432014-07-09 David S. Miller <davem@davemloft.net>
7244
7245 * sysdeps/sparc/fpu/libm-test-ulps: Update.
7246
7000d82e
DM
7247 * sysdeps/sparc/nptl/internaltypes.h: Delete.
7248 * sysdeps/sparc/nptl/sparc-nptl.h: New file.
7249 * sysdeps/sparc/nptl/pthread_barrier_destroy.c: Include it.
7250 * sysdeps/sparc/nptl/pthread_barrier_init.c: Likewise.
7251 * sysdeps/sparc/nptl/pthread_barrier_wait.c: Likewise.
7252 * sysdeps/sparc/nptl/sem_init.c: Likewise.
7253 * sysdeps/sparc/nptl/sem_post.c: Likewise.
7254 * sysdeps/sparc/nptl/sem_timedwait.c: Likewise.
7255 * sysdeps/sparc/nptl/sem_wait.c: Likewise.
7256 * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Likewise.
7257 * sysdeps/sparc/sparc32/nptl/sem_post.c: Likewise.
7258 * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Likewise.
7259 * sysdeps/sparc/sparc32/nptl/sem_wait.c: Likewise.
7260
c213442d
AS
72612014-07-09 Andreas Schwab <schwab@suse.de>
7262
4a2552c3
AS
7263 * sysdeps/powerpc/test-gettimebase.c (do_test): Add newline to
7264 output.
7265 * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c
7266 (do_test): Likewise.
7267
c213442d
AS
7268 * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
7269
82374e65
WN
72702014-07-09 Will Newton <will.newton@linaro.org>
7271
7272 * sysdeps/aarch64/tlsdesc.c (_dl_unmap): Test SHARED with #ifdef.
7273 * sysdeps/arm/tlsdesc.c (_dl_unmap): Likewise.
7274 * sysdeps/i386/tlsdesc.c (_dl_unmap): Likewise.
7275 * sysdeps/x86_64/tlsdesc.c (_dl_unmap): Likewise.
7276 * sysdeps/hppa/start.S (_start): Likewise.
7277
6680738a
SP
72782014-07-09 Siddhesh Poyarekar <siddhesh@redhat.com>
7279
6ee3eab4
SP
7280 * sunrpc/xdr.c (xdr_string): Initialize SIZE to 0.
7281
6680738a
SP
7282 * sysdeps/generic/unwind-pe.h: Only check if __cplusplus is
7283 defined.
7284
80b5c505
SP
72852014-07-08 Siddhesh Poyarekar <siddhesh@redhat.com>
7286
e35c53e3
SP
7287 * resolv/res_query.c (__libc_res_nsearch): Dereference resplen2
7288 after checking that it is non-NULL.
7289
80b5c505
SP
7290 * sysdeps/i386/dl-machine.h: Define ELF_MACHINE_NO_REL.
7291
91f4b564
AZ
72922014-07-08 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
7293
27b75f56
AZ
7294 * sysdeps/powerpc/memmove.c: Remove file.
7295 * sysdeps/powerpc/powerpc32/power4/memcopy.h
7296 [MEMCPY_OK_FOR_FWD_MEMMOVE]: Define it to 1.
7297 * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c
7298 [MEMCPY_OK_FOR_FWD_MEMMOVE]: Remove define.
7299 * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c:
7300 [MEMCPY_OK_FOR_FWD_MEMMOVE]: Likewise.
7301 * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Include default
7302 string memmove instead of removed powerpc one.
7303
e7f95bb5
AZ
7304 * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
7305 [weak_alias]: Fix compiler warning due trailing data.
7306 * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S:
7307 [weak_alias]: Likewise.
7308 * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: Fix compile
7309 warnigs due missing definition of __strcpy_power7 and __strlen_power7.
7310
91f4b564
AZ
7311 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
7312 (__libc_ifunc_impl_list): Add memmove functions.
7313
7c33f1e5
SP
73142014-07-08 Siddhesh Poyarekar <siddhesh@redhat.com>
7315
7316 * localedata/tests-mbwc/dat_iswalnum.c [SHOJI_IS_RIGHT]:
7317 Remove code.
7318 * localedata/tests-mbwc/dat_iswalpha.c [SHOJI_IS_RIGHT]:
7319 Likewise
7320 * localedata/tests-mbwc/dat_iswctype.c [SHOJI_IS_RIGHT]:
7321 Likewise
7322 * localedata/tests-mbwc/dat_iswgraph.c [SHOJI_IS_RIGHT]:
7323 Likewise
7324 * localedata/tests-mbwc/dat_iswprint.c [SHOJI_IS_RIGHT]:
7325 Likewise
7326 * localedata/tests-mbwc/dat_iswpunct.c [SHOJI_IS_RIGHT]:
7327 Likewise
7328 * localedata/tests-mbwc/dat_mbrlen.c [SHOJI_IS_RIGHT]:
7329 Likewise
7330 * localedata/tests-mbwc/dat_mbstowcs.c [SHOJI_IS_RIGHT]:
7331 Likewise
7332 * localedata/tests-mbwc/dat_mbtowc.c [SHOJI_IS_RIGHT]:
7333 Likewise
7334 * localedata/tests-mbwc/dat_strcoll.c [SHOJI_IS_RIGHT]:
7335 Likewise
7336 * localedata/tests-mbwc/dat_swscanf.c [SHOJI_IS_RIGHT]:
7337 Likewise
7338 * localedata/tests-mbwc/dat_towctrans.c [SHOJI_IS_RIGHT]:
7339 Likewise
7340 * localedata/tests-mbwc/dat_wcscoll.c [SHOJI_IS_RIGHT]:
7341 Likewise
7342 * localedata/tests-mbwc/dat_wcswidth.c [SHOJI_IS_RIGHT]:
7343 Likewise
7344 * localedata/tests-mbwc/dat_wctob.c [SHOJI_IS_RIGHT]:
7345 Likewise
7346 * localedata/tests-mbwc/dat_wcwidth.c [SHOJI_IS_RIGHT]:
7347 Likewise
7348 * localedata/tests-mbwc/tst_towctrans.c [SHOJI_IS_RIGHT]:
7349 Likewise
7350
3f17b03b
AZ
73512014-07-07 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
7352
87868c24
AZ
7353 * sysdeps/powerpc/powerpc64/power7/memcpy.S: Align VSX copies to 16B
7354 to avoid alignment traps in non-cacheable memory.
7355 * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
7356
07aedd78
AZ
7357 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memmove
7358 multiarch objects.
7359 * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c: New
7360 file: multiarch power7 memmove.
7361 * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c: New file:
7362 multiarch default memmove.
7363 * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: New file:
7364 multiarch memove for powerpc32/power4.
7365
17762f66
AZ
7366 * string/bcopy.c: Use full path to include memmove.c.
7367 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memmove and bcopy
7368 multiarch objects.
7369 * sysdeps/powerpc/powerpc64/multiarch/bcopy-ppc64.c: New file: default
7370 bcopy for powerpc64.
7371 * sysdeps/powerpc/powerpc64/multiarch/bcopy.c: New file: multiarch
7372 bcopy for powerpc64.
7373 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Add bcopy
7374 and memmove implementations.
7375 * sysdeps/powerpc/powerpc64/multiarch/memmove-power7.S: New file:
7376 optimized multiarch memmove for POWER7/powerpc64.
7377 * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: New file:
7378 default multiarch memmove for powerpc64.
7379 * sysdeps/powerpc/powerpc64/multiarch/memmove.c: New file: memmove
7380 multiarch for powerpc64.
7381 * sysdeps/powerpc/powerpc64/power7/bcopy.c: New file: optimized bcopy
7382 for POWER7/powerpc64.
7383 * sysdeps/powerpc/powerpc64/power7/memmove.S: New file: optimized
7384 memmove for POWER7/powerpc64.
7385
d6f68bbe
AZ
7386 * sysdeps/powerpc/memmove.c (memmove): Cleanup impplementation to use
7387 glibc default one.
7388
3f17b03b
AZ
7389 * sysdeps/powerpc/bits/link.h [_CALL_ELF]: Guard check for
7390 __ELF_NATIVE_CLASS equal to 64.
7391
08192659
RM
73922014-07-07 Roland McGrath <roland@hack.frob.com>
7393
f4c4021b
RM
7394 * sysdeps/nptl/lowlevellock.h: File removed.
7395
f083450f
RM
7396 * NEWS: NPTL is no longer an add-on!
7397 * nptl/internaltypes.h: Moved ...
7398 * sysdeps/nptl/internaltypes.h: ... here.
7399 * sysdeps/nptl/aio_misc.h: Use <nptl/pthreadP.h> in #include.
7400 * sysdeps/nptl/fork.c: Likewise.
7401 * sysdeps/nptl/gai_misc.h: Likewise.
7402 * sysdeps/nptl/librt-cancellation.c: Likewise.
7403 * sysdeps/nptl/jmp-unwind.c: Likewise.
7404 * sysdeps/nptl/setxid.h: Likewise.
7405 * sysdeps/unix/sysv/linux/aarch64/Implies: New file.
7406 * sysdeps/unix/sysv/linux/alpha/Implies: Add alpha/nptl.
7407 * sysdeps/unix/sysv/linux/arm/Implies: New file.
7408 * sysdeps/unix/sysv/linux/hppa/Implies: New file.
7409 * sysdeps/unix/sysv/linux/i386/Implies: Add i386/nptl.
7410 * sysdeps/unix/sysv/linux/i386/i686/Implies: New file.
7411 * sysdeps/unix/sysv/linux/ia64/Implies: Add ia64/nptl.
7412 * sysdeps/unix/sysv/linux/m68k/Implies: New file.
7413 * sysdeps/unix/sysv/linux/microblaze/Implies: New file.
7414 * sysdeps/unix/sysv/linux/mips/Implies: New file.
7415 * sysdeps/unix/sysv/linux/powerpc/Implies: New file.
7416 * sysdeps/unix/sysv/linux/s390/Implies: Add s390/nptl.
7417 * sysdeps/unix/sysv/linux/sh/Implies: New file.
7418 * sysdeps/unix/sysv/linux/sparc/Implies: New file.
7419 * sysdeps/unix/sysv/linux/tile/Implies: New file.
7420 * sysdeps/unix/sysv/linux/x86_64/Implies: Add x86_64/nptl.
7421 * sysdeps/unix/sysv/linux/x86_64/x32/Implies: New file.
7422 * nptl/Makeconfig: Moved ...
7423 * sysdeps/nptl/Makeconfig: ... here.
7424 * nptl/configure: File removed.
7425 * nptl/ANNOUNCE: File removed.
7426 * sysdeps/unix/sysv/linux/configure.ac: Remove nptl sanity check.
7427 * sysdeps/unix/sysv/linux/configure: Regenerated.
7428
08192659
RM
7429 * nptl/Makefile (routines): Add libc_pthread_init,
7430 libc_multiple_threads, register-atfork and unregister-atfork.
7431 (libpthread-routines): Add pthread_mutex_cond_lock and pt-fork here.
7432 (gen-as-const-headers): Add lowlevelcond.sym, lowlevelrwlock.sym,
7433 lowlevelbarrier.sym, unwindbuf.sym, lowlevelrobustlock.sym,
7434 pthread-pi-defines.sym, structsem.sym.
7435 * sysdeps/unix/sysv/linux/Makefile [$(subdir) = posix]
7436 (CFLAGS-fork.c, CFLAGS-getpid.o, CFLAGS-getpid.os): New variables.
7437 [$(subdir) = nptl] (tests): Add tst-setgetname.
7438 * nptl/sysdeps/unix/sysv/linux/Makefile: File removed.
7439 * sysdeps/unix/sysv/linux/sigaction.c: Just include
7440 <nptl/sigaction.c> directly here, instead of WRAPPER_INCLUDE.
7441 [!LIBC_SIGACTION]: Remove aliases.
7442 * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
7443 * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
7444 * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
7445 * sysdeps/unix/sysv/linux/ia64/sigaction.c: Likewise.
7446 * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
7447 * sysdeps/unix/sysv/linux/s390/s390-64/sigaction.c: Likewise.
7448 * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
7449 * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
7450 * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
7451 * nptl/Versions (libc: GLIBC_2.3.2): Add __register_atfork.
7452 (libc: GLIBC_PRIVATE): Add __libc_pthread_init,
7453 __libc_current_sigrtmin_private, __libc_current_sigrtmax_private,
7454 __libc_allocate_rtsig_private.
7455 * nptl/sysdeps/unix/sysv/linux/Versions: File removed.
7456 * sysdeps/unix/sysv/linux/sigtimedwait.c: Include <nptl/pthreadP.h>.
7457 * sysdeps/unix/sysv/linux/sigwait.c: Likewise.
7458 * sysdeps/unix/sysv/linux/sigwaitinfo.c: Likewise.
7459 * sysdeps/unix/sysv/linux/sleep.c: Likewise.
7460 * nptl/sysdeps/unix/sysv/linux/sigwait.c: File removed.
7461 * nptl/sysdeps/unix/sysv/linux/sigtimedwait.c: File removed.
7462 * nptl/sysdeps/unix/sysv/linux/sigwaitinfo.c: File removed.
7463 * nptl/sysdeps/unix/sysv/linux/sleep.c: File removed.
7464 * nptl/sysdeps/unix/sysv/linux/createthread.c: File removed.
7465 * sysdeps/unix/sysv/linux/ia64/fork.S: File removed.
7466 * nptl/sysdeps/unix/sysv/linux/internaltypes.h: Moved ...
7467 * nptl/internaltypes.h: ... here.
7468 * nptl/sysdeps/unix/sysv/linux/jmp-unwind.c: Moved ...
7469 * sysdeps/nptl/jmp-unwind.c: ... here.
7470 * nptl/sysdeps/unix/sysv/linux/libc-lowlevellock.c: Moved ...
7471 * nptl/libc-lowlevellock.c: ... here.
7472 * nptl/sysdeps/unix/sysv/linux/libc_multiple_threads.c: Moved ...
7473 * nptl/libc_multiple_threads.c: ... here.
7474 * nptl/sysdeps/unix/sysv/linux/libc_pthread_init.c: Moved ...
7475 * nptl/libc_pthread_init.c: ... here.
7476 * nptl/sysdeps/unix/sysv/linux/lowlevelbarrier.sym: Moved ...
7477 * nptl/lowlevelbarrier.sym: ... here.
7478 * nptl/sysdeps/unix/sysv/linux/lowlevelcond.sym: Moved ...
7479 * nptl/lowlevelcond.sym: ... here.
7480 * nptl/sysdeps/unix/sysv/linux/lowlevellock.c: Moved ...
7481 * nptl/lowlevellock.c: ... here.
7482 * nptl/lowlevellock.h: Moved ...
7483 * sysdeps/nptl/lowlevellock.h: ... here.
7484 * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Moved ...
7485 * nptl/lowlevelrobustlock.c: ... here.
7486 * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.sym: Moved ...
7487 * nptl/lowlevelrobustlock.sym: ... here.
7488 * nptl/sysdeps/unix/sysv/linux/lowlevelrwlock.sym: Moved ...
7489 * nptl/lowlevelrwlock.sym: ... here.
7490 * nptl/sysdeps/unix/sysv/linux/pt-fork.c: Moved ...
7491 * nptl/pt-fork.c: ... here.
7492 * nptl/sysdeps/unix/sysv/linux/pthread-pi-defines.sym: Moved ...
7493 * nptl/pthread-pi-defines.sym: ... here.
7494 * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Moved ...
7495 * nptl/pthread_attr_getaffinity.c: ... here.
7496 * nptl/sysdeps/unix/sysv/linux/pthread_attr_setaffinity.c: Moved ...
7497 * nptl/pthread_attr_setaffinity.c: ... here.
7498 * nptl/sysdeps/unix/sysv/linux/pthread_mutex_cond_lock.c: Moved ...
7499 * nptl/pthread_mutex_cond_lock.c: ... here.
7500 * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
7501 Update #include.
7502 * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Likewise.
7503 * nptl/sysdeps/unix/sysv/linux/pthread_once.c: Moved ...
7504 * nptl/pthread_once.c: ... here, replacing old file.
7505 * nptl/sysdeps/unix/sysv/linux/pthread_yield.c: Moved ...
7506 * nptl/pthread_yield.c: ... here.
7507 * nptl/sysdeps/unix/sysv/linux/register-atfork.c: Moved ...
7508 * nptl/register-atfork.c: ... here.
7509 * nptl/sysdeps/unix/sysv/linux/sem_post.c: Moved ...
7510 * nptl/sem_post.c: ... here.
7511 * sysdeps/unix/sysv/linux/alpha/sem_post.c: Update #include.
7512 * nptl/sysdeps/unix/sysv/linux/sem_timedwait.c: Moved ...
7513 * nptl/sem_timedwait.c: ... here.
7514 * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Moved ...
7515 * nptl/sem_trywait.c: ... here.
7516 * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: Update #include.
7517 * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Moved ...
7518 * nptl/sem_wait.c: ... here.
7519 * nptl/sysdeps/unix/sysv/linux/structsem.sym: Moved ...
7520 * nptl/structsem.sym: ... here.
7521 * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Moved ...
7522 * sysdeps/unix/sysv/linux/mq_notify.c: ... here, replacing old file.
7523 * nptl/sysdeps/unix/sysv/linux/unregister-atfork.c: Moved ...
7524 * nptl/unregister-atfork.c: ... here.
7525 * nptl/sysdeps/unix/sysv/linux/unwindbuf.sym: Moved ...
7526 * nptl/unwindbuf.sym: ... here.
7527 * nptl/sysdeps/unix/sysv/linux/fork.c: Moved ...
7528 * sysdeps/nptl/fork.c: ... here.
7529 * nptl/sysdeps/unix/sysv/linux/fork.h: Moved ...
7530 * sysdeps/nptl/fork.h: ... here.
7531 * sysdeps/unix/sysv/linux/syscalls.list: Remove fork.
7532 * nptl/sysdeps/unix/sysv/linux/aio_misc.h: Moved ...
7533 * sysdeps/unix/sysv/linux/aio_misc.h: ... here.
7534 * nptl/sysdeps/unix/sysv/linux/allocrtsig.c: Moved ...
7535 * sysdeps/unix/sysv/linux/allocrtsig.c: ... here.
7536 * nptl/sysdeps/unix/sysv/linux/getpid.c: Moved ...
7537 * sysdeps/unix/sysv/linux/getpid.c: ... here.
7538 * nptl/sysdeps/unix/sysv/linux/kernel-posix-timers.h: Moved ...
7539 * sysdeps/unix/sysv/linux/kernel-posix-timers.h: ... here.
7540 * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Moved ...
7541 * sysdeps/unix/sysv/linux/pt-raise.c: ... here.
7542 * nptl/sysdeps/unix/sysv/linux/pthread_getaffinity.c: Moved ...
7543 * sysdeps/unix/sysv/linux/pthread_getaffinity.c: ... here.
7544 * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Moved ...
7545 * sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: ... here.
7546 * nptl/sysdeps/unix/sysv/linux/pthread_getname.c: Moved ...
7547 * sysdeps/unix/sysv/linux/pthread_getname.c: ... here.
7548 * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Moved ...
7549 * sysdeps/unix/sysv/linux/pthread_kill.c: ... here.
7550 * nptl/sysdeps/unix/sysv/linux/pthread_setaffinity.c: Moved ...
7551 * sysdeps/unix/sysv/linux/pthread_setaffinity.c: ... here.
7552 * nptl/sysdeps/unix/sysv/linux/pthread_setname.c: Moved ...
7553 * sysdeps/unix/sysv/linux/pthread_setname.c: ... here.
7554 * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Moved ...
7555 * sysdeps/unix/sysv/linux/pthread_sigqueue.c: ... here.
7556 * nptl/sysdeps/unix/sysv/linux/raise.c: Moved ...
7557 * sysdeps/unix/sysv/linux/raise.c: ... here.
7558 * nptl/sysdeps/unix/sysv/linux/timer_create.c: Moved ...
7559 * sysdeps/unix/sysv/linux/timer_create.c: ... here.
7560 * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Moved ...
7561 * sysdeps/unix/sysv/linux/timer_delete.c: ... here.
7562 * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Moved ...
7563 * sysdeps/unix/sysv/linux/timer_getoverr.c: ... here.
7564 * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Moved ...
7565 * sysdeps/unix/sysv/linux/timer_gettime.c: ... here.
7566 * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Moved ...
7567 * sysdeps/unix/sysv/linux/timer_routines.c: ... here.
7568 * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Moved ...
7569 * sysdeps/unix/sysv/linux/timer_settime.c: ... here.
7570 * nptl/sysdeps/unix/sysv/linux/tst-setgetname.c: Moved ...
7571 * sysdeps/unix/sysv/linux/tst-setgetname.c: ... here.
7572 * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Update #include.
7573
96baf6ff
SP
75742014-07-04 Siddhesh Poyarekar <siddhesh@redhat.com>
7575
7576 * sysdeps/generic/memcopy.h: Add comment for
7577 MEMCPY_OK_FOR_FWD_MEMMOVE.
7578
6b7b14b2
WN
75792014-07-04 Will Newton <will.newton@linaro.org>
7580
1570a72b
WN
7581 * string/memchr.c: Merge from gnulib.
7582 [_LIBC]: Remove conditionals.
7583 (__ptr_t): Remove define.
7584 (LONG_MAX_32_BITS): Likewise.
7585 (LONG_MAX): Likewise.
7586 (MEMCHR): Use ANSI prototype and optimize algorithm.
7587
6b7b14b2
WN
7588 * sysdeps/arm/dl-machine.h (ELF_MACHINE_NO_REL): Define.
7589
38851324
SP
75902014-07-03 Roland McGrath <roland@hack.frob.com>
7591
3d9eb57c
RM
7592 * sysdeps/unix/sysv/linux/ia64/lowlevellock.h
7593 (lll_futex_timed_wait_bitset): Fix syscall argument count.
7594
78b984ae
RM
7595 * sysdeps/nptl/configure.ac (libc_cv_forced_unwind):
7596 Use -Dinhibit_libc=1 for unwind.h check to prevent false failure
7597 in a bare environment with no <stdlib.h> installed.
7598 * sysdeps/nptl/configure: Regenerated.
7599
2d5976a5
RM
7600 * sysdeps/alpha/fpu/s_nearbyint.c: Include <math_ldbl_opt.h>.
7601
c1f5acd4
RM
7602 * sysdeps/unix/sysv/linux/configure.ac: Use AC_TRY_COMPILE rather than
7603 AC_EGREP_CPP for kernel header checks, so they only succeed if
7604 including <linux/version.h> actually works right.
7605 * sysdeps/unix/sysv/linux/configure: Regenerated.
7606
4d614fe5
RM
7607 * sysdeps/s390/nptl/tls.h (THREAD_SET_POINTER_GUARD): Refer to the
7608 value so it's not diagnosed as unused.
7609
38851324
SP
7610 * sysdeps/pthread/Makefile: Conditionalize tst-timer bits (the only
7611 thing) with "ifeq ($(subdir),rt)".
7612
b3ec00e5
RH
76132014-07-03 Richard Henderson <rth@redhat.com>
7614
69862e25
RH
7615 * sysdeps/alpha/fpu/s_nearbyintf.c: Remove file.
7616 * sysdeps/alpha/fpu/s_nearbyint.c (__nearbyint): Remove;
7617 include sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c.
7618
d5e16ade
RH
7619 * sysdeps/alpha/fpu/math_private.h (math_opt_barrier): New.
7620 (math_force_eval): New.
7621
ca7b945c
RH
7622 * sysdeps/alpha/fpu/s_lround.c: Add 0.5 with chopped rounding.
7623 * sysdeps/alpha/fpu/s_lroundf.c: Likewise.
7624
cd1175a3
RH
7625 * sysdeps/alpha/fpu/s_round.c: Remove file.
7626 * sysdeps/alpha/fpu/s_roundf.c: Remove file.
7627
b3ec00e5
RH
7628 * elf/dl-support.c (HP_TIMING_AVAIL): Do not redefine.
7629 (_dl_non_dynamic_init): Check HP_SMALL_TIMING_AVAIL instead.
7630 * elf/rtld.c (HP_TIMING_AVAIL): Do not redefine.
7631 (_dl_start_final): Check HP_SMALL_TIMING_AVAIL instead.
7632 (_dl_start, print_statistics): Likewise.
7633 * sysdeps/generic/ldsodefs.h (struct rtld_global): Only check
7634 HP_SMALL_TIMING_AVAIL in defining _dl_cpuclock_offset.
7635
7636 * sysdeps/aarch64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
7637 * sysdeps/generic/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
7638 * sysdeps/i386/i686/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
7639 * sysdeps/ia64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
7640 * sysdeps/powerpc/powerpc32/power4/hp-timing.h
7641 (HP_SMALL_TIMING_AVAIL): Define.
7642 * sysdeps/powerpc/powerpc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
7643 * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
7644 (HP_SMALL_TIMING_AVAIL): Define.
7645 * sysdeps/sparc/sparc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
7646 * sysdeps/x86_64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
7647
7648 * sysdeps/aarch64/hp-timing.h: New file.
7649
7650 * sysdeps/generic/hp-timing.h: Remove dead comment.
7651 * sysdeps/generic/hp-timing-common.h: New file.
7652 * sysdeps/alpha/hp-timing.h: Include it.
7653 (HP_TIMING_DIFF, HP_TIMING_ACCUM_NT, HP_TIMING_PRINT): Remove.
7654 * sysdeps/i386/i686/hp-timing.h: Likewise.
7655 * sysdeps/ia64/hp-timing.h: Likewise.
7656 * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
7657 * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
7658 * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
7659 * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
7660 * sysdeps/x86_64/hp-timing.h: Don't include the i686 version.
7661 (HP_TIMING_AVAIL, HP_TIMING_INLINE): Define.
7662 (hp_timing_t): New.
7663
7664 * benchtests/bench-string.h (_dl_hp_timing_overhead): Remove.
7665 * benchtests/bench-timing.h (_dl_hp_timing_overhead): Remove.
7666 (TIMING_INIT): Remove call to HP_TIMING_DIFF_INIT.
7667 * elf/rtld.c (_dl_start_final): Likewise.
7668 * sysdeps/generic/ldsodefs.h (_dl_hp_timing_overhead): Remove.
7669 * sysdeps/alpha/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
7670 * sysdeps/generic/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
7671 * sysdeps/i386/i686/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
7672 * sysdeps/ia64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
7673 * sysdeps/powerpc/powerpc32/power4/hp-timing.h
7674 (HP_TIMING_DIFF_INIT): Remove.
7675 * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
7676 * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
7677 (HP_TIMING_DIFF_INIT): Remove.
7678 * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
7679 * sysdeps/i386/i686/hp-timing.c: Remove file.
7680 * sysdeps/x86_64/hp-timing.c: Remove file.
7681 * sysdeps/ia64/hp-timing.c: Remove file.
7682 * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Remove file.
7683 * sysdeps/powerpc/powerpc64/hp-timing.c: Remove file.
7684 * sysdeps/sparc/sparc32/sparcv9/hp-timing.c: Remove file.
7685 * sysdeps/sparc/sparc64/hp-timing.c: Remove file.
7686
7687 * sysdeps/alpha/hp-timing.h (HP_TIMING_ACCUM): Remove.
7688 * sysdeps/generic/hp-timing.h (HP_TIMING_ACCUM): Remove.
7689 * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ACCUM): Remove.
7690 * sysdeps/ia64/hp-timing.h (HP_TIMING_ACCUM): Remove.
7691 * sysdeps/powerpc/powerpc32/power4/hp-timing.h
7692 (HP_TIMING_ACCUM): Remove.
7693 * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
7694 * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ACCUM): Remove.
7695 * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
7696
7697 * sysdeps/alpha/hp-timing.h (HP_TIMING_ZERO): Remove.
7698 * sysdeps/generic/hp-timing.h (HP_TIMING_ZERO): Remove.
7699 * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ZERO): Remove.
7700 * sysdeps/ia64/hp-timing.h (HP_TIMING_ZERO): Remove.
7701 * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_ZERO): Remove.
7702 * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ZERO): Remove.
7703 * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ZERO): Remove.
7704 * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ZERO): Remove.
7705
7706 * sysdeps/powerpc/powerpc32/hp-timing.h: Remove file.
7707
225f410f
MR
77082014-07-03 Maciej W. Rozycki <macro@codesourcery.com>
7709
7710 * stdlib/tst-strtod-overflow.c (TIMEOUT): Bump up to 30.
7711
3247f285
SP
77122014-07-02 Siddhesh Poyarekar <siddhesh@redhat.com>
7713
7714 Sync up with gettext.
7715 * intl/loadmsgcat.c: Define O_BINARY if not defined.
7716 [_MSC_VER]: Include malloc.h
7717 [_LIBC]: Define PRI_MACROS_BROKEN if it is not defined.
7718 (get_sysdep_segment_value) [!__UCLIBC__]: Return "I" flag.
7719 (_nl_load_domain): Open DOMAIN_FILE in binary mode. Don't use
7720 TEMP_FAILURE_RETRY. Cast return of alloca.
7721 [!_LIBC] Call gl_rwlock_init.
7722 [IN_LIBGLOCALE]: Call _nl_find_msg with one less argument.
7723
d12704c7
SP
77242014-07-02 Roland McGrath <roland@hack.frob.com>
7725
7726 * misc/sys/cdefs.h: Check if __STDC_VERSION__ is defined
7727 before checking its value.
7728
99f8dc92
SP
77292014-07-02 Siddhesh Poyarekar <siddhesh@redhat.com>
7730
05fdac77
SP
7731 * intl/loadmsgcat.c (_nl_load_domain): Use __builtin_expect.
7732
99f8dc92
SP
7733 * debug/memcpy_chk.c: Don't include pagecopy.h.
7734 * debug/mempcpy_chk.c: Likewise.
7735 * string/memcpy.c: Likewise.
7736 * string/memmove.c: Likewise.
7737 * sysdeps/powerpc/memmove.c: Likewise.
7738 * sysdeps/generic/memcopy.h: Include pagecopy.h. Move
7739 definition of PAGE_COPY_FWD_MAYBE here...
7740 * sysdeps/generic/pagecopy.h: ... from here.
7741 * sysdeps/mach/pagecopy.h: Don't include generic pagecopy.h.
7742
bc8ea385
VR
77432014-07-02 Vidya Ranganathan <vidya@linux.vnet.ibm.com>
7744 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
7745
7746 * sysdeps/powerpc/strcat.c: Using macro to redefine symbol name.
7747 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcat multiarch
7748 optimizations.
7749 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
7750 (__libc_ifunc_impl_list): Likewise.
7751 * sysdeps/powerpc/powerpc64/multiarch/strcat.c: New file:
7752 multiarch strcat for PPC64.
7753 * sysdeps/powerpc/powerpc64/multiarch/strcat-ppc64.c: New file/
7754 * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: New file.
7755
fe5f34e4
RM
77562014-07-02 Roland McGrath <roland@hack.frob.com>
7757
7758 * sysdeps/unix/sysv/linux/dl-sysdep.c: Include <sys/param.h>.
7759
256aa665
SP
77602014-07-02 Siddhesh Poyarekar <siddhesh@redhat.com>
7761
d4eb8195
SP
7762 * intl/loadmsgcat.c: Remove declaration of
7763 get_sysdep_segment_value.
7764 (get_sysdep_segment_value): Use ISO C style.
7765 (_nl_load_domain): Use ISO C style. Get rid of redundant
7766 semicolon. Fix typo and formatting in comment.
7767 (_nl_unload_domain): Use ISO C style.
7768
256aa665
SP
7769 * sysdeps/posix/sysconf.c (__sysconf): Fix typo in macro name.
7770
b100f9aa
WN
77712014-07-02 Will Newton <will.newton@linaro.org>
7772
7773 * malloc/obstack.c: Merge from gnulib master.
7774 [HAVE_CONFIG_H]: Remove conditional code.
7775 [!_LIBC]: Include config.h.
7776 [!ELIDE_CODE]: Don't include inttypes.h, include
7777 stdint.h unconditionally.
7778 (print_and_abort): Mark as _Noreturn.
7779 (_obstack_allocated_p): Mark as __attribute_pure__.
7780 (obstack_free): Rename to __obstack_free.
7781 [!__attribute__]: Remove conditional code.
7782 * malloc/obstack.h: Merge from gnulib master.
7783 [__cplusplus]: Move conditional down.
7784 [!__attribute_pure__]: Define __attribute_pure__ here
7785 if it is not already defined.
7786 (_obstack_memory_used): Mark as __attribute_pure__.
7787 [!__obstack_free]: Define as obstack_free.
7788 [__GNUC__]: Remove check for ancient NeXT gcc.
7789
c4c41244
PE
77902014-07-02 Will Newton <will.newton@linaro.org>
7791 Paul Eggert <eggert@cs.ucla.edu>
7792
7793 * misc/sys/cdefs.h (_Noreturn): New macro, for pre-C11 compilers.
7794
e1e041c4
SP
77952014-07-02 Siddhesh Poyarekar <siddhesh@redhat.com>
7796
7797 * resolv/gethnamaddr.c: Add comment warning that the file is
7798 not maintained.
7799
ccf431ff
CD
78002014-07-01 Carlos O'Donell <carlos@redhat.com>
7801
d34570a6
CD
7802 * sysdeps/unix/sysv/linux/hppa/librt.abilist: Remove GLIBC_2.3
7803 entries.
7804
ccf431ff
CD
7805 * sysdeps/unix/sysv/linux/hppa/Versions: Remove librt GLIBC_2.3
7806 entry for aio_cancel and aio_cancel64.
7807 * sysdeps/unix/sysv/linux/hppa/ld.abilist: New file.
7808 * sysdeps/unix/sysv/linux/hppa/libBrokenLocale.abilist: New file.
7809 * sysdeps/unix/sysv/linux/hppa/libanl.abilist: New file.
7810 * sysdeps/unix/sysv/linux/hppa/libc.abilist: New file.
7811 * sysdeps/unix/sysv/linux/hppa/libcrypt.abilist: New file.
7812 * sysdeps/unix/sysv/linux/hppa/libdl.abilist: New file.
7813 * sysdeps/unix/sysv/linux/hppa/libm.abilist: New file.
7814 * sysdeps/unix/sysv/linux/hppa/libnsl.abilist: New file.
7815 * sysdeps/unix/sysv/linux/hppa/libpthread.abilist: New file.
7816 * sysdeps/unix/sysv/linux/hppa/libresolv.abilist: New file.
7817 * sysdeps/unix/sysv/linux/hppa/librt.abilist: New file.
7818 * sysdeps/unix/sysv/linux/hppa/libthread_db.abilist: New file.
7819 * sysdeps/unix/sysv/linux/hppa/libutil.abilist: New file.
7820
ca06321d
RM
78212014-07-01 Roland McGrath <roland@hack.frob.com>
7822
7823 * sysdeps/unix/sysv/linux/sysconf.c: Include <sys/param.h>.
7824 * nptl/pthread_mutex_lock.c: Likewise.
7825 * nptl/pthread_mutex_timedlock.c: Likewise.
7826 * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Likewise.
7827
a1ac3184
RH
78282014-07-01 Richard henderson <rth@redhat.com>
7829
631021e0
RH
7830 * sysdeps/alpha/fpu/bits/mathinline.h (__isnanf): Remove.
7831 (__isnan, __isnanl): Remove.
7832 * sysdeps/alpha/fpu/s_isnan.c (__isnan): Use integer arithmetic.
7833
a1ac3184
RH
7834 * sysdeps/alpha/fpu/libm-test-ulps: Update.
7835
0c1d731f
SL
78362014-07-01 Stefan Liebler <stli@linux.vnet.ibm.com>
7837
7838 * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
7839
76985d3e
SP
78402014-07-01 Siddhesh Poyarekar <siddhesh@redhat.com>
7841
7842 * resolv/nss_dns/dns-host.c (getanswer_r)
7843 [MULTI_PTRS_ARE_ALIASES]: Remove code.
7844
b0cb3096
JM
78452014-07-01 Joseph Myers <joseph@codesourcery.com>
7846
7847 * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
7848 [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PSELECT): Do not
7849 undefine.
7850 [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PREADV): Likewise.
7851 [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PWRITEV): Likewise.
7852
4d76cb39
RM
78532014-07-01 Roland McGrath <roland@hack.frob.com>
7854
7855 * sysdeps/unix/sysv/linux/microblaze/arch-fork.h: New file.
7856 * sysdeps/unix/sysv/linux/microblaze/nptl/fork.c: File removed.
7857
7858 * sysdeps/microblaze/nptl/tls.h: Define TLS_DEFINE_INIT_TP.
7859 * sysdeps/unix/sysv/linux/microblaze/nptl/createthread.c: File removed.
7860
7861 * sysdeps/microblaze/nptl/bits/pthreadtypes.h: Moved ...
7862 * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h:
7863 ... here.
7864 * sysdeps/microblaze/nptl/bits/semaphore.h: Moved ...
7865 * sysdeps/unix/sysv/linux/microblaze/nptl/bits/semaphore.h: ... here.
7866
7867 * sysdeps/unix/sysv/linux/microblaze/pt-vfork.S: Moved ...
7868 * sysdeps/unix/sysv/linux/microblaze/nptl/pt-vfork.S: ... here.
7869 * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Moved ...
7870 * sysdeps/unix/sysv/linux/microblaze/vfork.S: ... here.
7871
7872 * sysdeps/unix/sysv/linux/microblaze/c++-types.data: Moved ...
7873 * sysdeps/unix/sysv/linux/microblaze/nptl/c++-types.data: ... here.
7874 * sysdeps/unix/sysv/linux/microblaze/ld.abilist: Moved ...
7875 * sysdeps/unix/sysv/linux/microblaze/nptl/ld.abilist: ... here.
7876 * sysdeps/unix/sysv/linux/microblaze/libBrokenLocale.abilist:
7877 Moved ...
7878 * sysdeps/unix/sysv/linux/microblaze/nptl/libBrokenLocale.abilist:
7879 ... here.
7880 * sysdeps/unix/sysv/linux/microblaze/libanl.abilist: Moved ...
7881 * sysdeps/unix/sysv/linux/microblaze/nptl/libanl.abilist: ... here.
7882 * sysdeps/unix/sysv/linux/microblaze/libc.abilist: Moved ...
7883 * sysdeps/unix/sysv/linux/microblaze/nptl/libc.abilist: ... here.
7884 * sysdeps/unix/sysv/linux/microblaze/libcrypt.abilist: Moved ...
7885 * sysdeps/unix/sysv/linux/microblaze/nptl/libcrypt.abilist: ... here.
7886 * sysdeps/unix/sysv/linux/microblaze/libdl.abilist: Moved ...
7887 * sysdeps/unix/sysv/linux/microblaze/nptl/libdl.abilist: ... here.
7888 * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Moved ...
7889 * sysdeps/unix/sysv/linux/microblaze/nptl/libm.abilist: ... here.
7890 * sysdeps/unix/sysv/linux/microblaze/libnsl.abilist: Moved ...
7891 * sysdeps/unix/sysv/linux/microblaze/nptl/libnsl.abilist: ... here.
7892 * sysdeps/unix/sysv/linux/microblaze/libpthread.abilist: Moved ...
7893 * sysdeps/unix/sysv/linux/microblaze/nptl/libpthread.abilist: ... here.
7894 * sysdeps/unix/sysv/linux/microblaze/libresolv.abilist: Moved ...
7895 * sysdeps/unix/sysv/linux/microblaze/nptl/libresolv.abilist: ... here.
7896 * sysdeps/unix/sysv/linux/microblaze/librt.abilist: Moved ...
7897 * sysdeps/unix/sysv/linux/microblaze/nptl/librt.abilist: ... here.
7898 * sysdeps/unix/sysv/linux/microblaze/libthread_db.abilist: Moved ...
7899 * sysdeps/unix/sysv/linux/microblaze/nptl/libthread_db.abilist:
7900 ... here.
7901 * sysdeps/unix/sysv/linux/microblaze/libutil.abilist: Moved ...
7902 * sysdeps/unix/sysv/linux/microblaze/nptl/libutil.abilist: ... here.
7903 * sysdeps/unix/sysv/linux/microblaze/localplt.data: Moved ...
7904 * sysdeps/unix/sysv/linux/microblaze/nptl/localplt.data: ... here.
7905 * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Moved ...
7906 * sysdeps/unix/sysv/linux/microblaze/nptl/lowlevellock.h: ... here.
7907 * sysdeps/unix/sysv/linux/microblaze/nptl/pthread_once.c: Moved ...
7908 * sysdeps/unix/sysv/linux/microblaze/pthread_once.c: ... here.
7909
0cdcad17
DH
79102014-07-01 David Holsgrove <david.holsgrove@xilinx.com>
7911
7912 * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: New file.
7913 * sysdeps/unix/sysv/linux/microblaze/socket.S: Update SINGLE_THREAD_P use.
7914 * sysdeps/unix/sysv/linux/microblaze/Makefile(libpthread-routines):
7915 Add sysdep.
7916
9b71d0e3
AZ
79172014-06-30 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
7918
7919 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
7920
665390c2
JM
79212014-06-30 Joseph Myers <joseph@codesourcery.com>
7922
ae05a9d7
JM
7923 * sysdeps/mips/mips32/libm-test-ulps: Regenerated.
7924 * sysdeps/mips/mips64/libm-test-ulps: Likewise.
7925
a7672a2f
JM
7926 * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
7927
665390c2
JM
7928 * sysdeps/arm/libm-test-ulps: Regenerated.
7929
d7a05d07
MR
79302014-06-30 Maciej W. Rozycki <macro@codesourcery.com>
7931 Roland McGrath <roland@hack.frob.com>
7932
7933 * test-skeleton.c (signal_handler): Kill the whole process group
7934 before killing the child individually.
7935 (main): Report any failure on `setpgid'.
7936
46f1d8a6
RM
79372014-06-30 Roland McGrath <roland@hack.frob.com>
7938
7939 * sysdeps/arm/nptl/tls.h: Rename the multiple inclusion guard
7940 from _TLS_H to _ARM_NPTL_TLS_H.
7941 (TLS_INIT_TP): Move macro, and #include of <sysdep.h>, to ...
7942 * sysdeps/unix/sysv/linux/arm/tls.h: ... this new file.
7943
9c37ec0b
JM
79442014-06-30 Joseph Myers <joseph@codesourcery.com>
7945
ce9c5b3e
JM
7946 [BZ #16539]
7947 * sysdeps/ieee754/ldbl-128/s_expm1l.c: Include <float.h>.
7948 (__expm1l): Return argument unchanged when small but not
7949 subnormal.
7950
3a6e9887
JM
7951 * soft-fp/op-1.h (_FP_UNPACK_RAW_1): Rename local variables to
7952 include macro name.
7953 (_FP_UNPACK_RAW_1_P): Likewise.
7954 (_FP_PACK_RAW_1): Likewise.
7955 (_FP_PACK_RAW_1_P): Likewise.
7956 (_FP_MUL_MEAT_1_wide): Likewise.
7957 (_FP_MUL_MEAT_DW_1_hard): Likewise.
7958 (_FP_MUL_MEAT_1_hard): Likewise.
7959 (_FP_DIV_MEAT_1_imm): Likewise.
7960 (_FP_DIV_MEAT_1_udiv_norm): Likewise.
7961 (_FP_DIV_MEAT_1_udiv): Likewise.
7962 * soft-fp/op-2.h (__FP_FRAC_DEC_2): Likewise.
7963 (_FP_UNPACK_RAW_2): Likewise.
7964 (_FP_UNPACK_RAW_2_P): Likewise.
7965 (_FP_PACK_RAW_2): Likewise.
7966 (_FP_PACK_RAW_2_P): Likewise.
7967 (_FP_MUL_MEAT_DW_2_wide): Likewise.
7968 (_FP_MUL_MEAT_2_wide): Likewise.
7969 (_FP_MUL_MEAT_DW_2_wide_3mul): Likewise.
7970 (_FP_MUL_MEAT_2_wide_3mul): Likewise.
7971 (_FP_MUL_MEAT_DW_2_gmp): Likewise.
7972 (_FP_MUL_MEAT_2_gmp): Likewise.
7973 (_FP_DIV_MEAT_2_udiv): Likewise.
7974 * soft-fp/op-4.h (_FP_FRAC_SLL_4): Likewise.
7975 (_FP_FRAC_SRL_4): Likewise.
7976 (_FP_FRAC_SRST_4): Likewise.
7977 (_FP_FRAC_SRS_4): Likewise.
7978 (_FP_UNPACK_RAW_4): Likewise.
7979 (_FP_UNPACK_RAW_4_P): Likewise.
7980 (_FP_PACK_RAW_4): Likewise.
7981 (_FP_PACK_RAW_4_P): Likewise.
7982 (_FP_MUL_MEAT_DW_4_wide): Likewise.
7983 (_FP_MUL_MEAT_4_wide): Likewise.
7984 (_FP_MUL_MEAT_4_gmp): Likewise.
7985 (umul_ppppmnnn): Likewise.
7986 (_FP_DIV_MEAT_4_udiv): Likewise.
7987 (__FP_FRAC_ADD_4): Likewise.
7988 (__FP_FRAC_SUB_3): Likewise.
7989 (__FP_FRAC_SUB_4): Likewise.
7990 (__FP_FRAC_DEC_3): Likewise.
7991 (__FP_FRAC_DEC_4): Likewise.
7992 (__FP_FRAC_ADDI_4): Likewise.
7993 * soft-fp/op-8.h (_FP_FRAC_SLL_8): Likewise.
7994 (_FP_FRAC_SRL_8): Likewise.
7995 (_FP_FRAC_SRS_8): Likewise.
7996
9c37ec0b
JM
7997 * soft-fp/extended.h (FP_UNPACK_RAW_E): Rename local variables to
7998 include macro name.
7999 (FP_UNPACK_RAW_EP): Likewise.
8000 (FP_PACK_RAW_E): Likewise.
8001 (FP_PACK_RAW_EP): Likewise.
8002 * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Likewise.
8003 (_FP_ISSIGNAN): Likewise.
8004 (_FP_ADD_INTERNAL): Likewise.
8005 (_FP_FMA): Likewise.
8006 (_FP_CMP): Likewise.
8007 (_FP_SQRT): Likewise.
8008 (_FP_TO_INT): Likewise.
8009 (_FP_FROM_INT): Likewise.
8010 (FP_EXTEND): Likewise.
8011 (_FP_DIV_MEAT_N_loop): Likewise.
8012
2125f674
MR
80132014-06-30 Maciej W. Rozycki <macro@codesourcery.com>
8014
8015 * sysdeps/unix/sysv/linux/bits/socket.h: Adjust macro formatting
8016 throughout.
8017
edea4028
JM
80182014-06-29 Joseph Myers <joseph@codesourcery.com>
8019
8020 [BZ #17097]
8021 * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Return
8022 result with correct sign in case of exponents that produce
8023 overflow except for X very close to 1.
8024
dd0ba018
PE
80252014-06-28 Paul Eggert <eggert@cs.ucla.edu>
8026
8027 mktime: merge #if/#ifdef usage from glibc
8028 * lib/mktime.c: Use "#if defined DEBUG && DEBUG", not "#if DEBUG",
8029 as that works with both Glibc's and Gnulib's style.
8030 See thread starting at Siddhesh Poyarekar's bug report at:
8031 http://lists.gnu.org/archive/html/bug-gnulib/2014-06/msg00102.html
8032
64df73c2
SP
80332014-06-28 Siddhesh Poyarekar <siddhesh@redhat.com>
8034
8035 * sysdeps/generic/memcopy.h: Define MEMCPY_OK_FOR_FWD_MEMMOVE.
8036 * sysdeps/tile/memcopy.h: Redefine MEMCPY_OK_FOR_FWD_MEMMOVE.
8037 * sysdeps/tile/tilegx/memmove.c: Remove file.
8038
f1eafb41
JM
80392014-06-27 Joseph Myers <joseph@codesourcery.com>
8040
8041 * Makeconfig ($(common-objpfx)soversions.mk): Do not generate
8042 abi-name definition.
8043 * scripts/soversions.awk: Do not handle or generate ABI lines.
8044 * shlib-versions: Remove ABI entries.
8045 * sysdeps/powerpc/nofpu/shlib-versions: Remove file.
8046 * sysdeps/x86_64/x32/shlib-versions: Remove ABI entry.
8047
58eb0862
RM
80482014-06-27 Roland McGrath <roland@hack.frob.com>
8049
37caf178
RM
8050 * sysdeps/unix/sysv/linux/mips/mips32/nptl/c++-types.data: Moved ...
8051 * sysdeps/unix/sysv/linux/mips/mips32/c++-types.data: ... here.
8052 * sysdeps/unix/sysv/linux/mips/mips32/fpu/nptl/libc.abilist: Moved ...
8053 * sysdeps/unix/sysv/linux/mips/mips32/fpu/libc.abilist: ... here.
8054 * sysdeps/unix/sysv/linux/mips/mips32/nptl/ld.abilist: Moved ...
8055 * sysdeps/unix/sysv/linux/mips/mips32/ld.abilist: ... here.
8056 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libBrokenLocale.abilist:
8057 Moved ...
8058 * sysdeps/unix/sysv/linux/mips/mips32/libBrokenLocale.abilist:
8059 ... here.
8060 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libanl.abilist: Moved ...
8061 * sysdeps/unix/sysv/linux/mips/mips32/libanl.abilist: ... here.
8062 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcidn.abilist: Moved ...
8063 * sysdeps/unix/sysv/linux/mips/mips32/libcidn.abilist: ... here.
8064 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcrypt.abilist: Moved ...
8065 * sysdeps/unix/sysv/linux/mips/mips32/libcrypt.abilist: ... here.
8066 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libdl.abilist: Moved ...
8067 * sysdeps/unix/sysv/linux/mips/mips32/libdl.abilist: ... here.
8068 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libm.abilist: Moved ...
8069 * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: ... here.
8070 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnsl.abilist: Moved ...
8071 * sysdeps/unix/sysv/linux/mips/mips32/libnsl.abilist: ... here.
8072 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_compat.abilist:
8073 Moved ...
8074 * sysdeps/unix/sysv/linux/mips/mips32/libnss_compat.abilist: ... here.
8075 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_db.abilist: Moved ...
8076 * sysdeps/unix/sysv/linux/mips/mips32/libnss_db.abilist: ... here.
8077 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_dns.abilist: Moved ...
8078 * sysdeps/unix/sysv/linux/mips/mips32/libnss_dns.abilist: ... here.
8079 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_files.abilist:
8080 Moved ...
8081 * sysdeps/unix/sysv/linux/mips/mips32/libnss_files.abilist: ... here.
8082 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_hesiod.abilist:
8083 Moved ...
8084 * sysdeps/unix/sysv/linux/mips/mips32/libnss_hesiod.abilist: ... here.
8085 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nis.abilist: Moved ...
8086 * sysdeps/unix/sysv/linux/mips/mips32/libnss_nis.abilist: ... here.
8087 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nisplus.abilist:
8088 Moved ...
8089 * sysdeps/unix/sysv/linux/mips/mips32/libnss_nisplus.abilist: ... here.
8090 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libpthread.abilist: Moved ...
8091 * sysdeps/unix/sysv/linux/mips/mips32/libpthread.abilist: ... here.
8092 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libresolv.abilist: Moved ...
8093 * sysdeps/unix/sysv/linux/mips/mips32/libresolv.abilist: ... here.
8094 * sysdeps/unix/sysv/linux/mips/mips32/nptl/librt.abilist: Moved ...
8095 * sysdeps/unix/sysv/linux/mips/mips32/librt.abilist: ... here.
8096 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libthread_db.abilist:
8097 Moved ...
8098 * sysdeps/unix/sysv/linux/mips/mips32/libthread_db.abilist: ... here.
8099 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libutil.abilist: Moved ...
8100 * sysdeps/unix/sysv/linux/mips/mips32/libutil.abilist: ... here.
8101 * sysdeps/unix/sysv/linux/mips/mips32/nofpu/nptl/libc.abilist:
8102 Moved ...
8103 * sysdeps/unix/sysv/linux/mips/mips32/nofpu/libc.abilist: ... here.
8104 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/c++-types.data:
8105 Moved ...
8106 * sysdeps/unix/sysv/linux/mips/mips64/n32/c++-types.data: ... here.
8107 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/ld.abilist: Moved ...
8108 * sysdeps/unix/sysv/linux/mips/mips64/n32/ld.abilist: ... here.
8109 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libBrokenLocale.abilist:
8110 Moved ...
8111 * sysdeps/unix/sysv/linux/mips/mips64/libBrokenLocale.abilist:
8112 ... here.
8113 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libBrokenLocale.abilist:
8114 Identical file removed.
8115 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libanl.abilist:
8116 Moved ...
8117 * sysdeps/unix/sysv/linux/mips/mips64/libanl.abilist: ... here.
8118 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libanl.abilist:
8119 Identical file removed.
8120 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libc.abilist: Moved ...
8121 * sysdeps/unix/sysv/linux/mips/mips64/n32/libc.abilist: ... here.
8122 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libcrypt.abilist:
8123 Moved ...
8124 * sysdeps/unix/sysv/linux/mips/mips64/libcrypt.abilist: ... here.
8125 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libcrypt.abilist:
8126 Identical file removed.
8127 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libdl.abilist: Moved ...
8128 * sysdeps/unix/sysv/linux/mips/mips64/libdl.abilist: ... here.
8129 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libdl.abilist:
8130 Identical file removed.
8131 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libm.abilist: Moved ...
8132 * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: ... here.
8133 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libm.abilist:
8134 Identical file removed.
8135 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libnsl.abilist: Moved ...
8136 * sysdeps/unix/sysv/linux/mips/mips64/libnsl.abilist: ... here.
8137 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libnsl.abilist:
8138 Identical file removed.
8139 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libpthread.abilist:
8140 Moved ...
8141 * sysdeps/unix/sysv/linux/mips/mips64/libpthread.abilist: ... here.
8142 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libpthread.abilist:
8143 Identical file removed.
8144 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libresolv.abilist:
8145 Moved ...
8146 * sysdeps/unix/sysv/linux/mips/mips64/n32/libresolv.abilist: ... here.
8147 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/librt.abilist: Moved ...
8148 * sysdeps/unix/sysv/linux/mips/mips64/librt.abilist: ... here.
8149 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/librt.abilist:
8150 Identical file removed.
8151 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libthread_db.abilist:
8152 Moved ...
8153 * sysdeps/unix/sysv/linux/mips/mips64/libthread_db.abilist:
8154 ... here.
8155 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libthread_db.abilist:
8156 Identical file removed.
8157 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libutil.abilist:
8158 Moved ...
8159 * sysdeps/unix/sysv/linux/mips/mips64/libutil.abilist: ... here.
8160 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libutil.abilist:
8161 Identical file removed.
8162 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/c++-types.data:
8163 Moved ...
8164 * sysdeps/unix/sysv/linux/mips/mips64/n64/c++-types.data: ... here.
8165 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/ld.abilist: Moved ...
8166 * sysdeps/unix/sysv/linux/mips/mips64/n64/ld.abilist: ... here.
8167 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilist: Moved ...
8168 * sysdeps/unix/sysv/linux/mips/mips64/n64/libc.abilist: ... here.
8169 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libresolv.abilist:
8170 Moved ...
8171 * sysdeps/unix/sysv/linux/mips/mips64/n64/libresolv.abilist: ... here.
8172 * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h: Moved ...
8173 * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: ... here.
8174
58eb0862
RM
8175 * sysdeps/unix/sysv/linux/mips/vfork.S: Incorporate
8176 SAVE_PID and RESTORE_PID blocks from nptl/pt-vfork.S.
8177 * sysdeps/unix/sysv/linux/mips/nptl/vfork.S: File removed.
8178 * sysdeps/unix/sysv/linux/mips/nptl/pt-vfork.S: File removed.
8179 * sysdeps/unix/sysv/linux/mips/pt-vfork.S: New file.
8180
6f12d062
AS
81812014-06-27 Arjun Shankar <arjun.is@lostca.se>
8182
8183 [BZ #17092]
8184 * nscd/nscd.c (monitor_child): Return exit status of child
8185 instead of return value from wait syscall.
8186
be254932
JM
81872014-06-27 Joseph Myers <joseph@codesourcery.com>
8188
cb403c34
JM
8189 * configure.ac (libc_commonpagesize): Remove variable.
8190 (libc_relro_required): Likewise.
8191 (libc_cv_z_relro): Remove configure test.
8192 * configure: Regenerated.
8193 * sysdeps/aarch64/preconfigure (libc_commonpagesize): Do not set
8194 variable.
8195 (libc_relro_required): Likewise.
8196 * sysdeps/alpha/preconfigure (libc_commonpagesize): Likewise.
8197 (libc_relro_required): Likewise.
8198 * sysdeps/arm/preconfigure.ac (libc_commonpagesize): Likewise.
8199 (libc_relro_required): Likewise.
8200 * sysdeps/arm/preconfigure: Regenerated.
8201 * sysdeps/ia64/preconfigure: Remove file.
8202 * sysdeps/tile/preconfigure (libc_commonpagesize): Do not set
8203 variable.
8204 (libc_relro_required): Likewise.
8205
be254932
JM
8206 [BZ #16561]
8207 [BZ #16562]
8208 * sysdeps/ieee754/dbl-64/e_jn.c: Include <float.h>.
8209 (__ieee754_yn): Set FE_TONEAREST mode internally and then
8210 recompute overflowing results in original rounding mode.
8211 * sysdeps/ieee754/flt-32/e_jnf.c: Include <float.h>.
8212 (__ieee754_ynf): Set FE_TONEAREST mode internally and then
8213 recompute overflowing results in original rounding mode.
8214 * sysdeps/ieee754/ldbl-128/e_jnl.c: Include <float.h>.
8215 (__ieee754_ynl): Set FE_TONEAREST mode internally and then
8216 recompute overflowing results in original rounding mode.
8217 * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Include <float.h>.
8218 (__ieee754_ynl): Set FE_TONEAREST mode internally and then
8219 recompute overflowing results in original rounding mode.
8220 * sysdeps/ieee754/ldbl-96/e_jnl.c: Include <float.h>.
8221 (__ieee754_ynl): Set FE_TONEAREST mode internally and then
8222 recompute overflowing results in original rounding mode.
8223 * sysdeps/i386/fpu/fenv_private.h [!__SSE2_MATH__]
8224 (libc_feholdsetround_ctx): New macro.
8225 * math/libm-test.inc (yn_test): Use ALL_RM_TEST.
8226 * sysdeps/i386/fpu/libm-test-ulps: Update.
8227 * sysdeps/x86_64/fpu/libm-test-ulps : Likewise.
8228
b351d85a
JM
82292014-06-26 Joseph Myers <joseph@codesourcery.com>
8230
8231 * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h
8232 [__PIC__] (PSEUDO): Use name of _nocancel entry point in
8233 corresponding .cpsetup call.
8234
3cb4de47
RM
82352014-06-26 Roland McGrath <roland@hack.frob.com>
8236
8237 * sysdeps/unix/sysv/linux/arm/libc-aeabi_read_tp.S: Moved ...
8238 * sysdeps/arm/libc-aeabi_read_tp.S: ... here.
8239 * sysdeps/arm/Makefile [$(subdir) = csu]
8240 (aeabi_routines): Add aeabi_read_tp and libc-aeabi_read_tp here.
8241 (static-only-routines): Add aeabi_read_tp here.
8242 (shared-only-routines): Add libc-aeabi_read_tp here.
8243 (CFLAGS-libc-start.c): Add -fexceptions here.
8244 * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = csu]
8245 (sysdep_routines, static-only-routines, shared-only-routines):
8246 Don't add to these here.
8247 (CFLAGS-libc-start.c): Likewise.
8248
8249 * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: Moved ...
8250 * sysdeps/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
8251 * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: Moved ...
8252 * sysdeps/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
8253 * sysdeps/arm/Makefile [$(subdir) = rt]
8254 (librt-sysdep_routines, librt-shared-only-routines):
8255 Append rt-aeabi_unwind_cpp_pr1 here.
8256 * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = rt]
8257 (librt-sysdep_routines, librt-shared-only-routines): Don't do it here.
8258 * sysdeps/arm/nptl/Makefile [$(subdir) = nptl]
8259 (libpthread-sysdep_routines, libpthread-shared-only-routines):
8260 Append nptl-aeabi_unwind_cpp_pr1 here.
8261 (tests): Filter out tst-cleanupx4 here.
8262 * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = nptl]
8263 (libpthread-sysdep_routines, libpthread-shared-only-routines, tests):
8264 Don't do those here.
8265
354426bb
JM
82662014-06-26 Joseph Myers <joseph@codesourcery.com>
8267
8268 * scripts/list-sources.sh: Do not handle ports specially.
8269
28b0a8c9
RM
82702014-06-26 Roland McGrath <roland@hack.frob.com>
8271
a3dd035d
RM
8272 * sysdeps/arm/fesetenv.c: Include <fpu_control.h>.
8273 * sysdeps/arm/feupdateenv.c: Likewise.
8274
28b0a8c9
RM
8275 * posix/spawn_faction_addopen.c: Include <stdlib.h> for free decl.
8276
e66a8203
JM
82772014-06-26 Joseph Myers <joseph@codesourcery.com>
8278
8279 * manual/texinfo.tex: Update to version 2014-05-05.10 with
8280 trailing whitespace removed.
8281 * scripts/config.guess: Update to version 2014-03-23.
8282 * scripts/config.sub: Update to version 2014-05-01
8283 * scripts/install-sh: Update to version 2013-12-25.23.
8284 * scripts/move-if-change: Update from gnulib.
8285
74171115
SP
82862014-06-26 Siddhesh Poyarekar <siddhesh@redhat.com>
8287
b97c9ce5
SP
8288 * debug/memmove_chk.c: Remove pagecopy.h include.
8289
4000f892
SP
82902014-06-26 Paul Eggert <eggert@cs.ucla.edu>
8291
74171115
SP
8292 * time/mktime.c (leapyear): Remove inline keyword. The code is now
8293 identical to gnulib mktime.
8294
a8779c28
JM
82952014-06-26 Joseph Myers <joseph@codesourcery.com>
8296
e64708de
JM
8297 * configure.ac: Do not test for machine being rs6000. Do not test
8298 for powerpc*-*soft.
8299 * configure: Regenerated.
8300
a8779c28
JM
8301 * configure.ac (libc_cv_asm_cfi_directives): Remove configure
8302 test.
8303 * configure: Regenerated.
8304 * config.h.in (HAVE_ASM_CFI_DIRECTIVES): Remove macro undefine.
8305 * sysdeps/arm/configure.ac (libc_cv_asm_cfi_directive_sections):
8306 Remove configure test.
8307 * sysdeps/arm/configure: Regenerated.
8308 * sysdeps/nptl/configure.ac: Do not check
8309 libc_cv_asm_cfi_directives.
8310 * sysdeps/nptl/configure: Regenerated.
8311 * sysdeps/x86_64/nptl/configure.ac: Remove file.
8312 * sysdeps/x86_64/nptl/configure: Remove generated file.
8313 * b/sysdeps/generic/sysdep.h [HAVE_ASM_CFI_DIRECTIVES]: Make code
8314 unconditional.
8315 [!HAVE_ASM_CFI_DIRECTIVES]: Remove conditional code.
8316
2aac0a86
SP
83172014-06-26 Siddhesh Poyarekar <siddhesh@redhat.com>
8318
059bf913
SP
8319 * posix/fnmatch.c: Define WIDE_CHAR_VERSION.
8320 * posix/fnmatch_loop.c: Undefine WIDE_CHAR_VERSION.
8321 (FCT): Check value of WIDE_CHAR_VERSION instead of checking if
8322 it is defined.
8323
4cf5b6d0
SP
8324 * elf/dl-runtime.c: Check for value of ELF_MACHINE_NO_RELA
8325 instead of whether it is defined.
8326 * sysdeps/aarch64/dl-machine.h: Define ELF_MACHINE_NO_RELA.
8327 * sysdeps/hppa/dl-machine.h: Likewise.
8328 * sysdeps/ia64/dl-machine.h: Likewise.
8329 * sysdeps/m68k/dl-machine.h: Likewise.
8330 * sysdeps/microblaze/dl-machine.h: Likewise.
8331 * sysdeps/mips/dl-machine.: Likewise.
8332 * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
8333 * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
8334 * sysdeps/s390/s390-32/dl-machine.h: Likewise.
8335 * sysdeps/s390/s390-64/dl-machine.h: Likewise.
8336 * sysdeps/sh/dl-machine.h: Likewise.
8337 * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
8338 * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
8339 * sysdeps/tile/dl-machine.h: Likewise.
8340 * sysdeps/x86_64/dl-machine.h: Likewise.
8341
2aac0a86
SP
8342 * nscd/connections.c (enum usekey) [SEPARATE_KEY]: Remove
8343 code.
8344 (verify_persistent_db): Likewise.
8345
6ad2df0b
RM
83462014-06-26 Roland McGrath <roland@hack.frob.com>
8347
d8a483f3
RM
8348 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data: Moved ...
8349 * sysdeps/unix/sysv/linux/s390/s390-32/c++-types.data: ... here.
8350 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Moved ...
8351 * sysdeps/unix/sysv/linux/s390/s390-32/ld.abilist: ... here.
8352 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
8353 Moved ...
8354 * sysdeps/unix/sysv/linux/s390/s390-32/libBrokenLocale.abilist:
8355 ... here.
8356 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: Moved ...
8357 * sysdeps/unix/sysv/linux/s390/libanl.abilist: ... here.
8358 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist:
8359 Identical file removed.
8360 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Moved ...
8361 * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist: ... here.
8362 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: Moved ...
8363 * sysdeps/unix/sysv/linux/s390/s390-32/libcrypt.abilist: ... here.
8364 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: Moved ...
8365 * sysdeps/unix/sysv/linux/s390/s390-32/libdl.abilist: ... here.
8366 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Moved ...
8367 * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: ... here.
8368 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: Moved ...
8369 * sysdeps/unix/sysv/linux/s390/s390-32/libnsl.abilist: ... here.
8370 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
8371 Moved ...
8372 * sysdeps/unix/sysv/linux/s390/s390-32/libpthread.abilist: ... here.
8373 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: Moved ...
8374 * sysdeps/unix/sysv/linux/s390/s390-32/libresolv.abilist: ... here.
8375 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Moved ...
8376 * sysdeps/unix/sysv/linux/s390/s390-32/librt.abilist: ... here.
8377 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
8378 Moved ...
8379 * sysdeps/unix/sysv/linux/s390/s390-32/libthread_db.abilist: ... here.
8380 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Moved ...
8381 * sysdeps/unix/sysv/linux/s390/s390-32/libutil.abilist: ... here.
8382 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data: Moved ...
8383 * sysdeps/unix/sysv/linux/s390/localplt.data: ... here.
8384 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
8385 Identical file removed.
8386 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data: Moved ...
8387 * sysdeps/unix/sysv/linux/s390/s390-64/c++-types.data: ... here.
8388 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Moved ...
8389 * sysdeps/unix/sysv/linux/s390/s390-64/ld.abilist: ... here.
8390 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
8391 Moved ...
8392 * sysdeps/unix/sysv/linux/s390/s390-64/libBrokenLocale.abilist:
8393 ... here.
8394 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Moved ...
8395 * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist: ... here.
8396 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: Moved ...
8397 * sysdeps/unix/sysv/linux/s390/s390-64/libcrypt.abilist: ... here.
8398 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: Moved ...
8399 * sysdeps/unix/sysv/linux/s390/s390-64/libdl.abilist: ... here.
8400 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Moved ...
8401 * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: ... here.
8402 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: Moved ...
8403 * sysdeps/unix/sysv/linux/s390/s390-64/libnsl.abilist: ... here.
8404 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
8405 Moved ...
8406 * sysdeps/unix/sysv/linux/s390/s390-64/libpthread.abilist: ... here.
8407 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist:
8408 Moved ...
8409 * sysdeps/unix/sysv/linux/s390/s390-64/libresolv.abilist: ... here.
8410 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: Moved ...
8411 * sysdeps/unix/sysv/linux/s390/s390-64/librt.abilist: ... here.
8412 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
8413 Moved ...
8414 * sysdeps/unix/sysv/linux/s390/s390-64/libthread_db.abilist: ... here.
8415 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: Moved ...
8416 * sysdeps/unix/sysv/linux/s390/s390-64/libutil.abilist: ... here.
8417
52ae23b4
RM
8418 * nptl/sysdeps/unix/sysv/linux/s390/Makefile: File removed, contents
8419 folded into ...
8420 * sysdeps/unix/sysv/linux/s390/Makefile [$(subdir) = nptl]: ... here.
8421 * sysdeps/unix/sysv/linux/s390/Versions
8422 (libpthread: GLIBC_2.19): New version set.
8423 * nptl/sysdeps/unix/sysv/linux/s390/Versions: File removed.
8424 * sysdeps/unix/sysv/linux/s390/s390-64/Versions
8425 (librt: GLIBC_2.3.3): New version set.
8426 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/Versions: File removed.
8427 * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: Moved ...
8428 * sysdeps/unix/sysv/linux/s390/elision-conf.c: ... here.
8429 * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Moved ...
8430 * sysdeps/unix/sysv/linux/s390/elision-conf.h: ... here.
8431 * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Moved ...
8432 * sysdeps/unix/sysv/linux/s390/elision-lock.c: ... here.
8433 * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Moved ...
8434 * sysdeps/unix/sysv/linux/s390/elision-timed.c: ... here.
8435 * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Moved ...
8436 * sysdeps/unix/sysv/linux/s390/elision-trylock.c: ... here.
8437 * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Moved ...
8438 * sysdeps/unix/sysv/linux/s390/elision-unlock.c: ... here.
8439 * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Moved ...
8440 * sysdeps/unix/sysv/linux/s390/force-elision.h: ... here.
8441 * nptl/sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Moved ...
8442 * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: ... here.
8443 * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h: Moved ...
8444 * sysdeps/unix/sysv/linux/s390/lowlevellock.h: ... here.
8445 * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: Moved ...
8446 * sysdeps/unix/sysv/linux/s390/pt-longjmp.c: ... here.
8447 * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: Moved ...
8448 * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: ... here.
8449 * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: Moved ...
8450 * sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: ... here.
8451 * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: Moved ...
8452 * sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: ... here.
8453 * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: Moved ...
8454 * sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: ... here.
8455 * nptl/sysdeps/unix/sysv/linux/s390/pthread_once.c: Moved ...
8456 * sysdeps/unix/sysv/linux/s390/pthread_once.c: ... here.
8457 * nptl/sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Moved ...
8458 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: ... here.
8459 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Moved ...
8460 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: ... here.
8461 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Moved ...
8462 * sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: ... here.
8463 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Moved ...
8464 * sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: ... here.
8465 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Moved ...
8466 * sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: ... here.
8467 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Moved ...
8468 * sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: ... here.
8469 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Moved ...
8470 * sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: ... here.
8471
39507e4a
RM
8472 * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Moved ...
8473 * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: ... here.
8474 (__libc_vfork): Define the function under this name.
8475 [!NOT_IN_libc] (__vfork): Make this an alias.
8476 [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
8477 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Moved ...
8478 * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: ... here.
8479 (__libc_vfork): Define the function under this name.
8480 [!NOT_IN_libc] (__vfork): Make this an alias.
8481 [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
8482 * sysdeps/unix/sysv/linux/s390/pt-vfork.S: New file.
8483 * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: File removed.
8484 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: File removed.
8485 * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Remove vfork.
8486 * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
8487
e549ee56
RM
8488 * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Deconditionalize the
8489 code that was previously under [RESET_PID].
8490 * sysdeps/unix/sysv/linux/s390/s390-64/clone.S: Likewise.
8491 * nptl/sysdeps/unix/sysv/linux/s390/s390-32/clone.S: File removed.
8492 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/clone.S: File removed.
8493
6ad2df0b
RM
8494 * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h: Moved ...
8495 * sysdeps/aarch64/nptl/bits/pthreadtypes.h: ... here.
8496 * sysdeps/unix/sysv/linux/aarch64/nptl/bits/semaphore.h: Moved ...
8497 * sysdeps/aarch64/nptl/bits/semaphore.h: ... here.
8498 * sysdeps/unix/sysv/linux/aarch64/nptl/bits/local_lim.h: Moved ...
8499 * sysdeps/unix/sysv/linux/aarch64/bits/local_lim.h: ... here.
8500 * sysdeps/unix/sysv/linux/aarch64/nptl/c++-types.data: Moved ...
8501 * sysdeps/unix/sysv/linux/aarch64/c++-types.data: ... here.
8502 * sysdeps/unix/sysv/linux/aarch64/nptl/ld.abilist: Moved ...
8503 * sysdeps/unix/sysv/linux/aarch64/ld.abilist: ... here.
8504 * sysdeps/unix/sysv/linux/aarch64/nptl/libBrokenLocale.abilist:
8505 Moved ...
8506 * sysdeps/unix/sysv/linux/aarch64/libBrokenLocale.abilist: ... here.
8507 * sysdeps/unix/sysv/linux/aarch64/nptl/libanl.abilist: Moved ...
8508 * sysdeps/unix/sysv/linux/aarch64/libanl.abilist: ... here.
8509 * sysdeps/unix/sysv/linux/aarch64/nptl/libc.abilist: Moved ...
8510 * sysdeps/unix/sysv/linux/aarch64/libc.abilist: ... here.
8511 * sysdeps/unix/sysv/linux/aarch64/nptl/libcrypt.abilist: Moved ...
8512 * sysdeps/unix/sysv/linux/aarch64/libcrypt.abilist: ... here.
8513 * sysdeps/unix/sysv/linux/aarch64/nptl/libdl.abilist: Moved ...
8514 * sysdeps/unix/sysv/linux/aarch64/libdl.abilist: ... here.
8515 * sysdeps/unix/sysv/linux/aarch64/nptl/libm.abilist: Moved ...
8516 * sysdeps/unix/sysv/linux/aarch64/libm.abilist: ... here.
8517 * sysdeps/unix/sysv/linux/aarch64/nptl/libnsl.abilist: Moved ...
8518 * sysdeps/unix/sysv/linux/aarch64/libnsl.abilist: ... here.
8519 * sysdeps/unix/sysv/linux/aarch64/nptl/libpthread.abilist: Moved ...
8520 * sysdeps/unix/sysv/linux/aarch64/libpthread.abilist: ... here.
8521 * sysdeps/unix/sysv/linux/aarch64/nptl/libresolv.abilist: Moved ...
8522 * sysdeps/unix/sysv/linux/aarch64/libresolv.abilist: ... here.
8523 * sysdeps/unix/sysv/linux/aarch64/nptl/librt.abilist: Moved ...
8524 * sysdeps/unix/sysv/linux/aarch64/librt.abilist: ... here.
8525 * sysdeps/unix/sysv/linux/aarch64/nptl/libthread_db.abilist: Moved ...
8526 * sysdeps/unix/sysv/linux/aarch64/libthread_db.abilist: ... here.
8527 * sysdeps/unix/sysv/linux/aarch64/nptl/libutil.abilist: Moved ...
8528 * sysdeps/unix/sysv/linux/aarch64/libutil.abilist: ... here.
8529 * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data: Moved ...
8530 * sysdeps/unix/sysv/linux/aarch64/localplt.data: ... here.
8531 * sysdeps/unix/sysv/linux/aarch64/nptl/lowlevellock.h: Moved ...
8532 * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: ... here.
8533 * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Moved ...
8534 * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: ... here.
8535
7c1c1d8e
RM
85362014-06-25 Roland McGrath <roland@hack.frob.com>
8537
8538 * sysdeps/unix/sysv/linux/mips/clone.S: Deconditionalize the code
8539 that was previously under [RESET_PID].
8540 * sysdeps/unix/sysv/linux/mips/nptl/clone.S: File removed.
8541
3e239be6
JM
85422014-06-25 Joseph Myers <joseph@codesourcery.com>
8543
74385da5
JM
8544 * sysdeps/unix/sysv/linux/dl-opendir.c (__ASSUME_O_CLOEXEC): Do
8545 not undefine and redefine.
8546 * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs)
8547 [O_CLOEXEC]: Make code unconditional.
8548 (__get_nprocs) [!O_CLOEXEC]: Remove conditional code.
8549 * sysdeps/unix/sysv/linux/shm_open.c: Do not include
8550 <kernel-features.h>.
8551 [O_CLOEXEC && !__ASSUME_O_CLOEXEC] (have_o_cloexec): Remove
8552 conditional variable definition.
8553 (shm_open) [O_CLOEXEC]: Make code unconditional.
8554 (shm_open) [!O_CLOEXEC || !__ASSUME_O_CLOEXEC]: Remove conditional
8555 code.
8556
c2570a0b
JM
8557 * configure.ac (USE_REGPARMS): Don't define here.
8558 * configure: Regenerated.
8559 * sysdeps/i386/configure.ac (USE_REGPARMS): Define here.
8560 * sysdeps/i386/configure: Regenerated.
8561
11b076bb
JM
8562 * nptl/createthread.c: Don't include kernel-features.h.
8563 * nptl/pthread_cancel.c: Likewise.
8564 * nptl/pthread_condattr_setclock.c: Likewise.
8565 * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Likewise.
8566 * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Likewise.
8567 * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Likewise.
8568 * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Likewise.
8569 * nptl/sysdeps/unix/sysv/linux/raise.c: Likewise.
8570 * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: Likewise.
8571 * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
8572 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: Likewise.
8573 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
8574 * nptl/sysdeps/unix/sysv/linux/timer_create.c: Likewise.
8575 * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Likewise.
8576 * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Likewise.
8577 * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Likewise.
8578 * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Likewise.
8579 * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Likewise.
8580 * nscd/gai.c: Likewise.
8581 * nss/nss_db/db-open.c: Likewise.
8582 * sysdeps/generic/ldsodefs.h: Likewise.
8583 * sysdeps/sh/nptl/tls.h: Likewise.
8584 * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
8585 * sysdeps/unix/sysv/linux/aarch64/sigcontextinfo.h: Likewise.
8586 * sysdeps/unix/sysv/linux/aarch64/vfork.S: Likewise.
8587 * sysdeps/unix/sysv/linux/adjtime.c: Likewise.
8588 * sysdeps/unix/sysv/linux/alpha/xstatconv.h: Likewise.
8589 * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
8590 * sysdeps/unix/sysv/linux/arm/sigcontextinfo.h: Likewise.
8591 * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
8592 * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
8593 * sysdeps/unix/sysv/linux/clock_getres.c: Likewise.
8594 * sysdeps/unix/sysv/linux/clock_gettime.c: Likewise.
8595 * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
8596 * sysdeps/unix/sysv/linux/clock_settime.c: Likewise.
8597 * sysdeps/unix/sysv/linux/dl-execstack.c: Likewise.
8598 * sysdeps/unix/sysv/linux/dl-osinfo.h: Likewise.
8599 * sysdeps/unix/sysv/linux/dl-sysdep.c: Likewise.
8600 * sysdeps/unix/sysv/linux/generic/futimesat.c: Likewise.
8601 * sysdeps/unix/sysv/linux/generic/poll.c: Likewise.
8602 * sysdeps/unix/sysv/linux/generic/wordsize-32/fcntl.c: Likewise.
8603 * sysdeps/unix/sysv/linux/generic/wordsize-32/fxstatat.c: Likewise.
8604 * sysdeps/unix/sysv/linux/generic/wordsize-32/pread.c: Likewise.
8605 * sysdeps/unix/sysv/linux/generic/wordsize-32/pread64.c: Likewise.
8606 * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv.c: Likewise.
8607 * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv64.c: Likewise.
8608 * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite.c: Likewise.
8609 * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite64.c: Likewise.
8610 * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev.c: Likewise.
8611 * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev64.c: Likewise.
8612 * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
8613 * sysdeps/unix/sysv/linux/getpagesize.c: Likewise.
8614 * sysdeps/unix/sysv/linux/getsysstats.c: Likewise.
8615 * sysdeps/unix/sysv/linux/i386/fxstat.c: Likewise.
8616 * sysdeps/unix/sysv/linux/i386/lxstat.c: Likewise.
8617 * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
8618 * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
8619 * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
8620 * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
8621 * sysdeps/unix/sysv/linux/i386/xstat.c: Likewise.
8622 * sysdeps/unix/sysv/linux/ia64/system.c: Likewise.
8623 * sysdeps/unix/sysv/linux/if_index.c: Likewise.
8624 * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
8625 * sysdeps/unix/sysv/linux/ifreq.c: Likewise.
8626 * sysdeps/unix/sysv/linux/ldsodefs.h: Likewise.
8627 * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
8628 * sysdeps/unix/sysv/linux/m68k/vfork.S: Likewise.
8629 * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Likewise.
8630 * sysdeps/unix/sysv/linux/mips/mips32/accept4.c: Likewise.
8631 * sysdeps/unix/sysv/linux/mips/mips32/recvmmsg.c: Likewise.
8632 * sysdeps/unix/sysv/linux/mips/mips32/sendmmsg.c: Likewise.
8633 * sysdeps/unix/sysv/linux/mips/pread.c: Likewise.
8634 * sysdeps/unix/sysv/linux/mips/pread64.c: Likewise.
8635 * sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise.
8636 * sysdeps/unix/sysv/linux/mips/pwrite64.c: Likewise.
8637 * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
8638 * sysdeps/unix/sysv/linux/mmap64.c: Likewise.
8639 * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
8640 * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
8641 * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Likewise.
8642 * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
8643 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c: Likewise.
8644 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: Likewise.
8645 * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Likewise.
8646 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Likewise.
8647 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Likewise.
8648 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Likewise.
8649 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Likewise.
8650 * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
8651 * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
8652 * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Likewise.
8653 * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c: Likewise.
8654 * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: Likewise.
8655 * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S: Likewise.
8656 * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
8657 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
8658 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
8659 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
8660 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
8661 * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S: Likewise.
8662 * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S: Likewise.
8663 * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Likewise.
8664 * sysdeps/unix/sysv/linux/pread.c: Likewise.
8665 * sysdeps/unix/sysv/linux/pread64.c: Likewise.
8666 * sysdeps/unix/sysv/linux/prof-freq.c: Likewise.
8667 * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
8668 * sysdeps/unix/sysv/linux/pwrite64.c: Likewise.
8669 * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S: Likewise.
8670 * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S: Likewise.
8671 * sysdeps/unix/sysv/linux/s390/system.c: Likewise.
8672 * sysdeps/unix/sysv/linux/sh/pread.c: Likewise.
8673 * sysdeps/unix/sysv/linux/sh/pread64.c: Likewise.
8674 * sysdeps/unix/sysv/linux/sh/pwrite.c: Likewise.
8675 * sysdeps/unix/sysv/linux/sh/pwrite64.c: Likewise.
8676 * sysdeps/unix/sysv/linux/sigaction.c: Likewise.
8677 * sysdeps/unix/sysv/linux/sigpending.c: Likewise.
8678 * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
8679 * sysdeps/unix/sysv/linux/sigsuspend.c: Likewise.
8680 * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
8681 * sysdeps/unix/sysv/linux/sparc/system.c: Likewise.
8682 * sysdeps/unix/sysv/linux/syslog.c: Likewise.
8683 * sysdeps/unix/sysv/linux/system.c: Likewise.
8684 * sysdeps/unix/sysv/linux/testrtsig.h: Likewise.
8685 * sysdeps/unix/sysv/linux/timespec_get.c: Likewise.
8686 * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
8687 * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
8688 * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
8689 * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
8690 * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
8691
92072d57
JM
8692 * configure.ac (libc_cv_c_asmcr0_bug): Remove configure test.
8693 * configure: Regenerated.
8694 * config.h.in (BROKEN_PPC_ASM_CR0): Remove macro.
8695
3e239be6
JM
8696 * configure.ac (base_machine): Do not set specially for particular
8697 machines here.
8698 * configure: Regenerated.
8699 * sysdeps/powerpc/preconfigure: Move machine and base_machine
8700 settings from configure.ac.
8701 * sysdeps/i386/preconfigure: New file.
8702 * sysdeps/s390/preconfigure: Likewise.
8703 * sysdeps/sh/preconfigure: Likewise.
8704 * sysdeps/sparc/preconfigure: Likewise.
8705
06d50baa
RM
87062014-06-25 Roland McGrath <roland@hack.frob.com>
8707
74836003
RM
8708 * sysdeps/sparc/sparc64/nptl/cpu_relax.S: Moved ...
8709 * sysdeps/sparc/sparc64/cpu_relax.S: ... here.
8710 * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: Moved ...
8711 * sysdeps/sparc/sparc64/pthread_spin_init.c: ... here.
8712 * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: Moved ...
8713 * sysdeps/sparc/sparc64/pthread_spin_lock.S: ... here.
8714 * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: Moved ...
8715 * sysdeps/sparc/sparc64/pthread_spin_trylock.S: ... here.
8716 * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: Moved ...
8717 * sysdeps/sparc/sparc64/pthread_spin_unlock.S: ... here.
8718 * sysdeps/sparc/sparc64/nptl/pthreaddef.h: Moved ...
8719 * sysdeps/sparc/sparc64/pthreaddef.h: ... here.
8720 * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: Update #include.
8721 * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Likewise.
8722 * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Likewise.
8723 * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Likewise.
8724 * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Likewise.
8725 * sysdeps/sparc/sparc64/nptl/Makefile: File removed, its contents ...
8726 * sysdeps/sparc/sparc64/Makefile: ... appended here.
8727
8728 * sysdeps/sparc/sparc32/nptl/lowlevellock.c: Moved ...
8729 * sysdeps/sparc/sparc32/lowlevellock.c: ... here.
8730 * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Moved ...
8731 * sysdeps/sparc/sparc32/pthread_barrier_wait.c: ... here.
8732 * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: Moved ...
8733 * sysdeps/sparc/sparc32/pthread_spin_lock.S: ... here.
8734 * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: Moved ...
8735 * sysdeps/sparc/sparc32/pthread_spin_trylock.S: ... here.
8736 * sysdeps/sparc/sparc32/nptl/pthreaddef.h: Moved ...
8737 * sysdeps/sparc/sparc32/pthreaddef.h: ... here.
8738 * sysdeps/sparc/sparc32/nptl/sem_post.c: Moved ...
8739 * sysdeps/sparc/sparc32/sem_post.c: ... here.
8740 * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Moved ...
8741 * sysdeps/sparc/sparc32/sem_timedwait.c: ... here.
8742 * sysdeps/sparc/sparc32/nptl/sem_trywait.c: Moved ...
8743 * sysdeps/sparc/sparc32/sem_trywait.c: ... here.
8744 * sysdeps/sparc/sparc32/nptl/sem_wait.c: Moved ...
8745 * sysdeps/sparc/sparc32/sem_wait.c: ... here.
8746 * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: Moved ...
8747 * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: ... here.
8748 * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: Moved ...
8749 * sysdeps/sparc/sparc32/sparcv9/pthread_barrier_wait.c: ... here.
8750 * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: Moved ...
8751 * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: ... here.
8752 * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: Moved ...
8753 * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: ... here.
8754 * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: Moved ...
8755 * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: ... here.
8756 * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Moved ...
8757 * sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: ... here.
8758 * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: Moved ...
8759 * sysdeps/sparc/sparc32/sparcv9/sem_post.c: ... here.
8760 * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: Moved ...
8761 * sysdeps/sparc/sparc32/sparcv9/sem_timedwait.c: ... here.
8762 * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: Moved ...
8763 * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: ... here.
8764 * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: Moved ...
8765 * sysdeps/sparc/sparc32/sparcv9/sem_wait.c: ... here.
8766
06d50baa
RM
8767 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data: Moved ...
8768 * sysdeps/unix/sysv/linux/sparc/sparc32/c++-types.data: ... here.
8769 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: Moved ...
8770 * sysdeps/unix/sysv/linux/sparc/sparc32/ld.abilist: ... here.
8771 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
8772 Moved ...
8773 * sysdeps/unix/sysv/linux/sparc/sparc32/libBrokenLocale.abilist:
8774 ... here.
8775 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: Moved ...
8776 * sysdeps/unix/sysv/linux/sparc/sparc32/libanl.abilist: ... here.
8777 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Moved ...
8778 * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist: ... here.
8779 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist:
8780 Moved ...
8781 * sysdeps/unix/sysv/linux/sparc/sparc32/libcrypt.abilist: ... here.
8782 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: Moved ...
8783 * sysdeps/unix/sysv/linux/sparc/sparc32/libdl.abilist: ... here.
8784 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: Moved ...
8785 * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: ... here.
8786 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: Moved ...
8787 * sysdeps/unix/sysv/linux/sparc/sparc32/libnsl.abilist: ... here.
8788 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
8789 Moved ...
8790 * sysdeps/unix/sysv/linux/sparc/sparc32/libpthread.abilist: ... here.
8791 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
8792 Moved ...
8793 * sysdeps/unix/sysv/linux/sparc/sparc32/libresolv.abilist: ... here.
8794 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: Moved ...
8795 * sysdeps/unix/sysv/linux/sparc/sparc32/librt.abilist: ... here.
8796 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
8797 Moved ...
8798 * sysdeps/unix/sysv/linux/sparc/sparc32/libthread_db.abilist: ... here.
8799 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: Moved ...
8800 * sysdeps/unix/sysv/linux/sparc/sparc32/libutil.abilist: ... here.
8801 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data: Moved ...
8802 * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: ... here.
8803 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data: Moved ...
8804 * sysdeps/unix/sysv/linux/sparc/sparc64/c++-types.data: ... here.
8805 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: Moved ...
8806 * sysdeps/unix/sysv/linux/sparc/sparc64/ld.abilist: ... here.
8807 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
8808 Moved ...
8809 * sysdeps/unix/sysv/linux/sparc/sparc64/libBrokenLocale.abilist:
8810 ... here.
8811 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: Moved ...
8812 * sysdeps/unix/sysv/linux/sparc/sparc64/libanl.abilist: ... here.
8813 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Moved ...
8814 * sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist: ... here.
8815 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist:
8816 Moved ...
8817 * sysdeps/unix/sysv/linux/sparc/sparc64/libcrypt.abilist: ... here.
8818 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: Moved ...
8819 * sysdeps/unix/sysv/linux/sparc/sparc64/libdl.abilist: ... here.
8820 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: Moved ...
8821 * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: ... here.
8822 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: Moved ...
8823 * sysdeps/unix/sysv/linux/sparc/sparc64/libnsl.abilist: ... here.
8824 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
8825 Moved ...
8826 * sysdeps/unix/sysv/linux/sparc/sparc64/libpthread.abilist: ... here.
8827 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
8828 Moved ...
8829 * sysdeps/unix/sysv/linux/sparc/sparc64/libresolv.abilist: ... here.
8830 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: Moved ...
8831 * sysdeps/unix/sysv/linux/sparc/sparc64/librt.abilist: ... here.
8832 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
8833 Moved ...
8834 * sysdeps/unix/sysv/linux/sparc/sparc64/libthread_db.abilist: ... here.
8835 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: Moved ...
8836 * sysdeps/unix/sysv/linux/sparc/sparc64/libutil.abilist: ... here.
8837 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data: Moved ...
8838 * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: ... here.
8839
a4ccbc9b
JM
88402014-06-25 Joseph Myers <joseph@codesourcery.com>
8841
0828edbf
JM
8842 * timezone/checktab.awk: Update from tzcode 2014e.
8843 * timezone/private.h: Likewise.
8844 * timezone/tzfile.h: Likewise.
8845 * timezone/zdump.c: Likewise.
8846 * timezone/zic.c: Likewise.
8847
a4ccbc9b
JM
8848 * sysdeps/unix/sysv/linux/kernel-features.h
8849 (__ASSUME_XFS_RESTRICTED_CHOWN): Remove macro.
8850 * sysdeps/unix/sysv/linux/pathconf.c (__statfs_chown_restricted)
8851 [__ASSUME_XFS_RESTRICTED_CHOWN]: Make code unconditional.
8852 (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
8853 Remove conditional code.
8854
9aea0cb8
WN
88552014-06-25 Will Newton <will.newton@linaro.org>
8856
8857 * sysdeps/unix/sysv/linux/arm/dl-procinfo.c
8858 (_dl_arm_cap_flags): Add HWCAP2 values.
8859 * sysdeps/unix/sysv/linux/arm/dl-procinfo.h
8860 (_DL_HWCAP_COUNT): Increase to 37.
8861 (_DL_HWCAP_LAST): New define.
8862 (_DL_HWCAP2_LAST): New define.
8863 (_dl_procinfo): Add support for printing
8864 AT_HWCAP2 entries.
8865 (_dl_string_hwcap): Use _dl_hwcap_string.
8866
6eaa65ce
AZ
88672014-06-25 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
8868
8869 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
8870
0f5b7185
JM
88712014-06-25 Joseph Myers <joseph@codesourcery.com>
8872
cfd2ea50
JM
8873 * README: Do not mention ports directory.
8874
cecf2ed4
JM
8875 * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMENSAT):
8876 Remove macro.
8877 * sysdeps/unix/sysv/linux/futimes.c: Do not include
8878 <kernel-features.h>.
8879 [__NR_utimensat && !__ASSUME_UTIMENSAT] (miss_utimensat): Remove
8880 conditional variable definition.
8881 (__futimes): Update comment.
8882 (__futimes) [__ASSUME_UTIMENSAT]: Make code unconditional.
8883 (__futimes) [!__ASSUME_UTIMENSAT]: Remove conditional code.
8884
a638de82
JM
8885 [BZ #16560]
8886 * sysdeps/ieee754/dbl-64/e_exp10.c (__ieee754_exp10): Return 1 for
8887 arguments close to 0.
8888 * sysdeps/ieee754/ldbl-128/e_exp10l.c (__ieee754_exp10l):
8889 Likewise.
8890 * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c (__ieee754_exp10l):
8891 Likewise.
8892 * math/auto-libm-test-in: Add more tests of exp10.
8893 * math/auto-libm-test-out: Regenerated.
8894 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
8895
0f5b7185
JM
8896 * sysdeps/unix/sysv/linux/kernel-features.h
8897 (__ASSUME_COMPLETE_READV_WRITEV): Remove macro.
8898 * sysdeps/unix/sysv/linux/readv.c: Do not include
8899 <kernel-features.h>.
8900 [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
8901 [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
8902 (__libc_readv) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
8903 unconditional.
8904 (__libc_readv) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
8905 conditional code.
8906 * sysdeps/unix/sysv/linux/writev.c: Do not include
8907 <kernel-features.h>.
8908 [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
8909 [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
8910 (__libc_writev) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
8911 unconditional.
8912 (__libc_writev) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
8913 conditional code.
8914
c7aec4be
WN
89152014-06-25 Will Newton <will.newton@linaro.org>
8916
8917 * sysdeps/posix/tempname.c: Merge from gnulib, cosmetic
8918 comment changes throughout the file. Remove checks
8919 for HAVE_*_H definitions that are not required.
8920 (__gen_tempname): Call abort if an unknown kind value is
8921 passed.
8922
c5241f95
AS
89232014-06-25 Andreas Schwab <schwab@suse.de>
8924
8925 [BZ #17086]
8926 * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Add compat symbols for
8927 scalbln, scalblnf, scalblnl in libc.
8928
911422da
SP
89292014-06-25 Siddhesh Poyarekar <siddhesh@redhat.com>
8930
8931 [BZ #17086]
8932 * sysdeps/i386/fpu/s_scalbn.S: Add compat symbol for libc.so.
8933 * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
8934 * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
8935
0d749bbe
RM
89362014-06-24 Roland McGrath <roland@hack.frob.com>
8937
8938 * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: Moved ...
8939 * sysdeps/i386/i486/pthread_spin_trylock.S: ... here.
8940 * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: Moved ...
8941 * sysdeps/i386/i586/pthread_spin_trylock.S: ... here.
8942 Update #include.
8943 * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: Moved ...
8944 * sysdeps/i386/i686/pthread_spin_trylock.S: ... here.
8945 Update #include.
8946 * sysdeps/x86_64/64/nptl/shlib-versions: Moved ...
8947 * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: ... here.
8948 * sysdeps/x86_64/x32/nptl/shlib-versions: Moved ...
8949 * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: ... here.
8950 * sysdeps/x86/nptl/bits/pthreadtypes.h: Moved ...
8951 * sysdeps/x86/bits/pthreadtypes.h: ... here.
8952 * sysdeps/x86/nptl/bits/semaphore.h: Moved ...
8953 * sysdeps/x86/bits/semaphore.h: ... here.
8954 * sysdeps/x86/nptl/elide.h: Moved ...
8955 * sysdeps/x86/elide.h: ... here.
8956 * sysdeps/x86_64/nptl/Implies: File removed.
8957 * sysdeps/i386/nptl/Implies: File removed.
8958
0ea5d373
JM
89592014-06-24 Joseph Myers <joseph@codesourcery.com>
8960
4060283d
JM
8961 [BZ #16539]
8962 * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Just
8963 return the argument for normal arguments with exponent below -64.
8964 * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
8965 Likewise.
8966 * math/auto-libm-test-in: Add another test of expm1.
8967 * math/auto-libm-test-out: Regenerated.
8968
e7dd3c8c
JM
8969 [BZ #16287]
8970 * sysdeps/ieee754/ldbl-128/s_erfl.c (__erfl): Return 1 without
8971 calling __erfcl for arguments at least 16.
8972 * math/auto-libm-test-in: Add more tests of erf.
8973 * math/auto-libm-test-out: Regenerated.
8974
0ea5d373
JM
8975 * sysdeps/unix/sysv/linux/configure.ac: Remove cases for
8976 individual architectures.
8977 * sysdeps/unix/sysv/linux/configure: Regenerated.
8978 * sysdeps/unix/sysv/linux/i386/configure.ac: New file.
8979 * sysdeps/unix/sysv/linux/i386/configure: New generated file.
8980 * sysdeps/unix/sysv/linux/powerpc/configure.ac
8981 (ldd_rewrite_script): Define variable.
8982 * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
8983 * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure.ac: New
8984 file.
8985 * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure: New
8986 generated file.
8987 * sysdeps/unix/sysv/linux/s390/configure.ac: New file.
8988 * sysdeps/unix/sysv/linux/s390/configure: New generated file.
8989 * sysdeps/unix/sysv/linux/sh/configure.ac: New file.
8990 * sysdeps/unix/sysv/linux/sh/configure: New generated file.
8991 * sysdeps/unix/sysv/linux/sparc/configure.ac: New file.
8992 * sysdeps/unix/sysv/linux/sparc/configure: New generated file.
8993 * sysdeps/unix/sysv/linux/x86_64/configure.ac: New file.
8994 * sysdeps/unix/sysv/linux/x86_64/configure: New generated file.
8995
2307e126
SP
89962014-06-24 Siddhesh Poyarekar <siddhesh@redhat.com>
8997
8998 [BZ #17084]
8999 * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_mutex_t):
9000 Rename member __data.d to __data.__elision_data.
9001
c0a4ed77
W
90022014-06-24 Wilco <wdijkstr@arm.com>
9003
9004 * NEWS: Add 16918 to fixed bug list.
9005
b8c00573
W
90062014-06-24 Wilco <wdijkstr@arm.com>
9007
9008 * sysdeps/arm/fesetenv.c (fesetenv): Optimize implementation.
9009
b5570d92
W
90102014-06-24 Wilco <wdijkstr@arm.com>
9011
9012 * sysdeps/arm/fpu_control.h (_FPU_MASK_RM): Define.
9013 * sysdeps/arm/fenv_private.h (libc_fesetround_vfp)
9014 (libc_feholdexcept_setround_vfp) (libc_feholdsetround_vfp)
9015 (libc_feresetround_vfp) (libc_feholdsetround_vfp_ctx)
9016 (libc_feresetround_vfp_ctx): Use _FPU_MASK_RM.
9017 * sysdeps/arm/fesetround.c (fesetround): Use _FPU_MASK_RM.
9018 * sysdeps/arm/get-rounding-mode.h (get_rounding_mode):
9019 Use _FPU_MASK_RM.
9020
947bdca2
W
90212014-06-24 Wilco <wdijkstr@arm.com>
9022
9023 * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Remove unused include.
9024
00f669ed
W
90252014-06-24 Wilco <wdijkstr@arm.com>
9026
9027 * sysdeps/arm/feholdexcpt.c (feholdexcept): Remove space.
9028 * sysdeps/arm/fesetenv.c (fesetenv): Remove space.
9029 * sysdeps/arm/fesetround.c (fesetround): Remove space.
9030 * sysdeps/arm/fraiseexcpt.c (feraiseexcept): Remove space.
9031
db59bad3
W
90322014-06-24 Wilco <wdijkstr@arm.com>
9033
9034 [BZ #16918]
9035 * sysdeps/arm/feupdateenv.c (feupdateenv):
9036 Rewrite to reduce FPSCR accesses and fix return value.
9037
001f7b77
W
90382014-06-24 Wilco <wdijkstr@arm.com>
9039
9040 * sysdeps/arm/fclrexcpt.c (feclearexcept):
9041 Optimize to avoid unnecessary FPSCR writes.
9042 * sysdeps/arm/fedisblxcpt.c (fedisableexcept): Likewise.
9043 * sysdeps/arm/feenablxcpt.c (feenableexcept): Likewise.
9044 * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Likewise.
9045 * sysdeps/arm/setfpucw.c (__setfpucw): Likewise.
9046
4841e6a6
W
90472014-06-24 Wilco <wdijkstr@arm.com>
9048
9049 * sysdeps/arm/fegetround.c (fegetround): Call get_rounding_mode.
9050 * sysdeps/arm/feholdexcpt.c (feholdexcept): Call libc_feholdexcept_vfp.
9051 * sysdeps/arm/fesetround.c (fesetround): Call libc_fesetround_vfp.
9052 * sysdeps/arm/fgetexcptflg.c (fegetexceptflag):
9053 Call libc_fetestexcept_vfp.
9054 * sysdeps/arm/ftestexcept.c (fetestexcept): Call libc_fetestexcept_vfp.
9055 * sysdeps/arm/fenv_private.h: Move libc_*_vfp functions outside of
9056 __SOFTFP__ ifdef so that they can be built for softfp.
9057
0813022c
SP
90582014-06-24 Siddhesh Poyarekar <siddhesh@redhat.com>
9059
08e5862f
SP
9060 * sysdeps/x86/nptl/elide.h (elision_adapt): Make first
9061 argument type signed char.
9062
0813022c
SP
9063 * Makerules (check-abi): Dump diff of symlist if the test
9064 fails.
9065
3fc7236a
RM
90662014-06-23 Roland McGrath <roland@hack.frob.com>
9067
aba8ef95
RM
9068 * sysdeps/generic/get-rounding-mode.h: Include <stdlib.h> before
9069 using abort.
9070
3fc7236a
RM
9071 * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
9072 Remove unused variable ST.
9073
4da6db51
JM
90742014-06-23 Joseph Myers <joseph@codesourcery.com>
9075
4648909d
JM
9076 [BZ #16354]
9077 [BZ #17061]
9078 * sysdeps/ieee754/dbl-64/e_cosh.c (__ieee754_cosh): Check for
9079 small arguments before calling __expm1.
9080 * sysdeps/ieee754/flt-32/e_coshf.c (__ieee754_coshf): Check for
9081 small arguments before calling __expm1f.
9082 * sysdeps/ieee754/ldbl-128/e_coshl.c (__ieee754_coshl): Check for
9083 small arguments before calling __expm1l.
9084 * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
9085 Likewise.
9086 * sysdeps/ieee754/ldbl-96/e_coshl.c (__ieee754_coshl): Likewise.
9087 * math/auto-libm-test-in: Add more cosh tests. Do not allow
9088 spurious underflow for some cosh tests.
9089 * math/auto-libm-test-out: Regenerated.
9090 * sysdeps/i386/fpu/libm-test-ulps: Update.
9091
46a3d3c7
JM
9092 [BZ #17050]
9093 * sysdeps/ieee754/dbl-64/e_j1.c: Include <errno.h>.
9094 (__ieee754_y1): Set errno if return value overflows.
9095 * sysdeps/ieee754/flt-32/e_j1f.c: Include <errno.h>.
9096 (__ieee754_y1f): Set errno if return value overflows.
9097 * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <errno.h>.
9098 (__ieee754_y1l): Set errno if return value overflows.
9099 * sysdeps/ieee754/ldbl-96/e_j1l.c: Include <errno.h>.
9100 (__ieee754_y1l): Set errno if return value overflows.
9101 * math/auto-libm-test-in: Add more tests of y0, y1 and yn.
9102 * math/auto-libm-test-out: Regenerated.
9103
863893ec
JM
9104 * math/gen-auto-libm-tests.c: Document use of
9105 ignore-zero-inf-sign.
9106 (input_flag_type): Add value flag_ignore_zero_inf_sign.
9107 (input_flags): Add ignore-zero-inf-sign.
9108 (output_for_one_input_case): Handle flag_ignore_zero_inf_sign.
9109 * math/gen-libm-test.pl (generate_testfile): Handle
9110 ignore-zero-inf-sign.
9111 * math/auto-libm-test-in: Mark some cpow tests with
9112 ignore-zero-inf-sign and some with xfail-rounding.
9113 * math/auto-libm-test-out: Regenerated.
9114 * math/libm-test.inc (cpow_test): Use ALL_RM_TEST.
9115 * sysdeps/i386/fpu/libm-test-ulps: Update.
9116 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
9117
4da6db51
JM
9118 [BZ #16315]
9119 * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Ensure possibly
9120 overflowing or underflowing operations take place with sign of
9121 result.
9122 * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
9123 * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
9124 * sysdeps/ieee754/dbl-64/e_pow.c: Include <math.h>.
9125 (__ieee754_pow): Recompute overflowing and underflowing results in
9126 original rounding mode.
9127 * sysdeps/x86/fpu/powl_helper.c: Include <stdbool.h>.
9128 (__powl_helper): Allow negative argument X and scale negated value
9129 as needed. Avoid passing value outside [-1, 1] to f2xm1.
9130 * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Ensure possibly
9131 overflowing or underflowing operations take place with sign of
9132 result.
9133 * sysdeps/x86_64/fpu/multiarch/e_pow.c [HAVE_FMA4_SUPPORT]:
9134 Include <math.h>.
9135 * math/auto-libm-test-in: Add more tests of pow.
9136 * math/auto-libm-test-out: Regenerated.
9137 * math/libm-test.inc (pow_test): Use ALL_RM_TEST.
9138 (pow_tonearest_test_data): Remove.
9139 (pow_test_tonearest): Likewise.
9140 (pow_towardzero_test_data): Likewise.
9141 (pow_test_towardzero): Likewise.
9142 (pow_downward_test_data): Likewise.
9143 (pow_test_downward): Likewise.
9144 (pow_upward_test_data): Likewise.
9145 (pow_test_upward): Likewise.
9146 (main): Don't call removed functions.
9147 * sysdeps/i386/fpu/libm-test-ulps: Update.
9148 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
9149
5686b236
RM
91502014-06-23 Roland McGrath <roland@hack.frob.com>
9151
9152 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/c++-types.data:
9153 Moved ...
9154 * sysdeps/unix/sysv/linux/powerpc/powerpc32/c++-types.data: ... here.
9155 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
9156 Moved ...
9157 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist: ... here.
9158 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
9159 Moved ...
9160 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist: ... here.
9161 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
9162 Moved ...
9163 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data: ... here.
9164 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
9165 File removed.
9166 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
9167 File removed.
9168 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libBrokenLocale.abilist:
9169 File removed.
9170 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libanl.abilist:
9171 File removed.
9172 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libcrypt.abilist:
9173 File removed.
9174 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libdl.abilist:
9175 File removed.
9176 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libnsl.abilist:
9177 File removed.
9178 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
9179 File removed.
9180 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libresolv.abilist:
9181 File removed.
9182 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
9183 File removed.
9184 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libthread_db.abilist:
9185 File removed.
9186 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libutil.abilist:
9187 File removed.
9188 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/ld.abilist:
9189 Moved ...
9190 * sysdeps/unix/sysv/linux/powerpc/powerpc32/ld.abilist: ... here.
9191 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libBrokenLocale.abilist:
9192 Moved ...
9193 * sysdeps/unix/sysv/linux/powerpc/powerpc32/libBrokenLocale.abilist:
9194 ... here.
9195 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libanl.abilist:
9196 Moved ...
9197 * sysdeps/unix/sysv/linux/powerpc/powerpc32/libanl.abilist: ... here.
9198 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libcrypt.abilist:
9199 Moved ...
9200 * sysdeps/unix/sysv/linux/powerpc/powerpc32/libcrypt.abilist: ... here.
9201 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libdl.abilist:
9202 Moved ...
9203 * sysdeps/unix/sysv/linux/powerpc/powerpc32/libdl.abilist: ... here.
9204 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libnsl.abilist:
9205 Moved ...
9206 * sysdeps/unix/sysv/linux/powerpc/powerpc32/libnsl.abilist: ... here.
9207 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libpthread.abilist:
9208 Moved ...
9209 * sysdeps/unix/sysv/linux/powerpc/powerpc32/libpthread.abilist: ... here.
9210 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libresolv.abilist:
9211 Moved ...
9212 * sysdeps/unix/sysv/linux/powerpc/powerpc32/libresolv.abilist: ... here.
9213 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/librt.abilist:
9214 Moved ...
9215 * sysdeps/unix/sysv/linux/powerpc/powerpc32/librt.abilist: ... here.
9216 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libthread_db.abilist: Moved ...
9217 * sysdeps/unix/sysv/linux/powerpc/powerpc32/libthread_db.abilist:
9218 ... here.
9219 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libutil.abilist:
9220 Moved ...
9221 * sysdeps/unix/sysv/linux/powerpc/powerpc32/libutil.abilist: ... here.
9222 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
9223 Moved ...
9224 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libc.abilist:
9225 ... here.
9226 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libm.abilist:
9227 Moved ...
9228 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist:
9229 ... here.
9230 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
9231 Moved ...
9232 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
9233 ... here.
9234 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
9235 Moved ...
9236 * sysdeps/unix/sysv/linux/powerpc/powerpc64/c++-types.data: ... here.
9237 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
9238 Moved ...
9239 * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld-le.abilist: ... here.
9240 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: Moved ...
9241 * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld.abilist: ... here.
9242 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
9243 Moved ...
9244 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale-le.abilist:
9245 ... here.
9246 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
9247 Moved ...
9248 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale.abilist:
9249 ... here.
9250 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
9251 Moved ...
9252 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl-le.abilist: ... here.
9253 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
9254 Moved ...
9255 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl.abilist: ... here.
9256 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
9257 Moved ...
9258 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc-le.abilist: ... here.
9259 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
9260 Moved ...
9261 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc.abilist: ... here.
9262 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
9263 Moved ...
9264 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt-le.abilist:
9265 ... here.
9266 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
9267 Moved ...
9268 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt.abilist: ... here.
9269 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
9270 Moved ...
9271 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl-le.abilist: ... here.
9272 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
9273 Moved ...
9274 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl.abilist: ... here.
9275 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
9276 Moved ...
9277 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist: ... here.
9278 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: Moved ...
9279 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist: ... here.
9280 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
9281 Moved ...
9282 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl-le.abilist: ... here.
9283 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
9284 Moved ...
9285 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl.abilist: ... here.
9286 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
9287 Moved ...
9288 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread-le.abilist:
9289 ... here.
9290 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
9291 Moved ...
9292 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread.abilist:
9293 ... here.
9294 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
9295 Moved ...
9296 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv-le.abilist:
9297 ... here.
9298 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
9299 Moved ...
9300 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv.abilist: ... here.
9301 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
9302 Moved ...
9303 * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt-le.abilist: ... here.
9304 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
9305 Moved ...
9306 * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt.abilist: ... here.
9307 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
9308 Moved ...
9309 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db-le.abilist:
9310 ... here.
9311 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
9312 Moved ...
9313 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db.abilist:
9314 ... here.
9315 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
9316 Moved ...
9317 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil-le.abilist:
9318 ... here.
9319 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
9320 Moved ...
9321 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil.abilist: ... here.
9322 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
9323 Moved ...
9324 * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: ... here.
9325
e6d90d67
WD
93262014-06-23 Will Newton <will.newton@linaro.org>
9327 Wilco <wdijkstr@arm.com>
9328
9329 * sysdeps/generic/math_private.h: Add generic HAVE_RM_CTX
9330 implementation. Include get-rounding-mode.h.
9331 [!HAVE_RM_CTX]: Define HAVE_RM_CTX to zero.
9332 [!libc_feholdsetround_noex_ctx]: Define
9333 libc_feholdsetround_noex_ctx.
9334 [!libc_feholdsetround_noexf_ctx]: Define
9335 libc_feholdsetround_noexf_ctx.
9336 [!libc_feholdsetround_noexl_ctx]: Define
9337 libc_feholdsetround_noexl_ctx.
9338 (libc_feholdsetround_ctx): New function.
9339 (libc_feresetround_ctx): New function.
9340 (libc_feholdsetround_noex_ctx): New function.
9341 (libc_feresetround_noex_ctx): New function.
9342
d42df555
RM
93432014-06-23 Roland McGrath <roland@hack.frob.com>
9344
88a46474
RM
9345 * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h: Moved ...
9346 * sysdeps/mips/nptl/bits/pthreadtypes.h: ... here.
9347 * sysdeps/unix/sysv/linux/mips/nptl/bits/semaphore.h: Moved ...
9348 * sysdeps/mips/nptl/bits/semaphore.h: ... here.
9349 * sysdeps/unix/sysv/linux/mips/nptl/bits/local_lim.h: Moved ...
9350 * sysdeps/unix/sysv/linux/mips/bits/local_lim.h: ... here.
9351
15bed472
RM
9352 * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h: Moved ...
9353 * sysdeps/m68k/nptl/bits/pthreadtypes.h: ... here.
9354 * sysdeps/unix/sysv/linux/m68k/nptl/bits/semaphore.h: Moved ...
9355 * sysdeps/m68k/nptl/bits/semaphore.h: ... here.
9356 * sysdeps/unix/sysv/linux/m68k/nptl/c++-types.data: Moved ...
9357 * sysdeps/unix/sysv/linux/m68k/c++-types.data: ... here.
9358 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/bits/atomic.h: Moved ...
9359 * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h: ... here.
9360 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/ld.abilist: Moved ...
9361 * sysdeps/unix/sysv/linux/m68k/coldfire/ld.abilist: ... here.
9362 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libBrokenLocale.abilist:
9363 Moved ...
9364 * sysdeps/unix/sysv/linux/m68k/coldfire/libBrokenLocale.abilist:
9365 ... here.
9366 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libanl.abilist: Moved ...
9367 * sysdeps/unix/sysv/linux/m68k/coldfire/libanl.abilist: ... here.
9368 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libc.abilist: Moved ...
9369 * sysdeps/unix/sysv/linux/m68k/coldfire/libc.abilist: ... here.
9370 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libcrypt.abilist:
9371 Moved ...
9372 * sysdeps/unix/sysv/linux/m68k/coldfire/libcrypt.abilist: ... here.
9373 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libdl.abilist: Moved ...
9374 * sysdeps/unix/sysv/linux/m68k/coldfire/libdl.abilist: ... here.
9375 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libm.abilist: Moved ...
9376 * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: ... here.
9377 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libnsl.abilist: Moved ...
9378 * sysdeps/unix/sysv/linux/m68k/coldfire/libnsl.abilist: ... here.
9379 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libpthread.abilist:
9380 Moved ...
9381 * sysdeps/unix/sysv/linux/m68k/coldfire/libpthread.abilist: ... here.
9382 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libresolv.abilist:
9383 Moved ...
9384 * sysdeps/unix/sysv/linux/m68k/coldfire/libresolv.abilist: ... here.
9385 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/librt.abilist: Moved ...
9386 * sysdeps/unix/sysv/linux/m68k/coldfire/librt.abilist: ... here.
9387 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libthread_db.abilist:
9388 Moved ...
9389 * sysdeps/unix/sysv/linux/m68k/coldfire/libthread_db.abilist: ... here.
9390 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libutil.abilist: Moved ...
9391 * sysdeps/unix/sysv/linux/m68k/coldfire/libutil.abilist: ... here.
9392 * sysdeps/unix/sysv/linux/m68k/nptl/localplt.data: Moved ...
9393 * sysdeps/unix/sysv/linux/m68k/localplt.data: ... here.
9394 * sysdeps/unix/sysv/linux/m68k/nptl/lowlevellock.h: Moved ...
9395 * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: ... here.
9396 * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/ld.abilist: Moved ...
9397 * sysdeps/unix/sysv/linux/m68k/m680x0/ld.abilist: ... here.
9398 * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libBrokenLocale.abilist:
9399 Moved ...
9400 * sysdeps/unix/sysv/linux/m68k/m680x0/libBrokenLocale.abilist:
9401 ... here.
9402 * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libanl.abilist: Moved ...
9403 * sysdeps/unix/sysv/linux/m68k/m680x0/libanl.abilist: ... here.
9404 * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libc.abilist: Moved ...
9405 * sysdeps/unix/sysv/linux/m68k/m680x0/libc.abilist: ... here.
9406 * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libcrypt.abilist: Moved ...
9407 * sysdeps/unix/sysv/linux/m68k/m680x0/libcrypt.abilist: ... here.
9408 * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libdl.abilist: Moved ...
9409 * sysdeps/unix/sysv/linux/m68k/m680x0/libdl.abilist: ... here.
9410 * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libm.abilist: Moved ...
9411 * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: ... here.
9412 * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libnsl.abilist: Moved ...
9413 * sysdeps/unix/sysv/linux/m68k/m680x0/libnsl.abilist: ... here.
9414 * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libpthread.abilist:
9415 Moved ...
9416 * sysdeps/unix/sysv/linux/m68k/m680x0/libpthread.abilist: ... here.
9417 * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libresolv.abilist: Moved ...
9418 * sysdeps/unix/sysv/linux/m68k/m680x0/libresolv.abilist: ... here.
9419 * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/librt.abilist: Moved ...
9420 * sysdeps/unix/sysv/linux/m68k/m680x0/librt.abilist: ... here.
9421 * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libthread_db.abilist:
9422 Moved ...
9423 * sysdeps/unix/sysv/linux/m68k/m680x0/libthread_db.abilist: ... here.
9424 * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libutil.abilist: Moved ...
9425 * sysdeps/unix/sysv/linux/m68k/m680x0/libutil.abilist: ... here.
9426 * sysdeps/unix/sysv/linux/m68k/nptl/sysdep-cancel.h: Moved ...
9427 * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: ... here.
9428
d42df555
RM
9429 * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: Moved ...
9430 * sysdeps/unix/sysv/linux/sh/c++-types.data: ... here.
9431 * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: Moved ...
9432 * sysdeps/unix/sysv/linux/sh/ld.abilist: ... here.
9433 * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: Moved ...
9434 * sysdeps/unix/sysv/linux/sh/libBrokenLocale.abilist: ... here.
9435 * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: Moved ...
9436 * sysdeps/unix/sysv/linux/sh/libanl.abilist: ... here.
9437 * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Moved ...
9438 * sysdeps/unix/sysv/linux/sh/libc.abilist: ... here.
9439 * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: Moved ...
9440 * sysdeps/unix/sysv/linux/sh/libcrypt.abilist: ... here.
9441 * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: Moved ...
9442 * sysdeps/unix/sysv/linux/sh/libdl.abilist: ... here.
9443 * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Moved ...
9444 * sysdeps/unix/sysv/linux/sh/libm.abilist: ... here.
9445 * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: Moved ...
9446 * sysdeps/unix/sysv/linux/sh/libnsl.abilist: ... here.
9447 * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: Moved ...
9448 * sysdeps/unix/sysv/linux/sh/libpthread.abilist: ... here.
9449 * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: Moved ...
9450 * sysdeps/unix/sysv/linux/sh/libresolv.abilist: ... here.
9451 * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Moved ...
9452 * sysdeps/unix/sysv/linux/sh/librt.abilist: ... here.
9453 * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: Moved ...
9454 * sysdeps/unix/sysv/linux/sh/libthread_db.abilist: ... here.
9455 * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: Moved ...
9456 * sysdeps/unix/sysv/linux/sh/libutil.abilist: ... here.
9457
76e5216e
JM
94582014-06-23 Joseph Myers <joseph@codesourcery.com>
9459
9460 * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_GNU]
9461 (FALLOC_FL_COLLAPSE_RANGE): New macro.
9462 [__USE_GNU] (FALLOC_FL_ZERO_RANGE): Likewise.
9463 * sysdeps/unix/sysv/linux/bits/in.h (IP_PMTUDISC_OMIT): Likewise.
9464 (IPV6_PMTUDISC_INTERFACE): Likewise.
9465 (IPV6_PMTUDISC_OMIT): Likewise.
9466
7a81cbcc
AS
94672014-06-23 Andreas Schwab <schwab@suse.de>
9468
9469 * nptl/sysdeps/unix/sysv/linux/mq_notify.c (init_mq_netlink):
9470 Remove unused errout label.
9471
db224009
AZ
94722014-06-23 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
9473
9474 * sysdeps/powerpc/bits/hwcap.h [PPC_FEATURE2_HAS_VEC_CRYPTO]: New
9475 macro: hardware supports Vector Crypto instructions.
9476
f393b4aa
WN
94772014-06-23 Will Newton <will.newton@linaro.org>
9478
cc7d0447
WN
9479 * elf/dl-lookup.c: Use __glibc_unlikely and __glibc_likely
9480 rather than __builtin_expect.
9481
d6d06225
WN
9482 * elf/dl-lookup.c (undefined_msg): Remove variable.
9483 (_dl_lookup_symbol_x): Replace undefined_msg with string
9484 literal.
9485
f393b4aa
WN
9486 * elf/dl-lookup.c (do_lookup_unique): New function.
9487 (do_lookup_x): Move STB_GNU_UNIQUE handling code
9488 to a separate function.
9489
ac60763e
AS
94902014-06-23 Andreas Schwab <schwab@suse.de>
9491
9492 [BZ #17079]
9493 * nss/nss_files/files-XXX.c (get_contents): Store overflow marker
9494 before reading the next line.
9495
c5c13355
WN
94962014-06-23 Will Newton <will.newton@linaro.org>
9497
9498 * test-skeleton.c (signal_handler): Use printf and %m
9499 rather than perror. Use printf rather than fprintf to
9500 stderr. Use puts rather than fputs to stderr.
9501 (main): Likewise.
9502
bd3675f9
LC
95032014-06-22 Ludovic Courtès <ludo@gnu.org>
9504
9505 * nscd/nscd.c (thread_info_t): Remove typedef.
9506 (thread_info): Remove variable.
9507
d03efb2f
AM
95082014-06-21 Allan McRae <allan@archlinux.org>
9509
9510 * NEWS: Mention CVE-2014-4043.
9511
bc4a86fa
RM
95122014-06-20 Roland McGrath <roland@hack.frob.com>
9513
dc9a54f8
RM
9514 * nptl/sysdeps/unix/sysv/linux/smp.h: Moved ...
9515 * nptl/smp.h: ... here.
9516
bd7022c4
RM
9517 * nptl/sysdeps/unix/sysv/linux/rtld-lowlevel.h: File removed.
9518
26ffd5e6
RM
9519 * include/libc-symbols.h (HAVE_CONFIG_H, STDC_HEADERS): New macros.
9520 * catgets/Makefile (catgets-CPPFLAGS): Remove -DHAVE_CONFIG_H.
9521 * locale/Makefile (CPPFLAGS-locale-programs): Likewise.
9522 * stdlib/strtol_l.c [_LIBC] (STDC_HEADERS): Don't define it.
9523
93a6d082
RM
9524 * nptl/allocatestack.c: Include <stack-aliasing.h>.
9525 * nptl/stack-aliasing.h: New file.
9526 * sysdeps/i386/i686/stack-aliasing.h: New file.
9527 * sysdeps/i386/i686/nptl/Makefile: File removed.
9528 * sysdeps/x86_64/stack-aliasing.h: New file.
9529 * sysdeps/x86_64/nptl/Makefile
9530 (CFLAGS-pthread_create.c): Variable removed.
9531
bc4a86fa
RM
9532 * nptl/sysdeps/unix/sysv/linux/bits/local_lim.h: Moved ...
9533 * sysdeps/unix/sysv/linux/bits/local_lim.h: ... here, replacing the
9534 old file.
9535 * nptl/sysdeps/unix/sysv/linux/bits/posix_opt.h: Moved ...
9536 * sysdeps/unix/sysv/linux/bits/posix_opt.h: ... here, replacing the
9537 old file.
9538
2272ffc1
JM
95392014-06-21 Joseph Myers <joseph@codesourcery.com>
9540
9541 * sysdeps/unix/sysv/linux/arm/kernel-features.h
9542 (__ASSUME_SIGFRAME_V2): Remove macro.
9543 * sysdeps/unix/sysv/linux/arm/sigrestorer.S: Update comment.
9544 [!__ASSUME_SIGFRAME_V2]: Remove conditional code.
9545 (__default_sa_restorer_v2): Rename to __default_sa_restorer.
9546 (__default_rt_sa_restorer_v2): Rename to __default_rt_sa_restorer.
9547 * sysdeps/unix/sysv/linux/arm/sigaction.c (__default_sa_restorer):
9548 Declare as function. Remove conditional macro definitions.
9549 (__default_rt_sa_restorer): Likewise.
9550 (__default_sa_restorer_v1): Remove declaration.
9551 (__default_sa_restorer_v2): Likewise.
9552 (__default_rt_sa_restorer_v1): Likewise.
9553 (__default_rt_sa_restorer_v2): Likewise.
9554 * sysdeps/unix/sysv/linux/arm/Versions (GLIBC_PRIVATE): Remove
9555 __default_sa_restorer_v1, __default_rt_sa_restorer_v1,
9556 __default_sa_restorer_v2 and __default_rt_sa_restorer_v2.
9557
4b88139b
RM
95582014-06-20 Roland McGrath <roland@hack.frob.com>
9559
9560 * sysdeps/unix/sysv/linux/sparc/Makefile [$(subdir) = nptl]
9561 (libpthread-routines): Add sysdep.
9562 * nptl/sysdeps/unix/sysv/linux/sparc/Makefile: File removed.
9563 * sysdeps/unix/sysv/linux/sparc/Versions
9564 (libpthread: GLIBC_2.3.3): New version set.
9565 * nptl/sysdeps/unix/sysv/linux/sparc/Versions: File removed.
9566 * nptl/sysdeps/unix/sysv/linux/sparc/aio_cancel.c: Moved ...
9567 * sysdeps/unix/sysv/linux/sparc/aio_cancel.c: ... here.
9568 * nptl/sysdeps/unix/sysv/linux/sparc/internaltypes.h: Moved ...
9569 * sysdeps/sparc/nptl/internaltypes.h: ... here. Use #include_next.
9570 * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_destroy.c:
9571 Moved ...
9572 * sysdeps/sparc/nptl/pthread_barrier_destroy.c: ... here.
9573 * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_init.c: Moved ...
9574 * sysdeps/sparc/nptl/pthread_barrier_init.c: ... here.
9575 * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_wait.c: Moved ...
9576 * sysdeps/sparc/nptl/pthread_barrier_wait.c: ... here.
9577 * nptl/sysdeps/unix/sysv/linux/sparc/sem_init.c: Moved ...
9578 * sysdeps/sparc/nptl/sem_init.c: ... here.
9579 * nptl/sysdeps/unix/sysv/linux/sparc/sem_post.c: Moved ...
9580 * sysdeps/sparc/nptl/sem_post.c: ... here.
9581 * nptl/sysdeps/unix/sysv/linux/sparc/sem_timedwait.c: Moved ...
9582 * sysdeps/sparc/nptl/sem_timedwait.c: ... here.
9583 * nptl/sysdeps/unix/sysv/linux/sparc/sem_wait.c: Moved ...
9584 * sysdeps/sparc/nptl/sem_wait.c: ... here.
9585 * nptl/sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Moved ...
9586 * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: ... here.
9587 * sysdeps/sparc/sparc32/sparcv9/Makefile [$(subdir) = nptl]
9588 (libpthread-routines): Add cpu_relax.
9589 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/Makefile:
9590 File removed.
9591 * sysdeps/unix/sysv/linux/sparc/sparc64/Versions
9592 (librt: GLIBC_2.3.3): New version set.
9593 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Versions: File removed.
9594 * sysdeps/sparc/sparc64/nptl/Makefile: New file.
9595 * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile [$(subdir) = nptl]
9596 (CFLAGS-pause.c, CFLAGS-sigsuspend.c): New variables.
9597 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Makefile: File removed.
9598 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/lowlevellock.c: Moved ...
9599 * sysdeps/sparc/sparc32/nptl/lowlevellock.c: ... here.
9600 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pthread_barrier_wait.c:
9601 Moved ...
9602 * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: ... here.
9603 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_post.c: Moved ...
9604 * sysdeps/sparc/sparc32/nptl/sem_post.c: ... here.
9605 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_timedwait.c: Moved ...
9606 * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: ... here.
9607 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_trywait.c: Moved ...
9608 * sysdeps/sparc/sparc32/nptl/sem_trywait.c: ... here.
9609 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_wait.c: Moved ...
9610 * sysdeps/sparc/sparc32/nptl/sem_wait.c: ... here.
9611 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/cpu_relax.S:
9612 Moved ...
9613 * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: ... here.
9614 Update #include.
9615 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/pthread_barrier_wait.c:
9616 Moved ...
9617 * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: ... here.
9618 Update #include.
9619 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_post.c:
9620 Moved ...
9621 * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: ... here.
9622 Update #include.
9623 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_timedwait.c:
9624 Moved ...
9625 * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: ... here.
9626 Update #include.
9627 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_trywait.c:
9628 Moved ...
9629 * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: ... here.
9630 Update #include.
9631 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_wait.c:
9632 Moved ...
9633 * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: ... here.
9634 Update #include.
9635 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/cpu_relax.S: Moved ...
9636 * sysdeps/sparc/sparc64/nptl/cpu_relax.S: ... here.
9637 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Moved ...
9638 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: ... here.
9639 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Moved ...
9640 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: ... here.
9641 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: Moved ...
9642 * sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: ... here.
9643 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: Moved ...
9644 * sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: ... here.
9645 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
9646 Moved ...
9647 * sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c: ... here.
9648 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: Moved ...
9649 * sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: ... here.
9650 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: Moved ...
9651 * sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: ... here.
9652
d7109027
JM
96532014-06-20 Joseph Myers <joseph@codesourcery.com>
9654
9bc6103d
JM
9655 * nptl/pthread_cond_wait.c: Include <kernel-features.h>.
9656 * nptl/pthread_rwlock_timedrdlock.c: Likewise.
9657 * nptl/pthread_rwlock_timedwrlock.c: Likewise.
9658 * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Likewise.
9659 * nscd/nscd.c: Likewise.
9660 * sysdeps/i386/nptl/tcb-offsets.sym: Likewise.
9661 * sysdeps/powerpc/nptl/tcb-offsets.sym: Likewise.
9662 * sysdeps/sh/nptl/tcb-offsets.sym: Likewise.
9663 * sysdeps/x86_64/nptl/tcb-offsets.sym: Likewise.
9664
d7109027
JM
9665 * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Do not include
9666 <kernel-features.h>.
9667 (init_mq_netlink): Remove conditional have_sock_cloexec
9668 definitions. Remove code conditional on have_sock_cloexec < 0.
9669 (init_mq_netlink) [!SOCK_CLOEXEC]: Remove conditional code.
9670 (init_mq_netlink) [!__ASSUME_SOCK_CLOEXEC]: Likewise.
9671 * sysdeps/unix/sysv/linux/opensock.c: Do not include
9672 <kernel-features.h>.
9673 (__opensock) [SOCK_CLOEXEC]: Make code unconditional.
9674 (__opensock) [!__ASSUME_SOCK_CLOEXEC]: Remove conditional code.
9675
d92d8f8a
L
96762014-06-20 H.J. Lu <hongjiu.lu@intel.com>
9677
9678 * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
9679 Add tests for memset_chk and memset.
9680
9681 * sysdeps/x86_64/multiarch/init-arch.h (HAS_AVX2): Defined
9682 with AVX2_Usable.
9683
4e6d2347
MR
96842014-06-20 Maciej W. Rozycki <macro@codesourcery.com>
9685
257ce712
MR
9686 [BZ #16046]
9687 * elf/tst-dl-iter-static.c: New file.
9688 * elf/Makefile (tests-static): Add tst-dl-iter-static.
9689
4e6d2347
MR
9690 * stdlib/tst-qsort2.c (main): Fix off-by-one argc interpretation
9691 error.
9692
a2a76afe
JM
96932014-06-20 Joseph Myers <joseph@codesourcery.com>
9694
7fd00f99
JM
9695 * sysdeps/unix/sysv/linux/kernel-features.h
9696 (__ASSUME_F_GETOWN_EX): Remove macro.
9697 * sysdeps/unix/sysv/linux/fcntl.c: Do not include
9698 <kernel-features.h>.
9699 (miss_F_GETOWN_EX): Remove variable or macro.
9700 (do_fcntl): Do not check miss_F_GETOWN_EX.
9701 (do_fcntl) [!__ASSUME_F_GETOWN_EX]: Remove conditional code.
9702
4a103975
JM
9703 * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_RANDOM):
9704 Remove macro.
9705 * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard)
9706 [!__ASSUME_AT_RANDOM]: Remove conditional code.
9707 (_dl_setup_pointer_guard) [!__ASSUME_AT_RANDOM]: Likewise.
9708
a2a76afe
JM
9709 * sysdeps/unix/sysv/linux/kernel-features.h
9710 (__ASSUME_ADJ_OFFSET_SS_READ): Remove macro.
9711 * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME)
9712 [ADJ_OFFSET_SS_READ]: Make code unconditional.
9713 (ADJTIME) [!ADJ_OFFSET_SS_READ]: Remove conditional code.
9714
90e5dd48
MR
97152014-06-20 Maciej W. Rozycki <macro@codesourcery.com>
9716
9717 [BZ #17075]
9718 * sysdeps/arm/dl-machine.h (elf_machine_rel) <R_ARM_TLS_DESC>:
9719 Fix calculation of the symbol's value.
9720 * sysdeps/arm/tst-armtlsdescloc.c: New file.
9721 * sysdeps/arm/tst-armtlsdesclocmod.c: New file.
9722 * sysdeps/arm/tst-armtlsdescextnow.c: New file.
9723 * sysdeps/arm/tst-armtlsdescextlazymod.c: New file.
9724 * sysdeps/arm/tst-armtlsdescextlazy.c: New file.
9725 * sysdeps/arm/tst-armtlsdescextnowmod.c: New file.
9726 * sysdeps/arm/Makefile (tests): Add `tst-armtlsdesc',
9727 `tst-armtlsdescextnow' and `tst-armtlsdescextlazy'.
9728 (modules-names): Add `tst-armtlsdescmod',
9729 `tst-armtlsdescextlazymod' and `tst-armtlsdescextnowmod'.
9730 (CPPFLAGS-tst-armtlsdescextnowmod.c): New variable.
9731 (CPPFLAGS-tst-armtlsdescextlazymod.c): Likewise.
9732 (CFLAGS-tst-armtlsdesclocmod.c): Likewise.
9733 (CFLAGS-tst-armtlsdescextnowmod.c): Likewise.
9734 (CFLAGS-tst-armtlsdescextlazymod.c): Likewise.
9735 (LDFLAGS-tst-armtlsdescextnowmod.so): Likewise.
9736 ($(objpfx)tst-armtlsdescloc): New dependency.
9737 ($(objpfx)tst-armtlsdescextnow): Likewise.
9738 ($(objpfx)tst-armtlsdescextlazy): Likewise.
9739 * sysdeps/arm/configure.ac: Add a check for tools' GNU descriptor
9740 TLS scheme support.
9741 * sysdeps/arm/configure: Regenerate.
9742
809fdf0d
JM
97432014-06-20 Joseph Myers <joseph@codesourcery.com>
9744
9745 * include/fcntl.h (__atfct_seterrno): Remove prototype.
9746 (__atfct_seterrno_2): Likewise.
9747 * sysdeps/unix/sysv/linux/alpha/dl-fxstatat64.c: Do not include
9748 <kernel-features.h>.
9749 (__ASSUME_ATFCTS): Do not undefine and redefine.
9750 * sysdeps/unix/sysv/linux/alpha/fxstatat.c [__ASSUME_ATFCTS]
9751 (__have_atfcts): Remove conditional definition.
9752 (__fxstatat([__NR_fstatat64]: Make code unconditional.
9753 (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code and code
9754 unreachable if [__ASSUME_ATFCTS].
9755 * sysdeps/unix/sysv/linux/dl-fxstatat64.c (__ASSUME_ATFCTS): Do
9756 not undefine and redefine.
9757 * sysdeps/unix/sysv/linux/faccessat.c: Do not include
9758 <kernel-features.h>.
9759 (faccessat) [__NR_faccessat]: Make code unconditional.
9760 (faccessat) [!__ASSUME_ATFCTS]: Remove conditional code.
9761 * sysdeps/unix/sysv/linux/fchmodat.c: Do not include
9762 <kernel-features.h>.
9763 (fchmodat) [__NR_fchmodat]: Make code unconditional.
9764 (fchmodat) [!__ASSUME_ATFCTS]: Remove conditional code.
9765 * sysdeps/unix/sysv/linux/fchownat.c: Do not include
9766 <kernel-features.h>.
9767 (fchownat) [__NR_fchownat]: Make code unconditional.
9768 (fchownat) [!__ASSUME_ATFCTS]: Remove conditional code.
9769 * sysdeps/unix/sysv/linux/futimesat.c: Do not include
9770 <kernel-features.h>.
9771 (futimesat) [__NR_futimesat]: Make code unconditional.
9772 (futimesat) [!__ASSUME_ATFCTS]: Remove conditional code.
9773 * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
9774 <kernel-features.h>.
9775 (__fxstatat) [__NR_newfstatat]: Make code unconditional.
9776 (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
9777 * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
9778 <kernel-features.h>.
9779 (__fxstatat64) [__NR_fstatat64]: Make code unconditional.
9780 (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
9781 * sysdeps/unix/sysv/linux/i386/fchownat.c: Remove file.
9782 * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
9783 <kernel-features.h>.
9784 (__fxstatat) [__NR_fstatat64]: Make code unconditional.
9785 (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
9786 * sysdeps/unix/sysv/linux/linkat.c: Do not include
9787 <kernel-features.h>.
9788 (linkat) [__NR_linkat]: Make code unconditional.
9789 (linkat) [!__ASSUME_ATFCTS]: Remove conditional code.
9790 * sysdeps/unix/sysv/linux/m68k/fchownat.c: Remove file.
9791 * sysdeps/unix/sysv/linux/mips/mips64/fxstatat64.c: Do not include
9792 <kernel-features.h>.
9793 (__fxstatat64) [__NR_newfstatat]: Make code unconditional.
9794 (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
9795 * sysdeps/unix/sysv/linux/mkdirat.c: Do not include
9796 <kernel-features.h>.
9797 (mkdirat) [__NR_mkdirat]: Make code unconditional.
9798 (mkdirat) [!__ASSUME_ATFCTS]: Remove conditional code.
9799 * sysdeps/unix/sysv/linux/openat.c: Do not include
9800 <kernel-features.h>.
9801 [!__ASSUME_ATFCTS] (__atfct_seterrno): Remove function.
9802 [!__ASSUME_ATFCTS] (__have_atfcts): Remove variable.
9803 (OPENAT_NOT_CANCEL) [__NR_openat]: Make code unconditional.
9804 (OPENAT_NOT_CANCEL) [!__ASSUME_ATFCTS]: Remove conditional code.
9805 * sysdeps/unix/sysv/linux/powerpc/fchownat.c: Remove file.
9806 * sysdeps/unix/sysv/linux/readlinkat.c: Do not include
9807 <kernel-features.h>.
9808 (readlinkat) [__NR_readlinkat]: Make code unconditional.
9809 (readlinkat) [!__ASSUME_ATFCTS]: Remove conditional code. Return
9810 result of INLINE_SYSCALL directly, not via int variable.
9811 * sysdeps/unix/sysv/linux/renameat.c: Do not include
9812 <kernel-features.h>.
9813 [!__ASSUME_ATFCTS] (__atfct_seterrno_2): Remove function.
9814 (renameat) [__NR_renameat]: Make code unconditional.
9815 (renameat) [!__ASSUME_ATFCTS]: Remove conditional code.
9816 * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c: Remove file.
9817 * sysdeps/unix/sysv/linux/sh/fchownat.c: Remove file.
9818 * sysdeps/unix/sysv/linux/sparc/sparc32/fchownat.c: Remove file.
9819 * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c
9820 (__ASSUME_ATFCTS): Do not undefine and redefine.
9821 * sysdeps/unix/sysv/linux/symlinkat.c: Do not include
9822 <kernel-features.h>.
9823 (symlinkat) [__NR_symlinkat]: Make code unconditional.
9824 (symlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
9825 * sysdeps/unix/sysv/linux/unlinkat.c: Do not include
9826 <kernel-features.h>.
9827 (unlinkat) [__NR_unlinkat]: Make code unconditional.
9828 (unlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
9829 * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c
9830 (__ASSUME_ATFCTS): Do not undefine and redefine.
9831 * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
9832 <kernel-features.h>.
9833 (__fxstatat) [__NR_newfstatat]: Make code unconditional.
9834 (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
9835 * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
9836 <kernel-features.h>.
9837 (__xmknodat) [__NR_mknodat]: Make code unconditional.
9838 (__xmknodat) [!__ASSUME_ATFCTS]: Remove conditional code.
9839
224c6c51
L
98402014-06-20 H.J. Lu <hongjiu.lu@intel.com>
9841
9842 * sysdeps/x86_64/multiarch/rtld-strlen.S: Removed.
9843
aa6ec754
AS
98442014-06-20 Andreas Schwab <schwab@linux-m68k.org>
9845
9846 [BZ #17069]
9847 * posix/regcomp.c (parse_reg_exp): Deallocate partially
9848 constructed tree before returning error.
9849 * posix/bug-regexp36.c: Expand test case.
9850
d8c2869d
SL
98512014-06-20 Stefan Liebler <stli@linux.vnet.ibm.com>
9852
3ef6b850
SL
9853 [BZ #6803]
9854 * math/libm-test.inc (scalbln_test_date):
9855 Add errno expectations.
9856 * math/w_scalblnf.c: New File.
9857 Add wrapper which checks for setting errno to ERANGE.
9858 Add weak_alias for corresponding scalbln function.
9859 * math/w_scalbln.c: Likewise.
9860 * math/w_scalblnl.c: Likewise.
9861 * math/Makefile (libm-calls): Add w_scalbln.
9862 * sysdeps/ieee754/flt-32/s_scalblnf.c:
9863 Remove weak_alias for corresponding scalbln function.
9864 * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
9865 * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
9866 * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
9867 * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
9868 * sysdeps/sparc/sparc64/soft-fp/s_scalblnl.c: Likewise.
9869 * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
9870 * sysdeps/i386/fpu/s_scalbn.S: Likewise.
9871 * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
9872 * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Likewise.
9873 * sysdeps/ieee754/ldbl-64-128/s_scalblnl.c:
9874 Remove long_double_symbol for scalblnl function in libm, libc.
9875 * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: New File.
9876 Add wrapper which checks for setting errno to ERANGE.
9877 Add long_double_symbol for scalblnl function in libm, libc.
9878 * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c:
9879 Remove long_double_symbol for scalblnl in libm.
9880 * sysdeps/ieee754/ldbl-128ibm/w_scalblnl.c: New File.
9881 Add wrapper which checks for setting errno to ERANGE.
9882 Add long_double_symbol for scalblnl function in libm.
9883 * sysdeps/ia64/fpu/w_scalblnf.c: New File.
9884 Do not use wrapper because of own implementation.
9885
c8daec5c
L
98862014-06-19 H.J. Lu <hongjiu.lu@intel.com>
9887
9888 * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_rwlock_t): Use
9889 3 bytes for __pad1 for x32.
9890 (__PTHREAD_RWLOCK_ELISION_EXTRA): Likewise.
9891
5c74e47c
LM
98922014-06-19 Ling Ma <ling.ml@alibaba-inc.com>
9893 H.J. Lu <hongjiu.lu@intel.com>
9894
9895 * sysdeps/x86_64/multiarch/Makefile: Add memset-avx2.
9896 * sysdeps/x86_64/multiarch/memset-avx2.S: New file.
9897 * sysdeps/x86_64/multiarch/memset.S: Likewise.
9898 * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
9899 * sysdeps/x86_64/multiarch/rtld-memset.S: Likewise.
9900
4d43ef1e
AS
99012014-06-19 Andreas Schwab <schwab@linux-m68k.org>
9902
9903 [BZ #17069]
9904 * posix/regcomp.c (parse_expression): Deallocate partially
9905 constructed tree before returning error.
9906 * posix/Makefile.c (tests): Add bug-regex36.
9907 (generated): Add bug-regex36.mtrace.
9908 (tests-special): Add $(objpfx)bug-regex36-mem.out
9909 (bug-regex36-ENV): New variable.
9910 ($(objpfx)bug-regex36-mem.out): New rule.
9911 * posix/bug-regex36.c: New file.
9912
51a7380b
WN
99132014-06-19 Will Newton <will.newton@linaro.org>
9914
9915 * malloc/malloc.c (systrim): If extra is zero then return
9916 early.
9917
91b84fe5
SP
99182014-06-19 Siddhesh Poyarekar <siddhesh@redhat.com>
9919
9920 * benchtests/Makefile ($(objpfx)bench-%.c): Remove $(.).
9921
f940b965
RE
99222014-06-19 Richard Earnshaw <rearnsha@arm.com>
9923
9924 * sysdeps/aarch64/strchr.S: New file.
9925
4ba7a00f
JM
99262014-06-18 Joseph Myers <joseph@codesourcery.com>
9927
9928 [BZ #17022]
9929 * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Do not subtract 1
9930 from arguments -2 or below.
9931 * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
9932 * sysdeps/x86_64/fpu/e_logl.S (__ieee754_logl): Likewise.
9933
b3a9f56b
AS
99342014-06-18 Andreas Schwab <schwab@suse.de>
9935
9936 [BZ #17062]
9937 * posix/fnmatch_loop.c (FCT): Rerrange loop for skipping over rest
9938 of a bracket expr not to run off the end of the string.
9939 * posix/Makefile (tests): Add tst-fnmatch3.
9940 * posix/tst-fnmatch3.c: New file.
9941
85d89278
JM
99422014-06-18 Joseph Myers <joseph@codesourcery.com>
9943
9944 * elf/Makefile ($(objpfx)tst-unused-dep.out): Use $(rtld-prefix).
9945 * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
9946 [$(cross-compiling) = no]: Likewise.
9947 * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
9948 [$(cross-compiling) = no]: Likewise.
9949
754c5a08
RS
99502014-16-17 Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
9951
9952 [BZ #17031]
9953 * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Consider the low
9954 double, adjusted for any remainder from the high double.
9955 * math/libm-test.inc (nearbyint): Add tests.
9956 (rint): Likewise.
9957
556f529d
AZ
99582014-06-17 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
9959
9960 * nptl/sysdeps/powerpc/Makefile: Moved ...
9961 * sysdeps/powerpc/nptl/Makefile: ... here.
9962 * nptl/sysdeps/powerpc/pthread_spin_lock.c: Moved ...
9963 * sysdeps/powerpc/nptl/pthread_spin_lock.c: .. here.
9964 * nptl/sysdeps/powerpc/pthread_spin_trylock.c: Moved ...
9965 * sysdeps/powerpc/nptl/pthread_spin_trylock.c: ... here.
9966 * nptl/sysdeps/powerpc/pthreaddef.h: Moved ...
9967 * sysdeps/powerpc/nptl/pthreaddef.h: ... here.
9968 * nptl/sysdeps/powerpc/tcb-offsets.sym: Moved ...
9969 * sysdeps/powerpc/nptl/tcb-offsets.sym: ... here.
9970 * nptl/sysdeps/powerpc/tls.h: Moved ...
9971 * sysdeps/powerpc/nptl/tls.h: ... here.
9972
91c03c53
JM
99732014-06-16 Joseph Myers <joseph@codesourcery.com>
9974
9975 [BZ #16681]
9976 * sysdeps/i386/fpu/s_ceil.S (__ceil): Add CFI.
9977 * sysdeps/i386/fpu/s_ceilf.S (__ceilf): Likewise.
9978 * sysdeps/i386/fpu/s_ceill.S (__ceill): Likewise.
9979 * sysdeps/i386/fpu/s_floor.S (__floor): Likewise.
9980 * sysdeps/i386/fpu/s_floorf.S (__floorf): Likewise.
9981 * sysdeps/i386/fpu/s_floorl.S (__floorl): Likewise.
9982 * sysdeps/i386/fpu/s_trunc.S (__trunc): Likewise.
9983 * sysdeps/i386/fpu/s_truncf.S (__truncf): Likewise.
9984 * sysdeps/i386/fpu/s_truncl.S (__truncl): Likewise.
9985
a76e63c5
AS
99862014-06-17 Andreas Schwab <schwab@linux-m68k.org>
9987
9988 * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
9989
f2f6d82f
AS
99902014-06-16 Andreas Schwab <schwab@linux-m68k.org>
9991
ea8a15f6
AS
9992 * sysdeps/m68k/m680x0/bits/huge_vall.h: Fix missing space after
9993 defined operator.
9994
f2f6d82f
AS
9995 * scripts/cross-test-ssh.sh (timeoutfactor): Default to
9996 $TIMEOUTFACTOR.
9997
a7291117
FW
99982014-06-16 Florian Weimer <fweimer@redhat.com>
9999
10000 [BZ #17058]
10001 * nptl/tst-setuid2.c (do_test): Fix tautological comparison in
10002 non-executed part of the test.
10003
3d7c00e3
AS
100042014-06-16 Andreas Schwab <schwab@suse.de>
10005
10006 * string/bits/string2.h (strdup, strndup): Update feature guard.
10007
6957fb31
DM
100082014-06-14 David S. Miller <davem@davemloft.net>
10009
10010 * sysdeps/sparc/fpu/libm-test-ulps: Update.
10011
11b9e55b
AS
100122014-06-14 Andreas Schwab <schwab@linux-m68k.org>
10013
1d2a0492
AS
10014 * sysdeps/unix/sysv/linux/m68k/clone.S: Deconditionalize the code
10015 that was previously under [RESET_PID].
10016 * sysdeps/unix/sysv/linux/m68k/nptl/clone.S: Remove file.
10017
11b9e55b
AS
10018 * sysdeps/unix/sysv/linux/m68k/pt-vfork.c: New file.
10019 * sysdeps/unix/sysv/linux/m68k/nptl/pt-vfork.S: Remove file.
10020 * sysdeps/unix/sysv/linux/m68k/vfork.S: Include <tcb-offsets.h>.
10021 (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
10022 (__libc_vfork): New strong alias.
10023 * sysdeps/unix/sysv/linux/m68k/nptl/vfork.S: Remove file.
10024
0f6901d0
AK
100252014-06-14 Andi Kleen <ak@linux.intel.com>
10026
10027 * sysdeps/generic/elide.h: New file.
10028
38bbbb9f
SL
100292014-06-13 Stefan Liebler <stli@linux.vnet.ibm.com>
10030
10031 * Makefile (installed-headers): Adjust path of pthread.h header.
10032
45193bb8
RM
100332014-06-13 Roland McGrath <roland@hack.frob.com>
10034
9a25fd1e
RM
10035 * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h: Moved ...
10036 * sysdeps/s390/nptl/bits/pthreadtypes.h: ... here.
10037 * nptl/sysdeps/unix/sysv/linux/s390/bits/semaphore.h: Moved ...
10038 * sysdeps/s390/nptl/bits/semaphore.h: ... here.
10039
4004f7e4
RM
10040 * nptl/sysdeps/s390/Makefile: Moved ...
10041 * sysdeps/s390/nptl/Makefile: ... here.
10042 * nptl/sysdeps/s390/pthread_spin_init.c: Moved ...
10043 * sysdeps/s390/nptl/pthread_spin_init.c: ... here.
10044 * nptl/sysdeps/s390/pthread_spin_lock.c: Moved ...
10045 * sysdeps/s390/nptl/pthread_spin_lock.c: ... here.
10046 * nptl/sysdeps/s390/pthread_spin_trylock.c: Moved ...
10047 * sysdeps/s390/nptl/pthread_spin_trylock.c: ... here.
10048 * nptl/sysdeps/s390/pthread_spin_unlock.c: Moved ...
10049 * sysdeps/s390/nptl/pthread_spin_unlock.c: ... here.
10050 * nptl/sysdeps/s390/pthreaddef.h: Moved ...
10051 * sysdeps/s390/nptl/pthreaddef.h: ... here.
10052 * nptl/sysdeps/s390/tcb-offsets.sym: Moved ...
10053 * sysdeps/s390/nptl/tcb-offsets.sym: ... here.
10054 * nptl/sysdeps/s390/tls.h: Moved ...
10055 * sysdeps/s390/nptl/tls.h: ... here.
10056
45193bb8
RM
10057 * sysdeps/unix/sysv/linux/s390/arch-fork.h: New file.
10058 * nptl/sysdeps/unix/sysv/linux/s390/fork.c: File removed.
10059
f6fdf533
DM
100602014-06-13 David S. Miller <davem@davemloft.net>
10061
10062 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/clone.S: Delete.
10063 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pt-vfork.S: Delete.
10064 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: Moved ...
10065 * sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: ... here.
10066 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/clone.S: Delete.
10067 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/pt-vfork.S: Delete.
10068 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: Moved ...
10069 * sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: ... here.
10070 * sysdeps/unix/sysv/linux/sparc/fork.S: Delete.
10071 * sysdeps/unix/sysv/linux/sparc/pt-vfork.S: New file.
10072 * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__thread_start):
10073 Remove RESET_PID cpp guards.
10074 * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__thread_start):
10075 Remove RESET_PID cpp guards.
10076 * sysdeps/unix/sysv/linux/sparc/vfork.S: Delete.
10077
f5d71e14
AS
100782014-06-13 Andreas Schwab <schwab@linux-m68k.org>
10079
10080 * sysdeps/m68k/jmpbuf-unwind.h (_JMPBUF_UNWINDS, _jmpbuf_sp): Cast
10081 __sp to uintptr_t.
10082
b7aa8caa
AK
100832014-06-13 Andi Kleen <ak@linux.intel.com>
10084
4b266200
AZ
10085 * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: Remove.
10086 * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S: dito.
10087 * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S: dito.
10088 * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: dito.
10089 * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: dito.
10090 * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: dito.
10091 * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S: dito.
10092 * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S: dito.
10093 * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: dito.
10094 * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: dito.
10095 * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: dito.
10096 * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S: dito.
10097 * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S: dito.
10098 * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: dito.
10099 * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: dito.
10100 * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: dito.
10101 * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: dito.
10102 * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: dito.
10103 * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: dito.
10104 * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: dito.
8491ed6d
AK
10105
10106 * nptl/pthread_rwlock_rdlock.c: Include elide.h.
4b266200
AZ
10107 (pthread_rwlock_rdlock): Add elision.
10108 * nptl/pthread_rwlock_wrlock.c: Include elide.h.
10109 (pthread_rwlock_wrlock): Add elision.
10110 * nptl/pthread_rwlock_trywrlock.c: Include elide.h.
10111 (pthread_rwlock_trywrlock): Add elision.
10112 * nptl/pthread_rwlock_tryrdlock.c: Include elide.h.
10113 (pthread_rwlock_tryrdlock): Add elision.
10114 * nptl/pthread_rwlock_unlock.c: Include elide.h.
10115 (pthread_rwlock_tryrdlock): Add elision unlock.
10116 * nptl/sysdeps/pthread/pthread.h:
10117 (__PTHREAD_RWLOCK_ELISION_EXTRA): Handle new define
10118 (PTHREAD_RWLOCK_INITIALIZER,
10119 PTHREAD_RWLOCK_WRITER_NONRECURSIVE_INITIALIZER_NP):
10120 Handle new elision field.
10121 * sysdeps/x86/nptl/elide.h: New file. Add generic elision macros.
10122 * sysdeps/arm/nptl/bits/pthreadtypes.h
10123 (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
10124 * sysdeps/sh/nptl/bits/pthreadtypes.h
10125 (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
10126 * sysdeps/tile/nptl/bits/pthreadtypes.h
10127 (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
10128 * sysdeps/a/nptl/bits/pthreadtypes.h
10129 (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
10130 * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
10131 (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
10132 * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
10133 (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
10134 * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h
10135 (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
10136 * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
10137 (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
10138 * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
10139 (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
10140 * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
10141 (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
10142 * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
10143 (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
10144 * sysdeps/unix/sysv/linux/powerpc/nptl/bits/pthreadtypes.h
10145 (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
10146 * sysdeps/unix/sysv/linux/x86/elision-conf.c:
10147 (elision_init): Set try_xbegin to zero when no RTM.
10148 * sysdeps/x86/nptl/bits/pthreadtypes.h
10149 (pthread_rwlock_t): Change __pad1 to __rwelision.
10150 (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8491ed6d 10151
a832bdd3
AK
101522014-06-13 Andi Kleen <ak@linux.intel.com>
10153
10154 * nptl/pthread_rwlock_rdlock (__pthread_rwlock_rdlock):
10155 Split into __do_pthread_rwlock_rdlock and __pthread_rwlock_rdlock.
10156 * nptl/pthread_rwlock_wrlock (__pthread_rwlock_wrlock):
10157 Split into __do_pthread_rwlock_wrlock and __pthread_wrlock_rdlock.
10158
995a46bb
MI
101592014-06-13 Meador Inge <meadori@codesourcery.com>
10160
10161 [BZ #16996]
03ed7738 10162 * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Ensure
995a46bb
MI
10163 that the cached result has been set before returning it.
10164
45262aee
RM
101652014-06-12 Roland McGrath <roland@hack.frob.com>
10166
febf6cc5
RM
10167 * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h: Moved ...
10168 * sysdeps/sparc/nptl/bits/pthreadtypes.h: ... here.
10169 * nptl/sysdeps/unix/sysv/linux/sparc/bits/semaphore.h: Moved ...
10170 * sysdeps/sparc/nptl/bits/semaphore.h: ... here.
10171 * nptl/sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: Moved ...
10172 * sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: ... here.
10173
e2682246
RM
10174 * nptl/sysdeps/sparc/Makefile: Moved ...
10175 * sysdeps/sparc/nptl/Makefile: ... here.
10176 * nptl/sysdeps/sparc/tcb-offsets.sym: Moved ...
10177 * sysdeps/sparc/nptl/tcb-offsets.sym: ... here.
10178 * nptl/sysdeps/sparc/tls.h: Moved ...
10179 * sysdeps/sparc/nptl/tls.h: ... here.
10180 * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S: Moved ...
10181 * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: ... here.
10182 * nptl/sysdeps/sparc/sparc32/pthread_spin_trylock.S: Moved ...
10183 * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: ... here.
10184 * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Moved ...
10185 * sysdeps/sparc/sparc32/nptl/pthreaddef.h: ... here.
10186 * nptl/sysdeps/sparc/sparc64/pthread_spin_init.c: Moved ...
10187 * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: ... here.
10188 * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S: Moved ...
10189 * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: ... here.
10190 * nptl/sysdeps/sparc/sparc64/pthread_spin_trylock.S: Moved ...
10191 * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: ... here.
10192 * nptl/sysdeps/sparc/sparc64/pthread_spin_unlock.S: Moved ...
10193 * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: ... here.
10194 * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Moved ...
10195 * sysdeps/sparc/sparc64/nptl/pthreaddef.h: ... here.
10196 * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Moved ...
10197 * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: ... here.
10198 Update #include.
10199 * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Moved ...
10200 * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: ... here.
10201 Update #include.
10202 * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Moved ...
10203 * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: ... here.
10204 Update #include.
10205 * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: Moved ...
10206 * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: ... here.
10207 Update #include.
10208
b0725f43
RM
10209 * nptl/sysdeps/sparc/tls.h (TLS_DEFINE_INIT_TP): New macro.
10210
b14368b8
RM
10211 * sysdeps/unix/sysv/linux/sparc/arch-fork.h: New file.
10212 * nptl/sysdeps/unix/sysv/linux/sparc/fork.c: File removed.
10213
c5620eb3
RM
10214 * sysdeps/pthread/posix-timer.h: Include <list.h>.
10215 (struct list_links): Type removed.
10216 (struct thread_node, struct timer_node): Replace struct list_links
10217 with struct list_head.
10218 (list_unlink_ip): Likewise.
10219 * sysdeps/pthread/timer_routines.c
10220 (timer_free_list, thread_free_list, thread_active_list): Likewise.
10221 (list_append, list_insbefore): Likewise.
10222 (list_init): Function removed.
10223 (thread_init, init_module): Use INIT_LIST_HEAD instead.
463dc947
RM
10224 * sysdeps/nptl/Makefile: Move tst-timer bits to ...
10225 * sysdeps/pthread/Makefile: ... here, new file.
10226
10227 * nptl/sysdeps/unix/sysv/linux/Implies: Moved ...
10228 * sysdeps/nptl/Implies: ... here.
10229 * sysdeps/unix/sysv/linux/Implies: Add nptl.
10230 * nptl/sysdeps/pthread/list.h: Moved ...
10231 * include/list.h: ... here.
10232 * nptl/sysdeps/pthread/createthread.c: Moved ...
10233 * nptl/createthread.c: ... here.
10234 * nptl/sysdeps/unix/sysv/linux/createthread.c: Update #include.
10235 * nptl/sysdeps/pthread/pt-longjmp.c: Moved ...
10236 * nptl/pt-longjmp.c: ... here.
10237 * nptl/sysdeps/pthread/Makefile: Moved ...
10238 * sysdeps/nptl/Makefile: ... here.
10239 * nptl/sysdeps/pthread/Subdirs: Moved ...
10240 * sysdeps/nptl/Subdirs: ... here.
10241 * nptl/sysdeps/pthread/aio_misc.h: Moved ...
10242 * sysdeps/nptl/aio_misc.h: ... here.
10243 * nptl/sysdeps/pthread/bits/libc-lock.h: Moved ...
10244 * sysdeps/nptl/bits/libc-lock.h: ... here.
10245 * nptl/sysdeps/pthread/bits/libc-lockP.h: Moved ...
10246 * sysdeps/nptl/bits/libc-lockP.h: ... here.
10247 * nptl/sysdeps/pthread/bits/stdio-lock.h: Moved ...
10248 * sysdeps/nptl/bits/stdio-lock.h: ... here.
10249 * nptl/sysdeps/pthread/configure: Moved ...
10250 * sysdeps/nptl/configure: ... here.
10251 * nptl/sysdeps/pthread/configure.ac: Moved ...
10252 * sysdeps/nptl/configure.ac: ... here.
10253 * nptl/sysdeps/pthread/gai_misc.h: Moved ...
10254 * sysdeps/nptl/gai_misc.h: ... here.
10255 * nptl/sysdeps/pthread/librt-cancellation.c: Moved ...
10256 * sysdeps/nptl/librt-cancellation.c: ... here.
10257 * nptl/sysdeps/pthread/malloc-machine.h: Moved ...
10258 * sysdeps/nptl/malloc-machine.h: ... here.
10259 * nptl/sysdeps/pthread/pthread-functions.h: Moved ...
10260 * sysdeps/nptl/pthread-functions.h: ... here.
10261 * nptl/sysdeps/pthread/pthread.h: Moved ...
10262 * sysdeps/nptl/pthread.h: ... here.
10263 * nptl/sysdeps/pthread/setxid.h: Moved ...
10264 * sysdeps/nptl/setxid.h: ... here.
10265 * nptl/sysdeps/pthread/sigfillset.c: Moved ...
10266 * sysdeps/nptl/sigfillset.c: ... here.
10267 * nptl/sysdeps/pthread/tcb-offsets.h: Moved ...
10268 * sysdeps/nptl/tcb-offsets.h: ... here.
10269 * nptl/sysdeps/pthread/tst-mqueue8x.c: Moved ...
10270 * sysdeps/nptl/tst-mqueue8x.c: ... here.
10271 * nptl/sysdeps/pthread/unwind-forcedunwind.c: Moved ...
10272 * sysdeps/nptl/unwind-forcedunwind.c: ... here.
10273 * nptl/sysdeps/pthread/allocalim.h: Moved ...
10274 * sysdeps/pthread/allocalim.h: ... here.
10275 * nptl/sysdeps/pthread/bits/sigthread.h: Moved ...
10276 * sysdeps/pthread/bits/sigthread.h: ... here.
10277 * nptl/sysdeps/pthread/flockfile.c: Moved ...
10278 * sysdeps/pthread/flockfile.c: ... here.
10279 * nptl/sysdeps/pthread/ftrylockfile.c: Moved ...
10280 * sysdeps/pthread/ftrylockfile.c: ... here.
10281 * nptl/sysdeps/pthread/funlockfile.c: Moved ...
10282 * sysdeps/pthread/funlockfile.c: ... here.
10283 * nptl/sysdeps/pthread/posix-timer.h: Moved ...
10284 * sysdeps/pthread/posix-timer.h: ... here.
10285 * nptl/sysdeps/pthread/timer_create.c: Moved ...
10286 * sysdeps/pthread/timer_create.c: ... here.
10287 * nptl/sysdeps/pthread/timer_delete.c: Moved ...
10288 * sysdeps/pthread/timer_delete.c: ... here.
10289 * nptl/sysdeps/pthread/timer_getoverr.c: Moved ...
10290 * sysdeps/pthread/timer_getoverr.c: ... here.
10291 * nptl/sysdeps/pthread/timer_gettime.c: Moved ...
10292 * sysdeps/pthread/timer_gettime.c: ... here.
10293 * nptl/sysdeps/pthread/timer_routines.c: Moved ...
10294 * sysdeps/pthread/timer_routines.c: ... here.
10295 * nptl/sysdeps/pthread/timer_settime.c: Moved ...
10296 * sysdeps/pthread/timer_settime.c: ... here.
10297 * nptl/sysdeps/pthread/tst-timer.c: Moved ...
10298 * sysdeps/pthread/tst-timer.c: ... here.
10299 * nptl/sysdeps/pthread/pthread_sigmask.c: Moved ...
10300 * sysdeps/unix/sysv/linux/pthread_sigmask.c: ... here.
10301
e876b090
RM
10302 * sysdeps/unix/sysv/linux/sigprocmask.c: Include <nptl/pthreadP.h>.
10303 * nptl/sysdeps/pthread/sigprocmask.c: File removed.
10304
f6b07b3d
RM
10305 * nptl/sysdeps/i386/i486/pthread_spin_trylock.S: Moved ...
10306 * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: ... here.
10307 * nptl/sysdeps/i386/i586/pthread_spin_trylock.S: Moved ...
10308 * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: ... here.
10309 Update #include target.
10310 * nptl/sysdeps/i386/i686/Makefile: Moved ...
10311 * sysdeps/i386/i686/nptl/Makefile: ... here.
10312 * nptl/sysdeps/i386/i686/pthread_spin_trylock.S: Moved ...
10313 * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: ... here.
10314 Update #include target.
10315 * nptl/sysdeps/i386/i686/tls.h: Moved ...
10316 * sysdeps/i386/i686/nptl/tls.h: ... here. Use #include_next.
10317 * nptl/sysdeps/i386/Makefile: Moved ...
10318 * sysdeps/i386/nptl/Makefile: ... here.
10319 * nptl/sysdeps/i386/pthread_spin_init.c: Moved ...
10320 * sysdeps/i386/nptl/pthread_spin_init.c: ... here.
10321 * sysdeps/x86_64/nptl/pthread_spin_init.c: Update #include target.
10322 * nptl/sysdeps/i386/pthread_spin_lock.S: Moved ...
10323 * sysdeps/i386/nptl/pthread_spin_lock.S: ... here.
10324 * nptl/sysdeps/i386/pthread_spin_unlock.S: Moved ...
10325 * sysdeps/i386/nptl/pthread_spin_unlock.S: ... here.
10326 * nptl/sysdeps/i386/pthreaddef.h: Moved ...
10327 * sysdeps/i386/nptl/pthreaddef.h: ... here.
10328 * nptl/sysdeps/i386/tcb-offsets.sym: Moved ...
10329 * sysdeps/i386/nptl/tcb-offsets.sym: ... here.
10330 * nptl/sysdeps/i386/tls.h: Moved ...
10331 * sysdeps/i386/nptl/tls.h: ... here.
10332
45262aee
RM
10333 * sysdeps/sh/Makefile [$(subdir) = csu]
10334 (gen-as-const-headers): Add tcb-offsets.sym.
10335 * nptl/sysdeps/sh/Makefile: File removed.
10336 * nptl/sysdeps/sh/pthread_spin_init.c: Moved ...
10337 * sysdeps/sh/nptl/pthread_spin_init.c: ... here.
10338 * nptl/sysdeps/sh/pthread_spin_lock.c: Moved ...
10339 * sysdeps/sh/nptl/pthread_spin_lock.c: ... here.
10340 * nptl/sysdeps/sh/pthread_spin_trylock.S: Moved ...
10341 * sysdeps/sh/nptl/pthread_spin_trylock.S: ... here.
10342 * nptl/sysdeps/sh/pthread_spin_unlock.S: Moved ...
10343 * sysdeps/sh/nptl/pthread_spin_unlock.S: ... here.
10344 * nptl/sysdeps/sh/pthreaddef.h: Moved ...
10345 * sysdeps/sh/nptl/pthreaddef.h: ... here.
10346 * nptl/sysdeps/sh/tcb-offsets.sym: Moved ...
10347 * sysdeps/sh/nptl/tcb-offsets.sym: ... here.
10348 * nptl/sysdeps/sh/tls.h: Moved ...
10349 * sysdeps/sh/nptl/tls.h: ... here.
10350 * nptl/sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: Moved ...
10351 * sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: ... here.
10352 * nptl/sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: Moved ...
10353 * sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: ... here.
10354 * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.S: Moved ...
10355 * sysdeps/unix/sysv/linux/sh/lowlevellock.S: ... here.
10356 * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.h: Moved ...
10357 * sysdeps/unix/sysv/linux/sh/lowlevellock.h: ... here.
10358 * nptl/sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: Moved ...
10359 * sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: ... here.
10360 * nptl/sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: Moved ...
10361 * sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: ... here.
10362 * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: Moved ...
10363 * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: ... here.
10364 * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: Moved ...
10365 * sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: ... here.
10366 * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Moved ...
10367 * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: ... here.
10368 * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Moved ...
10369 * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: ... here.
10370 * nptl/sysdeps/unix/sysv/linux/sh/pthread_once.S: Moved ...
10371 * sysdeps/unix/sysv/linux/sh/pthread_once.S: ... here.
10372 * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Moved ...
10373 * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: ... here.
10374 * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S:
10375 Moved ...
10376 * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: ... here.
10377 * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S:
10378 Moved ...
10379 * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: ... here.
10380 * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: Moved ...
10381 * sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: ... here.
10382 * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Moved ...
10383 * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: ... here.
10384 * nptl/sysdeps/unix/sysv/linux/sh/sem_post.S: Moved ...
10385 * sysdeps/unix/sysv/linux/sh/sem_post.S: ... here.
10386 * nptl/sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Moved ...
10387 * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: ... here.
10388 * nptl/sysdeps/unix/sysv/linux/sh/sem_trywait.S: Moved ...
10389 * sysdeps/unix/sysv/linux/sh/sem_trywait.S: ... here.
10390 * nptl/sysdeps/unix/sysv/linux/sh/sem_wait.S: Moved ...
10391 * sysdeps/unix/sysv/linux/sh/sem_wait.S: ... here.
10392 * nptl/sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: Moved ...
10393 * sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: ... here.
10394 * nptl/sysdeps/unix/sysv/linux/sh/smp.h: Moved ...
10395 * sysdeps/unix/sysv/linux/sh/smp.h: ... here.
10396 * nptl/sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Moved ...
10397 * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: ... here.
10398
35a5e3e3
SL
103992014-06-12 Stefan Liebler <stli@linux.vnet.ibm.com>
10400
10401 * posix/spawn_faction_addopen.c: Include string.h.
10402
14642b85
RM
104032014-06-11 Roland McGrath <roland@hack.frob.com>
10404
10405 * nptl/sysdeps/x86_64/64/shlib-versions: Moved ...
10406 * sysdeps/x86_64/64/nptl/shlib-versions: ... here.
10407 * nptl/sysdeps/x86_64/Makefile: Moved ...
10408 * sysdeps/x86_64/nptl/Makefile: ... here.
10409 * nptl/sysdeps/x86_64/configure: Moved ...
10410 * sysdeps/x86_64/nptl/configure: ... here.
10411 * nptl/sysdeps/x86_64/configure.ac: Moved ...
10412 * sysdeps/x86_64/nptl/configure.ac: ... here.
10413 * nptl/sysdeps/x86_64/pthread_spin_init.c: Moved ...
10414 * sysdeps/x86_64/nptl/pthread_spin_init.c: ... here.
10415 * nptl/sysdeps/x86_64/pthread_spin_lock.S: Moved ...
10416 * sysdeps/x86_64/nptl/pthread_spin_lock.S: ... here.
10417 * nptl/sysdeps/x86_64/pthread_spin_trylock.S: Moved ...
10418 * sysdeps/x86_64/nptl/pthread_spin_trylock.S: ... here.
10419 * nptl/sysdeps/x86_64/pthread_spin_unlock.S: Moved ...
10420 * sysdeps/x86_64/nptl/pthread_spin_unlock.S: ... here.
10421 * nptl/sysdeps/x86_64/pthreaddef.h: Moved ...
10422 * sysdeps/x86_64/nptl/pthreaddef.h: ... here.
10423 * nptl/sysdeps/x86_64/tcb-offsets.sym: Moved ...
10424 * sysdeps/x86_64/nptl/tcb-offsets.sym: ... here.
10425 * nptl/sysdeps/x86_64/tls.h: Moved ...
10426 * sysdeps/x86_64/nptl/tls.h: ... here.
10427 * nptl/sysdeps/x86_64/x32/shlib-versions: Moved ...
10428 * sysdeps/x86_64/x32/nptl/shlib-versions: ... here.
10429 * nptl/sysdeps/x86_64/x32/tls.h: Moved ...
10430 * sysdeps/x86_64/x32/nptl/tls.h: ... here.
10431
10432 * sysdeps/x86_64/x32/nptl/tls.h: Use #include_next.
10433
31c44fea
AZ
104342014-06-11 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
10435
10436 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
10437
e81a4f9a
JM
104382014-06-11 Joseph Myers <joseph@codesourcery.com>
10439
10440 * conform/data/sys/mman.h-data [POSIX] (size_t): Do not require
10441 type.
10442 [POSIX] (off_t): Likewise.
10443 * conform/data/sys/stat.h-data (S_IRGRP): Require constant.
10444 [POSIX] (S_ISBLK): Require macro.
10445 [POSIX] (S_ISCHR): Likewise.
10446 [POSIX] (S_ISDIR): Likewise.
10447 [POSIX] (S_ISFIFO): Likewise.
10448 [POSIX] (S_ISREG): Likewise.
10449 [POSIX || XPG3 || XPG4 || UNIX98] (S_TYPEISTMO): Do not list
10450 optional-macro.
10451 * conform/data/sys/types.h-data [POSIX] (blkcnt_t): Do not require
10452 type.
10453 [POSIX] (time_t): Likewise.
10454 [POSIX] (timer_t): Likewise.
10455
89e435f3
FW
104562014-06-11 Florian Weimer <fweimer@redhat.com>
10457
10458 [BZ #17048]
10459 * posix/spawn_int.h (struct __spawn_action): Make the path string
10460 non-const to support deallocation.
10461 * posix/spawn_faction_addopen.c
10462 (posix_spawn_file_actions_addopen): Make a copy of the pathname.
10463 * posix/spawn_faction_destroy.c
10464 (posix_spawn_file_actions_destroy): Adjust comment. Deallocate
10465 path in all spawn_do_open actions.
10466 * posix/tst-spawn.c (do_test): Exercise the copy operation in
10467 posix_spawn_file_actions_addopen.
10468
c3a2ebe1
CM
104692014-06-11 Chris Metcalf <cmetcalf@tilera.com>
10470
10471 * sysdeps/unix/sysv/linux/tile/pt-vfork.c: New file.
10472 * sysdeps/unix/sysv/linux/tile/pt-vfork.S: Remove file.
10473 * sysdeps/unix/sysv/linux/tile/vfork.S (__vfork): Make PT_VFORK
10474 conditional code always true.
10475 (__libc_vfork): New alias.
10476
9503784a
RM
104772014-06-11 Roland McGrath <roland@hack.frob.com>
10478
c9cab3d2
RM
10479 * sysdeps/tile/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
10480 * sysdeps/unix/sysv/linux/tile/createthread.c: File removed.
10481
d3996c79
RM
10482 * nptl/sysdeps/s390/tls.h (TLS_DEFINE_INIT_TP): New macro.
10483
ba5ec611
RM
10484 * sysdeps/alpha/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
10485 * sysdeps/unix/sysv/linux/alpha/createthread.c: File removed.
10486
f12b4814
RM
10487 * nptl/sysdeps/powerpc/tls.h (TLS_DEFINE_INIT_TP): New macro.
10488 * sysdeps/unix/sysv/linux/powerpc/createthread.c: File removed.
10489
9503784a
RM
10490 * sysdeps/aarch64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
10491 * sysdeps/unix/sysv/linux/aarch64/nptl/createthread.c: File removed.
10492
e23d3d26
VR
104932014-06-11 Vidya Ranganathan <vidya@linux.vnet.ibm.com>
10494
10495 * sysdeps/powerpc/powerpc64/power7/strcmp.S: New file: Optimization.
10496 * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: New file:
10497 multiarch strcmp for PPC64.
10498 * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: New file.
10499 * sysdeps/powerpc/powerpc64/multiarch/strcmp-power7.S: New file.
10500 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcmp
10501 multiarch optimizations.
10502 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
10503 (__libc_ifunc_impl_list): Likewise.
10504
42b1161e
SP
105052014-06-11 Siddhesh Poyarekar <siddhesh@redhat.com>
10506
10507 * benchtests/scripts/validate_benchout.py: New script.
10508 * benchtests/Makefile (bench-func): Call it.
10509 * benchtests/scripts/benchout.schema.json: New file.
10510
2d0fc4dc
CM
105112014-06-10 Chris Metcalf <cmetcalf@tilera.com>
10512
4a594c34
AZ
10513 * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h: Moved ...
10514 * sysdeps/tile/nptl/bits/pthreadtypes.h: ... here.
10515 * sysdeps/unix/sysv/linux/tile/nptl/bits/semaphore.h: Moved ...
10516 * sysdeps/tile/nptl/bits/semaphore.h: ... here.
10517 * sysdeps/unix/sysv/linux/tile/nptl/Makefile: Removed, merged into ...
10518 * sysdeps/unix/sysv/linux/tile/Makefile: ... here.
10519 * sysdeps/unix/sysv/linux/tile/nptl/clone.S: Moved ...
10520 * sysdeps/unix/sysv/linux/tile/clone.S: ... here.
10521 * sysdeps/unix/sysv/linux/tile/nptl/createthread.c: Moved ...
10522 * sysdeps/unix/sysv/linux/tile/createthread.c: ... here.
10523 * sysdeps/unix/sysv/linux/tile/nptl/lowlevellock.h: Moved ...
10524 * sysdeps/unix/sysv/linux/tile/lowlevellock.h: ... here.
10525 * sysdeps/unix/sysv/linux/tile/nptl/pt-vfork.S: Moved ...
10526 * sysdeps/unix/sysv/linux/tile/pt-vfork.S: ... here.
10527 * sysdeps/unix/sysv/linux/tile/nptl/sysdep-cancel.h: Moved ...
10528 * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: ... here.
10529 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/c++-types.data:
2d0fc4dc 10530 Moved ...
4a594c34 10531 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/c++-types.data:
2d0fc4dc 10532 ... here.
4a594c34 10533 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/ld.abilist:
2d0fc4dc 10534 Moved ...
4a594c34
AZ
10535 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/ld.abilist: ... here.
10536 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libBrokenLocale.abilist:
2d0fc4dc 10537 Moved ...
4a594c34 10538 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libBrokenLocale.abilist:
2d0fc4dc 10539 ... here.
4a594c34 10540 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libanl.abilist:
2d0fc4dc 10541 Moved ...
4a594c34 10542 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libanl.abilist:
2d0fc4dc 10543 ... here.
4a594c34 10544 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libc.abilist:
2d0fc4dc 10545 Moved ...
4a594c34
AZ
10546 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libc.abilist: ... here.
10547 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libcrypt.abilist:
2d0fc4dc 10548 Moved ...
4a594c34 10549 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libcrypt.abilist:
2d0fc4dc 10550 ... here.
4a594c34 10551 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libdl.abilist:
2d0fc4dc 10552 Moved ...
4a594c34 10553 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libdl.abilist:
2d0fc4dc 10554 ... here.
4a594c34 10555 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libm.abilist:
2d0fc4dc 10556 Moved ...
4a594c34
AZ
10557 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libm.abilist: ... here.
10558 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libnsl.abilist:
2d0fc4dc 10559 Moved ...
4a594c34 10560 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libnsl.abilist:
2d0fc4dc 10561 ... here.
4a594c34 10562 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libpthread.abilist:
2d0fc4dc 10563 Moved ...
4a594c34 10564 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libpthread.abilist:
2d0fc4dc 10565 ... here.
4a594c34 10566 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libresolv.abilist:
2d0fc4dc 10567 Moved ...
4a594c34 10568 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libresolv.abilist:
2d0fc4dc 10569 ... here.
4a594c34 10570 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/librt.abilist:
2d0fc4dc 10571 Moved ...
4a594c34
AZ
10572 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/librt.abilist: ... here.
10573 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libthread_db.abilist:
2d0fc4dc 10574 Moved ...
4a594c34 10575 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libthread_db.abilist:
2d0fc4dc 10576 ... here.
4a594c34 10577 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libutil.abilist:
2d0fc4dc 10578 Moved ...
4a594c34 10579 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libutil.abilist:
2d0fc4dc 10580 ... here.
4a594c34 10581 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/c++-types.data:
2d0fc4dc 10582 Moved ...
4a594c34 10583 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/c++-types.data:
2d0fc4dc 10584 ... here.
4a594c34 10585 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/ld.abilist:
2d0fc4dc 10586 Moved ...
4a594c34
AZ
10587 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/ld.abilist: ... here.
10588 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libBrokenLocale.abilist:
2d0fc4dc 10589 Moved ...
4a594c34 10590 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libBrokenLocale.abilist:
2d0fc4dc 10591 ... here.
4a594c34 10592 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libanl.abilist:
2d0fc4dc 10593 Moved ...
4a594c34 10594 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libanl.abilist:
2d0fc4dc 10595 ... here.
4a594c34 10596 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libc.abilist:
2d0fc4dc 10597 Moved ...
4a594c34
AZ
10598 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libc.abilist: ... here.
10599 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libcrypt.abilist:
2d0fc4dc 10600 Moved ...
4a594c34 10601 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libcrypt.abilist:
2d0fc4dc 10602 ... here.
4a594c34 10603 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libdl.abilist:
2d0fc4dc 10604 Moved ...
4a594c34
AZ
10605 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libdl.abilist: ... here.
10606 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libm.abilist:
2d0fc4dc 10607 Moved ...
4a594c34
AZ
10608 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libm.abilist: ... here.
10609 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libnsl.abilist:
2d0fc4dc 10610 Moved ...
4a594c34 10611 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libnsl.abilist:
2d0fc4dc 10612 ... here.
4a594c34 10613 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libpthread.abilist:
2d0fc4dc 10614 Moved ...
4a594c34 10615 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libpthread.abilist:
2d0fc4dc 10616 ... here.
4a594c34 10617 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libresolv.abilist:
2d0fc4dc 10618 Moved ...
4a594c34 10619 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libresolv.abilist:
2d0fc4dc 10620 ... here.
4a594c34 10621 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/librt.abilist:
2d0fc4dc 10622 Moved ...
4a594c34
AZ
10623 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/librt.abilist: ... here.
10624 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libthread_db.abilist:
2d0fc4dc 10625 Moved ...
4a594c34 10626 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libthread_db.abilist:
2d0fc4dc 10627 ... here.
4a594c34 10628 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libutil.abilist:
2d0fc4dc 10629 Moved ...
4a594c34 10630 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libutil.abilist:
2d0fc4dc 10631 ... here.
4a594c34
AZ
10632 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/c++-types.data: Moved ...
10633 * sysdeps/unix/sysv/linux/tile/tilepro/c++-types.data: ... here.
10634 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/ld.abilist: Moved ...
10635 * sysdeps/unix/sysv/linux/tile/tilepro/ld.abilist: ... here.
10636 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libBrokenLocale.abilist:
2d0fc4dc 10637 Moved ...
4a594c34 10638 * sysdeps/unix/sysv/linux/tile/tilepro/libBrokenLocale.abilist:
2d0fc4dc 10639 ... here.
4a594c34
AZ
10640 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libanl.abilist: Moved ...
10641 * sysdeps/unix/sysv/linux/tile/tilepro/libanl.abilist: ... here.
10642 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libc.abilist: Moved ...
10643 * sysdeps/unix/sysv/linux/tile/tilepro/libc.abilist: ... here.
10644 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libcrypt.abilist: Moved ...
10645 * sysdeps/unix/sysv/linux/tile/tilepro/libcrypt.abilist: ... here.
10646 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libdl.abilist: Moved ...
10647 * sysdeps/unix/sysv/linux/tile/tilepro/libdl.abilist: ... here.
10648 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libm.abilist: Moved ...
10649 * sysdeps/unix/sysv/linux/tile/tilepro/libm.abilist: ... here.
10650 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libnsl.abilist: Moved ...
10651 * sysdeps/unix/sysv/linux/tile/tilepro/libnsl.abilist: ... here.
10652 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libpthread.abilist:
2d0fc4dc 10653 Moved ...
4a594c34
AZ
10654 * sysdeps/unix/sysv/linux/tile/tilepro/libpthread.abilist: ... here.
10655 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libresolv.abilist:
2d0fc4dc 10656 Moved ...
4a594c34
AZ
10657 * sysdeps/unix/sysv/linux/tile/tilepro/libresolv.abilist: ... here.
10658 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/librt.abilist: Moved ...
10659 * sysdeps/unix/sysv/linux/tile/tilepro/librt.abilist: ... here.
10660 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libthread_db.abilist:
2d0fc4dc 10661 Moved ...
4a594c34
AZ
10662 * sysdeps/unix/sysv/linux/tile/tilepro/libthread_db.abilist: ... here.
10663 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libutil.abilist: Moved ...
10664 * sysdeps/unix/sysv/linux/tile/tilepro/libutil.abilist: ... here.
10665 * sysdeps/unix/sysv/linux/tile/nptl/vfork.S: Moved ...
10666 * sysdeps/unix/sysv/linux/tile/vfork.S: ... here.
10667 * sysdeps/unix/sysv/linux/tile/nptl/waitpid.S: Moved ...
10668 * sysdeps/unix/sysv/linux/tile/waitpid.S: ... here.
2d0fc4dc 10669
0570cfed
W
106702014-06-10 Wilco <wdijkstr@arm.com>
10671
10672 * math/test-fenv-return.c: New file.
10673 * math/Makefile: Add new test test-fenv-return.
10674
f8ba1b56
JM
106752014-06-10 Joseph Myers <joseph@codesourcery.com>
10676
10677 [BZ #17042]
10678 * sysdeps/i386/fpu/e_log2.S (__ieee754_log2): Take absolete value
10679 when x - 1 is zero.
10680 * sysdeps/i386/fpu/e_log2f.S (__ieee754_log2f): Likewise.
10681 * sysdeps/i386/fpu/e_log2l.S (__ieee754_log2l): Likewise.
10682 * sysdeps/ieee754/ldbl-128/e_log2l.c (__ieee754_log2l): Return
10683 0.0L for an argument of 1.0L.
10684 * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l):
10685 Likewise.
10686 * sysdeps/x86_64/fpu/e_log2l.S (__ieee754_log2l): Take absolute
10687 value when x - 1 is zero.
10688 * math/libm-test.inc (log2_test): Use ALL_RM_TEST.
10689 * sysdeps/i386/fpu/libm-test-ulps: Update.
10690 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
10691
2c3520d9
BO
106922014-06-09 Bernard Ogden <bernie.ogden@linaro.org>
10693
10694 [BZ #15119]
10695 * ports/sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.c: Remove file.
10696
acaa4d24
RM
106972014-06-09 Roland McGrath <roland@hack.frob.com>
10698
10699 * nptl/sysdeps/sh/tls.h (TLS_DEFINE_INIT_TP): New macro.
10700 * nptl/sysdeps/unix/sysv/linux/sh/createthread.c: File removed.
10701
962b744d
RM
107022014-06-09 Roland McGrath <roland@hack.frob.com>
10703
d752f0cc
RM
10704 * sysdeps/m68k/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
10705 * sysdeps/unix/sysv/linux/m68k/nptl/createthread.c: File removed.
10706
34eda6d1
RM
10707 * sysdeps/hppa/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
10708 * sysdeps/unix/sysv/linux/hppa/nptl/createthread.c: File removed.
10709
50f0a637
RM
10710 * sysdeps/mips/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
10711 * sysdeps/unix/sysv/linux/mips/nptl/createthread.c: File removed.
10712
08f41f04
RM
10713 * sysdeps/arm/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
10714 * sysdeps/unix/sysv/linux/arm/createthread.c: File removed.
10715
962b744d
RM
10716 * nptl/sysdeps/pthread/createthread.c (TLS_DEFINE_INIT_TP): New macro,
10717 if not already defined.
10718 (do_clone): Use that in place of PREPARE_CREATE and TLS_VALUE.
10719 * nptl/sysdeps/x86_64/tls.h (TLS_DEFINE_INIT_TP): New macro.
10720 * nptl/sysdeps/i386/tls.h (tls_fill_user_desc): New function.
10721 (TLS_INIT_TP): Use it.
10722 (TLS_DEFINE_INIT_TP): New macro.
10723 * sysdeps/unix/sysv/linux/i386/createthread.c: File removed.
10724
09f19b05
JM
107252014-06-09 Joseph Myers <joseph@codesourcery.com>
10726
10727 * conform/data/termios.h-data [POSIX] (IUCLC): Do not expect
10728 constant.
10729 [POSIX] (IXANY): Likewise.
10730 [POSIX] (OLCUC): Likewise.
10731 [POSIX || POSIX2008] (CBAUD): Do not allow.
10732 [POSIX || POSIX2008] (DEFECHO): Likewise.
10733 [POSIX || POSIX2008] (ECHOCTL): Likewise.
10734 [POSIX || POSIX2008] (ECHOKE): Likewise.
10735 [POSIX || POSIX2008] (ECHOPRT): Likewise.
10736 [POSIX || POSIX2008] (EXTA): Likewise.
10737 [POSIX || POSIX2008] (EXTB): Likewise.
10738 [POSIX || POSIX2008] (FLUSHO): Likewise.
10739 [POSIX || POSIX2008] (LOBLK): Likewise.
10740 [POSIX || POSIX2008] (PENDIN): Likewise.
10741 [POSIX || POSIX2008] (SWTCH): Likewise.
10742 [POSIX || POSIX2008] (VDISCARD): Likewise.
10743 [POSIX || POSIX2008] (VDSUSP): Likewise.
10744 [POSIX || POSIX2008] (VLNEXT): Likewise.
10745 [POSIX || POSIX2008] (VREPRINT): Likewise.
10746 [POSIX || POSIX2008] (VSTATUS): Likewise.
10747 [POSIX || POSIX2008] (VWERASE): Likewise.
10748 (B*): Change to B[0123456789]*.
10749 * conform/data/time.h-data [POSIX || UNIX98]
10750 (CLOCK_PROCESS_CPUTIME_ID): Do not expect constant.
10751 [POSIX || UNIX98] (CLOCK_THREAD_CPUTIME_ID): Likewise.
10752 [POSIX || UNIX98] (CLOCK_MONOTONIC): Likewise.
10753 [POSIX] (tm_*): Do not allow.
10754
686554bf
JM
107552014-06-07 Joseph Myers <joseph@codesourcery.com>
10756
10757 * Makefile (install): Don't set LANGUAGE.
10758 * Makefile.in (install): Likewise.
10759 * assert/Makefile (test-assert-ENV): Remove variable.
10760 (test-assert-perr-ENV): Likewise.
10761 * elf/Makefile (neededtest4-ENV): Likewise.
10762 * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
10763 [$(cross-compiling) = no]: Don't set LANGUAGE.
10764 * io/ftwtest-sh (LANG): Remove variable.
10765 * libio/Makefile (tst-widetext-ENV): Likewise.
10766 * manual/install.texi (Running make install): Don't refer to
10767 environment settings for make install.
10768 * INSTALL: Regenerated.
10769 * nptl/tst-tls6.sh: Don't set LANG.
10770 * posix/globtest.sh (LANG): Remove variable.
10771 * string/Makefile (tester-ENV): Likewise.
10772 (inl-tester-ENV): Likewise.
10773 (noinl-tester-ENV): Likewise.
10774 * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
10775 [$(cross-compiling) = no]: Don't set LANGUAGE.
10776 * timezone/Makefile (build-testdata): Use $(built-program-cmd)
10777 without explicit environment settings.
10778
68e6b6b1
RM
107792014-06-06 Roland McGrath <roland@hack.frob.com>
10780
10781 * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h: Moved ...
10782 * sysdeps/sh/nptl/bits/pthreadtypes.h: ... here.
10783 * nptl/sysdeps/unix/sysv/linux/sh/bits/semaphore.h: Moved ...
10784 * sysdeps/sh/nptl/bits/semaphore.h: ... here.
10785
4d3ae034
CM
107862014-06-06 Chris Metcalf <cmetcalf@tilera.com>
10787
10788 * crypt/crypt-private.h [DOS]: Add some includes taken from the
10789 other files in the crypt directory.
10790 * crypt/crypt.c: Remove duplicate includes.
10791 * crypt/crypt-entry.c: Likewise.
10792 * crypt/crypt_util.c: Likewise.
10793
8540f6d2
JM
107942014-06-06 Joseph Myers <joseph@codesourcery.com>
10795
10796 * Makeconfig (run-program-env): New variable.
10797 (run-program-prefix-before-env): Likewise.
10798 (run-program-prefix-after-env): Likewise.
10799 (run-program-prefix): Define in terms of new variables.
10800 (built-program-cmd-before-env): New variable.
10801 (built-program-cmd-after-env): Likewise.
10802 (built-program-cmd): Define in terms of new variables.
10803 (test-program-prefix-before-env): New variable.
10804 (test-program-prefix-after-env): Likewise.
10805 (test-program-prefix): Define in terms of new variables.
10806 (test-program-cmd-before-env): New variable.
10807 (test-program-cmd-after-env): Likewise.
10808 (test-program-cmd): Define in terms of new variables.
10809 * Rules (make-test-out): Use $(run-program-env).
10810 * scripts/cross-test-ssh.sh (env_blacklist): Remove variable.
10811 (help): Do not mention environment variables. Mention
10812 --timeoutfactor option.
10813 (timeoutfactor): New variable.
10814 (blacklist_exports): Remove function.
10815 (exports): Remove variable.
10816 (command): Do not include ${exports}.
10817 * manual/install.texi (Configuring and compiling): Do not mention
10818 test wrappers preserving environment variables. Mention that last
10819 assignment to a variable must take precedence.
10820 * INSTALL: Regenerated.
10821 * benchtests/Makefile (run-bench): Use $(run-program-env).
10822 * catgets/Makefile ($(objpfx)test1.cat): Use
10823 $(built-program-cmd-before-env), $(run-program-env) and
10824 $(built-program-cmd-after-env).
10825 ($(objpfx)test2.cat): Do not specify environment variables
10826 explicitly.
10827 ($(objpfx)de/libc.cat): Use $(built-program-cmd-before-env),
10828 $(run-program-env) and $(built-program-cmd-after-env).
10829 ($(objpfx)test-gencat.out): Use $(test-program-cmd-before-env),
10830 $(run-program-env) and $(test-program-cmd-after-env).
10831 ($(objpfx)sample.SJIS.cat): Do not specify environment variables
10832 explicitly.
10833 * catgets/test-gencat.sh: Use test_program_cmd_before_env,
10834 run_program_env and test_program_cmd_after_env arguments.
10835 * elf/Makefile ($(objpfx)tst-pathopt.out): Use $(run-program-env).
10836 * elf/tst-pathopt.sh: Use run_program_env argument.
10837 * iconvdata/Makefile ($(objpfx)iconv-test.out): Use
10838 $(test-wrapper-env) and $(run-program-env).
10839 * iconvdata/run-iconv-test.sh: Use test_wrapper_env and
10840 run_program_env arguments.
10841 * iconvdata/tst-table.sh: Do not set GCONV_PATH explicitly.
10842 * intl/Makefile ($(objpfx)tst-gettext.out): Use
10843 $(test-program-prefix-before-env), $(run-program-env) and
10844 $(test-program-prefix-after-env).
10845 ($(objpfx)tst-gettext2.out): Likewise.
10846 * intl/tst-gettext.sh: Use test_program_prefix_before_env,
10847 run_program_env and test_program_prefix_after_env arguments.
10848 * intl/tst-gettext2.sh: Likewise.
10849 * intl/tst-gettext4.sh: Do not set environment variables
10850 explicitly.
10851 * intl/tst-gettext6.sh: Likewise.
10852 * intl/tst-translit.sh: Likewise.
10853 * malloc/Makefile ($(objpfx)tst-mtrace.out): Use
10854 $(test-program-prefix-before-env), $(run-program-env) and
10855 $(test-program-prefix-after-env).
10856 * malloc/tst-mtrace.sh: Use test_program_prefix_before_env,
10857 run_program_env and test_program_prefix_after_env arguments.
10858 * math/Makefile (run-regen-ulps): Use $(run-program-env).
10859 * nptl/Makefile ($(objpfx)tst-tls6.out): Use $(run-program-env).
10860 * nptl/tst-tls6.sh: Use run_program_env argument. Set LANG=C
10861 explicitly with each use of ${test_wrapper_env}.
10862 * posix/Makefile ($(objpfx)wordexp-tst.out): Use
10863 $(test-program-prefix-before-env), $(run-program-env) and
10864 $(test-program-prefix-after-env).
10865 * posix/tst-getconf.sh: Do not set environment variables
10866 explicitly.
10867 * posix/wordexp-tst.sh: Use test_program_prefix_before_env,
10868 run_program_env and test_program_prefix_after_env arguments.
10869 * stdio-common/tst-printf.sh: Do not set environment variables
10870 explicitly.
10871 * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Use
10872 $(test-program-prefix-before-env), $(run-program-env) and
10873 $(test-program-prefix-after-env).
10874 * stdlib/tst-fmtmsg.sh: Use test_program_prefix_before_env,
10875 run_program_env and test_program_prefix_after_env arguments.
10876 Split $test calls into $test_pre and $test.
10877 * timezone/Makefile (build-testdata): Use
10878 $(built-program-cmd-before-env), $(run-program-env) and
10879 $(built-program-cmd-after-env).
10880
ed36bfa1
AZ
108812014-06-06 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
10882
10883 * sysdeps/powerpc/powerpc64/power7/strncat.S [STRLEN]: Define it as
10884 strlen for non SHARED builds.
10885
fc75bf46
SP
108862014-06-05 Siddhesh Poyarekar <siddhesh@redhat.com>
10887
10888 * nptl/allocatestack.c (check_list): Inlined function...
10889 (__reclaim_stacks): ... here.
10890
d89b3d80
OB
108912014-06-05 Ondřej Bílka <neleai@seznam.cz>
10892
10893 [BZ #15698]
10894 * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
10895 memory overrun.
10896
2bf18041
JM
108972014-06-05 Joseph Myers <joseph@codesourcery.com>
10898
10899 * Rules (make-test-out): Include
10900 LOCPATH=$(common-objpfx)localedata in default environment.
10901 * debug/Makefile (tst-chk1-ENV): Remove variable.
10902 (tst-chk2-ENV): Likewise.
10903 (tst-chk3-ENV): Likewise.
10904 (tst-chk4-ENV): Likewise.
10905 (tst-chk5-ENV): Likewise.
10906 (tst-chk6-ENV): Likewise.
10907 (tst-lfschk1-ENV): Likewise.
10908 (tst-lfschk2-ENV): Likewise.
10909 (tst-lfschk3-ENV): Likewise.
10910 (tst-lfschk4-ENV): Likewise.
10911 (tst-lfschk5-ENV): Likewise.
10912 (tst-lfschk6-ENV): Likewise.
10913 * iconvdata/Makefile (bug-iconv6-ENV): Likewise.
10914 (tst-iconv7-ENV): Likewise.
10915 * intl/Makefile (LOCPATH-ENV): Likewise.
10916 (tst-codeset-ENV): Likewise.
10917 (tst-gettext3-ENV): Likewise.
10918 (tst-gettext5-ENV): Likewise.
10919 * libio/Makefile (tst-widetext-ENV): Don't set LOCPATH.
10920 (tst-fopenloc-ENV): Likewise.
10921 (tst-fgetws-ENV): Remove variable.
10922 (tst-ungetwc1-ENV): Likewise.
10923 (tst-ungetwc2-ENV): Likewise.
10924 (bug-ungetwc2-ENV): Likewise.
10925 (tst-swscanf-ENV): Likewise.
10926 (bug-ftell-ENV): Likewise.
10927 (tst-fgetwc-ENV): Likewise.
10928 (tst-fseek-ENV): Likewise.
10929 (tst-ftell-partial-wide-ENV): Likewise.
10930 (tst-ftell-active-handler-ENV): Likewise.
10931 (tst-ftell-append-ENV): Likewise.
10932 * posix/Makefile (tst-fnmatch-ENV): Likewise.
10933 (tst-regexloc-ENV): Likewise.
10934 (bug-regex1-ENV): Likewise.
10935 (tst-regex-ENV): Likewise.
10936 (tst-regex2-ENV): Likewise.
10937 (bug-regex5-ENV): Likewise.
10938 (bug-regex6-ENV): Likewise.
10939 (bug-regex17-ENV): Likewise.
10940 (bug-regex18-ENV): Likewise.
10941 (bug-regex19-ENV): Likewise.
10942 (bug-regex20-ENV): Likewise.
10943 (bug-regex22-ENV): Likewise.
10944 (bug-regex23-ENV): Likewise.
10945 (bug-regex25-ENV): Likewise.
10946 (bug-regex26-ENV): Likewise.
10947 (bug-regex30-ENV): Likewise.
10948 (bug-regex32-ENV): Likewise.
10949 (bug-regex33-ENV): Likewise.
10950 (bug-regex34-ENV): Likewise.
10951 (bug-regex35-ENV): Likewise.
10952 (tst-rxspencer-ENV): Likewise.
10953 (tst-rxspencer-no-utf8-ENV): Likewise.
10954 * stdio-common/Makefile (tst-sprintf-ENV): Likewise.
10955 (tst-sscanf-ENV): Likewise.
10956 (tst-swprintf-ENV): Likewise.
10957 (tst-swscanf-ENV): Likewise.
10958 (test-vfprintf-ENV): Likewise.
10959 (scanf13-ENV): Likewise.
10960 (bug14-ENV): Likewise.
10961 (tst-grouping-ENV): Likewise.
10962 * stdlib/Makefile (tst-strtod-ENV): Likewise.
10963 (tst-strtod3-ENV): Likewise.
10964 (tst-strtod4-ENV): Likewise.
10965 (tst-strtod5-ENV): Likewise.
10966 (testmb2-ENV): Likewise./
10967 * string/Makefile (tst-strxfrm-ENV): Likewise.
10968 (tst-strxfrm2-ENV): Likewise.
10969 (bug-strcoll1-ENV): Likewise.
10970 (test-strcasecmp-ENV): Likewise.
10971 (test-strncasecmp-ENV): Likewise.
10972 * time/Makefile (tst-strptime-ENV): Likewise.
10973 (tst-ftime_l-ENV): Likewise.
10974 * wcsmbs/Makefile (tst-btowc-ENV): Likewise.
10975 (tst-mbrtowc-ENV): Likewise.
10976 (tst-wcrtomb-ENV): Likewise.
10977 (tst-mbrtowc2-ENV): Likewise.
10978 (tst-c16c32-1-ENV): Likewise.
10979 (tst-mbsnrtowcs-ENV): Likewise.
10980
cd1fb604
OB
109812014-06-05 Ondřej Bílka <neleai@seznam.cz>
10982
10983 * manual/resource.texi (How to get information about the memory
10984 subsystem?): Fix typo.
10985 Reported by Peon de la Parra Ivan <peon@keba.com>
10986
b42eca7d
GY
109872014-06-03 Guo Yixuan <culu.gyx@gmail.com>
10988
10989 [BZ #16882]
10990 * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S
10991 (pthread_spin_lock): Branch out of spin loop to proper location.
10992 * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S
10993 (pthread_spin_lock): Likewise.
10994
902b71f9
DM
10995 * nptl/tst-spin4.c: New test.
10996 * nptl/Makefile (tests): Add tst-spin4.
10997
f9d2d032
AS
109982014-06-03 Andreas Schwab <schwab@suse.de>
10999
11000 [BZ #15946]
11001 * resolv/res_send.c (send_dg): Reload file descriptor after
11002 calling reopen.
11003
cf7bfd28
SL
110042014-06-03 Stefan Liebler <stli@linux.vnet.ibm.com>
11005
11006 * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
11007
111cc714
RH
110082014-06-03 Richard Henderson <rth@redhat.com>
11009
89b4bd6b
RH
11010 * sysdeps/unix/sysv/linux/aarch64/pt-vfork.c: New file.
11011 * sysdeps/unix/sysv/linux/aarch64/nptl/pt-vfork.S: Remove file.
11012 * sysdeps/unix/sysv/linux/aarch64/vfork.S (__vfork): Incorporate
11013 SAVE_PID and RESTORE_PID blocks from pt-vfork.S. Map 0 to INT_MIN
11014 in the SAVE_PID block.
11015 (__libc_vfork): New alias.
71840409 11016 * sysdeps/unix/sysv/linux/aarch64/nptl/vfork.S: Remove file.
89b4bd6b 11017
111cc714
RH
11018 * sysdeps/unix/sysv/linux/aarch64/clone.S (__clone): Save args for
11019 child in registers, not on the stack. Remove RESET_PID conditionals.
11020 * sysdeps/unix/sysv/linux/aarch64/nptl/clone.S: Remove file.
11021
ccc39911
MS
110222014-06-03 Marcus Shawcroft <marcus.shawcroft@arm.com>
11023
11024 * sysdeps/aarch64/libm-test-ulps: Regenerate.
11025
693096cc
W
110262014-06-03 Wilco <wdijkstr@arm.com>
11027
11028 * sysdeps/aarch64/fpu/math_private.h (libc_fesetround_aarch64)
11029 (libc_feholdexcept_setround_aarch64) (libc_feholdsetround_aarch64)
11030 (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
11031 Use _FPU_FPCR_RM_MASK for rounding mask rather than FE_TOWARDZERO.
11032 * sysdeps/aarch64/fpu/get-rounding-mode.h (get_rounding_mode):
11033 Likewise.
11034
0b4366bc
W
110352014-06-03 Wilco <wdijkstr@arm.com>
11036
11037 * sysdeps/aarch64/fpu/math_private.h
11038 (libc_feholdexcept_aarch64) (libc_feholdexcept_setround_aarch64)
11039 (libc_fetestexcept_aarch64) (libc_fesetenv_aarch64)
11040 (libc_feupdateenv_test_aarch64) (libc_feholdsetround_aarch64)
11041 (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
11042 Fix declarations.
11043
8747cd03
KS
110442014-06-03 Kostya Serebryany <konstantin.s.serebryany@gmail.com>
11045
11046 * crypt/crypt-private.h: Include ufc-crypt.h.
11047 (__b64_from_24bit): Declare extern.
11048 * crypt/crypt_util.c(__b64_from_24bit): New function.
11049 (b64t): New static const variable.
11050 * crypt/md5-crypt.c (b64_from_24bit): Remove function.
11051 (b64t): Remove variable.
11052 (__md5_crypt_r): Replace b64_from_24bit with __b64_from_24bit.
11053 * crypt/sha256-crypt.c: Include crypt-private.h.
11054 (b64t): Remove variable.
11055 (__sha256_crypt_r): Remove b64_from_24bit and replace
11056 with __b64_from_24bit.
11057 * crypt/sha512-crypt.c: Likewise.
11058
d936d379
RM
110592014-06-02 Roland McGrath <roland@hack.frob.com>
11060
11061 * nptl/sysdeps/unix/sysv/linux/sh/vfork.S: Moved ...
11062 * sysdeps/unix/sysv/linux/sh/vfork.S: ... here.
11063 Label the code __libc_vfork rather than __vfork.
11064 [!NOT_IN_libc] (vfork): Define as weak alias.
11065 [!NOT_IN_libc] (__vfork): Define as strong alias, and libc_hidden_def.
11066 * sysdeps/unix/sysv/linux/sh/pt-vfork.S: New file.
11067 * nptl/sysdeps/unix/sysv/linux/sh/pt-vfork.S: File removed.
11068
9fa76613
SP
110692014-06-02 Siddhesh Poyarekar <siddhesh@redhat.com>
11070
11071 * malloc/malloc.c (malloc_info): Fix format specifier for
11072 n_mmaps.
11073
a88dadbe
W
110742014-06-02 Wilco <wdijkstr@arm.com>
11075
11076 * sysdeps/aarch64/fpu/fpu_control.h (_FPU_SETCW): Remove ISB after
11077 FPCR write.
11078
c95b3011
W
110792014-06-02 Wilco <wdijkstr@arm.com>
11080
11081 [BZ #17009]
11082 * sysdeps/aarch64/fpu/feupdateenv (feupdateenv):
11083 Rewrite to reduce FPCR/FPSR accesses.
11084
6b4d7a90
DM
110852014-06-01 David S. Miller <davem@davemloft.net>
11086
11087 * sysdeps/sparc/fpu/libm-test-ulps: Update.
11088
30f3d07c
DM
110892014-05-31 David S. Miller <davem@davemloft.net>
11090
11091 * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Force computations
11092 to occur in round to nearest mode when |x| >= 2.0
11093
74f31c18
RH
110942014-05-30 Richard Henderson <rth@twiddle.net>
11095
f0712b54
RH
11096 * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Remove.
11097 (PSEUDO_RET_NOERRNO): Remove.
11098 (ret): Don't redefine.
11099 (ret_NOERRNO): Define in terms of ret.
11100 (ret_ERRVAL): Likewise.
11101
74f31c18
RH
11102 * sysdeps/unix/sysv/linux/aarch64/ioctl.S (__ioctl): Remove the
11103 use of PSEUDO_RET; perform the error check directly.
11104
30477995
MM
111052014-05-30 Marko Myllynen <myllynen@redhat.com>
11106
11107 * sysdeps/x86_64/link-defines.sym (BND_SIZE): Replace __int128
11108 with __int128_t.
11109
62a58816
SP
111102014-05-30 Siddhesh Poyarekar <siddhesh@redhat.com>
11111
11112 * malloc/malloc (malloc_info): Fix formatting.
11113
4d653a59
SP
111142014-05-30 Siddhesh Poyarekar <siddhesh@redhat.com>
11115 Roland McGrath <roland@hack.frob.com>
11116
11117 * malloc/malloc (malloc_info): Also print mmapped statistics.
11118
5190c17f
RM
111192014-05-30 Roland McGrath <roland@hack.frob.com>
11120
11121 * sysdeps/unix/sysv/linux/m68k/arch-fork.h: New file.
11122 * sysdeps/unix/sysv/linux/m68k/nptl/fork.c: File removed.
11123
987c0269
OB
111242014-05-30 Ondřej Bílka <neleai@seznam.cz>
11125
11126 * malloc/malloc.c (malloc_info): Inline mi_arena.
11127
af4e8ef9
RH
111282014-05-29 Richard Henderson <rth@twiddle.net>
11129
1670e207
RH
11130 * sysdeps/unix/sysv/linux/aarch64/sysdep.h (INTERNAL_VSYSCALL_NCS):
11131 Remove comma before expanding ASM_ARGS_##nr.
11132 (INTERNAL_SYSCALL_RAW): Make _sys_result signed, instead of casting.
11133 Make _x0 a strict output; make _x8 a strict input; adjust expansion
11134 of ASM_ARGS_##nr.
11135 (CLOBBER_ARGS_0, CLOBBER_ARGS_1, CLOBBER_ARGS_2): Remove.
11136 (CLOBBER_ARGS_3, CLOBBER_ARGS_4, CLOBBER_ARGS_5): Remove.
11137 (CLOBBER_ARGS_6, CLOBBER_ARGS_7): Remove.
11138 (ASM_ARGS_1): Add leading comma.
11139
11a28aee
RH
11140 * sysdeps/unix/sysv/linux/aarch64/sysdep.h [NOT_IN_libc]
11141 (SYSCALL_ERROR_HANDLER): Use tpidr_el0 instead of a call
11142 to __errno_location.
11143 * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data (libpthread.so):
11144 Remove the expected plt for __errno_location.
11145
a17e5ffb 11146 * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
11a28aee 11147 [NOT_IN_libc] (SINGLE_THREAD_P): Use tpidr_el0 instead of a
a17e5ffb
RH
11148 call to __read_tp.
11149
b5be4597
RH
11150 * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
11151 Always allocate 64 bytes of stack frame. Use ldp/stp to create
11152 it and break it down.
11153 (DOCARGS_0, DOCARGS_1): Do nothing.
11154 (DOCARGS_2): Update to store into the new stack frame.
11155 (DOCARGS_3, DOCARGS_4, DOCARGS_5, DOCARGS_6): Likewise.
11156 (UNDOCARGS_1): Update to restore from the new stack frame.
11157 (UNDOCARGS_2, UNDOCARGS_3, UNDOCARGS_4): Likewise.
11158 (UNDOCARGS_5, UNDOCARGS_6): Likewise.
11159
645d44ab
RH
11160 * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
11161 (SINGLE_THREAD_P): New parameter for result regno.
11162 (PSEUDO): Update to match; use cbz instead of beq.
11163
a8b4f04a
RH
11164 * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
11165 Use ENTRY to define the _nocancel entry point. Share the syscall
11166 and syscall error check paths with the cancel path.
11167 (PSEUDO_END): New.
11168
af4e8ef9
RH
11169 * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Adjust
11170 whitespace; tabs before and after asm mnemonics.
11171
26b0d2e1
EW
111722014-05-29 Eric Wong <normalperson@yhbt.net>
11173
11174 [BZ #15132]
11175 * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
11176 Call fstat64 or stat64 internally, depending on arguments passed.
11177 Replace stat buffer argument with file descriptor argument.
11178 (INTERNAL_STATVFS): Update arguments to match __statvfs_getflags.
11179 * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
11180 Pass fd to __internal_statvfs instead of calling fstat64.
11181 * sysdeps/unix/sysv/linux/fstatvfs64.c (__fstatvfs64):
11182 Pass fd to __internal_statvfs64 instead of calling fstat64.
11183 * sysdeps/unix/sysv/linux/statvfs.c (statvfs):
11184 Pass -1 to __internal_statvfs instead of calling stat64.
11185 * sysdeps/unix/sysv/linux/statvfs64.c (__statvfs64):
11186 Pass -1 to __internal_statvfs64 instead of calling stat64.
11187
1efe2bd9
RM
111882014-05-28 Roland McGrath <roland@hack.frob.com>
11189
0d3b7a19
RM
11190 * sysdeps/unix/sysv/linux/sh/clone.S: Deconditionalize the code
11191 that was previously under [RESET_PID].
11192 * nptl/sysdeps/unix/sysv/linux/sh/clone.S: File removed.
11193
1efe2bd9
RM
11194 * sysdeps/unix/sysv/linux/tile/arch-fork.h: New file.
11195 * sysdeps/unix/sysv/linux/tile/nptl/fork.c: File removed.
11196
a6bea3ca
RM
111972014-05-27 Roland McGrath <roland@hack.frob.com>
11198
30b6629e
RM
11199 * sysdeps/unix/sysv/linux/ia64/arch-fork.h: New file.
11200
a6bea3ca
RM
11201 * sysdeps/unix/sysv/linux/sh/arch-fork.h: New file.
11202 * nptl/sysdeps/unix/sysv/linux/sh/fork.c: File removed.
11203
3dfb9a5c
OB
112042014-05-27 Ondřej Bílka <neleai@seznam.cz>
11205
11206 * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate code.
11207
774f9285
AS
112082014-05-27 Andreas Schwab <schwab@suse.de>
11209
11210 * csu/libc-tls.c (__libc_setup_tls): Remove second argument from
11211 TLS_INIT_TP macro.
11212 * elf/dl-load.c (_dl_map_object_from_fd): Likewise.
11213 * elf/rtld.c (init_tls, dl_main): Likewise.
11214 * nptl/sysdeps/i386/tls.h (TLS_INIT_TP): Likewise.
11215 * nptl/sysdeps/powerpc/tls.h (TLS_INIT_TP): Likewise.
11216 * nptl/sysdeps/s390/tls.h (TLS_INIT_TP): Likewise.
11217 * nptl/sysdeps/sh/tls.h (TLS_INIT_TP): Likewise.
11218 * nptl/sysdeps/sparc/tls.h (TLS_INIT_TP): Likewise.
11219 * nptl/sysdeps/x86_64/tls.h (TLS_INIT_TP): Likewise.
11220 * sysdeps/aarch64/nptl/tls.h (TLS_INIT_TP): Likewise.
11221 * sysdeps/alpha/nptl/tls.h (TLS_INIT_TP): Likewise.
11222 * sysdeps/arm/nptl/tls.h (TLS_INIT_TP): Likewise.
11223 * sysdeps/hppa/nptl/tls.h (TLS_INIT_TP): Likewise.
11224 * sysdeps/ia64/nptl/tls.h (TLS_INIT_TP): Likewise.
11225 * sysdeps/m68k/nptl/tls.h (TLS_INIT_TP): Likewise.
11226 * sysdeps/mach/hurd/i386/tls.h (_hurd_tls_init): Likewise.
11227 * sysdeps/microblaze/nptl/tls.h (TLS_INIT_TP): Likewise.
11228 * sysdeps/mips/nptl/tls.h (TLS_INIT_TP): Likewise.
11229 * sysdeps/tile/nptl/tls.h (TLS_INIT_TP): Likewise.
11230 * sysdeps/generic/tls.h: Update description.
11231
36ffe739
WN
112322014-05-27 Will Newton <will.newton@linaro.org>
11233
11234 [BZ #16990]
11235 * sysdeps/arm/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Save
11236 and restore r2 rather than just restoring.
11237
2482ae43
SP
112382014-05-27 Siddhesh Poyarekar <siddhesh@redhat.com>
11239
11240 [BZ #16724]
11241 * libio/tst-ftell-append.c: New test case.
11242 * libio/Makefile (tests): Add test case.
11243 * libio/fileops.c (do_ftell): Don't trust _IO_read_end when in
11244 append mode.
11245 * libio/wfileops.c (do_ftell_wide): Likewise.
11246
3d1024e8
AZ
112472014-05-26 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
11248
bab90016
AZ
11249 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
11250
c7a8d667
AZ
11251 * nptl/sysdeps/unix/sysv/linux/powerpc/Versions: Remove, merge into
11252 ...
11253 * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions: ... here.
11254 * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
11255 * nptl/sysdeps/unix/sysv/linux/powerpc/Makefile: Moved rules to ...
11256 * sysdeps/unix/sysv/linux/powerpc/Makefile: ... here.
11257 * nptl/sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: Moved ...
11258 * sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: ... here.
11259 * nptl/sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Moved ...
11260 * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: ...here.
11261 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
11262 Moved ...
11263 * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: ... here.
11264 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
11265 Moved ...
11266 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: ... here.
11267 * nptl/sysdeps/unix/sysv/linux/powerpc/createthread.c: Moved ...
11268 * sysdeps/unix/sysv/linux/powerpc/createthread.c: ... here.
11269 * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Moved ...
11270 * sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: ... here.
11271 * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: Moved
11272 ...
11273 * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: ... here.
11274 * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c:
11275 Moved ...
11276 * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c: ...
11277 here.
11278 * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: Moved
11279 ...
11280 * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: ... here.
11281 * nptl/sysdeps/unix/sysv/linux/powerpc/sem_post.c: Moved ...
11282 * sysdeps/unix/sysv/linux/powerpc/sem_post.c: ... here.
11283
daee7851
AZ
11284 * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Moved ...
11285 * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: ... here.
11286 * nptl/sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: Moved ...
11287 * sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: ... here.
11288
50a40819
AZ
11289 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Remove,
11290 merge into ...
11291 * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: ... here.
11292 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: Moved
11293 ...
11294 * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: ... here.
11295 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: Moved
11296 ...
11297 * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: ... here.
11298 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
11299 Moved ...
11300 * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c: ...
11301 here.
11302 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
11303 Moved ...
11304 * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c: ... here.
11305 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
11306 Moved ...
11307 * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c: ... here.
11308
8464c2a1
AZ
11309 * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Remove
11310 conditional [RESET_PID].
11311 * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Likewise.
11312 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: File
11313 removed.
11314 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: File
11315 removed.
11316
3d1024e8
AZ
11317 * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Include
11318 <tcb-offsets.h>.
11319 (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
11320 (__libc_vfork): New strong alias.
11321 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/pt-vfork.S: File
11322 removed.
11323 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: File
11324 Removed.
11325
11326 * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Include
11327 <tcb-offsets.h>.
11328 (__vfork): Incorporate save/retore of PID from nptl/vfork.S here.
11329 (__libc_vfork): New strong alias.
11330 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/pt-vfork.S: File
11331 removed.
11332 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: File
11333 removed.
11334
fdfd175d
CD
113352014-05-26 Carlos O'Donell <carlos@redhat.com>
11336
11337 * malloc/malloc.c (mi_arena): New function.
11338 (malloc_info): Remove nested function mi_arena. Call non-nosted
11339 function mi_arena.
11340
d298c416
AZ
113412014-05-26 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
11342
11343 * sysdeps/powerpc/powerpc32/power4/memset.S (memset): Replace insrdi
11344 by insrwi.
11345 * sysdeps/powerpc/powerpc32/power6/memset.S (memset): Likewise.
11346 * sysdeps/powerpc/powerpc32/power7/memset.S (memset): Likewise.
11347 * sysdeps/powerpc/powerpc32/power7/memchr.S (memchr): Likewise.
11348 * sysdeps/powerpc/powerpc32/power7/memrchr.S (memrchr): Likewise.
11349 * sysdeps/powerpc/powerpc32/power7/rawmemchr.S (rawmemchr): Likewise.
11350 * sysdeps/powerpc/powerpc32/power7/strchr.S (strchr): Likewise.
11351 * sysdeps/powerpc/powerpc32/power7/strchrnul.S (strchrnul): Likewise.
11352
b60ea6ff
AS
113532014-05-26 Andreas Schwab <schwab@suse.de>
11354
11355 [BZ #16984]
11356 * locale/programs/repertoire.c (repertoire_read): Add slash
11357 between I18NPATH element and file name.
11358 * locale/programs/locfile.c (locfile_read): Likewise.
11359
67365926
SL
113602014-05-26 Stefan Liebler <stli@linux.vnet.ibm.com>
11361
11362 * nptl/pthread_mutexattr_settype.c
11363 (__pthread_mutexattr_settype):
11364 Disable lock elision for PTHREAD_MUTEX_NORMAL.
11365
f8bdf1f0
SL
113662014-05-26 Stefan Liebler <stli@linux.vnet.ibm.com>
11367
11368 * nptl/tst-mutex5 (do_test):
11369 Use #ifndef ENABLE_LOCK_ELISION instead of #ifdef.
11370
15eaf6ff
SP
113712014-05-26 Siddhesh Poyarekar <siddhesh@redhat.com>
11372
11373 * benchtests/README: Document 'init' directive.
11374 * benchtests/bench-skeleton.c (main) [BENCH_INIT]: Call
11375 BENCH_INIT.
11376 * scripts/bench.py (gen_source): Define BENCH_INIT macro.
11377 (parse_file): Recognize 'init' directive.
11378
75f11331
KM
113792014-05-26 Kyle McMartin <kyle@redhat.com>
11380
11381 [BZ #16796]
11382 * sysdeps/aarch64/nptl/tls.h: increase TCB alignment to the
11383 alignment of struct pthread.
11384
c3ec475c
SP
113852014-05-26 Siddhesh Poyarekar <siddhesh@redhat.com>
11386
11387 [BZ #16878]
11388 * nscd/netgroupcache.c (addgetnetgrentX): Look for
11389 NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
11390 * nscd/nss_files/files-netgrp.c (_nss_netgroup_parseline): Use
11391 NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
11392
82aab97c
RH
113932014-05-25 Richard Henderson <rth@twiddle.net>
11394
aa2f176d
RH
11395 * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
11396 (SINGLE_THREAD_P_PIC): Remove.
11397 * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h
11398 (SINGLE_THREAD_P_PIC): Remove.
11399
ca3cfa40
RH
11400 * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Move
11401 branch to syscall error ...
11402 (PSEUDO): ... here.
11403 [NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Rename the label
11404 from __local_syscall_error to .Lsyscall_error.
11405 [!NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Branch to __syscall_error.
11406 (SYSCALL_ERROR): Update label name.
11407
6e6c2d01
RH
11408 * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
11409 Do not use DOARGS/UNDOARGS.
11410 * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Likewise.
11411 (DOARGS_0, DOARGS_1, DOARGS_2, DOARGS_3): Remove.
11412 (DOARGS_4, DOARGS_5, DOARGS_6, DOARGS_7): Remove.
11413 (UNDOARGS_0, UNDOARGS_1, UNDOARGS_2, UNDOARGS_3): Remove.
11414 (UNDOARGS_4, UNDOARGS_5, UNDOARGS_6, UNDOARGS_7): Remove.
11415
c69abcee
RH
11416 * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Fix
11417 block comment.
11418
82aab97c
RH
11419 * sysdeps/unix/sysv/linux/alpha/vfork.S (vfork, __vfork): Only
11420 define if !NOT_IN_libc.
11421 * sysdeps/unix/sysv/linux/alpha/pt-vfork.S (vfork, __vfork): Only
11422 define with non-default symbol versions.
11423
8820e3ac
RH
114242014-05-23 Richard Henderson <rth@twiddle.net>
11425
900e445f
RH
11426 * nptl/pt-vfork.c (vfork_resolve): Rename from vfork_ifunc.
11427 (vfork, __vfork): Define via compat_symbol.
11428
8820e3ac
RH
11429 * nptl/pt-vfork.c: Error if !HAVE_IFUNC.
11430 [!HAVE_IFUNC] (vfork_compat): Remove.
11431 [!HAVE_IFUNC] (DEFINE_VFORK): Remove.
11432
e59252a5
JM
114332014-05-23 Joseph Myers <joseph@codesourcery.com>
11434
11435 [BZ #16978]
11436 * posix/tar.h [!__USE_XOPEN2K] (TSVTX): Define macro.
11437 * conform/Makefile (test-xfail-POSIX/tar.h/conform): Remove
11438 variable.
11439
132c7f5f
RH
114402014-05-23 Richard Henderson <rth@twiddle.net>
11441
bc89e962
RH
11442 * sysdeps/unix/sysv/linux/alpha/nptl/Makefile: Merge into...
11443 * sysdeps/unix/sysv/linux/alpha/Makefile: ... here.
11444 * sysdeps/unix/sysv/linux/alpha/nptl/Versions: Merge into...
11445 * sysdeps/unix/sysv/linux/alpha/Versions: ... here.
11446
11447 * sysdeps/unix/sysv/linux/alpha/nptl/aio_cancel.c: Moved ...
11448 * sysdeps/unix/sysv/linux/alpha/aio_cancel.c: ... here.
11449 * sysdeps/unix/sysv/linux/alpha/nptl/bits/local_lim.h: Moved ...
11450 * sysdeps/unix/sysv/linux/alpha/bits/local_lim.h: ... here.
11451 * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h: Moved ...
11452 * sysdeps/unix/sysv/linux/alpha/bits/pthreadtypes.h: ... here.
11453 * sysdeps/unix/sysv/linux/alpha/nptl/bits/semaphore.h: Moved ...
11454 * sysdeps/unix/sysv/linux/alpha/bits/semaphore.h: ... here.
11455 * sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data: Moved ...
11456 * sysdeps/unix/sysv/linux/alpha/c++-types.data: ... here.
11457 * sysdeps/unix/sysv/linux/alpha/nptl/createthread.c: Moved ...
11458 * sysdeps/unix/sysv/linux/alpha/createthread.c: ... here.
11459 * sysdeps/unix/sysv/linux/alpha/nptl/ld.abilist: Moved ...
11460 * sysdeps/unix/sysv/linux/alpha/ld.abilist: ... here.
11461 * sysdeps/unix/sysv/linux/alpha/nptl/libBrokenLocale.abilist: Moved ...
11462 * sysdeps/unix/sysv/linux/alpha/libBrokenLocale.abilist: ... here.
11463 * sysdeps/unix/sysv/linux/alpha/nptl/libanl.abilist: Moved ...
11464 * sysdeps/unix/sysv/linux/alpha/libanl.abilist: ... here.
11465 * sysdeps/unix/sysv/linux/alpha/nptl/libc.abilist: Moved ...
11466 * sysdeps/unix/sysv/linux/alpha/libc.abilist: ... here.
11467 * sysdeps/unix/sysv/linux/alpha/nptl/libcrypt.abilist: Moved ...
11468 * sysdeps/unix/sysv/linux/alpha/libcrypt.abilist: ... here.
11469 * sysdeps/unix/sysv/linux/alpha/nptl/libdl.abilist: Moved ...
11470 * sysdeps/unix/sysv/linux/alpha/libdl.abilist: ... here.
11471 * sysdeps/unix/sysv/linux/alpha/nptl/libm.abilist: Moved ...
11472 * sysdeps/unix/sysv/linux/alpha/libm.abilist: ... here.
11473 * sysdeps/unix/sysv/linux/alpha/nptl/libnsl.abilist: Moved ...
11474 * sysdeps/unix/sysv/linux/alpha/libnsl.abilist: ... here.
11475 * sysdeps/unix/sysv/linux/alpha/nptl/libpthread.abilist: Moved ...
11476 * sysdeps/unix/sysv/linux/alpha/libpthread.abilist: ... here.
11477 * sysdeps/unix/sysv/linux/alpha/nptl/libresolv.abilist: Moved ...
11478 * sysdeps/unix/sysv/linux/alpha/libresolv.abilist: ... here.
11479 * sysdeps/unix/sysv/linux/alpha/nptl/librt.abilist: Moved ...
11480 * sysdeps/unix/sysv/linux/alpha/librt.abilist: ... here.
11481 * sysdeps/unix/sysv/linux/alpha/nptl/libthread_db.abilist: Moved ...
11482 * sysdeps/unix/sysv/linux/alpha/libthread_db.abilist: ... here.
11483 * sysdeps/unix/sysv/linux/alpha/nptl/libutil.abilist: Moved ...
11484 * sysdeps/unix/sysv/linux/alpha/libutil.abilist: ... here.
11485 * sysdeps/unix/sysv/linux/alpha/nptl/localplt.data: Moved ...
11486 * sysdeps/unix/sysv/linux/alpha/localplt.data: ... here.
11487 * sysdeps/unix/sysv/linux/alpha/nptl/lowlevellock.h: Moved ...
11488 * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: ... here.
11489 * sysdeps/unix/sysv/linux/alpha/nptl/sem_post.c: Moved ...
11490 * sysdeps/unix/sysv/linux/alpha/sem_post.c: ... here.
11491 * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h: Moved ...
11492 * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: ... here.
11493 * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Moved ...
11494 * sysdeps/unix/sysv/linux/alpha/timer_create.c: ... here.
11495 * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Moved ...
11496 * sysdeps/unix/sysv/linux/alpha/timer_delete.c: ... here.
11497 * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Moved ...
11498 * sysdeps/unix/sysv/linux/alpha/timer_getoverr.c: ... here.
11499 * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Moved ...
11500 * sysdeps/unix/sysv/linux/alpha/timer_gettime.c: ... here.
11501 * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Moved ...
11502 * sysdeps/unix/sysv/linux/alpha/timer_settime.c: ... here.
11503
e2fa4bc2
RH
11504 * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove vfork.
11505 * sysdeps/unix/sysv/linux/alpha/nptl/vfork.S: Move file ...
11506 * sysdeps/unix/sysv/linux/alpha/vfork.S: ... here. Restore PID
11507 before exiting on error.
11508 (__libc_vfork): New strong alias.
11509 * sysdeps/unix/sysv/linux/alpha/nptl/pt-vfork.S: Remove file.
11510 * sysdeps/unix/sysv/linux/alpha/pt-vfork.S: New file.
11511
279b24e2
RH
11512 * sysdeps/unix/sysv/linux/alpha/clone.S: Deconditionalize the code
11513 that was previously under [RESET_PID].
11514 * sysdeps/unix/sysv/linux/alpha/nptl/clone.S: File removed.
11515
132c7f5f
RH
11516 * sysdeps/unix/sysv/linux/alpha/nptl/fork.c: Remove file.
11517
b72592e7
JM
115182014-05-23 Joseph Myers <joseph@codesourcery.com>
11519
11520 [BZ #16977]
11521 * sysdeps/i386/fpu/e_log10.S (__ieee754_log10): Take absolute
11522 value when x - 1 is zero.
11523 * sysdeps/i386/fpu/e_log10f.S (__ieee754_log10f): Likewise.
11524 * sysdeps/i386/fpu/e_log10l.S (__ieee754_log10l): Likewise.
11525 * sysdeps/ieee754/ldbl-128/e_log10l.c (__ieee754_log10l): Return
11526 0.0L for an argument of 1.0L.
11527 * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l):
11528 Likewise.
11529 * sysdeps/x86_64/fpu/e_log10l.S (__ieee754_log10l): Take absolute
11530 value when x - 1 is zero.
11531 * math/libm-test.inc (log10_test): Use ALL_RM_TEST.
11532 * sysdeps/i386/fpu/libm-test-ulps: Update.
11533 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11534
2302d679
RV
115352014-05-23 Rasmus Villemoes <rv@rasmusvillemoes.dk>
11536
11537 * manual/filesys.texi (Scanning Directory Content): Fix prototype of
11538 alphasort and versionsort.
11539
32999d63
AZ
115402014-05-22 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
11541
11542 * sysdeps/powerpc/fpu/math_private.h [copysign]: Remove unneeded
11543 macro.
11544 [copysignf]: Likewise.
11545
019324d0
SP
115462014-05-22 Siddhesh Poyarekar <siddhesh@redhat.com>
11547
11548 * crypt/md5-crypt.c: Fix formatting.
11549
34fff5c2
KS
115502014-05-22 Kostya Serebryany <konstantin.s.serebryany@gmail.com>
11551
11552 * crypt/md5-crypt.c (__md5_crypt_r): Remove a nested function.
11553 (b64_from_24bit): New function.
11554
3d2badac
AZ
115552014-05-22 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
11556
11557 * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c (memchr): Remove
11558 libc_hidden_builtin_def to ifunc.
11559 * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
11560 [libc_hidden_builtin_def]: Define hidden definition to __memchr_ppc32.
11561
f7bb179f 115622014-05-21 Roland McGrath <roland@hack.frob.com>
df54acbb
RM
11563
11564 * sysdeps/unix/sysv/linux/aarch64/arch-fork.h: New file.
11565 * sysdeps/unix/sysv/linux/aarch64/nptl/fork.c: File removed.
11566
4134b50d
JM
115672014-05-21 Joseph Myers <joseph@codesourcery.com>
11568
bb7d0337
JM
11569 * nscd/Depend (linuxthreads): Remove.
11570 (nptl): Add.
11571 * resolv/Depend (linuxthreads): Remove.
11572 * rt/Depend (linuxthreads): Remove.
11573
4134b50d
JM
11574 * Makeconfig [$(build-hardcoded-path-in-tests) = yes]
11575 (rtld-tests-LDFLAGS): Use $(elf-objpfx) instead of
11576 $(common-objpfx)elf/.
11577 (link-libc-before-gnulib): Likewise.
11578 (elfobjdir): Remove variable.
11579 * Makefile (install): Use $(elf-objpfx) instead of
11580 $(common-objpfx)elf/.
11581 * Makerules (link-libc-args): Use $(elf-objpfx) instead of
11582 $(elfobjdir)/.
11583 (link-libc-deps): Likewise.
11584 ($(common-objpfx)libc.so): Likewise.
11585 ($(common-objpfx)linkobj/libc.so): Likewise.
11586 [$(cross-compiling) = no] (symbolic-link-prog): Use $(elf-objpfx)
11587 instead of $(common-objpfx)elf/.
11588 (symbolic-link-list): Likewise.
11589 * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
11590 [$(cross-compiling) = no]: Likewise.
11591 * sysdeps/arm/Makefile (gnulib-arch): Use $(elf-objpfx) instead of
11592 $(elfobjdir)/.
11593 (static-gnulib-arch): Likewise.
11594 * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
11595 [$(cross-compiling) = no]: Use $(elf-objpfx) instead of
11596 $(common-objpfx)elf/.
11597
3612eb8f
RH
115982014-05-21 Richard Henderson <rth@redhat.com>
11599
a6b3657b
RH
11600 * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
11601 (SINGLE_THREAD_P): Use the correct width load. Fold
11602 into the ldr offset.
11603
3612eb8f
RH
11604 * sysdeps/unix/sysv/linux/aarch64/sysdep.h [RTLD_PRIVATE_ERRNO]
11605 (SYSCALL_ERROR_HANDLER): Fold add insn into str offset.
11606
175cef41
JM
116072014-05-20 Joseph Myers <joseph@codesourcery.com>
11608
11609 * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c
11610 (libgcc_s_resume): Use __attribute_used__.
11611 * sysdeps/unix/sysv/linux/arm/unwind-resume.c (libgcc_s_resume):
11612 Likewise.
11613
e13bccd3
AZ
116142014-05-20 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
11615
11616 * sysdeps/powerpc/fpu/math_private.h [__copysignf]: Fix copysign macro
11617 optimization when used with float constants.
11618
7c112a38
AZ
11619 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
11620
ae75a883
AJ
116212014-05-20 Aurelien Jarno <aurelien@aurel32.net>
11622
11623 [BZ #16915]
11624 * locale/nl_langinfo_l.c: Make direct reference to every
11625 _nl_current_CATEGORY symbol.
11626 * localedata/Makefile (test-srcs): Add tst-langinfo-static.
11627 (tests-static): Add tst-langinfo-static.
11628 (tests-special): Add tst-langinfo-static.out.
11629 ($(objpfx)tst-langinfo.out): Redirect output.
11630 ($(objpfx)tst-langinfo-static.out): New.
11631 * localedata/tst-langinfo.sh: Send output to stdout.
11632 * localedata/tst-langinfo-static.c: New file.
11633
4406c41c
AJ
11634 [BZ #16965]
11635 * stdlib/strtod_l.c (round_and_return): Add code to shift limbs
11636 when the shift amount is modulo the limb size.
11637
4c0a1e63
RH
116382014-05-20 Richard Henderson <rth@redhat.com>
11639
de9d8f20
RH
11640 [BZ #16967]
11641 * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h (struct sigaction):
11642 Change type of sa_flags from unsigned int to int.
11643
4c0a1e63
RH
11644 [BZ #16966]
11645 * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h: Remove file.
57cce706
RH
11646
11647 * sysdeps/alpha/dl-machine.h (ELF_MACHINE_NO_RELA): Define.
11648
a60339aa
WN
116492014-05-20 Will Newton <will.newton@linaro.org>
11650
11651 * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
11652 Test the return value of the system call in the nocancel case.
11653
7d05a816
YR
116542014-05-20 Will Newton <will.newton@linaro.org>
11655 Yvan Roux <yvan.roux@linaro.org>
11656
11657 * sysdeps/unix/sysv/linux/aarch64/sys/user.h: Remove unused
11658 #include of asm/ptrace.h.
11659 (PTRACE_GET_THREAD_AREA): Remove #undef.
11660 (PTRACE_GETHBPREGS): Likewise.
11661 (PTRACE_SETHBPREGS): Likewise.
11662 (struct user_regs_struct): New structure.
11663 (struct user_fpsimd_struct): New structure.
11664 * sysdeps/unix/sysv/linux/aarch64/sys/procfs.h: Remove unused
11665 #include of asm/ptrace.h and second #include of sys/user.h.
11666 (PTRACE_GET_THREAD_AREA): Remove #undef.
11667 (PTRACE_GETHBPREGS): Likewise.
11668 (PTRACE_SETHBPREGS): Likewise.
11669 (ELF_NGREG): Use new struct user_regs_struct.
11670 (elf_fpregset_t): Use new struct user_fpsimd_struct.
11671
af121e37
AZ
116722014-05-19 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
11673
11674 * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypof.c: Moved ...
11675 * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c: ... here.
11676
834caf06
JM
116772014-05-17 Jose E. Marchesi <jose.marchesi@oracle.com>
11678
11679 [BZ #16958]
11680 * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Add missing
11681 membar to avoid block loads/stores to overlap previous stores.
11682
e184a918
RH
116832014-05-17 Richard Henderson <rth@redhat.com>
11684
11685 * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h (PSEUDO):
11686 Create the __##syscall_name##_nocancel entry point.
11687 * sysdeps/unix/sysv/linux/alpha/sigsuspend.S (__sigsuspend_nocancel):
11688 Remove; let the sysdep-cancel.h code create it.
11689
f56c7a6a
DM
116902014-05-17 David S. Miller <davem@davemloft.net>
11691
11692 * sysdeps/unix/sysv/linux/sparc/bits/termios.h (PAGEOUT, WRAP):
11693 Protect with __USE_GNU.
11694 (TIOCSET_TEMPT): Likewise.
11695 (TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
11696 TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI): Remove as
11697 these are already provided in bits/ioctl-types.h
11698
f75616b2
RM
116992014-05-16 Roland McGrath <roland@hack.frob.com>
11700
3edeca86
RM
11701 * sysdeps/unix/sysv/linux/alpha/arch-fork.h: New file.
11702 * sysdeps/unix/sysv/linux/ia64/nptl/fork.c: File removed.
11703
f75616b2
RM
11704 * sysdeps/unix/sysv/linux/not-cancel.h (waitpid_not_cancel):
11705 Use wait4 regardless of [__NR_waitpid].
11706
deb0f7f6
MR
117072014-05-16 Maciej W. Rozycki <macro@codesourcery.com>
11708
11709 PR libgcc/60166
11710 * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
11711 (_FP_NANSIGN_Q): Set the quiet bit.
11712
79520f4b
JM
117132014-05-16 Joseph Myers <joseph@codesourcery.com>
11714
11715 * benchtests/Makefile
11716 ($(addprefix $(objpfx)bench-,$(bench-math))): Depend on $(libm),
11717 not $(common-objpfx)math/libm.so.
11718 ($(addprefix $(objpfx)bench-,$(bench-pthread))): Depend on
11719 $(shared-thread-library), not $(common-objpfx)nptl/libpthread.so.
11720 * elf/Makefile ($(objpfx)noload): Depend on $(libdl), not
11721 $(common-objpfx)dlfcn/libdl.so.
11722 ($(objpfx)tst-audit8): Depend on $(libm), not
11723 $(common-objpfx)math/libm.so.
11724 * malloc/Makefile ($(objpfx)libmemusage.so): Depend on $(libdl),
11725 not $(common-objpfx)dlfcn/libdl.so.
11726 * math/Makefile
11727 ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
11728 Depend on $(libm), not $(objpfx)libm.so. Do not condition on
11729 [$(build-shared) = yes].
11730 ($(objpfx)test-fenv-tls): Depend on $(shared-thread-library), not
11731 $(common-objpfx)nptl/libpthread.so.
11732 * misc/Makefile ($(objpfx)tst-tsearch): Depend on $(libm), not
11733 $(common-objpfx)math/libm.so$(libm.so-version) or
11734 $(common-objpfx)math/libm.a depending on [$(build-shared) = yes].
11735 * nptl/Makefile ($(objpfx)tst-unload): Depend on $(libdl), not
11736 $(common-objpfx)dlfcn/libdl.so.
11737 * setjmp/Makefile (link-libm): Remove variable.
11738 ($(objpfx)tst-setjmp-fp): Depend on $(libm), not $(link-libm).
11739 * stdio-common/Makefile (link-libm): Remove variable.
11740 ($(objpfx)tst-printf-round): Depend on $(libm), not $(link-libm).
11741 * stdlib/Makefile (link-libm): Remove variable.
11742 ($(objpfx)bug-getcontext): Depend on $(libm), not $(link-libm).
11743 ($(objpfx)tst-strtod-round): Likewise.
11744 ($(objpfx)tst-tininess): Likewise.
11745 ($(objpfx)tst-strtod-underflow): Likewise.
11746 ($(objpfx)tst-strtod6): Likewise.
11747 ($(objpfx)tst-tls-atexit): Depend on $(shared-thread-library) and
11748 $(libdl), not $(common-objpfx)nptl/libpthread.so and
11749 $(common-objpfx)dlfcn/libdl.so.
11750
026b0fe4
AZ
117512014-05-16 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
11752
11753 * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_MISC]: Guard
11754 BSD terminal modes definitions.
11755
def4bcb2
RM
117562014-05-16 Roland McGrath <roland@hack.frob.com>
11757
fe39b021
RM
11758 * sysdeps/unix/sysv/linux/arm/arch-fork.h: New file.
11759 * sysdeps/unix/sysv/linux/arm/fork.c: File removed.
11760
1d1fc46e 11761 * sysdeps/unix/sysv/linux/arch-fork.h: New file.
def4bcb2
RM
11762 * sysdeps/unix/sysv/linux/i386/fork.h: Moved ...
11763 * sysdeps/unix/sysv/linux/i386/arch-fork.h: ... here.
11764 Don't do #include_next.
11765 * sysdeps/unix/sysv/linux/x86_64/fork.h: Moved ...
11766 * sysdeps/unix/sysv/linux/x86_64/arch-fork.h: ... here.
11767 Don't do #include_next.
11768 * sysdeps/unix/sysv/linux/mips/arch-fork.h: New file.
11769 * sysdeps/unix/sysv/linux/mips/fork.h: File removed.
11770 * sysdeps/unix/sysv/linux/powerpc/arch-fork.h: New file.
11771 * sysdeps/unix/sysv/linux/powerpc/fork.h: File removed.
11772
c72399fb
AM
117732014-05-16 Allan McRae <allan@archlinux.org>
11774
d51d659d
AM
11775 * po/sv.po: Update Swedish translation from translation project.
11776
c72399fb
AM
11777 * timezone/Makefile ($(objpfx)tzselect): Use correct variable
11778 in sed expression.
11779
d0583c40
AJ
117802014-05-16 Aurelien Jarno <aurelien@aurel32.net>
11781
11782 [BZ #16917]
11783 * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal): Return
11784 errno if the TIOCGPTN ioctl fails with an error different than
11785 EINVAL.
11786 * login/tst-ptsname.c: New file.
11787 * login/Makefile (tests): Add tst-ptsname.
11788
d16e6ec7
AJ
11789 [BZ #16943]
11790 * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Declare prlimit
11791 and prlimit64.
11792
cf26a0cb
SP
117932014-05-15 Siddhesh Poyarekar <siddhesh@redhat.com>
11794
11795 [BZ #16849]
11796 * sysdeps/posix/getaddrinfo.c (gaih_inet): Only check for
11797 herrno to return EAI_AGAIN.
11798
5675da1e
RM
117992014-05-14 Roland McGrath <roland@hack.frob.com>
11800
a5d87b3d
RM
11801 * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: Moved ...
11802 * sysdeps/unix/sysv/linux/i386/c++-types.data: ... here.
11803 * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: Moved ...
11804 * sysdeps/unix/sysv/linux/i386/ld.abilist: ... here.
11805 * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: Moved ...
11806 * sysdeps/unix/sysv/linux/i386/libBrokenLocale.abilist: ... here.
11807 * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: Moved ...
11808 * sysdeps/unix/sysv/linux/i386/libanl.abilist: ... here.
11809 * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Moved ...
11810 * sysdeps/unix/sysv/linux/i386/libc.abilist: ... here.
11811 * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: Moved ...
11812 * sysdeps/unix/sysv/linux/i386/libcrypt.abilist: ... here.
11813 * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: Moved ...
11814 * sysdeps/unix/sysv/linux/i386/libdl.abilist: ... here.
11815 * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: Moved ...
11816 * sysdeps/unix/sysv/linux/i386/libm.abilist: ... here.
11817 * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: Moved ...
11818 * sysdeps/unix/sysv/linux/i386/libnsl.abilist: ... here.
11819 * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Moved ...
11820 * sysdeps/unix/sysv/linux/i386/libpthread.abilist: ... here.
11821 * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: Moved ...
11822 * sysdeps/unix/sysv/linux/i386/libresolv.abilist: ... here.
11823 * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: Moved ...
11824 * sysdeps/unix/sysv/linux/i386/librt.abilist: ... here.
11825 * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: Moved ...
11826 * sysdeps/unix/sysv/linux/i386/libthread_db.abilist: ... here.
11827 * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: Moved ...
11828 * sysdeps/unix/sysv/linux/i386/libutil.abilist: ... here.
11829 * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: Moved ...
11830 * sysdeps/unix/sysv/linux/i386/localplt.data: ... here.
11831 * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: Moved ...
11832 * sysdeps/unix/sysv/linux/x86_64/64/c++-types.data: ... here.
11833 * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Moved ...
11834 * sysdeps/unix/sysv/linux/x86_64/64/ld.abilist: ... here.
11835 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
11836 Moved ...
11837 * sysdeps/unix/sysv/linux/x86_64/64/libBrokenLocale.abilist: ... here.
11838 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Moved ...
11839 * sysdeps/unix/sysv/linux/x86_64/64/libanl.abilist: ... here.
11840 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Moved ...
11841 * sysdeps/unix/sysv/linux/x86_64/64/libc.abilist: ... here.
11842 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Moved ...
11843 * sysdeps/unix/sysv/linux/x86_64/64/libcrypt.abilist: ... here.
11844 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Moved ...
11845 * sysdeps/unix/sysv/linux/x86_64/64/libdl.abilist: ... here.
11846 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Moved ...
11847 * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: ... here.
11848 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Moved ...
11849 * sysdeps/unix/sysv/linux/x86_64/64/libnsl.abilist: ... here.
11850 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist: Moved ...
11851 * sysdeps/unix/sysv/linux/x86_64/64/libpthread.abilist: ... here.
11852 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist: Moved ...
11853 * sysdeps/unix/sysv/linux/x86_64/64/libresolv.abilist: ... here.
11854 * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Moved ...
11855 * sysdeps/unix/sysv/linux/x86_64/64/librt.abilist: ... here.
11856 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist: Moved ...
11857 * sysdeps/unix/sysv/linux/x86_64/64/libthread_db.abilist: ... here.
11858 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Moved ...
11859 * sysdeps/unix/sysv/linux/x86_64/64/libutil.abilist: ... here.
11860 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data: Moved ...
11861 * sysdeps/unix/sysv/linux/x86_64/x32/c++-types.data: ... here.
11862 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: Moved ...
11863 * sysdeps/unix/sysv/linux/x86_64/x32/ld.abilist: ... here.
11864 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
11865 Moved ...
11866 * sysdeps/unix/sysv/linux/x86_64/x32/libBrokenLocale.abilist: ... here.
11867 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist: Moved ...
11868 * sysdeps/unix/sysv/linux/x86_64/x32/libanl.abilist: ... here.
11869 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Moved ...
11870 * sysdeps/unix/sysv/linux/x86_64/x32/libc.abilist: ... here.
11871 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist: Moved ...
11872 * sysdeps/unix/sysv/linux/x86_64/x32/libcrypt.abilist: ... here.
11873 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist: Moved ...
11874 * sysdeps/unix/sysv/linux/x86_64/x32/libdl.abilist: ... here.
11875 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist: Moved ...
11876 * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: ... here.
11877 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist: Moved ...
11878 * sysdeps/unix/sysv/linux/x86_64/x32/libnsl.abilist: ... here.
11879 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist: Moved ...
11880 * sysdeps/unix/sysv/linux/x86_64/x32/libpthread.abilist: ... here.
11881 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist: Moved ...
11882 * sysdeps/unix/sysv/linux/x86_64/x32/libresolv.abilist: ... here.
11883 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist: Moved ...
11884 * sysdeps/unix/sysv/linux/x86_64/x32/librt.abilist: ... here.
11885 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
11886 Moved ...
11887 * sysdeps/unix/sysv/linux/x86_64/x32/libthread_db.abilist: ... here.
11888 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist: Moved ...
11889 * sysdeps/unix/sysv/linux/x86_64/x32/libutil.abilist: ... here.
11890
039890a6
RM
11891 * nptl/sysdeps/unix/sysv/linux/x86/Makefile: File removed.
11892 * sysdeps/unix/sysv/linux/x86/Makefile [$(subdir) = nptl]
11893 (libpthread-sysdep_routines): Add elision-related stuff here instead.
11894 * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.c: Moved ...
11895 * sysdeps/unix/sysv/linux/x86/elision-conf.c: ... here.
11896 * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.h: Moved ...
11897 * sysdeps/unix/sysv/linux/x86/elision-conf.h: ... here.
11898 * nptl/sysdeps/unix/sysv/linux/x86/elision-lock.c: Moved ...
11899 * sysdeps/unix/sysv/linux/x86/elision-lock.c: ... here.
11900 * nptl/sysdeps/unix/sysv/linux/x86/elision-timed.c: Moved ...
11901 * sysdeps/unix/sysv/linux/x86/elision-timed.c: ... here.
11902 * nptl/sysdeps/unix/sysv/linux/x86/elision-trylock.c: Moved ...
11903 * sysdeps/unix/sysv/linux/x86/elision-trylock.c: ... here.
11904 * nptl/sysdeps/unix/sysv/linux/x86/elision-unlock.c: Moved ...
11905 * sysdeps/unix/sysv/linux/x86/elision-unlock.c: ... here.
11906 * nptl/sysdeps/unix/sysv/linux/x86/force-elision.h: Moved ...
11907 * sysdeps/unix/sysv/linux/x86/force-elision.h: ... here.
11908 * nptl/sysdeps/unix/sysv/linux/x86/hle.h: Moved ...
11909 * sysdeps/unix/sysv/linux/x86/hle.h: ... here.
11910 * nptl/sysdeps/unix/sysv/linux/x86/init-arch.c: Moved ...
11911 * sysdeps/unix/sysv/linux/x86/init-arch.c: ... here.
11912 * nptl/sysdeps/unix/sysv/linux/x86/init-arch.h: Moved ...
11913 * sysdeps/unix/sysv/linux/x86/init-arch.h: ... here.
11914 * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Moved ...
11915 * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: ... here.
11916 * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: Moved ...
11917 * sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: ... here.
11918 * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: Moved ...
11919 * sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: ... here.
11920 * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: Moved ...
11921 * sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: ... here.
11922
65c89320
RM
11923 * sysdeps/unix/sysv/linux/mips/fork.h: New file.
11924 * sysdeps/unix/sysv/linux/mips/nptl/fork.c: File removed.
11925
348f8e8c
RM
11926 * nptl/sysdeps/unix/sysv/linux/i386/Implies: File removed.
11927 * nptl/sysdeps/unix/sysv/linux/i386/i786/Implies: Moved ...
11928 * sysdeps/unix/sysv/linux/i386/i786/Implies: ... here.
11929 * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: Moved ...
11930 * sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: ... here.
11931 * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S:
11932 Moved ...
11933 * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: ... here.
11934 * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S:
11935 Moved ...
11936 * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S: ... here.
11937 * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S:
11938 Moved ...
11939 * sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S: ... here.
11940 * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S:
11941 Moved ...
11942 * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: ... here.
11943 * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: Moved ...
11944 * sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: ... here.
11945 * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S:
11946 Moved ...
11947 * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S: ... here.
11948 * nptl/sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: Moved ...
11949 * sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: ... here.
11950 * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: Moved ...
11951 * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: ... here.
11952 * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: Moved ...
11953 * sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: ... here.
11954 * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S:
11955 Moved ...
11956 * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S: ... here.
11957 * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
11958 Moved ...
11959 * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
11960 ... here.
11961 * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: Moved ...
11962 * sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: ... here.
11963 * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_post.S: Moved ...
11964 * sysdeps/unix/sysv/linux/i386/i586/sem_post.S: ... here.
11965 * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
11966 Moved ...
11967 * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
11968 ... here.
11969 * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S:
11970 Moved ...
11971 * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: ... here.
11972 * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: Moved ...
11973 * sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: ... here.
11974 * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: Moved ...
11975 * sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: ... here.
11976 * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S:
11977 Moved ...
11978 * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: ... here.
11979 * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S:
11980 Moved ...
11981 * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S: ... here.
11982 * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S:
11983 Moved ...
11984 * sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S: ... here.
11985 * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S:
11986 Moved ...
11987 * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: ... here.
11988 * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: Moved ...
11989 * sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: ... here.
11990 * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S:
11991 Moved ...
11992 * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S: ... here.
11993 * nptl/sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: Moved ...
11994 * sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: ... here.
11995 * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: Moved ...
11996 * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: ... here.
11997 * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: Moved ...
11998 * sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: ... here.
11999 * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S:
12000 Moved ...
12001 * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S: ... here.
12002 * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
12003 Moved ...
12004 * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
12005 ... here.
12006 * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: Moved ...
12007 * sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: ... here.
12008 * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_post.S: Moved ...
12009 * sysdeps/unix/sysv/linux/i386/i486/sem_post.S: ... here.
12010 * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
12011 Moved ...
12012 * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
12013 ... here.
12014 * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S:
12015 Moved ...
12016 * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: ... here.
12017 * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Moved ...
12018 * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: ... here.
12019 * nptl/sysdeps/unix/sysv/linux/i386/dl-sysdep.h: Moved ...
12020 * sysdeps/unix/sysv/linux/i386/dl-sysdep.h: ... here.
12021 * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h: Moved ...
12022 * sysdeps/unix/sysv/linux/i386/lowlevellock.h: ... here.
12023 * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: Moved ...
12024 * sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: ... here.
12025 * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S:
12026 Moved ...
12027 * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: ... here.
12028 * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S:
12029 Moved ...
12030 * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S: ... here.
12031 * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S:
12032 Moved ...
12033 * sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S: ... here.
12034 * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S:
12035 Moved ...
12036 * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: ... here.
12037 * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: Moved ...
12038 * sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: ... here.
12039 * nptl/sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: Moved ...
12040 * sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: ... here.
12041 * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S:
12042 Moved ...
12043 * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S: ... here.
12044 * nptl/sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: Moved ...
12045 * sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: ... here.
12046 * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: Moved ...
12047 * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: ... here.
12048 * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: Moved ...
12049 * sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: ... here.
12050 * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S:
12051 Moved ...
12052 * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S: ... here.
12053 * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
12054 Moved ...
12055 * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
12056 ... here.
12057 * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: Moved ...
12058 * sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: ... here.
12059 * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_post.S: Moved ...
12060 * sysdeps/unix/sysv/linux/i386/i686/sem_post.S: ... here.
12061 * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
12062 Moved ...
12063 * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
12064 ... here.
12065 * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S:
12066 Moved ...
12067 * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: ... here.
12068 * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: Moved ...
12069 * sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: ... here.
12070 * nptl/sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Moved ...
12071 * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: ... here.
12072 * nptl/sysdeps/unix/sysv/linux/i386/smp.h: Moved ...
12073 * sysdeps/unix/sysv/linux/i386/smp.h: ... here.
12074 * nptl/sysdeps/unix/sysv/linux/i386/pthread_once.S: Moved ...
12075 * sysdeps/unix/sysv/linux/i386/pthread_once.S: ... here.
12076 * nptl/sysdeps/unix/sysv/linux/i386/createthread.c: Moved ...
12077 * sysdeps/unix/sysv/linux/i386/createthread.c: ... here.
12078
5085af05
RM
12079 * sysdeps/unix/sysv/linux/powerpc/fork.h: New file.
12080 * nptl/sysdeps/unix/sysv/linux/powerpc/fork.c: File removed.
12081
708f0813
RM
12082 * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_init.c: File removed.
12083 * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_unlock.S: File removed.
12084
c96067bc
RM
12085 * nptl/sysdeps/unix/sysv/linux/x86_64/Implies: File removed.
12086 * nptl/sysdeps/unix/sysv/linux/x86_64/cancellation.S: Moved ...
12087 * sysdeps/unix/sysv/linux/x86_64/cancellation.S: ... here.
12088 * nptl/sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: Moved ...
12089 * sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: ... here.
12090 * nptl/sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: Moved ...
12091 * sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: ... here.
12092 * nptl/sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: Moved ...
12093 * sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: ... here.
12094 * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Moved ...
12095 * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: ... here.
12096 * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Moved ...
12097 * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: ... here.
12098 * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: Moved ...
12099 * sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: ... here.
12100 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: Moved ...
12101 * sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: ... here.
12102 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S:
12103 Moved ...
12104 * sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S: ... here.
12105 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: Moved ...
12106 * sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: ... here.
12107 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:
12108 Moved ...
12109 * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: ... here.
12110 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: Moved ...
12111 * sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: ... here.
12112 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Moved ...
12113 * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: ... here.
12114 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: Moved ...
12115 * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: ... here.
12116 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S:
12117 Moved ...
12118 * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: ... here.
12119 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S:
12120 Moved ...
12121 * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: ... here.
12122 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: Moved ...
12123 * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: ... here.
12124 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: Moved ...
12125 * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: ... here.
12126 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: Moved ...
12127 * sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: ... here.
12128 * nptl/sysdeps/unix/sysv/linux/x86_64/sem_post.S: Moved ...
12129 * sysdeps/unix/sysv/linux/x86_64/sem_post.S: ... here.
12130 * nptl/sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: Moved ...
12131 * sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: ... here.
12132 * nptl/sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: Moved ...
12133 * sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: ... here.
12134 * nptl/sysdeps/unix/sysv/linux/x86_64/sem_wait.S: Moved ...
12135 * sysdeps/unix/sysv/linux/x86_64/sem_wait.S: ... here.
12136 * nptl/sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Moved ...
12137 * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: ... here.
12138
ec136444
RM
12139 * nptl/sysdeps/unix/sysv/linux/fork.c: Use <> for fork.h #include.
12140 * nptl/sysdeps/unix/sysv/linux/x86_64/fork.c: File removed.
12141 * sysdeps/unix/sysv/linux/x86_64/fork.h: New file.
12142 * nptl/sysdeps/unix/sysv/linux/i386/fork.c: File removed.
12143 * sysdeps/unix/sysv/linux/i386/fork.h: New file.
12144
2fbdf533
RM
12145 * nptl/sysdeps/unix/sysv/linux/i386/not-cancel.h: Moved ...
12146 * sysdeps/unix/sysv/linux/not-cancel.h: ... here.
12147 * nptl/sysdeps/unix/sysv/linux/sparc/not-cancel.h: File removed.
12148 * nptl/sysdeps/unix/sysv/linux/sh/not-cancel.h: File removed.
12149 * nptl/sysdeps/unix/sysv/linux/powerpc/not-cancel.h: File removed.
12150 * nptl/sysdeps/unix/sysv/linux/x86_64/not-cancel.h: File removed.
12151 * nptl/sysdeps/unix/sysv/linux/s390/not-cancel.h: File removed.
12152 * sysdeps/unix/sysv/linux/generic/not-cancel.h: File removed.
12153 * sysdeps/unix/sysv/linux/generic/nptl/not-cancel.h: File removed.
12154 * sysdeps/unix/sysv/linux/m68k/nptl/not-cancel.h: File removed.
12155
4c68138b
RM
12156 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_init.c: File removed.
12157 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_unlock.S: Likewise.
12158
4eaae765
RM
12159 * nptl/sysdeps/unix/sysv/linux/x86_64/compat-timer.h: Moved ...
12160 * sysdeps/unix/sysv/linux/x86_64/compat-timer.h: ... here.
3a51fb60
RM
12161 * nptl/sysdeps/unix/sysv/linux/x86_64/Versions: Remove, merge into ...
12162 * sysdeps/unix/sysv/linux/x86_64/Versions: ... here.
12163 * nptl/sysdeps/unix/sysv/linux/x86_64/timer_create.c: Moved ...
12164 * sysdeps/unix/sysv/linux/x86_64/timer_create.c: here.
12165 * nptl/sysdeps/unix/sysv/linux/x86_64/timer_delete.c: Moved ...
12166 * sysdeps/unix/sysv/linux/x86_64/timer_delete.c: ... here
12167 * nptl/sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: Moved ...
12168 * sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: ... here
12169 * nptl/sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: Moved ...
12170 * sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: ... here
12171 * nptl/sysdeps/unix/sysv/linux/x86_64/timer_settime.c: Moved ...
12172 * sysdeps/unix/sysv/linux/x86_64/timer_settime.c: ... here
12173 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c:
12174 Update #include.
12175 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c:
12176 Likewise.
12177 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
12178 Likewise.
12179 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
12180 Likewise.
12181 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
12182 Likewise.
12183 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c:
12184 Likewise.
12185 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c:
12186 Likewise.
12187 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
12188 Likewise.
12189 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c:
12190 Likewise.
12191 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c:
12192 Likewise.
4ef6befa
RM
12193 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Likewise.
12194 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Likewise.
12195 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Likewise.
12196 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Likewise.
12197 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Likewise.
5aa618fb
RM
12198 * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Likewise.
12199 * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Likewise.
12200 * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Likewise.
12201 * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Likewise.
12202 * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Likewise.
12203 * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Likewise.
12204 * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Likewise.
12205 * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Likewise.
12206 * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c: Likewise.
12207 * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c: Likewise.
3a51fb60 12208
941d7dfd
RM
12209 * sysdeps/unix/sysv/linux/x86_64/clone.S: Deconditionalize the code
12210 that was previously under [RESET_PID].
12211 * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
12212 * nptl/sysdeps/unix/sysv/linux/x86_64/clone.S: File removed.
12213 * nptl/sysdeps/unix/sysv/linux/i386/clone.S: File removed.
12214
1b731c35
RM
12215 * sysdeps/i386/nptl/Implies: New file.
12216 * sysdeps/x86_64/nptl/Implies: New file.
12217 * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h: Moved ...
12218 * sysdeps/x86/nptl/bits/pthreadtypes.h: ... here.
12219 * nptl/sysdeps/unix/sysv/linux/x86/bits/semaphore.h: Moved ...
12220 * sysdeps/x86/nptl/bits/semaphore.h: ... here.
12221
e2787137
RM
12222 * sysdeps/unix/sysv/linux/i386/vfork.S: Include <tcb-offsets.h>.
12223 (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
12224 (__libc_vfork): New strong alias.
12225 * nptl/sysdeps/unix/sysv/linux/i386/vfork.S: File removed.
12226 * nptl/sysdeps/unix/sysv/linux/i386/pt-vfork.S: File removed.
12227
12228 * sysdeps/unix/sysv/linux/x86_64/vfork.S: Include <tcb-offsets.h>.
12229 (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
12230 (__libc_vfork): New strong alias.
12231 * nptl/sysdeps/unix/sysv/linux/x86_64/vfork.S: File removed.
12232 * nptl/sysdeps/unix/sysv/linux/x86_64/pt-vfork.S: File removed.
12233
5675da1e
RM
12234 * sysdeps/unix/sysv/linux/arm/vfork.S: Include <tcb-offsets.h>.
12235 (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
12236 (__libc_vfork): New strong alias.
12237 * sysdeps/unix/sysv/linux/arm/nptl/vfork.S: File removed.
12238 * sysdeps/unix/sysv/linux/arm/nptl/pt-vfork.S: File removed.
12239 * nptl/pt-vfork.c: New file.
12240 * nptl/Versions (libc: GLIBC_PRIVATE): Add __libc_vfork.
12241 (libpthread: GLIBC_2.20): New version set (empty).
12242
4f02e2b8
WN
122432014-05-14 Will Newton <will.newton@linaro.org>
12244
12245 * stdlib/gmp-impl.h: Test USE_STACK_ALLOC #ifdef
12246 rather than #if.
12247
0bf061d3
JM
122482014-05-14 Joseph Myers <joseph@codesourcery.com>
12249
1a84c3d6
JM
12250 [BZ #16564]
12251 * sysdeps/i386/fpu/s_log1pl.S (__log1pl): Do not add 1 to positive
12252 arguments with exponent 65 or above.
12253 * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): Do not add 1 to
12254 arguments 0x1p113L or above.
12255 * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Do not add 1
12256 to arguments 0x1p107L or above.
12257 * sysdeps/x86_64/fpu/s_log1pl.S (__log1pl): Do not add 1 to
12258 positive arguments with exponent 65 or above.
12259 * math/auto-libm-test-in: Add more tests of log1p.
12260 * math/auto-libm-test-out: Regenerated.
12261
01dbacd2
JM
12262 [BZ #16928]
12263 * math/s_cacos.c (__cacos): Ensure zero real part of result from
12264 non-finite arguments is +0.
12265 * math/s_cacosf.c (__cacosf): Likewise.
12266 * math/s_cacosl.c (__cacosl): Likewise.
12267 * math/libm-test.inc (cacos_test): Use ALL_RM_TEST.
12268 * sysdeps/i386/fpu/libm-test-ulps: Update.
12269 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12270
913d03c8
JM
12271 [BZ #16927]
12272 * sysdeps/i386/fpu/e_acosh.S (__ieee754_acosh): Use fabs on x-1
12273 value.
12274 * sysdeps/i386/fpu/e_acoshf.S (__ieee754_acoshf): Likewise.
12275 * sysdeps/i386/fpu/e_acoshl.S (__ieee754_acoshl): Likewise.
12276 * sysdeps/ieee754/ldbl-96/e_acoshl.c (__ieee754_acoshl): Correct
12277 for explicit high bit of mantissa when testing for argument equal
12278 to 1.
12279 * math/libm-test.inc (acosh_test): Use ALL_RM_TEST.
12280 * sysdeps/i386/fpu/libm-test-ulps: Update.
12281 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12282
0bf061d3
JM
12283 [BZ #16516]
12284 * sysdeps/ieee754/dbl-64/s_erf.c (efx8): Remove variable.
12285 (__erf): Scale by 16 instead of 8 in potentially underflowing
12286 case. Ensure exception if result actually underflows.
12287 * sysdeps/ieee754/flt-32/s_erff.c (efx8): Remove variable.
12288 (__erff): Scale by 16 instead of 8 in potentially underflowing
12289 case. Ensure exception if result actually underflows.
12290 * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <float.h>.
12291 (efx8): Remove variable.
12292 (__erfl): Scale by 16 instead of 8 in potentially underflowing
12293 case. Ensure exception if result actually underflows.
12294 * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <float.h>.
12295 (efx8): Remove variable.
12296 (__erfl): Scale by 16 instead of 8 in potentially underflowing
12297 case. Ensure exception if result actually underflows.
12298 * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <float.h>.
12299 (efx8): Remove variable.
12300 (__erfl): Scale by 16 instead of 8 in potentially underflowing
12301 case. Ensure exception if result actually underflows.
12302 * math/auto-libm-test-in: Add more tests of erf.
12303 * math/auto-libm-test-out: Regenerated.
12304
73ba67cb
AS
123052014-05-14 Andreas Schwab <schwab@suse.de>
12306
3d8c8bff
AS
12307 * elf/rtld.c (_dl_start_final, _dl_start, init_tls, dl_main):
12308 Remove code conditionalized on USE___THREAD.
12309
73ba67cb
AS
12310 * config.h.in (HAVE_PT_CHOWN): Define as 0.
12311 * sysdeps/unix/grantpt.c (grantpt): Check HAVE_PT_CHOWN for value,
12312 not definedness.
12313
5c521ecd
JM
123142014-05-14 Joseph Myers <joseph@codesourcery.com>
12315
5e7698c6
JM
12316 * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMES):
12317 Define unconditionally.
12318 (__ASSUME_O_CLOEXEC): Likewise.
12319 (__ASSUME_SOCK_CLOEXEC): Likewise.
12320 (__ASSUME_IN_NONBLOCK): Likewise.
12321 (__ASSUME_PIPE2): Likewise.
12322 (__ASSUME_EVENTFD2): Likewise.
12323 (__ASSUME_SIGNALFD4): Likewise.
12324 (__ASSUME_DUP3): Likewise.
12325 * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
12326 (__ASSUME_DUP3): Do not define.
12327 (__ASSUME_EVENTFD2): Likewise.
12328 (__ASSUME_IN_NONBLOCK): Likewise.
12329 (__ASSUME_O_CLOEXEC): Likewise.
12330 (__ASSUME_PIPE2): Likewise.
12331 (__ASSUME_SIGNALFD4): Likewise.
12332 (__ASSUME_SOCK_CLOEXEC): Likewise.
12333 (__ASSUME_UTIMES): Undefine.
12334 * sysdeps/unix/sysv/linux/alpha/kernel-features.h
12335 (__ASSUME_UTIMES): Do not define.
12336 (__ASSUME_O_CLOEXEC): Likewise.
12337 (__ASSUME_SOCK_CLOEXEC): Likewise.
12338 (__ASSUME_IN_NONBLOCK): Undefine if [__LINUX_KERNEL_VERSION <
12339 0x020621] instead of defining if [__LINUX_KERNEL_VERSION >=
12340 0x020621].
12341 (__ASSUME_PIPE2): Likewise.
12342 (__ASSUME_EVENTFD2): Likewise.
12343 (__ASSUME_SIGNALFD4): Likewise.
12344 [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_DUP3): Undefine.
12345 * sysdeps/unix/sysv/linux/arm/kernel-features.h (__ASSUME_UTIMES):
12346 Do not define.
12347 (__ASSUME_EVENTFD2): Likewise.
12348 (__ASSUME_SIGNALFD4): Likewise.
12349 * sysdeps/unix/sysv/linux/hppa/kernel-features.h
12350 (__ASSUME_32BITUIDS): Likewise.
12351 (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
12352 (__ASSUME_IPC64): Likewise.
12353 (__ASSUME_ST_INO_64_BIT): Likewise.
12354 (__ASSUME_GETDENTS64_SYSCALL): Likewise.
12355 [__LINUX_KERNEL_VERSION < 0x030e00] (__ASSUME_UTIMES): Undefine.
12356 * sysdeps/unix/sysv/linux/ia64/kernel-features.h
12357 (__ASSUME_UTIMES): Do not define.
12358 (__ASSUME_PSELECT): Likewise.
12359 (__ASSUME_PPOLL): Likewise.
12360 (__ASSUME_O_CLOEXEC): Likewise.
12361 (__ASSUME_SOCK_CLOEXEC): Likewise.
12362 (__ASSUME_IN_NONBLOCK): Likewise.
12363 (__ASSUME_PIPE2): Likewise.
12364 (__ASSUME_EVENTFD2): Likewise.
12365 (__ASSUME_SIGNALFD4): Likewise.
12366 (__ASSUME_DUP3): Likewise.
12367 * sysdeps/unix/sysv/linux/m68k/kernel-features.h
12368 (__ASSUME_UTIMES): Likewise.
12369 (__ASSUME_O_CLOEXEC): Likewise.
12370 (__ASSUME_SOCK_CLOEXEC): Likewise.
12371 (__ASSUME_IN_NONBLOCK): Likewise.
12372 (__ASSUME_PIPE2): Likewise.
12373 (__ASSUME_EVENTFD2): Likewise.
12374 (__ASSUME_SIGNALFD4): Likewise.
12375 (__ASSUME_DUP3): Likewise.
12376 * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
12377 (__ASSUME_UTIMES): Likewise.
12378 (__ASSUME_O_CLOEXEC): Likewise.
12379 (__ASSUME_SOCK_CLOEXEC): Likewise.
12380 (__ASSUME_IN_NONBLOCK): Likewise.
12381 (__ASSUME_PIPE2): Likewise.
12382 (__ASSUME_EVENTFD2): Likewise.
12383 (__ASSUME_SIGNALFD4): Likewise.
12384 (__ASSUME_DUP3): Likewise.
12385 * sysdeps/unix/sysv/linux/mips/kernel-features.h (__ASSUME_IPC64):
12386 Likewise.
12387 (__ASSUME_UTIMES): Likewise.
12388 (__ASSUME_EVENTFD2): Likewise.
12389 (__ASSUME_SIGNALFD4): Likewise.
12390 * sysdeps/unix/sysv/linux/tile/kernel-features.h
12391 (__ASSUME_O_CLOEXEC): Likewise.
12392 (__ASSUME_SOCK_CLOEXEC): Likewise.
12393 (__ASSUME_IN_NONBLOCK): Likewise.
12394 (__ASSUME_PIPE2): Likewise.
12395 (__ASSUME_EVENTFD2): Likewise.
12396 (__ASSUME_SIGNALFD4): Likewise.
12397 (__ASSUME_DUP3): Likewise.
12398 (__ASSUME_UTIMES): Undefine.
12399
5c521ecd
JM
12400 * sysdeps/arm/fclrexcpt.c (__feclearexcept): Rename to
12401 feclearexcept. Remove symbol versioning code.
12402 * sysdeps/arm/fegetenv.c (__fegetenv): Rename to fegetenv. Remove
12403 symbol versioning code.
12404 * sysdeps/arm/fesetenv.c (__fesetenv): Rename to fesetenv. Remove
12405 symbol versioning code.
12406 * sysdeps/arm/feupdateenv.c (__feupdateenv): Rename to
12407 feupdateenv. Remove symbol versioning code.
12408 * sysdeps/arm/fgetexcptflg.c (__fegetexceptflag): Rename to
12409 fegetexceptflag. Remove symbol versioning code.
12410 * sysdeps/arm/fsetexcptflg.c (__fesetexceptflag): Rename to
12411 fesetexceptflag. Remove symbol versioning code.
12412 * sysdeps/unix/sysv/linux/arm/Versions (libc): Remove GLIBC_2.0,
12413 GLIBC_2.2 and GLIBC_2.3.3 entries. Change GLIBC_2.1 to GLIBC_2.4.
12414 * sysdeps/unix/sysv/linux/arm/posix_fadvise64.c
12415 (__posix_fadvise64_l32): Remove prototype.
12416 [SHLIB_COMPAT(libc, GLIBC_2_2, GLIBC_2_3_3)]: Remove conditional
12417 code.
12418
5da9dfad
RM
124192014-05-13 Roland McGrath <roland@hack.frob.com>
12420
12421 * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h: Moved ...
12422 * sysdeps/arm/nptl/bits/pthreadtypes.h: ... here.
12423 * sysdeps/unix/sysv/linux/arm/nptl/bits/semaphore.h: Moved ...
12424 * sysdeps/arm/nptl/bits/semaphore.h: ... here.
12425
893b4f37
SK
124262014-05-13 Sami Kerola <kerolasa@iki.fi>
12427
12428 * timezone/Makefile ($(objpfx)tzselect): Use zonedir instead
12429 current working directory
12430
e0db6517
RM
124312014-05-13 Roland McGrath <roland@hack.frob.com>
12432
58aa195d
RM
12433 * sysdeps/unix/sysv/linux/arm/nptl/c++-types.data: Moved ...
12434 * sysdeps/unix/sysv/linux/arm/c++-types.data: ... here.
12435 * sysdeps/unix/sysv/linux/arm/nptl/createthread.c: Moved ...
12436 * sysdeps/unix/sysv/linux/arm/createthread.c: ... here.
12437 * sysdeps/unix/sysv/linux/arm/nptl/fork.c: Moved ...
12438 * sysdeps/unix/sysv/linux/arm/fork.c: ... here.
12439 * sysdeps/unix/sysv/linux/arm/nptl/ld.abilist: Moved ...
12440 * sysdeps/unix/sysv/linux/arm/ld.abilist: ... here.
12441 * sysdeps/unix/sysv/linux/arm/nptl/libBrokenLocale.abilist: Moved ...
12442 * sysdeps/unix/sysv/linux/arm/libBrokenLocale.abilist: ... here.
12443 * sysdeps/unix/sysv/linux/arm/nptl/libanl.abilist: Moved ...
12444 * sysdeps/unix/sysv/linux/arm/libanl.abilist: ... here.
12445 * sysdeps/unix/sysv/linux/arm/nptl/libc.abilist: Moved ...
12446 * sysdeps/unix/sysv/linux/arm/libc.abilist: ... here.
12447 * sysdeps/unix/sysv/linux/arm/nptl/libcrypt.abilist: Moved ...
12448 * sysdeps/unix/sysv/linux/arm/libcrypt.abilist: ... here.
12449 * sysdeps/unix/sysv/linux/arm/nptl/libdl.abilist: Moved ...
12450 * sysdeps/unix/sysv/linux/arm/libdl.abilist: ... here.
12451 * sysdeps/unix/sysv/linux/arm/nptl/libm.abilist: Moved ...
12452 * sysdeps/unix/sysv/linux/arm/libm.abilist: ... here.
12453 * sysdeps/unix/sysv/linux/arm/nptl/libnsl.abilist: Moved ...
12454 * sysdeps/unix/sysv/linux/arm/libnsl.abilist: ... here.
12455 * sysdeps/unix/sysv/linux/arm/nptl/libpthread.abilist: Moved ...
12456 * sysdeps/unix/sysv/linux/arm/libpthread.abilist: ... here.
12457 * sysdeps/unix/sysv/linux/arm/nptl/libresolv.abilist: Moved ...
12458 * sysdeps/unix/sysv/linux/arm/libresolv.abilist: ... here.
12459 * sysdeps/unix/sysv/linux/arm/nptl/librt.abilist: Moved ...
12460 * sysdeps/unix/sysv/linux/arm/librt.abilist: ... here.
12461 * sysdeps/unix/sysv/linux/arm/nptl/libthread_db.abilist: Moved ...
12462 * sysdeps/unix/sysv/linux/arm/libthread_db.abilist: ... here.
12463 * sysdeps/unix/sysv/linux/arm/nptl/libutil.abilist: Moved ...
12464 * sysdeps/unix/sysv/linux/arm/libutil.abilist: ... here.
12465 * sysdeps/unix/sysv/linux/arm/nptl/localplt.data: Moved ...
12466 * sysdeps/unix/sysv/linux/arm/localplt.data: ... here.
12467 * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.h: Moved ...
12468 * sysdeps/unix/sysv/linux/arm/lowlevellock.h: ... here.
12469 * sysdeps/unix/sysv/linux/arm/nptl/sysdep-cancel.h: Moved ...
12470 * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: ... here.
12471 * sysdeps/unix/sysv/linux/arm/nptl/unwind-forcedunwind.c: Moved ...
12472 * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c: ... here.
12473 * sysdeps/unix/sysv/linux/arm/nptl/unwind-resume.c: Moved ...
12474 * sysdeps/unix/sysv/linux/arm/unwind-resume.c: ... here.
12475
8c6d01f0
RM
12476 * sysdeps/unix/sysv/linux/arm/Versions (libc: GLIBC_PRIVATE): New set.
12477 * sysdeps/unix/sysv/linux/arm/nptl/Versions: File removed.
12478
12479 * sysdeps/unix/sysv/linux/arm/Makefile
12480 [$(subdir) = rt] (librt-sysdep_routines, librt-shared-only-routines):
12481 Add rt-aeabi_unwind_cpp_pr1.
12482 [$(subdir) = nptl] (librt-sysdep_routines, librt-shared-only-routines):
12483 Add nptl-aeabi_unwind_cpp_pr1.
12484 [$(subdir) = nptl] (tests): Filter out tst-cleanupx4.
12485 * sysdeps/unix/sysv/linux/arm/nptl/Makefile: File removed.
12486 * sysdeps/unix/sysv/linux/arm/nptl/rt-aeabi_unwind_cpp_pr1.c: Move ...
12487 * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
12488 * sysdeps/unix/sysv/linux/arm/nptl/nptl-aeabi_unwind_cpp_pr1.c: Move ...
12489 * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
12490
12491 * sysdeps/unix/sysv/linux/arm/configure.ac: Force -fexceptions here.
12492 * sysdeps/unix/sysv/linux/arm/configure: Regenerated.
12493 * sysdeps/unix/sysv/linux/arm/nptl/configure.ac: File removed.
12494 * sysdeps/unix/sysv/linux/arm/nptl/configure: File removed.
12495
bba6da4e
RM
12496 * sysdeps/unix/sysv/linux/arm/clone.S: Include <tcb-offsets.h>.
12497 Deconditionalize the code that was previously under [RESET_PID].
12498 * sysdeps/unix/sysv/linux/arm/nptl/clone.S: File removed.
12499
e0db6517
RM
12500 * sysdeps/generic/exit-thread.h: New file.
12501 * sysdeps/unix/sysv/linux/exit-thread.h: New file.
12502 * include/unistd.h (__exit_thread): Remove declaration.
12503 * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Drop exit-thread.
12504 * sysdeps/unix/sysv/linux/exit-thread.S: File removed.
12505 * csu/libc-start.c: Include <exit-thread.h>.
12506 (LIBC_START_MAIN): Pass no argument to __exit_thread.
12507 * nptl/pthread_create.c: Include <exit-thread.h>.
12508 (start_thread): Call __exit_thread in place of __exit_thread_inline.
12509 * nptl/sysdeps/i386/pthreaddef.h (__exit_thread_inline): Macro removed.
12510 * nptl/sysdeps/powerpc/pthreaddef.h: Likewise.
12511 * nptl/sysdeps/s390/pthreaddef.h: Likewise.
12512 * nptl/sysdeps/sh/pthreaddef.h: Likewise.
12513 * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Likewise.
12514 * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Likewise.
12515 * nptl/sysdeps/x86_64/pthreaddef.h: Likewise.
12516 * sysdeps/aarch64/nptl/pthreaddef.h: Likewise.
12517 * sysdeps/alpha/nptl/pthreaddef.h: Likewise.
12518 * sysdeps/arm/nptl/pthreaddef.h: Likewise.
12519 * sysdeps/hppa/nptl/pthreaddef.h: Likewise.
12520 * sysdeps/ia64/nptl/pthreaddef.h: Likewise.
12521 * sysdeps/m68k/nptl/pthreaddef.h: Likewise.
12522 * sysdeps/microblaze/nptl/pthreaddef.h: Likewise.
12523 * sysdeps/mips/nptl/pthreaddef.h: Likewise.
12524 * sysdeps/tile/nptl/pthreaddef.h: Likewise.
12525
01eb16fd
AS
125262014-05-13 Andreas Schwab <schwab@suse.de>
12527
12528 * sysdeps/unix/grantpt.c (grantpt): Fix typo in assertion.
12529
637461d9
JM
125302014-05-12 Joseph Myers <joseph@codesourcery.com>
12531
12532 * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
12533 (__ASSUME_UTIMES): Do not condition on kernel version.
12534 (__ASSUME_PSELECT): Define unconditionally.
12535 (__ASSUME_PPOLL): Likewise.
12536 (__ASSUME_ATFCTS): Likewise.
12537 (__ASSUME_SET_ROBUST_LIST): Do not condition on kernel version.
12538 (__ASSUME_COMPLETE_READV_WRITEV): Define unconditionally.
12539 (__ASSUME_FUTEX_LOCK_PI): Do not condition on kernel version.
12540 (__ASSUME_UTIMENSAT): Define unconditionally.
12541 (__ASSUME_PRIVATE_FUTEX): Likewise.
12542 (__ASSUME_FALLOCATE): Likewise.
12543 (__ASSUME_O_CLOEXEC): Likewise.
12544 (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Remove.
12545 (__ASSUME_ARG_MAX_STACK_BASED): Likewise.
12546 (__ASSUME_ADJ_OFFSET_SS_READ): Define unconditionally.
12547 (__ASSUME_SOCK_CLOEXEC): Do not condition on kernel version.
12548 (__ASSUME_IN_NONBLOCK): Likewise.
12549 (__ASSUME_PIPE2): Likewise.
12550 (__ASSUME_EVENTFD2): Likewise.
12551 (__ASSUME_SIGNALFD4): Likewise.
12552 (__ASSUME_DUP3): Likewise.
12553 [__x86_64__ || __sparc__] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
12554 (__ASSUME_FUTEX_CLOCK_REALTIME): Define unconditionally.
12555 (__ASSUME_AT_RANDOM): Likewise.
12556 (__ASSUME_PREADV): Likewise.
12557 (__ASSUME_PWRITEV): Likewise.
12558 (__ASSUME_REQUEUE_PI): Do not condition on kernel version.
12559 (__ASSUME_F_GETOWN_EX): Define unconditionally.
12560 (__ASSUME_XFS_RESTRICTED_CHOWN): Likewise.
12561 * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
12562 [!__ASSUME_ARG_MAX_STACK_BASED]: Remove conditional code.
12563 * sysdeps/unix/sysv/linux/alpha/kernel-features.h
12564 (__ASSUME_O_CLOEXEC): Define unconditionally.
12565 (__ASSUME_PSELECT): Do not undefine conditionally.
12566 (__ASSUME_PPOLL): Likewise.
12567 (__ASSUME_ATFCTS): Likewise.
12568 (__ASSUME_SET_ROBUST_LIST): Likewise.
12569 (__ASSUME_UTIMENSAT): Likewise.
12570 (__ASSUME_FDATASYNC): Define unconditionally.
12571 * sysdeps/unix/sysv/linux/arm/kernel-features.h
12572 (__ASSUME_SIGFRAME_V2): Likewise.
12573 )__ASSUME_EVENTFD2): Likewise.
12574 (__ASSUME_SIGNALFD4): Likewise.
12575 (__ASSUME_PSELECT): Do not undefine conditionally.
12576 (__ASSUME_PPOLL): Likewise.
12577 * sysdeps/unix/sysv/linux/ia64/kernel-features.h
12578 (__ASSUME_PSELECT): Define unconditionally.
12579 (__ASSUME_PPOLL): Likewise.
12580 (__ASSUME_O_CLOEXEC): Likewise.
12581 (__ASSUME_SOCK_CLOEXEC): Likewise.
12582 (__ASSUME_IN_NONBLOCK): Likewise.
12583 (__ASSUME_PIPE2): Likewise.
12584 (__ASSUME_EVENTFD2): Likewise.
12585 (__ASSUME_SIGNALFD4): Likewise.
12586 (__ASSUME_DUP3): Likewise.
12587 * sysdeps/unix/sysv/linux/m68k/kernel-features.h
12588 (__ASSUME_O_CLOEXEC): Likewise.
12589 (__ASSUME_SOCK_CLOEXEC): Likewise.
12590 (__ASSUME_IN_NONBLOCK): Likewise.
12591 (__ASSUME_PIPE2): Likewise.
12592 (__ASSUME_EVENTFD2): Likewise.
12593 (__ASSUME_SIGNALFD4): Likewise.
12594 (__ASSUME_DUP3): Likewise.
12595 * sysdeps/unix/sysv/linux/mips/kernel-features.h
12596 (__ASSUME_EVENTFD2): Likewise.
12597 (__ASSUME_SIGNALFD4): Likewise.
12598 (__ASSUME_ACCEPT4_SYSCALL): Likewise.
12599
315eb1d8
AS
126002014-05-12 Andreas Schwab <schwab@suse.de>
12601
12602 [BZ #16932]
12603 * nis/nss_nis/nis-hosts.c (internal_gethostbyname2_r)
12604 (_nss_nis_gethostbyname4_r): Return error if item length is larger
12605 than maximum RPC packet size.
12606 * nis/nss_nis/nis-initgroups.c (initgroups_netid): Likewise.
12607 * nis/nss_nis/nis-network.c (_nss_nis_getnetbyname_r): Likewise.
12608 * nis/nss_nis/nis-service.c (_nss_nis_getservbyname_r)
12609 (_nss_nis_getservbyport_r): Likewise.
12610
91df99f7
WN
126112014-05-12 Will Newton <will.newton@linaro.org>
12612
12613 * malloc/Makefile (tests): Add tst-mallopt.
12614 * malloc/tst-mallopt.c: New file.
12615
0a982a29
RM
126162014-05-09 Roland McGrath <roland@hack.frob.com>
12617
12618 * sysdeps/arm/armv7/strcmp.S: Use sfi_breg prefix on loads not from sp.
12619 [NO_THUMB]: Cope without cbz, cnbz, and orn instructions.
12620
0ded08a5
AZ
126212014-05-09 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
12622
12623 * elf/Makefile (tst-tlsmod5.so): Add $(no-as-needed).
12624 (tst-tlsmod6.so): Likewise.
12625
55d4d550
RM
126262014-05-09 Roland McGrath <roland@hack.frob.com>
12627
12628 * sysdeps/gnu/unwind-resume.c (libgcc_s_resume): Mark as noreturn.
12629
77d08aca
JM
126302014-05-09 Joseph Myers <joseph@codesourcery.com>
12631
12632 [BZ #16064]
12633 * sysdeps/i386/fpu/fegetenv.c: Include <unistd.h>, <ldsodefs.h>
12634 and <dl-procinfo.h>.
12635 (__fegetenv): Save SSE state in envp->__eip if supported.
12636 * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Save SSE state in
12637 envp->__eip if supported.
12638 * sysdeps/i386/fpu/fesetenv.c: Include <unistd.h>, <ldsodefs.h>
12639 and <dl-procinfo.h>.
12640 (__fesetenv): Always set __eip, __cs_selector, __opcode,
12641 __data_offset and __data_selector in environment to 0. Set SSE
12642 state if supported.
12643 * sysdeps/x86/fpu/Makefile [$(subdir) = math] (tests): Add
12644 test-fenv-sse.
12645 [$(subdir) = math] (CFLAGS-test-fenv-sse.c): Add -msse2
12646 -mfpmath=sse.
12647 * sysdeps/x86/fpu/test-fenv-sse.c: New file.
12648
28162f4d
WN
126492014-05-09 Will Newton <will.newton@linaro.org>
12650
12651 * sysdeps/arm/preconfigure.ac: Set libc_commonpagesize
12652 and libc_relro_required for ARM.
12653 * sysdeps/arm/preconfigure: Regenerate.
12654
5a414ff7
DV
126552014-05-09 Dominik Vogt <vogt@linux.vnet.ibm.com>
12656 Stefan Liebler <stli@linux.vnet.ibm.com>
12657
12658 * config.make.in (enable-lock-elision): New Makefile variable.
12659 * configure.ac: Likewise.
12660 * configure: Regenerate.
12661 * sysdeps/s390/configure.ac:
12662 Add check for gcc transactions support.
12663 * sysdeps/s390/configure: Regenerate.
12664 * nptl/sysdeps/unix/sysv/linux/s390/Makefile: New file.
12665 Build elision files if enabled.
12666 * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: New file.
12667 Add lock elision support for s390.
12668 * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Likewise.
12669 * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Likewise.
12670 * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Likewise.
12671 * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Likewise.
12672 * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Likewise.
12673 * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Likewise.
12674 * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
12675 Likewise.
12676 * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c:
12677 Likewise.
12678 * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c:
12679 Likewise.
12680 * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c:
12681 Likewise.
12682 * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h:
12683 (__lll_timedlock_elision, __lll_lock_elision)
12684 (__lll_unlock_elision, __lll_trylock_elision)
12685 (lll_timedlock_elision, lll_lock_elision)
12686 (lll_unlock_elision, lll_trylock_elision): Add.
12687 * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
12688 (pthread_mutex_t): Add lock elision support for s390.
12689
1a2f40e5
W
126902014-05-14 Wilco <wdijkstr@arm.com>
12691
12692 * sysdeps/arm/fclrexcpt.c: Cleanup.
12693 * sysdeps/arm/fedisblxcpt.c: Cleanup.
12694 * sysdeps/arm/feenablxcpt.c: Cleanup.
12695 * sysdeps/arm/fegetenv.c: Cleanup.
12696 * sysdeps/arm/fegetexcept.c: Cleanup.
12697 * sysdeps/arm/fegetround.c: Cleanup.
12698 * sysdeps/arm/feholdexcpt.c: Cleanup.
12699 * sysdeps/arm/fesetenv.c: Cleanup.
12700 * sysdeps/arm/fesetround.c: Cleanup.
12701 * sysdeps/arm/feupdateenv.c: Cleanup.
12702 * sysdeps/arm/fgetexcptflg.c: Cleanup.
12703 * sysdeps/arm/fraiseexcpt.c: Cleanup.
12704 * sysdeps/arm/fsetexcptflg.c: Cleanup.
12705 * sysdeps/arm/ftestexcept.c: Cleanup.
12706 * sysdeps/arm/get-rounding-mode.h: Cleanup.
12707 * sysdeps/arm/setfpucw.c: Cleanup.
12708
f63c86fe
WN
127092014-05-09 Will Newton <will.newton@linaro.org>
12710
12711 * sysdeps/arm/armv7/strcmp.S: New file.
12712 * NEWS: Mention addition of ARMv7 optimized strcmp.
12713
7a1a51b5
RM
127142014-05-08 Roland McGrath <roland@hack.frob.com>
12715
95afbbe5
RM
12716 * Makeconfig ($(common-objpfx)config.status): Fix patsubst uses to
12717 look for %.ac rather than %.in.
12718
12719 * sysdeps/mach/hurd/configure.ac (inhibit_glue): Remove variable.
12720 * sysdeps/unix/sysv/linux/configure.ac: Likewise.
12721 * sysdeps/mach/hurd/configure: Regenerated.
12722 * sysdeps/unix/sysv/linux/configure: Regenerated.
12723
7a1a51b5
RM
12724 * bits/utsname.h (_UTSNAME_DOMAIN_LENGTH): New macro, set to 0.
12725
5057ad3b
SE
127262014-05-07 Steve Ellcey <sellcey@mips.com>
12727
12728 [BZ# 16922]
12729 * sysdeps/mips/sys/asm.h (INT_SUB): Fix definition.
12730 (LONG_SUB): Ditto.
12731 (PTR_SUB): Ditto.
12732
8dc97517
AS
127332014-05-07 Andreas Schwab <schwab@suse.de>
12734
12735 * sysdeps/posix/getaddrinfo.c (gaih_inet): Advance address pointer
12736 when skipping over non-matching result from nscd.
12737
ce0c5b8f
OB
127382014-05-07 Ondřej Bílka <neleai@seznam.cz>
12739
12740 [BZ #16876]
12741 * nptl/sockperf.c (client): Check socket return value.
8dc97517 12742
a1189263
OB
12743 [BZ #16877]
12744 * nscd/selinux.c (nscd_request_avc_has_perm): Check if there is
12745 nscd security class.
ce0c5b8f 12746
0f58d252
RM
127472014-05-06 Roland McGrath <roland@hack.frob.com>
12748
12749 * sysdeps/unix/sysv/linux/arm/nptl/unwind.h: File moved to ...
12750 * sysdeps/arm/unwind.h: ... here.
12751
83df9ad0
AJ
127522014-05-06 Aurelien Jarno <aurelien@aurel32.net>
12753
ce0c5b8f
OB
12754 [BZ# 16916]
12755 * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h (EFD_SEMAPHORE):
12756 Define.
83df9ad0 12757
f360f94a
VR
127582014-05-06 Vidya Ranganathan <vidya@linux.vnet.ibm.com>
12759
12760 * sysdeps/powerpc/powerpc64/power7/strncpy.S: New file: Optimization.
12761 * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: New file:
12762 multiarch strncpy for PPC64.
12763 * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: New file
12764 * sysdeps/powerpc/powerpc64/multiarch/strncpy-power7.S: New file
12765 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpcpy, stpncpy
12766 multiarch optimizations.
12767 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
12768 (__libc_ifunc_impl_list): Likewise.
12769 * sysdeps/powerpc/powerpc64/power7/stpncpy.S: New file: Optimization.
12770 * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: New file:
12771 multiarch stpncpy for PPC64.
12772 * sysdeps/powerpc/powerpc64/multiarch/stpncpy-ppc64.c: New file
12773 * sysdeps/powerpc/powerpc64/multiarch/stpncpy-power7.S: New file
12774
978a41c3
AS
127752014-05-06 Andreas Schwab <schwab@suse.de>
12776
12777 [BZ #16912]
12778 * gmon/mcount.c (_MCOUNT_DECL): Use
12779 atomic_compare_and_exchange_bool_acq instead of
12780 catomic_compare_and_exchange_bool_acq.
12781
eb1ed03d
RM
127822014-05-05 Roland McGrath <roland@hack.frob.com>
12783
fe658845
RM
12784 * elf/Makefile (others, install-bin): Remove pldd.
12785 (pldd-modules): Variable removed.
12786 ($(objpfx)pldd): Target removed.
12787 * sysdeps/unix/sysv/linux/Makefile [$(subdir) = elf]
12788 (others, install-bin): Append pldd here.
12789 ($(objpfx)pldd): New target.
12790
eb1ed03d
RM
12791 * sysdeps/gnu/errlist.awk (BEGIN): Emit an initial #define of ERR_MAX
12792 to 0, so the first #if test emitted later doesn't see it undefined.
12793 (END): Emit "!defined ERRLIST_NO_COMPAT" to match what BEGIN does.
12794 * sysdeps/gnu/errlist.c: Regenerated.
12795
19c4bec0
AZ
127962014-05-04 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
12797
12798 * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
12799 [libc_hidden_builtin_def]: Define to empty value.
12800 * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S:
12801 [libc_hidden_builtin_def]: Likewise.
12802 * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S:
12803 [libc_hidden_builtin_def]: Likewise.
12804 * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S:
12805 [libc_hidden_builtin_def]: Likewise.
12806 * sysdeps/powerpc/powerpc64/multiarch/memcpy.c (memcpy): Redefined to
12807 __redirect_memcpy and define ifunc as default hidden symbol.
12808 * sysdeps/powerpc/powerpc64/multiarch/memset.c (memset): Likewise.
12809 * sysdeps/powerpc/powerpc64/multiarch/strlen.c (strlen): Likewise.
12810
7776e669
AC
128112014-05-04 Adam Conrad <adconrad@0c3.net>
12812
12813 * locale/iso-4217.def: Reintroduce XDR currency.
12814
d69aeb12
AM
128152014-05-04 Allan McRae <allan@archlinux.org>
12816
12817 * po/eo.po: Update Esperanto translation from translation project.
12818
8f1df5cf
CD
128192014-05-02 Carlos O'Donell <carlos@redhat.com>
12820
12821 * sysdeps/x86_64/multiarch/init-arch.h: Define FEATURE_INDEX_1 to 0,
12822 and FEATURE_INDEX_MAX to 1.
12823 [!__ASSEMBLER__]: Remove anonymous enum for FEATURE_INDEX_*.
12824
13e402e7
SE
128252014-05-01 Steve Ellcey <sellcey@mips.com>
12826
12827 * iconvdata/ansi_x3.110.c (ONE_DIRECTION): Define.
12828 * iconvdata/armscii-8.c (ONE_DIRECTION): Define.
12829 * iconvdata/big5.c (ONE_DIRECTION): Define.
12830 * iconvdata/big5hkscs.c (ONE_DIRECTION): Define.
12831 * iconvdata/cp1255.c (ONE_DIRECTION): Define.
12832 * iconvdata/cp1258.c (ONE_DIRECTION): Define.
12833 * iconvdata/cp932.c (ONE_DIRECTION): Define.
12834 * iconvdata/euc-cn.c (ONE_DIRECTION): Define.
12835 * iconvdata/euc-jisx0213.c (ONE_DIRECTION): Define.
12836 * iconvdata/euc-jp-ms.c (ONE_DIRECTION): Define.
12837 * iconvdata/euc-jp.c (ONE_DIRECTION): Define.
12838 * iconvdata/euc-kr.c (ONE_DIRECTION): Define.
12839 * iconvdata/euc-tw.c (ONE_DIRECTION): Define.
12840 * iconvdata/gb18030.c (ONE_DIRECTION): Define.
12841 * iconvdata/gbbig5.c (ONE_DIRECTION): Define.
12842 * iconvdata/gbgbk.c (ONE_DIRECTION): Define.
12843 * iconvdata/gbk.c (ONE_DIRECTION): Define.
12844 * iconvdata/ibm1364.c (ONE_DIRECTION): Define.
12845 * iconvdata/ibm930.c (ONE_DIRECTION): Define.
12846 * iconvdata/ibm932.c (ONE_DIRECTION): Define.
12847 * iconvdata/ibm933.c (ONE_DIRECTION): Define.
12848 * iconvdata/ibm935.c (ONE_DIRECTION): Define.
12849 * iconvdata/ibm937.c (ONE_DIRECTION): Define.
12850 * iconvdata/ibm939.c (ONE_DIRECTION): Define.
12851 * iconvdata/ibm943.c (ONE_DIRECTION): Define.
12852 * iconvdata/iso-2022-cn-ext.c (ONE_DIRECTION): Define.
12853 * iconvdata/iso-2022-cn.c (ONE_DIRECTION): Define.
12854 * iconvdata/iso-2022-jp-3.c (ONE_DIRECTION): Define.
12855 * iconvdata/iso-2022-jp.c (ONE_DIRECTION): Define.
12856 * iconvdata/iso-2022-kr.c (ONE_DIRECTION): Define.
12857 * iconvdata/iso646.c (ONE_DIRECTION): Define.
12858 * iconvdata/iso8859-1.c (ONE_DIRECTION): Define.
12859 * iconvdata/iso_11548-1.c (ONE_DIRECTION): Define.
12860 * iconvdata/iso_6937-2.c (ONE_DIRECTION): Define.
12861 * iconvdata/iso_6937.c (ONE_DIRECTION): Define.
12862 * iconvdata/johab.c (ONE_DIRECTION): Define.
12863 * iconvdata/shift_jisx0213.c (ONE_DIRECTION): Define.
12864 * iconvdata/sjis.c (ONE_DIRECTION): Define.
12865 * iconvdata/t.61.c (ONE_DIRECTION): Define.
12866 * iconvdata/tcvn5712-1.c (ONE_DIRECTION): Define.
12867 * iconvdata/tscii.c (ONE_DIRECTION): Define.
12868 * iconvdata/uhc.c (ONE_DIRECTION): Define.
12869 * iconvdata/unicode.c (ONE_DIRECTION): Define.
12870 * iconvdata/utf-16.c (ONE_DIRECTION): Define.
12871 * iconvdata/utf-32.c (ONE_DIRECTION): Define.
12872 * iconvdata/utf-7.c (ONE_DIRECTION): Define.
12873
c727f032
RM
128742014-05-01 Roland McGrath <roland@hack.frob.com>
12875
8f2f08d0
RM
12876 * libio/libioP.h [!_IO_USE_OLD_IO_FILE && !_G_IO_NO_BACKWARD_COMPAT]
12877 (_IO_JUMPS_OFFSET): Define to 0.
12878
c727f032
RM
12879 * nptl/sysdeps/pthread/bits/libc-lock.h
12880 [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
12881 (__libc_lock_define_initialized_recursive): Always define using
12882 initializer. Modern compilers treat uninitialized (implicit zero) and
12883 explicit zero initializers the same (i.e. put the datum in bss).
12884
a849e800
AS
128852014-05-01 Andreas Schwab <schwab@linux-m68k.org>
12886
12887 * nscd/nscd-client.h: Include <string.h>.
12888
5331255b
DM
128892014-05-01 David S. Miller <davem@davemloft.net>
12890
12891 [BZ #16885]
12892 * sysdeps/sparc/sparc64/strcmp.S: Fix end comparison handling when
12893 multiple zero bytes exist at the end of a string.
12894 Reported by Aurelien Jarno <aurelien@aurel32.net>
12895
12896 * string/test-strcmp.c (check): Add explicit test for situations where
12897 there are multiple zero bytes after the first.
12898
4fdfe821
AS
128992014-05-01 Andreas Schwab <schwab@linux-m68k.org>
12900
12901 [BZ #16890]
12902 * stdio-common/vfprintf.c (process_arg) [%p]: Mark string as wide
12903 when compiling wprintf.
12904 * stdio-common/tstdiomisc.c (t3): New function.
12905 (main): Call it.
12906
0cdddc25
SE
129072014-05-01 Steve Ellcey <sellcey@mips.com>
12908
12909 * intl/iconv/skeleton.c (ONE_DIRECTION): Remove define.
12910 * iconv/gconv_simple.c (ONE_DIRECTION): Define.
12911 * iconvdata/8bit-gap.c (ONE_DIRECTION): Ditto.
12912 * iconvdata/8bit-generic.c (ONE_DIRECTION): Ditto.
12913
6426d77e
SE
129142014-05-01 Steve Ellcey <sellcey@mips.com>
12915
12916 * stdlib/longlong.h: Updated from GCC.
12917
6d96f5e4
WN
129182014-05-01 Will Newton <will.newton@linaro.org>
12919 Bernard Ogden <bernie.ogden@linaro.org>
12920
7470db0c
WN
12921 * NEWS: Update fixed bug list.
12922
6d96f5e4
WN
12923 [BZ #15119]
12924 * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.c: Remove file.
12925
211d653c
DM
129262014-04-30 David S. Miller <davem@davemloft.net>
12927
4fa262fa
DM
12928 * sysdeps/sparc/fpu/fenv_private.h (HAVE_RM_CTX): Define.
12929 (libc_feholdexcept_setround_sparc_ctx): New function.
12930 (libc_fesetenv_sparc_ctx): Likewise.
12931 (libc_feupdateenv_sparc_ctx): Likewise.
12932 (libc_feholdsetround_sparc_ctx): Likewise.
12933 (libc_feholdexcept_setround_ctx): Define.
12934 (libc_feholdexcept_setroundf_ctx): Likewise.
12935 (libc_feholdexcept_setroundl_ctx): Likewise.
12936 (libc_fesetenv_ctx): Likewise.
12937 (libc_fesetenvf_ctx): Likewise.
12938 (libc_fesetenvl_ctx): Likewise.
12939 (libc_feupdateenv_ctx): Likewise.
12940 (libc_feupdateenvf_ctx): Likewise.
12941 (libc_feupdateenvl_ctx): Likewise.
12942 (libc_feresetround_ctx): Likewise.
12943 (libc_feresetroundf_ctx): Likewise.
12944 (libc_feresetroundl_ctx): Likewise.
12945 (libc_feholdsetround_ctx): Likewise.
12946 (libc_feholdsetroundf_ctx): Likewise.
12947 (libc_feholdsetroundl_ctx): Likewise.
12948
1d3d93ef
DM
12949 * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
12950 with __USE_GNU instead of XOPEN cpp guards.
12951
8aa583c3
DM
12952 * sysdeps/sparc/bits/string.h (_STRING_ARCH_unaligned): Define to
12953 0.
12954
211d653c
DM
12955 * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
12956 with XOPEN cpp guards.
12957
60c8f1f6
JB
129582014-04-30 Julian Brown <julian@codesourcery.com>
12959
12960 [BZ #16888]
12961 * sysdeps/arm/dl-machine.h (elf_machine_rela): Fix R_ARM_IRELATIVE
12962 handling.
12963
9a461d46
JM
129642014-04-30 Joseph Myers <joseph@codesourcery.com>
12965
d0f5b3f8
JM
12966 [BZ #9894]
12967 * sysdeps/unix/sysv/linux/configure.ac (LIBC_LINUX_VERSION):
12968 Change to 2.6.32.
12969 (arch_minimum_kernel): Change all 2.6.16 settings to 2.6.32.
12970 * sysdeps/unix/sysv/linux/configure: Regenerated.
12971 * sysdeps/unix/sysv/linux/microblaze/configure.ac: Remove file.
12972 * sysdeps/unix/sysv/linux/microblaze/configure: Likewise.
12973 * sysdeps/unix/sysv/linux/tile/configure.ac: Likewise.
12974 * sysdeps/unix/sysv/linux/tile/configure: Likewise.
12975 * README: Update reference to required Linux kernel version.
12976 * manual/install.texi (Linux): Update reference to required Linux
12977 kernel headers version.
12978 * INSTALL: Regenerated.
12979
9a461d46
JM
12980 * conform/data/stdlib.h-data [POSIX] (stddef.h): Do not allow
12981 header inclusion.
12982 [POSIX] (limits.h): Likewise.
12983 [POSIX] (math.h): Likewise.
12984 [POSIX] (sys/wait.h): Likewise.
12985 * conform/data/string.h-data [POSIX || UNIX98] (strtok_r): Require
12986 function.
12987 [POSIX] (stddef.h): Do not allow header inclusion.
12988
1775babf
AZ
129892014-04-30 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
12990
57f41c40 12991 * sysdeps/generic/symbol-hacks.h (memcpy): Add internal alias.
1775babf 12992
8f630cca
YY
129932014-04-30 Yang Yingliang <yangyingliang@huawei.com>
12994
12995 * nptl/pthread_cond_broadcast.c (__pthread_cond_broadcast):
12996 Return immediately after lll_futex_wake.
12997
1cdeb237
SP
129982014-04-30 Siddhesh Poyarekar <siddhesh@redhat.com>
12999
bc8f194c
SP
13000 [BZ #16791]
13001 * nscd/nscd-client.h (datahead_init_common): Initialize entire
13002 structure.
13003 (datahead_init_pos): Call datahead_init_common early.
13004 (datahead_init_neg): Likewise.
13005
1cdeb237
SP
13006 * nscd/nscd-client.h (datahead_init_common, datahead_init_pos,
13007 datahead_init_neg): New functions.
13008 * nscd/aicache.c (addhstaiX): Use them.
13009 * nscd/grpcache.c (cache_addgr): Likewise.
13010 * nscd/hstcache.c (cache_addhst): Likewise.
13011 * nscd/initgrcache.c (addinitgroupsX): Likewise.
13012 * nscd/netgroupcache.c (do_notfound): Likewise.
13013 (addgetnetgrentX): Likewise.
13014 (addinnetgrX): Likewise.
13015 * nscd/pwdcache.c (cache_addpw): Likewise.
13016 * nscd/servicescache.c (cache_addserv): Likewise.
13017
16b293a7
SP
130182014-04-30 Siddhesh Poyarekar <siddhesh@redhat.com>
13019 Atsushi Onoe <atsushi@onoe.org>
13020
13021 [BZ #14308]
13022 [BZ #12994]
13023 [BZ #13651]
13024 * resolv/res_query.c (__libc_res_nsearch): Return if at least
13025 one response is valid.
13026 * resolv/res_send.c (send_dg): Check for validity of other
13027 response if the current response is a referral.
13028
a28a9b94
SE
130292014-04-29 Steve Ellcey <sellcey@mips.com>
13030
13031 * iconv/skeleton.c (ONE_DIRECTION): Set default value if not set.
13032
2ca180e9
SL
130332014-04-29 Stefan Liebler <stli@linux.vnet.ibm.com>
13034
13035 [BZ #16823]
13036 * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl):
13037 Always divide by positive zero when computing -Inf result.
13038 * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
13039 * sysdeps/ieee754/flt-32/s_log1pf.c (__log1pf): Likewise.
13040
18f2945a
AZ
130412014-04-28 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
13042
13043 * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Do not update
13044 FPSCR if value do not change.
13045 * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
13046 * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Likewise.
13047 * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Likewise.
13048 * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
13049 * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Likewise.
13050 * sysdeps/powerpc/fpu/fenv_libc.h (fenv_reg_to_exceptions): New helper
13051 function.
13052
5abebba4
CD
130532014-05-29 Carlos O'Donell <carlos@systemhalted.org>
13054
13055 * sysdeps/hppa: Move directory from ports/sysdeps/hppa.
13056 * sysdeps/unix/sysv/linux/hppa: Move directory from
13057 ports/systeps/unix/sysv/linux/hppa.
13058 * README: Update listing for hppa-*-linux-gnu.
13059
f7ed60c2
OB
130602014-04-28 Ondřej Bílka <neleai@seznam.cz>
13061
fff763a5
OB
13062 [BZ #16754]
13063 * manual/stdio.texi (Hook functions): Fix types of stream hook
13064 functions.
f7ed60c2
OB
13065 [BZ #16854]
13066 * socket/sys/socket.h: Fix typo in comment.
13067
df639d73
WD
130682014-04-28 Wilco <wdijkstr@arm.com>
13069
f7ed60c2 13070 * sysdeps/arm/fenv_private.h: New file.
df639d73
WD
13071 * sysdeps/arm/math_private.h: New file.
13072 * sysdeps/arm/fpu_control.h: Add _FPU_MASK_NCZV and _FPU_MASK_EXCEPT.
13073
48332d82
L
130742014-04-25 H.J. Lu <hongjiu.lu@intel.com>
13075
13076 * sysdeps/x86/bits/link.h (La_x86_64_regs): Replace __int128
13077 with __int128_t.
13078 (La_x86_64_retval): Likewise.
13079
e5e0d9a4
IB
130802014-04-24 Ian Bolton <ian.bolton@arm.com>
13081
13082 * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept): Don't write to
13083 fpsr if value didn't change.
13084 * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept): Don't write
13085 to fpcr if value didn't change.
13086 * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Likewise.
13087 * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Don't write to
13088 fpsr or fpcr if value didn't change.
13089 * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
13090 * sysdeps/aarch64/fpu/fesetround.c (fesetround): Don't write to
13091 fpcr if value didn't change.
13092 * sysdeps/aarch64/fpu/fsetexcptflg.c (fesetexceptflag): Don't write
13093 to fpsr if value didn't change.
13094
bacc75f7
SP
130952014-02-23 Siddhesh Poyarekar <siddhesh@redhat.com>
13096
13097 * nptl/tst-sem3.c: Use test-skeleton.c
13098 (main): Rename to do_test. Use return instead of
13099 exit.
13100 * nptl/tst-sem4.c: Use test-skeleton.c
13101 (main): Rename to do_test.
13102
a059d359
DM
131032014-04-22 David S. Miller <davem@davemloft.net>
13104
13105 * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h
13106 (struct sigaction): New struct member __glibc_reserved0, change
13107 type of sa_flags to int.
13108
ea6c92f3
YZ
131092014-04-22 Yufeng Zhang <yufeng.zhang@arm.com>
13110
13111 * stdlib/longlong.h (count_leading_zeros, count_trailing_zeros)
13112 (COUNT_LEADING_ZEROS_0): Define for AArch64.
13113
766c4a36
SP
131142014-04-22 Siddhesh Poyarekar <siddhesh@redhat.com>
13115
13116 * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Include atomic.h.
13117 * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Likewise.
13118
140cc7ab
VK
131192014-04-22 Will Newton <will.newton@linaro.org>
13120 Venkataramanan Kumar <venkataramanan.kumar@linaro.org>
13121
13122 * sysdeps/aarch64/__longjmp.S: Include stap-probe.h.
13123 (__longjmp): Add longjmp and longjmp_target SystemTap
13124 probes.
13125 * sysdeps/aarch64/setjmp.S: Include stap-probe.h.
13126 (__sigsetjmp): Add setjmp SystemTap probe.
13127
c54e5cf7
CD
131282014-04-17 Carlos O'Donell <carlos@redhat.com>
13129
13130 * manual/intro.texi (Roadmap to the manual): Sort chapter listing to
13131 match manual order.
13132
75ffb047
AZ
131332014-04-17 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
13134
13135 * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_once.c: Remove file.
13136
2cd925f7
AZ
13137 * sysdeps/powerpc/fpu/fenv_private.h
13138 (libc_feholdexcept_setroundl_ctx): Define to
13139 libc_feholdexcept_setround_ppc_ctx.
13140 (libc_fesetenvl_ctx): Define to libc_fesetenv_ppc_ctx.
13141 (libc_feholdsetroundl_ctx): Define to libc_feholdsetround_ppc_ctx.
13142 (libc_feresetroundl_ctx): Define to libc_feresetround_ppc_ctx.
13143 (libc_feupdateenvl_ctx): libc_feupdateenv_ppc_ctx.
13144
39e6cd8d
IB
131452014-04-17 Ian Bolton <ian.bolton@arm.com>
13146
13147 * sysdeps/aarch64/math-tests.h: New file.
13148
f9281df9
SY
131492014-04-17 Sihai Yao <sihai.ysh@alibaba-inc.com>
13150
13151 * sysdeps/x86_64/multiarch/ifunc-defines.sym (COMMON_CPUID_INDEX_7):
13152 New.
13153 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
13154 Check and set bit_AVX2_Usable.
13155 * sysdeps/x86_64/multiarch/init-arch.h (bit_AVX2_Usable): New
13156 macro.
13157 (bit_AVX2): Likewise.
13158 (index_AVX2_Usable): Likewise.
13159 (CPUID_AVX2): Likewise.
13160 (HAS_AVX2): Likewise.
13161
37d35007
WN
131622014-04-17 Will Newton <will.newton@linaro.org>
13163
7c677662
WN
13164 * manual/setjmp.texi (System V contexts): Add note that
13165 calling setcontext on a context created by a call to a
13166 signal handler is undefined. Update text to note that
13167 setcontext from a signal handler is possible but not
13168 recommended.
13169
37d35007 13170 [BZ #16629]
e04a4e9d
WN
13171 * stdlib/tst-setcontext.c: Include signal.h.
13172 (main): Check that the signal stack before and
13173 after swapcontext is the same.
13174
37d35007
WN
13175 * sysdeps/unix/sysv/linux/aarch64/setcontext.S (__setcontext):
13176 Re-implement to restore registers in user code and avoid
13177 rt_sigreturn system call.
13178
423a7160
W
131792014-04-17 Wilco <wdijkstr@arm.com>
13180
13181 * sysdeps/arm/math-tests.h: New file: Set ARM math-test settings.
13182 * sysdeps/generic/math-tests.h: Add macro (EXCEPTION_ENABLE_SUPPORTED).
13183 * math/test-fenv.c: Skip exception trap tests on targets which only
13184 support non-stop mode.
13185
bc93ab29
IB
131862014-04-17 Ian Bolton <ian.bolton@arm.com>
13187 Wilco Dijkstra <wilco.dijkstra@arm.com>
13188
13189 * sysdeps/aarch64/fpu/math_private.h (HAVE_RM_CTX)
13190 (libc_feholdsetround_aarch64_ctx)
13191 (libc_feholdsetround_ctx, libc_feholdsetroundf_ctx)
13192 (libc_feholdsetroundl_ctx, libc_feresetround_aarch64_ctx)
13193 (libc_feresetround_ctx, libc_feresetroundf_ctx)
13194 (libc_feresetroundl_ctx, libc_feresetround_noex_aarch64_ctx)
13195 (libc_feresetround_noex_ctx, libc_feresetround_noexf_ctx)
13196 (libc_feresetround_noexl_ctx): Define.
13197
95fc5fa3
RH
131982014-04-16 Richard Henderson <rth@redhat.com>
13199
ddb04724
RH
13200 * sysdeps/unix/sysv/linux/alpha/nptl/pthread_once.c: Remove.
13201
d77c0899
RH
13202 * sysdeps/alpha/Makefile [debug] (CFLAGS-backtrace.c): Enable
13203 unwind tables.
13204
a3df56fc
RH
13205 * sysdeps/unix/alpha/sysdep.h (__pointer_chk_guard): Remove
13206 const from the non-libc, non-ldso copy.
13207
95fc5fa3
RH
13208 * sysdeps/alpha/libm-test-ulps: Regenerate.
13209
7e0b6763
IB
132102014-04-16 Ian Bolton <ian.bolton@arm.com>
13211 Wilco Dijkstra <wilco.dijkstra@arm.com>
13212
13213 * sysdeps/aarch64/fpu/math_private.h: New file.
13214
a9ea2e0c
MS
132152014-04-16 Marcus Shawcroft <marcus.shawcroft@arm.com>
13216
13217 * sysdeps/aarch64/libm-test-ulps: Regenerate.
13218
ea8ba7cd
IZ
132192014-04-16 Igor Zamyatin <igor.zamyatin@intel.com>
13220
7e54fd04 13221 [BZ #16275]
ea8ba7cd
IZ
13222 * sysdeps/x86_64/bits/link.h (La_x86_64_regs): Add lr_bnd.
13223 (La_x86_64_retval): Add lrv_bnd0 and lrv_bnd1.
13224 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Save
13225 Intel MPX bound registers before _dl_profile_fixup.
13226 * sysdeps/x86_64/dl-trampoline.h: Restore Intel MPX bound
13227 registers after _dl_profile_fixup. Save and restore bound
13228 registers bnd0/bnd1 when calling _dl_call_pltexit.
13229 * sysdeps/x86_64/link-defines.sym (BND_SIZE): New.
13230 (LR_BND_OFFSET): Likewise.
13231 (LRV_BND0_OFFSET): Likewise.
13232 (LRV_BND1_OFFSET): Likewise.
13233
9f2a4fbc
ST
132342014-04-16 Samuel Thibault <samuel.thibault@ens-lyon.org>
13235
13236 * sysdeps/mach/hurd/tls.h (dtv, dtv_t, tcbhead_t): Move declarations
13237 to...
13238 * sysdeps/mach/hurd/i386/tls.h: ... here.
3c799e91
ST
13239 (tcbhead_t): Add multiple_threads, sysinfo, stack_guard,
13240 pointer_guard, gscope_flag, private_futex, __private_tm, __private_ss
13241 fields.
9f2a4fbc 13242
fd15a59b
ST
132432014-04-16 Samuel Thibault <samuel.thibault@ens-lyon.org>
13244
13245 * sysdeps/mach/munmap.c (__munmap): Return EINVAL if `addr' is 0.
13246
f19dfa0a
SL
132472014-04-16 Stefan Liebler <stli@linux.vnet.ibm.com>
13248
13249 * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
13250
4fa8bc3b
SL
132512014-04-16 Stefan Liebler <stli@linux.vnet.ibm.com>
13252
13253 [BZ #14770]
13254 * sysdeps/s390/configure.ac: Check for Binutils >= 2.24.
13255 * sysdeps/s390/configure: Regenerate.
13256
8ea587db
SL
13257 [BZ #16824]
13258 * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l):
13259 Set round-to-nearest internally to reduce error accumulation.
13260
aa5f0ff1
AM
132612014-04-16 Alan Modra <amodra@gmail.com>
13262
13263 [BZ #16740]
13264 [BZ #16619]
13265 * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Rewrite.
13266 * math/libm-test.inc (frexp_test_data): Add tests.
9860b045 13267 * NEWS: Update fixed bug list.
aa5f0ff1 13268
bb9c256f
SP
132692014-04-15 Siddhesh Poyarekar <siddhesh@redhat.com>
13270
13271 * benchtests/Makefile: Depend on libraries in build directory.
13272 (bench-math): Separate out math tests.
13273 (bench-pthread): Separate out pthread tests.
13274 (bench): Include math and pthread tests.
13275
f737dfd0
CD
132762014-04-14 Carlos O'Donell <carlos@redhat.com>
13277
13278 [BZ #16831]
13279 * csu/libc-start.c (LIBC_START_MAIN) [!SHARED]: Call
13280 _dl_debug_initialize.
13281
0699f766
CD
13282 * configure.ac: Remove SELinux header check.
13283 * configure: Regenerate.
13284 * nscd/selinux.c (perms): Array of const char* to permission names.
13285 (nscd_request_avc_has_perm): Call security_deny_unknown to find
13286 default policy. Call string_to_security_class and string_to_av_perm to
13287 translate strings. Enforce default policy and call avs_has_perm with
13288 results of translated strings.
13289
809bd45f
DM
132902014-04-13 David S. Miller <davem@davemloft.net>
13291
13292 * sysdeps/sparc/fpu/libm-test-ulps: Update.
13293
89e691f2
AM
132942014-04-12 Allan McRae <allan@archlinux.org>
13295
13296 [BZ #16838]
13297 * manual/string.texi (Collation Functions): Fix qsort argument
13298 order in example.
13299 Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
13300
9c9daaeb
CM
133012014-04-11 Chris Metcalf <cmetcalf@tilera.com>
13302
13303 * math/test-fenv-preserve.c [FE_ALL_EXCEPT == 0] (do_test):
13304 Make the test a no-op if there are no exceptions defined.
13305
95561fb9
PP
133062014-04-11 Paul Pluzhnikov <ppluzhnikov@google.com>
13307
fe8d072c 13308 * elf/Makefile (tests): make tst-dlopen-aout conditional on
95561fb9
PP
13309 enable-hardcoded-path-in-tests
13310
970c602a
WN
133112014-04-11 Will Newton <will.newton@linaro.org>
13312
13313 * benchtests/Makefile (extra-objs): Add json-lib.o.
13314 (bench-func): Tidy up JSON output.
13315 * benchtests/bench-skeleton.c: Include json-lib.h.
13316 (main): Use JSON library functions to do output of
13317 benchmark results.
13318 * benchtests/bench-timing-type.c (main): Output the
13319 timing type simply, leaving formatting to the user.
13320 * benchtests/json-lib.c: New file.
13321 * benchtests/json-lib.h: Likewise.
13322
36875b06
TR
133232014-04-11 Torvald Riegel <triegel@redhat.com>
13324
13325 [BZ #15215]
13326 * nptl/sysdeps/unix/sysv/linux/sparc/pthread_once.c: Moved to ...
13327 * nptl/sysdeps/unix/sysv/linux/pthread_once.c: ... here. Add missing
13328 memory barriers. Add comments.
13329 * sysdeps/unix/sysv/linux/aarch64/nptl/pthread_once.c: Remove file.
13330 * sysdeps/unix/sysv/linux/arm/nptl/pthread_once.c: Remove file.
13331 * sysdeps/unix/sysv/linux/ia64/nptl/pthread_once.c: Remove file.
13332 * sysdeps/unix/sysv/linux/m68k/nptl/pthread_once.c: Remove file.
13333 * sysdeps/unix/sysv/linux/mips/nptl/pthread_once.c: Remove file.
13334 * sysdeps/unix/sysv/linux/tile/nptl/pthread_once.c: Remove file.
13335
579db35a
SL
133362014-04-11 Stefan Liebler <stli@linux.vnet.ibm.com>
13337
13338 * sysdeps/s390/s390-32/configure.ac: Unify file with ...
13339 * sysdeps/s390/s390-64/configure.ac: ... this ...
13340 * sysdeps/s390/configure.ac: ... to here.
13341 * sysdeps/s390/s390-32/configure: Delete file.
13342 * sysdeps/s390/s390-64/configure: Delete file.
13343 * sysdeps/s390/configure: Regenerate.
13344
c12e9f37
JAPH
133452014-04-11 Joseph Anthony Pasquale Holsten <joseph@josephholsten.com>
13346
13347 * resolv/res_query.c (__libc_res_nsearch): Fix typo in comment.
13348
439bda32
WN
133492014-04-11 Will Newton <will.newton@linaro.org>
13350
13351 * malloc/malloc.c [!MALLOC_DEBUG]: #define MALLOC_DEBUG
13352 to zero if it is not defined elsewhere. (mtrim): Test
13353 the value of MALLOC_DEBUG with #if rather than #ifdef.
13354
6a5d6ea1
TR
133552014-04-10 Torvald Riegel <triegel@redhat.com>
13356
13357 * benchtests/pthread_once-inputs: New file.
13358 * benchtests/pthread_once-source.c: New file.
13359 * benchtests/README: Update documentation.
13360
a4c75cfd
IZ
133612014-04-09 Igor Zamyatin <igor.zamyatin@intel.com>
13362 H.J. Lu <hongjiu.lu@intel.com>
13363
7e54fd04 13364 [BZ #16275]
a4c75cfd
IZ
13365 * config.h.in (HAVE_MPX_SUPPORT): New #undef.
13366 * sysdeps/x86_64/configure.ac: Set HAVE_MPX_SUPPORT.
13367 * sysdeps/x86_64/configure: Regenerated.
13368 * sysdeps/x86_64/dl-trampoline.S (REGISTER_SAVE_AREA): New
13369 macro.
13370 (REGISTER_SAVE_RAX): Likewise.
13371 (REGISTER_SAVE_RCX): Likewise.
13372 (REGISTER_SAVE_RDX): Likewise.
13373 (REGISTER_SAVE_RSI): Likewise.
13374 (REGISTER_SAVE_RDI): Likewise.
13375 (REGISTER_SAVE_R8): Likewise.
13376 (REGISTER_SAVE_R9): Likewise.
13377 (REGISTER_SAVE_BND0): Likewise.
13378 (REGISTER_SAVE_BND1): Likewise.
13379 (REGISTER_SAVE_BND2): Likewise.
13380 (_dl_runtime_resolve): Use them. Save and restore Intel MPX
13381 bound registers when calling _dl_fixup.
13382
27822ce6
AZ
133832014-04-09 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
13384
13385 * bits/string.h (_STRING_ARCH_unaligned): Define it to 0.
57f41c40
AS
13386 * crypt/sha256.c (_STRING_ARCH_unaligned): Check its value instead
13387 of its definition.
27822ce6
AZ
13388 * iconv/gconv_simple.c (_STRING_ARCH_unaligned): Likewise.
13389 * iconv/loop.c (_STRING_ARCH_unaligned): Likewise.
13390 * iconv/skeleton.c (_STRING_ARCH_unaligned): Likewise.
13391 * nscd/nscd_gethst_r.c (_STRING_ARCH_unaligned): Likewise.
13392 * nscd/nscd_getserv_r.c (_STRING_ARCH_unaligned): Likewise.
13393 * nscd/nscd_helper.c (_STRING_ARCH_unaligned): Likewise.
13394 * resolv/res_send.c (_STRING_ARCH_unaligned): Likewise.
13395
a88ddc90
PTB
133962014-04-09 Peter Brett <peter@peter-b.co.uk>
13397
13398 [BZ #15514]
13399 * sysdeps/posix/pathconf.c (__pathconf): Use statvfs64() for
13400 pathconf(_PC_NAME_MAX).
13401
01f8eac2
AZ
134022014-04-09 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
13403
13404 * nptl/sysdeps/pthread/pthread.h (__PTHREAD_MUTEX_HAVE_ELISION):
13405 Remove macro usage.
13406 (__PTHREAD_SPINS): Move definition to ...
13407 * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
13408 (__PTHREAD_SPINS): ... here.
13409 * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
13410 (__PTHREAD_SPIN): Likewise.
13411 * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h
13412 (__PTHREAD_SPIN): Likewise.
13413 * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h
13414 (__PTHREAD_SPIN): Likewise.
13415 * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h
13416 (__PTHREAD_SPIN): Likewise.
13417 * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
13418 (__PTHREAD_SPIN): Likewise.
13419 * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
13420 (__PTHREAD_SPIN): Likewise.
13421 * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h
13422 (__PTHREAD_SPIN): Likewise.
13423 * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
13424 (__PTHREAD_SPIN): Likewise.
13425 * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
13426 (__PTHREAD_SPIN): Likewise.
13427 * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
13428 (__PTHREAD_SPIN): Likewise.
13429 * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
13430 (__PTHREAD_SPIN): Likewise.
13431 * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h
13432 (__PTHREAD_SPIN): Likewise.
13433
de21c33c
AZ
13434 * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
13435 * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: new file.
13436 * sysdeps/powerpc/powerpc64/power6x/multiarch/Implies: New file.
13437 * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove multiarch
13438 imply folder.
13439 * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Likewise.
13440 * sysdeps/powerpc/powerpc64/power7/fpu/Implies: Likewise.
13441 * sysdeps/powerpc/powerpc64/power8/fpu/Implies: Likewise.
13442 * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: Adjust
13443 correct imply path.
13444 * sysdeps/powerpc/powerpc64/power7/strncat.S (STRLEN): Define correct
13445 strlen symbol for non multi-arch builds.
13446 * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (__isnan): Add
13447 missing hidden_def and weak_alias.
13448
862c472e
CD
134492014-04-08 Carlos O'Donell <carlos@redhat.com>
13450
13451 * manual/ipc.texi (sem_close): AC-unsafe because of aculock.
13452
8667f90e
WN
134532014-04-07 Will Newton <will.newton@linaro.org>
13454
13455 * string/basename.c [HAVE_CONFIG_H]: Remove #ifdef and
13456 and contents. [!_LIBC] Remove #ifndef and contents.
13457 (basename): Use ANSI prototype. [_LIBC] Remove #idef.
13458 * string/memccpy.c (__memccpy): Use ANSI prototype.
13459 * string/memfrob.c (memfrob): Likewise.
13460 * string/strcoll.c (STRCOLL): Likewise.
13461 * string/strlen.c (strlen): Likewise.
13462 * string/strtok.c (STRTOK): Likewise.
13463 * string/strcat.c: Remove unused #include of memcopy.h.
13464 (strcat): Use ANSI prototype.
13465 * string/strchr.c: Remove unused #include of memcopy.h.
13466 (strchr): Use ANSI prototype.
13467 * string/strcmp.c: Remove unused #include of memcopy.h.
13468 (strcmp): Use ANSI prototype.
13469 * string/strcpy.c: Remove unused #include of memcopy.h.
13470 (strcpy): Use ANSI prototype.
13471
7ffa9423
AZ
134722014-04-06 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
13473
13474 * Makeconfig (CPPFLAGS): Add config-extra-cppflags to list.
13475 * config.make.in (config-extra-cppflags): Set it from
13476 libc_extra_cppflags.
13477 * configure.ac (libc_extra_cflags): Make it accumulate over
13478 configure fragments.
13479 (libc_extra_cppflags): New flag.
13480 * configure. Regenerate.
13481 * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
57f41c40
AS
13482 (libc_cv_ppc64_def_call_elf): Define it to yes if compiler does
13483 not set _CALL_ELF and add -D_CALL_ELF=1 to libc_extra_cppflags.
7ffa9423
AZ
13484 * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Regenerate.
13485
8bd70862
AZ
13486 [BZ #16815]
13487 * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (__nearbyint): Fix
13488 result for FE_DOWNWARD rounding mode.
13489 * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S (__nearbyintf):
13490 Likewise.
13491 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
13492
d42f3448
CM
134932014-04-04 Chris Metcalf <cmetcalf@tilera.com>
13494
13495 * sysdeps/tile/dl-runtime.c (_dl_unmap): Fix cut-and-paste bug
13496 in function argument name.
13497
1c21d115
DS
134982014-04-03 David Svoboda <svoboda@cert.org>
13499
13500 [BZ #5666]
13501 * manual/stdio.texi (Line-Oriented Input): Document buffer allocation
13502 explicitly.
13503
fcccd512
RM
135042014-04-03 Roland McGrath <roland@hack.frob.com>
13505
13506 * elf/dl-unmap-segments.h: New file.
13507 * sysdeps/generic/ldsodefs.h
13508 (DL_UNMAP): Use _dl_unmap_segments in place of __munmap.
13509 * elf/dl-close.c: Include <dl-unmap-segments.h>.
13510 * elf/dl-fptr.c: Likewise.
13511 (_dl_unmap): Use _dl_unmap_segments in place of __munmap.
13512 * sysdeps/aarch64/tlsdesc.c: Likewise.
13513 * sysdeps/arm/tlsdesc.c: Likewise.
13514 * sysdeps/i386/tlsdesc.c: Likewise.
13515 * sysdeps/tile/dl-runtime.c: Likewise.
13516 * sysdeps/x86_64/tlsdesc.c: Likewise.
13517 * elf/dl-load.h: New file.
13518 * elf/dl-load.c: Include it.
13519 (MAP_FILE, MAP_COPY, MAP_BASE_ADDR):
13520 Macros moved to dl-load.h.
13521 (ELF_PREFERRED_ADDRESS_DATA, ELF_PREFERRED_ADDRESS): Likewise.
13522 (_dl_map_object_from_fd): Type 'struct loadcmd' moved to dl-load.h.
13523 Use _dl_unmap_segments in place of __munmap.
13524 Break out segment-mapping loop into ...
13525 * elf/dl-map-segments.h (_dl_map_segments): ... here, in new file.
13526
f6488e2b
WN
135272014-04-03 Will Newton <will.newton@linaro.org>
13528
13529 * elf/dl-lookup.c (do_lookup_x): Remove comment
13530 referring to nested function and move variable
13531 declarations down to before first use.
13532
6f05bafe
JM
135332014-04-02 Joseph Myers <joseph@codesourcery.com>
13534
a84e78c8
JM
13535 [BZ #16799]
13536 [BZ #16800]
13537 * math/s_catan.c (__catan): Avoid passing -0 denominator to atan2
13538 with 0 numerator.
13539 * math/s_catanf.c (__catanf): Likewise.
13540 * math/s_catanh.c (__catanh): Likewise.
13541 * math/s_catanhf.c (__catanhf): Likewise.
13542 * math/s_catanhl.c (__catanhl): Likewise.
13543 * math/s_catanl.c (__catanl): Likewise.
13544 * sysdeps/ieee754/flt-32/e_logf.c (__ieee754_logf): Always divide
13545 by positive zero when computing -Inf result.
13546 * math/libm-test.inc (catan_test): Use ALL_RM_TEST.
13547 (catanh_test): Likewise.
13548 * sysdeps/i386/fpu/libm-test-ulps: Update.
13549 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13550
6f05bafe
JM
13551 [BZ #16789]
13552 * math/s_clog.c (__clog): Use math_force_eval to ensure underflow
13553 instead of using underflowing value in computing result.
13554 * math/s_clog10.c (__clog10): Likewise.
13555 * math/s_clog10f.c (__clog10f): Likewise.
13556 * math/s_clog10l.c (__clog10l): Likewise.
13557 * math/s_clogf.c (__clogf): Likewise.
13558 * math/s_clogl.c (__clogl): Likewise.
13559 * math/libm-test.inc (clog_test): Use ALL_RM_TEST.
13560 (clog10_test): Likewise.
13561 * sysdeps/i386/fpu/libm-test-ulps: Update.
13562 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13563
b0abbc21
AM
135642014-04-02 Alan Modra <amodra@gmail.com>
13565
13566 [BZ #16739]
13567 * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Correct
13568 output when value is near a power of two. Use int64_t for lx and
13569 remove casts. Use decimal rather than hex exponent constants.
13570 Don't use long double multiplication when double will suffice.
13571 * math/libm-test.inc (nextafter_test_data): Add tests.
13572 * NEWS: Add 16739 and 16786 to bug list.
13573
af6b1797
AM
13574 * sysdeps/powerpc/powerpc64/power7/memrchr.S: Correct stream hint.
13575
483818d7
AM
13576 * sysdeps/powerpc/powerpc64/start.S: Add @toc to toc symbol reference.
13577
f6c55796
WN
135782014-04-01 Will Newton <will.newton@linaro.org>
13579
13580 * benchtests/Makefile (CFLAGS-bench-ffs.c): Add
13581 -fno-builtin. (CFLAGS-bench-ffsll.c): Likewise.
13582
13f7fe35
FW
135832014-04-01 Florian Weimer <fweimer@redhat.com>
13584
13585 [BZ #13347]
13586 * nptl/nptl-init.c (sighandler_setxid): Check system call result.
13587 * nptl/tst-setuid2.c: New file.
13588 * nptl/Makefile (xtests): Add tst-setuid2.
13589
c859b32e
AM
135902014-04-01 Alan Modra <amodra@gmail.com>
13591
13592 [BZ #16786]
13593 * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Don't trash stack.
13594
54fa2475
JM
135952014-03-31 Joseph Myers <joseph@codesourcery.com>
13596
8795b4a4
JM
13597 [BZ #6803]
13598 [BZ #6804]
13599 * math/w_scalb.c (__scalb): For non-SVID mode, check result and
13600 set errno as appropriate.
13601 * math/w_scalbf.c (__scalbf): Likewise.
13602 * math/w_scalbl.c (__scalbl): Likewise.
13603 * math/gen-libm-test.pl (parse_args): Handle ERRNO_PLUS_OFLOW,
13604 ERRNO_MINUS_OFLOW, ERRNO_PLUS_UFLOW and ERRNO_MINUS_UFLOW.
13605 * math/libm-test.inc (scalb_test_data): Add errno expectations.
13606 Add more NaN tests.
13607
54fa2475
JM
13608 [BZ #16349]
13609 * math/w_atan2.c: Include <errno.h>.
13610 (__atan2): Set errno for result underflowing to zero.
13611 * math/w_atan2f.c: Include <errno.h>.
13612 (__atan2f): Set errno for result underflowing to zero.
13613 * math/w_atan2l.c: Include <errno.h>.
13614 (__atan2l): Set errno for result underflowing to zero.
13615 * math/auto-libm-test-in: Don't allow missing errno for some atan2
13616 tests.
13617 * math/auto-libm-test-out: Regenerated.
13618
757d9dd5
AZ
136192014-03-31 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
13620
13621 * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
13622 Encode instruction correctly in little endian.
13623 * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
13624 Likewise.
13625 * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
13626 Likewise.
13627 * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
13628 Likewise.
13629 * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
13630 Likewise.
13631
d7a68734
JM
136322014-03-31 Joseph Myers <joseph@codesourcery.com>
13633
47c5adeb
JM
13634 [BZ #9894]
13635 * sysdeps/unix/sysv/linux/kernel-features.h
13636 [__sparc__ && !__arch64__ && !__sparc_v9__]
13637 (__ASSUME_SET_ROBUST_LIST): Do not define.
13638 [__sparc__ && !__arch64__ && !__sparc_v9__]
13639 (__ASSUME_FUTEX_LOCK_PI): Likewise.
13640 [__sparc__ && !__arch64__ && !__sparc_v9__] (__ASSUME_REQUEUE_PI):
13641 Likewise.
13642 * sysdeps/unix/sysv/linux/arm/kernel-features.h
13643 (__ASSUME_FUTEX_LOCK_PI): Undefine.
13644 (__ASSUME_REQUEUE_PI): Likewise.
13645 (__ASSUME_SET_ROBUST_LIST): Likewise.
13646 * sysdeps/unix/sysv/linux/m68k/kernel-features.h
13647 [__LINUX_KERNEL_VERSION < 0x030a00] (__ASSUME_FUTEX_LOCK_PI):
13648 Undefine.
13649 * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
13650 [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_FUTEX_LOCK_PI):
13651 Likewise.
13652 [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_REQUEUE_PI):
13653 Likewise.
13654 [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_SET_ROBUST_LIST):
13655 Likewise.
13656 * sysdeps/unix/sysv/linux/mips/kernel-features.h
13657 [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_FUTEX_LOCK_PI):
13658 Undefine.
13659 [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_REQUEUE_PI): Likewise.
13660 [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_SET_ROBUST_LIST):
13661 Likewise.
13662
d7a68734
JM
13663 [BZ #16648]
13664 * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
13665 [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_FUTIMESAT): Define.
13666 * sysdeps/unix/sysv/linux/microblaze/futimesat.c: New file.
13667
c760f5c2
WN
136682014-03-31 Will Newton <will.newton@linaro.org>
13669
13670 * benchtests/Makefile (bench): Add ffs and ffsll to list
13671 of tests.
13672 * benchtests/ffs-inputs: New file.
13673 * benchtests/ffsll-inputs: Likewise.
13674
ea6029b1
JM
136752014-03-29 Joseph Myers <joseph@codesourcery.com>
13676
13677 [BZ #16770]
13678 * math/e_scalb.c (__ieee754_scalb): Check second argument is not
13679 too large before casting to int.
13680 * math/e_scalbf.c (__ieee754_scalbf): Likewise.
13681 * math/e_scalbl.c (__ieee754_scalbl): Likewise.
13682 * math/libm-test.inc (scalb_test_data): Add more tests.
13683
cf806aff
SP
136842014-03-29 Siddhesh Poyarekar <siddhesh@redhat.com>
13685
56737508
SP
13686 * benchtests/Makefile (DETAILED_OPT): New make option.
13687 (bench-func): Run benchmark program with -d if DETAILED_OPT is
13688 set.
13689 * benchtests/bench-skeleton.c: Include stdbool.h.
13690 (main): Store and print timings per input.
13691 * benchtests/scripts/bench.py (STRUCT_TEMPLATE): Add timing
13692 member to each argument value.
13693 (EPILOGUE): Define new macros RESULT and RESULT_ACCUM.
13694 (_print_arg_data): Initialize per-input timing to 0.
13695
cb5e4aad
SP
13696 * benchtests/Makefile (timing-type): New binary.
13697 (bench-clean): Also remove bench-timing-type.
13698 (bench): New target for timing-type.
13699 (bench-func): Print output in JSON format.
13700 * benchtests/bench-skeleton.c (main): Print output in JSON
13701 format.
13702 * benchtests/bench-timing-type.c: New file.
13703 * benchtests/bench-timing.h (TIMING_TYPE): New macro.
13704 (TIMING_PRINT_STATS): Remove.
13705 * benchtests/scripts/bench.py (_print_arg_data): Store variant
13706 name separately.
13707
cf806aff
SP
13708 * benchtests/bench-modf.c: Remove.
13709 * benchtests/modf-inputs: New inputs file.
13710
289e0779
JM
137112014-03-28 Joseph Myers <joseph@codesourcery.com>
13712
13713 [BZ #16362]
13714 * math/s_clog10.c (M_PI_LOG10E): New macro.
13715 (__clog10): Use M_PI_LOG10E instead of M_PI when real and
13716 imaginary parts are 0.
13717 * math/s_clog10f.c (M_PI_LOG10Ef): New macro.
13718 (__clog10f): Use M_PI_LOG10Ef instead of M_PI when real and
13719 imaginary parts are 0.
13720 * math/s_clog10l.c (M_PI_LOG10El): New macro.
13721 (__clog10l): Use M_PI_LOG10El instead of M_PIl when real and
13722 imaginary parts are 0.
13723 * math/libm-test.inc (clog10_test_data): Update expected results
13724 for when real and imaginary parts are 0.
13725
277ae3f1
PP
137262014-03-27 Paul Pluzhnikov <ppluzhnikov@google.com>
13727
13728 * elf/dl-load.c: Finish conversion of __builtin_expect into
13729 __glibc_{un}likely.
13730
03a7091f
JM
137312014-03-27 Joseph Myers <joseph@codesourcery.com>
13732
13733 [BZ #16348]
13734 * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]: Use
13735 1+x for argument with exponent below -67.
13736 * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]:
13737 Likewise.
13738 * math/auto-libm-test-in: Add more tests of exp.
13739 * math/auto-libm-test-out: Regenerated.
13740
ea7d8b95
SP
137412014-03-27 Siddhesh Poyarekar <siddhesh@redhat.com>
13742
dd3022d7
SP
13743 [BZ #16759]
13744 * inet/getnetgrent_r.c (get_nonempty_val): New function.
13745 (nscd_getnetgrent): Use it.
13746
ea7d8b95
SP
13747 [BZ #16760]
13748 * nscd/netgroupcache.c (addgetnetgrentX): Use memmove instead
13749 of stpcpy.
13750
df5b85da
AK
137512014-03-27 Andi Kleen <ak@linux.intel.com>
13752
57f41c40
AS
13753 * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h (lll_lock)
13754 (lll_robust_lock, lll_cond_lock, lll_timedlock)
13755 (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
13756 (lll_robust_unlock): Remove out of line section. Use cfi
13757 intrinsics.
df5b85da 13758 (LLL_STUB_UNWIND_INFO*): Remove.
57f41c40
AS
13759 * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h (lll_lock)
13760 (lll_robust_lock, lll_cond_lock, lll_timedlock)
13761 (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
13762 (lll_robust_unlock): Remove out of line section. Use cfi
13763 intrinsics.
df5b85da
AK
13764 (LLL_STUB_UNWIND_INFO*): Remove.
13765
fbd6b5a4
SP
137662014-03-27 Siddhesh Poyarekar <siddhesh@redhat.com>
13767
13768 [BZ #16758]
13769 * nscd/netgroupcache.c (addinnetgrX): Succeed if triplet has
13770 blank values.
13771
1b26b855
PP
137722014-03-26 Paul Pluzhnikov <ppluzhnikov@google.com>
13773
13774 * elf/dl-load.c: Convert __builtin_expect into __glibc_{un}likely.
13775
9be36fb8
JM
137762014-03-26 Joseph Myers <joseph@codesourcery.com>
13777
13778 [BZ #16198]
13779 * sysdeps/x86_64/fpu/fegetenv.c (fegetenv): Use fldenv after
13780 fnstenv.
13781 * math/test-fenv-preserve.c: New file.
13782 * math/Makefile (tests): Add test-fenv-preserve.
13783
60a2f3c1
WN
137842014-03-26 Will Newton <will.newton@linaro.org>
13785
13786 * benchtests/bench-strtod.c (TIMEOUT): Define to 10.
13787
a5e5f1e2
RM
137882014-03-25 Roland McGrath <roland@hack.frob.com>
13789
13790 * scripts/versionlist.awk: Partition the version sets and emit all
13791 GLIBC_* (sorted) before all others (sorted).
13792
00f4012a
JM
137932014-03-25 Joseph Myers <joseph@codesourcery.com>
13794
13795 * elf/Versions (libc) [EXPORT_UNWIND_FIND_FDE]: Add empty
13796 GLIBC_2.2.5 version.
13797
7bc5a741
AZ
137982014-03-25 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
13799
13800 * scripts/localplt.awk: Check for PLT generated by internal IFUNC
13801 calls.
13802
7578473b
AZ
13803 * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Revert
13804 previous change.
13805
f3f1dab3
AZ
13806 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
13807
6da36183
AS
138082014-03-25 Andreas Schwab <schwab@suse.de>
13809
13810 * sysdeps/unix/sysv/linux/check_pf.c (make_request): Add out_fail2
13811 label to be used after in6ailist is initialized.
13812
f3f1dab3 138132014-03-25 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
449282f2 13814
7578473b 13815 * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
449282f2
AZ
13816 (__PTHREAD_MUTEX_HAVE_ELISION): New define.
13817
046651c1
JM
138182014-03-25 Joseph Myers <joseph@codesourcery.com>
13819
13820 [BZ #16357]
13821 [BZ #16599]
13822 * math/gen-auto-libm-tests.c (fp_format_desc): Add field
13823 min_plus_half.
13824 (fp_formats): Update initializers.
13825 (init_fp_formats): Initialize new field.
13826 (output_for_one_input_case): Allow underflow for results up to
13827 min_plus_half.
13828 * math/libm-test.inc (log1p_test): Use ALL_RM_TEST.
13829 * math/auto-libm-test-in: Don't mark some underflows from asin and
13830 atanh as spurious.
13831 * math/auto-libm-test-out: Regenerated.
13832 * sysdeps/i386/fpu/libm-test-ulps: Update.
13833 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13834
003e49ed
AS
138352014-03-25 Andreas Schwab <schwab@suse.de>
13836
13837 * libio/Makefile (tst-ftell-partial-wide-ENV)
13838 (tst-ftell-active-handler-ENV): Define.
13839
de031874
SL
138402014-03-25 Stefan Liebler <stli@linux.vnet.ibm.com>
13841
13842 * NEWS: Add 16712, 16713, 16714 to fixed bug list.
13843
55a81e3b
PP
138442014-03-24 Paul Pluzhnikov <ppluzhnikov@google.com>
13845
13846 * elf/tst-dlopen-aout.c: Adjust comments. Use test-skeleton.c
13847
f3426898
JM
138482014-03-24 Joseph Myers <joseph@codesourcery.com>
13849
13850 * sysdeps/ieee754/dbl-64/e_exp.c: Include <math.h>.
13851 * sysdeps/x86_64/fpu/multiarch/e_exp.c
13852 [HAVE_FMA4_SUPPORT || HAVE_AVX_SUPPORT]: Likewise.
13853
a42faf59
PP
138542014-03-24 Paul Pluzhnikov <ppluzhnikov@google.com>
13855
13856 [BZ #16634]
a42faf59 13857 * elf/dl-load.c (open_verify): Add mode parameter.
97d8ca99
CD
13858 Error early when ET_EXEC and mode does not have __RTLD_OPENEXEC.
13859 (open_path): Change from boolean 'secure' to complete flag 'mode'
13860 (_dl_map_object): Adjust.
a42faf59
PP
13861 * elf/Makefile (tests): Add tst-dlopen-aout.
13862 * elf/tst-dlopen-aout.c: New test.
13863
50936127
SL
138642014-03-24 Stefan Liebler <stli@linux.vnet.ibm.com>
13865
13866 [BZ #16714]
13867 * sysdeps/unix/sysv/linux/s390/bits/stat.h
13868 (struct stat): Rename member pad0 to __glibc_reserved0.
13869
26011b5c
SL
13870 [BZ #16712]
13871 * sysdeps/s390/s390-32/bits/wordsize.h
13872 (__WORDSIZE32_SIZE_ULONG): New define.
13873 * sysdeps/s390/s390-64/bits/wordsize.h
13874 (__WORDSIZE32_SIZE_ULONG): Likewise.
13875 * sysdeps/generic/stdint.h (SIZE_MAX):
13876 Define as UL if __WORDSIZE32_SIZE_ULONG.
13877
a2d86bf1
SL
13878 [BZ #16713]
13879 * sysdeps/unix/sysv/linux/s390/bits/sigaction.h
13880 (__glibc_reserved0): New variable.
13881 (sa_flags): Change type to int.
13882
78b6eebc
SL
13883 * posix/Makefile (before-compile): Use += before-compile instead
13884 of a :=.
13885
f1399b5a
SL
13886 * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
13887 (__PTHREAD_MUTEX_HAVE_ELISION): New define.
13888
a071766e
AS
138892014-03-20 Andreas Schwab <schwab@suse.de>
13890
13891 [BZ #16743]
13892 * sysdeps/posix/getaddrinfo.c (gaih_inet): Properly skip over
13893 non-matching result from nscd.
13894
27c673b8
SP
138952014-03-24 Siddhesh Poyarekar <siddhesh@redhat.com>
13896
13897 * scripts/bench.py: Moved to ...
13898 * benchtests/scripts/bench.py: ... here.
13899 * benchtests/Makefile ($(objpfx)bench-%.c): Adjust.
13900
44152e4b
AS
139012014-03-24 Andreas Schwab <schwab@suse.de>
13902
13903 [BZ #16002]
13904 * sysdeps/unix/sysv/linux/check_pf.c (make_request): Use
13905 alloca_account and account alloca use for struct in6ailist.
13906
b376a11a
JM
139072014-03-24 Joseph Myers <joseph@codesourcery.com>
13908
13909 [BZ #16284]
13910 * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use original
13911 rounding mode to recompute results that overflow to infinity or
13912 underflow to zero.
13913 * math/auto-libm-test-in: Don't mark tests as expected to fail for
13914 bug 16284.
13915 * math/auto-libm-test-out: Regenerated.
13916 * math/libm-test.inc (ccos_test): Use ALL_RM_TEST.
13917 (ccosh_test): Likewise.
13918 (csin_test_data): Use plus_oflow.
13919 (csin_test): Use ALL_RM_TEST.
13920 (csinh_test_data): Use plus_oflow.
13921 (csinh_test): Use ALL_RM_TEST.
13922 * sysdeps/i386/fpu/libm-test-ulps: Update.
13923 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13924
f7be7376
JM
139252014-03-21 Joseph Myers <joseph@codesourcery.com>
13926
1ca2d03e
JM
13927 * sysdeps/mips/bits/wordsize.h: Include <sgidefs.h>.
13928 * sysdeps/unix/sysv/linux/mips/getrlimit64.c: Likewise.
13929 * sysdeps/unix/sysv/linux/mips/setrlimit64.c: Likewise.
13930
f7be7376
JM
13931 [BZ #16731]
13932 * sysdeps/i386/fpu/e_log.S (__ieee754_log): Take absolute value
13933 when x - 1 is zero.
13934 * sysdeps/i386/fpu/e_logf.S (__ieee754_logf): Likewise.
13935 * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Likewise.
13936 * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
13937 * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Return +0 when
13938 argument is 1.
13939 * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Likewise.
13940 * sysdeps/x86_64/fpu/e_logl.S: Take absolute value when x - 1 is
13941 zero.
13942 * math/libm-test.inc (log_test): Use ALL_RM_TEST.
13943 * sysdeps/i386/fpu/libm-test-ulps: Update.
13944 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13945
fdf4534d
SP
139462014-03-21 Siddhesh Poyarekar <siddhesh@redhat.com>
13947
df26ea53
SP
13948 * scripts/bench.pl: Remove file.
13949 * scripts/bench.py: New benchmark script.
13950 * benchtests/Makefile ($(objpfx)bench-%.c): Use it.
13951 * benchtests/README: Mention python dependency.
13952 * scripts/pylintrc: New file.
13953 * scripts/pylint: New file.
13954
fdf4534d
SP
13955 * bits/mathdef.h: Use #ifdef instead of #if.
13956 * sysdeps/arm/bits/mathdef.h [defined __USE_ISOC99 && defined
13957 _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
13958 * sysdeps/tile/bits/mathdef.h [defined __USE_ISOC99 && defined
13959 _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
13960 * sysdeps/x86/bits/mathdef.h [defined __USE_ISOC99 && defined
13961 _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
13962
6f23d093
AZ
139632014-03-20 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
13964 Vidya Ranganathan <vidya@linux.vnet.ibm.com>
13965
13966 * string/strpbrk.c (strpbrk): Using macro to redefine symbol name.
13967 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpbrk-power7
13968 and strpbrk-ppc64 objects.
13969 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
13970 (__libc_ifunc_impl_list): Add new strpbrk optimized symbols.
13971 * sysdeps/powerpc/powerpc64/multiarch/strpbrk-power7.S: New file:
13972 multiarch strpbrk for POWER7.
13973 * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: New file:
13974 multiarch strpbrk for PPC64.
13975 * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: New file: strpbrk
13976 ifunc selector.
13977 * sysdeps/powerpc/powerpc64/power7/strpbrk.S: New file: optimited
13978 strpbrk for POWER7.
13979
8c92dfff
JM
139802014-03-20 Joseph Myers <joseph@codesourcery.com>
13981
13982 * math/libm-test.inc (asinh_test): Use ALL_RM_TEST.
13983 (atan_test): Likewise.
13984 (atanh_test_data): Use NO_TEST_INLINE for two tests.
13985 (atanh_test): Use ALL_RM_TEST.
13986 (atan2_test_data): Likewise.
13987 (cabs_test): Likewise.
13988 (cacosh_test): Likewise.
13989 (carg_test): Likewise.
13990 (casin_test): Likewise.
13991 (casinh_test): Likewise.
13992 (cbrt_test): Likewise.
13993 (csqrt_test): Likewise.
13994 (erf_test): Likewise.
13995 (erfc_test): Likewise.
13996 (pow10_test): Likewise.
13997 (exp2_test): Likewise.
13998 (hypot_test): Likewise.
13999 (j0_test): Likewise.
14000 (j1_test): Likewise.
14001 (lgamma_test): Likewise.
14002 (gamma_test): Likewise.
14003 (sincos_test): Likewise.
14004 (tanh_test): Likewise.
14005 (y0_test): Likewise.
14006 (y1_test): Likewise.
14007 * sysdeps/i386/fpu/libm-test-ulps: Update.
14008 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14009
6eaf95cb
AZ
140102014-03-20 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
14011
a387428c
SP
14012 * string/strcspn.c (strcspn): Using macro to redefine symbol name.
14013 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcspn-power7
6eaf95cb
AZ
14014 and strcspn-ppc64 objects.
14015 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14016 (__libc_ifunc_impl_list): Add new strcspn optimized symbols.
14017 * sysdeps/powerpc/powerpc64/multiarch/strcspn-power7.S: New file:
14018 multiarch strcspn for POWER7.
14019 * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: New file:
14020 multiarch strcspn for PPC64.
14021 * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: New file: strcspn
14022 ifunc selector.
14023 * sysdeps/powerpc/powerpc64/power7/strcspn.S: New file: optimited
14024 strcspn for POWER7.
14025
ae3a5dff
JM
140262014-03-20 Joseph Myers <joseph@codesourcery.com>
14027
14028 * math/gen-libm-test.pl (generate_testfile): Expect only function
14029 name as argument to AUTO_TESTS_* and pass results for all rounding
14030 modes to parse_args.
14031 (parse_auto_input): Separate inputs of automatic tests from
14032 outputs before storing in %auto_tests.
14033 * math/libm-test.inc (acos_test_data): Update call to
14034 AUTO_TESTS_f_f.
14035 (acos_test): Use ALL_RM_TEST.
14036 (acos_tonearest_test_data): Remove.
14037 (acos_test_tonearest): Likewise.
14038 (acos_towardzero_test_data): Likewise.
14039 (acos_test_towardzero): Likewise.
14040 (acos_downward_test_data): Likewise.
14041 (acos_test_downward): Likewise.
14042 (acos_upward_test_data): Likewise.
14043 (acos_test_upward): Likewise.
14044 (acosh_test_data): Update call to AUTO_TESTS_f_f.
14045 (asin_test_data): Likewise.
14046 (asin_test): Use ALL_RM_TEST.
14047 (asin_tonearest_test_data): Remove.
14048 (asin_test_tonearest): Likewise.
14049 (asin_towardzero_test_data): Likewise.
14050 (asin_test_towardzero): Likewise.
14051 (asin_downward_test_data): Likewise.
14052 (asin_test_downward): Likewise.
14053 (asin_upward_test_data): Likewise.
14054 (asin_test_upward): Likewise.
14055 (asinh_test_data): Update call to AUTO_TESTS_f_f.
14056 (atan_test_data): Likewise.
14057 (atanh_test_data): Likewise.
14058 (atan2_test_data): Update call to AUTO_TESTS_ff_f.
14059 (cabs_test_data): Update call to AUTO_TESTS_c_f.
14060 (carg_test_data): Likewise.
14061 (cbrt_test_data): Update call to AUTO_TESTS_f_f.
14062 (ccos_test_data): Update call to AUTO_TESTS_c_c.
14063 (ccosh_test_data): Likewise.
14064 (cexp_test_data): Likewise.
14065 (clog_test_data): Likewise.
14066 (clog10_test_data): Likewise.
14067 (cos_test_data): Update call to AUTO_TESTS_f_f.
14068 (cos_test): Use ALL_RM_TEST.
14069 (cos_tonearest_test_data): Remove.
14070 (cos_test_tonearest): Likewise.
14071 (cos_towardzero_test_data): Likewise.
14072 (cos_test_towardzero): Likewise.
14073 (cos_downward_test_data): Likewise.
14074 (cos_test_downward): Likewise.
14075 (cos_upward_test_data): Likewise.
14076 (cos_test_upward): Likewise.
14077 (cosh_test_data): Update call to AUTO_TESTS_f_f.
14078 (cosh_test): Use ALL_RM_TEST.
14079 (cosh_tonearest_test_data): Remove.
14080 (cosh_test_tonearest): Likewise.
14081 (cosh_towardzero_test_data): Likewise.
14082 (cosh_test_towardzero): Likewise.
14083 (cosh_downward_test_data): Likewise.
14084 (cosh_test_downward): Likewise.
14085 (cosh_upward_test_data): Likewise.
14086 (cosh_test_upward): Likewise.
14087 (cpow_test_data): Update call to AUTO_TESTS_cc_c.
14088 (csqrt_test_data): Update call to AUTO_TESTS_c_c.
14089 (ctan_test_data): Likewise.
14090 (ctan_test): Use ALL_RM_TEST.
14091 (ctan_tonearest_test_data): Remove.
14092 (ctan_test_tonearest): Likewise.
14093 (ctan_towardzero_test_data): Likewise.
14094 (ctan_test_towardzero): Likewise.
14095 (ctan_downward_test_data): Likewise.
14096 (ctan_test_downward): Likewise.
14097 (ctan_upward_test_data): Likewise.
14098 (ctan_test_upward): Likewise.
14099 (ctanh_test_data): Update call to AUTO_TESTS_c_c.
14100 (ctanh_test): Use ALL_RM_TEST.
14101 (ctanh_tonearest_test_data): Remove.
14102 (ctanh_test_tonearest): Likewise.
14103 (ctanh_towardzero_test_data): Likewise.
14104 (ctanh_test_towardzero): Likewise.
14105 (ctanh_downward_test_data): Likewise.
14106 (ctanh_test_downward): Likewise.
14107 (ctanh_upward_test_data): Likewise.
14108 (ctanh_test_upward): Likewise.
14109 (erf_test_data): Update call to AUTO_TESTS_f_f.
14110 (erfc_test_data): Likewise.
14111 (exp_test_data): Likewise.
14112 (exp_test): Use ALL_RM_TEST.
14113 (exp_tonearest_test_data): Remove.
14114 (exp_test_tonearest): Likewise.
14115 (exp_towardzero_test_data): Likewise.
14116 (exp_test_towardzero): Likewise.
14117 (exp_downward_test_data): Likewise.
14118 (exp_test_downward): Likewise.
14119 (exp_upward_test_data): Likewise.
14120 (exp_test_upward): Likewise.
14121 (exp10_test_data): Update call to AUTO_TESTS_f_f.
14122 (exp10_test): Use ALL_RM_TEST.
14123 (exp10_tonearest_test_data): Remove.
14124 (exp10_test_tonearest): Likewise.
14125 (exp10_towardzero_test_data): Likewise.
14126 (exp10_test_towardzero): Likewise.
14127 (exp10_downward_test_data): Likewise.
14128 (exp10_test_downward): Likewise.
14129 (exp10_upward_test_data): Likewise.
14130 (exp10_test_upward): Likewise.
14131 (exp2_test_data): Update call to AUTO_TESTS_f_f.
14132 (expm1_test_data): Likewise.
14133 (expm1_test): Use ALL_RM_TEST.
14134 (expm1_tonearest_test_data): Remove.
14135 (expm1_test_tonearest): Likewise.
14136 (expm1_towardzero_test_data): Likewise.
14137 (expm1_test_towardzero): Likewise.
14138 (expm1_downward_test_data): Likewise.
14139 (expm1_test_downward): Likewise.
14140 (expm1_upward_test_data): Likewise.
14141 (expm1_test_upward): Likewise.
14142 (fma_test_data): Update call to AUTO_TESTS_fff_f.
14143 (fma_test): Use ALL_RM_TEST.
14144 (fma_towardzero_test_data): Remove.
14145 (fma_test_towardzero): Likewise.
14146 (fma_downward_test_data): Likewise.
14147 (fma_test_downward): Likewise.
14148 (fma_upward_test_data): Likewise.
14149 (fma_test_upward): Likewise.
14150 (hypot_test_data): Update call to AUTO_TESTS_ff_f.
14151 (j0_test_data): Update call to AUTO_TESTS_f_f.
14152 (j1_test_data): Likewise.
14153 (jn_test_data): Update call to AUTO_TESTS_if_f.
14154 (lgamma_test_data): Update call to AUTO_TESTS_f_f1.
14155 (log_test_data): Update call to AUTO_TESTS_f_f.
14156 (log10_test_data): Likewise.
14157 (log1p_test_data): Likewise.
14158 (log2_test_data): Likewise.
14159 (pow_test_data): Update call to AUTO_TESTS_ff_f.
14160 (pow_tonearest_test_data): Likewise.
14161 (sin_test_data): Update call to AUTO_TESTS_f_f.
14162 (sin_test): Use ALL_RM_TEST.
14163 (sin_tonearest_test_data): Remove.
14164 (sin_test_tonearest): Likewise.
14165 (sin_towardzero_test_data): Likewise.
14166 (sin_test_towardzero): Likewise.
14167 (sin_downward_test_data): Likewise.
14168 (sin_test_downward): Likewise.
14169 (sin_upward_test_data): Likewise.
14170 (sin_test_upward): Likewise.
14171 (sincos_test_data): Update call to AUTO_TESTS_fFF_11.
14172 (sinh_test_data): Update call to AUTO_TESTS_f_f.
14173 (sinh_test): Use ALL_RM_TEST.
14174 (sinh_tonearest_test_data): Remove.
14175 (sinh_test_tonearest): Likewise.
14176 (sinh_towardzero_test_data): Likewise.
14177 (sinh_test_towardzero): Likewise.
14178 (sinh_downward_test_data): Likewise.
14179 (sinh_test_downward): Likewise.
14180 (sinh_upward_test_data): Likewise.
14181 (sinh_test_upward): Likewise.
14182 (sqrt_test_data): Update call to AUTO_TESTS_f_f.
14183 (sqrt_test): Use ALL_RM_TEST.
14184 (sqrt_tonearest_test_data): Remove.
14185 (sqrt_test_tonearest): Likewise.
14186 (sqrt_towardzero_test_data): Likewise.
14187 (sqrt_test_towardzero): Likewise.
14188 (sqrt_downward_test_data): Likewise.
14189 (sqrt_test_downward): Likewise.
14190 (sqrt_upward_test_data): Likewise.
14191 (sqrt_test_upward): Likewise.
14192 (tan_test_data): Update call to AUTO_TESTS_f_f.
14193 (tan_test): Use ALL_RM_TEST.
14194 (tan_tonearest_test_data): Remove.
14195 (tan_test_tonearest): Likewise.
14196 (tan_towardzero_test_data): Likewise.
14197 (tan_test_towardzero): Likewise.
14198 (tan_downward_test_data): Likewise.
14199 (tan_test_downward): Likewise.
14200 (tan_upward_test_data): Likewise.
14201 (tan_test_upward): Likewise.
14202 (tanh_test_data): Update call to AUTO_TESTS_f_f.
14203 (tgamma_test_data): Likewise.
14204 (y0_test_data): Likewise.
14205 (y1_test_data): Likewise.
14206 (yn_test_data): Update call to AUTO_TESTS_if_f.
14207 (main): Do not call removed functions.
14208
d71aeee8
JM
142092014-03-19 Joseph Myers <joseph@codesourcery.com>
14210
14211 * math/libm-test.inc (fdim_test): Use ALL_RM_TEST.
14212 (ldexp_test_data): Remove.
14213 (ldexp_test): Move to after scalbn_test. Use ALL_RM_TEST with
14214 scalbn_test_data.
14215 (scalb_test): Use ALL_RM_TEST.
14216
baaf1ded
AS
142172014-03-19 Andreas Schwab <schwab@suse.de>
14218
14219 * nscd/nscd.service: Also invalidate netgroup cache on reload.
14220
b1115e91
JM
142212014-03-19 Joseph Myers <joseph@codesourcery.com>
14222
14223 [BZ #16649]
14224 * sysdeps/unix/sysv/linux/alpha/kernel-features.h
14225 [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PREADV): Undefine.
14226 [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PWRITEV): Likewise.
14227 * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
14228 (__ASSUME_PREADV): Undefine.
14229 (__ASSUME_PWRITEV): Likewise.
14230
0283ecca
RM
142312014-03-18 Roland McGrath <roland@hack.frob.com>
14232
7d375303
RM
14233 * bits/mman-linux.h: Add comment about non-Linux use.
14234 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add comment about
14235 bits/mman-linux.h resting place.
14236
0283ecca
RM
14237 * sysdeps/unix/sysv/linux/bits/mman-linux.h: Moved to ...
14238 * bits/mman-linux.h: ... here.
14239
aebe1003
AZ
142402014-03-18 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
14241
14242 * conform/conformtest.pl: Add standard definition when calling C
14243 preprocessor on data files.
14244 (checknamespace): Remove unused variable.
14245
b29b6bb8
JM
142462014-03-18 Joseph Myers <joseph@codesourcery.com>
14247
14248 * math/gen-libm-test.pl (parse_args): Handle plus_oflow,
14249 minus_oflow, plus_uflow and minus_uflow in expected results.
14250 * math/libm-test.inc (scalbn_test_data): Add more tests of
14251 negative arguments. Use plus_oflow, minus_oflow, plus_uflow and
14252 minus_uflow.
14253 (scalbn_test): Use ALL_RM_TEST.
14254 (scalbln_test_data): Add more tests of negative arguments. Use
14255 plus_oflow, minus_oflow, plus_uflow and minus_uflow.
14256 (scalbln_test): Use ALL_RM_TEST.
14257
c8f8fa15
RM
142582014-03-18 Roland McGrath <roland@hack.frob.com>
14259
14260 * scripts/abilist.awk: Ignore symbols marked with .hidden.
14261
fede7a5f
WN
142622014-03-18 Will Newton <will.newton@linaro.org>
14263
14264 * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Remove
14265 inaccurate comment.
14266
80cf0a58
JM
142672014-03-18 Joseph Myers <joseph@codesourcery.com>
14268
14269 * Makerules [!subdir] (check-abi): Exit with error status if a
14270 test failed.
14271
b3620862
JM
142722014-03-17 Joseph Myers <joseph@codesourcery.com>
14273
14274 * math/libm-test.inc (nearbyint_test_data): Include all tests used
14275 for rint. Include results for all rounding modes.
14276 (nearbyint_test): Use ALL_RM_TEST.
14277 (rint_test_data): Include all tests used for nearbyint.
14278
788bba36
WN
142792014-03-17 Will Newton <will.newton@linaro.org>
14280
04ec140a
WN
14281 * nptl/sysdeps/pthread/pthread.h: Revert previous
14282 change.
14283
7579d8d5
WN
14284 * sysdeps/generic/ldsodefs.h: Revert previous
14285 change.
14286
c15cf13a
WN
14287 * libio/genops.c: Revert previous change.
14288 * libio/libioP.h: Likewise.
14289 * stdio-common/vfprintf.c: Likewise.
14290
d0ac1324
WN
14291 * sysdeps/generic/math_private.h: Revert previous
14292 change.
14293
9290130a
WN
14294 * sysdeps/generic/math_private.h: Check whether
14295 HAVE_RM_CTX is defined with #ifdef rather
14296 than #if.
14297
afb466fc
WN
14298 * argp/argp-fmtstream.h: Check whether
14299 __STRICT_ANSI__ is defined with #ifdef rather
14300 than #if.
14301 * argp/argp.h: Likewise.
14302
f7efd7c3
WN
14303 * libio/genops.c: Check whether
14304 _IO_JUMPS_OFFSET is defined with #ifdef rather
14305 than #if.
14306 * libio/libioP.h: Likewise.
14307 * stdio-common/vfprintf.c: Likewise.
14308
53f1bed3
WN
14309 * sysdeps/generic/ldsodefs.h: Check whether
14310 HP_SMALL_TIMING_AVAIL is defined with #ifdef rather
14311 than #if.
14312
788bba36
WN
14313 * nptl/sysdeps/pthread/pthread.h: Check
14314 __PTHREAD_MUTEX_HAVE_ELISION is defined before testing
14315 its value.
14316
fcd89ebe
SP
143172014-03-17 Siddhesh Poyarekar <siddhesh@redhat.com>
14318
ae42bbc5
SP
14319 * libio/iofdopen.c (_IO_new_fdopen): Seek to end only if
14320 setting O_APPEND.
14321 * libio/tst-ftell-active-handler.c (do_append_test): Add a
14322 test case.
14323
ea33158c
SP
14324 [BZ #16680]
14325 * libio/fileops.c (_IO_file_open): Seek to end of file but
14326 don't cache the offset.
14327 (get_file_offset): Remove function.
14328 (do_ftell): Use cached offset when available.
14329 * libio/iofdopen.c (_IO_new_fdopen): Seek to end of file but
14330 don't cache the offset.
14331 * libio/tst-ftell-active-handler.c (do_rewind_test): New test
14332 case.
14333 (do_one_test): Call it.
14334 (do_ftell_test): Fix up expected old offset for a+ mode.
14335 * libio/wfileops.c (do_ftell_wide): Used cached offset when
14336 available.
14337
b1dbb426
SP
14338 * libio/tst-ftell-active-handler.c (do_ftell_test): Don't mix
14339 up test status with function return status.
14340 (do_write_test): Likewise.
14341 (do_append_test): Likewise.
14342
fcd89ebe
SP
14343 * nptl/sysdeps/pthread/bits/libc-lockP.h [defined NOT_IN_libc
14344 && !defined IS_IN_libpthread && __LT_SPINNOCK_INIT != 0]:
14345 Remove.
14346
9962a2d3
JM
143472014-03-17 Joseph Myers <joseph@codesourcery.com>
14348
14349 * math/gen-libm-test.pl (parse_args): Handle results specified for
14350 each rounding mode separately.
14351 * math/libm-test.inc (lrint_test_data): Merge in per-rounding-mode
14352 tests and results from lrint_tonearest_test_data,
14353 lrint_towardzero_test_data, lrint_downward_test_data and
14354 lrint_upward_test_data.
14355 (lrint_test): Use ALL_RM_TEST.
14356 (lrint_tonearest_test_data): Remove.
14357 (lrint_test_tonearest): Likewise.
14358 (lrint_towardzero_test_data): Likewise.
14359 (lrint_test_towardzero): Likewise.
14360 (lrint_downward_test_data): Likewise.
14361 (lrint_test_downward): Likewise.
14362 (lrint_upward_test_data): Likewise.
14363 (lrint_test_upward): Likewise.
14364 (llrint_test_data): Merge in per-rounding-mode tests and results
14365 from llrint_tonearest_test_data, llrint_towardzero_test_data,
14366 llrint_downward_test_data and llrint_upward_test_data.
14367 (llrint_test): Use ALL_RM_TEST.
14368 (llrint_tonearest_test_data): Remove.
14369 (llrint_test_tonearest): Likewise.
14370 (llrint_towardzero_test_data): Likewise.
14371 (llrint_test_towardzero): Likewise.
14372 (llrint_downward_test_data): Likewise.
14373 (llrint_test_downward): Likewise.
14374 (llrint_upward_test_data): Likewise.
14375 (llrint_test_upward): Likewise.
14376 (rint_test_data): Merge in per-rounding-mode tests and results
14377 from rint_tonearest_test_data, rint_towardzero_test_data,
14378 rint_downward_test_data and rint_upward_test_data. Add
14379 per-rounding-mode results for tests not in those arrays.
14380 (rint_test): Use ALL_RM_TEST.
14381 (rint_tonearest_test_data): Remove.
14382 (rint_test_tonearest): Likewise.
14383 (rint_towardzero_test_data): Likewise.
14384 (rint_test_towardzero): Likewise.
14385 (rint_downward_test_data): Likewise.
14386 (rint_test_downward): Likewise.
14387 (rint_upward_test_data): Likewise.
14388 (rint_test_upward): Likewise.
14389 (main): Don't call removed functions.
14390
5006148e
RM
143912014-03-14 Roland McGrath <roland@hack.frob.com>
14392
14393 * csu/Makefile ($(objpfx)version-info.h): Remove linux-specific
14394 "Compiled on ..." crapola. It is anti-useful.
14395
d6fe5e58
JM
143962014-03-14 Joseph Myers <joseph@codesourcery.com>
14397
14398 * scripts/evaluate-test.sh: Handle fourth argument to determine
14399 whether test run should stop on failure.
14400 * Makeconfig (stop-on-test-failure): New variable.
14401 (evaluate-test): Pass fourth argument to evaluate-test.sh based on
14402 $(stop-on-test-failure).
14403 * Makefile (tests): Give a summary of results from testing and
14404 exit with failure status if they include an ERROR or FAIL.
14405 (xtests): Likewise.
14406 * manual/install.texi (Configuring and compiling): Mention
14407 stop-on-test-failure=y.
14408 * INSTALL: Regenerated.
14409
498a2233
RM
144102014-03-14 Roland McGrath <roland@hack.frob.com>
14411
22dbc19d
RM
14412 * scripts/versionlist.awk: New file.
14413 * Makerules [$(build-shared) = yes]
14414 (postclean-generated): Add Versions.def, not Versions.def.v and
14415 Versions.def.v.i.
14416 ($(common-objpfx)Versions.def.v.i): Target removed.
14417 ($(common-objpfx)Versions.def): New target.
14418 ($(common-objpfx)Versions.all): Depend on that rather that
14419 $(common-objpfx)Versions.def.v.
14420 * Versions.def: File removed.
14421
498a2233
RM
14422 * Makeconfig (+gccwarn): Add -Wundef.
14423 * include/errno.h [IS_IN_rtld] [!RTLD_PRIVATE_ERRNO]: #error to catch
14424 a dl-sysdep.h breaking its contract.
14425 [!IS_IN_rtld] (RTLD_PRIVATE_ERRNO): Define it to 0.
14426 * include/stackinfo.h: New file.
14427 * nptl/sysdeps/i386/tls.h (TLS_DTV_AT_TP): New macro.
14428 * nptl/sysdeps/powerpc/tls.h (TLS_TCB_AT_TP): New macro.
14429 * nptl/sysdeps/s390/tls.h (TLS_DTV_AT_TP): New macro.
14430 * nptl/sysdeps/sh/tls.h (TLS_TCB_AT_TP): New macro.
14431 * nptl/sysdeps/sparc/tls.h (TLS_DTV_AT_TP): New macro.
14432 * nptl/sysdeps/x86_64/tls.h (TLS_DTV_AT_TP): New macro.
14433 * sysdeps/aarch64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
14434 * sysdeps/alpha/nptl/tls.h (TLS_TCB_AT_TP): New macro.
14435 * sysdeps/arm/nptl/tls.h (TLS_TCB_AT_TP): New macro.
14436 * sysdeps/ia64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
14437 * sysdeps/m68k/nptl/tls.h (TLS_TCB_AT_TP): New macro.
14438 * sysdeps/mach/hurd/i386/tls.h (TLS_DTV_AT_TP): New macro.
14439 * sysdeps/microblaze/nptl/tls.h (TLS_TCB_AT_TP): New macro.
14440 * sysdeps/mips/nptl/tls.h (TLS_TCB_AT_TP): New macro.
14441 * sysdeps/tile/nptl/tls.h (TLS_TCB_AT_TP): New macro.
14442
c7de5025
AZ
144432014-03-14 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
14444
14445 [BZ #16707]
14446 * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Remove wrong
14447 implementation.
14448 * math/libm-test.inc (round_test_data): Add more tests.
14449
98fb27a3
AZ
14450 [BZ #16706]
14451 * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Remove wrong
14452 implementation.
14453 * math/libm-test.inc (nearbyint_test_data): Add more tests.
14454
374f7f61
AZ
14455 [BZ #16701]
14456 * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Remove wrong
14457 implementation.
14458 * math/libm-test.inc (ceil_test_data): Add more tests.
14459
4655c291
AZ
14460 * math/libm-test.inc (trunc_test_data): Add more tests related to
14461 BZ#16414.
14462
d7329d4b
RM
144632014-03-14 Roland McGrath <roland@hack.frob.com>
14464
14465 * nptl/pthread_create.c (__pthread_create_2_1): Test TLS_TCB_AT_TP
14466 with #if rather than #ifdef.
14467 * nptl/sysdeps/pthread/createthread.c (create_thread): Likewise.
14468
aa4de9ce
L
144692014-03-14 H.J. Lu <hongjiu.lu@intel.com>
14470
14471 * sysdeps/x86_64/configure.ac: Check AVX-512 assembler support
14472 first. Disable AVX-512 GCC support if assembler doesn't support
14473 it.
14474 * sysdeps/x86_64/configure: Regenerated.
14475
2e03fae7
CD
144762014-03-13 Carlos O'Donell <carlos@redhat.com>
14477
14478 * nptl/pthread_attr_setstack.c (__pthread_attr_setstack)
14479 [!_STACK_GROWS_DOWN]: Don't add stacksize to stackaddr.
14480 (__old_pthread_attr_setstack): Likewise.
14481 * nptl/pthread_attr_getstack.c (__pthread_attr_getstack)
14482 [!_STACK_GROWS_DOWN]: Likewise.
14483
43ca83ec
MF
144842014-03-13 Mike Frysinger <vapier@gentoo.org>
14485
14486 * config.make.in (have-bash2): Delete.
14487 * configure.ac (libc_cv_have_bash2): Delete.
14488 * configure: Regenerate.
14489 * elf/Makefile (common-ldd-rewrite): Rename to ...
14490 (ldd-rewrite): ... this. Move bash-ldd-rewrite content to end.
14491 (sh-ldd-rewrite): Delete.
14492 (bash-ldd-rewrite): Delete.
14493 (have-bash2): Delete checks.
57f41c40
AS
14494 [ldd-rewrite-script]: Change $(ldd-shell)-ldd-rewrite to
14495 ldd-rewrite.
c66e48b4
MF
14496
14497 * config.make.in (have-ksh): Delete.
14498 (KSH): Delete.
14499 * configure.ac (libc_cv_have_ksh): Delete.
14500 * configure: Regenerate.
14501
b93834ef
MF
14502 * elf/Makefile: Delete $(have-ksh) check.
14503 ($(objpfx)sotruss): Change KSH to BASH.
14504 * elf/sotruss.ksh: Rename to ...
14505 * elf/sotruss.sh: ... this. Change @KSH@ to @BASH@. Change
14506 function style to match POSIX. Drop ksh vim mode setting.
14507
f3a4632a
MF
14508 * manual/time.texi (Specifying the Time Zone with TZ): Change
14509 Tuesday to Thursday.
14510
5896c8bd
MF
14511 * debug/tst-longjmp_chk2.c: Update header comment.
14512 (stackoverflow_handler): Add comment. Call assert on pass value.
14513
2d63a517
IZ
145142014-03-13 Igor Zamyatin <igor.zamyatin@intel.com>
14515
7e54fd04 14516 [BZ #16194]
2d63a517
IZ
14517 * config.h.in (HAVE_AVX512_SUPPORT): New #undef.
14518 (HAVE_AVX512_ASM_SUPPORT): Likewise.
14519 * sysdeps/x86_64/bits/link.h (La_x86_64_zmm): New.
14520 (La_x86_64_vector): Add zmm.
14521 * sysdeps/x86_64/Makefile (tests): Add tst-audit10.
14522 (modules-names): Add tst-auditmod10a and tst-auditmod10b.
14523 ($(objpfx)tst-audit10): New target.
14524 ($(objpfx)tst-audit10.out): Likewise.
14525 (tst-audit10-ENV): New.
14526 (AVX512-CFLAGS): Likewise.
14527 (CFLAGS-tst-audit10.c): Likewise.
14528 (CFLAGS-tst-auditmod10a.c): Likewise.
14529 (CFLAGS-tst-auditmod10b.c): Likewise.
14530 * sysdeps/x86_64/configure.ac: Set config-cflags-avx512,
14531 HAVE_AVX512_SUPPORT and HAVE_AVX512_ASM_SUPPORT.
14532 * sysdeps/x86_64/configure: Regenerated.
14533 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Add
14534 AVX-512 zmm register support.
14535 (_dl_x86_64_save_sse): Likewise.
14536 (_dl_x86_64_restore_sse): Likewise.
14537 * sysdeps/x86_64/dl-trampoline.h: Updated to support different
14538 size vector registers.
14539 * sysdeps/x86_64/link-defines.sym (YMM_SIZE): New.
14540 (ZMM_SIZE): Likewise.
14541 * sysdeps/x86_64/tst-audit10.c: New file.
14542 * sysdeps/x86_64/tst-auditmod10a.c: Likewise.
14543 * sysdeps/x86_64/tst-auditmod10b.c: Likewise.
14544
44c4e5d5
RM
145452014-03-13 Roland McGrath <roland@hack.frob.com>
14546
14547 * configure.ac (HAVE_EHDR_START): New check.
14548 * configure: Regenerated.
14549 * config.h.in (HAVE_EHDR_START): New #undef.
14550 * elf/rtld.c (dl_main) [HAVE_EHDR_START]: Use __ehdr_start rather than
14551 assuming the lowest-addressed segment maps the start of the file.
14552
acd6e389
JM
145532014-03-13 Joseph Myers <joseph@codesourcery.com>
14554
14555 * INSTALL: Regenerated.
14556
6f918f36
WN
145572014-03-13 Will Newton <will.newton@linaro.org>
14558
14559 * manual/setjmp.texi (System V contexts): Improve
14560 clarity and grammar of documentation.
14561
798212a0
PP
145622014-03-12 Paul Pluzhnikov <ppluzhnikov@google.com>
14563
14564 [BZ #16381]
798212a0 14565 * elf/Makefile (tests): Add tst-pie2.
2e03fae7 14566 (tests-pie): Add tst-pie2.
798212a0
PP
14567 * elf/tst-pie2.c: New file.
14568 * elf/dl-load.c (_dl_map_object_from_fd): Assert correct l_type
14569 for ET_EXEC.
14570 * elf/rtld.c (map_doit): Load executable as lt_executable.
14571 (dl_main): Likewise.
14572
abe6d90c
JM
145732014-03-12 Joseph Myers <joseph@codesourcery.com>
14574
14575 [BZ #16642]
14576 * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
14577 (__ASSUME_PSELECT): Undefine.
14578
dd3946c6
AZ
145792014-03-12 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
14580
14581 [BZ #16689]
14582 * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S
14583 (__bzero_ppc): Call memset@local instead of __memset_ppc@local for
14584 static build.
14585 * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Build IFUNC
14586 selector for static builds.
14587
c44496df
SP
145882014-03-12 Siddhesh Poyarekar <siddhesh@redhat.com>
14589
14590 [BZ #16695]
14591 * nscd/netgroupcache.c (addgetnetgrentX): Factor in space for
14592 key in the buffer.
14593
27c7220a
AZ
145942014-03-12 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
14595
57f41c40
AS
14596 * sysdeps/powerpc/powerpc64/multiarch/strspn.c (strspn): Build
14597 IFUNC selector for static builds.
27c7220a 14598
600fa361
JM
145992014-03-11 Joseph Myers <joseph@codesourcery.com>
14600
76c96cf7
JM
14601 * sysdeps/mips/math_private.h [__mips_hard_float]
14602 (libc_feresetround_ctx): Define to libc_feupdateenv_mips_ctx not
14603 libc_feresetround_mips_ctx.
14604 [__mips_hard_float] (libc_feresetroundf_ctx): Likewise.
14605 [__mips_hard_float] (libc_feresetroundl_ctx): Likewise.
14606 [__mips_hard_float] (libc_feresetround_mips_ctx): Remove.
14607
600fa361
JM
14608 [BZ #16677]
14609 * math/s_nextafter.c (__nextafter): Do not return value from
14610 overflowing computation.
14611 * sysdeps/i386/fpu/s_nextafterl.c (__nextafterl): Likewise.
14612 * sysdeps/ieee754/flt-32/s_nextafterf.c (__nextafterf): Likewise.
14613 * sysdeps/ieee754/ldbl-128/s_nextafterl.c (__nextafterl):
14614 Likewise.
14615 * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl):
14616 Likewise.
14617 * sysdeps/m68k/m680x0/fpu/s_nextafterl.c (__nextafterl): Likewise.
14618 * math/libm-test.inc (nextafter_test): Use ALL_RM_TEST.
14619
d7706c32
RM
146202014-03-11 Roland McGrath <roland@hack.frob.com>
14621
14622 * sysdeps/arm/setjmp.S: Use sfi_breg on stores of mangled registers.
14623 * sysdeps/arm/__longjmp.S: Use sfi_breg on loads of mangled registers.
14624 Move sfi_sp use from the load-multiple (that no longer sets sp) to
14625 the new mov targetting sp.
14626
4facea47
AZ
146272014-03-11 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
14628
14629 [BZ #16683]
14630 * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S (__bzero_ppc):
14631 Define it for static builds as well.
14632 (NO_BZERO_IMPL): Likewise.
14633
e65caf1f
VR
146342014-03-11 Vidya Ranganathan <vidya@linux.vnet.ibm.com>
14635
14636 * sysdeps/powerpc/powerpc64/power7/strspn.S: New file: Optimization.
14637 * sysdeps/powerpc/powerpc64/multiarch/strspn.c: New file:
14638 multiarch strspn for PPC64.
14639 * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: New file
14640 * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: New file
14641 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
14642 (__libc_ifunc_impl_list): Likewise.
14643 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strspn
14644 multiarch optimizations
14645 * string/strspn.c (strspn): Using macro to redefine symbol name.
14646
ba9cc071
AZ
146472014-03-10 Vidya Ranganathan <vidya@linux.vnet.ibm.com>
14648 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
14649
14650 * sysdeps/powerpc/powerpc64/power7/strncat.S: New file: Optimization.
14651 * sysdeps/powerpc/powerpc64/multiarch/strncat.c: New file:
14652 multiarch strncat for PPC64.
14653 * sysdeps/powerpc/powerpc64/multiarch/strncat-ppc64.c: New file
14654 * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.S: New file
14655 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
14656 (__libc_ifunc_impl_list): Likewise.
14657 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncat
14658 multiarch optimizations
14659
8b4ff974
SP
146602014-03-10 Siddhesh Poyarekar <siddhesh@redhat.com>
14661
14662 [BZ #16639]
14663 * nscd/nscd.service: Make service type forking.
14664
54b46a4b
AZ
146652014-03-03 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
14666
14667 * sysdeps/powerpc/power5+/fpu/s_modf.c (__modf): Fix to return correct
14668 sign in non default rounding modes.
14669 * sysdeps/powerpc/power5+/fpu/s_modff.c (__modff): Likewise.
14670
e9996ef7
JM
146712014-03-08 Joseph Myers <joseph@codesourcery.com>
14672
14673 * math/libm-test.inc (ALL_RM_TEST): New macro.
14674 (ceil_test): Use ALL_RM_TEST.
14675 (cimag_test): Likewise.
14676 (conj_test): Likewise.
14677 (copysign_test): Likewise.
14678 (cproj_test): Likewise.
14679 (creal_test): Likewise.
14680 (fabs_test): Likewise.
14681 (floor_test): Likewise.
14682 (fmax_test): Likewise.
14683 (fmin_test): Likewise.
14684 (fmod_test): Likewise.
14685 (fpclassify_test): Likewise.
14686 (frexp_test): Likewise.
14687 (ilogb_test): Likewise.
14688 (isfinite_test): Likewise.
14689 (finite_test): Likewise.
14690 (isgreater_test): Likewise.
14691 (isgreaterequal_test): Likewise.
14692 (isinf_test): Likewise.
14693 (isless_test): Likewise.
14694 (islessequal_test): Likewise.
14695 (islessgreater_test): Likewise.
14696 (isnan_test): Likewise.
14697 (isnormal_test): Likewise.
14698 (issignaling_test): Likewise.
14699 (isunordered_test): Likewise.
14700 (logb_test): Likewise.
14701 (logb_downward_test_data): Remove.
14702 (logb_test_downward): Likewise.
14703 (lround_test): Use ALL_RM_TEST.
14704 (llround_test): Likewise.
14705 (modf_test): Likewise.
14706 (nexttoward_test): Likewise.
14707 (remainder_test): Likewise.
14708 (drem_test): Likewise.
14709 (remainder_tonearest_test_data): Likewise.
14710 (remainder_test_tonearest): Likewise.
14711 (drem_test_tonearest): Likewise.
14712 (remainder_towardzero_test_data): Likewise.
14713 (remainder_test_towardzero): Likewise.
14714 (drem_test_towardzero): Likewise.
14715 (remainder_downward_test_data): Likewise.
14716 (remainder_test_downward): Likewise.
14717 (drem_test_downward): Likewise.
14718 (remainder_upward_test_data): Likewise.
14719 (remainder_test_upward): Likewise.
14720 (drem_test_upward): Likewise.
14721 (remquo_test): Use ALL_RM_TEST. Remove comment about x.
14722 (round_test): Use ALL_RM_TEST.
14723 (signbit_test): Likewise.
14724 (trunc_test): Likewise.
14725 (significand_test): Likewise.
14726 (main): Don't call removed functions.
14727
bc61d27c
JM
147282014-03-07 Joseph Myers <joseph@codesourcery.com>
14729
5c780849
JM
14730 [BZ #16674]
14731 * bits/siginfo.h (ILL_ILLOPC): Condition on [__USE_XOPEN_EXTENDED
14732 || __USE_XOPEN2K8].
14733 (ILL_ILLOPN): Likewise.
14734 (ILL_ILLADR): Likewise.
14735 (ILL_ILLTRP): Likewise.
14736 (ILL_PRVOPC): Likewise.
14737 (ILL_PRVREG): Likewise.
14738 (ILL_COPROC): Likewise.
14739 (ILL_BADSTK): Likewise.
14740 (FPE_INTDIV): Likewise.
14741 (FPE_INTOVF): Likewise.
14742 (FPE_FLTDIV): Likewise.
14743 (FPE_FLTOVF): Likewise.
14744 (FPE_FLTUND): Likewise.
14745 (FPE_FLTRES): Likewise.
14746 (FPE_FLTINV): Likewise.
14747 (FPE_FLTSUB): Likewise.
14748 (SEGV_MAPERR): Likewise.
14749 (SEGV_ACCERR): Likewise.
14750 (BUS_ADRALN): Likewise.
14751 (BUS_ADRERR): Likewise.
14752 (BUS_OBJERR): Likewise.
14753 (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
14754 (TRAP_TRACE): Likewise.
14755 (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
14756 __USE_XOPEN2K8].
14757 (CLD_KILLED): Likewise.
14758 (CLD_DUMPED): Likewise.
14759 (CLD_TRAPPED): Likewise.
14760 (CLD_STOPPED): Likewise.
14761 (CLD_CONTINUED): Likewise.
14762 (POLL_IN): Likewise.
14763 (POLL_OUT): Likewise.
14764 (POLL_MSG): Likewise.
14765 (POLL_ERR): Likewise.
14766 (POLL_PRI): Likewise.
14767 (POLL_HUP): Likewise.
14768 * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h (ILL_ILLOPC):
14769 Likewise.
14770 (ILL_ILLOPN): Likewise.
14771 (ILL_ILLADR): Likewise.
14772 (ILL_ILLTRP): Likewise.
14773 (ILL_PRVOPC): Likewise.
14774 (ILL_PRVREG): Likewise.
14775 (ILL_COPROC): Likewise.
14776 (ILL_BADSTK): Likewise.
14777 (FPE_INTDIV): Likewise.
14778 (FPE_INTOVF): Likewise.
14779 (FPE_FLTDIV): Likewise.
14780 (FPE_FLTOVF): Likewise.
14781 (FPE_FLTUND): Likewise.
14782 (FPE_FLTRES): Likewise.
14783 (FPE_FLTINV): Likewise.
14784 (FPE_FLTSUB): Likewise.
14785 (SEGV_MAPERR): Likewise.
14786 (SEGV_ACCERR): Likewise.
14787 (BUS_ADRALN): Likewise.
14788 (BUS_ADRERR): Likewise.
14789 (BUS_OBJERR): Likewise.
14790 (BUS_MCEERR_AR): Likewise.
14791 (BUS_MCEERR_AO): Likewise.
14792 (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
14793 (TRAP_TRACE): Likewise.
14794 (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
14795 __USE_XOPEN2K8].
14796 (CLD_KILLED): Likewise.
14797 (CLD_DUMPED): Likewise.
14798 (CLD_TRAPPED): Likewise.
14799 (CLD_STOPPED): Likewise.
14800 (CLD_CONTINUED): Likewise.
14801 (POLL_IN): Likewise.
14802 (POLL_OUT): Likewise.
14803 (POLL_MSG): Likewise.
14804 (POLL_ERR): Likewise.
14805 (POLL_PRI): Likewise.
14806 (POLL_HUP): Likewise.
14807 * sysdeps/unix/sysv/linux/bits/siginfo.h (ILL_ILLOPC): Likewise.
14808 (ILL_ILLOPN): Likewise.
14809 (ILL_ILLADR): Likewise.
14810 (ILL_ILLTRP): Likewise.
14811 (ILL_PRVOPC): Likewise.
14812 (ILL_PRVREG): Likewise.
14813 (ILL_COPROC): Likewise.
14814 (ILL_BADSTK): Likewise.
14815 (FPE_INTDIV): Likewise.
14816 (FPE_INTOVF): Likewise.
14817 (FPE_FLTDIV): Likewise.
14818 (FPE_FLTOVF): Likewise.
14819 (FPE_FLTUND): Likewise.
14820 (FPE_FLTRES): Likewise.
14821 (FPE_FLTINV): Likewise.
14822 (FPE_FLTSUB): Likewise.
14823 (SEGV_MAPERR): Likewise.
14824 (SEGV_ACCERR): Likewise.
14825 (BUS_ADRALN): Likewise.
14826 (BUS_ADRERR): Likewise.
14827 (BUS_OBJERR): Likewise.
14828 (BUS_MCEERR_AR): Likewise.
14829 (BUS_MCEERR_AO): Likewise.
14830 (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
14831 (TRAP_TRACE): Likewise.
14832 (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
14833 __USE_XOPEN2K8].
14834 (CLD_KILLED): Likewise.
14835 (CLD_DUMPED): Likewise.
14836 (CLD_TRAPPED): Likewise.
14837 (CLD_STOPPED): Likewise.
14838 (CLD_CONTINUED): Likewise.
14839 (POLL_IN): Likewise.
14840 (POLL_OUT): Likewise.
14841 (POLL_MSG): Likewise.
14842 (POLL_ERR): Likewise.
14843 (POLL_PRI): Likewise.
14844 (POLL_HUP): Likewise.
14845 * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h (ILL_ILLOPC):
14846 Likewise.
14847 (ILL_ILLOPN): Likewise.
14848 (ILL_ILLADR): Likewise.
14849 (ILL_ILLTRP): Likewise.
14850 (ILL_PRVOPC): Likewise.
14851 (ILL_PRVREG): Likewise.
14852 (ILL_COPROC): Likewise.
14853 (ILL_BADSTK): Likewise.
14854 (ILL_BADIADDR): Likewise.
14855 (ILL_BREAK): Likewise.
14856 (FPE_INTDIV): Likewise.
14857 (FPE_INTOVF): Likewise.
14858 (FPE_FLTDIV): Likewise.
14859 (FPE_FLTOVF): Likewise.
14860 (FPE_FLTUND): Likewise.
14861 (FPE_FLTRES): Likewise.
14862 (FPE_FLTINV): Likewise.
14863 (FPE_FLTSUB): Likewise.
14864 (FPE_DECOVF): Likewise.
14865 (FPE_DECDIV): Likewise.
14866 (FPE_DECERR): Likewise.
14867 (FPE_INVASC): Likewise.
14868 (FPE_INVDEC): Likewise.
14869 (SEGV_MAPERR): Likewise.
14870 (SEGV_ACCERR): Likewise.
14871 (SEGV_PSTKOVF): Likewise.
14872 (BUS_ADRALN): Likewise.
14873 (BUS_ADRERR): Likewise.
14874 (BUS_OBJERR): Likewise.
14875 (BUS_MCEERR_AR): Likewise.
14876 (BUS_MCEERR_AO): Likewise.
14877 (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
14878 (TRAP_TRACE): Likewise.
14879 (TRAP_BRANCH): Likewise.
14880 (TRAP_HWBKPT): Likewise.
14881 (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
14882 __USE_XOPEN2K8].
14883 (CLD_KILLED): Likewise.
14884 (CLD_DUMPED): Likewise.
14885 (CLD_TRAPPED): Likewise.
14886 (CLD_STOPPED): Likewise.
14887 (CLD_CONTINUED): Likewise.
14888 (POLL_IN): Likewise.
14889 (POLL_OUT): Likewise.
14890 (POLL_MSG): Likewise.
14891 (POLL_ERR): Likewise.
14892 (POLL_PRI): Likewise.
14893 (POLL_HUP): Likewise.
14894 * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (ILL_ILLOPC): Likewise.
14895 (ILL_ILLOPN): Likewise.
14896 (ILL_ILLADR): Likewise.
14897 (ILL_ILLTRP): Likewise.
14898 (ILL_PRVOPC): Likewise.
14899 (ILL_PRVREG): Likewise.
14900 (ILL_COPROC): Likewise.
14901 (ILL_BADSTK): Likewise.
14902 (FPE_INTDIV): Likewise.
14903 (FPE_INTOVF): Likewise.
14904 (FPE_FLTDIV): Likewise.
14905 (FPE_FLTOVF): Likewise.
14906 (FPE_FLTUND): Likewise.
14907 (FPE_FLTRES): Likewise.
14908 (FPE_FLTINV): Likewise.
14909 (FPE_FLTSUB): Likewise.
14910 (SEGV_MAPERR): Likewise.
14911 (SEGV_ACCERR): Likewise.
14912 (BUS_ADRALN): Likewise.
14913 (BUS_ADRERR): Likewise.
14914 (BUS_OBJERR): Likewise.
14915 (BUS_MCEERR_AR): Likewise.
14916 (BUS_MCEERR_AO): Likewise.
14917 (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
14918 (TRAP_TRACE): Likewise.
14919 (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
14920 __USE_XOPEN2K8].
14921 (CLD_KILLED): Likewise.
14922 (CLD_DUMPED): Likewise.
14923 (CLD_TRAPPED): Likewise.
14924 (CLD_STOPPED): Likewise.
14925 (CLD_CONTINUED): Likewise.
14926 (POLL_IN): Likewise.
14927 (POLL_OUT): Likewise.
14928 (POLL_MSG): Likewise.
14929 (POLL_ERR): Likewise.
14930 (POLL_PRI): Likewise.
14931 (POLL_HUP): Likewise.
14932 * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (ILL_ILLOPC): Likewise.
14933 (ILL_ILLOPN): Likewise.
14934 (ILL_ILLADR): Likewise.
14935 (ILL_ILLTRP): Likewise.
14936 (ILL_PRVOPC): Likewise.
14937 (ILL_PRVREG): Likewise.
14938 (ILL_COPROC): Likewise.
14939 (ILL_BADSTK): Likewise.
14940 (FPE_INTDIV): Likewise.
14941 (FPE_INTOVF): Likewise.
14942 (FPE_FLTDIV): Likewise.
14943 (FPE_FLTOVF): Likewise.
14944 (FPE_FLTUND): Likewise.
14945 (FPE_FLTRES): Likewise.
14946 (FPE_FLTINV): Likewise.
14947 (FPE_FLTSUB): Likewise.
14948 (SEGV_MAPERR): Likewise.
14949 (SEGV_ACCERR): Likewise.
14950 (BUS_ADRALN): Likewise.
14951 (BUS_ADRERR): Likewise.
14952 (BUS_OBJERR): Likewise.
14953 (BUS_MCEERR_AR): Likewise.
14954 (BUS_MCEERR_AO): Likewise.
14955 (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
14956 (TRAP_TRACE): Likewise.
14957 (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
14958 __USE_XOPEN2K8].
14959 (CLD_KILLED): Likewise.
14960 (CLD_DUMPED): Likewise.
14961 (CLD_TRAPPED): Likewise.
14962 (CLD_STOPPED): Likewise.
14963 (CLD_CONTINUED): Likewise.
14964 (POLL_IN): Likewise.
14965 (POLL_OUT): Likewise.
14966 (POLL_MSG): Likewise.
14967 (POLL_ERR): Likewise.
14968 (POLL_PRI): Likewise.
14969 (POLL_HUP): Likewise.
14970 * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (ILL_ILLOPC): Likewise.
14971 (ILL_ILLOPN): Likewise.
14972 (ILL_ILLADR): Likewise.
14973 (ILL_ILLTRP): Likewise.
14974 (ILL_PRVOPC): Likewise.
14975 (ILL_PRVREG): Likewise.
14976 (ILL_COPROC): Likewise.
14977 (ILL_BADSTK): Likewise.
14978 (FPE_INTDIV): Likewise.
14979 (FPE_INTOVF): Likewise.
14980 (FPE_FLTDIV): Likewise.
14981 (FPE_FLTOVF): Likewise.
14982 (FPE_FLTUND): Likewise.
14983 (FPE_FLTRES): Likewise.
14984 (FPE_FLTINV): Likewise.
14985 (FPE_FLTSUB): Likewise.
14986 (SEGV_MAPERR): Likewise.
14987 (SEGV_ACCERR): Likewise.
14988 (BUS_ADRALN): Likewise.
14989 (BUS_ADRERR): Likewise.
14990 (BUS_OBJERR): Likewise.
14991 (BUS_MCEERR_AR): Likewise.
14992 (BUS_MCEERR_AO): Likewise.
14993 (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
14994 (TRAP_TRACE): Likewise.
14995 (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
14996 __USE_XOPEN2K8].
14997 (CLD_KILLED): Likewise.
14998 (CLD_DUMPED): Likewise.
14999 (CLD_TRAPPED): Likewise.
15000 (CLD_STOPPED): Likewise.
15001 (CLD_CONTINUED): Likewise.
15002 (POLL_IN): Likewise.
15003 (POLL_OUT): Likewise.
15004 (POLL_MSG): Likewise.
15005 (POLL_ERR): Likewise.
15006 (POLL_PRI): Likewise.
15007 (POLL_HUP): Likewise.
15008 * sysdeps/unix/sysv/linux/tile/bits/siginfo.h (ILL_ILLOPC): Likewise.
15009 (ILL_ILLOPN): Likewise.
15010 (ILL_ILLADR): Likewise.
15011 (ILL_ILLTRP): Likewise.
15012 (ILL_PRVOPC): Likewise.
15013 (ILL_PRVREG): Likewise.
15014 (ILL_COPROC): Likewise.
15015 (ILL_BADSTK): Likewise.
15016 (ILL_DBLFLT): Likewise.
15017 (ILL_HARDWALL): Likewise.
15018 (FPE_INTDIV): Likewise.
15019 (FPE_INTOVF): Likewise.
15020 (FPE_FLTDIV): Likewise.
15021 (FPE_FLTOVF): Likewise.
15022 (FPE_FLTUND): Likewise.
15023 (FPE_FLTRES): Likewise.
15024 (FPE_FLTINV): Likewise.
15025 (FPE_FLTSUB): Likewise.
15026 (SEGV_MAPERR): Likewise.
15027 (SEGV_ACCERR): Likewise.
15028 (BUS_ADRALN): Likewise.
15029 (BUS_ADRERR): Likewise.
15030 (BUS_OBJERR): Likewise.
15031 (BUS_MCEERR_AR): Likewise.
15032 (BUS_MCEERR_AO): Likewise.
15033 (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
15034 (TRAP_TRACE): Likewise.
15035 (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
15036 __USE_XOPEN2K8].
15037 (CLD_KILLED): Likewise.
15038 (CLD_DUMPED): Likewise.
15039 (CLD_TRAPPED): Likewise.
15040 (CLD_STOPPED): Likewise.
15041 (CLD_CONTINUED): Likewise.
15042 (POLL_IN): Likewise.
15043 (POLL_OUT): Likewise.
15044 (POLL_MSG): Likewise.
15045 (POLL_ERR): Likewise.
15046 (POLL_PRI): Likewise.
15047 (POLL_HUP): Likewise.
15048 * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (ILL_ILLOPC): Likewise.
15049 (ILL_ILLOPN): Likewise.
15050 (ILL_ILLADR): Likewise.
15051 (ILL_ILLTRP): Likewise.
15052 (ILL_PRVOPC): Likewise.
15053 (ILL_PRVREG): Likewise.
15054 (ILL_COPROC): Likewise.
15055 (ILL_BADSTK): Likewise.
15056 (FPE_INTDIV): Likewise.
15057 (FPE_INTOVF): Likewise.
15058 (FPE_FLTDIV): Likewise.
15059 (FPE_FLTOVF): Likewise.
15060 (FPE_FLTUND): Likewise.
15061 (FPE_FLTRES): Likewise.
15062 (FPE_FLTINV): Likewise.
15063 (FPE_FLTSUB): Likewise.
15064 (SEGV_MAPERR): Likewise.
15065 (SEGV_ACCERR): Likewise.
15066 (BUS_ADRALN): Likewise.
15067 (BUS_ADRERR): Likewise.
15068 (BUS_OBJERR): Likewise.
15069 (BUS_MCEERR_AR): Likewise.
15070 (BUS_MCEERR_AO): Likewise.
15071 (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
15072 (TRAP_TRACE): Likewise.
15073 (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
15074 __USE_XOPEN2K8].
15075 (CLD_KILLED): Likewise.
15076 (CLD_DUMPED): Likewise.
15077 (CLD_TRAPPED): Likewise.
15078 (CLD_STOPPED): Likewise.
15079 (CLD_CONTINUED): Likewise.
15080 (POLL_IN): Likewise.
15081 (POLL_OUT): Likewise.
15082 (POLL_MSG): Likewise.
15083 (POLL_ERR): Likewise.
15084 (POLL_PRI): Likewise.
15085 (POLL_HUP): Likewise.
15086 * conform/Makefile (test-xfail-POSIX/signal.h/conform): Remove.
15087 (test-xfail-POSIX/sys/wait.h/conform): Likewise.
15088
bc61d27c
JM
15089 [BZ #16670]
15090 * posix/sched.h [!__USE_XOPEN2K] (__need_time_t): Don't define
15091 before #include of <time.h>.
15092 [!__USE_XOPEN2K] (__need_timespec): Likewise.
15093 * conform/Makefile (test-xfail-POSIX/sched.h/conform): Remove.
15094 (test-xfail-UNIX98/sched.h/conform): Likewise.
15095
302949e2
MS
150962014-03-07 Marcus Shawcroft <marcus.shawcroft@arm.com>
15097
15098 * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Detect and
15099 error absence of trapping exception support.
15100 * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
15101
a00f522a
JM
151022014-03-07 Joseph Myers <joseph@codesourcery.com>
15103
6f99f280
JM
15104 * catgets/Makefile (tests-special): Add $(objpfx)sample.SJIS.cat.
15105 ($(objpfx)sample.SJIS.cat): Use $(evaluate-test).
15106 * timezone/Makefile (testdata): Move definition above include of
15107 Rules.
15108 (test-zones): New variable.
15109 (tests-special): Add zone files.
15110 (build-testdata): Use $(evaluate-test).
15111
0b20a9e8
JM
15112 * elf/Makefile (tests-special): Rename tests to end with .out.
15113 ($(objpfx)noload-mem): Likewise.
15114 ($(objpfx)tst-leaks1-mem): Likewise.
15115 ($(objpfx)tst-leaks1-static-mem.out): Likewise.
15116 * iconv/Makefile (xtests-special): Change test-iconvconfig to
15117 $(objpfx)test-iconvconfig.out.
15118 (test-iconvconfig): Change to $(objpfx)test-iconvconfig.out. Use
15119 set -e inside subshell and redirect output to file.
15120 * iconvdata/Makefile (generated): Rename tests to end with .out.
15121 Correct type.
15122 (tests-special): Rename tests to end with .out.
15123 ($(objpfx)mtrace-tst-loading): Likewise.
15124 * intl/Makefile (generated): Likewise.
15125 (tests-special): Likewise.
15126 ($(objpfx)mtrace-tst-gettext): Likewise.
15127 * misc/Makefile (generated): Likewise.
15128 (tests-special): Likewise.
15129 ($(objpfx)tst-error1-mem): Likewise.
15130 * nptl/Makefile (tests-special): Likewise.
15131 ($(objpfx)tst-stack3-mem): Likewise.
15132 (generated): Likewise.
15133 * posix/Makefile (generated): Likewise.
15134 (tests-special): Likewise.
15135 (xtests-special): Likewise.
15136 ($(objpfx)tst-fnmatch-mem): Likewise.
15137 ($(objpfx)bug-regex2-mem): Likewise.
15138 ($(objpfx)bug-regex14-mem): Likewise.
15139 ($(objpfx)bug-regex21-mem): Likewise.
15140 ($(objpfx)bug-regex31-mem): Likewise.
15141 ($(objpfx)tst-vfork3-mem): Likewise.
15142 ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
15143 ($(objpfx)tst-pcre-mem): Likewise.
15144 ($(objpfx)tst-boost-mem): Likewise.
15145 ($(objpfx)bug-ga2-mem): Likewise.
15146 ($(objpfx)bug-glob2-mem): Likewise.
15147 * resolv/Makefile (generate): Likewise.
15148 (tests-special): Likewise.
15149 (xtests-special): Likewise.
15150 (generated): Likewise.
15151 ($(objpfx)mtrace-tst-leaks): Likewise.
15152 ($(objpfx)mtrace-tst-leaks2): Likewise.
15153
265d52ab
JM
15154 * scripts/merge-test-results.sh: New file.
15155 * Makefile (tests-special-notdir): New variable.
15156 (tests): Run merge-test-results.sh.
15157 (xtests): Likewise.
15158 * Rules (tests-special-notdir): New variable.
15159 (xtests-special-notdir): Likewise.
15160 (tests): Run merge-test-results.sh
15161 (xtests): Likewise.
15162
54ee292d
JM
15163 * Makeconfig (test-xfail-name): New variable.
15164 (evaluate-test): Use $(test-xfail-name) instead of $(@F:.out=) to
15165 compute variable name for expected failures.
15166 * conform/Makefile (conformtest-headers-data): New variable.
15167 (conformtest-standards): Likewise.
15168 (conformtest-headers-ISO): Likewise.
15169 (conformtest-headers-ISO99): Likewise.
15170 (conformtest-headers-ISO11): Likewise.
15171 (conformtest-headers-POSIX): Likewise.
15172 (conformtest-headers-XPG3): Likewise.
15173 (conformtest-headers-XPG4): Likewise.
15174 (conformtest-headers-UNIX98): Likewise.
15175 (conformtest-headers-XOPEN2K): Likewise.
15176 (conformtest-headers-POSIX2008): Likewise.
15177 (conformtest-headers-XOPEN2K8): Likewise.
15178 (conformtest-header-list-base): Likewise.
15179 (conformtest-header-list-tests): Likewise.
15180 (conformtest-header-base): Likewise.
15181 (conformtest-header-tests): Likewise.
15182 (tests-special): Add $(conformtest-header-list-tests). If
15183 [$(fast-check) && !$(cross-compiling)], add
15184 $(conformtest-header-tests) instead of
15185 $(objpfx)run-conformtest.out.
15186 (generated): Add $(conformtest-header-list-base). If
15187 [$(fast-check) && !$(cross-compiling)], add
15188 $(conformtest-header-base). Remove previous setting.
15189 ($(conformtest-header-list-tests)): New target.
15190 (test-xfail-run-conformtest): Remove variable.
15191 ($(objpfx)run-conformtest.out): Remove target.
15192 (test-xfail-ISO11/complex.h/conform): New variable.
15193 (test-xfail-ISO11/stdalign.h/conform): Likewise.
15194 (test-xfail-ISO11/stdnoreturn.h/conform): Likewise.
15195 (test-xfail-XPG3/varargs.h/conform): Likewise.
15196 (test-xfail-XPG4/varargs.h/conform): Likewise.
15197 (test-xfail-UNIX98/varargs.h/conform): Likewise.
15198 (test-xfail-XPG4/ndbm.h/conform): Likewise.
15199 (test-xfail-UNIX98/ndbm.h/conform): Likewise.
15200 (test-xfail-XOPEN2K/ndbm.h/conform): Likewise.
15201 (test-xfail-XOPEN2K8/ndbm.h/conform): Likewise.
15202 (test-xfail-XPG3/fcntl.h/conform): Likewise.
15203 (test-xfail-XPG3/ftw.h/conform): Likewise.
15204 (test-xfail-XPG3/grp.h/conform): Likewise.
15205 (test-xfail-XPG3/langinfo.h/conform): Likewise.
15206 (test-xfail-XPG3/limits.h/conform): Likewise.
15207 (test-xfail-XPG3/pwd.h/conform): Likewise.
15208 (test-xfail-XPG3/search.h/conform): Likewise.
15209 (test-xfail-XPG3/signal.h/conform): Likewise.
15210 (test-xfail-XPG3/stdio.h/conform): Likewise.
15211 (test-xfail-XPG3/stdlib.h/conform): Likewise.
15212 (test-xfail-XPG3/string.h/conform): Likewise.
15213 (test-xfail-XPG3/sys/ipc.h/conform): Likewise.
15214 (test-xfail-XPG3/sys/msg.h/conform): Likewise.
15215 (test-xfail-XPG3/sys/sem.h/conform): Likewise.
15216 (test-xfail-XPG3/sys/shm.h/conform): Likewise.
15217 (test-xfail-XPG3/sys/stat.h/conform): Likewise.
15218 (test-xfail-XPG3/sys/types.h/conform): Likewise.
15219 (test-xfail-XPG3/sys/wait.h/conform): Likewise.
15220 (test-xfail-XPG3/termios.h/conform): Likewise.
15221 (test-xfail-XPG3/time.h/conform): Likewise.
15222 (test-xfail-XPG3/unistd.h/conform): Likewise.
15223 (test-xfail-XPG4/arpa/inet.h/conform): Likewise.
15224 (test-xfail-XPG4/fcntl.h/conform): Likewise.
15225 (test-xfail-XPG4/langinfo.h/conform): Likewise.
15226 (test-xfail-XPG4/netdb.h/conform): Likewise.
15227 (test-xfail-XPG4/netinet/in.h/conform): Likewise.
15228 (test-xfail-XPG4/signal.h/conform): Likewise.
15229 (test-xfail-XPG4/stdio.h/conform): Likewise.
15230 (test-xfail-XPG4/stdlib.h/conform): Likewise.
15231 (test-xfail-XPG4/stropts.h/conform): Likewise.
15232 (test-xfail-XPG4/sys/ipc.h/conform): Likewise.
15233 (test-xfail-XPG4/sys/msg.h/conform): Likewise.
15234 (test-xfail-XPG4/sys/sem.h/conform): Likewise.
15235 (test-xfail-XPG4/sys/shm.h/conform): Likewise.
15236 (test-xfail-XPG4/sys/socket.h/conform): Likewise.
15237 (test-xfail-XPG4/sys/stat.h/conform): Likewise.
15238 (test-xfail-XPG4/sys/time.h/conform): Likewise.
15239 (test-xfail-XPG4/sys/types.h/conform): Likewise.
15240 (test-xfail-XPG4/sys/wait.h/conform): Likewise.
15241 (test-xfail-XPG4/termios.h/conform): Likewise.
15242 (test-xfail-XPG4/ucontext.h/conform): Likewise.
15243 (test-xfail-XPG4/unistd.h/conform): Likewise.
15244 (test-xfail-XPG4/utmpx.h/conform): Likewise.
15245 (test-xfail-POSIX/sched.h/conform): Likewise.
15246 (test-xfail-POSIX/signal.h/conform): Likewise.
15247 (test-xfail-POSIX/sys/wait.h/conform): Likewise.
15248 (test-xfail-POSIX/tar.h/conform): Likewise.
15249 (test-xfail-UNIX98/arpa/inet.h/conform): Likewise.
15250 (test-xfail-UNIX98/fcntl.h/conform): Likewise.
15251 (test-xfail-UNIX98/langinfo.h/conform): Likewise.
15252 (test-xfail-UNIX98/netdb.h/conform): Likewise.
15253 (test-xfail-UNIX98/netinet/in.h/conform): Likewise.
15254 (test-xfail-UNIX98/sched.h/conform): Likewise.
15255 (test-xfail-UNIX98/signal.h/conform): Likewise.
15256 (test-xfail-UNIX98/stdio.h/conform): Likewise.
15257 (test-xfail-UNIX98/stdlib.h/conform): Likewise.
15258 (test-xfail-UNIX98/stropts.h/conform): Likewise.
15259 (test-xfail-UNIX98/sys/ipc.h/conform): Likewise.
15260 (test-xfail-UNIX98/sys/msg.h/conform): Likewise.
15261 (test-xfail-UNIX98/sys/sem.h/conform): Likewise.
15262 (test-xfail-UNIX98/sys/shm.h/conform): Likewise.
15263 (test-xfail-UNIX98/sys/socket.h/conform): Likewise.
15264 (test-xfail-UNIX98/sys/time.h/conform): Likewise.
15265 (test-xfail-UNIX98/sys/wait.h/conform): Likewise.
15266 (test-xfail-UNIX98/ucontext.h/conform): Likewise.
15267 (test-xfail-UNIX98/unistd.h/conform): Likewise.
15268 (test-xfail-UNIX98/utmpx.h/conform): Likewise.
15269 (test-xfail-XOPEN2K/aio.h/conform): Likewise.
15270 (test-xfail-XOPEN2K/arpa/inet.h/conform): Likewise.
15271 (test-xfail-XOPEN2K/fcntl.h/conform): Likewise.
15272 (test-xfail-XOPEN2K/langinfo.h/conform): Likewise.
15273 (test-xfail-XOPEN2K/math.h/conform): Likewise.
15274 (test-xfail-XOPEN2K/mqueue.h/conform): Likewise.
15275 (test-xfail-XOPEN2K/netdb.h/conform): Likewise.
15276 (test-xfail-XOPEN2K/netinet/in.h/conform): Likewise.
15277 (test-xfail-XOPEN2K/semaphore.h/conform): Likewise.
15278 (test-xfail-XOPEN2K/signal.h/conform): Likewise.
15279 (test-xfail-XOPEN2K/stdarg.h/conform): Likewise.
15280 (test-xfail-XOPEN2K/stdio.h/conform): Likewise.
15281 (test-xfail-XOPEN2K/stropts.h/conform): Likewise.
15282 (test-xfail-XOPEN2K/sys/ipc.h/conform): Likewise.
15283 (test-xfail-XOPEN2K/sys/msg.h/conform): Likewise.
15284 (test-xfail-XOPEN2K/sys/sem.h/conform): Likewise.
15285 (test-xfail-XOPEN2K/sys/shm.h/conform): Likewise.
15286 (test-xfail-XOPEN2K/sys/socket.h/conform): Likewise.
15287 (test-xfail-XOPEN2K/sys/wait.h/conform): Likewise.
15288 (test-xfail-XOPEN2K/termios.h/conform): Likewise.
15289 (test-xfail-XOPEN2K/tgmath.h/conform): Likewise.
15290 (test-xfail-XOPEN2K/ucontext.h/conform): Likewise.
15291 (test-xfail-XOPEN2K/utmpx.h/conform): Likewise.
15292 (test-xfail-POSIX2008/arpa/inet.h/conform): Likewise.
15293 (test-xfail-POSIX2008/fcntl.h/conform): Likewise.
15294 (test-xfail-POSIX2008/netdb.h/conform): Likewise.
15295 (test-xfail-POSIX2008/netinet/in.h/conform): Likewise.
15296 (test-xfail-POSIX2008/signal.h/conform): Likewise.
15297 (test-xfail-POSIX2008/stropts.h/conform): Likewise.
15298 (test-xfail-POSIX2008/sys/socket.h/conform): Likewise.
15299 (test-xfail-POSIX2008/sys/wait.h/conform): Likewise.
15300 (test-xfail-XOPEN2K8/arpa/inet.h/conform): Likewise.
15301 (test-xfail-XOPEN2K8/fcntl.h/conform): Likewise.
15302 (test-xfail-XOPEN2K8/limits.h/conform): Likewise.
15303 (test-xfail-XOPEN2K8/math.h/conform): Likewise.
15304 (test-xfail-XOPEN2K8/netdb.h/conform): Likewise.
15305 (test-xfail-XOPEN2K8/netinet/in.h/conform): Likewise.
15306 (test-xfail-XOPEN2K8/signal.h/conform): Likewise.
15307 (test-xfail-XOPEN2K8/stdio.h/conform): Likewise.
15308 (test-xfail-XOPEN2K8/stropts.h/conform): Likewise.
15309 (test-xfail-XOPEN2K8/sys/ipc.h/conform): Likewise.
15310 (test-xfail-XOPEN2K8/sys/msg.h/conform): Likewise.
15311 (test-xfail-XOPEN2K8/sys/select.h/conform): Likewise.
15312 (test-xfail-XOPEN2K8/sys/sem.h/conform): Likewise.
15313 (test-xfail-XOPEN2K8/sys/shm.h/conform): Likewise.
15314 (test-xfail-XOPEN2K8/sys/socket.h/conform): Likewise.
15315 (test-xfail-XOPEN2K8/sys/time.h/conform): Likewise.
15316 (test-xfail-XOPEN2K8/sys/wait.h/conform): Likewise.
15317 (test-xfail-XOPEN2K8/termios.h/conform): Likewise.
15318 (test-xfail-XOPEN2K8/tgmath.h/conform): Likewise.
15319 (test-xfail-XOPEN2K8/utmpx.h/conform): Likewise.
15320 (conformtest-cc-flags): Likewise.
15321 ($(conformtest-header-tests): New target.
15322 * conform/check-header-lists.sh: New file.
15323 * conform/run-conformtest.sh: Remove.
15324
a00f522a
JM
15325 * conform/conformtest.pl: Allow ' and \ in values given for
15326 constants.
15327 * conform/data/semaphore.h-data [POSIX] (fcntl.h): Allow header
15328 inclusion.
15329 [POSIX] (sys/types.h): Likewise.
15330 [POSIX2008 || XOPEN2K8] (sys/types.h): Don't allow header
15331 inclusion.
15332 [POSIX || UNIX98 || XOPEN2K] (time.h): Don't allow header
15333 inclusion.
15334 * conform/data/signal.h-data (SIGIO): Remove expectation.
15335 [XPG3] (SIGBUS): Do not expect.
15336 [POSIX || XPG3] (SIGPOLL): Likewise.
15337 [POSIX || XPG3] (SIGPROF): Likewise.
15338 [POSIX || XPG3] (SIGSYS): Likewise.
15339 [XPG3] (SIGTRAP): Likewise.
15340 [POSIX || XPG3] (SIGURG): Likewise.
15341 [POSIX || XPG3] (SIGVTALRM): Likewise.
15342 [POSIX || XPG3] (SIGXCPU): Likewise.
15343 [POSIX || XPG3] (SIGXFSZ): Likewise.
15344 [POSIX] (SA_SIGINFO): Expect.
15345 [XPG3] (siginfo_t): Do not expect type or contents.
15346 [POSIX] (si_pid): Do not expect element.
15347 [POSIX] (si_uid): Likewise.
15348 [POSIX] (si_addr): Likewise.
15349 [POSIX] (si_status): Likewise.
15350 [POSIX] (si_band): Likewise.
15351 [XPG4] (si_value): Likewise.
15352 [POSIX || XPG3] (ILL_ILLOPC): Do not expect.
15353 [POSIX || XPG3] (ILL_ILLOPN): Likewise.
15354 [POSIX || XPG3] (ILL_ILLADR): Likewise.
15355 [POSIX || XPG3] (ILL_ILLTRP): Likewise.
15356 [POSIX || XPG3] (ILL_PRVOPC): Likewise.
15357 [POSIX || XPG3] (ILL_PRVREG): Likewise.
15358 [POSIX || XPG3] (ILL_COPROC): Likewise.
15359 [POSIX || XPG3] (ILL_BADSTK): Likewise.
15360 [POSIX || XPG3] (FPE_INTDIV): Likewise.
15361 [POSIX || XPG3] (FPE_INTOVF): Likewise.
15362 [POSIX || XPG3] (FPE_FLTDIV): Likewise.
15363 [POSIX || XPG3] (FPE_FLTOVF): Likewise.
15364 [POSIX || XPG3] (FPE_FLTUND): Likewise.
15365 [POSIX || XPG3] (FPE_FLTRES): Likewise.
15366 [POSIX || XPG3] (FPE_FLTINV): Likewise.
15367 [POSIX || XPG3] (FPE_FLTSUB): Likewise.
15368 [POSIX || XPG3] (SEGV_MAPERR): Likewise.
15369 [POSIX || XPG3] (SEGV_ACCERR): Likewise.
15370 [POSIX || XPG3] (BUS_ADRALN): Likewise.
15371 [POSIX || XPG3] (BUS_ADRERR): Likewise.
15372 [POSIX || XPG3] (BUS_OBJERR): Likewise.
15373 [POSIX || XPG3] (CLD_EXITED): Likewise.
15374 [POSIX || XPG3] (CLD_KILLED): Likewise.
15375 [POSIX || XPG3] (CLD_DUMPED): Likewise.
15376 [POSIX || XPG3] (CLD_TRAPPED): Likewise.
15377 [POSIX || XPG3] (CLD_STOPPED): Likewise.
15378 [POSIX || XPG3] (CLD_CONTINUED): Likewise.
15379 [POSIX || XPG3] (POLL_IN): Likewise.
15380 [POSIX || XPG3] (POLL_OUT): Likewise.
15381 [POSIX || XPG3] (POLL_MSG): Likewise.
15382 [POSIX || XPG3] (POLL_ERR): Likewise.
15383 [POSIX || XPG3] (POLL_PRI): Likewise.
15384 [POSIX || XPG3] (POLL_HUP): Likewise.
15385 [POSIX || XPG3 || POSIX2008] (TRAP_BRKPT): Likewise.
15386 [POSIX || XPG3 || POSIX2008] (TRAP_TRACE): Likewise.
15387 (SIG*): Do not allow.
15388 [XPG3] (si_*): Likewise.
15389 [XPG3] (SI_*): Likewise.
15390 [XPG3 || XPG4] (sigev_*): Likewise.
15391 [XPG3 || XPG4] (SIGEV_*): Likewise.
15392 [XPG3 || XPG4] (sival_*): Likewise.
15393 [POSIX || XPG3 || XPG4] (uc_*): Likewise.
15394 [POSIX || XPG3] (BUS_*): Likewise.
15395 [POSIX || XPG3] (CLD_*): Likewise.
15396 [POSIX || XPG3] (FPE_*): Likewise.
15397 [POSIX || XPG3] (ILL_*): Likewise.
15398 [POSIX || XPG3] (POLL_*): Likewise.
15399 [POSIX || XPG3] (SEGV_*): Likewise.
15400 [POSIX || XPG3 || POSIX2008] (SS_*): Likewise.
15401 [POSIX || XPG3 || POSIX2008] (SV_*): Likewise.
15402 [POSIX || XPG3 || POSIX2008] (TRAP_*): Likewise.
15403 [POSIX || XPG3 || POSIX2008] (ss_*): Likewise.
15404 [POSIX || XPG3 || POSIX2008] (sv_*): Likewise.
15405 * conform/data/tar.h-data (TMAGLEN): Use macro-int-constant.
15406 Specify type and value.
15407 (TVERSLEN): Likewise.
15408 (REGTYPE): Likewise.
15409 (AREGTYPE): Likewise.
15410 (LNKTYPE): Likewise.
15411 (SYMTYPE): Likewise.
15412 (CHRTYPE): Likewise.
15413 (BLKTYPE): Likewise.
15414 (DIRTYPE): Likewise.
15415 (FIFOTYPE): Likewise.
15416 (CONTTYPE): Likewise.
15417 (TSUID): Likewise.
15418 (TSGID): Likewise.
15419 (TSVTX): Likewise.
15420 (TUREAD): Likewise.
15421 (TUWRITE): Likewise.
15422 (TUEXEC): Likewise.
15423 (TGREAD): Likewise.
15424 (TGWRITE): Likewise.
15425 (TGEXEC): Likewise.
15426 (TOREAD): Likewise.
15427 (TOWRITE): Likewise.
15428 (TOEXEC): Likewise.
15429 [POSIX] (TSVTX): Expect constant.
15430
aa97dee1
JM
154312014-03-06 Joseph Myers <joseph@codesourcery.com>
15432
f214606a
JM
15433 * Makefile (tests): Change dependencies to ....
15434 (tests-special): ... additions to this variable.
15435 (tests): Depend on $(tests-special).
15436 * Makerules (check-abi-list): New variable.
15437 (check-abi): Depend on $(check-abi-list).
15438 [$(subdir) = elf] (tests-special): Add
15439 $(objpfx)check-abi-libc.out.
15440 [$(build-shared) = yes && subdir] (tests-special): Add
15441 $(check-abi-list).
15442 [$(build-shared) = yes && subdir] (tests): Do not depend on
15443 check-abi.
15444 * Rules (tests): Depend on $(tests-special).
15445 (xtests): Depend on $(xtests-special).
15446 * catgets/Makefile (tests): Change dependencies to ....
15447 (tests-special): ... additions to this variable.
15448 * conform/Makefile (tests): Change dependencies to ....
15449 (tests-special): ... additions to this variable.
15450 * elf/Makefile (tests): Change dependencies to ....
15451 (tests-special): ... additions to this variable.
15452 * grp/Makefile (tests): Change dependencies to ....
15453 (tests-special): ... additions to this variable.
15454 * iconv/Makefile (xtests): Change dependencies to ....
15455 (xtests-special): ... additions to this variable.
15456 * iconvdata/Makefile (tests): Change dependencies to ....
15457 (tests-special): ... additions to this variable.
15458 * intl/Makefile (tests): Change dependencies to ....
15459 (tests-special): ... additions to this variable. Also add
15460 $(objpfx)tst-gettext.out.
15461 * io/Makefile (tests): Change dependencies to ....
15462 (tests-special): ... additions to this variable.
15463 * libio/Makefile (tests): Change dependencies to ....
15464 (tests-special): ... additions to this variable.
15465 * malloc/Makefile (tests): Change dependencies to ....
15466 (tests-special): ... additions to this variable.
15467 * misc/Makefile (tests): Change dependencies to ....
15468 (tests-special): ... additions to this variable.
15469 * nptl/Makefile (tests): Change dependencies to ....
15470 (tests-special): ... additions to this variable.
15471 * nptl_db/Makefile (tests): Change dependencies to ....
15472 (tests-special): ... additions to this variable.
15473 * posix/Makefile (tests): Change dependencies to ....
15474 (tests-special): ... additions to this variable.
15475 (xtests): Change dependencies to ....
15476 (xtests-special): ... additions to this variable.
15477 * resolv/Makefile (tests): Change dependencies to ....
15478 (tests-special): ... additions to this variable.
15479 (xtests): Change dependencies to ....
15480 (xtests-special): ... additions to this variable.
15481 * stdio-common/Makefile (tests): Change dependencies to ....
15482 (tests-special): ... additions to this variable.
15483 (do-tst-unbputc): Remove target.
15484 (do-tst-printf): Likewise.
15485 * stdlib/Makefile (tests): Change dependencies to ....
15486 (tests-special): ... additions to this variable.
15487 * string/Makefile (tests): Change dependencies to ....
15488 (tests-special): ... additions to this variable.
15489 * sysdeps/x86/Makefile (tests): Change dependencies to ....
15490 (tests-special): ... additions to this variable.
15491
81700b53
JM
15492 * conform/data/netinet/tcp.h-data [POSIX2008 || XOPEN2K8]: Enable
15493 whole file.
15494 * conform/data/sys/timeb.h-data [POSIX2008 || XOPEN2K8]: Disable
15495 whole file.
15496 * conform/data/sys/uio.h-data [POSIX2008]: Likewise.
15497 * conform/data/ucontext.h-data [POSIX2008 || XOPEN2K8]: Likewise.
15498
2ea18461
JM
15499 * conform/data/aio.h-data [XPG3 || XPG4]: Disable whole file.
15500 * conform/data/arpa/inet.h-data [XPG3]: Likewise.
15501 * conform/data/dlfcn.h-data [XPG3 || XPG4]: Likewise.
15502 * conform/data/fmtmsg.h-data [XPG3]: Likewise.
15503 * conform/data/libgen.h-data [XPG3]: Likewise.
15504 * conform/data/mqueue.h-data [XPG3 || XPG4]: Likewise.
15505 * conform/data/ndbm.h-data [XPG3]: Likewise.
15506 * conform/data/net/if.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
15507 * conform/data/netdb.h-data [XPG3]: Likewise.
15508 * conform/data/netinet/in.h-data [XPG3]: Likewise.
15509 * conform/data/poll.h-data [XPG3]: Likewise.
15510 * conform/data/spawn.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
15511 * conform/data/strings.h-data [XPG3]: Likewise.
15512 * conform/data/stropts.h-data [XPG3]: Likewise.
15513 * conform/data/sys/mman.h-data [XPG3]: Likewise.
15514 * conform/data/sys/resource.h-data [XPG3]: Likewise.
15515 * conform/data/sys/select.h-data [XPG3 || XPG4 || UNIX98]:
15516 Likewise.
15517 * conform/data/sys/statvfs.h-data [XPG3]: Likewise.
15518 * conform/data/sys/time.h-data [XPG3]: Likewise.
15519 * conform/data/sys/timeb.h-data [XPG3]: Likewise.
15520 * conform/data/sys/uio.h-data [XPG3]: Likewise.
15521 * conform/data/sys/un.h-data [XPG3]: Likewise.
15522 * conform/data/syslog.h-data [XPG3]: Likewise.
15523 * conform/data/ucontext.h-data [XPG3]: Likewise.
15524 * conform/data/utmpx.h-data [XPG3]: Likewise.
15525 * conform/data/varargs.h-data [UNIX98]: Enable file.
15526
355bc986
JM
15527 * manual/Makefile (INSTALL_INFO): Remove variable setting.
15528
215db402
JM
15529 * math/libm-test.inc (struct test_f_f_data): Move expected results
15530 into structure for each rounding mode.
15531 (struct test_ff_f_data): Likewise.
15532 (struct test_ff_f_data_nexttoward): Likewise.
15533 (struct test_fi_f_data): Likewise.
15534 (struct test_fl_f_data): Likewise.
15535 (struct test_if_f_data): Likewise.
15536 (struct test_fff_f_data): Likewise.
15537 (struct test_c_f_data): Likewise.
15538 (struct test_f_f1_data): Likewise.
15539 (struct test_fF_f1_data): Likewise.
15540 (struct test_ffI_f1_data): Likewise.
15541 (struct test_c_c_data): Likewise.
15542 (struct test_cc_c_data): Likewise.
15543 (struct test_f_i_data): Likewise.
15544 (struct test_ff_i_data): Likewise.
15545 (struct test_f_l_data): Likewise.
15546 (struct test_f_L_data): Likewise.
15547 (struct test_fFF_11_data): Likewise.
15548 (RM_): New macro.
15549 (RM_FE_DOWNWARD): Likewise.
15550 (RM_FE_TONEAREST): Likewise.
15551 (RM_FE_TOWARDZERO): Likewise.
15552 (RM_FE_UPWARD): Likewise.
15553 (RUN_TEST_LOOP_f_f): Update references to expected results.
15554 (RUN_TEST_LOOP_2_f): Likewise.
15555 (RUN_TEST_LOOP_fff_f): Likewise.
15556 (RUN_TEST_LOOP_c_f): Likewise.
15557 (RUN_TEST_LOOP_f_f1): Likewise.
15558 (RUN_TEST_LOOP_fF_f1): Likewise.
15559 (RUN_TEST_LOOP_fI_f1): Likewise.
15560 (RUN_TEST_LOOP_ffI_f1): Likewise.
15561 (RUN_TEST_LOOP_c_c): Likewise.
15562 (RUN_TEST_LOOP_cc_c): Likewise.
15563 (RUN_TEST_LOOP_f_i): Likewise.
15564 (RUN_TEST_LOOP_f_i_tg): Likewise.
15565 (RUN_TEST_LOOP_ff_i_tg): Likewise.
15566 (RUN_TEST_LOOP_f_b): Likewise.
15567 (RUN_TEST_LOOP_f_b_tg): Likewise.
15568 (RUN_TEST_LOOP_f_l): Likewise.
15569 (RUN_TEST_LOOP_f_L): Likewise.
15570 (RUN_TEST_LOOP_fFF_11): Likewise.
15571 * math/gen-libm-test.pl (parse_args): Output four copies of
15572 expected results for each test.
15573
67737b8f
JM
15574 * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
15575 (__ASSUME_UTIMES): Remove.
15576 * sysdeps/unix/sysv/linux/tile/kernel-features.h
15577 (__ASSUME_UTIMES): Likewise.
15578
aa97dee1
JM
15579 * math/gen-auto-libm-tests.c: Update comment on output format.
15580 (output_for_one_input_case): Generate before-rounding and
15581 after-rounding information as conditions on output flags not
15582 floating-point format.
15583 * math/auto-libm-test-out: Regenerated.
15584 * math/gen-libm-test.pl (cond_value): New function.
15585 (or_cond_value): Use cond_value.
15586 (generate_testfile): Handle conditional exceptions.
15587
e6b6a857
JM
155882014-03-05 Joseph Myers <joseph@codesourcery.com>
15589
2f0a0f44
JM
15590 * math/libm-test.inc (max_valid_error): New variable.
15591 (init_max_error): Take new argument specifying whether function
15592 results are exactly determined. Set max_valid_error and bound
15593 other variables for errors based on this argument.
15594 (set_max_error): Do not record results above max_valid_error.
15595 (check_float_internal): Only accept errors of up to 0.5ulps if
15596 also at most max_valid_error.
15597 (START): Take new argument EXACT and pass it to init_max_error.
15598 (acos_test): Update call to START.
15599 (acos_test_tonearest): Likewise.
15600 (acos_test_towardzero): Likewise.
15601 (acos_test_downward): Likewise.
15602 (acos_test_upward): Likewise.
15603 (acosh_test): Likewise.
15604 (asin_test): Likewise.
15605 (asin_test_tonearest): Likewise.
15606 (asin_test_towardzero): Likewise.
15607 (asin_test_downward): Likewise.
15608 (asin_test_upward): Likewise.
15609 (asinh_test): Likewise.
15610 (atan_test): Likewise.
15611 (atanh_test): Likewise.
15612 (atan2_test): Likewise.
15613 (cabs_test): Likewise.
15614 (cacos_test): Likewise.
15615 (cacosh_test): Likewise.
15616 (carg_test): Likewise.
15617 (casin_test): Likewise.
15618 (casinh_test): Likewise.
15619 (catan_test): Likewise.
15620 (catanh_test): Likewise.
15621 (cbrt_test): Likewise.
15622 (ccos_test): Likewise.
15623 (ccosh_test): Likewise.
15624 (ceil_test): Likewise.
15625 (cexp_test): Likewise.
15626 (cimag_test): Likewise.
15627 (clog_test): Likewise.
15628 (clog10_test): Likewise.
15629 (conj_test): Likewise.
15630 (copysign_test): Likewise.
15631 (cos_test): Likewise.
15632 (cos_test_tonearest): Likewise.
15633 (cos_test_towardzero): Likewise.
15634 (cos_test_downward): Likewise.
15635 (cos_test_upward): Likewise.
15636 (cosh_test): Likewise.
15637 (cosh_test_tonearest): Likewise.
15638 (cosh_test_towardzero): Likewise.
15639 (cosh_test_downward): Likewise.
15640 (cosh_test_upward): Likewise.
15641 (cpow_test): Likewise.
15642 (cproj_test): Likewise.
15643 (creal_test): Likewise.
15644 (csin_test): Likewise.
15645 (csinh_test): Likewise.
15646 (csqrt_test): Likewise.
15647 (ctan_test): Likewise.
15648 (ctan_test_tonearest): Likewise.
15649 (ctan_test_towardzero): Likewise.
15650 (ctan_test_downward): Likewise.
15651 (ctan_test_upward): Likewise.
15652 (ctanh_test): Likewise.
15653 (ctanh_test_tonearest): Likewise.
15654 (ctanh_test_towardzero): Likewise.
15655 (ctanh_test_downward): Likewise.
15656 (ctanh_test_upward): Likewise.
15657 (erf_test): Likewise.
15658 (erfc_test): Likewise.
15659 (exp_test): Likewise.
15660 (exp_test_tonearest): Likewise.
15661 (exp_test_towardzero): Likewise.
15662 (exp_test_downward): Likewise.
15663 (exp_test_upward): Likewise.
15664 (exp10_test): Likewise.
15665 (exp10_test_tonearest): Likewise.
15666 (exp10_test_towardzero): Likewise.
15667 (exp10_test_downward): Likewise.
15668 (exp10_test_upward): Likewise.
15669 (pow10_test): Likewise.
15670 (exp2_test): Likewise.
15671 (expm1_test): Likewise.
15672 (expm1_test_tonearest): Likewise.
15673 (expm1_test_towardzero): Likewise.
15674 (expm1_test_downward): Likewise.
15675 (expm1_test_upward): Likewise.
15676 (fabs_test): Likewise.
15677 (fdim_test): Likewise.
15678 (floor_test): Likewise.
15679 (fma_test): Likewise.
15680 (fma_test_towardzero): Likewise.
15681 (fma_test_downward): Likewise.
15682 (fma_test_upward): Likewise.
15683 (fmax_test): Likewise.
15684 (fmin_test): Likewise.
15685 (fmod_test): Likewise.
15686 (fpclassify_test): Likewise.
15687 (frexp_test): Likewise.
15688 (hypot_test): Likewise.
15689 (ilogb_test): Likewise.
15690 (isfinite_test): Likewise.
15691 (finite_test): Likewise.
15692 (isgreater_test): Likewise.
15693 (isgreaterequal_test): Likewise.
15694 (isinf_test): Likewise.
15695 (isless_test): Likewise.
15696 (islessequal_test): Likewise.
15697 (islessgreater_test): Likewise.
15698 (isnan_test): Likewise.
15699 (isnormal_test): Likewise.
15700 (issignaling_test): Likewise.
15701 (isunordered_test): Likewise.
15702 (j0_test): Likewise.
15703 (j1_test): Likewise.
15704 (jn_test): Likewise.
15705 (ldexp_test): Likewise.
15706 (lgamma_test): Likewise.
15707 (gamma_test): Likewise.
15708 (lrint_test): Likewise.
15709 (lrint_test_tonearest): Likewise.
15710 (lrint_test_towardzero): Likewise.
15711 (lrint_test_downward): Likewise.
15712 (lrint_test_upward): Likewise.
15713 (llrint_test): Likewise.
15714 (llrint_test_tonearest): Likewise.
15715 (llrint_test_towardzero): Likewise.
15716 (llrint_test_downward): Likewise.
15717 (llrint_test_upward): Likewise.
15718 (log_test): Likewise.
15719 (log10_test): Likewise.
15720 (log1p_test): Likewise.
15721 (log2_test): Likewise.
15722 (logb_test): Likewise.
15723 (logb_test_downward): Likewise.
15724 (lround_test): Likewise.
15725 (llround_test): Likewise.
15726 (modf_test): Likewise.
15727 (nearbyint_test): Likewise.
15728 (nextafter_test): Likewise.
15729 (nexttoward_test): Likewise.
15730 (pow_test): Likewise.
15731 (pow_test_tonearest): Likewise.
15732 (pow_test_towardzero): Likewise.
15733 (pow_test_downward): Likewise.
15734 (pow_test_upward): Likewise.
15735 (remainder_test): Likewise.
15736 (drem_test): Likewise.
15737 (remainder_test_tonearest): Likewise.
15738 (drem_test_tonearest): Likewise.
15739 (remainder_test_towardzero): Likewise.
15740 (drem_test_towardzero): Likewise.
15741 (remainder_test_downward): Likewise.
15742 (drem_test_downward): Likewise.
15743 (remainder_test_upward): Likewise.
15744 (drem_test_upward): Likewise.
15745 (remquo_test): Likewise.
15746 (rint_test): Likewise.
15747 (rint_test_tonearest): Likewise.
15748 (rint_test_towardzero): Likewise.
15749 (rint_test_downward): Likewise.
15750 (rint_test_upward): Likewise.
15751 (round_test): Likewise.
15752 (scalb_test): Likewise.
15753 (scalbn_test): Likewise.
15754 (scalbln_test): Likewise.
15755 (signbit_test): Likewise.
15756 (sin_test): Likewise.
15757 (sin_test_tonearest): Likewise.
15758 (sin_test_towardzero): Likewise.
15759 (sin_test_downward): Likewise.
15760 (sin_test_upward): Likewise.
15761 (sincos_test): Likewise.
15762 (sinh_test): Likewise.
15763 (sinh_test_tonearest): Likewise.
15764 (sinh_test_towardzero): Likewise.
15765 (sinh_test_downward): Likewise.
15766 (sinh_test_upward): Likewise.
15767 (sqrt_test): Likewise.
15768 (sqrt_test_tonearest): Likewise.
15769 (sqrt_test_towardzero): Likewise.
15770 (sqrt_test_downward): Likewise.
15771 (sqrt_test_upward): Likewise.
15772 (tan_test): Likewise.
15773 (tan_test_tonearest): Likewise.
15774 (tan_test_towardzero): Likewise.
15775 (tan_test_downward): Likewise.
15776 (tan_test_upward): Likewise.
15777 (tanh_test): Likewise.
15778 (tgamma_test): Likewise.
15779 (trunc_test): Likewise.
15780 (y0_test): Likewise.
15781 (y1_test): Likewise.
15782 (yn_test): Likewise.
15783 (significand_test): Likewise.
15784
e6b6a857
JM
15785 * math/libm-test.inc (struct ulp_data): Don't refer to ulps for
15786 individual tests in comment.
15787 (libm-test-ulps.h): Don't refer to test_ulps in #include comment.
15788 (prev_max_error): New variable.
15789 (prev_real_max_error): Likewise.
15790 (prev_imag_max_error): Likewise.
15791 (compare_ulp_data): Don't refer to test names in comment.
15792 (find_test_ulps): Remove function.
15793 (find_function_ulps): Likewise.
15794 (find_complex_function_ulps): Likewise.
15795 (init_max_error): Take function name as argument. Look up ulps
15796 for that function.
15797 (print_ulps): Remove function.
15798 (print_max_error): Use prev_max_error instead of calling
15799 find_function_ulps.
15800 (print_complex_max_error): Use prev_real_max_error and
15801 prev_imag_max_error instead of calling find_complex_function_ulps.
15802 (check_float_internal): Take max_ulp parameter instead of calling
15803 find_test_ulps. Don't call print_ulps.
15804 (check_float): Update call to check_float_internal.
15805 (check_complex): Update calls to check_float_internal.
15806 (START): Pass argument to init_max_error.
15807 * math/gen-libm-test.pl (%results): Don't include "kind"
15808 information.
15809 (parse_ulps): Don't handle ulps of individual tests.
15810 (print_ulps_file): Likewise.
15811 (output_ulps): Likewise.
15812 * math/README.libm-test: Update.
15813 * manual/libm-err-tab.pl (parse_ulps): Don't handle ulps of
15814 individual tests.
15815 * sysdeps/aarch64/libm-test-ulps: Remove individual test ulps.
15816 * sysdeps/alpha/fpu/libm-test-ulps: Likewise.
15817 * sysdeps/arm/libm-test-ulps: Likewise.
15818 * sysdeps/i386/fpu/libm-test-ulps: Likewise.
15819 * sysdeps/ia64/fpu/libm-test-ulps: Likewise.
15820 * sysdeps/m68k/coldfire/fpu/libm-test-ulps: Likewise.
15821 * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Likewise.
15822 * sysdeps/microblaze/libm-test-ulps: Likewise.
15823 * sysdeps/mips/mips32/libm-test-ulps: Likewise.
15824 * sysdeps/mips/mips64/libm-test-ulps: Likewise.
15825 * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
15826 * sysdeps/powerpc/nofpu/libm-test-ulps: Likewise.
15827 * sysdeps/s390/fpu/libm-test-ulps: Likewise.
15828 * sysdeps/sh/libm-test-ulps: Likewise.
15829 * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
15830 * sysdeps/tile/libm-test-ulps: Likewise.
15831 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15832
45adef3c
JM
158332014-03-04 Joseph Myers <joseph@codesourcery.com>
15834
15835 * math/libm-test.inc (print_complex_max_error): Check separately
15836 whether real and imaginary errors are within allowed range and
15837 pass 0 to print_complex_function_ulps instead of value within
15838 allowed range.
15839
000232b9
SP
158402014-03-04 Siddhesh Poyarekar <siddhesh@redhat.com>
15841
d4b17258
SP
15842 * libio/tst-ftell-active-handler.c (get_handles_fdopen): Fix
15843 formatting.
15844 (get_handles_fopen): Likewise.
15845 (do_write_test): Likewise.
15846
091eff71
SP
15847 * libio/wfileops.c (do_ftell_wide): Fix up formatting.
15848
fa3cd248
SP
15849 * libio/fileops.c (do_ftell): Use cached offset when
15850 available.
15851 * libio/iofwide.c (do_ftell_wide): Likewise.
15852 * libio/iofdopen.c (_IO_new_fdopen): Don't use
15853 _IO_file_attach.
15854 * libio/wfileops.c (_IO_fwide): Don't cache offset.
15855
000232b9
SP
15856 [BZ #16532]
15857 * libio/libioP.h (get_file_offset): New function.
15858 * libio/fileops.c (get_file_offset): Likewise.
15859 (do_ftell): Likewise.
15860 (_IO_new_file_seekoff): Split out ftell logic.
15861 * libio/wfileops.c (do_ftell_wide): Likewise.
15862 (_IO_wfile_seekoff): Split out ftell logic.
15863 * libio/tst-ftell-active-handler.c: New test case.
15864 * libio/Makefile (tests): Add it.
15865
116f4d1a
RM
158662014-03-03 Roland McGrath <roland@hack.frob.com>
15867
15868 * nptl/ChangeLog: Renamed to nptl/ChangeLog.old, no longer used.
15869 * nptl_db/ChangeLog: Renamed to nptl_db/ChangeLog.old, no longer used.
15870
532a6035
SP
158712014-03-03 Siddhesh Poyarekar <siddhesh@redhat.com>
15872
15873 [BZ #16639]
15874 * nscd/connections.c (nscd_init): Call do_exit.
15875 (start_threads): Call do_exit and notify_parent.
15876 (begin_drop_privileges): Call do_exit.
15877 (finish_drop_privileges): Likewise.
15878 * nscd/selinux.c (preserve_capabilities): Likewise.
15879 (install_real_capabilities): Likewise.
15880 (nscd_selinux_enabled): Likewise.
15881 (avc_create_thread): Likewise.
15882 (avc_alloc_lock): Likewise.
15883 (nscd_avc_init): Likewise.
15884 * nscd/nscd.c (parent_fd): New static variable.
15885 (main): Create a pipe between parent and child processes.
15886 Skip closing parent_fd.
15887 (monitor_child): New function.
15888 (do_exit): Likewise.
15889 (notify_parent): Likewise.
15890 * nscd/nscd.h (notify_parent): Likewise.
15891 (do_exit): Likewise.
15892
d6285c9f
CD
158932014-03-03 Carlos O'Donell <carlos@redhat.com>
15894
15895 * malloc/malloc.c (__libc_calloc): Revert last change.
15896
2b85d2a0
AZ
158972014-03-03 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
15898
15899 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
15900
c7debbdf
RS
159012014-03-03 Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
15902
15903 * sysdeps/powerpc/powerpc64/power7/strrchr.S: New file.
15904 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strrchr multiarch
15905 implementation.
15906 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
15907 (__libc_ifunc_impl_list): Likewise.
15908 * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: New file.
15909 * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: New file.
15910 * sysdeps/powerpc/powerpc64/multiarch/strrchr-power7.S: New file.
15911 * string/strrchr.c: Define STRRCHR.
15912
235eed86
OB
159132014-02-28 Ondřej Bílka <neleai@seznam.cz>
15914
15915 * benchtest/bench-strtok.c (simple_strtok): Delete.
15916 (strtok_string): Use as benchmark.
15917 * string/strtok (STRTOK): New macro.
15918
8e25d1e7
CD
159192014-02-28 Carlos O'Donell <carlos@redhat.com>
15920
ef563f92
CD
15921 * manual/threads.texi: Add header and standard comments to all
15922 functions.
15923
8e25d1e7
CD
15924 * elf/dl-lookup.c (check_match): New function.
15925 (ELF_MACHINE_SYM_NO_MATCH): Adjust comment.
15926 (do_lookup_x): Remove nested function check_match. Use non-nested
15927 function check_match.
15928
ff71cc37
RM
159292014-02-28 Roland McGrath <roland@hack.frob.com>
15930
f08e9a26
RM
15931 * csu/Makefile (generated, before-compile): Use += rather than =.
15932 * catgets/Makefile (generated, generated-dirs): Likewise.
15933 * debug/Makefile (generated): Likewise.
15934 * dlfcn/Makefile (generated): Likewise.
15935 * elf/Makefile (before-compile, generated, generated-dirs): Likewise.
15936 * iconvdata/Makefile (before-compile, generated): Likewise.
15937 * intl/Makefile (before-compile, generated, generated-dirs): Likewise.
15938 * libio/Makefile (generated): Likewise.
15939 * malloc/Makefile (generated): Likewise.
15940 * manual/Makefile (generated, generated-dirs): Likewise.
15941 * misc/Makefile (generated): Likewise.
15942 * posix/Makefile (generated): Likewise.
15943 * resolv/Makefile (generated): Likewise.
15944 * sunrpc/Makefile (generated, generated-dirs): Likewise.
15945 * timezone/Makefile (generated, generated-dirs): Likewise.
15946
ff71cc37
RM
15947 * stdio-common/Versions (libc: GLIBC_PRIVATE): Add missing }.
15948
fe13a20c
AZ
159492014-02-27 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
15950
57f41c40
AS
15951 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
15952 power8 implementation.
15953 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power8.S: New
15954 file: POWER8 llround ifunc implementation.
15955 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c
15956 (__lllround): Add POWER8 implementation.
fe13a20c
AZ
15957 * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S: New file:
15958 POWER8 llround implementation.
15959
57f41c40
AS
15960 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint
15961 power8 implementation.
15962 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power8.S: New
15963 file: POWER8 llrint ifunc implementation.
15964 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c (__lllrint):
15965 Add POWER8 implementation.
1ad8950a
AZ
15966 * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S: New file:
15967 POWER8 llrint implementation.
15968
57f41c40
AS
15969 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite
15970 power8 implementation.
15971 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power8.S: New
15972 file: POWER8 finite ifunc implementation.
15973 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c (__finite):
15974 Add POWER8 implementation.
cac626d6
AZ
15975 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c (__finitef):
15976 Likewise.
15977 * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: New file:
15978 POWER8 finite implementation.
15979 * sysdeps/powerpc/powerpc64/power8/fpu/s_finitef.S: New file.
15980
57f41c40
AS
15981 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf
15982 power8 implementation.
15983 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power8.S: New
15984 file: POWER8 isinf ifunc implementation.
4393fc11
AZ
15985 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c (__isinf): Add
15986 POWER8 implementation.
15987 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c (__isinff):
15988 Likewise.
57f41c40
AS
15989 * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: New file: POWER8
15990 isinf implementation.
4393fc11
AZ
15991 * sysdeps/powerpc/powerpc64/power8/fpu/s_isinff.S: New file.
15992
57f41c40
AS
15993 * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h
15994 (INIT_ARCH): Add hwcap2 initialization.
15995 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
15996 power8 implementation.
15997 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power8.S: New
15998 file: POWER8 isnan ifunc implementation.
487972ae
AZ
15999 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c (__isnan): Add
16000 POWER8 implementation.
16001 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c (__isnanf):
16002 Likewise.
57f41c40
AS
16003 * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: New file: POWER8
16004 isnan implementation.
487972ae
AZ
16005 * sysdeps/powerpc/powerpc64/power8/fpu/s_isnanf.S: New file.
16006
7d92b787
JY
160072014-02-27 Joey Ye <joey.ye@arm.com>
16008
16009 * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
16010 (_FP_NANFRAC_Q): Set to zero.
16011
1cadc858
SP
160122014-02-27 Siddhesh Poyarekar <siddhesh@redhat.com>
16013
16014 [BZ #16623]
16015 * math/auto-libm-test-in: New test inputs.
16016 * math/auto-libm-test-out: Regenerate.
16017 * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Preserve sign of A
16018 and DA.
16019 (__cos): Likewise.
16020 * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
16021
f8c17e79
JM
160222014-02-27 Joseph Myers <joseph@codesourcery.com>
16023
16024 * scripts/evaluate-test.sh: Take new argument indicating whether
16025 failure is expected.
16026 * Makeconfig (evaluate-test): Pass argument to evaluate-test.sh
16027 indicating whether failure is expected.
16028 * conform/Makefile (test-xfail-run-conformtest): New variable.
16029 ($(objpfx)run-conformtest.out): Don't expect to fail at makefile
16030 level.
16031 * posix/Makefile (test-xfail-annexc): New variable.
16032 ($(objpfx)annexc.out): Don't expect to fail at makefile level.
16033
a5f891ac
JM
160342014-02-26 Joseph Myers <joseph@codesourcery.com>
16035
16036 * argp/Makefile: Include Makeconfig immediately after defining
16037 subdir.
16038 * assert/Makefile: Likewise.
16039 * benchtests/Makefile: Likewise.
16040 * catgets/Makefile: Likewise.
16041 * conform/Makefile: Likewise.
16042 * crypt/Makefile: Likewise.
16043 * csu/Makefile: Likewise.
16044 (all): Remove target.
16045 * ctype/Makefile: Include Makeconfig immediately after defining
16046 subdir.
16047 * debug/Makefile: Likewise.
16048 * dirent/Makefile: Likewise.
16049 * dlfcn/Makefile: Likewise.
16050 * gmon/Makefile: Likewise.
16051 * gnulib/Makefile: Likewise.
16052 * grp/Makefile: Likewise.
16053 * gshadow/Makefile: Likewise.
16054 * hesiod/Makefile: Likewise.
16055 * hurd/Makefile: Likewise.
16056 (all): Remove target.
16057 * iconvdata/Makefile: Include Makeconfig immediately after
16058 defining subdir.
16059 * inet/Makefile: Likewise.
16060 * intl/Makefile: Likewise.
16061 * io/Makefile: Likewise.
16062 * libio/Makefile: Likewise.
16063 (all): Remove target.
16064 * locale/Makefile: Include Makeconfig immediately after defining
16065 subdir.
16066 * login/Makefile: Likewise.
16067 * mach/Makefile: Likewise.
16068 (all): Remove target.
16069 * malloc/Makefile: Include Makeconfig immediately after defining
16070 subdir.
16071 (all): Remove target.
16072 * manual/Makefile: Include Makeconfig immediately after defining
16073 subdir.
16074 * math/Makefile: Likewise.
16075 * misc/Makefile: Likewise.
16076 * nis/Makefile: Likewise.
16077 * nss/Makefile: Likewise.
16078 * po/Makefile: Likewise.
16079 (all): Remove target.
16080 * posix/Makefile: Include Makeconfig immediately after defining
16081 subdir.
16082 * pwd/Makefile: Likewise.
16083 * resolv/Makefile: Likewise.
16084 * resource/Makefile: Likewise.
16085 * rt/Makefile: Likewise.
16086 * setjmp/Makefile: Likewise.
16087 * shadow/Makefile: Likewise.
16088 * signal/Makefile: Likewise.
16089 * socket/Makefile: Likewise.
16090 * soft-fp/Makefile: Likewise.
16091 * stdio-common/Makefile: Likewise.
16092 * stdlib/Makefile: Likewise.
16093 * streams/Makefile: Likewise.
16094 * string/Makefile: Likewise.
16095 * sunrpc/Makefile: Likewise.
16096 (all): Remove target.
16097 * sysvipc/Makefile: Include Makeconfig immediately after defining
16098 subdir.
16099 * termios/Makefile: Likewise.
16100 * time/Makefile: Likewise.
16101 * timezone/Makefile: Likewise.
16102 (all): Remove target.
16103 * wcsmbs/Makefile: Include Makeconfig immediately after defining
16104 subdir.
16105 * wctype/Makefile: Likewise.
16106
5b456e9d
SE
161072014-02-26 Steve Ellcey <sellcey@mips.com>
16108
16109 * sysdeps/mips/math_private.h (_FPU_MASK_ALL) New.
16110 (libc_feholdexcept_mips): Use _FPU_MASK_ALL.
16111 (libc_feholdexcept_setround_mips): Ditto.
16112 (libc_feholdsetround): New.
16113 (libc_feholdsetroundf): New.
16114 (libc_feholdsetroundl): New.
16115 (libc_feupdateenv_test_mips): New.
16116 (libc_feupdateenv_test): New.
16117 (libc_feupdateenv_testf): New.
16118 (libc_feupdateenv_testl): New.
16119 (libc_feresetround): New.
16120 (libc_feresetroundf): New.
16121 (libc_feresetroundl): New.
16122 (libc_fetestexcept_mips): New.
16123 (libc_fetestexcept): New.
16124 (libc_fetestexceptf): New.
16125 (libc_fetestexceptl): New.
16126 (HAVE_RM_CTX): New.
16127 (libc_feholdexcept_setround_mips_ctx): New.
16128 (libc_feholdexcept_setround_ctx): New.
16129 (libc_feholdexcept_setroundf_ctx): New.
16130 (libc_feholdexcept_setroundl_ctx): New.
16131 (libc_fesetenv_mips_ctx): New.
16132 (libc_fesetenv_ctx): New.
16133 (libc_fesetenv_ctxf): New.
16134 (libc_fesetenv_ctxl): New.
16135 (libc_feupdateenv_mips_ctx): New.
16136 (libc_feupdateenv_ctx): New.
16137 (libc_feupdateenvf_ctx): New.
16138 (libc_feupdateenvl_ctx): New.
16139 (libc_feholdsetround_mips_ctx): New.
16140 (libc_feholdsetround_ctx): New.
16141 (libc_feholdsetroundf_ctx): New.
16142 (libc_feholdsetroundl_ctx): New.
16143 (libc_feresetround_mips_ctx): New.
16144 (libc_feresetround_ctx): New.
16145 (libc_feresetroundf_ctx): New.
16146 (libc_feresetroundl_ctx): New.
16147
085d0e35
CD
161482014-02-26 Carlos O'Donell <carlos@redhat.com>
16149
f067bf1f
CD
16150 * manual/ipc.texi (Semaphores): Use @Theglibc{}.
16151
085d0e35
CD
16152 * manual/ipc.texi: New file.
16153 * manual/Makefile (chapters): Add ipc.
16154 * manual/job.texi: Add "Inter-Process Communication" to next.
16155 * manual/process.texi: Add "Inter-Process Communication" to prev.
16156
86e58c08
AZ
161572014-02-26 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
16158
16159 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
16160
4248f0da
OB
161612014-02-26 Ondřej Bílka <neleai@seznam.cz>
16162
16163 * malloc/malloc.c (__libc_calloc): Simplify implementation.
16164
cf822e3c
OB
16165 * manual/arith.texi: Fix spaces after sentences.
16166 * manual/charset.texi: Likewise.
16167 * manual/errno.texi: Likewise.
16168 * manual/install.texi: Likewise.
16169 * manual/llio.texi: Likewise.
16170 * manual/locale.texi: Likewise.
16171 * manual/maint.texi: Likewise.
16172 * manual/math.texi: Likewise.
16173 * manual/memory.texi: Likewise.
16174 * manual/message.texi: Likewise.
16175 * manual/probes.texi: Likewise.
16176 * manual/resource.texi: Likewise.
16177 * manual/signal.texi: Likewise.
16178 * manual/socket.texi: Likewise.
16179 * manual/stdio.texi: Likewise.
16180 * manual/string.texi: Likewise.
16181 * manual/time.texi: Likewise.
16182 * manual/users.texi: Likewise.
16183
ade40b10
CD
161842014-02-25 Carlos O'Donell <carlos@redhat.com>
16185
16186 [BZ #16632]
16187 * include/features.h: Don't warn about _BSD_SOURCE or _SVID_SOURCE if
16188 _DEFAULT_SOURCE is defined.
16189
d0503676
CD
161902014-02-25 Ulrich Drepper <drepper@gmail.com>
16191 Carlos O'Donell <carlos@redhat.com>
16192
16193 [BZ #16613]
16194 * elf/dl-tls.c (_dl_count_modids): New function.
16195 * sysdeps/generic/ldsodefs.h: Declare _dl_count_modids.
16196 * elf/rtld.c (dl_main): Call _dl_count_modids to track TLS usage in
16197 audit library and increment generation counter.
16198 (_dl_allocate_tls_init): Add assertion to check TLS generation count.
16199 * elf/tst-audit9.c: New file.
16200 * elf/tst-auditmod9a.c: New file.
16201 * elf/tst-auditmod9b.c: New file.
16202 * elf/Makefile: Add rules to build and run tst-audit9.
16203
4cbf380c
FW
162042014-02-25 Florian Weimer <fweimer@redhat.com>
16205
16206 [BZ #15347]
16207 * misc/sys/select.h (__FD_MASK): Avoid signed integer overflow.
16208
80a56cc3
WN
162092014-02-25 Will Newton <will.newton@linaro.org>
16210
16211 * sysdeps/arm/__longjmp.S: Include stap-probe.h.
16212 (__longjmp): Restore sp and lr before restoring callee
16213 saved registers. Add longjmp and longjmp_target
16214 SystemTap probe point.
16215 * sysdeps/arm/bits/setjmp.h (__jmp_buf): Update comment.
16216 * sysdeps/arm/include/bits/setjmp.h (__JMP_BUF_SP):
16217 Define to zero to match jmpbuf layout.
16218 * sysdeps/arm/setjmp.S: Include stap-probe.h.
16219 (__sigsetjmp): Save sp and lr before saving callee
16220 saved registers. Add setjmp SystemTap probe point.
16221
3ea0f74e
SL
162222014-02-24 Stefan Liebler <stli@linux.vnet.ibm.com>
16223
16224 * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
16225
b04acb26
AS
162262014-02-24 Andreas Schwab <schwab@suse.de>
16227
16228 [BZ #15804]
16229 * elf/pldd.c (wait_for_ptrace_stop): New function.
16230 (main): Call it after attaching.
16231
098ad55c
RM
162322014-02-22 Roland McGrath <roland@hack.frob.com>
16233
d4ec6ae1
RM
16234 * Makerules ($(common-objpfx)Versions.v.i): No longer depend
16235 on $(common-objpfx)abi-versions.h; using <shlib-compat.h> inside
16236 Versions files is now verboten.
16237 * hurd/Versions (libc: GLIBC_2.0):
16238 Remove various [SHLIB_COMPAT (libc, GLIBC_2_0, ...)] sections.
16239 (libc: HURD_CTHREADS_0.3): Remove conditionalization, was under
16240 [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_2)].
16241 * mach/Versions: Likewise.
16242
098ad55c
RM
16243 * csu/Versions: Remove unused %include.
16244 * resolv/Versions: Likewise.
16245
acd7f096
JM
162462014-02-21 Joseph Myers <joseph@codesourcery.com>
16247
f0881698
JM
16248 * Makefile ($(objpfx)c++-types-check.out): Use $(evaluate-test).
16249 ($(objpfx)check-local-headers.out): Likewise.
16250 ($(objpfx)begin-end-check.out): Likewise.
16251 * Makerules (check-abi-%.out): Likewise.
16252 * catgets/Makefile ($(objpfx)test1.cat): Likewise.
16253 ($(objpfx)test2.cat): Likewise.
16254 ($(objpfx)de/libc.cat): Likewise.
16255 ($(objpfx)test-gencat.out): Likewise.
16256 * conform/Makefile ($(objpfx)run-conformtest.out): Likewise.
16257 * elf/Makefile ($(objpfx)order-cmp.out): Likewise.
16258 ($(objpfx)noload-mem): Likewise.
16259 ($(objpfx)tst-pathopt.out): Likewise.
16260 ($(objpfx)tst-rtld-load-self.out): Likewise.
16261 ($(objpfx)tst-array1-cmp.out): Likewise.
16262 ($(objpfx)tst-array1-static-cmp.out): Likewise.
16263 ($(objpfx)tst-array2-cmp.out): Likewise.
16264 ($(objpfx)tst-array3-cmp.out): Likewise.
16265 ($(objpfx)tst-array4-cmp.out): Likewise.
16266 ($(objpfx)tst-array5-cmp.out): Likewise.
16267 ($(objpfx)tst-array5-static-cmp.out): Likewise.
16268 ($(objpfx)check-textrel.out): Likewise.
16269 ($(objpfx)check-execstack.out): Likewise.
16270 ($(objpfx)check-localplt.out): Likewise.
16271 ($(objpfx)order2-cmp.out): Likewise.
16272 ($(objpfx)tst-leaks1-mem): Likewise.
16273 ($(objpfx)tst-leaks1-static-mem): Likewise.
16274 ($(objpfx)tst-initorder-cmp.out): Likewise.
16275 ($(objpfx)tst-initorder2-cmp.out): Likewise.
16276 ($(objpfx)tst-unused-dep.out): Likewise.
16277 ($(objpfx)tst-unused-dep-cmp.out): Likewise.
16278 * grp/Makefile ($(objpfx)tst_fgetgrent.out): Likewise.
16279 * iconv/Makefile (test-iconvconfig): Likewise.
16280 * iconvdata/Makefile ($(objpfx)mtrace-tst-loading): Likewise.
16281 ($(objpfx)iconv-test.out): Likewise.
16282 ($(objpfx)tst-tables.out): Likewise.
16283 * intl/Makefile ($(objpfx)mtrace-tst-gettext): Likewise.
16284 ($(objpfx)tst-gettext.out): Likewise.
16285 ($(objpfx)tst-translit.out): Likewise.
16286 ($(objpfx)tst-gettext2.out): Likewise.
16287 ($(objpfx)tst-gettext4.out): Likewise.
16288 ($(objpfx)tst-gettext6.out): Likewise.
16289 * io/Makefile ($(objpfx)ftwtest.out): Likewise.
16290 * libio/Makefile ($(objpfx)test-freopen.out): Likewise.
16291 ($(objpfx)tst-fopenloc-cmp.out): Likewise.
16292 ($(objpfx)tst-fopenloc-mem.out): Likewise.
16293 * malloc/Makefile ($(objpfx)tst-mtrace.out): Likewise.
16294 * misc/Makefile ($(objpfx)tst-error1-mem): Likewise.
16295 * posix/Makefile ($(objpfx)globtest.out): Likewise.
16296 ($(objpfx)wordexp-tst.out): Likewise.
16297 ($(objpfx)annexc.out): Likewise.
16298 ($(objpfx)tst-fnmatch-mem): Likewise.
16299 ($(objpfx)bug-regex2-mem): Likewise.
16300 ($(objpfx)bug-regex14-mem): Likewise.
16301 ($(objpfx)bug-regex21-mem): Likewise.
16302 ($(objpfx)bug-regex31-mem): Likewise.
16303 ($(objpfx)tst-vfork3-mem): Likewise.
16304 ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
16305 ($(objpfx)tst-pcre-mem): Likewise.
16306 ($(objpfx)tst-boost-mem): Likewise.
16307 ($(objpfx)tst-getconf.out): Likewise.
16308 ($(objpfx)bug-ga2-mem): Likewise.
16309 ($(objpfx)bug-glob2-mem): Likewise.
16310 * resolv/Makefile ($(objpfx)mtrace-tst-leaks): Likewise.
16311 ($(objpfx)mtrace-tst-leaks2): Likewise.
16312 * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Likewise.
16313 ($(objpfx)tst-printf.out): Likewise.
16314 ($(objpfx)tst-setvbuf1.out): Likewise.
16315 ($(objpfx)tst-setvbuf1-cmp.out): Likewise.
16316 * stdlib/Makefile ($(objpfx)isomac.out): Likewise.
16317 ($(objpfx)tst-fmtmsg.out): Likewise.
16318 * string/Makefile ($(objpfx)tst-svc-cmp.out): Likewise.
16319 * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Likewise.
16320
acd7f096
JM
16321 * bits/fcntl.h [__USE_MISC]: Remove redundant conditionals.
16322 * bits/sigaction.h [__USE_MISC]: Likewise.
16323 * bits/waitstatus.h: Update #endif comments.
16324 * ctype/ctype.h: Likewise.
16325 * dirent/dirent.h: Likewise.
16326 [__USE_MISC]: Remove redundant conditionals.
16327 * grp/grp.h: Update #endif comments.
16328 [__USE_GNU]: Remove redundant conditionals.
16329 [__USE_MISC]: Likewise.
16330 * inet/netinet/in.h [__USE_GNU]: Likewise.
16331 * io/sys/stat.h [__USE_MISC]: Likewise.
16332 * libio/bits/stdio-ldbl.h [__USE_MISC]: Likewise.
16333 * libio/bits/stdio.h: Update #endif comments.
16334 [__USE_MISC]: Remove redundant conditionals.
16335 * libio/bits/stdio2.h [__USE_MISC]: Likewise.
16336 * libio/stdio.h: Update #endif comments.
16337 [__USE_MISC]: Remove redundant conditionals.
16338 * math/bits/math-finite.h [__USE_MISC]: Likewise.
16339 * math/bits/mathcalls.h [__USE_MISC]: Likewise.
16340 * math/math.h: Update #else and #endif comments.
16341 [__USE_MISC]: Remove redundant conditionals.
16342 * misc/sys/uio.h: Update #endif comments.
16343 * posix/bits/unistd.h [__USE_MISC]: Remove redundant conditionals.
16344 * posix/glob.h [__USE_MISC]: Likewise.
16345 * posix/sys/types.h: Update #endif comments.
16346 [__USE_MISC]: Remove redundant conditionals.
16347 * posix/sys/wait.h: Update #endif comments.
16348 [__USE_MISC]: Remove redundant conditionals.
16349 * posix/unistd.h: Update #endif comments.
16350 [__USE_MISC]: Remove redundant conditionals.
16351 * pwd/pwd.h [__USE_GNU]: Likewise.
16352 [__USE_MISC]: Likewise.
16353 * resolv/netdb.h [__USE_GNU]: Likewise.
16354 * signal/signal.h: Update #endif comments.
16355 [__USE_MISC]: Remove redundant conditionals.
16356 * stdlib/stdlib.h: Update #else and #endif comments.
16357 [__USE_MISC]: Remove redundant conditionals.
16358 [__USE_GNU]: Likewise.
16359 * string/bits/string2.h [__USE_MISC]: Likewise.
16360 * string/string.h: Update #endif comments.
16361 [__USE_MISC]: Remove redundant conditionals.
16362 * sysdeps/m68k/m680x0/fpu/bits/mathinline.h [__USE_MISC]:
16363 Likewise.
16364 * sysdeps/mach/hurd/bits/fcntl.h [__USE_MISC]: Likewise.
16365 * sysdeps/mach/hurd/bits/stat.h [__USE_MISC]: Likewise.
16366 * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h [__USE_MISC]:
16367 Likewise.
16368 * sysdeps/unix/sysv/linux/alpha/bits/stat.h [__USE_MISC]:
16369 Likewise.
16370 * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Update #endif
16371 comments.
16372 [__USE_MISC]: Remove redundant conditionals.
16373 * sysdeps/unix/sysv/linux/bits/in.h [__USE_GNU]: Likewise.
16374 * sysdeps/unix/sysv/linux/bits/sigaction.h [__USE_MISC]: Likewise.
16375 * sysdeps/unix/sysv/linux/bits/socket.h [__USE_GNU]: Likewise.
16376 * sysdeps/unix/sysv/linux/bits/stat.h [__USE_MISC]: Likewise.
16377 * sysdeps/unix/sysv/linux/ia64/bits/sigaction.h [__USE_MISC]:
16378 Likewise.
16379 * sysdeps/unix/sysv/linux/m68k/bits/stat.h [__USE_MISC]: Likewise.
16380 * sysdeps/unix/sysv/linux/mips/bits/sigaction.h [__USE_MISC]:
16381 Likewise.
16382 * sysdeps/unix/sysv/linux/mips/bits/stat.h [__USE_MISC]: Likewise.
16383 * sysdeps/unix/sysv/linux/powerpc/bits/stat.h [__USE_MISC]:
16384 Likewise.
16385 * sysdeps/unix/sysv/linux/s390/bits/sigaction.h [__USE_MISC]:
16386 Likewise.
16387 * sysdeps/unix/sysv/linux/s390/bits/stat.h [__USE_MISC]: Likewise.
16388 * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h [__USE_MISC]:
16389 Likewise.
16390 * sysdeps/unix/sysv/linux/sparc/bits/stat.h [__USE_MISC]:
16391 Likewise.
16392 * sysdeps/unix/sysv/linux/x86/bits/stat.h [__USE_MISC]: Likewise.
16393 * sysdeps/x86/bits/string.h: Update #endif comments.
16394 * sysdeps/x86/fpu/bits/mathinline.h [__USE_MISC]: Remove redundant
16395 conditionals.
16396 * time/sys/time.h: Update #endif comments.
16397 * time/time.h: Likewise.
16398 [__USE_MISC]: Remove redundant conditionals.
16399
a5d82e4e
YG
164002014-02-21 Yury Gribov <y.gribov@samsung.com>
16401
16402 [BZ #16600]
16403 * sysdeps/arm/libm-test-ulps: Update for VFPv4.
16404
9a80491d
AS
164052014-02-21 Andreas Schwab <schwab@linux-m68k.org>
16406
16407 * Versions.def (librt): Add GLIBC_2.17.
16408
105fa381
AC
164092014-02-21 Adam Conrad <adconrad@0c3.net>
16410
16411 * sysdeps/powerpc/bits/hwcap.h: Allow _SYSDEPS_SYSDEP_H guard as a
16412 synonym for _SYS_AUXV_H to allow direct inclusion.
16413 * sysdeps/sparc/bits/hwcap.h: Likewise.
16414 * sysdeps/powerpc/sysdep.h: Define _SYSDEPS_SYSDEP_H instead of
16415 _SYS_AUXV_H so we can include sysdep.h and sys/auxv.h together.
16416 * sysdeps/sparc/sysdep.h: Likewise.
16417
b8cd1c4e
SP
164182014-02-21 Siddhesh Poyarekar <siddhesh@redhat.com>
16419
16420 * benchtests/bench-strrchr.c (do_test): Fix minor formatting.
16421
bd939d23
RS
164222014-02-21 Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
16423
16424 * benchtests/bench-strrchr.c: Print length instead of position.
16425
5d7b57ca
JM
164262014-02-20 Joseph Myers <joseph@codesourcery.com>
16427
bc688c10
JM
16428 [BZ #16611]
16429 * sysdeps/unix/sysv/linux/kernel-features.h
16430 [__LINUX_KERNEL_VERSION >= 0x030000 && __ASSUME_SOCKETCALL]
16431 (__ASSUME_SENDMMSG_SOCKETCALL): Define.
16432 [__LINUX_KERNEL_VERSION >= 0x030000 && (__i386__ || __x86_64__ ||
16433 __powerpc__ || __sh__ || __sparc__)] (__ASSUME_SENDMMSG_SYSCALL):
16434 Likewise.
16435 [__i386__ || __powerpc__ || __sh__ || __sparc__]
16436 (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
16437 [__ASSUME_SENDMMSG_SOCKETCALL || __ASSUME_SENDMMSG_SYSCALL]
16438 (__ASSUME_SENDMMSG): Define instead of using previous
16439 [__LINUX_KERNEL_VERSION >= 0x020627] condition.
16440 * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
16441 (__ASSUME_SENDMMSG_SYSCALL): Define.
16442 * sysdeps/unix/sysv/linux/alpha/kernel-features.h
16443 [__LINUX_KERNEL_VERSION >= 0x030200] (__ASSUME_SENDMMSG_SYSCALL):
16444 Likewise.
16445 * sysdeps/unix/sysv/linux/arm/kernel-features.h
16446 [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
16447 Likewise.
16448 * sysdeps/unix/sysv/linux/ia64/kernel-features.h
16449 [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
16450 Likewise.
16451 * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SOCKETCALL
16452 && !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
16453 !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
16454 [__ASSUME_SENDMMSG]: Change conditionals to
16455 [__ASSUME_SENDMMSG_SOCKETCALL].
16456 * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
16457 [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_SENDMMSG_SYSCALL):
16458 Define.
16459 * sysdeps/unix/sysv/linux/mips/kernel-features.h
16460 [__LINUX_KERNEL_VERSION >= 0x030100] (__ASSUME_SENDMMSG_SYSCALL):
16461 Likewise.
16462 * sysdeps/unix/sysv/linux/sendmmsg.c [__ASSUME_SOCKETCALL &&
16463 !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
16464 !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
16465 [!__ASSUME_SENDMMSG]: Change conditional to
16466 [!__ASSUME_SENDMMSG_SOCKETCALL].
16467 * sysdeps/unix/sysv/linux/tile/kernel-features.h
16468 [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
16469 Define.
16470
0e31b18c
JM
16471 [BZ #16610]
16472 * sysdeps/unix/sysv/linux/kernel-features.h
16473 [__LINUX_KERNEL_VERSION >= 0x020621 && __ASSUME_SOCKETCALL]
16474 (__ASSUME_RECVMMSG_SOCKETCALL): Define.
16475 [(__LINUX_KERNEL_VERSION >= 0x020621 && (__i386__ || __x86_64__ ||
16476 __sparc__)) || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__
16477 || __sh__))] (__ASSUME_RECVMMSG_SYSCALL): Likewise.
16478 [__i386__ || __sparc__]
16479 (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
16480 [__ASSUME_RECVMMSG_SOCKETCALL || __ASSUME_RECVMMSG_SYSCALL]
16481 (__ASSUME_RECVMMSG): Define instead of using previous
16482 [__LINUX_KERNEL_VERSION >= 0x020621] condition.
16483 * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
16484 (__ASSUME_RECVMMSG_SYSCALL): Define.
16485 * sysdeps/unix/sysv/linux/alpha/kernel-features.h
16486 [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
16487 Likewise.
16488 * sysdeps/unix/sysv/linux/arm/kernel-features.h
16489 [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
16490 Likewise.
16491 * sysdeps/unix/sysv/linux/ia64/kernel-features.h
16492 [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
16493 Likewise.
16494 * sysdeps/unix/sysv/linux/internal_recvmmsg.S [__ASSUME_SOCKETCALL
16495 && !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
16496 !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
16497 [__ASSUME_RECVMMSG]: Change condition to
16498 [__ASSUME_RECVMMSG_SOCKETCALL].
16499 * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
16500 [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
16501 Define.
16502 (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
16503 * sysdeps/unix/sysv/linux/mips/kernel-features.h
16504 [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
16505 Likewise.
16506 * sysdeps/unix/sysv/linux/recvmmsg.c [__ASSUME_SOCKETCALL &&
16507 !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
16508 !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
16509 [!__ASSUME_RECVMMSG]: Change condition to
16510 [!__ASSUME_RECVMMSG_SOCKETCALL].
16511 * sysdeps/unix/sysv/linux/tile/kernel-features.h
16512 (__ASSUME_RECVMMSG_SYSCALL): Define.
16513
dd481ccf
JM
16514 [BZ #16609]
16515 * sysdeps/unix/sysv/linux/kernel-features.h [__i386__ ||
16516 __powerpc__ || __s390__ || __sh__ || __sparc__]
16517 (__ASSUME_SOCKETCALL): Define.
16518 [__LINUX_KERNEL_VERSION && __ASSUME_SOCKETCALL]
16519 (__ASSUME_ACCEPT4_SOCKETCALL): Likewise.
16520 [(__LINUX_KERNEL_VERSION >= 0x02061c && (__x86_64__ || __sparc__))
16521 || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__ ||
16522 __sh__))] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
16523 [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
16524 [__ASSUME_ACCEPT4_SOCKETCALL || __ASSUME_ACCEPT4_SYSCALL]
16525 (__ASSUME_ACCEPT4): Define instead of using previous
16526 [__LINUX_KERNEL_VERSION >= 0x02061c && (__i386__ || __x86_64__ ||
16527 __powerpc__ || __sparc__ || __s390__)] condition.
16528 * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
16529 (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
16530 * sysdeps/unix/sysv/linux/accept4.c [__ASSUME_SOCKETCALL &&
16531 !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
16532 !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
16533 [!__ASSUME_ACCEPT4]: Change condition to
16534 [!__ASSUME_ACCEPT4_SOCKETCALL].
16535 * sysdeps/unix/sysv/linux/alpha/kernel-features.h
16536 (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL. Correct
16537 condition to [__LINUX_KERNEL_VERSION >= 0x030200].
16538 * sysdeps/unix/sysv/linux/arm/kernel-features.h
16539 [__LINUX_KERNEL_VERSION >= 0x020624] (__ASSUME_ACCEPT4): Change to
16540 __ASSUME_ACCEPT4_SYSCALL.
16541 * sysdeps/unix/sysv/linux/i386/accept4.S [__ASSUME_ACCEPT4]:
16542 Change conditions to [__ASSUME_ACCEPT4_SOCKETCALL].
16543 * sysdeps/unix/sysv/linux/ia64/kernel-features.h
16544 [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_ACCEPT4): Change to
16545 __ASSUME_ACCEPT4_SYSCALL.
16546 * sysdeps/unix/sysv/linux/internal_accept4.S [__ASSUME_SOCKETCALL
16547 && !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
16548 !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
16549 [__ASSUME_ACCEPT4]: Change condition to
16550 [__ASSUME_ACCEPT4_SOCKETCALL].
16551 * sysdeps/unix/sysv/linux/m68k/kernel-features.h
16552 (__ASSUME_SOCKETCALL): Define.
16553 [__LINUX_KERNEL_VERSION >= 0x02061c] (__ASSUME_ACCEPT4): Remove.
16554 * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
16555 (__ASSUME_SOCKETCALL): Define.
16556 (__ASSUME_ACCEPT4): Remove.
16557 [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_ACCEPT4_SYSCALL):
16558 Define.
16559 * sysdeps/unix/sysv/linux/mips/kernel-features.h
16560 [__LINUX_KERNEL_VERSION >= 0x02061f] (__ASSUME_ACCEPT4_SYSCALL):
16561 Likewise.
16562 * sysdeps/unix/sysv/linux/tile/kernel-features.h
16563 (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
16564
5d7b57ca
JM
16565 * sysdeps/unix/sysv/linux/arm/bits/hwcap.h (HWCAP_ARM_VFPD32): New
16566 macro.
16567 (HWCAP_ARM_LPAE): Likewise.
16568 (HWCAP_ARM_EVTSTRM): Likewise.
16569 * sysdeps/unix/sysv/linux/arm/dl-procinfo.c (_dl_arm_cap_flags):
16570 Add vpfd32, lpae and evtstrm.
16571 * sysdeps/unix/sysv/linux/arm/dl-procinfo.h (_DL_HWCAP_COUNT):
16572 Increase to 22.
16573
63689d61
JM
165742014-02-19 Joseph Myers <joseph@codesourcery.com>
16575
16576 * math/auto-libm-test-in: Add tests of clog10.
16577 * math/auto-libm-test-out: Regenerated.
16578 * math/libm-test.inc (clog10_test_data): Use AUTO_TESTS_c_c.
16579 * sysdeps/i386/fpu/libm-test-ulps: Update.
16580 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16581
ab09bf61
AS
165822014-02-18 Andreas Schwab <schwab@suse.de>
16583
16584 [BZ #16574]
16585 * resolv/res_send.c (send_vc): Add parameter ansp2_malloced.
16586 Store non-zero if the second buffer was newly allocated.
16587 (send_dg): Likewise.
16588 (__libc_res_nsend): Add parameter ansp2_malloced and pass it down
16589 to send_vc and send_dg.
16590 (res_nsend): Pass NULL for ansp2_malloced.
16591 * resolv/res_query.c (__libc_res_nquery): Add parameter
16592 answerp2_malloced and pass it down to __libc_res_nsend.
16593 (res_nquery): Pass additional NULL to __libc_res_nquery.
16594 (__libc_res_nsearch): Add parameter answerp2_malloced and pass it
16595 down to __libc_res_nquery and __libc_res_nquerydomain. Deallocate
16596 second answer buffer if answerp2_malloced was set.
16597 (res_nsearch): Pass additional NULL to __libc_res_nsearch.
16598 (__libc_res_nquerydomain): Add parameter
16599 answerp2_malloced and pass it down to __libc_res_nquery.
16600 (res_nquerydomain): Pass additional NULL to
16601 __libc_res_nquerydomain.
16602 * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyname_r): Pass
16603 additional NULL to __libc_res_nsend and __libc_res_nquery.
16604 * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Pass
16605 additional NULL to __libc_res_nsearch.
16606 (_nss_dns_gethostbyname4_r): Revert last change. Use new
16607 parameter of __libc_res_nsearch to check for separately allocated
16608 second buffer.
16609 (_nss_dns_gethostbyaddr2_r): Pass additional NULL to
16610 __libc_res_nquery.
16611 * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Pass
16612 additional NULL to __libc_res_nquery.
16613 * resolv/gethnamaddr.c (gethostbyname2): Pass additional NULL to
16614 __libc_res_nsearch.
16615 (gethostbyaddr): Pass additional NULL to __libc_res_nquery.
16616 * include/resolv.h: Update prototypes of __libc_res_nquery,
16617 __libc_res_nsearch, __libc_res_nsend.
16618
a4fb7861
JM
166192014-02-18 Joseph Myers <joseph@codesourcery.com>
16620
c6af2d89
JM
16621 * math/auto-libm-test-in: Add tests of fma.
16622 * math/auto-libm-test-out: Regenerated.
16623 * math/libm-test.inc (fma_test_data): Use AUTO_TESTS_fff_f.
16624 (fma_towardzero_test_data): Likewise.
16625 (fma_downward_test_data): Likewise.
16626 (fma_upward_test_data): Likewise.
16627 * math/gen-auto-libm-tests.c (rounding_mode_desc): Add field
16628 mpc_mode.
16629 (rounding_modes): Add values for new field.
16630 (func_calc_method): Add value mpfr_fff_f.
16631 (func_calc_desc): Add mpfr_fff_f union field.
16632 (test_function): Add field exact_args.
16633 (FUNC): Add macro argument EXACT_ARGS.
16634 (FUNC_mpfr_f_f): Update call to FUNC.
16635 (FUNC_mpfr_f_f): Likewise.
16636 (FUNC_mpfr_ff_f): Likewise.
16637 (FUNC_mpfr_if_f): Likewise.
16638 (FUNC_mpc_c_f): Likewise.
16639 (FUNC_mpc_c_c): Likewise.
16640 (test_functions): Add fma. Update calls to FUNC.
16641 (handle_input_arg): Add argument exact_args.
16642 (add_test): Update call to handle_input_arg.
16643 (calc_generic_results): Add argument mode. Handle mpfr_fff_f.
16644 (output_for_one_input_case): Update call to calc_generic_results.
16645 Recalculate exact zero results in each rounding mode.
16646
a4fb7861
JM
16647 * math/gen-auto-libm-tests.c (adjust_real): Ensure integers are
16648 non-negative before setting low bit.
16649 * math/auto-libm-test-in: Mark one asin test possibly having
16650 spurious underflow.
16651 * math/auto-libm-test-out: Regenerated.
16652 * sysdeps/i386/fpu/libm-test-ulps: Update.
16653 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16654
ef114eaf
DH
166552014-02-17 David Holsgrove <david.holsgrove@xilinx.com>
16656
2b7f4f2c
SP
16657 * sysdeps/microblaze: Move directory from ports/sysdeps/microblaze.
16658 * sysdeps/unix/sysv/linux/microblaze: Move directory from
16659 ports/sysdeps/unix/sysv/linux/microblaze.
ef114eaf
DH
16660 * README: Add missing listing for microblaze*-*-linux-gnu.
16661
8125aedc
AM
166622014-02-16 Ondřej Bílka <neleai@seznam.cz>
16663
16664 * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Remove
16665 duplicate code
16666
c70a4b1d
MF
166672014-02-16 Mike Frysinger <vapier@gentoo.org>
16668
16669 * sysdeps/ia64: Move directory from ports/sysdeps/ia64.
16670 * sysdeps/unix/sysv/linux/ia64: Move directory from
16671 ports/sysdeps/unix/sysv/linux/ia64.
16672 * README: Update listing for ia64-*-linux-gnu.
16673
591aeaf7
TD
166742014-02-14 Tomas Dohnalek <tdohnale@redhat.com>
16675 Joseph Myers <joseph@codesourcery.com>
16676
16677 * Makeconfig (test-name): New variable.
16678 (evaluate-test): Likewise.
16679 * Makerules (do-test-clean): Remove .test-result files.
16680 (common-mostlyclean): Likewise.
16681 * Rules ($(objpfx)%.out): Use $(evaluate-test) in both rules.
16682 * scripts/evaluate-test.sh: New file.
16683
6e89caf1
JM
166842014-02-14 Joseph Myers <joseph@codesourcery.com>
16685
7f98f180
JM
16686 * libio/Makefile ($(objpfx)tst-fopenloc.check): Split into
16687 separate $(objpfx)tst-fopenloc-cmp.out and
16688 $(objpfx)tst-fopenloc-mem.out targets.
16689 (tests): Update dependencies.
16690 * posix/Makefile (tests variable): Add tst-rxspencer-no-utf8.
16691 (generated): Change tst-rxspencer-mem and tst-rxspencer.mtrace to
16692 tst-rxspencer-no-utf8-mem and tst-rxspencer-no-utf8.mtrace.
16693 (tst-rxspencer-no-utf8-ARGS): New variable.
16694 (tst-rxspencer-no-utf8-ENV): Likewise.
16695 (tests target): Depend on $(objpfx)tst-rxspencer-no-utf8-mem
16696 instead of $(objpfx)tst-rxspencer-mem.
16697 ($(objpfx)tst-rxspencer-mem): Change target to
16698 $(objpfx)tst-rxspencer-no-utf8-mem. Depend on
16699 $(objpfx)tst-rxspencer-no-utf8.out instead of running test program.
16700 * posix/tst-rxspencer-no-utf8.c: New file.
16701
6e89caf1
JM
16702 * elf/Makefile ($(objpfx)order.out): Remove rule.
16703 [$(run-built-tests) = yes] (tests): Depend on
16704 $(objpfx)order-cmp.out.
16705 ($(objpfx)order-cmp.out): New rule.
16706 [$(run-built-tests) = yes] (tests): Depend on
16707 $(objpfx)tst-array1-cmp.out, $(objpfx)tst-array1-static-cmp.out,
16708 $(objpfx)tst-array2-cmp.out, $(objpfx)tst-array3-cmp.out,
16709 $(objpfx)tst-array4-cmp.out, $(objpfx)tst-array5-cmp.out and
16710 $(objpfx)tst-array5-static-cmp.out.
16711 ($(objpfx)tst-array1.out): Remove rule.
16712 ($(objpfx)tst-array1-cmp.out): New rule.
16713 ($(objpfx)tst-array1-static.out): Remove rule.
16714 ($(objpfx)tst-array1-static-cmp.out): New rule.
16715 ($(objpfx)tst-array2.out): Remove rule.
16716 ($(objpfx)tst-array2-cmp.out): New rule.
16717 ($(objpfx)tst-array3.out): Remove rule.
16718 ($(objpfx)tst-array3-cmp.out): New rule.
16719 ($(objpfx)tst-array4.out): Remove rule.
16720 ($(objpfx)tst-array4-cmp.out): New rule.
16721 ($(objpfx)tst-array5.out): Remove rule.
16722 ($(objpfx)tst-array5-cmp.out): New rule.
16723 ($(objpfx)tst-array5-static.out): Remove rule.
16724 ($(objpfx)tst-array5-static-cmp.out): New rule.
16725 [$(run-built-tests) = yes] (tests): Depend on
16726 $(objpfx)order2-cmp.out.
16727 ($(objpfx)order2.out): Remove rule.
16728 ($(objpfx)order2-cmp.out): New rule.
16729 ($(objpfx)tst-initorder.out): Remove rule.
16730 [$(run-built-tests) = yes] (tests): Depend on
16731 $(objpfx)tst-initorder-cmp.out.
16732 ($(objpfx)tst-initorder-cmp.out): New rule.
16733 ($(objpfx)tst-initorder2.out): Remove rule.
16734 [$(run-built-tests) = yes] (tests): Depend on
16735 $(objpfx)tst-initorder2-cmp.out.
16736 ($(objpfx)tst-initorder2-cmp.out): New rule.
16737 [$(run-built-tests) = yes] (tests): Depend on
16738 $(objpfx)tst-unused-dep-cmp.out.
16739 ($(objpfx)tst-unused-dep-cmp.out): Do not run cmp.
16740 ($(objpfx)tst-unused-dep-cmp.out): New rule.
16741 * stdio-common/Makefile [$(run-built-tests) = yes] (tests): Depend
16742 on $(objpfx)tst-setvbuf1-cmp.out.
16743 ($(objpfx)tst-setvbuf1.out): Do not run cmp.
16744 ($(objpfx)tst-setvbuf1-cmp.out): New rule.
16745 * string/Makefile [$(run-built-tests) = yes] (tests): Depend
16746 $(objpfx)tst-svc-cmp.out instead of $(objpfx)tst-svc.out.
16747 ($(objpfx)tst-svc.out): Remove rule.
16748 ($(objpfx)tst-svc-cmp.out): New rule.
16749
ed9a38e2
JM
167502014-02-13 Joseph Myers <joseph@codesourcery.com>
16751
16752 * bits/mman.h [__USE_MISC]: Remove redundant conditionals.
16753 * ctype/ctype.h [__USE_MISC]: Likewise.
16754 * dirent/dirent.h [__USE_MISC]: Likewise.
16755 * grp/grp.h [__USE_MISC]: Likewise.
16756 * io/fcntl.h [__USE_MISC]: Likewise.
16757 * io/sys/stat.h [__USE_MISC]: Likewise.
16758 * libio/stdio.h [__USE_MISC]: Likewise.
16759 * posix/unistd.h [__USE_MISC]: Likewise.
16760 * pwd/pwd.h [__USE_MISC]: Likewise.
16761 * stdlib.h [__USE_MISC]: Likewise.
16762 * string/bits/string2.h [__USE_MISC]: Likewise.
16763 * string/string.h [__USE_MISC]: Likewise.
16764 * time/time.h [__USE_MISC]: Likewise.
16765
d6680619
AS
167662014-02-13 Andreas Schwab <schwab@suse.de>
16767
16768 [BZ #16574]
16769 * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Free the
16770 second answer buffer if it was separately allocated.
16771
ace614b8
JM
167722014-02-12 Joseph Myers <joseph@codesourcery.com>
16773
743151ae
JM
16774 * sysdeps/mips/math-tests.h: Include <features.h>.
16775 [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
16776 (ROUNDING_TESTS_long_double): Do not define.
16777 [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
16778 (EXCEPTION_TESTS_long_double): Likewise.
16779 * sysdeps/mips/mips64/libm-test-ulps: Update.
16780
498afc54
JM
16781 * include/features.h (__USE_BSD): Remove macro definitions.
16782 (__USE_SVID): Likewise.
16783 (_BSD_SOURCE): Likewise.
16784 (_SVID_SOURCE): Likewise.
16785 [!defined _BSD_SOURCE && !defined _SVID_SOURCE]: Remove condition
16786 from definition of _DEFAULT_SOURCE.
16787 [_BSD_SOURCE || _SVID_SOURCE]: Change condition to
16788 [_DEFAULT_SOURCE].
16789 * bits/fcntl.h [__USE_BSD]: Change condition to [__USE_MISC].
16790 * bits/mman.h [__USE_BSD]: Likewise.
16791 * bits/termios.h [__USE_BSD]: Likewise.
16792 * bits/waitstatus.h [__USE_BSD]: Likewise.
16793 * ctype/ctype.h [__USE_SVID]: Likewise.
16794 * dirent/dirent.h [__USE_BSD]: Likewise.
16795 * grp/grp.h [__USE_SVID]: Likewise.
16796 [__USE_BSD]: Likewise.
16797 * inet/netinet/igmp.h [__USE_BSD]: Likewise.
16798 * io/fcntl.h [__USE_BSD]: Likewise.
16799 * io/ftw.h [__USE_BSD]: Likewise.
16800 * io/sys/stat.h [__USE_BSD]: Likewise.
16801 * libio/bits/stdio-ldbl.h [__USE_BSD]: Likewise.
16802 * libio/bits/stdio2.h [__USE_BSD]: Likewise.
16803 * libio/stdio.h [__USE_SVID]: Likewise.
16804 [__USE_BSD]: Likewise.
16805 * math/math.h [__USE_SVID]: Likewise.
16806 [__USE_BSD]: Likewise.
16807 * misc/bits/syslog-ldbl.h [__USE_BSD]: Likewise.
16808 * misc/bits/syslog.h [__USE_BSD]: Likewise.
16809 * misc/search.h [__USE_SVID]: Likewise.
16810 * misc/sys/mman.h [__USE_BSD]: Likewise.
16811 * misc/sys/syslog.h [__USE_BSD]: Likewise.
16812 * misc/sys/uio.h [__USE_BSD]: Likewise.
16813 * posix/bits/unistd.h [__USE_BSD]: Likewise.
16814 * posix/glob.h [__USE_BSD]: Likewise.
16815 * posix/regex.h [__USE_BSD]: Likewise.
16816 * posix/sys/types.h [__USE_BSD]: Likewise.
16817 [__USE_SVID]: Likewise.
16818 * posix/sys/utsname.h [__USE_SVID]: Likewise.
16819 * posix/sys/wait.h [__USE_BSD]: Likewise.
16820 [__USE_SVID]: Likewise.
16821 * posix/unistd.h [__USE_BSD]: Likewise.
16822 [__USE_SVID]: Likewise.
16823 * pwd/pwd.h [__USE_SVID]: Likewise.
16824 * resolv/netdb.h [__USE_BSD]: Likewise.
16825 * setjmp/setjmp.h [__USE_BSD]: Likewise.
16826 * signal/signal.h [__USE_BSD]: Likewise.
16827 [__USE_SVID]: Likewise.
16828 * socket/sys/socket.h [__USE_BSD]: Likewise.
16829 * stdlib/fmtmsg.h [__USE_SVID]: Likewise.
16830 * stdlib/stdlib.h [__USE_BSD]: Likewise.
16831 [__USE_SVID]: Likewise.
16832 * string/bits/string2.h [__USE_BSD]: Likewise.
16833 [__USE_SVID]: Likewise.
16834 * string/bits/string3.h [__USE_BSD]: Likewise.
16835 * string/endian.h [__USE_BSD]: Likewise.
16836 * string/string.h [__USE_SVID]: Likewise.
16837 [__USE_BSD]: Likewise.
16838 * string/strings.h [__USE_BSD]: Likewise.
16839 * sysdeps/generic/netinet/ip.h [__USE_BSD]: Likewise.
16840 * sysdeps/gnu/netinet/ip_icmp.h [__USE_BSD]: Likewise.
16841 * sysdeps/mach/hurd/bits/fcntl.h [__USE_BSD]: Likewise.
16842 * sysdeps/mach/hurd/bits/stat.h [__USE_BSD]: Likewise.
16843 * sysdeps/unix/sysv/linux/alpha/bits/mman.h [__USE_BSD]: Likewise.
16844 * sysdeps/unix/sysv/linux/alpha/bits/termios.h [__USE_BSD]:
16845 Likewise.
16846 * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_BSD]:
16847 Likewise.
16848 * sysdeps/unix/sysv/linux/bits/mman-linux.h [__USE_BSD]: Likewise.
16849 * sysdeps/unix/sysv/linux/bits/sys_errlist.h [__USE_BSD]:
16850 Likewise.
16851 * sysdeps/unix/sysv/linux/bits/termios.h [__USE_BSD]: Likewise.
16852 * sysdeps/unix/sysv/linux/mips/bits/termios.h [__USE_BSD]:
16853 Likewise.
16854 * sysdeps/unix/sysv/linux/netinet/if_ether.h [__USE_BSD]:
16855 Likewise.
16856 * sysdeps/unix/sysv/linux/netinet/if_fddi.h [__USE_BSD]: Likewise.
16857 * sysdeps/unix/sysv/linux/netinet/if_tr.h [__USE_BSD]: Likewise.
16858 * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_BSD]:
16859 Likewise.
16860 * sysdeps/unix/sysv/linux/sparc/bits/termios.h [__USE_BSD]:
16861 Likewise.
16862 * sysdeps/x86/bits/string.h [__USE_BSD]: Likewise.
16863 * sysvipc/sys/ipc.h [__USE_SVID]: Likewise.
16864 * termios/termios.h [__USE_BSD]: Likewise.
16865 * time/sys/time.h [__USE_BSD]: Likewise.
16866 * time/time.h [__USE_BSD]: Likewise.
16867 [__USE_SVID]: Likewise.
16868
dd7b064c
JM
16869 * Makefile (subdir_targets): Remove subdir_lint.out.
16870
a2c4c199
JM
16871 * stdio-common/Makefile (do-tst-unbputc): Remove target.
16872 (do-tst-printf): Likewise.
16873 (tests): Depend directly on $(objpfx)tst-unbputc.out and
16874 $(objpfx)tst-printf.out.
16875
8756f740
JM
16876 * io/ftwtest-sh (testout): Change to $tmp/ftwtest-tmp.out.
16877
1b6dd3f1
JM
16878 * Makerules (check-abi-%): Change target to
16879 $(objpfx)check-abi-%.out.
16880 (check-abi target): Update dependencies.
16881 (check-abi-pattern variable): Redirect output of diff to $@.
16882 (check-abi variable): Likewise.
16883 * elf/Makefile (check-abi): Update dependencies.
16884
ace614b8
JM
16885 * soft-fp/op-common.h (_FP_DECL): Mark exponent as possibly
16886 unused.
16887 (_FP_PACK_SEMIRAW): Determine tininess based on rounding shifted
16888 value if _FP_TININESS_AFTER_ROUNDING and unrounded value is in
16889 subnormal range.
16890 (_FP_PACK_CANONICAL): Determine tininess based on rounding to
16891 normal precision if _FP_TININESS_AFTER_ROUNDING and unrounded
16892 value has largest subnormal exponent.
16893 * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS]
16894 (_FP_TININESS_AFTER_ROUNDING): Undefine and redefine to 0.
16895 * sysdeps/aarch64/soft-fp/sfp-machine.h
16896 (_FP_TININESS_AFTER_ROUNDING): New macro.
16897 * sysdeps/alpha/soft-fp/sfp-machine.h
16898 (_FP_TININESS_AFTER_ROUNDING): Likewise.
16899 * sysdeps/arm/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
16900 Likewise.
16901 * sysdeps/mips/mips64/soft-fp/sfp-machine.h
16902 (_FP_TININESS_AFTER_ROUNDING): Likewise.
16903 * sysdeps/mips/soft-fp/sfp-machine.h
16904 (_FP_TININESS_AFTER_ROUNDING): Likewise.
16905 * sysdeps/powerpc/soft-fp/sfp-machine.h
16906 (_FP_TININESS_AFTER_ROUNDING): Likewise.
16907 * sysdeps/sh/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
16908 Likewise.
16909 * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
16910 (_FP_TININESS_AFTER_ROUNDING): Likewise.
16911 * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
16912 (_FP_TININESS_AFTER_ROUNDING): Likewise.
16913 * sysdeps/tile/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
16914 Likewise.
16915
fbfdf9cb
DAS
169162014-02-12 Dylan Alex Simon <dylan@dylex.net>
16917
16918 [BZ #16545]
16919 * sysdeps/x86_64/fpu/libm-test-ulps: Update on AMD family 21h
16920 model 1.
16921
68b7efaa
RH
169222014-02-12 Richard Henderson <rth@redhat.com>
16923
c70a4b1d 16924 * sysdeps/alpha: Move directory from ports/sysdeps/alpha.
68b7efaa
RH
16925 * sysdeps/unix/alpha: Move directory from ports/sysdeps/unix/alpha.
16926 * sysdeps/unix/sysv/linux/alpha: Move directory from
16927 ports/sysdeps/unix/sysv/linux/alpha.
16928 * README: Update listing for alpha-*-linux-gnu.
16929
cb4a2928
JM
169302014-02-11 Joseph Myers <joseph@codesourcery.com>
16931
c941736c
JM
16932 * include/features.h: Update comment documenting feature test
16933 macros.
16934 [_BSD_SOURCE || _SVID_SOURCE]: Give #warning. Define
16935 _DEFAULT_SOURCE.
16936 * manual/creature.texi (_BSD_SOURCE): Remove documentation.
16937 (_SVID_SOURCE): Likewise.
16938 (_DEFAULT_SOURCE): Update description of default features.
16939 (Feature Test Macros): Don't mention _SVID_SOURCE in conjunction
16940 with _GNU_SOURCE.
16941 * manual/filesys.texi (__ftw_func_t): Do not refer to _BSD_SOURCE.
16942 (S_ISVTX): Likewise.
16943 * manual/math.texi (Mathematical Constants): Likewise.
16944 * manual/signal.texi (Interrupted Primitives): Likewise.
16945 * manual/startup.texi (putenv): Do not refer to _SVID_SOURCE.
16946 * math/test-matherr.c (_SVID_SOURCE): Do not define.
16947 * sysvipc/sys/ipc.h [__USE_SVID && !__USE_XOPEN && __GNUC__ >= 2]:
16948 Don't refer to _SVID_SOURCE in warning text.
16949
e8d8d7ec
JM
16950 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
16951
cb4a2928
JM
16952 * elf/dl-lookup.c (ELF_MACHINE_SYM_NO_MATCH): Define if not
16953 already defined.
16954 (do_lookup_x): Use ELF_MACHINE_SYM_NO_MATCH.
16955 * sysdeps/mips/dl-lookup.c: Remove.
16956 * sysdeps/mips/dl-machine.h (ELF_MACHINE_SYM_NO_MATCH): New macro.
16957
7e6424e3
AK
169582014-02-11 Stefan Liebler <stli@linux.vnet.ibm.com>
16959
16960 [BZ #16447]
16961 * math/auto-libm-test-in: Add testcase for expl.
16962 * math/auto-libm-test-out: Regenerate.
16963 * sysdeps/ieee754/ldbl-128/e_expl.c (__ieee754_expl): Fix
16964 calculation of unsafe.
16965 * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for added testcase.
16966
75eff3fe
MS
169672014-02-11 Marcus Shawcroft <marcus.shawcroft@arm.com>
16968
16969 * sysdeps/aarch64: Move directory from ports/sysdeps/aarch64.
16970 * sysdeps/unix/sysv/linux/aarch64: Move directory from
16971 ports/sysdeps/unix/sysv/linux/aarch64.
16972 * README: Update listing for aarch64*-*-linux-gnu.
16973
d35f1e80
WN
169742014-02-11 Will Newton <will.newton@linaro.org>
16975
16976 * manual/probes.texi (Mathematical Function Probes): Use
16977 "triggered" instead of "hit".
16978
7b3436d4
WN
16979 * manual/probes.texi (Internal Probes): Add documentation
16980 of setjmp, longjmp and longjmp_target probes.
16981
b4f12ca3
WN
16982 * include/stap-probe.h: Add comment about probe argument
16983 format.
16984
c13a72b7
WN
16985 * malloc/mtrace.c (attribute_hidden): Remove unused macro
16986 definition. (tr_where, tr_freehook, tr_mallochook,
16987 tr_reallochook, tr_memalignhook): Use ANSI protoype.
16988
195b8165
DM
169892014-02-11 David S. Miller <davem@davemloft.net>
16990
16991 * stdio-common/tst-sscanf.c (main): Use 'long' for 'dummy' when
16992 processing int_tests.
16993
2ad7600b
JM
169942014-02-10 Joseph Myers <joseph@codesourcery.com>
16995
16996 * sysdeps/mips: Move directory from ports/sysdeps/mips.
16997 * sysdeps/unix/mips: Move directory from ports/sysdeps/unix/mips.
16998 * sysdeps/unix/sysv/linux/mips: Move directory from
16999 ports/sysdeps/unix/sysv/linux/mips.
17000 * README: Update listing for mips-*-linux-gnu and
17001 mips64-*-linux-gnu.
17002
73588a72
AS
170032014-02-10 Andreas Schwab <schwab@linux-m68k.org>
17004
17005 * sysdeps/m68k: Move directory from ports/sysdeps/m68k.
17006 * sysdeps/unix/sysv/linux/m68k: Move directory from
17007 ports/sysdeps/unix/sysv/linux/m68k.
17008 * README: Update listing for m68k-*-linux-gnu.
17009
4372980f
CM
170102014-02-10 Chris Metcalf <cmetcalf@tilera.com>
17011
17012 * sysdeps/tile: Move directory from ports/sysdeps/tile.
17013 * sysdeps/unix/sysv/linux/generic: Move directory from
17014 ports/sysdeps/unix/sysv/linux/generic.
17015 * sysdeps/unix/sysv/linux/tile: Move directory from
17016 ports/sysdeps/unix/sysv/linux/tile.
17017 * README: Update listing for tile*-*-linux-gnu.
17018
a1ffb40e
OB
170192014-02-10 Ondřej Bílka <neleai@seznam.cz>
17020
57f41c40
AS
17021 * assert/assert.c (__assert_fail_base): Use glibc_likely instead
17022 __builtin_expect.
a1ffb40e
OB
17023 * benchtests/bench-memmem.c (simple_memmem): Likewise.
17024 * catgets/open_catalog.c (__open_catalog): Likewise.
17025 * csu/libc-start.c (LIBC_START_MAIN): Likewise.
17026 * debug/confstr_chk.c: Likewise.
17027 * debug/fread_chk.c (__fread_chk): Likewise.
17028 * debug/fread_u_chk.c (__fread_unlocked_chk): Likewise.
17029 * debug/getgroups_chk.c: Likewise.
17030 * debug/mbsnrtowcs_chk.c: Likewise.
17031 * debug/mbsrtowcs_chk.c: Likewise.
17032 * debug/mbstowcs_chk.c: Likewise.
17033 * debug/memcpy_chk.c: Likewise.
17034 * debug/memmove_chk.c: Likewise.
17035 * debug/mempcpy_chk.c: Likewise.
17036 * debug/memset_chk.c: Likewise.
17037 * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
17038 * debug/strcat_chk.c (__strcat_chk): Likewise.
17039 * debug/strcpy_chk.c (__strcpy_chk): Likewise.
17040 * debug/strncat_chk.c (__strncat_chk): Likewise.
17041 * debug/vsnprintf_chk.c (___vsnprintf_chk): Likewise.
17042 * debug/vswprintf_chk.c (__vswprintf_chk): Likewise.
17043 * debug/wcpcpy_chk.c (__wcpcpy_chk): Likewise.
17044 * debug/wcpncpy_chk.c: Likewise.
17045 * debug/wcscat_chk.c (__wcscat_chk): Likewise.
17046 * debug/wcscpy_chk.c (__wcscpy_chk): Likewise.
17047 * debug/wcsncat_chk.c (__wcsncat_chk): Likewise.
17048 * debug/wcsncpy_chk.c: Likewise.
17049 * debug/wcsnrtombs_chk.c: Likewise.
17050 * debug/wcsrtombs_chk.c: Likewise.
17051 * debug/wcstombs_chk.c: Likewise.
17052 * debug/wmemcpy_chk.c: Likewise.
17053 * debug/wmemmove_chk.c: Likewise.
17054 * debug/wmempcpy_chk.c: Likewise.
17055 * debug/wmemset_chk.c: Likewise.
17056 * dirent/scandirat.c (SCANDIRAT): Likewise.
17057 * dlfcn/dladdr1.c (dladdr1): Likewise.
17058 * dlfcn/dladdr.c (dladdr): Likewise.
17059 * dlfcn/dlclose.c (dlclose_doit): Likewise.
17060 * dlfcn/dlerror.c (__dlerror): Likewise.
17061 * dlfcn/dlinfo.c (dlinfo_doit): Likewise.
17062 * dlfcn/dlmopen.c (dlmopen_doit): Likewise.
17063 * dlfcn/dlopen.c (dlopen_doit): Likewise.
17064 * dlfcn/dlopenold.c (__dlopen_nocheck): Likewise.
17065 * dlfcn/dlsym.c (dlsym_doit): Likewise.
17066 * dlfcn/dlvsym.c (dlvsym_doit): Likewise.
17067 * elf/dl-cache.c (_dl_load_cache_lookup): Likewise.
17068 * elf/dl-close.c (remove_slotinfo, _dl_close_worker, _dl_close):
17069 Likewise.
17070 * elf/dl-conflict.c: Likewise.
17071 * elf/dl-deps.c (_dl_build_local_scope, _dl_map_object_deps): Likewise.
17072 * elf/dl-dst.h: Likewise.
17073 * elf/dl-fini.c (_dl_sort_fini, _dl_fini): Likewise.
17074 * elf/dl-fptr.c (_dl_make_fptr): Likewise.
17075 * elf/dl-hwcaps.c (_dl_important_hwcaps): Likewise.
17076 * elf/dl-init.c (call_init, _dl_init): Likewise.
17077 * elf/dl-libc.c (__libc_dlopen_mode, __libc_dlsym): Likewise.
57f41c40
AS
17078 * elf/dl-load.c (_dl_dst_substitute, fillin_rpath, _dl_init_paths)
17079 (_dl_map_object_from_fd, open_verify, open_path, _dl_map_object):
17080 Likewise.
a1ffb40e
OB
17081 * elf/dl-lookup.c (do_lookup_x, add_dependency, _dl_lookup_symbol_x):
17082 Likewise.
17083 * elf/dl-minimal.c (__libc_memalign): Likewise.
17084 * elf/dl-open.c (add_to_global, dl_open_worker, _dl_open): Likewise.
17085 * elf/dl-reloc.c (_dl_relocate_object): Likewise.
17086 * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Likewise.
17087 * elf/dl-sym.c (do_sym): Likewise.
57f41c40
AS
17088 * elf/dl-tls.c (tls_get_addr_tail, update_get_addr)
17089 (__tls_get_addr, _dl_tls_get_addr_soft): Likewise.
a1ffb40e
OB
17090 * elf/dl-version.c (match_symbol, _dl_check_map_versions): Likewise.
17091 * elf/dl-writev.h (_dl_writev): Likewise.
17092 * elf/ldconfig.c (search_dir): Likewise.
57f41c40
AS
17093 * elf/rtld.c (_dl_start_final, _dl_start, init_tls, do_preload)
17094 (dl_main): Likewise.
a1ffb40e
OB
17095 * elf/setup-vdso.h (setup_vdso): Likewise.
17096 * grp/compat-initgroups.c (compat_call): Likewise.
17097 * grp/fgetgrent.c (fgetgrent): Likewise.
17098 * grp/initgroups.c (getgrouplist, initgroups): Likewise.
17099 * grp/putgrent.c (putgrent): Likewise.
17100 * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
17101 Likewise.
17102 * hurd/hurdinit.c: Likewise.
17103 * iconvdata/8bit-gap.c (struct): Likewise.
17104 * iconvdata/ansi_x3.110.c : Likewise.
17105 * iconvdata/big5.c : Likewise.
17106 * iconvdata/big5hkscs.c : Likewise.
17107 * iconvdata/cp1255.c: Likewise.
17108 * iconvdata/cp1258.c : Likewise.
17109 * iconvdata/cp932.c : Likewise.
17110 * iconvdata/euc-cn.c: Likewise.
17111 * iconvdata/euc-jisx0213.c : Likewise.
17112 * iconvdata/euc-jp.c: Likewise.
17113 * iconvdata/euc-jp-ms.c : Likewise.
17114 * iconvdata/euc-kr.c (euckr_from_ucs4): Likewise.
17115 * iconvdata/gb18030.c : Likewise.
17116 * iconvdata/gbbig5.c (const): Likewise.
17117 * iconvdata/gbgbk.c: Likewise.
17118 * iconvdata/gbk.c : Likewise.
17119 * iconvdata/ibm1364.c : Likewise.
17120 * iconvdata/ibm930.c : Likewise.
17121 * iconvdata/ibm932.c: Likewise.
17122 * iconvdata/ibm933.c : Likewise.
17123 * iconvdata/ibm935.c : Likewise.
17124 * iconvdata/ibm937.c : Likewise.
17125 * iconvdata/ibm939.c : Likewise.
17126 * iconvdata/ibm943.c: Likewise.
17127 * iconvdata/iso_11548-1.c: Likewise.
17128 * iconvdata/iso-2022-cn.c : Likewise.
17129 * iconvdata/iso-2022-cn-ext.c : Likewise.
17130 * iconvdata/iso-2022-jp-3.c: Likewise.
17131 * iconvdata/iso-2022-jp.c (gconv_end): Likewise.
17132 * iconvdata/iso-2022-kr.c : Likewise.
17133 * iconvdata/iso646.c (gconv_end): Likewise.
17134 * iconvdata/iso_6937-2.c : Likewise.
17135 * iconvdata/iso_6937.c : Likewise.
17136 * iconvdata/iso8859-1.c: Likewise.
17137 * iconvdata/johab.c (johab_sym_hanja_to_ucs): Likewise.
17138 * iconvdata/shift_jisx0213.c : Likewise.
17139 * iconvdata/sjis.c : Likewise.
17140 * iconvdata/t.61.c : Likewise.
17141 * iconvdata/tcvn5712-1.c : Likewise.
17142 * iconvdata/tscii.c: Likewise.
17143 * iconvdata/uhc.c : Likewise.
17144 * iconvdata/unicode.c (gconv_end): Likewise.
17145 * iconvdata/utf-16.c (gconv_end): Likewise.
17146 * iconvdata/utf-32.c (gconv_end): Likewise.
17147 * iconvdata/utf-7.c (base64): Likewise.
17148 * iconv/gconv_cache.c (__gconv_load_cache): Likewise.
17149 * iconv/gconv_close.c (__gconv_close): Likewise.
17150 * iconv/gconv_open.c (__gconv_open): Likewise.
57f41c40
AS
17151 * iconv/gconv_simple.c (internal_ucs4_loop_single)
17152 (ucs4_internal_loop, ucs4_internal_loop_unaligned)
17153 (ucs4_internal_loop_single, internal_ucs4le_loop_single)
17154 (ucs4le_internal_loop, ucs4le_internal_loop_unaligned)
17155 (ucs4le_internal_loop_single): Likewise.
a1ffb40e
OB
17156 * iconv/iconv.c (iconv): Likewise.
17157 * iconv/iconv_close.c: Likewise.
17158 * iconv/loop.c (SINGLE): Likewise.
17159 * iconv/skeleton.c (FUNCTION_NAME): Likewise.
17160 * include/atomic.h: Likewise.
17161 * inet/inet6_option.c (option_alloc): Likewise.
17162 * intl/bindtextdom.c (set_binding_values): Likewise.
17163 * intl/dcigettext.c (DCIGETTEXT, _nl_find_msg): Likewise.
17164 * intl/loadmsgcat.c (_nl_load_domain): Likewise.
17165 * intl/localealias.c (read_alias_file): Likewise.
17166 * libio/filedoalloc.c (_IO_file_doallocate): Likewise.
57f41c40
AS
17167 * libio/fileops.c (_IO_file_open, _IO_file_underflow_mmap)
17168 (_IO_new_file_overflow, _IO_file_xsgetn_mmap): Likewise.
a1ffb40e
OB
17169 * libio/fmemopen.c (fmemopen): Likewise.
17170 * libio/iofgets.c (_IO_fgets): Likewise.
17171 * libio/iofgets_u.c (fgets_unlocked): Likewise.
17172 * libio/iofgetws.c (fgetws): Likewise.
17173 * libio/iofgetws_u.c (fgetws_unlocked): Likewise.
17174 * libio/iogetdelim.c (_IO_getdelim): Likewise.
57f41c40
AS
17175 * libio/wfileops.c (_IO_wfile_underflow, _IO_wfile_underflow_mmap)
17176 (adjust_wide_data, _IO_wfile_seekoff): Likewise.
a1ffb40e
OB
17177 * locale/findlocale.c (_nl_find_locale): Likewise.
17178 * locale/loadarchive.c (_nl_load_locale_from_archive): Likewise.
17179 * locale/loadlocale.c (_nl_intern_locale_data, _nl_load_locale):
17180 Likewise.
17181 * locale/setlocale.c (setlocale): Likewise.
17182 * login/programs/pt_chown.c (main): Likewise.
17183 * malloc/arena.c (ptmalloc_init, shrink_heap, arena_get2): Likewise.
17184 * malloc/malloc.c (_int_malloc, _int_free): Likewise.
57f41c40
AS
17185 * malloc/memusage.c (update_data, malloc, realloc, calloc, free)
17186 (mmap, mmap64, mremap, munmap): Likewise.
a1ffb40e
OB
17187 * math/e_exp2l.c: Likewise.
17188 * math/e_scalb.c (invalid_fn, __ieee754_scalb): Likewise.
17189 * math/e_scalbf.c (invalid_fn, __ieee754_scalbf): Likewise.
17190 * math/e_scalbl.c (invalid_fn, __ieee754_scalbl): Likewise.
17191 * math/s_catan.c (__catan): Likewise.
17192 * math/s_catanf.c (__catanf): Likewise.
17193 * math/s_catanh.c (__catanh): Likewise.
17194 * math/s_catanhf.c (__catanhf): Likewise.
17195 * math/s_catanhl.c (__catanhl): Likewise.
17196 * math/s_catanl.c (__catanl): Likewise.
17197 * math/s_ccosh.c (__ccosh): Likewise.
17198 * math/s_ccoshf.c (__ccoshf): Likewise.
17199 * math/s_ccoshl.c (__ccoshl): Likewise.
17200 * math/s_cexp.c (__cexp): Likewise.
17201 * math/s_cexpf.c (__cexpf): Likewise.
17202 * math/s_cexpl.c (__cexpl): Likewise.
17203 * math/s_clog10.c (__clog10): Likewise.
17204 * math/s_clog10f.c (__clog10f): Likewise.
17205 * math/s_clog10l.c (__clog10l): Likewise.
17206 * math/s_clog.c (__clog): Likewise.
17207 * math/s_clogf.c (__clogf): Likewise.
17208 * math/s_clogl.c (__clogl): Likewise.
17209 * math/s_csin.c (__csin): Likewise.
17210 * math/s_csinf.c (__csinf): Likewise.
17211 * math/s_csinh.c (__csinh): Likewise.
17212 * math/s_csinhf.c (__csinhf): Likewise.
17213 * math/s_csinhl.c (__csinhl): Likewise.
17214 * math/s_csinl.c (__csinl): Likewise.
17215 * math/s_csqrt.c (__csqrt): Likewise.
17216 * math/s_csqrtf.c (__csqrtf): Likewise.
17217 * math/s_csqrtl.c (__csqrtl): Likewise.
17218 * math/s_ctan.c (__ctan): Likewise.
17219 * math/s_ctanf.c (__ctanf): Likewise.
17220 * math/s_ctanh.c (__ctanh): Likewise.
17221 * math/s_ctanhf.c (__ctanhf): Likewise.
17222 * math/s_ctanhl.c (__ctanhl): Likewise.
17223 * math/s_ctanl.c (__ctanl): Likewise.
17224 * math/w_pow.c: Likewise.
17225 * math/w_powf.c: Likewise.
17226 * math/w_powl.c: Likewise.
17227 * math/w_scalb.c (sysv_scalb): Likewise.
17228 * math/w_scalbf.c (sysv_scalbf): Likewise.
17229 * math/w_scalbl.c (sysv_scalbl): Likewise.
17230 * misc/error.c (error_tail): Likewise.
17231 * misc/pselect.c (__pselect): Likewise.
17232 * nis/nis_callback.c (__nis_create_callback): Likewise.
17233 * nis/nis_call.c (__nisfind_server): Likewise.
17234 * nis/nis_creategroup.c (nis_creategroup): Likewise.
17235 * nis/nis_domain_of_r.c (nis_domain_of_r): Likewise.
17236 * nis/nis_findserv.c (__nis_findfastest_with_timeout): Likewise.
17237 * nis/nis_getservlist.c (nis_getservlist): Likewise.
17238 * nis/nis_lookup.c (nis_lookup): Likewise.
17239 * nis/nis_subr.c (nis_leaf_of_r, nis_getnames): Likewise.
57f41c40
AS
17240 * nis/nis_table.c (__create_ib_request, nis_list, nis_add_entry)
17241 (nis_modify_entry, nis_first_entry, nis_next_entry): Likewise.
a1ffb40e 17242 * nis/nis_xdr.c (xdr_endpoint): Likewise.
57f41c40
AS
17243 * nis/nss_compat/compat-grp.c (getgrent_next_file)
17244 (internal_getgrnam_r, internal_getgrgid_r): Likewise.
17245 * nis/nss_compat/compat-initgroups.c (add_group)
17246 (internal_getgrent_r): Likewise.
17247 * nis/nss_compat/compat-pwd.c (getpwent_next_file)
17248 (internal_getpwnam_r, internal_getpwuid_r): Likewise.
17249 * nis/nss_compat/compat-spwd.c (getspent_next_file)
17250 (internal_getspnam_r): Likewise.
17251 * nis/nss_nis/nis-alias.c (internal_nis_getaliasent_r)
17252 (_nss_nis_getaliasbyname_r): Likewise.
17253 * nis/nss_nis/nis-ethers.c (_nss_nis_gethostton_r)
17254 (_nss_nis_getntohost_r): Likewise.
17255 * nis/nss_nis/nis-grp.c (internal_nis_setgrent)
17256 (internal_nis_getgrent_r, _nss_nis_getgrnam_r)
17257 (_nss_nis_getgrgid_r): Likewise.
17258 * nis/nss_nis/nis-hosts.c (_nss_nis_sethostent)
17259 (internal_nis_gethostent_r, internal_gethostbyname2_r)
17260 (_nss_nis_gethostbyname_r, _nss_nis_gethostbyaddr_r)
17261 (_nss_nis_gethostbyname4_r): Likewise.
17262 * nis/nss_nis/nis-initgroups.c (internal_getgrent_r)
17263 (initgroups_netid): Likewise.
a1ffb40e 17264 * nis/nss_nis/nis-netgrp.c (_nss_nis_setnetgrent): Likewise.
57f41c40
AS
17265 * nis/nss_nis/nis-network.c (internal_nis_getnetent_r)
17266 (_nss_nis_getnetbyname_r, _nss_nis_getnetbyaddr_r): Likewise.
17267 * nis/nss_nis/nis-proto.c (_nss_nis_getprotobyname_r)
17268 (_nss_nis_getprotobynumber_r): Likewise.
17269 * nis/nss_nis/nis-publickey.c (_nss_nis_getpublickey)
17270 (_nss_nis_getsecretkey): Likewise.
17271 * nis/nss_nis/nis-pwd.c (_nis_saveit, internal_nis_setpwent)
17272 (internal_nis_getpwent_r, _nss_nis_getpwnam_r)
17273 (_nss_nis_getpwuid_r): Likewise.
17274 * nis/nss_nis/nis-rpc.c (internal_nis_getrpcent_r)
17275 (_nss_nis_getrpcbyname_r, _nss_nis_getrpcbynumber_r): Likewise.
17276 * nis/nss_nis/nis-service.c (dosearch, internal_nis_getservent_r)
17277 (_nss_nis_getservbyname_r, _nss_nis_getservbyport_r): Likewise.
17278 * nis/nss_nis/nis-spwd.c (_nss_nis_setspent)
17279 (internal_nis_getspent_r, _nss_nis_getspnam_r): Likewise.
a1ffb40e
OB
17280 * nis/nss_nisplus/nisplus-alias.c (_nss_nisplus_getaliasbyname_r):
17281 Likewise.
57f41c40
AS
17282 * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_gethostton_r)
17283 (_nss_nisplus_getntohost_r): Likewise.
17284 * nis/nss_nisplus/nisplus-grp.c (internal_nisplus_getgrent_r)
17285 (_nss_nisplus_getgrnam_r, _nss_nisplus_getgrgid_r): Likewise.
17286 * nis/nss_nisplus/nisplus-hosts.c (internal_gethostbyname2_r)
17287 (_nss_nisplus_gethostbyaddr_r, _nss_nisplus_gethostbyname4_r):
a1ffb40e 17288 Likewise.
57f41c40
AS
17289 * nis/nss_nisplus/nisplus-initgroups.c
17290 (_nss_nisplus_initgroups_dyn): Likewise.
17291 * nis/nss_nisplus/nisplus-network.c (_nss_nisplus_getnetbyname_r)
17292 (_nss_nisplus_getnetbyaddr_r): Likewise.
17293 * nis/nss_nisplus/nisplus-proto.c (_nss_nisplus_getprotobyname_r)
17294 (_nss_nisplus_getprotobynumber_r): Likewise.
17295 * nis/nss_nisplus/nisplus-pwd.c (internal_nisplus_getpwent_r)
17296 (_nss_nisplus_getpwnam_r, _nss_nisplus_getpwuid_r): Likewise.
a1ffb40e
OB
17297 * nis/nss_nisplus/nisplus-rpc.c (_nss_nisplus_getrpcbyname_r):
17298 Likewise.
57f41c40
AS
17299 * nis/nss_nisplus/nisplus-service.c
17300 (internal_nisplus_getservent_r, _nss_nisplus_getservbyname_r)
17301 (_nss_nisplus_getservbyport_r): Likewise.
17302 * nis/nss_nisplus/nisplus-spwd.c (internal_nisplus_getspent_r)
17303 (_nss_nisplus_getspnam_r): Likewise.
17304 * nis/ypclnt.c (__yp_bind, yp_match, yp_all, yp_maplist):
17305 Likewise.
a1ffb40e
OB
17306 * nscd/aicache.c (addhstaiX): Likewise.
17307 * nscd/cache.c (cache_search, prune_cache): Likewise.
57f41c40
AS
17308 * nscd/connections.c (register_traced_file, send_ro_fd)
17309 (handle_request, nscd_run_prune, nscd_run_worker, fd_ready)
17310 (main_loop_epoll): Likewise.
a1ffb40e
OB
17311 * nscd/grpcache.c (addgrbyX): Likewise.
17312 * nscd/hstcache.c (addhstbyX): Likewise.
17313 * nscd/initgrcache.c (addinitgroupsX): Likewise.
17314 * nscd/mem.c (gc, mempool_alloc): Likewise.
57f41c40
AS
17315 * nscd/netgroupcache.c (do_notfound, addgetnetgrentX)
17316 (addinnetgrX): Likewise.
17317 * nscd/nscd-client.h (__nscd_acquire_maplock)
17318 (__nscd_drop_map_ref): Likewise.
a1ffb40e
OB
17319 * nscd/nscd_getai.c (__nscd_getai): Likewise.
17320 * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
17321 * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp, nscd_gethst_r):
17322 Likewise.
17323 * nscd/nscd_getpw_r.c (nscd_getpw_r): Likewise.
17324 * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
57f41c40
AS
17325 * nscd/nscd_helper.c (__readvall, open_socket, __nscd_get_mapping)
17326 (__nscd_get_map_ref): Likewise.
a1ffb40e 17327 * nscd/nscd_initgroups.c (__nscd_getgrouplist): Likewise.
57f41c40
AS
17328 * nscd/nscd_netgroup.c (__nscd_setnetgrent, __nscd_innetgr):
17329 Likewise.
a1ffb40e
OB
17330 * nscd/pwdcache.c (addpwbyX): Likewise.
17331 * nscd/selinux.c (preserve_capabilities): Likewise.
17332 * nscd/servicescache.c (addservbyX): Likewise.
17333 * nss/nss_files/files-XXX.c (internal_getent): Likewise.
17334 * posix/fnmatch.c (fnmatch): Likewise.
17335 * posix/getopt.c (_getopt_internal_r): Likewise.
17336 * posix/glob.c (glob, glob_in_dir): Likewise.
17337 * posix/wordexp.c (exec_comm_child): Likewise.
57f41c40
AS
17338 * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r)
17339 (getanswer_r, gaih_getanswer_slice): Likewise.
a1ffb40e
OB
17340 * resolv/nss_dns/dns-network.c (getanswer_r): Likewise.
17341 * resolv/res_init.c: Likewise.
17342 * resolv/res_mkquery.c (res_nmkquery): Likewise.
17343 * resolv/res_query.c (__libc_res_nquery): Likewise.
17344 * resolv/res_send.c (__libc_res_nsend, send_vc, reopen, send_dg):
17345 Likewise.
17346 * stdio-common/_i18n_number.h (_i18n_number_rewrite): Likewise.
17347 * stdio-common/perror.c (perror): Likewise.
17348 * stdio-common/printf_fp.c (___printf_fp): Likewise.
17349 * stdio-common/tmpnam.c (tmpnam): Likewise.
17350 * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
17351 * stdlib/cxa_finalize.c (__cxa_finalize): Likewise.
57f41c40
AS
17352 * stdlib/cxa_thread_atexit_impl.c (__cxa_thread_atexit_impl):
17353 Likewise.
a1ffb40e
OB
17354 * stdlib/drand48-iter.c (__drand48_iterate): Likewise.
17355 * stdlib/putenv.c (putenv): Likewise.
17356 * stdlib/setenv.c (__add_to_environ): Likewise.
17357 * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
17358 * stdlib/strtol_l.c (INTERNAL): Likewise.
17359 * string/memmem.c (memmem): Likewise.
17360 * string/strerror.c (strerror): Likewise.
17361 * string/strnlen.c (__strnlen): Likewise.
17362 * string/test-memmem.c (simple_memmem): Likewise.
17363 * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Likewise.
17364 * sunrpc/pm_getport.c (__get_socket): Likewise.
17365 * sysdeps/gnu/unwind-resume.c (init, _Unwind_Resume): Likewise.
17366 * sysdeps/i386/dl-irel.h (elf_irel): Likewise.
57f41c40
AS
17367 * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup)
17368 (elf_machine_rel, elf_machine_lazy_rel, elf_machine_lazy_rela):
a1ffb40e
OB
17369 Likewise.
17370 * sysdeps/ieee754/dbl-64/e_atanh.c (__ieee754_atanh): Likewise.
17371 * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Likewise.
17372 * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Likewise.
17373 * sysdeps/ieee754/dbl-64/e_gamma_r.c (__ieee754_gamma_r): Likewise.
17374 * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Likewise.
57f41c40
AS
17375 * sysdeps/ieee754/dbl-64/e_j1.c (__ieee754_j1, __ieee754_y1):
17376 Likewise.
17377 * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_jn, __ieee754_yn):
17378 Likewise.
a1ffb40e
OB
17379 * sysdeps/ieee754/dbl-64/e_log10.c (__ieee754_log10): Likewise.
17380 * sysdeps/ieee754/dbl-64/e_log2.c (__ieee754_log2): Likewise.
17381 * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
17382 * sysdeps/ieee754/dbl-64/e_sinh.c (__ieee754_sinh): Likewise.
17383 * sysdeps/ieee754/dbl-64/s_asinh.c (__asinh): Likewise.
17384 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Likewise.
17385 * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
17386 * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Likewise.
17387 * sysdeps/ieee754/dbl-64/s_modf.c (__modf): Likewise.
17388 * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): Likewise.
17389 * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
17390 * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c (__ieee754_acosh):
17391 Likewise.
17392 * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c (__ieee754_log10):
17393 Likewise.
17394 * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c (__ieee754_log2):
17395 Likewise.
17396 * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c (__frexp): Likewise.
17397 * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
17398 * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo): Likewise.
17399 * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c (__round): Likewise.
17400 * sysdeps/ieee754/flt-32/e_atanhf.c (__ieee754_atanhf): Likewise.
17401 * sysdeps/ieee754/flt-32/e_gammaf_r.c (__ieee754_gammaf_r): Likewise.
17402 * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
17403 * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Likewise.
17404 * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_nearbyint): Likewise.
17405 * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Likewise.
17406 * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c (__llroundl): Likewise.
17407 * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
17408 * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
17409 * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c (__lroundl): Likewise.
17410 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
57f41c40
AS
17411 * sysdeps/ieee754/ldbl-96/e_gammal_r.c (__ieee754_gammal_r):
17412 Likewise.
a1ffb40e
OB
17413 * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l, __ieee754_y0l):
17414 Likewise.
17415 * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l, __ieee754_y1l):
17416 Likewise.
17417 * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_jnl, __ieee754_ynl):
17418 Likewise.
17419 * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
17420 * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
17421 * sysdeps/posix/clock_getres.c (hp_timing_getres, realtime_getres):
17422 Likewise.
17423 * sysdeps/posix/fdopendir.c (__fdopendir): Likewise.
17424 * sysdeps/posix/getaddrinfo.c (gaih_inet, getaddrinfo): Likewise.
17425 * sysdeps/posix/opendir.c (__opendirat): Likewise.
17426 * sysdeps/posix/sleep.c: Likewise.
17427 * sysdeps/posix/tempname.c: Likewise.
17428 * sysdeps/powerpc/powerpc32/dl-irel.h (elf_irela): Likewise.
17429 * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
17430 Likewise.
57f41c40
AS
17431 * sysdeps/powerpc/powerpc32/dl-machine.h
17432 (elf_machine_runtime_setup, elf_machine_rela): Likewise.
a1ffb40e
OB
17433 * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
17434 * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
17435 * sysdeps/pthread/aio_notify.c (__aio_notify_only): Likewise.
17436 * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait, aio_suspend):
17437 Likewise.
17438 * sysdeps/s390/dl-irel.h (elf_irela): Likewise.
57f41c40
AS
17439 * sysdeps/s390/s390-32/dl-machine.h (elf_machine_runtime_setup)
17440 (elf_machine_rela, elf_machine_lazy_rel): Likewise.
17441 * sysdeps/s390/s390-64/dl-machine.h (elf_machine_runtime_setup)
17442 (elf_machine_rela, elf_machine_lazy_rel): Likewise.
a1ffb40e
OB
17443 * sysdeps/s390/s390-64/utf16-utf32-z9.c (gconv_end): Likewise.
17444 * sysdeps/s390/s390-64/utf8-utf16-z9.c (gconv_end): Likewise.
17445 * sysdeps/s390/s390-64/utf8-utf32-z9.c (gconv_end): Likewise.
17446 * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
17447 * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Likewise.
57f41c40
AS
17448 * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela)
17449 (elf_machine_lazy_rel): Likewise.
a1ffb40e 17450 * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
57f41c40
AS
17451 * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela)
17452 (elf_machine_lazy_rel): Likewise.
a1ffb40e
OB
17453 * sysdeps/sparc/sparc64/dl-plt.h (sparc64_fixup_plt): Likewise.
17454 * sysdeps/unix/clock_gettime.c (hp_timing_gettime): Likewise.
17455 * sysdeps/unix/clock_settime.c (hp_timing_settime): Likewise.
17456 * sysdeps/unix/grantpt.c (grantpt): Likewise.
17457 * sysdeps/unix/sysv/linux/accept4.c (accept4): Likewise.
17458 * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME): Likewise.
17459 * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): Likewise.
17460 * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
17461 Likewise.
17462 * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Likewise.
17463 * sysdeps/unix/sysv/linux/fchmodat.c (fchmodat): Likewise.
17464 * sysdeps/unix/sysv/linux/fchownat.c (fchownat): Likewise.
17465 * sysdeps/unix/sysv/linux/futimesat.c (futimesat): Likewise.
17466 * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
17467 * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
17468 * sysdeps/unix/sysv/linux/i386/fallocate64.c (fallocate64): Likewise.
17469 * sysdeps/unix/sysv/linux/i386/fallocate.c (fallocate): Likewise.
17470 * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Likewise.
17471 * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
17472 * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
17473 Likewise.
17474 * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c
17475 (__posix_fallocate64_l64): Likewise.
17476 * sysdeps/unix/sysv/linux/i386/posix_fallocate.c
17477 (posix_fallocate): Likewise.
57f41c40
AS
17478 * sysdeps/unix/sysv/linux/i386/scandir64.c (__old_scandir64):
17479 Likewise.
a1ffb40e 17480 * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
57f41c40
AS
17481 * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request)
17482 (getifaddrs_internal): Likewise.
a1ffb40e
OB
17483 * sysdeps/unix/sysv/linux/linkat.c (linkat): Likewise.
17484 * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Likewise.
17485 * sysdeps/unix/sysv/linux/mq_unlink.c (mq_unlink): Likewise.
17486 * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Likewise.
17487 * sysdeps/unix/sysv/linux/posix_fallocate64.c
17488 (__posix_fallocate64_l64): Likewise.
17489 * sysdeps/unix/sysv/linux/posix_fallocate.c (posix_fallocate):
17490 Likewise.
17491 * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Likewise.
57f41c40
AS
17492 * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c
17493 (__get_clockfreq): Likewise.
a1ffb40e
OB
17494 * sysdeps/unix/sysv/linux/readlinkat.c (readlinkat): Likewise.
17495 * sysdeps/unix/sysv/linux/recvmmsg.c (recvmmsg): Likewise.
17496 * sysdeps/unix/sysv/linux/renameat.c (renameat): Likewise.
17497 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
17498 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
17499 * sysdeps/unix/sysv/linux/sched_setaffinity.c: Likewise.
17500 * sysdeps/unix/sysv/linux/sendmmsg.c (__sendmmsg): Likewise.
17501 * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs, shm_open):
17502 Likewise.
17503 * sysdeps/unix/sysv/linux/sleep.c (__sleep): Likewise.
17504 * sysdeps/unix/sysv/linux/symlinkat.c (symlinkat): Likewise.
17505 * sysdeps/unix/sysv/linux/tcgetattr.c (__tcgetattr): Likewise.
17506 * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Likewise.
17507 * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
17508 * sysdeps/unix/sysv/linux/unlinkat.c (unlinkat): Likewise.
17509 * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c (__fxstatat):
17510 Likewise.
17511 * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
17512 (posix_fallocate): Likewise.
17513 * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
17514 * sysdeps/unix/sysv/linux/xmknodat.c (__xmknodat): Likewise.
17515 * sysdeps/x86_64/dl-irel.h (elf_irela): Likewise.
57f41c40
AS
17516 * sysdeps/x86_64/dl-machine.h (elf_machine_runtime_setup)
17517 (elf_machine_rela, elf_machine_rela_relative)
17518 (elf_machine_lazy_rel): Likewise.
a1ffb40e
OB
17519 * time/asctime.c (asctime_internal): Likewise.
17520 * time/tzfile.c (__tzfile_read, __tzfile_compute): Likewise.
17521 * time/tzset.c (__tzset_parse_tz): Likewise.
17522 * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
17523 * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
17524 * wcsmbs/wcsmbsload.c (__wcsmbs_load_conv): Likewise.
17525 * wcsmbs/wcsmbsload.h: Likewise.
17526
f3d338c9
OB
17527 [BZ #15894]
17528 * stdlib/setenv.c (__add_to_environ): Remove duplicate code.
17529
57f41c40
AS
17530 * malloc/arena.c (grow_heap, get_free_list, reused_arena)
17531 (arena_get2): Remove THREAD_STATS conditionals.
17532 * malloc/malloc.c (__malloc_assert, __libc_realloc, _int_free)
17533 (__malloc_stats, int): Likewise.
bdfe308a 17534
d674667c
MF
175352014-02-08 Mike Frysinger <vapier@gentoo.org>
17536
17537 * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs): Compare
17538 f.f_type to RAMFS_MAGIC too. Compare mp->mnt_type to shm too.
17539
6349768c
MF
17540 * manual/setjmp.texi: Fix typos/grammar errors.
17541
0b7c7473
MF
17542 * debug/tst-backtrace4.c (handle_signal): Add NUM_FUNCTIONS to output.
17543 Only return early when n is <= 0. Delete unused return statement.
17544
ac8cc9e3
MF
17545 * debug/Makefile (CFLAGS-tst-longjmp_chk3.c): Define.
17546 (CPPFLAGS-tst-longjmp_chk3.c): Likewise.
17547 * debug/tst-longjmp_chk3.c: New file.
17548
c5bb8e23
MF
17549 * benchtests/bench-strcpy_chk.c: Move test-skeleton.c to top.
17550 (test_main): Replace code with set_fortify_handler call.
17551 * debug/test-strcpy_chk.c: Likewise.
17552 * debug/tst-chk1.c: Likewise.
17553 * debug/tst-longjmp_chk.c: Likewise.
17554 * test-skeleton.c: Include fcntl.h & paths.h
17555 (set_fortify_handler): Define.
17556
10444e42
MF
17557 * debug/tst-longjmp_chk.c: Add header comment and include
17558 ../test-skeleton.c.
17559 (do_test): Mark static.
17560 (TEST_FUNCTION): Define.
17561
1e805e8d
MF
17562 * sysdeps/unix/sysv/linux/bits/in.h (IP_NODEFRAG): Define.
17563 (IP_PMTUDISC_INTERFACE): Likewise.
17564 (IP_MULTICAST_IF): Likewise.
17565 (IP_MULTICAST_TTL): Likewise.
17566 (IP_MULTICAST_LOOP): Likewise.
17567 (IP_ADD_MEMBERSHIP): Likewise.
17568 (IP_DROP_MEMBERSHIP): Likewise.
17569 (IP_UNBLOCK_SOURCE): Likewise.
17570 (IP_BLOCK_SOURCE): Likewise.
17571 (IP_ADD_SOURCE_MEMBERSHIP): Likewise.
17572 (IP_DROP_SOURCE_MEMBERSHIP): Likewise.
17573 (IP_MSFILTER): Likewise.
17574 (MCAST_JOIN_GROUP): Likewise.
17575 (MCAST_BLOCK_SOURCE): Likewise.
17576 (MCAST_UNBLOCK_SOURCE): Likewise.
17577 (MCAST_LEAVE_GROUP): Likewise.
17578 (MCAST_JOIN_SOURCE_GROUP): Likewise.
17579 (MCAST_LEAVE_SOURCE_GROUP): Likewise.
17580 (MCAST_MSFILTER): Likewise.
17581 (IP_MULTICAST_ALL): Likewise.
17582 (IP_UNICAST_IF): Likewise.
17583
73f79bb7
MF
17584 * timezone/Makefile: Delete $(have-ksh) check.
17585 ($(objpfx)tzselect): Change $(KSH) to $(BASH).
17586 * timezone/tzselect.ksh: Add +x mode bits.
17587
8da79b60
MF
17588 * sysdeps/unix/sysv/linux/linux_fsinfo.h (AFS_SUPER_MAGIC): Define.
17589 (ANON_INODE_FS_MAGIC): Likewise.
17590 (BDEVFS_MAGIC): Likewise.
17591 (BINFMTFS_MAGIC): Likewise.
17592 (BTRFS_TEST_MAGIC): Likewise.
17593 (CRAMFS_MAGIC_WEND): Likewise.
17594 (DEBUGFS_MAGIC): Likewise.
17595 (ECRYPTFS_SUPER_MAGIC): Likewise.
17596 (EXT3_SUPER_MAGIC): Likewise.
17597 (EXT4_SUPER_MAGIC): Likewise.
17598 (FUTEXFS_SUPER_MAGIC): Likewise.
17599 (HOSTFS_SUPER_MAGIC): Likewise.
17600 (HUGETLBFS_MAGIC): Likewise.
17601 (MINIX3_SUPER_MAGIC): Likewise.
17602 (MTD_INODE_FS_MAGIC): Likewise.
17603 (NILFS_SUPER_MAGIC): Likewise.
17604 (OPENPROM_SUPER_MAGIC): Likewise.
17605 (PIPEFS_MAGIC): Likewise.
17606 (PSTOREFS_MAGIC): Likewise.
17607 (QNX6_SUPER_MAGIC): Likewise.
17608 (RAMFS_MAGIC): Likewise.
17609 (REISERFS_SUPER_MAGIC_STRING): Likewise.
17610 (REISER2FS_SUPER_MAGIC_STRING): Likewise.
17611 (REISER2FS_JR_SUPER_MAGIC_STRING): Likewise.
17612 (SECURITYFS_MAGIC): Likewise.
17613 (SELINUX_MAGIC): Likewise.
17614 (SMACK_MAGIC): Likewise.
17615 (SOCKFS_MAGIC): Likewise.
17616 (SQUASHFS_MAGIC): Likewise.
17617 (STACK_END_MAGIC): Likewise.
17618 (TMPFS_MAGIC): Likewise.
17619 (USBDEVICE_SUPER_MAGIC): Likewise.
17620 (V9FS_MAGIC): Likewise.
17621 (XENFS_SUPER_MAGIC): Likewise.
17622 (CRAMFS_MAGIC): Fix typo in comment.
17623 (EXT2_SUPER_MAGIC): Update comment.
17624 (USBDEVFS_SUPER_MAGIC): Fix sorting order by moving further down.
17625
464263cc
JM
176262014-02-08 Joseph Myers <joseph@codesourcery.com>
17627
c6bfe5c4
JM
17628 * sysdeps/arm: Move directory from ports/sysdeps/arm.
17629 * sysdeps/unix/arm: Move directory from ports/sysdeps/unix/arm.
17630 * sysdeps/unix/sysv/linux/arm: Move directory from
17631 ports/sysdeps/unix/sysv/linux/arm.
17632 * README: Update listing for arm-*-linux-gnueabi.
17633
464263cc
JM
17634 * README: Remove mention of am33.
17635
32749f6c
RM
176362014-02-07 Roland McGrath <roland@hack.frob.com>
17637
17638 * bits/sigset.h (__sigemptyset): Use a statement expression rather
17639 than the comma operator, to avoid "rhs of comma has no effect"
17640 compiler warnings.
17641 (__sigfillset, __sigandset, __sigorset): Likewise.
17642 * include/signal.h (__sigemptyset): Likewise.
17643 * sysdeps/generic/malloc-machine.h (mutex_lock): Likewise.
17644
d5b396c1
AM
176452014-02-07 Allan McRae <allan@archlinux.org>
17646
17647 * version.h (RELEASE): Set to "development".
17648 (VERSION): Set to "2.19.90"
17649 * NEWS: Add 2.20 section.
17650
3bfff2ed
CD
176512014-02-06 Carlos O'Donell <carlos@redhat.com>
17652
17653 [BZ #16529]
17654 * inet/netinet/in.h: Remove comma after IPPROTO_MH.
17655
ee7cc385
SP
176562014-02-06 Siddhesh Poyarekar <siddhesh@redhat.com>
17657
17658 * manual/contrib.texi: Update entry for Carlos O'Donell,
17659 Joseph Myers, Roland McGrath, Alexandre Oliva and Ryan Arnold.
17660
f877c4f2
CD
176612014-02-05 Carlos O'Donell <carlos@rehdat.com>
17662
27e839f6
CD
17663 * sysdeps/unix/sysv/linux/kernel-features.h: Fix comment.
17664
f877c4f2
CD
17665 * sysdeps/unix/sysv/linux/kernel-features.h
17666 [__LINUX_KERNEL_VERSION >= 0x020621]
17667 (__ASSUME_PROC_PID_TASK_COMM): Define.
17668
68159946
SP
176692014-02-05 Siddhesh Poyarekar <siddhesh@redhat.com>
17670
ba17cdbd
SP
17671 [BZ #16398]
17672 * libio/wfileops.c (_IO_wfile_seekoff): Break out form
17673 conversion when destination buffer does not have enough space.
17674 * libio/tst-ftell-partial-wide.c: New test case.
17675 * libio/Makefile (tests): Add tst-ftell-partial-wide.
17676
68159946
SP
17677 * manual/contrib.texi: Update entry for Ondrej Bilka, Will
17678 Newton and Alexandre Oliva. Add entries for Steve Ellcey, Chris
17679 Leonard and Allan McRae.
17680
2b528732
DM
176812014-02-04 David S. Miller <davem@davemloft.net>
17682
17683 * sysdeps/sparc/fpu/libm-test-ulps: Update for some 64-bit differences from
17684 32-bit.
17685
0ff82463
AZ
176862014-02-04 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
17687
57f41c40
AS
17688 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
17689 New file
c01603f7
AZ
17690 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
17691 New file
57f41c40
AS
17692 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
17693 New file.
17694 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
17695 New file.
c01603f7
AZ
17696 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
17697 New file.
57f41c40
AS
17698 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
17699 New file.
17700 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
17701 New file.
c01603f7
AZ
17702 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
17703 New file.
17704 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
17705 New file.
17706 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
17707 New file.
17708 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
17709 New file.
17710 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
17711 New file.
17712 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
17713 New file.
17714
177152014-02-01 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
17716
0ff82463
AZ
17717 * nptl/shlib-versions: Change powerpc*le start to 2.17.
17718 * shlib-versions: Likewise.
17719
1695c773
AZ
177202014-02-04 Roland McGrath <roland@hack.frob.com>
17721 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
17722
17723 * sysdeps/powerpc/Makefile [$(config-machine) ends with 'le']
17724 (abilist-pattern): New variable, set to %-le.abilist.
17725
17726 * Makerules (abilist-pattern): New variable.
17727 (vpath): Use $(abilist-pattern) in place of %.abilist.
17728 (check-abi-% pattern rule): Likewise.
17729 (check-abi, update-abi): Likewise.
17730
6c0ce4b4
EW
177312014-02-04 Eric Wong <normalperson@yhbt.net>
17732
17733 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
17734
481e3524
CD
177352014-02-03 Carlos O'Donell <carlos@redhat.com>
17736
17737 * manual/startup.texi: Add next, previous, and top entries for
17738 the `Program Arguments' and `Environment Variables' nodes.
17739
375592d3
AO
177402014-02-03 Alexandre Oliva <aoliva@redhat.com>
17741
17742 * manual/macros.texi: Add comments before MTASC-safety macros.
17743
f54838ba
AO
17744 * manual/users.texi: Document MTASC-safety properties.
17745
57f41c40
AS
17746 * manual/threads.texi (pthread_key_create, pthread_key_delete)
17747 (pthread_getspecific, pthread_setspecific): Format with
909e12ad
AO
17748 @deftypefun, and add @safety note.
17749 * manual/signal.texi: Move comments that analyze the above
17750 functions to their home place.
17751
fd3daba4
AM
177522014-02-03 Allan McRae <allan@archlinux.org>
17753
17754 * po/sl.po: Update Slovenian translation from translation project.
17755
597636d7
AO
177562014-02-02 Alexandre Oliva <aoliva@redhat.com>
17757
17758 * manual/time.texi (timegm): Add missing blank after @c.
17759 Reported by Joseph Myers <joseph@codesourcery.com>.
17760
ee196e3c
AO
177612014-02-01 Alexandre Oliva <aoliva@redhat.com>
17762
17763 * manual/check-safety.sh: New.
17764 * manual/Makefile ($(objpfx)stamp-summary): Run it.
17765
f8d529d5
AO
17766 * manual/terminal.texi: Document MTASC-safety properties.
17767
de55fdf4
AO
17768 * manual/filesys.texi: Document MTASC-safety properties.
17769
c3299c08
AO
17770 * manual/errno.texi: Document MTASC-safety properties.
17771
06e90b14
AO
17772 * manual/intro.texi: Document safety identifiers and
17773 conditionals.
17774
1acd4371
AO
17775 * manual/string.texi (wcstok): Fix prototype.
17776 (wcstok, strtok, strtok_r): Adjust reentrancy remarks.
17777
23e5b8cb
AO
17778 * manual/time.texi: Document MTASC-safety properties.
17779
11087373
AO
17780 * manual/string.texi: Document MTASC-safety properties.
17781
5da2c93d
AO
17782 * manual/threads.texi: Document MTASC-safety properties.
17783
171e9210
AO
17784 * manual/stdio.texi: Document MTASC-safety properties.
17785
d9e02532
AO
17786 * manual/syslog.texi: Document MTASC-safety properties.
17787
6af8bab7
AO
17788 * manual/sysinfo.texi: Document MTASC-safety properties.
17789
663b02d7
AO
17790 * manual/startup.texi: Document MTASC-safety properties.
17791
973f180b
AO
17792 * manual/socket.texi: Document MTASC-safety properties.
17793
8f3c25c8
AO
17794 * manual/signal.texi: Document MTASC-safety properties.
17795
542210fb
AO
177962014-01-31 Alexandre Oliva <aoliva@redhat.com>
17797
17798 * manual/setjmp.texi: Document MTASC-safety properties.
17799
433c45a2
AO
17800 * manual/search.texi: Document MTASC-safety properties.
17801
c8ce789c
AO
17802 * manual/resource.texi: Document MTASC-safety properties.
17803
19f5d29c
AO
17804 * manual/process.texi: Document MTASC-safety properties.
17805
e2dfb7f4
AO
17806 * manual/platform.texi: Document MTASC-safety properties.
17807
8c1413f5
AO
17808 * manual/pipe.texi: Document MTASC-safety properties.
17809
03483ada
AO
17810 * manual/pattern.texi: Document MTASC-safety properties.
17811
29e7e2df
AO
17812 * manual/message.texi: Document MTASC-safety properties.
17813
9f529d7c
AO
17814 [BZ #12751]
17815 * manual/memory.texi: Document MTASC-safety properties.
17816
27aaa791
AO
17817 * manual/math.texi: Document MTASC-safety properties.
17818
f2d58726
AO
17819 * manual/locale.texi: Document MTASC-safety properties.
17820
2cc3615c
AO
17821 * manual/llio.texi: Document MTASC-safety properties.
17822
d9f0ec97
AO
17823 * manual/libdl.texi: New.
17824
e7c4409a
AO
17825 * manual/lang.texi: Document MTASC-safety properties.
17826
27bdc63c
AO
17827 * manual/job.texi: Document MTASC-safety properties.
17828
a7b90ea9
AO
17829 * manual/getopt.texi: Document MTASC-safety properties.
17830
c49130e3
AO
17831 * manual/ctype.texi: Document MTASC-safety properties.
17832
0d23a5c1
MR
178332014-01-31 Maciej W. Rozycki <macro@codesourcery.com>
17834
17835 [BZ #16046]
17836 * csu/libc-tls.c (static_map): Remove variable.
17837 (__libc_setup_tls): Use main executable's link map for TLS data.
17838 * elf/dl-close.c (_dl_close_worker) [!SHARED]: Remove special
17839 casing for LM_ID_BASE and GL(dl_nns).
17840 * elf/dl-iteratephdr.c [!SHARED] (dl_iterate_phdr): Remove
17841 function. Alias dl_iterate_phdr to __dl_iterate_phdr.
17842 * elf/dl-load.c (_dl_map_object) [!SHARED]: Remove special
17843 casing for GL(dl_ns)[LM_ID_BASE]._ns_loaded.
17844 * elf/dl-support.c (_dl_main_map): Also initialize l_flags_1
17845 member.
17846 (_dl_non_dynamic_init): Also initialize _dl_main_map's l_phdr and
17847 l_phnum members.
17848
0037bb60
AO
178492014-01-30 Alexandre Oliva <aoliva@redhat.com>
17850
17851 * manual/debug.texi: Document MTASC-safety properties.
17852
409e00bd
L
178532014-01-29 H.J. Lu <hongjiu.lu@intel.com>
17854
17855 [BZ #16510]
17856 * sysdeps/x86/fpu/bits/mathinline.h: Check __SSE2_MATH__ instead
17857 of __x86_64__ when disabling x87 inline functions.
17858
86e60666
AO
178592014-01-29 Alexandre Oliva <aoliva@redhat.com>
17860
17861 * manual/charset.texi: Document MTASC-safety properties.
17862
76167637
AO
17863 * manual/crypt.texi: Document MTASC-safety properties.
17864
e567f2a0
AO
17865 * manual/conf.texi: Document MTASC-safety properties.
17866
b719dafd
AO
17867 * manual/arith.texi: Document MTASC-safety properties.
17868
4a16c662
AO
17869 * manual/argp.texi: Document MTASC-safety properties.
17870
0a57b83e
AO
17871 * manual/macros.texi: Introduce macros to document multi
17872 thread, asynchronous signal and asynchronous cancellation
17873 safety properties.
17874 * manual/intro.texi: Introduce the properties themselves.
17875
feab2397
KK
178762014-01-27 Kaz Kojima <kkojima@rr.iij4u.or.jp>
17877
17878 * sysdeps/sh/sh4/Makefile: New file.
17879
1c0d11bc
AS
178802014-01-27 Andreas Schwab <schwab@linux-m68k.org>
17881
17882 * math/gen-libm-test.pl ($srcdir): New variable.
17883 ($auto_input): Use it.
17884
af37a8a3
SP
178852014-01-27 Siddhesh Poyarekar <siddhesh@redhat.com>
17886
d7b00f98
SP
17887 [BZ #16506]
17888 * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Avoid
17889 access beyond array bounds when parsing netgroups file.
17890
af37a8a3
SP
17891 * nscd/netgroupcache.c (addgetnetgrentX): Compute offset from
17892 the old buffer before realloc.
17893
0c00f062
AM
178942014-01-27 Allan McRae <allan@archlinux.org>
17895
17896 * po/fr.po: Update French translation from translation project.
17897
7d69a1b0
KK
178982014-01-26 Kaz Kojima <kkojima@rr.iij4u.or.jp>
17899
17900 * sysdeps/sh/libm-test-ulps: Regenerate.
17901
6e697ff7
DM
179022014-01-24 David S. Miller <davem@davemloft.net>
17903
17904 * sysdeps/sparc/fpu/libm-test-ulps: Regenerate.
17905
9cadb35c
KK
179062014-01-25 Kaz Kojima <kkojima@rr.iij4u.or.jp>
17907
17908 * sysdeps/sh/sh4/fpu/libm-test-ulps: Move to ...
17909 * sysdeps/sh/libm-test-ulps: ... here and regenerated.
17910
5d41dadf
SP
179112013-01-24 Siddhesh Poyarekar <siddhesh@redhat.com>
17912
17913 [BZ #16474]
17914 * nscd/netgroupcache.c (addgetnetgrentX): Adjust triplet
17915 string pointers after reallocation.
17916
0bad441c
KK
179172014-01-24 Kaz Kojima <kkojima@rr.iij4u.or.jp>
17918
17919 * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: Use __SH4__ and
17920 __SH4A__ instead of __SH_FPU_ANY__.
17921
7007c661
KK
179222014-01-23 Kaz Kojima <kkojima@rr.iij4u.or.jp>
17923
17924 * sysdeps/sh/fpu_control.h: New file.
17925 * sysdeps/sh/sh4/fpu/fpu_control.h: Remove.
17926 * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: New file.
17927 * sysdeps/unix/sysv/linux/sh/sh3/sys/ucontext.h: Remove.
17928 * sysdeps/unix/sysv/linux/sh/sh3/sys: Remove directory.
17929 * sysdeps/unix/sysv/linux/sh/sh4/sys/ucontext.h: Remove.
17930 * sysdeps/unix/sysv/linux/sh/sh4/sys: Remove directory.
17931 * sysdeps/sh/sys/ucontext.h: Remove.
17932 * sysdeps/sh/sys: Remove directory.
17933
0f0c35e4
AK
179342014-01-22 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
17935
17936 * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Merge into
17937 s390/sys/ucontext.h.
17938 * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Likewise.
17939 * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: New file.
17940
4959e284
L
179412014-01-20 H.J. Lu <hongjiu.lu@intel.com>
17942
17943 [BZ #15605]
17944 * sysdeps/x86_64/x32/symbol-hacks.h: Include generic symbol-hacks.h.
17945
d98720e0
AZ
179462014-01-20 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
17947
17948 [BZ#16431]
17949 * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
17950 Adjust the vDSO correctly for internal calls.
17951 * sysdeps/unix/sysv/linux/powerpc/time.c (time): Likewise.
17952
91cbd0bc
AM
179532014-01-20 Allan McRae <allan@archlinux.org>
17954
17955 * po/ca.po: Update Catalan translation from translation project.
17956
7a02cfad
MF
179572014-01-16 Mike Frysinger <vapier@gentoo.org>
17958
17959 * sysdeps/s390/sotruss-lib.c: New file.
17960
736c304a
AZ
179612014-01-16 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
17962
17963 [BZ#16430]
6e077ee5 17964 * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c
736c304a
AZ
17965 (__GI___gettimeofday): Alias for a different internal symbol to avoid
17966 local calls issues by not having a PLT stub required for IFUNC calls.
17967 * sysdeps/unix/sysv/linux/powerpc/time.c (__GI_time): Likewise.
17968
94d0cea0
JM
179692014-01-16 Joseph Myers <joseph@codesourcery.com>
17970
17971 * math/test-fpucw-ieee.c: Use <> in #include of test-fpucw.c.
17972 * math/test-fpucw-static.c: Likewise.
17973
980cb518
SP
179742013-01-16 Siddhesh Poyarekar <siddhesh@redhat.com>
17975
17976 [BZ #16453]
17977 * nscd/netgroupcache.c (addgetnetgrentX): Don't use alloca.
17978
2393fc01
AZ
179792014-01-15 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
17980
17981 * sysdeps/powerpc/sotruss-lib.c: New file: sotruss-lib.so
17982 implementation for powerpc.
17983
d359bcc2
OB
179842014-01-15 Ondřej Bílka <neleai@seznam.cz>
17985
17986 [BZ #14782]
17987 * sysdeps/posix/system.c (__libc_system): Do not enable
17988 asynchronous cancellation.
17989
7beb48cb
AK
179902014-01-15 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
17991
17992 [BZ #16427]
17993 * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Invoke the non-IEEE
17994 handling only for numbers special also in the IEEE case.
17995
c20d5bf5
AK
179962014-01-15 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
17997
17998 * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
17999
e83bd4ee
AM
180002014-01-11 Allan McRae <allan@archlinux.org>
18001
76d0ea69
AM
18002 * po/bg.po: Update Bulgarian translation from translation project.
18003
e83bd4ee
AM
18004 * po/de.po: Update German translation from translation project.
18005
bc2ba20a
RM
180062014-01-10 Roland McGrath <roland@hack.frob.com>
18007
18008 * sysdeps/generic/gcc-compat.h: New file.
18009
649ecea2
SP
180102014-01-10 Siddhesh Poyarekar <siddhesh@redhat.com>
18011
18012 * benchtests/asin-inputs: Correct slow inputs.
18013 * benchtests/acos-inputs: Likewise.
18014
1b19c006
AM
180152014-01-10 Allan McRae <allan@archlinux.org>
18016
a46dab08
AM
18017 * po:sv.po: Update Swedish translation from translation project.
18018
421df74a
AM
18019 * po/vi.po: Update Vietnamese translation from translation project.
18020
d61c51a7
AM
18021 * po/eo.po: Update Esperanto translation from translation project.
18022
0339a319
AM
18023 * po/cs.po: Update Czech translation from translation project.
18024
94ad3e99
AM
18025 * po/nl.po: Update Dutch translation from translation project.
18026
e349ca71
AM
18027 * po/pl.po: Update Polish translation from translation project.
18028
ddf930c1
AM
18029 * po/ru.po: Update Russian translation from translation project.
18030
1b19c006
AM
18031 * po/uk.po: Update Ukrainian translation from translation project.
18032
9f236c49
BM
180332014-01-08 Brooks Moses <bmoses@google.com>
18034
18035 * elf/dl-load.c: Fix comment typo.
18036
cd6701cf
CD
180372014-01-08 Carlos O'Donell <carlos@redhat.com>
18038
18039 * po/header.pot: Rename to...
18040 * po/pot.header: ... this.
18041 * po/Makefile: Use pot.header.
18042
66671c84
YK
180432014-01-08 Yuriy Kaminskiy <yumkam@gmail.com>
18044 Maxim Kuvyrkov <maxim@kugelworks.com>
18045
18046 [BZ #16394]
cd6701cf
CD
18047 * sysdeps/i386/i686/memmove.S (memmove): Compare distance between
18048 SRC and DEST against LEN.
66671c84 18049
38f34581
AZ
180502014-01-08 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
18051
18052 [BZ #16414]
18053 * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Remove wrong
18054 implementation.
18055 * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Remove bogus comment.
18056
180572014-01-08 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
3ff6304e
AZ
18058
18059 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
18060
4c327f2a
JM
180612014-01-08 Joseph Myers <joseph@codesourcery.com>
18062
18063 [BZ #16408]
18064 * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Use __expl
18065 for large positive arguments.
18066
b821f414
JM
180672014-01-07 Joseph Myers <joseph@codesourcery.com>
18068
1f0f2067
JM
18069 * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
18070
a5a326f6
JM
18071 * math/auto-libm-test-in: Mark various tests with
18072 xfail-rounding:ldbl-128ibm.
18073 * math/auto-libm-test-out: Regenerated.
18074
b821f414
JM
18075 [BZ #16407]
18076 * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
18077 Increase overflow threshold.
18078
94c8a4bc
OB
180792014-01-07 Ondřej Bílka <neleai@seznam.cz>
18080
18081 [BZ #14286]
18082 * stdio-common/vfprintf.c: Check for integer overflow.
18083
87ded0c3
AK
180842014-01-07 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
18085
18086 * sysdeps/s390/dl-tls.h: sysdeps/s390/dl-tls.h: Remove casts for
18087 the first argument and return value of __tls_get_addr_internal.
18088
c5eebdd0
AK
180892014-01-07 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
18090
18091 * sysdeps/s390/s390-32/dl-machine.h: Gate the definition of refsym
18092 also with !RTLD_BOOTSTRAP to get rid of unused variable warning.
18093
05d138ef
AK
180942014-01-07 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
18095
18096 * sysdeps/s390/Makefile: Build rtld-global-offsets.sym.
18097 * sysdeps/s390/rtld-global-offsets.sym: New file.
18098 * sysdeps/unix/sysv/linux/s390/Versions: Add getcontext as new
18099 GLIBC_2.19 symbol.
18100 * sysdeps/unix/sysv/linux/s390/getcontext.S: New file.
18101 * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Rename to ...
18102 * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
18103 ... this.
18104 * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Rename to ...
18105 * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
18106 ... this.
18107 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
18108 Regenerate.
18109 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
18110 Regenerate.
18111 * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Restore upper
18112 halfs of GPRs for high_gprs contexts.
18113 * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Save and
18114 restore upper halfs of GPRs for high_gprs contexts. Copy uc_flags
18115 field.
18116 * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Copy
18117 uc_flags field.
18118 * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: Split into 32 and
18119 64 bit versions:
18120 * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Add field
18121 for high GPRs (uc_high_gprs) and for future extensions
18122 (__reserved).
18123 * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Add field
18124 for future extensions (__reserved).
18125 * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Split into 32 and
18126 64 bit versions:
18127 * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym: Add
18128 SC_HIGHGPRS offset definition.
18129 * sysdeps/unix/sysv/linux/s390/s390-64/ucontext_i.sym: New file.
18130 * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: New file.
18131
93a45ff1
AK
18132 * Versions.def: Add GLIBC_2.19 for libpthread.
18133 * nptl/sysdeps/unix/sysv/linux/s390/Versions: Add longjmp and
18134 siglongjmp for libpthread with GLIBC_2.19 symver.
18135 * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: New file.
18136 * sysdeps/s390/Makefile: Build v1-longjmp.c and v1-sigjmp.c.
18137 * sysdeps/s390/Versions: New GLIBC_2.19 and GLIBC_PRIVATE symbols.
18138 * sysdeps/s390/__longjmp.c: New file.
18139 * sysdeps/s390/bits/setjmp.h: Add new fields to __s390_jmp_buf.
18140 * sysdeps/s390/longjmp.c: New file.
18141 * sysdeps/s390/setjmp.S: New file.
18142 * sysdeps/s390/sigjmp.S: New file.
18143 * sysdeps/s390/v1-longjmp.c: New file.
18144 * sysdeps/s390/v1-setjmp.h: New file.
18145 * sysdeps/s390/v1-sigjmp.c: New file.
18146 * sysdeps/unix/sysv/linux/s390/Makefile: Build __longjmp_chk.
18147 * sysdeps/unix/sysv/linux/s390/Versions: Add __longjmp_chk with
18148 GLIBC_2.19 version.
18149 * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: New file.
18150 * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c: Provide
18151 versioned symbols for ____longjmp_chk.
18152 * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
18153 Likewise.
18154 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
18155 Regenerate.
18156 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
18157 Regenerate.
18158 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
18159 Regenerate.
18160 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
18161 Regenerate.
18162 * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: New file.
18163 * sysdeps/s390/s390-32/__longjmp.c: Rename to ...
18164 * sysdeps/s390/s390-32/__longjmp-common.c: ... this.
18165 * sysdeps/s390/s390-32/setjmp.S: Rename and adjust to ...
18166 * sysdeps/s390/s390-32/setjmp-common.S: ... this.
18167 * sysdeps/s390/s390-64/__longjmp.c: Rename to ...
18168 * sysdeps/s390/s390-64/__longjmp-common.c: ... this.
18169 * sysdeps/s390/s390-64/setjmp.S: Rename and adjust to ...
18170 * sysdeps/s390/s390-64/setjmp-common.S: ... this.
18171 * sysdeps/s390/rtld-__longjmp.c: New file.
18172 * sysdeps/s390/rtld-setjmp.S: New file.
18173
eb3fc44b
JM
181742014-01-06 Joseph Myers <joseph@codesourcery.com>
18175
18176 [BZ #16400]
18177 * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
18178 Return -__logl (x) for small positive arguments without evaluating
18179 a polynomial.
18180
9341dde4
MF
181812014-01-06 Mike Frysinger <vapier@gentoo.org>
18182
18183 * sysdeps/unix/sysv/linux/sys/ptrace.h (ptrace_peeksiginfo_args):
18184 Rename to ...
18185 (__ptrace_peeksiginfo_args): ... this.
18186 * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
18187 * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
18188 * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
18189
4cff0293
AM
181902014-01-06 Allan McRae <allan@archlinux.org>
18191
18192 * inet/netinet/in.h: Fix typo in comment.
18193
75595dcf
AJ
181942014-01-05 Andreas Jaeger <aj@suse.de>
18195
18196 * sysdeps/i386/fpu/libm-test-ulps: Update.
18197
79c1e109
AM
181982014-01-05 Allan McRae <allan@archlinux.org>
18199
dd804818
AM
18200 * po/libc.pot: Regenerated.
18201
79c1e109
AM
18202 * malloc/memusagestat.c: Fix gettext call formatting.
18203
0c813d1f
SK
182042014-01-04 Sami Kerola <kerolasa@iki.fi>
18205
18206 * nscd/nscd.c: Improve usage() output.
18207
20f4a8d9
MF
182082014-01-04 Mike Frysinger <vapier@gentoo.org>
18209
18210 * config.h.in: Add HAVE_LINUX_FANOTIFY_H template.
18211 * sysdeps/unix/sysv/linux/configure: Regenerated.
18212 * sysdeps/unix/sysv/linux/configure.ac: Call AC_DEFINE.
18213 * sysdeps/unix/sysv/linux/tst-fanotify.c: Include config.h.
18214
22562bb2
JM
182152014-01-03 Joseph Myers <joseph@codesourcery.com>
18216
18217 [BZ #16390]
18218 * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
18219 (CFLAGS-e_atan2l.c): Use -fno-builtin-fabsl.
18220
d7ad2d9b
AZ
182212014-01-03 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
18222
18223 * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: Remove
18224 extra tokens at end of #undef directive.
18225 * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: Likewise.
18226 * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: Likewise.
18227 * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
18228
7dd009d8
JM
182292014-01-03 Joseph Myers <joseph@codesourcery.com>
18230
24db925a
JM
18231 * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
18232
7dd009d8
JM
18233 * math/auto-libm-test-in: Mark various tests with
18234 xfail-rounding:ldbl-128ibm.
18235 * math/auto-libm-test-out: Regenerated.
18236
396e3ecf
JM
182372014-01-02 Joseph Myers <joseph@codesourcery.com>
18238
819e5d50
JM
18239 [BZ #16386]
18240 * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Adjust
18241 numbers with subnormal high part when calculating exponent.
18242
90b6a1e5
JM
18243 [BZ #16385]
18244 * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Use fabsl not
18245 fabs.
18246
396e3ecf
JM
18247 [BZ #16384]
18248 * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (ln2): Initialize with
18249 M_LN2l.
18250 (__ieee754_acoshl): Use __log1pl not __log1p.
18251
6c8dbf00
OB
182522013-01-02 Ondřej Bílka <neleai@seznam.cz>
18253
57f41c40
AS
18254 * malloc/arena.c (malloc_atfork, free_atfork, ptmalloc_lock_all)
18255 (ptmalloc_unlock_all, ptmalloc_unlock_all2, next_env_entry)
18256 (__failing_morecore, ptmalloc_init, dump_heap, new_heap)
18257 (grow_heap, heap_trim, _int_new_arena, get_free_list)
18258 (reused_arena, arena_get2): Convert to GNU style.
18259 * malloc/hooks.c (memalign_hook_ini, __malloc_check_init)
18260 (mem2mem_check, mem2chunk_check, top_check, realloc_check)
18261 (memalign_check, __malloc_set_state): Likewise.
6c8dbf00 18262 * malloc/mallocbug.c (main): Likewise.
57f41c40
AS
18263 * malloc/malloc.c (__malloc_assert, malloc_init_state)
18264 (free_perturb, do_check_malloced_chunk, do_check_malloc_state)
18265 (sysmalloc, systrim, mremap_chunk, __libc_malloc, __libc_free)
18266 (__libc_realloc, _mid_memalign, _int_malloc, malloc_consolidate)
18267 (_int_realloc, _int_memalign, mtrim, musable, __libc_mallopt)
18268 (__posix_memalign, malloc_info): Likewise.
6c8dbf00 18269 * malloc/malloc.h: Likewise.
57f41c40
AS
18270 * malloc/mcheck.c (checkhdr, unlink_blk, link_blk, freehook)
18271 (mallochook, memalignhook, reallochook, mabort): Likewise.
6c8dbf00 18272 * malloc/mcheck.h: Likewise.
57f41c40
AS
18273 * malloc/memusage.c (update_data, me, malloc, realloc, calloc)
18274 (free, mmap, mmap64, mremap, munmap, dest): Likewise.
6c8dbf00
OB
18275 * malloc/memusagestat.c (main, parse_opt, more_help): Likewise.
18276 * malloc/morecore.c (__default_morecore): Likewise.
18277 * malloc/mtrace.c (tr_break, lock_and_info, mtrace): Likewise.
57f41c40
AS
18278 * malloc/obstack.c (_obstack_begin, _obstack_newchunk)
18279 (_obstack_allocated_p, obstack_free, _obstack_memory_used)
18280 (print_and_abort): Likewise.
6c8dbf00
OB
18281 * malloc/obstack.h: Likewise.
18282 * malloc/set-freeres.c (__libc_freeres): Likewise.
18283 * malloc/tst-mallocstate.c (main): Likewise.
18284 * malloc/tst-mtrace.c (main): Likewise.
18285 * malloc/tst-realloc.c (do_test): Likewise.
18286
d4124212
SP
182872013-01-02 Siddhesh Poyarekar <siddhesh@redhat.com>
18288
9a3c6a6f
SP
18289 [BZ #16366]
18290 * nscd/netgroupcache.c (do_notfound): New function.
18291 (addgetnetgrentX): Use it.
18292
d4124212
SP
18293 [BZ # 16365]
18294 * nscd/netgroupcache.c (addgetnetgrentX): Break if status is
18295 NSS_STATUS_NOTFOUND.
18296
97b9a009
JM
182972014-01-01 Joseph Myers <joseph@codesourcery.com>
18298
18299 * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
18300 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18301
d4697bc9
AM
183022014-01-01 Allan McRae <allan@archlinux.org>
18303
ddb3687f
AM
18304 * scripts/update-copyrights: Update configure input file suffix.
18305
88726d48
AM
18306 * NEWS: Update copyright year.
18307 * catgets/gencat.c: Likewise.
18308 * csu/version.c: Likewise.
18309 * debug/catchsegv.sh: Likewise.
18310 * debug/pcprofiledump.c: Likewise.
18311 * debug/xtrace.sh: Likewise.
18312 * elf/ldconfig.c: Likewise.
18313 * elf/ldd.bash.in: Likewise.
18314 * elf/pldd.c: Likewise.
18315 * elf/sotruss.ksh: Likewise.
18316 * elf/sprof.c: Likewise.
18317 * iconv/iconv_prog.c: Likewise.
18318 * iconv/iconvconfig.c: Likewise.
18319 * locale/programs/locale.c: Likewise.
18320 * locale/programs/localedef.c: Likewise.
18321 * login/programs/pt_chown.c: Likewise.
18322 * malloc/memusage.sh: Likewise.
18323 * malloc/memusagestat.c: Likewise.
18324 * malloc/mtrace.pl: Likewise.
18325 * manual/libc.texinfo: Likewise.
18326 * nscd/nscd.c: Likewise.
18327 * nss/getent.c: Likewise.
18328 * nss/makedb.c: Likewise.
18329 * posix/getconf.c: Likewise.
18330 * scripts/test-installation.pl: Likewise.
18331
d4697bc9
AM
18332 * All files with FSF copyright notices: Update copyright dates
18333 using scripts/update-copyrights.
18334 * intl/plural.c: Regenerated.
18335 * locale/programs/charmap-kw.h: Likewise.
18336 * locale/programs/locfile-kw.h: Likewise.
18337
c8590f9d
MF
183382013-12-31 Mike Frysinger <vapier@gentoo.org>
18339
18340 * sysdeps/unix/sysv/linux/configure: Regenerated.
18341 * sysdeps/unix/sysv/linux/configure.ac: Call AC_CHECK_HEADER on
18342 the linux/fanotify.h header.
18343 * sysdeps/unix/sysv/linux/tst-fanotify.c: Check if
18344 HAVE_LINUX_FANOTIFY_H is defined.
18345
b19221b9
SP
183462013-12-31 Siddhesh Poyarekar <siddhesh@redhat.com>
18347
dd1d85e5
SP
18348 * benchtests/cos-inputs: New inputs.
18349 * benchtests/sin-inputs: Likewise.
18350
1acbb90f
SP
18351 * benchtests/atan-inputs: New inputs. Fix name of multiple
18352 precision fallback inputs.
18353
4c012ed3
SP
18354 * benchtests/atanh-inputs: New inputs.
18355 * benchtests/tanh-inputs: Likewise.
18356
eff98324
SP
18357 * benchtests/acosh-inputs: New inputs.
18358 * benchtests/asinh-inputs: Likewise.
18359
ce641152
SP
18360 * benchtests/cosh-inputs: New inputs.
18361 * benchtests/sinh-inputs: Likewise.
18362
b19221b9
SP
18363 * benchtests/acos-inputs: Add more inputs.
18364 * benchtests/asin-inputs: Likewise.
18365
030a4976 183662013-12-30 Ville Skytta <ville.skytta@iki.fi>
9dcc8f11 18367
030a4976 18368 [BZ #16375]
9dcc8f11
VS
18369 * manual/arith.texi: Fix spelling.
18370 * manual/charset.texi: Likewise.
18371 * manual/errno.texi: Likewise.
18372 * manual/filesys.texi: Likewise.
18373 * manual/lang.texi: Likewise.
18374 * manual/llio.texi: Likewise.
18375 * manual/locale.texi: Likewise.
18376 * manual/message.texi: Likewise.
18377 * manual/resource.texi: Likewise.
18378 * manual/search.texi: Likewise.
18379 * manual/setjmp.texi: Likewise.
18380 * manual/stdio.texi: Likewise.
18381 * manual/string.texi: Likewise.
18382 * manual/sysinfo.texi: Likewise.
18383 * manual/time.texi: Likewise.
18384
11520a57
CD
183852013-12-27 Carlos O'Donell <carlos@redhat.com>
18386
18387 * po/sl.po: New file.
18388
471103ae
MF
183892013-12-27 Mike Frysinger <vapier@gentoo.org>
18390
18391 * .gitignore: Add core/.gdbinit/.gdb_history.
18392
6c9642ed
AM
183932013-12-27 Allan McRae <allan@archlinux.org>
18394
18395 [BZ #16369]
18396 * sysdeps/ieee754/dbl-64/s_sin.c (csloww): Fix variable name.
18397 Reported by Il'ya Malakhov <ilmalakhov@yandex.ru>
18398
3f637079
BM
183992013-12-24 Brooks Moses <bmoses@google.com>
18400
18401 * string/string.h (__CORRECT_ISO_CPP_STRING_H_PROTO): Define for
18402 all compilers that claim C++98 compliance, not just GCC.
18403 * string/strings.h (__CORRECT_ISO_CPP_STRINGS_H_PROTO):
18404 Likewise.
18405
abc26e99
MK
184062013-12-24 Maxim Kuvyrkov <maxim@kugelworks.com>
18407
18408 * NEWS: Restore accidentally deleted bug-fix entries.
18409
362b47fe
MK
184102013-12-24 Maxim Kuvyrkov <maxim@kugelworks.com>
18411 Ondřej Bílka <neleai@seznam.cz>
18412
18413 [BZ #15073]
18414 * malloc/malloc.c (_int_free): Perform sanity check only if we
11520a57 18415 have_lock.
362b47fe 18416
b9bcbbcb
OB
184172013-12-23 Ondřej Bílka <neleai@seznam.cz>
18418
18419 [BZ #12986]
18420 * manual/stdio.texi (String Input Conversions): Clarify that character
18421 classes are not supported.
18422
fb55fcd2
AZ
184232013-12-23 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
18424
18425 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
18426
ef7344f0
JM
184272013-12-22 Joseph Myers <joseph@codesourcery.com>
18428
4f40e4b3
JM
18429 [BZ #16337]
18430 * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
18431 Calculate results for small negative arguments directly rather
18432 than using reflection formula with special underflow handling.
18433
ef7344f0
JM
18434 * sysdeps/mach/hurd/Implies: Change unix/bsd/bsd4.4 to unix/bsd.
18435 * sysdeps/unix/bsd/syscalls.list (chflags): Add entry from
18436 sysdeps/unix/bsd/bsd4.4/syscalls.list.
18437 (fchflags): Likewise.
18438 (revoke): Likewise.
18439 (setlogin): Likewise.
18440 (sigaltstack): Likewise.
18441 (wait4): Likewise.
18442 (sigblock): Remove.
18443 (sigsetmask): Likewise.
18444 (wait3): Likewise.
18445 (waitpid): Likewise.
18446 * sysdeps/unix/bsd/bsd4.4/syscalls.list: Remove file.
18447 * sysdeps/unix/sysv/linux/wait3.c: Update directory of included
18448 file.
18449 * sysdeps/unix/bsd/bsd4.4/Makefile: Move to ...
18450 * sysdeps/unix/bsd/Makefile: ... here.
18451 * sysdeps/unix/bsd/bsd4.4/Versions: Move to ...
18452 * sysdeps/unix/bsd/Versions: ... here.
18453 * sysdeps/unix/bsd/bsd4.4/bits/sockaddr.h: Move to ...
18454 * sysdeps/unix/bsd/bits/sockaddr.h: ... here.
18455 * sysdeps/unix/bsd/bsd4.4/cmsg_nxthdr.c: Move to ...
18456 * sysdeps/unix/bsd/cmsg_nxthdr.c: ... here.
18457 * sysdeps/unix/bsd/bsd4.4/sigblock.c: Move to ...
18458 * sysdeps/unix/bsd/sigblock.c: ... here.
18459 * sysdeps/unix/bsd/bsd4.4/sigsetmask.c: Move to ...
18460 * sysdeps/unix/bsd/sigsetmask.c: ... here.
18461 * sysdeps/unix/bsd/bsd4.4/sigvec.c: Move to ...
18462 * sysdeps/unix/bsd/sigvec.c: ... here.
18463 * sysdeps/unix/bsd/bsd4.4/tcdrain.c: Move to ...
18464 * sysdeps/unix/bsd/tcdrain.c: ... here.
18465 * sysdeps/unix/bsd/bsd4.4/tcgetattr.c: Move to ...
18466 * sysdeps/unix/bsd/tcgetattr.c: ... here.
18467 * sysdeps/unix/bsd/bsd4.4/tcsetattr.c: Move to ...
18468 * sysdeps/unix/bsd/tcsetattr.c: ... here.
18469 * sysdeps/unix/bsd/bsd4.4/wait.c: Move to ...
18470 * sysdeps/unix/bsd/wait.c: ... here.
18471 * sysdeps/unix/bsd/bsd4.4/wait3.c: Move to ...
18472 * sysdeps/unix/bsd/wait3.c: ... here.
18473 * sysdeps/unix/bsd/bsd4.4/waitpid.c: Move to ...
18474 * sysdeps/unix/bsd/waitpid.c: ... here.
18475
5b0626b9
JM
184762013-12-21 Joseph Myers <joseph@codesourcery.com>
18477
18478 [BZ #16356]
18479 * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Also set
18480 round-to-nearest for [!USE_AS_EXPM1L].
18481 * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Likewise.
18482 * math/auto-libm-test-in: Do not expect cosh tests to fail. Add
18483 more tests of exp and exp10. Expect some exp10 tests to miss
18484 exceptions or fail in directed rounding modes.
18485 * math/auto-libm-test-out: Regenerated.
18486 * math/libm-test.inc (exp10_tonearest_test_data): New array.
18487 (exp10_test_tonearest): New function.
18488 (exp10_towardzero_test_data): New array.
18489 (exp10_test_towardzero): New function.
18490 (exp10_downward_test_data): New array.
18491 (exp10_test_downward): New function.
18492 (exp10_upward_test_data): New array.
18493 (exp10_test_upward): New function.
18494 (main): Call the new functions.
18495 * sysdeps/i386/fpu/libm-test-ulps: Update.
18496 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18497
7fda5682
JM
184982013-12-20 Joseph Myers <joseph@codesourcery.com>
18499
31e3a405
JM
18500 * math/auto-libm-test-in: Add more tests of acos, acosh, asin,
18501 asinh, atan, atan2, atanh, cbrt, cos and cosh.
18502 * math/auto-libm-test-out: Regenerated.
18503 * math/libm-test.inc (acosh_test_data): Add more tests.
18504 (atanh_test_data): Likewise.
18505 (ceil_test_data): Likewise.
18506 (copysign_test_data): Likewise.
18507 * sysdeps/i386/fpu/libm-test-ulps: Update.
18508 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18509
85bff96a
JM
18510 * timezone/checktab.awk: Update from tzcode 2013i.
18511 * timezone/private.h: Likewise.
18512 * timezone/scheck.c: Likewise.
18513 * timezone/tzfile.h: Likewise.
18514 * timezone/tzselect.ksh: Likewise.
18515 * timezone/zdump.c: Likewise.
18516 * timezone/zic.c: Likewise.
18517
b7867a3b
JM
18518 * math/auto-libm-test-in: Add tests of cpow.
18519 * math/auto-libm-test-out: Regenerated.
18520 * math/libm-test.inc (cpow_test_data): Use AUTO_TESTS_cc_c.
57f41c40 18521 * math/gen-auto-libm-tests.c (func_calc_method): Add value
b7867a3b
JM
18522 mpc_cc_c.
18523 (func_calc_desc): Add mpc_cc_c union field.
18524 (test_functions): Add cpow.
18525 (special_fill_2pi): New function.
18526 (special_real_inputs): Add 2pi.
18527 (calc_generic_results): Handle mpc_cc_c.
18528 * sysdeps/i386/fpu/libm-test-ulps: Update.
18529 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18530
7fda5682
JM
18531 * math/auto-libm-test-in: Add tests of ccos, ccosh, cexp, clog,
18532 csqrt, ctan and ctanh.
18533 * math/auto-libm-test-out: Regenerated.
18534 * math/libm-test.inc (TEST_COND_x86_64): New macro.
18535 (TEST_COND_x86): Likewise.
18536 (ccos_test_data): Use AUTO_TESTS_c_c.
18537 (ccosh_test_data): Likewise.
18538 (cexp_test_data): Likewise.
18539 (clog_test_data): Likewise.
18540 (csqrt_test_data): Likewise.
18541 (ctan_test_data): Likewise.
18542 (ctan_tonearest_test_data): Likewise.
18543 (ctan_towardzero_test_data): Likewise.
18544 (ctan_downward_test_data): Likewise.
18545 (ctan_upward_test_data): Likewise.
18546 (ctanh_test_data): Likewise.
18547 (ctanh_tonearest_test_data): Likewise.
18548 (ctanh_towardzero_test_data): Likewise.
18549 (ctanh_downward_test_data): Likewise.
18550 (ctanh_upward_test_data): Likewise.
18551 * math/gen-auto-libm-tests.c (func_calc_method): Add value
18552 mpc_c_c.
18553 (func_calc_desc): Add mpc_c_c union field.
18554 (FUNC_mpc_c_c): New macro.
18555 (test_functions): Add cacos, cacosh, casin, casinh, catan, catanh,
18556 ccos, ccosh, cexp, clog, clog10, csin, csinh, csqrt, ctan and
18557 ctanh.
18558 (special_fill_min_subnorm_p120): New function.
18559 (special_real_inputs): Add min_subnorm_p120.
18560 (calc_generic_results): Handle mpc_c_c.
18561 * sysdeps/i386/fpu/libm-test-ulps: Update.
18562 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18563
5ff8d60e
SP
185642013-12-20 Siddhesh Poyarekar <siddhesh@redhat.com>
18565
57f41c40
AS
18566 * sysdeps/ieee754/dbl-64/s_sin.c (do_cos, do_cos_slow, do_sin)
18567 (do_sin_slow): New functions.
18568 (__sin, __cos, slow1, slow2, sloww1, sloww2, bsloww1, bsloww2)
18569 (cslow2, csloww1, csloww2): Use the new functions.
392dd2de 18570
84ba214c
SP
18571 * sysdeps/ieee754/dbl-64/s_sin.c (sloww1): Add new argument M.
18572 Use M to change sign of result instead of X. Assume X is
18573 positive.
18574 (csloww1): Likewise.
18575 (__sin): Adjust.
18576 (__cos): Adjust.
18577
975195e4
SP
18578 * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): Remove
18579 arguments A and DA.
18580 (__sin): Adjust.
18581 (__cos): Likewise.
18582
5ff8d60e
SP
18583 * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use DA directly.
18584 (__cos): Likewise.
18585 (sloww1): Don't adjust sign of DX.
18586 (csloww1): Likewise.
18587 (sloww2): Use X directly and don't adjust sign of DX.
18588 (csloww2): Likewise.
18589
eb983568
JM
185902013-12-19 Joseph Myers <joseph@codesourcery.com>
18591
64a17f1a
JM
18592 * math/auto-libm-test-in: Add tests of cabs and carg.
18593 * math/auto-libm-test-out: Regenerated.
18594 * math/libm-test.inc (cabs_test_data): Use AUTO_TESTS_c_f.
18595 (carg_test_data): Likewise.
18596 * math/gen-auto-libm-tests.c (func_calc_method): Add value
18597 mpc_c_f.
18598 (func_calc_desc): Add mpc_c_f union field.
18599 (test_functions): Add cabs and carg.
18600 (calc_generic_results): Handle mpc_c_f.
18601
eb983568
JM
18602 * sysdeps/powerpc/powerpc32/libgcc-compat.S
18603 [_SOFT_FLOAT || __NO_FPRS__] (__fixdfdi_v_glibc20): Do not define
18604 as a macro and a compat symbol.
18605 [_SOFT_FLOAT || __NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
18606 [_SOFT_FLOAT || __NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
18607 [_SOFT_FLOAT || __NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
18608 [_SOFT_FLOAT || __NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
18609 [_SOFT_FLOAT || __NO_FPRS__] (__floaddisf_v_glibc20): Likewise.
18610 [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixdfdi): Do
18611 not use .hidden.
18612 [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixsfdi):
18613 Likewise.
18614 [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunsdfdi):
18615 Likewise.
18616 [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunssfdi):
18617 Likewise.
18618 [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddidf):
18619 Likewise.
18620 [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddisf):
18621 Likewise.
18622 * sysdeps/powerpc/nofpu/Versions (libc): Remove __fixdfdi,
18623 __fixsfdi, __fixunsdfdi, __fixunssfdi, __floatdidf and __floatdisf
18624 from GLIBC_2.3.2.
18625
6eeb678a
AZ
186262013-12-19 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
18627
18628 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
18629
6f6fc482
JM
186302013-12-19 Joseph Myers <joseph@codesourcery.com>
18631
21fea2e2
JM
18632 * manual/texinfo.tex: Update to version 2013-11-26.10 with
18633 trailing whitespace removed.
18634 * scripts/config.guess: Update to version 2013-11-29.
18635 * scripts/config.sub: Update to version 2013-10-01.
18636
6f6fc482
JM
18637 * math/auto-libm-test-in: Add tests of sincos.
18638 * math/auto-libm-test-out: Regenerated.
18639 * math/libm-test.inc (sincos_test_data): Use AUTO_TESTS_fFF_11.
18640 * math/gen-auto-libm-tests.c (func_calc_method): Add value
18641 mpfr_f_11.
18642 (func_calc_desc): Add mpfr_f_11 union field.
18643 (test_functions): Add sincos.
18644 (calc_generic_results): Handle mpfr_f_11.
18645 * sysdeps/i386/fpu/libm-test-ulps: Update.
18646 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18647
83f5c32d
AS
186482013-12-19 Andreas Schwab <schwab@suse.de>
18649
18650 * sysdeps/powerpc/powerpc64/power7/memchr.S: Fix argument of
18651 CALL_MCOUNT.
18652 * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
18653 * sysdeps/powerpc/powerpc64/power7/strcasecmp.S
18654 [USE_IN_EXTENDED_LOCALE_MODEL]: Likewise.
18655
c688b419
JM
186562013-12-19 Joseph Myers <joseph@codesourcery.com>
18657
335ee092
JM
18658 * math/gen-libm-test.pl (%beautify): Remove M_* constants.
18659 * sysdeps/i386/fpu/libm-test-ulps: Update.
18660 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18661
f88acd39
JM
18662 [BZ #16293]
18663 * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Set
18664 round-to-nearest mode when using frndint.
18665 * sysdeps/i386/fpu/s_expm1.S (__expm1): Likewise.
18666 * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
18667 * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
18668 Likewise.
18669 * math/auto-libm-test-in: Add more tests of expm1. Do not expect
18670 sinh test to fail.
18671 * math/auto-libm-test-out: Regenerated.
18672 * math/libm-test.inc (TEST_COND_x86_64): Remove macro.
18673 (TEST_COND_x86): Likewise.
18674 (expm1_tonearest_test_data): New array.
18675 (expm1_test_tonearest): New function.
18676 (expm1_towardzero_test_data): New array.
18677 (expm1_test_towardzero): New function.
18678 (expm1_downward_test_data): New array.
18679 (expm1_test_downward): New function.
18680 (expm1_upward_test_data): New array.
18681 (expm1_test_upward): New function.
18682 (main): Run the new test functions.
18683 * sysdeps/i386/fpu/libm-test-ulps: Update.
18684 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18685
c688b419
JM
18686 * include/features.h: Update comment documenting feature test
18687 macros. Mention _DEFAULT_SOURCE in comment.
18688 [_GNU_SOURCE] (_DEFAULT_SOURCE): Undefine and redefine.
18689 [_DEFAULT_SOURCE]: Undefine and redefine _DEFAULT_SOURCE,
18690 _BSD_SOURCE and _SVID_SOURCE.
18691 [!__STRICT_ANSI__ && !_ISOC99_SOURCE && !_POSIX_SOURCE &&
18692 !_POSIX_C_SOURCE && !_XOPEN_SOURCE && !_BSD_SOURCE &&
18693 !_SVID_SOURCE]: Likewise.
18694 [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
18695 (__USE_POSIX_IMPLICITLY): Define.
18696 [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
18697 (_POSIX_SOURCE): Undefine and redefine.
18698 [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
18699 (_POSIX_C_SOURCE): Likewise.
18700 * manual/creature.texi (_DEFAULT_SOURCE): Document.
18701 (Feature Test Macros): Update documentation of default features.
18702
9f6e964c
RS
187032013-12-19 Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
18704
18705 * benchtests/Makefile: Add bench-strtok.
18706 * benchtests/bench-strtok.c: New file: strtok benchtest.
18707
ee0a148a
AM
187082013-12-19 Allan McRae <allan@archlinux.org>
18709
18710 * manual/install.texi: Suppress menu for plain text output.
18711 * INSTALL: Regenerated.
18712
b9ab448f
BM
187132013-12-18 Brooks Moses <bmoses@google.com>
18714
18715 [BZ #15846]
18716 * misc/getauxval.c: Include errno.h.
18717 (__getauxval): Set errno to ENOENT if the requested type is not
18718 found.
18719 * misc/sys/auxv.h (getauxval): Document that it may set errno;
18720 don't declare with __attribute_const__.
18721 * elf/tst-auxv.c: Add tests for errno and type-not-found case.
18722 * manual/startup.texi: Document that getauxval sets errno.
18723
23776487
JM
187242013-12-18 Joseph Myers <joseph@codesourcery.com>
18725
f889953b
JM
18726 * math/auto-libm-test-in: Add tests of jn and yn.
18727 * math/auto-libm-test-out: Regenerated.
18728 * math/libm-test.inc (jn_test_data): Use AUTO_TESTS_if_f.
18729 (yn_test_data): Likewise.
18730 * math/gen-auto-libm-tests.c (func_calc_method): Add value
18731 mpfr_if_f.
18732 (func_calc_desc): Add mpfr_if_f union field.
18733 (FUNC_mpfr_if_f): New macro.
18734 (test_functions): Add jn and yn.
18735 (calc_generic_results): Assert type of second input for
18736 mpfr_ff_f. Handle mpfr_if_f.
18737 (output_for_one_input_case): Disable all checking for arguments
18738 fitting floating-point types in case of an integer argument.
18739 * sysdeps/i386/fpu/libm-test-ulps: Update.
18740 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18741
23776487
JM
18742 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
18743 Don't expect fegetround reference in libm.so.
18744
cb756c6d
MS
187452013-12-17 Marcus Shawcroft <marcus.shawcroft@linaro.org>
18746
18747 * sysdeps/ieee754/dbl-64/Makefile (CFLAGS-e_sqrt.c): Add
18748 $(config-cflags-nofma).
18749
2dec468f
JM
187502013-12-18 Joseph Myers <joseph@codesourcery.com>
18751
5953eb3a
JM
18752 * math/auto-libm-test-in: Mark some hypot tests no-test-inline.
18753 * math/auto-libm-test-out: Regenerated.
18754
2dec468f
JM
18755 [BZ #16338]
18756 * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Use __frexpl
18757 to determine exponent and adjust argument to have exponent of -1.
18758 * math/auto-libm-test-in: Add more tests of log, log10, log1p and
18759 log2.
18760 * math/auto-libm-test-out: Regenerated.
18761 * sysdeps/i386/fpu/libm-test-ulps: Update.
18762 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18763
4d84e6ad
OB
187642013-12-18 Ondřej Bílka <neleai@seznam.cz>
18765
18766 * manual/probes.texi: Remove cases when per-thread arenas are
18767 disabled.
18768
1818483b
AS
187692013-12-18 Andreas Schwab <schwab@suse.de>
18770
18771 * sysdeps/i386/i686/multiarch/strstr.c: Remove.
18772 * sysdeps/i386/i686/multiarch/strstr-c.c: Remove.
18773 * sysdeps/i386/i686/multiarch/strcasestr.c: Remove.
18774 * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: Remove.
18775 * sysdeps/i386/i686/multiarch/Makefile: Update.
18776 * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: Update.
18777
25de95bf
JM
187782013-12-17 Joseph Myers <joseph@codesourcery.com>
18779
18780 * sysdeps/unix/bsd/bsd4.4/bits/errno.h: Remove file.
18781 * sysdeps/unix/bsd/bsd4.4/bits/ioctls.h: Likewise.
18782
674762d9
PE
187832013-12-17 Paul Eggert <eggert@cs.ucla.edu>
18784
ed27ed83 18785 [BZ #15968]
0748546f
PE
18786 Support TZ transition times < 00:00:00.
18787 This is needed for version-3 tz-format files; it supports time
18788 stamps past 2037 for America/Godthab (the only entry in the tz
18789 database for which this change is relevant).
18790 * manual/time.texi (TZ Variable): Document transition times
18791 from -167:59:59 through -00:00:01.
18792 * time/tzset.c (tz_rule): Time of day is now signed.
18793 (__tzset_parse_tz): Parse negative time of day.
18794
4480e934
PE
18795 Document TZ transition times >= 25:00:00.
18796 * manual/time.texi (TZ Variable): Document transition times from
18797 25:00:00 through 167:59:59. These are already supported, and this
18798 support will help with version-3 tz-format files.
18799
69947401
PE
18800 * manual/time.texi (TZ Variable): Modernize North America example
18801 to reflect current (i.e., 2007-and-later) daylight saving rules.
18802
674762d9
PE
18803 * manual/time.texi (TZ Variable): POSIX.1 hour can be 24.
18804
7011c262
JM
188052013-12-17 Joseph Myers <joseph@codesourcery.com>
18806
2fc6557e
JM
18807 * sysdeps/unix/bsd/bits/posix_opt.h: Remove file.
18808 * sysdeps/unix/bsd/bits/stat.h: Likewise.
18809 * sysdeps/unix/bsd/bsd4.4/freebsd/bits/environments.h: Likewise.
18810 * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
18811 * sysdeps/unix/bsd/bsd4.4/freebsd/sys/sysmacros.h: Likewise.
18812 * sysdeps/unix/bsd/bsdstat.h: Likewise.
18813 * sysdeps/unix/bsd/clock.c: Likewise.
18814 * sysdeps/unix/bsd/i386/vfork.S: Likewise.
18815 * sysdeps/unix/bsd/i386/wait3.S: Likewise.
18816 * sysdeps/unix/bsd/init-posix.c: Likewise.
18817 * sysdeps/unix/bsd/poll.c: Likewise.
18818 * sysdeps/unix/bsd/ptsname.c: Likewise.
18819 * sysdeps/unix/bsd/seekdir.c: Likewise.
18820 * sysdeps/unix/bsd/setegid.c: Likewise.
18821 * sysdeps/unix/bsd/seteuid.c: Likewise.
18822 * sysdeps/unix/bsd/setgid.c: Likewise.
18823 * sysdeps/unix/bsd/setrgid.c: Likewise.
18824 * sysdeps/unix/bsd/setruid.c: Likewise.
18825 * sysdeps/unix/bsd/setsid.c: Likewise.
18826 * sysdeps/unix/bsd/setuid.c: Likewise.
18827 * sysdeps/unix/bsd/sigaction.c: Likewise.
18828 * sysdeps/unix/bsd/sigprocmask.c: Likewise.
18829 * sysdeps/unix/bsd/sigsuspend.c: Likewise.
18830 * sysdeps/unix/bsd/sys/reboot.h: Likewise.
18831 * sysdeps/unix/bsd/telldir.c: Likewise.
18832 * sysdeps/unix/bsd/times.c: Likewise.
18833 * sysdeps/unix/bsd/usleep.c: Likewise.
18834
029c7b25
JM
18835 * misc/Makefile (install-lib): Remove libbsd-compat.a.
18836 ($(objpfx)libbsd-compat.a): Remove rule.
18837
7011c262
JM
18838 * include/features.h (__FAVOR_BSD): Do not define.
18839 * manual/creature.texi (_BSD_SOURCE): Do not document as enabling
18840 features conflicting with POSIX.
18841 (_GNU_SOURCE): Do not mention interaction with _BSD_SOURCE.
18842 (_BSD_SOURCE): Remove description of not being a subset of other
18843 feature test macros.
18844 * manual/job.texi (getpgrp): Do not document BSD version.
18845 (getpgid): Do not document by reference to BSD getpgrp.
18846 * posix/unistd.h [__FAVOR_BSD]: Remove conditional code.
18847 * setjmp/setjmp.h [__FAVOR_BSD]: Likewise.
18848 * signal/signal.h [__FAVOR_BSD]: Likewise.
18849 * sysdeps/gnu/netinet/tcp.h (struct tcphdr): Use anonymous unions
18850 instead of making contents conditional on [__FAVOR_BSD].
18851 * sysdeps/gnu/netinet/udp.h (struct udphdr): Likewise.
18852
affb6f78
AZ
188532013-12-17 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
18854
18855 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
18856
c88769dd
JM
188572013-12-17 Joseph Myers <joseph@codesourcery.com>
18858
6432a540
JM
18859 [BZ #16314]
18860 * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Adjust up
18861 values below 2**-450, not 2**-500.
18862 * math/auto-libm-test-in: Don't allow spurious underflow from
18863 hypot.
18864 * math/auto-libm-test-out: Regenerated.
18865
c88769dd
JM
18866 [BZ #16316]
18867 [BZ #16330]
18868 * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Update
18869 values of ha and hb and sort them after adjusting subnormal
18870 arguments.
18871 * sysdeps/ieee754/ldbl-128/e_hypotl.c (__ieee754_hypotl):
18872 Likewise.
18873 * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Update
18874 values of ea and eb and sort them after adjusting subnormal
18875 arguments.
18876 * math/auto-libm-test-in: Do not expect some hypot tests of
18877 subnormals to fail. Add more hypot tests.
18878 * math/auto-libm-test-out: Regenerated.
18879
29618f6b
KK
188802013-12-16 Kaz Kojima <kkojima@rr.iij4u.or.jp>
18881
18882 [BZ #13304]
18883 * sysdeps/sh/s_fma.c: New file.
18884 * sysdeps/sh/s_fmaf.c: New file.
18885 * sysdeps/sh/soft-fp/sfp-machine.h: New file. Based on arm
18886 version.
18887 * sysdeps/sh/Implies: Add sh/soft-fp.
18888
eacfdfbf
RM
188892013-12-16 Roland McGrath <roland@hack.frob.com>
18890
18891 * elf/dl-error.c (struct catch): Add new member `errcode'. Add a
18892 level of indirection to members `objname', `errstring', `malloced'.
18893 (_dl_signal_error): Store through pointers in *LCATCH rather modifying
18894 *LCATCH itself. Set *LCATCH->errcode to ERRCODE rather than passing
18895 it as the __longjmp argument (just pass 1 instead).
18896 (_dl_catch_error): Initialize C with argument pointers and address of
18897 volatile local ERRCODE rather than copying values out of C at return.
18898
ff362e5b
JM
188992013-12-16 Joseph Myers <joseph@codesourcery.com>
18900
18901 * math/auto-libm-test-in: Add tests of atan2, hypot and pow.
18902 * math/auto-libm-test-out: Regenerated.
18903 * math/libm-test.inc (atan2_test_data): Use AUTO_TESTS_ff_f.
18904 (hypot_test_data): Likewise.
18905 (pow_test_data): Likewise.
18906 (pow_tonearest_test_data): Likewise.
18907 * math/gen-auto-libm-tests.c (func_calc_method): Add value
18908 mpfr_ff_f.
18909 (func_calc_desc): Add mpfr_ff_f union field.
18910 (FUNC_mpfr_ff_f): New macro.
18911 (test_functions): Add atan2, hypot and pow.
18912 (special_fill_min): New function.
18913 (special_fill_minus_min): Likewise.
18914 (special_fill_min_subnorm): Likewise.
18915 (special_fill_minus_min_subnorm): Likewise.
18916 (special_real_inputs): Add min, -min, min_subnorm and
18917 -min_subnorm.
18918 (calc_generic_results): Handle mpfr_ff_f.
18919 * sysdeps/i386/fpu/libm-test-ulps: Update.
18920 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18921
5764c27f
WN
189222013-12-16 Will Newton <will.newton@linaro.org>
18923
18924 * manual/memory.texi (Malloc Examples): Mention aligned_alloc.
18925 (Aligned Memory Blocks): Add documentation for aligned_alloc
18926 and suggest it as an alternative to posix_memalign.
18927 (Hooks for Malloc): Document __memalign_hook is also called
18928 for aligned_alloc. (Summary of Malloc): Add summary for
18929 aligned alloc. Document __memalign_hook is also called
18930 for aligned_alloc.
18931
0a096e44
WN
189322013-12-16 Will Newton <will.newton@linaro.org>
18933
18934 * manual/memory.texi (Malloc Examples): Clarify default
18935 alignment documentation. Suggest posix_memalign rather
18936 than memalign or valloc.
18937 (Aligned Memory Blocks): Remove suggestion to use memalign
18938 or valloc. Remove obsolete comment about BSD.
18939 Document memalign errno values and mark the function obsolete.
18940 Document posix_memalign returned error codes. Mark valloc
18941 as obsolete. (Hooks for Malloc): __memalign_hook is also
18942 called for posix_memalign and valloc.
18943 (Summary of Malloc): Add posix_memalign to function summary.
18944 __memalign_hook is also called for posix_memalign and valloc.
18945
8d561986
SP
189462013-12-16 Siddhesh Poyarekar <siddhesh@redhat.com>
18947
18948 * sysdeps/ieee754/dbl-64/s_sin.c (TAYLOR_SINCOS): Rename to
18949 TAYLOR_SIN.
18950 (__sin): Adjust.
18951 (__cos): Likewise.
18952 (sloww): Use mynumber union. Expand ternary operator into
18953 if-else statements.
18954 (cslow): use mynumber union.
18955
73616a74
AM
189562013-12-16 Allan McRae <allan@archlinux.org>
18957
9e8ac24b
AM
18958 * configure.ac: Set AUTOCONF when maintainer-mode is not used.
18959 * configure: Regenerated.
18960
6f8e37eb
AM
18961 * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update file name.
18962
8894bad3
AM
18963 [BZ #14120]
18964 * configure.ac: Added --enable-maintainer-mode. Check for
18965 autoconf when enabled.
18966 * configure: Regenerated.
18967
73616a74
AM
18968 * nscd/nscd.service: New file.
18969 * nscd/nscd.tmpfiles: New file.
18970
584b18eb
OB
189712013-12-14 Ondřej Bílka <neleai@seznam.cz>
18972
18973 [BZ #12100]
18974 * sysdeps/x86_64/multiarch/strstr-sse2-unaligned.S: New file
18975 * sysdeps/x86_64/multiarch/strstr-c.c: Moved to ...
18976 * sysdeps/x86_64/multiarch/strstr.c: ... here.
18977 (strstr): Add __strstr_sse2_unaligned ifunc.
18978 * sysdeps/x86_64/multiarch/strcasestr-c.c: Moved to ...
18979 * sysdeps/x86_64/multiarch/strcasestr.c ... here.
18980 (strcasestr): Remove __strcasestr_sse42 ifunc.
18981 * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Remove.
18982 * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
18983 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
18984
8a5c7897
KK
189852013-12-14 Kaz Kojima <kkojima@rr.iij4u.or.jp>
18986
18987 * sysdeps/sh/sh4/fpu/bits/fenv.h: Move to ...
18988 * sysdeps/sh/bits/fenv.h: ... here.
18989 * sysdeps/sh/sh4/fpu/bits: Remove directory.
18990
fd712ef3
AZ
189912013-12-13 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
18992
18993 * NEWS: Mention ppc64 STT_GNU_IFUNC support.
18994
42fcb46c
AZ
18995 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add hypot and
18996 hypotf multiarch implementations.
18997 * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-power7.c: New file.
18998 * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-ppc64.c: New file.
18999 * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot.c: New file:
19000 multiarch hypot for PPC64.
19001 * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-power7.c: New file.
19002 * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-ppc64.c: New file.
19003 * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c : New file:
19004 multiarch hypotf for PPC64.
19005
83efded4
AZ
19006 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add modf and
19007 modff multiarch implementations.
19008 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-power5+.c: New file.
19009 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-ppc64.c: New file.
19010 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: New file:
19011 multiarch modf for PPC64.
19012 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-power5+.c: New file.
19013 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-ppc64.c: New file.
19014 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff.c : New file:
19015 multiarch modff for PPC64.
19016
43e246d2
AZ
19017 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add logb, logbf,
19018 and logl multiarch implementations.
19019 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-power7.c: New file.
19020 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-ppc64.c: New file.
19021 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb.c: New file:
19022 multiarch logb for PPC64.
19023 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-power7.c: New file.
19024 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-ppc64.c: New file.
19025 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf.c: New file:
19026 multiarch logb for PPC64.
19027 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-power7.c: New file.
19028 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-ppc64.c: New file.
19029 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl.c: New file:
19030 multiarch logb for PPC64.
19031
8fdad123
AZ
19032 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf and
19033 isinff multiarch implementation.
19034 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power7.S: New
19035 file.
19036 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-ppc64.S: New file.
19037 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: New file:
19038 multiarch isinf for PPC64.
19039 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff-ppc64.c: New
19040 file.
19041 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c: New file:
19042 multiarch isinff for PPC64.
19043
1481d706
AZ
19044 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite and
19045 finitef multiarch implementation.
19046 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power7.S: New
19047 file.
19048 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-ppc64.S: New file.
19049 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: New file:
19050 multiarch finite for PPC64.
19051 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef-ppc64.c: New
19052 file.
19053 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c: New file:
19054 multiarch finitef for PPC64.
19055
5ccd5fc8
AZ
19056 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint and
19057 lrint multiarch implementation.
19058 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power6x.S: New
19059 file.
19060 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-ppc64.S: New file.
19061 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c: New file:
19062 multiarch llrint for PPC64.
19063 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lrint.c: New file:
19064 multiarch lrint for PPC64.
19065
2568f3fa
AZ
19066 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add copysign/
19067 copysignf multiarch implementation.
19068 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-power6.S: New
19069 file.
19070 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-ppc64.S: New
19071 file.
19072 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: New file:
19073 multiarch copysign for PPC64.
19074 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysignf.c: New file:
19075 multiarch copysignf for PPC64.
19076
1cb341fd
AZ
19077 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add trunc/truncf
19078 multiarch implementation.
19079 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-power5+.S: New
19080 file.
19081 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-ppc64.S: New
19082 file.
19083 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-power5+.S: New
19084 file.
19085 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-ppc64.S: New
19086 file.
19087 multiarch llround for PPC64.
19088 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc.c: New file:
19089 multiarch trunc for PPC64.
19090 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf.c: New file:
19091 multiarch truncf for PPC64.
19092
59a3e194
AZ
19093 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add round/roundf
19094 multiarch implementation.
19095 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-power5+.S: New
19096 file.
19097 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-ppc64.S: New
19098 file.
19099 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-power5+.S: New
19100 file.
19101 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-ppc64.S: New
19102 file.
19103 multiarch llround for PPC64.
19104 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round.c: New file:
19105 multiarch round for PPC64.
19106 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf.c: New file:
19107 multiarch roundf for PPC64.
19108
357fd3b4
AZ
19109 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add floor/floorf
19110 multiarch implementation.
19111 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-power5+.S: New
19112 file.
19113 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-ppc64.S: New
19114 file.
19115 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-power5+.S: New
19116 file.
19117 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-ppc64.S: New
19118 file.
19119 multiarch llround for PPC64.
19120 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor.c: New file:
19121 multiarch floor for PPC64.
19122 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf.c: New file:
19123 multiarch floorf for PPC64.
19124
96770f12
AZ
19125 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add ceil/ceilf
19126 multiarch implementation.
19127 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-power5+.S: New
19128 file.
19129 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-ppc64.S: New
19130 file.
19131 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-power5+.S: New
19132 file.
19133 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-ppc64.S: New
19134 file.
19135 multiarch llround for PPC64.
19136 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil.c: New file:
19137 multiarch ceil for PPC64.
19138 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf.c: New file:
19139 multiarch ceilf for PPC64.
19140
c3627f6e
AZ
19141 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
19142 multiarch implementation.
19143 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power5+.S: New
19144 file.
19145 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power6x.S: New
19146 file.
19147 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-ppc64.S: New
19148 file.
19149 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c: New file:
19150 multiarch llround for PPC64.
19151 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lround.c: New file:
19152 multiarch lround for PPC64.
19153
b2284ad7
AZ
19154 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
19155 multiarch implementation.
19156 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power5.S: New file.
19157 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6.S: New file.
19158 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6x.S: New
19159 file.
19160 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power7.S: New file.
19161 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-ppc64.S: New file.
19162 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: New file:
19163 multiarch isnan for PPC64.
19164 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c: New file:
19165 multiarch isnanf for PPC64.
19166
69bbc63d
AZ
19167 * sysdeps/powerpc/powerpc64/power5+/fpu/multiarch/Implies: New file.
19168 * sysdeps/powerpc/powerpc64/power5/fpu/multiarch/Implies: New file.
19169 * sysdeps/powerpc/powerpc64/power6/fpu/multiarch/Implies: New file.
19170 * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: New file.
19171 * sysdeps/powerpc/powerpc64/power7/fpu/multiarch/Implies: New file
19172 * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/Implies: Remove.
19173
c24517c9
AZ
19174 * sysdeps/powerpc/fpu/w_sqrt.c: Remove file
19175 * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
19176 * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
19177 * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
19178
a52374e8
AZ
19179 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add stpcpy
19180 multiarch implementations.
19181 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19182 (__libc_ifunc_impl_list): Likewise.
19183 * sysdeps/powerpc/powerpc64/multiarch/stpcpy-power7.c: New file.
19184 * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.c: New file.
19185 * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c : New file:
19186 multiarch stpcpy for PPC64.
19187
7f5ec113
AZ
19188 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcpy
19189 multiarch implementations.
19190 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19191 (__libc_ifunc_impl_list): Likewise.
19192 * sysdeps/powerpc/powerpc64/multiarch/strcpy-power7.c: New file.
19193 * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.c: New file.
19194 * sysdeps/powerpc/powerpc64/multiarch/strcpy.c : New file:
19195 multiarch strcpy for PPC64.
19196
e28bcd42
AZ
19197 * string/wordcopy.c (_wordcopy_fwd_aligned): Add define to
19198 redefine function name.
19199 (_wordcopy_fwd_dest_aligned): Likewise.
19200 (_wordcopy_bwd_aligned): Likewise.
19201 (_wordcopy_bwd_dest_aligned): Likewise.
19202 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wordcopy
19203 multiarch implementations.
19204 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19205 (__libc_ifunc_impl_list): Likewise.
19206 * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power6.c: New file.
19207 * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power7.c: New file.
19208 * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c: New file.
19209 * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c : New file:
19210 multiarch wcscpy for PPC64.
19211
92cacfce
AZ
19212 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcscpy
19213 multiarch implementations.
19214 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19215 (__libc_ifunc_impl_list): Likewise.
19216 * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power6.c: New file.
19217 * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power7.c: New file.
19218 * sysdeps/powerpc/powerpc64/multiarch/wcscpy-ppc64.c: New file.
19219 * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c : New file:
19220 multiarch wcscpy for PPC64.
19221
7b714620
AZ
19222 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcsrchr
19223 multiarch implementations.
19224 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19225 (__libc_ifunc_impl_list): Likewise.
19226 * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power6.c: New file.
19227 * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power7.c: New file.
19228 * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-ppc64.c: New file.
19229 * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c : New file:
19230 multiarch wcsrchr for PPC64.
19231
16fd2ae3
AZ
19232 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcschr
19233 multiarch implementations.
19234 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19235 (__libc_ifunc_impl_list): Likewise.
19236 * sysdeps/powerpc/powerpc64/multiarch/wcschr-power6.c: New file.
19237 * sysdeps/powerpc/powerpc64/multiarch/wcschr-power7.c: New file.
19238 * sysdeps/powerpc/powerpc64/multiarch/wcschr-ppc64.c: New file.
19239 * sysdeps/powerpc/powerpc64/multiarch/wcschr.c : New file:
19240 multiarch wcschr for PPC64.
19241
9ee2969b
AZ
19242 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchrnul
19243 multiarch implementations.
19244 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19245 (__libc_ifunc_impl_list): Likewise.
19246 * sysdeps/powerpc/powerpc64/multiarch/strchrnul-power7.S: New file.
19247 * sysdeps/powerpc/powerpc64/multiarch/strchrnul-ppc64.c: New file.
19248 * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: New file:
19249 multiarch strchrnul for PPC64.
19250
372dc060
AZ
19251 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchr multiarch
19252 implementations.
19253 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19254 (__libc_ifunc_impl_list): Likewise.
19255 * sysdeps/powerpc/powerpc64/multiarch/rtld-strchr.S: New file.
19256 * sysdeps/powerpc/powerpc64/multiarch/strchr-power7.S: New file.
19257 * sysdeps/powerpc/powerpc64/multiarch/strchr-ppc64.S: New file.
19258 * sysdeps/powerpc/powerpc64/multiarch/strchr.c: New file: multiarch
19259 strchr for PPC64.
19260
24c2c3b9
AZ
19261 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncmp multiarch
19262 implementations.
19263 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19264 (__libc_ifunc_impl_list): Likewise.
19265 * sysdeps/powerpc/powerpc64/multiarch/strncmp-power4.S: New file.
19266 * sysdeps/powerpc/powerpc64/multiarch/strncmp-power7.S: New file.
19267 * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: New file.
19268 * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: New file: multiarch
19269 strncmp for PPC64.
19270
1c92d9a0
AZ
19271 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncasecmp
19272 multiarch implementations.
19273 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19274 (__libc_ifunc_impl_list): Likewise.
19275 * sysdeps/powerpc/powerpc64/multiarch/strncase-power7.c: New file.
19276 * sysdeps/powerpc/powerpc64/multiarch/strncase.c: New file: multiarch
19277 strncasecmp for PPC64.
19278 * sysdeps/powerpc/powerpc64/multiarch/strncase_l-power7.c: New file.
19279 * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: New file:
19280 multiarch strncasecmp_l for PPC64.
19281
17de3ee3
AZ
19282 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcasecmp
19283 multiarch implementations.
19284 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
19285 (__libc_ifunc_impl_list): Likewise.
19286 * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: New file.
19287 * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: New file:
19288 multiarch strcasecmp for PPC64.
19289 * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: New
19290 file.
19291 * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: new file:
19292 multiarch strcasecmp_l for PPC64.
19293
62982bf9
AZ
19294 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strnlen multiarch
19295 implementations.
19296 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19297 (__libc_ifunc_impl_list): Likewise.
19298 * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: New file.
19299 * sysdeps/powerpc/powerpc64/multiarch/strnlen-ppc64.c: New file.
19300 * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: New file: multiarch
19301 strnlen for PPC64.
19302
a65f4904
AZ
19303 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strlen multiarch
19304 implementations.
19305 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19306 (__libc_ifunc_impl_list): Likewise.
19307 * sysdeps/powerpc/powerpc64/multiarch/strlen-power7.S: New file.
19308 * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: New file.
19309 * sysdeps/powerpc/powerpc64/multiarch/strlen.c: New file: multiarch
19310 strlen for PPC64.
19311
1fd005ad
AZ
19312 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add rawmemch multiarch
19313 implementations.
19314 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19315 (__libc_ifunc_impl_list): Likewise.
19316 * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-power7.S: New file.
19317 * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-ppc64.c: New file.
19318 * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: New file: multiarch
19319 rawmemrchr for PPC64.
19320
cd05ba91
AZ
19321 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memrchr multiarch
19322 implementation.
19323 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19324 (__libc_ifunc_impl_list): Likewise.
19325 * sysdeps/powerpc/powerpc64/multiarch/memrchr-power7.S: New file.
19326 * sysdeps/powerpc/powerpc64/multiarch/memrchr-ppc64.c: New file.
19327 * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: New file: multiarch
19328 memrchr for PPC64.
19329
870f8676
AZ
19330 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memchr multiarch
19331 implementation.
19332 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19333 (__libc_ifunc_impl_list): Likewise.
19334 * sysdeps/powerpc/powerpc64/multiarch/memchr-power7.S: New file.
19335 * sysdeps/powerpc/powerpc64/multiarch/memchr-ppc64.c: New file.
19336 * sysdeps/powerpc/powerpc64/multiarch/memchr.c: New file: multiarch
19337 memchr for PPC64.
19338
f00be62b
AZ
19339 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add mempcpy multiarch
19340 implementation.
19341 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19342 (__libc_ifunc_impl_list): Likewise.
19343 * sysdeps/powerpc/powerpc64/multiarch/mempcpy-power7.S: New file.
19344 * sysdeps/powerpc/powerpc64/multiarch/mempcpy-ppc64.c: New file.
19345 * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: New file: multiarch
19346 mempcpy for PPC64.
19347
8a29a3d0
AZ
19348 * sysdeps/powerpc/powerpc64/memset.S (NO_BZERO_IMPL): Add macro to
19349 avoid cretion of __bzero symbol.
19350 * sysdeps/powerpc/powerpc64/power4/memset.S (NO_BZERO_IMPL):
19351 Likewise.
19352 * sysdeps/powerpc/powerpc64/power6/memset.S (NO_BZERO_IMPL):
19353 Likewise.
19354 * sysdeps/powerpc/powerpc64/power7/memset.S (NO_BZERO_IMPL):
19355 Likewise.
19356 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memset/bzero
19357 multiarch implementations.
19358 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19359 (__libc_ifunc_impl_list): Likewise.
19360 * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: New file.
19361 * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: New file.
19362 * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: New file.
19363 * sysdeps/powerpc/powerpc64/multiarch/bzero.c: New file: multiarch
19364 bzero for PPC32.
19365 * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S: New file.
19366 * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: New file.
19367 * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: New file.
19368 * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: New file.
19369 * sysdeps/powerpc/powerpc64/multiarch/memset.c: New file: multiarch
19370 memset for PPC64.
19371 * sysdeps/powerpc/powerpc64/multiarch/rtld-memset.c: New file.
19372
07253fcf
AZ
19373 * string/memcmp.c (memcmp): Using macro to redefine symbol name.
19374 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memcpy multiarch
19375 implementations.
19376 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19377 (__libc_ifunc_impl_list): Likewise.
19378 * sysdeps/powerpc/powerpc64/multiarch/memcmp-power4.S: New file.
19379 * sysdeps/powerpc/powerpc64/multiarch/memcmp-power7.S: New file.
19380 * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: New file.
19381 * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: New file: multiarch
19382 memcmp for PPC64.
19383
b5beafbc
AZ
19384 * sysdeps/powerpc/powerpc64/multiarch/Makefile: New file to support
19385 multiarch for POWER/PPC64.
19386 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Likewise.
19387 * sysdeps/powerpc/powerpc64/multiarch/init-arch.h: Likewise.
19388 * sysdeps/powerpc/powerpc64/multiarch/memcpy-a2.S: New file.
19389 * sysdeps/powerpc/powerpc64/multiarch/memcpy-cell.S: New file.
19390 * sysdeps/powerpc/powerpc64/multiarch/memcpy-power4.S: New file.
19391 * sysdeps/powerpc/powerpc64/multiarch/memcpy-power6.S: New file.
19392 * sysdeps/powerpc/powerpc64/multiarch/memcpy-power7.S: New file.
19393 * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: New file.
19394 * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: New file: multiarch
19395 memcpy for PPC64.
19396
5e6a4d4b
AZ
19397 * sysdeps/powerpc/powerpc64/power4/fpu/Implies: New file.
19398 * sysdeps/powerpc/powerpc64/power4/fpu/multiarch/Implies: New File.
19399 * sysdeps/powerpc/powerpc64/power4/multiarch/Implies: New File.
19400 * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: New File.
19401 * sysdeps/powerpc/powerpc64/power5+/multiarch/Implies: New File.
19402 * sysdeps/powerpc/powerpc64/power5/Implies: New File.
19403 * sysdeps/powerpc/powerpc64/power5/fpu/Implies: New File.
19404 * sysdeps/powerpc/powerpc64/power5/multiarch/Implies: New File.
19405 * sysdeps/powerpc/powerpc64/power6/fpu/Implies: New File.
19406 * sysdeps/powerpc/powerpc64/power6/multiarch/Implies: New File.
19407 * sysdeps/powerpc/powerpc64/power7/fpu/Implies: New File.
19408 * sysdeps/powerpc/powerpc64/power7/multiarch/Implies: New File.
19409 * sysdeps/powerpc/powerpc64/power8/fpu/Implies: New File.
19410 * sysdeps/powerpc/powerpc64/power8/fpu/multiarch/Implies: New File.
19411 * sysdeps/powerpc/powerpc64/power8/multiarch/Implies: New File.
19412 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: Remove.
19413 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/Implies: Remove.
19414 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: Remove.
19415 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: Remove.
19416 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: Remove.
19417 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: Remove.
19418 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Remove.
19419
ddfab6dc
KK
194202013-12-12 Kaz Kojima <kkojima@rr.iij4u.or.jp>
19421
19422 * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Use $$ver.
19423
19b5525e
SP
194242013-12-12 Siddhesh Poyarekar <siddhesh@redhat.com>
19425
19426 * benchtests/Makefile (bench): Add exp2 and log2.
19427 (LDLIBS-bench-exp2): Add -lm.
19428 (LDLIBS-bench-log2): Likewise.
19429 * benchtests/exp2-inputs: New inputs file.
19430 * benchtests/log2-inputs: New inputs file.
19431 * benchtests/log-inputs: Add new inputs.
19432 * benchtests/tan-inputs: Likewise.
19433
196f7f5d
SP
194342013-12-11 Siddhesh Poyarekar <siddhesh@redhat.com>
19435
7a74607f
SP
19436 * sysdeps/ieee754/dbl-64/s_sin.c (t22): Consolidate const
19437 definition...
57f41c40
AS
19438 (slow1, slow2, sloww1, sloww2, bsloww1, bsloww2, cslow2, csloww1)
19439 (csloww2): ... from here.
7a74607f 19440
196f7f5d
SP
19441 * sysdeps/ieee754/dbl-64/usncs.h: Define constants as double
19442 instead of structures.
19443 * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): Adjust.
19444 (POLYNOMIAL): Likewise.
19445 (TAYLOR_SLOW): Likewise.
19446 (__sin): Likewise.
19447 (__cos): Likewise.
19448 (slow1): Likewise.
19449 (slow2): Likewise.
19450 (sloww): Likewise.
19451 (sloww1); Likewise.
19452 (sloww2): Likewise.
19453 (bsloww1): Likewise.
19454 (bsloww2): Likewise.
19455 (cslow2): Likewise.
19456 (csloww): Likewise.
19457 (csloww1): Likewise.
19458 (csloww2): Likewise.
19459
0dfa665c
OB
194602013-12-10 Ondřej Bílka <neleai@seznam.cz>
19461
19462 * malloc/malloc.c (MALLOC_COPY, MALLOC_ZERO): Delete.
57f41c40
AS
19463 (__malloc_assert, __libc_realloc, __libc_calloc, _int_realloc):
19464 Expand MALLOC_COPY and MALLOC_ZERO to memcpy and memset.
0dfa665c
OB
19465 * malloc/hooks.c (realloc_check): Likewise.
19466
5782a80f
OB
19467 * malloc/Makefile (CPPFLAGS-malloc.c): Remove -DPER_THREAD flag.
19468 * malloc/arena.c: Remove PER_THREAD conditional.
19469 [!PER_THREAD]: Remove code.
19470 (ptmalloc_unlock_all2): Likewise.
19471 (ptmalloc_init): Likewise.
19472 (_int_new_arena): Likewise.
19473 (arena_get2): Likewise.
19474 * malloc/hooks.c (__malloc_get_state): Likewise.
19475 (__malloc_set_state): Likewise.
19476 * malloc/malloc.c: Likewise.
19477 (struct malloc_state): Likewise.
19478 (struct malloc_par): Likewise.
19479 (__libc_realloc): Likewise.
19480 (__libc_mallopt): Likewise.
19481
aeb95445
AZ
194822013-12-09 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
19483
19484 * Versions.def (libm): Add GLIBC_2.3 and GLIBC_2.19.
19485
e8349efd
OB
194862013-12-09 Ondřej Bílka <neleai@seznam.cz>
19487
19488 * malloc/malloc.c (alloc_perturb, free_perturb): Convert from
19489 macro to a function. Check for zero perturb_byte.
19490 (_int_malloc, _int_free): Remove zero perturb_byte checks.
19491
f3eeb3fc 19492 * malloc/malloc.c: (force_reg): Remove.
57f41c40
AS
19493 (__malloc_assert, __libc_malloc, __libc_free, __libc_realloc)
19494 (_mid_memalign, __libc_calloc, sysmalloc, systrim): Replace
f3eeb3fc
OB
19495 force_reg by atomic_forced_read.
19496 * malloc/arena.c (ptmalloc_init): Likewise.
19497 * malloc/hooks.c (top_check): Likewise.
19498
be2f9009
AZ
194992013-12-09 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
19500
19501 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
19502
e7b914bd
MT
195032013-12-09 Markus Trippelsdorf <markus@trippelsdorf.de>
19504
19505 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
19506
9f0be4f8
JM
195072013-12-08 Joseph Myers <joseph@codesourcery.com>
19508
19509 * math/auto-libm-test-in: Add tests of lgamma.
19510 * math/auto-libm-test-out: Regenerated.
19511 * math/libm-test.inc (M_LOG_SQRT_PIl): Remove macro.
19512 (M_LOG_2_SQRT_PIl): Likewise.
19513 (lgamma_test_data): Use AUTO_TESTS_f_f1.
19514 * math/gen-auto-libm-tests.c (func_calc_method): Add value
19515 mpfr_f_f1.
19516 (func_calc_desc): Add mpfr_f_f1 union field.
19517 (ARGS1): New macro.
19518 (ARGS2): Likewise.
19519 (ARGS3): Likewise.
19520 (ARGS4): Likewise.
19521 (RET1): Likewise.
19522 (RET2): Likewise.
19523 (CALC): Likewise.
19524 (FUNC): Likewise.
19525 (FUNC_mpfr_f_f): Use new macros FUNC, ARGS1, RET1 and CALC.
19526 (test_functions): Add lgamma.
19527 (calc_generic_results): Handle mpfr_f_f1.
19528 * sysdeps/i386/fpu/libm-test-ulps: Update.
19529 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19530
24eeafdb
AZ
195312013-12-06 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
19532
19533 * sysdeps/powerpc/powerpc64/power7/add_n.S: New file: optimized
19534 __mpn_add_n for PowerPC64/POWER7.
19535 * sysdeps/powerpc/powerpc64/power7/sub_n.S: New file: optimized
19536 __mpn_sub_n for PowerPC64/POWER7.
19537
4a2c0fd4
AZ
19538 * sysdeps/powerpc/powerpc64/addmul_1.S: New file: optimized
19539 __mpn_addmul_1 for PowerPC64.
19540 * sysdeps/powerpc/powerpc64/submul_1.S: New file: optimized
19541 __mpn_submul_1 for PowerPC64.
19542 * sysdeps/powerpc/powerpc64/lshift.S: New file: optimized __mpn_lshift
19543 for PowerPC64.
19544 * sysdeps/powerpc/powerpc64/mul_1.S: New file: optimized __mpn_mul_1
19545 for PowerPC64.
19546
4b5b548c
FS
195472013-12-06 Fernando J. V. da Silva <fernandojvdasilva@gmail.com>
19548
19549 [BZ #15089]
19550 * malloc/malloc.c: Exit systrim() if pad is bigger than heap top size.
19551
0a3ac0aa
AZ
195522013-12-06 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
19553
19554 * NEWS: Mention ppc32/power4+ STT_GNU_IFUNC support.
19555
ccdc8438
AZ
19556 * sysdeps/powerpc/powerpc32/power5+/fpu/multiarch/Implies: New file:
19557 add multiarch folders.
19558 * sysdeps/powerpc/powerpc32/power5+/multiarch/Implies: Likewise.
19559 * sysdeps/powerpc/powerpc32/power5/fpu/multiarch/Implies: Likewise.
19560 * sysdeps/powerpc/powerpc32/power5/multiarch/Implies: Likewise.
19561 * sysdeps/powerpc/powerpc32/power6/fpu/multiarch/Implies: Likewise.
19562 * sysdeps/powerpc/powerpc32/power6/multiarch/Implies: Likewise.
19563 * sysdeps/powerpc/powerpc32/power6x/fpu/multiarch/Implies: Likewise.
19564 * sysdeps/powerpc/powerpc32/power6x/multiarch/Implies: Likewise.
19565 * sysdeps/powerpc/powerpc32/power7/fpu/multiarch/Implies: Likewise.
19566 * sysdeps/powerpc/powerpc32/power7/multiarch/Implies: Likewise.
19567 * sysdeps/powerpc/powerpc32/power8/fpu/multiarch/Implies: Likewise.
19568 * sysdeps/powerpc/powerpc32/power8/multiarch/Implies: Likewise.
19569 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/Implies: Remove.
19570 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: Remove.
19571 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: Remove.
19572 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: Remove.
19573 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: Remove.
19574 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Remove.
19575
2e973d99
AZ
19576 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
19577 __ieee754_hypot and __ieee754_hypotf multiarch implementations.
19578 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-power7.c:
19579 New file.
19580 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-ppc32.c:
19581 New file.
19582 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot.c: New file:
19583 multiarch __ieee754_hypot for PowerPC32.
19584 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-power7.c:
19585 New file.
19586 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-ppc32.c:
19587 New file.
19588 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf.c: New file:
19589 multiarch __ieee754_hypotf for PowerPC32.
19590
2d9470b2
AZ
19591 * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Define
19592 long_double_symbol only if __logbl is defined.
19593 * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Moved to ...
19594 * sysdeps/powerpc/power7/fpu/s_logb.c: ... here.
19595 * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: Move to ...
19596 * sysdeps/powerpc/power7/fpu/s_logbf.c: ... here.
19597 * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: Move to ...
19598 * sysdeps/powerpc/power7/fpu/s_logbl.c: ... here.
19599 * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: Adjust to use new
19600 path for implementation.
19601 * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: Likewise.
19602 * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: Likewise.
19603 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add logbf,
19604 logb, and logbl multiarch implementations for PowerPC32.
19605 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-power7.c: New
19606 file.
19607 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-ppc32.c: New
19608 file.
19609 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb.c: New file:
19610 multiarch logb for PowerPC32.
19611 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-power7.c: New
19612 file.
19613 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-ppc32.c: New
19614 file.
19615 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf.c: New file:
19616 multiarch logbf for PowerPC32.
19617 * sysdeps/powerpc/power4/fpu/multiarch/s_logbl-power7.c: New file.
19618 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl-ppc32.c: New
19619 file.
19620 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl.c: New file:
19621 multiarch logbl implementation for PowerPC32.
19622
5212ffce
AZ
19623 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add modf
19624 and modff multiarch implementations.
19625 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-power5+.c:
19626 New file.
19627 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-ppc32.c:
19628 New file.
19629 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c: New file:
19630 multiarch modf for PowerPC32.
19631 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-power5+.c:
19632 New file.
19633 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-ppc32.c:
19634 New file.
19635 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff.c: New file:
19636 multiarch modff for PowerPC32.
19637
79dccf31
AZ
19638 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lrint
19639 and lrintf multiarch implementations.
19640 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-power6x.S:
19641 New file.
19642 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-ppc32.S:
19643 New file.
19644 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint.c: New file:
19645 multiarch lrint for PowerPC32.
19646 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrintf.c: New
19647 file: multiarch lrintf for PowerPC32.
19648
deb66480
AZ
19649 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lround
19650 and lroundf multiarch implementations.
19651 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power5+.S:
19652 New file.
19653 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power6.S:
19654 New file.
19655 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-ppc32.S:
19656 New file.
19657 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround.c: New file:
19658 multiarch lround for PowerPC32.
19659 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lroundf.c: New
19660 file: multiarch lroundf for PowerPC32.
19661
264b036b
AZ
19662 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
19663 copysign and copysignf multiarch implementations.
19664 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-power6.S:
19665 New file.
19666 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-ppc32.S:
19667 New file.
19668 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c: New
19669 file: multiarch copysign for PowerPC32.
19670 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysignf.c: New
19671 file: multiarch copysignf for PowerPC32.
19672
d47db6c9
AZ
19673 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add trunc
19674 and truncf multiarch implementations.
19675 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-power5+.S:
19676 New file.
19677 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-ppc32.S: New
19678 file.
19679 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc.c: New file:
19680 multiarch trunc for PowerPC32.
19681 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-power5+.S:
19682 New file.
19683 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-ppc32.S:
19684 New file.
19685 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf.c: New file:
19686 multiarch truncf for PowerPC32.
19687
ddb60b5a
AZ
19688 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add round
19689 and roundf multiarch implementations.
19690 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-power5+.S:
19691 New file.
19692 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-ppc32.S: New
19693 file.
19694 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round.c: New file:
19695 multiarch round for PowerPC32.
19696 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-power5+.S:
19697 New file.
19698 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-ppc32.S:
19699 New file.
19700 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf.c: New file:
19701 multiarch roundf for PowerPC32.
19702
bedcf49b
AZ
19703 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add floor
19704 and floorf multiarch implementations.
19705 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-power5+.S:
19706 New file.
19707 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-ppc32.S: New
19708 file.
19709 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor.c: New file:
19710 multiarch floor for PowerPC32.
19711 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-power5+.S:
19712 New file.
19713 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-ppc32.S:
19714 New file.
19715 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf.c: New file:
19716 multiarch floorf for PowerPC32.
19717
35ae5b40
AZ
19718 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add ceil
19719 and ceilf multiarch implementations.
19720 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-power5+.S:
19721 New file.
19722 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-ppc32.S: New
19723 file.
19724 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil.c: New file:
19725 multiarch ceil for PowerPC32.
19726 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-power5+.S:
19727 New file.
19728 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-ppc32.S: New
19729 file.
19730 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf.c: New file:
19731 multiarch ceilf for PowerPC32.
19732
ae1a4cd9
AZ
19733 * sysdeps/ieee754/dbl-64/s_finite.c (__finite): Redefine it if FINITE
19734 is defined.
19735 * sysdeps/ieee754/flt-32/s_finitef.c (__finitef): Redefine it if
19736 FINITEF is defined.
19737 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add finite
19738 and finitef multiarch implementations.
19739 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-power7.S:
19740 New file.
19741 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-ppc32.c: New
19742 file.
19743 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c: New file:
19744 multiarch finite for PowerPC32.
19745 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef-ppc32.c:
19746 New file.
19747 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef.c: New
19748 file: multiarch finitef for PowerPC32.
19749
64fffd65
AZ
19750 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isinf
19751 and isinff multiarch implementations.
19752 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-power7.S: New
19753 file.
19754 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-ppc32.c: New
19755 file.
19756 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c: New file:
19757 multiarch isinf for PowerPC32.
19758 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff-ppc32.c:
19759 New file.
19760 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff.c: New file:
19761 multiarch isinff for PowerPC32.
19762
8e4e7ba2
AZ
19763 * sysdeps/powerpc/powerpc32/fpu/s_isnan.S (__isnan): Only implement
19764 alias when __isnan is defined.
19765 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isnan
19766 and isnanf multiarch implementations.
19767 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power5.S: New
19768 file.
19769 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power6.S: New
19770 file.
19771 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power7.S: New
19772 file.
19773 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-ppc32.S: New
19774 file.
19775 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c: New file:
19776 multiarch isnan for PowerPC32.
19777 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power6.S:
19778 New file.
19779 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power7.S:
19780 New file.
19781 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf.c: New file:
19782 multiarch isnanf for PowerPC32.
19783
ddba588e
AZ
19784 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add sqrt
19785 and sqrtf multiarch implementations.
19786 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-power5.S: New
19787 file.
19788 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-ppc32.S: New
19789 file.
19790 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt.c: New file:
19791 multiarch sqrt for PowerPC32.
19792 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-power5.S: New
19793 file.
19794 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-ppc32.S: New
19795 file.
19796 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf.c: New file:
19797 multiarch sqrtf for PowerPC32.
19798
0f96a2f0
AZ
19799 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add llround
19800 and llroundf multiarch implementations.
19801 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power5+.S:
19802 New file.
19803 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power6.S:
19804 New file.
19805 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-ppc32.S:
19806 New file.
19807 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround.c: New
19808 file: multiarch llround for PowerPC32.
19809 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llroundf.c: New
19810 file: multiarch llroundf for PowerPC32.
19811
c9b5d79e
AZ
19812 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: New file:
19813 multiarch PowerPC32 fpu implementations.
19814 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-power6.S:
19815 New file.
19816 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-ppc32.S:
19817 New file.
19818 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint.c: New file:
19819 multiarch llrint for PowerPC32.
19820 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-power6.S:
19821 New file.
19822 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-ppc32.S:
19823 New file.
19824 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf.c: New
19825 file.
19826
9cbb3aab
AZ
19827 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/Implies: Remove.
19828
ea5a72f8
AZ
19829 * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power6.c: New
19830 file.
19831 * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power7.c: New
19832 file.
19833 * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-ppc32.c: New
19834 file.
19835 * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: New file:
19836 multiarch wordcopy for PPC32.
19837 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
19838 wordcopy objects.
19839 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
19840 (__libc_ifunc_impl_list): Likewise.
19841 * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Move ...
19842 * sysdeps/powerpc/power4/wordcopy.c: ... to here.
19843 * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Move ...
19844 * sysdeps/powerpc/power6/wordcopy.c: ... to here.
19845 * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Remove uneeded file.
19846 * sysdeps/powerpc/powerpc64/power4/wordcopy.c: Likewise.
19847
93be09e7
AZ
19848 * wcsmbs/wcscpy.c (wcscpy): Using macro to redefine symbol name
19849 * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power6.c: New
19850 file.
19851 * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power7.c: New
19852 file.
19853 * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: New
19854 file.
19855 * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: New file:
19856 multiarch wcscpy for PPC32.
19857 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
19858 multiarch objects.
19859 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
19860 (__libc_ifunc_impl_list): Likewise.
19861 * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
19862 * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
19863 * sysdeps/powerpc/powerpc64/power6/wcscpy.c: Adjust to use
19864 sysdeps/powerpc/power6/wcscpy.c.
19865
bb04e529
AZ
19866 * wcsmbs/wcsrchr.c (wcsrchr): Using macro to redefine symbol name
19867 * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power6.c: New
19868 file.
19869 * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power7.c: New
19870 file.
19871 * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: New
19872 file.
19873 * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: New file:
19874 multiarch wcsrchr for PPC32.
19875 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
19876 multiarch objects.
19877 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
19878 (__libc_ifunc_impl_list): Likewise.
19879 * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
19880 * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
19881 * sysdeps/powerpc/powerpc64/power6/wcsrchr.c: Adjust to use
19882 sysdeps/powerpc/power6/wcsrchr.c.
19883
05b5cd1c
AZ
19884 * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power6.c: New
19885 file.
19886 * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power7.c: New
19887 file.
19888 * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: New file.
19889 * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: New file:
19890 multiarch wcschr for PPc32.
19891 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
19892 multiarch objects.
19893 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
19894 (__libc_ifunc_impl_list): Likewise.
19895 * sysdeps/powerpc/powerpc32/power6/wcschr.c: Move ...
19896 * sysdeps/powerpc/power6/wcschr.c: ... to here.
19897 * sysdeps/powerpc/powerpc64/power6/wcschr.c: Adjust to use
19898 sysdeps/powerpc/power6/wcschr.c.
19899
ba964147
AZ
19900 * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strchr.S: New file.
19901 * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-power7.S: New
19902 file.
19903 * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-ppc32.S: New file.
19904 * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/strchr.c: New
19905 file: multiarch strchr for PPC32.
19906 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchr
19907 multiarch objects.
19908 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
19909 (__libc_ifunc_impl_list): Likewise.
19910
31c81aaa
AZ
19911 * string/strchrnul.c (__strchrnul): Using macro to redefine symbol
19912 name.
19913 * sysdeps/powerpc/powerpc32/power4//multiarch/strchrnul-power7.S: New
19914 file.
19915 * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul-ppc32.c: New
19916 file.
19917 * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: New file:
19918 multiarch strchrnul for PPC32.
19919 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchrnul
19920 multiarch objects.
19921 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
19922 (__libc_ifunc_impl_list): Likewise.
19923
0d0607d9
AZ
19924 * sysdeps/powerpc/powerpc32/power4/multiarch/strncase-power7.c: New
19925 file.
19926 * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: New file:
19927 multiarch strncasecmp for PPC32.
19928 * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l-power7.c: New
19929 file.
19930 * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: New file:
19931 multiarch strncasecmp_l for PPC32.
19932 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added
19933 strncasecmp multiarch objects.
19934 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
19935 (__libc_ifunc_impl_list): Likewise.
19936
4dfd5c86
AZ
19937 * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S: New
19938 file.
19939 * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: New file:
19940 multiarch strncasecmp for PPC32.
19941 * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
19942 New file.
19943 * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: New file:
19944 multiarch strcasecmp_l for PPC32.
19945 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strcasecmp
19946 multiarch objects.
19947 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
19948 (__libc_ifunc_impl_list): Likewise.
19949
a19e01a3
AZ
19950 * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-power7.S: New
19951 file.
19952 * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: New
19953 file.
19954 * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: New file:
19955 multiarch strncmp for PPC32.
19956 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strncmp
19957 multiarch objects.
19958 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
19959 (__libc_ifunc_impl_list): Likewise.
19960
ae9cf7a2
AZ
19961 * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strnlen.c: New file.
19962 * sysdeps/powerpc/powerpc32//power4/multiarch/strnlen-power7.S: New
19963 file.
19964 * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen-ppc32.c: New file.
19965 * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: New file.
19966 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strnlen
19967 multiarch objects.
19968 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
19969 (__libc_ifunc_impl_list): Likewise.
19970
3148bb7d
AZ
19971 * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-power7.S: New
19972 file.
19973 * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: New
19974 file.
19975 * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: New file.
19976 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strlen
19977 multiarch objects.
19978 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
19979 (__libc_ifunc_impl_list): Likewise.
19980
7af8b946
AZ
19981 * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-power7.S: New
19982 file.
19983 * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-ppc32.c: New
19984 file.
19985 * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: New file:
19986 multiarch rawmemchr for PPC32.
19987 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added rawmemchr
19988 multiarch objects.
19989 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
19990 (__libc_ifunc_impl_list): Likewise.
19991
03a6aa6a
AZ
19992 * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-power7.S: New
19993 file.
19994 * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: New
19995 file.
19996 * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: New
19997 file: memrchr multiarch for PPC32.
19998 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added memrchr
19999 multiarch objects.
20000 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
20001 (__libc_ifunc_impl_list): Likewise.
20002
1c62e6d9
AZ
20003 * string/memchr.c (__memchr): Using macro to redefine symbol name.
20004 * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-power7.S: New
20005 file.
20006 * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c: New File.
20007 * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: New file:
20008 multiarch memchr for PPC32.
20009 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memchr
20010 multiarch objects.
20011 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
20012 (__libc_ifunc_impl_list): Likewise.
20013
87da8bdb
AZ
20014 * string/mempcpy.c (__mempcpy): Using macro to redefine symbol name.
20015 * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-power7.S: New
20016 file.
20017 * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-ppc32.c: New
20018 file.
20019 * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: New
20020 file: multiarch mempcpy for PPC32.
20021 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add mempcpy
20022 multiarch objects.
20023 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
20024 (__libc_ifunc_impl_list): Likewise.
20025
20ed4714
AZ
20026 * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power6.S: New file.
20027 * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power7.S: New file.
20028 * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S: New file.
20029 * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: New file:
20030 multiarch bzero for PPC32.
20031 * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power6.S: New
20032 file.
20033 * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power7.S: New
20034 file.
20035 * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: New file.
20036 * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/memset.c: New
20037 file: multiarch memset for PPC32.
20038 * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memset.S: New file.
20039 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add bzero and
20040 memset multiarch objects.
20041 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
20042 (__libc_ifunc_impl_list): Likewise.
20043
ab3e3a46
AZ
20044 * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-power7.S: New
20045 file.
20046 * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: New file.
20047 * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: multiarch
20048 memcmp for PPC32.
20049 * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memcmp.S: New file.
20050 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcmp
20051 multiarch objects.
20052 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
20053 (__libc_ifunc_impl_list): Likewise.
20054
930de6f0
AZ
20055 * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-a2.S: New file.
20056 * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-cell.S: New file.
20057 * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power6.S: New
20058 file.
20059 * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power7.S: New
20060 file.
20061 * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: New
20062 file.
20063 * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: New file:
20064 multiarch memcpy for PPC32.
20065 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcpy
20066 multiarch objects.
20067 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
20068 (__libc_ifunc_impl_list): Likewise.
20069
4c628e00
AZ
20070 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: New file to
20071 support multiarch for POWER/PPC32.
20072 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c:
20073 Likewise.
20074 * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
20075 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: Remove
20076 Implies file to make multiarch folder appers before the fpu and
20077 default folder for power4 configuration.
20078
f4479220
SP
200792013-12-06 Siddhesh Poyarekar <siddhesh@redhat.com>
20080
20081 * scripts/bench.pl: Append volatile keyword to type.
20082
8517800f
KK
200832013-12-05 Kaz Kojima <kkojima@rr.iij4u.or.jp>
20084
20085 * sysdeps/sh/sotruss-lib.c: New file.
20086 * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: New file.
20087
180138f1
AZ
200882013-12-05 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
20089
20090 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
20091
bbf37bdc
JM
200922013-12-05 Joseph Myers <joseph@codesourcery.com>
20093
e47cc4e0
JM
20094 [BZ #6810]
20095 * math/w_tgamma.c: Include <errno.h>.
20096 (__tgamma): Use __glibc_unlikely. Set errno on underflow to 0.
20097 * math/w_tgammaf.c: Include <errno.h>.
20098 (__tgammaf): Use __glibc_unlikely. Set errno on underflow to 0.
20099 * math/w_tgammal.c: Include <errno.h>.
20100 (__tgammal): Use __glibc_unlikely. Set errno on underflow to 0.
20101 * math/auto-libm-test-in: Do not allow missing errno on tgamma
20102 underflow. Add more tgamma tests.
20103 * math/auto-libm-test-out: Regenerated.
20104 * sysdeps/i386/fpu/libm-test-ulps: Update.
20105 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20106
bbf37bdc
JM
20107 * math/auto-libm-test-in: Add tests of log, log10, log1p, log2,
20108 sin, sinh, tan, tanh, tgamma, y0 and y1.
20109 * math/auto-libm-test-out: Regenerated.
20110 * math/libm-test.inc (TEST_COND_x86_64): New macro.
20111 (TEST_COND_x86): Likewise.
20112 (M_E2l): Remove macro.
20113 (M_E3l): Likewise.
20114 (M_2_SQRT_PIl): Likewise.
20115 (M_SQRT_PIl): Likewise.
20116 (M_1_DIV_El): Likewise.
20117 (log_test_data): Use AUTO_TESTS_f_f.
20118 (log10_test_data): Likewise.
20119 (log1p_test_data): Likewise.
20120 (log2_test_data): Likewise.
20121 (sin_test_data): Likewise.
20122 (sin_tonearest_test_data): Likewise.
20123 (sin_towardzero_test_data): Likewise.
20124 (sin_downward_test_data): Likewise.
20125 (sin_upward_test_data): Likewise.
20126 (sinh_test_data): Likewise.
20127 (sinh_tonearest_test_data): Likewise.
20128 (sinh_towardzero_test_data): Likewise.
20129 (sinh_downward_test_data): Likewise.
20130 (sinh_upward_test_data): Likewise.
20131 (tan_test_data): Likewise.
20132 (tan_tonearest_test_data): Likewise.
20133 (tan_towardzero_test_data): Likewise.
20134 (tan_downward_test_data): Likewise.
20135 (tan_upward_test_data): Likewise.
20136 (tanh_test_data): Likewise.
20137 (tgamma_test_data): Likewise.
20138 (y0_test_data): Likewise.
20139 (y1_test_data): Likewise.
20140 * math/gen-auto-libm-tests.c (special_fill_pi_4): New function.
20141 (special_real_inputs): Add pi/4.
20142 * sysdeps/i386/fpu/libm-test-ulps: Update.
20143 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20144
eb5ad6b9
AZ
201452013-12-05 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
20146
20147 * sysdeps/powerpc/powerpc32/__longjmp-common.S: Add "longjmp" and
20148 "longjmp_target" static probes.
20149 (__longjmp): Rename to __longjmp_symbol.
20150 * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
20151 * sysdeps/powerpc/powerpc32/__longjmp.S: Define __longjmp_symbol based
20152 on which longjmp to generate.
20153 * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
20154 * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Add "setjmp" static
20155 probe.
20156 (__sigsetjmp): Rename to __sigsetjmp_symbol.
20157 (__sigjmp_save): Rename to __sigjmp_save_symbol.
20158 * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
20159 * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Define __sigsetjmp_symbol
20160 and __sigjmp_save_symbol based on which sigsetjmp to generated.
20161 * sysdeps/powerpc/powerpc32/setjmp.S: Likewise
20162 * sysdeps/unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Define
20163 __longjmp_symbol based on which __longjmp to generate.
20164 * sysdeps/powerpc/powerpc64/setjmp-common.S: Add "setjmp" static
20165 probe.
20166 (setjmp): Rename to setjmp_symbol.
20167 (__sigsetjmp): Rename to __sigsetjmp_symbol.
20168 (_setjmp): Rename to _setjmp_symbol.
20169 (__sigsetjmp): Rename to __sigsetjmp_symbol.
20170 * sysdeps/powerpc/powerpc64/setjmp.S: Define setjmp_symbol,
20171 _setjmp_symbol, __sigsetjmp_symbol, and __sigjmp_save_symbol based on
20172 which setjmp to generate.
20173 * sysdeps/powerpc/powerpc64/__longjmp-common.S: Add "longjmp" and
20174 "longjmp_target" static probes.
20175
d136c6dc
SP
201762013-12-05 Siddhesh Poyarekar <siddhesh@redhat.com>
20177
9298ecba
SP
20178 * benchtests/README: Add note about output arguments.
20179 * benchtests/bench-sincos.c: Remove file.
20180 * benchtests/sincos-inputs: New file.
20181 * scripts/bench.pl: Identify output arguments and define
20182 static variables for them.
20183
232983e9
SP
20184 * debug/stpncpy_chk.c (__stpncpy_chk): Remove unused variables.
20185
d136c6dc
SP
20186 [BZ #15941]
20187 * Makefile (INSTALL): Add install-plain.texi as the primary
20188 dependency.
20189 * manual/install-plain.texi: New file.
20190 * manual/install.texi: Include node directive only for
20191 non-plaintext output.
20192
699ff837
JM
201932013-12-04 Joseph Myers <joseph@codesourcery.com>
20194
ab07cea8
JM
20195 * stdlib/longlong.h: Update from GCC.
20196
699ff837
JM
20197 [BZ #6807]
20198 [BZ #15901]
20199 * math/w_j0.c (y0): Raise FE_DIVBYZERO on zero argument.
20200 * math/w_j0f.c (y0f): Likewise.
20201 * math/w_j0l.c (__y0l): Likewise.
20202 * math/w_j1.c (y1): Likewise.
20203 * math/w_j1f.c (y1f): Likewise.
20204 * math/w_j1l.c (__y1l): Likewise
20205 * math/w_jn.c (yn): Likewise.
20206 * math/w_jnf.c (ynf): Likewise.
20207 * sysdeps/ieee754/k_standard.c (__kernel_standard): Use ERANGE for
20208 Bessel function pole errors in _POSIX_ mode. Use NAN as return
20209 value for Bessel function domain errors outside _SVID_ mode.
20210 Adjust sign of return value for yn (negative integer, 0).
20211 * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Use division
20212 by zero in return for negative x and set sign appropriately for
20213 negative n.
20214 * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Likewise.
20215 * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
20216 * math/libm-test.inc (y0_test_data): Add more tests and adjust
20217 expectations in error cases.
20218 (y1_test_data): Likewise.
20219 (yn_test_data): Likewise.
20220 * sysdeps/i386/fpu/libm-test-ulps: Update.
20221 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20222
5b118558
UW
202232013-11-12 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
20224
20225 * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-variants): Rename
20226 "64" to "64-v1". Add "64-v2".
20227 (abi-64-options): Rename to ...
20228 (abi-64-v1-options): ... this. Redefine _CALL_ELF.
20229 (abi-64-condition): Rename to ...
20230 (abi-64-v1-condition): ... this. Add _CALL_ELF check.,
20231 (abi-64-ld-soname): Rename to ...
20232 (abi-64-v1-ld-soname): ... this.
20233 (abi-64-v2-options): Define.
20234 (abi-64-v2-condition): Likewise.
20235 (abi-64-v2-ld-soname): Likewise.
20236 * sysdeps/unix/sysv/linux/powerpc/ldconfig.h
20237 (SYSDEP_KNOWN_INTERPRETER_NAMES): Add "/lib64/ld64.so.2".
20238 * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: Delete file.
20239 * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: New file.
20240 * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Generate.
20241
61cd8fe4
UW
202422013-11-12 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
20243 Alan Modra <amodra@gmail.com>
20244
20245 * sysdeps/powerpc/bits/link.h (La_ppc64v2_regs, La_ppc64v2_retval):
20246 New versions for use with the ELFv2 ABI.
20247 (la_ppc64v2_gnu_pltenter, la_ppc64v2_gnu_pltexit): Add prototypes.
20248 * sysdeps/powerpc/lsdodefs.h (struct La_ppc64v2_regs): Add forward
20249 declaration.
20250 (struct La_ppc64v2_retval): Likewise.
20251 (ARCH_PLTENTER_MEMBERS): Add ppc64v2_gnu_pltenter.
20252 (ARCH_PLTEXIT_MEMBERS): Add ppc64v2_gnu_pltexit.
20253 * sysdeps/powerpc/powerpc64/dl-machine.h (ARCH_LA_PLTENTER): Define
20254 to ppc64v2_gnu_pltenter if _CALL_ELF == 2.
20255 (ARCH_LA_PLTEXIT): Define to ppc64v2_gnu_pltexit if _CALL_ELF == 2.
20256 * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
20257 Do not save or restore CR.
20258 (FRAME_SIZE, VR_RTN): Provide updated values for _CALL_ELF == 2.
20259 (_dl_profile_resolve): Do no save or restore CR. Support extended
20260 return values for ELFv2 ABI. Fix location of FPR return registers.
20261 * sysdeps/powerpc/powerpc64/tst-audit.h (pltenter, pltexit): Provide
20262 updated values for _CALL_ELF == 2.
20263 (La_regs, La_retval, int_retval): Likewise.
20264
8b8a692c
UW
202652013-12-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
20266
20267 * sysdeps/powerpc/powerpc64/sysdep.h (FRAME_MIN_SIZE): Define.
20268 (FRAME_MIN_SIZE_PARM): Likewise.
20269 (FRAME_BACKCHAIN): Likewise.
20270 (FRAME_CR_SAVE): Likewise.
20271 (FRAME_LR_SAVE): Likewise.
20272 (FRAME_TOC_SAVE): Likewise.
20273 (FRAME_PARM_SAVE): Likewise.
20274 (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE,
20275 FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE,
20276 FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
20277 (call_mcount_parm_offset): New macro.
20278 (SAVE_ARG, REST_ARG, CFI_SAVE_ARG): Use it.
20279 (PROF): Use symbolic stack frame offsets.
20280 (TAIL_CALL_SYSCALL_ERROR): Likewise.
20281 * sysdeps/powerpc/powerpc64/dl-trampoline.S (FRAME_SIZE, INT_PARMS):
20282 Redefine in terms of FRAME_MIN_SIZE.
20283 (_dl_runtime_resolve): Use symbolic stack frame offsets.
20284 (_dl_profile_resolve): Likewise. Update comment.
20285 * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Use
20286 symbols stack frame offsets.
20287 (__sigsetjmp): Likewise.
20288 * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp): Likewise.
20289 * sysdeps/powerpc/powerpc64/ppc-mcount.S (_mcount): Likewise.
20290 * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Likewise.
20291 * sysdeps/powerpc/powerpc64/crtn.S (_init, _fini): Likewise.
20292
20293 * sysdeps/unix/sysv/linux/powerpc/powerpc64/ucontext_i.sym
20294 (FRAME_BACKCHAIN): Remove.
20295 (FRAME_CR_SAVE): Likewise.
20296 (FRAME_LR_SAVE): Likewise.
20297 (FRAME_COMPILER_DW): Likewise.
20298 (FRAME_LINKER_DW): Likewise.
20299 (FRAME_TOC_SAVE): Likewise.
20300 (FRAME_PARM_SAVE): Likewise.
57f41c40
AS
20301 (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE)
20302 (FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE)
20303 (FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
8b8a692c
UW
20304 * sysdeps/unix/sysv/linux/powerpc/powerpc64/____longjmp_chk.S
20305 (CHECK_SP): Use symbolic stack frame offsets.
20306 * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Use "red
20307 zone" instead of caller's parameter save area for temp storage.
20308 * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
20309 Likewise. Also, use symbolic stack frame offsets.
20310 * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (FRAMESIZE,
20311 stackblock): Redefine for _CALL_ELF == 2 to save parameters into
20312 our own stack frame instead of the caller's.
20313 (__socket): Use symbolic stack frame offsets.
20314
122b66de
UW
203152013-12-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
20316 Alan Modra <amodra@gmail.com>
20317
20318 * elf/elf.h (DT_PPC64_OPT, PPC64_OPT_TLS, PPC64_OPT_MULTI_TOC):
20319 Define.
57f41c40
AS
20320 (STO_PPC64_LOCAL_BIT, STO_PPC64_LOCAL_MASK)
20321 (PPC64_LOCAL_ENTRY_OFFSET): Define.
122b66de
UW
20322 * sysdeps/powerpc/powerpc64/dl-machine.h (ppc64_local_entry_offset):
20323 New function.
20324 (elf_machine_fixup_plt): Call it.
20325 (elf_machine_plt_conflict): Likewise. Add map, sym_map, and
20326 reloc arguments.
20327 (elf_machine_rela): Update call to elf_machine_plt_conflict.
57f41c40
AS
20328 * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
20329 (_dl_profile_resolve) [_CALL_ELF == 2]: Restore caller's TOC into
122b66de
UW
20330 r2 before calling target.
20331
696caf1d
UW
203322013-12-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
20333 Alan Modra <amodra@gmail.com>
20334
20335 * sysdeps/powerpc/powerpc64/sysdep.h [_CALL_ELF == 2]
20336 (PPC64_LOAD_FUNCPTR, DOT_LABEL, BODY_LABEL, ENTRY_2, END_2): New
20337 versions of macros to support ELFv2 ABI.
20338 (LOCALENTRY): New macro.
20339 (ENTRY, EALIGN): Use it.
20340 * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use LOCALENTRY.
20341 * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Do not
20342 fall through into ENTRY entry point.
20343 * libc/sysdeps/powerpc/powerpc64/dl-machine.h (Elf64_FuncDesc):
20344 Only define if _CALL_ELF != 2.
20345
20346 (elf_machine_matches_host): Verify ABI version matches.
20347 (RTLD_START): Use LOCALENTRY.
20348 (elf_machine_type_class): Use SHN_UNDEF PLT handling for ELFv2 ABI.
20349 (PLT_INITIAL_ENTRY_WORDS): New version for _CALL_ELF != 2.
20350 (PLT_ENTRY_WORDS): New macro.
20351 (GLINK_INITIAL_ENTRY_WORDS, GLINK_ENTRY_WORDS): Likewise.
20352 (elf_machine_runtime_setup): Support ELFv2 ABI.
20353 (elf_machine_fixup_plt): Likewise.
20354 (elf_machine_plt_conflict): Likewise.
20355 (resolve_ifunc): Likewise.
20356 * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
20357 * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
20358 Likewise.
20359 * sysdeps/unix/sysv/linux/powerpc/powerpc64/ldsodefs.h
20360 (DL_ADDR_SYM_MATCH): Only define if _CALL_ELF != 2.
20361 * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
20362 (makecontext): Support ELFv2 ABI.
20363 * elf/elf.h (EF_PPC64_ABI): Define.
20364
d31beafa
UW
203652013-12-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
20366
57f41c40
AS
20367 * sysdeps/powerpc/powerpc64/sysdep.h
20368 (PPC64_LOAD_FUNCPTR) [ASSEMBLER]: New assembler macro.
20369 (ENTRY_1) [ASSEMBLER]: Do not switch to .text section here ...
20370 (ENTRY) [ASSEMBLER]: ... but instead here ...
20371 (EALIGN) [ASSEMBLER]: ... and here.
20372 (PPC64_LOAD_FUNCPTR) [!ASSEMBLER]: New macro.
20373 (ENTRY_1) [!ASSEMBLER]: New macro; set up .opd entry.
20374 (ENTRY_2) [!ASSEMBLER]: Use it.
d31beafa
UW
20375 * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Update for
20376 ENTRY_2 changes. Use PPC64_LOAD_FUNCPTR.
57f41c40
AS
20377 * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
20378 (_dl_profile_resolve): Use PPC64_LOAD_FUNCPTR.
d31beafa
UW
20379 * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use ENTRY_2.
20380 * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (clone):
20381 Use PPC64_LOAD_FUNCPTR.
20382
b525166b
UW
20383 * sysdeps/powerpc/tls.h (tcbhead_t): Add __private_ss field.
20384
7ec07d9a
AM
203852013-12-04 Alan Modra <amodra@gmail.com>
20386
20387 * elf/elf.h (R_PPC64_TLSGD, R_PPC64_TLSLD, R_PPC64_TOCSAVE): Define.
20388 (R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA): Likewise.
20389 (R_PPC64_TPREL16_HIGH, R_PPC64_TPREL16_HIGHA): Likewise.
20390 (R_PPC64_DTPREL16_HIGH, R_PPC64_DTPREL16_HIGHA): Likewise.
20391
20392 * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Add
20393 overflow checking for R_PPC64_ADDR16_HI, R_PPC64_ADDR16_HA,
20394 R_PPC64_TPREL16_HI, and R_PPC64_TPREL16_HA.
20395 Support new R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA,
20396 R_PPC64_TPREL16_HIGH, and R_PPC64_TPREL16_HIGHA relocations.
20397 Fix overflow checking for R_PPC64_ADDR30 and R_PPC64_ADDR32.
20398
5162e7dd
UW
203992013-12-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
20400
20401 * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
20402 (__makecontext): Fix incorrect CFI when backtracing out of
20403 context created via makecontext.
20404 * sysdeps/unix/sysv/linux/powerpc/powerpc64/secontext.S
20405 (__setcontext): Fix incorrect CFI during switch to new context.
20406 (__novec_setcontext): Likewise.
20407
19e3372b
OB
204082013-12-04 Ondřej Bílka <neleai@seznam.cz>
20409
20410 [BZ #4772]
20411 * time/strptime_l.c (__strptime_internal): Allow modifiers
20412 in strptime.
20413 * time/tst-strptime.c (day_tests): Add testcase.
20414
ecaf142d
SP
204152013-12-04 Siddhesh Poyarekar <siddhesh@redhat.com>
20416
20417 * scripts/bench.pl: Skip over blank lines.
20418
fbf964ae
PE
204192013-12-04 Paul Eggert <eggert@cs.ucla.edu>
20420
20421 [BZ #926]
20422 * manual/time.texi (Calendar Time): Clarify what timezone functions
20423 use.
20424
fa60a674
AZ
204252013-12-04 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
20426
20427 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
20428
d674f0ef
OB
204292013-12-04 Ondřej Bílka <neleai@seznam.cz>
20430
20431 * debug/memcpy_chk.c (__memcpy_chk): Use call instead of custom
20432 implementation.
20433 * debug/memmove_chk.c (MEMMOVE_CHK): Likewise.
20434 * debug/mempcpy_chk.c (__mempcpy_chk): Likewise.
20435 * debug/memset_chk.c (__memset_chk): Likewise.
20436 * debug/stpncpy_chk.c (__stpncpy_chk): Likewise.
20437 * debug/strncpy_chk.c: Likewise.
20438
17dea188
JM
204392013-12-03 Joseph Myers <joseph@codesourcery.com>
20440
749008ff
JM
20441 [BZ #15268]
20442 [BZ #15425]
20443 * sysdeps/ieee754/dbl-64/e_exp.c: Include <float.h>.
20444 (__ieee754_exp): For possibly underflowing results, check size of
20445 result and force underflow exception if required.
20446 * math/auto-libm-test-in: Add more tests of exp.
20447 * math/auto-libm-test-out: Regenerated.
20448 * sysdeps/i386/fpu/libm-test-ulps: Update.
20449 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20450
17dea188
JM
20451 [BZ #16283]
20452 * math/w_exp2.c (__exp2): Handle a zero result as underflow.
20453 * math/w_exp2f.c (__exp2f): Likewise.
20454 * math/w_exp2l.c (__exp2l): Likewise.
20455 * math/auto-libm-test-in: Do not allow missing errno on exp2
20456 underflow.
20457 * math/auto-libm-test-out: Regenerated.
20458
b20de2c3
OB
204592013-12-03 Ondřej Bílka <neleai@seznam.cz>
20460
20461 [BZ #16274]
20462 * sysdeps/unix/sysv/linux/shm_open.c (shm_open): Correctly
20463 handle filename validation.
20464 * rt/tst-shm.c (do_test): Do not skip a test when shm_open fails.
20465 (do_open): Delete.
20466
d8e2dbe3
JM
204672013-12-03 Joseph Myers <joseph@codesourcery.com>
20468
34e16df5
JM
20469 [BZ #6786]
20470 * sysdeps/ieee754/dbl-64/s_erf.c: Include <errno.h> and <float.h>.
20471 (__erfc): Set errno to ERANGE when returning 0 or tiny * tiny.
20472 * sysdeps/ieee754/flt-32/s_erff.c: Include <errno.h> and
20473 <float.h>.
20474 (__erfcf): Set errno to ERANGE when returning 0 or tiny * tiny.
20475 * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <errno.h>.
20476 (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
20477 * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <errno.h>.
20478 (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
20479 * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <errno.h>.
20480 (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
20481 * math/auto-libm-test-in: Don't allow missing errno from erfc.
20482 Add more erfc tests.
20483 * math/auto-libm-test-out: Regenerated.
20484 * sysdeps/i386/fpu/libm-test-ulps: Update.
20485 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20486
d8e2dbe3
JM
20487 * math/auto-libm-test-in: Add tests of erf, erfc, exp, exp10,
20488 exp2, expm1, j0 and j1.
20489 * math/auto-libm-test-out: Regenerated.
20490 * math/libm-test.inc (erf_test_data): Use AUTO_TESTS_f_f.
20491 (erfc_test_data): Likewise.
20492 (exp_test_data): Likewise.
20493 (exp_tonearest_test_data): Likewise.
20494 (exp_towardzero_test_data): Likewise.
20495 (exp_downward_test_data): Likewise.
20496 (exp_upward_test_data): Likewise.
20497 (exp10_test_data): Likewise.
20498 (exp2_test_data): Likewise.
20499 (expm1_test_data): Likewise.
20500 (j0_test_data): Likewise.
20501 (j1_test_data): Likewise.
20502 * math/gen-auto-libm-tests.c: Mention "xfail-rounding" in comment.
20503 (input_flag_type): Add flag_xfail_rounding.
20504 (input_flags): Add xfail-rounding.
20505 (adjust_real): Assert mpfr_number_p not mpfr_regular_p.
20506 (output_for_one_input_case): Handle flag_xfail_rounding.
20507 * sysdeps/i386/fpu/libm-test-ulps: Update.
20508 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20509
18d14251
AJ
205102013-12-03 Aurelien Jarno <aurelien@aurel32.net>
20511
3d2e6075 20512 [BZ #16289]
18d14251
AJ
20513 * locale/loadarchive.c (_nl_load_locale_from_archive): Avoid
20514 division by 0.
20515
520d437b
SP
205162013-12-03 Siddhesh Poyarekar <siddhesh@redhat.com>
20517
20518 [BZ #16195]
20519 * include/stap-probe.h [!USE_STAP_PROBE && !__ASSEMBLER__]
20520 (LIBC_PROBE): Change definition to call STAP_PROBE* macros.
20521 (STAP_PROBE0): New macro.
20522 (STAP_PROBE1): Likewise.
20523 (STAP_PROBE2): Likewise.
20524 (STAP_PROBE3): Likewise.
20525 (STAP_PROBE4): Likewise.
20526
416e0145
OB
205272013-12-02 Ondřej Bílka <neleai@seznam.cz>
20528
20529 * manual/llio.texi (Memory-mapped I/O): Add shm_open and shm_close.
20530
9d17796a
SE
205312013-12-02 Steve Ellcey <sellcey@mips.com>
20532
20533 * benchtests/Makefile (bench): Add sqrt.
20534 (LDLIBS-bench-sqrt): New.
20535 * benchtests/sqrt-input: New.
20536
f524d6a8
PS
205372013-12-02 Pavel Simerda <psimerda@redhat.com>
20538
639a0ef8
PS
20539 * sysdeps/posix/getaddrinfo.c (GAIH_OKIFUNSPEC): Remove macro.
20540 (GAIH_EAI): Likewise.
20541 (gaih_inet_serv): Don't use GAIH_OKIFUNSPEC.
20542 (gaih_inet): Likewise.
20543 (getaddrinfo): Don't use GAIH_EAI.
20544
f524d6a8
PS
20545 * sysdeps/posix/getaddrinfo.c (UNIX_PATH_MAX): Remove macro.
20546 (struct gaih): Remove definition.
20547
df3aedaf
SP
205482013-12-02 Siddhesh Poyarekar <siddhesh@redhat.com>
20549
20550 * nss/nss_files/files-hosts.c (_nss_files_gethostbyname4_r):
20551 Use HERRNOP directly.
20552
1ab19dec
AZ
205532013-12-02 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
20554
b42ad38d 20555 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
1ab19dec 20556
176b0c79
JM
205572013-11-30 Joseph Myers <joseph@codesourcery.com>
20558
20559 * math/gen-auto-libm-tests.c (test_functions): Add more
20560 single-argument functions.
20561 (special_fill_pi_2): New function.
20562 (special_fill_minus_pi_2): Likewise.
20563 (special_fill_pi_6): Likewise.
20564 (special_fill_minus_pi_6): Likewise.
20565 (special_fill_pi_3): Likewise.
20566 (special_fill_2pi_3): Likewise.
20567 (special_fill_e): Likewise.
20568 (special_fill_1_e): Likewise.
20569 (special_fill_e_minus_1): Likewise.
20570 (special_real_inputs): Add more special inputs.
20571 (output_for_one_input_case): Do not require ERANGE on underflow to
20572 zero if round-to-nearest result does not underflow to zero, unless
20573 exact results required.
20574 * math/auto-libm-test-in: Add tests of acos, acosh, asin, asinh,
20575 atan, atanh, cbrt, cos and cosh.
20576 * math/auto-libm-test-out: Regenerated.
20577 * math/libm-test.inc (acos_test_data): Use AUTO_TESTS_f_f.
20578 (acos_tonearest_test_data): Likewise.
20579 (acos_towardzero_test_data): Likewise.
20580 (acos_downward_test_data): Likewise.
20581 (acos_upward_test_data): Likewise.
20582 (acosh_test_data): Likewise.
20583 (asin_test_data): Likewise.
20584 (asin_tonearest_test_data): Likewise.
20585 (asin_towardzero_test_data): Likewise.
20586 (asin_upward_test_data): Likewise.
20587 (asinh_test_data): Likewise.
20588 (atan_test_data): Likewise.
20589 (atanh_test_data): Likewise.
20590 (cbrt_test_data): Likewise.
20591 (cos_test_data): Likewise.
20592 (cos_tonearest_test_data): Likewise.
20593 (cos_towardzero_test_data): Likewise.
20594 (cos_downward_test_data): Likewise.
20595 (cos_upward_test_data): Likewise.
20596 (cosh_test_data): Likewise.
20597 (cosh_tonearest_test_data): Likewise.
20598 (cosh_towardzero_test_data): Likewise.
20599 (cosh_downward_test_data): Likewise.
20600 (cosh_upward_test_data): Likewise.
20601 * sysdeps/i386/fpu/libm-test-ulps: Update.
20602 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20603
ffb536d0
JM
206042013-11-29 Joseph Myers <joseph@codesourcery.com>
20605
2a77a467
JM
20606 [BZ #6787]
20607 * math/w_exp10.c (__exp10): Handle a zero result as underflow.
20608 * math/w_exp10f.c (__exp10f): Likewise.
20609 * math/w_exp10l.c (__exp10l): Likewise.
20610 * math/libm-test.inc (exp10_test_data): Add more tests and expect
20611 errno settings in existing tests.
20612
ea3bc4e8
JM
20613 [BZ #14032]
20614 * sysdeps/i386/fpu/e_sqrt.S (__ieee754_sqrt): Do fsqrt with
20615 precision control set to double precision.
20616 * sysdeps/i386/fpu/w_sqrt.c: New file.
20617 * math/auto-libm-test-in: Add more tests.
20618 * math/auto-libm-test-out: Update.
20619
0712c9d8
JM
20620 * math/libm-test.inc (sqrt_tonearest_test_data): New variable.
20621 (sqrt_test_tonearest): New function.
20622 (sqrt_towardzero_test_data): New variable.
20623 (sqrt_test_towardzero): New function.
20624 (sqrt_downward_test_data): New variable.
20625 (sqrt_test_downward): New function.
20626 (sqrt_upward_test_data): New variable.
20627 (sqrt_test_upward): New function.
20628 (main): Call the new functions.
20629
ffb536d0
JM
20630 * math/gen-auto-libm-tests.c: New file.
20631 * math/auto-libm-test-in: Likewise.
20632 * math/auto-libm-test-out: New generated file.
20633 * math/gen-libm-test.pl ($auto_input, %auto_tests): New global
20634 variables.
20635 (%beautify): Add generated representations of zero.
20636 (top level): Set $auto_input and call parse_auto_input.
20637 (beautify): Remove trailing "f" from hex float constants.
20638 (parse_args): Handle XFAIL_TEST.
20639 (convert_condition): New function.
20640 (or_value): Likewise.
20641 (or_cond_value): Likewise.
20642 (generate_testfile): Handle AUTO_TESTS_* lines.
20643 (parse_auto_input): New function.
20644 * math/libm-test.inc (XFAIL_TEST): New macro.
20645 (ERRNO_UNCHANGED): Update value.
20646 (ERRNO_EDOM): Likewise.
20647 (ERRNO_ERANGE): Likewise.
20648 (IGNORE_RESULT): Likewise.
20649 (TEST_COND_flt_32): New macro.
20650 (TEST_COND_dbl_64): Likewise.
20651 (TEST_COND_ldbl_96_intel): Likewise.
20652 (TEST_COND_ldbl_96_m68k): Likewise.
20653 (TEST_COND_ldbl_128): Likewise.
20654 (TEST_COND_ldbl_128ibm): Likewise.
20655 (TEST_COND_long32): Likewise.
20656 (TEST_COND_long64): Likewise.
20657 (TEST_COND_before_rounding): Likewise.
20658 (TEST_COND_after_rounding): Likewise.
20659 (enable_test): Handle XFAIL_TEST flag.
20660 (sqrt_test_data): Use AUTO_TESTS_f_f for tests of finite inputs
20661 with finite results.
20662 * math/Makefile ($(objpfx)libm-test.stmp): Depend on
20663 auto-libm-test-out.
20664
acd98a8e
AK
206652013-11-29 Siddhesh Poyarekar <siddhesh@redhat.com>
20666 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
20667
20668 [BZ #16214]
20669 * sysdeps/s390/dl-tls.h (__TLS_GET_ADDR): Invoke
20670 __tls_get_addr_internal instead of __tls_get_offset in order to
20671 avoid GOT pointer dependency. Make rtld export
20672 __tls_get_addr_internal@@GLIBC_PRIVATE while still hiding
20673 __tls_get_addr since we are a __tls_get_offset platform.
20674 * sysdeps/s390/s390-64/tls-macros.h (TLS_IE PIC): Don't rely on
20675 GOT pointer being set up before.
20676 * sysdeps/s390/s390-32/tls-macros.h (TLS_IE PIC): Likewise.
20677
3c1c46a6
JM
206782013-11-28 Joseph Myers <joseph@codesourcery.com>
20679
7475aef5
JM
20680 * manual/math.texi (Errors in Math Functions): Document accuracy
20681 goals.
20682
8bca7cd8
JM
20683 [BZ #15004]
20684 * sysdeps/ieee754/ldbl-96/e_atan2l.c: Remove file.
20685 * sysdeps/ieee754/ldbl-96/e_ilogbl.c: Likewise.
20686 * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
20687 * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
20688 * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
20689 * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
20690 * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
20691 * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
20692 * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
20693 * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
20694 * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
20695 * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
20696 * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
20697 * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
20698 * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
20699 * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
20700
91a1f3fe
JM
20701 * sysdeps/powerpc/nofpu/atomic-feclearexcept.c: New file.
20702 * sysdeps/powerpc/nofpu/atomic-feholdexcept.c: Likewise.
20703 * sysdeps/powerpc/nofpu/atomic-feupdateenv.c: Likewise.
20704 * sysdeps/powerpc/nofpu/flt-rounds.c: Likewise.
20705 * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feclearexcept.c:
20706 Likewise.
20707 * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feholdexcept.c:
20708 Likewise.
20709 * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feupdateenv.c:
20710 Likewise.
20711 * sysdeps/powerpc/powerpc32/e500/nofpu/flt-rounds.c: Likewise.
20712 * sysdeps/powerpc/nofpu/Makefile [$(subdir) = soft-fp]
20713 (sysdep_routines): Add atomic-feholdexcept, atomic-feclearexcept,
20714 atomic-feupdateenv and flt-rounds.
20715 * sysdeps/powerpc/nofpu/Versions (libc): Add
20716 __atomic_feholdexcept, __atomic_feclearexcept,
20717 __atomic_feupdateenv and __flt_rounds to GLIBC_2.19.
20718 * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h
20719 (__feraiseexcept_soft): Declare and use libc_hidden_proto here.
20720 * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c
20721 (__feraiseexcept_soft): Don't declare and use libc_hidden_proto
20722 here.
20723 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
20724 Update.
20725
c5df7609
JM
20726 * manual/arith.texi (FP Exceptions): Document that exceptions may
20727 not be raised when matherr is used.
20728 (Math Error Reporting): Document overflow in directed rounding
20729 modes. Document that errno may not be set when finite values are
20730 returned on overflow. Document intent to set errno on underflow
20731 only for underflow to zero.
20732
3c1c46a6
JM
20733 [BZ #16271]
20734 * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Set
20735 round-to-nearest then adjust result for other rounding modes.
20736 * include/fenv.h (fegetround): Use libm_hidden_proto.
20737 * math/fegetround.c (fegetround): Use libm_hidden_def.
20738 * sysdeps/i386/fpu/fegetround.c (fegetround): Likewise.
20739 * sysdeps/powerpc/fpu/fegetround.c (fegetround): Likewise.
20740 * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
20741 * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c (fegetround):
20742 Likewise.
20743 * sysdeps/s390/fpu/fegetround.c (fegetround): Likewise.
20744 * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
20745 * sysdeps/sparc/fpu/fegetround.c (fegetround): Likewise.
20746 * sysdeps/x86_64/fpu/fegetround.c (fegetround): Likewise.
20747
5a4c6d53
SP
207482013-11-28 Siddhesh Poyarekar <siddhesh@redhat.com>
20749
20750 [BZ #16077]
20751 * nss/Versions (libnss_files): Add
20752 _nss_files_gethostbyname3_r.
20753 * nss/nss_files/files-hosts.c (_nss_files_gethostbyname3_r):
20754 New function.
20755 (HOST_DB_LOOKUP): Remove macro.
20756 (_nss_files_gethostbyname_r): Implement function without the
20757 HOST_DB_LOOKUP macro.
20758 (_nss_files_gethostbyname2_r): Likewise.
20759
897b98ba
OB
207602013-11-28 Ondřej Bílka <neleai@seznam.cz>
20761
20762 * malloc/malloc.c (__libc_calloc): Make memset a tail call.
20763
6f476861
UB
207642013-11-26 Uros Bizjak <ubizjak@gmail.com>
20765
20766 * soft-fp/op-4.h (_FP_FRAC_ASSEMBLE_4): Check rsize against
20767 _FP_W_TYPE_SIZE to avoid "left shift count >= width of type"
20768 warning.
20769
bd12ab55
AZ
207702013-11-26 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
20771
20772 * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Use
20773 __fe_nomask_env_priv instead of __fe_nomask_env to avoid a PLT call.
20774 * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
20775 * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Likewise.
20776 * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Rename to
20777 __fe_nomask_env_priv and attribute_hidden.
20778 * sysdeps/powerpc/fpu/fenv_private.h (libc_fesetenv_ppc): Likewise.
20779 (libc_feupdateenv_test_ppc): Likewise.
20780 (libc_feresetround_ppc): Likewise.
20781 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
20782 (__fe_nomask_env): Rename to __fe_nomask_env_priv and adjust
20783 compat_symbol macro.
20784 * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
20785 (__fe_nomask_env): Likewise.
20786 * sysdeps/powerpc/fpu/fe_nomask.c (__fe_nomask_env): Likewise.
20787
52bb6543
OB
207882013-11-26 Ondřej Bílka <neleai@seznam.cz>
20789
20790 * string/Makefile: Remove ifunc tests.
20791 * string/test-string.h: Define TEST_IFUNC.
20792 * string/test-bcopy-ifunc.c: Remove.
20793 * string/test-bzero-ifunc.c: Likewise.
20794 * string/test-memccpy-ifunc.c: Likewise.
20795 * string/test-memchr-ifunc.c: Likewise.
20796 * string/test-memcmp-ifunc.c: Likewise.
20797 * string/test-memcpy-ifunc.c: Likewise.
20798 * string/test-memmem-ifunc.c: Likewise.
20799 * string/test-memmove-ifunc.c: Likewise.
20800 * string/test-mempcpy-ifunc.c: Likewise.
20801 * string/test-memrchr-ifunc.c: Likewise.
20802 * string/test-memset-ifunc.c: Likewise.
20803 * string/test-rawmemchr-ifunc.c: Likewise.
20804 * string/test-stpcpy-ifunc.c: Likewise.
20805 * string/test-stpncpy-ifunc.c: Likewise.
20806 * string/test-strcasecmp-ifunc.c: Likewise.
20807 * string/test-strcasestr-ifunc.c: Likewise.
20808 * string/test-strcat-ifunc.c: Likewise.
20809 * string/test-strchr-ifunc.c: Likewise.
20810 * string/test-strchrnul-ifunc.c: Likewise.
20811 * string/test-strcmp-ifunc.c: Likewise.
20812 * string/test-strcpy-ifunc.c: Likewise.
20813 * string/test-strcspn-ifunc.c: Likewise.
20814 * string/test-strlen-ifunc.c: Likewise.
20815 * string/test-strncasecmp-ifunc.c: Likewise.
20816 * string/test-strncat-ifunc.c: Likewise.
20817 * string/test-strncmp-ifunc.c: Likewise.
20818 * string/test-strncpy-ifunc.c: Likewise.
20819 * string/test-strnlen-ifunc.c: Likewise.
20820 * string/test-strpbrk-ifunc.c: Likewise.
20821 * string/test-strrchr-ifunc.c: Likewise.
20822 * string/test-strspn-ifunc.c: Likewise.
20823 * string/test-strstr-ifunc.c: Likewise.
20824
ab260039 208252013-11-26 Ondřej Bílka <neleai@seznam.cz>
2787db97
OB
20826
20827 * benchtests/Makefile: Remove ifunc tests.
20828 * benchtests/bench-string.h: Define TEST_IFUNC.
20829 * benchtests/bench-bcopy-ifunc.c: Remove.
20830 * benchtests/bench-bzero-ifunc.c: Likewise.
20831 * benchtests/bench-memccpy-ifunc.c: Likewise.
20832 * benchtests/bench-memchr-ifunc.c: Likewise.
20833 * benchtests/bench-memcmp-ifunc.c: Likewise.
20834 * benchtests/bench-memcpy-ifunc.c: Likewise.
20835 * benchtests/bench-memmem-ifunc.c: Likewise.
20836 * benchtests/bench-memmove-ifunc.c: Likewise.
20837 * benchtests/bench-mempcpy-ifunc.c: Likewise.
20838 * benchtests/bench-memrchr-ifunc.c: Likewise.
20839 * benchtests/bench-memset-ifunc.c: Likewise.
20840 * benchtests/bench-rawmemchr-ifunc.c: Likewise.
20841 * benchtests/bench-stpcpy_chk-ifunc.c: Likewise.
20842 * benchtests/bench-stpcpy-ifunc.c: Likewise.
20843 * benchtests/bench-stpncpy-ifunc.c: Likewise.
20844 * benchtests/bench-strcasecmp-ifunc.c: Likewise.
20845 * benchtests/bench-strcasestr-ifunc.c: Likewise.
20846 * benchtests/bench-strcat-ifunc.c: Likewise.
20847 * benchtests/bench-strchr-ifunc.c: Likewise.
20848 * benchtests/bench-strchrnul-ifunc.c: Likewise.
20849 * benchtests/bench-strcmp-ifunc.c: Likewise.
20850 * benchtests/bench-strcpy_chk-ifunc.c: Likewise.
20851 * benchtests/bench-strcpy-ifunc.c: Likewise.
20852 * benchtests/bench-strcspn-ifunc.c: Likewise.
20853 * benchtests/bench-strlen-ifunc.c: Likewise.
20854 * benchtests/bench-strncasecmp-ifunc.c: Likewise.
20855 * benchtests/bench-strncat-ifunc.c: Likewise.
20856 * benchtests/bench-strncmp-ifunc.c: Likewise.
20857 * benchtests/bench-strncpy-ifunc.c: Likewise.
20858 * benchtests/bench-strnlen-ifunc.c: Likewise.
20859 * benchtests/bench-strpbrk-ifunc.c: Likewise.
20860 * benchtests/bench-strrchr-ifunc.c: Likewise.
a9503496 20861 * benchtests/bench-strsep-ifunc.c: Likewise.
2787db97
OB
20862 * benchtests/bench-strspn-ifunc.c: Likewise.
20863 * benchtests/bench-strstr-ifunc.c: Likewise.
20864
208652013-11-26 Ondřej Bílka <neleai@seznam.cz>
20866
ab260039
OB
20867 * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Fix typo.
20868
d1d9eaf4 208692013-11-26 Ondřej Bílka <neleai@seznam.cz>
2787db97 20870
d1d9eaf4
OB
20871 * resolv/netdb.h: Use __glibc_reserved instead __unused.
20872 * rt/aio.h: Likewise.
20873 * sysdeps/gnu/bits/utmp.h: Likewise.
20874 * sysdeps/gnu/bits/utmpx.h: Likewise.
20875 * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
20876 * sysdeps/unix/sysv/linux/bits/ipc.h: Likewise.
20877 * sysdeps/unix/sysv/linux/bits/msq.h: Likewise.
20878 * sysdeps/unix/sysv/linux/bits/sem.h: Likewise.
20879 * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
20880 * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
20881 * sysdeps/unix/sysv/linux/kernel_stat.h: Likewise.
20882 * sysdeps/unix/sysv/linux/ntp_gettimex.c: Likewise.
20883 * sysdeps/unix/sysv/linux/powerpc/bits/ipc.h: Likewise.
20884 * sysdeps/unix/sysv/linux/powerpc/bits/msq.h: Likewise.
20885 * sysdeps/unix/sysv/linux/powerpc/bits/sem.h: Likewise.
20886 * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
20887 * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Likewise.
20888 * sysdeps/unix/sysv/linux/powerpc/powerpc32/kernel_stat.h: Likewise.
20889 * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
20890 * sysdeps/unix/sysv/linux/s390/bits/ipc.h: Likewise.
20891 * sysdeps/unix/sysv/linux/s390/bits/msq.h: Likewise.
20892 * sysdeps/unix/sysv/linux/s390/bits/sem.h: Likewise.
20893 * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
20894 * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
20895 * sysdeps/unix/sysv/linux/s390/bits/utmp.h: Likewise.
20896 * sysdeps/unix/sysv/linux/s390/bits/utmpx.h: Likewise.
20897 * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.h: Likewise.
20898 * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
20899 * sysdeps/unix/sysv/linux/sh/bits/shm.h: Likewise.
20900 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
20901 * sysdeps/unix/sysv/linux/sparc/bits/ipc.h: Likewise.
20902 * sysdeps/unix/sysv/linux/sparc/bits/msq.h: Likewise.
20903 * sysdeps/unix/sysv/linux/sparc/bits/sem.h: Likewise.
20904 * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
20905 * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
20906 * sysdeps/unix/sysv/linux/sparc/sparc32/kernel_stat.h: Likewise.
20907 * sysdeps/unix/sysv/linux/sparc/sparc64/kernel_stat.h: Likewise.
20908 * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
20909 * sysdeps/unix/sysv/linux/sparc/sys/procfs.h: Likewise.
20910 * sysdeps/unix/sysv/linux/sys/timex.h: Likewise.
20911 * sysdeps/unix/sysv/linux/x86/bits/msq.h: Likewise.
20912 * sysdeps/unix/sysv/linux/x86/bits/sem.h: Likewise.
20913 * sysdeps/unix/sysv/linux/x86/bits/shm.h: Likewise.
20914 * sysdeps/unix/sysv/linux/x86/bits/stat.h: Likewise.
20915 * sysdeps/unix/sysv/linux/xstatconv.c: Likewise.
20916 * sysdeps/x86/fpu/bits/fenv.h: Likewise.
20917
a7624ed9
CD
209182013-11-25 Carlos O'Donell <carlos@redhat.com>
20919
20920 [BZ #16245]
20921 * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes):
20922 Rename PTRAVE_EVENT_SECCOMP to PTRACE_EVENT_SECCOMP.
20923
63cfe52b
JM
209242013-11-25 Joseph Myers <joseph@codesourcery.com>
20925
20926 * sysdeps/powerpc/nofpu/fenv_libc.h (__fegetround): New macro.
20927 * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h (__fegetround):
20928 Likewise.
20929
41e8926a
AZ
209302013-11-25 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
20931
20932 * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Use
20933 SET_RESTORE_ROUND instead of feholdexcept/fesetround/fesetenv.
20934 * sysdeps/powerpc/fpu/fenv_libc.h (__fegetround): Remove define.
20935 (__fesetround): Remove define.
20936 * sysdeps/powerpc/fpu/fenv_private.h: New file: Inline floating point
20937 rounding and exceptions handling.
20938 * sysdeps/powerpc/fpu/math_private.h: Include fenv_private.h.
20939 * sysdeps/powerpc/fpu/fenv_libc.h (__fe_mask_env): Define as hidden.
20940 (__fe_nomask_env): Likewise.
20941 * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Use
20942 __fegetround instead of fegetround.
20943 * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
20944 * sysdeps/ieee754/ldbl-128ibm/s_rintl.c (__rintl): Likewise.
20945
6851bd4d
RM
209462013-11-21 Roland McGrath <roland@hack.frob.com>
20947
070906ff
RM
20948 * malloc/malloc.c: Move #include <sys/param.h> to the top; comment why
20949 it's there.
20950
6851bd4d
RM
20951 * sysdeps/generic/sys/swap.h (swapon): Add FLAGS argument to prototype.
20952
84ae135d
MI
209532013-11-21 Meador Inge <meadori@codesourcery.com>
20954
20955 [BZ #11157]
20956 * crypt/crypt.h (encrypt): Use __glibc_block instead of __block.
20957 (encrypt_r): Likewise.
20958 * malloc/obstack.h (obstack_free): Likewise.
20959 * posix/unistd.h (encrypt): Likewise.
20960
daf75146
GM
209612013-11-21 Guy Martin <gmsoft@tuxicoman.be>
20962
20963 * sysdeps/generic/ldsodefs.h: Replace DL_DT_INIT_ADDRESS() and
20964 DL_DT_FINI_ADDRESS() macro with DL_CALL_DT_INIT() and
20965 DL_CALL_DT_FINI() that call the functions directly.
20966 * elf/dl-init.c: Use the new DL_CALL_DT_INIT() macro.
20967 * elf/dl-close.c: Use the new DL_CALL_DT_FINI() macro.
20968 * elf/dl-fini.c: Likewise.
20969
10ad46bc
OB
209702013-11-20 Ondřej Bílka <neleai@seznam.cz>
20971
20972 * malloc/hooks.c (memalign_check): Add alignment rounding.
20973 * malloc/malloc.c (_mid_memalign): New function.
20974 (__libc_valloc, __libc_pvalloc, __libc_memalign, __posix_memalign):
20975 Implement by calling _mid_memalign.
20976 * manual/probes.texi (Memory Allocation Probes): Remove
20977 memory_valloc_retry and memory_pvalloc_retry.
20978
f3fd2628
SP
209792013-11-20 Siddhesh Poyarekar <siddhesh@redhat.com>
20980
4712799f
SP
20981 * locale/programs/locarchive.c (open_archive): Add const
20982 qualifier to ARCHIVEFNAME and copy default fname to
20983 DEFAULT_FNAME.
20984
0417b20f
SP
20985 [BZ #15601]
20986 * libio/tst-widetext.input: Rename Oriya to Odia.
20987 * locale/iso-639.def: Likewise.
20988
f3fd2628
SP
20989 * manual/probes.texi (Mathematical Function Probes): Add
20990 documentation for sin, cos, asin and acos probes.
20991 * sysdeps/ieee754/dbl-64/sincos32.c: Include stap-probe.h.
20992 (__sin32): Add slowasin probe.
20993 (__cos32): Add slowacos probe.
20994 (__mpsin): Add slowsin probe.
20995 (__mpcos): Add slowcos probe.
20996
73c1ce4f
JM
209972013-11-19 Joseph Myers <joseph@codesourcery.com>
20998
20999 [BZ #15483]
21000 * sysdeps/powerpc/nofpu/sim-full.c (__sim_exceptions): Change to
21001 thread-local __sim_exceptions_thread and global
21002 __sim_exceptions_global.
21003 (__sim_disabled_exceptions): Change to thread-local
21004 __sim_disabled_exceptions_thread and global
21005 __sim_disabled_exceptions_global.
21006 (__sim_round_mode): Change to thread-local __sim_round_mode_thread
21007 and global __sim_round_mode_global.
21008 (__simulate_exceptions): Use thread-local floating-point state and
21009 set global state from it as needed.
21010 * sysdeps/powerpc/nofpu/Versions (GLIBC_PRIVATE): Add
21011 __sim_exceptions_thread, __sim_disabled_exceptions_thread and
21012 __sim_round_mode_thread.
21013 * sysdeps/powerpc/nofpu/soft-supp.h: Include <shlib-compat.h>.
21014 (__sim_exceptions): Change to thread-local __sim_exceptions_thread
21015 and global __sim_exceptions_global.
21016 (__sim_disabled_exceptions): Change to thread-local
21017 __sim_disabled_exceptions_thread and global
21018 __sim_disabled_exceptions_global.
21019 (__sim_round_mode): Change to thread-local __sim_round_mode_thread
21020 and global __sim_round_mode_global.
21021 [SIM_GLOBAL_COMPAT] (SIM_COMPAT_SYMBOL): New macro.
21022 (SIM_SET_GLOBAL): Likewise.
21023 * sysdeps/powerpc/soft-fp/sfp-machine.h
21024 [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_ROUNDMODE): Use
21025 __sim_round_mode_thread.
21026 [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_TRAPPING_EXCEPTIONS): Use
21027 __sim_disabled_exceptions_thread.
21028 (__sim_exceptions): Change to __sim_exceptions_thread.
21029 (__sim_disabled_exceptions): Change to
21030 __sim_disabled_exceptions_thread.
21031 (__sim_round_mode): Change to __sim_round_mode_thread.
21032 * sysdeps/powerpc/nofpu/fclrexcpt.c (__feclearexcept): Use
21033 thread-local floating-point state and set global state from it as
21034 needed.
21035 * sysdeps/powerpc/nofpu/fedisblxcpt.c (fedisableexcept): Likewise.
21036 * sysdeps/powerpc/nofpu/feenablxcpt.c: Include "soft-supp.h".
21037 (__sim_disabled_exceptions): Remove extern declaration.
21038 (feenableexcept): Use thread-local floating-point state and set
21039 global state from it as needed.
21040 * sysdeps/powerpc/nofpu/fegetenv.c (__sim_exceptions): Remove
21041 extern declaration.
21042 (__sim_disabled_exceptions): Likewise.
21043 (__sim_round_mode): Likewise.
21044 (__fegetenv): Use thread-local floating-point state.
21045 * sysdeps/powerpc/nofpu/fegetexcept.c (fegetexcept): Likewise.
21046 * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
21047 * sysdeps/powerpc/nofpu/fesetenv.c (__fesetenv): Use thread-local
21048 floating-point state and set global state from it as needed.
21049 * sysdeps/powerpc/nofpu/fesetround.c (fesetround): Likewise.
21050 * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
21051 * sysdeps/powerpc/nofpu/fgetexcptflg.c (__fegetexceptflag):
21052 Likewise.
21053 * sysdeps/powerpc/nofpu/fraiseexcpt.c (__feraiseexcept): Likewise.
21054 * sysdeps/powerpc/nofpu/fsetexcptflg.c (__fesetexceptflag):
21055 Likewise.
21056 sysdeps/powerpc/nofpu/ftestexcept.c (fetestexcept): Likewise.
21057 * sysdeps/powerpc/nofpu/get-rounding-mode.h (get_rounding_mode):
21058 Use __sim_round_mode_thread.
21059 * math/test-fenv-tls.c: New file.
21060 * math/Makefile (tests): Add test-fenv-tls.
21061 ($(objpfx)test-fenv-tls): Depend on
21062 $(common-objpfx)nptl/libpthread.so.
21063
b5449b12
AS
210642013-11-19 Andreas Schwab <schwab@suse.de>
21065
21066 * locale/programs/locale.c (show_info): Decode wordarray elements.
21067 * locale/categories.def (LC_MONETARY): Add element for
21068 _NL_MONETARY_CRNCYSTR.
21069 * locale/C-monetary.c (conversion_rate): New variable.
21070 (_nl_C_LC_MONETARY): Use it for _NL_MONETARY_CONVERSION_RATE
21071 element.
21072
e186536b
CM
210732013-11-18 Chris Metcalf <cmetcalf@tilera.com>
21074
21075 * math/test-fpucw-ieee.c [!defined _FPU_IEEE] (FPU_CONTROL):
21076 Omit definition of FPU_CONTROL and use default if no _FPU_IEEE.
21077
5c349950
PP
210782013-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
21079
21080 * elf/Makefile (tst-auxv): New test.
21081 * elf/tst-auxv.c: New
21082 * elf/rtld.c (dl_main): Adjust AT_EXECFN
21083
699df45b
JM
210842013-11-18 Joseph Myers <joseph@codesourcery.com>
21085
21086 * include/libc-symbols.h (__hidden_proto): Add argument "thread".
21087 (hidden_proto): Caller changed.
21088 (hidden_tls_proto): New macro.
21089 (libc_hidden_tls_proto): Likewise.
21090 (rtld_hidden_tls_proto): Likewise.
21091 (libm_hidden_tls_proto): Likewise.
21092 (libresolv_hidden_tls_proto): Likewise.
21093 (librt_hidden_tls_proto): Likewise.
21094 (libdl_hidden_tls_proto): Likewise.
21095 (libnss_files_hidden_tls_proto): Likewise.
21096 (libnsl_hidden_tls_proto): Likewise.
21097 (libnss_nisplus_hidden_tls_proto): Likewise.
21098 (libutil_hidden_tls_proto): Likewise.
21099
b7589107
OB
211002013-11-18 Ondřej Bílka <neleai@seznam.cz>
21101
21102 [BZ #10253]
21103 * elf/dl-load.c (fillin_rpath): Add linkmap parameter and expand path.
21104 (decompose_rpath): Defer expansion to fillin_rpath.
21105 (_dl_init_paths): Pass linkmap to fillin_rpath.
21106
250c23bd
RS
211072013-11-18 Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
21108
21109 * benchtests/Makefile: Add strsep.
21110 * benchtests/bench-strsep.c: New file: strsep benchtest.
21111 * benchtests/bench-strsep-ifunc.c: New file: strsep benchtest.
21112
a7931fcf
AS
211132013-11-18 Andreas Schwab <schwab@suse.de>
21114
21115 * locale/programs/locale.c (show_info) [case byte]: Check for
21116 '\377' instead of '\177'.
21117 * locale/C-monetary.c (not_available): Always use "\377".
21118 * stdlib/strfmon_l.c (__vstrfmon_l): Use -2 as marker for
21119 unspecified p_sign_posn and n_sign_posn. Check for '\377' to
21120 detect unavailable sign_posn locale elements.
21121 * locale/localeconv.c (__localeconv): For grouping and
21122 mon_grouping handle "\177" and "\377" like no grouping.
21123 (INT_ELEM): New macro. Use it to set all numeric members.
21124 * locale/programs/ld-monetary.c (monetary_read)
21125 <tok_mon_grouping>: Normalize single -1 to the empty string.
21126 * locale/programs/ld-numeric.c (numeric_read) <tok_grouping>:
21127 Likewise.
21128
728dab0e
OB
211292013-11-07 Ondřej Bílka <neleai@seznam.cz>
21130
21131 [BZ #16055]
21132 * stdio-common/vfscanf.c (_IO_vfscanf_internal): Limit width
21133 when we match (nil).
21134 * stdio-common/tst-sscanf.c (struct test): Add testcase.
21135
66294491
JM
211362013-11-16 Joseph Myers <joseph@codesourcery.com>
21137
ce665817
JM
21138 * math/libm-test.inc (TEST_NAN_SIGN): New macro.
21139 (NO_TEST_INLINE): Update value.
21140 (ERRNO_UNCHANGED): Likewise.
21141 (ERRNO_EDOM): Likewise.
21142 (ERRNO_ERANGE): Likewise.
21143 (IGNORE_RESULT): Likewise.
21144 (check_float_internal): Check signs of NaN results if
21145 TEST_NAN_SIGN used.
21146 (check_complex): Pass TEST_NAN_SIGN flag through to second
21147 check_float_internal call.
21148 (copysign_test_data): Add tests with quiet NaNs as second
21149 argument. Use TEST_NAN_SIGN.
21150 (fabs_test_data): Add test of negative quiet NaN argument. Use
21151 TEST_NAN_SIGN.
21152 (signbit_test_data): Add tests of quiet NaN argument.
21153 * math/gen-libm-test.pl (parse_args): Handle TEST_NAN_SIGN.
21154
ee1466a9
JM
21155 * math/gen-libm-test.pl (show_exceptions): Take extra argument
21156 $ignore_result.
21157 (parse_args): Handle function results specified as IGNORE.
21158 * math/libm-test.inc (IGNORE_RESULT): New macro.
21159 (check_float_internal): Do not check numerical result if flag
21160 IGNORE_RESULT set.
21161 (check_complex): Pass through IGNORE_RESULT to second
21162 check_float_internal call.
21163 (check_int): Do not check numerical result if flag IGNORE_RESULT
21164 set.
21165 (check_long): Likewise.
21166 (check_bool): Likewise.
21167 (check_longlong): Likewise.
21168 (lrint_test_data): Add tests of infinite and NaN arguments.
21169 (lrint_tonearest_test_data): Likewise.
21170 (lrint_towardzero_test_data): Likewise.
21171 (lrint_downward_test_data): Likewise.
21172 (lrint_upward_test_data): Likewise.
21173 (llrint_test_data): Likewise.
21174 (llrint_tonearest_test_data): Likewise.
21175 (llrint_towardzero_test_data): Likewise.
21176 (llrint_downward_test_data): Likewise.
21177 (llrint_upward_test_data): Likewise.
21178 (lround_test_data): Likewise.
21179 (llround_test_data): Likewise.
21180
14407b7e
JM
21181 * math/libm-test.inc (NO_TEST_INLINE): New macro.
21182 (ERRNO_UNCHANGED): Update value.
21183 (ERRNO_EDOM): Likewise.
21184 (ERRNO_ERANGE): Likewise.
21185 (NO_TEST_INLINE_FLOAT): New macro.
21186 (NO_TEST_INLINE_DOUBLE): Likewise.
21187 (enable_test): New function.
21188 (RUN_TEST_f_f): Check enable_test before running test.
21189 (RUN_TEST_2_f): Likewise.
21190 (RUN_TEST_fff_f): Likewise.
21191 (RUN_TEST_c_f): Likewise.
21192 (RUN_TEST_f_f1): Likewise.
21193 (RUN_TEST_fF_f1): Likewise.
21194 (RUN_TEST_fI_f1): Likewise.
21195 (RUN_TEST_ffI_f1): Likewise.
21196 (RUN_TEST_c_c): Likewise.
21197 (RUN_TEST_cc_c): Likewise.
21198 (RUN_TEST_f_i): Likewise.
21199 (RUN_TEST_f_i_tg): Likewise.
21200 (RUN_TEST_ff_i_tg): Likewise.
21201 (RUN_TEST_f_b): Likewise.
21202 (RUN_TEST_f_b_tg): Likewise.
21203 (RUN_TEST_f_l): Likewise.
21204 (RUN_TEST_f_L): Likewise.
21205 (RUN_TEST_fFF_11): Likewise.
21206 (asinh_test_data): Use NO_TEST_INLINE instead of [!TEST_INLINE]
21207 conditionals.
21208 (cosh_test_data): Likewise.
21209 (exp_test_data): Likewise.
21210 (expm1_test_data): Likewise.
21211 (hypot_test_data): Likewise.
21212 (pow_test_data): Likewise.
21213 (sinh_test_data): Likewise.
21214 (tanh_test_data): Likewise.
21215 * math/gen-libm-test.pl (parse_args): Allow NO_TEST_INLINE as
21216 flags argument.
21217
ca07f197
JM
21218 * libm-test.inc (acos_test_data): Disallow inexact exceptions for
21219 tests with quiet NaN input and output.
21220 (acosh_test_data): Likewise.
21221 (asin_test_data): Likewise.
21222 (asinh_test_data): Likewise.
21223 (atan_test_data): Likewise.
21224 (atanh_test_data): Likewise.
21225 (atan2_test_data): Likewise.
21226 (cbrt_test_data): Likewise.
21227 (cos_test_data): Likewise.
21228 (cosh_test_data): Likewise.
21229 (erf_test_data): Likewise.
21230 (erfc_test_data): Likewise.
21231 (exp_test_data): Likewise.
21232 (exp10_test_data): Likewise.
21233 (exp2_test_data): Likewise.
21234 (expm1_test_data): Likewise.
21235 (hypot_test_data): Likewise.
21236 (j0_test_data): Likewise.
21237 (j1_test_data): Likewise.
21238 (jn_test_data): Likewise.
21239 (lgamma_test_data): Likewise.
21240 (log_test_data): Likewise.
21241 (log10_test_data): Likewise.
21242 (log1p_test_data): Likewise.
21243 (log2_test_data): Likewise.
21244 (pow_test_data): Likewise.
21245 (scalb_test_data): Likewise.
21246 (sin_test_data): Likewise.
21247 (sincos_test_data): Likewise.
21248 (sinh_test_data): Likewise.
21249 (tan_test_data): Likewise.
21250 (tanh_test_data): Likewise.
21251 (tgamma_test_data): Likewise.
21252 (y0_test_data): Likewise.
21253 (y1_test_data): Likewise.
21254 (yn_test_data): Likewise.
21255
66294491
JM
21256 [BZ #16167]
21257 * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Check for first
21258 argument being NaN and avoid computations with second argument in
21259 that case.
21260 * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
21261 * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
21262 * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
21263
1820b143
CL
212642013-11-15 Arun Kumar Pyasi <arun@chitwanix.com>
21265
21266 * locale/iso-639.def: Add Chitwani Tharu (the).
21267
714bd261
AS
212682013-11-14 Andreas Schwab <schwab@suse.de>
21269
21270 * locale/C-address.c (_nl_C_LC_ADDRESS): Set country_num to zero
21271 word instead of empty string.
21272
7ab44563
AZ
212732013-11-13 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
21274
21275 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
21276 (__fe_nomask_env): Fir compat symbol to be remove for GLIBC_2.19.
21277 * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
21278 (__fe_nomask_env): Likewise.
21279
e8470ea2
SE
212802013-11-13 Steve Ellcey <sellcey@mips.com>
21281
21282 * benchtests/bench-timing.h: Include time.h.
21283
17c1d9f0
L
212842013-11-13 H.J. Lu <hongjiu.lu@intel.com>
21285
21286 [BZ #15997]
21287 * sysdeps/unix/sysv/linux/configure.ac (arch_minimum_kernel): Set
21288 to 3.4.0 for x32.
21289 * sysdeps/unix/sysv/linux/configure: Regenerated.
21290
9310c284
JM
212912013-11-13 Joseph Myers <joseph@codesourcery.com>
21292
21293 [BZ #16151]
21294 * stdlib/strtod_l.c (round_and_return): Do not consider
21295 retval[RETURN_LIBM_SIZE - 1] when determining more_bits for an
21296 exponent one less than half the least subnormal exponent.
21297 * stdlib/test-strtod-round-data: Add more tests.
21298 * stdlib/tst-strtod-round.c (tests): Regenerated.
21299
7a2ad8cf
AZ
213002013-11-13 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
21301
21302 [BZ #14143]
21303 * sysdeps/powerpc/bits/fenv.h (__fe_nomask_env): Remove declaration.
21304 (__fe_mask_env): Likewise.
21305 * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Remove
21306 libm_hidden_proto and add function prototype.
21307 (__fe_mask_env): Add function prototype.
21308 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
21309 (__fe_nomask_env): Add compat symbol for GLIBC_2.1.
21310 * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
21311 (__fe_mask_env): Remove compiler warnings regarding ununsed variables.
21312 * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
21313 (__fe_nomask_env): Add compat symbol for GLIBC_2.3.
21314
50727aa7
MS
213152013-11-13 Marcus Shawcroft <marcus.shawcroft@linaro.org>
21316
b2f386c1 21317 * elf/dl-lookup.c (_dl_lookup_symbol_x): If UNDEF_MAP is false
50727aa7
MS
21318 set reference_name to "" to avoid passing NULL to DSO_FILENAME.
21319
a615be46
MS
213202013-11-13 Marcus Shawcroft <marcus.shawcroft@linaro.org>
21321
21322 * elf/tlsdeschtab.h (_dl_make_tlsdesc_dynamic): Handle failure
21323 of htab_find_slot().
21324
7ddace62
DM
213252013-11-11 David S. Miller <davem@davemloft.net>
21326
21327 [BZ #16150]
21328 * sysdeps/sparc/sparc64/multiarch/add_n.S: Resolve to the correct generic
21329 symbol in the non-vis3 case in static builds.
21330 * sysdeps/sparc/sparc64/multiarch/addmul_1.S: Likewise.
21331 * sysdeps/sparc/sparc64/multiarch/mul_1.S: Likewise.
21332 * sysdeps/sparc/sparc64/multiarch/sub_n.S: Likewise.
21333 * sysdeps/sparc/sparc64/multiarch/submul_1.S: Likewise.
21334
9182aa67
JK
213352013-11-11 Jan Kratochvil <jan.kratochvil@redhat.com>
21336
21337 [BZ #387]
21338 * elf/dl-object.c (_dl_new_object): Initialize L_NAME from NEWNAME if
21339 it is empty.
21340
450a2e2d
AZ
213412013-11-11 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
21342
b2f386c1
SP
21343 * benchtests/Makefile: Add bench-strtod.
21344 * benchtests/bench-strtod.c: New file: strtod benchtest
450a2e2d 21345
8ec3f656
AS
213462013-11-11 Andreas Schwab <schwab@suse.de>
21347
21348 [BZ #16153]
21349 * nscd/nscd_getserv_r.c (__nscd_getservbyport_r): Don't include
21350 terminating NUL in key length.
21351
76a9b998
AZ
213522013-11-08 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
21353
21354 * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
21355 Add artificial ODP entry for vDSO symbol for PPC64.
21356 * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Adjust includes.
21357 * sysdeps/unix/sysv/linux/powerpc/time.c: Likewise.
21358
e4368156
OB
213592013-11-07 Ondřej Bílka <neleai@seznam.cz>
21360
21361 [BZ #15374]
21362 * nss/getent.c (services_keys): Recognize services starting with digit.
21363
8d6bb57c
DM
213642013-11-06 David S. Miller <davem@davemloft.net>
21365
21366 [BZ #15985]
21367 * sysdeps/sparc/sparc32/fpu/s_fdim.S (__fdim): Do not use fnegd
21368 on pre-v9 cpus, use a fnegs+fmovs sequence instead.
21369
e256c421
WN
213702013-11-06 Will Newton <will.newton@linaro.org>
21371
21372 * manual/memory.texi (Malloc Examples): Remove register
21373 keyword from examples.
21374
f6e12daa 213752013-11-04 Chris Leonard <cjl@sugarlabs.org>
1484e657 21376
f6e12daa 21377 * locale/iso-639.def: Correct Walaita (wal) and add Unami Delaware (unm).
1484e657 21378
9d880655
AS
213792013-11-04 Joseph Myers <joseph@codesourcery.com>
21380
fd2f9486 21381 [BZ #6981]
9d880655
AS
21382 * include/stdc-predef.h [__GCC_IEC_559] (__STDC_IEC_559__): Define
21383 depending on [__GCC_IEC_559 > 0].
21384 [__GCC_IEC_559_COMPLEX] (__STDC_IEC_559_COMPLEX__): Define
21385 depending on [__GCC_IEC_559_COMPLEX > 0].
21386
ae129d3c
CL
213872013-11-03 Chris Leonard <cjl@sugarlabs.org>
21388
21389 * locale/iso-639.def: Add Quechua, Southern (quz) and Silesian (szl)
21390 to iso-639.def.
21391
4a15c2a4 213922013-11-03 Ondřej Bílka <neleai@seznam.cz>
17c8c3dc
OB
21393
21394 * elf/rtld.c: Remove unused NONTLS_INIT_TP.
21395
8b35e35d
OB
213962013-11-01 Ondřej Bílka <neleai@seznam.cz>
21397
21398 [BZ #16112]
21399 * malloc/malloc (malloc_info): Do not handle first bin as
21400 special case.
21401
1d70fd6c
CL
214022013-11-01 Chris Leonard <cjl@sugarlabs.org>
21403
21404 * locale/iso-639.def: Add Central Nahuatl (nhn).
21405
8c5c2600
BH
214062013-11-01 Bruno Haible <bruno@clisp.org>
21407
21408 [BZ #7003]
21409 * manual/math.texi (BSD Random): Specify range upper bound as
21410 in POSIX.
21411
da5579c2
CL
214122013-10-31 Chris Leonard <cjl@sugarlabs.org>
21413
21414 * locale/iso-639.def: Add Meadow Mari (mhr).
21415
5d30d853
OB
214162013-10-31 Ondřej Bílka <neleai@seznam.cz>
21417
21418 [BZ #14752], [BZ #15763]
21419 * sysdeps/unix/sysv/linux/shm_open.c (shm_open, shm_unlink):
21420 Validate name.
21421 * rt/tst_shm.c: Add test for escaping directory.
21422
a4966c61
AS
214232013-10-31 Andreas Schwab <schwab@suse.de>
21424
8a43e768 21425 [BZ #15917]
a4966c61
AS
21426 * stdio-common/vfscanf.c (_IO_vfwscanf): Handle leading '0' not
21427 followed by 'x' as part of digit sequence.
21428 * stdio-common/tst-sscanf.c (double_tests2): New tests.
21429
28d708c4
MAP
214302013-10-31 Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
21431
21432 [BZ #16037]
21433 * configure.ac: allow GNU Make 4.0 and greater.
21434 * configure: Regenerated.
21435
a56ee40b
WN
214362013-10-30 Will Newton <will.newton@linaro.org>
21437
21438 [BZ #16038]
21439 * malloc/hooks.c (memalign_check): Limit alignment to the
21440 maximum representable power of two.
21441 * malloc/malloc.c (__libc_memalign): Likewise.
21442 * malloc/tst-memalign.c (do_test): Add test for very
21443 large alignment values.
21444 * malloc/tst-posix_memalign.c (do_test): Likewise.
21445
c6e4925d
OB
214462013-10-30 Ondřej Bílka <neleai@seznam.cz>
21447
21448 [BZ #11087]
21449 * malloc/malloc.c (sysmalloc): Compute statistics atomically.
21450 (munmap_chunk): Likewise.
21451 (mremap_chunk): Likewise.
21452
214532013-10-30 Ondřej Bílka <neleai@seznam.cz>
bbea82f7 21454
8a43e768 21455 [BZ #15799]
bbea82f7
OB
21456 * stdlib/div.c (div): Remove obsolete code.
21457 * stdlib/ldiv.c (ldiv): Likewise.
21458 * stdlib/lldiv.c (lldiv): Likewise.
21459
977f4b31
SP
214602013-10-30 Siddhesh Poyarekar <siddhesh@redhat.com>
21461
21462 [BZ #16071]
21463 * nss/nss_files/files-XXX.c (get_contents_ret): New
21464 enumerator.
21465 (get_contents): New function.
21466 (internal_getent): Use it. Expand size of LINEBUFLEN.
21467
cb8a6dbd
MF
214682013-10-30 Mike Frysinger <vapier@gentoo.org>
21469
21470 * configure.in: Moved to ...
21471 * configure.ac: ... here. Change reference to configure.in
21472 to configure.ac.
21473 * sysdeps/arm/preconfigure.ac: ... here.
21474 configure.in to configure.ac.
21475 * sysdeps/gnu/configure.in: Moved to ...
21476 * sysdeps/gnu/configure.ac: ... here.
21477 * sysdeps/i386/configure.in: Moved to ...
21478 * sysdeps/i386/configure.ac: ... here.
21479 * sysdeps/ieee754/ldbl-opt/configure.in: Moved to ...
21480 * sysdeps/ieee754/ldbl-opt/configure.ac: ... here.
21481 * sysdeps/mach/configure.in: Moved to ...
21482 * sysdeps/mach/configure.ac: ... here.
21483 * sysdeps/mach/hurd/configure.in: Moved to ...
21484 * sysdeps/mach/hurd/configure.ac: ... here.
21485 * sysdeps/powerpc/configure.in: Moved to ...
21486 * sysdeps/powerpc/configure.ac: ... here.
21487 * sysdeps/powerpc/powerpc32/configure.in: Moved to ...
21488 * sysdeps/powerpc/powerpc32/configure.ac: ... here.
21489 * sysdeps/powerpc/powerpc64/configure.in: Moved to ...
21490 * sysdeps/powerpc/powerpc64/configure.ac: ... here.
21491 * sysdeps/s390/s390-32/configure.in: Moved to ...
21492 * sysdeps/s390/s390-32/configure.ac: ... here.
21493 * sysdeps/s390/s390-64/configure.in: Moved to ...
21494 * sysdeps/s390/s390-64/configure.ac: ... here.
21495 * sysdeps/sh/configure.in: Moved to ...
21496 * sysdeps/sh/configure.ac: ... here.
21497 * sysdeps/sparc/configure.in: Moved to ...
21498 * sysdeps/sparc/configure.ac: ... here.
21499 * sysdeps/unix/sysv/linux/configure.in: Moved to ...
21500 * sysdeps/unix/sysv/linux/configure.ac: ... here.
21501 * sysdeps/unix/sysv/linux/powerpc/configure.in: Moved to ...
21502 * sysdeps/unix/sysv/linux/powerpc/configure.ac: ... here.
21503 * sysdeps/x86_64/configure.in: Moved to ...
21504 * sysdeps/x86_64/configure.ac: ... here.
21505 * sysdeps/x86_64/preconfigure.in: Moved to ...
21506 * sysdeps/x86_64/preconfigure.ac: ... here.
21507 * aclocal.m4: Change reference to configure.in to configure.ac.
21508 * config.h.in: Likewise.
21509 * manual/install.texi: Likewise.
21510 * manual/maint.texi: Likewise.
21511 * Makefile: Likewise.
21512 * malloc/Makefile: Likewise.
21513 * nscd/Makefile: Likewise.
21514 * Makeconfig: Change reference to configure.in and
21515 preconfigure.in to configure.ac and preconfigure.ac
21516 respectively.
21517 * INSTALL: Regenerated.
21518 * configure: Likewise.
21519 * sysdeps/gnu/configure: Likewise.
21520 * sysdeps/i386/configure: Likewise.
21521 * sysdeps/ieee754/ldbl-opt/configure: Likewise.
21522 * sysdeps/mach/configure: Likewise.
21523 * sysdeps/mach/hurd/configure: Likewise.
21524 * sysdeps/powerpc/configure: Likewise.
21525 * sysdeps/powerpc/powerpc32/configure: Likewise.
21526 * sysdeps/powerpc/powerpc64/configure: Likewise.
21527 * sysdeps/s390/s390-32/configure: Likewise.
21528 * sysdeps/s390/s390-64/configure: Likewise.
21529 * sysdeps/sh/configure: Likewise.
21530 * sysdeps/sparc/configure: Likewise.
21531 * sysdeps/unix/sysv/linux/configure: Likewise.
21532 * sysdeps/unix/sysv/linux/powerpc/configure: Likewise.
21533 * sysdeps/x86_64/configure: Likewise.
21534 * sysdeps/x86_64/preconfigure: Likewise.
21535
36a4953a
AS
215362013-10-29 Andreas Schwab <schwab@suse.de>
21537
21538 * stdio-common/Makefile (tst-swscanf-ENV): Define.
21539
c79a1204
SP
215402013-10-28 Siddhesh Poyarekar <siddhesh@redhat.com>
21541
dfa1b402
SP
21542 * benchtests/pow-inputs: Add new inputs.
21543
54f73d9c
SP
21544 * benchtests/exp-inputs: Add new inputs.
21545
c79a1204
SP
21546 * sysdeps/ieee754/dbl-64/sincos32.c (__sin32): Consolidate
21547 conditional check for return value.
21548 (__cos32): Likewise.
21549
67beb545 215502013-10-26 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
69f13dbf
AZ
21551
21552 * sysdeps/powerpc/powerpc64/strcpy.S (strcpy): Add word load/store
21553 to provide a boost for large inputs with word alignment.
21554 * sysdeps/powerpc/powerpc64/stpcpy.S (__stpcpy): Rewrite
21555 implementation based on optimized PPC64 strcpy.
21556 * sysdeps/powerpc/powerpc64/power7/strcpy.S: New file: optimized
21557 strcpy for PPC64/POWER7 based on both doubleword and word load/store.
21558 * sysdeps/powerpc/powerpc64/power7/stpcpy.S: New file: optimized
21559 stpcpy for PPC64/POWER7 based on PPC64/POWER7 strcpy.
21560
151659f6
OB
215612013-10-25 Ondřej Bílka <neleai@seznam.cz>
21562
482a077e 21563 [BZ #2801]
151659f6
OB
21564 * manual/socket.texi (Host Names): Fix gethostbyname_r example.
21565
10b0f26b
OB
215662013-10-25 Ondřej Bílka <neleai@seznam.cz>
21567
21568 [BZ #14876]
21569 * time/strptime_l.c (__strptime_internal): 14876 Read timezone entry.
21570 * time/tst-strptime.c (day_tests): Add testcase.
21571
ca42d35e
OB
215722013-10-25 Ondřej Bílka <neleai@seznam.cz>
21573
482a077e 21574 [BZ #14029]
ca42d35e
OB
21575 * manual/pattern.texi: Acknowledge that fnmatch can fail.
21576
52e6d801
FB
215772013-10-25 Fabrice Bauzac <fbauzac@debian71.nce.amadeus.net>
21578
21579 [BZ #16074]
21580 * manual/llio.texi (Memory-mapped I/O): Indicate that mmap returns
21581 MAP_FAILED on error.
21582
7cbcdb36
SP
215832013-10-25 Siddhesh Poyarekar <siddhesh@redhat.com>
21584
21585 [BZ #16072]
21586 * sysdeps/posix/getaddrinfo.c (gethosts): Allocate tmpbuf on
21587 heap for large requests.
21588
894f3f10
AM
215892013-10-25 Aurelien Jarno <aurelien@aurel32.net>
21590
21591 [BZ #9954]
21592 * sysdeps/posix/getaddrinfo.c (rfc3484_sort): do not assign native
21593 result if the result has no associated interface.
21594 * sysdeps/posix/getaddrinfo.c (getaddrinfo): correctly detect
21595 interface for all 127.X.Y.Z addresses.
21596
b85545a6
CL
215972013-10-24 Chris Leonard <cjl@sugarlabs.org>
21598
21599 * locale/iso-639.def: Add Ligurian (lij)
21600
d1f23d46
OB
216012013-10-21 Ondřej Bílka <neleai@seznam.cz>
21602
21603 [BZ #15825]
21604 * sunrpc/rpc_main.c: Document rpcgen -5.
21605
4db5b08f
MS
216062013-10-19 Michael Stahl <mstahl@redhat.com>
21607
21608 * elf/rtld.c (do_preload): Print the reason why preloading failed.
21609
a471e96a
OB
216102013-10-19 Ondřej Bílka <neleai@seznam.cz>
21611
d1f23d46 21612 [BZ #10278]
a471e96a
OB
21613 * posix/glob.c: Match only directories when trailing slash is present.
21614 * posix/tst-gnuglob.c (my_opendir): Do not open files.
21615 (main): Add testcase.
21616
45c30c61
OB
216172013-10-19 Ondřej Bílka <neleai@seznam.cz>
21618
21619 [BZ #15670]
21620 * time/tzfile.c (__tzfile_read): Replace alloca with malloc.
21621
484c12fb
CD
216222013-10-18 Carlos O'Donell <carlos@redhat.com>
21623
3d7dc513
CD
21624 * manual/crypt.texi (Cryptographic Functions): Using SunRPC and
21625 AUTH_DES will prevent FIPS 140-2 compliance. Add vindex for
21626 AUTH_DES and cindex for FIPS 140-2.
21627 (DES Encryption): Add cindex FIPS 46-3.
21628
484c12fb
CD
21629 * locale/locarchive.h (struct locarhandle): Add fname.
21630 * locale/programs/localedef.c (main): Pass ARGV[remaining]
21631 if an optional argument was specified to --list-archive,
21632 otherwise NULL.
21633 * locale/programs/locarchive.c (show_archive_content): Take new
21634 argument fname and pass it via ah.fname to open_archive.
21635 * locale/programs/localedef.h: Update decl.
21636 (open_archive): If AH->fname is non-null, open that file
21637 rather than the default file name, and don't ignore ENOENT.
21638 (create_archive): Set AH.fname to NULL.
21639 (delete_locales_from_archive): Likewise.
21640 (add_locales_to_archive): Likewise.
21641 * locale/programs/locfile.c (write_all_categories): Likewise.
21642
3c8325fb
JM
216432013-10-18 Joseph Myers <joseph@codesourcery.com>
21644 Aldy Hernandez <aldyh@redhat.com>
21645
21646 * sysdeps/powerpc/powerpc32/e500/nofpu/Makefile: New file.
21647 * sysdeps/powerpc/powerpc32/e500/nofpu/fclrexcpt.c: Likewise.
21648 * sysdeps/powerpc/powerpc32/e500/nofpu/fe_note_change.c: Likewise.
21649 * sysdeps/powerpc/powerpc32/e500/nofpu/fedisblxcpt.c: Likewise.
21650 * sysdeps/powerpc/powerpc32/e500/nofpu/feenablxcpt.c: Likewise.
21651 * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c: Likewise.
21652 * sysdeps/powerpc/powerpc32/e500/nofpu/fegetexcept.c: Likewise.
21653 * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c: Likewise.
21654 * sysdeps/powerpc/powerpc32/e500/nofpu/feholdexcpt.c: Likewise.
21655 * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_const.c: Likewise.
21656 * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h: Likewise.
21657 * sysdeps/powerpc/powerpc32/e500/nofpu/fesetenv.c: Likewise.
21658 * sysdeps/powerpc/powerpc32/e500/nofpu/fesetround.c: Likewise.
21659 * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c: Likewise.
21660 * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_prctl.c:
21661 Likewise.
21662 * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_spe.c:
21663 Likewise.
21664 * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_prctl.c:
21665 Likewise.
21666 * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_spe.c:
21667 Likewise.
21668 * sysdeps/powerpc/powerpc32/e500/nofpu/fgetexcptflg.c: Likewise.
21669 * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c:
21670 Likewise.
21671 * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcpt.c: Likewise.
21672 * sysdeps/powerpc/powerpc32/e500/nofpu/fsetexcptflg.c: Likewise.
21673 * sysdeps/powerpc/powerpc32/e500/nofpu/ftestexcept.c: Likewise.
21674 * sysdeps/powerpc/powerpc32/e500/nofpu/get-rounding-mode.h:
21675 Likewise.
21676 * sysdeps/powerpc/powerpc32/e500/nofpu/s_fabsf.S: Likewise.
21677 * sysdeps/powerpc/powerpc32/e500/nofpu/spe-raise.c: Likewise.
21678 * sysdeps/powerpc/preconfigure: Likewise.
21679 * sysdeps/unix/sysv/linux/powerpc/powerpc32/e500/nofpu/Implies:
21680 Likewise.
21681 * sysdeps/powerpc/nofpu/soft-supp.h [__NO_FPRS__ && !_SOFT_FLOAT]:
21682 Replace contents of file by #include of <fenv_libc.h>.
21683 * sysdeps/powerpc/soft-fp/sfp-machine.h
21684 [__NO_FPRS__ && !_SOFT_FLOAT]: Include <fenv_libc.h>, <sysdep.h>
21685 and <sys/prctl.h>.
21686 [__NO_FPRS__ && !_SOFT_FLOAT] (__feraiseexcept_soft): Declare.
21687 [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INEXACT): Define macro.
21688 [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INVALID): Likewise.
21689 [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_DIVZERO): Likewise.
21690 [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_UNDERFLOW): Likewise.
21691 [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_OVERFLOW): Likewise.
21692 [__NO_FPRS__ && !_SOFT_FLOAT] (_FP_DECL_EX): Likewise.
21693 [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_ROUNDMODE): Likewise.
21694 [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_EXCEPTIONS): Likewise.
21695 [__NO_FPRS__ && !_SOFT_FLOAT] (FP_HANDLE_EXCEPTIONS): Likewise.
21696 [__NO_FPRS__ && !_SOFT_FLOAT] (FP_ROUNDMODE): Likewise.
21697 [__NO_FPRS__ && !_SOFT_FLOAT] (FP_TRAPPING_EXCEPTIONS): Likewise.
21698 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
21699 Allow copysignl PLT reference to be missing.
21700
5abe0682
RS
217012013-10-18 Richard Sandiford <richard@codesourcery.com>
21702 Joseph Myers <joseph@codesourcery.com
21703
21704 [BZ #15948]
21705 * locale/programs/ld-collate.c (new_element): Handle <U0000> as a
21706 single character.
21707 (add_to_tablewc): Assert sequence of wide characters is nonempty.
21708
c7738d08
SP
217092013-10-18 Siddhesh Poyarekar <siddhesh@redhat.com>
21710
21711 * elf/tst-tls-dlinfo.c: Don't include tls.h.
21712 * elf/tst-tls1.c: Likewise.
21713 * elf/tst-tls10.h: Likewise.
21714 * elf/tst-tls14.c: Likewise.
21715 * elf/tst-tls2.c: Likewise.
21716 * elf/tst-tls3.c: Likewise.
21717 * elf/tst-tls4.c: Likewise.
21718 * elf/tst-tls5.c: Likewise.
21719 * elf/tst-tls6.c: Likewise.
21720 * elf/tst-tls7.c: Likewise.
21721 * elf/tst-tls8.c: Likewise.
21722 * elf/tst-tls9.c: Likewise.
21723 * elf/tst-tlsmod1.c: Likewise.
21724 * elf/tst-tlsmod13.c: Likewise.
21725 * elf/tst-tlsmod13a.c: Likewise.
21726 * elf/tst-tlsmod14a.c: Likewise.
21727 * elf/tst-tlsmod16a.c: Likewise.
21728 * elf/tst-tlsmod16b.c: Likewise.
21729 * elf/tst-tlsmod2.c: Likewise.
21730 * elf/tst-tlsmod3.c: Likewise.
21731 * elf/tst-tlsmod4.c: Likewise.
21732 * elf/tst-tlsmod5.c: Likewise.
21733 * elf/tst-tlsmod6.c: Likewise.
21734
0bfcf2c7
OB
217352013-10-18 Ondřej Bílka <neleai@seznam.cz>
21736
21737 [BZ #12486]
21738 * malloc/malloc.c: remove checks for statistics.
21739
264aad1e
OB
217402013-10-17 Ondřej Bílka <neleai@seznam.cz>
21741
21742 [BZ #15277]
21743 * inet/inet_net.c (inet_network): Detect additional invalid strings.
21744 * inet/tst-network.c: Add testcase.
21745
b957ced8
AS
217462013-10-17 Andreas Schwab <schwab@suse.de>
21747
21748 [BZ #15218]
21749 * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't use gethostbyaddr
21750 to determine canonical name.
21751
c5d5d574
OB
217522013-10-17 Ondřej Bílka <neleai@seznam.cz>
21753
21754 * sysdeps/ieee754/dbl-64/dbl2mpn.c: Fix formatting.
21755 * sysdeps/ieee754/dbl-64/dla.h: Likewise.
21756 * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
21757 * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
21758 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
21759 * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
21760 * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
21761 * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
21762 * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
21763 * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
21764 * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
21765 * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
21766 * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
21767 * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
21768 * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
21769 * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
21770 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
21771 * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
21772 * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
21773 * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
21774 * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
21775 * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
21776 * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
21777 * sysdeps/ieee754/dbl-64/MathLib.h: Likewise.
21778 * sysdeps/ieee754/dbl-64/mpa-arch.h: Likewise.
21779 * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
21780 * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
21781 * sysdeps/ieee754/dbl-64/mpn2dbl.c: Likewise.
21782 * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
21783 * sysdeps/ieee754/dbl-64/mydefs.h: Likewise.
21784 * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
21785 * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
21786 * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
21787 * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
21788 * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
21789 * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
21790 * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
21791 * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
21792 * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
21793 * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
21794 * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
21795 * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
21796 * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
21797 * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
21798 * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
21799 * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
21800 * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
21801 * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
21802 * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
21803 * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
21804 * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
21805 * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
21806 * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
21807 * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
21808 * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
21809 * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
21810 * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
21811 * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
21812
e5c2c2d0
JM
218132013-10-17 Joseph Myers <joseph@codesourcery.com>
21814
21815 [BZ #16041]
21816 * soft-fp/op-common.h (FP_EXTEND): When input is a signaling NaN,
21817 make result into a quiet NaN.
21818
51ca9e29
JM
218192013-10-16 Joseph Myers <joseph@codesourcery.com>
21820
21821 * soft-fp/adddf3.c: Fix horizontal whitespace.
21822 * soft-fp/addsf3.c: Likewise.
21823 * soft-fp/addtf3.c: Likewise.
21824 * soft-fp/divdf3.c: Likewise.
21825 * soft-fp/divsf3.c: Likewise.
21826 * soft-fp/divtf3.c: Likewise.
21827 * soft-fp/double.h: Likewise.
21828 * soft-fp/eqdf2.c: Likewise.
21829 * soft-fp/eqsf2.c: Likewise.
21830 * soft-fp/eqtf2.c: Likewise.
21831 * soft-fp/extenddftf2.c: Likewise.
21832 * soft-fp/extended.h: Likewise.
21833 * soft-fp/extendsfdf2.c: Likewise.
21834 * soft-fp/extendsftf2.c: Likewise.
21835 * soft-fp/extendxftf2.c: Likewise.
21836 * soft-fp/fixdfdi.c: Likewise.
21837 * soft-fp/fixdfsi.c: Likewise.
21838 * soft-fp/fixdfti.c: Likewise.
21839 * soft-fp/fixsfdi.c: Likewise.
21840 * soft-fp/fixsfsi.c: Likewise.
21841 * soft-fp/fixsfti.c: Likewise.
21842 * soft-fp/fixtfdi.c: Likewise.
21843 * soft-fp/fixtfsi.c: Likewise.
21844 * soft-fp/fixtfti.c: Likewise.
21845 * soft-fp/fixunsdfdi.c: Likewise.
21846 * soft-fp/fixunsdfsi.c: Likewise.
21847 * soft-fp/fixunsdfti.c: Likewise.
21848 * soft-fp/fixunssfdi.c: Likewise.
21849 * soft-fp/fixunssfsi.c: Likewise.
21850 * soft-fp/fixunssfti.c: Likewise.
21851 * soft-fp/fixunstfdi.c: Likewise.
21852 * soft-fp/fixunstfsi.c: Likewise.
21853 * soft-fp/fixunstfti.c: Likewise.
21854 * soft-fp/floatdidf.c: Likewise.
21855 * soft-fp/floatdisf.c: Likewise.
21856 * soft-fp/floatditf.c: Likewise.
21857 * soft-fp/floatsidf.c: Likewise.
21858 * soft-fp/floatsisf.c: Likewise.
21859 * soft-fp/floatsitf.c: Likewise.
21860 * soft-fp/floattidf.c: Likewise.
21861 * soft-fp/floattisf.c: Likewise.
21862 * soft-fp/floattitf.c: Likewise.
21863 * soft-fp/floatundidf.c: Likewise.
21864 * soft-fp/floatundisf.c: Likewise.
21865 * soft-fp/floatunditf.c: Likewise.
21866 * soft-fp/floatunsidf.c: Likewise.
21867 * soft-fp/floatunsisf.c: Likewise.
21868 * soft-fp/floatunsitf.c: Likewise.
21869 * soft-fp/floatuntidf.c: Likewise.
21870 * soft-fp/floatuntisf.c: Likewise.
21871 * soft-fp/floatuntitf.c: Likewise.
21872 * soft-fp/fmadf4.c: Likewise.
21873 * soft-fp/fmasf4.c: Likewise.
21874 * soft-fp/fmatf4.c: Likewise.
21875 * soft-fp/gedf2.c: Likewise.
21876 * soft-fp/gesf2.c: Likewise.
21877 * soft-fp/getf2.c: Likewise.
21878 * soft-fp/ledf2.c: Likewise.
21879 * soft-fp/lesf2.c: Likewise.
21880 * soft-fp/letf2.c: Likewise.
21881 * soft-fp/muldf3.c: Likewise.
21882 * soft-fp/mulsf3.c: Likewise.
21883 * soft-fp/multf3.c: Likewise.
21884 * soft-fp/negdf2.c: Likewise.
21885 * soft-fp/negsf2.c: Likewise.
21886 * soft-fp/negtf2.c: Likewise.
21887 * soft-fp/op-1.h: Likewise.
21888 * soft-fp/op-2.h: Likewise.
21889 * soft-fp/op-4.h: Likewise.
21890 * soft-fp/op-8.h: Likewise.
21891 * soft-fp/op-common.h: Likewise.
21892 * soft-fp/quad.h: Likewise.
21893 * soft-fp/single.h: Likewise.
21894 * soft-fp/soft-fp.h: Likewise.
21895 * soft-fp/sqrtdf2.c: Likewise.
21896 * soft-fp/sqrtsf2.c: Likewise.
21897 * soft-fp/sqrttf2.c: Likewise.
21898 * soft-fp/subdf3.c: Likewise.
21899 * soft-fp/subsf3.c: Likewise.
21900 * soft-fp/subtf3.c: Likewise.
21901 * soft-fp/truncdfsf2.c: Likewise.
21902 * soft-fp/trunctfdf2.c: Likewise.
21903 * soft-fp/trunctfsf2.c: Likewise.
21904 * soft-fp/trunctfxf2.c: Likewise.
21905 * soft-fp/unorddf2.c: Likewise.
21906 * soft-fp/unordsf2.c: Likewise.
21907 * soft-fp/unordtf2.c: Likewise.
21908
9ebb0332
JM
219092013-10-15 Joseph Myers <joseph@codesourcery.com>
21910
21911 * soft-fp/op-2.h (_FP_DIV_MEAT_2_gmp): Remove macro.
21912 * soft-fp/soft-fp.h (FP_UNSET_EXCEPTION): Likewise.
21913
4b1a6d8b
OB
219142013-10-15 Ondřej Bílka <neleai@seznam.cz>
21915
21916 * elf/dl-libc.c: Clear initfini list after freeing.
21917
1e145589
JM
219182013-10-14 Joseph Myers <joseph@codesourcery.com>
21919
21920 * soft-fp/adddf3.c: Fix vertical whitespace and indentation.
21921 * soft-fp/addsf3.c: Likewise.
21922 * soft-fp/addtf3.c: Likewise.
21923 * soft-fp/divdf3.c: Likewise.
21924 * soft-fp/divsf3.c: Likewise.
21925 * soft-fp/divtf3.c: Likewise.
21926 * soft-fp/double.h: Likewise.
21927 * soft-fp/eqdf2.c: Likewise.
21928 * soft-fp/eqsf2.c: Likewise.
21929 * soft-fp/eqtf2.c: Likewise.
21930 * soft-fp/extenddftf2.c: Likewise.
21931 * soft-fp/extended.h: Likewise.
21932 * soft-fp/extendsfdf2.c: Likewise.
21933 * soft-fp/extendsftf2.c: Likewise.
21934 * soft-fp/extendxftf2.c: Likewise.
21935 * soft-fp/fixdfdi.c: Likewise.
21936 * soft-fp/fixdfsi.c: Likewise.
21937 * soft-fp/fixdfti.c: Likewise.
21938 * soft-fp/fixsfdi.c: Likewise.
21939 * soft-fp/fixsfsi.c: Likewise.
21940 * soft-fp/fixsfti.c: Likewise.
21941 * soft-fp/fixtfdi.c: Likewise.
21942 * soft-fp/fixtfsi.c: Likewise.
21943 * soft-fp/fixtfti.c: Likewise.
21944 * soft-fp/fixunsdfdi.c: Likewise.
21945 * soft-fp/fixunsdfsi.c: Likewise.
21946 * soft-fp/fixunsdfti.c: Likewise.
21947 * soft-fp/fixunssfdi.c: Likewise.
21948 * soft-fp/fixunssfsi.c: Likewise.
21949 * soft-fp/fixunssfti.c: Likewise.
21950 * soft-fp/fixunstfdi.c: Likewise.
21951 * soft-fp/fixunstfsi.c: Likewise.
21952 * soft-fp/fixunstfti.c: Likewise.
21953 * soft-fp/floatdidf.c: Likewise.
21954 * soft-fp/floatdisf.c: Likewise.
21955 * soft-fp/floatditf.c: Likewise.
21956 * soft-fp/floatsidf.c: Likewise.
21957 * soft-fp/floatsisf.c: Likewise.
21958 * soft-fp/floatsitf.c: Likewise.
21959 * soft-fp/floattidf.c: Likewise.
21960 * soft-fp/floattisf.c: Likewise.
21961 * soft-fp/floattitf.c: Likewise.
21962 * soft-fp/floatundidf.c: Likewise.
21963 * soft-fp/floatundisf.c: Likewise.
21964 * soft-fp/floatunsidf.c: Likewise.
21965 * soft-fp/floatunsisf.c: Likewise.
21966 * soft-fp/floatuntidf.c: Likewise.
21967 * soft-fp/floatuntisf.c: Likewise.
21968 * soft-fp/floatuntitf.c: Likewise.
21969 * soft-fp/fmadf4.c: Likewise.
21970 * soft-fp/fmasf4.c: Likewise.
21971 * soft-fp/fmatf4.c: Likewise.
21972 * soft-fp/gedf2.c: Likewise.
21973 * soft-fp/gesf2.c: Likewise.
21974 * soft-fp/getf2.c: Likewise.
21975 * soft-fp/ledf2.c: Likewise.
21976 * soft-fp/lesf2.c: Likewise.
21977 * soft-fp/letf2.c: Likewise.
21978 * soft-fp/muldf3.c: Likewise.
21979 * soft-fp/mulsf3.c: Likewise.
21980 * soft-fp/multf3.c: Likewise.
21981 * soft-fp/negdf2.c: Likewise.
21982 * soft-fp/negsf2.c: Likewise.
21983 * soft-fp/negtf2.c: Likewise.
21984 * soft-fp/op-1.h: Likewise.
21985 * soft-fp/op-2.h: Likewise.
21986 * soft-fp/op-4.h: Likewise.
21987 * soft-fp/op-8.h: Likewise.
21988 * soft-fp/op-common.h: Likewise.
21989 * soft-fp/quad.h: Likewise.
21990 * soft-fp/single.h: Likewise.
21991 * soft-fp/soft-fp.h: Likewise.
21992 * soft-fp/sqrtdf2.c: Likewise.
21993 * soft-fp/sqrtsf2.c: Likewise.
21994 * soft-fp/sqrttf2.c: Likewise.
21995 * soft-fp/subdf3.c: Likewise.
21996 * soft-fp/subsf3.c: Likewise.
21997 * soft-fp/subtf3.c: Likewise.
21998 * soft-fp/truncdfsf2.c: Likewise.
21999 * soft-fp/trunctfdf2.c: Likewise.
22000 * soft-fp/trunctfsf2.c: Likewise.
22001 * soft-fp/trunctfxf2.c: Likewise.
22002 * soft-fp/unorddf2.c: Likewise.
22003 * soft-fp/unordsf2.c: Likewise.
22004 * soft-fp/unordtf2.c: Likewise.
22005
17c48a60
OB
220062013-10-14 Ondřej Bílka <neleai@seznam.cz>
22007
22008 [BZ #15672]
22009 * misc/error.c (error_tail): Fix possible buffer overflow.
22010
cabba934
OB
220112013-10-14 Aurelien Jarno <aurelien@aurel32.net>
22012
22013 [BZ #13028]
22014 * res_send.c(__libc_res_nsend): Correctly copy the nameserver
22015 address.
22016
94bf958a
PM
220172013-10-14 P. J. McDermott <pj@pehjota.net>
22018
22019 [BZ #832]
22020 * elf/ldd.bash.in (try_trace): New function. Delete previous code
22021 testing pipefail option.
22022
71b4dea7
JM
220232013-10-12 Joseph Myers <joseph@codesourcery.com>
22024
22025 * soft-fp/double.h: Indent preprocessor directives inside #if.
22026 * soft-fp/extended.h: Likewise.
22027 * soft-fp/op-2.h: Likewise.
22028 * soft-fp/op-4.h: Likewise.
22029 * soft-fp/op-common.h: Likewise.
22030 * soft-fp/quad.h: Likewise.
22031 * soft-fp/single.h: Likewise.
22032 * soft-fp/soft-fp.h: Likewise.
22033
55602758
YC
220342013-10-12 Yuri Chornoivan <yurchor@ukr.net>
22035
22036 * iconv/iconv_prog.c: Fix typos.
22037 * stdio-common/psiginfo-data.h: Likewise.
22038
9cd83302
RT
220392013-10-12 Reuben Thomas <rrt@sc3d.org>
22040
22041 [BZ #15764]
22042 * locale/setlocale.c: Fix typo.
22043
99fd9f47
JM
220442013-10-12 Joseph Myers <joseph@codesourcery.com>
22045
b7ea74f0
JM
22046 [BZ #16036]
22047 * soft-fp/unorddf2.c (__unorddf2): Raise "invalid" exception for
22048 signaling NaN arguments.
22049 * soft-fp/unordsf2.c (__unordsf2): Likewise.
22050 * soft-fp/unordtf2.c (__unordtf2): Likewise.
22051
8a509447
JM
22052 [BZ #14910]
22053 * soft-fp/gedf2.c (__gedf2): Raise "invalid" exception for all
22054 unordered operands.
22055 * soft-fp/gesf2.c (__gesf2): Likewise.
22056 * soft-fp/getf2.c (__getf2): Likewise.
22057 * soft-fp/ledf2.c (__ledf2): Likewise.
22058 * soft-fp/lesf2.c (__lesf2): Likewise.
22059 * soft-fp/letf2.c (__letf2): Likewise.
22060
98998e9f
JM
22061 * soft-fp/eqdf2.c (__eqdf2): Use FP_INIT_EXCEPTIONS.
22062 * soft-fp/eqsf2.c (__eqsf2): Likewise.
22063 * soft-fp/eqtf2.c (__eqtf2): Likewise.
22064 * soft-fp/fixdfdi.c (__fixdfdi): Likewise.
22065 * soft-fp/fixdfsi.c (__fixdfsi): Likewise.
22066 * soft-fp/fixdfti.c (__fixdfti): Likewise.
22067 * soft-fp/fixsfdi.c (__fixsfdi): Likewise.
22068 * soft-fp/fixsfsi.c (__fixsfsi): Likewise.
22069 * soft-fp/fixsfti.c (__fixsfti): Likewise.
22070 * soft-fp/fixtfdi.c (__fixtfdi): Likewise.
22071 * soft-fp/fixtfsi.c (__fixtfsi): Likewise.
22072 * soft-fp/fixtfti.c (__fixtfti): Likewise.
22073 * soft-fp/fixunsdfdi.c (__fixunsdfdi): Likewise.
22074 * soft-fp/fixunsdfsi.c (__fixunsdfsi): Likewise.
22075 * soft-fp/fixunsdfti.c (__fixunsdfti): Likewise.
22076 * soft-fp/fixunssfdi.c (__fixunssfdi): Likewise.
22077 * soft-fp/fixunssfsi.c (__fixunssfsi): Likewise.
22078 * soft-fp/fixunssfti.c (__fixunssfti): Likewise.
22079 * soft-fp/fixunstfdi.c (__fixunstfdi): Likewise.
22080 * soft-fp/fixunstfsi.c (__fixunstfsi): Likewise.
22081 * soft-fp/fixunstfti.c (__fixunstfti): Likewise.
22082 * soft-fp/floatdidf.c (__floatdidf): Use FP_INIT_ROUNDMODE.
22083 * soft-fp/floatdisf.c (__floatdisf): Likewise.
22084 * soft-fp/floatsisf.c (__floatsisf): Likewise.
22085 * soft-fp/floattidf.c (__floattidf): Likewise.
22086 * soft-fp/floattisf.c (__floattisf): Likewise.
22087 * soft-fp/floattitf.c (__floattitf): Likewise.
22088 * soft-fp/floatundidf.c (__floatundidf): Likewise.
22089 * soft-fp/floatundisf.c (__floatundisf): Likewise.
22090 * soft-fp/floatunsisf.c (__floatunsisf): Likewise.
22091 * soft-fp/floatuntidf.c (__floatuntidf): Likewise.
22092 * soft-fp/floatuntisf.c (__floatuntisf): Likewise.
22093 * soft-fp/floatuntitf.c (__floatuntitf): Likewise.
22094 * soft-fp/gedf2.c (__gedf2): Use FP_INIT_EXCEPTIONS.
22095 * soft-fp/gesf2.c (__gesf2): Likewise.
22096 * soft-fp/getf2.c (__getf2): Likewise.
22097 * soft-fp/ledf2.c (__ledf2): Likewise.
22098 * soft-fp/lesf2.c (__lesf2): Likewise.
22099 * soft-fp/letf2.c (__letf2): Likewise.
22100
8edc4a11
JM
22101 * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS] (FP_SET_EXCEPTION):
22102 Undefine and redefine.
22103 [FP_NO_EXCEPTIONS] (FP_CUR_EXCEPTIONS): Likewise.
22104 [FP_NO_EXCEPTIONS] (FP_TRAPPING_EXCEPTIONS): Likewise.
22105 [FP_NO_EXCEPTIONS] (FP_ROUNDMODE): Likewise.
22106 * soft-fp/floatditf.c (FP_NO_EXCEPTIONS): Define macro.
22107 (__floatditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
22108 * soft-fp/floatsidf.c (FP_NO_EXCEPTIONS): Define macro.
22109 (__floatsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
22110 * soft-fp/floatsitf.c (FP_NO_EXCEPTIONS): Define macro.
22111 (__floatsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
22112 * soft-fp/floatunditf.c (FP_NO_EXCEPTIONS): Define macro.
22113 (__floatunditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
22114 * soft-fp/floatunsidf.c (FP_NO_EXCEPTIONS): Define macro.
22115 (__floatunsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
22116 * soft-fp/floatunsitf.c (FP_NO_EXCEPTIONS): Define macro.
22117 (__floatunsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
22118
8399acaf
JM
22119 [BZ #16032]
22120 * soft-fp/op-2.h (_FP_DIV_MEAT_2_udiv): Shift numerator right
22121 without decrementing exponent if mantissa >= that for the
22122 denominator, not >.
22123 (_FP_DIV_MEAT_2_gmp): Test numerator mantissa >= that for the
22124 denominator, not >. Decrement exponent in < case instead of
22125 incrementing in >= case.
22126 * soft-fp/op-4.h (_FP_DIV_MEAT_4_udiv): Shift numerator right
22127 without decrementing exponent if mantissa >= that for the
22128 denominator, not >.
22129
99fd9f47
JM
22130 * soft-fp/op-common.h (_FP_TO_INT): Reverse test of sign for
22131 computing saturated result for unsigned overflow.
22132
10e1cf6b
SP
221332013-10-11 Siddhesh Poyarekar <siddhesh@redhat.com>
22134 Jeff Law <law@redhat.com>
22135
22136 * sysdeps/ieee754/dbl-64/e_atan2.c: Include stap-probe.h.
22137 (atan2Mp): Add systemtap probe marker.
22138 * sysdeps/ieee754/dbl-64/e_log.c: include stap-probe.h.
22139 (__ieee754_log): Add systemtap probe marker.
22140 * sysdeps/ieee754/dbl-64/s_atan.c: Include stap-probe.h.
22141 (atanMp): Add systemtap probe marker.
22142 * sysdeps/ieee754/dbl-64/s_tan.c: Include stap-probe.h.
22143 (tanMp): Add systemtap probe marker.
22144 * sysdeps/ieee754/dbl-64/slowexp.c: Include stap-probe.h.
22145 (__slowexp): Add systemtap probe marker.
22146 * sysdeps/ieee754/dbl-64/slowpow.c: Include stap-probe.h.
22147 (__slowpow): Add systemtap probe marker.
22148 * manual/probes.texi: Document probes.
22149
3d110c7c
EB
221502013-10-11 Eric Biggers <ebiggers3@gmail.com>
22151
22152 [BZ #15362]
22153 * libio/fileops.c (_IO_new_file_write): Return count of bytes
22154 written.
22155 (_IO_new_file_xsputn): Don't return EOF if nothing has been
22156 written.
22157 * libio/iofwrite.c (_IO_fwrite): Return count if bytes were
22158 written to buffer but not flushed.
22159 * libio/iofwrite_u.c: Likewise.
22160 * libio/iopadn.c: Return bytes returned even if EOF was
22161 encountered.
22162 * libio/iowpadn.c: Likewise.
22163 * stdio-common/vfprintf.c [COMPILE_WPRINTF] (PAD): Return error
22164 if _IO_padn does not write the whole buffer.
22165 [!COMPILE_WPRINTF] (PAD): Likewise.
22166
75b4202a
DM
221672013-10-10 David S. Miller <davem@davemloft.net>
22168
22169 * sysdeps/posix/dirstream.h (struct __dirstream): Fix alignment of
22170 directory block.
22171
6c6352e6
JM
221722013-10-10 Joseph Myers <joseph@codesourcery.com>
22173
33b853c3
JM
22174 * soft-fp/extendxftf2.c: Use copyright year range. Use URL
22175 instead of FSF address.
22176 * soft-fp/fixdfti.c: Likewise.
22177 * soft-fp/fixsfti.c: Likewise.
22178 * soft-fp/fixtfti.c: Likewise.
22179 * soft-fp/fixunsdfti.c: Likewise.
22180 * soft-fp/fixunssfti.c: Likewise.
22181 * soft-fp/fixunstfti.c: Likewise.
22182 * soft-fp/floattidf.c: Likewise.
22183 * soft-fp/floattisf.c: Likewise.
22184 * soft-fp/floattitf.c: Likewise.
22185 * soft-fp/floatuntidf.c: Likewise.
22186 * soft-fp/floatuntisf.c: Likewise.
22187 * soft-fp/floatuntitf.c: Likewise.
22188 * soft-fp/trunctfxf2.c: Likewise.
22189
6c6352e6
JM
22190 * soft-fp/extendxftf2.c: New file. Copied from libgcc.
22191 * soft-fp/fixdfti.c: Likewise.
22192 * soft-fp/fixsfti.c: Likewise.
22193 * soft-fp/fixtfti.c: Likewise.
22194 * soft-fp/fixunsdfti.c: Likewise.
22195 * soft-fp/fixunssfti.c: Likewise.
22196 * soft-fp/fixunstfti.c: Likewise.
22197 * soft-fp/floattidf.c: Likewise.
22198 * soft-fp/floattisf.c: Likewise.
22199 * soft-fp/floattitf.c: Likewise.
22200 * soft-fp/floatuntidf.c: Likewise.
22201 * soft-fp/floatuntisf.c: Likewise.
22202 * soft-fp/floatuntitf.c: Likewise.
22203 * soft-fp/trunctfxf2.c: Likewise.
22204
3bf78b71
DM
222052013-10-10 David S. Miller <davem@davemloft.net>
22206
22207 * sysdeps/sparc/fpu/libm-test-ulps: Update.
22208
6f10289e
JM
222092013-10-10 Joseph Myers <joseph@codsourcery.com>
22210
bd878fc0
JM
22211 * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
22212 (CFLAGS-e_hypotl.c): Add -fno-builtin-fabsl.
22213 [$(subdir) = math] (CFLAGS-w_acosl.c): Likewise.
22214 [$(subdir) = math] (CFLAGS-w_asinl.c): Likewise.
22215 [$(subdir) = math] (CFLAGS-w_atanhl.c): Likewise.
22216 [$(subdir) = math] (CFLAGS-w_j0l.c): Likewise.
22217 [$(subdir) = math] (CFLAGS-w_j1l.c): Likewise.
22218
6f10289e
JM
22219 * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Check
22220 for NaNs before doing comparisons on argument.
22221 * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl):
22222 Likewise.
22223
321e2684
WN
222242013-10-10 Will Newton <will.newton@linaro.org>
22225
22226 * malloc/hooks.c (memalign_check): Ensure the value of bytes
22227 passed to _int_memalign does not overflow.
22228
40fefba1
TR
222292013-10-10 Torvald Riegel <triegel@redhat.com>
22230
22231 * scripts/bench.pl: Add include-sources directive.
22232 * benchtests/README: Update documentation.
22233
2ae21ed2
JM
222342013-10-10 Joseph Myers <joseph@codesourcery.com>
22235
dcc2dd3f
JM
22236 * soft-fp/soft-fp.h (FP_INIT_EXCEPTIONS): New macro.
22237 * soft-fp/extenddftf2.c (__extenddftf2): Use FP_INIT_EXCEPTIONS
22238 instead of FP_INIT_ROUNDMODE.
22239 * soft-fp/extendsfdf2.c (__extendsfdf2): Likewise.
22240 * soft-fp/extendsftf2.c (__extendsftf2): Likewise.
22241
2ae21ed2
JM
22242 [BZ #16034]
22243 * soft-fp/op-common.h (_FP_NEG): Document input as raw. Do not
22244 copy class of input value.
22245 * soft-fp/negdf2.c (__negdf2): Use raw unpacking and packing. Do
22246 not handle exceptions.
22247 * soft-fp/negsf2.c (__negsf2): Likewise.
22248 * soft-fp/negtf2.c (__negtf2): Likewise.
22249 * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Likewise.
22250
cb8f9562
JM
222512013-10-09 Joseph Myers <joseph@codesourcery.com>
22252
22253 * soft-fp/op-4.h (_FP_FRAC_DISASSEMBLE_4): Remove trailing
22254 semicolon. From Linux kernel.
22255
5b60c59d
AB
222562013-10-09 Adam Buchbinder <adam.buchbinder@gmail.com>
22257
22258 * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Fix typo in comment.
22259
b86835ca
YC
222602013-10-08 Yogesh Chaudhari <mr.yogesh@gmail.com>
22261
22262 [BZ #156]
22263 * manual/socket.texi: Added statement about buffer
22264 for gethostbyname2_r.
22265
e7044ea7
OB
222662013-10-08 Ondřej Bílka <neleai@seznam.cz>
22267
22268 * sysdeps/x86_64/memset.S (ALIGN): Macro removed.
22269 Use .p2align directive instead, throughout.
22270 * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
22271 * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
22272 * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: Likewise.
22273 * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
22274 * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
22275 * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: Likewise.
22276 * sysdeps/x86_64/strchr.S: Likewise.
22277 * sysdeps/x86_64/strrchr.S: Likewise.
22278
09544cbc
SP
222792013-10-08 Siddhesh Poyarekar <siddhesh@redhat.com>
22280
88576635
SP
22281 * sysdeps/ieee754/dbl-64/e_pow.c: Fix code formatting.
22282
e7b2d1dd
SP
22283 * sysdeps/ieee754/dbl-64/e_exp.c: Fix code formatting.
22284
09544cbc
SP
22285 * sysdeps/generic/math_private.h (__mpsin1): Remove
22286 declaration.
22287 (__mpcos1): Likewise.
22288 (__mpsin): New argument __range_reduce.
22289 (__mpcos): Likewise.
22290 * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
22291 (slow): Use __mpsin and __mpcos.
22292 (slow1): Likewise.
22293 (slow2): Likewise.
22294 (sloww): Likewise.
22295 (sloww1): Likewise.
22296 (sloww2): Likewise.
22297 (bsloww): Likewise.
22298 (bsloww1): Likewise.
22299 (bsloww2): Likewise.
22300 (cslow2): Likewise.
22301 (csloww): Likewise.
22302 (csloww1): Likewise.
22303 (csloww2): Likewise.
22304 * sysdeps/ieee754/dbl-64/sincos32.c (__mpsin): Add argument
22305 range_reduce. Merge in __mpsin1.
22306 (__mpcos): Likewise.
22307 (__mpsin1): Remove.
22308 (__mpcos1): Likewise.
22309
7602d070
JM
223102013-10-07 Joseph Myers <joseph@codesourcery.com>
22311
22312 * locale/loadlocale.c (_nl_intern_locale_data): Use
22313 LOCFILE_ALIGNED_P.
22314 * locale/programs/3level.h (CONCAT(add_locale_,TABLE)): Use
22315 LOCFILE_ALIGN_UP and LOCFILE_ALIGN.
22316 * locale/programs/ld-collate.c (obstack_int32_grow): Assert that
22317 obstack data is appropriately aligned.
22318 (obstack_int32_grow_fast): Likewise.
22319 * locale/programs/ld-ctype.c (ctype_output): Use LOCFILE_ALIGN.
22320 * locale/programs/locfile.c (add_locale_uint32): Likewise.
22321 (add_locale_uint32_array): Likewise.
22322
a357259b
SP
223232013-10-07 Siddhesh Poyarekar <siddhesh@redhat.com>
22324
22325 * benchtests/Makefile: Remove ARGLIST and RET variables.
22326 ($(objpfx)bench-%.c): Pass only function name to the script.
22327 * benchtests/README: Update documentation.
22328 * benchtests/acos-inputs: Add new directives.
22329 * benchtests/acosh-inputs: Likewise.
22330 * benchtests/asin-inputs: Likewise.
22331 * benchtests/asinh-inputs: Likewise.
22332 * benchtests/atan-inputs: Likewise.
22333 * benchtests/atanh-inputs: Likewise.
22334 * benchtests/cos-inputs: Likewise.
22335 * benchtests/cosh-inputs: Likewise.
22336 * benchtests/exp-inputs: Likewise.
22337 * benchtests/log-inputs: Likewise.
22338 * benchtests/pow-inputs: Likewise.
22339 * benchtests/rint-inputs: Likewise.
22340 * benchtests/sin-inputs: Likewise.
22341 * benchtests/sinh-inputs: Likewise.
22342 * benchtests/tan-inputs: Likewise.
22343 * benchtests/tanh-inputs: Likewise.
22344 * scripts/bench.pl: Add support for new directives.
22345
9ec1b13d
AM
223462013-10-07 Alan Modra <amodra@gmail.com>
22347
22348 * README: Fix careless merge.
22349
8b7d57cd
AM
223502013-10-05 Alan Modra <amodra@gmail.com>
22351
22352 * NEWS: Mention powerpc64le support and bugs fixed.
22353 * README: Both big-endian and little-endian powerpc64 supported.
22354
7b7bab13
ST
223552013-10-04 Samuel Thibault <samuel.thibault@ens-lyon.org>
22356
57f41c40
AS
22357 * sysdeps/mach/hurd/fork.c (_hurd_atfork_prepare_hook)
22358 (_hurd_atfork_child_hook, _hurd_atfork_parent_hook): New hooks.
7b7bab13
ST
22359 (__fork): Call _hurd_atfork_prepare_hook hooks before all locking, call
22360 _hurd_atfork_parent_hook or _hurd_atfork_child_hook after all unlocking.
22361
d39baad1
RA
223622013-10-04 Ryan S. Arnold <ryan.arnold@linaro.org>
22363
22364 * misc/swapon.c (swapon): Update definition, adding FLAGS parameter to
22365 match prototype.
22366
cd78f7e7
JM
223672013-10-04 Joseph Myers <joseph@codesourcery.com>
22368
29d73d86
JM
22369 * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = yes] (+cflags):
22370 Move -mhard-float appending from
22371 ports/sysdeps/powerpc/powerpc32/Makefile.
22372 [$(with-fp) = yes] (ASFLAGS): Likewise.
22373 [$(with-fp) = yes] (sysdep-LDFLAGS): Likewise.
22374 * sysdeps/powerpc/nofpu: Move directory from
22375 ports/sysdeps/powerpc/nofpu.
22376 * sysdeps/powerpc/soft-fp: Move directory from
22377 ports/sysdeps/powerpc/soft-fp.
22378 * sysdeps/powerpc/powerpc32/405: Move directory from
22379 ports/sysdeps/powerpc/powerpc32/405.
22380 * sysdeps/powerpc/powerpc32/440: Move directory from
22381 ports/sysdeps/powerpc/powerpc32/440.
22382 * sysdeps/powerpc/powerpc32/464: Move directory from
22383 ports/sysdeps/powerpc/powerpc32/464.
22384 * sysdeps/powerpc/powerpc32/476: Move directory from
22385 ports/sysdeps/powerpc/powerpc32/476.
22386 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu: Move directory
22387 from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu.
22388 * sysdeps/unix/sysv/linux/powerpc/powerpc32/405: Move directory
22389 from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/405.
22390 * sysdeps/unix/sysv/linux/powerpc/powerpc32/440: Move directory
22391 from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/440.
22392 * sysdeps/unix/sysv/linux/powerpc/powerpc32/464: Move directory
22393 from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/464.
22394 * sysdeps/unix/sysv/linux/powerpc/powerpc32/476: Move directory
22395 from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/476.
22396 * README: Update for powerpc-*-linux-gnu software floating point
22397 support in libc.
22398
e246b347
JM
22399 * sysdeps/unix/sysv/linux/configure.in (powerpc/powerpc32): Change
22400 case to powerpc/powerpc32*.
22401 * sysdeps/unix/sysv/linux/configure: Regenerated.
22402
89c2003e
JM
22403 * sysdeps/powerpc/fpu_control.h [__NO_FPRS__ && !_SOFT_FLOAT]
22404 (_FPU_MASK_OM): Define as 0x04.
22405 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Define as 0x08.
22406 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Define as
22407 0x00c10080.
22408 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Define as
22409 0x0000003c.
22410 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Define as _FPU_DEFAULT.
22411
cd78f7e7
JM
22412 * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S
22413 (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
22414 getcontext_e500.
22415 * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S
22416 (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
22417 setcontext_e500.
22418 * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S
22419 (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use getcontext_e500
22420 and setcontext_e500.
22421
c755294d
CL
224222013-10-04 Chris Leonard <cjl@sugarlabs,.org>
22423
22424 * locale/iso-3166.def: Update iso-1366.def and related occurrences
22425
e16d221c
SP
224262013-10-04 Siddhesh Poyarekar <siddhesh@redhat.com>
22427
22428 * manual/threads.texi (Default Thread Attributes): Fix typo.
22429
215c7d43
WN
224302013-10-04 Will Newton <will.newton@linaro.org>
22431
22432 * malloc/Makefile: Add tst-memalign.
22433 * malloc/tst-memalign.c: New file.
22434
27d0461b
WN
22435 * malloc/tst-posix_memalign.c: Add comments.
22436 (do_test): Add comments and call free on all potentially
22437 allocated pointers. Add space after cast.
22438
1bc92709
WN
22439 * malloc/tst-pvalloc.c: Add comments.
22440 (do_test): Add comments and call free on all potentially
22441 allocated pointers. Remove duplicate check for NULL pointer.
22442 Add space after cast.
22443
66a9be9d
WN
22444 * malloc/tst-valloc.c: Add comments.
22445 (do_test): Add comments and call free on all potentially
22446 allocated pointers. Remove duplicate check for NULL pointer.
22447 Add space after cast.
22448
4cb81307
AM
224492013-10-04 Alan Modra <amodra@gmail.com>
22450
22451 * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
22452 Use stdint types in rather than __attribute__((mode())).
22453 * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
22454
f8e3e9f3
AM
224552013-10-04 Alan Modra <amodra@gmail.com>
22456
22457 * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
22458 Correct handling of unaligned relocs for little-endian.
22459 * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
22460
8f9ebb08
AM
224612013-10-04 Alan Modra <amodra@gmail.com>
22462
22463 * configure.in: Map powerpc64le and powerpcle to base_machine/machine.
22464 * configure: Regenerate.
22465 * nptl/shlib-versions: Powerpc*le starts at 2.18.
22466 * shlib-versions: Likewise.
22467
0edf96c2
AM
224682013-10-04 Alan Modra <amodra@gmail.com>
22469
22470 * string/tester.c (test_memrchr): Increment reported test cycle.
22471
e0f7a380
AM
224722013-10-04 Alan Modra <amodra@gmail.com>
22473
22474 * string/test-memcpy.c (do_one_test): When reporting errors, print
22475 string address and don't overrun end of string.
22476
466b0393
AM
224772013-10-04 Alan Modra <amodra@gmail.com>
22478
22479 * sysdeps/powerpc/powerpc64/power7/memchr.S: Replace rlwimi with
22480 insrdi. Make better use of reg selection to speed exit slightly.
22481 Schedule entry path a little better. Remove useless "are we done"
22482 checks on entry to main loop. Handle wrapping around zero address.
22483 Correct main loop count. Handle single left-over word from main
22484 loop inline rather than by using loop_small. Remove extra word
22485 case in loop_small caused by wrong loop count. Add little-endian
22486 support.
22487 * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
22488 * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise. Use proper
22489 cache hint.
22490 * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
22491 * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Add little-endian
22492 support. Avoid rlwimi.
22493 * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Likewise.
22494
3be87c77
AM
224952013-10-04 Alan Modra <amodra@gmail.com>
22496
22497 * sysdeps/powerpc/powerpc64/memset.S: Replace rlwimi with
e3764517 22498 insrdi. Formatting.
3be87c77
AM
22499 * sysdeps/powerpc/powerpc64/power4/memset.S: Likewise.
22500 * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
22501 * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
22502 * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
22503 * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
22504 * sysdeps/powerpc/powerpc32/power7/memset.S: Likewise.
22505
759cfef3
AM
225062013-10-04 Alan Modra <amodra@gmail.com>
22507
22508 * sysdeps/powerpc/powerpc32/power4/memcpy.S: Add little endian support.
22509 * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
22510 * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
22511 * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Likewise.
22512 * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
22513 * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
22514 * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
22515 * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
22516 * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Likewise. Make better
22517 use of regs. Use power7 mtocrf. Tidy function tails.
22518
fe6e95d7
AM
225192013-10-04 Alan Modra <amodra@gmail.com>
22520
22521 * sysdeps/powerpc/powerpc64/power7/memcmp.S: Add little-endian support.
22522 Formatting. Consistently use rXXX register defines or rN defines.
22523 Use early exit labels that avoid restoring unused non-volatile regs.
22524 Make cr field use more consistent with rWORDn compares. Rename
22525 regs used as shift registers for unaligned loop, using rN defines
22526 for short lifetime/multiple use regs.
22527 * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
22528 * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise. Exit with
22529 addi 1,1,64 to pop stack frame. Simplify return value code.
22530 * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
22531
664318c3
AM
225322013-10-04 Alan Modra <amodra@gmail.com>
22533
22534 * sysdeps/powerpc/powerpc64/power7/strchr.S (strchr): Add little-endian
22535 support. Correct typos, formatting. Optimize tail. Use insrdi
22536 rather than rlwimi.
22537 * sysdeps/powerpc/powerpc32/power7/strchr.S: Likewise.
22538 * sysdeps/powerpc/powerpc64/power7/strchrnul.S (__strchrnul): Add
22539 little-endian support. Correct typos.
22540 * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Likewise. Use insrdi
22541 rather than rlwimi.
22542 * sysdeps/powerpc/powerpc64/strchr.S (rTMP4, rTMP5): Define. Use
22543 in loop and entry code to keep "and." results.
22544 (strchr): Add little-endian support. Comment. Move cntlzd
22545 earlier in tail.
22546 * sysdeps/powerpc/powerpc32/strchr.S: Likewise.
22547
43b84013
AM
225482013-10-04 Alan Modra <amodra@gmail.com>
22549
22550 * sysdeps/powerpc/powerpc64/strcpy.S: Add little-endian support:
22551 * sysdeps/powerpc/powerpc32/strcpy.S: Likewise.
22552 * sysdeps/powerpc/powerpc64/stpcpy.S: Likewise.
22553 * sysdeps/powerpc/powerpc32/stpcpy.S: Likewise.
22554
8a7413f9
AM
225552013-10-04 Alan Modra <amodra@gmail.com>
22556
22557 * sysdeps/powerpc/powerpc64/strcmp.S (rTMP2): Define as r0.
22558 (rTMP): Define as r11.
22559 (strcmp): Add little-endian support. Optimise tail.
22560 * sysdeps/powerpc/powerpc32/strcmp.S: Similarly.
22561 * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
22562 * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
22563 * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
22564 * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
22565 * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
22566 * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
22567
33ee81de
AM
225682013-10-04 Alan Modra <amodra@gmail.com>
22569
22570 * sysdeps/powerpc/powerpc64/power7/strnlen.S (strnlen): Add
22571 little-endian support. Remove unnecessary "are we done" tests.
22572 Handle "s" wrapping around zero and extremely large "size".
22573 Correct main loop count. Handle single left-over word from main
22574 loop inline rather than by using small_loop. Correct comments.
22575 Delete "zero" tail, use "end_max" instead.
22576 * sysdeps/powerpc/powerpc32/power7/strnlen.S: Likewise.
22577
db9b4570
AM
225782013-10-04 Alan Modra <amodra@gmail.com>
22579
22580 * sysdeps/powerpc/powerpc64/power7/strlen.S (strlen): Add little-endian
22581 support. Don't branch over align.
22582 * sysdeps/powerpc/powerpc32/power7/strlen.S: Likewise.
22583 * sysdeps/powerpc/powerpc64/strlen.S (strlen): Add little-endian
22584 support. Rearrange tmp reg use to suit. Comment.
22585 * sysdeps/powerpc/powerpc32/strlen.S: Likewise.
22586
f7c399cf
AM
225872013-10-04 Alan Modra <amodra@gmail.com>
22588
22589 * sysdeps/unix/sysv/linux/powerpc/bits/sigstack.h: New file.
22590
0b2c2ace
AM
225912013-10-04 Alan Modra <amodra@gmail.com>
22592
22593 * sysdeps/unix/sysv/linux/powerpc/powerpc32/makecontext.S: Use
22594 conditional form of branch and link when obtaining pc.
22595 * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
22596
02f04a6c
AM
225972013-10-04 Alan Modra <amodra@gmail.com>
22598
22599 * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Use
22600 HIWORD/LOWORD.
22601 * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Ditto.
22602 * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Ditto.
22603
9b874b2f
AM
226042013-10-04 Alan Modra <amodra@gmail.com>
22605
22606 * sysdeps/powerpc/longjmp.c: Use proper symbol versioning macros.
22607 * sysdeps/powerpc/novmx-longjmp.c: Likewise.
22608 * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
22609 * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Likewise.
22610 * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
22611 * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
22612 * sysdeps/powerpc/powerpc32/mcount.c: Likewise.
22613 * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
22614 * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
22615 * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Likewise.
22616
be1e5d31
AB
226172013-10-04 Anton Blanchard <anton@au1.ibm.com>
22618 Alistair Popple <alistair@ozlabs.au.ibm.com>
22619 Alan Modra <amodra@gmail.com>
22620
22621 [BZ #15723]
22622 * sysdeps/powerpc/jmpbuf-offsets.h: Comment fix.
22623 * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Correct
22624 _dl_hwcap access for little-endian.
22625 * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise. Don't
22626 destroy vmx regs when saving unaligned.
22627 * sysdeps/powerpc/powerpc64/__longjmp-common.S: Correct CR load.
22628 * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise CR save. Don't
22629 destroy vmx regs when saving unaligned.
22630
fef13a78
AM
226312013-10-04 Alan Modra <amodra@gmail.com>
22632
22633 * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_NOW):
22634 Don't use a union to pack hi/low value.
22635
76a66d51
AB
226362013-10-04 Anton Blanchard <anton@au1.ibm.com>
22637
22638 * sysdeps/powerpc/powerpc64/fpu/s_ceilf.S: Correct float constants
22639 for little-endian.
22640 * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
22641 * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: Likewise.
22642 * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
22643 * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
22644 * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
22645
6a31fe7f
AM
226462013-10-04 Alan Modra <amodra@gmail.com>
22647
22648 * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Increase alignment of
22649 constants to usual value for .cst8 section, and remove redundant
22650 high address load.
22651 * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Use float
22652 constant for 0x1p52. Load little-endian words of double from
22653 correct stack offsets.
22654
7b88401f
AM
226552013-10-04 Alan Modra <amodra@gmail.com>
22656
22657 * sysdeps/powerpc/sysdep.h (LOWORD, HIWORD, HISHORT): Define.
22658 * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Load little-endian
22659 words of double from correct stack offsets.
22660 * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
22661 * sysdeps/powerpc/powerpc32/fpu/s_lrint.S: Likewise.
22662 * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
22663 * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
22664 * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
22665 * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
22666 * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
22667 * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
22668 * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
22669 * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
22670 * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
22671 * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
22672 * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
22673 * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
22674 * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
22675 * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Use HISHORT.
22676 * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
22677
9c008155
AM
226782013-10-04 Alan Modra <amodra@gmail.com>
22679
22680 * sysdeps/powerpc/fpu_control.h (_FPU_GETCW): Rewrite using
22681 64-bit int/double union.
22682 (_FPU_SETCW): Likewise.
22683 * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c (_GET_DI_FPSCR): Likewise.
22684 (_SET_DI_FPSCR, _GET_SI_FPSCR, _SET_SI_FPSCR): Likewise.
22685
da13146d
AM
226862013-10-04 Alan Modra <amodra@gmail.com>
22687
22688 * sysdeps/powerpc/fpu/s_llround.c (__llround): Rewrite.
22689 * sysdeps/powerpc/fpu/s_llroundf.c (__llroundf): Rewrite.
22690
603e8410
AM
226912013-10-04 Alan Modra <amodra@gmail.com>
22692
22693 * sysdeps/powerpc/fpu/s_float_bitwise.h (__float_and_test28): Don't
22694 use vector int constants.
22695 (__float_and_test24, __float_and8, __float_get_exp): Likewise.
22696
4a28b3ca
AB
226972013-10-04 Anton Blanchard <anton@au1.ibm.com>
22698
22699 * sysdeps/powerpc/fpu/fenv_libc.h (fenv_union_t): Replace int
22700 array with long long.
22701 * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Adjust.
22702 * sysdeps/powerpc/fpu/e_sqrtf.c (__slow_ieee754_sqrtf): Adjust.
22703 * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Adjust.
22704 * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Adjust.
22705 * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Adjust.
22706 * sysdeps/powerpc/fpu/fegetexcept.c (__fegetexcept): Adjust.
22707 * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Adjust.
22708 * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Adjust.
22709 * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Adjust.
22710 * sysdeps/powerpc/fpu/fgetexcptflg.c (__fegetexceptflag): Adjust.
22711 * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Adjust.
22712 * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Adjust.
22713 * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Adjust.
22714
2ca85d2b
AB
227152013-10-04 Anton Blanchard <anton@au1.ibm.com>
22716
22717 * sysdeps/powerpc/bits/mathinline.h (__signbitf): Use builtin.
22718 (__signbit): Likewise. Correct for little-endian.
22719 (__signbitl): Call __signbit.
22720 (lrint): Correct for little-endian.
22721 (lrintf): Call lrint.
22722
62a728ae
AM
227232013-10-04 Alan Modra <amodra@gmail.com>
22724
22725 * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (mynumber): Replace
22726 union 32-bit int array member with 64-bit int array.
22727 (t515, tm256): Double rather than long double.
22728 (__ieee754_sqrtl): Rewrite using 64-bit arithmetic.
22729
32c301df
AM
227302013-10-04 Alan Modra <amodra@gmail.com>
22731
22732 * sysdeps/ieee754/ldbl-128ibm/ieee754.h (union ieee854_long_double):
22733 Delete.
22734 (IEEE854_LONG_DOUBLE_BIAS): Delete.
22735 * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Don't include ieee854
22736 version of math_ldbl.h.
22737
650ef4bd
AM
227382013-10-04 Alan Modra <amodra@gmail.com>
22739
22740 [BZ #15734], [BZ #15735]
22741 * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Rewrite
22742 all uses of ieee875 long double macros and unions. Simplify test
22743 for 0.0L. Correct |x|<|y| and |x|=|y| test. Use
22744 ldbl_extract_mantissa value for ix,iy exponents. Properly
22745 normalize after ldbl_extract_mantissa, and don't add hidden bit
22746 already handled. Don't treat low word of ieee854 mantissa like
22747 low word of IBM long double and mask off bit when testing for
22748 zero.
22749 * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Rewrite
22750 all uses of ieee875 long double macros and unions. Simplify tests
22751 for 0.0L and inf. Correct double adjustment of k. Delete dead code
22752 adjusting ha,hb. Simplify code setting kld. Delete two600 and
22753 two1022, instead use their values. Recognise that tests for large
22754 "a" and small "b" are mutually exclusive. Rename vars. Comment.
22755 * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c (__ieee754_remainderl):
22756 Rewrite all uses of ieee875 long double macros and unions. Simplify
22757 test for 0.0L and nan. Correct negation.
22758 * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfl): Rewrite all uses of
22759 ieee875 long double macros and unions. Correct output for large
22760 magnitude x. Correct absolute value calculation.
22761 (__erfcl): Likewise.
22762 * math/libm-test.inc: Add tests for errors discovered in IBM long
22763 double versions of fmodl, remainderl, erfl and erfcl.
22764
765714ca
AM
227652013-10-04 Alan Modra <amodra@gmail.com>
22766
22767 * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Rewrite
22768 all uses of ieee854 long double macros and unions. Simplify tests
22769 for long doubles that are fully specified by the high double.
22770 * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c (__ieee754_gammal_r):
22771 Likewise.
22772 * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c (__ieee754_ilogbl): Likewise.
22773 Remove dead code too.
22774 * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_jnl): Likewise.
22775 (__ieee754_ynl): Likewise.
22776 * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l): Likewise.
22777 * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Likewise.
22778 * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Likewise.
22779 Remove dead code too.
22780 * sysdeps/ieee754/ldbl-128ibm/k_tanl.c (__kernel_tanl): Likewise.
22781 * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Likewise.
22782 * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Likewise.
22783 * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c (__isinf_nsl): Likewise.
22784 Simplify.
22785 * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c (___isinfl): Likewise.
22786 Simplify.
22787 * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Likewise.
22788 * sysdeps/ieee754/ldbl-128ibm/s_modfl.c (__modfl): Likewise.
22789 * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Likewise.
22790 Comment on variable precision.
22791 * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c (__nexttoward): Likewise.
22792 * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
22793 Likewise.
22794 * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
22795 * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
22796 * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
22797 * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c (__tanhl): Likewise.
22798 * sysdeps/powerpc/fpu/libm-test-ulps: Adjust tan_towardzero ulps.
22799
4ebd120c
AM
228002013-10-04 Alan Modra <amodra@gmail.com>
22801
22802 * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_high): Define.
22803 * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Rewrite
22804 all uses of ieee854 long double macros and unions.
22805 * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Likewise.
22806 * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
22807 * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Likewise.
22808 * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl): Likewise.
22809 * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l): Likewise.
22810 * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
22811 Likewise.
22812 * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Likewise.
22813 * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
22814 * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl): Likewise.
22815 * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
22816 * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Likewise.
22817 * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Likewise.
22818 Simplify sign and nan test too.
22819 * sysdeps/ieee754/ldbl-128ibm/s_cosl.c (__cosl): Likewise.
22820 * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c (__fabsl): Likewise.
22821 * sysdeps/ieee754/ldbl-128ibm/s_finitel.c (___finitel): Likewise.
22822 * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c (___fpclassifyl):
22823 Likewise.
22824 * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
22825 * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c (__issignalingl):
22826 Likewise.
22827 * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
22828 * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c (___signbitl): Likewise.
22829 * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c (__sincosl): Likewise.
22830 * sysdeps/ieee754/ldbl-128ibm/s_sinl.c (__sinl): Likewise.
22831 * sysdeps/ieee754/ldbl-128ibm/s_tanl.c (__tanl): Likewise.
22832 * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (__logbl): Likewise.
22833
1b6adf88
AM
228342013-10-04 Alan Modra <amodra@gmail.com>
22835
22836 * stdio-common/printf_size.c (__printf_size): Don't use
22837 union ieee854_long_double in fpnum union.
22838 * stdio-common/printf_fphex.c (__printf_fphex): Likewise. Use
22839 signbit macro to retrieve sign from long double.
22840 * stdio-common/printf_fp.c (___printf_fp): Use signbit macro to
22841 retrieve sign from long double.
22842 * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Adjust for fpnum change.
22843 * sysdeps/ieee754/ldbl-128/printf_fphex.c: Likewise.
22844 * sysdeps/ieee754/ldbl-96/printf_fphex.c: Likewise.
22845 * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
22846 * math/test-misc.c (main): Don't use union ieee854_long_double.
22847
4cf69995
AM
228482013-10-04 Alan Modra <amodra@gmail.com>
22849
22850 [BZ #15680]
22851 * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Comment fix.
22852 * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c
22853 (PRINT_FPHEX_LONG_DOUBLE): Tidy code by moving -53 into ediff
22854 calculation. Remove unnecessary test for denormal exponent.
22855 * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c (__mpn_extract_long_double):
22856 Correct handling of denormals. Avoid undefined shift behaviour.
22857 Correct normalisation of low mantissa when low double is denormal.
22858 * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h
22859 (ldbl_extract_mantissa): Likewise. Comment. Use uint64_t* for hi64.
22860 (ldbl_insert_mantissa): Make both hi64 and lo64 parms uint64_t.
22861 Correct normalisation of low mantissa. Test for overflow of high
22862 mantissa and normalise.
22863 (ldbl_nearbyint): Use more readable constant for two52.
22864 * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c
22865 (__mpn_construct_long_double): Fix test for overflow of high
22866 mantissa and correct normalisation. Avoid undefined shift.
22867
9605ca6c
AM
228682013-10-04 Alan Modra <amodra@gmail.com>
22869
22870 * sysdeps/ieee754/ldbl-128ibm/ieee754.h
22871 (union ibm_extended_long_double): Define as an array of ieee754_double.
22872 (IBM_EXTENDED_LONG_DOUBLE_BIAS): Delete.
22873 * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Update all references
22874 to ibm_extended_long_double and IBM_EXTENDED_LONG_DOUBLE_BIAS.
22875 * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
22876 * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
22877 * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c: Likewise.
22878 * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
22879 * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
22880 * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
22881 * sysdeps/ieee754/ldbl-128ibm/strtold_l.c: Likewise.
22882 * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
22883
975569d0
JM
228842013-10-03 Joseph Myers <joseph@codesourcery.com>
22885
d3d23756
JM
22886 * locale/programs/locarchive.c (add_locale): Use constant 4096 for
22887 page size instead of calling getpagesize.
22888
975569d0
JM
22889 * locale/localeinfo.h (LOCFILE_ALIGN): New macro.
22890 (LOCFILE_ALIGN_MASK): Likewise.
22891 (LOCFILE_ALIGN_UP): Likewise.
22892 (LOCFILE_ALIGNED_P): Likewise.
22893 * locale/programs/ld-collate.c (collate_output): Use the new
22894 macros instead of __alignof__ (int32_t).
22895 * locale/weight.h (findidx): Likewise.
22896
b1fe1f2b
OB
228972013-10-03 Ondřej Bílka <neleai@seznam.cz>
22898
22899 [BZ #431]
22900 * manual/string.texi: Fix strncat and wcsncat.
22901
5f855e35
BM
229022013-10-03 Brooks Moses <bmoses@google.com>
22903
22904 [BZ #15915]
22905 * Makefile (linkobj/libc_pic.a, linkobj/libc.so): Move rules to...
22906 * Makerules: ...here, and adjust associated comments.
22907
3cef6009
WN
229082013-10-02 Will Newton <will.newton@linaro.org>
22909
22910 * malloc/Makefile: Add tst-pvalloc.
22911 * malloc/tst-pvalloc.c: New file.
22912
7815420b
WN
229132013-10-02 Will Newton <will.newton@linaro.org>
22914
22915 * malloc/tst-valloc.c: Rewrite to use test-skeleton.c and
22916 improve test coverage.
22917
4868b204
WN
229182013-10-02 Will Newton <will.newton@linaro.org>
22919
22920 * malloc/Makefile: Add tst-posix_memalign.
22921 * malloc/tst-posix_memalign.c: New file.
22922
29c793b3
EB
229232013-10-01 Eric Blake <eblake@redhat.com>
22924
22925 * posix/glob.c (next_brace_sub, prefix_array, collated_compare):
22926 Use __THROWNL rather than __THROW on static functions.
22927
fd967522
PM
229282013-09-30 Petr Machata <pmachata@redhat.com>
22929
22930 * elf/elf.h (R_AARCH64_ABS16): New macro.
22931 (R_AARCH64_PREL64, R_AARCH64_PREL32): Likewise.
22932 (R_AARCH64_PREL16, R_AARCH64_MOVW_UABS_G0): Likewise.
22933 (R_AARCH64_MOVW_UABS_G0_NC, R_AARCH64_MOVW_UABS_G1): Likewise.
22934 (R_AARCH64_MOVW_UABS_G1_NC, R_AARCH64_MOVW_UABS_G2): Likewise.
22935 (R_AARCH64_MOVW_UABS_G2_NC, R_AARCH64_MOVW_UABS_G3): Likewise.
22936 (R_AARCH64_MOVW_SABS_G0, R_AARCH64_MOVW_SABS_G1): Likewise.
22937 (R_AARCH64_MOVW_SABS_G2, R_AARCH64_LD_PREL_LO19): Likewise.
22938 (R_AARCH64_ADR_PREL_LO21, R_AARCH64_ADR_PREL_PG_HI21): Likewise.
22939 (R_AARCH64_ADR_PREL_PG_HI21_NC, R_AARCH64_ADD_ABS_LO12_NC): Likewise.
22940 (R_AARCH64_LDST8_ABS_LO12_NC, R_AARCH64_LDST16_ABS_LO12_NC): Likewise.
22941 (R_AARCH64_LDST32_ABS_LO12_NC, R_AARCH64_LDST64_ABS_LO12_NC): Likewise.
22942 (R_AARCH64_LDST128_ABS_LO12_NC, R_AARCH64_TSTBR14): Likewise.
22943 (R_AARCH64_CONDBR19, R_AARCH64_JUMP26, R_AARCH64_CALL26): Likewise.
22944 (R_AARCH64_MOVW_PREL_G0, R_AARCH64_MOVW_PREL_G0_NC): Likewise.
22945 (R_AARCH64_MOVW_PREL_G1, R_AARCH64_MOVW_PREL_G1_NC): Likewise.
22946 (R_AARCH64_MOVW_PREL_G2, R_AARCH64_MOVW_PREL_G2_NC): Likewise.
22947 (R_AARCH64_MOVW_PREL_G3, R_AARCH64_MOVW_GOTOFF_G0): Likewise.
22948 (R_AARCH64_MOVW_GOTOFF_G0_NC, R_AARCH64_MOVW_GOTOFF_G1): Likewise.
22949 (R_AARCH64_MOVW_GOTOFF_G1_NC, R_AARCH64_MOVW_GOTOFF_G2): Likewise.
22950 (R_AARCH64_MOVW_GOTOFF_G2_NC, R_AARCH64_MOVW_GOTOFF_G3): Likewise.
22951 (R_AARCH64_GOTREL64, R_AARCH64_GOTREL32): Likewise.
22952 (R_AARCH64_GOT_LD_PREL19, R_AARCH64_LD64_GOTOFF_LO15): Likewise.
22953 (R_AARCH64_ADR_GOT_PAGE, R_AARCH64_LD64_GOT_LO12_NC): Likewise.
22954 (R_AARCH64_LD64_GOTPAGE_LO15, R_AARCH64_TLSGD_ADR_PREL21): Likewise.
22955 (R_AARCH64_TLSGD_ADR_PAGE21, R_AARCH64_TLSGD_ADD_LO12_NC): Likewise.
22956 (R_AARCH64_TLSGD_MOVW_G1, R_AARCH64_TLSGD_MOVW_G0_NC): Likewise.
22957 (R_AARCH64_TLSLD_ADR_PREL21, R_AARCH64_TLSLD_ADR_PAGE21): Likewise.
22958 (R_AARCH64_TLSLD_ADD_LO12_NC, R_AARCH64_TLSLD_MOVW_G1): Likewise.
22959 (R_AARCH64_TLSLD_MOVW_G0_NC, R_AARCH64_TLSLD_LD_PREL19): Likewise.
22960 (R_AARCH64_TLSLD_MOVW_DTPREL_G2): Likewise.
22961 (R_AARCH64_TLSLD_MOVW_DTPREL_G1): Likewise.
22962 (R_AARCH64_TLSLD_MOVW_DTPREL_G1_NC): Likewise.
22963 (R_AARCH64_TLSLD_MOVW_DTPREL_G0): Likewise.
22964 (R_AARCH64_TLSLD_MOVW_DTPREL_G0_NC): Likewise.
22965 (R_AARCH64_TLSLD_ADD_DTPREL_HI12): Likewise.
22966 (R_AARCH64_TLSLD_ADD_DTPREL_LO12): Likewise.
22967 (R_AARCH64_TLSLD_ADD_DTPREL_LO12_NC): Likewise.
22968 (R_AARCH64_TLSLD_LDST8_DTPREL_LO12): Likewise.
22969 (R_AARCH64_TLSLD_LDST8_DTPREL_LO12_NC): Likewise.
22970 (R_AARCH64_TLSLD_LDST16_DTPREL_LO12): Likewise.
22971 (R_AARCH64_TLSLD_LDST16_DTPREL_LO12_NC): Likewise.
22972 (R_AARCH64_TLSLD_LDST32_DTPREL_LO12): Likewise.
22973 (R_AARCH64_TLSLD_LDST32_DTPREL_LO12_NC): Likewise.
22974 (R_AARCH64_TLSLD_LDST64_DTPREL_LO12): Likewise.
22975 (R_AARCH64_TLSLD_LDST64_DTPREL_LO12_NC): Likewise.
22976 (R_AARCH64_TLSLD_LDST128_DTPREL_LO12): Likewise.
22977 (R_AARCH64_TLSLD_LDST128_DTPREL_LO12_NC): Likewise.
22978 (R_AARCH64_TLSIE_MOVW_GOTTPREL_G1): Likewise.
22979 (R_AARCH64_TLSIE_MOVW_GOTTPREL_G0_NC): Likewise.
22980 (R_AARCH64_TLSIE_ADR_GOTTPREL_PAGE21): Likewise.
22981 (R_AARCH64_TLSIE_LD64_GOTTPREL_LO12_NC): Likewise.
22982 (R_AARCH64_TLSIE_LD_GOTTPREL_PREL19): Likewise.
22983 (R_AARCH64_TLSLE_MOVW_TPREL_G2): Likewise.
22984 (R_AARCH64_TLSLE_MOVW_TPREL_G1): Likewise.
22985 (R_AARCH64_TLSLE_MOVW_TPREL_G1_NC): Likewise.
22986 (R_AARCH64_TLSLE_MOVW_TPREL_G0): Likewise.
22987 (R_AARCH64_TLSLE_MOVW_TPREL_G0_NC): Likewise.
22988 (R_AARCH64_TLSLE_ADD_TPREL_HI12): Likewise.
22989 (R_AARCH64_TLSLE_ADD_TPREL_LO12): Likewise.
22990 (R_AARCH64_TLSLE_ADD_TPREL_LO12_NC): Likewise.
22991 (R_AARCH64_TLSLE_LDST8_TPREL_LO12): Likewise.
22992 (R_AARCH64_TLSLE_LDST8_TPREL_LO12_NC): Likewise.
22993 (R_AARCH64_TLSLE_LDST16_TPREL_LO12): Likewise.
22994 (R_AARCH64_TLSLE_LDST16_TPREL_LO12_NC): Likewise.
22995 (R_AARCH64_TLSLE_LDST32_TPREL_LO12): Likewise.
22996 (R_AARCH64_TLSLE_LDST32_TPREL_LO12_NC): Likewise.
22997 (R_AARCH64_TLSLE_LDST64_TPREL_LO12): Likewise.
22998 (R_AARCH64_TLSLE_LDST64_TPREL_LO12_NC): Likewise.
22999 (R_AARCH64_TLSLE_LDST128_TPREL_LO12): Likewise.
23000 (R_AARCH64_TLSLE_LDST128_TPREL_LO12_NC): Likewise.
23001 (R_AARCH64_TLSDESC_LD_PREL19): Likewise.
23002 (R_AARCH64_TLSDESC_ADR_PREL21): Likewise.
23003 (R_AARCH64_TLSDESC_ADR_PAGE21): Likewise.
23004 (R_AARCH64_TLSDESC_LD64_LO12): Likewise.
23005 (R_AARCH64_TLSDESC_ADD_LO12): Likewise.
23006 (R_AARCH64_TLSDESC_OFF_G1): Likewise.
23007 (R_AARCH64_TLSDESC_OFF_G0_NC): Likewise.
23008 (R_AARCH64_TLSDESC_LDR): Likewise.
23009 (R_AARCH64_TLSDESC_ADD): Likewise.
23010 (R_AARCH64_TLSDESC_CALL): Likewise.
23011
b2179107
AS
230122013-09-30 Andreas Schwab <schwab@suse.de>
23013
23014 [BZ #15048]
23015 * nscd/aicache.c (addhstaiX): Properly use the cache variable for
23016 the nss database lookup.
23017 * nscd/initgrcache.c (addinitgroupsX): Likewise.
23018 * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
23019
47f28d0a
MF
230202013-09-28 Mike Frysinger <vapier@gentoo.org>
23021
23022 * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Fix style.
23023
230242013-09-28 P. J. McDermott <pj@pehjota.net>
0a834dde
PM
23025
23026 * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't use
23027 ${Bash-specific parameter/pattern/string} parameter expansion.
23028 * sysdeps/unix/make-syscalls.sh: Likewise.
23029
f4518a17
KK
230302013-09-27 Kaz Kojima <kkojima@rr.iij4u.or.jp>
23031
23032 * sysdeps/sh/stackguard-macros.h: New file.
23033
dc1a95c7
OB
230342013-09-26 Ondřej Bílka <neleai@seznam.cz>
23035
23036 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
23037 * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove strrchr ifunc.
23038 * sysdeps/x86_64/multiarch/strend-sse4.S Remove.
23039 * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S Likewise.
23040 * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
23041 * sysdeps/x86_64/strrchr.S (strrchr): Use optimized implementation.
23042
5ebbff8f
AZ
230432013-09-25 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
23044
23045 * sysdeps/powerpc/powerpc64/stackguard-macros.h (POINTER_CHK_GUARD:
23046 Fix thread ID register.
23047
4fd2cf9f
JM
230482013-09-25 Joseph Myers <joseph@codesourcery.com>
23049
23050 * conform/data/sched.h-data [XPG3 || XPG4]: Disable whole file.
23051 [POSIX || UNIX98]: Require rather than permitting all symbols from
23052 <time.h>.
23053 [POSIX || UNIX98] (sched_ss_low_priority): Do not specify optional
23054 element of struct sched_param.
23055 [POSIX || UNIX98] (sched_ss_repl_period): Likewise.
23056 [POSIX || UNIX98] (sched_ss_init_budget): Likewise.
23057 [POSIX || UNIX98] (sched_ss_max_repl): Likewise.
23058 [POSIX || UNIX98] (SCHED_SPORADIC): Do not specify optional
23059 constant.
23060
12c22bc4
OL
230612013-09-24 Olivier Langlois <olivier@olivierlanglois.net>
23062
23063 * stdio-common/tst-long-dbl-fphex.c (do_test): Fix swprintf length
23064 argument calculation.
23065
a03d8ea7
JM
230662013-09-24 Joseph Myers <joseph@codesourcery.com>
23067
23068 * conform/data/pthread.h-data [POSIX] (PTHREAD_MUTEX_INITIALIZER):
23069 Expect macro.
23070 [POSIX] (pthread_attr_t): Do not require type.
23071 [POSIX] (pthread_cond_t): Likewise.
23072 [POSIX] (pthread_condattr_t): Likewise.
23073 [POSIX] (pthread_key_t): Likewise.
23074 [POSIX] (pthread_mutex_t): Likewise.
23075 [POSIX] (pthread_mutexattr_t): Likewise.
23076 [POSIX] (pthread_once_t): Likewise.
23077 [POSIX] (pthread_t): Likewise.
23078 [POSIX-based standards] (pthread_atfork): Expect function.
23079
6055173a
JM
230802013-09-24 Joseph Myers <joseph@codesourcery.com>
23081 Richard Sandiford <richard@codesourcery.com>
23082
23083 * locale/programs/locfile.h: Include <byteswap.h> and <stdbool.h>.
23084 (swap_endianness_p): New extern variable.
23085 (set_big_endian): New inline function.
23086 (maybe_swap_uint32): Likewise.
23087 (maybe_swap_uint32_array): Likewise.
23088 (maybe_swap_uint32_obstack): Likewise.
23089 * locale/programs/locfile.c: Include <stdbool.h>.
23090 (swap_endianness_p): New variable.
23091 (add_locale_uint32): Call maybe_swap_uint32.
23092 (add_locale_uint32_array): Call maybe_swap_uint32_obstack.
23093 (write_locale_data): Call maybe_swap_uint32_array.
23094 * locale/programs/ld-collate.c (obstack_int32_grow): Call
23095 maybe_swap_uint32.
23096 (obstack_int32_grow_fast): Likewise.
23097 (output_weightwc): Call maybe_swap_uint32_obstack.
23098 (collate_output): Likewise.
23099 * locale/programs/localedef.c (OPT_LITTLE_ENDIAN): New macro.
23100 (OPT_LITTLE_ENDIAN): Likewise.
23101 (options): Add --little-endian and --big-endian options.
23102 (parse_opt): Handle OPT_LITTLE_ENDIAN and OPT_BIG_ENDIAN.
23103 * locale/programs/locarchive.c: Include "locfile.h".
23104 (GET): New macro.
23105 (SET): Likewise.
23106 (INC): Likewise.
23107 (create_archive): Use the new macros to access fields of
23108 structures directly mapped from or written to locale archives.
23109 (oldlocrecentcmp): Likewise.
23110 (enlarge_archive): Likewise.
23111 (insert_name): Likewise.
23112 (add_alias): Likewise.
23113 (add_locale): Likewise.
23114 (delete_locales_from_archive): Likewise.
23115 (show_archive_content): Likewise.
23116 (add_locale_to_archive): Likewise. Use maybe_swap_uint32 on
23117 locale data.
23118
39bf0bb4
RM
231192013-09-24 Roland McGrath <roland@hack.frob.com>
23120
23121 * manual/freemanuals.texi: Updated from (newly) canonical copy at
23122 http://www.gnu.org/doc/freemanuals.texi.
23123 * manual/libc.texinfo (Free Manuals): Put the @appendix line here.
23124
f02eed10
WN
231252013-09-24 Will Newton <will.newton@linaro.org>
23126
23127 * sysdeps/mach/hurd/i386/tls.h (TLS_INIT_TP_EXPENSIVE): Remove
23128 macro.
23129
a3a6c312
JM
231302013-09-23 Joseph Myers <joseph@codesourcery.com>
23131
23132 * locale/hashval.h (compute_hashval): Interpret bytes of key as
23133 unsigned char.
23134
107375ac
MR
231352013-09-23 Maciej W. Rozycki <macro@codesourcery.com>
23136
23137 * manual/threads.texi (POSIX Threads): Fix a typo.
23138
141f3a77
SP
231392013-09-23 Siddhesh Poyarekar <siddhesh@redhat.com>
23140
303e567a
SP
23141 [BZ #14547]
23142 * string/tst-strcoll-overflow.c: New test case.
23143 * string/Makefile (xtests): Add tst-strcoll-overflow.
23144 * string/strcoll_l.c (STRCOLL): Skip allocating memory for
23145 cache if string sizes may cause integer overflow.
23146
141f3a77
SP
23147 [BZ #14547]
23148 * string/strcoll_l.c (coll_seq): New members rule, idx,
23149 save_idx and back_us.
23150 (get_next_seq_nocache): New function.
23151 (do_compare_nocache): New function.
23152 (STRCOLL): Use get_next_seq_nocache and do_compare_nocache
23153 when malloc fails.
23154
c61b4d41
CD
231552013-09-23 Carlos O'Donell <carlos@redhat.com>
23156
0b1f8e35
CD
23157 [BZ #15754]
23158 * sysdeps/generic/stackguard-macros.h: If PTRGUARD_LOCAL use
23159 __pointer_chk_guard_local, otherwise __pointer_chk_guard.
23160 * elf/Makefile: Define CFLAGS-tst-ptrguard1-static.c.
23161
c61b4d41
CD
23162 [BZ #15754]
23163 * elf/Makefile (tests): Add tst-ptrguard1.
23164 (tests-static): Add tst-ptrguard1-static.
23165 (tst-ptrguard1-ARGS): Define.
23166 (tst-ptrguard1-static-ARGS): Define.
23167 * elf/tst-ptrguard1.c: New file.
23168 * elf/tst-ptrguard1-static.c: New file.
23169 * sysdeps/x86_64/stackguard-macros.h: Define POINTER_CHK_GUARD.
23170 * sysdeps/i386/stackguard-macros.h: Likewise.
23171 * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
23172 * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
23173 * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
23174 * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
23175 * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
23176 * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
23177
231782013-09-23 Hector Marco <hecmargi@upv.es>
23179 Ismael Ripoll <iripoll@disca.upv.es>
23180 Carlos O'Donell <carlos@redhat.com>
23181
23182 [BZ #15754]
23183 * sysdeps/generic/stackguard-macros.h: Define
23184 __pointer_chk_guard_local and POINTER_CHK_GUARD.
23185 * csu/libc-start.c [!SHARED && !THREAD_SET_POINTER_GUARD]:
23186 Define __pointer_chk_guard_local.
23187 (LIBC_START_MAIN) [!SHARED]: Call _dl_setup_pointer_guard.
23188 Use THREAD_SET_POINTER_GUARD or set __pointer_chk_guard_local.
23189
f5f4e7b4
VV
231902013-09-15 Vinitha Vijayan <vinitha.vijayann@gmail.com>
23191
23192 [BZ #15859]
23193 * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate declaration.
23194
5bb43a43
AS
231952013-09-20 Andreas Schwab <schwab@linux-m68k.org>
23196
23197 * include/string.h (__ffs): Declare as hidden.
23198 * string/ffs.c (__ffs): Define as hidden.
23199 * sysdeps/i386/ffs.c (__ffs): Likewise.
23200 * sysdeps/i386/i686/ffs.c (__ffs): Likewise.
23201 * sysdeps/powerpc/ffs.c (__ffs): Likewise.
23202 * sysdeps/s390/ffs.c (__ffs): Likewise.
23203 * sysdeps/x86_64/ffs.c (__ffs): Likewise.
23204
3ea5be54
AO
232052013-09-20 Alexandre Oliva <aoliva@redhat.com>
23206
ffb89e53
AO
23207 * NEWS: Mention malloc probes.
23208
322dea08
AO
23209 * malloc/arena.c (new_heap): New memory_heap_new probe.
23210 (grow_heap): New memory_heap_more probe.
23211 (shrink_heap): New memory_heap_less probe.
23212 (heap_trim): New memory_heap_free probe.
23213 * malloc/malloc.c (sysmalloc): New memory_sbrk_more probe.
23214 (systrim): New memory_sbrk_less probe.
23215 * manual/probes.texi: Document them.
23216
655673f3
AO
23217 * malloc/arena.c (arena_get_retry): Add memory_arena_retry probe.
23218 * manual/probes.texi: Document it.
23219
35fed6f1
AO
23220 * malloc/malloc.c (__libc_malloc): Add memory_malloc_retry probe.
23221 (__libc_realloc): Add memory_realloc_retry probe.
23222 (__libc_memalign): Add memory_memalign_retry probe.
23223 (__libc_valloc): Add memory_valloc_retry probe.
23224 (__libc_pvalloc): Add memory_pvalloc_retry probe.
23225 (__libc_calloc): Add memory_calloc_retry probe.
23226 * manual/probes.texi: Document them.
23227
6999d38c
AO
23228 * malloc/arena.c (get_free_list): Add probe
23229 memory_arena_reuse_free_list.
23230 (reused_arena) [PER_THREAD]: Add probes memory_arena_reuse_wait
23231 and memory_arena_reuse.
23232 (arena_get2) [!PER_THREAD]: Likewise.
23233 * malloc/malloc.c (__libc_realloc) [!PER_THREAD]: Add probe
23234 memory_arena_reuse_realloc.
23235 * manual/probes.texi: Document them.
23236
0653427f
AO
23237 * malloc/malloc.c (__libc_free): Add
23238 memory_mallopt_free_dyn_thresholds probe.
23239 (__libc_mallopt): Add multiple memory_mallopt probes.
23240 * manual/probes.texi: Document them.
23241
3ea5be54
AO
23242 * malloc/malloc.c: Include stap-probe.h.
23243 (__libc_mallopt): Add memory_mallopt probe.
23244 * malloc/arena.c (_int_new_arena): Add memory_arena_new probe.
23245 * manual/probes.texi: New.
23246 * manual/Makefile (chapters): Add probes.
23247 * manual/threads.texi: Set next node.
23248
e35696c3 232492013-09-19 Wei-Lun Chao <bluebat@member.fsf.org>
3e181dda 23250
e35696c3
CL
23251 [BZ #15963, #13985]
23252 * locale/iso-639.def: Add Chiga (cgg) and Chinese (gan, hak,
23253 czh, cjy, lzh, cmn, mnp, cdo, czo, cpx, wuu, hsn, yue).
23254 Add `Chinese' to `nan' entry name.
23255
4aafb73c
SP
232562013-09-19 Siddhesh Poyarekar <siddhesh@redhat.com>
23257
23258 * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): New macro.
23259 (POLYNOMIAL): Likewise.
23260 (TAYLOR_SINCOS): Likewise.
23261 (TAYLOR_SLOW): Likewise.
23262 (__sin): Use TAYLOR_SINCOS.
23263 (__cos): Likewise.
23264 (slow): Use TAYLOR_SLOW.
23265 (sloww): Likewise.
23266 (bsloww): Likewise.
23267 (csloww): Likewise.
23268
d84f25c7
LD
232692013-09-19 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
23270
23271 * stdlib/strtod_l.c: Fix buffer overrun.
23272
5eea0404
SP
232732013-09-19 Siddhesh Poyarekar <siddhesh@redhat.com>
23274
7849ff93
SP
23275 * benchtests/Makefile (bench): Add sincos.
23276 * benchtests/bench-sincos.c: New file.
23277
cfa3c886
SP
23278 * math/libm-test.inc (cos_test_data): New test inputs.
23279 (sin_test_data): Likewise.
23280
b348e1e3
SP
23281 * sysdeps/ieee754/dbl-64/s_sin.c (SINCOS_TABLE_LOOKUP): New
23282 macro.
23283 (__sin): Use it.
23284 (__cos): Likewise.
23285 (slow1): Likewise.
23286 (slow2): Likewise.
23287 (sloww1): Likewise.
23288 (sloww2): Likewise.
23289 (bsloww1): Likewise.
23290 (bsloww2): Likewise.
23291 (cslow2): Likewise.
23292 (csloww1): Likewise.
23293 (csloww2): Likewise.
23294
6cce25f8
SP
23295 * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): New
23296 function.
23297 (__sin): Use it.
23298 (__cos): Likewise.
23299
5eea0404
SP
23300 * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Remove redundant
23301 gotos.
23302 (__cos): Likewise.
23303
9c21573c
MR
233042013-09-18 Maciej W. Rozycki <macro@codesourcery.com>
23305
23306 * config.h.in (HAVE_MIPS_NAN2008): New macro.
23307 * elf/elf.h (EF_MIPS_NAN2008): Likewise.
23308 * sysdeps/generic/ldconfig.h (FLAG_MIPS_LIB32_NAN2008): Likewise.
23309 (FLAG_MIPS64_LIBN32_NAN2008): Likewise.
23310 (FLAG_MIPS64_LIBN64_NAN2008): Likewise.
23311 * elf/cache.c (print_entry): Handle the new cache flags.
23312
24d22e65
JM
233132013-09-18 Joseph Myers <joseph@codesourcery.com>
23314 Aldy Hernandez <aldyh@redhat.com>
23315
23316 * sysdeps/powerpc/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]:
23317 Change condition to [_SOFT_FLOAT].
23318 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_NEAREST): New macro.
23319 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_DOWN): Likewise.
23320 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_UP): Likewise.
23321 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_ZERO): Likewise.
23322 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_ZM): Likewise.
23323 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_OM): Likewise.
23324 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Likewise.
23325 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_XM): Likewise.
23326 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_IM): Likewise.
23327 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Likewise.
23328 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Likewise.
23329 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Likewise.
23330 [__NO_FPRS__ && !_SOFT_FLOAT] (fpu_control_t): New typedef.
23331 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_GETCW): New macro.
23332 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_SETCW): Likewise.
23333 [__NO_FPRS__ && !_SOFT_FLOAT] (__fpu_control): New variable
23334 declaration.
23335
d13ef066
JM
233362013-09-18 Joseph Myers <joseph@codesourcery.com>
23337
2e071de0
JM
23338 * sysdeps/powerpc/powerpc32/__longjmp-common.S (LOAD_GP): Define
23339 macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
23340 (__longjmp): Use LOAD_GP to load saved GPRs.
23341 * sysdeps/powerpc/powerpc32/setjmp-common.S (SAVE_GP): Define
23342 macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
23343 (__sigsetjmp): Use SAVE_GP to save GPRs.
23344
d13ef066
JM
23345 * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = no] (+cflags):
23346 Do not append -msoft-float.
23347 [$(with-fp) = no] (sysdep-LDFLAGS): Likewise.
23348
97a0650b
SP
233492013-09-18 Siddhesh Poyarekar <siddhesh@redhat.com>
23350
23351 * sysdeps/ieee754/dbl-64/sincos32.c: Fix code formatting.
23352
11ca09e9
JM
233532013-09-17 Joseph Myers <joseph@codesourcery.com>
23354
23355 [BZ #15966]
23356 * sysdeps/powerpc/fpu_control.h [!_SOFT_FLOAT && !__NO_FPRS__]
23357 (_FPU_GETCW): Use initial "__" on variable and field names but not
23358 on macro parameter name.
23359 [!_SOFT_FLOAT && !__NO_FPRS__] (_FPU_SETCW): Likewise. Use
23360 parentheses around reference to macro parameter.
23361
08ffcf34
RS
233622013-09-13 Richard Sandiford <richard@codesourcery.com>
23363
23364 * locale/programs/ld-ctype.c (find_idx): Use uint32_t in
23365 prototype.
23366 (ctype_startup): Use uint32_t in cast and sizeof for
23367 ctype->charnames.
23368
ae7080d3
JL
233692013-09-11 Jia Liu <proljc@gmail.com>
23370
23371 * sunrpc/rpc/types.h [__APPLE_CC__]: Define __u_char_defined and
23372 __daddr_t_defined.
23373 [__FreeBSD__]: Likewise.
23374
5905e7b3
OB
233752013-09-11 Ondřej Bílka <neleai@seznam.cz>
23376
23377 * sysdeps/x86_64/multiarch/ifunc-impl-list.c
23378 (__libc_ifunc_impl_list): Remove: __strchr_sse42.
23379 * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Remove.
23380 (strchr): Remove __strchr_sse42 ifunc selection.
23381 * sysdeps/x86_64/strchr.S (strchr): Use optimized implementation.
23382 * sysdeps/x86_64/strchrnul.S: Include sysdeps/x86_64/strchr.S.
23383
b987c776
WN
233842013-09-11 Will Newton <will.newton@linaro.org>
23385
23386 * benchtests/bench-timing.h (TIMING_INIT): Rename ITERS
23387 parameter to RES. Remove hardcoded 1000 value.
23388 * benchtests/bench-skeleton.c (main): Pass RES parameter
23389 to TIMING_INIT and multiply result by 1000.
23390
ddf985af
AZ
233912013-09-10 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
23392
23393 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
23394
ffdd3181
AS
233952013-09-11 Andreas Schwab <schwab@suse.de>
23396
23397 * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (__O_TMPFILE): Define
23398 if not defined.
23399 (O_TMPFILE) [__USE_GNU]: Define.
23400 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_TMPFILE):
23401 Define.
23402
b73ed247
WN
234032013-09-11 Will Newton <will.newton@linaro.org>
23404
23405 [BZ #15857]
23406 * malloc/malloc.c (__libc_memalign): Check the value of bytes
23407 does not overflow.
23408
55e17aad
WN
234092013-09-11 Will Newton <will.newton@linaro.org>
23410
23411 [BZ #15856]
23412 * malloc/malloc.c (__libc_valloc): Check the value of bytes
23413 does not overflow.
23414
1159a193
WN
234152013-09-11 Will Newton <will.newton@linaro.org>
23416
23417 [BZ #15855]
23418 * malloc/malloc.c (__libc_pvalloc): Check the value of bytes
23419 does not overflow.
23420
5905e7b3 234212013-09-10 Ondřej Bílka <neleai@seznam.cz>
c7cabd13
OB
23422
23423 * sysdeps/ieee754/dbl-64/e_j0.c: Remove DO_NOT_USE_THIS conditionals.
23424 * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
23425 * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
23426 * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
23427 * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
23428
cdfc721b
AM
234292013-09-10 Allan McRae <allan@archlinux.org>
23430
aa04af00
AM
23431 [BZ #15748]
23432 * manual/arith.texi (Parsing of Floats): Clarify
23433 cross-reference.
23434
cdfc721b
AM
23435 [BZ #15849]
23436 * manual/install.texi (Running make install): Mention
23437 --enable-pt-chown.
23438 * INSTALL: Regenerated.
23439
95e7cf29
MR
234402013-09-09 Maciej W. Rozycki <macro@codesourcery.com>
23441
23442 * csu/init-first.c (_init): Remove the !SHARED condition around
23443 FPU control word initialization.
23444 * elf/dl-support.c (_dl_fpu_control): New variable.
23445 (_dl_aux_init) <AT_FPUCW>: Initialize it.
23446 * math/test-fpucw.c [!FPU_CONTROL] (FPU_CONTROL): New macro.
23447 (main): Replace _FPU_DEFAULT with FPU_CONTROL throughout.
23448 * math/test-fpucw-static.c: New file.
23449 * math/test-fpucw-ieee.c: New file.
23450 * math/test-fpucw-ieee-static.c: New file.
23451 * math/Makefile (tests): Add `test-fpucw-ieee' and
23452 `$(tests-static)'.
23453 (tests-static): New variable.
23454 [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests))): Move
23455 dependency to...
23456 [($(build-shared),yes)]
23457 ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
23458 ... this.
23459 [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests-static))):
23460 New dependency.
23461
83e43bf0
AM
234622013-09-09 Allan McRae <allan@archlinux.org>
23463
a9f5ce09
AM
23464 [BZ #15939]
23465 * manual/string.texi (Collation Functions): Fix typo in
23466 strcoll example.
23467 Reported by Suren Karapetyan <me@suren.karapetyan.name>.
23468
34829bc2
AM
23469 [BZ #15893]
23470 * stdlib/isomac.c (get_null_defines): Fix memory leak.
23471
3932737d
AM
23472 [BZ #15892]
23473 * libio/memstream.c (open_memstream): Fix memory leak.
23474 * libio/wmemstream.c (open_wmemstream): Likewise.
23475
83e43bf0
AM
23476 [BZ #15895]
23477 * nscd/netgroupcache.c: Fix nesting of ifdefs.
23478
0c66b8e9
WN
234792013-09-09 Will Newton <will.newton@linaro.org>
23480
23481 * malloc/Makefile: Add tst-realloc to tests.
23482 * malloc/tst-realloc.c: New file.
23483
f6b00fd1
AM
234842013-09-09 Allan McRae <allan@archlinux.org>
23485
23486 [BZ #15844]
23487 * COPYING: Update from GNU website to fix FSF address.
23488 * COPYING.LIB: Likewise.
23489
eec55e16
DM
234902013-09-06 David S. Miller <davem@davemloft.net>
23491
23492 * po/zh_TW.po: Update Chinese (traditional) translation from
23493 translation project.
23494
1ecbb381
RS
234952013-09-06 Richard Sandiford <richard@codesourcery.com>
23496 Joseph Myers <joseph@codesourcery.com>
23497
23498 * locale/programs/locfile.c: Include <assert.h>, <wchar.h> and
23499 "localeinfo.h".
23500 (obstack_chunk_alloc): New macro.
23501 (obstack_chunk_free): Likewise.
23502 (record_offset): New function.
23503 (init_locale_data): Likewise.
23504 (align_locale_data): Likewise.
23505 (add_locale_empty): Likewise.
23506 (add_locale_raw_data): Likewise.
23507 (add_locale_raw_obstack): Likewise.
23508 (add_locale_string): Likewise.
23509 (add_locale_wstring): Likewise.
23510 (add_locale_uint32): Likewise.
23511 (add_locale_uint32_array): Likewise.
23512 (add_locale_char): Likewise.
23513 (start_locale_structure): Likewise.
23514 (end_locale_structure): Likewise.
23515 (start_locale_prelude): Likewise.
23516 (end_locale_prelude): Likewise.
23517 (write_locale_data): Take locale_file structure rather than an
23518 iovec.
23519 * locale/programs/locfile.h: Include "obstack.h".
23520 (struct locale_file): Change to store locale file contents instead
23521 of header.
23522 (init_locale_data): New prototype.
23523 (align_locale_data): Likewise.
23524 (add_locale_empty): Likewise.
23525 (add_locale_raw_data): Likewise.
23526 (add_locale_raw_obstack): Likewise.
23527 (add_locale_string): Likewise.
23528 (add_locale_wstring): Likewise.
23529 (add_locale_uint32): Likewise.
23530 (add_locale_uint32_array): Likewise.
23531 (add_locale_char): Likewise.
23532 (start_locale_structure): Likewise.
23533 (end_locale_structure): Likewise.
23534 (start_locale_prelude): Likewise.
23535 (end_locale_prelude): Likewise.
23536 (write_locale_data): Update prototype.
23537 * locale/programs/3level.h (struct TABLE): Remove result field.
23538 (CONCAT(TABLE,_finalize)): Change to CONCAT(add_locale_,TABLE).
23539 Use new locale_file interface.
23540 [!NO_FINALIZE]: Change condition to [!NO_ADD_LOCALE].
23541 (NO_FINALIZE): Change #undef to #undef of NO_ADD_LOCALE.
23542 * locale/programs/ld-address.c (address_output): Use new
23543 locale_file interface.
23544 * locale/programs/ld-collate.c (NO_FINALIZE): Change to
23545 NO_ADD_LOCALE.
23546 (collate_finish): Don't call collseq_table_finalize.
23547 (collate_output): Use new locale_file interface.
23548 * locale/programs/ld-ctype.c: Move includes of "3level.h" earlier
23549 in file.
23550 (NO_FINALIZE): Change to NO_ADD_LOCALE.
23551 (TABLE): Move defines earlier in file.
23552 (ELEMENT): Likewise.
23553 (DEFAULT): Likewise.
23554 (wctrans_table_add): Move macro and inline function earlier in
23555 file.
23556 (struct wctype_table): Move type earlier in file.
23557 (add_locale_wctype_table): New static prototype.
23558 (struct locale_ctype_t): Use logical types instead of struct iovec
23559 pointers for members.
23560 (ctype_output): Use new locale_file interface.
23561 (wctype_table_finalize): Change to add_locale_wctype_table. Use
23562 new locale_file interface.
23563 (allocate_arrays): Update for use of new locale_file interface.
23564 * locale/programs/ld-identification.c (identification_output): Use
23565 new locale_file interface.
23566 * locale/programs/ld-measurement.c (measurement_output): Likewise.
23567 * locale/programs/ld-messages.c (messages_output): Likewise.
23568 * locale/programs/ld-monetary.c (monetary_output): Likewise.
23569 * locale/programs/ld-name.c (name_output): Likewise.
23570 * locale/programs/ld-numeric.c (numeric_output): Likewise.
23571 * locale/programs/ld-paper.c (paper_output): Likewise.
23572 * locale/programs/ld-telephone.c (telephone_output): Likewise.
23573 * locale/programs/ld-time.c (time_output): Likewise.
23574
e029e2e5
AZ
235752013-09-06 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
23576
23577 * benchtests/Makefile: Add memrchr benchmark.
23578 * benchtests/bench-memchr.c (USE_AS_MEMRCHR): Add define to use
23579 benchmark as memrchr.
23580 * benchtests/bench-memrchr-ifunc.c: New file.
23581 * benchtests/bench-memrchr.c: New file.
23582
bbf6e8e4
WN
235832013-09-06 Will Newton <will.newton@linaro.org>
23584
23585 * benchtests/Makefile (string-bench): Add memcpy.
23586
6c82a2f8
CD
235872013-09-05 Carlos O'Donell <carlos@redhat.com>
23588 Cong Wang <amwang@redhat.com>
23589
e732c5f0 23590 [BZ #15850]
6c82a2f8
CD
23591 * sysdeps/unix/sysv/linux/bits/in.h
23592 [_UAPI_LINUX_IN6_H]: Define __USE_KERNEL_IPV6_DEFS.
23593 * inet/netinet/in.h: Move in_addr definition and bits/in.h inclusion
23594 before __USE_KERNEL_IPV6_DEFS uses.
23595 * inet/netinet/in.h [!__USE_KERNEL_IPV6_DEFS]: Define IPPROTO_MH, and
23596 IPPROTO_BEETPH.
23597 [__USE_KERNEL_IPV6_DEFS]: Don't define any of IPPROTO_*, in6_addr,
23598 sockaddr_in6, or ipv6_mreq.
23599
5430fc65
AZ
236002013-09-05 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
23601
23602 * sysdeps/powerpc/powerpc32/power7/memrchr.S (__memrchr): Fix invalid
23603 memory access for final bytes in some large inputs.
23604 * sysdeps/powerpc/powerpc64/power7/memrchr.S (__memrchr): Likewise.
23605
4660856c
AZ
236062013-09-05 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
23607
23608 * string/test-memrchr.c: New file.
23609 * string/test-memrchr-ifunc.c: New file.
23610 * string/Makefile: Add new memrchr testcase.
23611
bb8ea713
MF
236122013-09-05 Mike Frysinger <vapier@gentoo.org>
23613
23614 * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Skip test when
23615 fanotify_init returns EPERM.
23616
b92a20b5
JM
236172013-09-04 Joseph Myers <joseph@codesourcery.com>
23618
23619 * conform/conformtest.pl (newtoken): Treat tokens not allowed as
23620 errors.
23621 (top level): Treat second token from macro or constant entries for
23622 allowed headers as allowed.
23623 * include/complex.h: Condition internal declarations on
23624 [!_ISOMAC].
23625 * include/fenv.h: Condition include of <stdbool.h> and internal
23626 declarations on [!_ISOMAC].
7447ccd9
CL
23627
236282013-09-04 Chris Leonard <cjl@sugarlabs,.org>
23629
3e181dda 23630 [BZ #15923]
7447ccd9
CL
23631 * locale/iso-4217.def: Update iso-1427.def and related occurrences.
23632
3f2e46a4
JM
236332013-09-04 Joseph Myers <joseph@codesourcery.com>
23634
23635 * configure.in (--enable-versioning): Remove configure option.
23636 (libc_cv_asm_symver_directive): Remove configure test.
23637 (libc_cv_ld_version_script_option): Likewise.
23638 (VERSIONING): Remove variable and AC_SUBST.
23639 (DO_VERSIONING): Remove AC_DEFINE.
23640 * configure: Regenerated.
23641 * config.h.in (DO_VERSIONING): Remove macro.
23642 * Makerules [$(versioning) = yes]: Change conditionals to
23643 [$(build-shared) = yes].
23644 * config.make.in (versioning): Remove variable.
23645 * dlfcn/Makefile [$(versioning) = yes]: Change conditionals to
23646 [$(build-shared) = yes].
23647 * dlfcn/modstatic2.c (test) [DO_VERSIONING]: Remove conditional.
23648 * dlfcn/tststatic2.c (main) [DO_VERSIONING]: Likewise.
23649 * elf/Makefile [$(versioning) = yes]: Change conditionals to
23650 [$(build-shared) = yes].
23651 * extra-lib.mk [$(versioning) = yes]: Likewise.
23652 * hurd/Makefile [$(versioning) = yes]: Likewise.
23653 * hurd/geteuids.c [SHARED && DO_VERSIONING]: Change conditional to
23654 [SHARED].
23655 * include/libc-symbols.h [DO_VERSIONING]: Change conditional to
23656 [SHARED].
23657 [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
23658 [SHARED && !NO_HIDDEN].
23659 * include/shlib-compat.h [DO_VERSIONING]: Change conditional to
23660 [SHARED].
23661 [SHARED && DO_VERSIONING]: Likewise..
23662 * libio/Makefile [$(versioning) = yes]: Change conditionals to
23663 [$(build-shared) = yes].
23664 * manual/install.texi (--disable-versioning): Remove
23665 documentation.
23666 * INSTALL: Regenerated.
23667 * resolv/res_libc.c [SHARED && DO_VERSIONING]: Change conditional
23668 to [SHARED].
23669 * sunrpc/Makefile [$(versioning) = yes]: Change conditional to
23670 [$(build-shared) = yes].
23671 * sysdeps/gnu/Makefile [$(versioning) = yes]: Likewise.
23672 * sysdeps/i386/i686/multiarch/strstr-c.c
23673 [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
23674 [SHARED && !NO_HIDDEN].
23675 * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h
23676 [SHARED && DO_VERSIONING]: Change conditional to [SHARED].
23677 * sysdeps/powerpc/powerpc32/dl-machine.c
23678 [SHARED && !(DO_VERSIONING - 0)]: Remove conditional error.
23679 * sysdeps/powerpc/powerpc32/sysdep.h
23680 [SHARED && DO_VERSIONING && PIC && !NO_HIDDEN]: Change conditional
23681 to [SHARED && PIC && !NO_HIDDEN].
23682 * sysdeps/wordsize-32/divdi3.c [SHARED && DO_VERSIONING]: Change
23683 conditional to [SHARED].
23684
44558701
WN
236852013-09-04 Will Newton <will.newton@linaro.org>
23686
23687 * benchtests/bench-timing.h (TIMING_PRINT_MEAN): New macro.
23688 * benchtests/bench-string.h: Include bench-timing.h instead
23689 of including hp-timing.h directly. (INNER_LOOP_ITERS): New
23690 define. (HP_TIMING_BEST): Delete macro. (test_init): Remove
23691 call to HP_TIMING_DIFF_INIT.
23692 * benchtests/bench-memccpy.c: Use bench-timing.h macros
23693 instead of hp-timing.h macros.
23694 * benchtests/bench-memchr.c: Likewise.
23695 * benchtests/bench-memcmp.c: Likewise.
23696 * benchtests/bench-memcpy.c: Likewise.
23697 * benchtests/bench-memmem.c: Likewise.
23698 * benchtests/bench-memmove.c: Likewise.
23699 * benchtests/bench-memset.c: Likewise.
23700 * benchtests/bench-rawmemchr.c: Likewise.
23701 * benchtests/bench-strcasecmp.c: Likewise.
23702 * benchtests/bench-strcasestr.c: Likewise.
23703 * benchtests/bench-strcat.c: Likewise.
23704 * benchtests/bench-strchr.c: Likewise.
23705 * benchtests/bench-strcmp.c: Likewise.
23706 * benchtests/bench-strcpy.c: Likewise.
23707 * benchtests/bench-strcpy_chk.c: Likewise.
23708 * benchtests/bench-strlen.c: Likewise.
23709 * benchtests/bench-strncasecmp.c: Likewise.
23710 * benchtests/bench-strncat.c: Likewise.
23711 * benchtests/bench-strncmp.c: Likewise.
23712 * benchtests/bench-strncpy.c: Likewise.
23713 * benchtests/bench-strnlen.c: Likewise.
23714 * benchtests/bench-strpbrk.c: Likewise.
23715 * benchtests/bench-strrchr.c: Likewise.
23716 * benchtests/bench-strspn.c: Likewise.
23717 * benchtests/bench-strstr.c: Likewise.
23718
cae16d66
WN
237192013-09-04 Will Newton <will.newton@linaro.org>
23720
23721 * benchtests/Makefile: Use LDLIBS instead of LDFLAGS.
23722
ffa3cd7f
JM
237232013-09-03 Joseph Myers <joseph@codesourcery.com>
23724
23725 [BZ #15427]
23726 * sysdeps/ieee754/flt-32/e_lgammaf_r.c (__ieee754_lgammaf_r): Use
23727 2**-30 instead of 2**-70 as threshold for returning -log(|x|).
23728 * math/libm-test.inc (lgamma_test_data): Add more tests.
23729 * sysdeps/i386/fpu/libm-test-ulps: Update.
23730 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23731
8f02859f
OB
237322013-09-03 Ondřej Bílka <neleai@seznam.cz>
23733
23734 * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: New file.
23735 * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
23736 Add ifunc.
23737 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
23738 Add strcmp-sse2-unaligned
23739 * sysdeps/x86_64/multiarch/strcmp.S (strcmp): Add ifunc.
23740
18d43716
MF
237412013-09-02 Mike Frysinger <vapier@gentoo.org>
23742
23743 * Versions.def (libc): Add GLIBC_2.19.
23744
ac444012
MF
237452013-09-02 Mike Frysinger <vapier@gentoo.org>
23746
23747 * sysdeps/unix/sysv/linux/tst-fanotify.c: New test.
23748 * sysdeps/unix/sysv/linux/Makefile (tests): Add tst-fanotify.
23749
b7835e32
JM
237502013-09-02 Joseph Myers <joseph@codesourcery.com>
23751
23752 [BZ #14155]
23753 * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_jnf): Use double for
23754 intermediate calculations in recurrence.
23755 (__ieee754_ynf): Likewise.
23756 * math/libm-test.inc (jn_test_data): Do not allow spurious
23757 underflow exception. Add more tests.
23758 (yn_test_data): Add more tests.
23759 * sysdeps/i386/fpu/libm-test-ulps: Update.
23760 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23761
8220f4f0
OB
237622013-09-02 Ondřej Bílka <neleai@seznam.cz>
23763
23764 * sysdeps/powerpc/powerpc32/power6/memcpy.S: Fix typo.
23765
f24a6d08
OB
237662013-08-30 Ondřej Bílka <neleai@seznam.cz>
23767
23768 * csu/init-first.c: Fix then/than typos.
23769 * locale/programs/ld-collate.c: Likewise.
23770 * locale/programs/linereader.h: Likewise.
23771 * manual/charset.texi: Likewise.
23772 * manual/filesys.texi: Likewise.
23773 * manual/stdio.texi: Likewise.
23774 * manual/string.texi: Likewise.
23775 * stdlib/fmtmsg.c: Likewise.
23776 * sysdeps/i386/stpncpy.S: Likewise.
23777 * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
23778 * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
23779 * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
23780 * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
23781
382466e0
OB
237822013-08-30 Ondřej Bílka <neleai@seznam.cz>
23783
23784 * elf/dl-open.c: Fix typos.
23785 * iconvdata/gbbig5.c: Likewise.
23786 * iconvdata/iso-2022-jp.c: Likewise.
23787 * iconv/gconv_int.h: Likewise.
23788 * iconv/loop.c: Likewise.
23789 * nis/rpcsvc/nis.h: Likewise.
23790 * resolv/ns_name.c: Likewise.
23791 * stdio-common/vfscanf.c: Likewise.
23792 * streams/stropts.h: Likewise.
23793 * sunrpc/rpc_thread.c: Likewise.
23794 * sysdeps/i386/strpbrk.S: Likewise.
23795 * sysdeps/ieee754/k_standard.c: Likewise.
23796 * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
23797 * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
23798 * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
23799 * sysdeps/mach/hurd/profil.c: Likewise.
23800 * sysdeps/s390/dl-procinfo.h: Likewise.
23801 * sysdeps/unix/sysv/linux/i386/chown.c: Likewise.
23802 * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
23803 * sysdeps/unix/sysv/linux/sparc/sparc32/makecontext.c: Likewise.
23804 * sysdeps/x86_64/dl-trampoline.S: Likewise.
23805 * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
23806
0186c6e9
OB
238072013-08-30 Ondřej Bílka <neleai@seznam.cz>
23808
23809 * sysdeps/x86_64/multiarch/rawmemchr.S: Delete.
23810 * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove rawmemchr ifunc.
23811
d4e16af1
OB
238122013-08-29 Ondřej Bílka <neleai@seznam.cz>
23813
23814 * sysdeps/unix/sysv/linux/powerpc/aix/aix-dirent.h: Remove
23815 aix specific files.
23816 * sysdeps/unix/sysv/linux/powerpc/aix/aix-errno.h: Likewise.
23817 * sysdeps/unix/sysv/linux/powerpc/aix/aix-stat.h: Likewise.
23818 * sysdeps/unix/sysv/linux/powerpc/aix/aix-termios.h: Likewise.
23819 * sysdeps/unix/sysv/linux/powerpc/aix/direntconv.c: Likewise.
23820 * sysdeps/unix/sysv/linux/powerpc/aix/errnoconv.c: Likewise.
23821 * sysdeps/unix/sysv/linux/powerpc/aix/statconv.c: Likewise.
23822 * sysdeps/unix/sysv/linux/powerpc/aix/tcgetattr.c: Likewise.
23823 * sysdeps/unix/sysv/linux/powerpc/aix/tcsetattr.c: Likewise.
23824
88335980
TS
238252013-08-29 Thomas Schwinge <thomas@codesourcery.com>
23826 Roland McGrath <roland@hack.frob.com>
23827
23828 * sysdeps/mach/hurd/errnos.awk (BEGIN): Emit ESUCCESS.
23829 * sysdeps/mach/hurd/bits/errno.h: Regenerate.
23830
ed479b02
ST
238312013-08-29 Samuel Thibault <samuel.thibault@ens-lyon.org>
23832
23833 * sysdeps/mach/hurd/i386/init-first.c (init1): Use
23834 __executable_start symbol instead of _start.
23835
f1cc4c86
TS
238362013-08-29 Thomas Schwinge <thomas@codesourcery.com>
23837
d821f07c
TS
23838 * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_HEADER)
23839 (VALID_ELF_OSABI, VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA):
23840 Move macros to...
23841 * sysdeps/gnu/ldsodefs.h: ... this new file.
23842
c54290cf
TS
23843 * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_OSABI)
23844 (VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA): Use ELFOSABI_GNU
23845 instead of ELFOSABI_LINUX.
23846
0007fc9b 23847 [BZ #15522] strtod ("nan(N)") returning a sNaN in some cases
0007fc9b
TS
23848 * stdlib/strtof_l.c (SET_MANTISSA): Rewrite.
23849 * stdlib/strtod_l.c (SET_MANTISSA): Likewise.
23850 * sysdeps/ieee754/ldbl-64-128/strtold_l.c (SET_MANTISSA):
23851 Likewise.
23852 * sysdeps/ieee754/ldbl-96/strtold_l.c (SET_MANTISSA): Likewise.
23853 * sysdeps/ieee754/ldbl-128/strtold_l.c (SET_MANTISSA): Likewise.
23854 * sysdeps/ieee754/ldbl-128ibm/strtold_l.c (SET_MANTISSA):
23855 Likewise.
23856 * sysdeps/ieee754/ldbl-128ibm/ieee754.h
23857 (ibm_extended_long_double): Add ieee_nan member.
23858 * stdlib/tst-strtod6.c (test): New function, renamed from do_test.
23859 (do_test): New function.
23860
f1cc4c86
TS
23861 * math/basic-test.c (TEST_CONVERT): New macro, renamed from
23862 TEST_TRUNC.
23863 (convert_dfsf_test, convert_tfsf_test, convert_tfdf_test): New
23864 functions, renamed from truncdfsf_test, trunctfsf_test,
23865 trunctfdf_test.
23866 (convert_sfdf_test, convert_sftf_test, convert_dftf_test): New
23867 functions.
23868 (do_test): Run all these.
23869
6f65e668
OB
238702013-08-29 Ondřej Bílka <neleai@seznam.cz>
23871
23872 * argp/argp-help.c: Fix typos.
23873 * argp/argp-parse.c: Likewise.
23874 * debug/backtracesyms.c: Likewise.
23875 * elf/elf.h: Likewise.
23876 * malloc/malloc.c: Likewise.
23877 * nis/nis_print.c: Likewise.
23878 * resolv/res_comp.c: Likewise.
23879 * stdlib/stdlib.h: Likewise.
23880 * sunrpc/clnt_tcp.c: Likewise.
23881 * sunrpc/clnt_udp.c: Likewise.
23882 * sunrpc/clnt_unix.c: Likewise.
23883 * sysdeps/unix/bsd/ptsname.c: Likewise.
23884 * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
23885 * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Likewise.
99541e80
RM
23886 * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S:
23887 Likewise.
23888 * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S:
23889 Likewise.
23890 * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S:
23891 Likewise.
6f65e668
OB
23892 * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
23893
3a309239
SP
238942013-08-28 Siddhesh Poyarekar <siddhesh@redhat.com>
23895
23896 * nscd/aicache.c (addhstaiX): Use __glibc_unlikely.
23897 * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
23898
3b813b29
MF
238992013-08-27 Mike Frysinger <vapier@gentoo.org>
23900
23901 [BZ #15897]
23902 * dlfcn/Makefile (tests): Add bug-dl-leaf.
23903 (modules-names): Add bug-dl-leaf-lib and bug-dl-leaf-lib-cb.
23904 ($(objpfx)bug-dl-leaf): New rule.
23905 ($(objpfx)bug-dl-leaf.so): Likewise.
23906 ($(objpfx)bug-dl-leaf.out): Likewise.
23907 ($(objpfx)bug-dl-leaf-lib.so): Likewise.
23908 ($(objpfx)bug-dl-leaf-lib-cb.so): Likewise.
23909 * dlfcn/bug-dl-leaf.c: New test.
23910 * dlfcn/bug-dl-leaf-lib.c: Likewise.
23911 * dlfcn/bug-dl-leaf-lib-cb.c: Likewise.
23912 * dlfcn/dlfcn.h (dlopen): Change __THROW to __THROWNL.
23913 (dlclose): Likewise.
23914 (dlmopen): Likewise.
23915
8cc3269f
RM
239162013-08-27 Roland McGrath <roland@hack.frob.com>
23917
7f9d0034
RM
23918 * include/netdb.h [!_ISOMAC]:
23919 Don't include <tls.h>.
23920 (h_errno, __libc_h_errno): Move declaration and macros out of
23921 [_LIBC_REENTRANT].
23922
fb431262
RM
23923 * include/resolv.h [_RESOLV_H_]:
23924 Don't include <tls.h>.
23925 (__resp, _res): Move declaration and macro out of [_LIBC_REENTRANT].
23926 * resolv/res_libc.c: Don't include <tls.h>.
23927 (_res): Use __attribute__ ((nocommon)) in place of
23928 __attribute__ ((section (".bss"))).
23929
bd81123a
RM
23930 * Makefile ($(common-objpfx)linkobj/libc_pic.a):
23931 If [sunrpc not in $(subdirs)], define to use libc_pic.a directly.
23932
c4e42566
RM
23933 * resolv/res_send.c (send_dg): Don't try to use ioctl unless [FIONREAD].
23934
f890a59b
RM
23935 * resolv/res_hconf.c [!NOT_IN_libc] (ifaddrs): Declare
23936 only under [SIOCGIFCONF && SIOCGIFNETMASK].
23937
23938 * resolv/res_mkquery.c: Include <sys/time.h>.
23939
5d1f0a09
RM
23940 * inet/ifreq.c: Moved to ...
23941 * sysdeps/unix/ifreq.c: ... here.
23942 * inet/ifreq.c: New file, true stub version.
23943
6fcf28b3
RM
23944 * socket/sa_len.c: New file.
23945 * socket/Makefile (aux): Add it.
23946 * sysdeps/unix/sysv/linux/Makefile
23947 [$(subdir) = socket] (sysdep_routines): Don't add sa_len here.
23948 * sysdeps/unix/sysv/linux/sa_len.c: Just #define HAVE_NET*_H
23949 and #include <socket/sa_len.c>.
23950 * sysdeps/unix/sysv/linux/s390/sa_len.c: Just #define
23951 HAVE_NETIUCV_IUCV_H and #include <sysdeps/unix/sysv/linux/sa_len.c>.
23952
e041fb8b
RM
23953 * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Moved to ...
23954 * bits/socket.h: ... here.
23955
8cc3269f
RM
23956 * sysdeps/unix/bsd/bsd4.4/bits/socket.h (enum __socket_type):
23957 Add SOCK_CLOEXEC, SOCK_NONBLOCK with values from FreeBSD.
23958 (SOCK_MAX, SOCK_TYPE_MASK): New macros.
23959
5d228a43
AS
239602013-08-27 Andreas Schwab <schwab@suse.de>
23961
45b8accc
AS
23962 [BZ #15736]
23963 * locale/categories.def (LC_CTYPE): Add "nonascii-case" element.
23964 * string/Makefile (test-strcasecmp-ENV, test-strncasecmp-ENV)
23965 (test-strcasecmp-ifunc-ENV, test-strncasecmp-ifunc-ENV): Define.
23966 * string/test-strcasecmp.c (test_main): Run tests in several
23967 locales.
23968 * string/test-strncasecmp.c (test_main): Likewise.
23969
5d228a43
AS
23970 * sysdeps/i386/i686/multiarch/strcmp-sse4.S (__strcasecmp_sse4_2)
23971 (__strncasecmp_sse4_2) [PIC]: Restore %ebx before falling through
23972 to __strcasecmp_nonascii and __strncasecmp_nonascii.
23973 * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (__strcasecmp_ssse3)
23974 (__strncasecmp_ssse3) [PIC]: Likewise.
23975
59d112a4
RM
239762013-08-26 Roland McGrath <roland@hack.frob.com>
23977
53234cc3
RM
23978 * io/lxstat64.c: Just call __xstat64, for parity with stub __lxstat.
23979
59d112a4
RM
23980 * nss/nss_files/files-key.c: Include <rpc/des_crypt.h>
23981 instead of explicitly declaring xdecrypt.
23982 * nis/nss_nis/nis-publickey.c: Likewise.
23983
595aba70
SP
239842013-08-26 Siddhesh Poyarekar <siddhesh@redhat.com>
23985
23986 [BZ #15890]
23987 * nscd/aicache.c: Include res_hconf.h.
23988 (addhstaiX): Initialize res_hconf.
23989
ffabd393
AS
239902013-08-26 Andreas Schwab <schwab@suse.de>
23991
23992 * stdlib/Makefile (LDFLAGS-tst-tls-atexit): Remove.
23993 ($(objpfx)tst-tls-atexit): Add dependencies here instead.
23994
e0a69f5c
SP
239952013-08-26 Siddhesh Poyarekar <siddhesh@redhat.com>
23996
23997 * nscd/aicache.c (addhstaiX): Fix indentation.
23998
8c12f01d
MF
239992013-08-25 Mike Frysinger <vapier@gentoo.org>
24000
24001 * configure.ac: Quote $build_pt_chown test.
24002 * configure: Regenerated.
24003
8fe89494
JM
240042013-08-23 Joseph Myers <joseph@codesourcery.com>
24005
24006 [BZ #15532]
24007 * math/s_cexp.c (__cexp): Return NaN + i0 for NaN + i0 argument.
24008 * math/s_cexpf.c (__cexpf): Likewise.
24009 * math/s_cexpl.c (__cexpl): Likewise.
24010 * math/libm-test.inc (cexp_test_data): Correct expected return
24011 value for NaN + i0. Add another test.
24012
75b181d6
DM
240132013-08-22 David S. Miller <davem@davemloft.net>
24014
24015 * po/ca.po: Update Catalan translation from translation project.
936241e4 24016 * po/uk.po: Add Ukrainian translations from translation project.
75b181d6 24017
acd06bb1
JM
240182013-08-21 Joseph Myers <joseph@codesourcery.com>
24019
24020 [BZ #15797]
24021 * math/s_fdim.c (__fdim): Check for infinite arguments if result
24022 is infinite, not alongside NaN test.
24023 * math/s_fdimf.c (__fdimf): Likewise.
24024 * math/s_fdiml.c (__fdiml): Likewise.
24025 * math/libm-test.inc (fdim_test_data): Add more tests. Test that
24026 errno is unchanged.
24027
c0c3f78a
OB
240282013-08-21 Ondřej Bílka <neleai@seznam.cz>
24029
24030 * argp/argp-help.c: Fix typos.
24031 * crypt/speeds.c: Likewise.
24032 * csu/check_fds.c: Likewise.
24033 * elf/dl-load.c: Likewise.
24034 * elf/dl-open.c: Likewise.
24035 * elf/reldep3.c: Likewise.
24036 * elf/reldep.c: Likewise.
24037 * elf/sprof.c: Likewise.
24038 * iconv/iconv_charmap.c: Likewise.
24039 * iconv/skeleton.c: Likewise.
24040 * iconv/strtab.c: Likewise.
24041 * io/lockf64.c: Likewise.
24042 * libio/libioP.h: Likewise.
24043 * resolv/gai_notify.c: Likewise.
24044 * resolv/ns_name.c: Likewise.
24045 * resolv/ns_samedomain.c: Likewise.
24046 * resolv/res_send.c: Likewise.
24047 * stdlib/random.c: Likewise.
24048 * sunrpc/rpc/xdr.h: Likewise.
24049 * sysdeps/i386/fpu/fraiseexcpt.c: Likewise.
24050 * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
24051 * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
24052 * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
24053 * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
24054 * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
24055 * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
24056 * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
24057 * sysdeps/mach/hurd/check_fds.c: Likewise.
24058 * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
24059 * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
24060 * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
24061 * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
24062 * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
24063 * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
24064 * sysdeps/pthread/aio_notify.c: Likewise.
24065 * sysdeps/sparc/fpu/fraiseexcpt.c: Likewise.
24066 * sysdeps/unix/sysv/linux/socketcall.h: Likewise.
24067 * sysdeps/x86_64/fpu/fraiseexcpt.c: Likewise.
24068 * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
24069 * sysdeps/x86/fpu/bits/fenv.h: Likewise.
24070
46ed1038
LD
240712013-08-21 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
24072
24073 * sysdeps/i386/i686/multiarch/strcmp.S: Skip SSE4_2
24074 version if bit_Slow_SSE4_2 is set.
24075 * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
24076 * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
24077
d400dcac
AZ
240782013-07-23 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
24079
24080 [BZ #15867]
24081 * sysdeps/powerpc/powerpc32/backtrace.c (__backtrace): Handle signal
24082 trampoline stack frame information.
24083 * sysdeps/powerpc/powerpc64/backtrace.c (__backtrace): Likewise.
24084 * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h
24085 (__vdso_sigtramp_rt64): New variable: PPC64 signal trampoline.
24086 (__vdso_sigtramp32): New variable: PPC32 signal trampoline.
24087 (__vdso_sigtramp_rt32): New variable: PPC32 signal trampoline.
24088 * sysdeps/unix/sysv/linux/powerpc/init-first.c
24089 (_libc_vdso_platform_setup): Initialize the signal trampolines.
24090 * debug/tst-backtrace5.c (fn): Add an option set modify sigaction
24091 sa_flags value.
24092 * debug/tst-backtrace6.c: New file: check backtrace for signal frames,
24093 interrupting a syscall and set with option SA_SIGINFO.
24094
42c8fdd8
JM
240952013-08-20 Joseph Myers <joseph@codesourcery.com>
24096
c980f2f4
JM
24097 [BZ #15531]
24098 * math/s_cproj.c (__cproj): Only return an infinity if one part of
24099 argument is infinite.
24100 * math/s_cprojf.c (__cprojf): Likewise.
24101 * math/s_cprojl.c (__cprojl): Likewise.
24102 * sysdeps/ieee754/ldbl-128ibm/s_cprojl.c (__cprojl): Likewise.
24103 * math/libm-test.inc (cproj_test_data): Add more tests.
24104
0716c4fc
JM
24105 * sysdeps/unix/sysv/linux/mmap64.c: Include <string.h>.
24106
42c8fdd8
JM
24107 * sysdeps/unix/sysv/linux/mmap64.c (__mmap64)
24108 [MMAP2_PAGE_SHIFT == -1]: Use __getpagesize to determine page
24109 size. Use __ffs to determine corresponding shift.
24110
b31469d0
JM
241112013-08-20 Joseph Myers <joseph@codesourcery.com>
24112 Roland McGrath <roland@hack.frob.com>
24113
24114 * Makefile (INSTALL): Remove trailing blank lines from output of
24115 makeinfo.
24116
4e39af6e
AK
241172013-08-20 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
24118
24119 * sysdeps/unix/sysv/linux/s390/sys/procfs.h (struct elf_prstatus):
24120 Align 32 bit compat elf_greg to 8 bytes.
24121
f315524e
AA
241222013-08-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
24123
24124 * elf/setup-vdso.h (setup_vdso): Fix missing string termination.
24125
1326ba1a
SP
241262013-08-20 Siddhesh Poyarekar <siddhesh@redhat.com>
24127
24128 * string/strcoll_l.c (coll_seq): New structure.
24129 (get_next_seq_cached): New function.
24130 (get_next_seq): New function.
24131 (do_compare): New function.
24132 (STRCOLL): Use GNU style definition. Simplify implementation
24133 by using get_next_seq, get_next_seq_cached and do_compare.
24134
91ce4085
FW
241352013-08-16 Florian Weimer <fweimer@redhat.com>
24136
24137 [BZ #14699]
24138 CVE-2013-4237
24139 * sysdeps/posix/dirstream.h (struct __dirstream): Add errcode
24140 member.
24141 * sysdeps/posix/opendir.c (__alloc_dir): Initialize errcode
24142 member.
24143 * sysdeps/posix/rewinddir.c (rewinddir): Reset errcode member.
24144 * sysdeps/posix/readdir_r.c (__READDIR_R): Enforce NAME_MAX limit.
24145 Return delayed error code. Remove GETDENTS_64BIT_ALIGNED
24146 conditional.
24147 * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Do not define
24148 GETDENTS_64BIT_ALIGNED.
24149 * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
24150 * manual/filesys.texi (Reading/Closing Directory): Document
24151 ENAMETOOLONG return value of readdir_r. Recommend readdir more
24152 strongly.
24153 * manual/conf.texi (Limits for Files): Add portability note to
24154 NAME_MAX, PATH_MAX.
24155 (Pathconf): Add portability note for _PC_NAME_MAX, _PC_PATH_MAX.
24156
ca0a6bc4
AS
241572013-08-13 Andreas Schwab <schwab@suse.de>
24158
24159 [BZ #15749]
24160 * sysdeps/ieee754/ldbl-96/s_cbrtl.c (__cbrtl): Use fabsl instead
24161 of fabs.
24162 * math/libm-test.inc (cbrt_test_data) [TEST_LDOUBLE &&
24163 LDBL_MAX_EXP >= 16384]: Add tests for it.
24164
6c1fd795
DM
241652013-08-12 David S. Miller <davem@davemloft.net>
24166
24167 * version.h (RELEASE): Set to "development".
24168 (VERSION): Set to "2.18.90".
24169 * NEWS: Add 2.19 section.
24170
31ad488d
DM
241712013-08-03 David S. Miller <davem@davemloft.net>
24172
24173 * po/ko.po: Update Korean translation from translation project.
24174
db24e684
DM
241752013-08-01 David S. Miller <davem@davemloft.net>
24176
24177 * manual/contrib.texi: Update entry for Siddhesh Poyarekar. Add
24178 entries for Will Newton, Andi Kleen, David Holsgrove, and Ondrej
24179 Bilka.
24180
f723285b
DM
241812013-07-30 David S. Miller <davem@davemloft.net>
24182
24183 * po/fr.po: Update French translation from translation project.
24184
3cbc52db
DM
241852013-07-28 David S. Miller <davem@davemloft.net>
24186
30bbc0cc
DM
24187 * po/cs.po: Update Czech translation from translation project.
24188
3cbc52db
DM
24189 * po/sv.po: Update Swedish translation from translation project.
24190
d492e6d0
DM
241912013-07-27 David S. Miller <davem@davemloft.net>
24192
f1a7f492
DM
24193 * po/eo.po: Update Esperanto translation from translation project.
24194
90e62a4a
DM
24195 * po/vi.po: Update Vietnamese translation from translation project.
24196
d492e6d0
DM
24197 * po/de.po: Update German translation from translation project.
24198
d4baa62d
DM
241992013-07-26 David S. Miller <davem@davemloft.net>
24200
641aa7b4
DM
24201 * po/bg.po: Update Bulgarian translation from translation project.
24202
d4baa62d
DM
24203 * po/nl.po: Update Dutch translation from translation project.
24204 * po/pl.po: Update Polish translation from translation project.
24205 * po/ru.po: Update Russian translation from translation project.
24206
61a9dcb9
DM
242072013-07-24 David S. Miller <davem@davemloft.net>
24208
24209 * po/libc.pot: Update.
24210
7b1f8b58
AZ
242112013-07-23 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
24212
24213 * sysdeps/unix/sysv/linux/powerpc/dl-static.c: New file to support
24214 variable page size.
24215 * sysdeps/unix/sysv/linux/powerpc/ldsodefs.h: Likewise.
24216 * sysdeps/unix/sysv/linux/powerpc/Makefile: Build dl-static in elf.
24217 * sysdeps/unix/sysv/linux/powerpc/Versions: Add _dl_var_init.
24218
a8fc7a03
AK
242192013-07-22 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
24220
24221 * sysdeps/s390/fpu/libm-test-ulps: Refresh.
24222
e4608715
CD
242232013-07-21 Siddhesh Poyarekar <siddhesh@redhat.com>
24224 Andreas Schwab <schwab@suse.de>
24225 Roland McGrath <roland@hack.frob.com>
24226 Joseph Myers <joseph@codesourcery.com>
24227 Carlos O'Donell <carlos@redhat.com>
24228
24229 [BZ #15755]
24230 * config.h.in: Define HAVE_PT_CHOWN.
24231 * config.make.in (build-pt-chown): New variable.
24232 * configure.in (--enable-pt_chown): New configure option.
24233 * configure: Regenerate.
24234 * login/Makefile: Include Makeconfig. Build pt_chown only if
24235 build-pt-chown is enabled.
24236 * sysdeps/unix/grantpt.c (grantpt) [HAVE_PT_CHOWN]: Spawn
24237 pt_chown to fix pty ownership.
24238 * sysdeps/unix/sysv/linux/grantpt.c [HAVE_PT_CHOWN]: Define
24239 CLOSE_ALL_FDS.
24240 * manual/install.texi (Configuring and compiling): Mention
24241 --enable-pt_chown. Add @findex for grantpt.
24242 * INSTALL: Regenerate.
24243
da2d62df
DM
242442013-07-20 David S. Miller <davem@davemloft.net>
24245
24246 * sysdeps/sparc/fpu/libm-test-ulps: Update ULPs to handle minor
24247 difference between 32-bit and 64-bit.
24248
d7e06450
CD
242492013-07-15 Carlos O'Donell <carlos@redhat.com>
24250
24251 [BZ #15711]
24252 * sysdeps/unix/sysv/linux/Makefile ($(objpfx)bits/syscall%h):
24253 Avoid system header dependency with -ffreestanding.
24254 ($(objpfx)bits/syscall%d): Likewise.
24255
f959cfd7
DM
242562013-07-13 David S. Miller <davem@davemloft.net>
24257
24258 * math/libm-test.inc (casin_test_data): Annotate more cases of missing
24259 underflows from atanl/atan2l due to bug 15319.
24260 (casinh_test_data): Likewise.
24261
c61f8513
DM
242622013-07-07 David S. Miller <davem@davemloft.net>
24263
24264 * sysdeps/sparc/fpu/libm-test-ulps: Regenerate from scratch.
24265
72c90ed0
JA
242662013-07-05 Jeroen Albers <_jeroen_@yahoo.com>
24267
24268 * sysdeps/i386/fpu/libm-test-ulps: Update.
24269 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
24270
52dfbe13
SP
242712013-07-04 Siddhesh Poyarekar <siddhesh@redhat.com>
24272
24273 * configure.in (--enable-lock-elision): Fix message text.
24274 * INSTALL: Regenerate.
24275 * configure: Regenerate.
24276
3f169543
AZ
242772013-07-04 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
24278
24279 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
24280
521c6785
AJ
242812013-07-03 Andreas Jaeger <aj@suse.de>
24282
24283 * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_LISTEN): Add
24284 define.
24285 (PTRACE_PEEKSIGINFO): Add new value from Linux 3.10.
24286 (ptrace_peeksiginfo_args): Add.
24287 (__ptrace_peeksiginfo_flags): Add.
24288 * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
24289 * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
24290 * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
24291
d2cc15cb
AM
242922013-07-03 Allan McRae <allan@archlinux.org>
24293
24294 * sysdeps/i386/fpu/libm-test-ulps: Update.
24295
3aaeeca7
DM
242962013-07-02 David S. Miller <davem@davemloft.net>
24297
24298 * sysdeps/sparc/fpu/libm-test-ulps: Update.
24299
5314ed1a
MT
243002013-07-02 Markus Trippelsdorf <markus@trippelsdorf.de>
24301
24302 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
24303
67338156
JM
243042013-07-02 Joseph Myers <joseph@codesourcery.com>
24305
24306 * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
24307 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
24308
1717da59
AK
243092013-07-02 Andi Kleen <ak@linux.intel.com>
24310
24311 * config.h.in (ENABLE_LOCK_ELISION): Add.
24312 * configure.in (--enable-lock-elision): Add option.
24313 * manual/install.texi: Document --enable lock elision.
24314 * configure: Regenerate
24315 * INSTALL: Regenerate.
24316
1c81621c
L
243172013-07-02 H.J. Lu <hongjiu.lu@intel.com>
24318
24319 * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Enable
24320 SSE4.2 strcasecmp for libc.a.
24321 * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
24322
77f01ab5
JM
243232013-07-02 Joseph Myers <joseph@codesourcery.com>
24324
24325 [BZ #13304]
24326 * soft-fp/op-common.h (_FP_FMA): New macro.
24327 * soft-fp/op-1.h (_FP_FRAC_HIGHBIT_DW_1): New macro.
24328 (_FP_MUL_MEAT_DW_1_imm): Likewise. Split out of ...
24329 (_FP_MUL_MEAT_1_imm): ... here.
24330 (_FP_MUL_MEAT_DW_1_wide): New macro. Split out of ...
24331 (_FP_MUL_MEAT_1_wide): ... here.
24332 (_FP_MUL_MEAT_DW_1_hard): Likewise. Split out of ...
24333 (_FP_MUL_MEAT_1_hard): ... here.
24334 * soft-fp/op-2.h (_FP_FRAC_HIGHBIT_DW_2): New macro.
24335 (_FP_MUL_MEAT_DW_2_wide): Likewise. Split out of ...
24336 (_FP_MUL_MEAT_2_wide): ... here.
24337 (_FP_MUL_MEAT_DW_2_wide_3mul): New macro. Split out of ...
24338 (_FP_MUL_MEAT_2_wide_3mul): ... here.
24339 (_FP_MUL_MEAT_DW_2_gmp): New macro. Split out of ...
24340 (_FP_MUL_MEAT_2_gmp): ... here.
24341 * soft-fp/op-4.h (_FP_FRAC_HIGHBIT_DW_4): New macro.
24342 (_FP_MUL_MEAT_DW_4_wide): Likewise. Split out of ...
24343 (_FP_MUL_MEAT_4_wide): ... here.
24344 (_FP_MUL_MEAT_DW_4_gmp): New macro. Split out of ...
24345 (_FP_MUL_MEAT_4_gmp): ... here.
24346 * soft-fp/single.h (_FP_FRACTBITS_DW_S): New macro.
24347 (_FP_WFRACBITS_DW_S): Likewise.
24348 (_FP_WFRACXBITS_DW_S): Likewise.
24349 (_FP_HIGHBIT_DW_S): Likewise.
24350 (FP_FMA_S): Likewise.
24351 (_FP_FRAC_HIGH_DW_S): Likewise.
24352 * soft-fp/double.h (_FP_FRACTBITS_DW_D): New macro.
24353 (_FP_WFRACBITS_DW_D): Likewise.
24354 (_FP_WFRACXBITS_DW_D): Likewise.
24355 (_FP_HIGHBIT_DW_D): Likewise.
24356 (FP_FMA_D): Likewise.
24357 (_FP_FRAC_HIGH_DW_D): Likewise.
24358 * soft-fp/extended.h (_FP_FRACTBITS_DW_E): New macro.
24359 (_FP_WFRACBITS_DW_E): Likewise.
24360 (_FP_WFRACXBITS_DW_E): Likewise.
24361 (_FP_HIGHBIT_DW_E): Likewise.
24362 (FP_FMA_E): Likewise.
24363 (_FP_FRAC_HIGH_DW_E): Likewise.
24364 * soft-fp/quad.h (_FP_FRACTBITS_DW_Q): New macro.
24365 (_FP_WFRACBITS_DW_Q): Likewise.
24366 (_FP_WFRACXBITS_DW_Q): Likewise.
24367 (_FP_HIGHBIT_DW_Q): Likewise.
24368 (FP_FMA_Q): Likewise.
24369 (_FP_FRAC_HIGH_DW_Q): Likewise.
24370 * soft-fp/fmasf4.c: New file.
24371 * soft-fp/fmadf4.c: Likewise.
24372 * soft-fp/fmatf4.c: Likewise.
24373
6308fd9a
LD
243742013-06-28 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
24375
24376 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
24377 bit_Slow_SSE4_2 and bit_Prefer_PMINUB_for_stringop for Intel
24378 Silvermont.
24379 * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_SSE4_2): New
24380 macro.
24381 (index_Slow_SSE4_2): Likewise.
24382 (index_Prefer_PMINUB_for_stringop): Likewise.
24383 * sysdeps/x86_64/multiarch/strchr.S: Skip SSE4.2 version if
24384 bit_Slow_SSE4_2 is set.
24385 * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
24386 * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
24387
89cd9569
RA
243882013-06-28 Ryan S. Arnold <rsa@linux.vnet.ibm.com>
24389
24390 * sysdeps/powerpc/Makefile: Add comment about generating an offset to
24391 rtld_global._dl_hwcap2.
24392 * sysdeps/powerpc/bits/hwcap.h: Added PPC_FEATURE2_* definitions for
24393 POWER8.
24394 * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Extend for
24395 POWER8 feature descriptions defined in _dl_hwcap2.
24396 * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Implement AT_HWCAP2
24397 string handling for POWER8 feature bits.
24398 (_DL_HWCAP_COUNT): Increment to 64 to cover AT_HWCAP2 bits.
24399 (_DL_HWCAP_LAST): New definition for position of last AT_HWCAP bit in
24400 _dl_powerpc_cap_flags.
24401 (_DL_HWCAP2_LAST): New definition for last usable bit of AT_HWCAP2.
24402 * sysdeps/powerpc/rtld-global-offsets.sym
24403 (RTLD_GLOBAL_RO_DL_HWCAP2_OFFSET): New offset macro to locate
24404 _dl_hwcap2 in the rtld_global_ro structure.
24405
1ae8bfe0
RA
244062013-06-28 Ryan S. Arnold <rsa@linux.vnet.ibm.com>
24407
24408 * elf/dl-support.c (_dl_hwcap2): Add a new hwcap field for more
24409 hardware capabilities in support of AT_HWCAP2.
24410 (_dl_aux_init): Read AT_HWCAP2 into GLRO(dl_hwcap2).
24411 * elf/dl-sysdep.c (_dl_sysdep_start): Read AT_HWCAP2 into
24412 GLRO(dl_hwcap2).
24413 (_dl_show_auxv): Add support for calling _dl_procinfo to display
24414 AT_HWCAP2. If a platform doesn't chose to handle displaying AT_HWCAP2
24415 explicitly the unknown a_type display mechanism is used.
24416 * misc/getauxval.c (__getauxval): Return GLRO(dl_hwcap2) on AT_HWCAP2.
24417 * sysdeps/generic/ldsodefs.h (rtld_global_ro): Add _dl_hwcap2 as a new
24418 struct member.
24419 * sysdeps/generic/dl-procinfo.h (_dl_procinfo): Add TYPE parameter
24420 to macro prototype for AT_HWCAP2 support.
24421 * sysdeps/i386/dl-procinfo.h: Likewise.
24422 * sysdeps/s390/dl-procinfo.h: Likewise.
24423 * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Add TYPE parameter to
24424 macro prototype for AT_HWCAP2 support. Make WORD unsigned long int
24425 rather than signed int. Stub in handler for TYPE == AT_HWCAP2 to
24426 return -1 for unknown a_type display fallback.
24427 * sysdeps/sparc/dl-procinfo.h: Likewise.
24428 * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: Likewise.
24429 * sysdeps/unix/sysv/linux/s390/dl-procinfo.h: Likewise.
24430
8fbec010
JM
244312013-06-28 Joseph Myers <joseph@codesourcery.com>
24432
24433 * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Shift by page_shift
24434 instead of MMAP2_PAGE_SHIFT in call to INLINE_SYSCALL.
24435
0432680e
PY
244362013-06-28 Pierre Ynard <linkfanel@yahoo.fr>
24437
24438 [BZ #12492]
24439 * elf/dl-load.c (_dl_map_object_from_fd): Test for failure of
24440 mprotect making __stack_prot writable.
24441
ce61a2ad
NF
244422013-06-28 Nathan Froyd <froydnj@codesourcery.com>
24443 Joseph Myers <joseph@codesourcery.com>
24444
24445 * elf/dl-profile.c (struct here_cg_arc_record): Declare 'count'
24446 as being properly aligned.
24447
f91f1c0f
MR
244482013-06-28 Maciej W. Rozycki <macro@codesourcery.com>
24449
3d0f5d0c
MR
24450 * dlfcn/modstatic5.c: New file.
24451 * dlfcn/tststatic5.c: New file.
24452 * dlfcn/Makefile (tests): Add tststatic5.
24453 (tests-static): Likewise.
24454 (modules-names): Add modstatic5.
24455 (tststatic5-ENV): New variable.
24456 ($(objpfx)tststatic5, $(objpfx)tststatic5.out): New dependencies.
24457
f91f1c0f
MR
24458 [BZ #15022]
24459 * elf/dl-support.c (_dl_main_map): New variable.
24460 (_dl_ns): Use it to initialize [LM_ID_BASE] element.
24461 (_dl_nns, _dl_load_adds): Set to 1.
24462 (_dl_initial_searchlist): Refer to _dl_main_map.
24463 (_dl_non_dynamic_init): Initialize _dl_main_map.l_origin.
24464 * elf/dl-load.c (_dl_dst_substitute) [!SHARED]: Remove fallback
24465 call to _dl_get_origin.
24466 * elf/dl-open.c (dl_open_worker): Remove !SHARED special casing
24467 around call_map.
24468 (_dl_open) [!SHARED]: Remove code to initialize GL(dl_nns).
24469 * dlfcn/modstatic3.c: New file.
24470 * dlfcn/tststatic3.c: New file.
24471 * dlfcn/tststatic4.c: New file.
24472 * dlfcn/Makefile (tests): Add tststatic3 and tststatic4.
24473 (tests-static): Likewise.
24474 (modules-names): Add modstatic3.
24475 (tststatic3-ENV, tststatic4-ENV): New variables.
24476 ($(objpfx)tststatic3, $(objpfx)tststatic3.out): New dependencies.
24477 ($(objpfx)tststatic4, $(objpfx)tststatic4.out): Likewise.
24478
cbe7d24b
JM
244792013-06-26 Joseph Myers <joseph@codesourcery.com>
24480
24481 * configure.in (CC): Require GCC version 4.4 or later.
24482 * configure: Regenerated.
24483 * manual/install.texi (Tools for Compilation): Update GCC version
24484 requirement.
24485 * INSTALL: Regenerated.
24486
11b8a0e1
LD
244872013-06-26 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
24488
24489 [BZ #15674]
bb5bb87c
L
24490 * string/test-memcmp.c (check2): New.
24491 (main): Call check2.
24492
11b8a0e1
LD
24493 * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Fix buffers overrun.
24494
b0037103
MR
244952013-06-26 Maciej W. Rozycki <macro@codesourcery.com>
24496
24497 [BZ #15022]
24498 * elf/dl-open.c (_dl_open) [!SHARED]: Move call to DL_STATIC_INIT
24499 over to...
24500 (dl_open_worker) [!SHARED]: ... here.
24501
c18c701d
RA
245022013-06-26 Ryan S. Arnold <rsa@linux.vnet.ibm.com>
24503
24504 * elf/elf.h (AT_HWCAP2): Add a new a_type entry.
24505
1d17fa5f
RH
245062013-06-25 Richard Henderson <rth@redhat.com>
24507
24508 * locale/programs/locarchive.c: Include <libc-internal.h>
24509
8fcb833a
JM
245102013-06-25 Joseph Myers <joseph@codesourcery.com>
24511
24512 * manual/texinfo.tex: Update to version 2013-06-21.17, with
24513 trailing whitespace removed.
24514
17db6e8d
MF
245152013-06-24 Mike Frysinger <vapier@gentoo.org>
24516
24517 [BZ #10283]
17db6e8d
MF
24518 * locale/locarchive.h (struct locarhandle): Add mmap_base and mmap_len.
24519 * locale/programs/locarchive.c: Include libc-mmap.h.
24520 (prepare_address_space): Take two new outputs (the mmap base and len).
24521 Align p to MAP_FIXED_ALIGNMENT. Set mmap base and len to the right
24522 values.
24523 (create_archive): Declare new mmap base and len values for
24524 prepare_address_space, and store the result in ah.
24525 (file_data_available_p): Replace pagesz with MAP_FIXED_ALIGNMENT.
24526 (enlarge_archive): If ah->mmap_base is not NULL, use that and
24527 ah->mmap_len to unmap rather than ah->addr and ah->reserved.
24528 Declare new mmap base and len values for
24529 prepare_address_space, and store the result in new_ah.
24530 (open_archive): Declare new mmap base and len values for
24531 prepare_address_space, and store the result in ah.
24532 (close_archive): If ah->mmap_base is not NULL, use that and
24533 ah->mmap_len to unmap rather than ah->addr and ah->reserved.
24534 * sysdeps/generic/libc-mmap.h: New file.
24535
d605071e
MF
245362013-06-24 Mike Frysinger <vapier@gentoo.org>
24537
24538 * include/libc-internal.h (ALIGN_DOWN): New helper macro.
24539 (ALIGN_UP): Likewise.
24540 (PTR_ALIGN_DOWN): Likewise.
24541 (PTR_ALIGN_UP): Likewise.
24542
2f063a6e
RA
245432013-06-24 Ryan S. Arnold <rsa@linux.vnet.ibm.com>
24544
24545 * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add "power8"
24546 entry mapped to PPC_PLATFORM_POWER8.
24547 * sysdeps/powerpc/dl-procinfo.h (_DL_PLATFORMS_COUNT): Increment for
24548 POWER8.
24549 (PPC_PLATFORM_POWER8): Add new platform bit for POWER8 processor.
24550 (_dl_string_platform): Add case for exporting platform position for
24551 POWER8.
24552 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Chain
24553 search path to sysdeps/powerpc/powerpc32/power8 directory.
24554 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Chain
24555 search path to sysdeps/powerpc/powerpc64/power8 directory.
24556 * sysdeps/powerpc/powerpc32/power8/Implies: Chain search path to
24557 power7 directories.
24558 * sysdeps/powerpc/powerpc64/power8/Implies: Chain search path to
24559 power7 directories.
24560
a31ee4b3
SP
245612013-06-24 Siddhesh Poyarekar <siddhesh@redhat.com>
24562
a74ca98f
SP
24563 * INSTALL: Regenerate.
24564
a31ee4b3
SP
24565 * nscd/connections.c (nscd_init): Fix comment.
24566
695c378f
JM
245672013-06-22 Joseph Myers <joseph@codesourcery.com>
24568
d8412221
JM
24569 * sysdeps/unix/sysv/linux/libc_fatal.c: Include <string.h>.
24570
695c378f
JM
24571 [BZ #15667]
24572 * soft-fp/op-4.h (__FP_FRAC_ADD_3): Rename variables _c1 and _c2
24573 to __FP_FRAC_ADD_3_c1 and __FP_FRAC_ADD_3_c2.
24574
d1d54715
MR
245752013-06-21 Maciej W. Rozycki <macro@codesourcery.com>
24576
24577 * elf/dl-dst.h (DL_DST_REQUIRED): Remove call to
24578 DL_DST_REQ_STATIC.
24579 (DL_DST_REQ_STATIC): Remove macro.
24580
8fdda7af
JM
245812013-06-21 Joseph Myers <joseph@codesourcery.com>
24582
24583 [BZ #7006]
24584 * soft-fp/op-common.h (_FP_FROM_INT): Do not call _FP_FRAC_SLL
24585 with a shift of 0 bits.
24586
f3bc5e5a
MR
245872013-06-21 Maciej W. Rozycki <macro@codesourcery.com>
24588
24589 * dlfcn/Makefile (tststatic2-ENV): Redefine in terms of
24590 $(tststatic-ENV).
24591
be09e8c9
KK
245922013-06-21 Kaz Kojima <kkojima@rr.iij4u.or.jp>
24593
24594 [BZ #15655]
24595 * sysdeps/sh/sh4/fpu/fgetexcptflg.c: New file.
24596
85c2e611
AZ
245972013-06-20 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
24598
24599 * config.h.in (HAVE_CC_INHIBIT_LOOP_TO_LIBCALL): New define.
24600 * configure.in (libc_cv_cc_loop_to_function): Check if compiler
24601 accepts -fno-tree-loop-distribute-patterns.
24602 * include/libc-symbols.h (inhibit_loop_to_libcall): New macro.
24603 * string/memmove.c (MEMMOVE): Disable loop transformation to avoid
24604 recursive call.
24605 * string/memset.c (memset): Likewise.
24606 * string/test-memmove.c (simple_memmove): Disable loop transformation
24607 to library calls.
24608 * string/test-memset.c (simple_memset): Likewise.
24609 * benchtests/bench-memmove.c (simple_memmove): Likewise.
24610 * benchtests/bench-memset.c (simple_memset): Likewise.
24611 * configure: Regenerated.
24612
c91e0825
JM
246132013-06-20 Joseph Myers <joseph@codesourcery.com>
24614
b8c792af
JM
24615 * math/test-misc.c (main): Ignore fesetround failure when failures
24616 of subsequent rounding tests would be ignored.
24617
c91e0825
JM
24618 [BZ #15654]
24619 * math/fedisblxcpt.c (fedisableexcept): Return 0.
24620 * math/feenablxcpt.c (feenableexcept): Return 0 for argument 0.
24621 * math/fegetenv.c (__fegetenv): Return 0.
24622 * math/fegetexcept.c (fegetexcept): Return 0.
24623 * math/fegetround.c (fegetround) [FE_TONEAREST]: Return
24624 FE_TONEAREST.
24625 * math/feholdexcpt.c (feholdexcept): Return 0.
24626 * math/fesetenv.c (__fesetenv): Return 0.
24627 * math/fesetround.c (fesetround) [FE_TONEAREST]: Return 0 for
24628 argument FE_TONEAREST.
24629 * math/feupdateenv.c (__feupdateenv): Return 0.
24630 * math/fgetexcptflg.c (__fegetexceptflag): Return 0.
24631
bfcacbde
RM
246322013-06-18 Roland McGrath <roland@hack.frob.com>
24633
24634 * elf/rtld-Rules (rtld-compile-command.S): New variable.
24635 (rtld-compile-command.s, rtld-compile-command.c): New variables.
24636 ($(objpfx)rtld-%.os rules): Use them.
24637
e55a9b25
AZ
246382013-06-17 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
24639
24640 * nptl/sysdeps/powerpc/tls.h (tcbhead_t): Add Event-Based Branch
24641 fields.
24642
346d65b3
RM
246432013-06-17 Roland McGrath <roland@hack.frob.com>
24644
12086fb4
RM
24645 * scripts/sysd-rules.awk: Sort sysd_rules_patterns by descending
24646 length of target pattern, then descending length of dependency pattern.
24647 * configure.in (AWK): Require gawk 3.1.2 or newer.
24648 * manual/install.texi (Tools for Compilation): Say that we do.
24649 * configure: Regenerated.
24650
346d65b3
RM
24651 * Makerules [inhibit-sysdep-asm] (check-inhibit-asm): Variable removed.
24652 ($(common-objpfx)sysd-rules): Replace shell logic with running ...
24653 * scripts/sysd-rules.awk: ... this new script.
24654 * sysdeps/mach/hurd/Makefile (inhibit-sysdep-asm): Use a regexp rather
24655 than a glob-style pattern.
24656
1a846317
JM
246572013-06-17 Joseph Myers <joseph@codesourcery.com>
24658
24659 * math/test-misc.c (main): Do not treat incorrectly rounded
24660 conversions as failure unless ROUNDING_TESTS passes.
24661
8fc75e6f
JM
246622013-06-15 Joseph Myers <joseph@codesourcery.com>
24663
3711a167
JM
24664 [BZ #15631]
24665 * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Save and
24666 restore exception state around main square root computation, then
24667 check for inexactness explicitly.
24668
8fc75e6f
JM
24669 * math/libm-test.inc (fma_test_data): Add another test.
24670
61dd6208
SP
246712013-06-15 Siddhesh Poyarekar <siddhesh@redhat.com>
24672
adf23d2c
SP
24673 * manual/threads.texi (Non-POSIX Extensions): New document
24674 node. Document pthread_getattr_default_np and
24675 pthread_setattr_default_np.
24676
61dd6208
SP
24677 * Versions.def (libpthread): Add GLIBC_2.18.
24678 * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Update.
24679 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
24680 Likewise.
24681 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
24682 Likewise.
24683 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
24684 Likewise.
24685 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
24686 Likewise.
24687 * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist:
24688 Likewise.
24689 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
24690 Likewise.
24691 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
24692 Likewise.
24693 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
24694 Likewise.
24695 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
24696 Likewise.
24697
d086fc7b
LD
246982013-06-14 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
24699
24700 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
24701 Set bit_Fast_Unaligned_Load for Intel Silvermont architecture.
24702
747ef469
SP
247032013-06-14 Siddhesh Poyarekar <siddhesh@redhat.com>
24704 H.J. Lu <hjl.tools@gmail.com>
24705
24706 [BZ #15627]
24707 * sysdeps/x86_64/rtld-memset.c: Remove file.
24708 * sysdeps/x86_64/rtld-memset.S: New file.
24709
1b2feed2
JM
247102013-06-14 Joseph Myers <joseph@codesourcery.com>
24711
24712 * stdlib/tst-strtod-round.c: Include <math-tests.h>.
24713 (test_in_one_mode): Take arguments for whether the rounding mode
24714 is supported for each floating-point type.
24715 (do_test): Pass new arguments to test_in_one_mode using
24716 ROUNDING_TESTS.
24717
a58ad3f8
RM
247182013-06-13 Roland McGrath <roland@hack.frob.com>
24719
24720 * posix/tst-waitid.c (do_test): Distinguish different instances of
24721 stopped/continued in CHECK_SIGCHLD uses. Insert a delay between
24722 sending SIGSTOP and calling waitpid to ensure SIGCHLD gets delivered
24723 before entering the kernel for waitpid.
24724
c204ab28
SP
247252013-06-13 Siddhesh Poyarekar <siddhesh@redhat.com>
24726
24727 * NEWS: Fix note on clock function precision. Text by Roland
24728 McGrath.
24729
f4a29fba
RM
247302013-06-13 Roland McGrath <roland@hack.frob.com>
24731
24732 * elf/Makefile ($(objpfx)ld.so): Link into a temporary file and move
24733 it into place only when and if the sanity check passes.
24734
1f24b9ad
JM
247352013-06-13 Joseph Myers <joseph@codesourcery.com>
24736
24737 * stdlib/gen-tst-strtod-round.c (round_str): Always generate
24738 output for whether conversion result is exact. Take argument
24739 indicating whether type is IBM long double.
24740 (round_for_all): Change need_exact field to ibm_ld.
24741 * stdlib/tst-strtod-round.c (struct exactness): New type.
24742 (struct test): Change bool ld_ok field to struct exactness exact.
24743 (TEST): Update all definitions for change to field.
24744 (tests): Regenerate array contents.
24745 (test_in_one_mode): Take pointer to new field instead of old ld_ok
24746 field value. Check for IBM long double here.
24747 (do_test): Update calls to test_in_one_mode.
24748
58206c68
SP
247492013-06-13 Siddhesh Poyarekar <siddhesh@redhat.com>
24750
24751 [BZ #12515]
24752 * sysdeps/unix/sysv/linux/clock.c (clock): Use result from
24753 CLOCK_PROCESS_CPUTIME_ID clock instead of __times.
24754
2d6f4c5b 247552013-06-12 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
6a97b62a
AZ
24756
24757 [BZ #15605]
24758 * sysdeps/generic/symbol-hacks.h: Add workaround for memset/memmove calls
24759 generated by the compiler on loop optimizations.
24760 * sysdeps/wordsize-32/symbol-hacks.h: Include next symbol-hacks.h for
24761 general definitions.
24762
94f2c076
JM
247632013-06-12 Joseph Myers <joseph@codesourcery.com>
24764
24765 * math/bug-nextafter.c: Include <math-tests.h>.
24766 (main): Only test for exceptions if EXCEPTION_TESTS is true for
24767 the relevant type.
24768 * math/bug-nexttoward.c: Include <math-tests.h>.
24769 (main): Only test for exceptions if EXCEPTION_TESTS is true for
24770 the relevant type.
24771 * math/test-misc.c: Include <math-tests.h>.
24772 (main): Only test for exceptions if EXCEPTION_TESTS is true for
24773 the relevant type.
24774
e0e50a0a
AJ
247752013-06-12 Andreas Jaeger <aj@suse.de>
24776
24777 * po/ia.po: Update Interlingua translation from translation
24778 project.
24779
25061094
SP
247802013-06-12 Siddhesh Poyarekar <siddhesh@redhat.com>
24781
24782 * include/fenv.h: Include stdbool.h.
24783 (struct rm_ctx): New structure.
24784 * sysdeps/generic/math_private.h (SET_RESTORE_ROUND_GENERIC):
24785 Define macro.
24786 (SET_RESTORE_ROUND): Define using SET_RESTORE_ROUND_GENERIC.
24787 (SET_RESTORE_ROUNDF): Likewise.
24788 (SET_RESTORE_ROUNDL): Likewise.
24789 (SET_RESTORE_ROUND_NOEX): Likewise.
24790 (SET_RESTORE_ROUND_NOEXF): Likewise.
24791 (SET_RESTORE_ROUND_NOEXL): Likewise.
24792 (SET_RESTORE_ROUND_53BIT): Likewise.
24793 [HAVE_RM_CTX] (libc_feresetround_noex_ctx): Define macro.
24794 (libc_feresetround_noexf_ctx): Likewise.
24795 (libc_feresetround_noexl_ctx): Likewise.
24796 (libc_feholdsetround_53bit_ctx): Likewise.
24797 (libc_feresetround_53bit_ctx): Likewise.
24798 * sysdeps/i386/fpu/fenv_private.h (HAVE_RM_CTX): Define macro.
24799 (libc_feholdexcept_setround_sse_ctx): New function.
24800 (libc_fesetenv_sse_ctx): Likewise.
24801 (libc_feupdateenv_sse_ctx): Likewise.
24802 (libc_feholdexcept_setround_387_prec_ctx): Likewise.
24803 (libc_feholdexcept_setround_387_ctx): Likewise.
24804 (libc_feholdexcept_setround_387_53bit_ctx): Likewise.
24805 (libc_feholdsetround_387_prec_ctx): Likewise.
24806 (libc_feholdsetround_387_ctx): Likewise.
24807 (libc_feholdsetround_387_53bit_ctx): Likewise.
24808 (libc_feholdsetround_sse_ctx): Likewise.
24809 (libc_feresetround_sse_ctx): Likewise.
24810 (libc_feresetround_387_ctx): Likewise.
24811 (libc_feupdateenv_387_ctx): Likewise.
24812 (libc_feholdexcept_setroundf_ctx): Define macro.
24813 (libc_fesetenvf_ctx): Likewise.
24814 (libc_feupdateenvf_ctx): Likewise.
24815 (libc_feholdsetroundf_ctx): Likewise.
24816 (libc_feresetroundf_ctx): Likewise.
24817 (libc_feholdexcept_setround_ctx): Likewise.
24818 (libc_fesetenv_ctx): Likewise.
24819 (libc_feupdateenv_ctx): Likewise.
24820 (libc_feholdsetround_ctx): Likewise.
24821 (libc_feresetround_ctx): Likewise.
24822 (libc_feholdexcept_setroundl_ctx): Likewise.
24823 (libc_feupdateenvl_ctx): Likewise.
24824 (libc_feholdsetroundl_ctx): Likewise.
24825 (libc_feresetroundl_ctx): Likewise.
24826 [!__SSE2_MATH__] (libc_feholdsetround_53bit_ctx): Likewise.
24827 (libc_feresetround_53bit_ctx): Likewise.
24828
59b30555
SP
248292013-06-11 Siddhesh Poyarekar <siddhesh@redhat.com>
24830
24831 * locale/iso-639.def: Convert to UTF-8.
24832
f1d73d30
JM
248332013-06-11 Joseph Myers <joseph@codesourcery.com>
24834
24835 * sysdeps/generic/math-tests.h (EXCEPTION_TESTS_float): New macro.
24836 (EXCEPTION_TESTS_double): Likewise.
24837 (EXCEPTION_TESTS_long_double): Likewise.
24838 (EXCEPTION_TESTS): Likewise.
24839 * math/libm-test.inc (test_exceptions): Only test exceptions if
24840 EXCEPTION_TESTS (FLOAT).
24841
94aca5e7
SP
248422013-06-11 Siddhesh Poyarekar <siddhesh@redhat.com>
24843
24844 * benchtests/Makefile (string-bench): Add strcpy_chk and
24845 stpcpy_chk.
24846 * benchtests/bench-stpcpy_chk-ifunc.c: New file.
24847 * benchtests/bench-stpcpy_chk.c: New file.
24848 * benchtests/bench-strcpy_chk-ifunc.c: New file.
24849 * benchtests/bench-strcpy_chk.c: New file.
24850 * debug/test-strcpy_chk.c (do_one_test): Remove HP_TIMING
24851 code.
24852 (do_test): Likewise.
24853
fac0c5f2
RA
248542013-06-11 Ryan S. Arnold <rsa@linux.vnet.ibm.com>
24855
24856 * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add ppc405,
24857 ppc440, ppc464, and ppc476, merging from ports/ dl-procinfo.c.
24858 * sysdeps/powerpc/dl-procinfo.h: Fix whitespace by correcting spaces
24859 with tabs where appropriate.
24860 [PPC_PLATFORM_PPC405]: Define new platform merging from ports/
24861 dl-procinfo.h.
24862 [PPC_PLATFORM_PPC440]: Likewise.
24863 [PPC_PLATFORM_PPC464]: Likewise.
24864 [PPC_PLATFORM_PPC476]: Likewise.
24865 (_dl_string_platform): Add support for detecting ppc405, ppc440,
24866 ppc464, and ppc476 platform strings merging from ports/
24867 dl-procinfo.h.
24868
f22bc486
AS
248692013-06-11 Andreas Schwab <schwab@suse.de>
24870
24871 [BZ #14991]
24872 * iconvdata/big5hkscs.c (big5hkscs_to_ucs, from_ucs4)
24873 (from_ucs4_idx): Regenerate.
24874 (MIN_NEEDED_FROM, MAX_NEEDED_FROM, MIN_NEEDED_TO): Remove macros.
24875 (FROM_LOOP_MIN_NEEDED_FROM, FROM_LOOP_MAX_NEEDED_FROM)
24876 (FROM_LOOP_MIN_NEEDED_TO, FROM_LOOP_MAX_NEEDED_TO)
24877 (TO_LOOP_MIN_NEEDED_FROM, TO_LOOP_MAX_NEEDED_FROM)
24878 (TO_LOOP_MIN_NEEDED_TO, TO_LOOP_MAX_NEEDED_TO, PREPARE_LOOP)
24879 (EXTRA_LOOP_ARGS, SAVE_RESET_STATE, EMIT_SHIFT_TO_INIT)
24880 (EXTRA_LOOP_DECLS, MAX_NEEDED_OUTPUT): New macros.
24881 (MIN_NEEDED_INPUT, MAX_NEEDED_INPUT, MIN_NEEDED_OUTPUT): Define
24882 from FROM_LOOP and TO_LOOP specific macros.
24883 (BODY): Handle combining characters.
24884 * iconvdata/BIG5HKSCS.irreversible: Update.
24885 * iconvdata/BIG5HKSCS.precomposed: New file.
24886 * iconvdata/testdata/BIG5HKSCS: Regenerate to cover all assigned
24887 characters.
24888 * iconvdata/testdata/BIG5HKSCS..UTF8: Update.
24889
c1f75dc3
SP
248902013-06-11 Siddhesh Poyarekar <siddhesh@redhat.com>
24891
4eacded2
SP
24892 * include/sys/time.h: Fix indentation and add copyright header.
24893
fec799f8
SP
24894 * string/test-memccpy.c (do_one_test): Remove HP_TIMING code.
24895 (do_test): Likewise.
24896 * string/test-memchr.c (do_one_test): Likewise.
24897 (do_test): Likewise.
24898 * string/test-memcmp.c (do_one_test): Likewise.
24899 (do_test): Likewise.
24900 * string/test-memcpy.c (do_one_test): Likewise.
24901 (do_test): Likewise.
24902 * string/test-memmem.c (do_one_test): Likewise.
24903 (do_test): Likewise.
24904 (do_random_tests): Likewise.
24905 * string/test-memmove.c (do_one_test): Likewise.
24906 (do_test): Likewise.
24907 * string/test-memset.c (do_one_test): Likewise.
24908 (do_test): Likewise.
24909 * string/test-rawmemchr.c (do_one_test): Likewise.
24910 (do_test): Likewise.
24911 * string/test-strcasecmp.c (do_one_test): Likewise.
24912 (do_test): Likewise.
24913 * string/test-strcasestr.c (do_one_test): Likewise.
24914 (do_test): Likewise.
24915 * string/test-strcat.c (do_one_test): Likewise.
24916 (do_test): Likewise.
24917 * string/test-strchr.c (do_one_test): Likewise.
24918 (do_test): Likewise.
24919 * string/test-strcmp.c (do_one_test): Likewise.
24920 (do_test): Likewise.
24921 * string/test-strcpy.c (do_one_test): Likewise.
24922 (do_test): Likewise.
24923 * string/test-string.h: Likewise.
24924 (test_init): Likewise.
24925 * string/test-strlen.c (do_one_test): Likewise.
24926 (do_test): Likewise.
24927 * string/test-strncasecmp.c (do_one_test): Likewise.
24928 (do_test): Likewise.
24929 * string/test-strncat.c (do_one_test): Likewise.
24930 (do_test): Likewise.
24931 * string/test-strncmp.c (do_one_test): Likewise.
24932 (do_test_limit): Likewise.
24933 (do_test): Likewise.
24934 * string/test-strncpy.c (do_one_test): Likewise.
24935 (do_test): Likewise.
24936 * string/test-strnlen.c (do_one_test): Likewise.
24937 (do_test): Likewise.
24938 * string/test-strpbrk.c (do_one_test): Likewise.
24939 (do_test): Likewise.
24940 * string/test-strrchr.c (do_one_test): Likewise.
24941 (do_test): Likewise.
24942 * string/test-strspn.c (do_one_test): Likewise.
24943 (do_test): Likewise.
24944 * string/test-strstr.c (do_one_test): Likewise.
24945 (do_test): Likewise.
24946
97020474
SP
24947 * benchtests/Makefile (string-bench): Add string benchmarks.
24948 * benchtests/bench-bcopy-ifunc.c: New file.
24949 * benchtests/bench-bcopy.c: New file.
24950 * benchtests/bench-bzero-ifunc.c: New file.
24951 * benchtests/bench-bzero.c: New file.
24952 * benchtests/bench-memccpy-ifunc.c: New file.
24953 * benchtests/bench-memccpy.c: New file.
24954 * benchtests/bench-memchr-ifunc.c: New file.
24955 * benchtests/bench-memchr.c: New file.
24956 * benchtests/bench-memcmp-ifunc.c: New file.
24957 * benchtests/bench-memcmp.c: New file.
24958 * benchtests/bench-memmem-ifunc.c: New file.
24959 * benchtests/bench-memmem.c: New file.
24960 * benchtests/bench-memmove-ifunc.c: New file.
24961 * benchtests/bench-memmove.c: New file.
24962 * benchtests/bench-mempcpy-ifunc.c: New file.
24963 * benchtests/bench-mempcpy.c: New file.
24964 * benchtests/bench-memset-ifunc.c: New file.
24965 * benchtests/bench-memset.c: New file.
24966 * benchtests/bench-rawmemchr-ifunc.c: New file.
24967 * benchtests/bench-rawmemchr.c: New file.
24968 * benchtests/bench-stpcpy-ifunc.c: New file.
24969 * benchtests/bench-stpcpy.c: New file.
24970 * benchtests/bench-stpncpy-ifunc.c: New file.
24971 * benchtests/bench-stpncpy.c: New file.
24972 * benchtests/bench-strcasecmp-ifunc.c: New file.
24973 * benchtests/bench-strcasecmp.c: New file.
24974 * benchtests/bench-strcasestr-ifunc.c: New file.
24975 * benchtests/bench-strcasestr.c: New file.
24976 * benchtests/bench-strcat-ifunc.c: New file.
24977 * benchtests/bench-strcat.c: New file.
24978 * benchtests/bench-strchr-ifunc.c: New file.
24979 * benchtests/bench-strchr.c: New file.
24980 * benchtests/bench-strchrnul-ifunc.c: New file.
24981 * benchtests/bench-strchrnul.c: New file.
24982 * benchtests/bench-strcmp-ifunc.c: New file.
24983 * benchtests/bench-strcmp.c: New file.
24984 * benchtests/bench-strcpy-ifunc.c: New file.
24985 * benchtests/bench-strcpy.c: New file.
24986 * benchtests/bench-strcspn-ifunc.c: New file.
24987 * benchtests/bench-strcspn.c: New file.
24988 * benchtests/bench-strlen-ifunc.c: New file.
24989 * benchtests/bench-strlen.c: New file.
24990 * benchtests/bench-strncasecmp-ifunc.c: New file.
24991 * benchtests/bench-strncasecmp.c: New file.
24992 * benchtests/bench-strncat-ifunc.c: New file.
24993 * benchtests/bench-strncat.c: New file.
24994 * benchtests/bench-strncmp-ifunc.c: New file.
24995 * benchtests/bench-strncmp.c: New file.
24996 * benchtests/bench-strncpy-ifunc.c: New file.
24997 * benchtests/bench-strncpy.c: New file.
24998 * benchtests/bench-strnlen-ifunc.c: New file.
24999 * benchtests/bench-strnlen.c: New file.
25000 * benchtests/bench-strpbrk-ifunc.c: New file.
25001 * benchtests/bench-strpbrk.c: New file.
25002 * benchtests/bench-strrchr-ifunc.c: New file.
25003 * benchtests/bench-strrchr.c: New file.
25004 * benchtests/bench-strspn-ifunc.c: New file.
25005 * benchtests/bench-strspn.c: New file.
25006 * benchtests/bench-strstr-ifunc.c: New file.
25007 * benchtests/bench-strstr.c: New file.
25008
c1f75dc3
SP
25009 * benchtests/Makefile: Disable parallel execution of targets.
25010 (string-bench): Add memcpy.
25011 (benchset): New variable to store a list of benchmark sets.
25012 (bench-func): Renamed from bench.
25013 (bench-set): New target.
25014 (bench): Depend on bench-func and bench-set.
25015 * benchtests/README: Add section on benchmark sets.
25016 * benchtests/bench-memcpy-ifunc.c: New file.
25017 * benchtests/bench-memcpy.c: New file.
25018 * benchtests/bench-string.h: New file.
25019
50fd745b
AS
250202013-06-11 Andreas Schwab <schwab@suse.de>
25021
25022 [BZ #15577]
25023 * nscd/connections.c (nscd_run_worker): Always zero-terminate key.
25024 * nscd/netgroupcache.c (addgetnetgrentX): Properly handle absent
25025 values in the triple.
25026 * nscd/nscd_netgroup.c (__nscd_setnetgrent): Include zero
25027 terminator in the group key.
25028
3ee7e9fe
AJ
250292013-06-11 Andreas Jaeger <aj@suse.de>
25030
25031 * po/zh_TW.po: Update Chinese (traditional) translation from
25032 translation project.
25033
89fb6835
SP
250342013-06-11 Siddhesh Poyarekar <siddhesh@redhat.com>
25035
25036 * include/time.h (__clock_gettime): Add libc_hidden_proto.
25037 * rt/clock_getcpuclockid.c (clock_getcpuclockid): Rename to
25038 __clock_getcpuclockid. Add weak_alias and libc_hidden_def.
25039 * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
25040 (clock_getcpuclockid): Likewise.
25041 * rt/clock_getres.c (clock_getres): Rename to __clock_getres.
25042 Add weak_alias and libc_hidden_def.
25043 * sysdeps/posix/clock_getres.c (clock_getres): Likewise.
25044 * rt/clock_gettime.c (clock_gettime): Rename to
25045 __clock_gettime. Add weak_alias and libc_hidden_def.
25046 * sysdeps/unix/clock_gettime.c (clock_gettime): Likewise.
25047 * rt/clock_nanosleep.c (clock_nanosleep): Rename to
25048 __clock_nanosleep. Add weak_alias and libc_hidden_def.
25049 * sysdeps/unix/clock_nanosleep.c (clock_nanosleep): Likewise.
25050 * sysdeps/unix/sysv/linux/clock_nanosleep.c (clock_nanosleep):
25051 Likewise.
25052 * rt/clock_settime.c (clock_settime): Rename to
25053 __clock_settime. Add weak_alias and libc_hidden_def.
25054 * sysdeps/unix/clock_settime.c (clock_settime): Likewise.
25055
0efa6f8b
JM
250562013-06-10 Joseph Myers <joseph@codesourcery.com>
25057
b8c61b4b
JM
25058 * mach/err_boot.sub: Remove trailing whitespace.
25059 * mach/err_ipc.sub: Likewise.
25060 * mach/err_mach.sub: Likewise.
25061
0efa6f8b
JM
25062 * sysdeps/generic/math-tests.h (ROUNDING_TESTS_float): New macro.
25063 (ROUNDING_TESTS_double): Likewise.
25064 (ROUNDING_TESTS_long_double): Likewise.
25065 (ROUNDING_TESTS): Likewise.
25066 * math/libm-test.inc: Include <math-tests.h>.
25067 (IF_ROUND_INIT_FE_DOWNWARD): Use ROUNDING_TESTS.
25068 (IF_ROUND_INIT_FE_TONEAREST): Likewise.
25069 (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
25070 (IF_ROUND_INIT_FE_UPWARD): Likewise.
25071
50b818bf
SP
250722013-06-10 Siddhesh Poyarekar <siddhesh@redhat.com>
25073
25074 * benchtests/Makefile (CPPFLAGS-nonlib): Append values instead
25075 of assigning.
25076
60d2f8f3
JM
250772013-06-08 Joseph Myers <joseph@codesourcery.com>
25078
4902d2c3
JM
25079 * sysdeps/gnu/errlist.awk: Do not generate space at end of
25080 otherwise empty TRANS lines.
25081 * sysdeps/gnu/errlist.c: Regenerated.
25082
60d2f8f3
JM
25083 * catgets/gencat.c (error_print): Use (void) in function
25084 definition.
25085 * crypt/crypt_util.c (__init_des): Likewise.
25086 * crypt/speeds.c (Stop): Likewise.
25087 (main): Likewise.
25088 * hurd/hurdmalloc.c (print_malloc_free_list): Likewise.
25089 * inet/ruserpass.c (token): Likewise.
25090 * intl/finddomain.c (_nl_finddomain_subfreeres): Likewise.
25091 * intl/localealias.c (extend_alias_table): Likewise.
25092 * intl/plural-exp.c (init_germanic_plural): Likewise.
25093 * libio/fcloseall.c (__fcloseall): Likewise.
25094 * libio/genops.c (_IO_flush_all): Likewise.
25095 (_IO_flush_all_linebuffered): Likewise.
25096 (_IO_cleanup): Likewise.
25097 (_IO_iter_begin): Likewise.
25098 (_IO_iter_end): Likewise.
25099 (_IO_list_lock): Likewise.
25100 (_IO_list_unlock): Likewise.
25101 (_IO_list_resetlock): Likewise.
25102 * libio/getchar.c (getchar): Likewise.
25103 * libio/getchar_u.c (getchar_unlocked): Likewise.
25104 * libio/getwchar.c (getwchar): Likewise.
25105 * libio/getwchar_u.c (getwchar_unlocked): Likewise.
25106 * libio/oldstdfiles.c (_IO_check_libio): Likewise.
25107 * login/getpt.c (__getpt): Likewise.
25108 * login/tst-utmp.c (main): Likewise.
25109 * malloc/hooks.c (__malloc_check_init): Likewise.
25110 * malloc/malloc.c (__malloc_stats): Likewise.
25111 * malloc/mtrace.c (tr_break): Likewise.
25112 (mtrace): Likewise.
25113 (muntrace): Likewise.
25114 * misc/fstab.c (endfsent): Likewise.
25115 * misc/getclktck.c (__getclktck): Likewise.
25116 * misc/getdtsz.c (__getdtablesize): Likewise.
25117 * misc/gethostid.c (gethostid): Likewise.
25118 * misc/getpagesize.c (__getpagesize): Likewise.
25119 * misc/getsysstats.c (__get_nprocs_conf): Likewise.
25120 (__get_nprocs): Likewise.
25121 (__get_phys_pages): Likewise.
25122 (__get_avphys_pages): Likewise.
25123 * misc/getttyent.c (getttyent): Likewise.
25124 (setttyent): Likewise.
25125 (endttyent): Likewise.
25126 * misc/getusershell.c (getusershell): Likewise.
25127 (endusershell): Likewise.
25128 (setusershell): Likewise.
25129 (initshells): Likewise.
25130 * misc/hsearch.c (__hdestroy): Likewise.
25131 * misc/sync.c (sync): Likewise.
25132 * misc/syslog.c (closelog_internal): Likewise.
25133 (closelog): Likewise.
25134 * misc/ttyslot.c (ttyslot): Likewise.
25135 * misc/vhangup.c (vhangup): Likewise.
25136 * posix/fork.c (__fork): Likewise.
25137 * posix/getegid.c (__getegid): Likewise.
25138 * posix/geteuid.c (__geteuid): Likewise.
25139 * posix/getgid.c (__getgid): Likewise.
25140 * posix/getpid.c (__getpid): Likewise.
25141 * posix/getppid.c (__getppid): Likewise.
25142 * posix/getuid.c (__getuid): Likewise.
25143 * posix/pause.c (pause): Likewise.
25144 * posix/setpgrp.c (setpgrp): Likewise.
25145 * posix/setsid.c (__setsid): Likewise.
25146 * posix/test-vfork.c (noop): Likewise.
25147 * resolv/gethnamaddr.c (_endhtent): Likewise.
25148 (_gethtent): Likewise.
25149 (ht_endhostent): Likewise.
25150 (gethostent): Likewise.
25151 (dns_service): Likewise.
25152 * stdlib/drand48.c (drand48): Likewise.
25153 * stdlib/lrand48.c (lrand48): Likewise.
25154 * stdlib/mrand48.c (mrand48): Likewise.
25155 * stdlib/rand.c (rand): Likewise.
25156 * stdlib/random.c (__random): Likewise.
25157 * stdlib/setenv.c (clearenv): Likewise.
25158 * sunrpc/clnt_tcp.c (clnttcp_abort): Likewise.
25159 * sunrpc/clnt_unix.c (clntunix_abort): Likewise.
25160 * sysdeps/mach/getpagesize.c (__getpagesize): Likewise.
25161 * sysdeps/mach/getsysstats.c (__get_nprocs_conf): Likewise.
25162 (__get_nprocs): Likewise.
25163 (__get_phys_pages): Likewise.
25164 (__get_avphys_pages): Likewise.
25165 * sysdeps/mach/hurd/dl-sysdep.c (__getpid): Likewise.
25166 * sysdeps/mach/hurd/getclktck.c (__getclktck): Likewise.
25167 * sysdeps/mach/hurd/getdtsz.c (__getdtablesize): Likewise.
25168 * sysdeps/mach/hurd/getegid.c (__getegid): Likewise.
25169 * sysdeps/mach/hurd/geteuid.c (__geteuid): Likewise.
25170 * sysdeps/mach/hurd/getgid.c (__getgid): Likewise.
25171 * sysdeps/mach/hurd/gethostid.c (gethostid): Likewise.
25172 * sysdeps/mach/hurd/getlogin.c (getlogin): Likewise.
25173 * sysdeps/mach/hurd/getpid.c (__getpid): Likewise.
25174 * sysdeps/mach/hurd/getppid.c (__getppid): Likewise.
25175 * sysdeps/mach/hurd/getuid.c (__getuid): Likewise.
25176 * sysdeps/mach/hurd/sync.c (sync): Likewise.
25177 * sysdeps/posix/clock.c (clock): Likewise.
25178 * sysdeps/unix/bsd/setsid.c (__setsid): Likewise.
25179 * sysdeps/unix/getpagesize.c (__getpagesize): Likewise.
25180 * sysdeps/unix/sysv/linux/getclktck.c (__getclktck): Likewise.
25181 * sysdeps/unix/sysv/linux/gethostid.c (gethostid): Likewise.
25182 * sysdeps/unix/sysv/linux/getpagesize.c (__getpagesize): Likewise.
25183 * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Likewise.
25184 (__get_nprocs_conf): Likewise.
25185 (__get_phys_pages): Likewise.
25186 (__get_avphys_pages): Likewise.
25187 * time/clock.c (clock): Likewise.
25188 * time/tzset.c (__tzname_max): Likewise.
25189
2e09a79a
JM
251902013-06-07 Joseph Myers <joseph@codesourcery.com>
25191
25192 * bits/byteswap.h [__GNUC__ && !__GNUC_PREREQ (4, 3)]
25193 (__bswap_32): Do not use "register".
25194 * crypt/crypt.c (_ufc_doit_r): Likewise.
25195 * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
25196 * debug/wcscat_chk.c (__wcscat_chk): Likewise.
25197 * gmon/gmon.c (__monstartup): Likewise.
25198 * gmon/mcount.c (_MCOUNT_DECL(frompc, selfpc)): Likewise.
25199 * hurd/hurdmalloc.c (more_memory): Likewise.
25200 (malloc): Likewise.
25201 (free): Likewise.
25202 (realloc): Likewise.
25203 (malloc_fork_prepare): Likewise.
25204 (malloc_fork_parent): Likewise.
25205 (malloc_fork_child): Likewise.
25206 * include/rpc/auth_des.h (xdr_authdes_verf): Likewise.
25207 (_svcauth_des): Likewise.
25208 * inet/inet_lnaof.c (inet_lnaof): Likewise.
25209 * inet/inet_net.c (inet_network): Likewise.
25210 * inet/inet_netof.c (inet_netof): Likewise.
25211 * inet/rcmd.c (__validuser2_sa): Likewise.
25212 * io/fts.c (fts_open): Likewise.
25213 (fts_load): Likewise.
25214 (fts_close): Likewise.
25215 (fts_read): Likewise.
25216 (fts_children): Likewise.
25217 (fts_build): Likewise.
25218 (fts_stat): Likewise.
25219 (fts_sort): Likewise.
25220 (fts_alloc): Likewise.
25221 (fts_lfree): Likewise.
25222 * libio/fileops.c (_IO_new_file_xsputn): Likewise.
25223 (_IO_file_xsgetn): Likewise.
25224 (_IO_file_xsgetn_mmap): Likewise.
25225 * libio/iofopncook.c (_IO_cookie_read): Likewise.
25226 (_IO_cookie_write): Likewise.
25227 * libio/oldfileops.c (_IO_old_file_xsputn): Likewise.
25228 * libio/wfileops.c (_IO_wfile_xsputn): Likewise.
25229 * mach/msgserver.c (__mach_msg_server_timeout): Likewise.
25230 * malloc/obstack.c (_obstack_begin): Likewise.
25231 (_obstack_begin_1): Likewise.
25232 (_obstack_newchunk): Likewise.
25233 (_obstack_allocated_p): Likewise.
25234 (obstack_free): Likewise.
25235 (_obstack_memory_used): Likewise.
25236 * misc/getttyent.c (getttynam): Likewise.
25237 (getttyent): Likewise.
25238 (skip): Likewise.
25239 (value): Likewise.
25240 * misc/getusershell.c (initshells): Likewise.
25241 * misc/syslog.c (__vsyslog_chk): Likewise.
25242 * misc/ttyslot.c (ttyslot): Likewise.
25243 * nis/nis_hash.c (__nis_hash): Likewise.
25244 * posix/fnmatch_loop.c (FCT): Likewise.
25245 * posix/getconf.c (print_all): Likewise.
25246 (main): Likewise.
25247 * posix/getopt.c (exchange): Likewise.
25248 * posix/glob.c (globfree): Likewise.
25249 (prefix_array): Likewise.
25250 (__glob_pattern_type): Likewise.
25251 * resolv/arpa/nameser.h (NS_GET16): Likewise.
25252 (NS_GET32): Likewise.
25253 (NS_PUT16): Likewise.
25254 (NS_PUT32): Likewise.
25255 * resolv/gethnamaddr.c (getanswer): Likewise.
25256 (gethostbyname2): Likewise.
25257 (gethostbyaddr): Likewise.
25258 (_gethtent): Likewise.
25259 (_gethtbyname2): Likewise.
25260 (_gethtbyaddr): Likewise.
25261 * resolv/ns_print.c (dst_s_get_int16): Likewise.
25262 * resolv/nss_dns/dns-host.c (getanswer_r): Likewise.
25263 * resolv/res_init.c (__res_vinit): Likewise.
25264 (net_mask): Likewise.
25265 * resolv/res_mkquery.c (outchar): Likewise.
25266 (PRINT): Likewise.
25267 * stdio-common/printf_fp.c (outchar): Likewise.
25268 (PRINT): Likewise.
25269 * stdio-common/printf_fphex.c (outchar): Likewise.
25270 (PRINT): Likewise.
25271 * stdio-common/printf_size.c (outchar): Likewise.
25272 (PRINT): Likewise.
25273 * stdio-common/test_rdwr.c (main): Likewise.
25274 * stdio-common/tfformat.c (matches): Likewise.
25275 * stdio-common/vfprintf.c (outchar): Likewise.
25276 (printf_unknown): Likewise.
25277 (buffered_vfprintf): Likewise.
25278 * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
25279 * stdio-common/xbug.c (AppendToBuffer): Likewise.
25280 (ReadFile): Likewise.
25281 * stdlib/qsort.c (SWAP): Likewise.
25282 (_quicksort): Likewise.
25283 * stdlib/setenv.c (__add_to_environ): Likewise.
25284 * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
25285 * stdlib/strtol_l.c (__strtol_l): Likewise.
25286 * stdlib/tst-strtod.c (main): Likewise.
25287 * stdlib/tst-strtol.c (main): Likewise.
25288 * stdlib/tst-strtoll.c (main): Likewise.
25289 * string/bits/string2.h (__strcmp_cc): Likewise.
25290 (__strcmp_cg): Likewise.
25291 (__strcspn_c1): Likewise.
25292 (__strcspn_c2): Likewise.
25293 (__strcspn_c3): Likewise.
25294 (__strspn_c1): Likewise.
25295 (__strspn_c2): Likewise.
25296 (__strspn_c3): Likewise.
25297 (__strsep_1c): Likewise.
25298 (__strsep_2c): Likewise.
25299 (__strsep_3c): Likewise.
25300 * string/memccpy.c (__memccpy): Likewise.
25301 * string/stpcpy.c (__stpcpy): Likewise.
25302 * string/strcmp.c (strcmp): Likewise.
25303 * string/strrchr.c (strrchr): Likewise.
25304 * sysdeps/generic/sigset-cvt-mask.h (sigset_get_old_mask):
25305 Likewise.
25306 * sysdeps/mach/hurd/getcwd.c
25307 (_hurd_canonicalize_directory_name_internal): Likewise.
25308 * sysdeps/mach/i386/sysdep.h (SNARF_ARGS): Likewise.
25309 * sysdeps/powerpc/powerpc32/power6/wcschr.c (wcschr): Likewise.
25310 * sysdeps/powerpc/powerpc32/power6/wcsrchr.c (wcsrchr): Likewise.
25311 * sysdeps/x86/bits/byteswap-16.h [__GNUC__] (__bswap_16):
25312 Likewise, in both definitions.
25313 * sysdeps/x86/bits/byteswap.h (__bswap_32): Likewise, in multiple
25314 definitions.
25315 [__GNUC_PREREQ (2, 0) && !__GNUC_PREREQ (4, 3) && __WORDSIZE ==
25316 64] (__bswap_64): Likewise.
25317 * time/test_time.c (main): Likewise.
25318 * time/tzfile.c (__tzfile_read): Likewise.
25319 (__tzfile_compute): Likewise.
25320 * time/tzset.c (__tzset_parse_tz): Likewise.
25321 (tzset_internal): Likewise.
25322 (compute_change): Likewise.
25323 * wcsmbs/wcscat.c (__wcscat): Likewise.
25324 * wcsmbs/wcschr.c (wcschr): Likewise.
25325 * wcsmbs/wcschrnul.c (__wcschrnul): Likewise.
25326 * wcsmbs/wcscspn.c (wcscspn): Likewise.
25327 * wcsmbs/wcspbrk.c (wcspbrk): Likewise.
25328 * wcsmbs/wcsrchr.c (wcsrchr): Likewise.
25329 * wcsmbs/wcsspn.c (wcsspn): Likewise.
25330 * wcsmbs/wcsstr.c (wcsstr): Likewise.
25331 * wcsmbs/wmemchr.c (wmemchr): Likewise.
25332 * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
25333 * wcsmbs/wmemset.c (wmemset): Likewise.
25334
9e54314b
JM
253352013-06-06 Joseph Myers <joseph@codesourcery.com>
25336
25337 * scripts/config.guess: Update to version 2013-05-16.
25338 * scripts/config.sub: Update to version 2013-04-24.
25339 * scripts/install-sh: Update to version 2011-11-20.07.
25340 * scripts/mkinstalldirs: Update to version 2009-04-28.21.
25341 * scripts/move-if-change: Update to version 2012-01-06 07:23.
25342
350635a5
OB
253432013-06-06 Ondřej Bílka <neleai@seznam.cz>
25344
25345 * debug/fgetws_u_chk.c: Fix leading whitespaces.
25346 * elf/sln.c: Likewise.
25347 * hurd/hurd/ioctl.h: Likewise.
25348 * hurd/hurdmalloc.c: Likewise.
25349 * hurd/xattr.c: Likewise.
25350 * include/shlib-compat.h: Likewise.
25351 * inet/ruserpass.c: Likewise.
25352 * libio/iofgets_u.c: Likewise.
25353 * libio/iofgetws_u.c: Likewise.
25354 * locale/programs/ld-identification.c: Likewise.
25355 * locale/programs/ld-time.c: Likewise.
25356 * mach/msg-destroy.c: Likewise.
25357 * nss/nss_files/files-netgrp.c: Likewise.
25358 * resolv/res_data.c: Likewise.
25359 * soft-fp/op-1.h: Likewise.
25360 * soft-fp/op-2.h: Likewise.
25361 * soft-fp/op-4.h: Likewise.
25362 * soft-fp/op-common.h: Likewise.
25363 * stdio-common/printf_fphex.c: Likewise.
25364 * stdlib/strtod_l.c: Likewise.
25365 * sunrpc/rpc/clnt.h: Likewise.
25366 * sysdeps/generic/framestate.c: Likewise.
25367 * sysdeps/i386/bsd-_setjmp.S: Likewise.
25368 * sysdeps/i386/bsd-setjmp.S: Likewise.
25369 * sysdeps/i386/__longjmp.S: Likewise.
25370 * sysdeps/i386/setjmp.S: Likewise.
25371 * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
25372 * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
25373 * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
25374 * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
25375 * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
25376 * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
25377 * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
25378 * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
25379 * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
25380 * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
25381 * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
25382 * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
25383 * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
25384 * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
25385 * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
25386 * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
25387 * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
25388 * sysdeps/ieee754/ldbl-96/ldbl2mpn.c: Likewise.
25389 * sysdeps/ieee754/support.c: Likewise.
25390 * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
25391 * sysdeps/powerpc/powerpc32/lshift.S: Likewise.
25392 * sysdeps/sparc/sparc32/__longjmp.S: Likewise.
25393 * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c: Likewise.
25394 * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c: Likewise.
25395 * sysdeps/sparc/sparc64/soft-fp/qp_feq.c: Likewise.
25396 * sysdeps/sparc/sparc64/soft-fp/qp_fge.c: Likewise.
25397 * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c: Likewise.
25398 * sysdeps/sparc/sparc64/soft-fp/qp_fle.c: Likewise.
25399 * sysdeps/sparc/sparc64/soft-fp/qp_flt.c: Likewise.
25400 * sysdeps/sparc/sparc64/soft-fp/qp_fne.c: Likewise.
25401 * sysdeps/sparc/sparc64/soft-fp/qp_mul.c: Likewise.
25402 * sysdeps/sparc/sparc64/soft-fp/qp_qtoi.c: Likewise.
25403 * sysdeps/sparc/sparc64/soft-fp/qp_qtoui.c: Likewise.
25404 * sysdeps/sparc/sparc64/soft-fp/qp_qtoux.c: Likewise.
25405 * sysdeps/sparc/sparc64/soft-fp/qp_qtox.c: Likewise.
25406 * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
25407 * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
25408
44a988af
OB
254092013-06-05 Ondřej Bílka <neleai@seznam.cz>
25410
25506f09 25411 * posix/transbug.c: Remove executable mode.
44a988af 25412
9c84384c
JM
254132013-06-05 Joseph Myers <joseph@codesourcery.com>
25414
25415 * crypt/speeds.c: Remove trailing whitespace.
25416 * dlfcn/default.c: Likewise.
25417 * elf/ifuncdep2.c: Likewise.
25418 * elf/ifuncmain1.c: Likewise.
25419 * elf/ifuncmain1vis.c: Likewise.
25420 * elf/testobj.h: Likewise.
25421 * elf/tst-stackguard1.c: Likewise.
25422 * gmon/sys/gmon.h: Likewise.
25423 * hurd/hurdmsg.c: Likewise.
25424 * hurd/new-fd.c: Likewise.
25425 * hurd/ports-get.c: Likewise.
25426 * iconvdata/ibm1008_420.c: Likewise.
25427 * inet/tst-getni1.c: Likewise.
25428 * inet/tst-getni2.c: Likewise.
25429 * libio/ioungetc.c: Likewise.
25430 * libio/wfiledoalloc.c: Likewise.
25431 * manual/libm-err-tab.pl: Likewise.
25432 * math/w_dremf.c: Likewise.
25433 * misc/ftruncate.c: Likewise.
25434 * posix/bug-glob2.c: Likewise.
25435 * posix/tst-pcre.c: Likewise.
25436 * posix/wait4.c: Likewise.
25437 * resolv/README: Likewise.
25438 * resolv/res_debug.h: Likewise.
25439 * resolv/tst-inet_ntop.c: Likewise.
25440 * setjmp/bug269-setjmp.c: Likewise.
25441 * soft-fp/extended.h: Likewise.
25442 * soft-fp/op-1.h: Likewise.
25443 * soft-fp/op-2.h: Likewise.
25444 * soft-fp/op-4.h: Likewise.
25445 * soft-fp/op-8.h: Likewise.
25446 * soft-fp/testit.c: Likewise.
25447 * stdio-common/bug16.c: Likewise.
25448 * stdlib/random.c: Likewise.
25449 * sunrpc/rpcsvc/rquota.x: Likewise.
25450 * sysdeps/ieee754/dbl-64/powtwo.tbl: Likewise.
25451 * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
25452 * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
25453 * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
25454 * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
25455 * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
25456 * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
25457 * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
25458 * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
25459 * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
25460 * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
25461 * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
25462 * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
25463 * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
25464 * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
25465 * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
25466 * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
25467 * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
25468 * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
25469 * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
25470 * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
25471 * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
25472 * sysdeps/ieee754/ldbl-128/t_sincosl.c: Likewise.
25473 * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
25474 * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
25475 * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
25476 * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
25477 * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
25478 * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
25479 * sysdeps/ieee754/s_lib_version.c: Likewise.
25480 * sysdeps/mach/hurd/check_fds.c: Likewise.
25481 * sysdeps/mach/hurd/getsockname.c: Likewise.
25482 * sysdeps/mach/hurd/net/if_ppp.h: Likewise.
25483 * sysdeps/mach/hurd/recvfrom.c: Likewise.
25484 * sysdeps/powerpc/bits/link.h: Likewise.
25485 * sysdeps/powerpc/dl-procinfo.c: Likewise.
25486 * sysdeps/powerpc/fpu/feholdexcpt.c: Likewise.
25487 * sysdeps/powerpc/fpu/fenv_const.c: Likewise.
25488 * sysdeps/powerpc/fpu/fesetenv.c: Likewise.
25489 * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
25490 * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
25491 * sysdeps/powerpc/fpu/t_sqrt.c: Likewise.
25492 * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
25493 * sysdeps/powerpc/powerpc32/fpu/s_floor.S: Likewise.
25494 * sysdeps/powerpc/powerpc32/fpu/s_floorf.S: Likewise.
25495 * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
25496 * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
25497 * sysdeps/powerpc/powerpc32/fpu/s_round.S: Likewise.
25498 * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Likewise.
25499 * sysdeps/powerpc/powerpc32/fpu/s_trunc.S: Likewise.
25500 * sysdeps/powerpc/powerpc32/fpu/s_truncf.S: Likewise.
25501 * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
25502 * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
25503 * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
25504 * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
25505 * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
25506 * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Likewise.
25507 * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
25508 * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
25509 * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Likewise.
25510 * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
25511 * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
25512 * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
25513 * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
25514 * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
25515 * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
25516 * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
25517 * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
25518 * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
25519 * sysdeps/powerpc/powerpc32/power6x/fpu/s_lround.S: Likewise.
25520 * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
25521 * sysdeps/powerpc/powerpc64/fpu/s_floor.S: Likewise.
25522 * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
25523 * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
25524 * sysdeps/powerpc/powerpc64/fpu/s_llrint.S: Likewise.
25525 * sysdeps/powerpc/powerpc64/fpu/s_llrintf.S: Likewise.
25526 * sysdeps/powerpc/powerpc64/fpu/s_llround.S: Likewise.
25527 * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S: Likewise.
25528 * sysdeps/powerpc/powerpc64/fpu/s_round.S: Likewise.
25529 * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
25530 * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Likewise.
25531 * sysdeps/powerpc/powerpc64/fpu/s_trunc.S: Likewise.
25532 * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
25533 * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Likewise.
25534 * sysdeps/powerpc/powerpc64/hp-timing.c: Likewise.
25535 * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
25536 * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
25537 * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
25538 * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
25539 * sysdeps/powerpc/powerpc64/power5+/fpu/s_llround.S: Likewise.
25540 * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
25541 * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
25542 * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
25543 * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Likewise.
25544 * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
25545 * sysdeps/powerpc/powerpc64/power6x/fpu/s_llrint.S: Likewise.
25546 * sysdeps/powerpc/powerpc64/power6x/fpu/s_llround.S: Likewise.
25547 * sysdeps/powerpc/powerpc64/strlen.S: Likewise.
25548 * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
25549 * sysdeps/powerpc/sysdep.h: Likewise.
25550 * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
25551 * sysdeps/s390/s390-64/sub_n.S: Likewise.
25552 * sysdeps/sh/dl-trampoline.S: Likewise.
25553 * sysdeps/sh/memset.S: Likewise.
25554 * sysdeps/sh/sh4/fpu/fclrexcpt.c: Likewise.
25555 * sysdeps/sh/strlen.S: Likewise.
25556 * sysdeps/sparc/sparc32/dl-trampoline.S: Likewise.
25557 * sysdeps/sparc/sparc32/dotmul.S: Likewise.
25558 * sysdeps/sparc/sparc32/memcpy.S: Likewise.
25559 * sysdeps/sparc/sparc32/rem.S: Likewise.
25560 * sysdeps/sparc/sparc32/sdiv.S: Likewise.
25561 * sysdeps/sparc/sparc32/soft-fp/q_neg.c: Likewise.
25562 * sysdeps/sparc/sparc32/strchr.S: Likewise.
25563 * sysdeps/sparc/sparc32/udiv.S: Likewise.
25564 * sysdeps/sparc/sparc32/urem.S: Likewise.
25565 * sysdeps/sparc/sparc64/add_n.S: Likewise.
25566 * sysdeps/sparc/sparc64/memcpy.S: Likewise.
25567 * sysdeps/sparc/sparc64/rawmemchr.S: Likewise.
25568 * sysdeps/sparc/sparc64/soft-fp/s_frexpl.c: Likewise.
25569 * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h: Likewise.
25570 * sysdeps/sparc/sparc64/stpncpy.S: Likewise.
25571 * sysdeps/sparc/sparc64/strncmp.S: Likewise.
25572 * sysdeps/sparc/sparc64/strncpy.S: Likewise.
25573 * sysdeps/unix/bsd/times.c: Likewise.
25574 * sysdeps/unix/sysv/linux/a.out.h: Likewise.
25575 * sysdeps/unix/sysv/linux/net/if_ppp.h: Likewise.
25576 * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
25577 * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
25578 * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
25579 * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h: Likewise.
25580 * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
25581 * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Likewise.
25582 * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Likewise.
25583 * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Likewise.
25584 * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Likewise.
25585 * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
25586 * sysdeps/unix/sysv/linux/s390/s390-64/mmap.S: Likewise.
25587 * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
25588 * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
25589 * sysdeps/unix/sysv/linux/s390/s390-64/socket.S: Likewise.
25590 * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
25591 * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S: Likewise.
25592 * sysdeps/unix/sysv/linux/scsi/scsi_ioctl.h: Likewise.
25593 * sysdeps/unix/sysv/linux/sh/brk.c: Likewise.
25594 * sysdeps/unix/sysv/linux/sh/clone.S: Likewise.
25595 * sysdeps/unix/sysv/linux/sh/sh3/getcontext.S: Likewise.
25596 * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
25597 * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S: Likewise.
25598 * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S: Likewise.
25599 * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
25600 * sysdeps/unix/sysv/linux/sparc/a.out.h: Likewise.
25601 * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
25602 * sysdeps/unix/sysv/linux/sys/personality.h: Likewise.
25603 * sysdeps/x86_64/fpu/s_ceill.S: Likewise.
25604 * sysdeps/x86_64/fpu/s_llrintl.S: Likewise.
25605 * sysdeps/x86_64/strcspn.S: Likewise.
25606
869378a5
RA
256072013-06-05 Ryan S. Arnold <rsa@linux.vnet.ibm.com>
25608
25609 * locale/C-translit.h: Revert #include <stdint.h> because this is a
25610 generated file. Regenerate properly from gen-translit.pl.
25611 * locale/gen-translit.pl: Add #include <stdint.h>. This generates
25612 locale/C-translit.h.
25613
840e2943
AS
256142013-06-05 Andreas Schwab <schwab@suse.de>
25615
25616 [BZ #15100]
25617 * time/strptime_l.c (__strptime_internal): Count Sunday in a %W
25618 week as 6 instead of -1.
25619 * time/tst-strptime.c (day_tests): Add test case.
25620
4c60cb0c
SP
256212013-06-05 Siddhesh Poyarekar <siddhesh@redhat.com>
25622
25623 * sysdeps/generic/math_private.h
25624 (libc_feholdexcept_setround_53bit): Replace with
25625 libc_feholdsetround_53bit.
25626 (libc_feupdateenv_53bit): Replace with
25627 libc_feresetround_53bit.
25628 (SET_RESTORE_ROUND_53BIT): Adjust.
25629
d180203e
SP
256302013-06-03 Siddhesh Poyarekar <siddhesh@redhat.com>
25631
96df079a
SP
25632 * string/test-strchrnul.c: Add copyright header.
25633
d180203e
SP
25634 * posix/tst-getaddrinfo4.c: Increase test timeout.
25635
8b0ccb2d
CD
256362013-06-03 Carlos O'Donell <carlos@redhat.com>
25637
25638 [BZ #15536]
25639 * math/libm-test.inc (MAX_EXP): Remove
25640 (MIN_EXP): Define.
25641 (ulp): Use MIN_EXP - MANT_DIG.
25642 (check_ulp): Verify subnormal ulps. Only allow a range of +/- 1 ulp.
25643
3b3c4d40
CD
256442013-05-31 Carlos O'Donell <carlos@redhat.com>
25645
25646 * po/be.po: Revert last change.
25647 * po/zh_CN.po: Likewise.
25648 * po/header.pot: Likewise.
25649
fab7ce3f
JM
256502013-05-31 Joseph Myers <joseph@codesourcery.com>
25651
25652 * Makefile ($(common-objpfx)linkobj/libc.so): Define
25653 link-libc-deps to empty as target-specific variable.
25654 * Makerules (link-libc-args): New variable.
25655 (libc-for-link): Likewise.
25656 (link-libc-deps): Likewise.
25657 (lib%.so): Depend on $(link-libc-deps). Link with
25658 $(link-libc-args).
25659 (build-module): Link with $(link-libc-args).
25660 (build-module-asneeded): Likewise.
25661 (build-module-helper-objlist): Filter out $(link-libc-deps) from
25662 list of objects.
25663 ($(common-objpfx)libc.so): Define link-libc-deps to empty as
25664 target-specific variable.
25665 ($(extra-modules-build:%=$(objpfx)%.so)): Depend on
25666 $(link-libc-deps) instead of libc.so and libc_nonshared.a.
25667 * crypt/Makefile ($(objpfx)libcrypt.so): Remove dependencies on
25668 libc.
25669 * debug/Makefile ($(objpfx)libSegFault.so): Remove dependencies on
25670 libc and ld.so.
25671 ($(objpfx)libpcprofile.so): Likewise.
25672 * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Remove ld.so and
25673 libc_nonshared.a.
25674 ($(objpfx)libdl.so): Remove dependencies on libc and ld.so.
25675 * hesiod/Makefile ($(objpfx)libnss_hesiod.so): Likewise.
25676 * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Depend on
25677 $(link-libc-deps).
25678 ($(objpfx)$(mod).so): Remove dependencies on libc and ld.so.
25679 * locale/Makefile ($(objpfx)libBrokenLocale.so): Likewise.
25680 * login/Makefile ($(objpfx)libutil.so): Likewise.
25681 * malloc/Makefile ($(objpfx)libmemusage.so): Likewise.
25682 * math/Makefile ($(objpfx)libm.so): Likewise.
25683 * nis/Makefile ($(services:%=$(objpfx)libnss_%.so)
25684 $(objpfx)libnsl.so): Define libc-for-link as target-specific
25685 variable instead of depending directly on libc.
25686 * nss/Makefile ($(services:%=$(objpfx)libnss_%.so)): Likewise.
25687 ($(objpfx)/libnss_test1.so): Change dependencies on libc to
25688 $(link-libc-deps).
25689 * resolv/Makefile ($(objpfx)libresolv.so): Remove dependencies on
25690 libc.
25691 [$(have-ssp) = yes] (LDLIBS-resolv.so): Remove variable.
25692 ($(objpfx)libnss_dns.so): Remove dependencies on libc.
25693 ($(objpfx)libanl.so): Likewise.
25694 * rt/Makefile ($(objpfx)librt.so): Remove dependencies on libc and
25695 ld.so.
25696 * stdlib/Makefile ($(objpfx)tst-putenvmod.so): Depend on
25697 $(link-libc-deps).
25698 * sysdeps/i386/fpu/Makefile: Remove file.
25699 * sysdeps/powerpc/fpu/Makefile [$(subdir) = math]
25700 ($(objpfx)libm.so): Remove dependency on ld.so.
25701
eca5920c
PF
257022013-05-30 Patsy Franklin <pfrankli@redhat.com>
25703
25704 [BZ # 15553]
25705 * nis/yp_xdr.c (XDRMAXNAME): Define.
25706 (XDRMAXRECORD): Define.
25707 (xdr_domainname): Use XDRMAXNAME.
25708 (xdr_mapname): Likewise.
25709 (xdr_peername): Likewise.
25710 (xdr_keydat): Use XDRMAXRECORD.
25711 (xdr_valdat): Likewise.
25712
257132013-05-30 Jeff Law <law@redhat.com>
96945714
JL
25714
25715 [BZ #14256]
25716 * manual/errno.texi (ESTALE): Update to account for more than
25717 just NFS file systems.
25718 * sysdeps/gnu/errlist.c: Regenerated.
25719
b9375348
SP
257202013-05-29 Siddhesh Poyarekar <siddhesh@redhat.com>
25721
25722 [BZ #15465]
25723 * elf/Makefile (tests): Add tst-null-argv.
25724 (modules-names): Add tst-null-argv-lib.
25725 ($(objpfx)tst-null-argv): Depend on tst-null-argv-lib.so.
25726 (tst-null-argv-ENV): Set environment for tst-null-argv.
25727 * sysdeps/generic/ldsodefs.h (DSO_FILENAME): New macro.
25728 (RTLD_PROGNAME): New macro.
25729 * elf/tst-null-argv.c: New test case.
25730 * elf/tst-null-argv-lib.c: Library for test case.
25731 * elf/dl-conflict.c (_dl_resolve_conflicts): Use DSO_FILENAME.
25732 * elf/dl-deps.c (_dl_map_object_deps): Likewise.
25733 * elf/dl-error.c (_dl_signal_error): Use RTLD_PROGNAME.
25734 * elf/dl-fini.c (_dl_fini): Use DSO_FILENAME.
25735 * elf/dl-init.c (call_init): Likewise.
25736 (_dl_init): Likewise.
25737 * elf/dl-load.c (print_search_path): Likewise.
25738 (_dl_map_object): Likewise.
25739 * elf/dl-lookup.c (do_lookup_x): Likewise.
25740 (add_dependency): Likewise.
25741 (_dl_lookup_symbol_x): Likewise.
25742 (_dl_debug_bindings): Likewise.
25743 * elf/dl-open.c (_dl_show_scope): Likewise.
25744 * elf/dl-reloc.c (_dl_relocate_object): Likewise.
25745 * elf/dl-version.c (match_symbol): Likewise.
25746 (_dl_check_map_versions): Likewise.
25747 * elf/rtld.c (dl_main): Likewise.
25748 (print_unresolved): Use RTLD_PROGNAME.
25749 (print_missing_version): Likewise.
25750 * sysdeps/i386/dl-machine.h (elf_machine_rel): Likewise.
25751 (elf_machine_rela): Likewise.
25752 * sysdeps/powerpc/powerpc32/dl-machine.c
25753 (__process_machine_rela): Likewise.
25754 * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
25755 Likewise.
25756 * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
25757 Likewise.
25758 * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
25759 Likewise.
25760 * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
25761 * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela):
25762 Likewise.
25763 * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela):
25764 Likewise.
25765 * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
25766
8a9f20c8
CD
257672013-05-28 Carlos O'Donell <carlos@redhat.com>
25768
25769 * po/be.po: Add descriptive title.
25770 * po/zh_CN.po: Likewise.
25771 * po/header.pot: Likewise.
25772
0e60d68e
MF
257732013-05-28 Mike Frysinger <vapier@gentoo.org>
25774
25775 * locale/programs/locarchive.c (create_archive): Inlucde fname in
25776 error message.
25777 (enlarge_archive): Likewise.
25778
56b672e9
BN
257792013-05-28 Ben North <ben@redfrontdoor.org>
25780
25781 * manual/arith.texi (frexp): It is the magnitude of the return
25782 value which lies in [0.5, 1), not the return value itself.
25783
5e056687
AZ
257842013-05-28 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
25785
25786 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
25787
2b66ef5d
TS
257882013-05-26 Thomas Schwinge <thomas@codesourcery.com>
25789
528c2405
TS
25790 * stdio-common/bug26.c (main): Correct fscanf template.
25791
07b4c13d
TS
25792 * sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start:go): Don't
25793 declare _dl_skip_args.
25794
ec9dd97c
TS
25795 * sysdeps/mach/hurd/i386/init-first.c (_dl_non_dynamic_init):
25796 Don't declare.
25797
2b66ef5d
TS
25798 * manual/platform.texi: Add missing @end deftypefun.
25799
4f8dfe27
JM
258002013-05-24 Joseph Myers <joseph@codesourcery.com>
25801
0323d086
JM
25802 [BZ #15529]
25803 * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Set high
25804 bit of mantissa of 2^16382.
25805 * math/libm-test.inc (hypot_test_data): Add more tests.
25806
dd4259b9
JM
25807 * math/libm-test.inc: Add drem and pow10 to list of tested
25808 functions.
25809 (pow10_test): New function.
25810 (drem_test): Likewise.
25811 (drem_test_tonearest): Likewise.
25812 (drem_test_towardzero): Likewise.
25813 (drem_test_downward): Likewise.
25814 (drem_test_upward): Likewise.
25815 (main): Call the new functions.
25816
4f8dfe27
JM
25817 * math/libm-test.inc (finite_test_data): Remove.
25818 (finite_test): Run tests from isfinite_test_data.
25819 (gamma_test_data): Remove.
25820 (gamma_test): Run tests from lgamma_test_data.
25821 * sysdeps/i386/fpu/libm-test-ulps: Update.
25822 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25823
d116b7c4
AZ
258242013-05-24 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
25825
25826 * manual/platform.texi: Add PowerPC PPR function set documentation.
25827 * sysdeps/powerpc/sys/platform/ppc.h: Add PowerPC PPR set function
25828 implementation.
25829
e96e3767
CD
258302013-05-24 Carlos O'Donell <carlos@redhat.com>
25831
25832 * math/libm-test.inc (MAX_EXP): Define.
25833 (ULPDIFF): Define.
25834 (ulp): New function.
25835 (check_float_internal): Use ULPDIFF.
25836 (cpow_test): Disable failing test.
25837 (check_ulp): Test ulp() implemetnation.
25838 (main): Call check_ulp before starting tests.
25839
b679a606
JM
258402013-05-24 Joseph Myers <joseph@codesourcery.com>
25841
e8bdba36
JM
25842 * math/gen-libm-test.pl (generate_testfile): Do not handle
25843 START_DATA and END_DATA.
25844 * math/libm-test.inc (acos_test_data): Do not use START_DATA and
25845 END_DATA.
25846 (acos_tonearest_test_data): Likewise.
25847 (acos_towardzero_test_data): Likewise.
25848 (acos_downward_test_data): Likewise.
25849 (acos_upward_test_data): Likewise.
25850 (acosh_test_data): Likewise.
25851 (asin_test_data): Likewise.
25852 (asin_tonearest_test_data): Likewise.
25853 (asin_towardzero_test_data): Likewise.
25854 (asin_downward_test_data): Likewise.
25855 (asin_upward_test_data): Likewise.
25856 (asinh_test_data): Likewise.
25857 (atan_test_data): Likewise.
25858 (atanh_test_data): Likewise.
25859 (atan2_test_data): Likewise.
25860 (cabs_test_data): Likewise.
25861 (cacos_test_data): Likewise.
25862 (cacosh_test_data): Likewise.
25863 (carg_test_data): Likewise.
25864 (casin_test_data): Likewise.
25865 (casinh_test_data): Likewise.
25866 (catan_test_data): Likewise.
25867 (catanh_test_data): Likewise.
25868 (cbrt_test_data): Likewise.
25869 (ccos_test_data): Likewise.
25870 (ccosh_test_data): Likewise.
25871 (ceil_test_data): Likewise.
25872 (cexp_test_data): Likewise.
25873 (cimag_test_data): Likewise.
25874 (clog_test_data): Likewise.
25875 (clog10_test_data): Likewise.
25876 (conj_test_data): Likewise.
25877 (copysign_test_data): Likewise.
25878 (cos_test_data): Likewise.
25879 (cos_tonearest_test_data): Likewise.
25880 (cos_towardzero_test_data): Likewise.
25881 (cos_downward_test_data): Likewise.
25882 (cos_upward_test_data): Likewise.
25883 (cosh_test_data): Likewise.
25884 (cosh_tonearest_test_data): Likewise.
25885 (cosh_towardzero_test_data): Likewise.
25886 (cosh_downward_test_data): Likewise.
25887 (cosh_upward_test_data): Likewise.
25888 (cpow_test_data): Likewise.
25889 (cproj_test_data): Likewise.
25890 (creal_test_data): Likewise.
25891 (csin_test_data): Likewise.
25892 (csinh_test_data): Likewise.
25893 (csqrt_test_data): Likewise.
25894 (ctan_test_data): Likewise.
25895 (ctan_tonearest_test_data): Likewise.
25896 (ctan_towardzero_test_data): Likewise.
25897 (ctan_downward_test_data): Likewise.
25898 (ctan_upward_test_data): Likewise.
25899 (ctanh_test_data): Likewise.
25900 (ctanh_tonearest_test_data): Likewise.
25901 (ctanh_towardzero_test_data): Likewise.
25902 (ctanh_downward_test_data): Likewise.
25903 (ctanh_upward_test_data): Likewise.
25904 (erf_test_data): Likewise.
25905 (erfc_test_data): Likewise.
25906 (exp_test_data): Likewise.
25907 (exp_tonearest_test_data): Likewise.
25908 (exp_towardzero_test_data): Likewise.
25909 (exp_downward_test_data): Likewise.
25910 (exp_upward_test_data): Likewise.
25911 (exp10_test_data): Likewise.
25912 (exp2_test_data): Likewise.
25913 (expm1_test_data): Likewise.
25914 (fabs_test_data): Likewise.
25915 (fdim_test_data): Likewise.
25916 (finite_test_data): Likewise.
25917 (floor_test_data): Likewise.
25918 (fma_test_data): Likewise.
25919 (fma_towardzero_test_data): Likewise.
25920 (fma_downward_test_data): Likewise.
25921 (fma_upward_test_data): Likewise.
25922 (fmax_test_data): Likewise.
25923 (fmin_test_data): Likewise.
25924 (fmod_test_data): Likewise.
25925 (fpclassify_test_data): Likewise.
25926 (frexp_test_data): Likewise.
25927 (gamma_test_data): Likewise.
25928 (hypot_test_data): Likewise.
25929 (ilogb_test_data): Likewise.
25930 (isfinite_test_data): Likewise.
25931 (isgreater_test_data): Likewise.
25932 (isgreaterequal_test_data): Likewise.
25933 (isinf_test_data): Likewise.
25934 (isless_test_data): Likewise.
25935 (islessequal_test_data): Likewise.
25936 (islessgreater_test_data): Likewise.
25937 (isnan_test_data): Likewise.
25938 (isnormal_test_data): Likewise.
25939 (issignaling_test_data): Likewise.
25940 (isunordered_test_data): Likewise.
25941 (j0_test_data): Likewise.
25942 (j1_test_data): Likewise.
25943 (jn_test_data): Likewise.
25944 (ldexp_test_data): Likewise.
25945 (lgamma_test_data): Likewise.
25946 (lrint_test_data): Likewise.
25947 (lrint_tonearest_test_data): Likewise.
25948 (lrint_towardzero_test_data): Likewise.
25949 (lrint_downward_test_data): Likewise.
25950 (lrint_upward_test_data): Likewise.
25951 (llrint_test_data): Likewise.
25952 (llrint_tonearest_test_data): Likewise.
25953 (llrint_towardzero_test_data): Likewise.
25954 (llrint_downward_test_data): Likewise.
25955 (llrint_upward_test_data): Likewise.
25956 (log_test_data): Likewise.
25957 (log10_test_data): Likewise.
25958 (log1p_test_data): Likewise.
25959 (log2_test_data): Likewise.
25960 (logb_test_data): Likewise.
25961 (logb_downward_test_data): Likewise.
25962 (lround_test_data): Likewise.
25963 (llround_test_data): Likewise.
25964 (modf_test_data): Likewise.
25965 (nearbyint_test_data): Likewise.
25966 (nextafter_test_data): Likewise.
25967 (nexttoward_test_data): Likewise.
25968 (pow_test_data): Likewise.
25969 (pow_tonearest_test_data): Likewise.
25970 (pow_towardzero_test_data): Likewise.
25971 (pow_downward_test_data): Likewise.
25972 (pow_upward_test_data): Likewise.
25973 (remainder_test_data): Likewise.
25974 (remainder_tonearest_test_data): Likewise.
25975 (remainder_towardzero_test_data): Likewise.
25976 (remainder_downward_test_data): Likewise.
25977 (remainder_upward_test_data): Likewise.
25978 (remquo_test_data): Likewise.
25979 (rint_test_data): Likewise.
25980 (rint_tonearest_test_data): Likewise.
25981 (rint_towardzero_test_data): Likewise.
25982 (rint_downward_test_data): Likewise.
25983 (rint_upward_test_data): Likewise.
25984 (round_test_data): Likewise.
25985 (scalb_test_data): Likewise.
25986 (scalbn_test_data): Likewise.
25987 (scalbln_test_data): Likewise.
25988 (signbit_test_data): Likewise.
25989 (sin_test_data): Likewise.
25990 (sin_tonearest_test_data): Likewise.
25991 (sin_towardzero_test_data): Likewise.
25992 (sin_downward_test_data): Likewise.
25993 (sin_upward_test_data): Likewise.
25994 (sincos_test_data): Likewise.
25995 (sinh_test_data): Likewise.
25996 (sinh_tonearest_test_data): Likewise.
25997 (sinh_towardzero_test_data): Likewise.
25998 (sinh_downward_test_data): Likewise.
25999 (sinh_upward_test_data): Likewise.
26000 (sqrt_test_data): Likewise.
26001 (tan_test_data): Likewise.
26002 (tan_tonearest_test_data): Likewise.
26003 (tan_towardzero_test_data): Likewise.
26004 (tan_downward_test_data): Likewise.
26005 (tan_upward_test_data): Likewise.
26006 (tanh_test_data): Likewise.
26007 (tgamma_test_data): Likewise.
26008 (trunc_test_data): Likewise.
26009 (y0_test_data): Likewise.
26010 (y1_test_data): Likewise.
26011 (yn_test_data): Likewise.
26012 (significand_test_data): Likewise.
26013
b679a606
JM
26014 * math/gen-libm-test.pl (@functions): Remove variable.
26015 (generate_testfile): Don't handle START and END lines.
26016 * math/libm-test.inc (START): New macro.
26017 (END): Likewise.
26018 (END_COMPLEX): Likewise.
26019 (acos_test): Use END macro without arguments.
26020 (acos_test_tonearest): Likewise.
26021 (acos_test_towardzero): Likewise.
26022 (acos_test_downward): Likewise.
26023 (acos_test_upward): Likewise.
26024 (acosh_test): Likewise.
26025 (asin_test): Likewise.
26026 (asin_test_tonearest): Likewise.
26027 (asin_test_towardzero): Likewise.
26028 (asin_test_downward): Likewise.
26029 (asin_test_upward): Likewise.
26030 (asinh_test): Likewise.
26031 (atan_test): Likewise.
26032 (atanh_test): Likewise.
26033 (atan2_test): Likewise.
26034 (cabs_test): Likewise.
26035 (cacos_test): Use END_COMPLEX macro without arguments.
26036 (cacosh_test): Likewise.
26037 (carg_test): Use END macro without arguments.
26038 (casin_test): Use END_COMPLEX macro without arguments.
26039 (casinh_test): Likewise.
26040 (catan_test): Likewise.
26041 (catanh_test): Likewise.
26042 (cbrt_test): Use END macro without arguments.
26043 (ccos_test): Use END_COMPLEX macro without arguments.
26044 (ccosh_test): Likewise.
26045 (ceil_test): Use END macro without arguments.
26046 (cexp_test): Use END_COMPLEX macro without arguments.
26047 (cimag_test): Use END macro without arguments.
26048 (clog_test): Use END_COMPLEX macro without arguments.
26049 (clog10_test): Likewise.
26050 (conj_test): Likewise.
26051 (copysign_test): Use END macro without arguments.
26052 (cos_test): Likewise.
26053 (cos_test_tonearest): Likewise.
26054 (cos_test_towardzero): Likewise.
26055 (cos_test_downward): Likewise.
26056 (cos_test_upward): Likewise.
26057 (cosh_test): Likewise.
26058 (cosh_test_tonearest): Likewise.
26059 (cosh_test_towardzero): Likewise.
26060 (cosh_test_downward): Likewise.
26061 (cosh_test_upward): Likewise.
26062 (cpow_test): Use END_COMPLEX macro without arguments.
26063 (cproj_test): Likewise.
26064 (creal_test): Use END macro without arguments.
26065 (csin_test): Use END_COMPLEX macro without arguments.
26066 (csinh_test): Likewise.
26067 (csqrt_test): Likewise.
26068 (ctan_test): Likewise.
26069 (ctan_test_tonearest): Likewise.
26070 (ctan_test_towardzero): Likewise.
26071 (ctan_test_downward): Likewise.
26072 (ctan_test_upward): Likewise.
26073 (ctanh_test): Likewise.
26074 (ctanh_test_tonearest): Likewise.
26075 (ctanh_test_towardzero): Likewise.
26076 (ctanh_test_downward): Likewise.
26077 (ctanh_test_upward): Likewise.
26078 (erf_test): Use END macro without arguments.
26079 (erfc_test): Likewise.
26080 (exp_test): Likewise.
26081 (exp_test_tonearest): Likewise.
26082 (exp_test_towardzero): Likewise.
26083 (exp_test_downward): Likewise.
26084 (exp_test_upward): Likewise.
26085 (exp10_test): Likewise.
26086 (exp2_test): Likewise.
26087 (expm1_test): Likewise.
26088 (fabs_test): Likewise.
26089 (fdim_test): Likewise.
26090 (finite_test): Likewise.
26091 (floor_test): Likewise.
26092 (fma_test): Likewise.
26093 (fma_test_towardzero): Likewise.
26094 (fma_test_downward): Likewise.
26095 (fma_test_upward): Likewise.
26096 (fmax_test): Likewise.
26097 (fmin_test): Likewise.
26098 (fmod_test): Likewise.
26099 (fpclassify_test): Likewise.
26100 (frexp_test): Likewise.
26101 (gamma_test): Likewise.
26102 (hypot_test): Likewise.
26103 (ilogb_test): Likewise.
26104 (isfinite_test): Likewise.
26105 (isgreater_test): Likewise.
26106 (isgreaterequal_test): Likewise.
26107 (isinf_test): Likewise.
26108 (isless_test): Likewise.
26109 (islessequal_test): Likewise.
26110 (islessgreater_test): Likewise.
26111 (isnan_test): Likewise.
26112 (isnormal_test): Likewise.
26113 (issignaling_test): Likewise.
26114 (isunordered_test): Likewise.
26115 (j0_test): Likewise.
26116 (j1_test): Likewise.
26117 (jn_test): Likewise.
26118 (ldexp_test): Likewise.
26119 (lgamma_test): Likewise.
26120 (lrint_test): Likewise.
26121 (lrint_test_tonearest): Likewise.
26122 (lrint_test_towardzero): Likewise.
26123 (lrint_test_downward): Likewise.
26124 (lrint_test_upward): Likewise.
26125 (llrint_test): Likewise.
26126 (llrint_test_tonearest): Likewise.
26127 (llrint_test_towardzero): Likewise.
26128 (llrint_test_downward): Likewise.
26129 (llrint_test_upward): Likewise.
26130 (log_test): Likewise.
26131 (log10_test): Likewise.
26132 (log1p_test): Likewise.
26133 (log2_test): Likewise.
26134 (logb_test): Likewise.
26135 (logb_test_downward): Likewise.
26136 (lround_test): Likewise.
26137 (llround_test): Likewise.
26138 (modf_test): Likewise.
26139 (nearbyint_test): Likewise.
26140 (nextafter_test): Likewise.
26141 (nexttoward_test): Likewise.
26142 (pow_test): Likewise.
26143 (pow_test_tonearest): Likewise.
26144 (pow_test_towardzero): Likewise.
26145 (pow_test_downward): Likewise.
26146 (pow_test_upward): Likewise.
26147 (remainder_test): Likewise.
26148 (remainder_test_tonearest): Likewise.
26149 (remainder_test_towardzero): Likewise.
26150 (remainder_test_downward): Likewise.
26151 (remainder_test_upward): Likewise.
26152 (remquo_test): Likewise.
26153 (rint_test): Likewise.
26154 (rint_test_tonearest): Likewise.
26155 (rint_test_towardzero): Likewise.
26156 (rint_test_downward): Likewise.
26157 (rint_test_upward): Likewise.
26158 (round_test): Likewise.
26159 (scalb_test): Likewise.
26160 (scalbn_test): Likewise.
26161 (scalbln_test): Likewise.
26162 (signbit_test): Likewise.
26163 (sin_test): Likewise.
26164 (sin_test_tonearest): Likewise.
26165 (sin_test_towardzero): Likewise.
26166 (sin_test_downward): Likewise.
26167 (sin_test_upward): Likewise.
26168 (sincos_test): Likewise.
26169 (sinh_test): Likewise.
26170 (sinh_test_tonearest): Likewise.
26171 (sinh_test_towardzero): Likewise.
26172 (sinh_test_downward): Likewise.
26173 (sinh_test_upward): Likewise.
26174 (sqrt_test): Likewise.
26175 (tan_test): Likewise.
26176 (tan_test_tonearest): Likewise.
26177 (tan_test_towardzero): Likewise.
26178 (tan_test_downward): Likewise.
26179 (tan_test_upward): Likewise.
26180 (tanh_test): Likewise.
26181 (tgamma_test): Likewise.
26182 (trunc_test): Likewise.
26183 (y0_test): Likewise.
26184 (y1_test): Likewise.
26185 (yn_test): Likewise.
26186 (significand_test): Likewise.
26187
bae143d2
OB
261882013-05-24 Ondřej Bílka <neleai@seznam.cz>
26189
26190 [BZ #15381]
26191 * libio/genops.c (_IO_no_init): Initialize wide struct info.
26192
9323d39b
EM
261932013-05-23 Edjunior Machado <emachado@linux.vnet.ibm.com>
26194
d4ea44a0 26195 [BZ #14894]
9323d39b
EM
26196 * sysdeps/powerpc/sys/platform/ppc.h: Add __ppc_yield,
26197 __ppc_mdoio and __ppc_mdoom.
26198 * manual/platform.texi: Document new functions __ppc_yield,
26199 __ppc_mdoio and __ppc_mdoom.
26200
13e23af7
CD
262012013-05-22 Carlos O'Donell <carlos@redhat.com>
26202
26203 * elf/ldconfig.c (is_hwcap_platform): Make comments full setences.
26204 (main): Mention "tls" pseudo-hwcap is legacy.
26205 * elf/dl-hwcaps.c (_dl_important_hwcaps): Correct rounding comment.
26206
351fe550
JM
262072013-05-22 Joseph Myers <joseph@codesourcery.com>
26208
26209 * math/gen-libm-test.pl (parse_args): Output only string of
26210 arguments as text for test name, not full call or descriptions of
26211 tests for extra outputs.
26212 (generate_testfile): Do not pass function name to parse_args.
26213 Generate this_func variable from START.
26214 * math/libm-test.inc (struct test_f_f_data): Rename test_name
26215 field to arg_str.
26216 (struct test_ff_f_data): Likewise.
26217 (test_ff_f_data_nexttoward): Likewise.
26218 (struct test_fi_f_data): Likewise.
26219 (struct test_fl_f_data): Likewise.
26220 (struct test_if_f_data): Likewise.
26221 (struct test_fff_f_data): Likewise.
26222 (struct test_c_f_data): Likewise.
26223 (struct test_f_f1_data): Likewise. Remove field extra_name.
26224 (struct test_fF_f1_data): Likewise.
26225 (struct test_ffI_f1_data): Likewise.
26226 (struct test_c_c_data): Rename test_name field to arg_str.
26227 (struct test_cc_c_data): Likewise.
26228 (struct test_f_i_data): Likewise.
26229 (struct test_ff_i_data): Likewise.
26230 (struct test_f_l_data): Likewise.
26231 (struct test_f_L_data): Likewise.
26232 (struct test_fFF_11_data): Likewise. Remove fields extra1_name
26233 and extra2_name.
26234 (COMMON_TEST_SETUP): New macro.
26235 (EXTRA_OUTPUT_TEST_SETUP): Likewise.
26236 (COMMON_TEST_CLEANUP): Likewise.
26237 (EXTRA_OUTPUT_TEST_CLEANUP): Likewise.
26238 (RUN_TEST_f_f): Take argument string. Call new setup and cleanup
26239 macros.
26240 (RUN_TEST_LOOP_f_f): Update call to RUN_TEST_f_f.
26241 (RUN_TEST_2_f): Take argument string. Call new setup and cleanup
26242 macros.
26243 (RUN_TEST_LOOP_2_f): Update call to RUN_TEST_2_f.
26244 (RUN_TEST_fff_f): Take argument string. Call new setup and
26245 cleanup macros.
26246 (RUN_TEST_LOOP_fff_f): Update call to RUN_TEST_fff_f.
26247 (RUN_TEST_c_f): Take argument string. Call new setup and cleanup
26248 macros.
26249 (RUN_TEST_LOOP_c_f): Update call to RUN_TEST_c_f.
26250 (RUN_TEST_f_f1): Take argument string. Call new setup and cleanup
26251 macros.
26252 (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
26253 (RUN_TEST_fF_f1): Take argument string. Call new setup and
26254 cleanup macros.
26255 (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
26256 (RUN_TEST_fI_f1): Take argument string. Call new setup and
26257 cleanup macros.
26258 (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
26259 (RUN_TEST_ffI_f1): Take argument string. Call new setup and
26260 cleanup macros.
26261 (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
26262 (RUN_TEST_c_c): Take argument string. Call new setup and cleanup
26263 macros.
26264 (RUN_TEST_LOOP_c_c): Update call to RUN_TEST_c_c.
26265 (RUN_TEST_cc_c): Take argument string. Call new setup and cleanup
26266 macros.
26267 (RUN_TEST_LOOP_cc_c): Update call to RUN_TEST_cc_c.
26268 (RUN_TEST_f_i): Take argument string. Call new setup and cleanup
26269 macros.
26270 (RUN_TEST_LOOP_f_i): Update call to RUN_TEST_f_i.
26271 (RUN_TEST_f_i_tg): Take argument string. Call new setup and
26272 cleanup macros.
26273 (RUN_TEST_LOOP_f_i_tg): Update call to RUN_TEST_f_i_tg.
26274 (RUN_TEST_ff_i_tg): Take argument string. Call new setup and
26275 cleanup macros.
26276 (RUN_TEST_LOOP_ff_i_tg): Update call to RUN_TEST_ff_i_tg.
26277 (RUN_TEST_f_b): Take argument string. Call new setup and cleanup
26278 macros.
26279 (RUN_TEST_LOOP_f_b): Update call to RUN_TEST_f_b.
26280 (RUN_TEST_f_b_tg): Take argument string. Call new setup and
26281 cleanup macros.
26282 (RUN_TEST_LOOP_f_b_tg): Update call to RUN_TEST_f_b_tg.
26283 (RUN_TEST_f_l): Take argument string. Call new setup and cleanup
26284 macros.
26285 (RUN_TEST_LOOP_f_l): Update call to RUN_TEST_f_l.
26286 (RUN_TEST_f_L): Take argument string. Call new setup and cleanup
26287 macros.
26288 (RUN_TEST_LOOP_f_L): Update call to RUN_TEST_f_L.
26289 (RUN_TEST_fFF_11): Take argument string. Call new setup and
26290 cleanup macros.
26291 (RUN_TEST_LOOP_fFF_11): Update call to RUN_TEST_fFF_11.
26292
85118d4d
EBM
262932013-05-22 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
26294
26295 * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add si_addr_lsb
26296 to _sifields.sigfault.
26297 (si_addr_lsb): Define new macro.
26298 (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
26299 * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
26300 * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: Likewise.
26301
7a44c18f
CD
263022013-05-03 Carlos O'Donell <carlos at redhat.com>
26303
26304 [BZ #15441]
26305 * intl/dcigettext.c (DCIGETTEXT): Skip translating if _nl_find_msg
26306 returns -1.
26307 (_nl_find_msg): Return -1 if recursive call returned -1. If newmem is
26308 null return -1.
26309 * intl/loadmsgcat.c (_nl_load_domain): If _nl_find_msg returns -1 abort
26310 loading the domain.
26311
b50a7181
JM
263122013-05-22 Joseph Myers <joseph@codesourcery.com>
26313
26314 * math/gen-libm-test.pl (parse_args): Do not include expected
26315 result in test name.
26316 * sysdeps/i386/fpu/libm-test-ulps: Update test names.
26317 * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
26318 * sysdeps/s390/fpu/libm-test-ulps: Likewise.
26319 * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
26320 * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
26321 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26322
051063c8
SP
263232013-05-22 Siddhesh Poyarekar <siddhesh@redhat.com>
26324
3ce9e010
SP
26325 * benchtests/Makefile: Sort function entries.
26326
051063c8
SP
26327 * benchtests/Makefile (bench): Add asin, acos, sinh, cosh,
26328 tanh, asinh, acosh, atanh.
26329 * benchtests/acos-inputs: New file.
26330 * benchtests/acosh-inputs: New file.
26331 * benchtests/asin-inputs: New file.
26332 * benchtests/asinh-inputs: New file.
26333 * benchtests/atanh-inputs: New file.
26334 * benchtests/cosh-inputs: New file.
26335 * benchtests/log-inputs: New file.
26336 * benchtests/sinh-inputs: New file.
26337 * benchtests/tanh-inputs: New file.
26338
47c22455
DL
263392013-05-21 Dmitry V. Levin <ldv@altlinux.org>
26340
26341 [BZ #15339]
26342 * posix/tst-getaddrinfo4.c: New test.
26343 * posix/Makefile (tests): Add it.
26344
3d04f5db
SP
263452013-05-21 Siddhesh Poyarekar <siddhesh@redhat.com>
26346
26347 [BZ #15339]
26348 * nss/getXXbyYY_r.c (REENTRANT_NAME): Set NETDB_INTERNAL only
26349 when no services were used.
26350 * sysdeps/posix/getaddrinfo.c (gaih_inet): Set h_errno.
26351 Return EAI_SYSTEM if h_errno is NETDB_INTERNAL.
26352
d5dd6189
AS
263532013-05-21 Andreas Schwab <schwab@suse.de>
26354
26355 [BZ #15014]
26356 * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME))
26357 [HANDLE_DIGITS_DOTS]: Set any_service when digits-dots parsing was
26358 successful.
26359 * nss/digits_dots.c (__nss_hostname_digits_dots): Remove
26360 redundant variable declarations and reallocation of buffer when
26361 parsing as IPv6 address. Always set NSS status when called from
26362 reentrant functions. Use NETDB_INTERNAL instead of TRY_AGAIN when
26363 buffer too small. Correct computation of needed size.
26364 * nss/Makefile (tests): Add test-digits-dots.
26365 * nss/test-digits-dots.c: New test.
26366
fef94eab
SP
263672013-05-21 Siddhesh Poyarekar <siddhesh@redhat.com>
26368
26369 * benchtests/Makefile: Remove instructions for adding
26370 benchmark tests.
26371 * benchtests/README: New file to explain how to execute and
26372 enhance the benchmark tests.
26373
e39adf43
AS
263742013-05-21 Andreas Schwab <schwab@suse.de>
26375
26376 [BZ #15493]
26377 * setjmp/Makefile (tests): Add tst-sigsetjmp.
26378 * setjmp/tst-sigsetjmp.c: New test.
26379
b2b671b6
OB
263802013-05-20 Ondřej Bílka <neleai@seznam.cz>
26381
26382 * sysdeps/x86_64/memset.S (memset): New implementation.
26383 (__bzero): Likewise.
26384 (__memset_tail): New function.
26385
2d48b41c
OB
263862013-05-20 Ondřej Bílka <neleai@seznam.cz>
26387
26388 * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: New file.
26389 * sysdeps/x86_64/multiarch/memcpy.S (__new_memcpy): Add
26390 __memcpy_sse2_unaligned ifunc selection.
26391 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
26392 Add memcpy-sse2-unaligned.S.
26393 * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
26394 Add: __memcpy_sse2_unaligned.
26395
f16cc3eb
JM
263962013-05-19 Joseph Myers <joseph@codesourcery.com>
26397
3e694268
JM
26398 [BZ #15490]
26399 * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
26400 math_force_eval before restoring floating-point envrionment.
26401 * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Likewise.
26402 * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl):
26403 Likewise.
26404 * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Include
26405 <math_private.h>.
26406 (__nearbyintl): Use math_force_eval before restoring
26407 floating-point environment.
26408 * sysdeps/ieee754/ldbl-96/s_nearbyintl.c (__nearbyintl): Likewise.
26409
db62a907
JM
26410 * math/gen-libm-test.pl (special_functions): Remove.
26411 (parse_args): Don't handle TEST_extra. Handle functions with no
26412 return value.
26413 * math/libm-test.inc (struct test_sincos_data): Replace with
26414 struct test_fFF_11_data.
26415 (RUN_TEST_sincos): Replace with RUN_TEST_fFF_11.
26416 (RUN_TEST_LOOP_sincos): Replace with RUN_TEST_LOOP_fFF_11.
26417 (sincos_test_data): Change element type to struct
26418 test_fFF_11_data. Use TEST_fFF_11 instead of TEST_extra.
26419 (sincos_test): Use RUN_TEST_LOOP_fFF_11 instead of
26420 RUN_TEST_LOOP_sincos.
26421 * math/README.libm-test: Don't mention special handling of
26422 individual functions.
26423 * sysdeps/i386/fpu/libm-test-ulps: Update names of sincos tests.
26424 * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
26425 * sysdeps/s390/fpu/libm-test-ulps: Likewise.
26426 * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
26427 * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
26428 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26429
f16cc3eb
JM
26430 * math/gen-libm-test.pl (get_variable): Remove function.
26431 (parse_args): Don't show pointer parameters to call in test
26432 names. Use "extra output N" in test names for extra outputs
26433 rather than naming variables.
26434
3779b5b6
JM
264352013-05-18 Joseph Myers <joseph@codesourcery.com>
26436
2ee094ff
JM
26437 [BZ #15488]
26438 * math/complex.h [__USE_ISOC11 && __GNUC_PREREQ (4, 7) &&
26439 __NO_LONG_DOUBLE_MATH] (CMPLXL): Define macro.
26440 * math/tst-CMPLX.c (do_test) [NO_LONG_DOUBLE]: Do not disable long
26441 double tests.
26442 * make/tst-CMPLX2.c [NO_LONG_DOUBLE] (check_long_double): Do not
26443 disable.
26444 (do_test) [NO_LONG_DOUBLE]: Do not disable call to
26445 check_long_double.
26446
3779b5b6
JM
26447 * math/gen-libm-test.pl (@tests): Remove variable.
26448 ($count): Likewise.
26449 (new_test): Remove function.
26450 (show_exceptions): New function.
26451 (special_functions): Use show_exceptions instead of new_test.
26452 (parse_args): Likewise.
26453 (generate_testfile): Pass only function name in generated call to
26454 print_max_error or print_complex_max_error.
26455 (get_ulps): Do not handle complex tests specially.
26456 (output_test): Rename to ...
26457 (get_all_ulps_for_test): ... this. Return a string rather than
26458 printing to a file. Require ulps to be present.
26459 (output_ulps): Generate arrays rather than #defines.
26460 * math/libm-test.inc: Move down #include of "libm-test-ulps.h".
26461 (struct ulp_data): New type.
26462 (BUILD_COMPLEX_ULP): Remove macro.
26463 (compare_ulp_data): New function.
26464 (find_ulps): Likewise.
26465 (find_test_ulps): Likewise.
26466 (find_function_ulps): Likewise.
26467 (find_complex_function_ulps): Likewise.
26468 (print_max_error): Determine allowed ulps using
26469 find_function_ulps.
26470 (print_complex_max_error): Determine allowed ulps using
26471 find_complex_function_ulps.
26472 (check_float_internal): Determine max ulps using find_test_ulps.
26473 (check_float): Do not take max_ulp parameter. Update call to
26474 check_float_internal.
26475 (check_complex): Likewise.
26476 (check_int): Do not take max_ulp parameter.
26477 (check_long): Likewise.
26478 (check_bool): Likewise.
26479 (check_longlong): Likewise.
26480 (struct test_f_f_data): Remove max_ulp field.
26481 (struct test_ff_f_data): Likewise.
26482 (struct test_ff_f_data_nexttoward): Likewise.
26483 (struct test_fi_f_data): Likewise.
26484 (struct test_fl_f_data): Likewise.
26485 (struct test_if_f_data): Likewise.
26486 (struct test_fff_f_data): Likewise.
26487 (struct test_c_f_data): Likewise.
26488 (struct test_f_f1_data): Remove max_ulp and extra_ulp fields.
26489 (struct test_fF_f1_data): Likewise.
26490 (struct test_ffI_f1_data): Likewise.
26491 (struct test_c_c_data): Remove max_ulp field.
26492 (struct test_cc_c_data): Likewise.
26493 (struct test_f_i_data): Likewise.
26494 (struct test_ff_i_data): Likewise.
26495 (struct test_f_l_data): Likewise.
26496 (struct test_f_L_data): Likewise.
26497 (struct test_sincos_data): Likewise.
26498 (RUN_TEST_f_f): Do not handle ulps.
26499 (RUN_TEST_LOOP_f_f): Likewise.
26500 (RUN_TEST_2_f): Likewise.
26501 (RUN_TEST_LOOP_2_f): Likewise.
26502 (RUN_TEST_fff_f): Likewise.
26503 (RUN_TEST_LOOP_fff_f): Likewise.
26504 (RUN_TEST_c_f): Likewise.
26505 (RUN_TEST_LOOP_c_f): Likewise.
26506 (RUN_TEST_f_f1): Likewise.
26507 (RUN_TEST_LOOP_f_f1): Likewise.
26508 (RUN_TEST_fF_f1): Likewise.
26509 (RUN_TEST_LOOP_fF_f1): Likewise.
26510 (RUN_TEST_fI_f1): Likewise.
26511 (RUN_TEST_LOOP_fI_f1): Likewise.
26512 (RUN_TEST_ffI_f1): Likewise.
26513 (RUN_TEST_LOOP_ffI_f1): Likewise.
26514 (RUN_TEST_c_c): Likewise.
26515 (RUN_TEST_LOOP_c_c): Likewise.
26516 (RUN_TEST_cc_c): Likewise.
26517 (RUN_TEST_LOOP_cc_c): Likewise.
26518 (RUN_TEST_f_i): Likewise.
26519 (RUN_TEST_LOOP_f_i): Likewise.
26520 (RUN_TEST_f_i_tg): Likewise.
26521 (RUN_TEST_LOOP_f_i_tg): Likewise.
26522 (RUN_TEST_ff_i_tg): Likewise.
26523 (RUN_TEST_LOOP_ff_i_tg): Likewise.
26524 (RUN_TEST_f_b): Likewise.
26525 (RUN_TEST_LOOP_f_b): Likewise.
26526 (RUN_TEST_f_b_tg): Likewise.
26527 (RUN_TEST_LOOP_f_b_tg): Likewise.
26528 (RUN_TEST_f_l): Likewise.
26529 (RUN_TEST_LOOP_f_l): Likewise.
26530 (RUN_TEST_f_L): Likewise.
26531 (RUN_TEST_LOOP_f_L): Likewise.
26532 (RUN_TEST_sincos): Likewise.
26533 (RUN_TEST_LOOP_sincos): Likewise.
26534
8269107f
JM
265352013-05-17 Joseph Myers <joseph@codesourcery.com>
26536
bb38759d
JM
26537 [BZ #15480]
26538 [BZ #15485]
26539 * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder): For
26540 main case of finite arguments, set rounding mode to FE_TONEAREST
26541 and discard exceptions.
26542 * math/libm-test.inc (remainder_test_data): Disallow "inexact"
26543 exceptions.
26544 (remainder_tonearest_test_data): New variable.
26545 (remainder_test_tonearest): New function.
26546 (remainder_towardzero_test_data): New variable.
26547 (remainder_test_towardzero): New function.
26548 (remainder_downward_test_data): New variable.
26549 (remainder_test_downward): New function.
26550 (remainder_upward_test_data): New variable.
26551 (remainder_test_upward): New function.
26552 (main): Call the new test functions.
26553
a00bdcf0
JM
26554 * math/libm-test.inc (struct test_f_f1_data): Remove field
26555 extra_init.
26556 (struct test_fF_f1_data): Likewise.
26557 (struct test_ffI_f1_data): Likewise.
26558 (RUN_TEST_f_f1): Remove argument EXTRA_INIT. Initialize EXTRA_VAR
26559 based on value of EXTRA_EXPECTED.
26560 (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
26561 (RUN_TEST_fF_f1): Remove argument EXTRA_INIT. Initialize
26562 EXTRA_VAR based on value of EXTRA_EXPECTED.
26563 (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
26564 (RUN_TEST_fI_f1): Remove argument EXTRA_INIT. Initialize
26565 EXTRA_VAR based on value of EXTRA_EXPECTED.
26566 (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
26567 (RUN_TEST_ffI_f1): Remove argument EXTRA_INIT. Initialize
26568 EXTRA_VAR based on value of EXTRA_EXPECTED.
26569 (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
26570 * math/gen-libm-test.pl (parse_args): Don't output initializers
26571 for extra output values.
26572
de407f79
JM
26573 * math/libm-test.inc (check_int): Expect result to be exactly
26574 equal to expected value and do not handle ulps.
26575 (check_long): Likewise.
26576 (check_longlong): Likewise.
26577
8269107f
JM
26578 * math/libm-test.inc (ceil_test_data): Test for "inexact"
26579 exceptions.
26580 (cimag_test_data): Likewise.
26581 (conj_test_data): Likewise.
26582 (copysign_test_data): Likewise.
26583 (cproj_test_data): Likewise.
26584 (creal_test_data): Likewise.
26585 (fabs_test_data): Likewise.
26586 (fdim_test_data): Likewise.
26587 (finite_test_data): Likewise.
26588 (floor_test_data): Likewise.
26589 (fmax_test_data): Likewise.
26590 (fmin_test_data): Likewise.
26591 (fmod_test_data): Likewise.
26592 (fpclassify_test_data): Likewise.
26593 (frexp_test_data): Likewise.
26594 (ilogb_test_data): Likewise.
26595 (isfinite_test_data): Likewise.
26596 (isgreater_test_data): Likewise.
26597 (isgreaterequal_test_data): Likewise.
26598 (isinf_test_data): Likewise.
26599 (isless_test_data): Likewise.
26600 (islessequal_test_data): Likewise.
26601 (islessgreater_test_data): Likewise.
26602 (isnan_test_data): Likewise.
26603 (isnormal_test_data): Likewise.
26604 (issignaling_test_data): Likewise.
26605 (isunordered_test_data): Likewise.
26606 (ldexp_test_data): Likewise.
26607 (lrint_test_data): Likewise.
26608 (lrint_test_data) [TEST_FLOAT]: Disable one test.
26609 (lrint_test_data) [!TEST_LDOUBLE]: Likewise.
26610 (lrint_tonearest_test_data): Test for "inexact" exceptions.
26611 (lrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
26612 (lrint_tonearest_test_data) [!TEST_LDOUBLE]: Likewise.
26613 (lrint_tonearest_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
26614 test input.
26615 (lrint_towardzero_test_data): Test for "inexact" exceptions.
26616 (lrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
26617 (lrint_towardzero_test_data) [!TEST_LDOUBLE]: Likewise.
26618 (lrint_towardzero_test_data) [TEST_LDOUBLE]: Use "L" suffix on
26619 that test input.
26620 (lrint_downward_test_data): Test for "inexact" exceptions.
26621 (lrint_downward_test_data) [TEST_FLOAT]: Disable one test.
26622 (lrint_downward_test_data) [!TEST_LDOUBLE]: Likewise.
26623 (lrint_downward_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
26624 test input.
26625 (lrint_upward_test_data): Test for "inexact" exceptions.
26626 (lrint_upward_test_data) [TEST_LDOUBLE]: Use "L" suffix on one
26627 test input.
26628 (llrint_test_data): Test for "inexact" exceptions.
26629 (llrint_test_data) [TEST_FLOAT]: Disable one test.
26630 (llrint_tonearest_test_data): Test for "inexact" exceptions.
26631 (llrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
26632 (llrint_towardzero_test_data): Test for "inexact" exceptions.
26633 (llrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
26634 (llrint_downward_test_data): Test for "inexact" exceptions.
26635 (llrint_downward_test_data) [TEST_FLOAT]: Disable one test.
26636 (llrint_upward_test_data): Test for "inexact" exceptions.
26637 (logb_test_data): Likewise.
26638 (logb_downward_test_data): Likewise.
26639 (nextafter_test_data): Likewise.
26640 (nexttoward_test_data): Likewise.
26641 (remainder_test_data): Likewise.
26642 (remquo_test_data): Likewise.
26643 (scalbn_test_data): Likewise.
26644 (scalbln_test_data): Likewise.
26645 (signbit_test_data): Likewise.
26646 (sqrt_test_data): Likewise.
26647 (significand_test_data): Likewise.
26648
48a18de1
SP
266492013-05-17 Siddhesh Poyarekar <siddhesh@redhat.com>
26650
26651 [BZ #15424]
26652 * benchtests/bench-modf.c (struct args): Mark arg0 as
26653 volatile.
26654 * scripts/bench.pl: Mark members of struct args as volatile.
26655
13d3b41a
AZ
266562013-05-17 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
26657
68191c1d 26658 [BZ # 15497]
13d3b41a
AZ
26659 * sysdeps/powerpc/fpu/e_hypot.c (GET_TWO_FLOAT_WORD): Fix test for
26660 negative infinity on POWER6 or lower.
26661 * sysdeps/powerpc/fpu/e_hypotf.c (GET_TWO_FLOAT_WORD): Likewise.
26662
2848b105
MR
266632013-05-16 Maciej W. Rozycki <macro@codesourcery.com>
26664
26665 [BZ #15442]
26666 * soft-fp/op-common.h (_FP_FRAC_SNANP): New macro.
26667 (_FP_FRAC_SNANP_SEMIRAW): Likewise.
26668 (_FP_UNPACK_CANONICAL): Use _FP_FRAC_SNANP.
26669 (_FP_CHECK_SIGNAN_SEMIRAW): Use _FP_FRAC_SNANP_SEMIRAW.
26670 (_FP_SETQNAN): New macro.
26671 (_FP_SETQNAN_SEMIRAW): Likewise.
26672 (_FP_PACK_SEMIRAW): Use _FP_SETQNAN.
26673 (_FP_PACK_CANONICAL): Use _FP_SETQNAN.
26674 (_FP_ISSIGNAN): Use _FP_FRAC_SNANP.
26675 (FP_EXTEND): Use _FP_FRAC_SNANP.
26676 (FP_TRUNC): Use _FP_SETQNAN_SEMIRAW.
26677 * soft-fp/testit.c (gen_special_double): Take _FP_QNANNEGATEDP
26678 into account.
26679 * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
26680 New macro.
26681 * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
26682 Likewise.
26683
323e5cb7
JM
266842013-05-16 Joseph Myers <joseph@codesourcery.com>
26685
c58b274f
JM
26686 * math/libm-test.inc (atanh_test_data): Use ERRNO_ERANGE together
26687 with DIVIDE_BY_ZERO_EXCEPTION.
26688 (gamma_test_data): Likewise.
26689 (lgamma_test_data): Likewise.
26690 (log_test_data): Likewise.
26691 (log10_test_data): Likewise.
26692 (log2_test_data): Likewise.
26693 (tgamma_test_data): Likewise.
26694
0ab34904
JM
26695 * math/libm-test.inc (acos_test): Don't test for ENOSYS error.
26696 (acos_test_tonearest): Likewise.
26697 (acos_test_towardzero): Likewise.
26698 (acos_test_downward): Likewise.
26699 (acos_test_upward): Likewise.
26700 (acosh_test): Likewise.
26701 (asin_test): Likewise.
26702 (asin_test_tonearest): Likewise.
26703 (asin_test_towardzero): Likewise.
26704 (asin_test_downward): Likewise.
26705 (asin_test_upward): Likewise.
26706 (asinh_test): Likewise.
26707 (atan_test): Likewise.
26708 (atanh_test): Likewise.
26709 (atan2_test): Likewise.
26710 (cabs_test): Likewise.
26711 (cacos_test): Likewise.
26712 (cacosh_test): Likewise.
26713 (casin_test): Likewise.
26714 (casinh_test): Likewise.
26715 (catan_test): Likewise.
26716 (catanh_test): Likewise.
26717 (cbrt_test): Likewise.
26718 (ccos_test): Likewise.
26719 (ccosh_test): Likewise.
26720 (cexp_test): Likewise.
26721 (clog_test): Likewise.
26722 (clog10_test): Likewise.
26723 (cos_test): Likewise.
26724 (cos_test_tonearest): Likewise.
26725 (cos_test_towardzero): Likewise.
26726 (cos_test_downward): Likewise.
26727 (cos_test_upward): Likewise.
26728 (cosh_test): Likewise.
26729 (cosh_test_tonearest): Likewise.
26730 (cosh_test_towardzero): Likewise.
26731 (cosh_test_downward): Likewise.
26732 (cosh_test_upward): Likewise.
26733 (cpow_test): Likewise.
26734 (csin_test): Likewise.
26735 (csinh_test): Likewise.
26736 (csqrt_test): Likewise.
26737 (ctan_test): Likewise.
26738 (ctan_test_tonearest): Likewise.
26739 (ctan_test_towardzero): Likewise.
26740 (ctan_test_downward): Likewise.
26741 (ctan_test_upward): Likewise.
26742 (ctanh_test): Likewise.
26743 (ctanh_test_tonearest): Likewise.
26744 (ctanh_test_towardzero): Likewise.
26745 (ctanh_test_downward): Likewise.
26746 (ctanh_test_upward): Likewise.
26747 (erf_test): Likewise.
26748 (erfc_test): Likewise.
26749 (exp_test): Likewise.
26750 (exp_test_tonearest): Likewise.
26751 (exp_test_towardzero): Likewise.
26752 (exp_test_downward): Likewise.
26753 (exp_test_upward): Likewise.
26754 (exp10_test): Likewise.
26755 (exp2_test): Likewise.
26756 (expm1_test): Likewise.
26757 (fmod_test): Likewise.
26758 (gamma_test): Likewise.
26759 (hypot_test): Likewise.
26760 (j0_test): Likewise.
26761 (j1_test): Likewise.
26762 (jn_test): Likewise.
26763 (lgamma_test): Likewise.
26764 (log_test): Likewise.
26765 (log10_test): Likewise.
26766 (log1p_test): Likewise.
26767 (log2_test): Likewise.
26768 (logb_test_downward): Likewise.
26769 (pow_test): Likewise.
26770 (pow_test_tonearest): Likewise.
26771 (pow_test_towardzero): Likewise.
26772 (pow_test_downward): Likewise.
26773 (pow_test_upward): Likewise.
26774 (remainder_test): Likewise.
26775 (remquo_test): Likewise.
26776 (sin_test): Likewise.
26777 (sin_test_tonearest): Likewise.
26778 (sin_test_towardzero): Likewise.
26779 (sin_test_downward): Likewise.
26780 (sin_test_upward): Likewise.
26781 (sincos_test): Likewise.
26782 (sinh_test): Likewise.
26783 (sinh_test_tonearest): Likewise.
26784 (sinh_test_towardzero): Likewise.
26785 (sinh_test_downward): Likewise.
26786 (sinh_test_upward): Likewise.
26787 (sqrt_test): Likewise.
26788 (tan_test): Likewise.
26789 (tan_test_tonearest): Likewise.
26790 (tan_test_towardzero): Likewise.
26791 (tan_test_downward): Likewise.
26792 (tan_test_upward): Likewise.
26793 (tanh_test): Likewise.
26794 (tgamma_test): Likewise.
26795 (y0_test): Likewise.
26796 (y1_test): Likewise.
26797 (yn_test): Likewise.
26798
323e5cb7
JM
26799 * math/gen-libm-test.pl (adjust_arg): Remove function.
26800 (special_function): Remove argument $in_func. Only handle
26801 generating output for tables of tests, not inside functions.
26802 (parse_args): Likewise.
26803 (generate_testfile): Remove variable $in_func. Update call to
26804 parse_args.
26805 * math/libm-test.inc (PLUS_ZERO_INIT): Rename macro to plus_zero.
26806 (MINUS_ZERO_INIT): Rename macro to minus_zero.
26807 (PLUS_INFTY_INIT): Rename macro to plus_infty.
26808 (MINUS_INFTY_INIT): Rename macro to minus_infty.
26809 (QNAN_VALUE_INIT): Rename macro to qnan_value.
26810 (MAX_VALUE_INIT): Rename macro to max_value.
26811 (MIN_VALUE_INIT): Rename macro to min_value.
26812 (MIN_SUBNORM_VALUE_INIT): Rename macro to min_subnorm_value.
26813 (plus_zero): Remove variable.
26814 (minus_zero): Likewise.
26815 (plus_infty): Likewise.
26816 (minus_infty): Likewise.
26817 (qnan_value): Likewise.
26818 (max_value): Likewise.
26819 (min_value): Likewise.
26820 (min_subnorm_value): Likewise.
26821
e054f494
RA
268222013-05-16 Ryan S. Arnold <rsa@linux.vnet.ibm.com>
26823
26824 * crypt/sha512-block.c: Add missing #include <stdint.h> due to
26825 uint64_t or uint32_t usage.
26826 * crypt/sha256-block.c: Likewise.
26827 * crypt/sha256-crypt.c: Likewise.
26828 * crypt/sha256.c: Likewise.
26829 * crypt/sha512-block.c: Likewise.
26830 * crypt/sha512-crypt.c: Likewise.
26831 * crypt/sha512.c: Likewise.
26832 * debug/backtrace-tst.c: Likewise.
26833 * debug/pcprofiledump.c: Likewise.
26834 * elf/cache.c: Likewise.
26835 * elf/dl-cache.c: Likewise.
26836 * elf/dl-misc.c: Likewise.
26837 * elf/dl-profile.c: Likewise.
26838 * elf/dl-support.c: Likewise.
26839 * elf/ldconfig.c: Likewise.
26840 * elf/sprof.c: Likewise.
26841 * iconv/dummy-repertoire.c: Likewise.
26842 * iconv/iconv_charmap.c: Likewise.
26843 * iconv/skeleton.c: Likewise.
26844 * iconvdata/8bit-generic.c: Likewise.
26845 * iconvdata/cp737.h: Likewise.
26846 * iconvdata/cp775.h: Likewise.
26847 * iconvdata/ibm1008.h: Likewise.
26848 * iconvdata/ibm1025.h: Likewise.
26849 * iconvdata/ibm1046.h: Likewise.
26850 * iconvdata/ibm1097.h: Likewise.
26851 * iconvdata/ibm1112.h: Likewise.
26852 * iconvdata/ibm1122.h: Likewise.
26853 * iconvdata/ibm1123.h: Likewise.
26854 * iconvdata/ibm1124.h: Likewise.
26855 * iconvdata/ibm1129.h: Likewise.
26856 * iconvdata/ibm1130.h: Likewise.
26857 * iconvdata/ibm1132.h: Likewise.
26858 * iconvdata/ibm1133.h: Likewise.
26859 * iconvdata/ibm1137.h: Likewise.
26860 * iconvdata/ibm1140.h: Likewise.
26861 * iconvdata/ibm1141.h: Likewise.
26862 * iconvdata/ibm1142.h: Likewise.
26863 * iconvdata/ibm1143.h: Likewise.
26864 * iconvdata/ibm1144.h: Likewise.
26865 * iconvdata/ibm1145.h: Likewise.
26866 * iconvdata/ibm1146.h: Likewise.
26867 * iconvdata/ibm1147.h: Likewise.
26868 * iconvdata/ibm1148.h: Likewise.
26869 * iconvdata/ibm1149.h: Likewise.
26870 * iconvdata/ibm1153.h: Likewise.
26871 * iconvdata/ibm1154.h: Likewise.
26872 * iconvdata/ibm1155.h: Likewise.
26873 * iconvdata/ibm1156.h: Likewise.
26874 * iconvdata/ibm1157.h: Likewise.
26875 * iconvdata/ibm1158.h: Likewise.
26876 * iconvdata/ibm1160.h: Likewise.
26877 * iconvdata/ibm1161.h: Likewise.
26878 * iconvdata/ibm1162.h: Likewise.
26879 * iconvdata/ibm1163.h: Likewise.
26880 * iconvdata/ibm1164.h: Likewise.
26881 * iconvdata/ibm1166.h: Likewise.
26882 * iconvdata/ibm1167.h: Likewise.
26883 * iconvdata/ibm12712.h: Likewise.
26884 * iconvdata/ibm1390.h: Likewise.
26885 * iconvdata/ibm1399.h: Likewise.
26886 * iconvdata/ibm16804.h: Likewise.
26887 * iconvdata/ibm4517.h: Likewise.
26888 * iconvdata/ibm4899.h: Likewise.
26889 * iconvdata/ibm4909.h: Likewise.
26890 * iconvdata/ibm4971.h: Likewise.
26891 * iconvdata/ibm5347.h: Likewise.
26892 * iconvdata/ibm803.h: Likewise.
26893 * iconvdata/ibm856.h: Likewise.
26894 * iconvdata/ibm901.h: Likewise.
26895 * iconvdata/ibm902.h: Likewise.
26896 * iconvdata/ibm9030.h: Likewise.
26897 * iconvdata/ibm9066.h: Likewise.
26898 * iconvdata/ibm921.h: Likewise.
26899 * iconvdata/ibm922.h: Likewise.
26900 * iconvdata/ibm9448.h: Likewise.
26901 * iconvdata/isiri-3342.h: Likewise.
26902 * iconvdata/jis0201.h: Likewise.
26903 * include/link.h: Likewise.
26904 * include/netdb.h: Likewise.
26905 * inet/check_native.c: Likewise.
26906 * inet/check_pf.c: Likewise.
26907 * inet/getipv4sourcefilter.c: Likewise.
26908 * inet/getnameinfo.c: Likewise.
26909 * inet/getsourcefilter.c: Likewise.
26910 * inet/htonl.c: Likewise.
26911 * inet/setipv4sourcefilter.c: Likewise.
26912 * inet/setsourcefilter.c: Likewise.
26913 * inet/test-inet6_opt.c: Likewise.
26914 * inet/tst-network.c: Likewise.
26915 * locale/C-collate.c: Likewise.
26916 * locale/C-ctype.c: Likewise.
26917 * locale/C-time.c: Likewise.
26918 * locale/C-translit.h: Likewise.
26919 * locale/loadarchive.c: Likewise.
26920 * locale/programs/3level.h: Likewise.
26921 * locale/programs/charmap.c: Likewise.
26922 * locale/programs/charmap.h: Likewise.
26923 * locale/programs/ld-address.c: Likewise.
26924 * locale/programs/ld-collate.c: Likewise.
26925 * locale/programs/ld-ctype.c: Likewise.
26926 * locale/programs/ld-identification.c: Likewise.
26927 * locale/programs/ld-measurement.c: Likewise.
26928 * locale/programs/ld-messages.c: Likewise.
26929 * locale/programs/ld-monetary.c: Likewise.
26930 * locale/programs/ld-name.c: Likewise.
26931 * locale/programs/ld-numeric.c: Likewise.
26932 * locale/programs/ld-paper.c: Likewise.
26933 * locale/programs/ld-telephone.c: Likewise.
26934 * locale/programs/ld-time.c: Likewise.
26935 * locale/programs/linereader.c: Likewise.
26936 * locale/programs/locale.c: Likewise.
26937 * locale/programs/locarchive.c: Likewise.
26938 * locale/programs/locfile.h: Likewise.
26939 * locale/programs/repertoire.c: Likewise.
26940 * locale/programs/simple-hash.c: Likewise.
26941 * locale/programs/simple-hash.h: Likewise.
26942 * malloc/memusage.c: Likewise.
26943 * malloc/memusagestat.c: Likewise.
26944 * nis/nis_defaults.c: Likewise.
26945 * nis/nis_hash.c: Likewise.
26946 * nis/nis_print.c: Likewise.
26947 * nis/nis_xdr.c: Likewise.
26948 * nscd/connections.c: Likewise.
26949 * nscd/hstcache.c: Likewise.
26950 * nscd/nscd_gethst_r.c: Likewise.
26951 * nscd/nscd_getserv_r.c: Likewise.
26952 * nscd/nscd_helper.c: Likewise.
26953 * nscd/servicescache.c: Likewise.
26954 * nss/makedb.c: Likewise.
26955 * nss/nss_db/db-XXX.c: Likewise.
26956 * nss/nss_db/db-initgroups.c: Likewise.
26957 * nss/nss_db/db-netgrp.c: Likewise.
26958 * nss/nss_files/files-network.c: Likewise.
26959 * nss/nss_files/files-parse.c: Likewise.
26960 * posix/bug-regex5.c: Likewise.
26961 * posix/fnmatch_loop.c: Likewise.
26962 * posix/regcomp.c: Likewise.
26963 * posix/regexec.c: Likewise.
26964 * posix/tst-rfc3484-2.c: Likewise.
26965 * posix/tst-rfc3484-3.c: Likewise.
26966 * posix/tst-rfc3484.c: Likewise.
26967 * resolv/nss_dns/dns-canon.c: Likewise.
26968 * resolv/nss_dns/dns-network.c: Likewise.
26969 * resolv/res_init.c: Likewise.
26970 * resolv/res_mkquery.c: Likewise.
26971 * resolv/tst-aton.c: Likewise.
26972 * stdlib/cxa_atexit.c: Likewise.
26973 * stdlib/cxa_finalize.c: Likewise.
26974 * stdlib/gen-fpioconst.c: Likewise.
26975 * stdlib/strtol_l.c: Likewise.
26976 * string/tst-endian.c: Likewise.
26977 * sunrpc/auth_des.c: Likewise.
26978 * sunrpc/clnt_udp.c: Likewise.
26979 * sunrpc/rtime.c: Likewise.
26980 * sunrpc/svcauth_des.c: Likewise.
26981 * sunrpc/xdr.c: Likewise.
26982 * sunrpc/xdr_intXX_t.c: Likewise.
26983 * sunrpc/xdr_rec.c: Likewise.
26984 * sysdeps/generic/ldconfig.h: Likewise.
26985 * sysdeps/generic/ldsodefs.h: Likewise.
26986 * sysdeps/generic/memusage.h: Likewise.
26987 * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
26988 * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: Likewise.
26989 * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: Likewise.
26990 * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
26991 * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
26992 * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
26993 * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
26994 * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
26995 * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
26996 * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
26997 * sysdeps/posix/getaddrinfo.c: Likewise.
26998 * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
26999 * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
27000 * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
27001 * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
27002 * sysdeps/powerpc/test-gettimebase.c: Likewise.
27003 * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
27004 * sysdeps/unix/sysv/linux/getipv4sourcefilter.c: Likewise.
27005 * sysdeps/unix/sysv/linux/getsourcefilter.c: Likewise.
27006 * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
27007 * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: Likewise.
27008 * sysdeps/unix/sysv/linux/preadv.c: Likewise.
27009 * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
27010 * sysdeps/unix/sysv/linux/setipv4sourcefilter.c: Likewise.
27011 * sysdeps/unix/sysv/linux/setsourcefilter.c: Likewise.
27012 * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: Likewise.
27013 * sysdeps/x86_64/dl-tls.h: Likewise.
27014 * sysdeps/x86_64/dl-tlsdesc.h: Likewise.
27015 * time/alt_digit.c: Likewise.
27016 * time/era.c: Likewise.
27017 * wcsmbs/tst-c16c32-1.c: Likewise.
27018
8c75f674
JM
270192013-05-16 Joseph Myers <joseph@codesourcery.com>
27020
27021 * math/libm-test.inc (struct test_sincos_data): New type.
27022 (RUN_TEST_LOOP_sincos): New macro.
27023 (sincos_test_data): New variable.
27024 (sincos_test): Run tests with RUN_TEST_LOOP_sincos.
27025
e6e49e59
RH
270262013-05-16 Richard Henderson <rth@redhat.com>
27027
27028 * math/atest-exp2.c (LIMB64): New macro.
27029 (CONSTSZ): New macro.
27030 (mp_exp1, mp_exp_m1, mp_log2): New variables.
27031 (hexdig): Move ...
27032 (print_mpn_fp): ... to function scope.
27033 (read_mpn_hex): Remove.
27034 (get_log2): Remove.
27035 (exp2_mpn): Use mp_log2.
27036 (main): Use mp_exp1.
27037
15c7c18d
JM
270382013-05-16 Joseph Myers <joseph@codesourcery.com>
27039
105a07df
JM
27040 * math/libm-test.inc: Remove comment about not testing "inexact"
27041 exceptions.
27042 (INEXACT_EXCEPTION): New macro.
27043 (NO_INEXACT_EXCEPTION): Likewise.
27044 (INVALID_EXCEPTION_OK): Update value.
27045 (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
27046 (OVERFLOW_EXCEPTION_OK): Likewise.
27047 (UNDERFLOW_EXCEPTION_OK): Likewise.
27048 (IGNORE_ZERO_INF_SIGN): Likewise.
27049 (ERRNO_UNCHANGED): Likewise.
27050 (ERRNO_EDOM): Likewise.
27051 (ERRNO_ERANGE): Likewise.
27052 (test_exceptions): Handle testing "inexact" exceptions.
27053 (nearbyint_test_data): Use NO_INEXACT_EXCEPTION on all tests.
27054 (rint_test_data): Use NO_INEXACT_EXCEPTION and INEXACT_EXCEPTION.
27055 (rint_test_data) [LDBL_MANT_DIG <= 100]: Disable some tests.
27056 (rint_tonearest_test_data): Use NO_INEXACT_EXCEPTION and
27057 INEXACT_EXCEPTION.
27058 (rint_towardzero_test_data): Likewise.
27059 (rint_downward_test_data): Likewise.
27060 (rint_upward_test_data): Likewise.
27061
e9eee333
JM
27062 * math/libm-test.inc (exp_test_data): Use ERRNO_ERANGE together
27063 with OVERFLOW_EXCEPTION.
27064 (exp10_test_data): Likewise.
27065 (exp2_test_data): Likewise.
27066 (expm1_test_data): Likewise.
27067 (lgamma_test_data): Likewise.
27068 (pow_test_data): Likewise.
27069 (tgamma_test_data): Likewise.
27070 (yn_test_data): Remove duplicate test of overflow.
27071
1c38ff73
JM
27072 * math/libm-test.inc (struct test_cc_c_data): New type.
27073 (RUN_TEST_LOOP_cc_c): New macro.
27074 (cpow_test_data): New variable.
27075 (cpow_test): Run tests with RUN_TEST_LOOP_cc_c.
27076
15c7c18d
JM
27077 * math/libm-test.inc (struct test_f_L_data): New type.
27078 (RUN_TEST_LOOP_f_L): New macro.
27079 (llrint_test_data): New variable.
27080 (llrint_test): Run tests with RUN_TEST_LOOP_f_L.
27081 (llrint_tonearest_test_data): New variable.
27082 (llrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_L.
27083 (llrint_towardzero_test_data): New variable.
27084 (llrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_L.
27085 (llrint_downward_test_data): New variable.
27086 (llrint_test_downward): Run tests with RUN_TEST_LOOP_f_L.
27087 (llrint_upward_test_data): New variable.
27088 (llrint_test_upward): Run tests with RUN_TEST_LOOP_f_L.
27089 (llround_test_data): New variable.
27090 (llround_test): Run tests with RUN_TEST_LOOP_f_L.
27091
f137ff13
PC
270922013-05-13 Peter Collingbourne <pcc@google.com>
27093
27094 * math/atest-exp2.c (get_log2): Remove const attribute.
27095
3608cb24
JM
270962013-05-15 Joseph Myers <joseph@codesourcery.com>
27097
27098 * math/libm-test.inc (struct test_f_l_data): New type.
27099 (RUN_TEST_LOOP_f_l): New macro.
27100 (lrint_test_data): New variable.
27101 (lrint_test): Run tests with RUN_TEST_LOOP_f_l.
27102 (lrint_tonearest_test_data): New variable.
27103 (lrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_l.
27104 (lrint_towardzero_test_data): New variable.
27105 (lrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_l.
27106 (lrint_downward_test_data): New variable.
27107 (lrint_test_downward): Run tests with RUN_TEST_LOOP_f_l.
27108 (lrint_upward_test_data): New variable.
27109 (lrint_test_upward): Run tests with RUN_TEST_LOOP_f_l.
27110 (lround_test_data): New variable.
27111 (lround_test): Run tests with RUN_TEST_LOOP_f_l.
27112
39b1f617
PC
271132013-05-15 Peter Collingbourne <pcc@google.com>
27114
1deff3dc
PC
27115 * sysdeps/x86_64/fpu/math_private.h (MOVQ): New macro.
27116 (EXTRACT_WORDS64) Use where appropriate.
27117 (INSERT_WORDS64) Likewise.
27118
791f3ba0
PC
27119 * sysdeps/x86_64/fpu/multiarch/s_fma.c (__fma_fma4): Replace xm
27120 constraints with x constraints.
27121 * sysdeps/x86_64/fpu/multiarch/s_fmaf.c (__fmaf_fma4): Likewise.
27122
39b1f617
PC
27123 * malloc/obstack.c (_obstack_compat): Add initializer.
27124
12fba011
EM
271252013-05-15 Edjunior Machado <emachado@linux.vnet.ibm.com>
27126
27127 * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Remove
27128 si_trapno and add si_addr_lsb to _sifields.sigfault.
27129 (si_trapno): Remove macro.
27130 (si_addr_lsb): Define new macro.
27131 (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
27132
d369f531
JM
271332013-05-15 Joseph Myers <joseph@codesourcery.com>
27134
b861c6c4
JM
27135 * math/libm-test.inc (llrint_test): Consistently use TEST_f_L
27136 instead of TEST_f_l.
27137 (llrint_test_tonearest): Likewise.
27138 (llrint_test_towardzero): Likewise.
27139 (llrint_test_downward): Likewise.
27140 (llrint_test_upward): Likewise.
27141 (llround_test): Likewise.
27142
7abeee12
JM
27143 * math/libm-test.inc (struct test_f_i_data): Add comment.
27144 (RUN_TEST_LOOP_f_b): New macro.
27145 (RUN_TEST_LOOP_f_b_tg): Likewise.
27146 (finite_test_data): New variable.
27147 (finite_test): Run tests with RUN_TEST_LOOP_f_b.
27148 (isfinite_test_data): New variable.
27149 (isfinite_test): Run tests with RUN_TEST_LOOP_f_b_tg.
27150 (isinf_test_data): New variable.
27151 (isinf_test): Run tests with RUN_TEST_LOOP_f_b_tg.
27152 (isnan_test_data): New variable.
27153 (isnan_test): Run tests with RUN_TEST_LOOP_f_b_tg.
27154 (isnormal_test_data): New variable.
27155 (isnormal_test): Run tests with RUN_TEST_LOOP_f_b_tg.
27156 (issignaling_test_data): New variable.
27157 (issignaling_test): Run tests with RUN_TEST_LOOP_f_b_tg.
27158 (signbit_test_data): New variable.
27159 (signbit_test): Run tests with RUN_TEST_LOOP_f_b_tg.
27160
cbe8c4d3
JM
27161 * math/libm-test.inc (acos_test_data): Use ERRNO_EDOM together
27162 with INVALID_EXCEPTION.
27163 (acosh_test_data): Likewise.
27164 (asin_test_data): Likewise.
27165 (atanh_test_data): Likewise.
27166 (fmod_test_data): Likewise.
27167 (log_test_data): Likewise.
27168 (log10_test_data): Likewise.
27169 (log2_test_data): Likewise.
27170 (pow_test_data): Likewise.
27171 (sqrt_test_data): Likewise.
27172 (y0_test_data): Likewise.
27173 (y1_test_data): Likewise.
27174 (yn_test_data): Likewise.
27175
5575c0e5
JM
27176 * math/libm-test.inc (test_single_errno) [TEST_INLINE]: Disable
27177 function contents.
27178
d369f531
JM
27179 * math/libm-test.inc (struct test_ff_i_data): New type.
27180 (RUN_TEST_LOOP_ff_i_tg): New macro.
27181 (isgreater_test_data): New variable.
27182 (isgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
27183 (isgreaterequal_test_data): New variable.
27184 (isgreaterequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
27185 (isless_test_data): New variable.
27186 (isless_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
27187 (islessequal_test_data): New variable.
27188 (islessequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
27189 (islessgreater_test_data): New variable.
27190 (islessgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
27191 (isunordered_test_data): New variable.
27192 (isunordered_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
27193
781fd748
DM
271942013-05-14 David S. Miller <davem@davemloft.net>
27195
27196 * sysdeps/sparc/fpu/libm-test-ulps: Update.
27197
87aa21df
JM
271982013-05-14 Joseph Myers <joseph@codesourcery.com>
27199
5e908270
JM
27200 * math/libm-test.inc (RUN_TEST_LOOP_2_f): Fix whitespace.
27201
f71172e5
JM
27202 * math/libm-test.inc (struct test_fF_f1_data): Change type of
27203 extra_test to int.
27204 (struct test_f_i_data): Change type of max_ulp to int.
27205
8cfa635a
JM
27206 * math/libm-test.inc (test_ffI_f1_data): New type.
27207 (RUN_TEST_LOOP_ffI_f1): New macro.
27208 (remquo_test_data): New variable.
27209 (remquo_test): Run tests with RUN_TEST_LOOP_ffI_f1.
27210
2bcb36b2
JM
27211 * setjmp/tst-setjmp-fp.c: New file.
27212 * setjmp/Makefile (tests): Add tst-setjmp-fp.
27213 (link-libm): New variable.
27214 ($(objpfx)tst-setjmp-fp): Depend on $(link-libm).
27215
acbd839a
JM
27216 * math/libm-test.inc (struct test_f_i_data): New type.
27217 (RUN_TEST_LOOP_f_i): New macro.
27218 (RUN_TEST_LOOP_f_i_tg): Likewise.
27219 (fpclassify_test_data): New variable.
27220 (fpclassify_test): Run tests with RUN_TEST_LOOP_f_i_tg.
27221 (ilogb_test_data): New variable.
27222 (ilogb_test): Run tests with RUN_TEST_LOOP_f_i.
27223
e414d745
JM
27224 * math/libm-test.inc (scalbln_test): Correct function name in END
27225 call.
27226
d9c2a0fd
JM
27227 * math/libm-test.inc (struct test_f_f1_data): Add comment.
27228 (RUN_TEST_LOOP_fI_f1): New macro.
27229 (frexp_test_data): New variable.
27230 (frexp_test): Run tests with RUN_TEST_LOOP_fI_f1.
27231
9dc9095d
JM
27232 * math/libm-test.inc (struct test_fF_f1_data): New type.
27233 (RUN_TEST_LOOP_fF_f1): New macro.
27234 (modf_test_data): New variable.
27235 (modf_test): Run tests with RUN_TEST_LOOP_fF_f1.
27236
87aa21df
JM
27237 * math/libm-test.inc (struct test_f_f1_data): New type.
27238 (RUN_TEST_LOOP_f_f1): New macro.
27239 (gamma_test_data): New variable.
27240 (gamma_test): Run tests with RUN_TEST_LOOP_f_f1.
27241 (lgamma_test_data): New variable.
27242 (lgamma_test): Run tests with RUN_TEST_LOOP_f_f1.
27243
141af660
CD
272442013-05-13 Carlos O'Donell <carlos@redhat.com>
27245
27246 * elf/dl-hwcaps.c (_dl_important_hwcaps): Comment vDSO hwcap loading.
27247 * elf/ldconfig.c (is_hwcap_platform): Comment each hwcap check.
27248 (main): Comment "tls" pseudo-hwcap.
27249
6d33265c
JM
272502013-05-13 Joseph Myers <joseph@codesourcery.com>
27251
68fc074c
JM
27252 * math/libm-test.inc (struct test_fl_f_data): New type.
27253 (RUN_TEST_LOOP_fl_f): New variable.
27254 (scalbln_test_data): New variable.
27255 (scalbln_test): Run tests with RUN_TEST_LOOP_fl_f.
27256
243216e1
JM
27257 * math/libm-test.inc (struct test_fi_f_data): New type.
27258 (RUN_TEST_LOOP_fi_f): New macro.
27259 (ldexp_test_data): New variable.
27260 (ldexp_test): Run tests with RUN_TEST_LOOP_fi_f.
27261 (scalbn_test_data): New variable.
27262 (scalbn_test): Run tests with RUN_TEST_LOOP_fi_f.
27263
6a1992e2
JM
27264 * math/libm-test.inc (struct test_c_f_data): New type.
27265 (RUN_TEST_LOOP_c_f): New macro.
27266 (cabs_test_data): New variable.
27267 (cabs_test): Run tests with RUN_TEST_LOOP_c_f.
27268 (carg_test_data): New variable.
27269 (carg_test): Run tests with RUN_TEST_LOOP_c_f.
27270 (cimag_test_data): New variable.
27271 (cimag_test): Run tests with RUN_TEST_LOOP_c_f.
27272 (creal_test_data): New variable.
27273 (creal_test): Run tests with RUN_TEST_LOOP_c_f.
27274
0e400df5
JM
27275 * math/libm-test.inc (struct test_if_f_data): New type.
27276 (RUN_TEST_LOOP_if_f): New macro.
27277 (jn_test_data): New variable.
27278 (jn_test): Run tests with RUN_TEST_LOOP_if_f.
27279 (yn_test_data): New variable.
27280 (yn_test): Run tests with RUN_TEST_LOOP_if_f.
27281
6d33265c
JM
27282 * math/libm-test.inc (scalbln_test): Consistently use TEST_fl_f.
27283
f98ece5f
AZ
272842013-05-13 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
27285
27286 * math/libm-test.inc (M_1_DIV_El): Define using decimal constant.
27287 (log_test_data): Use M_1_DIV_El instead of 1.0 / M_El.
27288
0f7d347b
SP
272892013-05-13 Siddhesh Poyarekar <siddhesh@redhat.com>
27290
43fe811b
SP
27291 * benchtests/Makefile (CPPFLAGS-nonlib): Add
27292 -DUSE_CLOCK_GETTIME if USE_CLOCK_GETTIME is defined.
27293 (bench-deps): Add bench-timing.h.
27294 * benchtests-bench-skeleton.c: Include bench-timing.h.
27295 (main): Use TIMING_* macros instead of clock_gettime.
27296 * benchtests/bench-timing.h: New file.
27297
0f7d347b
SP
27298 [BZ #14582]
27299 * sysdeps/ieee754/s_lib_version.c (_LIB_VERSION_INTERNAL):
27300 Renamed from _LIB_VERSION.
27301 (_LIB_VERSION): Set as weak alias of _LIB_VERSION_INTERNAL.
27302
601a3a5f
JM
273032013-05-12 Joseph Myers <joseph@codesourcery.com>
27304
4f184d30
JM
27305 * math/libm-test.inc (struct test_fff_f_data): New type.
27306 (RUN_TEST_LOOP_fff_f): New macro.
27307 (fma_test_data): New variable.
27308 (fma_test): Run tests with RUN_TEST_LOOP_fff_f.
27309 (fma_towardzero_test_data): New variable.
27310 (fma_test_towardzero): Run tests with RUN_TEST_LOOP_fff_f.
27311 (fma_downward_test_data): New variable.
27312 (fma_test_downward): Run tests with RUN_TEST_LOOP_fff_f.
27313 (fma_upward_test_data): New variable.
27314 (fma_test_upward): Run tests with RUN_TEST_LOOP_fff_f.
27315
08198877
JM
27316 * math/libm-test.inc (BUILD_COMPLEX_ULP): New macro.
27317 (struct test_c_c_data): New type.
27318 (RUN_TEST_LOOP_c_c): New macro.
27319 (cacos_test_data): New variable.
27320 (cacos_test): Run tests with RUN_TEST_LOOP_c_c.
27321 (cacosh_test_data): New variable.
27322 (cacosh_test): Run tests with RUN_TEST_LOOP_c_c.
27323 (casin_test_data): New variable.
27324 (casin_test): Run tests with RUN_TEST_LOOP_c_c.
27325 (casinh_test_data): New variable.
27326 (casinh_test): Run tests with RUN_TEST_LOOP_c_c.
27327 (catan_test_data): New variable.
27328 (catan_test): Run tests with RUN_TEST_LOOP_c_c.
27329 (catanh_test_data): New variable.
27330 (catanh_test): Run tests with RUN_TEST_LOOP_c_c.
27331 (ccos_test_data): New variable.
27332 (ccos_test): Run tests with RUN_TEST_LOOP_c_c.
27333 (ccosh_test_data): New variable.
27334 (ccosh_test): Run tests with RUN_TEST_LOOP_c_c.
27335 (cexp_test_data): New variable.
27336 (cexp_test): Run tests with RUN_TEST_LOOP_c_c.
27337 (clog_test_data): New variable.
27338 (clog_test): Run tests with RUN_TEST_LOOP_c_c.
27339 (clog10_test_data): New variable.
27340 (clog10_test): Run tests with RUN_TEST_LOOP_c_c.
27341 (conj_test_data): New variable.
27342 (conj_test): Run tests with RUN_TEST_LOOP_c_c.
27343 (cproj_test_data): New variable.
27344 (cproj_test): Run tests with RUN_TEST_LOOP_c_c.
27345 (csin_test_data): New variable.
27346 (csin_test): Run tests with RUN_TEST_LOOP_c_c.
27347 (csinh_test_data): New variable.
27348 (csinh_test): Run tests with RUN_TEST_LOOP_c_c.
27349 (csqrt_test_data): New variable.
27350 (csqrt_test): Run tests with RUN_TEST_LOOP_c_c.
27351 (ctan_test_data): New variable.
27352 (ctan_test): Run tests with RUN_TEST_LOOP_c_c.
27353 (ctan_tonearest_test_data): New variable.
27354 (ctan_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
27355 (ctan_towardzero_test_data): New variable.
27356 (ctan_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
27357 (ctan_downward_test_data): New variable.
27358 (ctan_test_downward): Run tests with RUN_TEST_LOOP_c_c.
27359 (ctan_upward_test_data): New variable.
27360 (ctan_test_upward): Run tests with RUN_TEST_LOOP_c_c.
27361 (ctanh_test_data): New variable.
27362 (ctanh_test): Run tests with RUN_TEST_LOOP_c_c.
27363 (ctanh_tonearest_test_data): New variable.
27364 (ctanh_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
27365 (ctanh_towardzero_test_data): New variable.
27366 (ctanh_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
27367 (ctanh_downward_test_data): New variable.
27368 (ctanh_test_downward): Run tests with RUN_TEST_LOOP_c_c.
27369 (ctanh_upward_test_data): New variable.
27370 (ctanh_test_upward): Run tests with RUN_TEST_LOOP_c_c.
27371 * math/gen-libm-test.pl (get_ulps): Use BUILD_COMPLEX_ULP instead
27372 of BUILD_COMPLEX.
27373
601a3a5f
JM
27374 * math/libm-test.inc (struct test_ff_f_data): New type.
27375 (struct test_ff_f_data_nexttoward): Likewise.
27376 (RUN_TEST_LOOP_2_f): New macro.
27377 (RUN_TEST_LOOP_ff_f): Likewise.
27378 (atan2_test_data): New variable.
27379 (atan2_test): Run tests with RUN_TEST_LOOP_ff_f.
27380 (copysign_test_data): New variable.
27381 (copysign_test): Run tests with RUN_TEST_LOOP_ff_f.
27382 (fdim_test_data): New variable.
27383 (fdim_test): Run tests with RUN_TEST_LOOP_ff_f.
27384 (fmax_test_data): New variable.
27385 (fmax_test): Run tests with RUN_TEST_LOOP_ff_f.
27386 (fmin_test_data): New variable.
27387 (fmin_test): Run tests with RUN_TEST_LOOP_ff_f.
27388 (fmod_test_data): New variable.
27389 (fmod_test): Run tests with RUN_TEST_LOOP_ff_f.
27390 (hypot_test_data): New variable.
27391 (hypot_test): Run tests with RUN_TEST_LOOP_ff_f.
27392 (nextafter_test_data): New variable.
27393 (nextafter_test): Run tests with RUN_TEST_LOOP_ff_f.
27394 (nexttoward_test_data): New variable.
27395 (nexttoward_test): Run tests with RUN_TEST_LOOP_ff_f.
27396 (pow_test_data): New variable.
27397 (pow_test): Run tests with RUN_TEST_LOOP_ff_f.
27398 (pow_tonearest_test_data): New variable.
27399 (pow_test_tonearest): Run tests with RUN_TEST_LOOP_ff_f.
27400 (pow_towardzero_test_data): New variable.
27401 (pow_test_towardzero): Run tests with RUN_TEST_LOOP_ff_f.
27402 (pow_downward_test_data): New variable.
27403 (pow_test_downward): Run tests with RUN_TEST_LOOP_ff_f.
27404 (pow_upward_test_data): New variable.
27405 (pow_test_upward): Run tests with RUN_TEST_LOOP_ff_f.
27406 (remainder_test_data): New variable.
27407 (remainder_test): Run tests with RUN_TEST_LOOP_ff_f.
27408 (scalb_test_data): New variable.
27409 (scalb_test): Run tests with RUN_TEST_LOOP_ff_f.
27410 * sysdeps/i386/fpu/libm-test-ulps: Update.
27411
74c57478
JM
274122013-05-11 Joseph Myers <joseph@codesourcery.com>
27413
8329e4da
JM
27414 * math/libm-test.inc (fma_test): Use max_value instead of local
27415 variable fltmax.
27416 (nextafter_test): Likewise.
27417
74c57478
JM
27418 * math/libm-test.inc (acos_towardzero_test_data): New variable.
27419 (acos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
27420 (acos_downward_test_data): New variable.
27421 (acos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
27422 (acos_upward_test_data): New variable.
27423 (acos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
27424 (acosh_test_data): New variable.
27425 (acosh_test): Run tests with RUN_TEST_LOOP_f_f.
27426 (asin_test_data): New variable.
27427 (asin_test): Run tests with RUN_TEST_LOOP_f_f.
27428 (asin_tonearest_test_data): New variable.
27429 (asin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
27430 (asin_towardzero_test_data): New variable.
27431 (asin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
27432 (asin_downward_test_data): New variable.
27433 (asin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
27434 (asin_upward_test_data): New variable.
27435 (asin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
27436 (asinh_test_data): New variable.
27437 (asinh_test): Run tests with RUN_TEST_LOOP_f_f.
27438 (atan_test_data): New variable.
27439 (atan_test): Run tests with RUN_TEST_LOOP_f_f.
27440 (atanh_test_data): New variable.
27441 (atanh_test): Run tests with RUN_TEST_LOOP_f_f.
27442 (cbrt_test_data): New variable.
27443 (cbrt_test): Run tests with RUN_TEST_LOOP_f_f.
27444 (ceil_test_data): New variable.
27445 (ceil_test): Run tests with RUN_TEST_LOOP_f_f.
27446 (cos_test_data): New variable.
27447 (cos_test): Run tests with RUN_TEST_LOOP_f_f.
27448 (cos_tonearest_test_data): New variable.
27449 (cos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
27450 (cos_towardzero_test_data): New variable.
27451 (cos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
27452 (cos_downward_test_data): New variable.
27453 (cos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
27454 (cos_upward_test_data): New variable.
27455 (cos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
27456 (cosh_test_data): New variable.
27457 (cosh_test): Run tests with RUN_TEST_LOOP_f_f.
27458 (cosh_tonearest_test_data): New variable.
27459 (cosh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
27460 (cosh_towardzero_test_data): New variable.
27461 (cosh_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
27462 (cosh_downward_test_data): New variable.
27463 (cosh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
27464 (cosh_upward_test_data): New variable.
27465 (cosh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
27466 (erf_test_data): New variable.
27467 (erf_test): Run tests with RUN_TEST_LOOP_f_f.
27468 (erfc_test_data): New variable.
27469 (erfc_test): Run tests with RUN_TEST_LOOP_f_f.
27470 (exp_test_data): New variable.
27471 (exp_test): Run tests with RUN_TEST_LOOP_f_f.
27472 (exp_tonearest_test_data): New variable.
27473 (exp_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
27474 (exp_towardzero_test_data): New variable.
27475 (exp_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
27476 (exp_downward_test_data): New variable.
27477 (exp_test_downward): Run tests with RUN_TEST_LOOP_f_f.
27478 (exp_upward_test_data): New variable.
27479 (exp_test_upward): Run tests with RUN_TEST_LOOP_f_f.
27480 (exp10_test_data): New variable.
27481 (exp10_test): Run tests with RUN_TEST_LOOP_f_f.
27482 (exp2_test_data): New variable.
27483 (exp2_test): Run tests with RUN_TEST_LOOP_f_f.
27484 (expm1_test_data): New variable.
27485 (expm1_test): Run tests with RUN_TEST_LOOP_f_f.
27486 (fabs_test_data): New variable.
27487 (fabs_test): Run tests with RUN_TEST_LOOP_f_f.
27488 (floor_test_data): New variable.
27489 (floor_test): Run tests with RUN_TEST_LOOP_f_f.
27490 (j0_test_data): New variable.
27491 (j0_test): Run tests with RUN_TEST_LOOP_f_f.
27492 (j1_test_data): New variable.
27493 (j1_test): Run tests with RUN_TEST_LOOP_f_f.
27494 (log_test_data): New variable.
27495 (log_test): Run tests with RUN_TEST_LOOP_f_f.
27496 (log10_test_data): New variable.
27497 (log10_test): Run tests with RUN_TEST_LOOP_f_f.
27498 (log1p_test_data): New variable.
27499 (log1p_test): Run tests with RUN_TEST_LOOP_f_f.
27500 (log2_test_data): New variable.
27501 (log2_test): Run tests with RUN_TEST_LOOP_f_f.
27502 (logb_test_data): New variable.
27503 (logb_test): Run tests with RUN_TEST_LOOP_f_f.
27504 (logb_downward_test_data): New variable.
27505 (logb_test_downward): Run tests with RUN_TEST_LOOP_f_f.
27506 (nearbyint_test_data): New variable.
27507 (nearbyint_test): Run tests with RUN_TEST_LOOP_f_f.
27508 (rint_test_data): New variable.
27509 (rint_test): Run tests with RUN_TEST_LOOP_f_f.
27510 (rint_tonearest_test_data): New variable.
27511 (rint_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
27512 (rint_towardzero_test_data): New variable.
27513 (rint_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
27514 (rint_downward_test_data): New variable.
27515 (rint_test_downward): Run tests with RUN_TEST_LOOP_f_f.
27516 (rint_upward_test_data): New variable.
27517 (rint_test_upward): Run tests with RUN_TEST_LOOP_f_f.
27518 (round_test_data): New variable.
27519 (round_test): Run tests with RUN_TEST_LOOP_f_f.
27520 (sin_test_data): New variable.
27521 (sin_test): Run tests with RUN_TEST_LOOP_f_f.
27522 (sin_tonearest_test_data): New variable.
27523 (sin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
27524 (sin_towardzero_test_data): New variable.
27525 (sin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
27526 (sin_downward_test_data): New variable.
27527 (sin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
27528 (sin_upward_test_data): New variable.
27529 (sin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
27530 (sinh_test_data): New variable.
27531 (sinh_test): Run tests with RUN_TEST_LOOP_f_f.
27532 (sinh_tonearest_test_data): New variable.
27533 (sinh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
27534 (sinh_towardzero_test_data): New variable.
27535 (sinh_towardzero): Run tests with RUN_TEST_LOOP_f_f.
27536 (sinh_downward_test_data): New variable.
27537 (sinh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
27538 (sinh_upward_test_data): New variable.
27539 (sinh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
27540 (sqrt_test_data): New variable.
27541 (sqrt_test): Run tests with RUN_TEST_LOOP_f_f.
27542 (tan_test_data): New variable.
27543 (tan_test): Run tests with RUN_TEST_LOOP_f_f.
27544 (tan_tonearest_test_data): New variable.
27545 (tan_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
27546 (tan_towardzero_test_data): New variable.
27547 (tan_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
27548 (tan_downward_test_data): New variable.
27549 (tan_test_downward): Run tests with RUN_TEST_LOOP_f_f.
27550 (tan_upward_test_data): New variable.
27551 (tan_test_upward): Run tests with RUN_TEST_LOOP_f_f.
27552 (tanh_test_data): New variable.
27553 (tanh_test): Run tests with RUN_TEST_LOOP_f_f.
27554 (tgamma_test_data): New variable.
27555 (tgamma_test): Run tests with RUN_TEST_LOOP_f_f.
27556 (trunc_test_data): New variable.
27557 (trunc_test): Run tests with RUN_TEST_LOOP_f_f.
27558 (y0_test_data): New variable.
27559 (y0_test): Run tests with RUN_TEST_LOOP_f_f.
27560 (y1_test_data): New variable.
27561 (y1_test): Run tests with RUN_TEST_LOOP_f_f.
27562 (significand_test_data): New variable.
27563 (significand_test): Run tests with RUN_TEST_LOOP_f_f.
27564
7187d844
CG
275652013-05-10 Christian Grönke <cgr_bugs@sysgo.com>
27566
27567 [BZ #12387]
27568 * sysdeps/unix/sysv/linux/sh/getgid.c: New file.
27569
f63fae73
PT
275702013-05-10 Pino Toscano <toscano.pino@tiscali.it>
27571
27572 * sysdeps/mach/hurd/bits/statvfs.h: Add ST_NOATIME.
27573
8a67a4b3
AJ
275742013-05-10 Andreas Jaeger <aj@suse.de>
27575
27576 [BZ #15448]
27577 * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_SET_S)
27578 (__CPU_CLR_S, __CPU_ISSET_S): Avoid integer overflow.
27579
51df539d
JM
275802013-05-10 Joseph Myers <joseph@codesourcery.com>
27581
27582 * math/gen-libm-test.pl (adjust_arg): New function.
27583 (special_functions): Handle generating output in both functions
27584 and arrays.
27585 (parse_args): Likewise.
27586 (generate_testfile): Handle START_DATA and END_DATA. Pass extra
27587 $in_func argument to parse_args.
27588 * math/libm-test.inc (struct test_f_f_data): New type.
27589 (IF_ROUND_INIT_): New macro.
27590 (IF_ROUND_INIT_FE_DOWNWARD): Likewise.
27591 (IF_ROUND_INIT_FE_TONEAREST): Likewise.
27592 (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
27593 (IF_ROUND_INIT_FE_UPWARD): Likewise.
27594 (ROUND_RESTORE_): Likewise.
27595 (ROUND_RESTORE_FE_DOWNWARD): Likewise.
27596 (ROUND_RESTORE_FE_TONEAREST): Likewise.
27597 (ROUND_RESTORE_FE_TOWARDZERO): Likewise.
27598 (ROUND_RESTORE_FE_UPWARD): Likewise.
27599 (RUN_TEST_LOOP_f_f): New macro.
27600 (acos_test_data): New variable.
27601 (acos_test): Run tests with RUN_TEST_LOOP_f_f.
27602 (acos_tonearest_test_data): New variable.
27603 (acos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
27604
5c637fe5
SP
276052013-05-10 Siddhesh Poyarekar <siddhesh@redhat.com>
27606
27607 * benchtests/bench-skeleton.c (startup): Fix coding style.
27608
ab2b9461
JM
276092013-05-10 Joseph Myers <joseph@codesourcery.com>
27610
27611 [BZ #6809]
27612 * math/w_tgamma.c (__tgamma): Also call __kernel_standard for
27613 negative infinity argument.
27614 * math/w_tgammaf.c (__tgammaf): Also call __kernel_standard_f for
27615 negative infinity argument.
27616 * math/w_tgammal.c (__tgammal): Also call __kernel_standard_l for
27617 negative infinity argument.
27618 * math/libm-test.inc (tgamma_test): Expect errno to be set for
27619 domain errors.
27620
4c0fe6fe
FW
276212013-05-10 Florian Weimer <fweimer@redhat.com>
27622
27623 * elf/sprof.c (load_profdata): Use fstat64 instead of fstat.
27624 * iconv/iconv_charmap.c (charmap_conversion): Likewise.
27625 * iconv/iconv_prog.c (main): Likewise.
27626 * locale/programs/charmap-dir.c (charmap_readdir)
27627 (fopen_uncompressed): Likewise.
27628 * locale/programs/locfile.c (siblings_uncached)
27629 (write_locale_data): Use lstat64 instead of lstat.
27630 * sunrpc/rpc_main.c (find_cpp, checkfiles): Use stat64 instead of
27631 stat.
27632
a3375d29
AJ
276332013-05-10 Andreas Jaeger <aj@suse.de>
27634
27635 [BZ #15395]
27636 * sunrpc/rpc_main.c (main): Invoke setlocale and textdomain for
27637 localization.
27638 Include <locale.h>.
27639
36129722
CD
276402013-05-09 Carlos O'Donell <carlos@redhat.com>
27641
27642 * elf/dl-close.c (_dl_close_worker): Add comments.
27643
faa7f811
JM
276442013-05-09 Joseph Myers <joseph@codesourcery.com>
27645
ed41ffef
JM
27646 [BZ #15359]
27647 * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (c): Use 106 bits for
27648 high part of pi/2.
27649 (__ieee754_rem_pio2l): Update comments.
27650
d0213cd0
JM
27651 [BZ #15429]
27652 * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c (c): Use 113 bits for
27653 high part of pi/2.
27654 (__ieee754_rem_pio2l): Update comments.
27655
0d3e777a
JM
27656 * math/libm-test.inc (M_SQRT_2_2): Remove macro.
27657 (csqrt_test): Use M_SQRT1_2l instead of M_SQRT_2_2.
27658
24f56066
JM
27659 * math/libm-test.inc (carg_test): Use M_PI_34l instead of 3 *
27660 M_PI_4l.
27661
faa7f811
JM
27662 * math/libm-test.inc (M_PI_34l): Define using decimal constant.
27663 (M_PI_34_LOG10El): Likewise.
27664 (M_PI2_LOG10El): Likewise.
27665 (M_PI4_LOG10El): Likewise.
27666 (M_PI_LOG10El): Likewise.
27667
e9a5e0fd
AZ
276682013-05-08 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
27669
27670 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
27671
d8cd06db
JM
276722013-05-08 Joseph Myers <joseph@codesourcery.com>
27673
a0d9f9d7
JM
27674 * math/libm-test.inc (PLUS_ZERO_INIT): New macro.
27675 (MINUS_ZERO_INIT): Likewise.
27676 (PLUS_INFTY_INIT): Likewise.
27677 (MINUS_INFTY_INIT): Likewise.
27678 (QNAN_VALUE_INIT): Likewise.
27679 (MAX_VALUE_INIT): Likewise.
27680 (MIN_VALUE_INIT): Likewise.
27681 (MIN_SUBNORM_VALUE_INIT): Likewise.
27682 (plus_zero): Initialize with PLUS_ZERO_INIT.
27683 (minus_zero): Initialize with MINUS_ZERO_INIT.
27684 (plus_infty): Initialize with PLUS_INFTY_INIT.
27685 (minus_infty): Initialize with MINUS_INFTY_INIT.
27686 (qnan_value): Initialize with QNAN_VALUE_INIT.
27687 (max_value): Initialize with MAX_VALUE_INIT.
27688 (min_value): Initialize with MIN_VALUE_INIT.
27689 (min_subnorm_value): Initialize with MIN_SUBNORM_VALUE_INIT.
27690
ae08db3b
JM
27691 * math/libm-test.inc (RUN_TEST_if_f): New macro.
27692 (jn_test): Use TEST_if_f instead of TEST_ff_f.
27693 (ldexp_text): Use TEST_fi_i instead of TEST_ff_f.
27694 (yn_test): Use TEST_if_f instead of TEST_ff_f.
27695
f44bf14a
JM
27696 * math/libm-test.inc (RUN_TEST_f_f): New macro.
27697 (RUN_TEST_2_f): Likewise.
27698 (RUN_TEST_ff_f): Likewise.
27699 (RUN_TEST_fi_f): Likewise.
27700 (RUN_TEST_fl_f): Likewise.
27701 (RUN_TEST_fff_f): Likewise.
27702 (RUN_TEST_c_f): Likewise.
27703 (RUN_TEST_f_f1): Likewise.
27704 (RUN_TEST_fF_f1): Likewise.
27705 (RUN_TEST_fI_f1): Likewise.
27706 (RUN_TEST_ffI_f1): Likewise.
27707 (RUN_TEST_c_c): Likewise.
27708 (RUN_TEST_cc_c): Likewise.
27709 (RUN_TEST_f_i): Likewise.
27710 (RUN_TEST_f_i_tg): Likewise.
27711 (RUN_TEST_ff_i_tg): Likewise.
27712 (RUN_TEST_f_b): Likewise.
27713 (RUN_TEST_f_b_tg): Likewise.
27714 (RUN_TEST_f_l): Likewise.
27715 (RUN_TEST_f_L): Likewise.
27716 (RUN_TEST_sincos): Likewise.
27717 * math/gen-libm-test.pl (new_test): Take new argument to indicate
27718 whether to show exceptions. Do not include ");\n" in return
27719 value.
27720 (special_functions): Output call to RUN_TEST_sincos instead of
27721 check_float calls. Update calls to new_test.
27722 (parse_args): Output call to single RUN_TEST_* macro instead of
27723 check_* calls and other assignments. Update calls to new_test.
27724
d8cd06db
JM
27725 [BZ #2546]
27726 [BZ #2560]
27727 [BZ #5159]
27728 [BZ #15426]
27729 * sysdeps/ieee754/k_standard.c (__kernel_standard): Copy sign of
27730 input to result for tgamma overflow.
27731 * sysdeps/ieee754/dbl-64/e_gamma_r.c: Include <float.h>.
27732 (gamma_coeff): New variable.
27733 (NCOEFF): New macro.
27734 (gamma_positive): New function.
27735 (__ieee754_gamma_r): Handle positive infinity, NaN, overflow and
27736 underflow here. Use gamma_positive instead of exp (lgamma) for
27737 other arguments.
27738 * sysdeps/ieee754/flt-32/e_gammaf_r.c: Include <float.h>.
27739 (gamma_coeff): New variable.
27740 (NCOEFF): New macro.
27741 (gammaf_positive): New function.
27742 (__ieee754_gammaf_r): Handle positive infinity, NaN, overflow and
27743 underflow here. Use gamma_positive instead of exp (lgamma) for
27744 other arguments.
27745 * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Include <float.h>.
27746 (gamma_coeff): New variable.
27747 (NCOEFF): New macro.
27748 (gammal_positive): New function.
27749 (__ieee754_gammal_r): Handle positive infinity, NaN, overflow and
27750 underflow here. Use gamma_positive instead of exp (lgamma) for
27751 other arguments.
27752 * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Include <float.h>.
27753 (gamma_coeff): New variable.
27754 (NCOEFF): New macro.
27755 (gammal_positive): New function.
27756 (__ieee754_gammal_r): Handle positive infinity, overflow and
27757 underflow here. Handle NaN the same as positive infinity. Remove
27758 check x < 0xffffffff for negative integers. Use gamma_positive
27759 instead of exp (lgamma) for other arguments.
27760 * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Include <float.h>.
27761 (gamma_coeff): New variable.
27762 (NCOEFF): New macro.
27763 (gammal_positive): New function.
27764 * sysdeps/ieee754/dbl-64/gamma_product.c: New file.
27765 * sysdeps/ieee754/dbl-64/gamma_productf.c: Likewise.
27766 * sysdeps/ieee754/ldbl-128/gamma_productl.c: Likewise.
27767 * sysdeps/ieee754/ldbl-128ibm/gamma_productl.c: Likewise.
27768 * sysdeps/ieee754/ldbl-96/gamma_product.c: Likewise.
27769 * sysdeps/ieee754/ldbl-96/gamma_productl.c: Likewise.
27770 * sysdeps/generic/math_private.h (__gamma_productf): New
27771 prototype.
27772 (__gamma_product): Likewise.
27773 (__gamma_productl): Likewise.
27774 * math/Makefile (libm-calls): Add gamma_product.
27775 * math/libm-test.inc (tgamma_test): Add more tests.
27776 * sysdeps/i386/fpu/libm-test-ulps: Update.
27777 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27778
bb7cf681
OB
277792013-05-08 Ondřej Bílka <neleai@seznam.cz>
27780
27781 * benchtests/bench-skeleton.c (main): Preheat CPU.
27782
ba853947
AJ
277832013-05-07 Aurelien Jarno <aurelien@aurel32.net>
27784
27785 * misc/sys/param.h (DEV_BSIZE): Define only if not already defined.
27786
8347c74c
RM
277872013-05-07 Roland McGrath <roland@hack.frob.com>
27788
27789 * sysdeps/generic/ldsodefs.h [IS_IN_rtld]: Declare _dl_skip_args
27790 and _dl_skip_args_internal.
27791
e8dd4791
CD
277922013-05-07 Carlos O'Donell <carlos@redhat.com>
27793
27794 * manual/message.texi (Message Translation): Talk about users.
27795 Message to key mapping impacts design.
27796
c7405830
RM
277972013-05-06 Roland McGrath <roland@hack.frob.com>
27798
a9173057
RM
27799 * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: New file.
27800
976e2f03
RM
27801 * elf/dl-open.c: Remove declaration of _dl_sysdep_start.
27802
9723ffc5
RM
27803 * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: Moved to ...
27804 * sysdeps/wordsize-64/glob64.c: ... here.
27805
962e6658
RM
27806 * sysdeps/generic/not-cancel.h (NO_CANCELLATION): New macro.
27807 (pause_not_cancel, nanosleep_not_cancel, sigsuspend_not_cancel):
27808 New macros.
27809
ee586a6d
RM
27810 * debug/getlogin_r_chk.c: Moved to ...
27811 * login/getlogin_r_chk.c: ... here.
27812 * debug/Makefile (routines): Move getlogin_r_chk to ...
27813 * login/Makefile (routines): ... here.
27814 * debug/Versions (libc: GLIBC_2.4): Move getlogin_r_chk to ...
27815 * login/Versions (libc: GLIBC_2.4): ... here.
27816
355f9165
RM
27817 * io/poll.c (__poll): Renamed from poll.
27818 Add libc_hidden_def.
27819 (poll): Define as weak alias.
27820
bd9ffde6
RM
27821 * debug/ptsname_r_chk.c: Moved to ...
27822 * login/ptsname_r_chk.c: ... here.
27823 * debug/Makefile (routines): Move ptsname_r_chk to ...
27824 * login/Makefile (routines): ... here.
27825 * debug/Versions (libc: GLIBC_2.4): Move __ptsname_r_chk to ...
27826 * login/Versions (libc: GLIBC_2.4): ... here.
27827
8fb16a04
RM
27828 * posix/getlogin.c: Moved to ...
27829 * login/getlogin.c: ... here.
27830 * posix/getlogin_r.c: Moved to ...
27831 * login/getlogin_r.c: ... here.
27832 * posix/getlogin_r.c: Moved to ...
27833 * login/getlogin_r.c: ... here.
27834 * posix/Makefile (routines): Move getlogin, getlogin_r, setlogin to ...
27835 * login/Makefile (routines): ... here.
27836 * posix/Versions (libc: GLIBC_2.0): Move setlogin to ...
27837 * login/Versions (libc: GLIBC_2.0): ... here.
27838
b99b892f
RM
27839 * resource/setrlimit.c (__setrlimit): Renamed from setrlimit.
27840 (setrlimit): Define as weak alias.
27841
c7405830
RM
27842 * sysdeps/posix/truncate.c (__truncate): Renamed from truncate.
27843 Call __ names for open, ftruncate, and close.
27844 For LENGTH==0 case, just use O_TRUNC rather than calling ftruncate.
27845 (truncate): Define as weak alias.
27846
5bf96de5
JM
278472013-05-06 Joseph Myers <joseph@codesourcery.com>
27848
9ea3513c
JM
27849 * math/gen-libm-test.pl (parse_args): Initialize x before each
27850 test of frexp, modf and remquo.
27851
5bf96de5
JM
27852 * math/libm-test.inc (gamma_test): Consistently use TEST_f_f1 to
27853 test signgam value.
27854
16e616a7
AZ
278552013-05-06 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
27856
27857 [BZ #15418]
27858 [BZ #15419]
27859 * sysdeps/powerpc/fpu/e_hypot.c: Fix spurious FP exception generated by
27860 internal tests.
27861 * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
27862
d5e82754
RM
278632013-05-06 Roland McGrath <roland@hack.frob.com>
27864
27865 * elf/dl-writev.h: New file.
27866 * elf/dl-misc.c: Include it.
27867 (_dl_debug_vdprintf): Call _dl_writev instead of __writev et al.
27868 * sysdeps/unix/sysv/linux/dl-writev.h: New file.
27869
a7548d41
JM
278702013-05-04 Joseph Myers <joseph@codesourcery.com>
27871
b7dab1e4
JM
27872 * math/libm-test.inc (noXFails): Remove variable.
27873 (noXPasses): Likewise.
27874 (BUILD_COMPLEX_INT): Remove macro.
27875 (print_screen): Remove xfail argument.
27876 (print_screen_max_error): Likewise.
27877 (update_stats): Likewise.
27878 (print_max_error): Likewise. Update calls to other affected
27879 functions.
27880 (print_complex_max_error): Likewise.
27881 (test_single_exception): Update calls to print_screen.
27882 (test_single_errno): Likewise.
27883 (check_float_internal): Remove xfail argument. Update calls to
27884 other affected functions.
27885 (check_float): Likewise.
27886 (check_complex): Likewise.
27887 (check_int): Likewise.
27888 (check_long): Likewise.
27889 (check_bool): Likewise.
27890 (check_longlong): Likewise.
27891 (main): Don't print noXFails and noXPasses.
27892 * math/gen-libm-test.pl (top level): Don't mention expected
27893 failure handling in comment.
27894 (new_test): Don't handle expected failures.
27895 (parse_args): Don't mention expected failure handling in comment.
27896 (generate_testfile): Don't handle expected failures.
27897 (parse_ulps): Likewise.
27898 (print_ulps_file): Likewise.
27899 (get_failure): Remove function.
27900 (output_test): Don't handle expected failures.
27901 * make/README.libm-test: Don't mention expected failure handling.
27902
a7548d41
JM
27903 * math/libm-test.inc (plus_zero): Make const. Add initializer.
27904 (minus_zero): Likewise.
27905 (plus_infty): Likewise.
27906 (minus_infty): Likewise.
27907 (qnan_value): Likewise.
27908 (max_value): Likewise.
27909 (min_value): Likewise.
27910 (min_subnorm_value): Likewise.
27911 (initialize): Do not initialize those variables dynamically.
27912
60bfd54c
RM
279132013-05-03 Roland McGrath <roland@hack.frob.com>
27914
cc0e6ed8
RM
27915 * io/open.c (__open_2): Moved to ...
27916 * io/open_2.c: ... this new file.
27917 * io/open64.c (__open64_2): Moved to ...
27918 * io/open64_2.c: ... this new file.
27919 * io/openat.c (__openat_2): Moved to ...
27920 * io/openat_2.c: ... this new file.
27921 * io/openat64.c (__openat64_2): Moved to ...
27922 * io/openat64_2.c: ... this new file.
27923 * io/Makefile (routines): Add them.
27924 * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Remove them.
27925 * sysdeps/unix/sysv/linux/open_2.c: File removed.
27926 * sysdeps/unix/sysv/linux/open64_2.c: File removed.
27927 * sysdeps/unix/sysv/linux/openat.c (__OPENAT_2): Removed.
27928 * sysdeps/unix/sysv/linux/openat64.c (__OPENAT_2): Removed.
27929 * sysdeps/unix/sysv/linux/wordsize-64/openat.c (__openat_2): Removed.
27930 (__openat64): Add hidden_ver.
27931 * sysdeps/mach/hurd/open.c (__open_2, __open64_2): Removed.
27932 * sysdeps/mach/hurd/openat.c (__openat_2): Removed.
27933
60bfd54c
RM
27934 * elf/dl-sysdep.c (_dl_sysdep_start) [NEED_DL_SYSINFO]:
27935 Separately conditionalize setting of GLRO(dl_sysinfo) so
27936 that the GLRO(dl_sysinfo_dso) test is under [NEED_DL_SYSINFO_DSO]
27937 as well, but the actual setting is only under [NEED_DL_SYSINFO].
27938
83e7640f
AZ
279392013-04-30 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
27940
27941 * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_time symbol.
27942 * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Add __vdso_time
27943 definition.
27944 (VDSO_IFUNC_RET): Cast to void * to silence compiler warning.
27945 * sysdeps/unix/sysv/linux/powerpc/init-first.c
27946 (_libc_vdso_platform_setup): Add __vdso_time initialization.
27947 * sysdeps/unix/sysv/linux/powerpc/time.c: New file: time implementation
27948 for PowerPC using vDSO where is avaliable or gettimeofday as a fallback.
27949
d5dc2af3
JM
279502013-05-03 Joseph Myers <joseph@codesourcery.com>
27951
c31a5b1e
JM
27952 * math/libm-test.inc (lgamma_test): Consistently use TEST_f_f1 to
27953 test signgam value.
27954
d5dc2af3
JM
27955 * math/libm-test.inc (hypot_test): Do not use
27956 IGNORE_ZERO_INF_SIGN.
27957
164fd39d
AJ
279582013-05-03 Andreas Jaeger <aj@suse.de>
27959
27960 * sysdeps/gnu/netinet/tcp.h (TCP_TIMESTAMP): New value, from
27961 Linux 3.9.
27962 * sysdeps/unix/sysv/linux/bits/socket.h (PF_VSOCK, AF_VSOCK): Add.
27963 (PF_MAX): Adjust for VSOCK change.
27964
8237f48c
AZ
279652013-05-03 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
27966
27967 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
27968
9df02941
CD
279692013-05-02 Carlos O'Donell <carlos@redhat.com>
27970
27971 [BZ #15264]
27972 * localedata/locales/en_CA (LC_MESSAGES): Define yesstr and nostr.
27973 * localedata/locales/es_AR (LC_MESSAGES): Copy es_ES.
27974 * localedata/locales/es_ES (LC_MESSAGES): Define yesstr and nostr.
27975
d422395e
DM
279762013-05-02 David S. Miller <davem@davemloft.net>
27977
27978 * sysdeps/sparc/fpu/libm-test-ulps: Update.
27979
a07c5731
OB
279802013-05-01 Ondřej Bílka <neleai@seznam.cz>
27981
27982 * string/bits/string2.h (__strcmp_cg): Call __strcmp_gc.
27983
1324e37f
RM
279842013-05-01 Roland McGrath <roland@hack.frob.com>
27985
27986 * sysdeps/posix/opendir.c: Include <sys/param.h> to get MIN/MAX macros.
27987
0695940b
RS
279882013-05-01 Richard Smith <richard@metafoo.co.uk>
27989
bb5f27ad 27990 [BZ #14952]
0695940b
RS
27991 * misc/sys/cdefs.h (__extern_inline, __extern_always_inline)
27992 [__GNUC__ && (__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
27993 Use __attribute__ ((__gnu_inline__)).
27994 [__GNUC__ && !(__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
27995 Don't use __attribute__ ((__gnu_inline__)).
27996
10de07f5
JM
279972013-05-01 Joseph Myers <joseph@codesourcery.com>
27998
27999 [BZ #15423]
28000 * math/s_catan.c (__catan): Handle small real or imaginary part of
28001 input specially to avoid spurious underflow.
28002 * math/s_catanf.c (__catanf): Likewise.
28003 * math/s_catanh.c (__catanh): Likewise.
28004 * math/s_catanhf.c (__catanhf): Likewise.
28005 * math/s_catanhl.c (__catanhl): Likewise.
28006 * math/s_catanl.c (__catanl): Likewise.
28007 * math/libm-test.inc (catan_test): Add more tests.
28008 (catanh_test): Likewise.
28009 * sysdeps/i386/fpu/libm-test-ulps: Update.
28010 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
28011
cb4d5414
AZ
280122013-04-30 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
28013
28014 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
28015
caf84319
JM
280162013-04-30 Joseph Myers <joseph@codesourcery.com>
28017
28018 [BZ #15416]
28019 * math/s_catan.c (__catan): Compute expressions 1 - x^2 - y^2 more
28020 accurately for denominator in atan2.
28021 * math/s_catanf.c (__catanf): Likewise.
28022 * math/s_catanh.c (__catanh): Likewise.
28023 * math/s_catanhf.c (__catanhf): Likewise.
28024 * math/s_catanhl.c (__catanhl): Likewise.
28025 * math/s_catanl.c (__catanl): Likewise.
28026 * math/libm-test.inc (catan_test): Add more tests.
28027 (catanh_test): Likewise.
28028 * sysdeps/i386/fpu/libm-test-ulps: Update.
28029 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
28030
d569c6ee
SP
280312013-04-30 Siddhesh Poyarekar <siddhesh@redhat.com>
28032
6dbe713d
SP
28033 * sysdeps/ieee754/dbl-64/s_sin.c: Format code.
28034
f0ee064b
SP
28035 * benchtests/Makefile (bench): Remove slow benchmarks.
28036 * benchtests/atan-inputs: Add slow benchmark inputs.
28037 * benchtests/bench-modf.c (NUM_VARIANTS): Define.
28038 (BENCH_FUNC): Accept variant offset.
28039 (VARIANT): Define.
28040 * benchtests/bench-skeleton.c (main): Run benchmark for each
28041 variant.
28042 * benchtests/cos-inputs: Add slow benchmark inputs.
28043 * benchtests/exp-inputs: Likewise.
28044 * benchtests/pow-inputs: Likewise.
28045 * benchtests/sin-inputs: Likewise.
28046 * benchtests/slowatan-inputs: Remove.
28047 * benchtests/slowatan.c: Remove.
28048 * benchtests/slowcos-inputs: Remove.
28049 * benchtests/slowcos.c: Remove.
28050 * benchtests/slowexp-inputs: Remove.
28051 * benchtests/slowexp.c: Remove.
28052 * benchtests/slowpow-inputs: Remove.
28053 * benchtests/slowpow.c: Remove.
28054 * benchtests/slowsin-inputs: Remove.
28055 * benchtests/slowsin.c: Remove.
28056 * benchtests/slowtan-inputs: Remove.
28057 * benchtests/slowtan.c: Remove.
28058 * benchtests/tan-inputs: Add slow benchmark inputs.
28059 * scripts/bench.pl: Parse comments and directives.
28060
d569c6ee
SP
28061 * benchtests/Makefile: Remove *-ITER. Define BENCH_DURATION
28062 in CPPFLAGS.
28063 ($(objpfx)bench-%.c): Remove *-ITER.
28064 * benchtests/bench-modf.c: Remove definition of ITER.
28065 * benchtests/bench-skeleton.c (TIMESPEC_AFTER): New macro.
28066 (main): Loop for DURATION seconds instead of fixed number of
28067 iterations.
28068 * scripts/bench.pl: Don't expect iterations in parameters.
28069
a6a242fe
RM
280702013-04-29 Roland McGrath <roland@hack.frob.com>
28071
28072 * io/fchdir.c (__fchdir): Renamed from fchdir.
28073 (fchdir): Define as weak alias.
28074
f2da7793
JM
280752013-04-29 Joseph Myers <joseph@codesourcery.com>
28076
28077 * math/libm-test.inc (ERRNO_UNCHANGED): New macro.
28078 (ERRNO_EDOM): Likewise.
28079 (ERRNO_ERANGE): Likewise.
28080 (noErrnoTests): New variable.
28081 (init_max_error): Set errno to 0.
28082 (test_single_errno): New function.
28083 (test_errno): Likewise.
28084 (check_float_internal): Call test_errno. Set errno to 0.
28085 (check_complex): Refer to errno tests in comment.
28086 (check_int): Call test_errno. Set errno to 0.
28087 (check_long): Likewise.
28088 (check_bool): Likewise.
28089 (check_longlong): Likewise.
28090 (cos_test): Use ERRNO_* flags for errno tests instead of
28091 check_int.
28092 (expm1_test): Likewise.
28093 (fmod_test): Likewise.
28094 (ilogb_test): Likewise.
28095 (lgamma_test): Likewise.
28096 (pow_test): Likewise.
28097 (remainder_test): Likewise.
28098 (sin_test): Likewise.
28099 (tan_test): Likewise.
28100 (yn_test): Likewise.
28101 (initialize): Set errno to 0.
28102 (main): Print number of errno tests.
28103 * math/gen-libm-test.pl (parse_args): Allow ERRNO flags on tests.
28104
b1a36ceb
AJ
281052013-04-29 Andreas Jaeger <aj@suse.de>
28106
c3ed8088
AJ
28107 [BZ #15084]
28108 * resolv/res_debug.c (p_option): Fix strings for RES_USEBSTRING
28109 and RES_USEVC.
28110
f1a24198
AJ
28111 [BZ #15085]
28112 * resolv/resolv.h (RES_NOCHECKNAME): Mark as unimplemented.
28113 * resolv/res_debug.c (p_option): Mark RES_NOCHECKNAME as
28114 unimplemented.
28115
9ce3b2cb
AJ
28116 [BZ #15380]
28117 * stdlib/random.c (__initstate): Return NULL if
28118 __initstate fails.
28119
f1a24198 28120 [BZ #15086]
b1a36ceb
AJ
28121 * resolv/res_debug.c (p_option): Handle RES_NOALIASES,
28122 RES_KEEPTSIG, RES_BLAST, RES_NOIP6DOTINT, RES_SNGLKUP,
28123 RES_SNGLKUPREOP.
28124
7e7b6f36
AZ
281252013-04-29 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
28126
28127 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
28128
4d14f449
JM
281292013-04-29 Joseph Myers <joseph@codesourcery.com>
28130
28131 * math/libm-test.inc (cacos_test): Add missing semicolons at ends
28132 of individual tests.
28133 (casin_test): Likewise.
28134 (casinh_test): Likewise.
28135
5b4217d7
JM
281362013-04-27 Joseph Myers <joseph@codesourcery.com>
28137
28138 [BZ #15409]
28139 * math/s_catan.c (__catan): Handle arguments with large real or
28140 imaginary part separately without squaring.
28141 * math/s_catanf.c (__catanf): Likewise.
28142 * math/s_catanh.c (__catanh): Likewise.
28143 * math/s_catanhf.c (__catanhf): Likewise.
28144 * math/s_catanhl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
28145 and redefine.
28146 (__catanhl): Handle arguments with large real or imaginary part
28147 separately without squaring.
28148 * math/s_catanl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
28149 and redefine.
28150 (__catanl): Handle arguments with large real or imaginary part
28151 separately without squaring.
28152 * math/libm-test.inc (catan_test): Add more tests.
28153 (catanh_test): Likewise.
28154 * sysdeps/i386/fpu/libm-test-ulps: Update.
28155 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
28156
4220c3ef
AJ
281572013-04-27 Andreas Jaeger <aj@suse.de>
28158
28159 [BZ #15007]
28160 * stdlib/stdlib.h: Update guards for qecvt.
28161 * stdlib/bits/stdlib-ldbl.h: Sync guards for qecvt etc with
28162 <stdlib.h>.
28163
4721b2d1
AM
281642013-04-27 Allan McRae <allan@archlinux.org>
28165
28166 * sysdeps/i386/fpu/libm-test-ulps: Update.
28167
f0302940
JM
281682013-04-26 Joseph Myers <joseph@codesourcery.com>
28169
9457fd95
JM
28170 [BZ #15406]
28171 * math/s_catan.c: Include <float.h>.
28172 (__catan): Ensure underflow exception occurs for underflowed
28173 result.
28174 * math/s_catanf.c: Include <float.h>.
28175 (__catanf): Ensure underflow exception occurs for underflowed
28176 result.
28177 * math/s_catanh.c: Include <float.h>.
28178 (__catanh): Ensure underflow exception occurs for underflowed
28179 result.
28180 * math/s_catanhf.c: Include <float.h>.
28181 (__catanhf): Ensure underflow exception occurs for underflowed
28182 result.
28183 * math/s_catanhl.c: Include <float.h>.
28184 (__catanhl): Ensure underflow exception occurs for underflowed
28185 result.
28186 * math/s_catanl.c: Include <float.h>.
28187 (__catanl): Ensure underflow exception occurs for underflowed
28188 result.
28189 * math/libm-test.inc (catan_test): Add more tests.
28190 (catanh_test): Likewise.
28191
f0302940
JM
28192 [BZ #15405]
28193 * math/s_ccosh.c (__ccosh): Ensure underflow exception occurs for
28194 underflowed result.
28195 * math/s_ccoshf.c (__ccoshf): Likewise.
28196 * math/s_ccoshl.c (__ccoshl): Likewise.
28197 * math/s_csin.c (__csin): Likewise.
28198 * math/s_csinf.c (__csinf): Likewise.
28199 * math/s_csinh.c (__csinh): Likewise.
28200 * math/s_csinhf.c (__csinhf): Likewise.
28201 * math/s_csinhl.c (__csinhl): Likewise.
28202 * math/s_csinl.c (__csinl): Likewise.
28203 * math/libm-test.inc (ccos_test): Add more tests.
28204 (ccosh_test): Likewise.
28205 (csin_test): Likewise.
28206 (csinh_test): Likewise.
28207
aa630f59
AZ
282082013-04-26 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
28209
28210 * sysdeps/powerpc/power5/fpu/s_modf.c: Moved to ...
28211 * sysdeps/powerpc/power5+/fpu/s_modf.c: ... this.
28212 * sysdeps/powerpc/power5/fpu/s_modff.c: Moved to ...
28213 * sysdeps/powerpc/power5+/fpu/s_modff.c: ... this.
28214 * sysdeps/powerpc/powerpc32/power5+/Implies: Add powerpc/power5+ and
28215 powerpc/power5+/fpu folders.
28216 * sysdeps/powerpc/powerpc64/power5+/Implies: Likewise.
28217
28218
1b835983
MT
282192013-04-26 Markus Trippelsdorf <markus@trippelsdorf.de>
28220
28221 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
28222
73709b26
JM
282232013-04-25 Joseph Myers <joseph@codesourcery.com>
28224
28225 * elf/Makefile [$(config-machine) = x86_64] (tests): Remove
28226 additions to variable.
28227 [$(config-machine) = x86_64] (modules-names): Likewise.
28228 ($(objpfx)tst-audit3): Remove dependency.
28229 ($(objpfx)tst-audit3.out): Likewise.
28230 ($(objpfx)tst-audit4): Likewise.
28231 ($(objpfx)tst-audit4.out): Likewise.
28232 ($(objpfx)tst-audit5): Likewise.
28233 ($(objpfx)tst-audit5.out): Likewise.
28234 ($(objpfx)tst-audit6): Likewise.
28235 ($(objpfx)tst-audit6.out): Likewise.
28236 ($(objpfx)tst-audit7): Likewise.
28237 ($(objpfx)tst-audit7.out): Likewise.
28238 (tst-audit3-ENV): Remove variable.
28239 (tst-audit4-ENV): Likewise.
28240 (tst-audit5-ENV): Likewise.
28241 (tst-audit6-ENV): Likewise.
28242 (tst-audit7-ENV): Likewise.
28243 [$(config-cflags-avx) = yes] (AVX-CFLAGS): Likewise.
28244 [$(config-cflags-avx) = yes] (CFLAGS-tst-audit4.c): Remove
28245 addition to variable.
28246 [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4a.c): Likewise.
28247 [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4b.c): Likewise.
28248 [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6b.c): Likewise.
28249 [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6c.c): Likewise.
28250 [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod7b.c): Likewise.
28251 * sysdeps/x86_64/Makefile [$(subdir) = elf] (tests): Add
28252 tst-audit3, tst-audit4 and tst-audit5.
28253 [$(subdir) = elf && $(config-cflags-avx) = yes] (tests): Add
28254 tst-audit6 and tst-audit7.
28255 [$(subdir) = elf] (modules-names): Add audit modules for those
28256 tests.
28257 [$(subdir) = elf] ($(objpfx)tst-audit3): New dependency.
28258 [$(subdir) = elf] ($(objpfx)tst-audit3.out): Likewise.
28259 [$(subdir) = elf] ($(objpfx)tst-audit4): Likewise.
28260 [$(subdir) = elf] ($(objpfx)tst-audit4.out): Likewise.
28261 [$(subdir) = elf] ($(objpfx)tst-audit5): Likewise.
28262 [$(subdir) = elf] ($(objpfx)tst-audit5.out): Likewise.
28263 [$(subdir) = elf] ($(objpfx)tst-audit6): Likewise.
28264 [$(subdir) = elf] ($(objpfx)tst-audit6.out): Likewise.
28265 [$(subdir) = elf] ($(objpfx)tst-audit7): Likewise.
28266 [$(subdir) = elf] ($(objpfx)tst-audit7.out): Likewise.
28267 [$(subdir) = elf] (tst-audit3-ENV): New variable.
28268 [$(subdir) = elf] (tst-audit4-ENV): Likewise.
28269 [$(subdir) = elf] (tst-audit5-ENV): Likewise.
28270 [$(subdir) = elf] (tst-audit6-ENV): Likewise.
28271 [$(subdir) = elf] (tst-audit7-ENV): Likewise.
28272 [$(subdir) = elf && $(config-cflags-avx) = yes] (AVX-CFLAGS):
28273 Likewise.
28274 [$(subdir) = elf && $(config-cflags-avx) = yes]
28275 (CFLAGS-tst-audit4.c): Append $(AVX-CFLAGS).
28276 [$(subdir) = elf && $(config-cflags-avx) = yes]
28277 (CFLAGS-tst-auditmod4a.c): Likewise.
28278 [$(subdir) = elf && $(config-cflags-avx) = yes]
28279 (CFLAGS-tst-auditmod4b.c): Likewise.
28280 [$(subdir) = elf && $(config-cflags-avx) = yes]
28281 (CFLAGS-tst-auditmod6b.c): Likewise.
28282 [$(subdir) = elf && $(config-cflags-avx) = yes]
28283 (CFLAGS-tst-auditmod6c.c): Likewise.
28284 [$(subdir) = elf && $(config-cflags-avx) = yes]
28285 (CFLAGS-tst-auditmod7b.c): Likewise.
28286 * elf/tst-audit3.c: Move to ...
28287 * sysdeps/x86_64/tst-audit3.c: ... here.
28288 * elf/tst-audit4.c: Move to ...
28289 * sysdeps/x86_64/tst-audit4.c: ... here.
28290 * elf/tst-audit5.c: Move to ...
28291 * sysdeps/x86_64/tst-audit5.c: ... here.
28292 * elf/tst-audit6.c: Move to ...
28293 * sysdeps/x86_64/tst-audit6.c: ... here.
28294 * elf/tst-audit7.c: Move to ...
28295 * sysdeps/x86_64/tst-audit7.c: ... here.
28296 * elf/tst-auditmod3a.c: Move to ...
28297 * sysdeps/x86_64/tst-auditmod3a.c: ... here.
28298 * elf/tst-auditmod3b.c: Move to ...
28299 * sysdeps/x86_64/tst-auditmod3b.c: ... here.
28300 * elf/tst-auditmod4a.c: Move to ...
28301 * sysdeps/x86_64/tst-auditmod4a.c: ... here.
28302 * elf/tst-auditmod4b.c: Move to ...
28303 * sysdeps/x86_64/tst-auditmod4b.c: ... here.
28304 * elf/tst-auditmod5a.c: Move to ...
28305 * sysdeps/x86_64/tst-auditmod5a.c: ... here.
28306 * elf/tst-auditmod5b.c: Move to ...
28307 * sysdeps/x86_64/tst-auditmod5b.c: ... here.
28308 * elf/tst-auditmod6a.c: Move to ...
28309 * sysdeps/x86_64/tst-auditmod6a.c: ... here.
28310 * elf/tst-auditmod6b.c: Move to ...
28311 * sysdeps/x86_64/tst-auditmod6b.c: ... here.
28312 * elf/tst-auditmod6c.c: Move to ...
28313 * sysdeps/x86_64/tst-auditmod6c.c: ... here.
28314 * elf/tst-auditmod7a.c: Move to ...
28315 * sysdeps/x86_64/tst-auditmod7a.c: ... here.
28316 * elf/tst-auditmod7b.c: Move to ...
28317 * sysdeps/x86_64/tst-auditmod7b.c: ... here.
28318
1ef74943
PP
283192013-04-25 Paul Pluzhnikov <ppluzhnikov@google.com>
28320
28321 [BZ #15366]
28322 * sysdeps/generic/inttypes.h (PRId8, PRId16, etc.):
28323 define unconditionally.
28324 * sysdeps/generic/stdint.h (INT8_MIN, INT16_MIN, etc.):
28325 define unconditionally.
28326 (INT8_C, INT16_C, etc.): Likewise.
28327
93fd48c5
MR
283282013-04-25 Maciej W. Rozycki <macro@codesourcery.com>
28329
ae9552cf
MR
28330 * csu/libc-start.c (__libc_start_main) [!SHARED]: Declare
28331 __ehdr_start with hidden visibility.
28332
93fd48c5
MR
28333 * soft-fp/op-common.h (_FP_SQRT): s/sNAN/NAN/ in a comment.
28334
418601aa
CD
283352013-04-24 Carlos O'Donell <carlos@redhat.com>
28336
28337 * math/libm-test.inc (cos_test): Use accurate hex constants.
28338 (sincost_test): Likewise.
28339
2f38fbfe
JM
283402013-04-24 Joseph Myers <joseph@codesourcery.com>
28341
5e221800
JM
28342 * math/libm-test.inc (catan_test): Add more tests.
28343 (catanh_test): Likewise.
28344
77f143fd
JM
28345 * math/s_catanf.c (__catanf): Use suffixed floating-point
28346 constants.
28347 * math/s_catanhf.c (__catanhf): Likewise.
28348 * math/s_catanhl.c (__catanhl): Likewise.
28349 * math/s_catanl.c (__catanl): Likewise.
28350
2f38fbfe
JM
28351 [BZ #15394]
28352 * math/s_catan.c (__catan): Calculate imaginary part of result
28353 with log1p not log unless computing log of number close to 0.
28354 * math/s_catanf.c (__catanf): Likewise.
28355 * math/s_catanl.c (__catanl): Likewise.
28356 * math/s_catanh.c (__catanh): Calculate real part of result with
28357 log1p not log unless computing log of number close to 0.
28358 * math/s_catanhf.c (__catanhf): Likewise.
28359 * math/s_catanhl.c (__catanhl): Likewise.
28360 * math/libm-test.inc (catan_test): Add more tests.
28361 (catanh_test): Likewise.
28362 * sysdeps/i386/fpu/libm-test-ulps: Update.
28363 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
28364
45d69176
SP
283652013-04-24 Siddhesh Poyarekar <siddhesh@redhat.com>
28366
28367 * benchtests/Makefile: Mention files in which fast and slow
28368 paths of math functions are implemented.
28369
87f51853
RM
283702013-04-23 Roland McGrath <roland@hack.frob.com>
28371
28372 * sysdeps/posix/timespec_get.c: New file.
28373
3c026539
AZ
283742013-04-23 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
28375
28376 * sysdeps/powerpc/power5/fpu/s_modf.c: New file: modf optimization for
28377 POWER.
28378 * sysdeps/powerpc/power5/fpu/s_modff.c: New file: modff optimization
28379 for POWER.
28380 * sysdeps/powerpc/powerpc64/power5/Implies: Add powerpc/power5 and
28381 powerpc/power5/fpu folders.
28382 * sysdeps/powerpc/powerpc32/power5/Implies: Likewise.
28383 * benchtests/Makefile: Add modf testcase.
28384 * benchtests/bench-modf.c: New file: Benchmark test for mo
28385
ff491d14
SP
283862013-04-23 Siddhesh Poyarekar <siddhesh@redhat.com>
28387
28388 [BZ #14888]
28389 * time/Makefile (tests): Add tst-strptime-whitespace.
28390 * time/strptime_l.c (get_number): Use ISSPACE.
28391 (__strptime_internal): Likewise.
28392 * time/tst-strptime-whitespace.c: New test case.
28393
7ed3f4e8
AS
283942013-04-23 Andreas Schwab <schwab@linux-m68k.org>
28395
28396 * nss/nss_files/files-init.c (TF): Don't initialize flexible array
28397 member.
28398 (_nss_files_init): Set it here.
28399
5c95f7b6
HC
284002013-04-23 Heiko Carstens <heiko.carstens@de.ibm.com>
28401
28402 * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Change types of
28403 f_type, f_bsize, f_namelen, f_frsize, f_flags,and f_spare to
28404 unsigned.
28405
d34c9158
JBG
284062013-04-22 Jan-Benedict Glaw <jbglaw@getslash.de>
28407
28408 * nss/getent.c (shadow_keys): Call endspent, not endpwent.
28409
2169712d
SP
284102013-04-22 Siddhesh Poyarekar <siddhesh@redhat.com>
28411
28412 * sysdeps/posix/getaddrinfo.c (getaddrinfo): Compute results
28413 size just once.
28414
29c5de99
DM
284152013-04-21 David S. Miller <davem@davemloft.net>
28416
28417 * po/ru.po: Update Russion translation from translation project.
28418
ccdad15d
AC
284192013-04-17 Adam Conrad <adconrad@0c3.net>
28420
28421 * sysdeps/unix/sysv/linux/sys/fsuid.h: Remove __wur from setfsuid
28422 and setfsgid.
28423
0f122b8d
CD
284242013-04-17 Carlos O'Donell <carlos@redhat.com>
28425
5c5b07da 28426 * configure.in: Remove i386 configure warning. Remove i386 case.
0f122b8d 28427 * configure: Regenerate.
5c5b07da 28428 * sysdeps/i386/configure.in: Raise error if config_machine is i386.
0f122b8d
CD
28429 Add example to error message.
28430 * sysdeps/i386/configure: Regenerate.
28431
037714dd
SP
284322013-04-17 Siddhesh Poyarekar <siddhesh@redhat.com>
28433
28434 * benchtests/Makefile (bench): Add cos, tan, slowcos and
28435 slowtan.
28436 * benchtests/cos-inputs: New file.
28437 * benchtests/slowcos-inputs: New file.
28438 * benchtests/slowcos.c: New file.
28439 * benchtests/slowtan-inputs: New file.
28440 * benchtests/slowtan.c: New file.
28441 * benchtests/tan-inputs: New file.
28442
e913141d
RM
284432013-04-16 Roland McGrath <roland@hack.frob.com>
28444
28445 * rt/tst-aio7.c (do_test): Don't test O_RDONLY fd case, which is now
28446 considered kosher.
28447
a2964074
SP
284482013-04-16 Siddhesh Poyarekar <siddhesh@redhat.com>
28449
4856bcd2
SP
28450 * benchtests/Makefile: Include cppflags-iterator.mk to add
28451 -DNOT_IN_libc=1 to CPPFLAGS of all benchmark programs.
28452
a2964074
SP
28453 * Makefile.in (bench-clean): New target.
28454 * benchtests/Makefile (bench-clean): Likewise.
28455
9fbf9aca
DH
284562013-04-16 David Holsgrove <david.holsgrove@xilinx.com>
28457
28458 * elf/elf.h: Add EM_MICROBLAZE and MicroBlaze relocations.
28459
207d1e2a
TS
284602013-04-15 Thomas Schwinge <thomas@codesourcery.com>
28461
28462 * stdio-common/tstdiomisc.c: Fix coding-style violation.
28463
306dfba9
AS
284642013-04-15 Andreas Schwab <schwab@suse.de>
28465
28466 * nscd/grpcache.c (cache_addgr): Properly check for short write.
28467 * nscd/initgrcache.c (addinitgroupsX): Likewise.
28468 * nscd/pwdcache.c (cache_addpw): Likewise.
28469 * nscd/servicescache.c (cache_addserv): Likewise. Don't write
28470 more than recsize.
28471
206a6699
SP
284722013-04-15 Siddhesh Poyarekar <siddhesh@redhat.com>
28473
28474 * benchtests/Makefile (bench): Write all output to
28475 bench-out.tmp together.
28476
0582f6b3
AS
284772013-04-15 Andreas Schwab <schwab@suse.de>
28478
28479 * nscd/nscd.c (main): Don't fork again after closing files.
28480
acb4325f
SP
284812013-04-15 Siddhesh Poyarekar <siddhesh@redhat.com>
28482
5cb26d0a
SP
28483 * libio/tst-fwrite-error.c (do_test): Fix BUF array definition.
28484
acb4325f
SP
28485 * benchtests/Rules (bench-deps): Collect dependencies into a
28486 single variable. Add Makefile to dependencies.
28487 ($(objpfx)bench-%.c): Depend on bench-deps.
28488
47792506
RM
284892013-04-12 Roland McGrath <roland@hack.frob.com>
28490 Xavier Roche <roche+kml2@exalead.com>
28491
28492 [BZ #15361]
28493 * sysdeps/pthread/aio_fsync.c (aio_fsync): Don't check open modes,
28494 just that it's a file descriptor.
28495 * manual/llio.texi (Synchronizing AIO Operations): Update description
28496 for EBADF error from aio_fsync.
28497
8fc1bee5
SP
284982013-04-12 Siddhesh Poyarekar <siddhesh@redhat.com>
28499
28500 * Rules (bench): Move target definition...
28501 * benchtests/Makefile: ... here.
28502
aba5e333
CD
285032013-04-11 Carlos O'Donell <carlos@redhat.com>
28504
28505 * math/libm-test.inc (cos_test): Fix PI/2 test.
28506 (sincos_test): Likewise.
28507 * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
28508 * sysdeps/i386/fpu/libm-test-ulps: Regenerate.
28509
273cdee8
AS
285102013-04-11 Andreas Schwab <schwab@suse.de>
28511
6ecec3b6
AS
28512 [BZ #13988]
28513 * stdio-common/vfscanf.c (_IO_vfwscanf): When parsing a float
28514 accept exponent character only when digits were seen.
28515 * stdio-common/Makefile (tests): Add bug26.
28516 * stdio-common/bug26.c: New file.
28517
273cdee8
AS
28518 [BZ #14293]
28519 * elf/dl-load.c (_dl_init_paths): Mark decomposed RUNPATH as
28520 non-freeable.
28521
8da491f5
SP
285222013-04-11 Siddhesh Poyarekar <siddhesh@redhat.com>
28523
01dc6df9
SP
28524 * Makeconfig (rtld-prefix): Define built linker prefix.
28525 * Rules (run-bench): Use it.
28526 * math/Makefile (run-regen-ulps): Likewise.
28527
8da491f5
SP
28528 * Rules (bench): Remove eval.
28529
abe7f530
SP
285302013-04-10 Siddhesh Poyarekar <siddhesh@redhat.com>
28531 Roland McGrath <roland@hack.frob.com>
28532 Ondrej Bilka <neleai@seznam.cz>
28533
28534 [BZ #15346]
28535 * time/getdate.c: Include ctype.h and alloca.h.
28536 (__getdate_r): Trim leading and trailing spaces of input.
28537 * time/tst-getdate.c (tests): Add tests with leading and
28538 trailing spaces.
28539
61c23e62
RM
285402013-04-08 Roland McGrath <roland@hack.frob.com>
28541
28542 [BZ #14280]
28543 * sysdeps/mach/hurd/bits/ioctls.h (_IOTS): Cast to enum __ioctl_datum
28544 when computing value.
28545
7208a313
CD
285462013-04-06 Carlos O'Donell <carlos@redhat.com>
28547
085b2d41
CD
28548 * math/README.libm-test (How can I generate "libm-test-ulps"?):
28549 Use testrun.sh to run libm tests.
28550
7208a313
CD
28551 [BZ #15309]
28552 * elf/dl-open.c (dl_open_worker): memset all of seen array.
28553
872c0acd
MM
285542013-04-06 Marko Myllynen <myllynen@redhat.com>
28555
28556 [BZ #15264]
28557 * locales/fi_FI (LC_MESSAGES): Define yesstr and nostr.
28558
26510bdd
CD
285592013-04-06 Carlos O'Donell <carlos@redhat.com>
28560
28561 * Makefile.in (regen-ulps): New target.
28562 * math/Makefile [ifneq (no,$(PERL)]: Declare regen-ulps with .PHONY.
28563 [ifneq (no,$(PERL)] (run-regen-ulps): New variable.
28564 [ifneq (no,$(PERL)] (regen-ulps): New target.
28565 [ifeq (no,$(PERL)] (regen-ulps): New target.
28566 * math/libm-test.inc (ulps_file_name): Define.
28567 (output_dir): New variable.
28568 (options): Add "output-dir" option.
28569 (parse_opt): Handle 'o' case.
28570 (main): If output_dir is non-NULL use it as a prefix
28571 otherwise use "".
28572 * math/README.libm-test: Update `How can I generate "libm-test-ulps"?'
28573
a01f19c8
CD
285742013-04-06 Carlos O'Donell <carlos@redhat.com>
28575
28576 [BZ #10060, #10062]
28577 * aclocal.m4 (LIBC_COMPILER_BUILTIN_INLINED): New macro.
28578 * sysdeps/i386/configure.in: Use LIBC_COMPILER_BUILTIN_INLINED and
28579 fail configure if __sync_val_compare_and_swap is not inlined.
28580 * sysdeps/i386/configure: Regenerate.
28581 * configure.in: Build for i686 when configured for i386.
28582 * configure: Regenerate.
28583 * README: Remove i386 reference.
28584
b7a329a5
CD
285852013-04-06 Carlos O'Donell <carlos@redhat.com>
28586
28587 * sysdeps/s390/s390-32/sysdep.h: Undefine PSEUDO before redefinition.
28588 * sysdeps/s390/s390-64/sysdep.h: Likewise.
28589
bf0f50df
TS
285902013-04-05 Thomas Schwinge <thomas@codesourcery.com>
28591
ee091edf
TS
28592 * stdio-common/tstdiomisc.c (snanval, msnanval, lsnanval)
28593 (lmsnanval): New variables.
28594 (F): Add conversion tests.
28595 * stdlib/tst-strtod6.c (do_test): Add issignaling tests.
28596 * stdlib/Makefile ($(objpfx)tst-strtod6): Depend on $(link-libm).
28597
a8b792d6
TS
28598 * stdio-common/tstdiomisc.c (F): Properly collect individual
28599 tests' results.
28600
a1cbf437
TS
28601 [BZ #14686, #15336]
28602 * sysdeps/ieee754/dbl-64/urem.h (nNAN, NAN): Remove definitions.
28603 * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder):
28604 Instead, use input NaN values or generate a qNaN by arithmetic
28605 operation. Also fix bugs to comply with the standard.
28606 * math/libm-test.inc (remainder_test): Add more tests.
28607
8b43a0c9
TS
28608 [BZ #15335, #15342]
28609 * sysdeps/ieee754/dbl-64/upow.h (NaNQ): Remove definitions.
28610 * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Instead, use
28611 input NaN values or generate a qNaN by arithmetic operation.
28612
d91da4ce
TS
28613 * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Remove
28614 unreachable code.
28615
bf0f50df
TS
28616 * sysdeps/ieee754/dbl-64/usncs.h (NAN): Removed unused
28617 definitions.
28618
05e166c8
JM
286192013-04-03 Joseph Myers <joseph@codesourcery.com>
28620
28621 [BZ #14478]
28622 * math/s_cexp.c (__cexp): Ensure underflow exception occurs for
28623 underflowed result.
28624 * math/s_cexpf.c (__cexpf): Likewise.
28625 * math/s_cexpl.c (__cexpl): Likewise.
28626 * math/libm-test.inc (cexp_test): Add more tests.
28627
1cef1b19
AS
286282013-04-03 Andreas Schwab <schwab@suse.de>
28629
28630 [BZ #15330]
28631 * sysdeps/posix/getaddrinfo.c (getaddrinfo): Allocate results and
28632 order arrays from heap if bigger than alloca cutoff.
28633
74d87055
TS
286342013-04-03 Thomas Schwinge <thomas@codesourcery.com>
28635
28636 * sysdeps/i386/fpu/math-tests.h (SNAN_TESTS_float)
28637 (SNAN_TESTS_double): Refer to GCC PR56831.
28638 * sysdeps/powerpc/math-tests.h (SNAN_TESTS_TYPE_CAST): Refer to
28639 GCC PR56828.
28640
d755bba4
SP
286412013-04-03 Siddhesh Poyarekar <siddhesh@redhat.com>
28642
90d5d5bb
SP
28643 * Rules (bench): Move bench.out after the run is complete.
28644
73e0cd5d
SP
28645 * Rules (bench): Echo currently running benchmark.
28646
64aabd4b
SP
28647 * benchtests/Makefile (bench): Add atan and slowatan.
28648 * benchtests/atan-inputs: New file.
28649 * benchtests/slowatan-inputs: New file.
28650 * benchtests/slowatan.c: New file.
28651
c871eccd
SP
28652 * sysdeps/ieee754/dbl-64/mpa.h (TWO): Remove definition.
28653 * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Replace TWO with
28654 its value.
28655
d755bba4
SP
28656 [BZ #15305]
28657 * sysdeps/unix/sysv/linux/kernel-features.h
28658 [__LINUX_KERNEL_VERSION >= 0x02061d]: Define
28659 __ASSUME_XFS_RESTRICTED_CHOWN.
28660 * sysdeps/unix/sysv/linux/pathconf.c
28661 (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
28662 Save and restore errno.
28663
52ce4860
JM
286642013-04-02 Joseph Myers <joseph@codesourcery.com>
28665
28666 [BZ #15327]
28667 * math/s_cacosh.c (__cacosh): Implement for finite nonzero
28668 arguments using __kernel_casinh.
28669 * math/s_cacoshf.c (__cacoshf): Implement for finite nonzero
28670 arguments using __kernel_casinhf.
28671 * math/s_cacoshl.c (__cacoshl): Implement for finite nonzero
28672 arguments using __kernel_casinhl.
28673 * math/libm-test.inc (cacosh_test): Add more tests.
28674 * sysdeps/i386/fpu/libm-test-ulps: Update.
28675 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
28676
81f311c2
SP
286772013-04-02 Siddhesh Poyarekar <siddhesh@redhat.com>
28678
e7906a47
SP
28679 * sysdeps/ieee754/dbl-64/mpa.h (HALFRAD): Define as TWO23.
28680 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Use mantissa_t.
28681
92e3664b
SP
28682 * bench/Makefile (bench): Add sin and slowsin.
28683 * benchtests/sin-inputs: New file.
28684 * benchtests/slowsin-inputs: New file.
28685 * benchtests/slowsin.c: New file.
28686
81f311c2
SP
28687 * benchtests/Makefile: Add benchmarks for slowpow and slowexp.
28688 (bench): Add slowexp and slowpow.
28689 (exp-ITER): Increase iterations.
28690 (pow-ITER): Likewise.
28691 * benchtests/exp-inputs: Change input.
28692 * benchtests/pow-inputs: Likewise.
28693 * benchtests/slowexp-inputs: New file.
28694 * benchtests/slowexp.c: New file.
28695 * benchtests/slowpow-inputs: New file.
28696 * benchtests/slowpow.c: New file.
28697
ab0f1aa9
AZ
286982013-04-02 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
28699
28700 * sysdeps/powerpc/powerpc32/fpu/s_rint.S: Remove branch prediction
28701 instructions.
28702 * sysdeps/powerpc/powerpc32/fpu/s_rintf.S: Likewise.
28703 * sysdeps/powerpc/powerpc64/fpu/s_rint.S: Likewise.
28704 * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
28705 * benchtests/Makefile: Add rint benchtest.
28706 * benchtests/rint-inputs: Input for rint benchtest.
28707
57267616
TS
287082013-04-02 Thomas Schwinge <thomas@codesourcery.com>
28709
28710 * Versions.def (libm): Add GLIBC_2.18.
28711 * include/math.h [!_ISOMAC] (__issignaling, __issignalingf): Add
28712 hidden libm prototypes.
28713 [!_ISOMAC && !__NO_LONG_DOUBLE_MATH] (__issignalingl): Likewise.
28714 * math/Makefile (libm-calls): Add s_issignaling.
28715 * math/Versions (libm: GLIBC_2.18): Add __issignaling,
28716 __issignalingf, __issignalingl. Adjust all libm.abilist files.
28717 * math/bits/mathcalls.h [__USE_GNU] (__issignaling): New prototype
28718 declaration.
28719 * math/math.h [__USE_GNU] (issignaling): New macro.
28720 * sysdeps/ieee754/flt-32/s_issignalingf.c: New file.
28721 * sysdeps/ieee754/dbl-64/s_issignaling.c: Likewise.
28722 * sysdeps/ieee754/dbl-64/wordsize-64/s_issignaling.c: Likewise.
28723 * sysdeps/ieee754/ldbl-96/s_issignalingl.c: Likewise.
28724 * sysdeps/ieee754/ldbl-128/s_issignalingl.c: Likewise.
28725 * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c: Likewise.
28726 * manual/arith.texi (issignaling): New section.
28727 * manual/libm-err-tab.pl (@all_functions): Update comment.
28728 * math/gen-libm-test.pl (parse_args): Apply special handling for
28729 issignaling.
28730 * math/libm-test.inc (print_float, issignaling_test): New
28731 functions.
28732 (check_float_internal): Add issignaling checks.
28733 * sysdeps/generic/math-tests.h (SNAN_TESTS_TYPE_CAST): Provide
28734 default definition.
28735 * sysdeps/powerpc/math-tests.h: New file.
28736 * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Add issignaling
28737 tests.
28738 * math/test-snan.c (TEST_FUNC): Likewise.
28739
6142896d
DM
287402013-03-30 David S. Miller <davem@davemloft.net>
28741
28742 * po/de.po: Update from translation team.
28743
ccc8cadf
JM
287442013-03-30 Joseph Myers <joseph@codesourcery.com>
28745
28746 [BZ #10357]
28747 * math/k_casinh.c (__kernel_casinh): Handle arguments with
28748 imaginary part less than 1.0 and real part less than 0.5
28749 specially.
28750 * math/k_casinhf.c (__kernel_casinhf): Likewise.
28751 * math/k_casinhl.c (__kernel_casinhl): Likewise.
28752 * math/libm-test.inc (UNDERFLOW_EXCEPTION_OK_DOUBLE): New macro.
28753 (cacos_test): Add more tests.
28754 (casin_test): Likewise.
28755 (casinh_test): Likewise.
28756 * sysdeps/i386/fpu/libm-test-ulps: Update.
28757 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
28758
0f6a8d4b
SP
287592013-03-29 Siddhesh Poyarekar <siddhesh@redhat.com>
28760
0d1029de
SP
28761 * sysdeps/powerpc/power4/fpu/mpa-arch.h (INTEGER_OF): Replace
28762 ONE with its value.
28763
c2d94018
SP
28764 * sysdeps/ieee754/dbl-64/mpa.h (ONE, MONE): Remove defines.
28765 (__pow_mp): Replace ONE and MONE with their values.
28766 * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
28767 * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Likewise.
28768 * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
28769 * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Likewise.
28770 * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
28771 * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
28772
27ec37f1
SP
28773 * sysdeps/ieee754/dbl-64/s_tan.c: Fix formatting.
28774
a64d7e0e
SP
28775 * sysdeps/ieee754/dbl-64/mpa.h (ZERO, MZERO): Remove defines.
28776 (__pow_mp): Replace ZERO and MZERO with their values.
28777 * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
28778 * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
28779 * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
28780 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
28781 * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
28782 * sysdeps/powerpc/power4/fpu/mpa.c (__mul): Likewise.
28783 (__sqr): Likewise.
28784
d26dd3eb
SP
28785 * sysdeps/ieee754/dbl-64/s_atan.c: Fix formatting.
28786
0f6a8d4b
SP
28787 * sysdeps/ieee754/dbl-64/e_log.c: Fix formatting.
28788
e57b0c61
RM
287892013-03-28 Roland McGrath <roland@hack.frob.com>
28790
28791 * include/stdlib.h [!SHARED] (__call_tls_dtors):
28792 Declare with __attribute__ ((weak)).
28793 * stdlib/exit.c (__libc_atexit) [!SHARED]:
28794 Call __call_tls_dtors only if it's not NULL.
28795
356b3480
RM
287962013-03-28 Roland McGrath <roland@hack.frob.com>
28797
288f7d79
RM
28798 * csu/libc-start.c (__libc_start_main) [!SHARED]: If _dl_aux_init
28799 didn't do it already, then set _dl_phdr and _dl_phnum based on the
28800 magic __ehdr_start linker symbol if it's defined.
28801 * sysdeps/mach/hurd/i386/init-first.c (init1) [!SHARED]: Don't set
28802 them up here if it was already done.
28803
dc0a0263
RM
28804 * elf/dl-support.c (_dl_phdr): Make pointer to const.
28805 (_dl_aux_init): Use const in cast when setting it.
28806 * sysdeps/mach/hurd/i386/init-first.c (init1): Remove superfluous cast.
28807 * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr): Update decl.
28808 * csu/libc-tls.c (__libc_setup_tls): Make PHDR pointer to const.
28809
3d3436ae
RM
28810 * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr, _dl_phnum):
28811 Declare them here.
28812 * elf/dl-iteratephdr.c [!SHARED] (_dl_phdr, _dl_phnum): Not here.
28813 * csu/libc-tls.c: Nor here.
28814 * sysdeps/mach/hurd/i386/init-first.c (init1): Nor here.
28815
356b3480
RM
28816 * sysdeps/posix/libc_fatal.c: Don't include <sys/syslog.h>.
28817 (__libc_message): Never call vsyslog.
28818
b0f1246a
AM
288192013-03-28 Alan Modra <amodra@gmail.com>
28820
28821 * sysdeps/powerpc/powerpc32/start.S (cfi_startproc, cfi_endproc):
28822 Define as empty.
28823 * sysdeps/powerpc/powerpc64/start.S (cfi_startproc, cfi_endproc):
28824 Likewise.
28825
fbbe2b9a
AZ
288262013-03-28 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
28827
28828 [BZ #15214]
28829 * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Fix spurious
28830 underflow.
28831 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
28832
1728ab37
SP
288332013-03-28 Siddhesh Poyarekar <siddhesh@redhat.com>
28834
7a86be6e
SP
28835 [BZ #15304]
28836 * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
28837 Don't add gid passed as argument.
28838
1728ab37
SP
28839 * sysdeps/ieee-754/dbl-64/e_atan2.c: Reformat.
28840
3a7182a1
JM
288412013-03-27 Joseph Myers <joseph@codesourcery.com>
28842
28843 [BZ #15307]
28844 * math/k_casinh.c (__kernel_casinh): Handle arguments with
28845 imaginary part between 1.0 and 1.5 and real part less than 0.5
28846 specially.
28847 * math/k_casinhf.c (__kernel_casinhf): Likewise.
28848 * math/k_casinhl.c (__kernel_casinhl): Likewise.
28849 * math/libm-test.inc (cacos_test): Add more tests.
28850 (casin_test): Likewise.
28851 (casinh_test): Likewise.
28852 * sysdeps/i386/fpu/libm-test-ulps: Update.
28853 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
28854
6f2e90e7
SP
288552013-03-26 Siddhesh Poyarekar <siddhesh@redhat.com>
28856
5739f705
SP
28857 * sysdeps/ieee754/dbl-64/mpa.c (__acr): Use integral
28858 constants.
28859 (norm): Likewise.
28860 (denorm): Likewise.
28861 (__dbl_mp): Likewise.
28862 (add_magnitudes): Likewise.
28863 (sub_magnitudes): Likewise.
28864 (__add): Likewise.
28865 (__sub): Likewise.
28866 (__mul): Likewise.
28867 (__sqr): Likewise.
28868 (__inv): Likewise.
28869 (__dvd): Likewise.
28870
e375e83d
SP
28871 * sysdeps/ieee754/dbl-64/branred.c (__branred): Remove
28872 commented code.
28873 * sysdeps/ieee754/dbl-64/dosincos.c (__dubsin): Likewise.
28874 (__dubcos): Likewise.
28875 * sysdeps/ieee754/dbl-64/e_asin.c (__ieee754_asin): Likewise.
28876 (__ieee754_acos): Likewise.
28877 * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
28878 * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Likewise.
28879 (__exp1): Likewise.
28880 * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
28881 * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
28882 (log1): Likewise.
28883 (my_log2): Likewise.
28884 (checkint): Likewise.
28885 * sysdeps/ieee754/dbl-64/e_remainder.c
28886 (__ieee754_remainder): Likewise.
28887 * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
28888 * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Likewise.
28889 (bsloww): Likewise.
28890 * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
28891
6f2e90e7
SP
28892 * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
28893 * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T and
28894 MANTISSA_STORE_T to store computations on mantissa. Use
28895 macros for rounding and division.
28896 (denorm): Likewise.
28897 (__dbl_mp): Likewise.
28898 (add_magnitudes): Likewise.
28899 (sub_magnitudes): Likewise.
28900 (__mul): Likewise.
28901 (__sqr): Likewise.
28902 * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h. Define
28903 powers of two in terms of TWOPOW macro.
28904 (mp_no): Make type of mantissa as MANTISSA_T.
28905 [!RADIXI]: Define RADIXI.
28906 [!TWO52]: Define TWO52.
28907 * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
28908
fce14d4e
AZ
289092013-03-25 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
28910
28911 * sysdeps/powerpc/fpu/s_llround.c: Fix libm ABI issue with missing
28912 llroundl symbol when building for PPC32.
28913
9ad027fb
MW
289142013-03-24 Mark H Weaver <mhw@netris.org>
28915
28916 * manual/arith.texi (Normalization Functions): Fix prototypes for
28917 scalbn, scalbnf, scalbnl, scalbln, scalblnf, and scalblnl.
28918
e42a38dd
AZ
289192013-03-19 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
28920
28921 [BZ #13889]
28922 * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Increase the
28923 high value to check if expl overflow.
28924 * sysdeps/ieee754/ldbl-128ibm/w_expl.c (__expl): Fix threshold constants
28925 to check for underflow and overflow.
28926 * math/libm-test.inc: Add exp test.
28927
2e0fb521
DL
289282013-03-21 Dmitry V. Levin <ldv@altlinux.org>
28929
28930 [BZ #11120]
28931 * sysdeps/x86_64/strcmp.S: Replace all occurrences of NOT_IN_lib
28932 with NOT_IN_libc.
28933
b5784d95
AZ
289342013-03-21 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
28935
28936 * sysdeps/powerpc/fpu/w_sqrt.c (compat_symbol): Add sqrtl compat
28937 symbol.
28938
5aa4a1a1
TS
289392013-03-21 Thomas Schwinge <thomas@codesourcery.com>
28940
bdef0be7
TS
28941 * math/gen-libm-test.pl (parse_args, special_functions): Properly
28942 wrap blocks consisting of several statements.
28943
5aa4a1a1
TS
28944 * sysdeps/generic/math-tests.h: New file.
28945 * sysdeps/i386/fpu/math-tests.h: Likewise.
28946 * math/test-snan.c: Include it.
28947 (TEST_FUNC): Use SNAN_TESTS to short-circuit certain tests.
28948
98c48fe5
JM
289492013-03-21 Joseph Myers <joseph@codesourcery.com>
28950
28951 [BZ #15285]
28952 * sysdeps/ieee754/ldbl-128/e_j0l.c: Include <float.h>.
28953 (__ieee754_j0l): Do not improve calculations using cos of twice
28954 input for inputs above LDBL_MAX / 2.0L.
28955 (__ieee754_y0l): Likewise.
28956 * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <float.h>.
28957 (__ieee754_j1l): Do not improve calculations using cos of twice
28958 input for inputs above LDBL_MAX / 2.0L.
28959 (__ieee754_y1l): Likewise.
28960 * math/libm-test.inc (j0_test): Add another test.
28961 (j1_test): Likewise.
28962 (y0_test): Likewise.
28963 (y1_test): Likewise.
28964 * sysdeps/i386/fpu/libm-test-ulps: Update.
28965
3775a8bc
SP
289662013-03-21 Siddhesh Poyarekar <siddhesh@redhat.com>
28967
28968 * Rules ($(objpfx)bench-%.c): Include code from a C source
28969 file.
28970
0a1b2ae6
JM
289712013-03-21 Joseph Myers <joseph@codesourcery.com>
28972
28973 [BZ #15287]
28974 * math/k_casinh.c (__kernel_casinh): Handle arguments with
28975 imaginary part 1.0 and real part less than 0.5 specially.
28976 * math/k_casinhf.c (__kernel_casinhf): Likewise.
28977 * math/k_casinhl.c (__kernel_casinhl): Likewise.
28978 * math/libm-test.inc (cacos_test): Add more tests.
28979 (casin_test): Likewise.
28980 (casinh_test): Likewise.
28981 * sysdeps/i386/fpu/libm-test-ulps: Update.
28982 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
28983
b33d4ce4
SP
289842013-03-21 Siddhesh Poyarekar <siddhesh@redhat.com>
28985
28986 * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Use HALFRAD.
28987 * sysdeps/ieee754/dbl-64/sincos32.c (__mpranred): Likewise.
28988
bef0b507
JM
289892013-03-20 Joseph Myers <joseph@codesourcery.com>
28990
28991 * aclocal.m4 (LIBC_CONFIG_VAR): New autoconf macro.
28992 * config.make.in (config-cflags-sse4): Remove variable.
28993 (config-cflags-avx): Likewise.
28994 (config-cflags-sse2avx): Likewise.
28995 (config-cflags-novzeroupper): Likewise.
28996 (config-asflags-i686): Likewise.
28997 (have-mfma4): Likewise.
28998 (have-as-vis3): Likewise.
28999 (MIG): Likewise.
29000 * configure.in (MIG): Do not AC_SUBST.
29001 (libc_cv_cc_nofma): Move AC_SUBST next to configure test.
29002 (libc_cv_cc_sse4): Do not AC_SUBST.
29003 (libc_cv_cc_avx): Likewise.
29004 (libc_cv_cc_sse2avx): Likewise.
29005 (libc_cv_cc_novzeroupper): Likewise.
29006 (libc_cv_cc_fma4): Likewise.
29007 (libc_cv_as_i686): Likewise.
29008 (libc_cv_sparc_as_vis3): Likewise.
29009 * sysdeps/i386/configure.in (config-cflags-sse4): Set using
29010 LIBC_CONFIG_VAR.
29011 (config-asflags-i686): Likewise.
29012 (config-cflags-avx): Likewise.
29013 (config-cflags-sse2avx): Likewise.
29014 (have-mfma4): Likewise.
29015 (config-cflags-novzeroupper): Likewise.
29016 * sysdeps/mach/configure.in (MIG): Likewise.
29017 * sysdeps/sparc/configure.in (have-as-vis3): Likewise.
29018 * sysdeps/x86_64/configure.in (config-cflags-sse4): Set using
29019 LIBC_CONFIG_VAR.
29020 (config-cflags-avx): Likewise.
29021 (config-cflags-sse2avx): Likewise.
29022 (have-mfma4): Likewise.
29023 (config-cflags-novzeroupper): Likewise.
29024 * configure: Regenerated.
29025 * sysdeps/i386/configure: Likewise.
29026 * sysdeps/mach/configure: Likewise.
29027 * sysdeps/sparc/configure: Likewise.
29028 * sysdeps/x86_64/configure: Likewise.
29029
912cc4b3
RM
290302013-03-20 Roland McGrath <roland@hack.frob.com>
29031
29032 [BZ #14812]
29033 * locale/programs/localedef.c (options): Put N_ translation marker
29034 on argument names, not just descriptions.
29035
04eed2b0
MS
290362013-03-20 Marcus Shawcroft <marcus.shawcroft@linaro.org>
29037
29038 * Makerules ($(inst_libdir)/libc.so): Use $(rtlddir).
29039
a065ceff
OB
290402013-03-20 Ondřej Bílka <neleai@seznam.cz>
29041
9bb2a810 29042 [BZ #14176]
a065ceff
OB
29043 * stdlib/stdlib.h (mblen, mbtowc, wctomb): Remove __wur.
29044
a600e5ce
RM
290452013-03-19 Roland McGrath <roland@hack.frob.com>
29046
29047 * sysdeps/posix/libc_fatal.c: Include <sys/mman.h>.
29048 [!WRITEV_FOR_FATAL] (writev_for_fatal): New function.
29049 [!WRITEV_FOR_FATAL] (WRITEV_FOR_FATAL): New macro; call that.
29050 [!BEFORE_ABORT] (before_abort): New function.
29051 [!BEFORE_ABORT] (BEFORE_ABORT): New macro; call that.
29052 * sysdeps/unix/sysv/linux/libc_fatal.c: Trim includes.
29053 (writev_for_fatal): New function.
29054 (WRITEV_FOR_FATAL): New macro; call that.
29055 (backtrace_and_maps): New function.
29056 (BEFORE_ABORT): New macro; call that.
29057 (struct str_list): Type removed.
29058 (__libc_message, __libc_fatal): Functions removed.
29059 Include <sysdeps/posix/libc_fatal.c> instead.
29060
6b18bea6
JM
290612013-03-19 Joseph Myers <joseph@codesourcery.com>
29062
29063 * math/k_casinhf.c (__kernel_casinhf): Consistently use float
29064 constants.
29065 * math/k_casinhl.c (__kernel_casinhl): Consistently use long
29066 double constants.
29067
aaa8cb4b
AS
290682013-03-19 Andreas Schwab <schwab@suse.de>
29069
44673770
AS
29070 * sysdeps/gnu/configure.in: Set libc_cv_rtldir for s390x.
29071 * sysdeps/gnu/configure: Regenerate.
29072
aaa8cb4b
AS
29073 * configure.in: Substitute libc_cv_rtlddir.
29074 * configure: Regenerate.
29075 * config.make.in (rtlddir): Set from libc_cv_rtlddir.
29076 * Makeconfig (rtlddir, inst_rtlddir): New variables.
29077 (rtld-LDFLAGS): Use them with $(rtld-installed-name).
29078 * elf/Makefile (install-others, CFLAGS-interp.c)
29079 (ldso_install, common-ldd-rewrite): Likewise.
29080 ($(inst_rtlddir)/$(rtld-installed-name)): Renamed from
29081 $(inst_slibdir)/$(rtld-installed-name).
29082 * scripts/rellns-sh: Add -p option.
29083 * Makerules (make-shlib-link): Use rellns-sh to get relative name
29084 for source.
29085
d3cfc668
SP
290862013-03-19 Siddhesh Poyarekar <siddhesh@redhat.com>
29087
29088 * manual/nptl.texi: Renamed to ...
29089 * manual/threads.texi: ... this.
29090 * manual/Makefile (chapters): Update.
29091
0e2b9cdd
RM
290922013-03-18 Roland McGrath <roland@hack.frob.com>
29093
29094 [BZ #14812]
29095 * argp/argp-parse.c (argp_default_options): Put N_ translation marker
29096 on argument names, not just descriptions.
0e2b9cdd
RM
29097 * malloc/memusagestat.c (options): Likewise.
29098 * nss/getent.c (options): Likewise.
63270c24
RM
29099
291002013-03-18 Benno Schulenberg <bensberg@justemail.net>
29101
29102 [BZ #14812]
29103 * iconv/iconv_prog.c (options): Put N_ translation marker
29104 on argument names, not just descriptions.
29105 * iconv/iconvconfig.c (options): Likewise.
0e2b9cdd 29106
b2e1393c
OB
291072013-03-18 Ondrej Bilka <neleai@seznam.cz>
29108
29109 * sysdeps/x86_64/strlen.S: Replace with new SSE2 based
29110 implementation which is faster on all x86_64 architectures.
29111 Tested on AMD, Intel Nehalem, SNB, IVB.
29112 * sysdeps/x86_64/strnlen.S: Likewise.
29113
29114 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
29115 Remove all multiarch strlen and strnlen versions.
29116 * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
29117 Remove strlen and strnlen related parts.
29118
29119 * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Update.
29120 Inline strlen part.
29121 * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
29122
29123 * sysdeps/x86_64/multiarch/strlen.S: Remove.
29124 * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S: Likewise.
29125 * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: Likewise.
29126 * sysdeps/x86_64/multiarch/strlen-sse4.S: Likewise.
29127 * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
29128 * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: Likewise.
29129
ec4ff04d
CD
291302013-03-17 Carlos O'Donell <carlos@redhat.com>
29131
29132 * manual/memory.texi (Malloc Tunable Parameters):
29133 Sort parameters alphabetically. Add comments for missing entries.
29134
cd18e90a
DM
291352013-03-17 David S. Miller <davem@davemloft.net>
29136
29137 * sysdeps/sparc/fpu/libm-test-ulps: Update.
29138
2a185d32
JM
291392013-03-16 Joseph Myers <joseph@codesourcery.com>
29140
d2f9799e
JM
29141 [BZ #15283]
29142 * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_y1l): Correct test
29143 for arguments at most half maximum finite value.
29144 * math/libm-test.inc (j0_test): Add more tests.
29145 (j1_test): Likewise.
29146 (y0_test): Likewise.
29147 (y1_test): Likewise.
29148 * sysdeps/i386/fpu/libm-test-ulps: Update.
29149 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29150
2a185d32
JM
29151 [BZ #14155]
29152 * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee754_j0l): Do not compute
29153 1 / x and functions P and Q for arguments above 0x1p256L.
29154 (__ieee754_y0l): Likewise.
29155 * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_j1l): Likewise.
29156 (__ieee754_y1l): Likewise.
29157 * math/libm-test.inc (j0_test): Do not allow spurious underflows.
29158 (j1_test): Likewise.
29159 (y0_test): Likewise.
29160 (y1_test): Likewise.
29161
6cbec759
TS
291622013-03-16 Thomas Schwinge <thomas@codesourcery.com>
29163
29164 * math/test-snan.c (TEST_FUNC): Add and use minus_sNaN_var
29165 variable.
29166
bc16e260
RM
291672013-03-15 Roland McGrath <roland@hack.frob.com>
29168
aefc9b8c
RM
29169 * elf/dl-support.c (_dl_aux_init): Ignore zero value for AT_PAGESZ.
29170 (_dl_non_dynamic_init): Don't set _dl_pagesize; it will never be
29171 zero since it's initialized to EXEC_PAGESIZE.
29172
bc16e260
RM
29173 * sysdeps/unix/sysv/linux/ldsodefs.h
29174 (_dl_non_dynamic_init, _dl_aux_init): Move declarations to ...
29175 * sysdeps/generic/ldsodefs.h: ... here.
29176
a57da955
TS
291772013-03-15 Thomas Schwinge <thomas@codesourcery.com>
29178
af00a34d
TS
29179 * math/libm-test.inc (ldexp_test): Add missing START/END markers.
29180
495ded2c
TS
29181 * sysdeps/powerpc/fpu/test-powerpc-snan.c: Rename to
29182 math/test-snan.c.
29183 * math/test-snan.c: Renamed from
29184 sysdeps/powerpc/fpu/test-powerpc-snan.c.
29185 * math/Makefile (tests): Add test-snan.
29186 * sysdeps/powerpc/fpu/Makefile (libm-tests): Don't add
29187 test-powerpc-snan.
29188
777b0332
TS
29189 * math/basic-test.c (TEST_FUNC): Replace NANFUNC argument with
29190 SUFFIX. Initialize qNaN_var with __builtin_nan family of
29191 functions.
29192 (TEST_TRUNC): Add SUFFIX argument. Initialize qNaN_var with
29193 __builtin_nan family of functions.
29194 * math/libm-test.inc (initialize): Initialize qnan_value with
29195 __builtin_nan family of functions.
29196 * sysdeps/powerpc/fpu/test-powerpc-snan.c (SNANf, SNAN, SNANl):
29197 Remove variables.
29198 (init_signaling_nan, snan_float, snan_double, snan_ldouble):
29199 Remove functions.
29200 (TEST_FUNC): Add SUFFIX argument. Move sNaN_var into static
29201 storage class. Initialize qNaN_var and sNaN_var with
29202 __builtin_nan and __builtin_nans families of functions,
29203 respectively.
29204
64d063b8
TS
29205 * math/libm-test.inc (acosh_test): Also test with qNaN input.
29206 (sqrt_test): Remove duplicate test with qNaN input.
29207 (lrint_test, llrint_test, lround_test, llround_test, rint_test)
29208 (round_test, signbit_test, significand_test): Note missing +/-Inf
29209 as well as qNaN tests.
29210
67e971f1
TS
29211 * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Rename NaN_var to
29212 qNaN_var. Fix a few strings, too.
29213 * math/libm-test.inc (nan_value): Rename to qnan_value.
29214 * math/gen-libm-test.pl (%beautify): Adjust to that.
29215 * math/bits/mathcalls.h (nan): Refer to qNaN instead of NaN.
29216 * math/test-misc.c (main): Likewise.
29217 * sysdeps/ieee754/bits/nan.h (__nan_bytes, __nan_union): Rename
29218 to __qnan_bytes, and __qnan_union, respectively.
29219 * ports/sysdeps/mips/bits/nan.h (__nan_bytes, __nan_union):
29220 Likewise.
29221 * stdio-common/tstdiomisc.c (nanval, lnanval): Rename to qnanval,
29222 and lqnanval, respectively.
29223 * sysdeps/powerpc/bits/fenv.h: Fix usage of NaN/qNaN/sNaN.
29224 * sysdeps/powerpc/fpu/fenv_libc.h: Likewise.
29225 * sysdeps/powerpc/fpu/test-powerpc-snan.c (TEST_FUNC): Likewise,
29226 and rename NaN_var to qNaN_var, and SNaN_var to sNaN_var.
29227
64487e12
TS
29228 * math/libm-test.inc (fpstack_test) [__x86_64__]: Enable test.
29229 * math/test-misc.c (main) [__x86_64__]: Enable test for long
29230 doubles.
29231
e015e27b
TS
29232 * math/test-misc.c (main): Fix copy'n'pastos.
29233 * misc/tst-efgcvt.c (special): Likewise.
29234
a57da955
TS
29235 * stdio-common/printf_fp.c (__isinfl_internal, __isnanl_internal):
29236 Remove declarations.
29237
1e380345
SP
292382013-03-15 Siddhesh Poyarekar <siddhesh@redhat.com>
29239
29240 * sysdeps/ieee754/dbl-64/mpa-arch.h: Remove.
29241 * sysdeps/ieee754/dbl-64/mpa.c: Revert last change.
29242 * sysdeps/ieee754/dbl-64/mpa.h: Revert last change.
29243 * sysdeps/powerpc/power4/fpu/mpa-arch.h: Remove.
29244
ef26eece
AZ
292452013-03-15 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
29246
29247 * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET): Add
29248 macro to return vdso values correctly in IFUNC implementations.
29249 * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
29250 Optimization by using IFUNC.
29251
8cfdb7e0
SP
292522013-03-15 Siddhesh Poyarekar <siddhesh@redhat.com>
29253 Richard Henderson <rth@redhat.com>
29254 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
29255
29256 * Makefile.in (bench): New target.
29257 * NEWS: Mention the benchmark framework.
29258 * Rules (bench): Likewise.
29259 (binaries-bench): Generate binaries for functions to
29260 benchmark.
29261 * benchtests/Makefile: New makefile for benchmark tests.
29262 * benchtests/bench-skeleton.c: New skeleton file for benchmark
29263 programs.
29264 * benchtests/exp-inputs: New input file for EXP function.
29265 * benchtests/pow-inputs: New input file for POW function.
29266 * scripts/bench.pl: New script to generate source files for
29267 benchmark programs.
29268
bcda9880
SP
292692013-03-15 Siddhesh Poyarekar <siddhesh@redhat.com>
29270
d22ca8cd
SP
29271 * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
29272 * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T to store
29273 computations on mantissa. Use macros for rounding and
29274 division.
29275 (denorm): Likewise.
29276 (__dbl_mp): Likewise.
29277 (add_magnitudes): Likewise.
29278 (sub_magnitudes): Likewise.
29279 (__mul): Likewise.
29280 (__sqr): Likewise.
29281 * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h. Define
29282 powers of two in terms of TWOPOW macro.
29283 (mp_no): Make type of mantissa as MANTISSA_T.
29284 [!RADIXI]: Define RADIXI.
29285 [!TWO52]: Define TWO52.
29286 * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
29287
bcda9880
SP
29288 * manual/nptl.texi (cindex): Modify threads to pthreads.
29289
06d5adfb
JM
292902013-03-15 Joseph Myers <joseph@codesourcery.com>
29291
29292 * sysdeps/x86_64/preconfigure: Regenerated.
29293
41c7328e
JM
292942013-03-14 Joseph Myers <joseph@codesourcery.com>
29295
29296 [BZ #14155]
29297 * sysdeps/ieee754/dbl-64/e_j0.c (pzero): Return 1.0 for arguments
29298 0x1p28 and above.
29299 (qzero): Return -0.125 / x for arguments 0x1p28 and above.
29300 * sysdeps/ieee754/dbl-64/e_j1.c (pzero): Return 1.0 for arguments
29301 0x1p28 and above.
29302 (qzero): Return 0.375 / x for arguments 0x1p28 and above.
29303 * math/libm-test.inc (j0_test): Do not allow one spurious
29304 underflow exception.
29305 (y1_test): Likewise.
29306
e25cfa60
SP
293072013-03-14 Siddhesh Poyarekar <siddhesh@redhat.com>
29308
0409959c
SP
29309 * manual/Makefile (chapters): Add nptl.
29310 * manual/debug.texi (Debugging Support): Add link to Threads
29311 chapter.
29312 * manual/nptl.texi: New file.
29313
e25cfa60
SP
29314 * sysdeps/unix/sysv/linux/times.c (__times): Fix formatting.
29315
58a1335e
PB
293162013-03-14 Petr Baudis <pasky@ucw.cz>
29317
29318 * sysdeps/unix/sysv/linux/times.c (__times): On EFAULT, test
29319 for non-NULL pointer before the memory validity test. Pointed
29320 out by Holger Brunck <holger.brunck@keymile.com>.
29321
9dc7c64f
AS
293222013-03-13 Andreas Schwab <schwab@suse.de>
29323
29324 * extra-lib.mk (extra-objs): Add static-only-routines as .oS
29325 instead of .os.
29326
54206aa6
JM
293272013-03-13 Joseph Myers <joseph@codesourcery.com>
29328
29329 * timezone/zic.c: Update from tzcode 2013b.
29330
e98cdb38
CD
293312013-03-12 Carlos O'Donell <carlos@redhat.com>
29332
29333 * manual/install.texi (Configuring and compiling):
29334 Mention i686 and i586.
29335 * INSTALL: Regenerate.
29336
9967e003
RM
293372013-03-12 Roland McGrath <roland@hack.frob.com>
29338
29339 * sysdeps/init_array/elf-init.c: New file.
29340 * csu/elf-init.c
29341 (__libc_csu_init) [!NO_INITFINI]: Conditionalize _init call on this.
29342 (__libc_csu_fini) [!NO_INITFINI]: Conditionalize _fini call on this.
29343
29344 * csu/gmon-start.c [GMON_START_ARRAY_SECTION]: Don't define
29345 __gmon_start__ as global, but as static with a .preinit_array pointer.
29346 * sysdeps/init_array/gmon-start.c: New file. Use that.
29347 * sysdeps/init_array/crti.S: New file, empty except for comments.
29348 * sysdeps/init_array/crtn.S: Likewise.
29349
e6b5a293 293502013-03-11 Ondřej Bílka <neleai@seznam.cz>
80f844c9
OB
29351
29352 * sysdeps/x86_64/memset.S: Remove USE_MULTIARCH conditional for
29353 definining bcopy.
80f844c9
OB
29354 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
29355 Remove Prefer_SSE_for_memop.
29356 * sysdeps/x86_64/multiarch/init-arch.h: Remove
29357 bit_Prefer_SSE_for_memop, index_Prefer_SSE_for_memop,
29358 HAS_PREFER_SSE_FOR_MEMOP.
80f844c9
OB
29359 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Remove
29360 memset-x86-64.
80f844c9 29361 * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
e6b5a293 29362 Remove bzero, memset ifunc support.
80f844c9
OB
29363 * sysdeps/x86_64/multiarch/bzero.S: Remove file.
29364 * sysdeps/x86_64/multiarch/memset-x86-64.S: Likewise.
29365 * sysdeps/x86_64/multiarch/memset.S: Likewise.
29366 * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
29367
fb6b0fcb
AS
293682013-03-11 Andreas Schwab <schwab@suse.de>
29369
29370 [BZ #15234]
29371 * Versions.def (libpthread): Add GLIBC_2.3, so that it can be used
29372 by SHLIB_COMPAT.
29373 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist
29374 (GLIBC_2.16): Remove pthread_atfork.
29375
3e6bd4b1
PP
293762013-03-08 Paul Pluzhnikov <ppluzhnikov@google.com>
29377
29378 * posix/Makefile (testcases.h): Set LC_ALL=C before sed.
29379 (ptestcases.h): Likewise.
29380
222d7f00
RM
293812013-03-08 Roland McGrath <roland@hack.frob.com>
29382
29383 * Makeconfig ($(common-objpfx)config.status): Depend on
29384 sysdeps/*/preconfigure{,.in} too.
29385
1ba4f030
JM
293862013-03-08 Joseph Myers <joseph@codesourcery.com>
29387
a222d91a
JM
29388 * malloc/malloc.h (__malloc_ptr_t): Remove macro.
29389 (__free_hook): Use void * instead of __malloc_ptr_t.
29390 (__malloc_hook): Likewise.
29391 (__realloc_hook): Likewise.
29392 (__memalign_hook): Likewise.
29393 (__after_morecore_hook): Likewise.
29394 * malloc/arena.c (save_malloc_hook): Likewise.
29395 (save_free_hook): Likewise.
29396 * malloc/hooks.c (malloc_hook_ini): Likewise.
29397 (realloc_hook_ini): Likewise.
29398 (memalign_hook_ini): Likewise.
29399 * malloc/malloc.c (malloc_hook_ini): Likewise.
29400 (realloc_hook_ini): Likewise.
29401 (memalign_hook_ini): Likewise.
29402 (__free_hook): Likewise.
29403 (__malloc_hook): Likewise.
29404 (__realloc_hook): Likewise.
29405 (__memalign_hook): Likewise.
29406 (__libc_malloc): Likewise.
29407 (__libc_free): Likewise.
29408 (__libc_realloc): Likewise.
29409 (__libc_memalign): Likewise.
29410 (__libc_valloc): Likewise.
29411 (__libc_pvalloc): Likewise.
29412 (__libc_calloc): Likewise.
29413 (__posix_memalign): Likewise.
29414 * malloc/morecore.c (__sbrk): Likewise.
29415 (__default_morecore): Likewise.
29416
5cc45e10
JM
29417 * malloc/morecore.c (__default_morecore): Use ISO C prototype.
29418
dd54b864
JM
29419 * malloc/malloc.h (__malloc_ptrdiff_t): Remove macro.
29420 * malloc/morecore.c (__default_morecore): Use ptrdiff_t instead of
29421 __malloc_ptrdiff_t.
29422
1ba4f030
JM
29423 * malloc/malloc.h (__malloc_size_t): Remove macro.
29424 * malloc/mcheck.c (old_malloc_hook): Use size_t instead of
29425 __malloc_size_t.
29426 (old_memalign_hook): Likewise.
29427 (old_realloc_hook): Likewise.
29428 (struct hdr): Likewise.
29429 (flood): Likewise.
29430 (mallochook): Likewise.
29431 (memalignhook): Likewise.
29432 (reallochook): Likewise.
29433 * malloc/mtrace.c (tr_old_malloc_hook): Likewise.
29434 (tr_old_realloc_hook): Likewise.
29435 (tr_old_memalign_hook): Likewise.
29436 (tr_mallochook): Likewise.
29437 (tr_reallochook): Likewise.
29438 (tr_memalignhook): Likewise.
29439
edf66e57
AZ
294402013-03-08 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
29441
29442 * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_pack): Rename to
29443 default_ldbl_pack and using as default implementation.
29444 (ldbl_unpack): Rename to default_ldbl_unpack and using as default
29445 implementation.
29446 * sysdeps/powerpc/fpu/math_ldbl.h (ldbl_extract_mantissa): Remove
29447 redundant definition.
29448 (ldbl_insert_mantissa): Likewise.
29449 (ldbl_canonicalize): Likewise.
29450 (ldbl_nearbyint): Likewise.
29451 (ldbl_pack): Rename to ldbl_pack_ppc.
29452 (ldbl_unpack): Rename to ldbl_unpack_ppc.
29453 * sysdeps/unix/sysv/linux/powerpc/Implies: Remove file.
29454 * sysdeps/powerpc/Implies: Add ieee754/ldbl-opt after ieee754/ldbl-128ibm.
29455
6d9145d8
SP
294562013-03-08 Siddhesh Poyarekar <siddhesh@redhat.com>
29457
29458 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Move file...
29459 * sysdeps/powerpc/power4/fpu/mpa.c: ... here.
29460 * sysdeps/powerpc/powerpc32/power4/fpu/Makefile: Move file...
29461 * sysdeps/powerpc/power4/fpu/Makefile: ... here.
29462 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Remove file.
29463 * sysdeps/powerpc/powerpc64/power4/fpu/Makefile: Remove file.
29464 * sysdeps/powerpc/powerpc32/power4/Implies: New file.
29465 * sysdeps/powerpc/powerpc64/power4/Implies: New file.
29466
4dd4e157
AJ
294672013-03-07 Andreas Jaeger <aj@suse.de>
29468
29469 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
29470 bits/mman-linux.h.
29471
adbb8027
SP
294722013-03-07 Siddhesh Poyarekar <siddhesh@redhat.com>
29473
ce544b5b
SP
29474 * sysdeps/ieee754/dbl-64/slowexp.c [!USE_LONG_DOUBLE_FOR_MP]:
29475 Include mpa.h and declare __MPEXP.
29476 [USE_LONG_DOUBLE_FOR_MP] (__slowexp): Call __IEEE754_EXPL.
29477 * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
29478 (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
29479 * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Remove.
29480 * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
29481 (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
29482 * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Remove.
29483
4cc149fd
SP
29484 * sysdeps/ieee754/dbl-64/slowpow.c [USE_LONG_DOUBLE_FOR_MP]
29485 (__slowpow): Use long double EXPL and LOGL functions to
29486 compute POW.
29487 * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
29488 (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
29489 * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Remove.
29490 * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
29491 (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
29492 * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Remove.
29493
e6ebd4a7
SP
29494 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Use
29495 intermediate variable to calculate exponent.
29496 (__sqr): Likewise.
29497 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
29498 Likewise.
29499 (__sqr): Likewise.
29500
82a9811d
SP
29501 * sysdeps/ieee754/dbl-64/mpa.c [!NO__MUL]: Define __mul.
29502 [!NO__SQR]: Define __sqr.
29503 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: define NO__MUL
29504 and NO__SQR. Remove all code except __mul and __sqr. Include
29505 sysdeps/ieee754/dbl-64/mpa.c.
29506 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
29507
adbb8027
SP
29508 [BZ #12723]
29509 * posix/Makefile (tests): Add tst-pathconf.
29510 * posix/tst-pathconf.c: New test case.
29511 * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Remove
29512 _PC_PIPE_BUF.
29513 * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Likewise.
29514
39120df9
PF
295152013-03-06 Patsy Franklin <pfrankli@redhat.com>
29516
29517 * io/fcntl.h: Added a comment about AT_EACCESS and AT_REMOVEDIR.
29518
67525cb8
AJ
295192013-03-06 Andreas Jaeger <aj@suse.de>
29520
664a9ce4
AJ
29521 * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_ANONYMOUS): Allow
29522 definition via __MAP_ANONYMOUS.
29523
8e39047d
AJ
29524 * sysdeps/unix/sysv/linux/s390/bits/mman.h (MAP_GROWSUP): Remove,
29525 it's not part of Linux headers.
29526
67525cb8
AJ
29527 * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_HUGE_SHIFT): Define.
29528 (MAP_HUGE_MASK): Define.
29529
29530 * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h (PTRACE_O_EXIT_KILL):
29531 Define.
29532 (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
29533 * sysdeps/unix/sysv/linux/s390/sys/ptrace.h (PTRACE_O_EXIT_KILL):
29534 Define.
29535 (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
29536 * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_O_EXIT_KILL):
29537 Define.
29538 (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
29539 * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h (PTRACE_O_EXITKILL):
29540 Define.
29541 (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
29542
29543 * sysdeps/unix/sysv/linux/x86/bits/msq.h (MSG_COPY): Likewise.
29544 * sysdeps/unix/sysv/linux/generic/bits/msq.h (MSG_COPY): Define.
29545 * sysdeps/unix/sysv/linux/powerpc/bits/msq.h (MSG_COPY): Likewise.
29546 * sysdeps/unix/sysv/linux/bits/msq.h (MSG_COPY): Likewise.
29547 * sysdeps/unix/sysv/linux/s390/bits/msq.h (MSG_COPY): Likewise.
29548 * sysdeps/unix/sysv/linux/sparc/bits/msq.h (MSG_COPY): Define.
29549
29550 * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
29551 Handle f2fs.
29552
29553 * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
29554 Handle f2fs and efivarfs.
29555
29556 * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Handle
29557 f2fs.
29558
29559 * sysdeps/unix/sysv/linux/linux_fsinfo.h (F2FS_SUPER_MAGIC): Add.
29560 (EFIVARFS_MAGIC): Add.
29561 (F2FS_LINK_MAX): Add.
29562
e1b42695
PP
295632013-03-06 Paul Pluzhnikov <ppluzhnikov@google.com>
29564
29565 * stdio-common/vfprintf.c: Replace __builtin_expect with
29566 __glibc_unlikely.
29567
2d67d91a
JM
295682013-03-06 Joseph Myers <joseph@codesourcery.com>
29569
29570 [BZ #13550]
29571 * sysdeps/generic/bp-sym.h: Remove file.
29572 * sysdeps/powerpc/powerpc64/bp-asm.h: Likewise.
29573 * sysdeps/powerpc/powerpc64/__longjmp-common.S: Don't include
29574 <bp-sym.h> and <bp-asm.h>.
29575 (__longjmp): Don't use BP_SYM.
29576 * sysdeps/powerpc/powerpc64/a2/memcpy.S: Don't include <bp-sym.h>
29577 and <bp-asm.h>.
29578 (memcpy): Don't use BP_SYM.
29579 * sysdeps/powerpc/powerpc64/cell/memcpy.S: Don't include
29580 <bp-sym.h> and <bp-asm.h>.
29581 (memcpy): Don't use BP_SYM.
29582 * sysdeps/powerpc/powerpc64/memcpy.S: Don't include <bp-sym.h> and
29583 <bp-asm.h>.
29584 (memcpy): Don't use BP_SYM.
29585 * sysdeps/powerpc/powerpc64/memset.S: Don't include <bp-sym.h> and
29586 <bp-asm.h>.
29587 (memset): Don't use BP_SYM.
29588 (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
29589 (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
29590 (__bzero): Don't use BP_SYM.
29591 (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
29592 (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
29593 * sysdeps/powerpc/powerpc64/power4/memcmp.S: Don't include
29594 <bp-sym.h> and <bp-asm.h>.
29595 (memcmp): Don't use BP_SYM. Remove comment about bounded
29596 pointers.
29597 * sysdeps/powerpc/powerpc64/power4/memcpy.S: Don't include
29598 <bp-sym.h> and <bp-asm.h>.
29599 (memcpy): Don't use BP_SYM.
29600 * sysdeps/powerpc/powerpc64/power4/memset.S: Don't include
29601 <bp-sym.h> and <bp-asm.h>.
29602 (memset): Don't use BP_SYM.
29603 (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
29604 (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
29605 (__bzero): Don't use BP_SYM.
29606 (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
29607 (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
29608 * sysdeps/powerpc/powerpc64/power4/strncmp.S: Don't include
29609 <bp-sym.h> and <bp-asm.h>.
29610 (strncmp): Don't use BP_SYM. Remove comment about bounded
29611 pointers.
29612 * sysdeps/powerpc/powerpc64/power6/memcpy.S: Don't include
29613 <bp-sym.h> and <bp-asm.h>.
29614 (memcpy): Don't use BP_SYM.
29615 * sysdeps/powerpc/powerpc64/power6/memset.S: Don't include
29616 <bp-sym.h> and <bp-asm.h>.
29617 (memset): Don't use BP_SYM.
29618 (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
29619 (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
29620 (__bzero): Don't use BP_SYM.
29621 (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
29622 (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
29623 * sysdeps/powerpc/powerpc64/power7/memchr.S: Don't include
29624 <bp-sym.h> and <bp-asm.h>.
29625 (__memchr): Don't use BP_SYM.
29626 * sysdeps/powerpc/powerpc64/power7/memcmp.S: Don't include
29627 <bp-sym.h> and <bp-asm.h>.
29628 (memcmp): Don't use BP_SYM. Remove comment about bounded
29629 pointers.
29630 * sysdeps/powerpc/powerpc64/power7/memcpy.S: Don't include
29631 <bp-sym.h> and <bp-asm.h>.
29632 (memcpy): Don't use BP_SYM.
29633 * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Don't include
29634 <bp-sym.h> and <bp-asm.h>.
29635 (__mempcpy): Don't use BP_SYM.
29636 * sysdeps/powerpc/powerpc64/power7/memrchr.S: Don't include
29637 <bp-sym.h> and <bp-asm.h>.
29638 (__memrchr): Don't use BP_SYM.
29639 * sysdeps/powerpc/powerpc64/power7/memset.S: Don't include
29640 <bp-sym.h> and <bp-asm.h>.
29641 (memset): Don't use BP_SYM.
29642 (__bzero): Likewise.
29643 * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Don't include
29644 <bp-sym.h> and <bp-asm.h>.
29645 (__rawmemchr): Don't use BP_SYM.
29646 * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Don't include
29647 <bp-sym.h> and <bp-asm.h>.
29648 (__STRCMP): Don't use BP_SYM.
29649 * sysdeps/powerpc/powerpc64/power7/strchr.S: Don't include
29650 <bp-sym.h> and <bp-asm.h>.
29651 (strchr): Don't use BP_SYM.
29652 * sysdeps/powerpc/powerpc64/power7/strchrnul.S: Don't include
29653 <bp-sym.h> and <bp-asm.h>.
29654 (__strchrnul): Don't use BP_SYM.
29655 * sysdeps/powerpc/powerpc64/power7/strlen.S: Don't include
29656 <bp-sym.h> and <bp-asm.h>.
29657 (strlen): Don't use BP_SYM.
29658 * sysdeps/powerpc/powerpc64/power7/strncmp.S: Don't include
29659 <bp-sym.h> and <bp-asm.h>.
29660 (strncmp): Don't use BP_SYM. Remove comment about bounded
29661 pointers.
29662 * sysdeps/powerpc/powerpc64/power7/strnlen.S: Don't include
29663 <bp-sym.h> and <bp-asm.h>.
29664 (__strnlen): Don't use BP_SYM.
29665 * sysdeps/powerpc/powerpc64/setjmp-common.S: Don't include
29666 <bp-sym.h> and <bp-asm.h>.
29667 (__GI__setjmp): Don't use BP_SYM.
29668 (_setjmp): Likewise.
29669 (__sigsetjmp): Likewise.
29670 * sysdeps/powerpc/powerpc64/start.S: Don't include "bp-sym.h".
29671 (L(start_addresses)): Don't use BP_SYM.
29672 (_start): Likewise.
29673 * sysdeps/powerpc/powerpc64/stpcpy.S: Don't include <bp-sym.h> and
29674 <bp-asm.h>.
29675 (__stpcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW,
29676 STORE_RETURN_BOUNDS, CHECK_BOUNDS_HIGH and STORE_RETURN_VALUE.
29677 (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
29678 (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
29679 * sysdeps/powerpc/powerpc64/strchr.S: Don't include <bp-sym.h> and
29680 <bp-asm.h>.
29681 (strchr): Don't use BP_SYM, CHECK_BOUNDS_LOW, STORE_RETURN_BOUNDS,
29682 CHECK_BOUNDS_HIGH_RTN and STORE_RETURN_VALUE. Remove comment
29683 about bounded pointers.
29684 (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
29685 (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
29686 * sysdeps/powerpc/powerpc64/strcmp.S: Don't include <bp-sym.h> and
29687 <bp-asm.h>.
29688 (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW. Remove comment
29689 about bounded pointers. Remove GKM FIXME comments.
29690 (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
29691 * sysdeps/powerpc/powerpc64/strcpy.S: Don't include <bp-sym.h> and
29692 <bp-asm.h>.
29693 (strcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW and
29694 STORE_RETURN_BOUNDS. Remove comment about bounded pointers.
29695 Remove GKM FIXME comments.
29696 (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
29697 (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
29698 * sysdeps/powerpc/powerpc64/strlen.S: Don't include <bp-sym.h> and
29699 <bp-asm.h>.
29700 (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW. Remove comment
29701 about bounded pointers. Remove GKM FIXME comment.
29702 * sysdeps/powerpc/powerpc64/strncmp.S: Don't include <bp-sym.h>
29703 and <bp-asm.h>.
29704 (strncmp): Don't use BP_SYM. Remove comment about bounded
29705 pointers.
29706 * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S: Don't include
29707 <bp-sym.h> and <bp-asm.h>.
29708 (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
29709 * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Don't include
29710 <bp-sym.h> and <bp-asm.h>.
29711 (__clone): Don't use BP_SYM and DISCARD_BOUNDS. Remove GKM FIXME
29712 comment.
29713
cdcf361f
PP
297142013-03-05 Paul Pluzhnikov <ppluzhnikov@google.com>
29715
29716 * stdio-common/vfprintf.c (vfprintf): Check malloc return; don't
29717 call free(NULL).
29718
3c4a2b15
DM
297192013-03-05 David S. Miller <davem@davemloft.net>
29720
29721 * po/es.po: Update from translation team.
29722
cdcf361f 297232013-03-05 Andreas Jaeger <aj@suse.de>
890b58d3
AJ
29724
29725 * sysdeps/unix/sysv/linux/s390/bits/mman.h: Include
29726 <bits/mman-linux.h>.
29727 (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
29728 is fine.
29729 * sysdeps/unix/sysv/linux/sh/bits/mman.h: Move include of
29730 <bits/mman-linux.h> to end of file.
29731 (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
29732 is fine.
29733 * sysdeps/unix/sysv/linux/x86/bits/mman.h: Move include of
29734 <bits/mman-linux.h> to end of file.
29735 (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
29736 is fine.
29737 * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Move include of
29738 <bits/mman-linux.h> to end of file.
29739
29740 * sysdeps/unix/sysv/linux/bits/mman-linux.h [!MCL_CURRENT]
29741 (MCL_CURRENT, MCL_FUTURE): Define here.
29742
5f67c04f
AK
297432013-03-05 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
29744
8a4473cc 29745 [BZ #15232]
5f67c04f
AK
29746 * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Use
29747 attribute_hidden.
29748 * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
29749
c3e94a95
AK
297502013-03-05 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
29751
29752 * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Set the
29753 fourth parameter needed for rt_sigprocmask syscall.
29754 * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
29755 * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
29756 * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Likewise.
29757 * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
29758 * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
29759 * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Define _NSIG8.
29760
cfb6382a
JM
297612013-03-04 Joseph Myers <joseph@codesourcery.com>
29762
29763 [BZ #13550]
29764 * sysdeps/powerpc/powerpc32/power4/strncmp.S (strncmp): Remove
29765 comment about bounded pointers.
29766 * sysdeps/powerpc/powerpc32/power7/strncmp.S (strncmp): Likewise.
29767 * sysdeps/powerpc/powerpc32/strncmp.S (strncmp): Likewise.
29768
539d8e01
AJ
297692013-03-04 Andreas Jaeger <aj@suse.de>
29770
29771 * sysdeps/unix/sysv/linux/bits/mman-linux.h: New file, with Linux
29772 common definitions.
29773
29774 * sysdeps/unix/sysv/linux/sh/bits/mman.h: Remove all defines
29775 provided by bits/mman-linux.h and include <bits/mman-linux.h>.
29776 * sysdeps/unix/sysv/linux/x86/bits/mman.h: Likewise.
29777 * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
29778 * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
539d8e01
AJ
29779 * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
29780
2e167a70 297812013-03-04 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
e0b780ad
AZ
29782
29783 [BZ #15055]
29784 * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Use
29785 __ieee754_sqrl instead of __sqrl.
29786
68508633
JM
297872013-03-01 Joseph Myers <joseph@codesourcery.com>
29788
29789 * sysdeps/powerpc/fpu/fpu_control.h: Move to ...
29790 * sysdeps/powerpc/fpu_control.h: ... here.
29791 * sysdeps/powerpc/fpu/bits/fenvinline.h: Move to ...
29792 * sysdeps/powerpc/bits/fenvinline.h: ... here.
29793 * sysdeps/powerpc/fpu/bits/mathinline.h: Move to ...
29794 * sysdeps/powerpc/bits/mathinline.h: ... here.
29795
7775448e
RM
297962013-03-01 Roland McGrath <roland@hack.frob.com>
29797
29798 * elf/dl-hwcaps.c (_dl_important_hwcaps):
29799 Change [NEED_DL_SYSINFO || NEED_DL_SYSINFO_DSO] conditionals
29800 to just [NEED_DL_SYSINFO_DSO].
29801 * elf/dl-support.c: Likewise.
29802 * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
29803 * elf/rtld.c (dl_main): Likewise.
29804 * elf/setup-vdso.h (setup_vdso): Likewise.
29805 * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Likewise.
29806 * sysdeps/unix/sysv/linux/dl-sysdep.c
29807 (_dl_discover_osversion): Likewise.
29808
4e9b5995
CD
298092013-03-01 Carlos O'Donell <carlos@redhat.com>
29810
29811 * csu/libc-start.c (__pthread_initialize_minimal): Revert last change.
29812 * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
29813
e23872c8
SP
298142013-03-01 Siddhesh Poyarekar <siddhesh@redhat.com>
29815
e5c74c63
SP
29816 * NEWS: Mention libm performance improvements and non-x86 PI
29817 futex support.
29818
e23872c8
SP
29819 * csu/libc-start.c (__pthread_initialize_minimal): Change
29820 function arguments.
29821 * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
29822
b5510883
JM
298232013-02-28 Joseph Myers <joseph@codesourcery.com>
29824
29825 [BZ #13550]
29826 * sysdeps/powerpc/powerpc32/bp-asm.h: Remove file.
29827 * sysdeps/powerpc/powerpc32/__longjmp-common.S: Don't include
29828 <bp-sym.h> and <bp-asm.h>.
29829 (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
29830 * sysdeps/powerpc/powerpc32/a2/memcpy.S: Don't include <bp-sym.h>
29831 and <bp-asm.h>.
29832 (memcpy): Don't use BP_SYM.
29833 * sysdeps/powerpc/powerpc32/add_n.S: Don't include <bp-sym.h> and
29834 <bp-asm.h>.
29835 (__mpn_add_n): Don't use BP_SYM.
29836 (__mpn_add_n) [__BOUNDED_POINTERS_]: Remove conditional code.
29837 * sysdeps/powerpc/powerpc32/addmul_1.S: Don't include <bp-sym.h>
29838 and <bp-asm.h>.
29839 (__mpn_addmul_1): Don't use BP_SYM.
29840 (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
29841 * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Don't include
29842 <bp-sym.h>.
29843 (_setjmp): Don't use BP_SYM.
29844 (__novmx_setjmp): Likewise.
29845 (__GI__setjmp): Likewise.
29846 (__vmx_setjmp): Likewise.
29847 * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Don't include
29848 <bp-sym.h>.
29849 * sysdeps/powerpc/powerpc32/bzero.S: Don't include <bp-sym.h>.
29850 (__bzero): Don't use BP_SYM.
29851 (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
29852 (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
29853 * sysdeps/powerpc/powerpc32/cell/memcpy.S: Don't include
29854 <bp-sym.h> and <bp-asm.h>.
29855 (memcpy): Don't use BP_SYM.
29856 * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Don't include
29857 <bp-sym.h> and <bp-asm.h>.
29858 (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
29859 * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Don't include
29860 <bp-sym.h> and <bp-asm.h>.
29861 (__sigsetjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
29862 * sysdeps/powerpc/powerpc32/lshift.S: Don't include <bp-sym.h> and
29863 <bp-asm.h>.
29864 (__mpn_lshift): Don't use BP_SYM.
29865 (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
29866 * sysdeps/powerpc/powerpc32/memset.S: Don't include <bp-sym.h> and
29867 <bp-asm.h>.
29868 (memset): Don't use BP_SYM.
29869 (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
29870 (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
29871 * sysdeps/powerpc/powerpc32/mul_1.S: Don't include <bp-sym.h> and
29872 <bp-asm.h>.
29873 (__mpn_mul_1): Don't use BP_SYM.
29874 (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
29875 * sysdeps/powerpc/powerpc32/power4/memcmp.S: Don't include
29876 <bp-sym.h> and <bp-asm.h>.
29877 (memcmp): Don't use BP_SYM.
29878 * sysdeps/powerpc/powerpc32/power4/memcpy.S: Don't include
29879 <bp-sym.h> and <bp-asm.h>.
29880 (memcpy): Don't use BP_SYM.
29881 * sysdeps/powerpc/powerpc32/power4/memset.S: Don't include
29882 <bp-sym.h> and <bp-asm.h>.
29883 (memset): Don't use BP_SYM.
29884 * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't include
29885 <bp-sym.h> and <bp-asm.h>.
29886 (strncmp): Don't use BP_SYM.
29887 * sysdeps/powerpc/powerpc32/power6/memcpy.S: Don't include
29888 <bp-sym.h> and <bp-asm.h>.
29889 (memcpy): Don't use BP_SYM.
29890 * sysdeps/powerpc/powerpc32/power6/memset.S: Don't include
29891 <bp-sym.h> and <bp-asm.h>.
29892 (memset): Don't use BP_SYM.
29893 * sysdeps/powerpc/powerpc32/power7/memchr.S: Don't include
29894 <bp-sym.h> and <bp-asm.h>.
29895 (__memchr): Don't use BP_SYM.
29896 * sysdeps/powerpc/powerpc32/power7/memcmp.S: Don't include
29897 <bp-sym.h> and <bp-asm.h>.
29898 (memcmp): Don't use BP_SYM.
29899 * sysdeps/powerpc/powerpc32/power7/memcpy.S: Don't include
29900 <bp-sym.h> and <bp-asm.h>.
29901 (memcpy): Don't use BP_SYM.
29902 * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Don't include
29903 <bp-sym.h> and <bp-asm.h>.
29904 (__mempcpy): Don't use BP_SYM.
29905 * sysdeps/powerpc/powerpc32/power7/memrchr.S: Don't include
29906 <bp-sym.h> and <bp-asm.h>.
29907 (__memrchr): Don't use BP_SYM.
29908 * sysdeps/powerpc/powerpc32/power7/memset.S: Don't include
29909 <bp-sym.h> and <bp-asm.h>.
29910 (memset): Don't use BP_SYM.
29911 * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Don't include
29912 <bp-sym.h> and <bp-asm.h>.
29913 (__rawmemchr): Don't use BP_SYM.
29914 * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Don't include
29915 <bp-sym.h> and <bp-asm.h>.
29916 (__STRCMP): Don't use BP_SYM.
29917 * sysdeps/powerpc/powerpc32/power7/strchr.S: Don't include
29918 <bp-sym.h> and <bp-asm.h>.
29919 (strchr): Don't use BP_SYM.
29920 * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Don't include
29921 <bp-sym.h> and <bp-asm.h>.
29922 (__strchrnul): Don't use BP_SYM.
29923 * sysdeps/powerpc/powerpc32/power7/strlen.S: Don't include
29924 <bp-sym.h> and <bp-asm.h>.
29925 (strlen): Don't use BP_SYM.
29926 * sysdeps/powerpc/powerpc32/power7/strncmp.S: Don't include
29927 <bp-sym.h> and <bp-asm.h>.
29928 (strncmp): Don't use BP_SYM.
29929 * sysdeps/powerpc/powerpc32/power7/strnlen.S: Don't include
29930 <bp-sym.h> and <bp-asm.h>.
29931 (__strnlen): Don't use BP_SYM.
29932 * sysdeps/powerpc/powerpc32/rshift.S: Don't include <bp-sym.h> and
29933 <bp-asm.h>.
29934 (__mpn_rshift): Don't use BP_SYM.
29935 (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
29936 * sysdeps/powerpc/powerpc32/setjmp-common.S: Don't include
29937 <bp-sym.h> and <bp-asm.h>.
29938 (__sigsetjmp): Don't use BP_SYM.
29939 * sysdeps/powerpc/powerpc32/start.S: Don't include "bp-sym.h".
29940 (L(start_addresses)): Don't use BP_SYM.
29941 (_start): Likewise.
29942 * sysdeps/powerpc/powerpc32/stpcpy.S: Don't include <bp-sym.h> and
29943 <bp-asm.h>.
29944 (__stpcpy): Don't use BP_SYM and macros from bp-asm.h.
29945 (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
29946 (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
29947 * sysdeps/powerpc/powerpc32/strchr.S: Don't include <bp-sym.h> and
29948 <bp-asm.h>.
29949 (strchr): Don't use BP_SYM.h and macros from bp-asm.h.
29950 (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
29951 (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
29952 * sysdeps/powerpc/powerpc32/strcmp.S: Don't include <bp-sym.h> and
29953 <bp-asm.h>.
29954 (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW. Remove GKM FIXME
29955 comments.
29956 (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
29957 * sysdeps/powerpc/powerpc32/strcpy.S: Don't include <bp-sym.h> and
29958 <bp-asm.h>.
29959 (strcpy): Don't use BP_SYM and macros from bp-asm.h. Remove GKM
29960 FIXME comments.
29961 (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
29962 (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
29963 * sysdeps/powerpc/powerpc32/strlen.S: Don't include <bp-sym.h> and
29964 <bp-asm.h>.
29965 (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW. Remove GKM FIXME
29966 comment.
29967 * sysdeps/powerpc/powerpc32/strncmp.S: Don't include <bp-sym.h>
29968 and <bp-asm.h>.
29969 (strncmp): Don't use BP_SYM,
29970 * sysdeps/powerpc/powerpc32/sub_n.S: Don't include <bp-sym.h> and
29971 <bp-asm.h>.
29972 (__mpn_sub_n): Don't use BP_SYM.
29973 (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
29974 * sysdeps/powerpc/powerpc32/submul_1.S: Don't include <bp-sym.h>
29975 and <bp-asm.h>.
29976 (__mpn_submul_1): Don't use BP_SYM.
29977 (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
29978 * sysdeps/unix/sysv/linux/powerpc/powerpc32/brk.S: Don't include
29979 <bp-sym.h> and <bp-asm.h>.
29980 (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
29981 * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Don't include
29982 <bp-sym.h> and <bp-asm.h>.
29983 (__clone): Don't use BP_SYM and DISCARD_BOUNDS. Remove GKM FIXME
29984 comment.
29985
8d19fe64
SP
299862013-02-28 Siddhesh Poyarekar <siddhesh@redhat.com>
29987
29988 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (add_magnitudes):
29989 Use ZK to minimize writes to Z.
29990 (sub_magnitudes): Simplify code a bit.
29991 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (add_magnitudes):
29992 Use ZK to minimize writes to Z.
29993 (sub_magnitudes): Simplify code a bit.
29994
85bd816a
RM
299952013-02-27 Roland McGrath <roland@hack.frob.com>
29996
29997 * csu/gmon-start.c: Add special exception to license text.
29998
b5977bf2
RH
299992013-02-27 Richard Henderson <rth@redhat.com>
30000
30001 * scripts/config.guess: Update from config.git.
30002 * scripts/config.sub: Likewise.
30003
11d6e2f2
SP
300042013-02-27 Siddhesh Poyarekar <siddhesh@redhat.com>
30005
09c14ed2
SP
30006 * sysdeps/ieee754/dbl-64/mpsqrt.c: Reformat.
30007
a688864e
SP
30008 * sysdeps/ieee754/dbl-64/mpatan2.c: Reformat.
30009
6295157a
SP
30010 * sysdeps/ieee754/dbl-64/mpatan.c: Reformat.
30011
b8de2202
SP
30012 * sysdeps/ieee754/dbl-64/mptan.c: Reformat.
30013
11d6e2f2
SP
30014 * sysdeps/ieee754/dbl-64/mplog.c: Reformat.
30015
7e80ddb8
RM
300162013-02-26 Roland McGrath <roland@hack.frob.com>
30017
30018 * Makeconfig (%.v.i, %.v): Move these pattern rules outside of
30019 [$(build-shared = yes].
7e80ddb8 30020
7da6d9ed
SP
300212013-02-26 Siddhesh Poyarekar <siddhesh@redhat.com>
30022
45f05884
SP
30023 * sysdeps/ieee754/dbl-64/mpa.c: Include alloca.h.
30024 (__mul): Reduce iterations for calculating mantissa.
30025
2236d359
SP
30026 * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use MPONE and
30027 MPTWO.
30028 (__mpranred): Likewise.
30029
7da6d9ed
SP
30030 [BZ #15160]
30031 * malloc/memusagestat.c (main): Draw graphs for heap and stack
30032 only if MAXSIZE_HEAP and MAXSIZE_STACK are non-zero.
30033
b7688c42
PE
300342013-02-26 Paul Eggert <eggert@cs.ucla.edu>
30035
30036 * posix/regex_internal.h [__GNUC__ < 3 + (__GNUC_MINOR__ < 1]:
30037 Define __attribute__.
30038
53a5c423
SP
300392013-02-26 Siddhesh Poyarekar <siddhesh@redhat.com>
30040
30041 * locale/elem-hash.h (elem_hash): Mark as pure and possibly
30042 unused.
30043 * posix/regex_internal.h (__attribute): Remove.
30044 [!_LIBC && __i386__]: Use __attribute__ instead of __attribute.
30045 (re_string_context_at): Likewise.
30046 (bitset_not): Use __attribute__ and mark function as possibly
30047 unused.
30048 (bitset_merge): Likewise.
30049 (bitset_mask): Likewise.
30050 (re_string_char_size_at): Likewise.
30051 (re_string_wchar_at): Likewise.
30052 (re_string_elem_size_at): Likewise.
30053
60f5a8b5
SP
300542013-02-25 Siddhesh Poyarekar <siddhesh@redhat.com>
30055
2a983a2e
SP
30056 * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Remove commented
30057 code.
30058 (cc32): Likewise.
30059
e69804d1
SP
30060 * sysdeps/ieee754/dbl-64/mpa.c (mcr): Use long instead of int.
30061 (__acr): Likewise.
30062 (__cpy): Likewise.
30063 (norm): Likewise.
30064 (denorm): Likewise.
30065 (__dbl_mp): Likewise.
30066 (add_magnitudes): Likewise.
30067 (sub_magnitudes): Likewise.
30068 (__mul): Likewise.
30069 (__inv): Likewise.
30070
2f22a1e8
SP
30071 * sysdeps/ieee754/dbl-64/slowexp.c: Reformat in GNU coding
30072 style.
30073
8930ddc7
SP
30074 * sysdeps/ieee754/dbl-64/slowpow.c: Reformat in GNU coding
30075 style.
30076
dc60cb11
SP
30077 * sysdeps/ieee754/dbl-64/slowexp.c (__slowexp): Remove commented
30078 code.
30079
60f5a8b5
SP
30080 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mp_dbl): Sync
30081 up changes with default code.
30082 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mp_dbl):
30083 Likewise.
30084
b4d1fd33
AM
300852013-02-24 Allan McRae <allan@archlinux.org>
30086
faf6f8bc
AM
30087 * manual/socket.texi (The Internet Namespace): Order menu items
30088 to match that in the file.
30089
b4d1fd33
AM
30090 * manual/libc-texinfo.sh: Use @detailmenu around the detailed
30091 node listing of the info page menu.
30092
2366713d
JM
300932013-02-21 Joseph Myers <joseph@codesourcery.com>
30094
30095 [BZ #13550]
30096 * sysdeps/i386/bp-asm.h: Remove file.
30097 * sysdeps/i386/add_n.S: Do not include "bp-sym.h" and "bp-asm.h".
30098 (PARMS): Do not use macros from bp-asm.h.
30099 (S1): Likewise.
30100 (S2): Likewise.
30101 (SIZE): Likewise.
30102 (__mpn_add_n): Do not use BP_SYM
30103 * sysdeps/i386/addmul_1.S: Do not include "bp-sym.h" and
30104 "bp-asm.h".
30105 (PARMS): Do not use macros from bp-asm.h.
30106 (S1): Likewise.
30107 (SIZE): Likewise.
30108 (__mpn_addmul_1): Do not use BP_SYM
30109 * sysdeps/i386/bsd-_setjmp.S: Do not include "bp-sym.h" and
30110 "bp-asm.h".
30111 (PARMS): Do not use macros from bp-asm.h.
30112 (SIGMSK): Likewise.
30113 (_setjmp): Likewise. Do not use BP_SYM.
30114 * sysdeps/i386/bsd-setjmp.S: Do not include "bp-sym.h" and
30115 "bp-asm.h".
30116 (PARMS): Do not use macros from bp-asm.h.
30117 (SIGMSK): Likewise.
30118 (setjmp): Likewise. Do not use BP_SYM.
30119 * sysdeps/i386/fpu/s_frexp.S: Do not include "bp-sym.h" and
30120 "bp-asm.h".
30121 (PARMS): Do not use macros from bp-asm.h.
30122 (__frexp): Do not use BP_SYM.
30123 (frexp): Likewise.
30124 * sysdeps/i386/fpu/s_frexpf.S: Do not include "bp-sym.h" and
30125 "bp-asm.h".
30126 (PARMS): Do not use macros from bp-asm.h.
30127 (__frexpf): Do not use BP_SYM.
30128 (frexpf): Likewise.
30129 * sysdeps/i386/fpu/s_frexpl.S: Do not include "bp-sym.h" and
30130 "bp-asm.h".
30131 (PARMS): Do not use macros from bp-asm.h.
30132 (__frexpl): Do not use BP_SYM.
30133 (frexpl): Likewise.
30134 * sysdeps/i386/fpu/s_remquo.S: Do not include "bp-sym.h" and
30135 "bp-asm.h".
30136 (PARMS): Do not use macros from bp-asm.h.
30137 (__remquo): Do not use BP_SYM.
30138 (remquo): Likewise.
30139 * sysdeps/i386/fpu/s_remquof.S: Do not include "bp-sym.h" and
30140 "bp-asm.h".
30141 (PARMS): Do not use macros from bp-asm.h.
30142 (__remquof): Do not use BP_SYM.
30143 (remquof): Likewise.
30144 * sysdeps/i386/fpu/s_remquol.S: Do not include "bp-sym.h" and
30145 "bp-asm.h".
30146 (PARMS): Do not use macros from bp-asm.h.
30147 (__remquol): Do not use BP_SYM.
30148 (remquol): Likewise.
30149 * sysdeps/i386/i486/strcat.S: Do not include "bp-sym.h" and
30150 "bp-asm.h".
30151 (PARMS): Do not use macros from bp-asm.h.
30152 (DEST): Likewise.
30153 (SRC): Likewise.
30154 (strcat): Remove GKM FIXME comment. Do not use BP_SYM.
30155 * sysdeps/i386/i486/strlen.S: Do not include "bp-sym.h" and
30156 "bp-asm.h".
30157 (PARMS): Do not use macros from bp-asm.h.
30158 (strlen): Do not use BP_SYM.
30159 * sysdeps/i386/i586/add_n.S: Do not include "bp-sym.h" and
30160 "bp-asm.h".
30161 (PARMS): Do not use macros from bp-asm.h.
30162 (S1): Likewise.
30163 (S2): Likewise.
30164 (SIZE): Likewise.
30165 (__mpn_add_n): Do not use BP_SYM.
30166 * sysdeps/i386/i586/addmul_1.S: Do not include "bp-sym.h" and
30167 "bp-asm.h".
30168 (PARMS): Do not use macros from bp-asm.h.
30169 (S1): Likewise.
30170 (SIZE): Likewise.
30171 (__mpn_addmul_1): Do not use BP_SYM.
30172 * sysdeps/i386/i586/bzero.S (__bzero): Do not use BP_SYM in
30173 weak_alias.
30174 (bzero): Likewise.
30175 * sysdeps/i386/i586/lshift.S: Do not include "bp-sym.h" and
30176 "bp-asm.h".
30177 (PARMS): Do not use macros from bp-asm.h.
30178 (S): Likewise.
30179 (SIZE): Likewise.
30180 (__mpn_lshift): Do not use BP_SYM.
30181 * sysdeps/i386/i586/memcpy.S: Do not include "bp-sym.h" and
30182 "bp-asm.h".
30183 (PARMS): Do not use macros from bp-asm.h.
30184 (DEST): Likewise.
30185 (SRC): Likewise.
30186 (LEN): Likewise.
30187 (memcpy): Likewise. Do not use BP_SYM.
30188 * sysdeps/i386/i586/mempcpy.S (__mempcpy): Do not use BP_SYM in
30189 libc_hidden_def and weak_alias.
30190 (mempcpy): Do not use BP_SYM in weak_alias.
30191 * sysdeps/i386/i586/memset.S: Do not include "bp-sym.h" and
30192 "bp-asm.h".
30193 (PARMS): Do not use macros from bp-asm.h.
30194 (DEST): Likewise.
30195 (LEN): Likewise.
30196 [!BZERO_P] (CHR): Likewise.
30197 (memset): Likewise. Do not use BP_SYM.
30198 * sysdeps/i386/i586/mul_1.S: Do not include "bp-sym.h" and
30199 "bp-asm.h".
30200 (PARMS): Do not use macros from bp-asm.h.
30201 (S1): Likewise.
30202 (SIZE): Likewise.
30203 (__mpn_mul_1): Do not use BP_SYM.
30204 * sysdeps/i386/i586/rshift.S: Do not include "bp-sym.h" and
30205 "bp-asm.h".
30206 (PARMS): Do not use macros from bp-asm.h.
30207 (S): Likewise.
30208 (SIZE): Likewise.
30209 (__mpn_rshift): Do not use BP_SYM.
30210 * sysdeps/i386/i586/strchr.S: Do not include "bp-sym.h" and
30211 "bp-asm.h".
30212 (PARMS): Do not use macros from bp-asm.h.
30213 (STR): Likewise.
30214 (CHR): Likewise.
30215 (strchr): Likewise. Do not use BP_SYM.
30216 (index): Do not use BP_SYM in weak_alias.
30217 * sysdeps/i386/i586/strcpy.S: Do not include "bp-sym.h" and
30218 "bp-asm.h".
30219 (PARMS): Do not use macros from bp-asm.h.
30220 (DEST): Likewise.
30221 (SRC): Likewise.
30222 (STRCPY): Likewise. Remove GKM FIXME comment. Do not use BP_SYM.
30223 * sysdeps/i386/i586/strlen.S: Do not include "bp-sym.h" and
30224 "bp-asm.h".
30225 (PARMS): Do not use macros from bp-asm.h.
30226 (strlen): Do not use BP_SYM.
30227 * sysdeps/i386/i586/sub_n.S: Do not include "bp-sym.h" and
30228 "bp-asm.h".
30229 (PARMS): Do not use macros from bp-asm.h.
30230 (S1): Likewise.
30231 (S2): Likewise.
30232 (SIZE): Likewise.
30233 (__mpn_sub_n): Do not use BP_SYM.
30234 * sysdeps/i386/i586/submul_1.S: Do not include "bp-sym.h" and
30235 "bp-asm.h".
30236 (PARMS): Do not use macros from bp-asm.h.
30237 (S1): Likewise.
30238 (SIZE): Likewise.
30239 (__mpn_submul_1): Do not use BP_SYM.
30240 * sysdeps/i386/i686/add_n.S: Do not include "bp-sym.h" and
30241 "bp-asm.h".
30242 (PARMS): Do not use macros from bp-asm.h.
30243 (S1): Likewise.
30244 (S2): Likewise.
30245 (SIZE): Likewise.
30246 (__mpn_add_n): Do not use BP_SYM.
30247 * sysdeps/i386/i686/bzero.S (__bzero): Do not use BP_SYM in
30248 weak_alias.
30249 (bzero): Likewise.
30250 * sysdeps/i386/i686/memcmp.S: Do not include "bp-sym.h" and
30251 "bp-asm.h".
30252 (PARMS): Do not use macros from bp-asm.h.
30253 (BLK2): Likewise.
30254 (LEN): Likewise.
30255 (memcmp): Do not use BP_SYM.
30256 (bcmp): Do not use BP_SYM in weak_alias.
30257 * sysdeps/i386/i686/memcpy.S: Do not include "bp-sym.h" and
30258 "bp-asm.h".
30259 (PARMS): Do not use macros from bp-asm.h.
30260 (DEST): Likewise.
30261 (SRC): Likewise.
30262 (LEN): Likewise.
30263 (memcpy): Likewise. Do not use BP_SYM.
30264 * sysdeps/i386/i686/memmove.S: Do not include "bp-sym.h" and
30265 "bp-asm.h".
30266 (PARMS): Do not use macros from bp-asm.h.
30267 (DEST): Likewise.
30268 (SRC): Likewise.
30269 (LEN): Likewise.
30270 (memmove): Likewise. Do not use BP_SYM.
30271 * sysdeps/i386/i686/mempcpy.S: Do not include "bp-sym.h" and
30272 "bp-asm.h".
30273 (PARMS): Do not use macros from bp-asm.h.
30274 (DEST): Likewise.
30275 (SRC): Likewise.
30276 (LEN): Likewise.
30277 (__mempcpy): Likewise. Do not use BP_SYM.
30278 (mempcpy): Do not use BP_SYM in weak_alias.
30279 * sysdeps/i386/i686/memset.S: Do not include "bp-sym.h" and
30280 "bp-asm.h".
30281 (PARMS): Do not use macros from bp-asm.h.
30282 (DEST): Likewise.
30283 (LEN): Likewise.
30284 [!BZERO_P] (CHR): Likewise.
30285 (memset): Likewise. Do not use BP_SYM.
30286 * sysdeps/i386/i686/strcmp.S: Do not include "bp-sym.h" and
30287 "bp-asm.h".
30288 (PARMS): Do not use macros from bp-asm.h.
30289 (STR2): Likewise.
30290 (strcmp): Do not use BP_SYM.
30291 * sysdeps/i386/i686/strtok.S: Do not include "bp-sym.h" and
30292 "bp-asm.h".
30293 (PARMS): Do not use macros from bp-asm.h.
30294 (STR): Likewise.
30295 (DELIM): Likewise.
30296 [USE_AS_STRTOK_R] (SAVE): Likewise.
30297 (FUNCTION): Likewise. Do not use BP_SYM.
30298 * sysdeps/i386/i686/strtok_r.S (__strtok_r): Do not use BP_SYM in
30299 aliases.
30300 (strtok_r): Likewise.
30301 (__GI___strtok_r): Likewise.
30302 * sysdeps/i386/lshift.S: Do not include "bp-sym.h" and "bp-asm.h".
30303 (PARMS): Do not use macros from bp-asm.h.
30304 (S): Likewise.
30305 (SIZE): Likewise.
30306 (__mpn_lshift): Do not use BP_SYM.
30307 * sysdeps/i386/memchr.S: Do not include "bp-sym.h" and "bp-asm.h".
30308 (PARMS): Do not use macros from bp-asm.h.
30309 (STR): Likewise.
30310 (CHR): Likewise.
30311 (__memchr): Do not use BP_SYM.
30312 (memchr): Do not use BP_SYM in weak_alias.
30313 * sysdeps/i386/memcmp.S: Do not include "bp-sym.h" and "bp-asm.h".
30314 (PARMS): Do not use macros from bp-asm.h.
30315 (BLK2): Likewise.
30316 (LEN): Likewise.
30317 (memcmp): Do not use BP_SYM.
30318 (bcmp): Do not use BP_SYM in weak_alias.
30319 * sysdeps/i386/mul_1.S: Do not include "bp-sym.h" and "bp-asm.h".
30320 (PARMS): Do not use macros from bp-asm.h.
30321 (S1): Likewise.
30322 (SIZE): Likewise.
30323 (__mpn_mul_1): Do not use BP_SYM.
30324 * sysdeps/i386/rawmemchr.S: Do not include "bp-sym.h" and
30325 "bp-asm.h".
30326 (PARMS): Do not use macros from bp-asm.h.
30327 (STR): Likewise.
30328 (CHR): Likewise.
30329 (__rawmemchr): Do not use BP_SYM.
30330 (rawmemchr): Do not use BP_SYM in weak_alias.
30331 * sysdeps/i386/rshift.S: Do not include "bp-sym.h" and "bp-asm.h".
30332 (PARMS): Do not use macros from bp-asm.h.
30333 (S): Likewise.
30334 (SIZE): Likewise.
30335 (__mpn_rshift): Do not use BP_SYM.
30336 * sysdeps/i386/setjmp.S: Do not include "bp-sym.h" and "bp-asm.h".
30337 (PARMS): Do not use macros from bp-asm.h.
30338 (SIGMSK): Likewise.
30339 (__sigsetjmp): Likewise. Do not use BP_SYM.
30340 * sysdeps/i386/start.S: Do not include "bp-sym.h".
30341 (_start): Do not use BP_SYM.
30342 * sysdeps/i386/stpcpy.S: Do not include "bp-sym.h" and "bp-asm.h".
30343 (PARMS): Do not use macros from bp-asm.h.
30344 (DEST): Likewise.
30345 (SRC): Likewise.
30346 (__stpcpy): Likewise. Do not use BP_SYM.
30347 (stpcpy): Do not use BP_SYM in weak_alias.
30348 * sysdeps/i386/stpncpy.S: Do not include "bp-sym.h" and
30349 "bp-asm.h".
30350 (PARMS): Do not use macros from bp-asm.h.
30351 (DEST): Likewise.
30352 (SRC): Likewise.
30353 (LEN): Likewise.
30354 (__stpncpy): Likewise. Do not use BP_SYM.
30355 (stpncpy): Do not use BP_SYM in weak_alias.
30356 * sysdeps/i386/strchr.S: Do not include "bp-sym.h" and "bp-asm.h".
30357 (PARMS): Do not use macros from bp-asm.h.
30358 (STR): Likewise.
30359 (CHR): Likewise.
30360 (strchr): Likewise. Do not use BP_SYM.
30361 * sysdeps/i386/strchrnul.S: Do not include "bp-sym.h" and
30362 "bp-asm.h".
30363 (PARMS): Do not use macros from bp-asm.h.
30364 (STR): Likewise.
30365 (CHR): Likewise.
30366 (__strchrnul): Likewise. Do not use BP_SYM.
30367 (strchrnul): Do not use BP_SYM in weak_alias.
30368 * sysdeps/i386/strcspn.S: Do not include "bp-sym.h" and
30369 "bp-asm.h".
30370 (PARMS): Do not use macros from bp-asm.h.
30371 (STOP): Likewise.
30372 (strcspn): Do not use BP_SYM.
30373 * sysdeps/i386/strpbrk.S: Do not include "bp-sym.h" and
30374 "bp-asm.h".
30375 (PARMS): Do not use macros from bp-asm.h.
30376 (STR): Likewise.
30377 (STOP): Likewise.
30378 (strpbrk): Likewise. Do not use BP_SYM.
30379 * sysdeps/i386/strrchr.S: Do not include "bp-sym.h" and
30380 "bp-asm.h".
30381 (PARMS): Do not use macros from bp-asm.h.
30382 (STR): Likewise.
30383 (CHR): Likewise.
30384 (strrchr): Likewise. Do not use BP_SYM.
30385 * sysdeps/i386/strspn.S: Do not include "bp-sym.h" and "bp-asm.h".
30386 (PARMS): Do not use macros from bp-asm.h.
30387 (SKIP): Likewise.
30388 (strspn): Do not use BP_SYM.
30389 * sysdeps/i386/strtok.S: Do not include "bp-sym.h" and "bp-asm.h".
30390 (PARMS): Do not use macros from bp-asm.h.
30391 (STR): Likewise.
30392 (DELIM): Likewise.
30393 (SAVE): Likewise.
30394 (FUNCTION): Likewise. Do not use BP_SYM.
30395 * sysdeps/i386/strtok_r.S (__strtok_r): Do not use BP_SYM in
30396 aliases.
30397 (strtok_r): Likewise.
30398 (__GI___strtok_r): Likewise.
30399 * sysdeps/i386/sub_n.S: Do not include "bp-sym.h" and "bp-asm.h".
30400 (PARMS): Do not use macros from bp-asm.h.
30401 (S1): Likewise.
30402 (S2): Likewise.
30403 (SIZE): Likewise.
30404 (__mpn_sub_n): Do not use BP_SYM.
30405 * sysdeps/i386/submul_1.S: Do not include "bp-sym.h" and
30406 "bp-asm.h".
30407 (PARMS): Do not use macros from bp-asm.h.
30408 (S1): Likewise.
30409 (SIZE): Likewise.
30410 (__mpn_submul_1): Do not use BP_SYM.
30411 * sysdeps/unix/i386/sysdep.S: Do not include <bp-asm.h> and
30412 <bp-sym.h>.
30413 * sysdeps/unix/sysv/linux/i386/clone.S: Do not include <bp-sym.h>
30414 and <bp-asm.h>.
30415 (PARMS): Do not use macros from bp-asm.h.
30416 (FLAGS): Likewise.
30417 (PTID): Likewise.
30418 (TLS): Likewise.
30419 (CTID): Likewise.
30420 (__clone): Do not use BP_SYM.
30421 (clone): Do not use BP_SYM in weak_alias.
30422 * sysdeps/unix/sysv/linux/i386/mmap64.S: Do not include <bp-sym.h>
30423 and <bp-asm.h>.
30424 (PARMS): Do not use macros from bp-asm.h.
30425 (LEN): Likewise.
30426 (__mmap64): Do not use BP_SYM.
30427 (mmap64): Do not use BP_SYM in weak_alias.
30428 * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
30429 <bp-sym.h> and <bp-asm.h>.
30430 (PARMS): Do not use macros from bp-asm.h.
30431 (__posix_fadvise64_l64): Do not use BP_SYM.
30432 * sysdeps/unix/sysv/linux/i386/semtimedop.S
30433 (PARMS): Do not use macros from bp-asm.h.
30434 (NSOPS): Likewise.
30435 (semtimedop): Do not use BP_SYM.
30436 * sysdeps/unix/sysv/linux/i386/sysdep.h: Do not include <bp-sym.h>
30437 and <bp-asm.h>.
30438
582a3cff
AM
304392013-02-21 Allan McRae <allan@archlinux.org>
30440
30441 * manual/message.texi (Charset conversion in gettext):
30442 Move @end statement to beginning of line.
30443
bab8a695
SP
304442013-02-21 Siddhesh Poyarekar <siddhesh@redhat.com>
30445
80945231
SP
30446 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Mark as
30447 static.
30448 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
30449 Likewise.
30450
bab8a695
SP
30451 * sysdeps/ieee754/dbl-64/mpa.c (norm): Fix whitespace.
30452 (denorm): Likewise.
30453 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (norm): Likewise.
30454 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (norm): Likewise.
30455
e21d7aa7
AK
304562013-02-21 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
30457
30458 * sysdeps/s390/s390-32/dl-trampoline.S (_dl_runtime_profile): Do a
30459 tail-call to the resolved function if pltexit isn't needed.
30460
4c7a4263
SP
304612013-02-21 Siddhesh Poyarekar <siddhesh@redhat.com>
30462
30463 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Mark X
30464 or Y being zero as being unlikely.
30465 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
30466 Likewise.
30467
41f49342
CD
304682013-02-20 Carlos O'Donell <carlos@redhat.com>
30469
30470 * manual/nss.texi (System Databases and Name Service Switch):
30471 Remove frobnicate @pxref.
30472
50022a93
TS
304732013-02-20 Thomas Schwinge <thomas@codesourcery.com>
30474
30475 * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
30476 __attribute__ ((unused)) to __attribute__ ((__unused__)).
30477
08cbd996
PM
304782013-02-20 Petr Machata <pmachata@redhat.com>
30479
30480 * elf/elf.h (R_ARM_TARGET1): New macro.
30481 (R_ARM_SBREL31, R_ARM_V4BX, R_ARM_TARGET2): Likewise.
30482 (R_ARM_PREL31, R_ARM_MOVW_ABS_NC, R_ARM_MOVT_ABS): Likewise.
30483 (R_ARM_MOVW_PREL_NC, R_ARM_MOVT_PREL): Likewise.
30484 (R_ARM_THM_MOVW_ABS_NC, R_ARM_THM_MOVT_ABS): Likewise.
30485 (R_ARM_THM_MOVW_PREL_NC, R_ARM_THM_MOVT_PREL): Likewise.
30486 (R_ARM_THM_JUMP19, R_ARM_THM_JUMP6): Likewise.
30487 (R_ARM_THM_ALU_PREL_11_0, R_ARM_THM_PC12): Likewise.
30488 (R_ARM_ABS32_NOI, R_ARM_REL32_NOI): Likewise.
30489 (R_ARM_ALU_PC_G0_NC, R_ARM_ALU_PC_G0): Likewise.
30490 (R_ARM_ALU_PC_G1_NC, R_ARM_ALU_PC_G1): Likewise.
30491 (R_ARM_ALU_PC_G2, R_ARM_LDR_PC_G1, R_ARM_LDR_PC_G2): Likewise.
30492 (R_ARM_LDRS_PC_G0, R_ARM_LDRS_PC_G1): Likewise.
30493 (R_ARM_LDRS_PC_G2, R_ARM_LDC_PC_G0): Likewise.
30494 (R_ARM_LDC_PC_G1, R_ARM_LDC_PC_G2): Likewise.
30495 (R_ARM_ALU_SB_G0_NC, R_ARM_ALU_SB_G0): Likewise.
30496 (R_ARM_ALU_SB_G1_NC, R_ARM_ALU_SB_G1): Likewise.
30497 (R_ARM_ALU_SB_G2, R_ARM_LDR_SB_G0, R_ARM_LDR_SB_G1): Likewise.
30498 (R_ARM_LDR_SB_G2, R_ARM_LDRS_SB_G0): Likewise.
30499 (R_ARM_LDRS_SB_G1, R_ARM_LDRS_SB_G2): Likewise.
30500 (R_ARM_LDC_SB_G0, R_ARM_LDC_SB_G1, R_ARM_LDC_SB_G2): Likewise.
30501 (R_ARM_MOVW_BREL_NC, R_ARM_MOVT_BREL): Likewise.
30502 (R_ARM_MOVW_BREL, R_ARM_THM_MOVW_BREL_NC): Likewise.
30503 (R_ARM_THM_MOVT_BREL, R_ARM_THM_MOVW_BREL): Likewise.
30504 (R_ARM_PLT32_ABS, R_ARM_GOT_ABS, R_ARM_GOT_PREL): Likewise.
30505 (R_ARM_GOT_BREL12, R_ARM_GOTOFF12, R_ARM_GOTRELAX): Likewise.
30506 (R_ARM_TLS_LDO12, R_ARM_TLS_LE12, R_ARM_TLS_IE12GP): Likewise.
30507 (R_ARM_PRIVATE_0, R_ARM_PRIVATE_1, R_ARM_PRIVATE_2): Likewise.
30508 (R_ARM_PRIVATE_3, R_ARM_PRIVATE_4, R_ARM_PRIVATE_5): Likewise.
30509 (R_ARM_PRIVATE_6, R_ARM_PRIVATE_7, R_ARM_PRIVATE_8): Likewise.
30510 (R_ARM_PRIVATE_9, R_ARM_PRIVATE_10): Likewise.
30511 (R_ARM_PRIVATE_11, R_ARM_PRIVATE_12): Likewise.
30512 (R_ARM_PRIVATE_13, R_ARM_PRIVATE_14): Likewise.
30513 (R_ARM_PRIVATE_15, R_ARM_ME_TOO): Likewise.
30514 (R_ARM_THM_TLS_DESCSEQ16, R_ARM_THM_TLS_DESCSEQ32): Likewise.
30515 (R_ARM_THM_GOT_BREL12): Likewise.
30516 (R_ARM_PC24, R_ARM_PLT32): Updated a comment at this macro.
30517 (R_ARM_THM_PC11, R_ARM_THM_PC9): Likewise.
30518 (R_ARM_THM_ABS5, R_ARM_THM_PC22): Added a comment to this macro.
30519 (R_ARM_THM_PC8, R_ARM_THM_SWI8, R_ARM_XPC25): Likewise.
30520 (R_ARM_THM_XPC22, R_ARM_ALU_PCREL_7_0): Likewise.
30521 (R_ARM_ALU_PCREL_15_8, R_ARM_ALU_PCREL_23_15): Likewise.
30522 (R_ARM_LDR_SBREL_11_0, R_ARM_ALU_SBREL_19_12): Likewise.
30523 (R_ARM_ALU_SBREL_27_20, R_ARM_TLS_DESCSEQ): Likewise.
30524 (R_ARM_THM_TLS_DESCSEQ): Fixed whitespace.
30525
c7b275d6
TS
305262013-02-20 Thomas Schwinge <thomas@codesourcery.com>
30527
30528 * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
30529 __attribute_used__ to __attribute__ ((unused)).
30530
20cd7fb3
SP
305312013-02-20 Siddhesh Poyarekar <siddhesh@redhat.com>
30532
30533 * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Copy over comment from
30534 powerpc mpa.c.
30535 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Fix
30536 comment formatting.
30537 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul): Likewise.
30538
92945b52
JM
305392013-02-19 Joseph Myers <joseph@codesourcery.com>
30540
30541 [BZ #13550]
30542 * sysdeps/i386/bp-asm.h [__BOUNDED_POINTERS__] (BOUNDS_VIOLATED):
30543 Remove macro.
30544 (ENTER): Remove both macro definitions.
30545 (LEAVE): Likewise.
30546 (CHECK_BOUNDS_LOW): Likewise.
30547 (CHECK_BOUNDS_HIGH): Likewise.
30548 (CHECK_BOUNDS_BOTH): Likewise.
30549 (CHECK_BOUNDS_BOTH_WIDE): Likewise.
30550 (RETURN_BOUNDED_POINTER): Likewise.
30551 (RETURN_NULL_BOUNDED_POINTER): Likewise.
30552 (PUSH_ERRNO_LOCATION_RETURN): Likewise.
30553 (POP_ERRNO_LOCATION_RETURN): Likewise.
30554 * sysdeps/i386/add_n.S (__mpn_add_n): Do not use removed macros.
30555 (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
30556 * sysdeps/i386/addmul_1.S (__mpn_addmul_1): Do not use removed
30557 macros.
30558 (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
30559 * sysdeps/i386/bsd-_setjmp.S (_setjmp): Do not use removed macros.
30560 * sysdeps/i386/bsd-setjmp.S (setjmp): Likewise.
30561 * sysdeps/i386/fpu/s_frexp.S (__frexp): Likewise.
30562 * sysdeps/i386/fpu/s_frexpf.S (__frexpf): Likewise.
30563 * sysdeps/i386/fpu/s_frexpl.S (__frexpl): Likewise.
30564 * sysdeps/i386/fpu/s_remquo.S (__remquo): Likewise.
30565 * sysdeps/i386/fpu/s_remquof.S (__remquof): Likewise.
30566 * sysdeps/i386/fpu/s_remquol.S (__remquol): Likewise.
30567 * sysdeps/i386/i486/strcat.S (strcat): Likewise.
30568 * sysdeps/i386/i486/strlen.S (strlen): Likewise.
30569 * sysdeps/i386/i586/add_n.S (__mpn_add_n): Likewise.
30570 (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
30571 * sysdeps/i386/i586/addmul_1.S (__mpn_addmul_1): Do not use
30572 removed macros.
30573 (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
30574 * sysdeps/i386/i586/lshift.S (__mpn_lshift): Do not use removed
30575 macros.
30576 (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
30577 * sysdeps/i386/i586/memcpy.S (memcpy): Do not use removed macros.
30578 * sysdeps/i386/i586/memset.S (memset): Likewise.
30579 * sysdeps/i386/i586/mul_1.S (__mpn_mul_1): Likewise.
30580 (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
30581 * sysdeps/i386/i586/rshift.S (__mpn_rshift): Do not use removed
30582 macros.
30583 (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
30584 * sysdeps/i386/i586/strchr.S (strchr): Do not use removed macros.
30585 Change uses of L(2) to L(out).
30586 * sysdeps/i386/i586/strcpy.S (STRCPY): Do not use removed macros.
30587 * sysdeps/i386/i586/strlen.S (strlen): Likewise.
30588 * sysdeps/i386/i586/sub_n.S (__mpn_sub_n): Likewise.
30589 (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
30590 * sysdeps/i386/i586/submul_1.S (__mpn_submul_1): Do not use
30591 removed macros.
30592 (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
30593 * sysdeps/i386/i686/add_n.S (__mpn_add_n): Do not use removed
30594 macros.
30595 (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
30596 * sysdeps/i386/i686/memcmp.S (ENTRANCE): Do not use macro ENTER.
30597 (RETURN): Do not use macro LEAVE.
30598 * sysdeps/i386/i686/memcpy.S (memcpy): Do not use removed macros.
30599 * sysdeps/i386/i686/memmove.S (memmove): Likewise.
30600 * sysdeps/i386/i686/mempcpy.S (mempcpy): Likewise.
30601 * sysdeps/i386/i686/memset.S (memset): Likewise.
30602 * sysdeps/i386/i686/strcmp.S (strcmp): Likewise.
30603 (strcmp) [!__BOUNDED_POINTERS__]: Make code unconditional.
30604 (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
30605 * sysdeps/i386/i686/strtok.S (save_ptr) [__BOUNDED_POINTERS__]:
30606 Likewise.
30607 (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
30608 (FUNCTION): Do not use removed macros. Combine labels L(1_1),
30609 L(1_2) and L(1_3) into L(1).
30610 (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
30611 * sysdeps/i386/lshift.S (__mpn_lshift): Do not use removed macros.
30612 (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
30613 * sysdeps/i386/memchr.S (__memchr): Do not use removed macros.
30614 (__memchr) [__BOUNDED_POINTERS__]: Remove conditional code.
30615 * sysdeps/i386/memcmp.S (memcmp): Do not use removed macros.
30616 * sysdeps/i386/mul_1.S (__mpn_mul_1): Likewise.
30617 (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
30618 * sysdeps/i386/rawmemchr.S (__rawmemchr): Do not use removed
30619 macros.
30620 * sysdeps/i386/rshift.S (__mpn_rshift): Likewise.
30621 (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
30622 * sysdeps/i386/setjmp.S (__sigsetjmp): Do not use removed macros.
30623 * sysdeps/i386/stpcpy.S (__stpcpy): Likewise.
30624 * sysdeps/i386/stpncpy.S (__stpncpy): Likewise.
30625 (__stpncpy) [__BOUNDED_POINTERS__]: Remove conditional code.
30626 * sysdeps/i386/strchr.S (strchr): Do not use removed macros.
30627 * sysdeps/i386/strchrnul.S (__strchrnul): Likewise.
30628 * sysdeps/i386/strcspn.S (strcspn): Likewise.
30629 * sysdeps/i386/strpbrk.S (strpbrk): Likewise.
30630 * sysdeps/i386/strrchr.S (strrchr): Likewise.
30631 * sysdeps/i386/strspn.S (strspn): Likewise.
30632 * sysdeps/i386/strtok.S (save_ptr) [__BOUNDED_POINTERS__]: Remove
30633 conditional code.
30634 (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
30635 (FUNCTION) [!__BOUNDED_POINTERS__]: Likewise.
30636 (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
30637 (FUNCTION): Do not use removed macros. Combine labels L(1_2) and
30638 L(1_3) into L(1_1).
30639 * sysdeps/i386/sub_n.S (__mpn_sub_n): Do not use removed macros.
30640 (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
30641 * sysdeps/i386/submul_1.S (__mpn_submul_1): Do not use removed
30642 macros.
30643 (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
30644
2389741a
JJ
306452013-02-19 Jakub Jelinek <jakub@redhat.com>
30646
30647 * stdlib/strtod_l.c (__mpn_lshift_1): Rewritten as function-like
30648 macro.
30649
2016b3cd
SP
306502013-02-19 Siddhesh Poyarekar <siddhesh@redhat.com>
30651
e4f22324
SP
30652 * math/atest-exp.c (exp_mpn): Remove ROUND.
30653 * math/atest-exp2.c (exp_mpn): Likewise.
30654 * math/atest-sincos.c (sincosx_mpn): Remove ROUND and CHK.
30655
2016b3cd
SP
30656 * stdlib/cxa_thread_atexit_impl.c: Fix Copyright year.
30657 * stdlib/tst-tls-atexit-lib.c: Likewise.
30658 * stdlib/tst-tls-atexit.c: Likewise.
30659
4be9b544
MF
306602013-02-18 Mike Frysinger <vapier@gentoo.org>
30661
30662 * stdlib/stdlib.h (aligned_alloc): Use __attribute_malloc__
30663 and __attribute_alloc_size__.
30664
2f62b9ee
MF
306652013-02-18 Mike Frysinger <vapier@gentoo.org>
30666
30667 * include/programs/xmalloc.h: Change __attribute_alloc_size to
30668 __attribute_alloc_size__.
30669 * include/sys/cdefs.h (__attribute_alloc_size): Macro removed.
30670 * misc/sys/cdefs.h (__attribute_alloc_size__): New macro.
30671
6ff444c4
MF
306722013-02-18 Mike Frysinger <vapier@gentoo.org>
30673
30674 * include/programs/xmalloc.h: New file.
30675 * catgets/gencat.c: Include it.
30676 (xmalloc, xcalloc, xrealloc, xstrdup): Don't declare them.
30677 * elf/pldd.c: Likewise.
30678 * iconv/iconv_charmap.c: Likewise.
30679 * iconv/iconvconfig.c: Likewise.
30680 * iconv/strtab.c: Likewise.
30681 * locale/programs/locale.c: Likewise.
30682 * locale/programs/localedef.h: Likewise.
30683 * locale/programs/simple-hash.c: Likewise.
30684 * nscd/nscd.h: Likewise.
30685 * nss/makedb.c: Likewise.
30686 * sysdeps/generic/ldconfig.h: Likewise.
30687
be179c8a
SP
306882013-02-18 Siddhesh Poyarekar <siddhesh@redhat.com>
30689
ba384f6e
SP
30690 * Versions.def: Add GLIBC_2.18.
30691 * include/link.h (struct link_map): New member l_tls_dtor_count.
30692 * include/stdlib.h (__cxa_thread_atexit_impl): Declare.
30693 (__call_tls_dtors): Likewise.
30694 * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add
30695 __cxa_thread_atexit_impl.
30696 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
30697 Likewise.
30698 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
30699 Likewise.
30700 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
30701 Likewise.
30702 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
30703 Likewise.
30704 * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
30705 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist:
30706 Likewise.
30707 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist:
30708 Likewise.
30709 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
30710 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
30711 Likewise.
30712 * stdlib/Makefile (routines): Add __cxa_thread_atexit_impl.
30713 (tests): Add test case tst-tls-atexit.
30714 (modules-names): Add shared library for tst-tls-atexit.
85891aca 30715 * stdlib/Versions (GLIBC_2.18): Add __cxa_thread_atexit_impl.
ba384f6e
SP
30716 (GLIBC_PRIVATE): Add __call_tls_dtors.
30717 * stdlib/cxa_thread_atexit_impl.c: New file with helper function
30718 for libstdc++.
30719 * stdlib/exit.c (__run_exit_handlers): Call __call_tls_dtors.
30720 * stdlib/tst-tls-atexit.c: New test case.
30721 * stdlib/tst-tls-atexit-lib.c: New test case.
30722
ffaa74cf 30723 * misc/tst-pselect.c: Include stdlib.h for declaration of exit.
ffaa74cf 30724
be179c8a
SP
30725 * elf/Versions (ld): Add _dl_find_dso_for_object.
30726 * elf/dl-addr.c (_dl_addr): Use _dl_find_dso_for_object.
30727 * elf/dl-open.c (_dl_find_dso_for_object): New function.
30728 (dl_open_worker): Use _dl_find_dso_for_object.
30729 * elf/dl-sym.c (do_sym): Likewise.
30730 * sysdeps/generic/ldsodefs.h: Declare _dl_find_dso_for_object.
30731
f78b5caa
AK
307322013-02-18 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
30733
30734 * sysdeps/s390/s390-64/dl-trampoline.S (_dl_runtime_resolve):
30735 Syntactic changes only.
30736 (_dl_runtime_profile): Do a tail-call to the resolved function.
30737
29691210
JM
307382013-02-17 Joseph Myers <joseph@codesourcery.com>
30739
30740 [BZ #13550]
30741 * sysdeps/x86_64/bp-asm.h: Remove file.
30742 * sysdeps/unix/sysv/linux/x86_64/clone.S: Do not include
30743 <bp-sym.h> and <bp-asm.h>.
30744 (__clone): Do not use BP_SYM.
30745 * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Do not include
30746 <bp-sym.h> and <bp-asm.h>.
30747 * sysdeps/unix/x86_64/sysdep.S: Likewise.
30748 * sysdeps/x86_64/bsd-_setjmp.S: Do not include "bp-sym.h" and
30749 "bp-asm.h".
30750 (_setjmp): Do not use BP_SYM.
30751 * sysdeps/x86_64/bsd-setjmp.S: Do not include "bp-sym.h" and
30752 "bp-asm.h".
30753 (setjmp): Do not use BP_SYM.
30754 * sysdeps/x86_64/mempcpy.S (__mempcpy): Do not use BP_SYM in
30755 libc_hidden_def.
30756 (mempcpy): Do not use BP_SYM in weak_alias.
30757 * sysdeps/x86_64/rtld-strchr.S: Do not include "bp-sym.h" and
30758 "bp-asm.h".
30759 (strchr): Do not use BP_SYM.
30760 * sysdeps/x86_64/rtld-strlen.S: Do not include "bp-sym.h" and
30761 "bp-asm.h".
30762 * sysdeps/x86_64/setjmp.S (__sigsetjmp): Do not use BP_SYM.
30763 * sysdeps/x86_64/start.S: Do not include "bp-sym.h".
30764 (_start): Do not use BP_SYM.
30765 * sysdeps/x86_64/strcat.S: Do not include "bp-sym.h" and
30766 "bp-asm.h".
30767 (strcat): Do not use BP_SYM.
30768 * sysdeps/x86_64/strcmp.S: Do not include "bp-sym.h" and
30769 "bp-asm.h".
30770 (STRCMP): Do not use BP_SYM.
30771 * sysdeps/x86_64/strcpy.S: Do not include "bp-sym.h" and
30772 "bp-asm.h".
30773 (STRCPY): Do not use BP_SYM.
30774 * sysdeps/x86_64/strcpy_chk.S: Do not include "bp-sym.h" and
30775 "bp-asm.h".
30776 * sysdeps/x86_64/strtok.S: Do not include "bp-sym.h" and
30777 "bp-asm.h".
30778 (FUNCTION): Do not use BP_SYM.
30779 * sysdeps/x86_64/strtok_r.S (strtok_r): Do not use BP_SYM in
30780 weak_alias.
30781 (__GI___strtok_r): Do not use BP_SYM in strong_alias.
30782
f238fd19
AJ
307832013-02-17 Andreas Jaeger <aj@suse.de>
30784
30785 * time/Versions: Sort entries.
30786 * string/Versions: Likewise.
30787 * resolv/Versions: Likewise.
30788 * posix/Versions: Likewise.
30789 * iconv/Versions: Likewise.
30790 * elf/Versions: Likewise.
30791 * wcsmbs/Versions: Likewise.
30792
bd07f23c 307932013-02-15 Siddhesh Poyarekar <siddhesh@redhat.com>
4709fe76 30794
22af19f9
SP
30795 * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Avoid using LIM in
30796 loop termination condition.
30797
4709fe76
SP
30798 * sysdeps/ieee754/dbl-64/mpa.c (__mul): Use intermediate
30799 variable to calculate EZ.
30800 (__sqr): Likewise.
2d0e0f29
SP
30801
30802 * sysdeps/ieee754/dbl-64/mpa.c (__mul): Fix determination of
30803 the lower precision input.
30804
daaa7713
JM
308052013-02-15 Joseph Myers <joseph@codesourcery.com>
30806
30807 [BZ #13550]
30808 * Makeconfig [!+link-bounded] (+link-bounded): Remove variable.
30809 [!link-extra-libs] (link-extra-libs-bounded): Likewise.
30810 (run-via-rtld-prefix): Do not handle %-bp tests.
30811 (test-via-rtld-prefix): Do not mention %-bp tests in comment.
30812 (all-object-suffixes): Remove .ob.
30813 (bppfx): Remove variable.
30814 [$(build-bounded) = yes] (object-suffixes): Do not add .ob.
30815 [$(build-bounded) = yes] (CPPFLAGS-.ob): Remove variable.
30816 [$(build-bounded) = yes] (CFLAGS-.ob): Likewise.
30817 [$(build-bounded) = yes] (libtype.ob): Likewise.
30818 * Makerules (elide-routines.ob): Remove variable.
30819 (do-tests-clean): Do not handle *-bp.out.
30820 (common-mostlyclean): Do not handle *-bp and *-bp.out.
30821 * Rules [$(build-bounded) = yes] (tests-bp.out): Remove variable.
30822 [$(build-bounded) = yes] (xtests-bp.out): Likewise.
30823 (tests): Do not include $(tests-bp.out).
30824 (xtests): Do not include $(xtests-bp.out).
30825 [$(build-bounded) = yes] (binaries-bounded): Remove variable.
30826 [$(build-bounded) = yes] ($(addprefix
30827 $(objpfx),$(binaries-bounded))): Remove rule.
30828 ($(objpfx)%-bp.out): Remove rule.
30829 * config.make.in (build-bounded): Remove variable.
30830 * crypt/Makefile [$(build-bounded) = yes]
30831 ($(tests:%=$(objpfx)%-bp)): Remove dependency.
30832 * csu/Makefile [$(build-bounded) = yes] (extra-objs): Do not
30833 append to variable.
30834 [$(build-bounded) = yes] (install-lib): Likewise.
30835 [$(build-bounded) = yes] (generated): Likewise.
30836 [!start-installed-name-rule] ($(objpfx)b$(start-installed-name)):
30837 Remove rule.
30838 * intl/Makefile [$(build-bounded) = yes]
30839 ($(multithread-test-srcs:%=$(objpfx)%-bp)): Remove dependency.
30840 * math/Makefile [$(build-bounded) = yes]
30841 ($(tests:%=$(objpfx)%-bp): Likewise.
30842 * misc/Makefile [$(build-bounded) = yes]
30843 ($(objpfx)tst-tsearch-bp): Likewise.
30844 * nptl/Makeconfig (bounded-thread-library): Remove variable.
30845 * rt/Makefile [$(build-bounded) = yes] ($(tests:%=$(objpfx)%-bp)):
30846 Remove dependency.
30847 * string/Makefile (o-objects.ob): Remove variable.
30848 * sysdeps/i386/i686/Makefile [$(config-asflags-i686) = yes]
30849 (CFLAGS-.ob): Remove variable.
30850 [$(config-asflags-i686) = yes] (ASFLAGS-.ob): Likewise.
30851 * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-.ob): Remove
30852 both definitions of variable.
30853 * sysdeps/sparc/sparc64/Makefile [$(have-as-vis3) = yes]
30854 (ASFLAGS-.ob): Remove variable.
30855
e97ed6dd
JM
308562013-02-14 Joseph Myers <joseph@codesourcery.com>
30857
2bdd4ca6
JM
30858 [BZ #13550]
30859 * config.h.in [USE_REGPARMS && !PROF && !__BOUNDED_POINTERS__]:
30860 Remove __BOUNDED_POINTERS__ from condition.
30861 * elf/dl-runtime.c [!PROF && !__BOUNDED_POINTERS__]: Likewise.
30862 * string/bits/string2.h [!__NO_STRING_INLINES &&
30863 !__BOUNDED_POINTERS__]: Likewise.
30864 * sysdeps/i386/dl-machine.h [!PROF && !__BOUNDED_POINTERS__]:
30865 Likewise.
30866 * sysdeps/unix/sysv/linux/shmat.c (shmat) [__BOUNDED_POINTERS__]:
30867 Remove conditional code.
30868 * sysdeps/x86/bits/string.h [!__NO_STRING_INLINES &&
30869 __USE_STRING_INLINES && __GNUC__ && __GNUC__ >= 2 &&
30870 !__BOUNDED_POINTERS__]: Remove __BOUNDED_POINTERS__ from
30871 condition.
30872
e97ed6dd
JM
30873 [BZ #13550]
30874 * csu/libc-start.c: Do not include <bp-sym.h>.
30875 [!LIBC_START_MAIN] (LIBC_START_MAIN): Do not use BP_SYM.
30876 * elf/dl-open.c: Do not include <bp-sym.h>.
30877 (_dl_sysdep_start): Do not use BP_SYM in weak_extern.
30878 * math/fegetenv.c: Do not include <bp-sym.h>.
30879 (fegetenv): Do not use BP_SYM in versioned symbols.
30880 * nptl/sysdeps/pthread/bits/libc-lockP.h
30881 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]: Do not include
30882 <bp-sym.h>.
30883 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
30884 (__pthread_mutex_init): Do not use BP_SYM in weak_extern.
30885 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
30886 (__pthread_mutex_destroy): Likewise.
30887 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
30888 (__pthread_mutex_lock): Likewise.
30889 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
30890 (__pthread_mutex_trylock): Likewise.
30891 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
30892 (__pthread_mutex_unlock): Likewise.
30893 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
30894 (__pthread_mutexattr_init): Likewise.
30895 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
30896 (__pthread_mutexattr_destroy): Likewise.
30897 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
30898 (__pthread_mutexattr_settype): Likewise.
30899 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
30900 (__pthread_rwlock_init): Likewise.
30901 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
30902 (__pthread_rwlock_destroy): Likewise.
30903 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
30904 (__pthread_rwlock_rdlock): Likewise.
30905 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
30906 (__pthread_rwlock_tryrdlock): Likewise.
30907 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
30908 (__pthread_rwlock_wrlock): Likewise.
30909 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
30910 (__pthread_rwlock_trywrlock): Likewise.
30911 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
30912 (__pthread_rwlock_unlock): Likewise.
30913 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
30914 (__pthread_key_create): Likewise.
30915 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
30916 (__pthread_setspecific): Likewise.
30917 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
30918 (__pthread_getspecific): Likewise.
30919 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern] (__pthread_once):
30920 Likewise.
30921 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
30922 (_pthread_cleanup_push_defer): Likewise.
30923 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
30924 (_pthread_cleanup_pop_restore): Likewise.
30925 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
30926 (pthread_setcancelstate): Likewise.
30927 * string/memchr.c [HAVE_BP_SYM_H || _LIBC]: Do not include
30928 <bp-sym.h>.
30929 [!(HAVE_BP_SYM_H || _LIBC)] (BP_SYM): Remove macro definition.
30930 (memchr): Do not use BP_SYM in weak_alias.
30931 * sysdeps/i386/fpu/fegetenv.c: Do not include <bp-sym.h>.
30932 (fegetenv): Do not use BP_SYM in versioned symbols.
30933 * sysdeps/i386/fpu/fesetenv.c: Do not include <bp-sym.h>.
30934 (fesetenv): Do not use BP_SYM in versioned symbols.
30935 * sysdeps/i386/fpu/feupdateenv.c: Do not include <bp-sym.h>.
30936 (feupdateenv): Do not use BP_SYM in versioned symbols.
30937 * sysdeps/i386/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
30938 (fesetexceptflag): Do not use BP_SYM in versioned symbols.
30939 * sysdeps/posix/open64.c: Do not include <bp-sym.h>.
30940 (__open64): Do not use BP_SYM in weak_alias and libc_hidden_weak.
30941 (open64): Do not use BP_SYM in weak_alias.
30942 * sysdeps/powerpc/fpu/fegetenv.c: Do not include <bp-sym.h>.
30943 (fegetenv): Do not use BP_SYM in versioned symbols.
30944 * sysdeps/powerpc/fpu/fesetenv.c: Do not include <bp-sym.h>.
30945 (fesetenv): Do not use BP_SYM in versioned symbols.
30946 * sysdeps/powerpc/fpu/feupdateenv.c: Do not include <bp-sym.h>.
30947 (feupdateenv): Do not use BP_SYM in versioned symbols.
30948 * sysdeps/powerpc/fpu/fgetexcptflg.c: Do not include <bp-sym.h>.
30949 (fegetexceptflag): Do not use BP_SYM in versioned symbols.
30950 * sysdeps/powerpc/fpu/fraiseexcpt.c: Do not include <bp-sym.h>.
30951 (feraiseexcept): Do not use BP_SYM in versioned symbols.
30952 * sysdeps/powerpc/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
30953 (fesetexceptflag): Do not use BP_SYM in versioned symbols.
30954 * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Do not include
30955 <bp-sym.h>.
30956 (__libc_start_main): Do not use BP_SYM.
30957
d6752ccd
SP
309582013-02-14 Siddhesh Poyarekar <siddhesh@redhat.com>
30959
cb57ce60
SP
30960 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cpy): Remove
30961 redundant return line.
30962 (norm): Likewise.
30963 (denorm): Likewise.
30964 (dbl_mp): Likewise.
30965 (sub_magnitudes): Likewise.
30966 (__add): Likewise.
30967 (__sub): Likewise.
30968 (__mul): Likewise.
30969 (__inv): Likewise.
30970 (__dvd): Likewise.
30971 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cpy): Likewise.
30972 (norm): Likewise.
30973 (denorm): Likewise.
30974 (dbl_mp): Likewise.
30975 (sub_magnitudes): Likewise.
30976 (__add): Likewise.
30977 (__sub): Likewise.
30978 (__mul): Likewise.
30979 (__inv): Likewise.
30980 (__dvd): Likewise.
30981
f414520d
SP
30982 * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __sqr
30983 instead of __mul.
30984 * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
30985 * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Likewise.
30986 (cc32): Likewise.
30987
d6752ccd
SP
30988 * sysdeps/ieee754/dbl-64/mpa.c (__sqr): New function.
30989 * sysdeps/ieee754/dbl-64/mpa.h (__sqr): Declare.
30990 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): use __sqr instead
30991 of __mul for squares.
30992 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__sqr): New
30993 function
30994 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__sqr):
30995 Likewise.
30996 * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define __sqr.
30997 * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
30998
70d9946a
JM
309992013-02-13 Joseph Myers <joseph@codesourcery.com>
31000
31001 [BZ #13550]
31002 * misc/sys/cdefs.h [!__BOUNDED_POINTERS__]: Remove conditional
31003 code.
31004 * csu/libc-start.c (LIBC_START_MAIN): Do not use __unbounded in
31005 prototype or function definition. Rename ubp_* variables and
31006 parameters. Remove argv definitions conditional on
31007 [__BOUNDED_POINTERS__].
31008 * debug/backtrace.c (__backtrace): Do not use __unbounded.
31009 * elf/dl-runtime.c (_dl_fixup): Likewise.
31010 * include/set-hooks.h (RUN_HOOK): Likewise.
31011 * stdio-common/vfprintf.c (JUMP): Do not use __unbounded in either
31012 definition.
31013 * string/strcpy.c (strcpy): Do not use __unbounded.
31014 * sysdeps/generic/frame.h (struct layout): Likewise.
31015 * sysdeps/gnu/bits/msq.h (struct msqid_ds): Likewise.
31016 * sysdeps/i386/dl-machine.h (_dl_fixup): Likewise.
31017 * sysdeps/powerpc/powerpc32/backtrace.c (struct layout): Likewise.
31018 * sysdeps/powerpc/powerpc64/backtrace.c (struct layout): Likewise.
31019 * sysdeps/sparc/backtrace.c (struct layout): Likewise.
31020 (__backtrace): Likewise.
31021 * sysdeps/unix/sysv/linux/aio_sigqueue.c (__aio_sigqueue): Do not
31022 use __ptrvalue.
31023 * sysdeps/unix/sysv/linux/fxstat.c (__fxstat): Likewise.
31024 * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
31025 * sysdeps/unix/sysv/linux/gai_sigqueue.c (__gai_sigqueue):
31026 Likewise.
31027 * sysdeps/unix/sysv/linux/i386/brk.c (__brk): Likewise.
31028 * sysdeps/unix/sysv/linux/i386/fxstat.c (__fxstat): Likewise.
31029 * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
31030 * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
31031 * sysdeps/unix/sysv/linux/i386/msgctl.c (struct __old_msqid_ds):
31032 Do not use __unbounded.
31033 * sysdeps/unix/sysv/linux/i386/setrlimit.c (__new_setrlimit):
31034 Rename __unboundedrlimits parameter to rlimits in prototype.
31035 * sysdeps/unix/sysv/linux/i386/shmctl.c (struct __old_shmid_ds):
31036 Do not use __unbounded.
31037 * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_sigaction): Do
31038 not use __ptrvalue.
31039 * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
31040 * sysdeps/unix/sysv/linux/llseek.c (__llseek): Likewise.
31041 * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
31042 * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Do not use
31043 __ptrvalue or __unbounded.
31044 (__mmap64) [__BOUNDED_POINTERS__]: Remove conditional code.
31045 * sysdeps/unix/sysv/linux/msgctl.c (struct __old_msqid_ds): Do not
31046 use __unbounded.
31047 (__new_msgctl): Do not use __ptrvalue.
31048 * sysdeps/unix/sysv/linux/msgrcv.c (struct ipc_kludge): Do not use
31049 __unbounded.
31050 (__libc_msgrcv): Do not use __ptrvalue.
31051 * sysdeps/unix/sysv/linux/powerpc/libc-start.c (struct
31052 startup_info): Do not use __unbounded.
31053 (__libc_start_main): Likewise. Rename ubp_* variables and
31054 parameters. Remove argv definitions conditional on
31055 [__BOUNDED_POINTERS__].
31056 * sysdeps/unix/sysv/linux/ptrace.c (ptrace): Do not use
31057 __ptrvalue.
31058 * sysdeps/unix/sysv/linux/semctl.c (struct __old_semid_ds): Do not
31059 use __unbounded.
31060 * sysdeps/unix/sysv/linux/shmat.c (shmat): Do not use __unbounded
31061 or __ptrvalue.
31062 * sysdeps/unix/sysv/linux/shmctl.c (struct __old_shmid_ds): Do not
31063 use __unbounded.
31064 (__new_shmctl): Do not use __ptrvalue.
31065 * sysdeps/unix/sysv/linux/shmdt.c (shmdt): Likewise.
31066 * sysdeps/unix/sysv/linux/sigaction.c (__libc_sigaction):
31067 Likewise.
31068 * sysdeps/unix/sysv/linux/sigqueue.c (__sigqueue): Likewise.
31069 * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c
31070 (__libc_sigaction): Likewise.
31071 * sysdeps/unix/sysv/linux/sysctl.c (__sysctl): Likewise.
31072 * sysdeps/unix/sysv/linux/x86_64/sigaction.c (__libc_sigaction):
31073 Likewise.
31074 * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
31075
cc7834d6
OB
310762013-02-13 Ondřej Bílka <neleai@seznam.cz>
31077
ffb1ec7b 31078 * stdlib/Makefile (headers): Add bits/stdlib-bsearch.h.
170704c9
OB
31079
31080 * string/mempcpy.c: Implement by calling memcpy.
31081
bdf02814
SP
310822013-02-13 Siddhesh Poyarekar <siddhesh@redhat.com>
31083
c2af38aa
SP
31084 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove NFA.
31085
4e92d59e
SP
31086 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Faster polynomial
31087 evaluation.
31088
909279a5
SP
31089 * sysdeps/ieee754/dbl-64/mpa.c (__mul): Don't bother with zero
31090 values in the mantissa.
31091
bdf02814
SP
31092 * sysdeps/ieee754/dbl-64/mpa.c (add_magnitudes): Use ZK to
31093 minimize writes to Z.
31094 (sub_magnitudes): Simplify code a bit.
31095
cd525923
RM
310962013-02-12 Roland McGrath <roland@hack.frob.com>
31097
31098 * include/libc-symbols.h (stub_warning): Remove "warning: " prefix
31099 from the message. The linker prefixes all warnings with that already.
31100
7e2f0d2d
AS
311012013-02-12 Andreas Schwab <schwab@suse.de>
31102
a445af0b
AS
31103 [BZ #15078]
31104 * posix/regexec.c (extend_buffers): Add parameter min_len.
31105 (check_matching): Pass minimum needed length.
31106 (clean_state_log_if_needed): Likewise.
31107 (get_subexp): Likewise.
31108 * posix/Makefile (tests): Add bug-regex34.
31109 (bug-regex34-ENV): Define.
31110 * posix/bug-regex34.c: New file.
31111
7e2f0d2d
AS
31112 [BZ #11561]
31113 * posix/regcomp.c (parse_bracket_exp): When looking up collating
31114 elements compare against the byte sequence of it, not its name.
31115 * posix/Makefile (tests): Add bug-regex35.
31116 (bug-regex35-ENV): Define.
31117 * posix/bug-regex35.c: New file.
31118
a175b684
TV
311192013-02-11 Tom de Vries <tom@codesourcery.com>
31120
31121 * string/str-two-way.h: Fix typo RESULT_TYPE -> RETURN_TYPE in
31122 comment.
31123 Add RET0_IF_0 and CHECK_EOL to macro list in comment.
31124 (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J): Remove superfluous undef.
31125 (CHECK_EOL): Add undef.
31126
310998fe 311272013-02-11 Ondřej Bílka <neleai@seznam.cz>
41eda41d
OB
31128
31129 * bits/stdlib-bsearch.h: New file.
31130 * stdlib/bsearch.c: Include bits/stdlib-bsearch.h.
310998fe 31131 * stdlib/stdlib.h: Likewise.
41eda41d 31132
8ded91fb
RM
311332013-02-11 Roland McGrath <roland@hack.frob.com>
31134
31135 * manual/conf.texi (General Limits): Fix SSIZE_MAX type to ssize_t.
31136 * manual/errno.texi (Error Messages): Fix typo in error_print_progname
31137 declaration.
31138 * manual/search.texi (Array Search Function): Add missing const in
31139 lfind prototype.
31140 * manual/resource.texi (Limits on Resources): Fix RLIM_INFINITY
31141 declaration to use rlim_t.
31142 (Basic Scheduling Functions): Remove erroneous const from
31143 sched_getparam prototype. Remove erroneous * from
31144 sched_get_priority_max and sched_get_priority_min prototypes.
31145 (Resource Usage): Fix summary @comment on vtimes to refer to
31146 sys/vtimes.h rather than vtimes.h.
31147 Add missing *s in vtimes prototype.
31148 (Limits on Resources): Fix ulimit prototype to return long int.
31149 * manual/math.texi (SVID Random): Fix lrand48_r and mrand48_r
31150 prototypes to use long int rather than double.
31151 (BSD Random): Fix initstate and setstate to use char *, not void *.
31152 * manual/llio.texi (Asynchronous Reads/Writes): Fix lio_listio64
31153 prototype to make second argument 'struct aiocb64 *const[]'.
31154 Fix aio_read64 and aio_write64 prototypes to use struct aiocb64.
31155 (Status of AIO Operations): Remove erroneous const in aio_return and
31156 aio_return64 prototypes.
31157 (Synchronizing I/O): Fix sync prototype to return void.
31158 * manual/startup.texi (Suboptions): Remove an erroneous const in
31159 getsubopt prototype.
31160 * manual/getopt.texi (Using Getopt): Add a const in getopt prototype.
31161 * manual/users.texi (Lookup Netgroup): Fix getnetgrent_r prototype to
31162 use size_t rather than int.
31163 (Scanning All Users): Likewise for getpwent_r.
31164 (Setting Groups): Add missing const to setgroups prototype.
31165 * manual/sysinfo.texi (mtab): Fix typo in getmntent_r prototype.
31166 * manual/socket.texi (Host Names): Fix gethostbyaddr and
31167 gethostbyaddr_r prototypes to use socklen_t rather than size_t and
31168 'const void *' rather than 'const char *'.
31169 (Host Address Functions): Likewise for inet_ntop.
31170 (Networks Database): Fix getnetbyaddr prototype to use uint32_t.
31171 (Receiving Data): Fix recv, recvfrom, recvmsg prototypes to use
31172 ssize_t for return value.
31173 (Sending Data): Likewise for send, sendto, sendmsg.
31174 (Socket Option Functions): Add a missing const in setsockopt prototype.
31175 * manual/stdio.texi (Simple Output): Fix fputwc_unlocked prototype to
31176 use wchar_t for the argument.
31177 (Formatted Input Functions): Fix swscanf prototype to use wchar_t *.
31178 * manual/arith.texi (Control Functions): Fix fegetexcept prototype to
31179 take no arguments.
31180 (Normalization Functions): Fix scalb, scalbf, scalbl prototypes to use
31181 double/float/long double for second argument.
31182 Fix return types of significand, significandf, significandl.
31183 * manual/filesys.texi (Setting Permissions): Use mode_t for second
31184 argument in fchmod prototype.
31185 (File Owner): Use uid_t and gid_t in fchown prototype.
31186 (File Times): Add const to utimes, futimes, and lutimes prototypes.
31187 (Making Special Files): Use mode_t and dev_t in mknod prototype.
31188 (Scanning Directory Content): Fix scandir and scandir64 prototypes to
31189 use 'const struct dirent **' as argument types to CMP function pointer
31190 argument.
31191 (Symbolic Links): Fix readlink prototype with ssize_t as return value.
31192 (File Times): Fix summary magic @comment for struct utimbuf and utime
31193 to refer to utime.h, not time.h.
31194 * manual/string.texi (Argz Functions): Add missing const in
31195 argz_extract and argz_next prototypes.
31196 (Finding Tokens in a String): Likewise for basename.
31197 (String/Array Comparison): Fix typo in wcscasecmp prototype.
31198 (Copying and Concatenation): Fix typo in wmemmove prototype.
31199 * manual/signal.texi (Using Pause): Use (void) in pause prototype.
31200 (Signal Stack): Remove erroneous const in sigstack prototype.
31201 * manual/time.texi (Setting an Alarm): Add missing const in setitimer
31202 prototype.
31203 (Simple Calendar Time): Likewise for stime.
31204 * manual/terminal.texi (BSD Terminal Modes): Add missing const in stty
31205 prototype.
31206 * manual/sysinfo.texi (System Parameters): Fix mentions of sysctl.h to
31207 say sys/sysctl.h instead.
31208 * manual/syslog.texi (syslog; vsyslog): Add missing const in syslog
31209 and vsyslog prototypes.
31210
fe77fe6d
TV
312112013-02-11 Tom de Vries <tom@codesourcery.com>
31212
31213 * string/Makefile (CFLAGS-bug-strstr1.c, CFLAGS-bug-strcasestr1.c):
31214 Remove.
31215
3a09b620
RM
312162013-02-11 Roland McGrath <roland@hack.frob.com>
31217
31218 * misc/sys/mman.h: Fix typo in mremap comment.
31219
550a0b89
RM
312202013-02-08 Roland McGrath <roland@hack.frob.com>
31221
31222 * manual/examples/mkfsock.c (make_named_socket): Don't add one for
31223 the '\0' terminator.
31224
a2da1673
JM
312252013-02-08 Joseph Myers <joseph@codesourcery.com>
31226
31227 [BZ #13550]
31228 * debug/segfault.c: Don't include <bp-checks.h>.
31229 * sysdeps/generic/bp-checks.h: Remove file.
31230 * sysdeps/unix/sysv/linux/getdents.c: Don't include <bp-checks.h>.
31231 (__GETDENTS): Don't use CHECK_N.
31232 * sysdeps/unix/sysv/linux/i386/brk.c: Don't include <bp-checks.h>.
31233 * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
31234 (__getgroups): Don't use CHECK_N.
31235 * sysdeps/unix/sysv/linux/i386/setgroups.c: Likewise.
31236 (setgroups): Don't use CHECK_N.
31237 * sysdeps/unix/sysv/linux/mmap64.c: Don't include <bp-checks.h>.
31238 * sysdeps/unix/sysv/linux/msgrcv.c: Likewise.
31239 (__libc_msgrcv): Don't use CHECK_N.
31240 * sysdeps/unix/sysv/linux/msgsnd.c: Don't include <bp-checks.h>.
31241 (__libc_msgsnd): Don't use CHECK_N.
31242 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Don't include
31243 <bp-checks.h>.
31244 (__libc_pread): Don't use CHECK_N.
31245 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Don't
31246 include <bp-checks.h>.
31247 (__libc_pread64): Don't use CHECK_N.
31248 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Don't
31249 include <bp-checks.h>.
31250 (__libc_pwrite): Don't use CHECK_N.
31251 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Don't
31252 include <bp-checks.h>.
31253 (__libc_pwrite64): Don't use CHECK_N.
31254 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Don't include
31255 <bp-checks.h>.
31256 (__libc_pread): Don't use CHECK_N.
31257 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Don't
31258 include <bp-checks.h>.
31259 (__libc_pread64): Don't use CHECK_N.
31260 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Don't
31261 include <bp-checks.h>.
31262 (__libc_pwrite): Don't use CHECK_N.
31263 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Don't
31264 include <bp-checks.h>.
31265 (__libc_pwrite64): Don't use CHECK_N.
31266 * sysdeps/unix/sysv/linux/pread.c: Don't include <bp-checks.h>.
31267 (do_pread): Don't use CHECK_N.
31268 * sysdeps/unix/sysv/linux/pread64.c: Don't include <bp-checks.h>.
31269 (do_pread64): Don't use CHECK_N.
31270 * sysdeps/unix/sysv/linux/pwrite.c: Don't include <bp-checks.h>.
31271 (do_pwrite): Don't use CHECK_N.
31272 * sysdeps/unix/sysv/linux/pwrite64.c: Don't include <bp-checks.h>.
31273 (do_pwrite64): Don't use CHECK_N.
31274 * sysdeps/unix/sysv/linux/readv.c: Don't include <bp-checks.h>.
31275 (__libc_readv): Don't use CHECK_N.
31276 * sysdeps/unix/sysv/linux/semop.c: Don't include <bp-checks.h>.
31277 (semop): Don't use CHECK_N.
31278 * sysdeps/unix/sysv/linux/semtimedop.c: Don't include
31279 <bp-checks.h>.
31280 (semtimedop): Don't use CHECK_N.
31281 * sysdeps/unix/sysv/linux/sh/pread.c: Don't include <bp-checks.h>.
31282 (__libc_pread): Don't use CHECK_N.
31283 * sysdeps/unix/sysv/linux/sh/pread64.c: Don't include
31284 <bp-checks.h>.
31285 (__libc_pread64): Don't use CHECK_N.
31286 * sysdeps/unix/sysv/linux/sh/pwrite.c: Don't include
31287 <bp-checks.h>.
31288 (__libc_pwrite): Don't use CHECK_N.
31289 * sysdeps/unix/sysv/linux/sh/pwrite64.c: Don't include
31290 <bp-checks.h>.
31291 (__libc_pwrite64): Don't use CHECK_N.
31292 * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c: Don't include
31293 <bp-checks.h>.
31294 (__libc_msgrcv): Don't use CHECK_N.
31295 * sysdeps/unix/sysv/linux/sysctl.c: Don't include <bp-checks.h>.
31296 (__sysctl): Don't use CHECK_N. Remove GKM FIXME comment.
31297 * sysdeps/unix/sysv/linux/writev.c: Don't include <bp-checks.h>.
31298 (__libc_writev): Don't use CHECK_N.
31299
b84660a8
RM
313002013-02-08 Roland McGrath <roland@hack.frob.com>
31301
7f3e75f8
RM
31302 * string/strcpy.c: Removed unused variable.
31303
b84660a8
RM
31304 * Makeconfig (+sysdep-includes): Define with := rather than =.
31305 Use an existing include/ subdir of each sysdeps dir before it.
31306
471514d3
CD
313072013-02-08 Carlos O'Donell <carlos@redhat.com>
31308
31309 * nscd/connection.c (register_traced_file): Comment function.
31310 [HAVE_INOTIFY] (union __inev): Define.
31311 [HAVE_INOTIFY] (inotify_check_files): New function.
31312 [HAVE_INOTIFY] (clear_db_cache): Likewise.
31313 [HAVE_INOTIFY] (main_loop_poll): Call inotify_check_files and
31314 clear_db_cache.
31315 [HAVE_INOTIFY] (main_loop_epoll): Likewise.
31316
b2d3c3be
CD
313172013-02-08 Carlos O'Donell <carlos@redhat.com>
31318
31319 * elf/dl-cache.c (_dl_load_cache_lookup): Comment that cache is
31320 loaded if not already and that a failure is permanent.
31321
b39949d2
CD
313222013-02-08 Carlos O'Donell <carlos@redhat.com>
31323
ddacd1db 31324 [BZ #15006]
b39949d2
CD
31325 * sysdeps/generic/ldconfig.h: Define FLAG_ARM_LIBSF.
31326 * elf/cache.c (print_entry): Add FLAG_ARM_LIBSF support.
31327
b2c9eff4
JM
313282013-02-08 Joseph Myers <joseph@codesourcery.com>
31329
f3aae3f3
JM
31330 [BZ #13550]
31331 * sysdeps/generic/bp-checks.h (CHECK_1): Remove all definitions.
31332 (CHECK_1_NULL_OK): Likewise.
31333 * sysdeps/unix/sysv/linux/fxstat.c: Do not include <bp-checks.h>.
31334 (__fxstat): Do not use CHECK_1.
31335 * sysdeps/unix/sysv/linux/fxstat64.c: Do not include
31336 <bp-checks.h>.
31337 (___fxstat64): Do not use CHECK_1.
31338 * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
31339 <bp-checks.h>.
31340 (__fxstatat): Do not use CHECK_1.
31341 * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
31342 <bp-checks.h>.
31343 (__fxstatat64): Do not use CHECK_1.
31344 * sysdeps/unix/sysv/linux/i386/fxstat.c: Do not include
31345 <bp-checks.h>.
31346 (__fxstat): Do not use CHECK_1.
31347 * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
31348 <bp-checks.h>.
31349 (__fxstatat): Do not use CHECK_1.
31350 * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
31351 <bp-checks.h>.
31352 (__getresgid): Do not use CHECK_1.
31353 * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
31354 <bp-checks.h>.
31355 (__getresuid): Do not use CHECK_1.
31356 * sysdeps/unix/sysv/linux/i386/lxstat.c: Do not include
31357 <bp-checks.h>.
31358 (__lxstat): Do not use CHECK_1.
31359 * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
31360 <bp-checks.h>.
31361 (__old_msgctl): Do not use CHECK_1.
31362 (__new_msgctl): Likewise.
31363 * sysdeps/unix/sysv/linux/i386/setrlimit.c: Do not include
31364 <bp-checks.h>.
31365 (__new_setrlimit): Do not use CHECK_1.
31366 * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
31367 <bp-checks.h>.
31368 (__old_shmctl): Do not use CHECK_1.
31369 (__new_shmctl): Likewise.
31370 * sysdeps/unix/sysv/linux/i386/xstat.c: Do not include
31371 <bp-checks.h>.
31372 (__xstat): Do not use CHECK_1.
31373 * sysdeps/unix/sysv/linux/lxstat.c: Do not include <bp-checks.h>.
31374 (__lxstat): Do not use CHECK_1.
31375 * sysdeps/unix/sysv/linux/lxstat64.c: Do not include
31376 <bp-checks.h>.
31377 (___lxstat64): Do not use CHECK_1.
31378 * sysdeps/unix/sysv/linux/msgctl.c: Do not include <bp-checks.h>.
31379 (__old_msgctl): Do not use CHECK_1.
31380 (__new_msgctl): Likewise.
31381 * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Do not include
31382 <bp-checks.h>.
31383 (__gettimeofday): Do not use CHECK_1.
31384 * sysdeps/unix/sysv/linux/ptrace.c: Do not include <bp-checks.h>.
31385 (ptrace) [__BOUNDED_POINTERS__]: Remove conditional code.
31386 * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Do not include
31387 <bp-checks.h>.
31388 (__gettimeofday): Do not use CHECK_1.
31389 * sysdeps/unix/sysv/linux/shmctl.c: Do not include <bp-checks.h>.
31390 (__old_shmctl): Do not use CHECK_1_NULL_OK.
31391 (__new_shmctl): Do not use CHECK_1.
31392 * sysdeps/unix/sysv/linux/sigtimedwait.c: Do not include
31393 <bp-checks.h>.
31394 (do_sigtimedwait): Do not use CHECK_1.
31395 * sysdeps/unix/sysv/linux/sigwaitinfo.c: Do not include
31396 <bp-checks.h>.
31397 (do_sigwaitinfo): Do not use CHECK_1.
31398 * sysdeps/unix/sysv/linux/sparc/sparc64/msgctl.c: Do not include
31399 <bp-checks.h>.
31400 (msgctl): Do not use CHECK_1.
31401 * sysdeps/unix/sysv/linux/sparc/sparc64/shmctl.c: Do not include
31402 <bp-checks.h>.
31403 (shmctl): Do not use CHECK_1.
31404 * sysdeps/unix/sysv/linux/ustat.c: Do not include <bp-checks.h>.
31405 (ustat): Do not use CHECK_1.
31406 * sysdeps/unix/sysv/linux/wordsize-64/fxstat.c: Do not include
31407 <bp-checks.h>.
31408 (__fxstat): Do not use CHECK_1.
31409 * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
31410 <bp-checks.h>.
31411 (__fxstatat): Do not use CHECK_1.
31412 * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c: Do not include
31413 <bp-checks.h>.
31414 (__lxstat): Do not use CHECK_1.
31415 * sysdeps/unix/sysv/linux/wordsize-64/xstat.c: Do not include
31416 <bp-checks.h>.
31417 (__xstat): Do not use CHECK_1.
31418 * sysdeps/unix/sysv/linux/xstat.c: Do not include <bp-checks.h>.
31419 (__xstat): Do not use CHECK_1.
31420 * sysdeps/unix/sysv/linux/xstat64.c: Do not include <bp-checks.h>.
31421 (___xstat64): Do not use CHECK_1.
31422
b2c9eff4
JM
31423 [BZ #13550]
31424 * sysdeps/generic/bp-checks.h (CHECK_BOUNDS_LOW): Remove all
31425 definitions.
31426 (CHECK_BOUNDS_HIGH): Likewise.
31427 * string/strcpy.c: Do not include <bp-checks.h>.
31428 (strcpy): Do not use CHECK_BOUNDS_LOW and CHECK_BOUNDS_HIGH.
31429
f1d70dad
RM
314302013-02-07 Roland McGrath <roland@hack.frob.com>
31431
31432 * nscd/nscd-client.h (__nscd_drop_map_ref):
31433 Add __attribute__ ((unused)).
31434 * nis/nss-nisplus.h (niserr2nss): Likewise.
31435
31436 * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Define it only
31437 under [!(USE_AS_STRCASESTR && STRCASESTR_NONASCII)].
31438
31439 * csu/libc-tls.c (init_static_tls, init_slotinfo):
31440 Remove inline keyword.
31441 * include/rounding-mode.h (round_away): Likewise.
31442 * libio/wfileops.c (adjust_wide_data): Likewise.
31443 * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Likewise.
31444 (__m128i_strloadu_tolower): Likewise.
31445 * sysdeps/x86_64/multiarch/strcasestr-nonascii.c
31446 (__m128i_strloadu_tolower): Likewise.
31447 * time/mktime.c (ydhms_diff): Likewise.
31448 * locale/elem-hash.h (elem_hash): Likewise.
31449 * locale/setlocale.c (setdata): Likewise.
31450 * posix/regex_internal.h (re_string_char_size_at): Likewise.
31451 (re_string_wchar_at): Likewise.
31452 (bitset_not, bitset_merge, bitset_mask): Likewise.
31453 [!(__GNUC__ > 3)] (inline): Remove macro.
31454 * nscd/nscd-client.h (__nscd_drop_map_ref): Remove inline keyword.
31455 * elf/dl-deps.c (_dl_map_object_deps: preload): Likewise.
31456 * elf/tlsdeschtab.h (_dl_tlsdesc_resolve_early_return_p): Likewise.
31457 (_dl_tlsdesc_wake_up_held_fixups): Likewise.
31458 * string/memcmp.c (memcmp_bytes): Likewise.
31459 * locale/programs/locarchive.c (compute_hashval): Likewise.
31460 * sysdeps/ieee754/dbl-64/x2y2m1.c (mul_split): Likewise.
31461 * sysdeps/unix/sysv/linux/fips-private.h (fips_enabled_p): Likewise.
31462 * resolv/res_send.c (evNowTime, evCmpTime): Likewise.
31463 * nss/getent.c (print_rpc, print_protocols): Likewise.
31464 (print_passwd, print_group, print_aliases): Likewise.
31465 * nis/nss-nisplus.h (niserr2nss): Likewise.
31466 * nscd/connections.c (restart_p): Likewise.
31467 Change return type to bool.
31468
eab55bfb
RM
314692013-02-05 Roland McGrath <roland@hack.frob.com>
31470
7bd642f5
RM
31471 * Makeconfig (all-Depend-files): Add existing
31472 $(sorted-subdirs:=/Depend) files.
31473 (all-subdirs): Remove nss.
31474 * sysdeps/unix/inet/Subdirs: Add it here instead.
31475 * hesiod/Depend: New file.
31476
573c29b2
RM
31477 * elf/dl-hwcaps.c (_dl_important_hwcaps): Use a variable-length array
31478 instead of calling alloca.
31479
b2e25af0
RM
31480 * io/lseek.c (__lseek): Rename to __libc_lseek.
31481 Define __lseek as an alias.
31482
eab55bfb
RM
31483 * sysdeps/generic/malloc-sysdep.h: Include <stdbool.h> and <unistd.h>.
31484
9a0d1941
CD
314852013-02-04 Carlos O'Donell <carlos@redhat.com>
31486
31487 * stdlib/getenv.c (getenv): Assume __BIG_ENDIAN in the
31488 else clause and remove check for non-standard endianness.
31489
b83bbec4
DM
314902013-02-04 David S. Miller <davem@davemloft.net>
31491
31492 * sysdeps/sparc/fpu/libm-test-ulps: Update.
31493
6277fdab
JM
314942013-02-04 Joseph Myers <joseph@codesourcery.com>
31495
31496 [BZ #13550]
31497 * sysdeps/generic/bp-checks.h [__BOUNDED_POINTERS__]
31498 (__ubp_memchr): Remove prototype.
31499 [__BOUNDED_POINTERS__] (_CHECK_STRING): Remove macro.
31500 [__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
31501 [__BOUNDED_POINTERS__] (CHECK_STRING_NULL_OK): Likewise.
31502 [!__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
31503 * sysdeps/i386/memchr.S [!__BOUNDED_POINTERS__] (__ubp_memchr):
31504 Remove alias.
31505 * sysdeps/sparc/sparc32/memchr.S [!__BOUNDED_POINTERS__]
31506 (__ubp_memchr): Likewise.
31507 * sysdeps/sparc/sparc64/memchr.S [!__BOUNDED_POINTERS__]
31508 (__ubp_memchr): Likewise.
31509 * sysdeps/unix/sysv/linux/execve.c: Do not include <bp-checks.h>.
31510 (__execve) [__BOUNDED_POINTERS__]: Remove conditional code.
31511 (__execve) [!__BOUNDED_POINTERS__]: Make code unconditional.
31512 * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Do not use
31513 CHECK_STRING.
31514 * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
31515 * sysdeps/unix/sysv/linux/getcwd.c: Do not include <bp-checks.h>.
31516 (__getcwd): Do not use CHECK_STRING.
31517 * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
31518 <bp-checks.h>.
31519 (__real_chown): Do not use CHECK_STRING.
31520 * sysdeps/unix/sysv/linux/i386/fchownat.c: Do not include
31521 <bp-checks.h>.
31522 (fchownat): Do not use CHECK_STRING.
31523 * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Do not use
31524 CHECK_STRING.
31525 * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
31526 <bp-checks.h>.
31527 (__lchown): Do not use CHECK_STRING.
31528 * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
31529 * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
31530 * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
31531 * sysdeps/unix/sysv/linux/lxstat64.c (___lxstat64): Likewise.
31532 * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
31533 include <bp-checks.h>.
31534 (truncate64): Do not use CHECK_STRING.
31535 * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
31536 <bp-checks.h>.
31537 (__real_chown): Do not use CHECK_STRING.
31538 * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
31539 <bp-checks.h>.
31540 (__lchown): Do not use CHECK_STRING.
31541 * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
31542 <bp-checks.h>.
31543 (__chown): Do not use CHECK_STRING.
31544 * sysdeps/unix/sysv/linux/truncate64.c: Do not include
31545 <bp-checks.h>.
31546 (truncate64): Do not use CHECK_STRING.
31547 * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c (__lxstat):
31548 Likewise.
31549 * sysdeps/unix/sysv/linux/xmknod.c: Do not include <bp-checks.h>.
31550 (__xmknod): Do not use CHECK_STRING.
31551 * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
31552 <bp-checks.h>.
31553 (__xmknodat): Do not use CHECK_STRING.
31554 * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
31555 * sysdeps/unix/sysv/linux/xstat64.c (___xstat64): Likewise.
31556
903ae060
AS
315572013-02-04 Andreas Schwab <schwab@suse.de>
31558
31559 [BZ #14142]
31560 * include/errno.h: Redefine errno only if !NOT_IN_libc || IN_LIB.
31561 * include/netdb.h: Likewise for h_errno.
31562 * elf/tst-stackguard1.c: Include <tls.h>.
31563
542f9466
JK
315642013-02-02 Jan Kratochvil <jan.kratochvil@redhat.com>
31565
31566 * elf/link.h (struct link_map): Extend the l_addr comment.
31567 * include/link.h (struct link_map): Likewise.
31568
e782a927
JM
315692013-02-01 Joseph Myers <joseph@codesourcery.com>
31570
31571 [BZ #13550]
31572 * sysdeps/generic/bp-checks.h (BOUNDED_N): Remove all definitions.
31573 (BOUNDED_1): Remove macro.
31574 * debug/backtrace.c: Don't include <bp-checks.h>.
31575 (ADVANCE_STACK_FRAME): Don't use BOUNDED_1.
31576 (__backtrace): Likewise.
31577 * sysdeps/powerpc/powerpc32/backtrace.c: Don't include
31578 <bp-checks.h>.
31579 (__backtrace): Don't use BOUNDED_1.
31580 * sysdeps/powerpc/powerpc64/backtrace.c: Don't include
31581 <bp-checks.h>.
31582 (__backtrace): Don't use BOUNDED_1.
31583 * sysdeps/sparc/backtrace.c: Don't include <bp-checks.h>.
31584 (__backtrace): Don't use BOUNDED_1.
31585 * sysdeps/unix/sysv/linux/shmat.c: Don't include <bp-checks.h>.
31586 (shmat): Don't use BOUNDED_N.
31587
8cf28c5e
JM
315882013-01-31 Joseph Myers <joseph@codesourcery.com>
31589
3a7ac8a0
JM
31590 [BZ #13550]
31591 * sysdeps/generic/bp-start.h: Remove file.
31592 * csu/libc-start.c: Don't include <bp-start.h>.
31593 (LIBC_START_MAIN): Set up __environ directly instead of using
31594 INIT_ARGV_and_ENVIRON.
31595 * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Don't include
31596 <bp-start.h>.
31597
f3499f95
JM
31598 [BZ #13550]
31599 * sysdeps/generic/bp-checks.h (CHECK_IOCTL): Remove both
31600 definitions.
31601 (CHECK_FCNTL): Likewise.
31602 (CHECK_N_PAGES): Likewise.
31603
32a45bea
JM
31604 [BZ #13550]
31605 * sysdeps/generic/bp-checks.h (CHECK_SIGSET): Remove both
31606 definitions.
31607 (CHECK_SIGSET_NULL_OK): Likewise.
31608 * sysdeps/unix/sysv/linux/sigpending.c: Don't include
31609 <bp-checks.h>.
31610 (sigpending): Don't use CHECK_SIGSET.
31611 * sysdeps/unix/sysv/linux/sigprocmask.c: Don't include
31612 <bp-checks.h>.
31613 (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
31614 * sysdeps/unix/sysv/linux/sigsuspend.c: Don't include
31615 <bp-checks.h>.
31616 (do_sigsuspend): Don't use CHECK_SIGSET.
31617 * sysdeps/unix/sysv/linux/sigtimedwait.c (do_sigtimedwait): Don't
31618 use CHECK_SIGSET.
31619 * sysdeps/unix/sysv/linux/sigwait.c: Don't include <bp-checks.h>.
31620 (do_sigwait): Don't use CHECK_SIGSET.
31621 * sysdeps/unix/sysv/linux/sigwaitinfo.c (do_sigwaitinfo): Don't
31622 use CHECK_SIGSET.
31623 * sysdeps/unix/sysv/linux/sparc/sparc64/sigpending.c: Don't
31624 include <bp-checks.h>.
31625 (sigpending): Don't use CHECK_SIGSET.
31626 * sysdeps/unix/sysv/linux/sparc/sparc64/sigprocmask.c: Don't
31627 include <bp-checks.h>.
31628 (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
31629 * sysdeps/unix/sysv/linux/x86_64/sigpending.c: Don't include
31630 <bp-checks.h>.
31631 (sigpending): Don't use CHECK_SIGSET.
31632 * sysdeps/unix/sysv/linux/x86_64/sigprocmask.c: Don't include
31633 <bp-checks.h>.
31634 (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
31635
2e8a5c8c
JM
31636 [BZ #13550]
31637 * sysdeps/generic/bp-semctl.h: Remove file.
31638 * sysdeps/unix/sysv/linux/i386/semctl.c: Don't include
31639 <bp-checks.h> and <bp-semctl.h>.
31640 (__old_semctl): Don't use CHECK_SEMCTL.
31641 (__new_semctl): Likewise.
31642 * sysdeps/unix/sysv/linux/semctl.c: Don't include <bp-checks.h>
31643 and <bp-semctl.h>.
31644 (__old_semctl): Don't use CHECK_SEMCTL.
31645 (__new_semctl): Likewise.
31646 * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Don't include
31647 <bp-checks.h> and <bp-semctl.h>.
31648 (__old_semctl): Don't use CHECK_SEMCTL.
31649 (__new_semctl): Likewise.
31650 * sysdeps/unix/sysv/linux/sparc/sparc64/semctl.c: Don't include
31651 <bp-checks.h> and <bp-semctl.h>.
31652 (semctl): Don't use CHECK_SEMCTL.
31653
c2d54929
JM
31654 [BZ #13550]
31655 * Makerules (elide-bp-thunks): Remove variable.
31656 (elide-routines.oS): Don't use $(elide-bp-thunks).
31657 (elide-routines.os): Likewise.
31658 (elide-routines.o): Likewise.
31659 (elide-routines.op): Likewise.
31660 (elide-routines.og): Likewise.
31661 (objects): Don't use $(bp-thunks).
31662 * sysdeps/unix/Makefile ($(common-objpfx)s-proto-bp.d): Do not
31663 include.
31664 (common-generated): Do not add s-proto-bp.d.
31665 * sysdeps/unix/make-syscalls.sh (ptr): Remove variable.
31666 (int): Likewise.
31667 (typ): Likewise.
31668 Do not generate makefile rules for bounded-pointer thunks.
31669 * sysdeps/generic/bp-thunks.h: Remove file.
31670 * sysdeps/unix/sysv/linux/i386/bp-thunks.h: Likewise.
31671 * sysdeps/unix/s-proto-bp.S: Likewise.
31672
8cf28c5e
JM
31673 [BZ #15062]
31674 * math/k_casinh.c (__kernel_casinh): Compute real and imaginary
31675 parts of result separately when argument is not close to line from
31676 -i to i and one part of argument is small.
31677 * math/k_casinhf.c (__kernel_casinhf): Likewise.
31678 * math/k_casinhl.c (__kernel_casinhl): Likewise.
31679 * math/libm-test.inc (cacos_test): Add more tests.
31680 (casin_test): Likewise.
31681 (casinh_test): Likewise.
31682 * sysdeps/i386/fpu/libm-test-ulps: Update.
31683 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
31684
c4e33b8d
DM
316852013-01-31 David S. Miller <davem@davemloft.net>
31686
31687 * po/de.po: Update from translation team.
31688
3b60b421
MK
316892013-01-25 Maxim Kuvyrkov <maxim.kuvyrkov@gmail.com>
31690
31691 * time/tzfile.c: Include stdint.h for SIZE_MAX.
31692
bb931195
TS
316932013-01-25 Thomas Schwinge <thomas@codesourcery.com>
31694
b5a5da23
TS
31695 * configure.in (_AC_PROG_CC_C89): New definition.
31696 * configure: Regenerate.
31697
bb931195
TS
31698 * configure.in (AC_PROG_CPP): New definition.
31699 * configure: Regenerate.
31700
8c53a12c
JM
317012013-01-23 Joseph Myers <joseph@codesourcery.com>
31702
31703 * debug/tst-backtrace.h: New file.
31704 * debug/tst-backtrace2.c: Include tst-backtrace.h.
31705 (ret): Remove variable.
31706 (x): Likewise.
31707 (FAIL): Remove macro.
31708 (NO_INLINE): Likewise.
31709 (fn1): Use match function instead of strstr.
31710 * debug/tst-backtrace3.c: Include tst-backtrace.h.
31711 (ret): Remove variable.
31712 (x): Likewise.
31713 (FAIL): Remove macro.
31714 (NO_INLINE): Likewise.
31715 (fn): Use match function instead of strstr.
31716 * debug/tst-backtrace4.c: Include tst-backtrace.h.
31717 (ret): Remove variable.
31718 (x): Likewise.
31719 (FAIL): Remove macro.
31720 (NO_INLINE): Likewise.
31721 (handle_signal): Use match function instead of strstr.
31722 * debug/tst-backtrace5.c: Include tst-backtrace.h.
31723 (ret): Remove variable.
31724 (x): Likewise.
31725 (FAIL): Remove macro.
31726 (NO_INLINE): Likewise.
31727 (handle_signal): Use match function instead of strstr.
31728
4858fa2a
RM
317292013-01-23 Roland McGrath <roland@hack.frob.com>
31730
31731 * misc/sys/cdefs.h (__glibc_unlikely, __glibc_likely): Fix whitespace.
31732
bae8e7f5
DM
317332013-01-23 David S. Miller <davem@davemloft.net>
31734
31735 * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h
31736 (__arch_compare_and_exchange_val_32_acq): Use %g0 as second
31737 argument of CAS if possible.
31738 * sysdeps/sparc/sparc64/bits/atomic.h
31739 (__arch_compare_and_exchange_val_32_acq): Likewise.
31740 (__arch_compare_and_exchange_val_64_acq): Likewise.
31741
9cbbc4ae
PT
317422013-01-23 Pino Toscano <toscano.pino@tiscali.it>
31743
31744 * sysdeps/unix/sysv/linux/ulimit.c: Moved to ...
31745 * sysdeps/posix/ulimit.c: ... this.
92a601b8 31746 Include <limits.h>.
67b3f58c 31747 * sysdeps/unix/bsd/ulimit.c: Remove file.
9cbbc4ae 31748
5655a0b5
AC
317492013-01-23 Adam Conrad <adconrad@0c3.net>
31750
31751 * elf/Makefile (LDFLAGS-tst-array2): Add $(no-as-needed).
31752 (LDFLAGS-tst-array5): Likewise.
31753
052aff95
JM
317542013-01-23 Joseph Myers <joseph@codesourcery.com>
31755
31756 [BZ #15036]
31757 * bits/wchar.h (__WCHAR_MAX): Define based on __WCHAR_MAX__, or
31758 based on [L'\0' - 1 > 0] if [!__WCHAR_MAX__].
31759 (__WCHAR_MIN): Likewise, using __WCHAR_MIN__.
31760 * sysdeps/unix/sysv/linux/x86/bits/wchar.h: Remove.
31761
7c1e01aa
DM
317622013-01-21 David S. Miller <davem@davemloft.net>
31763
31764 * sysdeps/sparc/backtrace.c: New file.
31765 * sysdeps/sparc/sparc32/backtrace.h: New file.
31766 * sysdeps/sparc/sparc32/sparcv9/backtrace.h: New file.
31767 * sysdeps/sparc/sparc64/backtrace.h: New file.
31768 * sysdeps/sparc/sparc64/backtrace.c: Delete.
31769 * sysdeps/sparc/Makefile (CFLAGS-backtrace.c): Add
31770 -funwind-tables.
31771
ab087e0a
AS
317722013-01-21 Andreas Schwab <schwab@suse.de>
31773
31774 [BZ #15020]
31775 * posix/wordexp.c (exec_comm): Avoid busy loop when command has
31776 closed its stdout.
31777
ed689c2f
AS
317782013-01-20 Andreas Schwab <schwab@linux-m68k.org>
31779
31780 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Don't include
31781 "mpa2.h".
31782 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
31783
31d470ac
JM
317842013-01-18 Joseph Myers <joseph@codesourcery.com>
31785 Mark Mitchell <mark@codesourcery.com>
31786 Tom de Vries <tom@codesourcery.com>
31787 Paul Pluzhnikov <ppluzhnikov@google.com>
31788
31789 * debug/tst-backtrace2.c: New file.
31790 * debug/tst-backtrace3.c: Likewise.
31791 * debug/tst-backtrace4.c: Likewise.
31792 * debug/tst-backtrace5.c: Likewise.
31793 * debug/Makefile (CFLAGS-tst-backtrace2.c): New variable.
31794 (CFLAGS-tst-backtrace3.c): Likewise.
31795 (CFLAGS-tst-backtrace4.c): Likewise.
31796 (CFLAGS-tst-backtrace5.c): Likewise.
31797 (LDFLAGS-tst-backtrace2): Likewise.
31798 (LDFLAGS-tst-backtrace3): Likewise.
31799 (LDFLAGS-tst-backtrace4): Likewise.
31800 (LDFLAGS-tst-backtrace5): Likewise.
31801 (tests): Add new tests tst-backtrace2, tst-backtrace3,
31802 tst-backtrace4 and tst-backtrace5.
31803
90567f30 318042013-01-18 Anton Blanchard <anton@samba.org>
471a1672
AB
31805 Ryan S. Arnold <rsa@linux.vnet.ibm.com>
31806
31807 * sysdeps/unix/sysv/linux/powerpc/init-first.c: Rename
31808 __kernel_vdso_get_tbfreq to __kernel_get_tbfreq.
31809 * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Add parameter to
31810 INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK to specify return type.
31811 * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
31812 (INTERNAL_VSYSCALL_NCS): Change "=&r" in inline asm output regs list to
31813 "+r" and remove output regs list as redundant. Add explicit inline
31814 asm to specify register of return val to work around compiler codegen
31815 bug. Remove (int) cast on return value. Add return type parameter to
31816 use in macro so that this macro does not truncate return value for
31817 64-bit values.
31818 (INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK): Add return type parameter and
31819 pass to INTERNAL_VSYSCALL_NCS.
31820 (INLINE_VSYSCALL): Add 'long int' as return type to
31821 INTERNAL_VSYSCALL_NCS macro invocation.
31822 (INTERNAL_VSYSCALL): Add 'long int' as return type to
31823 INTERNAL_VSYSCALL_NCS macro invocation.
31824 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
31825
d3b9ea61
SP
318262013-01-18 Siddhesh Poyarekar <siddhesh@redhat.com>
31827
0b57daeb
SP
31828 [BZ #14496]
31829 * sysdeps/i386/fpu/fenv_private.h (libc_feupdateenv_test_sse):
31830 Fix application of SIMD FP exception mask.
31831
caa99d06
SP
31832 * sysdeps/ieee754/dbl-64/mpa.h (__pow_mp): New function to get an
31833 mp_no from a power of two.
31834 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove
31835 __mpexp_twomm1. Use __pow_mp.
31836
d3b9ea61
SP
31837 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove unnecessary
31838 multiplication.
31839
1dbaee3c
DM
318402013-01-17 David S. Miller <davem@davemloft.net>
31841
31842 * sysdeps/sparc/fpu/libm-test-ulps: Update.
31843
728d7b43
JM
318442013-01-17 Joseph Myers <joseph@codesourcery.com>
31845
31846 [BZ #15023]
31847 * include/complex.h: Condition contents on [!_COMPLEX_H].
31848 (__kernel_casinhf): New prototype.
31849 (__kernel_casinh): Likewise.
31850 (__kernel_casinhl): Likewise.
31851 * math/Makefile (libm_calls): Add k_casinh.
31852 * math/k_casinh.c: New file.
31853 * math/k_casinhf.c: Likewise.
31854 * math/k_casinhl.c: Likewise.
31855 * math/s_cacos.c (__cacos): Implement using __kernel_casinh for
31856 finite nonzero arguments.
31857 * math/s_cacosf.c (__cacosf): Implement using __kernel_casinhf for
31858 finite nonzero arguments.
31859 * math/s_cacosl.c (__cacosl): Implement using __kernel_casinhl for
31860 finite nonzero arguments.
31861 * math/s_casinh.c: Do not include <float.h>.
31862 (__casinh): Move code for finite nonzero arguments to k_casinh.c.
31863 * math/s_casinhf.c: Do not include <float.h>.
31864 (__casinhf): Move code for finite nonzero arguments to
31865 k_casinhf.c.
31866 * math/s_casinhl.c: Do not include <float.h>.
31867 [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Do not undefine and
31868 redefine.
31869 (__casinhl): Move code for finite nonzero arguments to
31870 k_casinhl.c.
31871 * math/libm-test.inc (cacos_test): Add more tests.
31872 * sysdeps/i386/fpu/libm-test-ulps: Update.
31873 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
31874
2a26ef3a
PT
318752013-01-17 Pino Toscano <toscano.pino@tiscali.it>
31876
31877 * sysdeps/unix/sysv/linux/malloc-sysdep.h (HAVE_MREMAP): New define.
31878 * malloc/malloc.c: Include <unistd.h> and <malloc-sysdep.h>.
31879 [!HAVE_MREMAP]: Remove [defined linux] case.
31880 * malloc/arena.c: Do not include <malloc-sysdep.h>.
31881
a897655d
SP
318822013-01-17 Siddhesh Poyarekar <siddhesh@redhat.com>
31883
31884 * sysdeps/ieee754/dbl-64/mpa.c: Fix header comment.
31885
881ebe89 318862013-01-17 H.J. Lu <hongjiu.lu@intel.com>
22676eaf
L
31887
31888 * elf/elf.h (R_386_SIZE32): New relocation.
31889 * sysdeps/i386/dl-machine.h (elf_machine_rel): Handle
31890 R_386_SIZE32.
31891 (elf_machine_rela): Likewise.
31892 * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
31893 R_X86_64_SIZE64 and R_X86_64_SIZE32.
31894
59981e9b
JM
318952013-01-17 Joseph Myers <joseph@codesourcery.com>
31896
31897 * sysdeps/powerpc/bits/mathdef.h [_SOFT_FLOAT || __NO_FPRS__]
31898 (FP_FAST_FMA): Do not define.
31899 [_SOFT_FLOAT || __NO_FPRS__] (FP_FAST_FMAF): Likewise.
31900 * sysdeps/powerpc/fpu/bits/fenvinline.h [__GNUC__ && !_SOFT_FLOAT
31901 && !__NO_MATH_INLINES]: Add [!__NO_FPRS__] condition.
31902 * sysdeps/powerpc/fpu/bits/mathinline.h [__GNUC__ &&
31903 !_SOFT_FLOAT]: Likewise.
31904 * sysdeps/powerpc/fpu/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]
31905 [_SOFT_FLOAT || __NO_FPRS__] (_FPU_RESERVED): Define with generic
31906 value.
31907 [_SOFT_FLOAT || __NO_FPRS__] (_FPU_DEFAULT): Likewise.
31908 [_SOFT_FLOAT || __NO_FPRS__] (fpu_control_t): Likewise.
31909 [_SOFT_FLOAT || __NO_FPRS__] (_FPU_GETCW): Likewise.
31910 [_SOFT_FLOAT || __NO_FPRS__] (_FPU_SETCW): Likewise.
31911 [_SOFT_FLOAT || __NO_FPRS__] (__fpu_control): Likewise.
31912 [!_SOFT_FLOAT && !__NO_FPRS__]: Condition previous contents of
31913 file.
31914
cfa8054f
AS
319152013-01-16 Andreas Schwab <schwab@suse.de>
31916
31917 [BZ #14327]
31918 * include/stdlib.h (__mktemp): Add declaration.
31919 * misc/mktemp.c (__mktemp): Renamed from mktemp, add weak alias.
31920 * misc/Versions (GLIBC_PRIVATE): Add __mktemp.
31921
dd930cc5
SP
319222013-01-16 Siddhesh Poyarekar <siddhesh@redhat.com>
31923
881ebe89
SP
31924 * sysdeps/ieee754/dbl-64/atnat.h: Remove constant value
31925 definitions.
31926 * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
31927 * sysdeps/ieee754/dbl-64/mpa.c: Do not include mpa2.h.
31928 * sysdeps/ieee754/dbl-64/mpa.h: Move all constant value
31929 definitions here.
31930 * sysdeps/ieee754/dbl-64/mpa2.h: Remove.
31931 * sysdeps/ieee754/dbl-64/mpatan.h: Remove constant value
31932 definitions.
31933 * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Remove ZERO
31934 and ONE.
31935 * sysdeps/ieee754/dbl-64/mpexp.c: Do not include mpexp.h.
31936 * sysdeps/ieee754/dbl-64/mpexp.h: Remove.
31937 * sysdeps/ieee754/dbl-64/mpsqrt.h: Remove constant value
31938 definitions.
31939 * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Remove MONE.
31940 * sysdeps/ieee754/dbl-64/ulog.h: Remove constant value
31941 definitions.
31942 * sysdeps/ieee754/dbl-64/utan.h: Likewise.
f93a8d15 31943
dd930cc5
SP
31944 * sysdeps/ieee754/dbl-64/mpa2.h: Fix the value of TWO.
31945
c19a9f89
DM
319462013-01-15 David S. Miller <davem@davemloft.net>
31947
1aa61767
DM
31948 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
31949 trunc{,f} to libm-sysdep_routes.
31950 * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
31951 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc-vis3.S: New
31952 file.
31953 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc.S: New file.
31954 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf-vis3.S: New
31955 file.
31956 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf.S: New
31957 file.
31958 * sysdeps/sparc/sparc32/sparcv9/fpu/s_trunc.S: New file.
31959 * sysdeps/sparc/sparc32/sparcv9/fpu/s_truncf.S: New file.
31960 * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc-vis3.S: New file.
31961 * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc.S: New file.
31962 * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf-vis3.S: New file.
31963 * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf.S: New file.
31964 * sysdeps/sparc/sparc64/fpu/s_trunc.S: New file.
31965 * sysdeps/sparc/sparc64/fpu/s_truncf.S: New file.
31966
c42d5e98
DM
31967 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
31968 nearbyint{,f} to libm-sysdep_routes.
31969 * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
31970 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint-vis3.S:
31971 New file.
31972 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint.S: New
31973 file.
31974 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf-vis3.S:
31975 New file.
31976 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf.S: New
31977 file.
31978 * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyint.S: New file.
31979 * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyintf.S: New file.
31980 * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint-vis3.S: New
31981 file.
31982 * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint.S: New file.
31983 * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf-vis3.S: New
31984 file.
31985 * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf.S: New file.
31986 * sysdeps/sparc/sparc64/fpu/s_nearbyint.S: New file.
31987 * sysdeps/sparc/sparc64/fpu/s_nearbyintf.S: New file.
31988
c19a9f89
DM
31989 * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
31990 libc_feholdexcept and libc_fesetenv.
31991
357679d2
MF
319922013-01-15 Mike Frysinger <vapier@gentoo.org>
31993
31994 * sysdeps/unix/sysv/linux/scsi/sg.h: Include stddef.h.
31995
65a82e3d
DM
319962013-01-14 David S. Miller <davem@davemloft.net>
31997
8b954ab9
DM
31998 * sysdeps/sparc/sparc-ifunc.h (SPARC_ASM_IFUNC2): New macro.
31999 (SPARC_ASM_VIS2_IFUNC): Likewise.
32000 (SPARC_ASM_VIS3_VIS2_IFUNC): Likewise.
32001 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: Make
32002 use of 'siam' instruction.
32003 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S:
32004 Likewise.
32005 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S:
32006 Likewise.
32007 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S:
32008 Likewise.
32009 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: Likewise.
32010 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: Likewise.
32011 * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: Likewise.
32012 * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: Likewise.
32013 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis2.S: New
32014 file.
32015 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis2.S: New
32016 file.
32017 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis2.S: New
32018 file.
32019 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis2.S: New
32020 file.
32021 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis2.S: New file.
32022 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis2.S: New file.
32023 * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis2.S: New file.
32024 * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis2.S: New file.
32025 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Hook in
32026 new VIS2 routines.
32027 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
32028 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
32029 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
32030 Likewise.
32031 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
32032 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
32033 * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
32034 * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
32035 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new VIS2
32036 routines to libm-sysdep_routines.
32037 * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
32038
65a82e3d
DM
32039 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
32040 fdim/fdimf to libm-sysdep_routines.
32041 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim-vis3.S: New
32042 file.
32043 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim.S: New file.
32044 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf-vis3.S: New
32045 file.
32046 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf.S: New file.
32047 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdim.S: New file.
32048 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdimf.S: New file.
32049 * sysdeps/sparc/sparc32/fpu/s_fdim.S: New file.
32050 * sysdeps/sparc/sparc32/fpu/s_fdimf.S: New file.
32051 * sysdeps/sparc/sparc64/fpu/s_fdim.S: New file.
32052 * sysdeps/sparc/sparc64/fpu/s_fdimf.S: New file.
32053
e34ab705
SP
320542013-01-14 Siddhesh Poyarekar <siddhesh@redhat.com>
32055
2a91b573
SP
32056 * sysdeps/ieee754/dbl-64/mpa.c (__mul): Add a local variable
32057 to optimize copies.
32058
1066a534
SP
32059 * sysdeps/ieee754/dbl-64/mpa.c: Fix formatting.
32060 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
32061 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
32062
e34ab705
SP
32063 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Remove
32064 local variable MPTWO.
32065 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
32066 Likewise.
32067
aba5e596
MF
320682013-01-13 Mike Frysinger <vapier@gentoo.org>
32069
32070 * manual/pattern.texi (Flags for Globbing): Move GLOB_NOSORT after
32071 GLOB_NOESCAPE.
32072
e557e9e5
MF
320732013-01-13 Mike Frysinger <vapier@gentoo.org>
32074
32075 * manual/pattern.texi (Flags for Globbing): Highlight GNU extensions.
32076
0428cec9
MF
320772013-01-13 Mike Frysinger <vapier@gentoo.org>
32078
32079 * manual/pattern.texi (glob_t): Document gl_flags.
32080 (glob64_t): Likewise.
32081
8794a964
DM
320822013-01-11 David S. Miller <davem@davemloft.net>
32083
66438c3f
RM
32084 * math/Makefile (gmp-objs): Use $(gmp-sysdep_routines).
32085 * sysdeps/sparc/sparc64/multiarch/Makefile [$(subdir) = math]
32086 (gmp-sysdep_routines): New variable. Add VIS3 optimized GMP routines.
32fcb36d
DM
32087 * sysdeps/sparc/sparc64/multiarch/add_n-vis3.S: New file.
32088 * sysdeps/sparc/sparc64/multiarch/add_n.S: New file.
32089 * sysdeps/sparc/sparc64/multiarch/addmul_1-vis3.S: New file.
32090 * sysdeps/sparc/sparc64/multiarch/addmul_1.S: New file.
32091 * sysdeps/sparc/sparc64/multiarch/mul_1-vis3.S: New file.
32092 * sysdeps/sparc/sparc64/multiarch/mul_1.S: New file.
32093 * sysdeps/sparc/sparc64/multiarch/sub_n-vis3.S: New file.
32094 * sysdeps/sparc/sparc64/multiarch/sub_n.S: New file.
32095 * sysdeps/sparc/sparc64/multiarch/submul_1-vis3.S: New file.
32096 * sysdeps/sparc/sparc64/multiarch/submul_1.S: New file.
32097
4ae4244d
DM
32098 * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
32099 sparc V9 rather than using V8 code.
32100 * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
32101 * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
32102
8794a964
DM
32103 * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
32104 Move to...
32105 * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/multiarch/Implies:
32106 Here.
32107
6270516e
RM
321082013-01-11 Roland McGrath <roland@hack.frob.com>
32109
32110 * configure.in (sysnames): Use $multi_arch_d in setting up $mach list,
32111 not in the main loop.
32112 * configure: Regenerated.
32113
6a57d931
JM
321142013-01-11 Joseph Myers <joseph@codesourcery.com>
32115
32116 * include/features.h (__GLIBC_HAVE_LONG_LONG): Remove.
32117 * bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change #elif condition
32118 to just #else.
32119 * bits/types.h [__GLIBC_HAVE_LONG_LONG]: Likewise. Remove
32120 [!__GLIBC_HAVE_LONG_LONG] case.
32121 * posix/sys/types.h [__GLIBC_HAVE_LONG_LONG]: Change #elif
32122 condition to just #else.
32123 * stdlib/stdlib.h [__USE_ISOC99 || (__GLIBC_HAVE_LONG_LONG &&
32124 __USE_MISC)]: Change all uses to [__USE_ISOC99 || __USE_MISC].
32125 [__GLIBC_HAVE_LONG_LONG && __USE_BSD]: Change to [__USE_BSD].
32126 * string/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Make code
32127 unconditional.
32128 * string/endian.h [__GLIBC_HAVE_LONG_LONG]: Likewise.
32129 * sysdeps/s390/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
32130 #elif condition to just #else.
32131 * sysdeps/unix/sysv/linux/sys/sysmacros.h
32132 [__GLIBC_HAVE_LONG_LONG]: Make code unconditional.
32133 * sysdeps/x86/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
32134 #elif condition to just #else.
32135
0e8529e9
SE
321362013-01-11 Steve Ellcey <sellcey@mips.com>
32137
32138 * elf/elf.h (EF_MIPS_ARCH_32): Fix value.
32139 (EF_MIPS_ARCH_64): Fix value.
32140 (EF_MIPS_ARCH_32R2): New.
32141 (EF_MIPS_ARCH_64R2): New.
32142
740b3dbe
L
321432013-01-11 H.J. Lu <hongjiu.lu@intel.com>
32144
32145 * Makeconfig (+link-pie-before-libc): New.
32146 (+link-pie-after-libc): Likewise.
32147 (+link-pie-tests): Likewise.
32148 (+link-pie): Rewritten.
32149 (link-before-libc): Remove $(config-LDFLAGS).
32150 (+link): Add $(rtld-LDFLAGS) after $(+link-before-libc).
32151 (+link-tests): Add $(rtld-tests-LDFLAGS) after $(+link-before-libc).
32152 (config-LDFLAGS): Renamed to ...
32153 (rtld-LDFLAGS): This.
32154 (rtld-tests-LDFLAGS): New macro.
32155 (link-libc-rpath-link): Likewise.
32156 (link-libc-tests-rpath-link): Likewise.
32157 (link-libc-before-gnulib): Remove -Wl,-rpath-link=$(rpath-link).
32158 (link-libc): Prepand $(link-libc-rpath-link).
32159 (link-libc-tests): Prepand $(link-libc-tests-rpath-link).
32160 (test-program-prefix): New macro.
32161 (test-via-rtld-prefix): Likewise.
32162 (test-program-cmd): Likewise.
32163 (host-test-program-cmd): Likewise.
32164 * Makefile ($(common-objpfx)testrun.sh): Replace
32165 $(run-program-prefix) with $(test-program-prefix).
32166 * Makerules ($(LINK.o)): Replace $(config-LDFLAGS) with
32167 $(rtld-LDFLAGS).
32168 ($(common-objpfx)shlib.lds): Likewise.
32169 (build-module-helper): Likewise.
32170 ($(common-objpfx)format.lds): Likewise.
32171 * Rules (binaries-pie-tests): New.
32172 (binaries-pie-notests): Likewise.
32173 (binaries-pie): Rewritten.
32174 ($(addprefix $(objpfx),$(binaries-pie))): Renamed to ...
32175 ($(addprefix $(objpfx),$(binaries-pie-notests))): This.
32176 ($(addprefix $(objpfx),$(binaries-pie-tests))): New.
32177 (make-test-out): Replace $(host-built-program-cmd) with
32178 $(host-test-program-cmd).
32179 * config.make.in (build-hardcoded-path-in-tests): New variable.
32180 * configure.in (--enable-hardcoded-path-in-tests): New configure
32181 option.
32182 (hardcoded_path_in_tests): New AC_SUBST.
32183 * configure: Regenerated.
32184 * catgets/Makefile ($(objpfx)test-gencat.out): Replace
32185 $(built-program-cmd) with $(test-program-cmd).
32186 * catgets/test-gencat.sh (run_program_cmd): Renamed to ...
32187 (test_program_cmd): This.
32188 * elf/Makefile ($(objpfx)order.out): Run test with
32189 $(test-program-prefix).
32190 ($(objpfx)order2.out): Likewise.
32191 ($(objpfx)tst-initorder.out): Likewise.
32192 ($(objpfx)tst-initorder2.out): Likewise.
32193 ($(objpfx)tst-array1.out): Replace $(built-program-cmd) with
32194 $(test-program-cmd).
32195 ($(objpfx)tst-array1-static.out): Likewise.
32196 ($(objpfx)tst-array2.out): Likewise.
32197 ($(objpfx)tst-array3.out): Likewise.
32198 ($(objpfx)tst-array4.out): Likewise.
32199 ($(objpfx)tst-array5.out): Likewise.
32200 ($(objpfx)tst-array5-static.out): Likewise.
32201 (tst-stackguard1-ARGS): Replace $(built-program-cmd) with
32202 $(test-program-cmd).
32203 * grp/Makefile ($(objpfx)tst_fgetgrent.out): Replace
32204 $(run-program-prefix) with $(test-program-prefix).
32205 * grp/tst_fgetgrent.sh (run_program_prefix): Renamed to ...
32206 (test_program_prefix): This.
32207 * iconvdata/Makefile ($(objpfx)tst-tables.out): Replace
32208 $(run-program-prefix) with $(test-program-prefix).
32209 * iconvdata/tst-table.sh (run_program_prefix): Renamed to ...
32210 (test_program_prefix): This.
32211 * iconvdata/tst-tables.sh: Likewise.
32212 * intl/Makefile ($(objpfx)tst-gettext.out): Replace
32213 $(run-program-prefix) with $(test-program-prefix).
32214 ($(objpfx)tst-translit.out): Likewise.
32215 ($(objpfx)tst-gettext2.out): Likewise.
32216 ($(objpfx)tst-gettext4.out): Likewise.
32217 ($(objpfx)tst-gettext6.out): Likewise.
32218 * intl/tst-gettext.sh (run_program_prefix): Renamed to ...
32219 (test_program_prefix): This.
32220 * intl/tst-gettext2.sh: Likewise.
32221 * intl/tst-gettext4.sh Likewise.
32222 * intl/tst-gettext6.sh: Likewise.
32223 * intl/tst-translit.sh: Likewise.
32224 * io/Makefile ($(objpfx)ftwtest.out): Replace $(run-program-cmd)
32225 with $(test-program-cmd).
32226 * libio/Makefile ($(objpfx)test-freopen.out): Replace
32227 $(run-program-prefix) with $(test-program-prefix).
32228 * libio/test-freopen.sh (run_program_prefix): Renamed to ...
32229 (test_program_prefix): This.
32230 * malloc/Makefile ($(objpfx)tst-mtrace.out): Replace
32231 $(run-program-prefix) with $(test-program-prefix).
32232 * malloc/tst-mtrace.sh (run_program_prefix): Renamed to ...
32233 (test_program_prefix): This.
32234 * manual/install.texi: Document --enable-hardcoded-path-in-tests.
32235 * posix/Makefile ($(objpfx)globtest.out): Replace
32236 $(run-via-rtld-prefix) and $(test-wrapper) with
32237 $(test-program-prefix) and $(test-via-rtld-prefix).
32238 ($(objpfx)wordexp-tst.out): Replace $(run-program-prefix) with
32239 $(test-program-prefix).
32240 (tst-exec-ARGS): Replace $(host-built-program-cmd) with
32241 $(host-test-program-cmd).
32242 (tst-spawn-ARGS): Likewise.
32243 ($(objpfx)tst-rxspencer-mem): Replace $(run-program-prefix) with
32244 $(test-program-prefix).
32245 * posix/globtest.sh (un_via_rtld_prefix): Renamed to ...
32246 (test_via_rtld_prefix): This.
32247 (test_wrapper): Renamed to ...
32248 (test_program_prefix): This.
32249 (run_program_prefix): Replaced by test_program_prefix.
32250 * posix/wordexp-tst.sh (run_program_prefix): Renamed to ...
32251 (test_program_prefix): This.
32252 * rt/Makefile (tst-mqueue7-ARGS): Replace $(host-built-program-cmd)
32253 with $(host-test-program-cmd).
32254 * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Replace
32255 $(run-program-prefix) with $(test-program-prefix).
32256 ($(objpfx)tst-printf.out): Likewise.
32257 ($(objpfx)tst-setvbuf1.out): Replace $(built-program-cmd) with
32258 $(test-program-cmd).
32259 * stdio-common/tst-printf.sh (run_program_prefix): Renamed to ...
32260 (test_program_prefix): This.
32261 * stdio-common/tst-unbputc.sh: Likewise.
32262 * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Replace
32263 $(run-program-prefix) with $(test-program-prefix).
32264 * stdlib/tst-fmtmsg.sh (run_program_prefix): Renamed to ...
32265 (test_program_prefix): This.
32266 * string/Makefile ($(objpfx)tst-svc.out): Replace
32267 $(built-program-cmd) with $(test-program-cmd).
32268
c6fe55cf
AJ
322692013-01-11 Andreas Jaeger <aj@suse.de>
32270
32271 [BZ #15003]
32272 * sysdeps/unix/sysv/linux/bits/socket.h (MSG_FASTOPEN): New
32273 value. Sync with Linux 3.7.
32274
9e6919c8
DM
322752013-01-10 David S. Miller <davem@davemloft.net>
32276
32277 * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Revert previous changes.
32278 * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
32279 * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
32280
1c9f1a02
RM
322812013-01-10 Roland McGrath <roland@hack.frob.com>
32282
32283 * configure.in (sysnames): Drop use of $m0sub and $msub, which are
32284 never set.
32285 * configure: Regenerated.
32286
b9de2dde
DM
322872013-01-10 David S. Miller <davem@davemloft.net>
32288
32289 * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
32290 sparc V9 rather than using V8 code.
32291 * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
32292 * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
32293
e7f68ef4
RM
322942013-01-10 Roland McGrath <roland@hack.frob.com>
32295
32296 * elf/elf.h (DT_SPARC_REGISTER, DT_SPARC_NUM): Fix whitespace.
32297 (EF_MIPS_NOREORDER, EF_MIPS_PIC, EF_MIPS_CPIC, EF_MIPS_XGOT): Likewise.
32298 (EF_MIPS_64BIT_WHIRL, EF_MIPS_ABI2, EF_MIPS_ABI_ON32): Likewise.
32299 (EF_MIPS_ARCH, EF_MIPS_ARCH_1, EF_MIPS_ARCH_2): Likewise.
32300 (EF_MIPS_ARCH_3, EF_MIPS_ARCH_4, EF_MIPS_ARCH_5): Likewise.
32301 (EF_MIPS_ARCH_32, EF_MIPS_ARCH_64): Likewise.
32302 (E_MIPS_ARCH_1): Define in terms of EF_MIPS_ARCH_* counterpart.
32303 (E_MIPS_ARCH_2, E_MIPS_ARCH_3, E_MIPS_ARCH_4, E_MIPS_ARCH_5): Likewise.
32304 (E_MIPS_ARCH_32, E_MIPS_ARCH_64): Likewise.
32305 (SHN_MIPS_ACOMMON, SHN_MIPS_TEXT, SHN_MIPS_DATA): Fix whitespace.
32306 (SHN_MIPS_SCOMMON, SHN_MIPS_SUNDEFINED): Likewise.
32307 (SHT_MIPS_LIBLIST, SHT_MIPS_MSYM, SHT_MIPS_CONFLICT): Likewise.
32308 (SHT_MIPS_GPTAB, SHT_MIPS_UCODE, SHT_MIPS_DEBUG): Likewise.
32309 (SHT_MIPS_REGINFO, SHT_MIPS_PACKAGE, SHT_MIPS_PACKSYM): Likewise.
32310 (SHT_MIPS_RELD, SHT_MIPS_IFACE, SHT_MIPS_CONTENT): Likewise.
32311 (SHT_MIPS_OPTIONS, SHT_MIPS_SHDR, SHT_MIPS_FDESC): Likewise.
32312 (SHT_MIPS_EXTSYM, SHT_MIPS_DENSE, SHT_MIPS_PDESC): Likewise.
32313 (SHT_MIPS_LOCSYM, SHT_MIPS_AUXSYM, SHT_MIPS_OPTSYM): Likewise.
32314 (SHT_MIPS_LOCSTR, SHT_MIPS_LINE, SHT_MIPS_RFDESC): Likewise.
32315 (SHT_MIPS_DELTASYM, SHT_MIPS_DELTAINST, SHT_MIPS_DELTACLASS): Likewise.
32316 (SHT_MIPS_DELTADECL, SHT_MIPS_SYMBOL_LIB, SHT_MIPS_EVENTS): Likewise.
32317 (SHT_MIPS_TRANSLATE, SHT_MIPS_PIXIE, SHT_MIPS_XLATE): Likewise.
32318 (SHT_MIPS_XLATE_DEBUG, SHT_MIPS_WHIRL, SHT_MIPS_EH_REGION): Likewise.
32319 (SHT_MIPS_XLATE_OLD, SHT_MIPS_PDR_EXCEPTION): Likewise.
32320 (SHF_MIPS_GPREL, SHF_MIPS_MERGE, SHF_MIPS_ADDR): Likewise.
32321 (SHF_MIPS_STRINGS, SHF_MIPS_NOSTRIP, SHF_MIPS_LOCAL): Likewise.
32322 (SHF_MIPS_NAMES, SHF_MIPS_NODUPE): Likewise.
32323
5a47cc9c
DM
323242013-01-10 David S. Miller <davem@davemloft.net>
32325
32326 * sysdeps/sparc/fpu/libm-test-ulps: Update.
32327
4cf8f209
L
323282013-01-10 H.J. Lu <hongjiu.lu@intel.com>
32329
32330 * posix/Makefile (tests-static): New variable.
32331 (tests): Add $(tests-static).
32332 (tst-exec-static-ARGS): New variable.
32333 (tst-spawn-static-ARGS): Likewise.
32334 * posix/tst-exec-static.c: New file.
32335 * posix/tst-spawn-static.c: Likewise.
32336 * posix/tst-exec.c: Support run directly.
32337 * posix/tst-spawn.c: Likewise.
32338
fed0faa1
JM
323392013-01-10 Joseph Myers <joseph@codesourcery.com>
32340
828beb13
JM
32341 * elf/link.h (struct dl_phdr_info): Use __extension__ with long
32342 long.
32343 * math/bits/mathcalls.h (llrint): Likewise.
32344 (llround): Likewise.
32345 * stdlib/stdlib.h (struct drand48_data): Likewise.
32346 * sysdeps/generic/inttypes.h (imaxdiv_t): Likewise.
32347 * sysdeps/s390/bits/byteswap.h (__bswap_64): Likewise.
32348 * sysdeps/unix/sysv/linux/sparc/bits/ipc.h (struct ipc_perm):
32349 Likewise.
32350 * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu):
32351 Likewise.
32352 * sysdeps/unix/sysv/linux/x86/sys/procfs.h [__x86_64__]
32353 (elf_greg_t): Likewise.
32354 * sysdeps/x86/bits/setjmp.h [__x86_64__ && __WORDSIZE != 64]
32355 (__jmp_buf): Likewise.
32356 * sysdeps/x86/fpu/bits/mathinline.h (llrintf): Likewise, for all
32357 definitions.
32358 (llrint): Likewise, for all definitions.
32359 (llrintl): Likewise.
32360
fed0faa1
JM
32361 * string/string.h [__USE_BSD && __USE_GNU && __GNUC__] (ffsll):
32362 Remove [__GNUC__] condition.
32363 * wcsmbs/wchar.h [__USE_ISOC99 || (__GNUC__ && __USE_GNU)]: Change
32364 condition to just [__USE_ISOC99].
32365 [__GNUC__ && __USE_GNU]: Change condition to just [__USE_GNU].
32366
1a20cb20
L
323672013-01-10 H.J. Lu <hongjiu.lu@intel.com>
32368
32369 [BZ #14200]
32370 * sysdeps/unix/sysv/linux/x86/bits/environments.h
32371 (_POSIX_V7_ILP32_OFF32): Defined as 1 only if __x86_64__ isn't
32372 defined.
32373 (_POSIX_V6_ILP32_OFF32): Likewise.
32374 (_XBS5_ILP32_OFF32): Likewise.
32375 (__ILP32_OFFBIG_CFLAGS): Defined as "-mx32" for x32.
32376 (__ILP32_OFFBIG_LDFLAGS): Likewise.
32377
751b85f7
SP
323782013-01-10 Siddhesh Poyarekar <siddhesh@redhat.com>
32379
7490eb81
SP
32380 * sysdeps/ieee754/dbl-64/mpexp.c: Fix formatting.
32381
751b85f7
SP
32382 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): New array of
32383 doubles __mpexp_twomm1. Adjust usage.
32384 * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1):
32385 Remove.
32386
988197f0
AS
323872013-01-10 Andreas Schwab <schwab@suse.de>
32388
32389 [BZ #14964]
32390 * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (FALLOC_FL_KEEP_SIZE)
32391 (FALLOC_FL_PUNCH_HOLE) [__USE_GNU]: New macros.
32392
e83d7298
DM
323932013-01-09 David S. Miller <davem@davemloft.net>
32394
034ed64b 32395 [BZ #15003]
57f41c40
AS
32396 * sysdeps/gnu/netinet/tcp.h (TCP_COOKIE_TRANSACTIONS)
32397 (TCP_THIN_LINEAR_TIMEOUTS, TCP_THIN_DUPACK, TCP_USER_TIMEOUT)
32398 (TCP_REPAIR, TCP_REPAIR_QUEUE, TCP_QUEUE_SEQ, TCP_REPAIR_OPTIONS)
32399 (TCP_FASTOPEN): Define.
e83d7298
DM
32400 (tcp_repair_opt): New structure.
32401 (TCP_NO_QUEUE, TCP_RECV_QUEUE, TCP_SEND_QUEUE, TCP_QUEUES_NR): New
32402 enum values.
57f41c40
AS
32403 (TCP_COOKIE_MIN, TCP_COOKIE_MAX, TCP_COOKIE_PAIR_SIZE)
32404 (TCP_COOKIE_IN_ALWAYS, TCP_COOKIE_OUT_NEVER, TCP_S_DATA_IN)
32405 (TCP_S_DATA_OUT, TCP_MSS_DEFAULT, TCP_MSS_DESIRED): Define.
e83d7298
DM
32406 (tcp_cookie_transactions): New structure.
32407
d5e0b9bd
AB
324082013-01-09 Anton Blanchard <anton@samba.org>
32409
32410 * sysdeps/unix/sysv/linux/powerpc/sched_getcpu.c: New file.
32411 * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_getcpu.
32412 * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Likewise.
32413 * sysdeps/unix/sysv/linux/powerpc/init-first.c: Likewise.
32414
0c07e3ea
JM
324152013-01-09 Joseph Myers <joseph@codesourcery.com>
32416
32417 * include/features.h (__USE_ANSI): Remove.
32418
232f7002
RM
324192013-01-09 Roland McGrath <roland@hack.frob.com>
32420
ad98e30c
RM
32421 * posix/Makefile (others): Depend on $(objpfx)getconf.speclist.
32422
232f7002
RM
32423 * misc/error.c (error_tail: ALLOCA_LIMIT): Remove unused macro.
32424
950c99ca
SP
324252013-01-09 Siddhesh Poyarekar <siddhesh@redhat.com>
32426
b5792741
SP
32427 * sysdeps/s390/fpu/libm-test-ulps: Update.
32428
47cf2278
SP
32429 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
32430
950c99ca
SP
32431 * sysdeps/ieee754/dbl-64/mpa.c (mcr): Reword comment.
32432 (__acr): Likewise.
32433 (__cpy): Likewise.
32434 (norm): Likewise.
32435 (denorm): Likewise.
32436 (__mp_dbl): Likewise.
32437 (__dbl_mp): Likewise.
32438 (add_magnitudes): Likewise.
32439 (sub_magnitudes): Likewise.
32440 (__add): Likewise.
32441 (__sub): Likewise.
32442 (__mul): Likewise.
32443 (__inv): Likewise.
32444 (__dvd): Likewise.
32445 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mcr): Likewise.
32446 (__acr): Likewise.
32447 (__cpy): Likewise.
32448 (norm): Likewise.
32449 (denorm): Likewise.
32450 (__mp_dbl): Likewise.
32451 (__dbl_mp): Likewise.
32452 (add_magnitudes): Likewise.
32453 (sub_magnitudes): Likewise.
32454 (__add): Likewise.
32455 (__sub): Likewise.
32456 (__mul): Likewise.
32457 (__inv): Likewise.
32458 (__dvd): Likewise.
32459 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mcr): Likewise.
32460 (__acr): Likewise.
32461 (__cpy): Likewise.
32462 (norm): Likewise.
32463 (denorm): Likewise.
32464 (__mp_dbl): Likewise.
32465 (__dbl_mp): Likewise.
32466 (add_magnitudes): Likewise.
32467 (sub_magnitudes): Likewise.
32468 (__add): Likewise.
32469 (__sub): Likewise.
32470 (__mul): Likewise.
32471 (__inv): Likewise.
32472 (__dvd): Likewise.
32473
eede9df9
JM
324742013-01-08 Joseph Myers <joseph@codesourcery.com>
32475
32476 * io/sys/stat.h [__GNUC__ && __GNUC__ >= 2 &&
32477 __USE_EXTERN_INLINES]: Change condition to [__USE_EXTERN_INLINES].
32478 * sysdeps/unix/sysv/linux/sys/sysmacros.h [__GNUC__ && __GNUC__ >=
32479 2 && __USE_EXTERN_INLINES]: Likewise.
32480
c40ea3d9
AJ
324812013-01-08 Andreas Jaeger <aj@suse.de>
32482
32483 [BZ# 14985]
32484 * sysdeps/unix/sysv/linux/sparc/bits/epoll.h (EPOLL_NONBLOCK):
32485 Remove.
32486 * sysdeps/unix/sysv/linux/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
32487 * sysdeps/unix/sysv/linux/x86/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
32488
2ccdea26
AB
324892013-01-07 Anton Blanchard <anton@samba.org>
32490
32491 * sysdeps/powerpc/fpu/feholdexcpt.c: Fixed spelling errors.
32492 * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
32493 * sysdeps/powerpc/fpu/math_ldbl.h: Likewise.
32494 * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
32495 * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
32496 * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
32497 * sysdeps/powerpc/powerpc32/dl-start.S: Likewise.
32498 * sysdeps/powerpc/powerpc32/memset.S: Likewise.
32499 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
32500 * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
32501 * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
32502 * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
32503 * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
32504 * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
32505 * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
32506 * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
32507 * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
32508 * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
32509 * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
32510 * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
32511 * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
32512 * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Likewise.
32513 * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
32514 * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
32515 * sysdeps/powerpc/powerpc64/bits/atomic.h: Likewise.
32516 * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
32517 * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
32518 * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
32519 * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Likewise.
32520 * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
32521 * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
32522 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
32523 * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
32524 * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
32525 * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
32526 * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
32527 * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
32528 * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
32529 * sysdeps/powerpc/powerpc64/power7/memcmp.S: Likewise.
32530 * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
32531 * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Likewise.
32532 * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
32533 * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
32534
a9708fed
JM
325352013-01-07 Joseph Myers <joseph@codesourcery.com>
32536
375607b9
JM
32537 * malloc/malloc.h (__MALLOC_P): Remove all definitions.
32538 (__MALLOC_PMT): Likewise.
32539 [__GNUC__] (__MALLOC_HOOK_VOLATILE): Make not conditional on
32540 [__GNUC__], only on [_LIBC].
32541 [__GNUC__] (__MALLOC_DEPRECATED): Likewise.
32542 [!__GNUC__] (__MALLOC_HOOK_VOLATILE): Remove definition.
32543 [!__GNUC__] (__MALLOC_DEPRECATED): Likewise.
32544 * malloc/malloc.c (malloc_hook_ini): Do not use __MALLOC_P in
32545 forward declaration.
32546 (realloc_hook_ini): Likewise.
32547 (memalign_hook_ini): Likewise.
32548 (__libc_memalign): Do not use __MALLOC_PMT in variable
32549 declaration.
32550 (__libc_valloc): Likewise.
32551 (__libc_pvalloc): Likewise.
32552 (__libc_calloc): Likewise.
32553 (__posix_memalign): Likewise.
32554
a9708fed
JM
32555 [BZ #14996]
32556 * math/s_casinh.c: Include <float.h>.
32557 (__casinh): Do not do computation with squaring and square root
32558 for large arguments.
32559 * math/s_casinhf.c: Include <float.h>.
32560 (__casinhf): Do not do computation with squaring and square root
32561 for large arguments.
32562 * math/s_casinhl.c: Include <float.h>.
32563 [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine and redefine.
32564 (__casinhl): Do not do computation with squaring and square root
32565 for large arguments.
32566 * math/libm-test.inc (casin_test): Add more tests.
32567 (casinh_test): Likewise.
32568 * sysdeps/i386/fpu/libm-test-ulps: Update.
32569 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
32570
afec409a
L
325712013-01-04 H.J. Lu <hongjiu.lu@intel.com>
32572
32573 * sysdeps/i386/i686/cacheinfo.c (__x86_64_data_cache_size): Removed.
32574 (__x86_64_raw_data_cache_size): Likewise.
32575 (__x86_64_data_cache_size_half): Likewise.
32576 (__x86_64_raw_data_cache_size_half): Likewise.
32577 (__x86_64_shared_cache_size): Likewise.
32578 (__x86_64_raw_shared_cache_size): Likewise.
32579 (__x86_64_shared_cache_size_half): Likewise.
32580 (__x86_64_raw_shared_cache_size_half): Likewise.
32581 * sysdeps/x86_64/cacheinfo.c (__x86_64_data_cache_size): Renamed
32582 to ...
32583 (__x86_data_cache_size): This.
32584 (__x86_64_raw_data_cache_size): Renamed to ...
32585 (__x86_raw_data_cache_size): This.
32586 (__x86_64_data_cache_size_half): Renamed to ...
32587 (__x86_data_cache_size_half): This.
32588 (__x86_64_raw_data_cache_size_half): Renamed to ...
32589 (__x86_raw_data_cache_size_half): This.
32590 (__x86_64_shared_cache_size): Renamed to ...
32591 (__x86_shared_cache_size): This.
32592 (__x86_64_raw_shared_cache_size): Renamed to ...
32593 (__x86_raw_shared_cache_size): This.
32594 (__x86_64_shared_cache_size_half): Renamed to ...
32595 (__x86_shared_cache_size_half): This.
32596 (__x86_64_raw_shared_cache_size_half): Renamed to ...
32597 (__x86_raw_shared_cache_size_half): This.
32598 * sysdeps/x86_64/memcpy.S: Updated.
32599 * sysdeps/x86_64/memset.S: Likewise.
32600 * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
32601 * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
32602 * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
32603
0b3986d0
DM
326042013-01-04 David S. Miller <davem@davemloft.net>
32605
32606 * sysdeps/sparc/fpu/libm-test-ulps: Update.
32607
e47686e9
AS
326082013-01-04 Andreas Schwab <schwab@linux-m68k.org>
32609
d643bac1
AS
32610 * sysdeps/powerpc/fpu/test-powerpc-snan.c (_GNU_SOURCE): Define as
32611 1 to avoid redefinition warning.
32612 (__USE_GNU): Don't define.
32613 (init_signaling_nan): Protoize.
32614
e47686e9
AS
32615 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
32616
b18decba
SP
326172013-01-04 Siddhesh Poyarekar <siddhesh@redhat.com>
32618
fffb407f
SP
32619 * sysdeps/ieee754/dbl-64/mpa.c: Remove commented code.
32620 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cr): Remove.
32621 (__cpymn): Likewise.
32622 (norm): Remove commented code.
32623 (denorm): Likewise.
32624 (__mp_dbl): Likewise.
32625 (__inv): Likewise.
32626 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cr): Remove.
32627 (__cpymn): Likewise.
32628 (norm): Remove commented code.
32629 (denorm): Likewise.
32630 (__mp_dbl): Likewise.
32631 (__inv): Likewise.
32632
b18decba
SP
32633 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mpone): Define
32634 mp_no value for 1.0 and 2.0.
32635 (norm): Use RADIXI instead of radixi.d.
32636 (denorm): Likewise.
32637 (__mul): Use 0.0 instead of zero.d.
32638 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mpone): Define
32639 mp_no value for 1.0 and 2.0.
32640 (norm): Use RADIXI instead of radixi.d.
32641 (denorm): Likewise.
32642 (__mul): Use 0.0 instead of zero.d.
32643
cdc1c96f
JM
326442013-01-04 Joseph Myers <joseph@codesourcery.com>
32645
32646 [BZ #14994]
32647 * math/s_casinh.c (__casinh): Reduce finite argument to first
32648 quadrant then set signs of results at the end.
32649 * math/s_casinhf.c (__casinhf): Likewise.
32650 * math/s_casinhl.c (__casinhl): Likewise.
32651 * math/libm-test.inc (casin_test): Add more tests.
32652 (casinh_test): Likewise.
32653 * sysdeps/i386/fpu/libm-test-ulps: Update.
32654 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
32655
302913e1
SP
326562013-01-04 Siddhesh Poyarekar <siddhesh@redhat.com>
32657
6420d207
SP
32658 * sysdeps/ieee754/dbl-64/mpa.h: Fix code formatting.
32659
a9e48ab4
SP
32660 * sysdeps/ieee754/dbl-64/mpa.h: Clean up comment for MP_NO.
32661
b7837264
SP
32662 * sysdeps/ieee754/dbl-64/mpa.c(norm): Remove commented
32663 declarations.
32664 (denorm): Likewise.
32665 (__mp_dbl): Likewise.
32666 (__inv): Likewise.
32667
f8af25d2
SP
32668 * sysdeps/ieee754/dbl-64/mpa.h: Remove commented declarations
32669 and adjust the header comment.
32670
302913e1
SP
32671 * sysdeps/ieee754/dbl-64/mpa.h (__mpexp): Remove unnecessary
32672 variable name from declaration.
32673
5d7dd1ca
L
326742013-01-03 H.J. Lu <hongjiu.lu@intel.com>
32675
32676 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
32677 Initialize COMMON_CPUID_INDEX_7 element.
32678 * sysdeps/x86_64/multiarch/init-arch.h (bit_RTM): New macro.
32679 (CPUID_RTM): Likewise.
32680 (HAS_RTM): Likewise.
32681 (COMMON_CPUID_INDEX_7): New enum.
32682
2f5f40f4
AS
326832013-01-03 Andreas Schwab <schwab@linux-m68k.org>
32684
32685 [BZ #14981]
32686 * malloc/mtrace.c (tr_reallochook): If realloc returns NULL when
32687 size is zero, record memory as freed.
32688
4056f4a0
AJ
326892013-01-03 Andreas Jaeger <aj@suse.de>
32690
32691 * po/ia.po: Add new Interlingua translation.
32692
ab15736f 326932012-01-03 Allan McRae <allan@archlinux.org>
fd80f0b7
AM
32694
32695 * locale/programs/localedef.c: Fix description of '--posix' flag.
32696
568035b7
JM
326972013-01-02 Joseph Myers <joseph@codesourcery.com>
32698
e6898b8d
JM
32699 * NEWS: Update dates in second copyright notice.
32700 * README: Update copyright dates in example.
32701 * manual/libc.texinfo: Update copyright dates.
32702 * scripts/test-installation.pl: Update copyright date in --version
32703 output.
32704
0e2f9562
JM
32705 * hurd/ctty-input.c: Fix copyright notice formatting.
32706 * hurd/ctty-output.c: Likewise.
32707 * hurd/dtable.c: Likewise.
32708 * hurd/hurd-raise.c: Likewise.
32709 * hurd/hurdprio.c: Likewise.
32710 * hurd/msgportdemux.c: Likewise.
32711 * misc/sys/file.h: Likewise.
32712 * misc/sys/ioctl.h: Likewise.
32713 * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
32714 * sysdeps/mach/hurd/chdir.c: Likewise.
32715 * sysdeps/mach/hurd/fchdir.c: Likewise.
32716 * sysdeps/mach/hurd/rename.c: Likewise.
32717 * sysdeps/mach/hurd/rmdir.c: Likewise.
32718 * sysdeps/mach/hurd/seekdir.c: Likewise.
32719 * sysdeps/mach/hurd/setsid.c: Likewise.
32720 * sysdeps/posix/wait3.c: Likewise.
32721
568035b7
JM
32722 * All files with FSF copyright notices: Update copyright dates
32723 using scripts/update-copyrights.
32724 * intl/plural.c: Regenerated.
32725 * locale/programs/charmap-kw.h: Likewise.
32726 * locale/programs/locfile-kw.h: Likewise.
32727
da08f647
SP
327282013-01-02 Siddhesh Poyarekar <siddhesh@redhat.com>
32729
0f5477af
SP
32730 * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1): Fix first
32731 four values.
32732
44e0d4c2
SP
32733 * sysdeps/ieee754/dbl-64/mpa.c (__mul): Split mantissa
32734 calculation loop and add branch prediction.
32735
4d55b4e5
SP
32736 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Add assert to
32737 check access beyond bounds of m1np.
32738
da08f647
SP
32739 * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
32740 MPTWO.
32741 (__inv): Remove local variable MPTWO to use the global
32742 constant.
32743 * sysdeps/ieee754/dbl-64/mpa.h: Declare MPTWO.
32744 * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
32745 variable MPTWO.
32746 * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Make MPHALF and
32747 MP3HALFS static const.
32748
8e051029
DM
327492013-01-01 David S. Miller <davem@davemloft.net>
32750
32751 * po/ca.po: Update from translation team.
32752
f4cf5f2d
JM
327532013-01-01 Joseph Myers <joseph@codesourcery.com>
32754
32755 * scripts/update-copyrights: New file.
32756 * Makeconfig: Reformat copyright notice.
32757 * ctype/ctype.h: Likewise.
32758 * debug/swprintf_chk.c: Likewise.
32759 * elf/dl-cache.c: Likewise.
32760 * elf/dl-debug.c: Likewise.
32761 * elf/dl-object.c: Likewise.
32762 * grp/initgroups.c: Likewise.
32763 * hurd/Makefile: Likewise.
32764 * hurd/hurd/signal.h: Likewise.
32765 * hurd/hurdfault.c: Likewise.
32766 * hurd/hurdioctl.c: Likewise.
32767 * hurd/hurdlookup.c: Likewise.
32768 * hurd/intr-msg.c: Likewise.
32769 * iconv/gconv_open.c: Likewise.
32770 * libio/swprintf.c: Likewise.
32771 * locale/lc-ctype.c: Likewise.
32772 * locale/nl_langinfo.c: Likewise.
32773 * mach/Machrules: Likewise.
32774 * mach/Makefile: Likewise.
32775 * malloc/obstack.h: Likewise.
32776 * manual/Makefile: Likewise.
32777 * manual/tsort.awk: Likewise.
32778 * misc/bits/stab.def: Likewise.
32779 * nis/nis_print_group_entry.c: Likewise.
32780 * nis/nis_table.c: Likewise.
32781 * nis/nss_compat/compat-pwd.c: Likewise.
32782 * nis/nss_compat/compat-spwd.c: Likewise.
32783 * po/Makefile: Likewise.
32784 * posix/fnmatch.c: Likewise.
32785 * posix/regex.h: Likewise.
32786 * resolv/Makefile: Likewise.
32787 * resolv/nss_dns/dns-network.c: Likewise.
32788 * resolv/res_hconf.c: Likewise.
32789 * scripts/gen-sorted.awk: Likewise.
32790 * soft-fp/soft-fp.h: Likewise.
32791 * stdio-common/printf.h: Likewise.
32792 * stdlib/monetary.h: Likewise.
32793 * stdlib/random.c: Likewise.
32794 * stdlib/random_r.c: Likewise.
32795 * sysdeps/generic/Makefile: Likewise.
32796 * sysdeps/gnu/Makefile: Likewise.
32797 * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
32798 * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
32799 * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
32800 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
32801 * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
32802 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
32803 * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
32804 * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
32805 * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
32806 * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
32807 * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
32808 * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
32809 * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
32810 * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
32811 * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
32812 * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
32813 * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
32814 * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
32815 * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
32816 * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
32817 * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
32818 * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
32819 * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
32820 * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
32821 * sysdeps/ieee754/ldbl-128/mpn2ldbl.c: Likewise.
32822 * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
32823 * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
32824 * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Likewise.
32825 * sysdeps/mach/hurd/errnos.awk: Likewise.
32826 * sysdeps/mach/hurd/fork.c: Likewise.
32827 * sysdeps/mach/hurd/getcwd.c: Likewise.
32828 * sysdeps/mach/hurd/i386/trampoline.c: Likewise.
32829 * sysdeps/mach/hurd/mmap.c: Likewise.
32830 * sysdeps/mach/hurd/utimes.c: Likewise.
32831 * sysdeps/mach/hurd/xmknod.c: Likewise.
32832 * sysdeps/posix/profil.c: Likewise.
32833 * sysdeps/posix/readdir_r.c: Likewise.
32834 * sysdeps/powerpc/bits/mathdef.h: Likewise.
32835 * sysdeps/powerpc/bits/setjmp.h: Likewise.
32836 * sysdeps/powerpc/powerpc32/__longjmp-common.S: Likewise.
32837 * sysdeps/powerpc/powerpc32/memset.S: Likewise.
32838 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
32839 * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
32840 * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
32841 * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
32842 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
32843 * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
32844 * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
32845 * sysdeps/pthread/lio_listio.c: Likewise.
32846 * sysdeps/sparc/dl-procinfo.h: Likewise.
32847 * sysdeps/unix/i386/sysdep.S: Likewise.
32848 * sysdeps/unix/sysv/linux/aio_sigqueue.c: Likewise.
32849 * sysdeps/unix/sysv/linux/fstatvfs64.c: Likewise.
32850 * sysdeps/unix/sysv/linux/getdents.c: Likewise.
32851 * sysdeps/unix/sysv/linux/msgctl.c: Likewise.
32852 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
32853 * sysdeps/unix/sysv/linux/semctl.c: Likewise.
32854 * sysdeps/unix/sysv/linux/shmctl.c: Likewise.
32855 * sysdeps/unix/sysv/linux/speed.c: Likewise.
32856 * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
32857 * sysdeps/wordsize-32/divdi3.c: Likewise.
32858 * time/sys/time.h: Likewise.
32859 * wcsmbs/Makefile: Likewise.
32860
0549fbba
DM
328612013-01-01 David S. Miller <davem@davemloft.net>
32862
a141f1a7
DM
32863 * po/fr.po: Update from translation team.
32864
0549fbba
DM
32865 * catgets/gencat.c: Update copyright year.
32866 * csu/version.c: Likewise.
32867 * debug/catchsegv.sh: Likewise.
32868 * debug/pcprofiledump.c: Likewise.
32869 * debug/xtrace.sh: Likewise.
32870 * elf/ldconfig.c: Likewise.
32871 * elf/ldd.bash.in: Likewise.
32872 * elf/pldd.c: Likewise.
32873 * elf/sotruss.ksh: Likewise.
32874 * elf/sprof.c: Likewise.
32875 * iconv/iconv_prog.c: Likewise.
32876 * iconv/iconvconfig.c: Likewise.
32877 * locale/programs/locale.c: Likewise.
32878 * locale/programs/localedef.c: Likewise.
32879 * login/programs/pt_chown.c: Likewise.
32880 * malloc/memusage.sh: Likewise.
32881 * malloc/memusagestat.c: Likewise.
32882 * malloc/mtrace.pl: Likewise.
32883 * nscd/nscd.c: Likewise.
32884 * nss/getent.c: Likewise.
32885 * nss/makedb.c: Likewise.
32886 * posix/getconf.c: Likewise.
32887
18ea052c
SP
328882012-12-31 Siddhesh Poyarekar <siddhesh@redhat.com>
32889
32890 * sysdeps/ieee754/dbl-64/mpa.c (__mp_dbl): Favour normal
32891 numbers.
32892
9c89fca6
MF
328932012-12-30 Mike Frysinger <vapier@gentoo.org>
32894
32895 * math/bits/mathcalls.h (modf): Use __nonnull.
32896
085ec079
SP
328972012-12-29 Siddhesh Poyarekar <siddhesh@redhat.com>
32898
32899 * sysdeps/ieee754/dbl-64/branred.h: Include dla.h.
32900 (split): Use macro CN instead of the bare value.
32901 * sysdeps/ieee754/dbl-64/dla.h: Add comment to explain why CN
32902 could be used.
32903 * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use CN
32904 instead of the bare value.
32905 (power1): Likewise.
32906
6d9f97e1
SP
329072012-12-28 Siddhesh Poyarekar <siddhesh@redhat.com>
32908
d63f73be
SP
32909 * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove
32910 __ATAN_TWOM.
32911 * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
32912
6d9f97e1
SP
32913 * sysdeps/ieee754/dbl-64/atnat.h: Replaced constants with
32914 their values.
32915 * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
32916 * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
32917 * sysdeps/ieee754/dbl-64/ulog.h: Likewise.
32918 * sysdeps/ieee754/dbl-64/utan.h: Likewise.
32919
4c4febf5
AJ
329202012-12-28 Andreas Jaeger <aj@suse.de>
32921
af5843ef
AJ
32922 * elf/elf.h (NT_S390_TDB, NT_FILE, NT_SIGINFO): Define. New
32923 values are from Linux 3.7.
32924
4c4febf5
AJ
32925 * sysdeps/gnu/netinet/tcp.h (TCPI_OPT_SYN_DATA)
32926 (TCPI_OPT_ECN_SEEN): Define. Sync with Linux 3.7.
32927
99136f82
SP
329282012-12-28 Siddhesh Poyarekar <siddhesh@redhat.com>
32929
2f216c3c 32930 * misc/sys/cdefs.h (__glibc_likely): Wrap __builtin_expect for
91998e44
SP
32931 TRUE case.
32932
99136f82
SP
32933 * sysdeps/ieee754/dbl-64/mpa.c (norm): Define R as RADIXI.
32934 (norm): Likewise.
32935 * sysdeps/ieee754/dbl-64/mpa2.h: Remove all static const
32936 variables with preprocessor constants.
32937 * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
32938 * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
32939 * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
32940
7fffbdff
BH
329412012-12-27 Bruno Haible <bruno@clisp.org>
32942
32943 [BZ #14317]
32944 * string/xpg-strerror.c (__xpg_strerror_r): Optimize, call strlen
32945 only if needed.
32946
b76eb5f0
SP
329472012-12-27 Siddhesh Poyarekar <siddhesh@redhat.com>
32948
31a7fe5c
SP
32949 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Eliminate __mpexp_nn
32950 and use variable directly.
32951 * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_nn): Remove.
32952
b76eb5f0
SP
32953 * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
32954 MPONE.
32955 * sysdeps/ieee754/dbl-64/mpa.h: Declare MPONE.
32956 * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
32957 variable MPONE.
32958 * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
32959 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
32960 * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Remove mplog.h
32961 include directive. Remove local variable MPONE.
32962 * sysdeps/ieee754/dbl-64/mplog.h: Remove.
32963 * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define NO__CONST.
32964 * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
32965
2c8bfe7d
DM
329662012-12-25 David S. Miller <davem@davemloft.net>
32967
32968 * version.h (RELEASE): Set to "development".
32969 (VERSION): Set to "2.17.90".
32970 * NEWS: Add 2.18 section.
32971
147d03b0
DM
329722012-12-21 David S. Miller <davem@davemloft.net>
32973
32974 * po/hr.po: Update from translation team.
32975
a8ebb2b9
AK
329762012-12-21 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
32977
32978 * sysdeps/s390/fpu/libm-test-ulps: Refreshed.
32979
95b4f1b6
SE
329802012-12-19 Steve Ellcey <sellcey@mips.com>
32981
b2d94007 32982 * NEWS: Mention new memcpy for MIPS.
95b4f1b6 32983
cedb2a90
MS
329842012-12-18 Marcus Shawcroft <marcus.shawcroft@linaro.org>
32985
32986 * manual/contrib.texi (Contributors): Spelling correction.
32987
bbf527d6
DM
329882012-12-15 David S. Miller <davem@davemloft.net>
32989
32990 * po/ru.po: Update from translation team.
32991
bc38c906
DM
329922012-12-13 David S. Miller <davem@davemloft.net>
32993
85429b1a
DM
32994 * NEWS: Mention IFUNC testsuite enhancements.
32995
d283e353
DM
32996 * po/pl.po: Update from translation team.
32997 * po/bg.po: Likewise.
32998
bc38c906
DM
32999 * manual/contrib.texi (Contributors): Update entries for Hongjiu
33000 Lu and Joseph S. Myers. Add entry for Marcus Shawcroft.
33001
a181b0d7
DM
330022012-12-11 David S. Miller <davem@davemloft.net>
33003
4641d57e
DM
33004 * po/sv.po: Update from translation team.
33005
f7bc6495
DM
33006 * po/vi.po: Update from translation team.
33007
6fc9048f
DM
33008 * po/cs.po: Update from translation team.
33009
a181b0d7
DM
33010 * po/de.po: Update from translation team.
33011 * po/eo.po: Likewise.
33012 * po/nl.po: Likewise.
33013
f70bfe80
SP
330142012-12-11 Siddhesh Poyarekar <siddhesh@redhat.com>
33015
3c8b4190
SP
33016 [BZ #14246]
33017 * manual/argp.texi (Argp Helper Functions): Move node to follow
33018 Argp Parsing State.
33019
f70bfe80
SP
33020 [BZ #14872]
33021 * manual/conf.texi (Limits on File System Capacity): Mention if
33022 terminating null is included in the max size.
33023
188f0adf
AJ
330242012-12-10 Andreas Jaeger <aj@suse.de>
33025
33026 * po/cs.po: Update from translation team.
33027
56e7d3ad
SP
330282012-12-08 Siddhesh Poyarekar <siddhesh@redhat.com>
33029
33030 * sysdeps/s390/jmpbuf-unwind.h (_jmpbuf_sp): Declare SP as
33031 void pointer and cast to uintptr_t.
33032 * sysdeps/s390/s390-64/memcmp.S: Pick sysdep.h from include
33033 path.
33034 * sysdeps/s390/s390-64/memcpy.S: Likewise.
33035 * sysdeps/s390/s390-64/memset.S: Likewise.
33036
76f2d2ea 330372012-12-08 Benno Schulenberg <bensberg@justemail.net>
c430c4af
BS
33038
33039 [BZ #14833]
33040 * menual/message.texi (Message Translation): Fix typos.
33041 (Helper programs for gettext): Likewise.
33042
67cbf9a2
AS
330432012-12-07 Andreas Schwab <schwab@linux-m68k.org>
33044
33045 [BZ #14898]
33046 * include/link.h (FORCED_DYNAMIC_TLS_OFFSET) [NO_TLS_OFFSET == 0]:
33047 Change to -1.
33048
682d0e9a
DM
330492012-12-07 David S. Miller <davem@davemloft.net>
33050
33051 * po/libc.pot: Update.
33052
573cd484
RH
330532012-12-07 Richard Henderson <rth@redhat.com>
33054
7e9da188 33055 [BZ #10114]
573cd484
RH
33056 * soft-fp/op-common.h (_FP_MUL): Pull computation of R_e from the
33057 normal/normal case to before the switch.
33058 (_FP_DIV): Likewise.
33059
e933a943
MF
330602012-12-06 Carlos O'Donell <carlos@systemhalted.org>
33061 Mike Frysinger <vapier@gentoo.org>
33062
33063 * sysdeps/unix/sysv/linux/posix_fadvise.c (posix_fadvise): Also
33064 check for __NR_fadvise64_64.
33065
82123268
CM
330662012-12-06 Chris Metcalf <cmetcalf@tilera.com>
33067
33068 * sysdeps/generic/fpu_control.h (_FPU_GETCW): Define to set cw to
33069 0, not just to plain "0" as a statement.
33070 (_FPU_SETCW): Define to (void) (cw), rather than doing nothing
33071 with cw.
33072
d9814526
JM
330732012-12-06 Joseph Myers <joseph@codesourcery.com>
33074
33075 * NEWS: Use sourceware.org in Bugzilla URL.
33076
7728c574
SP
330772012-12-06 Siddhesh Poyarekar <siddhesh@redhat.com>
33078
f16946dd
SP
33079 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
33080 (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
33081
5704bbcb
SP
33082 * stdio-common/tst-put-error.c (do_test): Add newline to the
33083 padded test to ensure flush.
33084
17aa0516
JL
330852012-12-05 Jeff Law <law@redhat.com>
33086
33087 * sunrpc/etc.rpc (fedfs_admin): Add entry.
33088
363313b5
JM
330892012-12-05 Joseph Myers <joseph@codesourcery.com>
33090
effbd42a
JM
33091 * README: Don't refer to ports add-on as distributed separately.
33092 Mention AArch64 in list of systems supported in the ports add-on.
33093
87600365
JM
33094 * LICENSES: Add more non-FSF copyright and license notices.
33095
a0d7066a
JM
33096 * soft-fp/op-common.h (_FP_DECL): Declare X##_s with __attribute__
33097 ((unused)).
33098
66ca5a5b
JM
33099 * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Include <stdlib.h>.
33100
363313b5
JM
33101 * stdio-common/tst-put-error.c (do_test): Use 10000000 instead of
33102 10000 as width of padded output.
33103
b37984ad
JM
331042012-12-04 Joseph Myers <joseph@codesourcery.com>
33105
9003570a
JM
33106 * sysdeps/powerpc/sysdep.h (_SYS_AUXV_H): Define to 1 not empty.
33107
b37984ad
JM
33108 * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Mark
33109 variable LX with __attribute__ ((unused)).
33110 * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
33111 Likewise.
33112 * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
33113 * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
33114 * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Mark variable LY
33115 with __attribute__ ((unused)).
33116
c8df52ec
DM
331172012-12-04 David S. Miller <davem@abraco.davemloft.net>
33118
33119 * sysdeps/generic/memcopy.h: Add multiple inclusion protection.
33120
b3b099af
JM
331212012-12-04 Joseph Myers <joseph@codesourcery.com>
33122
c33aa6e3
JM
33123 * sysdeps/ieee754/ldbl-opt/Makefile [$(subdir) = math]
33124 (CFLAGS-nldbl-acos.c): New variable.
33125 [$(subdir) = math] (CFLAGS-nldbl-acosh.c): Likewise.
33126 [$(subdir) = math] (CFLAGS-nldbl-asin.c): Likewise.
33127 [$(subdir) = math] (CFLAGS-nldbl-asinh.c): Likewise.
33128 [$(subdir) = math] (CFLAGS-nldbl-atan.c): Likewise.
33129 [$(subdir) = math] (CFLAGS-nldbl-atan2.c): Likewise.
33130 [$(subdir) = math] (CFLAGS-nldbl-atanh.c): Likewise.
33131 [$(subdir) = math] (CFLAGS-nldbl-cabs.c): Likewise.
33132 [$(subdir) = math] (CFLAGS-nldbl-cacos.c): Likewise.
33133 [$(subdir) = math] (CFLAGS-nldbl-cacosh.c): Likewise.
33134 [$(subdir) = math] (CFLAGS-nldbl-carg.c): Likewise.
33135 [$(subdir) = math] (CFLAGS-nldbl-casin.c): Likewise.
33136 [$(subdir) = math] (CFLAGS-nldbl-casinh.c): Likewise.
33137 [$(subdir) = math] (CFLAGS-nldbl-catan.c): Likewise.
33138 [$(subdir) = math] (CFLAGS-nldbl-catanh.c): Likewise.
33139 [$(subdir) = math] (CFLAGS-nldbl-cbrt.c): Likewise.
33140 [$(subdir) = math] (CFLAGS-nldbl-ccos.c): Likewise.
33141 [$(subdir) = math] (CFLAGS-nldbl-ccosh.c): Likewise.
33142 [$(subdir) = math] (CFLAGS-nldbl-ceil.c): Likewise.
33143 [$(subdir) = math] (CFLAGS-nldbl-cexp.c): Likewise.
33144 [$(subdir) = math] (CFLAGS-nldbl-cimag.c): Likewise.
33145 [$(subdir) = math] (CFLAGS-nldbl-clog.c): Likewise.
33146 [$(subdir) = math] (CFLAGS-nldbl-clog10.c): Likewise.
33147 [$(subdir) = math] (CFLAGS-nldbl-conj.c): Likewise.
33148 [$(subdir) = math] (CFLAGS-nldbl-copysign.c): Likewise.
33149 [$(subdir) = math] (CFLAGS-nldbl-cos.c): Likewise.
33150 [$(subdir) = math] (CFLAGS-nldbl-cosh.c): Likewise.
33151 [$(subdir) = math] (CFLAGS-nldbl-cpow.c): Likewise.
33152 [$(subdir) = math] (CFLAGS-nldbl-cproj.c): Likewise.
33153 [$(subdir) = math] (CFLAGS-nldbl-creal.c): Likewise.
33154 [$(subdir) = math] (CFLAGS-nldbl-csin.c): Likewise.
33155 [$(subdir) = math] (CFLAGS-nldbl-csinh.c): Likewise.
33156 [$(subdir) = math] (CFLAGS-nldbl-csqrt.c): Likewise.
33157 [$(subdir) = math] (CFLAGS-nldbl-ctan.c): Likewise.
33158 [$(subdir) = math] (CFLAGS-nldbl-ctanh.c): Likewise.
33159 [$(subdir) = math] (CFLAGS-nldbl-drem.c): Likewise.
33160 [$(subdir) = math] (CFLAGS-nldbl-erf.c): Likewise.
33161 [$(subdir) = math] (CFLAGS-nldbl-erfc.c): Likewise.
33162 [$(subdir) = math] (CFLAGS-nldbl-exp.c): Likewise.
33163 [$(subdir) = math] (CFLAGS-nldbl-exp10.c): Likewise.
33164 [$(subdir) = math] (CFLAGS-nldbl-exp2.c): Likewise.
33165 [$(subdir) = math] (CFLAGS-nldbl-expm1.c): Likewise.
33166 [$(subdir) = math] (CFLAGS-nldbl-fabs.c): Likewise.
33167 [$(subdir) = math] (CFLAGS-nldbl-fdim.c): Likewise.
33168 [$(subdir) = math] (CFLAGS-nldbl-finite.c): Likewise.
33169 [$(subdir) = math] (CFLAGS-nldbl-floor.c): Likewise.
33170 [$(subdir) = math] (CFLAGS-nldbl-fma.c): Likewise.
33171 [$(subdir) = math] (CFLAGS-nldbl-fmax.c): Likewise.
33172 [$(subdir) = math] (CFLAGS-nldbl-fmin.c): Likewise.
33173 [$(subdir) = math] (CFLAGS-nldbl-fmod.c): Likewise.
33174 [$(subdir) = math] (CFLAGS-nldbl-frexp.c): Likewise.
33175 [$(subdir) = math] (CFLAGS-nldbl-gamma.c): Likewise.
33176 [$(subdir) = math] (CFLAGS-nldbl-hypot.c): Likewise.
33177 [$(subdir) = math] (CFLAGS-nldbl-ilogb.c): Likewise.
33178 [$(subdir) = math] (CFLAGS-nldbl-isinf.c): Likewise.
33179 [$(subdir) = math] (CFLAGS-nldbl-isnan.c): Likewise.
33180 [$(subdir) = math] (CFLAGS-nldbl-j0.c): Likewise.
33181 [$(subdir) = math] (CFLAGS-nldbl-j1.c): Likewise.
33182 [$(subdir) = math] (CFLAGS-nldbl-jn.c): Likewise.
33183 [$(subdir) = math] (CFLAGS-nldbl-ldexp.c): Likewise.
33184 [$(subdir) = math] (CFLAGS-nldbl-lgamma.c): Likewise.
33185 [$(subdir) = math] (CFLAGS-nldbl-lgamma_r.c): Likewise.
33186 [$(subdir) = math] (CFLAGS-nldbl-llrint.c): Likewise.
33187 [$(subdir) = math] (CFLAGS-nldbl-llround.c): Likewise.
33188 [$(subdir) = math] (CFLAGS-nldbl-log.c): Likewise.
33189 [$(subdir) = math] (CFLAGS-nldbl-log10.c): Likewise.
33190 [$(subdir) = math] (CFLAGS-nldbl-log1p.c): Likewise.
33191 [$(subdir) = math] (CFLAGS-nldbl-log2.c): Likewise.
33192 [$(subdir) = math] (CFLAGS-nldbl-logb.c): Likewise.
33193 [$(subdir) = math] (CFLAGS-nldbl-lrint.c): Likewise.
33194 [$(subdir) = math] (CFLAGS-nldbl-lround.c): Likewise.
33195 [$(subdir) = math] (CFLAGS-nldbl-modf.c): Likewise.
33196 [$(subdir) = math] (CFLAGS-nldbl-nan.c): Likewise.
33197 [$(subdir) = math] (CFLAGS-nldbl-nearbyint.c): Likewise.
33198 [$(subdir) = math] (CFLAGS-nldbl-nextafter.c): Likewise.
33199 [$(subdir) = math] (CFLAGS-nldbl-nexttoward.c): Likewise.
33200 [$(subdir) = math] (CFLAGS-nldbl-nexttowardf.c): Likewise.
33201 [$(subdir) = math] (CFLAGS-nldbl-pow.c): Likewise.
33202 [$(subdir) = math] (CFLAGS-nldbl-pow10.c): Likewise.
33203 [$(subdir) = math] (CFLAGS-nldbl-remainder.c): Likewise.
33204 [$(subdir) = math] (CFLAGS-nldbl-remquo.c): Likewise.
33205 [$(subdir) = math] (CFLAGS-nldbl-rint.c): Likewise.
33206 [$(subdir) = math] (CFLAGS-nldbl-round.c): Likewise.
33207 [$(subdir) = math] (CFLAGS-nldbl-scalb.c): Likewise.
33208 [$(subdir) = math] (CFLAGS-nldbl-scalbln.c): Likewise.
33209 [$(subdir) = math] (CFLAGS-nldbl-scalbn.c): Likewise.
33210 [$(subdir) = math] (CFLAGS-nldbl-significand.c): Likewise.
33211 [$(subdir) = math] (CFLAGS-nldbl-sin.c): Likewise.
33212 [$(subdir) = math] (CFLAGS-nldbl-sincos.c): Likewise.
33213 [$(subdir) = math] (CFLAGS-nldbl-sinh.c): Likewise.
33214 [$(subdir) = math] (CFLAGS-nldbl-sqrt.c): Likewise.
33215 [$(subdir) = math] (CFLAGS-nldbl-tan.c): Likewise.
33216 [$(subdir) = math] (CFLAGS-nldbl-tanh.c): Likewise.
33217 [$(subdir) = math] (CFLAGS-nldbl-tgamma.c): Likewise.
33218 [$(subdir) = math] (CFLAGS-nldbl-trunc.c): Likewise.
33219 [$(subdir) = math] (CFLAGS-nldbl-y0.c): Likewise.
33220 [$(subdir) = math] (CFLAGS-nldbl-y1.c): Likewise.
33221 [$(subdir) = math] (CFLAGS-nldbl-yn.c): Likewise.
33222
20f0018d
JM
33223 * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
33224 (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
33225
b3b099af
JM
33226 [BZ #14914]
33227 * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Clear
33228 whole low double instead of just low 47 bits when splitting values
33229 into two parts.
33230
029264d1
AM
332312012-12-03 Allan McRae <allan@archlinux.org>
33232
33233 * manual/stdio.texi (Predefined Printf Handlers): Remove
33234 @hsep and @vsep usage.
33235
c9d6789e
MF
332362012-12-03 Mike Frysinger <vapier@gentoo.org>
33237
33238 * bits/byteswap.h [__GNUC__]: Change __GNUC_PREREQ from 4.2 to 4.3.
33239 * sysdeps/x86/bits/byteswap.h [__GNUC__]: Likewise.
33240
4b7634a5
JL
332412012-12-03 Jeff Law <law@redhat.com>
33242
33243 * time/sys/time.h (settimeofday): Do not mark TV argument
33244 as __nonnull.
33245
eb6cbd24
MF
332462012-12-01 Mike Frysinger <vapier@gentoo.org>
33247
33248 * libio/fileops.c (_IO_new_file_close_it): Do not always flush
33249 when currently writing and seek to current position when not.
33250 * libio/Makefile (tests): Remove bug-fclose1.
33251 * libio/bug-fclose1.c: Delete.
33252
f638872a
JM
332532012-12-01 Joseph Myers <joseph@codesourcery.com>
33254
33255 * manual/arith.texi (feenableexcept): Fix typo.
33256 (fedisableexcept): Likewise.
33257
48085d14
RM
332582012-11-30 Roland McGrath <roland@hack.frob.com>
33259
33260 * sysdeps/powerpc/powerpc64/entry.h (TEXT_START): Define using a
33261 second, differently-typed declaration, rather than a cast.
33262
1a538b9f
SP
332632012-11-30 Siddhesh Poyarekar <siddhesh@redhat.com>
33264
33265 * sunrpc/rpc/svc.h (__svc_accept_failed): Move declaration...
33266 * include/rpc/svc.h: ... here.
33267
d07f2ff1 332682012-11-30 Aurelien Jarno <aurel32@debian.org>
cc8bb21c
AJ
33269
33270 [BZ #13013]
33271 * resolv/res_query.c(__libc_res_nquery): Assign hp and hp2
33272 depending n and resplen2 to catch cases where answer
33273 equals answerp2.
33274
c93ec1f0
CD
332752012-11-29 Carlos O'Donell <carlos@systemhalted.org>
33276
33277 * elf/get-dynamic-info.h (elf_get_dynamic_info): Warn
33278 for unsupported DF_1_* bits when DL_DEBUG_FILES is set.
33279
37db69de
MF
332802012-11-29 Mike Frysinger <vapier@gentoo.org>
33281
33282 * sysdeps/unix/sysv/linux/clock_getcpuclockid.c (HAS_CPUCLOCK): Delete.
33283
e10c4e4f
RM
332842012-11-29 Roland McGrath <roland@hack.frob.com>
33285
33286 * inet/tst-inet6_rth.c (do_test): Use a union rather than type punning.
33287
2af1b328
JL
332882012-11-28 Jeff Law <law@redhat.com>
33289
33290 [BZ #13761]
33291 * nscd/grpcache.c (cache_addgr): Rename alloca_used to
33292 dataset_temporary. Track alloca usage into alloca_used.
33293 If dataset is large allocate and release it via malloc/free.
33294
111db5b1
FW
332952012-06-04 Florian Weimer <fweimer@redhat.com>
33296
f06cc227 33297 [BZ #14197]
111db5b1
FW
33298 * debug/test-strcpy_chk.c: Mention __chk_fail ABI test.
33299
dd694abd
DM
333002012-11-28 David S. Miller <davem@davemloft.net>
33301
33302 * sysdeps/sparc/fpu/libm-test-ulps: Update.
33303
9984dd01
JM
333042012-11-28 Joseph Myers <joseph@codesourcery.com>
33305
33306 [BZ #14803]
33307 * sysdeps/ieee754/ldbl-96/e_asinl.c (pio2_hi): Use hex float value
33308 of pi/2 rounded to nearest to 64 bits.
33309 (pio2_lo): Use hex float value of pi/2 - pio2_hi rounded to
33310 nearest to 64 bits.
33311 (pio4_hi): Use hex float value of pi/4 rounded to nearest to 64
33312 bits.
33313
14bc93a9
JL
333142012-11-28 Jeff Law <law@redhat.com>
33315 Martin Osvald <mosvald@redhat.com>
33316
33317 [BZ #14889]
33318 * sunrpc/rpc/svc.h (__svc_accept_failed): New prototype.
33319 * sunrpc/svc.c: Include time.h.
33320 (__svc_accept_failed): New function.
33321 * sunrpc/svc_tcp.c (rendezvous_request): If the accept fails for
33322 any reason other than EINTR, call __svc_accept_failed.
33323 * sunrpc/svc_udp.c (svcudp_recv): Similarly.
33324 * sunrpc/svc_unix.c (rendezvous_request): Similarly.
33325
e3c6aa3a
AS
333262012-11-28 Andreas Schwab <schwab@suse.de>
33327
33328 * scripts/abilist.awk: Also handle indirect functions in .opd
33329 section.
33330
1bead169
JM
333312012-11-28 Joseph Myers <joseph@codesourcery.com>
33332
33333 [BZ #13881]
33334 * sysdeps/x86/fpu/powl_helper.c: New file.
33335 * sysdeps/x86/fpu/Makefile: Likewise.
33336 * sysdeps/i386/fpu/e_powl.S (limit): Remove object.
33337 (p3): New object.
33338 (__ieee754_powl): Use __powl_helper for finite arguments except
33339 integer exponents below 8.
33340 * sysdeps/x86_64/fpu/e_powl.S (limit): Remove object.
33341 (p3): New object.
33342 (__ieee754_powl): Use __powl_helper for finite arguments except
33343 integer exponents below 8.
33344 * math/libm-test.inc (pow_test): Add more tests and enable some
33345 previously disabled tests.
33346 * sysdeps/i386/fpu/libm-test-ulps: Update.
33347 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
33348
0817d63d
SP
333492012-11-28 Siddhesh Poyarekar <siddhesh@redhat.com>
33350 Carlos O'Donell <carlos_odonell@mentor.com>
33351
33352 * nss/makedb.c (is_prime): Assert that input is odd and greater
33353 than 4. Note that fact in a comment too.
33354 (next_prime): Add 4 to input.
33355
de2fd463
SP
333562012-11-27 Siddhesh Poyarekar <siddhesh@redhat.com>
33357
33358 [BZ #11741]
33359 * libio/Makefile (tests): Add test case tst-fwrite-error.
33360 * libio/iofwrite.c (_IO_fwrite): Return 0 on EOF.
33361 * libio/iofwrite_u.c (fwrite_unlocked): Likewise.
33362 * libio/tst-fwrite-error.c: New test case.
33363
c515fb51
L
333642012-11-26 H.J. Lu <hongjiu.lu@intel.com>
33365
33366 * elf/dl-load.c (_dl_map_object_from_fd): Cast to uintptr_t
33367 before casting to void *.
33368 * include/libc-internal.h (__pointer_type): New macro.
33369 (__integer_if_pointer_type_sub): Likewise.
33370 (__integer_if_pointer_type): Likewise.
33371 (cast_to_integer): Likewise.
33372 * sysdeps/x86_64/bits/atomic.h: Include <libc-internal.h>.
33373 (__arch_c_compare_and_exchange_val_64_acq): Use cast_to_integer
33374 before casting to atomic64_t.
33375 (atomic_exchange_acq): Likewise.
33376 (__arch_exchange_and_add_body): Likewise.
33377 (__arch_add_body): Likewise.
33378 (atomic_add_negative): Likewise.
33379 (atomic_add_zero): Likewise.
33380
4cf77aa9
JM
333812012-11-26 Joseph Myers <joseph@codesourcery.com>
33382
33383 * sysdeps/generic/unwind-dw2-fde.c (get_pc_begin): New function.
33384 (fde_unencoded_compare): Use get_pc_begin instead of type-punning.
33385 (add_fdes): Likewise.
33386 (linear_search_fdes): Likewise.
33387 (binary_search_unencoded_fdes): Likewise.
33388
d260b3b4
AS
333892012-11-26 Andreas Schwab <schwab@linux-m68k.org>
33390
33391 * elf/sotruss.ksh: Correctly locate argument of -F and -T options.
33392
67060746
AC
333932012-11-24 Adam Conrad <adconrad@0c3.net>
33394
33395 * configure.in: Autodetect C++ header directories.
33396 * configure: Regenerated.
33397
800938a1
MF
333982012-11-23 Mike Frysinger <vapier@gentoo.org>
33399
33400 * elf/Makefile ($(objpfx)ld.so): Change readelf to $(READELF).
33401
4e6e34e6
AS
334022012-11-23 Andreas Schwab <schwab@linux-m68k.org>
33403
33404 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
33405
7c7feb47
JM
334062012-11-22 Joseph Myers <joseph@codesourcery.com>
33407
7184dcdf
JM
33408 * math/libm-test.inc (fma_test_towardzero) [TEST_LDOUBLE &&
33409 LDBL_MANT_DIG == 106]: Disable some tests.
33410 (fma_test_downward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
33411 Likewise.
33412 (fma_test_upward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
33413 Likewise.
33414
0a42601f
JM
33415 [BZ #14871]
33416 * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Return the
33417 input for small inputs. Return +/- pi/2 for large inputs.
33418 * math/libm-test.inc (atan_test): Add more tests.
33419
79c9b9fe
JM
33420 * sysdeps/generic/unwind-dw2-fde-glibc.c
33421 (_Unwind_IteratePhdrCallback): Declare P_DYNAMIC with
33422 __attribute__ ((unused)).
33423
c60d3bf2
JM
33424 [BZ #14645]
33425 * sysdeps/ieee754/ldbl-128ibm/s_fmal.c (__fmal): Compute result as
33426 x * y if x and y are nonzero and z is zero.
33427
ef1e0867
JM
33428 [BZ #14811]
33429 * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Saturate
33430 nonzero exponents with absolute value below 0x1p-117 to +/-
33431 0x1p-117.
33432
1468ded3
JM
33433 [BZ #14869]
33434 * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Scale
33435 up arguments below 2**-450, not just those below 2**-500.
33436 * math/libm-test.inc (hypot_test): Add another test.
33437
8e27e3cc
JM
33438 [BZ #14868]
33439 * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl):
33440 Return a+b for ratio over 2**120, not 2**60.
33441 * math/libm-test.inc (hypot_test): Add another test.
33442
c9c0279b
JM
33443 * math/libm-test.inc (clog_test): Use
33444 UNDERFLOW_EXCEPTION_LDOUBLE_IBM on two tests.
33445 (clog10_test): Likewise.
33446
7c7feb47
JM
33447 [BZ #6778]
33448 * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (big): Change to 1e290L.
33449
fff1530e
AS
334502012-11-22 Andreas Schwab <schwab@suse.de>
33451
33452 * sysdeps/i386/fpu/libm-test-ulps: Update.
33453
94558d30
PT
334542012-11-22 Pino Toscano <toscano.pino@tiscali.it>
33455
33456 * sysdeps/x86_64/multiarch/test-multiarch.c (get_cpuinfo): Terminate
33457 printf output with newline.
33458
7e1be741
L
334592012-11-21 H.J. Lu <hongjiu.lu@intel.com>
33460
6bfea974
L
33461 [BZ #14865]
33462 * aclocal.m4 (LIBC_LINKER_FEATURE): New macro.
33463 * configure.in: Use LIBC_LINKER_FEATURE to check -z nodelete,
33464 -z nodlopen, -z initfirst and -z execstack support.
33465 * configure: Regenerated.
33466
7e1be741
L
33467 * elf/elf.h (DF_1_NODIRECT): New macro.
33468 (DF_1_IGNMULDEF): Likewise.
33469 (DF_1_NOKSYMS): Likewise.
33470 (DF_1_NOHDR): Likewise.
33471 (DF_1_EDITED): Likewise.
33472 (DF_1_NORELOC): Likewise.
33473 (DF_1_SYMINTPOSE): Likewise.
33474 (DF_1_GLOBAUDIT): Likewise.
33475 (DF_1_SINGLETON): Likewise.
33476 * elf/get-dynamic-info.h (elf_get_dynamic_info): Assert
33477 DT_1_SUPPORTED_MASK bits.
33478 * include/elf.h (DT_1_SUPPORTED_MASK): New macro.
33479
105ce2ce
CD
334802012-11-20 Carlos O'Donell <carlos_odonell@mentor.com>
33481
33482 * sysdeps/unix/make-syscalls.sh: Document prefixes.
33483
123be9de
TS
334842012-11-20 Thomas Schwinge <thomas@codesourcery.com>
33485
d072f3f7
TS
33486 * sysdeps/sh/dl-machine.h (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): New
33487 macro.
33488
123be9de
TS
33489 * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr, recvmmsg)
33490 (sendmmsg): Move declarations...
33491 * socket/sys/socket.h: ... here.
33492 * sysdeps/unix/sysv/linux/recvmmsg.c [!defined __NR_recvmmsg &&
33493 !defined __NR_socketcall] (recvmmsg): Move ENOSYS stub into and
33494 include it from...
33495 * socket/recvmmsg.c: ... this new file.
33496 * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SENDMMSG]
33497 (sendmmsg): Rename to __sendmmsg, create weak alias and make
33498 definition of __sendmmsg hidden.
33499 * sysdeps/unix/sysv/linux/sendmmsg.c (sendmmsg): Likewise.
33500 [!defined __NR_sendmmsg && !defined __NR_socketcall] (sendmmsg):
33501 Move ENOSYS stub into and include it from...
33502 * socket/sendmmsg.c: ... this new file.
33503 * sysdeps/unix/sysv/linux/Makefile [subdir=socket]
33504 (sysdep_routines): Move recvmmsg and sendmmsg...
33505 * socket/Makefile (routines): ... here.
33506 * socket/Versions (GLIBC_2.17): Add recvmmsg and sendmmsg.
33507 (GLIBC_PRIVATE): Add __sendmmsg.
33508 * include/sys/socket.h (__sendmmsg): Add declarations.
33509 * resolv/res_send.c (send_dg): Invoke __sendmmsg instead of
33510 sendmmsg.
33511
cf9a5d18
JM
335122012-11-20 Joseph Myers <joseph@codesourcery.com>
33513
33514 * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Mark
33515 variable I1 with __attribute__ ((unused)).
33516 * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
33517
ecd4caf9
JM
335182012-11-19 Joseph Myers <joseph@codesourcery.com>
33519
be14d48f
JM
33520 * stdio-common/_itowa.c (_itowa) [BITS_PER_MP_LIMB == 64]: Declare
33521 DUMMY variables with __attribute__ ((unused)).
33522
ecd4caf9
JM
33523 * bits/byteswap.h: Include <bits/types.h>.
33524 (__bswap_64): Use __uint64_t instead of unsigned long long int.
33525
986cab95
PT
335262012-11-19 Pino Toscano <toscano.pino@tiscali.it>
33527
33528 * sysdeps/mach/hurd/ptsname.c (ptsname): Change the type of PEERNAME to
33529 string_t. Do not manually set errno.
33530 (__ptsname_r): Change the type of PEERNAME to string_t, and check its
33531 length with __strnlen. Make sure to both set errno and return it on
33532 failure.
33533
6d33cc9d
DM
335342012-11-19 David S. Miller <davem@davemloft.net>
33535
33536 With help from Joseph Myers.
33537 * sysdeps/ieee754/ldbl-128/s_atanl.c (__atanl): Handle tiny and
33538 very large arguments properly.
33539 * math/libm-test.inc (atan_test): New tests.
33540 (atan2_test): New tests.
33541 * sysdeps/sparc/fpu/libm-test-ulps: Update.
33542 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
33543
ee663277
JM
335442012-11-19 Joseph Myers <joseph@codesourcery.com>
33545
877f2d8e
JM
33546 [BZ #14856]
33547 * posix/bits/posix1_lim.h [!__USE_XOPEN2K] (_POSIX_TZNAME_MAX):
33548 Define to 3.
33549
116fc08a
JM
33550 * conform/data/errno.h-data [POSIX] (EADDRINUSE): Do not expect.
33551 [POSIX] (EADDRNOTAVAIL): Likewise.
33552 [POSIX] (EAFNOSUPPORT): Likewise.
33553 [POSIX] (EALREADY): Likewise.
33554 [POSIX] (ECONNABORTED): Likewise.
33555 [POSIX] (ECONNREFUSED): Likewise.
33556 [POSIX] (ECONNRESET): Likewise.
33557 [POSIX] (EDESTADDRREQ): Likewise.
33558 [POSIX] (EDQUOT): Likewise.
33559 [POSIX] (EHOSTUNREACH): Likewise.
33560 [POSIX] (EIDRM): Likewise.
33561 [POSIX] (EISCONN): Likewise.
33562 [POSIX] (ELOOP): Likewise.
33563 [POSIX] (EMULTIHOP): Likewise.
33564 [POSIX] (ENETDOWN): Likewise.
33565 [POSIX] (ENETUNREACH): Likewise.
33566 [POSIX] (ENOBUFS): Likewise.
33567 [POSIX] (ENODATA): Likewise.
33568 [POSIX] (ENOLINK): Likewise.
33569 [POSIX] (ENOMSG): Likewise.
33570 [POSIX] (ENOPROTOOPT): Likewise.
33571 [POSIX] (ENOSR): Likewise.
33572 [POSIX] (ENOSTR): Likewise.
33573 [POSIX] (ENOTCONN): Likewise.
33574 [POSIX] (ENOTSOCK): Likewise.
33575 [POSIX] (EOPNOTSUPP): Likewise.
33576 [POSIX] (EOVERFLOW): Likewise.
33577 [POSIX] (EPROTO): Likewise.
33578 [POSIX] (EPROTONOSUPPORT): Likewise.
33579 [POSIX] (EPROTOTYPE): Likewise.
33580 [POSIX] (ESTALE): Likewise.
33581 [POSIX] (ETIME): Likewise.
33582 [POSIX] (ETXTBSY): Likewise.
33583 [POSIX] (EWOULDBLOCK): Likewise.
33584 [!ISO && !ISO99 && !ISO11] (E*): Do not allow.
33585 * conform/data/fcntl.h-data [POSIX] (SEEK_SET): Allow.
33586 [POSIX] (SEEK_CUR): Likewise.
33587 [POSIX] (SEEK_END): Likewise.
33588 [POSIX || UNIX98] (mode_t): Do not require.
33589 [POSIX] (off_t): Likewise.
33590 [POSIX] (pid_t): Likewise.
33591 [POSIX] (sys/stat.h): Do not allow header.
33592 [POSIX] (unistd.h): Likewise.
33593 [!ISO && !ISO99 && !ISO11] (timespec): Do not allow.
33594 [!ISO && !ISO99 && !ISO11] (tv_nsec): Likewise.
33595 [!ISO && !ISO99 && !ISO11] (tv_sec): Likewise.
33596 * conform/data/locale.h-data [POSIX] (LC_MESSAGES): Do not
33597 require.
33598 * conform/data/mqueue.h-data [!ISO && !ISO99 && !ISO11] (struct
33599 sigevent): Specify elements.
33600 [XOPEN2K8 || POSIX2008] (struct sigevent): Remove duplicate type
33601 entry.
33602 [!ISO && !ISO99 && !ISO11] (mq_*): Allow.
33603 [!ISO && !ISO99 && !ISO11] (MQ_*): Likewise.
33604
a483863f
JM
33605 * conform/data/cpio.h-data [POSIX]: Disable whole file.
33606 * conform/data/glob.h-data [POSIX] (GLOB_NOSYS): Do not expect.
33607 * conform/data/limits.h-data [!ISO && !ISO99 && !ISO11]
33608 (AIO_LIST_MAX): Change to AIO_LISTIO_MAX.
33609 [!ISO && !ISO99 && !ISO11] (ATEXT_MAX): Remove.
33610 [!ISO && !ISO99 && !ISO11 && !POSIX && !XPG3] (ATEXIT_MAX): Allow.
33611 [POSIX || POSIX2008 || XPG3] (IOV_MAX): Do not allow.
33612 [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Likewise.
33613 [!ISO && !ISO99 && !ISO11] (MQ_PRIO_MAX): Allow.
33614 [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Remove duplicate entry.
33615 [POSIX || XPG3 || XPG4 || UNIX98] (SS_REPL_MAX): Do not allow.
33616 [POSIX || XPG3 || XPG4 || UNIX98] (SYMLOOP_MAX): Likewise.
33617 [POSIX || XPG3 || XPG4] (FILESIZEBITS): Likewise.
33618 [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_ALLOC_SIZE_MIN):
33619 Likewise.
33620 [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_INCR_XFER_SIZE):
33621 Likewise.
33622 [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_MAX_XFER_SIZE):
33623 Likewise.
33624 [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_XFER_ALIGN):
33625 Likewise.
33626 [POSIX || XPG3 || XPG4 || UNIX98] (SYMLINK_MAX): Likewise.
33627 [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SS_REPL_MAX): Likewise.
33628 [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLINK_MAX): Likewise.
33629 [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLOOP_MAX): Likewise.
33630 [!ISO && !ISO99 && !ISO11] (BC_BASE_MAX): Use macro-constant.
33631 Specify lower bound on value.
33632 [!ISO && !ISO99 && !ISO11] (BC_DIM_MAX): Likewise.
33633 [!ISO && !ISO99 && !ISO11] (BC_SCALE_MAX): Likewise.
33634 [!ISO && !ISO99 && !ISO11] (BC_STRING_MAX): Likewise.
33635 [!ISO && !ISO99 && !ISO11] (COLL_WEIGHTS_MAX): Likewise.
33636 [!ISO && !ISO99 && !ISO11] (EXPR_NEST_MAX): Likewise.
33637 [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Likewise
33638 [POSIX || XPG3 || XPG4] (CHARCLASS_NAME_MAX): Do not allow.
33639 [!ISO && !ISO99 && !ISO11] (_POSIX_CLOCKRES_MIN): Specify exact
33640 value.
33641 [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_LISTIO_MAX): Do not specify
33642 as optional.
33643 [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_MAX): Likewise.
33644 [!ISO && !ISO99 && !ISO11] (_POSIX_ARG_MAX): Likewise.
33645 [!ISO && !ISO99 && !ISO11] (_POSIX_CHILD_MAX): Likewise.
33646 [!ISO && !ISO99 && !ISO11] (_POSIX_DELAYTIMER_MAX): Likewise.
33647 [!ISO && !ISO99 && !ISO11] (_POSIX_LINK_MAX): Likewise.
33648 [!ISO && !ISO99 && !ISO11] (_POSIX_LOGIN_NAME_MAX): Likewise.
33649 [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_CANON): Likewise.
33650 [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_INPUT): Likewise.
33651 [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_OPEN_MAX): Likewise.
33652 [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_PRIO_MAX): Likewise.
33653 [!ISO && !ISO99 && !ISO11] (_POSIX_NAME_MAX): Likewise.
33654 [!ISO && !ISO99 && !ISO11] (_POSIX_NGROUPS_MAX): Likewise.
33655 [!ISO && !ISO99 && !ISO11] (_POSIX_OPEN_MAX): Likewise.
33656 [!ISO && !ISO99 && !ISO11] (_POSIX_PATH_MAX): Likewise.
33657 [!ISO && !ISO99 && !ISO11] (_POSIX_PIPE_BUF): Likewise.
33658 [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Remove duplicate
33659 entry.
33660 [!ISO && !ISO99 && !ISO11] (_POSIX_RTSIG_MAX): Do not specify as
33661 optional.
33662 [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_NSEMS_MAX): Likewise.
33663 [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_VALUE_MAX): Likewise.
33664 [!ISO && !ISO99 && !ISO11] (_POSIX_SIGQUEUE_MAX): Likewise.
33665 [!ISO && !ISO99 && !ISO11] (_POSIX_SSIZE_MAX): Likewise.
33666 [!ISO && !ISO99 && !ISO11] (_POSIX_STREAM_MAX): Likewise.
33667 [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_DESTRUCTOR_ITERATIONS):
33668 Likewise.
33669 [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_KEYS_MAX): Likewise.
33670 [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_THREADS_MAX): Likewise.
33671 [!ISO && !ISO99 && !ISO11] (_POSIX_TIMER_MAX): Likewise.
33672 [!ISO && !ISO99 && !ISO11] (_POSIX_TTY_NAME_MAX): Likewise.
33673 [!ISO && !ISO99 && !ISO11] (_POSIX_TZNAME_MAX): Likewise. Give
33674 value as 3 for [POSIX || XPG3 || XPG4 || UNIX98].
33675 [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_BASE_MAX): Do not specify
33676 as optional.
33677 [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_DIM_MAX): Likewise.
33678 [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_SCALE_MAX): Likewise.
33679 [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_STRING_MAX): Likewise.
33680 [!ISO && !ISO99 && !ISO11] (_POSIX2_CHARCLASS_NAME_MAX):
33681 Likewise. Do not allow for [POSIX || XPG3 || XPG4 || UNIX98].
33682 [!ISO && !ISO99 && !ISO11] (_POSIX2_COLL_WEIGHTS_MAX): Do not
33683 specify as optional.
33684 [!ISO && !ISO99 && !ISO11] (_POSIX2_EXPR_NEST_MAX): Likewise.
33685 [!ISO && !ISO99 && !ISO11] (_POSIX2_LINE_MAX): Likewise.
33686 [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Likewise.
33687 [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Do not allow.
33688 [POSIX || XPG3] (NL_ARGMAX): Do not allow.
33689 [XPG3] (NL_LANGMAX): Likewise.
33690 [POSIX || XPG3] (NL_MSGMAX): Likewise.
33691 [POSIX || XPG3] (NL_NMAX): Likewise.
33692 [POSIX || XPG3] (NL_SETMAX): Likewise.
33693 [POSIX || XPG3] (NL_TEXTMAX): Likewise.
33694 [XPG3] (NZERO): Likewise.
33695 [XPG4 || UNIX98] (TMP_MAX): Only enable for these conditions.
33696 [POSIX || XPG3 || XPG4 || UNIX98] (*_MIN): Do not allow.
33697 [!ISO && !ISO99 && !ISO11] (*_t): Allow.
33698 * conform/data/regex.h-data [!ISO && !ISO99 && !ISO11]
33699 (REG_ERANGE): Expect.
33700 * conform/data/stdio.h-data [POSIX] (L_cuserid): Use
33701 optional-constant.
33702 [POSIX || XOPEN2K || XOPEN2K8 || POSIX2008] (getchar_unlocked):
33703 Use (void) in prototype.
33704 [POSIX] (*_t): Allow.
33705 * conform/data/sys/times.h-data [POSIX]: Enable whole file.
33706 * conform/data/wordexp.h-data [!ISO && !ISO99 && !ISO11]
33707 (WRDE_BADVAL): Expect.
33708
5ba924e3
JM
33709 * conform/data/fcntl.h-data [XPG3 || XPG4] (O_DSYNC): Do not
33710 expect.
33711 [XPG3 || XPG4] (O_RSYNC): Likewise.
33712 * conform/data/signal.h-data [XPG3 || XPG4] (pthread_kill):
33713 Likewise.
33714 [XPG3 || XPG4] (pthread_sigmask): Likewise.
33715 [XPG3 || XPG4] (sigqueue): Likewise.
33716 [XPG3 || XPG4] (sigtimedwait): Likewise.
33717 [XPG3 || XPG4] (sigwaitinfo): Likewise.
33718 * conform/data/stdio.h-data [XPG3 || XPG4] (snprintf): Likewise.
33719 [XPG3 || XPG4] (vsnprintf): Likewise.
33720 * conform/data/sys/stat.h-data [XPG3 || XPG4] (blkcnt_t):
33721 Likewise.
33722 [XPG3 || XPG4] (blksize_t): Likewise.
33723 * conform/data/time.h-data [XPG3 || XPG4] (struct timespec):
33724 Likewise.
33725 [XPG3 || XPG4] (CLOCK_PROCESS_CPUTIME_ID): Likewise.
33726 [XPG3 || XPG4] (CLOCK_THREAD_CPUTIME_ID): Likewise.
33727 [XPG3 || XPG4] (struct itimerspec): Likewise.
33728 [XPG3 || XPG4] (CLOCK_REALTIME): Likewise.
33729 [XPG3 || XPG4] (TIMER_ABSTIME): Likewise.
33730 [XPG3 || XPG4] (CLOCK_MONOTONIC): Likewise.
33731 [XPG3 || XPG4] (clockid_t): Likewise.
33732 [XPG3 || XPG4] (timer_t): Likewise.
33733 [XPG3 || XPG4] (clock_getres): Likewise.
33734 [XPG3 || XPG4] (clock_gettime): Likewise.
33735 [XPG3 || XPG4] (clock_settime): Likewise.
33736 [XPG3 || XPG4] (nanosleep): Likewise.
33737 [XPG3 || XPG4] (timer_create): Likewise.
33738 [XPG3 || XPG4] (timer_delete): Likewise.
33739 [XPG3 || XPG4] (timer_gettime): Likewise.
33740 [XPG3 || XPG4] (timer_getoverrun): Likewise.
33741 [XPG3 || XPG4] (timer_settime): Likewise.
33742 * conform/data/unistd.h-data [XPG3 || XPG4] (fdatasync): Likewise.
33743 [XPG3 || XPG4] (getlogin_r): Likewise.
33744 [XPG3 || XPG4] (pread): Likewise.
33745 [XPG3 || XPG4] (pthread_atfork): Likewise.
33746 [XPG3 || XPG4] (pwrite): Likewise.
33747
ee663277
JM
33748 [BZ #14835]
33749 * signal/signal.h [__USE_XOPEN_EXTENDED]: Include
33750 <bits/siginfo.h>.
33751
942caa16
PT
337522012-11-19 Pino Toscano <toscano.pino@tiscali.it>
33753
e19af380
PT
33754 * malloc/mtrace.c (muntrace): Reset MALLSTREAM and the hooks before
33755 finalizing MALLSTREAM.
33756
942caa16
PT
33757 * sysdeps/mach/hurd/syncfs.c: New file.
33758
cfde9b46
SP
337592012-11-19 Siddhesh Poyarekar <siddhesh@redhat.com>
33760
33761 [BZ #14719]
33762 * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Set h_errno to
33763 NETDB_INTERNAL when NSS_STATUS_UNAVAIL.
33764 * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Set
33765 h_errno to NETDB_INTERNAL when errno is EMFILE or ENFILE.
33766 (_nss_dns_gethostbyname4_r): Likewise.
33767 * sysdeps/posix/getaddrinfo.c (gaih_inet): Set result to
33768 EAI_SYSTEM if NSS_STATUS_UNAVAIL.
33769
f6da27e5
PH
337702012-11-19 Peng Haitao <penght@cn.fujitsu.com>
33771
33772 [BZ #13763]
33773 * sunrpc/bindrsvprt.c: Add lock to protect static variable.
33774
6665d4a2
SM
337752012-11-19 Steve McIntyre <steve.mcintyre@linaro.org>
33776
1f51ee92
SM
33777 * sysdeps/generic/ldconfig.h (FLAG_AARCH64_LIB64): New macro.
33778 * elf/cache.c (print_entry): Print ",AArch64" for
33779 FLAG_AARCH64_LIB64
33780
6665d4a2
SM
33781 * sysdeps/generic/ldconfig.h (FLAG_ARM_LIBHF): New macro.
33782 * elf/cache.c (print_entry): Print ",hard-float" for
33783 FLAG_ARM_LIBHF.
33784
05b227bd
DM
337852012-11-18 David S. Miller <davem@davemloft.net>
33786
33787 With help from Joseph Myers.
33788 * sysdeps/ieee754/flt-32/e_j0f.c (__ieee754_y0f): Adjust tinyness
33789 cutoff to 2**-13.
33790 * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Adjust tinyness
33791 cutoff to 2**-25.
33792 * sysdeps/ieee754/ldbl-128/e_j0l.c (U0): New constant.
33793 ( __ieee754_y0l): Avoid arithmetic underflow when 'x' is very
33794 small.
33795 * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l): Likewise.
33796 * math/libm-test.inc (y0_test): New tests.
33797 (y1_test): New tests.
33798 * sysdeps/i386/fpu/libm-test-ulps: Update.
33799 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
33800 * sysdeps/sparc/fpu/libm-test-ulps: Update.
33801
786b0b67
AS
338022012-11-18 Andreas Schwab <schwab@linux-m68k.org>
33803
33804 * configure.in (libc_cv_ld_gnu_indirect_function): Use .quad on
33805 64-bit targets.
33806 * configure: Regenerated.
33807
8e18b86d
DM
338082012-11-17 David S. Miller <davem@davemloft.net>
33809
33810 [BZ #14811]
33811 * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Saturate
33812 nonzero exponents with absolute value below 0x1p-128 to +/-
33813 0x1p-128.
33814
531f1ae0
JM
338152012-11-17 Joseph Myers <joseph@codesourcery.com>
33816
12df29e2
JM
33817 * sysdeps/unix/sysv/linux/fxstatat.c: Include <string.h>.
33818
150dc1a0
JM
33819 * elf/dl-runtime.c [!ELF_MACHINE_NO_PLT]: Make code unconditional.
33820
531f1ae0
JM
33821 * posix/getconf-speclist.c: New file.
33822 * posix/posix-envs.def: Likewise.
33823 * posix/confstr.c (START_ENV_GROUP): New macro.
33824 (END_ENV_GROUP): Likewise.
33825 (KNOWN_ABSENT_ENVIRONMENT): Likewise.
33826 (KNOWN_PRESENT_ENV_STRING): Likewise.
33827 (KNOWN_PRESENT_ENVIRONMENT): Likewise.
33828 (UNKNOWN_ENVIRONMENT): Likewise.
33829 (confstr): Include posix-envs.def instead of handling
33830 _CS_V7_WIDTH_RESTRICTED_ENVS, _CS_V6_WIDTH_RESTRICTED_ENVS and
33831 _CS_V5_WIDTH_RESTRICTED_ENVS directly here.
33832 * sysdeps/posix/sysconf.c (START_ENV_GROUP): New macro.
33833 (END_ENV_GROUP): Likewise.
33834 (KNOWN_ABSENT_ENVIRONMENT): Likewise.
33835 (KNOWN_PRESENT_ENVIRONMENT): Likewise.
33836 (UNKNOWN_ENVIRONMENT): Likewise.
33837 (__sysconf): Include posix-envs.def instead of handling associated
33838 cases directly here.
33839 * posix/Makefile ($(objpfx)getconf.speclist): Generate by
33840 preprocessing getconf-speclist.c rather than running getconf or
33841 generating empty file.
33842
a93f9cbc
PT
338432012-11-16 Pino Toscano <toscano.pino@tiscali.it>
33844
33845 * scripts/check-local-headers.sh: Ignore 'mach' headers.
33846
d64d9f87
AL
338472012-11-16 Andrej Lajovic <natrij@gmail.com>
33848
33849 [BZ #14672]
33850 * iconv/iconv_prog.c (main): Fix -c handling of '/'.
33851
447885eb
DM
338522012-11-16 David S. Miller <davem@davemloft.net>
33853
33854 * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): If xm1 is
33855 smaller than LDBL_EPSILON/2.0L, just return xm1.
33856
bcbf9830
L
338572012-11-16 H.J. Lu <hongjiu.lu@intel.com>
33858
33859 * elf/tst-array1.c (init): Set constructor priority to 1000.
33860 (fini): Set destructor priority to 1000.
33861 * elf/tst-array2dep.c: Likewise.
33862
2b766585
SP
338632012-11-16 Siddhesh Poyarekar <siddhesh@redhat.com>
33864
33865 [BZ #11741]
33866 * libio/fileops.c (_IO_new_file_write): Correctly return error.
33867 (_IO_new_file_xsputn): Also return EOF if none of the input
33868 data was written when overflow failed.
33869 * libio/iopadn.c (_IO_padn): Likewise.
33870 * libio/iowpadn.c (_IO_wpadn): Likewise.
33871 * stdio-common/tst-put-error.c: Add copyright notice.
33872 (do_test): Add case for printing padded string.
33873 * stdio-common/vfprintf [!COMPILE_WPRINTF] (PAD): Flag error if
33874 _IO_padn returned error.
33875 [COMPILE_WPRINTF] (PAD): Flag error if _IO_wpadn returned error.
33876 * libio/libioP.h (_IO_xsputn_t): Note in comment that xsputn can
33877 return EOF.
33878
b1848fde
SP
338792012-11-16 Siddhesh Poyarekar <siddhesh@redhat.com>
33880
33881 * libio/libioP.h: Add comment note that the references to C++
33882 bits are now obsolete.
33883
2fd89785
MS
338842012-11-15 Marcus Shawcroft <marcus.shawcroft@linaro.org>
33885
33886 * math/libm-test.inc (check_complex): Use asprintf.
33887
e3ea5409
JM
338882012-11-14 Joseph Myers <joseph@codesourcery.com>
33889
33890 * debug/pcprofiledump.c (print_version): Update copyright year.
33891 * malloc/memusagestat.c (print_version): Likewise.
33892
2e64d265
L
338932012-11-14 H.J. Lu <hongjiu.lu@intel.com>
33894
33895 [BZ #14831]
33896 * elf/Makefile (tests): Add tst-audit8.
33897 ($(objpfx)tst-audit8): Also depend on $(common-objpfx)math/libm.so.
33898 ($(objpfx)tst-audit8.out): New target.
33899 (tst-audit8-ENV): New variable.
33900 * elf/dl-runtime.c (_dl_profile_fixup): Call _dl_fixup to skip
33901 audit if l_reloc_result is NULL.
33902 (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): Issue an error if it isn't
33903 defined and ELF_MACHINE_RUNTIME_FIXUP_ARGS is defined.
33904 * elf/tst-audit8.c: New file.
33905
c485e4d2
MS
339062012-11-14 Marcus Shawcroft <marcus.shawcroft@linaro.org>
33907
33908 * io/Makefile (CFLAGS-open.c, CFLAGS-open64.c): Define.
33909 * misc/Makefile (CFLAGS-select.c): Define.
33910 * posix/Makefile (CFLAGS-pause.c): Define.
33911
3a0d900a
DM
339122012-11-13 David S. Miller <davem@davemloft.net>
33913
33914 * crypt/Makefile: Move test targets after toplevel Rules
33915 inclusion. Grab any necessary sysdep routines when linking.
33916 * crypt/md5.c (md5_process_block): Remove define, we will always
33917 name it __md5_process_block.
33918 (md5_finish_ctx): Update md5_process_block call.
33919 (md5_stream): Likewise.
33920 (md5_process_bytes): Likewise.
33921 (md5_process_block): Rename to __md5_process_block and move to ...
33922 * crypt/md5-block.c: ... here.
33923 * crypt/sha256.c (sha256_process_block): Move to ...
33924 * crypt/sha256-block.c: ... here.
33925 * crypt/sha512.c (sha512_process_block): Move to ...
33926 * crypt/sha512-block.c: ... here.
33927 * locale/Makefile (CFLAGS-md5.c): Define to add crypt/ to include
33928 path.
33929 * sysdeps/sparc/sparc-ifunc.c (sparc_libc_ifunc): Define.
33930 * sysdeps/sparc/sparc64/multiarch/Makefile
33931 (libcrypt-sysdep_routines): Add crypto assembler sysdeps when in
33932 crypt subdir.
33933 (localedef-aux): Add md5 crypto assembler when in locale subdir.
33934 * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Mirror sparc64
33935 multiarch changes.
33936 * sysdeps/sparc/sparc64/multiarch/md5-block.c: New file.
33937 * sysdeps/sparc/sparc64/multiarch/md5-crop.S: New file.
33938 * sysdeps/sparc/sparc64/multiarch/sha256-block.c: New file.
33939 * sysdeps/sparc/sparc64/multiarch/sha256-crop.S: New file.
33940 * sysdeps/sparc/sparc64/multiarch/sha512-block.c: New file.
33941 * sysdeps/sparc/sparc64/multiarch/sha512-crop.S: New file.
33942 * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-block.c: New file.
33943 * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-crop.S: New file.
33944 * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-block.c: New
33945 file.
33946 * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-crop.S: New file.
33947 * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-block.c: New
33948 file.
33949 * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-crop.S: New file.
33950
8ca89318
JM
339512012-11-13 Joseph Myers <joseph@codesourcery.com>
33952
e27d476a
JM
33953 * timezone/tzselect.ksh: Update from tzcode git revision
33954 a435f9f0ecafa56d9e0263835836bd0c64cd7307.
33955 * timezone/zdump.c: Likewise.
33956 * timezone/zic.c: Likewise.
33957 * timezone/Makefile ($(objpfx)version.h): Only include $(version)
33958 in TZVERSION setting, not $(PKGVERSION).
33959 ($(objpfx)tzselect): Likewise. Also substitute PKGVERSION and
33960 REPORT_BUGS_TO settings.
33961
8ca89318
JM
33962 [BZ #14838]
33963 * resolv/netdb.h [__USE_XOPEN_EXTENDED] (IPPORT_RESERVED): Define
33964 macro.
33965
47594329
MS
339662012-11-13 Marcus Shawcroft <marcus.shawcroft@linaro.org>
33967
33968 * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Move underflow
33969 detection to immediately after _FP_ROUND().
33970 * soft-fp/soft-fp.h (_FP_ROUND): Don't round if working
33971 bits are 0.
33972
640ac3f1
DM
339732012-11-11 David S. Miller <davem@davemloft.net>
33974
33975 * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Include
33976 inttypes.h
33977 (__get_clockfreq_via_proc_openprom): Use __open, __read, and
33978 __close rather than their public counterparts.
33979
3d2577bb
JM
339802012-11-10 Joseph Myers <joseph@codesourcery.com>
33981
33982 * conform/data/semaphore.h-data [XPG3 || XPG4]: Disable whole
33983 file.
33984 [UNIX98] (sem_timedwait): Do not expect.
33985 * conform/data/sys/socket.h-data [XPG3]: Disable whole file.
33986 [XPG4 || UNIX98] (sockatmark): Do not expect.
33987 * conform/data/time.h-data [XPG3 || XPG4 || UNIX98]
33988 (clock_getcpuclockid): Do not expect.
33989 [XPG3 || XPG4 || UNIX98] (clock_nanosleep): Do not expect.
33990 * conform/data/unistd.h-data [XPG3 || XPG4 || UNIX98] (setegid):
33991 Do not expect.
33992 [XPG3 || XPG4 || UNIX98] (seteuid): Likewise.
33993 * conform/data/wchar.h-data [UNIX98] (vfwscanf): Do not expect.
33994 [UNIX98] (vwscanf): Likewise.
33995 [UNIX98] (vswscanf): Likewise.
33996
fb1ae1ee
JM
339972012-11-09 Joseph Myers <joseph@codesourcery.com>
33998
9ec6f8bd
JM
33999 * timezone/version.h: Remove file.
34000 * timezone/README: Do not refer to version.h.
34001 * timezone/Makefile ($(objpfx)zic.o): New dependency on
34002 $(objpfx)version.h.
34003 ($(objpfx)zdump.o): Likewise.
c3f81911 34004 ($(objpfx)version.h): New target.
9ec6f8bd 34005
0aa8f8a1
JM
34006 * timezone/tzselect.ksh: Change to verbatim copy from tzcode
34007 2012i.
34008 * timezone/README: Don't mention modification to tzselect.ksh.
34009 * timezone/Makefile ($(objpfx)tzselect): Update substitutions to
34010 work on unmodified tzselect.ksh. Substitute version numbers in
34011 tzselect.ksh.
34012
4e87147f
JM
34013 * Makefile (format-me): Remove.
34014 (INSTALL): Adjust indentation. Use commands directly instead of
34015 using $(format-me).
34016
8b748aed
JM
34017 * aclocal.m4 (ACX_PKGVERSION): New macro.
34018 (ACX_BUGURL): Likewise.
34019 * configure.in: Use ACX_PKGVERSION and ACX_BUGURL.
34020 (PKGVERSION): New AC_DEFINE_UNQUOTED.
34021 (REPORT_BUGS_TO): Likewise.
34022 * configure: Regenerated.
34023 * config.h.in (PKGVERSION): New macro.
34024 (REPORT_BUGS_TO): Likewise.
34025 * config.make.in (PKGVERSION): New variable.
34026 (PKGVERSION_TEXI): Likewise.
34027 (REPORT_BUGS_TO): Likewise.
34028 (REPORT_BUGS_TEXI): Likewise.
34029 * Makefile (format-me): Use -I$(common-objpfx)manual.
34030 (INSTALL): Depend on $(common-objpfx)manual/pkgvers.texi.
34031 ($(common-objpfx)manual/%): New target.
34032 (manual/%): Remove target.
34033 * catgets/gencat.c (more_help): Use REPORT_BUGS_TO.
34034 (print_version): Use PKGVERSION.
34035 * csu/version.c (banner): Use PKGVERSION and REPORT_BUGS_TO.
34036 * debug/Makefile ($(objpfx)catchsegv): Also substitute PKGVERSION
34037 and REPORT_BUGS_TO.
34038 ($(objpfx)xtrace): Likewise.
34039 * debug/catchsegv.sh: Use PKGVERSION and REPORT_BUGS_TO.
34040 * debug/pcprofiledump.c (more_help): Use REPORT_BUGS_TO.
34041 (print_version): Use PKGVERSION.
34042 * debug/xtrace.sh (do_help): Use REPORT_BUGS_TO.
34043 (do_version): Use PKGVERSION.
34044 * elf/Makefile ($(objpfx)sotruss): Also substitute PKGVERSION and
34045 REPORT_BUGS_TO.
34046 (common-ldd-rewrite): Likewise.
34047 * elf/dl-close.c (_dl_close_worker): Use REPORT_BUGS_TO.
34048 * elf/ldconfig.c (more_help): Use REPORT_BUGS_TO.
34049 (print_version): Use PKGVERSION.
34050 * elf/ldd.bash.in: Use PKGVERSION and REPORT_BUGS_TO.
34051 * elf/pldd.c (argp_program_bug_address): Remove variable.
34052 (more_help): New function.
34053 (argp): Use more_help.
34054 (print_version): Use PKGVERSION.
34055 * elf/sln.c (main): Use PKGVERSION.
34056 (usage): Use REPORT_BUGS_TO.
34057 * elf/sotruss.ksh (do_help): Use REPORT_BUGS_TO.
34058 (top level): Use PKGVERSION.
34059 * elf/sprof.c (more_help): Use REPORT_BUGS_TO.
34060 (print_version): Use PKGVERSION.
34061 * iconv/iconv_prog.c (more_help): Use REPORT_BUGS_TO.
34062 (print_version): Use PKGVERSION.
34063 * iconv/iconvconfig.c (more_help): Use REPORT_BUGS_TO.
34064 (print_version): Use PKGVERSION.
34065 * locale/programs/locale.c (more_help): Use REPORT_BUGS_TO.
34066 (print_version): Use PKGVERSION.
34067 * locale/programs/localedef.c (more_help): Use REPORT_BUGS_TO.
34068 (print_version): Use PKGVERSION.
34069 * login/programs/pt_chown.c (more_help): Use REPORT_BUGS_TO.
34070 (print_version): Use PKGVERSION.
34071 * malloc/Makefile ($(objpfx)mtrace): Also substitute PKGVERSION
34072 and BUGURL.
34073 ($(objpfx)memusage): Likewise.
34074 * malloc/memusage.sh (do_help): Use REPORT_BUGS_TO.
34075 (do_version): Use PKGVERSION.
34076 * malloc/memusagestat.c (more_help): Use REPORT_BUGS_TO.
34077 (print_version): Use PKGVERSION.
34078 * malloc/mtrace.pl ($PACKAGE): Remove variable.
34079 ($PKGVERSION): New variable.
34080 ($REPORT_BUGS_TO): Likewise.
34081 (usage): Use $REPORT_BUGS_TO.
34082 (top level): Use $PKGVERSION.
34083 * manual/Makefile (libc-texi-generated): Add pkgvers.texi.
34084 ($(objpfx)pkgvers.texi): New rule.
34085 ($(objpfx)stamp-pkgvers): Likewise.
34086 * manual/install.texi: Include pkgvers.texi.
34087 (--with-pkgversion): Document new configure option.
34088 (--with-bugurl): Likewise.
34089 (Reporting Bugs): Describe Bugzilla as upstream tracker rather
34090 than necessarily for this particular distribution. Use
34091 REPORT_BUGS_TO for where to report bugs.
34092 * INSTALL: Regenerated.
34093 * manual/libc.texinfo: Include pkgvers.texi.
34094 [!PKGVERSION_DEFAULT]: Include PKGVERSION in version information.
34095 * nscd/nscd.c (more_help): Use REPORT_BUGS_TO.
34096 (print_version): Use PKGVERSION.
34097 * nss/getent.c (more_help): Use REPORT_BUGS_TO.
34098 (print_version): Use PKGVERSION.
34099 * nss/makedb.c (more_help): Use REPORT_BUGS_TO.
34100 (print_version): Use PKGVERSION.
34101 * posix/getconf.c (main): Use PKGVERSION and REPORT_BUGS_TO.
34102 * sunrpc/proto.h [IS_IN_build] (_libc_intl_domainname): Remove
34103 macro.
34104 * sunrpc/rpc_main.c (options_usage): Use REPORT_BUGS_TO.
34105 (print_version): Use PKGVERSION.
34106 * sunrpc/rpcinfo.c (usage): Use REPORT_BUGS_TO.
34107 (print_version): Use PKGVERSION.
34108 * sysdeps/unix/sysv/linux/lddlibc4.c (main): Use REPORT_BUGS_TO
34109 and PKGVERSION.
34110
92e4b6a9
JM
34111 * timezone/checktab.awk: Update from tzcode 2012i.
34112 * timezone/ialloc.c: Likewise.
34113 * timezone/private.h: Likewise.
34114 * timezone/scheck.c: Likewise.
34115 * timezone/tzfile.h: Likewise.
34116 * timezone/tzselect.ksh: Merge in changes from tzcode 2012i.
34117 (TZVERSION): Hardcode tzcode version number.
34118 * timezone/zdump.c: Update from tzcode 2012i.
34119 * timezone/zic.c: Likewise.
34120 * timezone/version.h: New file.
34121 * timezone/README: Describe version.h. Update upstream location.
34122
9bde902c
JM
34123 [BZ #14824]
34124 * stdlib/stdlib.h [__USE_XOPEN_EXTENDED && __USE_XOPEN2K]
34125 (mktemp): Enable declaration.
34126 [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (ecvt): Likewise.
34127 [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (fcvt): Likewise.
34128 [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (gcvt): Likewise.
34129 [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qecvt):
34130 Likewise.
34131 [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qfcvt):
34132 Likewise.
34133 [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qgcvt):
34134 Likewise.
34135 [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (ecvt_r):
34136 Likewise.
34137 [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (fcvt_r):
34138 Likewise.
34139 [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (gcvt_r):
34140 Likewise.
34141
fb1ae1ee
JM
34142 [BZ #14821]
34143 * sunrpc/clnt_tcp.c (clnttcp_control): Access values at fixed
34144 offset in buffer as u_int32_t not u_long. Consistently use memcpy
34145 for copies of such integer values.
34146 * sunrpc/clnt_udp.c (clntudp_control): Likewise.
34147 * sunrpc/clnt_unix.c (clntunix_control): Likewise.
34148
2c1adbcb
AJ
341492012-11-09 Andreas Jaeger <aj@suse.de>
34150
34151 * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Remove all
34152 definitions and declarations that are provided by
34153 <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
34154
d0f8457e
AK
341552012-11-08 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
34156
3a235abb 34157 * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Add "te".
d0f8457e
AK
34158 * sysdeps/s390/dl-procinfo.h (HWCAP_S390_TE): Add enum value.
34159 * sysdeps/unix/sysv/linux/s390/hwcap.h (HWCAP_S390_TE): Add macro
34160 definition.
34161
57241e26
MS
341622012-11-08 Marcus Shawcroft <marcus.shawcroft@linaro.org>
34163
34164 * elf/elf.h: Update comment before AArch64 relocations.
34165
60e8270d
DM
341662012-11-07 David S. Miller <davem@davemloft.net>
34167
34168 * sysdeps/unix/sysv/linux/sparc/sparc64/__start_context.S: New file.
34169 * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
34170 (__start_context): Declare.
34171 (__makecontext_ret): Delete.
34172 (__makecontext): Hook up __start_context instead of
34173 __makecontext_ret.
34174 * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile
34175 (sysdep_routines): Add __start_context when in stdlib.
34176
0fbb0fbc
JM
341772012-11-07 Joseph Myers <joseph@codesourcery.com>
34178
34179 * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Pass $(NM),
34180 $(OBJDUMP) and $(READELF) to tst-xmmymm.sh.
34181 * sysdeps/x86/tst-xmmymm.sh (NM): New variable. Use it instead of
34182 hardcoded "nm".
34183 (OBJDUMP): New variable. Use it instead of hardcoded "objdump".
34184 (READELF): New variable. Use it instead of hardcoded "readelf".
34185
eb48db7e
L
341862012-11-07 H.J. Lu <hongjiu.lu@intel.com>
34187
34188 * sysdeps/x86_64/Makefile ($(objpfx)tst-xmmymm.out): Moved to ...
34189 * sysdeps/x86/Makefile: Here.
34190 * sysdeps/x86_64/tst-xmmymm.sh: Renamed to ...
34191 * sysdeps/x86/tst-xmmymm.sh: This.
34192
05bcf62a
JM
341932012-11-07 Joseph Myers <joseph@codesourcery.com>
34194
c4b6cf53
JM
34195 * conform/data/pthread.h-data [XPG3 || XPG4]: Disable all
34196 expectations.
34197 [UNIX98] (pthread_barrier_t): Do not expect.
34198 [UNIX98] (pthread_barrierattr_t): Likewise.
34199 [UNIX98] (pthread_spinlock_t): Likewise.
34200 [UNIX98] (pthread_barrier_destroy): Likewise.
34201 [UNIX98] (pthread_barrier_init): Likewise.
34202 [UNIX98] (pthread_barrier_wait): Likewise.
34203 [UNIX98] (pthread_barrierattr_destroy): Likewise.
34204 [UNIX98] (pthread_barrierattr_getpshared): Likewise.
34205 [UNIX98] (pthread_barrierattr_init): Likewise.
34206 [UNIX98] (pthread_barrierattr_setpshared): Likewise.
34207 [UNIX98] (pthread_getcpuclockid): Likewise.
34208 [UNIX98] (pthread_mutex_timedlock): Likewise.
34209 [UNIX98] (pthread_rwlock_timedrdlock): Likewise.
34210 [UNIX98] (pthread_rwlock_timedwrlock): Likewise.
34211 [UNIX98] (pthread_sigmask): Likewise.
34212 [UNIX98] (pthread_spin_destroy): Likewise.
34213 [UNIX98] (pthread_spin_init): Likewise.
34214 [UNIX98] (pthread_spin_lock): Likewise.
34215 [UNIX98] (pthread_spin_trylock): Likewise.
34216 [UNIX98] (pthread_spin_unlock): Likewise.
34217 * conform/data/sys/types.h-data [XPG3 || XPG4] (pthread_attr_t):
34218 Do not expect.
34219 [XPG3 || XPG4 || UNIX98] (pthread_barrier_t): Likewise.
34220 [XPG3 || XPG4 || UNIX98] (pthread_barrierattr_t): Likewise.
34221 [XPG3 || XPG4] (pthread_cond_t): Likewise.
34222 [XPG3 || XPG4] (pthread_condattr_t): Likewise.
34223 [XPG3 || XPG4] (pthread_key_t): Likewise.
34224 [XPG3 || XPG4] (pthread_mutex_t): Likewise.
34225 [XPG3 || XPG4] (pthread_mutexattr_t): Likewise.
34226 [XPG3 || XPG4] (pthread_once_t): Likewise.
34227 [XPG3 || XPG4] (pthread_rwlock_t): Likewise.
34228 [XPG3 || XPG4] (pthread_rwlockattr_t): Likewise.
34229 [XPG3 || XPG4 || UNIX98] (pthread_spinlock_t): Likewise.
34230 [XPG3 || XPG4] (pthread_t): Likewise.
34231
cbe6e120
JM
34232 * conform/data/stdlib.h-data [XPG3 || XPG4 || UNIX98] (setenv): Do
34233 not expect.
34234 [XPG3 || XPG4 || UNIX98] (unsetenv): Likewise.
34235
1b126443
JM
34236 * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (isnan):
34237 Change function return type to int.
34238
b961a573
JM
34239 * conform/data/sys/mman.h-data [!POSIX] (POSIX_MADV_NORMAL):
34240 Change condition to [!POSIX && !XPG3 && !XPG4 && !UNIX98].
34241 [!POSIX] (POSIX_MADV_SEQUENTIAL): Likewise.
34242 [!POSIX] (POSIX_MADV_RANDOM): Likewise.
34243 [!POSIX] (POSIX_MADV_WILLNEED): Likewise.
34244 [!POSIX] (POSIX_MADV_DONTNEED): Likewise.
34245 [!POSIX] (posix_madvise): Likewise.
34246 (POSIX_TYPED_MEM_ALLOCATE): Condition on [!POSIX && !XPG3 && !XPG4
34247 && !UNIX98].
34248 (POSIX_TYPED_MEM_ALLOCATE_CONTIG): Likewise.
34249 (POSIX_TYPED_MEM_MAP_ALLOCATABLE): Likewise.
34250 (mode_t): Likewise.
34251 (posix_mem_offset): Likewise.
34252 (posix_typed_mem_get_info): Likewise.
34253 (posix_typed_mem_open): Likewise.
34254
9e188909
JM
34255 * conform/data/sys/stat.h-data [!POSIX && !POSIX2008] (mknodat):
34256 Change condition to [XOPEN2K8].
34257
05bcf62a
JM
34258 * conform/conformtest.pl: Preprocess allow-header data with -x c
34259 instead of from stdin.
34260 (@headers): Add stdalign.h, stdbool.h and stdnoreturn.h.
34261 * conform/data/complex.h-data [C99-based standards] (cerf): Allow.
34262 [C99-based standards] (cerfc): Likewise.
34263 [C99-based standards] (cexp2): Likewise.
34264 [C99-based standards] (cexpm1): Likewise.
34265 [C99-based standards] (clog10): Likewise.
34266 [C99-based standards] (clog1p): Likewise.
34267 [C99-based standards] (clog2): Likewise.
34268 [C99-based standards] (clgamma): Likewise.
34269 [C99-based standards] (ctgamma): Likewise.
34270 [C99-based standards] (cerff): Likewise.
34271 [C99-based standards] (cerfcf): Likewise.
34272 [C99-based standards] (cexp2f): Likewise.
34273 [C99-based standards] (cexpm1f): Likewise.
34274 [C99-based standards] (clog10f): Likewise.
34275 [C99-based standards] (clog1pf): Likewise.
34276 [C99-based standards] (clog2f): Likewise.
34277 [C99-based standards] (clgammaf): Likewise.
34278 [C99-based standards] (ctgammaf): Likewise.
34279 [C99-based standards] (cerfl): Likewise.
34280 [C99-based standards] (cerfcl): Likewise.
34281 [C99-based standards] (cexp2l): Likewise.
34282 [C99-based standards] (cexpm1l): Likewise.
34283 [C99-based standards] (clog10l): Likewise.
34284 [C99-based standards] (clog1pl): Likewise.
34285 [C99-based standards] (clog2l): Likewise.
34286 [C99-based standards] (clgammal): Likewise.
34287 [C99-based standards] (ctgammal): Likewise.
34288 * conform/data/inttypes.h-data [C99-based standards]: Include
34289 stdint.h-data. Remove all expectations for stdint.h contents.
34290 [C99-based standards] (PRI*): Do not allow.
34291 [C99-based standards] (SCN*): Likewise.
34292 [C99-based standards] (*_t): Likewise.
34293 [C99-based-standards] (PRId8): Expect macro.
34294 [C99-based-standards] (PRIi8): Likewise.
34295 [C99-based-standards] (PRIo8): Likewise.
34296 [C99-based-standards] (PRIu8): Likewise.
34297 [C99-based-standards] (PRIx8): Likewise.
34298 [C99-based-standards] (PRIX8): Likewise.
34299 [C99-based-standards] (SCNd8): Likewise.
34300 [C99-based-standards] (SCNi8): Likewise.
34301 [C99-based-standards] (SCNo8): Likewise.
34302 [C99-based-standards] (SCNu8): Likewise.
34303 [C99-based-standards] (SCNx8): Likewise.
34304 [C99-based-standards] (PRIdLEAST8): Likewise.
34305 [C99-based-standards] (PRIiLEAST8): Likewise.
34306 [C99-based-standards] (PRIoLEAST8): Likewise.
34307 [C99-based-standards] (PRIuLEAST8): Likewise.
34308 [C99-based-standards] (PRIxLEAST8): Likewise.
34309 [C99-based-standards] (PRIXLEAST8): Likewise.
34310 [C99-based-standards] (SCNdLEAST8): Likewise.
34311 [C99-based-standards] (SCNiLEAST8): Likewise.
34312 [C99-based-standards] (SCNoLEAST8): Likewise.
34313 [C99-based-standards] (SCNuLEAST8): Likewise.
34314 [C99-based-standards] (SCNxLEAST8): Likewise.
34315 [C99-based-standards] (PRIdFAST8): Likewise.
34316 [C99-based-standards] (PRIiFAST8): Likewise.
34317 [C99-based-standards] (PRIoFAST8): Likewise.
34318 [C99-based-standards] (PRIuFAST8): Likewise.
34319 [C99-based-standards] (PRIxFAST8): Likewise.
34320 [C99-based-standards] (PRIXFAST8): Likewise.
34321 [C99-based-standards] (SCNdFAST8): Likewise.
34322 [C99-based-standards] (SCNiFAST8): Likewise.
34323 [C99-based-standards] (SCNoFAST8): Likewise.
34324 [C99-based-standards] (SCNuFAST8): Likewise.
34325 [C99-based-standards] (SCNxFAST8): Likewise.
34326 [C99-based-standards] (PRId16): Likewise.
34327 [C99-based-standards] (PRIi16): Likewise.
34328 [C99-based-standards] (PRIo16): Likewise.
34329 [C99-based-standards] (PRIu16): Likewise.
34330 [C99-based-standards] (PRIx16): Likewise.
34331 [C99-based-standards] (PRIX16): Likewise.
34332 [C99-based-standards] (SCNd16): Likewise.
34333 [C99-based-standards] (SCNi16): Likewise.
34334 [C99-based-standards] (SCNo16): Likewise.
34335 [C99-based-standards] (SCNu16): Likewise.
34336 [C99-based-standards] (SCNx16): Likewise.
34337 [C99-based-standards] (PRIdLEAST16): Likewise.
34338 [C99-based-standards] (PRIiLEAST16): Likewise.
34339 [C99-based-standards] (PRIoLEAST16): Likewise.
34340 [C99-based-standards] (PRIuLEAST16): Likewise.
34341 [C99-based-standards] (PRIxLEAST16): Likewise.
34342 [C99-based-standards] (PRIXLEAST16): Likewise.
34343 [C99-based-standards] (SCNdLEAST16): Likewise.
34344 [C99-based-standards] (SCNiLEAST16): Likewise.
34345 [C99-based-standards] (SCNoLEAST16): Likewise.
34346 [C99-based-standards] (SCNuLEAST16): Likewise.
34347 [C99-based-standards] (SCNxLEAST16): Likewise.
34348 [C99-based-standards] (PRIdFAST16): Likewise.
34349 [C99-based-standards] (PRIiFAST16): Likewise.
34350 [C99-based-standards] (PRIoFAST16): Likewise.
34351 [C99-based-standards] (PRIuFAST16): Likewise.
34352 [C99-based-standards] (PRIxFAST16): Likewise.
34353 [C99-based-standards] (PRIXFAST16): Likewise.
34354 [C99-based-standards] (SCNdFAST16): Likewise.
34355 [C99-based-standards] (SCNiFAST16): Likewise.
34356 [C99-based-standards] (SCNoFAST16): Likewise.
34357 [C99-based-standards] (SCNuFAST16): Likewise.
34358 [C99-based-standards] (SCNxFAST16): Likewise.
34359 [C99-based-standards] (PRId32): Likewise.
34360 [C99-based-standards] (PRIi32): Likewise.
34361 [C99-based-standards] (PRIo32): Likewise.
34362 [C99-based-standards] (PRIu32): Likewise.
34363 [C99-based-standards] (PRIx32): Likewise.
34364 [C99-based-standards] (PRIX32): Likewise.
34365 [C99-based-standards] (SCNd32): Likewise.
34366 [C99-based-standards] (SCNi32): Likewise.
34367 [C99-based-standards] (SCNo32): Likewise.
34368 [C99-based-standards] (SCNu32): Likewise.
34369 [C99-based-standards] (SCNx32): Likewise.
34370 [C99-based-standards] (PRIdLEAST32): Likewise.
34371 [C99-based-standards] (PRIiLEAST32): Likewise.
34372 [C99-based-standards] (PRIoLEAST32): Likewise.
34373 [C99-based-standards] (PRIuLEAST32): Likewise.
34374 [C99-based-standards] (PRIxLEAST32): Likewise.
34375 [C99-based-standards] (PRIXLEAST32): Likewise.
34376 [C99-based-standards] (SCNdLEAST32): Likewise.
34377 [C99-based-standards] (SCNiLEAST32): Likewise.
34378 [C99-based-standards] (SCNoLEAST32): Likewise.
34379 [C99-based-standards] (SCNuLEAST32): Likewise.
34380 [C99-based-standards] (SCNxLEAST32): Likewise.
34381 [C99-based-standards] (PRIdFAST32): Likewise.
34382 [C99-based-standards] (PRIiFAST32): Likewise.
34383 [C99-based-standards] (PRIoFAST32): Likewise.
34384 [C99-based-standards] (PRIuFAST32): Likewise.
34385 [C99-based-standards] (PRIxFAST32): Likewise.
34386 [C99-based-standards] (PRIXFAST32): Likewise.
34387 [C99-based-standards] (SCNdFAST32): Likewise.
34388 [C99-based-standards] (SCNiFAST32): Likewise.
34389 [C99-based-standards] (SCNoFAST32): Likewise.
34390 [C99-based-standards] (SCNuFAST32): Likewise.
34391 [C99-based-standards] (SCNxFAST32): Likewise.
34392 [C99-based-standards] (PRId64): Likewise.
34393 [C99-based-standards] (PRIi64): Likewise.
34394 [C99-based-standards] (PRIo64): Likewise.
34395 [C99-based-standards] (PRIu64): Likewise.
34396 [C99-based-standards] (PRIx64): Likewise.
34397 [C99-based-standards] (PRIX64): Likewise.
34398 [C99-based-standards] (SCNd64): Likewise.
34399 [C99-based-standards] (SCNi64): Likewise.
34400 [C99-based-standards] (SCNo64): Likewise.
34401 [C99-based-standards] (SCNu64): Likewise.
34402 [C99-based-standards] (SCNx64): Likewise.
34403 [C99-based-standards] (PRIdLEAST64): Likewise.
34404 [C99-based-standards] (PRIiLEAST64): Likewise.
34405 [C99-based-standards] (PRIoLEAST64): Likewise.
34406 [C99-based-standards] (PRIuLEAST64): Likewise.
34407 [C99-based-standards] (PRIxLEAST64): Likewise.
34408 [C99-based-standards] (PRIXLEAST64): Likewise.
34409 [C99-based-standards] (SCNdLEAST64): Likewise.
34410 [C99-based-standards] (SCNiLEAST64): Likewise.
34411 [C99-based-standards] (SCNoLEAST64): Likewise.
34412 [C99-based-standards] (SCNuLEAST64): Likewise.
34413 [C99-based-standards] (SCNxLEAST64): Likewise.
34414 [C99-based-standards] (PRIdFAST64): Likewise.
34415 [C99-based-standards] (PRIiFAST64): Likewise.
34416 [C99-based-standards] (PRIoFAST64): Likewise.
34417 [C99-based-standards] (PRIuFAST64): Likewise.
34418 [C99-based-standards] (PRIxFAST64): Likewise.
34419 [C99-based-standards] (PRIXFAST64): Likewise.
34420 [C99-based-standards] (SCNdFAST64): Likewise.
34421 [C99-based-standards] (SCNiFAST64): Likewise.
34422 [C99-based-standards] (SCNoFAST64): Likewise.
34423 [C99-based-standards] (SCNuFAST64): Likewise.
34424 [C99-based-standards] (SCNxFAST64): Likewise.
34425 [C99-based-standards] (PRIdMAX): Likewise.
34426 [C99-based-standards] (PRIiMAX): Likewise.
34427 [C99-based-standards] (PRIoMAX): Likewise.
34428 [C99-based-standards] (PRIuMAX): Likewise.
34429 [C99-based-standards] (PRIxMAX): Likewise.
34430 [C99-based-standards] (PRIXMAX): Likewise.
34431 [C99-based-standards] (SCNdMAX): Likewise.
34432 [C99-based-standards] (SCNiMAX): Likewise.
34433 [C99-based-standards] (SCNoMAX): Likewise.
34434 [C99-based-standards] (SCNuMAX): Likewise.
34435 [C99-based-standards] (SCNxMAX): Likewise.
34436 [C99-based-standards] (PRIdPTR): Likewise.
34437 [C99-based-standards] (PRIiPTR): Likewise.
34438 [C99-based-standards] (PRIoPTR): Likewise.
34439 [C99-based-standards] (PRIuPTR): Likewise.
34440 [C99-based-standards] (PRIxPTR): Likewise.
34441 [C99-based-standards] (PRIXPTR): Likewise.
34442 [C99-based-standards] (SCNdPTR): Likewise.
34443 [C99-based-standards] (SCNiPTR): Likewise.
34444 [C99-based-standards] (SCNoPTR): Likewise.
34445 [C99-based-standards] (SCNuPTR): Likewise.
34446 [C99-based-standards] (SCNxPTR): Likewise.
34447 * conform/data/iso646.h-data [ISO C standards] (*_t): Do not
34448 allow.
34449 * conform/data/stdint.h-data: Update comments to clarify
34450 requirements.
34451 [C99-based standards] (INT8_MIN): Use macro-int-constant. Specify
34452 type.
34453 [C99-based standards] (INT8_MAX): Likewise.
34454 [C99-based standards] (INT16_MIN): Likewise.
34455 [C99-based standards] (INT16_MAX): Likewise.
34456 [C99-based standards] (INT32_MIN): Likewise.
34457 [C99-based standards] (INT32_MAX): Likewise.
34458 [C99-based standards] (INT64_MIN): Likewise.
34459 [C99-based standards] (INT64_MAX): Likewise.
34460 [C99-based standards] (UINT8_MAX): Likewise.
34461 [C99-based standards] (UINT16_MAX): Likewise.
34462 [C99-based standards] (UINT32_MAX): Likewise.
34463 [C99-based standards] (UINT64_MAX): Likewise.
34464 [C99-based standards] (INT_LEAST8_MIN): Likewise.
34465 [C99-based standards] (INT_LEAST8_MAX): Likewise.
34466 [C99-based standards] (INT_LEAST16_MIN): Likewise.
34467 [C99-based standards] (INT_LEAST16_MAX): Likewise.
34468 [C99-based standards] (INT_LEAST32_MIN): Likewise.
34469 [C99-based standards] (INT_LEAST32_MAX): Likewise.
34470 [C99-based standards] (INT_LEAST64_MIN): Likewise.
34471 [C99-based standards] (INT_LEAST64_MAX): Likewise.
34472 [C99-based standards] (UINT_LEAST8_MAX): Likewise.
34473 [C99-based standards] (UINT_LEAST16_MAX): Likewise.
34474 [C99-based standards] (UINT_LEAST32_MAX): Likewise.
34475 [C99-based standards] (UINT_LEAST64_MAX): Likewise.
34476 [C99-based standards] (INT_FAST8_MIN): Likewise.
34477 [C99-based standards] (INT_FAST8_MAX): Likewise.
34478 [C99-based standards] (INT_FAST16_MIN): Likewise.
34479 [C99-based standards] (INT_FAST16_MAX): Likewise.
34480 [C99-based standards] (INT_FAST32_MIN): Likewise.
34481 [C99-based standards] (INT_FAST32_MAX): Likewise.
34482 [C99-based standards] (INT_FAST64_MIN): Likewise.
34483 [C99-based standards] (INT_FAST64_MAX): Likewise.
34484 [C99-based standards] (UINT_FAST8_MAX): Likewise.
34485 [C99-based standards] (UINT_FAST16_MAX): Likewise.
34486 [C99-based standards] (UINT_FAST32_MAX): Likewise.
34487 [C99-based standards] (UINT_FAST64_MAX): Likewise.
34488 [C99-based standards] (INTPTR_MIN): Likewise.
34489 [C99-based standards] (INTPTR_MAX): Likewise.
34490 [C99-based standards] (UINTPTR_MAX): Likewise.
34491 [C99-based standards] (INTMAX_MIN): Likewise.
34492 [C99-based standards] (INTMAX_MAX): Likewise.
34493 [C99-based standards] (UINTMAX_MAX): Likewise.
34494 [C99-based standards] (PTRDIFF_MIN): Likewise.
34495 [C99-based standards] (PTRDIFF_MAX): Likewise.
34496 [C99-based standards] (SIG_ATOMIC_MAX): Likewise.
34497 [C99-based standards] (SIZE_MAX): Likewise.
34498 [C99-based standards] (WCHAR_MAX): Likewise.
34499 [C99-based standards] (WINT_MAX): Likewise.
34500 [C99-based standards] (SIG_ATOMIC_MIN): Likewise. Do not specify
34501 constraint on value.
34502 [C99-based standards] (WCHAR_MIN): Likewise.
34503 [C99-based standards] (WINT_MIN): Likewise.
34504 [C99-based standards] (*_t): Allow.
34505 * conform/data/tgmath.h-data [XOPEN2K || POSIX2008]: Change
34506 condition to [!ISO && !POSIX && !XPG3 && !XPG4 && !UNIX98].
34507 Include math.h-data and complex.h-data. Remove all expectations
34508 of math.h and complex.h contents.
34509 * conform/data/uchar.h-data [ISO11] (c16rtomb): Remove stray "16"
34510 at end of line.
34511 * conform/data/wchar.h-data [!ISO && !POSIX && !XPG3 && !XPG4]
34512 (struct tm): Expect tag.
34513 [C99-based-standards] (wcstof): Expect function.
34514 [C99-based-standards] (wcstold): Likewise.
34515 [C99-based-standards] (wcstoll): Likewise.
34516 [C99-based-standards] (wcstoull): Likewise.
34517 [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MIN): Use
34518 macro-int-constant. Specify type.
34519 [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MAX): Likewise. Specify
34520 constraint on value.
34521 [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
34522 Specify type.
34523 [!ISO && !POSIX && !XPG3 && !XPG4] (NULL): Use macro-constant.
34524 Specify value.
34525 [ISO C standards]: Do not allow headers.
34526 [!ISO && !POSIX && !XPG3 && !XPG4] (wcs*): Change to
34527 wcs[abcdefghijklmnopqrstuvwxyz]*.
34528 [ISO C standards] (*_t): Do not allow.
34529 * conform/data/wctype.h-data [C99-based standards] (iswblank):
34530 Expect function.
34531 [XOPEN2K8 || POSIX2008] (iswblank_l): Likewise.
34532 [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
34533 Specify type.
34534 [ISO C standards]: Do not allow headers.
34535 [!ISO && !POSIX && !XPG3 && !XPG4] (is*): Change to
34536 is[abcdefghijklmnopqrstuvwxyz]*.
34537 [!ISO && !POSIX && !XPG3 && !XPG4] (to*): Change to
34538 to[abcdefghijklmnopqrstuvwxyz]*.
34539 [ISO C standards] (*_t): Do not allow.
34540 * conform/data/stdalign.h-data: New file.
34541 * conform/data/stdbool.h-data: Likewise.
34542 * conform/data/stdnoreturn.h-data: Likewise.
34543
7514feb8
RM
345442012-11-07 Roland McGrath <roland@hack.frob.com>
34545
34546 [BZ #14815]
34547 * manual/filesys.texi (Directory Entries): Typo fix.
34548 Reported by <h-iwamoto@kit.hi-ho.ne.jp>.
34549
19b2ecfc
MS
345502012-11-07 Marcus Shawcroft <marcus.shawcroft@linaro.org>
34551
34552 * elf/elf.h (EM_AARCH64): New macro.
34553 (R_AARCH64_NONE, R_AARCH64_ABS64, R_AARCH64_ABS32): Likewise.
34554 (R_AARCH64_COPY, R_AARCH64_GLOB_DAT, R_AARCH64_JUMP_SLOT): Likewise.
34555 (R_AARCH64_RELATIVE, R_AARCH64_TLS_DTPMOD64): Likewise.
34556 (R_AARCH64_TLS_DTPREL64, R_AARCH64_TLS_TPREL64): Likewise.
34557 (R_AARCH64_TLSDESC): Likewise.
34558 (NT_ARM_TLS): Likewise.
34559 (NT_ARM_HW_BREAK): Likewise.
34560 (NT_ARM_HW_WATCH): Likewise.
34561
60e235ee
JM
345622012-11-07 Joseph Myers <joseph@codesourcery.com>
34563
34564 [BZ #14811]
34565 * sysdeps/i386/fpu/e_powl.S (pm79): New object.
34566 (__ieee754_powl): Saturate nonzero exponents with absolute value
34567 below 0x1p-79 to +/- 0x1p-79.
34568 * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Saturate nonzero
34569 exponents with absolute value below 0x1p-64 to +/- 0x1p-64.
34570 * sysdeps/ieee754/flt-32/e_powf.c (__ieee754_powf): Saturate
34571 nonzero exponents with absolute value below 0x1p-32 to +/-
34572 0x1p-32.
34573 * sysdeps/x86_64/fpu/e_powl.S (pm79): New object.
34574 (__ieee754_powl): Saturate nonzero exponents with absolute value
34575 below 0x1p-79 to +/- 0x1p-79.
34576 * math/libm-test.inc (pow_test): Add more tests.
34577
0ab234b7
AK
345782012-11-07 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
34579
34580 * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Sync
34581 _dl_s390_cap_flags with kernel. Increase string length.
34582 (_dl_s390_platforms): Add z196 and zEC12.
34583
45832f74
JM
345842012-11-07 Joseph Myers <joseph@codesourcery.com>
34585
34586 * conform/data/time.h-data [!XOPEN21K && !XOPEN2K8 && !POSIX2008]:
34587 Change XOPEN21K to XOPEN2K.
34588
19218757
MK
345892012-11-06 Maxim Kuvyrkov <maxim@codesourcery.com>
34590
34591 * string/memmove.c: Use memcpy when possible.
34592
c5f45721
AJ
345932012-11-06 Andreas Jaeger <aj@suse.de>
34594
34595 * po/eo.po: Update from translation team.
34596
82477c28
JM
345972012-11-06 Joseph Myers <joseph@codesourcery.com>
34598
34599 [BZ #14793]
34600 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): In case of large z
34601 exponent and small x and y exponents, scale x or y up. Increase
34602 by 2 the exponent used in scaling up.
34603 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
34604 * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
34605 * math/libm-test.inc (fma_test): Add more tests.
34606 (fma_test_towardzero): Likewise.
34607 (fma_test_downward): Likewise.
34608 (fma_test_upward): Likewise.
34609
99252c8c
JM
346102012-11-05 Joseph Myers <joseph@codesourcery.com>
34611
acfa885f
JM
34612 [BZ #14805]
34613 * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_DFL_ENV): Use cast to const
34614 fenv_t *.
34615
99252c8c
JM
34616 [BZ #14801]
34617 * sysdeps/s390/fpu/bits/fenv.h (fenv_t): Use implementation
34618 namespace for names of struct fields.
34619 * sysdeps/s390/fpu/fegetenv.c (fegetenv): Update references to
34620 fenv_t fields.
34621 * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Likewise.
34622 * sysdeps/s390/fpu/fesetenv.c (fesetenv): Likewise.
34623
d6d98dea
ST
346242012-11-04 Samuel Thibault <samuel.thibault@ens-lyon.org>
34625
34626 [BZ #3665]
34627 * sysdeps/mach/hurd/bits/errno.h: Regenerated.
34628
e10bb107
TS
346292012-11-04 Thomas Schwinge <thomas@codesourcery.com>
34630
34631 * csu/libc-start.c (LIBC_START_MAIN): Conditionalize use of
34632 PTR_DEMANGLE.
34633
34634 [BZ #5246]
34635 * sysdeps/mach/hurd/i386/____longjmp_chk.S: Conditionalize use of
34636 PTR_DEMANGLE.
34637
a0c2940d
JM
346382012-11-04 Joseph Myers <joseph@codesourcery.com>
34639
34640 [BZ #14797]
34641 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute cases that
34642 definitely overflow as x * y not x * y + z.
34643 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
34644 * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
34645 * math/libm-test.inc (fma_test): Add more tests.
34646 (fma_test_towardzero): Likewise.
34647 (fma_test_downward): Likewise.
34648 (fma_test_upward): Likewise.
34649
b830319d
TS
346502012-11-04 Thomas Schwinge <thomas@codesourcery.com>
34651
34652 [BZ #157]
34653
34654 * include/stub-tag.h: Remove file.
34655 * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't emit
34656 '#include' of it.
34657 * manual/maint.texi (Porting): Don't reference it.
34658 * Makerules ($(objpfx)stubs): Likewise.
34659 * dirent/closedir.c: Don't include <stub-tag.h>.
34660 * dirent/dirfd.c: Likewise.
34661 * dirent/fdopendir.c: Likewise.
34662 * dirent/getdents.c: Likewise.
34663 * dirent/getdents64.c: Likewise.
34664 * dirent/opendir.c: Likewise.
34665 * dirent/readdir.c: Likewise.
34666 * dirent/readdir64.c: Likewise.
34667 * dirent/readdir64_r.c: Likewise.
34668 * dirent/readdir_r.c: Likewise.
34669 * dirent/rewinddir.c: Likewise.
34670 * dirent/seekdir.c: Likewise.
34671 * dirent/telldir.c: Likewise.
34672 * gmon/profil.c: Likewise.
34673 * grp/setgroups.c: Likewise.
34674 * inet/if_index.c: Likewise.
34675 * io/access.c: Likewise.
34676 * io/chdir.c: Likewise.
34677 * io/chmod.c: Likewise.
34678 * io/chown.c: Likewise.
34679 * io/close.c: Likewise.
34680 * io/dup.c: Likewise.
34681 * io/dup2.c: Likewise.
34682 * io/dup3.c: Likewise.
34683 * io/euidaccess.c: Likewise.
34684 * io/faccessat.c: Likewise.
34685 * io/fchdir.c: Likewise.
34686 * io/fchmod.c: Likewise.
34687 * io/fchmodat.c: Likewise.
34688 * io/fchown.c: Likewise.
34689 * io/fchownat.c: Likewise.
34690 * io/fcntl.c: Likewise.
34691 * io/flock.c: Likewise.
34692 * io/fstatfs.c: Likewise.
34693 * io/fstatfs64.c: Likewise.
34694 * io/fstatvfs.c: Likewise.
34695 * io/fstatvfs64.c: Likewise.
34696 * io/futimens.c: Likewise.
34697 * io/fxstat.c: Likewise.
34698 * io/fxstat64.c: Likewise.
34699 * io/fxstatat.c: Likewise.
34700 * io/fxstatat64.c: Likewise.
34701 * io/getcwd.c: Likewise.
34702 * io/isatty.c: Likewise.
34703 * io/lchmod.c: Likewise.
34704 * io/lchown.c: Likewise.
34705 * io/link.c: Likewise.
34706 * io/linkat.c: Likewise.
34707 * io/lseek.c: Likewise.
34708 * io/lseek64.c: Likewise.
34709 * io/lxstat64.c: Likewise.
34710 * io/mkdir.c: Likewise.
34711 * io/mkdirat.c: Likewise.
34712 * io/mkfifo.c: Likewise.
34713 * io/mkfifoat.c: Likewise.
34714 * io/open.c: Likewise.
34715 * io/open64.c: Likewise.
34716 * io/openat.c: Likewise.
34717 * io/openat64.c: Likewise.
34718 * io/pipe.c: Likewise.
34719 * io/pipe2.c: Likewise.
34720 * io/poll.c: Likewise.
34721 * io/posix_fadvise.c: Likewise.
34722 * io/posix_fadvise64.c: Likewise.
34723 * io/posix_fallocate.c: Likewise.
34724 * io/posix_fallocate64.c: Likewise.
34725 * io/read.c: Likewise.
34726 * io/readlink.c: Likewise.
34727 * io/readlinkat.c: Likewise.
34728 * io/rmdir.c: Likewise.
34729 * io/sendfile.c: Likewise.
34730 * io/sendfile64.c: Likewise.
34731 * io/statfs.c: Likewise.
34732 * io/statfs64.c: Likewise.
34733 * io/statvfs.c: Likewise.
34734 * io/statvfs64.c: Likewise.
34735 * io/symlink.c: Likewise.
34736 * io/symlinkat.c: Likewise.
34737 * io/ttyname.c: Likewise.
34738 * io/ttyname_r.c: Likewise.
34739 * io/umask.c: Likewise.
34740 * io/unlink.c: Likewise.
34741 * io/unlinkat.c: Likewise.
34742 * io/utime.c: Likewise.
34743 * io/utimensat.c: Likewise.
34744 * io/write.c: Likewise.
34745 * io/xmknod.c: Likewise.
34746 * io/xmknodat.c: Likewise.
34747 * io/xstat.c: Likewise.
34748 * io/xstat64.c: Likewise.
34749 * login/getpt.c: Likewise.
34750 * login/grantpt.c: Likewise.
34751 * login/unlockpt.c: Likewise.
34752 * math/e_acoshl.c: Likewise.
34753 * math/e_acosl.c: Likewise.
34754 * math/e_asinl.c: Likewise.
34755 * math/e_atan2l.c: Likewise.
34756 * math/e_atanhl.c: Likewise.
34757 * math/e_coshl.c: Likewise.
34758 * math/e_expl.c: Likewise.
34759 * math/e_fmodl.c: Likewise.
34760 * math/e_gammal_r.c: Likewise.
34761 * math/e_hypotl.c: Likewise.
34762 * math/e_j0l.c: Likewise.
34763 * math/e_j1l.c: Likewise.
34764 * math/e_jnl.c: Likewise.
34765 * math/e_lgammal_r.c: Likewise.
34766 * math/e_log10l.c: Likewise.
34767 * math/e_log2l.c: Likewise.
34768 * math/e_logl.c: Likewise.
34769 * math/e_powl.c: Likewise.
34770 * math/e_rem_pio2l.c: Likewise.
34771 * math/e_sinhl.c: Likewise.
34772 * math/e_sqrtl.c: Likewise.
34773 * math/fclrexcpt.c: Likewise.
34774 * math/fedisblxcpt.c: Likewise.
34775 * math/feenablxcpt.c: Likewise.
34776 * math/fegetenv.c: Likewise.
34777 * math/fegetexcept.c: Likewise.
34778 * math/fegetround.c: Likewise.
34779 * math/feholdexcpt.c: Likewise.
34780 * math/fesetenv.c: Likewise.
34781 * math/fesetround.c: Likewise.
34782 * math/feupdateenv.c: Likewise.
34783 * math/fgetexcptflg.c: Likewise.
34784 * math/fraiseexcpt.c: Likewise.
34785 * math/fsetexcptflg.c: Likewise.
34786 * math/ftestexcept.c: Likewise.
34787 * math/k_cosl.c: Likewise.
34788 * math/k_rem_pio2l.c: Likewise.
34789 * math/k_sinl.c: Likewise.
34790 * math/k_tanl.c: Likewise.
34791 * math/s_asinhl.c: Likewise.
34792 * math/s_atanl.c: Likewise.
34793 * math/s_cbrtl.c: Likewise.
34794 * math/s_erfl.c: Likewise.
34795 * math/s_expm1l.c: Likewise.
34796 * math/s_log1pl.c: Likewise.
34797 * math/s_tanhl.c: Likewise.
34798 * misc/acct.c: Likewise.
34799 * misc/brk.c: Likewise.
34800 * misc/chflags.c: Likewise.
34801 * misc/chroot.c: Likewise.
34802 * misc/fchflags.c: Likewise.
34803 * misc/fgetxattr.c: Likewise.
34804 * misc/flistxattr.c: Likewise.
34805 * misc/fremovexattr.c: Likewise.
34806 * misc/fsetxattr.c: Likewise.
34807 * misc/fsync.c: Likewise.
34808 * misc/ftruncate.c: Likewise.
34809 * misc/futimes.c: Likewise.
34810 * misc/futimesat.c: Likewise.
34811 * misc/getdomain.c: Likewise.
34812 * misc/getdtsz.c: Likewise.
34813 * misc/gethostid.c: Likewise.
34814 * misc/gethostname.c: Likewise.
34815 * misc/getloadavg.c: Likewise.
34816 * misc/getpagesize.c: Likewise.
34817 * misc/getsysstats.c: Likewise.
34818 * misc/getxattr.c: Likewise.
34819 * misc/gtty.c: Likewise.
34820 * misc/ioctl.c: Likewise.
34821 * misc/lgetxattr.c: Likewise.
34822 * misc/listxattr.c: Likewise.
34823 * misc/llistxattr.c: Likewise.
34824 * misc/lremovexattr.c: Likewise.
34825 * misc/lsetxattr.c: Likewise.
34826 * misc/lutimes.c: Likewise.
34827 * misc/madvise.c: Likewise.
34828 * misc/mincore.c: Likewise.
34829 * misc/mlock.c: Likewise.
34830 * misc/mlockall.c: Likewise.
34831 * misc/mmap.c: Likewise.
34832 * misc/mprotect.c: Likewise.
34833 * misc/msync.c: Likewise.
34834 * misc/munlock.c: Likewise.
34835 * misc/munlockall.c: Likewise.
34836 * misc/munmap.c: Likewise.
34837 * misc/preadv.c: Likewise.
34838 * misc/preadv64.c: Likewise.
34839 * misc/ptrace.c: Likewise.
34840 * misc/pwritev.c: Likewise.
34841 * misc/pwritev64.c: Likewise.
34842 * misc/readv.c: Likewise.
34843 * misc/reboot.c: Likewise.
34844 * misc/remap_file_pages.c: Likewise.
34845 * misc/removexattr.c: Likewise.
34846 * misc/revoke.c: Likewise.
34847 * misc/select.c: Likewise.
34848 * misc/setdomain.c: Likewise.
34849 * misc/setegid.c: Likewise.
34850 * misc/seteuid.c: Likewise.
34851 * misc/sethostid.c: Likewise.
34852 * misc/sethostname.c: Likewise.
34853 * misc/setregid.c: Likewise.
34854 * misc/setreuid.c: Likewise.
34855 * misc/setxattr.c: Likewise.
34856 * misc/sstk.c: Likewise.
34857 * misc/stty.c: Likewise.
34858 * misc/swapoff.c: Likewise.
34859 * misc/swapon.c: Likewise.
34860 * misc/sync.c: Likewise.
34861 * misc/syncfs.c: Likewise.
34862 * misc/syscall.c: Likewise.
34863 * misc/truncate.c: Likewise.
34864 * misc/ualarm.c: Likewise.
34865 * misc/usleep.c: Likewise.
34866 * misc/ustat.c: Likewise.
34867 * misc/utimes.c: Likewise.
34868 * misc/vhangup.c: Likewise.
34869 * misc/writev.c: Likewise.
34870 * posix/_exit.c: Likewise.
34871 * posix/alarm.c: Likewise.
34872 * posix/execve.c: Likewise.
34873 * posix/fexecve.c: Likewise.
34874 * posix/fork.c: Likewise.
34875 * posix/fpathconf.c: Likewise.
34876 * posix/getaddrinfo.c: Likewise.
34877 * posix/getegid.c: Likewise.
34878 * posix/geteuid.c: Likewise.
34879 * posix/getgid.c: Likewise.
34880 * posix/getgroups.c: Likewise.
34881 * posix/getlogin.c: Likewise.
34882 * posix/getlogin_r.c: Likewise.
34883 * posix/getpgid.c: Likewise.
34884 * posix/getpid.c: Likewise.
34885 * posix/getppid.c: Likewise.
34886 * posix/getresgid.c: Likewise.
34887 * posix/getresuid.c: Likewise.
34888 * posix/getsid.c: Likewise.
34889 * posix/getuid.c: Likewise.
34890 * posix/glob64.c: Likewise.
34891 * posix/nanosleep.c: Likewise.
34892 * posix/pathconf.c: Likewise.
34893 * posix/pause.c: Likewise.
34894 * posix/posix_madvise.c: Likewise.
34895 * posix/pread.c: Likewise.
34896 * posix/pread64.c: Likewise.
34897 * posix/pwrite.c: Likewise.
34898 * posix/pwrite64.c: Likewise.
34899 * posix/sched_getaffinity.c: Likewise.
34900 * posix/sched_getp.c: Likewise.
34901 * posix/sched_gets.c: Likewise.
34902 * posix/sched_primax.c: Likewise.
34903 * posix/sched_primin.c: Likewise.
34904 * posix/sched_rr_gi.c: Likewise.
34905 * posix/sched_setaffinity.c: Likewise.
34906 * posix/sched_setp.c: Likewise.
34907 * posix/sched_sets.c: Likewise.
34908 * posix/sched_yield.c: Likewise.
34909 * posix/setgid.c: Likewise.
34910 * posix/setlogin.c: Likewise.
34911 * posix/setpgid.c: Likewise.
34912 * posix/setresgid.c: Likewise.
34913 * posix/setresuid.c: Likewise.
34914 * posix/setsid.c: Likewise.
34915 * posix/setuid.c: Likewise.
34916 * posix/sleep.c: Likewise.
34917 * posix/spawni.c: Likewise.
34918 * posix/sysconf.c: Likewise.
34919 * posix/times.c: Likewise.
34920 * posix/wait.c: Likewise.
34921 * posix/wait3.c: Likewise.
34922 * posix/wait4.c: Likewise.
34923 * posix/waitpid.c: Likewise.
34924 * resolv/gai_sigqueue.c: Likewise.
34925 * resource/getpriority.c: Likewise.
34926 * resource/getrlimit.c: Likewise.
34927 * resource/getrusage.c: Likewise.
34928 * resource/nice.c: Likewise.
34929 * resource/setpriority.c: Likewise.
34930 * resource/setrlimit.c: Likewise.
34931 * resource/ulimit.c: Likewise.
34932 * rt/aio_cancel.c: Likewise.
34933 * rt/aio_fsync.c: Likewise.
34934 * rt/aio_read.c: Likewise.
34935 * rt/aio_sigqueue.c: Likewise.
34936 * rt/aio_suspend.c: Likewise.
34937 * rt/aio_write.c: Likewise.
34938 * rt/clock_getres.c: Likewise.
34939 * rt/clock_gettime.c: Likewise.
34940 * rt/clock_nanosleep.c: Likewise.
34941 * rt/clock_settime.c: Likewise.
34942 * rt/lio_listio.c: Likewise.
34943 * rt/mq_close.c: Likewise.
34944 * rt/mq_getattr.c: Likewise.
34945 * rt/mq_notify.c: Likewise.
34946 * rt/mq_open.c: Likewise.
34947 * rt/mq_receive.c: Likewise.
34948 * rt/mq_send.c: Likewise.
34949 * rt/mq_setattr.c: Likewise.
34950 * rt/mq_timedreceive.c: Likewise.
34951 * rt/mq_timedsend.c: Likewise.
34952 * rt/mq_unlink.c: Likewise.
34953 * rt/shm_open.c: Likewise.
34954 * rt/shm_unlink.c: Likewise.
34955 * rt/timer_create.c: Likewise.
34956 * rt/timer_delete.c: Likewise.
34957 * rt/timer_getoverr.c: Likewise.
34958 * rt/timer_gettime.c: Likewise.
34959 * rt/timer_settime.c: Likewise.
34960 * setjmp/__longjmp.c: Likewise.
34961 * setjmp/setjmp.c: Likewise.
34962 * signal/kill.c: Likewise.
34963 * signal/killpg.c: Likewise.
34964 * signal/raise.c: Likewise.
34965 * signal/sigaction.c: Likewise.
34966 * signal/sigaltstack.c: Likewise.
34967 * signal/sigblock.c: Likewise.
34968 * signal/sigignore.c: Likewise.
34969 * signal/sigintr.c: Likewise.
34970 * signal/signal.c: Likewise.
34971 * signal/sigpause.c: Likewise.
34972 * signal/sigpending.c: Likewise.
34973 * signal/sigqueue.c: Likewise.
34974 * signal/sigreturn.c: Likewise.
34975 * signal/sigset.c: Likewise.
34976 * signal/sigsetmask.c: Likewise.
34977 * signal/sigstack.c: Likewise.
34978 * signal/sigsuspend.c: Likewise.
34979 * signal/sigtimedwait.c: Likewise.
34980 * signal/sigvec.c: Likewise.
34981 * signal/sigwait.c: Likewise.
34982 * signal/sigwaitinfo.c: Likewise.
34983 * signal/sysv_signal.c: Likewise.
34984 * socket/accept.c: Likewise.
34985 * socket/accept4.c: Likewise.
34986 * socket/bind.c: Likewise.
34987 * socket/connect.c: Likewise.
34988 * socket/getpeername.c: Likewise.
34989 * socket/getsockname.c: Likewise.
34990 * socket/getsockopt.c: Likewise.
34991 * socket/isfdtype.c: Likewise.
34992 * socket/listen.c: Likewise.
34993 * socket/recv.c: Likewise.
34994 * socket/recvfrom.c: Likewise.
34995 * socket/recvmsg.c: Likewise.
34996 * socket/send.c: Likewise.
34997 * socket/sendmsg.c: Likewise.
34998 * socket/sendto.c: Likewise.
34999 * socket/setsockopt.c: Likewise.
35000 * socket/shutdown.c: Likewise.
35001 * socket/sockatmark.c: Likewise.
35002 * socket/socket.c: Likewise.
35003 * socket/socketpair.c: Likewise.
35004 * stdio-common/ctermid.c: Likewise.
35005 * stdio-common/cuserid.c: Likewise.
35006 * stdio-common/remove.c: Likewise.
35007 * stdio-common/rename.c: Likewise.
35008 * stdio-common/renameat.c: Likewise.
35009 * stdio-common/tempname.c: Likewise.
35010 * stdlib/getcontext.c: Likewise.
35011 * stdlib/makecontext.c: Likewise.
35012 * stdlib/setcontext.c: Likewise.
35013 * stdlib/swapcontext.c: Likewise.
35014 * stdlib/system.c: Likewise.
35015 * streams/fattach.c: Likewise.
35016 * streams/fdetach.c: Likewise.
35017 * streams/getmsg.c: Likewise.
35018 * streams/getpmsg.c: Likewise.
35019 * streams/putmsg.c: Likewise.
35020 * streams/putpmsg.c: Likewise.
35021 * sysdeps/unix/bsd/getpt.c: Likewise.
35022 * sysdeps/unix/sysv/linux/epoll_pwait.c: Likewise.
35023 * sysdeps/unix/sysv/linux/futimens.c: Likewise.
35024 * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
35025 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
35026 Likewise.
35027 * sysdeps/unix/sysv/linux/readahead.c: Likewise.
35028 * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
35029 * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
35030 * sysvipc/msgctl.c: Likewise.
35031 * sysvipc/msgget.c: Likewise.
35032 * sysvipc/msgrcv.c: Likewise.
35033 * sysvipc/msgsnd.c: Likewise.
35034 * sysvipc/semctl.c: Likewise.
35035 * sysvipc/semget.c: Likewise.
35036 * sysvipc/semop.c: Likewise.
35037 * sysvipc/semtimedop.c: Likewise.
35038 * sysvipc/shmat.c: Likewise.
35039 * sysvipc/shmctl.c: Likewise.
35040 * sysvipc/shmdt.c: Likewise.
35041 * sysvipc/shmget.c: Likewise.
35042 * termios/tcdrain.c: Likewise.
35043 * termios/tcflow.c: Likewise.
35044 * termios/tcflush.c: Likewise.
35045 * termios/tcgetattr.c: Likewise.
35046 * termios/tcgetpgrp.c: Likewise.
35047 * termios/tcsendbrk.c: Likewise.
35048 * termios/tcsetattr.c: Likewise.
35049 * termios/tcsetpgrp.c: Likewise.
35050 * time/adjtime.c: Likewise.
35051 * time/clock.c: Likewise.
35052 * time/getitimer.c: Likewise.
35053 * time/gettimeofday.c: Likewise.
35054 * time/setitimer.c: Likewise.
35055 * time/settimeofday.c: Likewise.
35056 * time/stime.c: Likewise.
35057 * time/time.c: Likewise.
35058
350592012-11-04 Pino Toscano <toscano.pino@tiscali.it>
72e182e3 35060
a20492cf
PT
35061 * sysdeps/generic/paths.h (_PATH_STDPATH): Remove /usr/contrib/bin and
35062 /usr/old/bin.
35063
72e182e3
PT
35064 * sysdeps/generic/paths.h (_PATH_MNTTAB, _PATH_MOUNTED): Use tabs
35065 instead of spaces.
35066 * sysdeps/unix/sysv/linux/paths.h (_PATH_UTMP, _PATH_WTMP): Likewise.
35067
fbeafede
JM
350682012-11-03 Joseph Myers <joseph@codesourcery.com>
35069
5b5b04d6
JM
35070 [BZ #14796]
35071 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Set rounding mode to
35072 FE_TONEAREST before applying Dekker multiplication and Knuth
35073 addition. Clear inexact exceptions and check for exact zero
35074 results afterwards.
35075 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
35076 * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
35077 * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
35078 * math/libm-test.inc (fma_test): Add more tests.
35079 (fma_test_towardzero): Likewise.
35080 (fma_test_downward): Likewise.
35081 (fma_test_upward): Likewise.
35082 * sysdeps/generic/math_private.h (default_libc_fesetround): New
35083 function.
35084 (libc_fesetround): New macro.
35085 (libc_fesetroundf): Likewise.
35086 (libc_fesetroundl): Likewise.
35087 * sysdeps/i386/fpu/fenv_private.h (libc_fesetround_sse): New
35088 function.
35089 (libc_fesetround_387): Likewise.
35090 (libc_fesetroundf): New macro.
35091 (libc_fesetround): Likewise.
35092 (libc_fesetroundl): Likewise.
35093 * sysdeps/sparc/fpu/fenv_private.h (libc_fesetround): New
35094 function.
35095 (libc_fesetroundf): New macro.
35096 (libc_fesetround): Likewise.
35097 (libc_fesetroundl): Likewise.
35098 * include/fenv.h (feclearexcept): Add libm_hidden_proto.
35099 * math/fclrexcpt.c (feclearexcept): Add libm_hidden_ver.
35100 * sysdeps/i386/fpu/fclrexcpt.c (feclearexcept): Add
35101 libm_hidden_ver.
35102 * sysdeps/powerpc/fpu/fclrexcpt.c (feclearexcept): Likewise.
35103 * sysdeps/s390/fpu/fclrexcpt.c (feclearexcept): Add
35104 libm_hidden_def.
35105 * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Likewise.
35106 * sysdeps/sparc/fpu/fclrexcpt.c (feclearexcept): Add
35107 libm_hidden_ver.
35108 * sysdeps/x86_64/fpu/fclrexcpt.c (feclearexcept): Add
35109 libm_hidden_def.
35110
fbeafede
JM
35111 [BZ #3439]
35112 * sysdeps/powerpc/bits/fenv.h (FE_INEXACT): Define macro to
35113 integer constant usable in #if and use that to give value to enum
35114 constant.
35115 (FE_DIVBYZERO): Likewise.
35116 (FE_UNDERFLOW): Likewise.
35117 (FE_OVERFLOW): Likewise.
35118 (FE_INVALID): Likewise.
35119 (FE_INVALID_SNAN): Likewise.
35120 (FE_INVALID_ISI): Likewise.
35121 (FE_INVALID_IDI): Likewise.
35122 (FE_INVALID_ZDZ): Likewise.
35123 (FE_INVALID_IMZ): Likewise.
35124 (FE_INVALID_COMPARE): Likewise.
35125 (FE_INVALID_SOFTWARE): Likewise.
35126 (FE_INVALID_SQRT): Likewise.
35127 (FE_INVALID_INTEGER_CONVERSION): Likewise.
35128 (FE_TONEAREST): Likewise.
35129 (FE_TOWARDZERO): Likewise.
35130 (FE_UPWARD): Likewise.
35131 (FE_DOWNWARD): Likewise.
35132 * sysdeps/s390/fpu/bits/fenv.h (FE_INVALID): Likewise.
35133 (FE_DIVBYZERO): Likewise.
35134 (FE_OVERFLOW): Likewise.
35135 (FE_UNDERFLOW): Likewise.
35136 (FE_INEXACT): Likewise.
35137 (FE_TONEAREST): Likewise.
35138 (FE_DOWNWARD): Likewise.
35139 (FE_UPWARD): Likewise.
35140 (FE_TOWARDZERO): Likewise.
35141 * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_INEXACT): Likewise.
35142 (FE_UNDERFLOW): Likewise.
35143 (FE_OVERFLOW): Likewise.
35144 (FE_DIVBYZERO): Likewise.
35145 (FE_INVALID): Likewise.
35146 (FE_TONEAREST): Likewise.
35147 (FE_TOWARDZERO): Likewise.
35148 * sysdeps/sparc/fpu/bits/fenv.h (FE_INVALID): Likewise.
35149 (FE_OVERFLOW): Likewise.
35150 (FE_UNDERFLOW): Likewise.
35151 (FE_DIVBYZERO): Likewise.
35152 (FE_INEXACT): Likewise.
35153 (FE_TONEAREST): Likewise.
35154 (FE_TOWARDZERO): Likewise.
35155 (FE_UPWARD): Likewise.
35156 (FE_DOWNWARD): Likewise.
35157 * sysdeps/x86/fpu/bits/fenv.h (FE_INVALID): Likewise.
35158 (FE_DIVBYZERO): Likewise.
35159 (FE_OVERFLOW): Likewise.
35160 (FE_UNDERFLOW): Likewise.
35161 (FE_INEXACT): Likewise.
35162 (FE_TONEAREST): Likewise.
35163 (FE_DOWNWARD): Likewise.
35164 (FE_UPWARD): Likewise.
35165 (FE_TOWARDZERO): Likewise.
35166
105ca950
CM
351672012-11-02 Chris Metcalf <cmetcalf@tilera.com>
35168
35169 * elf/elf.h (R_TILEGX_IMM16_X[01]_HW[012]_(|LAST_)PLT_PCREL): Add.
35170
a542b389
AS
351712012-11-03 Andreas Schwab <schwab@linux-m68k.org>
35172
35173 * scripts/cross-test-ssh.sh (command): Use newlines to separate
35174 commands. Quote $PWD.
35175 (blacklist_exports): Don't use remove_newlines. Replace "declare
35176 -x" by "export".
35177 (remove_newlines): Remove.
35178
f62c8abc
L
351792012-11-02 H.J. Lu <hongjiu.lu@intel.com>
35180
35181 * stdlib/Makefile (headers): Add bits/stdlib-float.h.
35182 * stdlib/stdlib.h (atof): Moved to ...
35183 * include/bits/stdlib-float.h: Here. New file.
35184 * stdlib/stdlib.h: Include <bits/stdlib-float.h>.
35185 * stdlib/bits/stdlib-float.h: New file.
35186 * sysdeps/x86/Makefile (CFLAGS-.os): Compile rtld routines with
35187 -mno-sse -mno-mmx.
35188 * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Include
35189 <xmmintrin.h>.
35190
0155d5b2
JM
351912012-11-02 Joseph Myers <joseph@codesourcery.com>
35192
a68d0680
JM
35193 * conform/conformtest.pl (@headers): Add fenv.h.
35194 * conform/data/fenv.h-data: New file.
35195 * include/fenv.h [_ISOMAC]: Disable all contents of file except
35196 include of <math/fenv.h>.
35197
caf7f573
JM
35198 * conform/data/complex.h-data [ISO99 || ISO11 || XOPEN2K ||
35199 POSIX2008]: Change condition to [!ISO && !POSIX && !XPG3 && !XPG4
35200 && !UNIX98]. Enables tests for XOPEN2K8.
35201 * conform/data/inttypes.h-data [ISO99 || ISO11 || XOPEN2K ||
35202 POSIX2008]: Likewise.
35203
6c073ad6
JM
35204 * conform/data/sys/wait.h-data [XPG3 || XOPEN2K8 || POSIX2008]
35205 (struct rusage): Do not expect type or its members.
35206
0155d5b2
JM
35207 [BZ #3439]
35208 * math/math.h (FP_NAN): Define macro to integer constant usable in
35209 #if and use that to give value to enum constant.
35210 (FP_INFINITE): Likewise.
35211 (FP_ZERO): Likewise.
35212 (FP_SUBNORMAL): Likewise.
35213 (FP_NORMAL): Likewise.
35214
b5dcacb4
AS
352152012-11-02 Andreas Schwab <schwab@linux-m68k.org>
35216
35217 * iconvdata/bug-iconv8.c (do_test): Use %z for size_t arguments.
35218 * iconvdata/bug-iconv9.c (do_test): Use %t for ptrdiff_t
35219 arguments.
35220
f7934be8
RM
352212012-11-02 Roland McGrath <roland@hack.frob.com>
35222
35223 * aclocal.m4 (GLIBC_AUTOCONF_VERSION): New macro.
35224 Check that AC_AUTOCONF_VERSION matches it and m4_fatal at
35225 autoconf-time if not.
35226 * configure.in: Remove AC_PREREQ.
35227
d7d08bde
TMQMF
352282012-11-02 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
35229
35230 * sysdeps/powerpc/sys/platform/ppc.h (__ppc_get_timebase): Use
35231 __builtin_ppc_get_timebase when building with GCC >= 4.8 instead
35232 of the internal implementation.
35233
dcdae19a
JM
352342012-11-02 Joseph Myers <joseph@codesourcery.com>
35235
35236 * include/sys/syslog.h [_ISOMAC]: Disable all contents of file
35237 except include of <misc/sys/syslog.h>.
35238
d6cffd3e
AS
352392012-11-01 Andreas Schwab <schwab@linux-m68k.org>
35240
35241 * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: If the
35242 function returns with a NULL context exit with zero.
35243
b3563932
TMQMF
352442012-11-01 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
35245
35246 * sysdeps/powerpc/Makefile (cflags): Remove -mnew-mnemonics.
35247
b288a93d
L
352482012-11-01 H.J. Lu <hongjiu.lu@intel.com>
35249
35250 * catgets/test-gencat.sh (run_program_prefix): Renamed to ...
35251 (run_program_cmd): This.
35252 * localedata/tst-langinfo.sh (run_program_prefix): Removed.
35253 (tst_langinfo): New variable. Use it.
35254
a2421a68
SAS
352552012-11-01 Sebastan Andrzej Siewior <bigeasy@linutronix.de>
35256
35257 * sysdeps/powerpc/powerpc32/dl-trampoline.S: Put __NO_FPRS__ around
35258 floating point opcodes.
35259
6f796e1b
TS
352602012-11-01 Thomas Schwinge <thomas@codesourcery.com>
35261
7402596b
TS
35262 * sysdeps/mach/hurd/Makefile (link-libc-static-tests): New
35263 variable.
35264
d0d4f868
TS
35265 * elf/dl-support.c: Unconditionally include "setup-vdso.h".
35266
6f796e1b
TS
35267 * sysdeps/mach/hurd/powerpc: Remove directory.
35268 * sysdeps/mach/powerpc: Likewise.
35269
4da224a2
AS
352702012-11-01 Andreas Schwab <schwab@linux-m68k.org>
35271
35272 * scripts/check-local-headers.sh: Ignore c++ headers.
35273
341dd673
TS
352742012-11-01 Thomas Schwinge <thomas@codesourcery.com>
35275
35276 * libio/genops.c (_IO_flush_all_lockp): Use NULL rather than 0 for
35277 __libc_cleanup_region_start argument.
35278
473611b2
JM
352792012-11-01 Joseph Myers <joseph@codesourcery.com>
35280
35281 [BZ #14784]
35282 [BZ #14785]
35283 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle cases with small
35284 x * y using scaling, not as x * y + z.
35285 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
35286 * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
35287 * math/libm-test.inc (fma_test): Add more tests.
35288 (fma_test_towardzero): Likewise.
35289 (fma_test_downward): Likewise.
35290 (fma_test_upward): Likewise.
35291
4078da3d
TS
352922012-11-01 Thomas Schwinge <thomas@codesourcery.com>
35293
35294 * sysdeps/mach/hurd/bits/param.h: Remove stray #endif.
35295
903252aa
JM
352962012-10-31 Joseph Myers <joseph@codesourcery.com>
35297
35298 * sysdeps/sh/Makefile [$(subdir) = debug] (CFLAGS-backtrace.c):
35299 New variable.
35300
cbc818d0
TS
353012012-10-31 Thomas Schwinge <thomas@codesourcery.com>
35302
35303 * rt/tst-shm.c (worker): Correct checking for mmap failure.
35304
5a03cb1e
AS
353052012-10-31 Andreas Schwab <schwab@linux-m68k.org>
35306
35307 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
35308 Fix sort order.
35309 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
35310 Likewise.
35311
90aff2ff
TMQMF
353122012-10-31 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
35313
35314 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
35315 Fix the order of the list for glibc 2.17.
35316 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
35317 Likewise.
35318
1818fcb7
AS
353192012-10-31 Andreas Schwab <schwab@linux-m68k.org>
35320
35321 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
35322
ef82f4da
JM
353232012-10-31 Joseph Myers <joseph@codesourcery.com>
35324
16a0e2ec
JM
35325 [BZ #14610]
35326 * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Check
35327 for low part of x being zero before using __atanl (y).
35328 * math/libm-test.inc (atan2_test): Add another test.
35329
0eb69512
JM
35330 * manual/install.texi (Configuring and compiling): Document
35331 general use of test-wrapper and test-wrapper-env.
35332 * INSTALL: Regenerated.
35333
ef82f4da
JM
35334 * sysdeps/ieee754/dbl-64/s_fma.c: Include <tininess.h>.
35335 (__fma): Do not extract and scale down low bits on after-rounding
35336 systems when result rounded to normal precision would have normal
35337 exponent.
35338 * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <tininess.h>.
35339 (__fmal): Do not extract and scale down low bits on after-rounding
35340 systems when result rounded to normal precision would have normal
35341 exponent.
35342 * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <tininess.h>.
35343 (__fmal): Do not extract and scale down low bits on after-rounding
35344 systems when result rounded to normal precision would have normal
35345 exponent.
35346 * math/libm-test.inc (UNDERFLOW_EXCEPTION_BEFORE_ROUNDING): New
35347 macro.
35348 (fma_test): Add more tests.
35349 (fma_test_towardzero): Likewise.
35350 (fma_test_downward): Likewise.
35351 (fma_test_upward): Likewise.
35352
954ef0d9
L
353532012-10-30 H.J. Lu <hongjiu.lu@intel.com>
35354
35355 * sysdeps/i386/tininess.h: Renamed to ...
35356 * sysdeps/x86/tininess.h: This.
35357 * sysdeps/x86_64/tininess.h: Removed.
35358
df61ffb2
JM
353592012-10-30 Joseph Myers <joseph@codesourcery.com>
35360
35361 * elf/Makefile ($(objpfx)tst-array1.out): Depend on comparison
35362 input. Use $(build-program-cmd).
35363 ($(objpfx)tst-array1-static.out): Likewise.
35364 ($(objpfx)tst-array2.out): Likewise.
35365 ($(objpfx)tst-array3.out): Likewise.
35366 ($(objpfx)tst-array4.out): Likewise.
35367 ($(objpfx)tst-array5.out): Likewise.
35368 ($(objpfx)tst-array5-static.out): Likewise.
35369
01767843
CM
353702012-10-30 Chris Metcalf <cmetcalf@tilera.com>
35371
47cc1490
CM
35372 * elf/dl-load.c (_dl_map_object_from_fd): Call DL_AFTER_LOAD
35373 if defined.
35374
01767843
CM
35375 * nss/nsswitch.h (nss_interface_function): Provide new
35376 macro for use with NSS functions.
35377 * grp/initgroups.c: Use new macro.
35378 * nss/getXXbyYY.c: Likewise.
35379 * nss/getXXbyYY_r.c: Likewise.
35380 * nss/getXXent.c: Likewise.
35381 * nss/getXXent_r.c: Likewise.
35382 * sysdeps/posix/getaddrinfo.c: Likewise.
35383
8321aa97
AJ
353842012-10-30 Andreas Jaeger <aj@suse.de>
35385
35386 * po/ru.po: Update Russion translation from translation project.
35387
2a27fd6d
JM
353882012-10-30 Joseph Myers <joseph@codesourcery.com>
35389
8627a232
JM
35390 [BZ #14152]
35391 [BZ #14783]
35392 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Extract low bits of
35393 result and shift together with sticky bit instead of replicating
35394 round-to-nearest rounding.
35395 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
35396 * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
35397 * math/libm-test.inc (fma_test): Add more tests. Do not permit
35398 missing underflow exceptions.
35399 (fma_test_towardzero): Add more tests.
35400 (fma_test_downward): Likewise.
35401 (fma_test_upward): Likewise.
35402
2a27fd6d
JM
35403 [BZ #14047]
35404 * sysdeps/generic/tininess.h: New file.
35405 * sysdeps/i386/tininess.h: Likewise.
35406 * sysdeps/sh/tininess.h: Likewise.
35407 * sysdeps/x86_64/tininess.h: Likewise.
35408 * stdlib/tst-strtod-underflow.c: Likewise.
35409 * stdlib/tst-tininess.c: Likewise.
35410 * stdlib/strtod_l.c: Include <tininess.h>.
35411 (round_and_return): Do not set errno for exact underflow cases.
35412 Force an underflow exception when setting errno for underflow.
35413 Determine underflow based on rounding to normal precision if
35414 TININESS_AFTER_ROUNDING.
35415 * stdlib/tst-strtod.c (tests): Do not expect errno to be set to
35416 ERANGE for exact underflow cases.
35417 * stdlib/Makefile (tests): Add tst-tininess and
35418 tst-strtod-underflow.
35419 ($(objpfx)tst-tininess): Use $(link-libm).
35420 ($(objpfx)tst-strtod-underflow): Likewise.
35421
e7170363
AJ
354222012-10-30 Andreas Jaeger <aj@suse.de>
35423
e5088dc6
AJ
35424 [BZ#14767]
35425 * elf/Makefile (tests): Remove conditional for have-initfini-array
35426 since this is now always required and the variable does not exist
35427 anymore.
35428 (tests-static): Likewise.
35429 (modules-names): Likewise.
35430
e7170363 35431 * po/eo.po: Add Esperanto translation from translation project.
b0988f10
AJ
35432
35433 * elf/tst-array1.c (fini_array): Make writeable so that it can be
35434 merged with constructor/destructor.
35435 (init_array): Likewise.
35436 * elf/tst-array2dep.c (fini_array): Likewise.
35437 (init_array): Likewise.
35438
60457d8a
MF
354392012-10-29 Mike Frysinger <vapier@gentoo.org>
35440
35441 * manual/message.texi: Delete @cartouche tags.
35442
8bece752
PT
354432012-10-29 Pino Toscano <toscano.pino@tiscali.it>
35444
94ce799f
PT
35445 * sysdeps/mach/hurd/fdatasync.c: Turn ERR into EINVAL if it is
35446 EOPNOTSUPP.
35447 * sysdeps/mach/hurd/fsync.c: Likewise.
35448
8bece752
PT
35449 * sysdeps/pthread/aio_notify.c (__aio_notify_only)
35450 [_POSIX_REALTIME_SIGNALS]: Change condition to
35451 [_POSIX_REALTIME_SIGNALS > 0].
35452
86ebe6b1
AJ
354532012-10-27 Andreas Jaeger <aj@suse.de>
35454
35455 * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (__O_LARGEFILE)
35456 [!__x86_64]: Do not define, take value from <bits/fcntl-linux.h>.
35457 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE):
35458 [__WORDSIZE != 64]: Likewise.
35459
54399c08
L
354602012-10-26 H.J. Lu <hongjiu.lu@intel.com>
35461
35462 * iconvdata/tst-table.sh: Remove ${SHELL}.
35463 * iconvdata/tst-tables.sh: Likewise.
35464
e2211bed
DM
354652012-10-25 David S. Miller <davem@davemloft.net>
35466
35467 * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
35468 (__get_clockfreq_via_proc_openprom): Use strtoumax instead
35469 of strtoull.
35470
f303f97c
DM
35471 * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add comments for
35472 ifunc-impl-list.c
35473 * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
35474 * sysdeps/sparc/sparc64/multiarch/ifunc-impl-list.c: New file.
35475 * sysdeps/sparc/sparc32/sparcv9/multiarch/ifunc-impl-list.c: New
35476 file.
35477
1e9d84cd
RM
354782012-10-25 Roland McGrath <roland@hack.frob.com>
35479
35480 * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
35481 (__get_clockfreq_via_proc_openprom): Use __getdents instead of
35482 __getdirentries.
35483
df381762
JM
354842012-10-25 Joseph Myers <joseph@codesourcery.com>
35485 Jim Blandy <jimb@codesourcery.com>
35486
35487 * scripts/cross-test-ssh.sh: New file.
35488 * manual/install.texi (Configuring and compiling): Document use of
35489 cross-test-ssh.sh.
35490 * INSTALL: Regenerated.
35491
bff64913
PT
354922012-10-25 Pino Toscano <toscano.pino@tiscali.it>
35493
35494 * sysdeps/mach/hurd/ptrace.c (ptrace): Use __hurd_fail to return
35495 EOPNOTSUPP.
35496
25fe8932
JM
354972012-10-25 Joseph Myers <joseph@codesourcery.com>
35498
35499 * Makeconfig (run-program-prefix): Fix comment.
35500
cc1290d0
JM
355012012-10-24 Joseph Myers <joseph@codesourcery.com>
35502 Jim Blandy <jimb@codesourcery.com>
35503
35504 * Makeconfig (test-wrapper): New variable,
35505 (test-wrapper-env): Likewise.
35506 [$(cross-compiling) = yes && $(test-wrapper) != ""]
35507 (run-built-tests): Define to yes.
35508 (run-program-prefix): Use $(test-wrapper).
35509 (built-program-cmd): Likewise.
35510 * Rules (make-test-out): Use $(test-wrapper-env) and
35511 $(host-built-program-cmd).
35512 * elf/Makefile ($(objpfx)order.out): Use $(test-wrapper).
35513 ($(objpfx)tst-pathopt.out): Pass $(test-wrapper-env) to
35514 tst-pathopt.sh.
35515 ($(objpfx)tst-rtld-load-self.out): Pass $(test-wrapper) and
35516 $(test-wrapper-env) to tst-rtld-load-self.sh.
35517 ($(objpfx)order2.out): Use $(test-wrapper).
35518 ($(objpfx)tst-initorder.out): Likewise.
35519 ($(objpfx)tst-initorder2.out): Likewise.
35520 ($(objpfx)tst-unused-dep.out): Use $(test-wrapper-env).
35521 * elf/tst-pathopt.sh (run_program_prefix): Remove unused variable.
35522 (test_wrapper_env): New variable. Use it to run ld.so.
35523 * elf/tst-rtld-load-self.sh (test_wrapper): New variable.
35524 Use it to run ld.so.
35525 (test_wrapper_env): Likewise.
35526 * iconvdata/Makefile ($(objpfx)iconv-test.out): Pass
35527 $(test-wrapper) to run-iconv-test.sh.
35528 * iconvdata/run-iconv-test.sh (test_wrapper): New variable.
35529 (ICONV): Use $test_wrapper.
35530 * posix/Makefile ($(objpfx)globtest.out): Pass
35531 $(run-via-rtld-prefix), $(test-wrapper) and $(test-wrapper-env) to
35532 globtest.sh, not $(run-program-prefix).
35533 * posix/globtest.sh (run_via_rtld_prefix): New variable.
35534 (test_wrapper): Likewise.
35535 (test_wrapper_env): Likewise. Use it to run globtest with HOME
35536 set together with run_via_rtld_prefix.
35537 (run_program_prefix): Define in terms of test_wrapper and
35538 run_via_rtld_prefix.
35539
6e6249d0
RM
355402012-10-24 Roland McGrath <roland@hack.frob.com>
35541
35542 * nscd/Makefile ($(objpfx)nscd): Remove librt dependency.
35543 * posix/Makefile ($(objpfx)tst-regex, $(objpfx)tst-regex2):
35544 Targets removed.
35545
35546 [BZ #14743]
35547 * include/time.h: Remove librt_hidden_proto (clock_gettime).
35548 Declare __clock_getres, __clock_gettime, __clock_settime,
35549 __clock_nanosleep, and __clock_getcpuclockid.
35550 * rt/clock_gettime.c: Define __clock_gettime as an alias.
35551 Remove librt_hidden_def (clock_gettime).
35552 * sysdeps/unix/clock_gettime.c: Likewise.
35553 * rt/clock_getcpuclockid.c: Define __clock_getcpuclockid as an alias.
35554 * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
35555 * rt/clock_getres.c: Define __clock_getres as an alias.
35556 * sysdeps/posix/clock_getres.c: Likewise.
35557 * rt/clock_settime.c: Define __clock_settime as an alias.
35558 * sysdeps/unix/clock_settime.c: Likewise.
35559 * rt/clock_nanosleep.c: Define __clock_nanosleep as an alias.
35560 * sysdeps/unix/clock_nanosleep.c: Likewise.
35561 * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
35562 * rt/clock-compat.c: New file.
35563 * rt/Makefile (librt-routines): Add clock-compat and move
35564 $(clock-routines) to ...
35565 (routines): ... here, new variable.
35566 * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_routines):
35567 Don't add get_clockfreq here.
35568 * rt/Versions (libc: GLIBC_2.17): New version set.
35569 Add clock_* symbols here.
35570 (libc: GLIBC_PRIVATE): New version set. Add __clock_* symbols here.
35571 * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist
35572 (GLIBC_2.17): Add clock_* symbols.
35573 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
35574 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
35575 * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
35576 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
35577 Likewise.
35578 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
35579 Likewise.
35580 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
35581 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
35582 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
35583 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
35584 * NEWS: Mention the move.
35585
35586 * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
35587 Use __open, __read, __close rather than their public counterparts.
35588 * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
35589 (__get_clockfreq_via_cpuinfo): Likewise.
35590 (__get_clockfreq_via_proc_openprom): Likewise, and __getdirentries.
35591 (__get_clockfreq_via_dev_openprom): Likewise, and __ioctl.
35592
35593 * config.h.in (HAVE_IFUNC): New #undef.
35594 * configure.in: Define it if libc_cv_ld_gnu_indirect_function
35595 was successful.
35596 * configure: Regenerated.
35597
0cae3f4b
MF
355982012-10-24 Mike Frysinger <vapier@gentoo.org>
35599
35600 * configure.in: Move READELF check to start of file.
35601 (libc_cv_ld_gnu_indirect_function): Change to a link test. Rename from
35602 libc_cv_asm_gnu_indirect_function in the process.
35603 * configure: Regenerated.
35604
8175a253
MF
356052012-10-24 Mike Frysinger <vapier@gentoo.org>
35606
35607 * configure.in (libc_cv_gcc_static_libgcc): Drop -q flag to grep and
35608 send the output to /dev/null.
35609 (libc_cv_cc_with_libunwind): Likewise.
35610 (libc_cv_as_noexecstack): Likewise.
35611 * configure: Regenerate.
35612
0708a7d1
JM
356132012-10-24 Joseph Myers <joseph@codesourcery.com>
35614
10b40d85
JM
35615 * io/ftwtest-sh (tmp): Define to ${objpfx}io, not using `pwd`.
35616
0708a7d1
JM
35617 * posix/globtest.sh (TMPDIR): Do not set.
35618 (testdir): Define using ${common_objpfx}posix not $TMPDIR.
35619 (testout): Likewise.
35620
9fddec1a
AJ
356212012-10-24 Andreas Jaeger <aj@suse.de>
35622
3a8db22f
AJ
35623 * io/fcntl.h: Always define mode_t, off_t, pid_t and use these
35624 types for creat, creat64, lockf, posix_fadvise, posix_fallocate.
35625 [__USE_LARGEFILE64 && !__off64_t_defined]: Define off64_t.
35626 [__USE_LARGEFILE64]: Use off64_t in declaration of lock64,
35627 posix_fadvise64, posix_fallocate64.
35628
9fddec1a
AJ
35629 * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (F_GETLK, F_SETLK)
35630 (F_SETLKW) [__x86_64]: Remove, provided by <bits/fcntl-linux.h>.
35631 (F_GETLK, F_SETLK, F_SETLKW) [!__USE_FILE_OFFSET64 && !__x86_64__]:
35632 Likewise.
35633 (F_GETLK, F_SETLK, F_SETLKW) [__USE_FILE_OFFSET64 && ! __x86_64__]:
35634 Likewise.
35635 (F_GETLK64, F_SETLK64, F_SETLKW64) [!__x86_64__]: Likewise.
35636
35637 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (F_GETLK, F_SETLK)
35638 (F_SETLKW) [__USE_FILE_OFFSET64]: Remove, provided by
35639 <bits/fcntl-linux.h>.
35640 (F_GETLK64, F_SETLK64, F_SETLKW64) [__WORDSIZE == 64]: Likewise.
35641
35642 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (F_DUPFD, F_GETFD)
35643 (F_SETFD, F_GETFL, F_SETFL): Remove, provided by <bits/fcntl-linux.h>.
35644 (F_GETLK, F_SETLK, F_SETLKW) [__WORDSIZE == 64]: Likewise.
35645 (F_GETLK, F_SETLK, F_SETLKW, F_GETLK64, F_SETLK64, F_SETLKW64)
35646 [__WORDSIZE != 64]: Likewise.
35647
ebfd1bbd
JM
356482012-10-23 Joseph Myers <joseph@codesourcery.com>
35649
03ac099f
JM
35650 * Makeconfig (run-built-tests): New variable.
35651 * Rules [$(cross-compiling) = yes]: Change condition to
35652 [$(run-built-tests) = no].
35653 * catgets/Makefile [$(cross-compiling) != yes]: Change condition
35654 to [$(run-built-tests) = yes].
35655 * elf/Makefile [$(cross-compiling) = no]: Likewise
35656 * grp/Makefile [$(cross-compiling) = no]: Likewise.
35657 * iconv/Makefile [$(cross-compiling) != yes]: Likewise.
35658 * iconvdata/Makefile [$(cross-compiling) = no]: Likewise.
35659 * intl/Makefile [$(cross-compiling) = no]: Likewise.
35660 * io/Makefile [$(cross-compiling) = no]: Likewise.
35661 * libio/Makefile [$(cross-compiling) = no]: Likewise.
35662 * malloc/Makefile [$(cross-compiling) = no]: Likewise.
35663 * misc/Makefile [$(cross-compiling) = no]: Likewise.
35664 * posix/Makefile [$(cross-compiling) = no]: Likewise.
35665 * resolv/Makefile [$(cross-compiling) = no]: Likewise.
35666 * stdio-common/Makefile [$(cross-compiling) = no]: Likewise.
35667 * stdlib/Makefile [$(cross-compiling) = no]: Likewise.
35668 * string/Makefile [$(cross-compiling) = no]: Likewise.
35669
ebfd1bbd
JM
35670 * posix/Makefile ($(objpfx)globtest.out): Pass
35671 $(run-program-prefix) to globtest.sh, not $(elf-objpfx) and
35672 $(rtld-installed-name).
35673 * posix/globtest.sh (elf_objpfx): Remove variable.
35674 (rtld_installed_name): Likewise.
35675 (library_path): Likewise.
35676 (run_program_prefix): New variable. Use for running globtest
35677 binary.
35678
166bca24
JB
356792012-10-23 Jim Blandy <jimb@codesourcery.com>
35680 Joseph Myers <joseph@codesourcery.com>
35681
35682 * Makeconfig (host-built-program-cmd): New variable.
35683 * elf/Makefile (tst-stackguard1-ARGS): Use
35684 $(host-built-program-cmd).
35685 * posix/Makefile (tst-exec-ARGS): Use $(host-built-program-cmd).
35686 (tst-spawn-ARGS): Likewise.
35687 * rt/Makefile (tst-mqueue7-ARGS): Use $(host-built-program-cmd).
35688
88866099
JM
356892012-10-23 Joseph Myers <joseph@codesourcery.com>
35690 Jim Blandy <jimb@codesourcery.com>
35691
35692 * Makeconfig (run-via-rtld-prefix): New variable.
35693 (run-program-prefix): Define in terms of $(run-via-rtld-prefix).
35694 (built-program-cmd): Likewise.
35695
b4b4c296
AJ
356962012-10-22 Andreas Jaeger <aj@suse.de>
35697
35698 * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (O_RSYNC): Define to
35699 __O_RSYNC if it exists, otherwise to O_SYNC.
35700
6fb54a22
JB
357012012-10-22 Jim Blandy <jimb@codesourcery.com>
35702 Joseph Myers <joseph@codesourcery.com>
35703
35704 * iconvdata/run-iconv-test.sh: Redirect iconv stdin in loops from
35705 /dev/null.
35706 * iconvdata/tst-tables.sh: Redirect tst-table.sh stdin in loop
35707 from /dev/null
35708 * posix/tst-getconf.sh: Redirect getconf stdin in loop from
35709 /dev/null.
35710
481b90b9
AJ
357112012-10-22 Andreas Jaeger <aj@suse.de>
35712
2a0e2669
AJ
35713 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_LARGEFILE):
35714 Define always.
35715 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE): Likewise.
35716
76e38f9a
AJ
35717 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
35718 bits/fcntl-linux.h.
35719
7cd37b43
AJ
35720 * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (F_GETLK, F_SETLK)
35721 (F_SETLKW) [!F_GETLK]: Define values for [!__USE_FILE_OFFSET64].
35722
481b90b9
AJ
35723 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (O_LARGEFILE): Rename
35724 to __O_LARGEFILE.
35725 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_LARGEFILE): Rename
35726 to __O_LARGEFILE.
35727
aba75984
JB
357282012-10-21 Jim Blandy <jimb@codesourcery.com>
35729 Joseph Myers <joseph@codesourcery.com>
35730
35731 * config.make.in (NM): New variable.
35732
88d4247f
AJ
357332012-10-21 Andreas Jaeger <aj@suse.de>
35734
35735 * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Remove all
35736 definitions and declarations that are provided by
35737 <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
35738
f2eed205
L
357392012-10-20 H.J. Lu <hongjiu.lu@intel.com>
35740
35741 [BZ #14683]
35742 * elf/Makefile (tests-static): Add tst-leaks1-static.
35743 (tests): Also depend on $(objpfx)tst-leaks1-static-mem.
35744 ($(objpfx)tst-leaks1-static): New rule.
35745 ($(objpfx)tst-leaks1-static-mem): Likewise.
35746 (tst-leaks1-static-ENV): New macro.
35747 * elf/dl-open.c (dl_open_worker): Check the main application
35748 only if SHARED is defined.
35749 * elf/tst-leaks1-static.c: New file.
35750
335e6931
AJ
357512012-10-20 Andreas Jaeger <aj@suse.de>
35752
35753 * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: New file, contains
35754 generic values for Linux.
35755 * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: Remove all definitions
35756 and declarations that are provided by <bits/fcntl-linux.h> and
35757 include <bits/fcntl-linux.h>.
35758 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
35759 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
35760
ac5c94d3
RM
357612012-10-20 Roland McGrath <roland@hack.frob.com>
35762
35763 * io/fcntl.h: Move include of <bits/types.h> to the top and
35764 include it unconditionally.
35765
de54b33a
L
357662012-10-20 H.J. Lu <hongjiu.lu@intel.com>
35767
228cfb01
L
35768 * wcsmbs/Makefile (tests-ifunc): New variable.
35769 (tests): Add $(tests-ifunc).
35770 * wcsmbs/test-wcschr-ifunc.c: New file.
35771 * wcsmbs/test-wcscmp-ifunc.c: Likewise.
35772 * wcsmbs/test-wcscpy-ifunc.c: Likewise.
35773 * wcsmbs/test-wcslen-ifunc.c: Likewise.
35774 * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
35775 * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
35776
69f07e5f
L
35777 * string/Makefile (tests-ifunc): New variable.
35778 (tests): Add $(tests-ifunc).
35779 * string/test-memccpy.c (TEST_NAME): New macro.
35780 * string/test-memchr.c (TEST_NAME): Likewise.
35781 * string/test-memcmp.c (TEST_NAME): Likewise.
35782 * string/test-memcpy.c (TEST_NAME): Likewise.
35783 * string/test-memmem.c (TEST_NAME): Likewise.
35784 * string/test-memmove.c (TEST_NAME): Likewise.
35785 * string/test-memset.c (TEST_NAME): Likewise.
35786 * string/test-rawmemchr.c (TEST_NAME): Likewise.
35787 * string/test-stpcpy.c (TEST_NAME): Likewise.
35788 * string/test-stpncpy.c (TEST_NAME): Likewise.
35789 * string/test-strcasecmp.c (TEST_NAME): Likewise.
35790 * string/test-strcasestr.c (TEST_NAME): Likewise.
35791 * string/test-strcat.c (TEST_NAME): Likewise.
35792 * string/test-strchr.c (TEST_NAME): Likewise.
35793 * string/test-strcmp.c(TEST_NAME): Likewise.
35794 * string/test-strcpy.c (TEST_NAME): Likewise.
35795 * string/test-strcspn.c (TEST_NAME): Likewise.
35796 * string/test-strlen.c (TEST_NAME): Likewise.
35797 * string/test-strncasecmp.c (TEST_NAME): Likewise.
35798 * string/test-strncmp.c (TEST_NAME): Likewise.
35799 * string/test-strncpy.c (TEST_NAME): Likewise.
35800 * string/test-strnlen.c (TEST_NAME): Likewise.
35801 * string/test-strpbrk.c (TEST_NAME): Likewise.
35802 * string/test-strrchr.c (TEST_NAME): Likewise.
35803 * string/test-strspn.c (TEST_NAME): Likewise.
35804 * string/test-strstr.c (TEST_NAME): Likewise.
35805 * string/test-bcopy-ifunc.c: New file.
35806 * string/test-bzero-ifunc.c: Likewise.
35807 * string/test-memccpy-ifunc.c: Likewise.
35808 * string/test-memchr-ifunc.c: Likewise.
35809 * string/test-memcmp-ifunc.c: Likewise.
35810 * string/test-memcpy-ifunc.c: Likewise.
35811 * string/test-memmem-ifunc.c: Likewise.
35812 * string/test-memmove-ifunc.c: Likewise.
35813 * string/test-mempcpy-ifunc.c: Likewise.
35814 * string/test-memset-ifunc.c: Likewise.
35815 * string/test-rawmemchr-ifunc.c: Likewise.
35816 * string/test-stpcpy-ifunc.c: Likewise.
35817 * string/test-stpncpy-ifunc.c: Likewise.
35818 * string/test-strcasecmp-ifunc.c: Likewise.
35819 * string/test-strcasestr-ifunc.c: Likewise.
35820 * string/test-strcat-ifunc.c: Likewise.
35821 * string/test-strchr-ifunc.c: Likewise.
35822 * string/test-strchrnul-ifunc.c: Likewise.
35823 * string/test-strcmp-ifunc.c: Likewise.
35824 * string/test-strcpy-ifunc.c: Likewise.
35825 * string/test-strcspn-ifunc.c: Likewise.
35826 * string/test-strlen-ifunc.c: Likewise.
35827 * string/test-strncasecmp-ifunc.c: Likewise.
35828 * string/test-strncat-ifunc.c: Likewise.
35829 * string/test-strncmp-ifunc.c: Likewise.
35830 * string/test-strncpy-ifunc.c: Likewise.
35831 * string/test-strnlen-ifunc.c: Likewise.
35832 * string/test-strpbrk-ifunc.c: Likewise.
35833 * string/test-strrchr-ifunc.c: Likewise.
35834 * string/test-strspn-ifunc.c: Likewise.
35835 * string/test-strstr-ifunc.c: Likewise.
35836
de54b33a
L
35837 * debug/Makefile (tests-ifunc): New variable.
35838 (tests): Add $(tests-ifunc).
35839 * debug/test-stpcpy_chk.c (TEST_NAME): New macro.
35840 * debug/test-strcpy_chk.c (TEST_NAME): Likewise.
35841 * debug/test-stpcpy_chk-ifunc.c: New file.
35842 * debug/test-strcpy_chk-ifunc.c: Likewise.
35843
88481c16
SP
358442012-10-20 Siddhesh Poyarekar <siddhesh@redhat.com>
35845
35846 [BZ #13601]
35847 * elf/dl-load.c (open_verify): Retry read if the entire ELF
35848 header is not read in.
35849
135948bd
JM
358502012-10-19 Joseph Myers <joseph@codesourcery.com>
35851
89f1c388
JM
35852 * io/Makefile ($(objpfx)ftwtest.out): Depend on ftwtest-sh. Pass
35853 script to $(SHELL) as $<. Pass $(common-objpfx) to script
35854 directly. Pass built executable to script as
35855 $(built-program-cmd).
35856 * io/ftwtest-sh (ldso): Remove variable. Run ftwtest directly as
35857 $testprogram without using LD_LIBRARY_PATH and $ldso.
35858
e40a0d21
JM
35859 * grp/Makefile ($(objpfx)tst_fgetgrent.out): Pass
35860 $(run-program-prefix) to tst_fgetgrent.sh, not $(elf-objpfx) and
35861 $(rtld-installed-name).
35862 * grp/tst_fgetgrent.sh (elf_objpfx): Remove variable.
35863 (rtld_installed_name): Likewise.
35864 (library_path): Likewise.
35865 (run_program_prefix): New variable. Use it to run tst_fgetgrent.
35866 * iconvdata/Makefile ($(objpfx)tst-tables.out): Pass
35867 $(run-program-prefix) to tst-tables.sh.
35868 * iconvdata/tst-table.sh (run_program_prefix): New variable. Use
35869 it to run tst-table-from and tst-table-to.
35870 * iconvdata/tst-tables.sh (run_program_prefix): New variable.
35871 Pass it to tst-table.sh.
35872 * intl/Makefile ($(objpfx)tst-gettext.out): Pass
35873 $(run-program-prefix) to tst-gettext.sh.
35874 ($(objpfx)tst-translit.out): Pass $(run-program-prefix) to
35875 tst-translit.sh.
35876 ($(objpfx)tst-gettext2.out): Pass $(run-program-prefix) to
35877 tst-gettext2.sh.
35878 * intl/tst-gettext.sh (run_program_prefix): New variable. Use it
35879 to run tst-gettext.
35880 * intl/tst-gettext2.sh (run_program_prefix): New variable. Use it
35881 to run tst-gettext2.
35882 * intl/tst-translit.sh (run_program_prefix): New variable. Use it
35883 to run tst-translit.
35884 * malloc/Makefile ($(objpfx)tst-mtrace.out): Pass
35885 $(run-program-prefix) to tst-mtrace.sh.
35886 * malloc/tst-mtrace.sh (run_program_prefix): New variable. Use it
35887 to run tst-mtrace.
35888 * posix/Makefile ($(objpfx)wordexp-tst.out): Pass
35889 $(run-program-prefix) to wordexp-tst.sh, not $(elf-objpfx) and
35890 $(rtld-installed-name).
35891 * posix/wordexp-tst.sh (elf_objpfx): Remove variable.
35892 (rtld_installed_name): Likewise.
35893 (run_program_prefix): New variable. Use it to run wordexp-test.
35894
728e272a
JM
35895 * Makeconfig (ARCH): Remove all definitions.
35896 (machine): Likewise.
35897 [ARCH]: Remove conditional code.
35898 [!objdir]: Give error.
35899 [!objdir] (objpfx): Remove.
35900 [!objdir] (common-objpfx): Likewise.
35901 [!objdir] (common-objdir): Likewise.
35902 * configure.in (config_makefile): Remove. Hardcode Makefile in
35903 AC_CONFIG_FILES call.
35904 * configure: Regenerated.
35905
d528cdcf
JM
35906 [BZ #13888]
35907 * io/ftwtest-sh (tmp): Set to use the working directory, not /tmp
35908 or TMPDIR.
35909 (testout): Likewise.
35910
135948bd
JM
35911 * posix/Makefile ($(objpfx)tst-getconf.out): Pass
35912 $(built-program-cmd) to tst-getconf.sh, not $(elf-objpfx) and
35913 $(rtld-installed-name).
35914 * posix/tst-getconf.sh (elf_objpfx): Remove variable.
35915 (rtld_installed_name): Likwise.
35916 (runit): Remove function.
35917 (run_getconf): New variable, Use it for running getconf binary.
35918
38c78296
L
359192012-10-18 H.J. Lu <hongjiu.lu@intel.com>
35920
35921 [BZ #14716]
35922 * string/test-memmem.c (check_result): New function.
35923 (do_one_test): Use it.
35924 (check1): New function.
35925 (test_main): Use it.
35926
d077f65f
MT
359272012-10-18 Markus Trippelsdorf <markus@trippelsdorf.de>
35928
35929 * math/Makefile: Comment on slow compilation of test-tgmath2.c.
35930
ced52c71
JM
359312012-10-18 Joseph Myers <joseph@codesourcery.com>
35932
35933 * sysdeps/generic/_G_config.h (_G_OPEN64): Remove.
35934 (_G_LSEEK64): Likewise.
35935 (_G_MMAP64): Likewise.
35936 (_G_FSTAT64): Likewise.
35937 * sysdeps/unix/sysv/linux/_G_config.h (_G_OPEN64): Remove.
35938 (_G_LSEEK64): Likewise.
35939 (_G_MMAP64): Likewise.
35940 (_G_FSTAT64): Likewise.
35941 * libio/fileops.c (mmap_remap_check) [_G_MMAP64]: Make code
35942 unconditional. Call __mmap64 directly.
35943 (mmap_remap_check) [!_G_MMAP64]: Remove conditional code.
35944 (mmap_remap_check) [_G_LSEEK64]: Make code unconditional. Call
35945 __lseek64 directly.
35946 (mmap_remap_check) [!_G_LSEEK64]: Remove conditional code.
35947 (decide_maybe_mmap) [_G_MMAP64]: Make code unconditional. Call
35948 __mmap64 directly.
35949 (decide_maybe_mmap) [!_G_MMAP64]: Remove conditional code.
35950 (decide_maybe_mmap) [_G_LSEEK64]: Make code unconditional. Call
35951 __lseek64 directly.
35952 (decide_maybe_mmap) [!_G_LSEEK64]: Remove conditional code.
35953 (_IO_file_sync_mmap) [_G_LSEEK64]: Make code unconditional. Call
35954 __lseek64 directly.
35955 (_IO_file_sync_mmap) [!_G_LSEEK64]: Remove conditional code.
35956 (_IO_file_seek) [_G_LSEEK64]: Make code unconditional. Call
35957 __lseek64 directly.
35958 (_IO_file_seek) [!_G_LSEEK64]: Remove conditional code.
35959 (_IO_file_stat) [_G_FSTAT64]: Make code unconditional. Call
35960 __fxstat64 directly.
35961 (_IO_file_stat) [!_G_FSTAT64]: Remove conditional code.
35962 * libio/freopen64.c (freopen64) [_G_OPEN64]: Make code
35963 unconditional.
35964 (freopen64) [!_G_OPEN64]: Remove conditional code.
35965 * libio/fseeko64.c (fseeko64) [_G_LSEEK64]: Make code
35966 unconditional.
35967 (fseeko64) [!_G_LSEEK64]: Remove conditional code.
35968 * libio/ftello64.c (ftello64) [_G_LSEEK64]: Make code
35969 unconditional.
35970 (ftello64) [!_G_LSEEK64]: Remove conditional code.
35971 * libio/iofgetpos64.c (_IO_new_fgetpos64) [_G_LSEEK64]: Make code
35972 unconditional.
35973 (_IO_new_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
35974 * libio/iofopen64.c (_IO_fopen64) [_G_OPEN64]: Make code
35975 unconditional.
35976 (_IO_fopen64) [!_G_OPEN64]: Remove conditional code.
35977 * libio/iofsetpos64.c (_IO_new_fsetpos64) [_G_LSEEK64]: Make code
35978 unconditional.
35979 (_IO_new_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
35980 * libio/oldiofgetpos64.c (_IO_old_fgetpos64) [_G_LSEEK64]: Make code
35981 unconditional.
35982 (_IO_old_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
35983 * libio/oldiofsetpos64.c (_IO_old_fsetpos64) [_G_LSEEK64]: Make code
35984 unconditional.
35985 (_IO_old_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
35986
b741de23
SP
359872012-10-18 Siddhesh Poyarekar <siddhesh@redhat.com>
35988
35989 [BZ #12140]
35990 * manual/memory.texi (Malloc Tunable Parameters): Add note
35991 about free list pointers overwriting some perturb bytes.
35992 Wording suggested by Roland McGrath.
35993
f9b9d9c9
JM
359942012-10-17 Joseph Myers <joseph@codesourcery.com>
35995
35996 * math/libm-test.inc (gamma_test): Do not call feclearexcept.
35997 (lgamma_test): Likewise.
35998 (tgamma_test): Likewise.
35999
172a631a
FW
360002012-10-16 Florian Weimer <fweimer@redhat.com>
36001
36002 [BZ #14700]
36003 * sysdeps/posix/opendir.c (MAX_DIR_BUFFER_SIZE): New constant.
36004 (__alloc_dir): Limit buffer to MAX_DIR_BUFFER_SIZE.
36005
e9f37252
MK
360062012-10-16 Maxim Kuvyrkov <maxim@codesourcery.com>
36007
36008 * NEWS: Mention BZ #14716.
36009 * string/str-two-way.h (two_way_short_needle): Fix thinko introduced
36010 when removing AVAILABLE1_USES_J macro.
36011
d394eb74
L
360122012-10-12 H.J. Lu <hongjiu.lu@intel.com>
36013
36014 * sysdeps/x86/bits/byteswap.h: Include <bits/types.h>.
36015 (__bswap_64): __uint64_t for unsigned 64-bit int.
36016
ca38dc17
AS
360172012-10-12 Andreas Schwab <schwab@linux-m68k.org>
36018
36019 * include/string.h (memmem): Declare libc hidden alias.
36020 * string/memmem.c (memmem): Define libc hidden alias.
36021 * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Use __open,
36022 __read, __close instead of open, read, close.
36023
9a387d1f
L
360242012-10-11 H.J. Lu <hongjiu.lu@intel.com>
36025
ac49ecaf
L
36026 * sysdeps/x86_64/multiarch/ifunc-impl-list.c: New file.
36027 * sysdeps/x86_64/multiarch/memcmp.S (__memcmp_sse2): Make it
36028 global and hidden.
36029 * sysdeps/x86_64/multiarch/memcpy.S (__memcpy_sse2): Likewise.
36030 * sysdeps/x86_64/multiarch/mempcpy.S (__mempcpy_sse2): Likewise.
36031 * sysdeps/x86_64/multiarch/rawmemchr.S (__rawmemchr_sse42):
36032 Likewise.
36033 (__rawmemchr_sse2): Likewise.
36034 * sysdeps/x86_64/multiarch/strcat.S (STRCAT_SSE2): Likewise.
36035 * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Likewise.
36036 (__strchr_sse2): Likewise.
36037 * sysdeps/x86_64/multiarch/strcmp-sse42.S (STRCMP_SSE42): Likewise.
36038 * sysdeps/x86_64/multiarch/strcmp.S (STRCMP_SSE2): Likewise.
36039 (__strcasecmp_sse2): Likewise.
36040 (__strncasecmp_sse2): Likewise.
36041 * sysdeps/x86_64/multiarch/strcpy.S (STRCPY_SSE2): Likewise.
36042 * sysdeps/x86_64/multiarch/strlen.S (__strlen_sse2): Likewise.
36043 * sysdeps/x86_64/multiarch/strnlen.S (__strnlen_sse2): Likewise.
36044 * sysdeps/x86_64/multiarch/strrchr.S (__strrchr_sse42): Likewise.
36045 (__strrchr_sse2): Likewise.
36046 * sysdeps/x86_64/multiarch/memcmp.S: Add comments for
36047 ifunc-impl-list.c.
36048 * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
36049 * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
36050 * sysdeps/x86_64/multiarch/memmove.c: Likewise.
36051 * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
36052 * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
36053 * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
36054 * sysdeps/x86_64/multiarch/memset.S: Likewise.
36055 * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
36056 * sysdeps/x86_64/multiarch/rawmemchr.S: Likewise.
36057 * sysdeps/x86_64/multiarch/stpcpy.S: Likewise.
36058 * sysdeps/x86_64/multiarch/stpncpy.S: Likewise.
36059 * sysdeps/x86_64/multiarch/strcasecmp_l.S: Likewise.
36060 * sysdeps/x86_64/multiarch/strcasestr-c.c: Likewise.
36061 * sysdeps/x86_64/multiarch/strcat.S: Likewise.
36062 * sysdeps/x86_64/multiarch/strchr.S: Likewise.
36063 * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
36064 * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
36065 * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
36066 * sysdeps/x86_64/multiarch/strlen.S: Likewise.
36067 * sysdeps/x86_64/multiarch/strncase_l.S: Likewise.
36068 * sysdeps/x86_64/multiarch/strncat.S: Likewise.
36069 * sysdeps/x86_64/multiarch/strncmp.S: Likewise.
36070 * sysdeps/x86_64/multiarch/strncpy.S: Likewise.
36071 * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
36072 * sysdeps/x86_64/multiarch/strpbrk.S: Likewise.
36073 * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
36074 * sysdeps/x86_64/multiarch/strspn.S: Likewise.
36075 * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
36076 * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
36077 * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
36078
b090e8ea
L
36079 * sysdeps/i386/i686/multiarch/bcopy.S (__bcopy_ia32): Make it
36080 global and hidden.
36081 * sysdeps/i386/i686/multiarch/bzero.S (__bzero_ia32): Likewise.
36082 * sysdeps/i386/i686/multiarch/memcmp.S (__memcmp_ia32): Likewise.
36083 * sysdeps/i386/i686/multiarch/memcpy.S (__memcpy_ia32): Likewise.
36084 * sysdeps/i386/i686/multiarch/memmove.S (__memmove_ia32):
36085 Likewise.
36086 * sysdeps/i386/i686/multiarch/mempcpy.S (__mempcpy_ia32):
36087 Likewise.
36088 * sysdeps/i386/i686/multiarch/strcat.S (STRCAT_IA32): Likewise.
36089 * sysdeps/i386/i686/multiarch/strcmp.S (__STRCMP_IA32): Likewise.
36090 * sysdeps/i386/i686/multiarch/strcpy.S (STRCPY_IA32): Likewise.
36091 * sysdeps/i386/i686/multiarch/bcopy.S: Add comments for
36092 ifunc-impl-list.c.
36093 * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
36094 * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
36095 * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
36096 * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
36097 * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
36098 * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
36099 * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
36100 * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
36101 * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
36102 * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
36103 * sysdeps/i386/i686/multiarch/memset.S: Likewise.
36104 * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
36105 * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
36106 * sysdeps/i386/i686/multiarch/stpcpy.S: Likewise.
36107 * sysdeps/i386/i686/multiarch/stpncpy.S: Likewise.
36108 * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
36109 * sysdeps/i386/i686/multiarch/strcasecmp_l.S: Likewise.
36110 * sysdeps/i386/i686/multiarch/strcasestr-c.c: Likewise.
36111 * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
36112 * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
36113 * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
36114 * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
36115 * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
36116 * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
36117 * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
36118 * sysdeps/i386/i686/multiarch/strncase_l.S: Likewise.
36119 * sysdeps/i386/i686/multiarch/strncat.S: Likewise.
36120 * sysdeps/i386/i686/multiarch/strncmp.S: Likewise.
36121 * sysdeps/i386/i686/multiarch/strncpy.S: Likewise.
36122 * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
36123 * sysdeps/i386/i686/multiarch/strpbrk.S: Likewise.
36124 * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
36125 * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
36126 * sysdeps/i386/i686/multiarch/strstr-c.c: Likewise.
36127 * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
36128 * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
36129 * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
36130 * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
36131 * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
36132 * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
36133 * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: New file.
36134
11dd4af6
L
36135 * Rules [$(multi-arch) = no] (tests): Filter out $(tests-ifunc).
36136 [$(multi-arch) = no] (xtests): Filter out $(xtests-ifunc).
36137 * include/ifunc-impl-list.h: New file.
36138 * misc/ifunc-impl-list.c: Likewise.
36139 * misc/Makefile (routines): Add ifunc-impl-list.
36140 * misc/Versions (GLIBC_PRIVATE): Add __libc_ifunc_impl_list.
36141 * string/test-string.h: Include <ifunc-impl-list.h>.
57f41c40
AS
36142 (func_list, func_count, impl_count, impl_array) [TEST_IFUNC &&
36143 TEST_NAME]: New variables.
11dd4af6
L
36144 (FOR_EACH_IMPL): Support func_list if TEST_IFUNC and TEST_NAME
36145 are defined.
36146 (test_init): Call __libc_ifunc_impl_list to initialize
36147 func_list if TEST_IFUNC and TEST_NAME are defined.
36148
9a387d1f
L
36149 * string/Makefile (strop-tests): Add bcopy and bzero.
36150 * string/test-bcopy.c: New file.
36151 * string/test-bzero.c: Likewise.
36152 * string/test-memmove.c: Support bcopy test if TEST_BCOPY is
36153 defined.
36154 * string/test-memset.c: Support bzero test if TEST_BZERO is
36155 defined.
36156 * sysdeps/x86_64/multiarch/bcopy.S (bcopy): Jump to
36157 __libc_memmove.
36158 * sysdeps/x86_64/multiarch/bzero.S (__bzero): Jump to
36159 __libc_memset.
36160 * sysdeps/x86_64/multiarch/memset.S (__libc_memset): New alias
36161 of memset.
36162
472371b9
JM
361632012-10-10 Joseph Myers <joseph@codesourcery.com>
36164
1e4a9536
JM
36165 * configure.in: Run $CXX, not cc1plus, to locate C++ headers.
36166 * configure: Regenerated.
36167
d173d12e
JM
36168 * Makeconfig (+link-static-before-libc): Don't include
36169 $(link-static-libc).
36170
472371b9
JM
36171 * libio/libio.h (_IO_pos_t): Remove.
36172
89a3ad0b
AO
361732012-10-10 Alexandre Oliva <aoliva@redhat.com>
36174
36175 * NEWS: Add note about FIPS mode. Wording suggested by Roland
36176 McGrath.
36177
e7451425
AO
361782012-10-10 Alexandre Oliva <aoliva@redhat.com>
36179
36180 * crypt/crypt-entry.c: Include fips-private.h.
36181 (__crypt_r, __crypt): Disable MD5 and DES if FIPS is enabled.
36182 * crypt/md5c-test.c (main): Tolerate disabled MD5.
36183 * sysdeps/unix/sysv/linux/fips-private.h: New file.
36184 * sysdeps/generic/fips-private.h: New file, dummy fallback.
36185
4ba74a35
AO
361862012-10-10 Alexandre Oliva <aoliva@redhat.com>
36187
36188 * crypt/crypt-private.h: Include stdbool.h.
36189 (_ufc_setup_salt_r): Return bool.
36190 * crypt/crypt-entry.c: Include errno.h.
36191 (__crypt_r): Return NULL with EINVAL for bad salt.
36192 * crypt/crypt_util.c (bad_for_salt): New.
36193 (_ufc_setup_salt_r): Check that salt is long enough and within
36194 the specified alphabet.
36195 * crypt/badsalttest.c: New file.
36196 * crypt/Makefile (tests): Add it.
36197 ($(objpfx)badsalttest): New.
36198
f96f1242
MK
361992012-10-09 Maxim Kuvyrkov <maxim@codesourcery.com>
36200
36201 * NEWS: Add entry for BZ #14602.
36202
0e8e0c1c
JM
362032012-10-09 Joseph Myers <joseph@codesourcery.com>
36204
36205 * math/gen-libm-test.pl (parse_args): Handle comparison macros as
36206 type-generic.
36207 * math/libm-test.inc: Update comment listing what functions and
36208 macros are tested.
36209 (isgreater_test): New function.
36210 (isgreaterequal_test): Likewise.
36211 (isless_test): Likewise.
36212 (islessequal_test): Likewise.
36213 (islessgreater_test): Likewise.
36214 (isunordered_test): Likewise.
36215 (main): Call the new functions.
36216
273edc5e
RM
362172012-10-09 Roland McGrath <roland@hack.frob.com>
36218
b8493de0
RM
36219 * aclocal.m4 (GLIBC_PROVIDES): Provide _AS_BASENAME_PREPARE,
36220 _AS_ME_PREPARE, _AS_VAR_ARITH_PREPARE, AS_SHELL_FN_as_fn_set_status,
36221 AS_SHELL_FN_as_fn_exit, AS_SHELL_FN_ac_fn_c_try_compile.
36222 * sysdeps/i386/configure: Regenerated.
36223 * sysdeps/ieee754/ldbl-opt/configure: Regenerated.
36224 * sysdeps/mach/configure: Regenerated.
36225 * sysdeps/mach/hurd/configure: Regenerated.
36226 * sysdeps/powerpc/configure: Regenerated.
36227 * sysdeps/powerpc/powerpc32/configure: Regenerated.
36228 * sysdeps/powerpc/powerpc64/configure: Regenerated.
36229 * sysdeps/s390/s390-32/configure: Regenerated.
36230 * sysdeps/s390/s390-64/configure: Regenerated.
36231 * sysdeps/sh/configure: Regenerated.
36232 * sysdeps/sparc/configure: Regenerated.
36233 * sysdeps/unix/sysv/linux/configure: Regenerated.
36234 * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
36235 * sysdeps/x86_64/configure: Regenerated.
36236
273edc5e
RM
36237 * dlfcn/dlerror.c (check_free): Call _dl_addr only if SHARED is
36238 defined. Don't check if MAP is NULL.
36239
c8450f70
JM
362402012-10-09 Joseph Myers <joseph@codesourcery.com>
36241
36242 * sysdeps/generic/_G_config.h (_G_off64_t): Remove.
36243 (_G_stat64): Likewise.
36244 * sysdeps/unix/sysv/linux/_G_config.h (_G_off64_t): Remove.
36245 (_G_stat64): Likewise.
36246 * libio/filedoalloc.c (_IO_file_doallocate): Use struct stat64
36247 instead of struct _G_stat64.
36248 * libio/fileops.c (mmap_remap_check): Likewise.
36249 (decide_maybe_mmap): Likewise.
36250 (_IO_new_file_seekoff): Likewise.
36251 (_IO_file_stat): Likewise.
36252 * libio/libio.h (_IO_off64_t): Define to __off64_t, not
36253 _G_off64_t.
36254 * libio/oldfileops.c (_IO_old_file_seekoff): Use struct stat64
36255 instead of struct _G_stat64.
36256 * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
36257
57e605ba
MK
362582012-10-08 Maxim Kuvyrkov <maxim@codesourcery.com>
36259
36260 [BZ #14602]
36261 * string/str-two-way.h (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
36262 Replace with ...
36263 (CHECK_EOL): New macro.
36264 (two_way_short_needle): Check beginning of haystack for EOL. Use
36265 CHECK_EOL.
36266 * string/strcasestr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
36267 Replace with CHECK_EOL.
36268 * string/strstr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
36269 Replace with CHECK_EOL.
36270
ef1bb361
JM
362712012-10-08 Joseph Myers <joseph@codesourcery.com>
36272
36273 * math/gen-libm-test.pl (parse_args): Handle isinf and isnan as
36274 type-generic.
36275 * math/libm-test.inc: Update comment listing what functions and
36276 macros are tested.
36277 (finite_test): New function.
36278 (isinf_test): Likewise.
36279 (isnan_test): Likewise.
36280 (fpclassify_test): Test subnormal input.
36281 (isfinite_test): Likewise.
36282 (isnormal_test): Likewise.
36283 (main): Call the new functions.
36284
55f11534
JN
362852012-10-08 Jonathan Nieder <jrnieder@gmail.com>
36286
36287 [BZ #14660]
36288 * Makerules (%.dynsym): Force C locale when running
36289 $(OBJDUMP) --dynamic-syms.
36290
1ab29350
AS
362912012-10-08 Andreas Schwab <schwab@linux-m68k.org>
36292
36293 * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Include
36294 <stdint.h>.
36295
f1ecb7ef
DM
362962012-10-06 David S. Miller <davem@davemloft.net>
36297
36298 * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: On 32-bit, clear
36299 upper 32-bits of the length value in %o2 since we use branch-on-register
36300 tests which consider the entire 64-bit register.
36301
5d41d91a
L
363022012-10-06 H.J. Lu <hongjiu.lu@intel.com>
36303
36304 * string/test-strstr.c (check2): Add a test for page boundary.
36305
3baddb72
DM
363062012-10-05 David S. Miller <davem@davemloft.net>
36307
36308 * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: New file.
36309 * sysdeps/sparc/sparc32/sparcv9/multiarch/memset-niagara4.S: New
36310 file.
36311 * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
36312 sysdep_routines.
36313 * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
36314 * sysdeps/sparc/sparc64/multiarch/memset.S: Use Niagara-4 memset
36315 and bzero when HWCAP_SPARC_CRYPTO is present.
36316
9cee5585
L
363172012-10-05 H.J. Lu <hongjiu.lu@intel.com>
36318
d7e0dab9
L
36319 [BZ #14602]
36320 * string/test-strstr.c (check2): New function.
36321 (test_main): Call check2.
36322
03759f47
L
36323 * string/Makefile (tests): Remove bug-strstr1, bug-strcasestr1
36324 and bug-strchr1.
36325 * string/bug-strcasestr1.c (do_test): Moved to ...
36326 * string/test-strcasestr.c (check1): Here. New function.
36327 (do_one_test): Break out result checking code into ...
36328 (check_result): This. New function.
36329 (do_one_test): Call check_result.
36330 (test_main): Call check1.
36331 * string/bug-strchr1.c (do_test): Moved to ...
36332 * string/test-strchr.c (check1): Here. New function.
36333 (do_one_test): Break out result checking code into ...
36334 (check_result): This. New function.
36335 (do_one_test): Call check_result.
36336 (test_main): Call check1.
36337 * string/bug-strstr1.c (main): Moved to ...
046f153e 36338 * string/test-strstr.c (check1): Here. New function.
03759f47
L
36339 (do_one_test): Break out result checking code into ...
36340 (check_result): This. New function.
36341 (do_one_test): Call check_result.
36342 (test_main): Call check1.
36343 * string/bug-strcasestr1.c: Removed.
36344 * string/bug-strchr1.c: Likewise.
36345 * string/bug-strstr1.c: Likewise.
36346
53cea63e
L
36347 * elf/Makefile (dl-routines): Add hwcaps.
36348 * elf/dl-support.c (_dl_important_hwcaps): Removed.
36349 * elf/dl-sysdep.c (_DL_FIRST_EXTRA): Likewise.
36350 (_dl_important_hwcaps): Moved to ...
36351 * elf/dl-hwcaps.c: Here. New file.
36352 * sysdeps/mach/hurd/dl-sysdep.c (_dl_important_hwcaps): Removed.
36353
9cee5585 36354 [BZ #14557]
bb859b06
L
36355 * elf/setup-vdso.h (setup_vdso): Set GL(dl_nns) to 1 for vDSO
36356 if IS_IN_rtld isn't defined.
36357
9cee5585
L
36358 * elf/dl-support.c (_dl_sysinfo_map): New.
36359 Include "get-dynamic-info.h" and "setup-vdso.h".
36360 (_dl_non_dynamic_init): Call setup_vdso.
36361 * elf/dynamic-link.h: Don't include <assert.h>.
36362 (elf_get_dynamic_info): Moved to ...
36363 * elf/get-dynamic-info.h: Here. New file.
36364 * elf/dynamic-link.h: Include "get-dynamic-info.h".
36365 * elf/rtld.c (dl_main): Break out vDSO setup code into ...
36366 * elf/setup-vdso.h: Here. New file.
36367 * elf/rtld.c: Include "setup-vdso.h".
36368 (dl_main): Call setup_vdso.
36369
23c31b76
JM
363702012-10-05 Joseph Myers <joseph@codesourcery.com>
36371
28234b07
JM
36372 * math/libm-test.inc: List nexttoward, cimag, clog10, conf and
36373 creal in comment listing functions tested. List finite, isinf,
36374 isnan, isless, islessequal, isgreater, isgreaterequal,
36375 islessgreater, isunordered, lgamma_r and pow10 as functions and
36376 macros not tested. Mention which functions not tested are aliases
36377 for other functions. Fix typo. Note that signs of NaNs are not
36378 tested.
36379
23c31b76
JM
36380 * scripts/config.guess: Update from config.git.
36381 * scripts/config.sub: Likewise.
36382
9043e228
RM
363832012-10-04 Roland McGrath <roland@hack.frob.com>
36384
36385 * misc/Versions (GLIBC_PRIVATE): New set, add __madvise.
36386 * misc/madvise.c (madvise): Renamed to __madvise.
36387 Make madvise a weak alias.
36388 * include/sys/mman.h: Declare __madvise.
36389 Replace libc_hidden_proto (madvise) with libc_hidden_proto (__madvise).
36390 * sysdeps/unix/syscalls.list
36391 (madvise): Make __madvise the strong name, and madvise a weak alias.
36392 * sysdeps/unix/sysv/linux/syscalls.list
36393 (madvise, mmap): Remove redundant entries.
36394 * malloc/arena.c (shrink_heap): Use __madvise, not madvise.
36395 * malloc/malloc.c (mtrim): Likewise.
36396 * sysdeps/mach/hurd/malloc-machine.h (madvise): Renamed to __madvise.
36397
f57f8055
RM
363982012-10-03 Roland McGrath <roland@hack.frob.com>
36399
36400 * sysdeps/mach/hurd/dl-cache.c: File removed.
36401 * config.h.in (USE_LDCONFIG): New #undef.
36402 * configure.in (use_ldconfig): If set, define USE_LDCONFIG.
36403 * configure: Regenerated.
36404 * elf/Makefile (dl-routines): Add dl-cache only under
36405 [$(use-ldconfig) = yes].
36406 * elf/dl-load.c (_dl_map_object): Conditionalize code consulting the
36407 cache on [USE_LDCONFIG].
36408 * elf/dl-open.c (_dl_open): Call _dl_unload_cache only under
36409 [USE_LDCONFIG].
36410 * elf/rtld.c (dl_main): Likewise.
36411
5bb0c10a
PT
364122012-10-03 Pino Toscano <toscano.pino@tiscali.it>
36413
36414 * sysdeps/posix/sysconf.c (__sysconf): Return 0 also for
36415 _SC_LEVEL4_CACHE_LINESIZE.
36416
010188c6
RM
364172012-10-03 Roland McGrath <roland@hack.frob.com>
36418
36419 * sysdeps/unix/bsd/confstr.h: File removed.
36420
b6c5ec07
AO
364212012-10-02 Alexandre Oliva <aoliva@redhat.com>
36422
36423 * scripts/check-local-headers.sh: Exclude sys/sdt.h and
36424 sys/sdt-config.h.
36425
408223d4
RM
364262012-10-02 Roland McGrath <roland@hack.frob.com>
36427
36428 * elf/dl-load.c (_dl_map_object_from_fd: struct loadcmd):
36429 Make 'mapoff' field ElfW(Off) rather than off_t.
36430
bb9510dc
DL
364312012-10-02 Dmitry V. Levin <ldv@altlinux.org>
36432
fc997c6e
DL
36433 * nscd/Makefile: Remove nscd-cflags and all its users.
36434 (CPPFLAGS-nonlib): Add preprocessor flags for nscd modules.
36435 (CFLAGS-nonlib): Add compiler flags for nscd modules.
36436
bb9510dc
DL
36437 [BZ #10631]
36438 * malloc.c (malloc_printerr): Clarify error message.
36439
05699367
L
364402012-10-02 H.J. Lu <hongjiu.lu@intel.com>
36441
36442 [BZ #14648]
36443 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
36444 Set bit_FMA_Usable if FMA is supported.
36445 * sysdeps/x86_64/multiarch/init-arch.h (bit_FMA_Usable): New
36446 macro.
36447 (bit_FMA4_Usable): Updated.
36448 (index_FMA_Usable): New macro.
36449 (CPUID_FMA): Likewise
36450 (HAS_FMA): Defined with bit_FMA_Usable.
36451
51367701
RM
364522012-10-01 Roland McGrath <roland@hack.frob.com>
36453
36454 * bits/types.h (__swblk_t): Type removed.
36455 * bits/typesizes.h (__SWBLK_T_TYPE): Macro removed.
36456 * sysdeps/mach/hurd/bits/typesizes.h (__SWBLK_T_TYPE): Likewise.
36457 * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
36458 (__SWBLK_T_TYPE): Likewise.
36459 * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
36460 (__SWBLK_T_TYPE): Likewise.
36461 * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
36462 (__SWBLK_T_TYPE): Likewise.
36463 * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
36464 (__SWBLK_T_TYPE): Likewise.
36465
4d57bf63 364662012-10-01 Patsy Franklin <pfrankli@redhat.com>
1e9d84cd 36467 Honza Horak <hhorak@redhat.com>
4d57bf63
JL
36468
36469 * nis/yp_xdr.c (xdr_domainname): Use YPMAXDOMAIN as maxsize.
36470 (xdr_mapname): Use YPMAXMAP as maxsize.
36471 (xdr_peername): Use YPMAXPEER as maxsize.
36472 (xdr_keydat): Use YPAXRECORD as maxsize.
36473 (xdr_valdat): Use YPMAXRECORD as maxsize.
36474
93c65d43
RM
364752012-10-01 Roland McGrath <roland@hack.frob.com>
36476
497a03d6
RM
36477 * io/openat.c [!__ASSUME_ATFCTS] (__have_atfcts): New global variable.
36478
93c65d43
RM
36479 * sysdeps/unix/sysv/linux/init-first.c: Moved to ...
36480 * csu/init-first.c: ... here.
36481 * sysdeps/unix/sysv/linux/powerpc/init-first.c: Update #include.
36482 * sysdeps/unix/sysv/linux/s390/init-first.c: Likewise.
36483 * sysdeps/unix/sysv/linux/x86_64/init-first.c: Likewise.
36484 * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: Likewise.
36485 * sysdeps/i386/init-first.c: File removed.
36486 * sysdeps/sh/init-first.c: File removed.
36487
bec749fd
JM
364882012-10-01 Joseph Myers <joseph@codesourcery.com>
36489
36490 [BZ #14645]
36491 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute result as x * y
36492 if x * y might underflow to zero and z is zero.
36493 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
36494 * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
36495 * math/libm-test.inc (min_subnorm_value): New variable.
36496 (fma_test): Add more tests.
36497 (fma_test_towardzero): Likewise.
36498 (fma_test_downward): Likewise
36499 (fma_test_upward): Likewise.
36500 (initialize): Set min_subnorm_value.
36501
8ec5b013
JM
365022012-09-29 Joseph Myers <joseph@codesourcery.com>
36503
36504 [BZ #14638]
36505 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use x * y + z for exact
36506 0 + 0.
36507 * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Use original rounding
36508 mode for addition resulting in exact zero.
36509 * sysdeps/ieee754/ldbl-128/s_fma.c (__fma): Likewise.
36510 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Use x * y + z for
36511 exact 0 + 0.
36512 * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
36513 * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
36514 * math/libm-test.inc (fma_test): Add more tests.
36515 (fma_test_towardzero): New function.
36516 (fma_test_downward): Likewise.
36517 (fma_test_upward): Likewise.
36518 (main): Call the new functions.
36519
b1fa802e
DM
365202012-09-28 David S. Miller <davem@davemloft.net>
36521
36522 * sysdeps/sparc/fpu/libm-test-ulps: Fix garbage in file.
36523
d3b9fd9e
RM
365242012-09-28 Roland McGrath <roland@hack.frob.com>
36525
ea4d37b3
RM
36526 * sysdeps/posix/sleep.c (__sleep): Rewritten using __nanosleep
36527 instead of SIGALRM.
36528
ac51c949
RM
36529 * sysdeps/gnu/_G_config.h: Moved to ...
36530 * sysdeps/unix/sysv/linux/_G_config.h: ... here.
36531 * sysdeps/mach/hurd/_G_config.h: Moved to ...
36532 * sysdeps/generic/_G_config.h: ... here.
36533
28c195f7
RM
36534 * io/open.c (__open): Renamed to __libc_open. Make __open an alias.
36535
848917f9
RM
36536 * posix/Makefile ($(objpfx)config-name.h): Do $(make-target-directory).
36537
6bacf05b
RM
36538 * nss/Makefile ($(objpfx)/libnss_test1.so$(libnss_test1.so-version)):
36539 Conditionalize target on [libnss_test1.so-version].
36540
91363dbb
RM
36541 * elf/dl-sysdep.c: Conditionalize whole contents on [SHARED].
36542
cc87f7d8
RM
36543 * Makeconfig (nssobjdir, resolvobjdir): Remove variables.
36544 (elfobjdir): Move out of conditionals.
36545
b1c608fe
RM
36546 * nss/nsswitch.c (nss_new_service): Conditionalize definition and
36547 declaration on [!DO_STATIC_NSS || SHARED], matching its only caller.
36548 (__nss_lookup_function): Conditionalize label remove_from_tree on
36549 [!DO_STATIC_NSS || SHARED], matching its only use.
d3b9fd9e 36550
1d9a6d96
DM
365512012-09-28 David S. Miller <davem@davemloft.net>
36552
36553 * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: New file.
36554 * sysdeps/sparc/sparc32/sparcv9/multiarch/memcpy-niagara4.S: New
36555 file.
36556 * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
36557 sysdep_routines.
36558 * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
36559 * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use Niagara-4 memcpy
36560 when HWCAP_SPARC_CRYPTO is present.
36561
72581615
PT
365622012-09-28 Pino Toscano <toscano.pino@tiscali.it>
36563
36564 * io/tst-mknodat.c: Create a FIFO instead of a socket.
36565
715a900c
JL
365662012-09-28 Andreas Schwab <schwab@linux-m68k.org>
36567
36568 [BZ #6530]
36569 * stdio-common/vfprintf.c (process_string_arg): Revert
36570 2000-07-22 change.
36571
365722011-09-28 Jonathan Nieder <jrnieder@gmail.com>
36573
36574 * stdio-common/Makefile (tst-sprintf-ENV): Set environment
36575 for testcase.
36576 * stdio-common/tst-sprintf.c: Include <locale.h>
36577 (main): Test sprintf's handling of incomplete multibyte
36578 characters.
36579
9bac1d86
L
365802012-09-28 H.J. Lu <hongjiu.lu@intel.com>
36581
36582 * elf/dl-runtime.c (VERSYMIDX): Removed.
36583 * elf/dl-version.c (VERSYMIDX): Likewise.
36584 * elf/do-rel.h (VERSYMIDX): Likewise.
36585 (VALIDX): Likewise.
36586 * elf/dynamic-link.h (VERSYMIDX): Likewise.
36587 * elf/rtld.c (VALIDX): Likewise.
36588 (ADDRIDX): Likewise.
9bac1d86
L
36589 * sysdeps/sparc/sparc32/dl-machine.h (VALIDX): Likewise.
36590 * sysdeps/sparc/sparc64/dl-machine.h (VALIDX): Likewise.
36591 * sysdeps/x86_64/dl-tlsdesc.h (ADDRIDX): Likewise.
9c464f9c
L
36592 * sysdeps/generic/ldsodefs.h (VERSYMIDX): New macro.
36593 (VALIDX): Likewise.
36594 (ADDRIDX): Likewise.
9bac1d86 36595
b31606c0
PT
365962012-09-28 Pino Toscano <toscano.pino@tiscali.it>
36597
36598 * sysdeps/pthread/aio_fsync.c: Fix the file mode checking.
36599
11541177
JL
366002012-09-28 Dmitry V. Levin <ldv@altlinux.org>
36601
36602 [BZ #11438]
36603 * sysdeps/posix/getaddrinfo.c (default_scopes): Map RFC 1918 addresses
36604 to global scope.
36605 * posix/tst-rfc3484.c: Verify 10/8, 172.16/12 and 196.128/16
36606 addresses are in the same scope as 192.0.2/24.
36607 * posix/gai.conf: Document new scope table defaults.
36608
adb26fae
SP
366092012-09-28 Siddhesh Poyarekar <siddhesh@redhat.com>
36610
36611 [BZ #5298]
36612 * libio/fileops.c (_IO_new_file_seekoff): Don't flush buffer
36613 for ftell. Compute offsets from write pointers instead.
36614 * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
36615
4573c6b0
SP
366162012-09-28 Siddhesh Poyarekar <siddhesh@redhat.com>
36617
36618 [BZ #14543]
36619 * libio/Makefile (tests): New test case tst-fseek.
36620 * libio/tst-fseek.c: New test case to verify that fseek/ftell
36621 combination works in wide mode.
36622 * libio/wfileops.c (_IO_wfile_seekoff): Adjust internal buffer
36623 state when the external buffer state changes.
36624
aa9bbfe6
DM
366252012-09-27 David S. Miller <davem@davemloft.net>
36626
36627 [BZ #14376]
36628 * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Do not
36629 pass reloc->r_addend in as the 'high' argument to
36630 sparc64_fixup_plt when handling R_SPARC_JMP_IREL relocations.
36631
784421e7
DM
36632 * sysdeps/sparc/fpu/libm-test-ulps: Update.
36633
c39bc8b8
PT
366342012-09-28 Pino Toscano <toscano.pino@tiscali.it>
36635
36636 * rt/tst-aio2.c: Include <pthread.h>.
36637 * rt/tst-aio3.c: Likewise.
36638
1ccc2399
SE
366392012-09-27 Steve Ellcey <sellcey@mips.com>
36640
36641 * sysdeps/ieee754/ldbl-128/bits/huge_vall.h: Remove.
36642
31ed4153
L
366432012-09-27 H.J. Lu <hongjiu.lu@intel.com>
36644
25f5f885
L
36645 * sysdeps/x86_64/multiarch/strncmp-ssse3.S: Conditionalize
36646 contents on [SHARED].
31ed4153 36647
b7bfe116
MP
366482012-09-26 Marek Polacek <polacek@redhat.com>
36649
36650 [BZ #14530]
36651 [BZ #13741]
36652 * misc/sys/cdefs.h: Define __extern_inline and __extern_always_inline
36653 for C++ and GCC <4.3 as well as for non GCC compilers.
36654
43c4edba
MT
366552012-09-26 Markus Trippelsdorf <markus@trippelsdorf.de>
36656
36657 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
36658
6a1bf82f
RM
366592012-09-25 Roland McGrath <roland@hack.frob.com>
36660
36661 * Makefile.in (all, install): Declare with .PHONY.
36662 Reported by Michael Hope <michael.hope@linaro.org>.
36663
8ad11b9a
TMQMF
366642012-09-25 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
36665
36666 * manual/platform.texi (PowerPC): Document __ppc_get_timebase_freq.
36667 * sysdeps/powerpc/sys/platform/ppc.h: Include the operating
36668 system header.
36669 * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_headers):
36670 Likewise.
36671 (sydep_routines): Add the new and the internal functions.
36672 * sysdeps/unix/sysv/linux/powerpc/bits/ppc.h: New file.
36673 * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Likewise.
36674 * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions
36675 (GLIBC_2.17): Add the new function.
36676 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
36677 (GLIBC_2.17): Likewise.
36678 * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions
36679 (GLIBC_2.17): Likewise.
36680 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist
36681 (GLIBC_2.17): Likewise.
36682 * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: New file.
36683
7e2fca8d
AM
366842012-09-25 Alan Modra <amodra@gmail.com>
36685
36686 * sysdeps/unix/sysv/linux/powerpc/pthread_once.c (__pthread_once):
36687 Add release barrier before setting once_control to say
36688 initialisation is done. Add hints on lwarx. Use macro in
36689 place of isync.
36690 (clear_once_control): Add release barrier.
36691
b87c4b24
JM
366922012-09-25 Joseph Myers <joseph@codesourcery.com>
36693
d032e0d2
JM
36694 [BZ #13629]
36695 * math/s_clog.c (__clog): Handle more values close to |z| = 1
36696 specially.
36697 * math/s_clog10.c (__clog10): Likewise.
36698 * math/s_clog10f.c (__clog10f): Likewise.
36699 * math/s_clog10l.c (__clog10l): Likewise.
36700 * math/s_clogf.c (__clogf): Likewise.
36701 * math/s_clogl.c (__clogl): Likewise.
36702 * math/Makefile (libm-calls): Add x2y2m1.
36703 * sysdeps/generic/math_private.h (__x2y2m1f): Declare.
36704 (__x2y2m1): Likewise.
36705 (__x2y2m1l): Likewise.
36706 * sysdeps/ieee754/dbl-64/x2y2m1.c: New file.
36707 * sysdeps/ieee754/dbl-64/x2y2m1f.c: Likewise.
36708 * sysdeps/ieee754/ldbl-128/x2y2m1l.c: Likewise.
36709 * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
36710 * sysdeps/ieee754/ldbl-96/x2y2m1.c: Likewise.
36711 * sysdeps/ieee754/ldbl-96/x2y2m1l.c: Likewise.
36712 * math/libm-test.inc (clog_test, clog10_test): Add more tests.
36713 * sysdeps/i386/fpu/libm-test-ulps: Update.
36714 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
36715
b87c4b24
JM
36716 [BZ #14621]
36717 * posix/glob.c (next_brace_sub): Use size_t instead of unsigned
36718 int as type of variable DEPTH.
36719 (glob): Use size_t instead of int as type of variables NEWCOUNT
36720 and OLD_PATHC.
36721
6d3bf199
LD
367222012-09-25 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
36723
22bf5c17
LD
36724 * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
36725 Add s_sincosf-sse2.
36726 * sysdeps/i386/i686/fpu/multiarch/s_sincosf.c: New file.
36727 * sysdeps/i386/i686/fpu/multiarch/s_sincosf-sse2.S: New file.
36728 * sysdeps/ieee754/flt-32/s_sincosf.c (SINCOSF, SINCOSF_FUNC): Add
36729 macros for using routine as __sincosf_ia32.
36730 Use macro for function declaration and weak_alias.
36731 * sysdeps/i386/fpu/libm-test-ulps: Update.
36732
36733 * sysdeps/x86_64/fpu/s_sincosf.S: New file.
36734 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
36735
36736 * math/s_ccoshf.c (__ccoshf): Fix wrong usage of sincos for
6d3bf199
LD
36737 subnormal argument.
36738 * math/s_cexpf.c (__cexpf): Likewise.
36739 * math/s_csinf.c (__csinf): Likewise.
36740 * math/s_csinhf.c (__csinhf): Likewise.
36741 * math/s_ctanf.c (__ctanf): Likewise.
36742 * math/s_ctanhf.c (__ctanhf): Likewise.
36743 * math/s_ccosh.c (__ccoshf): Likewise.
36744 * math/s_cexp.c (__cexpl): Likewise.
36745 * math/s_csin.c (__csin): Likewise.
36746 * math/s_csinh.c (__csinh): Likewise.
36747 * math/s_ctan.c (__ctan): Likewise.
36748 * math/s_ctanh.c (ctanh): Likewise.
36749 * math/s_ccoshl.c (__ccoshl): Likewise.
36750 * math/s_cexpl.c (__cexpl): Likewise.
36751 * math/s_csinl.c (__csinl): Likewise.
36752 * math/s_csinhl.c (__csinhl): Likewise.
36753 * math/s_ctanl.c (__ctanl): Likewise.
36754 * math/s_ctanhl.c (__ctanhl): Likewise.
36755
203e5603
JM
367562012-09-25 Joseph Myers <joseph@codesourcery.com>
36757
36758 * libio/libio.h (_IO_size_t): Define to size_t, not _G_size_t.
36759 (_IO_ssize_t): Define to __ssize_t, not _G_ssize_t.
36760 (_IO_off_t): Define to __off_t, not _G_off_t.
36761 (_IO_pid_t): Define to __pid_t, not _G_pid_t.
36762 (_IO_uid_t): Define to __uid_t, not _G_uid_t.
36763 (_IO_wint_t): Define to wint_t, not _G_wint_t.
36764 * libio/libioP.h (struct _IO_jump_t): Use size_t not _G_size_t as
36765 type of __dummy and __dummy2 fields.
36766 * sysdeps/generic/_G_config.h (_G_size_t): Remove.
36767 (_G_ssize_t): Likewise.
36768 (_G_off_t): Likewise.
36769 (_G_pid_t): Likewise.
36770 (_G_uid_t): Likewise.
36771 (_G_wchar_t): Likewise.
36772 (_G_wint_t): Likewise.
36773 * sysdeps/gnu/_G_config.h (_G_size_t): Remove.
36774 (_G_ssize_t): Likewise.
36775 (_G_off_t): Likewise.
36776 (_G_pid_t): Likewise.
36777 (_G_uid_t): Likewise.
36778 (_G_wchar_t): Likewise.
36779 (_G_wint_t): Likewise.
36780 * sysdeps/mach/hurd/_G_config.h (_G_size_t): Remove.
36781 (_G_ssize_t): Likewise.
36782 (_G_off_t): Likewise.
36783 (_G_pid_t): Likewise.
36784 (_G_uid_t): Likewise.
36785 (_G_wchar_t): Likewise.
36786 (_G_wint_t): Likewise.
36787
9fab36eb
SP
367882012-09-25 Siddhesh Poyarekar <siddhesh@redhat.com>
36789
36790 * malloc/arena.c: Include malloc-sysdep.h.
36791 (shrink_heap): Use check_may_shrink_heap to decide if madvise
36792 is sufficient to shrink the heap or an unmap is needed.
36793 * sysdeps/generic/malloc-sysdep.h: New file. Define
36794 new function check_may_shrink_heap.
36795 * sysdeps/unix/sysv/linux/malloc-sysdep.h: New file. Define
36796 new function check_may_shrink_heap.
36797
2b4f00d1
SP
367982012-09-25 Siddhesh Poyarekar <siddhesh@redhat.com>
36799
36800 * libio/fileops.c (_IO_new_file_seekoff): Fix typos in
36801 comments.
36802
9a9028b1
DL
368032012-09-24 Dmitry V. Levin <ldv@altlinux.org>
36804
57c69bef
DL
36805 * catgets/test-gencat.sh: Add "set -e".
36806 * elf/tst-pathopt.sh: Likewise.
36807 * grp/tst_fgetgrent.sh: Likewise.
36808 * iconvdata/run-iconv-test.sh: Likewise.
36809 * intl/tst-gettext.sh: Likewise.
36810 * intl/tst-gettext2.sh: Likewise.
36811 * intl/tst-gettext4.sh: Likewise.
36812 * intl/tst-gettext6.sh: Likewise.
36813 * intl/tst-translit.sh: Likewise.
36814 * io/ftwtest-sh: Likewise.
36815 * libio/test-freopen.sh: Likewise.
36816 * malloc/tst-mtrace.sh: Likewise.
36817 * posix/globtest.sh: Likewise.
36818 * posix/tst-getconf.sh: Likewise.
36819 * posix/wordexp-tst.sh: Likewise.
36820 * stdio-common/tst-printf.sh: Likewise.
36821 * stdio-common/tst-unbputc.sh: Likewise.
36822 * stdlib/tst-fmtmsg.sh: Likewise.
36823 * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
36824 * catgets/Makefile: Do not specify -e option when running
36825 testsuite shell scripts.
36826 * elf/Makefile: Likewise.
36827 * grp/Makefile: Likewise.
36828 * iconvdata/Makefile: Likewise.
36829 * intl/Makefile: Likewise.
36830 * io/Makefile: Likewise.
36831 * libio/Makefile: Likewise.
36832 * malloc/Makefile: Likewise.
36833 * posix/Makefile: Likewise.
36834 * stdio-common/Makefile: Likewise.
36835 * stdlib/Makefile: Likewise.
36836 * sysdeps/x86_64/Makefile: Likewise.
36837
9a9028b1
DL
36838 * io/ftwtest-sh: Add copyright header.
36839 * posix/globtest.sh: Likewise.
36840 * posix/tst-getconf.sh: Likewise.
36841 * posix/wordexp-tst.sh: Likewise.
36842 * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
36843
ced6f16e
L
368442012-09-24 H.J. Lu <hongjiu.lu@intel.com>
36845
94b32c39
L
36846 [BZ #13679]
36847 * Makeconfig (+link): Defined as $(+link-static) if
36848 $(build-shared) isn't yes.
36849 (link-tests): Defined as $(+link-static-tests) if $(build-shared)
36850 isn't yes.
36851 (static-gnulib): Add -lgcc_eh if $(build-shared) isn't yes.
36852
189e935b
L
36853 * Makeconfig (+postctorT): Replace crtendS.o with crtend.o.
36854
ced6f16e
L
36855 [BZ #14562]
36856 * malloc/arena.c (heap_trim): Properly get fencepost and adjust
36857 new chunk size with MALLOC_ALIGN_MASK.
36858
a9f8e53a
JM
368592012-09-24 Joseph Myers <joseph@codesourcery.com>
36860
36861 [BZ #5044]
36862 * stdio-common/printf_fphex.c: Include <stdbool.h> and
36863 <rounding-mode.h>.
36864 (__printf_fphex): Determine rounding using get_rounding_mode and
36865 round_away.
36866 * stdio-common/tst-printf-round.c (struct hex_test): New
36867 structure.
36868 (hex_tests): New variable.
36869 (test_hex_in_one_mode): New function.
36870 (do_test): Also run tests for hex float output.
36871
43153109
JM
368722012-09-21 Joseph Myers <joseph@codesourcery.com>
36873
36874 * libio/iopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
36875 [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
36876 * libio/libio.h (_IO_HAVE_SYS_WAIT): Remove.
36877 * libio/oldiopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
36878 [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
36879 * sysdeps/generic/_G_config.h (_G_HAVE_SYS_WAIT): Remove.
36880 * sysdeps/gnu/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
36881 * sysdeps/mach/hurd/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
36882
8a26625d
JM
368832012-09-20 Joseph Myers <joseph@codesourcery.com>
36884
36885 * libio/libio.h [_G_NEED_STDARG_H]: Make code unconditional.
36886 * sysdeps/generic/_G_config.h (_G_NEED_STDARG_H): Remove.
36887 * sysdeps/gnu/_G_config.h (_G_NEED_STDARG_H): Remove.
36888 * sysdeps/mach/hurd/_G_config.h (_G_NEED_STDARG_H): Remove.
36889
f3fd569c
DL
368902012-09-19 Dmitry V. Levin <ldv@altlinux.org>
36891
36892 [BZ #14579]
36893 * elf/rtld.c (dl_main): Limit the check for self loading to normal
36894 mode only.
36895 * elf/tst-rtld-load-self.sh: New test.
36896 * elf/Makefile: Run it.
36897
63bbedd4
JM
368982012-09-18 Joseph Myers <joseph@codesourcery.com>
36899
36900 * sysdeps/wordsize-64/Makefile [$(subdir) = misc]
36901 (tst-writev-ENV): Remove.
36902 * sysdeps/wordsize-64/tst-writev.c (TIMEOUT): Define.
36903
626f8b6a
CM
369042012-09-17 Chris Metcalf <cmetcalf@tilera.com>
36905
36906 * crypt/md5test-giant.c (TIMEOUT): Increase to 8 minutes for tilegx.
36907
b7aaa4d6
JM
369082012-09-17 Joseph Myers <joseph@codesourcery.com>
36909
36910 * libio/iogetline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]: Make code
36911 unconditional.
36912 * libio/iogetwline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]:
36913 Likewise.
36914 * sysdeps/generic/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Remove.
36915 * sysdeps/gnu/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Likewise.
36916 * sysdeps/mach/hurd/_G_config.h (_G_HAVE_IO_GETLINE_INFO):
36917 Likewise.
36918
65513990
L
369192012-09-14 H.J. Lu <hongjiu.lu@intel.com>
36920
36921 [BZ #14587]
36922 * Makeconfig (ASFLAGS): Remove $(have-cpp-asm-debuginfo) check.
36923 * config.make.in (have-cpp-asm-debuginfo): Removed.
36924 * configure.in: Don't substitute libc_cv_cpp_asm_debuginfo.
36925 * configure: Regenerated.
36926
784761be
JM
369272012-09-14 Joseph Myers <joseph@codesourcery.com>
36928
36929 [BZ #5044]
36930 * stdio-common/printf_fp.c: Include <stdbool.h> and
36931 <rounding-mode.h>.
36932 (___printf_fp): Determine rounding using get_rounding_mode and
36933 round_away.
36934 * stdio-common/tst-printf-round.c: New file.
36935 * stdio-common/Makefile (tests): Add tst-printf-round.
36936 (link-libm): New variable.
36937 ($(objpfx)tst-printf-round): Depend in $(link-libm).
36938
9503345f
L
369392012-09-13 H.J. Lu <hongjiu.lu@intel.com>
36940
36941 [BZ #14576]
36942 * bits/libc-lock.h (__rtld_lock_init_recursive): Removed.
36943 * sysdeps/mach/bits/libc-lock.h (__rtld_lock_init_recursive):
36944 Likewise.
36945 * sysdeps/mach/hurd/bits/libc-lock.h (__rtld_lock_init_recursive):
36946 Likewise.
36947
ad35fc00
JM
369482012-09-13 Joseph Myers <joseph@codesourcery.com>
36949
36950 * libio/libio.h [!_G_HAVE_PRINTF_FP] (_IO_USE_DTOA): Remove.
36951 * sysdeps/generic/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
36952 * sysdeps/gnu/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
36953 * sysdeps/mach/hurd/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
36954
6c9b0f68
JM
369552012-09-12 Joseph Myers <joseph@codesourcery.com>
36956
36957 [BZ #14518]
36958 * include/rounding-mode.h: New file.
36959 * sysdeps/generic/get-rounding-mode.h: Likewise.
36960 * sysdeps/s390/fpu/get-rounding-mode.h: Likewise.
36961 * stdlib/strtod_l.c: Include <rounding-mode.h>.
36962 (MAX_VALUE): New macro.
36963 (MIN_VALUE): Likewise.
36964 (overflow_value): New function.
36965 (underflow_value): Likewise.
36966 (round_and_return): Use overflow_value and underflow_value to
36967 determine return values in overflow and underflow cases. Use
36968 round_away to determine rounding depending on rounding mode.
36969 (____STRTOF_INTERNAL): Use overflow_value and underflow_value to
36970 determine return values in overflow and underflow cases.
36971 * stdlib/tst-strtod-round.c: Include <fenv.h>.
36972 (struct test_results): New structure.
36973 (struct test): Use struct test_results to store expected results
36974 for all rounding modes.
36975 (TEST): Include expected results for all rounding modes.
36976 (test_in_one_mode): New function.
36977 (do_test): Use test_in_one_mode to compute and check results.
36978 Check results for all rounding modes.
36979 * stdlib/Makefile ($(objpfx)tst-strtod-round): Depend on
36980 $(link-libm).
36981
19fcedd5
AM
369822012-12-09 Allan McRae <allan@archlinux.org>
36983
1e9d84cd 36984 * sysdeps/i386/fpu/libm-test-ulps: Update
19fcedd5 36985
8bbfd2f1
JM
369862012-09-11 Joseph Myers <joseph@codesourcery.com>
36987
36988 * sysdeps/generic/_G_config.h (_G_int16_t): Remove.
36989 (_G_int32_t): Likewise.
36990 (_G_uint16_t): Likewise.
36991 (_G_uint32_t): Likewise.
36992 (_G_HAVE_BOOL): Likewise.
36993 (_G_HAVE_ATEXIT): Likewise.
36994 (_G_HAVE_LONG_DOUBLE_IO): Likewise.
36995 (_G_HAVE_IO_FILE_OPEN): Likewise.
36996 * sysdeps/gnu/_G_config.h (_G_int16_t): Remove.
36997 (_G_int32_t): Likewise.
36998 (_G_uint16_t): Likewise.
36999 (_G_uint32_t): Likewise.
37000 (_G_HAVE_BOOL): Likewise.
37001 (_G_HAVE_ATEXIT): Likewise.
37002 (_G_HAVE_LONG_DOUBLE_IO): Likewise.
37003 (_G_HAVE_IO_FILE_OPEN): Likewise.
37004 * sysdeps/mach/hurd/_G_config.h (_G_int16_t): Remove.
37005 (_G_int32_t): Likewise.
37006 (_G_uint16_t): Likewise.
37007 (_G_uint32_t): Likewise.
37008 (_G_HAVE_BOOL): Likewise.
37009 (_G_HAVE_ATEXIT): Likewise.
37010 (_G_HAVE_LONG_DOUBLE_IO): Likewise.
37011 (_G_HAVE_IO_FILE_OPEN): Likewise.
37012
b1dc5912
L
370132012-09-11 H.J. Lu <hongjiu.lu@intel.com>
37014
37015 * csu/libc-tls.c: Update copyright years.
37016
0e886ef9
JM
370172012-09-10 Joseph Myers <joseph@codesourcery.com>
37018
28361c5e
JM
37019 * libioP.h [_G_USING_THUNKS]: Make code unconditional.
37020 [!_G_USING_THUNKS]: Remove conditional code.
37021 * sysdeps/gnu/_G_config.h (_G_USING_THUNKS): Remove.
37022 * sysdeps/mach/hurd/_G_config.h (_G_USING_THUNKS): Likewise.
37023
0e886ef9
JM
37024 * libio/libioP.h [__GNUC__] (VTABLE_LABEL): Remove.
37025 [!builtinbuf_vtable && __cplusplus] (builtinbuf_vtable): Likewise.
37026 * sysdeps/generic/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
37027 (_G_VTABLE_LABEL_PREFIX): Likewise.
37028 (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
37029 * sysdeps/gnu/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
37030 (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
37031 (_G_VTABLE_LABEL_PREFIX): Likewise.
37032 (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
37033 * sysdeps/mach/hurd/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
37034 (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
37035 (_G_VTABLE_LABEL_PREFIX): Likewise.
37036 (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
37037
bcba7aa2
L
370382012-09-10 H.J. Lu <hongjiu.lu@intel.com>
37039
37040 * libio/Makefile: Include ../Makeconfig before tests.
37041 (tests): Add tst-fopenloc and depend on $(objpfx)tst-fopenloc.check
37042 only if $(build-shared) is yes.
37043
06585ee8
L
37044 * iconv/gconv_db.c: Update copyright years.
37045
80ccd52c
LD
370462012-09-10 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
37047
37048 * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: Fix
37049 unwind info if defined PIC. Fix special cases description.
37050 * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: Likewise.
37051
37052 * sysdeps/x86_64/fpu/s_sinf.S: Fix special cases description, fix
37053 DP_HI_MASK entry.
37054 * sysdeps/x86_64/fpu/s_cosf.S: Likewise.
37055
691bc9c1
L
370562012-09-07 H.J. Lu <hongjiu.lu@intel.com>
37057
3d9b46b3
L
37058 * scripts/check-local-headers.sh: Add "shopt -s nullglob".
37059
de2139a9
L
37060 * iconv/gconv_db.c (free_derivation): Check if deriv->steps
37061 is NULL.
37062
5ca78dd0
L
37063 * debug/Makefile (LDFLAGS-tst-chk4): Renamed to ...
37064 (LDLIBS-tst-chk4): This.
37065 (LDFLAGS-tst-chk5): Renamed to ...
37066 (LDLIBS-tst-chk5): This.
37067 (LDFLAGS-tst-chk6): Renamed to ...
37068 (LDLIBS-tst-chk6): This.
37069 (LDFLAGS-tst-lfschk4): Renamed to ...
37070 (LDLIBS-tst-lfschk4): This.
37071 (LDFLAGS-tst-lfschk5): Renamed to ...
37072 (LDLIBS-tst-lfschk5): This.
37073 (LDFLAGS-tst-lfschk6): Renamed to ...
37074 (LDLIBS-tst-lfschk6): This.
37075
691bc9c1
L
37076 * Makefile ($(inst_includedir)/gnu/stubs.h): Remove dependency
37077 on $(common-objpfx)soversions.mk.
37078
65cafb1c
JM
370792012-09-07 Joseph Myers <joseph@codesourcery.com>
37080
37081 [BZ #10014]
37082 * manual/examples/inetcli.c (SERVERHOST): Use www.gnu.org as
37083 example host name.
37084
c78ab094
SP
370852012-09-07 Siddhesh Poyarekar <siddhesh@redhat.com>
37086
37087 * malloc/arena.c (arena_get_retry): New function that gets
37088 another arena for the caller to try its request on.
37089 * malloc/malloc.c (__libc_malloc): Use get_another_arena if the
37090 current arena cannot fulfill the request.
37091 (__libc_memalign): Likewise.
37092 (__libc_memalign): Likewise.
37093 (__libc_pvalloc): Likewise.
37094 (__libc_calloc): Likewise.
37095
01f49f59
JT
370962012-09-05 John Tobey <john.tobey@gmail.com>
37097
37098 [BZ #13542]
37099 * manual/arith.texi (Operations on Complex): Fix description
37100 of carg branch cut.
37101
4c23fed5
JM
371022012-09-06 Joseph Myers <joseph@codesourcery.com>
37103
1d3c8572
JM
37104 [BZ #10014]
37105 * manual/socket.texi (Host Addresses): Use www.gnu.org as example
37106 host name.
37107
4c23fed5
JM
37108 [BZ #10038]
37109 * manual/memory.texi (Memory): Make order of menu items match
37110 order of sections.
37111
04570aaa
L
371122012-09-06 H.J. Lu <hongjiu.lu@intel.com>
37113
37114 * elf/dl-tls.c (DL_INITIAL_DTV): Removed.
37115 (_dl_initial_dtv): New. Defined if SHARED isn't defined.
37116 (_dl_deallocate_tls): Restore GL(dl_initial_dtv).
37117
b80af2f4
L
371182012-09-06 H.J. Lu <hongjiu.lu@intel.com>
37119
37120 * csu/libc-tls.c (static_dtv): Renamed to ...
37121 (_dl_static_dtv): This. Make it global.
37122 (_dl_initial_dtv): Removed.
37123 (__libc_setup_tls): Updated.
37124 * elf/dl-tls.c (DL_INITIAL_DTV): New macro.
37125 (_dl_deallocate_tls): Replace GL(dl_initial_dtv) with
37126 DL_INITIAL_DTV.
37127
2abe9f15
PM
371282012-09-06 Petr Machata <pmachata@redhat.com>
37129
37130 * elf/elf.h (NT_S390_HIGH_GPRS): New macro.
37131 (NT_S390_TIMER, NT_S390_TODCMP, NT_S390_TODPREG): Likewise.
37132 (NT_S390_CTRS, NT_S390_PREFIX, NT_S390_LAST_BREAK): Likewise.
37133 (NT_S390_SYSTEM_CALL, NT_ARM_VFP): Likewise.
37134
0948c3af
L
371352012-09-06 H.J. Lu <hongjiu.lu@intel.com>
37136
37137 [BZ #14545]
37138 * csu/libc-tls.c (_dl_initial_dtv): New variable.
37139 * elf/dl-tls.c (_dl_deallocate_tls): Always check dtv before
37140 freeing dtv[-1].
37141
a5055ad1
L
371422012-09-06 H.J. Lu <hongjiu.lu@intel.com>
37143
37144 [BZ #14544]
37145 * Makeconfig (link-static-before-libc): Replace $(+prector)
37146 with $(+prectorT).
37147 (link-static-after-libc): Replace $(+postctor) with
37148 $(+postctorT).
37149 (link-bounded): Replace $(+prector)/$(+postctor) with
37150 $(+prectorT)/$(+postctorT).
37151 (+prectorT): New macro.
37152 (+postctorT): Likewise.
37153
ed8c2ecd
JM
371542012-09-06 Joseph Myers <joseph@codesourcery.com>
37155
37156 * stdlib/gen-tst-strtod-round.c: Include <assert.h>.
37157 (round_str): Handle values above the maximum for IBM long double
37158 as inexact.
37159 * stdlib/tst-strtod-round.c (tests): Regenerated.
37160
14c996c8
AK
371612012-09-06 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
37162
37163 * sysdeps/s390/s390-32/multiarch/Makefile: Remove -mzarch
37164 assembler flag.
37165 * sysdeps/s390/s390-32/multiarch/memcmp.S: Use .machinemode
37166 zarch_nohighgprs around the zarch optimized routines.
37167 * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
37168 * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
37169 * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Explicitly check
37170 for zarch.
37171
430d6ce6
DM
371722012-09-05 David S. Miller <davem@davemloft.net>
37173
37174 * sysdeps/sparc/fpu/libm-test-ulps: Update.
37175
57f41c40
AS
37176 * sysdeps/sparc/bits/hwcap.h (HWCAP_SPARC_PAUSE)
37177 (HWCAP_SPARC_CBCOND, HWCAP_SPARC_CRYPTO): Define.
ff04dda4
DM
37178 * sysdeps/sparc/dl-procinfo.h (_DL_HWCAP_COUNT): Increase to 27.
37179 * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
37180 entries.
37181
24d4e01b
AO
371822012-09-05 Alexandre Oliva <aoliva@redhat.com>
37183
37184 * malloc/arena.c: Fold copyright years.
37185 * malloc/mcheck.c, malloc/memusage.c: Likewise.
37186
61d58174
AO
371872012-09-05 Alexandre Oliva <aoliva@redhat.com>
37188
37189 * malloc/malloc.c (__libc_mallopt) <M_MMAP_MAX>: Fix indentation.
37190
20196a5e
AO
371912012-09-05 Alexandre Oliva <aoliva@redhat.com>
37192
37193 * manual/contrib.texi (Contributors): Fix typo. Complete entry.
37194
5c447383
AO
371952012-09-05 Alexandre Oliva <aoliva@redhat.com>
37196
37197 * malloc/malloc.c (__libc_mallopt) <M_MMAP_THRESHOLD>: Do not
37198 change internal state upon failure.
37199
fad64255
AO
372002012-09-05 Alexandre Oliva <aoliva@redhat.com>
37201
37202 * malloc/mcheck.c (mcheck_check_all): Fix typo.
37203 * malloc/memusage.c (mmap): Likewise.
37204 (mmap64, mremap): Likewise. Adjust name in comment.
37205
1ffb8c90
SP
372062012-09-05 Siddhesh Poyarekar <siddhesh@redhat.com>
37207
37208 * libio/fileops.c: Fix typos in comments.
37209 * libio/oldfileops.c: Likewise.
37210 * libio/wfileops.c: Likewise.
37211
6ef9cc37
SP
372122012-09-05 Siddhesh Poyarekar <siddhesh@redhat.com>
37213
37214 [BZ #1349]
37215 * malloc/Makefile (tests): Add tst-malloc-usable test case.
37216 (tst-malloc-usable-ENV): Set environment for test case.
37217 * malloc/hooks.c (malloc_check_get_size): New function to get
37218 requested size.
37219 * malloc/malloc.c (musable): Use malloc_check_get_size.
37220 * malloc/tst-malloc-usable.c: New test case.
37221
4d038ae3
AS
372222012-09-05 Andreas Schwab <schwab@linux-m68k.org>
37223
37224 * stdlib/tst-strtod-overflow.c (TIMEOUT): Define.
37225
c4e85184
AM
372262012-09-05 Allan McRae <allan@archlinux.org>
37227
b9dafc56 37228 [BZ #13966]
c4e85184
AM
37229 * configure.in (CXX_SYSINCLUDES): Use compiler output to
37230 determine header location.
37231 * configure: Regenerated.
37232
e1343020
AS
372332012-09-05 Andreas Schwab <schwab@linux-m68k.org>
37234
37235 * stdlib/gen-tst-strtod-round.c (formats): Add Motorola extended
37236 float format.
37237 * stdlib/tst-strtod-round.c (TEST) [LDBL_MANT_DIG == 64 &&
a0070b7e
AS
37238 LDBL_MAX_EXP == 16384]: Add case for Motorola extended float
37239 format.
e1343020
AS
37240 (test): Regenerate.
37241
0a9f1987
DM
372422012-09-04 David S. Miller <davem@davemloft.net>
37243
37244 * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: New file.
37245 * sysdeps/sparc/sparc32/sparcv9/submul_1.S: New file.
37246 * sysdeps/sparc/sparc32/sparcv9/mul_1.S: New file.
37247
29237804
FW
372482012-09-04 Florian Weimer <fweimer@redhat.com>
37249
37250 * stdlib/tst-secure-getenv.c (alternative_main): Only warn on SGID
37251 failures.
37252
edb3cb88
FW
37253 * stdlib/tst-secure-getenv.c: Fix whitespace in comments.
37254
60160d83
JM
372552012-09-04 Joseph Myers <joseph@codesourcery.com>
37256
37257 [BZ #9914]
37258 * libio/iogetdelim.c: Include <limits.h>.
37259 (_IO_getdelim): Avoid integer overflow in testing whether cur_len
37260 + len + 1 would overflow.
37261
bcd6c8dc
AJ
372622012-09-03 Andreas Jaeger <aj@suse.de>
37263
37264 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
37265 * sysdeps/i386/fpu/libm-test-ulps: Update.
37266
4ffffbd2
LD
372672012-09-03 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
37268
37269 * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
37270 Add s_sinf-sse2, s_conf-sse2.
37271
37272 * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: New file.
37273 * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: New file.
37274 * sysdeps/i386/i686/fpu/multiarch/s_sinf.c: New file.
37275 * sysdeps/i386/i686/fpu/multiarch/s_cosf.c: New file.
37276
37277 * sysdeps/ieee754/flt-32/s_sinf.c (SINF, SINF_FUNC): Add macros
37278 for using routine as __sinf_ia32.
37279 Use macro for function declaration and weak_alias.
37280 * sysdeps/ieee754/flt-32/s_cosf.c (COSF, COSF_FUNC): Add macros
37281 for using routine as __cosf_ia32.
37282 Use macro for function declaration and weak_alias.
37283
37284 * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Fix Copyright.
37285 * sysdeps/i386/i686/fpu/multiarch/e_expf.c: Fix Copyright.
37286
37287 * sysdeps/x86_64/fpu/s_sinf.S: New file.
37288 * sysdeps/x86_64/fpu/s_cosf.S: New file.
37289 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
37290
37291 * math/libm-test.inc (cos_test): Add more test cases.
37292 (sin_test): Likewise.
37293 (sincos_test): Likewise.
37294
511fa286
AK
372952012-09-03 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
37296
37297 * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c
37298 (IFUNC_RESOLVE): Make pointers to the specialized implementations
37299 hidden.
37300 * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
37301
5f30cfec
L
373022012-09-02 H.J. Lu <hongjiu.lu@intel.com>
37303
37304 [BZ #14538]
37305 * sysdeps/x86_64/dl-machine.h (elf_machine_dynamic): Use the
37306 first element of the GOT.
37307 (elf_machine_load_address): Return the difference between
37308 the runtime address of _DYNAMIC and elf_machine_dynamic ().
37309
0786794f
AM
373102012-09-01 Allan McRae <allan@archlinux.org>
37311
5f30cfec
L
37312 [BZ #13412]
37313 * configure.in (AWK): Require gawk version 3.0 or later.
37314 * configure: Regenerated.
0786794f 37315
26889eac
JM
373162012-09-01 Joseph Myers <joseph@codesourcery.com>
37317
37318 * sysdeps/unix/sysv/linux/kernel-features.h
37319 (__ASSUME_POSIX_CPU_TIMERS): Remove.
37320 * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
37321 [__NR_clock_getres]: Make code unconditional.
37322 [!__ASSUME_POSIX_CPU_TIMERS]: Remoce conditional code.
37323 (clock_getcpuclockid): Remove code left unreachable by removal of
37324 conditionals.
37325 * sysdeps/unix/sysv/linux/clock_getres.c [__NR_clock_getres]: Make
37326 code unconditional.
37327 [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
37328 [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
37329 * sysdeps/unix/sysv/linux/clock_gettime.c [__NR_clock_gettime]:
37330 Make code unconditional.
37331 [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
37332 [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
37333 * sysdeps/unix/sysv/linux/clock_settime.c
37334 [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]: Remove
37335 conditional code.
37336 [__ASSUME_POSIX_CPU_TIMERS]: Make code unconditional.
37337 [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
37338
d22e28b0
L
373392012-08-29 H.J. Lu <hongjiu.lu@intel.com>
37340
37341 [BZ #14476]
37342 * Makefile (install): Also pass LD_SO=$(ld.so-version) to
37343 scripts/test-installation.pl.
37344
37345 * scripts/test-installation.pl: Use LD_SO to get $ld_so_name
37346 and $ld_so_version if it is set.
37347
050af9c4
SP
373482012-08-29 Siddhesh Poyarekar <siddhesh@redhat.com>
37349
37350 [BZ #14516]
37351 * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Don't return
37352 failure if reading from procfs failed.
37353 * sysdeps/unix/sysv/linux/ttyname_r.c (ttyname_r): Likewise.
37354
ad845c0b
JM
373552012-08-27 Joseph Myers <joseph@codesourcery.com>
37356
37357 * sysdeps/unix/sysv/linux/kernel-features.h
37358 (__ASSUME_STAT64_SYSCALL): Remove all definitions.
37359 * sysdeps/unix/sysv/linux/fxstat64.c [!__ASSUME_STAT64_SYSCALL]:
37360 Remove conditional code.
37361 [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
37362 * sysdeps/unix/sysv/linux/fxstatat64.c [!__ASSUME_STAT64_SYSCALL]:
37363 Remove conditional code.
37364 [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
37365 * sysdeps/unix/sysv/linux/i386/fxstat.c
37366 [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
37367 [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
37368 * sysdeps/unix/sysv/linux/i386/fxstatat.c
37369 [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
37370 [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
37371 * sysdeps/unix/sysv/linux/i386/lxstat.c
37372 [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
37373 [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
37374 * sysdeps/unix/sysv/linux/i386/xstat.c [!__ASSUME_STAT64_SYSCALL]:
37375 Remove conditional code.
37376 [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
37377 * sysdeps/unix/sysv/linux/lxstat64.c [!__ASSUME_STAT64_SYSCALL]:
37378 Remove conditional code.
37379 [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
37380 * sysdeps/unix/sysv/linux/sparc/sparc64/xstat.c: Do not include
37381 <kernel-features.h>.
37382 [__NR_stat64 && !__ASSUME_STAT64_SYSCALL] (__have_no_stat64):
37383 Remove.
37384 * sysdeps/unix/sysv/linux/xstat64.c [!__ASSUME_STAT64_SYSCALL]:
37385 Remove conditional code.
37386 [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
37387 * sysdeps/unix/sysv/linux/xstatconv.c [!__ASSUME_STAT64_SYSCALL]:
37388 Remove conditional.
37389
5dbf56af
MF
373902012-08-27 Mike Frysinger <vapier@gentoo.org>
37391
37392 [BZ #5400]
37393 * NEWS: Add fixed bug number.
37394
d6e70f43
JM
373952012-08-27 Joseph Myers <joseph@codesourcery.com>
37396
7efb4737
JM
37397 [BZ #14519]
37398 * stdlib/strtod_l.c (round_and_return): Return -0.0 for
37399 underflowing exponent in case of negative sign.
37400 * stdlib/tst-strtod-round-data: Add more tests.
37401 * stdlib/tst-strtod-round.c (tests): Regenerated.
37402
af92131a
JM
37403 [BZ #3479]
37404 * stdlib/strtod_l.c (NDIG): Remove.
37405 (HEXNDIG): Likewise.
37406 (MPNSIZE): Increase to represent 10^n where 2^-n is 1/4 ulp of the
37407 smallest representable value.
37408 (____STRTOF_INTERNAL): Use all fractional decimal digits that may
37409 lie within an exact representation of 1/2 ulp of the result.
37410 * stdlib/fpioconst.c (__tens): Include 10^2^9 and 10^2^10
37411 unconditionally.
37412 (TENS_P9_IDX): Define unconditionally.
37413 (TENS_P9_SIZE): Likewise.
37414 (TENS_P10_IDX): Likewise.
37415 (TENS_P10_SIZE): Likewise.
37416 [BITS_PER_MP_LIMB == 32]: Change condition for larger powers of 10
37417 to !defined __NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024.
37418 [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024] (__tens): Add
37419 entries for 10^2^13 and 10^2^14.
37420 [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024]
37421 (TENS_P13_IDX): Define.
37422 (TENS_P13_SIZE): Likewise.
37423 (TENS_P14_IDX): Likewise.
37424 (TENS_P14_SIZE): Likewise.
37425 (_fpioconst_pow10): Change array size to
37426 FPIOCONST_POW10_ARRAY_SIZE. Make entries for 10^2^9 and 10^2^10
37427 unconditional.
37428 (_fpioconst_pow10) [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ >
37429 1024]: Add entries for 10^2^13 and 10^2^14.
37430 [LAST_POW10 > _LAST_POW10]: Remove #error.
37431 * stdlib/fpioconst.h (FPIOCONST_POW10_ARRAY_SIZE): Define.
37432 (_fpioconst_pow10): Change array size to
37433 FPIOCONST_POW10_ARRAY_SIZE.
37434 * stdlib/gen-fpioconst.c: New file.
37435 * stdlib/gen-tst-strtod-round.c: Likewise.
37436 * stdlib/tst-strtod-round-data: Likewise.
37437 * stdlib/tst-strtod-round.c: Likewise.
37438 * stdlib/Makefile (tests): Add tst-strtod-round.
37439
d6e70f43
JM
37440 [BZ #14459]
37441 * stdlib/strtod_l.c: Include <stdint.h>.
37442 (NDEBUG): Do not define.
37443 (round_and_return): Change EXPONENT parameter to type intmax_t.
37444 Rearrange calculations to avoid internal overflow possibilities.
37445 (str_to_mpn): Change EXPONENT parameter to type intmax_t *.
37446 Rearrange calculations to avoid internal overflow possibilities.
37447 Assert that number fits inside MPNSIZE limbs.
37448 (____STRTOF_INTERNAL): Change EXPONENT variable to type intmax_t.
37449 Change DIG_NO, INT_NO and LEAD_ZERO to type size_t. Rearrange
37450 calculations and add assertions to avoid internal overflow
37451 possibilities. Add casts to avoid signed/unsigned operations.
37452 * stdlib/tst-strtod-overflow.c: New file.
37453 * stdlib/Makefile (tests): Add tst-strtod-overflow.
37454
1f529f7d
MP
374552012-08-25 Marek Polacek <polacek@redhat.com>
37456
37457 * time/time.h: Fix some typos in comments.
37458
59a629f1
RM
374592012-08-23 Roland McGrath <roland@hack.frob.com>
37460
37461 * posix/tst-rfc3484.c: #undef USE_NSCD before including getaddrinfo.c.
37462 * posix/tst-rfc3484-2.c: Likewise.
37463 * posix/tst-rfc3484-3.c: Likewise.
37464
d3bafbc9
SM
374652012-08-23 Steve McIntyre <steve.mcintyre@linaro.org>
37466
37467 * elf/elf.h (EF_ARM_ABI_FLOAT_SOFT): New macro.
37468 (EF_ARM_ABI_FLOAT_HARD): Likewise.
37469
4efcc022
JM
374702012-08-23 Joseph Myers <joseph@codesourcery.com>
37471
37472 * sysdeps/unix/sysv/linux/dl-fxstatat64.c: Use <> instead of "" in
37473 #include of fxstatat64.c.
37474
3cc3ef96
RM
374752012-08-22 Roland McGrath <roland@hack.frob.com>
37476
f04e2132
RM
37477 * shadow/getspent.c: #undef USE_NSCD before #include that gets the code.
37478 * shadow/getspent_r.c: Likewise.
37479 * shadow/getspnam.c: Likewise.
37480 * shadow/getspnam_r.c: Likewise.
37481 * gshadow/getsgent.c: Likewise.
37482 * gshadow/getsgent_r.c: Likewise.
37483 * gshadow/getsgnam.c: Likewise.
37484 * gshadow/getsgnam_r.c: Likewise.
37485 * inet/getnetbyad.c: Likewise.
37486 * inet/getnetbyad_r.c: Likewise.
37487 * inet/getnetbynm.c: Likewise.
37488 * inet/getnetbynm_r.c: Likewise.
37489 * inet/getnetent.c: Likewise.
37490 * inet/getnetent_r.c: Likewise.
37491 * inet/getproto.c: Likewise.
37492 * inet/getproto_r.c: Likewise.
37493 * inet/getprtent.c: Likewise.
37494 * inet/getprtent_r.c: Likewise.
37495 * inet/getprtname.c: Likewise.
37496 * inet/getprtname_r.c: Likewise.
37497 * inet/getrpcbyname.c: Likewise.
37498 * inet/getrpcbyname_r.c: Likewise.
37499 * inet/getrpcbynumber.c: Likewise.
37500 * inet/getrpcbynumber_r.c: Likewise.
37501 * inet/getrpcent.c: Likewise.
37502 * inet/getrpcent_r.c: Likewise.
37503 * inet/getaliasent.c: Likewise.
37504 * inet/getaliasent_r.c: Likewise.
37505 * inet/getaliasname.c: Likewise.
37506 * inet/getaliasname_r.c: Likewise.
37507 * nscd/getgrgid_r.c: Likewise.
37508 * nscd/getgrnam_r.c: Likewise.
37509 * nscd/gethstbyad_r.c: Likewise.
37510 * nscd/gethstbynm3_r.c: Likewise.
37511 * nscd/getpwnam_r.c: Likewise.
37512 * nscd/getpwuid_r.c: Likewise.
37513 * nscd/getsrvbynm_r.c: Likewise.
37514 * nscd/getsrvbypt_r.c: Likewise.
37515 * nscd/gai.c: Likewise.
37516
c53d909c
RM
37517 * configure.in (build_nscd): New substituted variable, set
37518 by --disable-build-nscd and defaults to $use_nscd.
37519 * configure: Regenerated.
37520 * config.make.in (build-nscd): New substituted variable.
37521 * nscd/Makefile (others, others-pie, install-sbin, extra-objs):
37522 Change conditional to require [$(build-nscd) = yes] as well.
37523 * NEWS: Mention --disable-build-nscd in the --disable-nscd item.
37524
3cc3ef96
RM
37525 [BZ# 13696]
37526 * configure.in (use_nscd): New substituted variable, set by
37527 --disable-nscd. If enabled, define USE_NSCD.
37528 * configure: Regenerated.
37529 * config.h.in: Add USE_NSCD.
37530 * config.make.in (use-nscd): New substituted variable.
37531 * inet/Makefile (CFLAGS-gethstbyad_r.c): Likewise.
37532 (CFLAGS-gethstbynm_r.c, CFLAGS-gethstbynm2_r.c): Likewise.
37533 (CFLAGS-getsrvbynm_r.c, CFLAGS-getsrvbypt_r.c): Variables removed.
37534 * grp/Makefile (CFLAGS-getgrgid_r.c): Remove -DUSE_NSCD.
37535 (CFLAGS-getgrnam_r.c): Likewise.
37536 (CFLAGS-initgroups.c): Likewise.
37537 * posix/Makefile (CFLAGS-getaddrinfo.c): Remove -DUSE_NSCD.
37538 * pwd/Makefile (CFLAGS-getpwuid_r.c, CFLAGS-getpwnam_r.c):
37539 Variables removed.
37540 * inet/getnetgrent_r.c
37541 (nscd_setnetgrent): New function, broken out of ...
37542 (setnetgrent): ... here. Call it.
37543 (innetgr): Conditionalize nscd bits on [USE_NSCD].
37544 (nscd_getnetgrent): Conditionalize on [USE_NSCD].
37545 (__internal_getnetgrent_r): Conditionalize its use on [USE_NSCD].
37546 * nscd/Makefile (routines, aux): Move definitions after include of
37547 Makeconfig. Conditionalize on [$(use-nscd) != no].
37548 * nss/nsswitch.c (nss_load_all_libraries, __nss_disable_nscd):
37549 Conditionalize on [USE_NSCD].
37550 (is_nscd, nscd_init_cb): Likewise.
37551 (nss_load_library): Conditionalize init callback on [USE_NSCD].
37552 * nss/nss_files/files-init.c: Conditionalize body on [USE_NSCD].
37553 * nss/nss_db/db-init.c: Likewise.
37554 * nscd/nscd.c (main): Conditionalize __nss_disable_nscd call on
37555 [USE_NSCD].
37556 * sysdeps/unix/sysv/linux/check_pf.c (get_nl_timestamp): New function.
37557 (make_request): Use it.
37558 (cache_valid_p): New function.
37559 (__check_pf): Use it.
37560 * NEWS: Add item for --disable-nscd.
37561
07e51550
DL
375622012-08-22 Dmitry V. Levin <ldv@altlinux.org>
37563
37564 * configure.in (SED): Update AC_CHECK_PROG_VER's version extract regexp
37565 to support sed >= 4.2.1-20-ga9bf076.
37566 * configure: Regenerated.
37567
35a5b08b
RM
375682012-08-22 Roland McGrath <roland@hack.frob.com>
37569
37570 * csu/libc-start.c (apply_irel): Move extern declarations inside here.
37571 Conditionalize whole body on [IREL].
37572
8479f23a
JL
375732012-08-22 Jeff Law <law@redhat.com>
37574
37575 [BZ #14505]
37576 * sysdeps/posix/getaddrinfo.c (gaih_inet): Only use gethostbyname4_r
37577 if the family is PF_UNSPEC.
37578
48da0b21
MF
375792012-08-22 Mike Frysinger <vapier@gentoo.org>
37580
37581 * Makerules (lib-version): Rename from V.
37582 (install-lib-nosubdir): Change V to lib-version.
37583
15d0da8c
WS
375842012-08-22 Will Schmidt <will_schmidt@vnet.ibm.com>
37585
37586 [BZ #14252]
37587 * powerpc32/power6/wcschr.c: New file.
37588 * powerpc32/power6/wcscpy.c: New file.
37589 * powerpc32/power6/wcsrchr.c: New file.
37590 * powerpc64/power6/wcschr.c: New file.
37591 * powerpc64/power6/wcscpy.c: New file.
37592 * powerpc64/power6/wcsrchr.c: New file.
37593
bcca0895
MK
375942012-08-21 Maxim Kuvyrkov <maxim@codesourcery.com>
37595
37596 * string/str-two-way.h (AVAILABLE1_USES_J): New macro, define default.
37597 (two_way_short_needle): Use it.
5a4aaa33
RM
37598 * string/strstr.c (AVAILABLE1_USES_J): Define.
37599 * string/strcasestr.c: Likewise.
99677e57
MK
37600
37601 * string/str-two-way.h (two_way_short_needle): Use pointers instead of
37602 array references.
37603 * string/strcasestr.c (TOLOWER): Make side-effect safe.
37604
400726de
MK
37605 [BZ #11607]
37606 * NEWS: Add an entry.
37607 * string/str-two-way.h (AVAILABLE1, AVAILABLE2, RET0_IF_0): New macros,
37608 define their defaults.
37609 (two_way_short_needle): Detect end-of-string on-the-fly.
37610 * string/strcasestr.c, string/strstr.c (AVAILABLE): Update.
37611 (AVAILABLE1, AVAILABLE2, RET0_IF_0, AVAILABLE_USES_J): Define.
37612 * string/bug-strcasestr1.c: New test.
37613 * string/Makefile: Run it.
37614
20a71f2c
MK
376152012-08-21 Maxim Kuvyrkov <maxim@codesourcery.com>
37616
37617 [BZ #11607]
37618 * string/str-two-way.h (two_way_short_needle): Optimize matching of
37619 the first character.
37620
21ad0558
RM
376212012-08-21 Roland McGrath <roland@hack.frob.com>
37622
37623 * csu/elf-init.c (__libc_csu_irel): Function removed.
37624 * csu/libc-start.c (apply_irel): New function.
37625 (LIBC_START_MAIN): Call it instead of __libc_csu_irel.
37626
0e1d9911
JM
376272012-08-21 Joseph Myers <joseph@codesourcery.com>
37628
37629 * sysdeps/unix/sysv/linux/kernel-features.h
37630 (__ASSUME_FADVISE64_64_SYSCALL): Remove.
37631 * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
37632 <kernel-features.h>.
37633 [__NR_fadvise64_64]: Make code unconditional.
37634 [!__ASSUME_FADVISE64_64_SYSCALL]: Remove conditional code.
37635 [__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
37636 !__NR_fadvise64_64)]: Likewise.
37637 [!(__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
37638 !__NR_fadvise64_64))]: Likewise.
37639 [__NR_fadvise64]: Make code unconditional.
37640 [!__NR_fadvise64]: Remove conditional code.
37641 * sysdeps/unix/sysv/linux/posix_fadvise64.c: Do not include
37642 <kernel-features.h>.
37643 (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
37644 unconditional.
37645 (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
37646 conditional code.
37647 * sysdeps/unix/sysv/linux/powerpc/powerpc32/posix_fadvise64.c: Do
37648 not include <kernel-features.h>.
37649 (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
37650 unconditional.
37651 (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
37652 conditional code.
37653 * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Do not
37654 include <kernel-features.h>.
37655 (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
37656 unconditional.
37657 (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
37658 conditional code.
37659
14a50c9d
WS
376602012-08-21 Will Schmidt <will_schmidt@vnet.ibm.com>
37661
37662 * sysdeps/powerpc/powerpc64/power7/memchr.S: Unrolled short loop and
37663 slight instruction rearrangements per scrollpipe analysis.
37664 * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
37665
c0f4faf0
RM
376662012-08-20 Roland McGrath <roland@hack.frob.com>
37667
696da859
RM
37668 * manual/syslog.texi (syslog; vsyslog, closelog):
37669 Fix typo repeated twice: @file{dev/log} -> @file{/dev/log}.
37670 Reported by Ricardo Catalinas Jiménez <jimenezrick@gmail.com>.
37671
c0f4faf0
RM
37672 * elf/dl-sysdep.c (_dl_important_hwcaps): Fix conditional on using
37673 DSOCAPS to match condition on defining it.
37674
348363b2
JM
376752012-08-20 Joseph Myers <joseph@codesourcery.com>
37676
a35cbf28
JM
37677 * sysdeps/unix/sysv/linux/kernel-features.h
37678 (__ASSUME_SWAPCONTEXT_SYSCALL): Remove.
37679 * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S
37680 [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
37681 [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
37682 * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S
37683 [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
37684 [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
37685 * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S
37686 [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
37687 [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
37688
445f7ecd
JM
37689 * sysdeps/unix/sysv/linux/kernel-features.h [__s390__ &&
37690 __LINUX_KERNEL_VERSION >= 0x020616] (__ASSUME_UTIMES): Define.
37691
348363b2
JM
37692 * sysdeps/unix/sysv/linux/kernel-features.h
37693 (__ASSUME_MMAP2_SYSCALL): Remove all definitions.
37694 * sysdeps/unix/sysv/linux/mmap64.c [__NR_mmap2]: Make code
37695 unconditional.
37696 [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
37697 * sysdeps/unix/sysv/linux/i386/mmap.S (__mmap)
37698 [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
37699 (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
37700 * sysdeps/unix/sysv/linux/i386/mmap64.S (__mmap64) [__NR_mmap2]:
37701 Make code unconditional.
37702 (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
37703 (__mmap64) [!__NR_mmap2]: Likewise.
37704 * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S (__mmap)
37705 [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
37706 (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
37707 * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S (__mmap64)
37708 [__NR_mmap2]: Make code unconditional.
37709 (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
37710 (__mmap64) [!__NR_mmap2]: Likewise.
37711
bc5bc0e5
AK
377122012-08-20 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
37713
37714 * sysdeps/unix/sysv/linux/s390/s390-32/getrlimit.c: Remove.
37715
88d506de
AJ
377162012-08-18 Andreas Jaeger <aj@suse.de>
37717
37718 * stdio-common/_itoa.c (_itoa): Add missing DUMMY variable.
37719
493387d2
MF
377202012-08-18 Mike Frysinger <vapier@gentoo.org>
37721
37722 * include/sys/socket.h (__have_sock_cloexec): Add attribute_hidden.
37723 * include/unistd.h (__have_sock_cloexec): Likewise.
37724 (__have_pipe2): Likewise.
37725 (__have_dup3): Likewise.
37726
a277af22
MF
377272012-08-18 Mike Frysinger <vapier@gentoo.org>
37728
37729 [BZ #9685]
37730 * include/unistd.h (__have_pipe2): Change define into an extern int.
37731 (__have_dup3): Likewise.
37732 * socket/have_sock_cloexec.c: Include fcntl.h.
37733 (__have_pipe2): New variable.
37734 (__have_dup3): Likewise.
37735
fdab8fd3
MF
377362012-08-17 Mike Frysinger <vapier@gentoo.org>
37737
37738 * sysdeps/unix/sysv/linux/nice.c: Adjust #include.
37739
31035e80
MP
377402012-08-17 Marek Polacek <polacek@redhat.com>
37741
37742 * sysdeps/ieee754/ldbl-96/s_sincosl.c (__sincosl): Use __attribute__
37743 ((unused)) on I1, which is set by GET_LDOUBLE_WORDS but never used.
37744
3bd9e993
RM
377452012-08-17 Roland McGrath <roland@hack.frob.com>
37746
c91c505f
RM
37747 * configure.in: Add AC_SUBST for sysheaders.
37748 * configure: Regenerated.
37749 * config.make.in (sysheaders): New substituted variable.
37750
7c6f9d53
RM
37751 * sysdeps/unix/mkfifo.c: Moved ...
37752 * sysdeps/posix/mkfifo.c: ... here.
37753 * sysdeps/unix/mkfifoat.c: Moved ...
37754 * sysdeps/posix/mkfifoat.c: ... here.
37755
37756 * sysdeps/unix/utime.c: Moved ...
37757 * sysdeps/posix/utime.c: ... here.
37758
37759 * sysdeps/unix/time.c: Moved ...
37760 * sysdeps/posix/time.c: ... here.
e3b398f9
RM
37761 * sysdeps/unix/sysv/linux/time.c: Adjust #include.
37762 * sysdeps/unix/sysv/linux/sparc/sparc64/time.c: Likewise.
7c6f9d53
RM
37763
37764 * sysdeps/unix/nice.c: Moved ...
37765 * sysdeps/posix/nice.c: ... here.
37766
37767 * sysdeps/unix/alarm.c: Moved ...
37768 * sysdeps/posix/alarm.c: ... here.
37769
3bd9e993
RM
37770 * intl/Makefile ($(codeset_mo)): Depend on the input file.
37771
d1f09384
JL
377722012-08-17 Jeff Law <law@redhat.com>
37773
37774 * intl/Makefile (codeset_mo): New variable.
37775 ($(codeset_mo)): New target.
37776 (tst-codeset.out): Depend on that. Remove explicit rule.
37777 (tst-gettext3.out, tst-gettext5.out): Likewise.
37778 (LOCPATH-ENV, tst-codeset-ENV): New variables.
37779 (tst-gettext3-ENV, tst-gettext5-ENV): Likewise.
37780 * intl/tst-codeset.sh: Remove.
37781 * intl/tst-gettext3.sh: Likewise.
37782 * intl/tst-gettext5.sh: Likewise.
37783
2ae1ae5c
RM
377842012-08-17 Roland McGrath <roland@hack.frob.com>
37785
c31fdb83
RM
37786 * sysdeps/unix/inet/syscalls.list: File removed. Move contents into ...
37787 * sysdeps/unix/syscalls.list: ... here.
37788
a0844057
RM
37789 * sysdeps/posix/getaddrinfo.c
37790 (save_gaiconf_mtime, check_gaiconf_mtime): New functions.
37791 (gaiconf_init, gaiconf_reload): Use them.
37792 [!_STATBUF_ST_NSEC]
37793 (gaiconf_mtime, save_gaiconf_mtime, check_gaiconf_mtime):
37794 Define using time_t rather than struct timespec.
37795
750c1f2a
RM
37796 * sysdeps/generic/malloc-machine.h (MUTEX_INITIALIZER): New macro.
37797 (atomic_full_barrier, atomic_read_barrier, atomic_write_barrier):
37798 Macros removed.
37799 * malloc/arena.c (save_malloc_hook, save_free_hook): Conditionalize on
37800 [!NO_THREADS].
37801 (malloc_atfork, free_atfork, atfork_recursive_cntr): Likewise.
37802 (ptmalloc_lock_all, ptmalloc_unlock_all, ptmalloc_unlock_all2):
37803 Likewise.
37804
2ae1ae5c
RM
37805 * elf/dl-iteratephdr.c (__dl_iterate_phdr): Use NULL rather than 0 for
37806 __libc_cleanup_push argument.
37807
e66a42f5
RM
37808 * bits/param.h: New file.
37809 * misc/sys/param.h: New file.
37810 * include/sys/param.h: New file.
37811 * misc/Makefile (headers): Add bits/param.h.
37812 * sysdeps/generic/sys/param.h: File removed.
37813 * sysdeps/unix/sysv/linux/bits/param.h: New file.
37814 * sysdeps/unix/sysv/linux/sys/param.h: File removed.
37815 * sysdeps/mach/hurd/bits/param.h: New file.
4078da3d 37816 * sysdeps/mach/hurd/sys/param.h: File removed.
e66a42f5 37817
b7c08a66
RM
37818 * elf/dl-close.c (_dl_close_worker): Add a cast and a comment to the
37819 last change.
37820
b2e1c562
RM
37821 * libio/genops.c (_IO_unbuffer_write): Conditionalize locking code on
37822 [_IO_MTSAFE_IO].
37823 * libio/libioP.h [!_IO_MTSAFE_IO && !NOT_IN_libc]
37824 (_IO_acquire_lock, _IO_acquire_lock_clear_flags2, _IO_release_lock):
37825 New macros.
37826
c75ccd4c
RM
37827 * Makeconfig [$(libc-reentrant) = yes] (libio-mtsafe): New variable.
37828 * libio/Makefile (CPPFLAGS): Append $(libio-mtsafe) unconditionally
37829 rather than -D_IO_MTSAFE_IO conditionally.
37830 * stdio-common/Makefile (CPPFLAGS): Likewise.
37831 * wcsmbs/Makefile (CPPFLAGS): Likewise.
37832 * stdlib/Makefile (CFLAGS-strfmon.c, CFLAGS-strfmon_l.c):
37833 Use $(libio-mtsafe).
37834 * debug/Makefile (CFLAGS-sprintf_chk.c): Use $(libio-mtsafe) instead
37835 of -D_IO_MTSAFE_IO.
37836 (CFLAGS-snprintf_chk.c, CFLAGS-vsprintf_chk.c): Likewise.
37837 (CFLAGS-vsnprintf_chk.c, CFLAGS-asprintf_chk.c): Likewise.
37838 (CFLAGS-vasprintf_chk.c, CFLAGS-obprintf_chk.c): Likewise.
37839 (CFLAGS-dprintf_chk.c, CFLAGS-vdprintf_chk.c): Likewise.
37840 (CFLAGS-printf_chk.c, CFLAGS-fprintf_chk.c): Likewise.
37841 (CFLAGS-vprintf_chk.c, CFLAGS-vfprintf_chk.c): Likewise.
37842 (CFLAGS-gets_chk.c, CFLAGS-fgets_chk.c): Likewise.
37843 (CFLAGS-fgets_u_chk.c, CFLAGS-fread_chk.c): Likewise.
37844 (CFLAGS-fread_u_chk.c): Likewise.
37845 (CFLAGS-swprintf_chk.c, CFLAGS-vswprintf_chk.c): Likewise.
37846 (CFLAGS-wprintf_chk.c, CFLAGS-fwprintf_chk.c): Likewise.
37847 (CFLAGS-vwprintf_chk.c, CFLAGS-vfwprintf_chk.c): Likewise.
37848 (CFLAGS-fgetws_chk.c, CFLAGS-fgetws_u_chk.c): Likewise.
37849 * grp/Makefile (CFLAGS-fgetgrent_r.c, CFLAGS-putgrent.c): Likewise.
37850 * gshadow/Makefile (CFLAGS-fgetsgent_r.c, CFLAGS-putsgent.c): Likewise.
37851 * misc/Makefile (CFLAGS-mntent_r.c): Likewise.
37852 * pwd/Makefile (CFLAGS-fgetpwent_r.c): Likewise.
37853 * shadow/Makefile (CFLAGS-fgetspent_r.c, CFLAGS-putspent.c): Likewise.
37854
37855 * libio/Makefile: Test [$(libc-reentrant) = yes]
37856 instead of [$(filter %REENTRANT, $(defines)) nonempty].
37857
37858 * Makeconfig
37859 [$(libc-reentrant) = yes] (defines): Append -D_LIBC_REENTRANT.
37860 * sysdeps/pthread/configure: File removed.
37861 * sysdeps/pthread/Makeconfig: New file.
37862 * sysdeps/mach/hurd/Makeconfig (libc-reentrant): New variable.
37863 * sysdeps/mach/hurd/configure.in: Don't touch DEFINES here.
37864
d9195db8
GB
378652012-08-16 Gary Benson <gbenson@redhat.com>
37866
37867 * elf/dl-close.c (_dl_close_worker): Also set r->r_map when
37868 unmapping the first object in a namespace.
37869
86466cd9
RM
378702012-08-16 Roland McGrath <roland@hack.frob.com>
37871
37872 * inet/getnetgrent_r.c (internal_setnetgrent): Renamed to ...
37873 (__internal_setnetgrent): ... this. Add internal_function to
37874 definition. Add libc_hidden_def.
37875 (setnetgrent): Update caller.
37876 (internal_endnetgrent): Renamed to ...
37877 (__internal_endnetgrent): ... this. Add internal_function to
37878 definition. Add libc_hidden_def.
37879 (endnetgrent): Update caller.
37880 (internal_getnetgrent_r): Renamed to ...
37881 (__internal_getnetgrent_r): ... this. Add internal_function to
37882 definition. Add libc_hidden_def.
37883 (__getnetgrent_r): Update caller.
37884 * inet/netgroup.h: Update declarations. Add libc_hidden_proto uses.
37885
c3c8283c
JM
378862012-08-16 Joseph Myers <joseph@codesourcery.com>
37887
37888 * stdlib/longlong.h: Update from GCC.
37889
db1ee0a8
RM
378902012-08-16 Roland McGrath <roland@hack.frob.com>
37891
37892 * stdlib/gmp-impl.h (udiv_qrnnd_preinv): Use __attribute__ ((unused))
37893 on _QL, which is set by umul_ppmm but never used.
37894 * stdio-common/_itoa.c (_itoa): Use __attribute__ ((unused)) on DUMMY
37895 variables, which are set by GMP macros but never used.
37896 * stdio-common/_itowa.c (_itowa): Likewise.
37897 * stdlib/divmod_1.c (mpn_divmod_1): Likewise.
37898 * stdlib/mod_1.c (mpn_mod_1): Likewise.
37899
30f69637
CD
379002012-08-16 Carlos O'Donell <carlos_odonell@mentor.com>
37901
37902 * sysdeps/sh/ldsodefs.h (ARCH_PLTENTER_MEMBERS) <sh_gnu_pltenter>:
37903 struct La_sh_regs is not constant.
37904 * sysdeps/sparc/ldsodefs.h (ARCH_PLTENTER_MEMBERS)
37905 <sparc32_gnu_pltenter, sparc64_gnu_pltenter>: struct La_sparc32_regs
37906 and struct La_sparc64_regs are not constant.
37907
93a78ac4
JM
379082012-08-16 Joseph Myers <joseph@codesourcery.com>
37909
37910 * sysdeps/unix/sysv/linux/kernel-features.h
37911 (__ASSUME_POSIX_TIMERS): Remove.
37912 * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
37913 [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
37914 * sysdeps/unix/sysv/linux/clock_getres.c [__ASSUME_POSIX_TIMERS]:
37915 Make code unconditional.
37916 [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
37917 * sysdeps/unix/sysv/linux/clock_gettime.c [__ASSUME_POSIX_TIMERS]:
37918 Make code unconditional.
37919 [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
37920 * sysdeps/unix/sysv/linux/clock_nanosleep.c
37921 [__ASSUME_POSIX_TIMERS]: Make code unconditional.
37922 [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
37923 * sysdeps/unix/sysv/linux/clock_settime.c [__ASSUME_POSIX_TIMERS]:
37924 Make code unconditional.
37925 [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
37926 [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]
37927 (__libc_missing_posix_timers): Remove.
37928
dd924cd7
RM
379292012-08-15 Roland McGrath <roland@hack.frob.com>
37930
4b4f2771
RM
37931 * elf/dl-load.c (_dl_map_object_from_fd) [SHARED]: Conditionalize
37932 check of GL(dl_error_catch_tsd) on [_LIBC_REENTRANT].
37933
601c888b
RM
37934 * bits/libc-lock.h (__rtld_lock_initialize): New macro.
37935
176790a7
RM
37936 * elf/dl-sym.c: Include <stdlib.h>.
37937
329bc018
RM
37938 * posix/regcomp.c (init_word_char): Use temporaries to hold the 64-bit
37939 constants, which avoids warnings in 32-bit builds.
37940
e04e272d
RM
37941 * bits/fcntl.h [__USE_POSIX199309 || __USE_UNIX98]:
37942 (O_DSYNC, O_RSYNC): New macros (with NetBSD values).
37943
952bf94a
RM
37944 * misc/lseek.c: File moved to ...
37945 * io/lseek.c: ... here.
37946
7c99b50a
RM
37947 * rt/clock_nanosleep.c: Include <time.h>, not <sys/time.h>.
37948
dd924cd7
RM
37949 * crypt/sha512.c (sha512_process_block) [!USE_TOTAL128]: Avoid
37950 shifting LEN more than 31 bits at once.
37951
b3f479a8
LD
379522012-08-15 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
37953
37954 [BZ #14195]
8c4ae0d4
RM
37955 * sysdeps/i386/i686/multiarch/strcmp-sssse3.S: Fix
37956 segmentation fault for a case of two empty input strings.
b3f479a8
LD
37957 * string/test-strncasecmp.c (check1): Renamed to...
37958 (bz12205): ...this.
37959 (bz14195): Add new testcase for two empty input strings and N > 0.
37960 (test_main): Call new testcase, adapt for renamed function.
37961
9c55864e
AJ
379622012-08-15 Andreas Jaeger <aj@suse.de>
37963
37964 [BZ #14090]
37965 * crypt/md5test2.c: New test, based on test supplied by Serge
37966 Belyshev <belyshev@depni.sinp.msu.ru>.
37967 * crypt/Makefile (xtests): Add md5test-giant..
37968 * crypt/Makefile ($(objpfx)md5test-giant): Add.
37969
02dcb6c5
PE
379702012-08-15 Paul Eggert <eggert@cs.ucla.edu>
37971
37972 [BZ #14090]
37973 * crypt/md5.c (md5_process_block): Don't assume the buffer
37974 length is less than 2**32.
37975 * crypt/sha512.c (sha512_process_block): Don't assume the buffer
37976 length is less than 2**64.
37977
a3f95dcc
RM
379782012-08-15 Roland McGrath <roland@hack.frob.com>
37979
be75d758
RM
37980 * string/str-two-way.h: Include <sys/param.h>.
37981 (MAX): Macro removed.
37982
7312ca90
RM
37983 * sysdeps/x86_64/multiarch/strstr-c.c: Add copyright header.
37984 Move #define and #undef of memmove to just before and after
37985 including <string.h>.
37986
9a0a5486
RM
37987 * sysdeps/x86_64/multiarch/memmove.c: Don't include <stddef.h>.
37988 [!NOT_IN_libc]: Move #define and #undef of memmove to just before
37989 and after including <string.h>. Move declarations of
37990 __memmove_sse2, __memmove_ssse3, and __memmove_ssse3_back
37991 to before #include "string/memmove.c".
37992
67cc348d
RM
37993 * include/dirent.h: Declare __getdirentries.
37994
a3f95dcc
RM
37995 * sysdeps/posix/system.c (do_system): Cast SUB_REF () to void when not
37996 using its value, to avoid warnings in the [!_LIBC_REENTRANT] case.
37997
ca98e171
MF
379982012-08-14 Mike Frysinger <vapier@gentoo.org>
37999
38000 * config.h.in (HAVE_CPP_ASM_DEBUGINFO): Delete.
38001 * sysdeps/i386/configure.in: Remove assembler-with-cpp debug check.
38002 * sysdeps/i386/configure: Regenerated.
38003 * sysdeps/i386/sysdep.h (ENTRY): Remove calls to STABS_CURRENT_FILE1,
38004 STABS_CURRENT_FILE, and STABS_FUN.
38005 (END): Remove call to STABS_FUN_END.
38006 (STABS_CURRENT_FILE1): Delete.
38007 (STABS_CURRENT_FILE): Likewise.
38008 (STABS_FUN): Likewise.
38009 (STABS_FUN_END): Likewise.
38010 (STABS_FUN2): Likewise.
38011 * sysdeps/x86_64/configure.in: Remove assembler-with-cpp debug check.
38012 * sysdeps/x86_64/configure: Regenerated.
38013
5908bf46
RM
380142012-08-14 Roland McGrath <roland@hack.frob.com>
38015
38016 * elf/dl-open.c: Include <atomic.h>.
1ec79f26 38017 * elf/dl-lookup.c: Likewise.
5908bf46 38018
f2c05b9e
JM
380192012-08-14 Joseph Myers <joseph@codesourcery.com>
38020
38021 * sysdeps/unix/sysv/linux/kernel-features.h
38022 (__ASSUME_CLONE_THREAD_FLAGS): Remove.
38023 * sysdeps/unix/sysv/linux/s390/system.c (FORK): Define
38024 unconditionally.
38025 * sysdeps/unix/sysv/linux/sparc/system.c (FORK): Define
38026 unconditionally.
38027 * sysdeps/unix/sysv/linux/system.c [!FORK] (FORK): Do not
38028 condition on __ASSUME_CLONE_THREAD_FLAGS.
38029
e11f5155
AJ
380302012-08-14 Andreas Jaeger <aj@suse.de>
38031
38032 * sysdeps/i386/fpu/libm-test-ulps: Update.
38033
51a9ba86
MK
380342012-08-13 Maxim Kuvyrkov <maxim@codesourcery.com>
38035
2fdd4f78
AJ
38036 * include/atomic.h (atomic_exchange_and_add): Split into ...
38037 (atomic_exchange_and_add_acq, atomic_exchange_and_add_rel): ... these.
38038 New atomic macros.
51a9ba86 38039
ba6cba9e
MT
380402012-08-13 Markus Trippelsdorf <markus@trippelsdorf.de>
38041
38042 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
38043
42443a47
JL
380442012-08-13 Jeff Law <law@redhat.com>
38045
38046 * manual/stdio.texi (snprintf): Clarify handling of the trailing
38047 null byte in the output string.
38048
121dce05
JM
380492012-08-10 Joseph Myers <joseph@codesourcery.com>
38050
38051 * sysdeps/unix/sysv/linux/kernel-features.h
38052 (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Define.
38053 [__LINUX_KERNEL_VERSION >= __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL]
38054 (__ASSUME_ARG_MAX_STACK_BASED): Define.
38055 * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
38056 [__LINUX_KERNEL_VERSION < 0x020617]: Change condition to
38057 !__ASSUME_ARG_MAX_STACK_BASED. Compare version with
38058 __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL.
38059
bf51f568
JL
380602012-08-09 Jeff Law <law@redhat.com>
38061
38062 [BZ #13939]
38063 * malloc.c/arena.c (reused_arena): New parameter, avoid_arena.
38064 When avoid_arena is set, don't retry in the that arena. Pick the
38065 next one, whatever it might be.
38066 (arena_get2): New parameter avoid_arena, pass through to reused_arena.
38067 (arena_lock): Pass in new parameter to arena_get2.
38068 * malloc/malloc.c (__libc_memalign): Pass in new parameter to
38069 arena_get2.
38070 (__libc_malloc): Unify retrying after main arena failure with
38071 __libc_memalign version.
38072 (__libc_valloc, __libc_pvalloc, __libc_calloc): Likewise.
38073
f85fa270
L
380742012-08-09 H.J. Lu <hongjiu.lu@intel.com>
38075
38076 [BZ #14166]
38077 * sysdeps/i386/i686/multiarch/strstr-c.c (strstr): Redefined
38078 to __redirect_strstr.
38079 (__strstr_sse42): Use typeof __redirect_strstr.
38080 (__strstr_ia32): Likewise.
38081 (__libc_strstr): New prototype.
38082 (strstr): Renamed to ...
38083 (__libc_strstr): This.
38084 (strstr): New strong alias of __libc_strstr.
38085 * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
38086 * sysdeps/unix/sysv/linux/x86_64/time.c (time): Redefined to
38087 __redirect_time.
38088 Include <time.h>.
38089 (__libc_time): New prototype.
38090 (time_ifunc): Replace time with __libc_time.
38091 (time): New strong alias and hidden definition of __libc_time.
38092 (__GI_time): Remove strong alias.
38093 * sysdeps/x86_64/multiarch/memmove.c: Don't include <string.h>.
38094 Include <stddef.h>.
38095 (memmove): Redefined to __redirect_memmove.
38096 (__memmove_sse2): Use typeof __redirect_memmove.
38097 (__memmove_ssse3): Likewise.
38098 (__memmove_ssse3_back): Likewise.
38099 (__libc_memmove): New prototype.
38100 (memmove): Renamed to ...
38101 (__libc_memmove): This.
38102 (memmove): New strong alias of __libc_memmove.
38103
33b4a91e
MS
381042012-08-08 Mark Salter <msalter@redhat.com>
38105
38106 * elf/elf.h
38107 (R_MN10300_TLS_GD): Define.
38108 (R_MN10300_TLS_LD): Likewise.
38109 (R_MN10300_TLS_LDO): Likewise.
38110 (R_MN10300_TLS_GOTIE): Likewise.
38111 (R_MN10300_TLS_IE): Likewise.
38112 (R_MN10300_TLS_LE): Likewise.
38113 (R_MN10300_TLS_DTPMOD): Likewise.
38114 (R_MN10300_TLS_DTPOFF): Likewise.
38115 (R_MN10300_TLS_TPOFF): Likewise.
38116 (R_MN10300_SYM_DIFF): Likewise.
38117 (R_MN10300_ALIGN): Likewise.
38118 (R_MN10300_NUM): Update.
38119
b36137f1
JM
381202012-08-08 Joseph Myers <joseph@codesourcery.com>
38121
38122 * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_TGKILL):
38123 Remove.
38124
cdd915fd
RM
381252012-08-08 Roland McGrath <roland@hack.frob.com>
38126
a2433aac
RM
38127 * sysdeps/posix/fdopendir.c: Include <stddef.h>.
38128
cdd915fd
RM
38129 * sysdeps/unix/sysv/linux/readdir64_r.c: Update #include for
38130 sysdeps/unix -> sysdeps/posix move.
38131 * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
38132
bf9b740a
AM
381332012-08-07 Allan McRae <allan@archlinux.org>
38134
38135 [BZ #14303]
38136 * sunrpc/rpc_main.c (SVR4_CPP): Remove.
38137 (SUNOS_CPP): Likewise.
38138 (find_cpp): Fall back to selecting system cpp when /lib/cpp is
38139 not found.
38140 (open_input): Call CPP using execvp.
38141
93df14ee
JM
381422012-08-07 Joseph Myers <joseph@codesourcery.com>
38143
38144 * sysdeps/unix/sysv/linux/kernel-features.h
38145 (__ASSUME_PROT_GROWSUPDOWN): Remove.
38146 (__ASSUME_NO_CLONE_DETACHED): Likewise.
38147 (__ASSUME_GETDENTS32_D_TYPE): Likewise.
38148 (__ASSUME_WAITID_SYSCALL): Likewise.
38149 * sysdeps/unix/sysv/linux/dl-execstack.c
38150 (_dl_make_stack_executable) [PROT_GROWSDOWN || PROT_GROWSUP]: Make
38151 code unconditional.
38152 (_dl_make_stack_executable) [!__ASSUME_PROT_GROWSUPDOWN]: Remove
38153 conditional code.
38154 * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS)
38155 [__ASSUME_GETDENTS32_D_TYPE]: Make code unconditional.
38156 (__GETDENTS) [!__ASSUME_GETDENTS32_D_TYPE]: Remove conditional
38157 code.
38158 * sysdeps/unix/sysv/linux/waitid.c [__NR_waitid]: Make code
38159 unconditional.
38160 [__ASSUME_WAITID_SYSCALL]: Likewise.
38161 [!__ASSUME_WAITID_SYSCALL]: Remove conditional code.
38162
d34689de
RM
381632012-08-07 Roland McGrath <roland@hack.frob.com>
38164
a281decc
RM
38165 * sysdeps/unix/closedir.c: Renamed to ...
38166 * sysdeps/posix/closedir.c: ... here.
38167 * sysdeps/unix/dirfd.c: Renamed to ...
38168 * sysdeps/posix/dirfd.c: ... here.
38169 * sysdeps/unix/dirstream.h: Renamed to ...
38170 * sysdeps/posix/dirstream.h: ... here.
38171 * sysdeps/unix/fdopendir.c: Renamed to ...
38172 * sysdeps/posix/fdopendir.c: ... here.
38173 * sysdeps/unix/opendir.c: Renamed to ...
38174 * sysdeps/posix/opendir.c: ... here.
38175 * sysdeps/unix/readdir.c: Renamed to ...
38176 * sysdeps/posix/readdir.c: ... here.
38177 * sysdeps/unix/readdir_r.c: Renamed to ...
38178 * sysdeps/posix/readdir_r.c: ... here.
38179 * sysdeps/unix/rewinddir.c: Renamed to ...
38180 * sysdeps/posix/rewinddir.c: ... here.
38181 * sysdeps/unix/seekdir.c: Renamed to ...
38182 * sysdeps/posix/seekdir.c: ... here.
38183 * sysdeps/unix/telldir.c: Renamed to ...
38184 * sysdeps/posix/telldir.c: ... here.
38185 * sysdeps/unix/sysv/linux/opendir.c: Update #include.
38186 * sysdeps/unix/sysv/linux/readdir64.c: Likewise.
38187 * sysdeps/unix/sysv/linux/i386/readdir64.c: Likewise.
38188 * sysdeps/unix/sysv/linux/wordsize-64/readdir.c: Likewise.
38189
22895b47
RM
38190 * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h: Renamed to ...
38191 * bits/fcntl.h: ... here.
38192
707a53b6
RM
38193 * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h (O_NOCTTY): Define to 0x8000,
38194 not 0.
38195 (O_ASYNC, O_FSYNC, O_SYNC): Move outside [__USE_MISC].
38196 [__USE_XOPEN2K8] (O_DIRECTORY, O_NOFOLLOW, O_CLOEXEC): New macros.
38197 (FCREAT, FEXCL, FTRUNC, FNOCTTY, FNONBLOCK): Macros removed.
38198 (struct flock): Move l_start, l_len to the beginning.
38199 Use __pid_t for l_pid.
38200 [__USE_XOPEN2K] (POSIX_FADV_NORMAL, POSIX_FADV_RANDOM): New macros.
38201 [__USE_XOPEN2K] (POSIX_FADV_SEQUENTIAL, POSIX_FADV_WILLNEED): Likewise.
38202 [__USE_XOPEN2K] (POSIX_FADV_DONTNEED, POSIX_FADV_NOREUSE): Likewise.
38203 (F_GETLK64, F_SETLK64, F_SETLKW64): New macros.
38204 [__USE_XOPEN2K8] (F_DUPFD_CLOEXEC): New macro.
38205 [__USE_LARGEFILE64] (struct flock64): New type.
38206 (F_GETOWN, F_SETOWN): Also define for [__USE_XOPEN2K8].
38207
f0bd3e25
RM
38208 * sysdeps/unix/bsd/bsd4.4/bits/dirent.h: Renamed to ...
38209 * bits/dirent.h: ... here.
38210
d34689de
RM
38211 * sysdeps/unix/bsd/bsd4.4/bits/dirent.h
38212 [__INO_T_MATCHES_INO64_T] (_DIRENT_MATCHES_DIRENT64): New macro.
38213
6dad2c06
JM
382142012-08-07 Joseph Myers <joseph@codesourcery.com>
38215
38216 * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
38217 Change from 2.6.0 to 2.6.16.
38218 * sysdeps/unix/sysv/linux/configure: Regenerated.
38219 * sysdeps/unix/sysv/linux/kernel-features.h
38220 (__ASSUME_POSIX_CPU_TIMERS): Define unconditionally.
38221 (__ASSUME_TGKILL): Define conditional on architectures, not kernel
38222 version.
38223 (__ASSUME_UTIMES): Likewise.
38224 (__ASSUME_CLONE_STOPPED): Remove.
38225 (__ASSUME_FADVISE64_64_SYSCALL): Define conditional on
38226 architectures, not kernel version.
38227 (__ASSUME_PROT_GROWSUPDOWN): Define unconditionally.
38228 (__ASSUME_NO_CLONE_DETACHED): Likewise.
38229 (__ASSUME_GETDENTS32_D_TYPE): Likewise.
38230 (__ASSUME_WAITID_SYSCALL): Likewise.
38231 [__sparc__ && __arch64__] (__ASSUME_STAT64_SYSCALL): Do not
38232 condition definition on __LINUX_KERNEL_VERSION >= 0x02060c.
38233 * README: State 2.6.16 as minimum Linux kernel version. Do not
38234 refer to older versions.
38235
03af9520
RM
382362012-08-06 Roland McGrath <roland@hack.frob.com>
38237
8e49df1d
RM
38238 * dirent/alphasort.c [_DIRENT_MATCHES_DIRENT64]:
38239 Define alphasort64 as an alias.
38240 * dirent/versionsort.c [_DIRENT_MATCHES_DIRENT64]:
38241 Define versionsort64 as an alias.
38242 * dirent/scandir.c [_DIRENT_MATCHES_DIRENT64]:
38243 Define scandir64 as an alias.
38244 * dirent/scandirat.c [_DIRENT_MATCHES_DIRENT64]:
38245 Define scandirat64 as an alias.
38246 * dirent/alphasort64.c (alphasort64):
38247 Conditionalize on [!_DIRENT_MATCHES_DIRENT64].
38248 * dirent/versionsort64.c: Likewise.
38249 * dirent/scandir64.c: Likewise.
38250 * dirent/scandirat64.c: Likewise.
38251 * sysdeps/wordsize-64/alphasort.c: File removed.
38252 * sysdeps/wordsize-64/alphasort64.c: File removed.
38253 * sysdeps/wordsize-64/scandir.c: File removed.
38254 * sysdeps/wordsize-64/scandir64.c: File removed.
38255 * sysdeps/wordsize-64/scandirat.c: File removed.
38256 * sysdeps/wordsize-64/scandirat64.c: File removed.
38257 * sysdeps/wordsize-64/versionsort.c: File removed.
38258 * sysdeps/wordsize-64/versionsort64.c: File removed.
38259 * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: File removed.
38260 * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: File removed.
38261 * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: File removed.
38262 * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: File removed.
38263 * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: File removed.
38264 * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: File removed.
38265 * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: File removed.
38266 * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: File removed.
38267
38268 * bits/typesizes.h [__LP64__] (__INO_T_MATCHES_INO64_T): New macros.
38269 * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
38270 [__s390x__] (__INO_T_MATCHES_INO64_T): New macro.
38271 * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
38272 [defined __arch64__ || defined __sparcv9]
38273 (__INO_T_MATCHES_INO64_T): New macro.
38274 * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
38275 [__x86_64__] (__INO_T_MATCHES_INO64_T): New macro.
38276 * bits/dirent.h (_DIRENT_MATCHES_DIRENT64): New macro.
38277 * sysdeps/unix/sysv/linux/bits/dirent.h
38278 [defined __OFF_T_MATCHES_OFF64_T && defined __INO_T_MATCHES_INO64_T]
38279 (_DIRENT_MATCHES_DIRENT64): New macro.
38280
03af9520
RM
38281 * io/lockf.c [__OFF_T_MATCHES_OFF64_T]:
38282 Define lockf64 as an alias.
38283 * libio/fseeko.c [__OFF_T_MATCHES_OFF64_T]:
38284 Define fseeko64 as an alias.
38285 * libio/ftello.c [__OFF_T_MATCHES_OFF64_T]:
38286 Define ftello64 as an alias.
38287 * libio/iofgetpos.c [__OFF_T_MATCHES_OFF64_T]:
38288 Define _IO_fgetpos64 and fgetpos64 as aliases.
38289 * libio/iofsetpos.c [__OFF_T_MATCHES_OFF64_T]:
38290 Define _IO_fsetpos64 and fsetpos64 as aliases.
38291 * io/lockf64.c [!__OFF_T_MATCHES_OFF64_T]:
38292 Conditionalize body on this.
38293 * libio/fseeko64.c: Likewise.
38294 * libio/ftello64.c: Likewise.
38295 * libio/iofgetpos64.c: Likewise.
38296 * libio/iofsetpos64.c: Likewise.
38297 * sysdeps/wordsize-64/lockf.c: File removed.
38298 * sysdeps/wordsize-64/lockf64.c: File removed.
38299 * sysdeps/wordsize-64/fseeko.c: File removed.
38300 * sysdeps/wordsize-64/fseeko64.c: File removed.
38301 * sysdeps/wordsize-64/ftello.c: File removed.
38302 * sysdeps/wordsize-64/ftello64.c: File removed.
38303 * sysdeps/wordsize-64/iofgetpos.c: File removed.
38304 * sysdeps/wordsize-64/iofgetpos64.c: File removed.
38305 * sysdeps/wordsize-64/iofsetpos.c: File removed.
38306 * sysdeps/wordsize-64/iofsetpos64.c: File removed.
38307 * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: File removed.
38308 * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: File removed.
38309 * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: File removed.
38310 * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: File removed.
38311 * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: File removed.
38312 * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: File removed.
38313 * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: File removed.
38314 * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: File removed.
38315 * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: File removed.
38316 * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: File removed.
38317
38318 * bits/typesizes.h [__LP64__] (__OFF_T_MATCHES_OFF64_T): New macro.
38319 * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
38320 [__s390x__] (__OFF_T_MATCHES_OFF64_T): New macro.
38321 * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
38322 [defined __arch64__ || defined __sparcv9]
38323 (__OFF_T_MATCHES_OFF64_T): New macro.
38324 * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
38325 [__x86_64__] (__OFF_T_MATCHES_OFF64_T): New macro.
38326 * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
38327 (__OFF_T_MATCHES_OFF64_T): New macro.
38328
c5757acd
L
383292012-08-06 H.J. Lu <hongjiu.lu@intel.com>
38330
38331 * stdlib/secure-getenv.c (__secure_getenv): Replace
38332 GLIBC_2_16 with GLIBC_2_17.
38333
3a31811e
L
383342012-08-06 H.J. Lu <hongjiu.lu@intel.com>
38335
38336 * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Removed.
38337 * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
38338
faa2bccb
DM
383392012-08-03 David S. Miller <davem@davemloft.net>
38340
38341 * sysdeps/sparc/fpu/libm-test-ulps: Update.
38342
85fe1997
JM
383432012-08-03 Joseph Myers <joseph@codesourcery.com>
38344
38345 * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_SECURE):
38346 Remove.
38347 (__ASSUME_CORRECT_SI_PID): Likewise.
38348 (__ASSUME_BRK_PAGE_ROUNDED): Likewise.
38349 (__ASSUME_TMPFS_NAME): Likewise.
38350 * sysdeps/unix/sysv/linux/dl-sysdep.c (frob_brk)
38351 [!__ASSUME_BRK_PAGE_ROUNDED]: Remove conditional code.
38352 * sysdeps/unix/sysv/linux/ldsodefs.h [__ASSUME_AT_SECURE]
38353 (HAVE_AUX_SECURE): Make definition unconditional.
38354 * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs)
38355 [!__ASSUME_TMPFS_NAME]: Remove conditional code.
38356
4f75b7a0
RM
383572012-08-03 Roland McGrath <roland@hack.frob.com>
38358
38359 * sysdeps/mach/hurd/sys/param.h (MAXSYMLINKS): Macro removed.
38360 * sysdeps/mach/hurd/bits/local_lim.h (SYMLOOP_MAX): Macro removed.
38361 * sysdeps/mach/hurd/eloop-threshold.h: New file.
38362 * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
38363 __eloop_threshold instead of SYMLOOP_MAX.
38364
38365 * sysdeps/generic/eloop-threshold.h: New file.
38366 * stdlib/canonicalize.c (__realpath): Use __eloop_threshold instead
38367 of MAXSYMLINKS.
38368 * elf/chroot_canon.c (chroot_canon): Likewise.
38369
7aab07e4
JM
383702012-08-03 Joseph Myers <joseph@codesourcery.com>
38371
38372 [BZ #13717]
38373 * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
38374 Change to 2.6.0 everywhere.
38375 * sysdeps/unix/sysv/linux/configure: Regenerated.
38376 * sysdeps/unix/sysv/linux/kernel-features.h
38377 (__ASSUME_SET_THREAD_AREA_SYSCALL): Remove.
38378 (__ASSUME_CLONE_THREAD_FLAGS): Condition on architectures, not
38379 kernel versions.
38380 (__ASSUME_POSIX_TIMERS): Define unconditionally.
38381 (__ASSUME_FUTEX_REQUEUE): Remove.
38382 (__ASSUME_STATFS64): Define unconditionally.
38383 (__ASSUME_AT_SECURE): Likewise.
38384 (__ASSUME_CORRECT_SI_PID): Likewise.
38385 (__ASSUME_TGKILL): Define without depending on kernel version for
38386 i386.
38387 (__ASSUME_UTIMES): Likewise.
38388 (__ASSUME_SWAPCONTEXT_SYSCALL): Condition on architecture, not
38389 kernel version.
38390 (__ASSUME_BRK_PAGE_ROUNDED): Define unconditionally.
38391 (__ASSUME_TMPFS_NAME): Likewise.
38392 * README: Update reference to Linux kernel versions.
38393
b67e9372
MP
383942012-08-02 Marek Polacek <polacek@redhat.com>
38395
1f529f7d 38396 [BZ# 14150]
b67e9372
MP
38397 * configure.in (libc_cv_asm_type_prefix): Remove test. Replace
38398 libc_cv_asm_type_prefix with %.
38399 * configure: Regenerated.
d2441631
RM
38400 * include/libc-symbols.h: Remove comment about
38401 ASM_TYPE_DIRECTIVE_PREFIX. Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
b67e9372
MP
38402 (declare_symbol_alias_1_paste) [__ASSEMBLER__]: Do not define.
38403 (declare_symbol_alias_1_paste_1) [__ASSEMBLER__]: Likewise.
38404 (declare_symbol_alias_1_stringify) [!__ASSEMBLER__]: Likewise.
38405 (declare_symbol_alias_1_stringify_1) [!__ASSEMBLER__]: Likewise.
38406 * elf/tst-unique2mod2.c: Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
38407 [HAVE_ASM_UNIQUE_OBJECT]: Do not define S.
38408 [HAVE_ASM_UNIQUE_OBJECT]: Do not define _S.
38409 * elf/tst-unique2mod1.c: Likewise.
38410 * elf/tst-unique1mod2.c: Likewise.
38411 * elf/tst-unique1mod1.c: Likewise.
38412 * config.h.in: Do not undef ASM_TYPE_DIRECTIVE_PREFIX.
38413 * sysdeps/s390/s390-32/sysdep.h: Do not define ASM_TYPE_DIRECTIVE.
38414 Replace ASM_TYPE_DIRECTIVE with .type.
38415 * sysdeps/s390/s390-64/sysdep.h: Likewise.
38416 * sysdeps/i386/sysdep.h: Likewise.
38417 * sysdeps/x86_64/sysdep.h: Likewise.
38418 * sysdeps/sh/sysdep.h: Likewise.
d2441631
RM
38419 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
38420 Do not define ASM_TYPE_DIRECTIVE.
b67e9372 38421 * sysdeps/powerpc/sysdep.h: Likewise.
d2441631
RM
38422 * sysdeps/powerpc/powerpc32/sysdep.h:
38423 Replace ASM_TYPE_DIRECTIVE with .type.
b67e9372
MP
38424 * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
38425 * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
38426 * sysdeps/i386/fpu/e_powf.S: Likewise.
38427 * sysdeps/i386/fpu/e_expl.S: Likewise.
38428 * sysdeps/i386/fpu/e_atanhf.S: Likewise.
38429 * sysdeps/i386/fpu/e_acosh.S: Likewise.
38430 * sysdeps/i386/fpu/e_pow.S: Likewise.
38431 * sysdeps/i386/fpu/s_asinhl.S: Likewise.
38432 * sysdeps/i386/fpu/e_acoshl.S: Likewise.
38433 * sysdeps/i386/fpu/s_expm1.S: Likewise.
38434 * sysdeps/i386/fpu/s_frexpf.S: Likewise.
38435 * sysdeps/i386/fpu/e_log2.S: Likewise.
38436 * sysdeps/i386/fpu/e_log2l.S: Likewise.
38437 * sysdeps/i386/fpu/e_scalb.S: Likewise.
38438 * sysdeps/i386/fpu/e_powl.S: Likewise.
38439 * sysdeps/i386/fpu/e_log10f.S: Likewise.
38440 * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
38441 * sysdeps/i386/fpu/e_logl.S: Likewise.
38442 * sysdeps/i386/fpu/s_cbrt.S: Likewise.
38443 * sysdeps/i386/fpu/s_frexpl.S: Likewise.
38444 * sysdeps/i386/fpu/s_expm1f.S: Likewise.
38445 * sysdeps/i386/fpu/e_log2f.S: Likewise.
38446 * sysdeps/i386/fpu/e_acoshf.S: Likewise.
38447 * sysdeps/i386/fpu/e_log.S: Likewise.
38448 * sysdeps/i386/fpu/e_scalbf.S: Likewise.
38449 * sysdeps/i386/fpu/e_logf.S: Likewise.
38450 * sysdeps/i386/fpu/e_log10l.S: Likewise.
38451 * sysdeps/i386/fpu/e_atanh.S: Likewise.
38452 * sysdeps/i386/fpu/s_asinhf.S: Likewise.
38453 * sysdeps/i386/fpu/e_log10.S: Likewise.
38454 * sysdeps/i386/fpu/s_frexp.S: Likewise.
38455 * sysdeps/i386/fpu/e_atanhl.S: Likewise.
38456 * sysdeps/i386/fpu/s_asinh.S: Likewise.
38457 * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
38458 * sysdeps/i386/fpu/e_scalbl.S: Likewise.
38459 * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Likewise.
38460 * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
38461 * sysdeps/i386/i686/strtok.S: Likewise.
38462 * sysdeps/i386/i386-mcount.S: Likewise.
38463 * sysdeps/i386/strtok.S: Likewise.
38464 * sysdeps/x86_64/fpu/e_expl.S: Likewise.
38465 * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
38466 * sysdeps/x86_64/fpu/e_powl.S: Likewise.
38467 * sysdeps/x86_64/fpu/e_logl.S: Likewise.
38468 * sysdeps/x86_64/fpu/e_expf.S: Likewise.
38469 * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
38470 * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
38471 * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
38472 * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
38473 * sysdeps/x86_64/_mcount.S: Likewise.
38474 * sysdeps/x86_64/strtok.S: Likewise.
38475 * sysdeps/sh/_mcount.S: Likewise.
38476
2747bf9a
RM
384772012-08-01 Roland McGrath <roland@hack.frob.com>
38478
38479 * libio/iofopen.c: Include <fcntl.h>.
38480 [_LIBC] [!defined O_LARGEFILE || O_LARGEFILE == 0]
38481 (_IO_fopen64, fopen64): Define as aliases.
38482 * libio/iofopen64.c: Include <fcntl.h>.
38483 [!defined _LIBC || (defined O_LARGEFILE && O_LARGEFILE != 0)]:
38484 Conditionalize body on this.
38485 * sysdeps/wordsize-64/iofopen.c: File removed.
38486 * sysdeps/wordsize-64/iofopen64.c: File removed.
38487
3fb791b8
MP
384882012-08-01 Marek Polacek <polacek@redhat.com>
38489
38490 * libc/Makeconfig: Use elf in place of binfmt-subdir.
38491 Use dlfcn directly instead of a variable.
38492 (binfmt-subdir): Do not define.
38493 (dlfcn): Likewise.
38494
a9f1039f
JM
384952012-08-01 Joseph Myers <joseph@codesourcery.com>
38496
23bddc06
JM
38497 * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_FCNTL64):
38498 Remove all definitions.
38499 * sysdeps/unix/sysv/linux/i386/fcntl.c: Do not include
38500 <kernel-features.h>.
38501 [!__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
38502 (miss_F_GETOWN_EX): Remove all definitions.
38503 [NO_CANCELLATION && !__ASSUME_FCNTL64] (__fcntl_nocancel): Remove
38504 macro definition.
38505 [!__ASSUME_FCNTL64]: Remove conditional code.
38506 [__ASSUME_FCNTL64]: Make code unconditional.
38507 * sysdeps/unix/sysv/linux/i386/lockf64.c: Do not include
38508 <kernel-features.h>.
38509 [__NR_fcntl64 && !__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
38510 (lockf64) [!__ASSUME_FCNTL64]: Remove conditional code.
38511 (lockf64) [__NR_fcntl64]: Make code unconditional.
38512 (lockf64) [__ASSUME_FCNTL64]: Likewise.
38513
a9f1039f
JM
38514 * sysdeps/unix/sysv/linux/kernel-features.h
38515 (__ASSUME_VFORK_SYSCALL): Remove all definitions.
38516 * sysdeps/unix/sysv/linux/i386/vfork.S (__vfork) [__NR_vfork]:
38517 Make code unconditional.
38518 (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
38519 (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
38520 * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S (__vfork)
38521 [__NR_vfork]: Make code unconditional.
38522 (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
38523 (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
38524 * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork)
38525 [__NR_vfork]: Make code unconditional.
38526 (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
38527 (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
38528
09c0ee5f
RM
385292012-08-01 Roland McGrath <roland@hack.frob.com>
38530
48aec5b9
RM
38531 * sysdeps/generic/sys/param.h (NGROUPS): Define only if [NGROUPS_MAX].
38532 (MAXSYMLINKS): Define only if [SYMLOOP_MAX].
38533
cd97c966
RM
38534 * misc/mkstemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
38535 Define mkstemp64 as an alias.
3f55550c
RM
38536 * misc/mkstemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
38537 Define mkstemps64 as an alias.
cd97c966
RM
38538 * misc/mkostemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
38539 Define mkostemp64 as an alias.
b8625cfc
RM
38540 * misc/mkostemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
38541 Define mkostemps64 as an alias.
cd97c966
RM
38542 * misc/mkstemp64.c [defined O_LARGEFILE && O_LARGEFILE != 0]:
38543 Conditionalize body on this.
38544 * misc/mkostemp64.c: Likewise.
b8625cfc 38545 * misc/mkostemps64.c: Likewise.
3f55550c 38546 * misc/mkstemps64.c: Likewise.
cd97c966
RM
38547 * sysdeps/wordsize-64/mkstemp64.c: File removed.
38548 * sysdeps/wordsize-64/mkostemp64.c: File removed.
38549 * sysdeps/wordsize-64/mkostemp.c: File removed.
38550 * sysdeps/wordsize-64/mkstemp.c: File removed.
38551 * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: File removed.
38552 * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: File removed.
38553 * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: File removed.
38554 * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: File removed.
38555
09c0ee5f
RM
38556 [BZ #14138]
38557 * sysdeps/unix/sysv/linux/syscalls.list: Add getrlimit/ugetrlimit line.
38558 * sysdeps/unix/sysv/linux/i386/getrlimit.c: File removed.
38559 * sysdeps/unix/sysv/linux/powerpc/getrlimit.c: File removed.
38560 * sysdeps/unix/sysv/linux/sh/getrlimit.c: File removed.
38561
38562 * sysdeps/unix/make-syscalls.sh: Emit uses of the versioned_symbol and
38563 compat_symbol macros from <shlib-compat.h> rather than the underlying
38564 default_symbol_version and symbol_version macros, so that DEFAULT
38565 lines in shlib-versions are respected.
38566 * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Likewise.
38567
7e66ee51
FW
385682012-08-01 Florian Weimer <fweimer@redhat.com>
38569
38570 * posix/unistd.h (setuid, setreuid, seteuid, setresuid):
38571 Declare with warn_unused_result.
38572 (setgid, setregid, setegid, setresgid): Likewise.
38573 * sysdeps/unix/sysv/linux/sys/fsuid.h (setfsuid, setfsgid):
38574 Likewise.
38575 * WUR-REPORT: Remove set*id functions.
38576
d2a54255
PT
385772012-07-31 Pino Toscano <toscano.pino@tiscali.it>
38578
38579 * sysdeps/mach/hurd/renameat.c: New file, mostly copied from rename.c.
38580
7ecdb005
RM
385812012-07-31 Roland McGrath <roland@hack.frob.com>
38582
b4180a5e 38583 [BZ #10191]
789bd351
RM
38584 * include/sys/socket.h (__libc_accept, __libc_accept4):
38585 Add attribute_hidden.
38586 * socket/accept4.c (__libc_accept4): Remove libc_hidden_def.
38587
40ce302d
RM
38588 * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Conditionalize
38589 use of PTR_MANGLE.
38590 * inet/getnetgrent_r.c (setup): Likewise.
38591
7ecdb005
RM
38592 * sysdeps/generic/siglist.h: Put SIGWINCH under #ifdef.
38593
e2eabb2c
DM
385942012-07-31 David S. Miller <davem@davemloft.net>
38595
38596 * sysdeps/sparc/fpu/libm-test-ulps: Update.
38597
d0419dbf
JM
385982012-07-31 Joseph Myers <joseph@codesourcery.com>
38599
38600 [BZ #13629]
38601 * math/s_clog.c (__clog): Use __log1p if larger part has absolute
38602 value between 1.0 and 2.0 and smaller part has absolute value less
38603 than 1.0.
38604 * math/s_clog10.c (__clog10): Likewise.
38605 * math/s_clog10f.c (__clog10f): Likewise.
38606 * math/s_clog10l.c (__clog10l): Likewise.
38607 * math/s_clogf.c (__clogf): Likewise.
38608 * math/s_clogl.c (__clogl): Likewise.
38609 * math/libm-test.inc (clog_test): Add more tests.
38610 (clog10_test): Likewise.
38611 * sysdeps/i386/fpu/libm-test-ulps: Update.
38612 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
38613
2bc13872
FW
386142012-07-31 Florian Weimer <fweimer@redhat.com>
38615
38616 * stdlib/tst-secure-getenv.c: Use printf for error reporting.
38617 Exit with zero in case no suitable GID is found, and write a
38618 message to standard error.
38619
bea9b193
RM
386202012-07-30 Roland McGrath <roland@hack.frob.com>
38621
38622 * sysdeps/generic/sys/param.h (MAXSYMLINKS): Define to SYMLOOP_MAX
38623 rather than to 1.
38624 (NBBY, NGROUPS, CANBSIZ, NCARGS): New macros.
38625 (MAXPATHLEN): Removed.
38626 (NOGROUP, NODEV): New macros.
38627 (setbit, clrbit, isset, isclr): New macros.
38628 (howmany, roundup, powerof2): New macros.
38629 (DEV_BSIZE): New macro.
38630
38631 * include/unistd.h: Add attribute_hidden on __libc_pwrite64.
38632 * sysdeps/posix/pwrite64.c: Remove libc_hidden_def (__libc_pwrite64).
38633
38634 * sysdeps/ieee754/k_standard.c (__kernel_standard_l): Conditionalize
38635 definition on [!__NO_LONG_DOUBLE_MATH].
38636
38637 * nss/nsswitch.c (__nss_lookup_function): Conditionalize use of
38638 PTR_MANGLE and PTR_DEMANGLE.
38639
38640 * socket/accept4.c (accept4): Rename to __libc_accept4.
38641 Define accept4 as a weak alias.
38642
38643 * sysdeps/posix/getcwd.c (__getcwd): Conditionalize d_type field use
38644 on [_DIRENT_HAVE_D_TYPE].
38645 * io/ftw.c (ftw_dir): Likewise.
38646
38647 * io/xmknod.c (__xmknod): Don't check PATH for being null.
38648
38649 * libio/genops.c (flush_cleanup): Move inside [_IO_MTSAFE_IO].
38650
38651 * bits/signum.h (SIGSTOP, SIGCONT, SIGTSTP, SIGTTIN, SIGTTOU, SIGCHLD):
38652 Use the BSD numbers rather than the arbitrary ones we had.
38653 (SIGBUS, SIGIO, SIGPOLL, SIGPROF, SIGSYS): New macros.
38654 (SIGTRAP, SIGURG, SIGUSR1, SIGUSR2, SIGVTALRM): New macros.
38655 (SIGXCPU, SIGXFSZ): New macros.
38656 (_NSIG): Now 32.
38657
38658 * elf/rtld.c (_rtld_global): Conditionalize .dl_ns[LM_ID_BASE]
38659 initializer on [_LIBC_REENTRANT].
38660
38661 * iconv/iconv_charmap.c (charmap_conversion): Move ST, ADDR
38662 definitions inside [_POSIX_MAPPED_FILES].
38663
38664 * posix/regex.c: Include <sys/param.h> for MIN/MAX.
38665
38666 * dirent/opendir.c: Include <fcntl.h>.
38667
38668 * bits/libc-lock.h (__libc_setspecific): Evaluate arguments.
38669 (__libc_getspecific): Likewise.
38670 (__libc_key_create): Likewise.
38671
38672 * stdio-common/tmpfile64.c: Include <fcntl.h> first.
38673 [defined O_LARGEFILE && O_LARGEFILE != 0]: Conditionalize on this.
38674 * stdio-common/tmpfile.c [!defined O_LARGEFILE || O_LARGEFILE == 0]
38675 (tmpfile64): Define as alias.
38676 * sysdeps/wordsize-64/tmpfile.c: File removed.
38677 * sysdeps/wordsize-64/tmpfile64.c: File removed.
38678 * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: File removed.
38679 * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: File removed.
38680
38681 * stdio-common/vfscanf.c: Include <stdbool.h>.
38682 * nss/makedb.c: Likewise.
38683 * stdio-common/_i18n_number.h: Likewise.
38684 * argp/argp-help.c: Likewise.
38685 * posix/wordexp.c: Likewise.
38686 * sysdeps/posix/spawni.c: Likewise.
38687 * nss/nss_files/files-initgroups.c: Likewise.
38688 * stdio-common/reg-modifier.c: Include <stdlib.h>.
38689 * nss/nss_files/files-initgroups.c: Likewise.
38690 * nss/nss_db/db-netgrp.c: Likewise.
38691 * nss/nss_db/db-initgroups.c: Likewise.
38692 * io/fchmodat.c: Include <sys/stat.h>.
38693
38694 * sysdeps/generic/ldsodefs.h (struct rtld_global): Use
38695 __rtld_lock_define_recursive macro instead of __rtld_lock_recursive_t.
38696
38697 * intl/loadmsgcat.c (_nl_load_domain): Don't use MAP_FAILED outside of
38698 [HAVE_MMAP].
38699
38700 * bits/stat.h: Fix inclusion guard to accept _FCNTL_H too.
38701 Add multiple inclusion protection.
38702
e5abc686
DM
387032012-07-27 David S. Miller <davem@davemloft.net>
38704
38705 * sysdeps/sparc/fpu/libm-test-ulps: Update.
38706
815e6fa3
GB
387072012-07-27 Gary Benson <gbenson@redhat.com>
38708
38709 [BZ #14298]
38710 * elf/rtld.c: Include <stap-probe.h>.
38711 (dl_main): Added static probes "init_start" and "init_complete".
38712 * elf/dl-load.c: Include <stap-probe.h>.
38713 (lose): Take new parameter "nsid".
38714 Added static probe "map_failed".
38715 (_dl_map_object_from_fd): Pass namespace id to lose.
38716 Added static probe "map_start".
38717 (open_verify): Pass namespace id to lose.
38718 * elf/dl-open.c: Include <stap-probe.h>.
38719 (dl_open_worker) Added static probes "map_complete", "reloc_start"
38720 and "reloc_complete".
38721 * elf/dl-close.c: Include <stap-probe.h>.
38722 (_dl_close_worker): Added static probes "unmap_start" and
38723 "unmap_complete".
38724 * elf/rtld-debugger-interface.txt: New file documenting the above.
38725
9f98c16c
RM
387262012-07-26 Roland McGrath <roland@hack.frob.com>
38727
38728 * sunrpc/rpc_hout.c (pdeclaration): Call f_print with a "%s" format
38729 rather than a string variable.
38730 * sunrpc/rpc_main.c (h_output): Likewise.
38731 * sunrpc/rpc_svcout.c (write_real_program): Likewise.
38732
f3c22df3
PT
387332012-07-26 Pino Toscano <toscano.pino@tiscali.it>
38734
38735 * inet/check_native.c: New file.
38736
3129cfc6
JM
387372012-07-26 Joseph Myers <joseph@codesourcery.com>
38738
da865e95
JM
38739 [BZ #13629]
38740 * math/s_clog.c (__clog): Use __log1p or direct log1p calculation
38741 if larger part has absolute value 1.0.
38742 * math/s_clog10.c (__clog10): Likewise.
38743 * math/s_clog10f.c (__clog10f): Likewise.
38744 * math/s_clog10l.c (__clog10l): Likewise.
38745 * math/s_clogf.c (__clogf): Likewise.
38746 * math/s_clogl.c (__clogl): Likewise.
38747 * math/libm-test.inc (clog_test): Add more tests.
38748 (clog10_test): Likewise.
38749 * sysdeps/i386/fpu/libm-test-ulps: Update.
38750 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
38751
3129cfc6
JM
38752 * elf/tst-auditmod1.c (pltenter): Remove all definitions of macro.
38753 (pltexit): Likewise.
38754 (La_regs): Likewise.
38755 (La_retval): Likewise.
38756 (int_retval): Likewise.
38757 Update #error for removed macros to refer only to definitions in
38758 tst-audit.h.
38759 * elf/tst-auditmod3b.c (pltenter): Remove all definitions of
38760 macro.
38761 (pltexit): Likewise.
38762 (La_regs): Likewise.
38763 (La_retval): Likewise.
38764 (int_retval): Likewise.
38765 * elf/tst-auditmod4b.c (pltenter): Remove all definitions of
38766 macro.
38767 (pltexit): Likewise.
38768 (La_regs): Likewise.
38769 (La_retval): Likewise.
38770 (int_retval): Likewise.
38771 * elf/tst-auditmod5b.c (pltenter): Remove all definitions of
38772 macro.
38773 (pltexit): Likewise.
38774 (La_regs): Likewise.
38775 (La_retval): Likewise.
38776 (int_retval): Likewise.
38777 * elf/tst-auditmod6b.c (pltenter): Remove all definitions of
38778 macro.
38779 (pltexit): Likewise.
38780 (La_regs): Likewise.
38781 (La_retval): Likewise.
38782 (int_retval): Likewise.
38783 * elf/tst-auditmod6c.c (pltenter): Remove all definitions of
38784 macro.
38785 (pltexit): Likewise.
38786 (La_regs): Likewise.
38787 (La_retval): Likewise.
38788 (int_retval): Likewise.
38789 * elf/tst-auditmod7b.c (pltenter): Remove all definitions of
38790 macro.
38791 (pltexit): Likewise.
38792 (La_regs): Likewise.
38793 (La_retval): Likewise.
38794 (int_retval): Likewise.
38795 * sysdeps/generic/tst-audit.h: Update comment to refer only to
38796 macro definitions in tst-audit.h.
38797 * sysdeps/i386/tst-audit.h: New file.
38798 * sysdeps/powerpc/powerpc32/tst-audit.h: Likewise.
38799 * sysdeps/powerpc/powerpc64/tst-audit.h: Likewise.
38800 * sysdeps/s390/s390-32/tst-audit.h: Likewise.
38801 * sysdeps/s390/s390-64/tst-audit.h: Likewise.
38802 * sysdeps/sh/tst-audit.h: Likewise.
38803 * sysdeps/sparc/sparc32/tst-audit.h: Likewise.
38804 * sysdeps/sparc/sparc64/tst-audit.h: Likewise.
38805 * sysdeps/x86_64/tst-audit.h: Likewise.
38806
bfc07087
AJ
388072012-07-26 Andreas Jaeger <aj@suse.de>
38808
b1b2aaf8
AJ
38809 * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Add __THROW for
38810 ptrace.
38811
38812 * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes): Add
38813 new value PTRACE_EVENT_SECCOMP from Linux 3.5.
38814 (__ptrace_setoptions): Add new value PTRACE_O_TRACESECCOMP, adjust
38815 PTRACE_O_MASK.
38816 * sysdeps/unix/sysv/linux/s390/bits/ptrace.h: Likewise.
38817 * sysdeps/unix/sysv/linux/sparc/bits/ptrace.h: Likewise.
38818 * sysdeps/unix/sysv/linux/powerpc/bits/ptrace.h: Likewise.
38819
bfc07087
AJ
38820 * sysdeps/unix/sysv/linux/sys/epoll.h (EPOLLWAKEUP): Add new
38821 value.
38822
38823 * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add
38824 _sigsys.
38825 (si_call_addr, si_syscall, si_arch): Define new macro.
38826 * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Add
38827 _sigsys.
38828 (si_call_addr, si_syscall, si_arch): Define new marcro.
38829 * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (siginfo_t): Add
38830 _sigsys.
38831 (si_call_addr, si_syscall, si_arch): Define new macro.
38832 * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (struct): Add
38833 _sigsys.
38834 (si_call_addr, si_syscall, si_arch): Define new macro.
38835
89b4b02f
JM
388362012-07-25 Joseph Myers <joseph@codesourcery.com>
38837
38838 [BZ #13717]
38839 * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
38840 Change to 2.4.21 where previously 2.4.1.
38841 * sysdeps/unix/sysv/linux/configure: Regenerated.
38842 * sysdeps/unix/sysv/linux/kernel-features.h [(__powerpc__ ||
38843 __sh__) && !__powerpc64__] (__ASSUME_FCNTL64): Do not condition on
38844 Linux kernel version.
38845 (__ASSUME_STD_AUXV): Remove.
38846 [__powerpc__] (__ASSUME_VFORK_SYSCALL): Do not condition on Linux
38847 kernel version.
38848 [__powerpc__ && !__powerpc64] (__ASSUME_MMAP2_SYSCALL): Likewise.
38849 (__ASSUME_NEW_PRCTL_SYSCALL): Remove.
38850 (__ASSUME_FIXED_CLONE_SYSCALL): Likewise.
38851 (__ASSUME_NEW_RT_SIGRETURN_SYSCALL): Likewise.
38852 (__ASSUME_NETLINK_SUPPORT): Likewise.
38853 * nscd/gai.c [NEED_NETLINK && __ASSUME_NETLINK_SUPPORT == 0]
38854 (__no_netlink_support): Remove conditional definition.
38855 * sysdeps/unix/sysv/linux/check_pf.c (__no_netlink_support):
38856 Remove.
38857 (__check_pf) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
38858 [__ASSUME_NETLINK_SUPPORT]: Make code unconditional.
38859 * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_NETLINK_SUPPORT]
38860 (if_nameindex_ioctl): Remove.
38861 (if_nameindex_netlink): Do not handle __no_netlink_support.
38862 (if_nameindex) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
38863 code.
38864 * sysdeps/unix/sysv/linux/ifaddrs.c [!__ASSUME_NETLINK_SUPPORT]:
38865 Remove conditional code.
38866 (__netlink_open) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
38867 code.
38868 (getifaddrs_internal) [__ASSUME_NETLINK_SUPPORT]: Make code
38869 unconditional.
38870 [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
38871 [__ASSUME_NETLINK_SUPPORT] (freeifaddrs): Make code unconditional.
38872 * sysdeps/unix/sysv/linux/netlinkaccess.h (__no_netlink_support):
38873 Remove.
38874 * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
38875 [!__ASSUME_STD_AUXV]: Remove conditional code.
38876 * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S (__clone)
38877 [!__ASSUME_FIXED_CLONE_SYSCALL]: Remove conditional code.
38878 [__ASSUME_FIXED_CLONE_SYSCALL]: Make code unconditional.
38879 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c
38880 [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_mask_handler): Remove.
38881 (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
38882 code.
38883 [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
38884 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
38885 [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_nomask_handler): Remove.
38886 (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
38887 conditional code.
38888 [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
38889 * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
38890 (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
38891 code.
38892 * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
38893 (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
38894 conditional code.
38895 * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S
38896 (__novec_getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
38897 code unconditional.
38898 (__novec_getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
38899 conditional code.
38900 (__getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
38901 unconditional.
38902 (__getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
38903 conditional code.
38904 * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
38905 (__makecontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
38906 unconditional.
38907 (__makecontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
38908 conditional code.
38909 * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S
38910 (__novec_setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
38911 code unconditional.
38912 (__novec_setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
38913 conditional code.
38914 (__setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
38915 unconditional.
38916 (__setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
38917 conditional code.
38918 * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
38919 (__novec_swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
38920 code unconditional.
38921 (__novec_swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
38922 conditional code.
38923 (__swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
38924 unconditional.
38925 (__swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
38926 conditional code.
38927
842a39cd
AS
389282012-07-25 Andreas Schwab <schwab@linux-m68k.org>
38929
38930 * sysdeps/unix/sysv/linux/i386/accept4.S: Remove pseudo_end label.
38931 * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: Likewise.
38932 * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
38933 * sysdeps/unix/sysv/linux/i386/epoll_pwait.S: Likewise.
38934 * sysdeps/unix/sysv/linux/i386/getcontext.S: Likewise.
38935 * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
38936 * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
38937 * sysdeps/unix/sysv/linux/i386/semtimedop.S: Likewise.
38938 * sysdeps/unix/sysv/linux/i386/setcontext.S: Likewise.
38939 * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
38940 * sysdeps/unix/sysv/linux/i386/swapcontext.S: Likewise.
38941 * sysdeps/unix/sysv/linux/i386/syscall.S: Likewise.
38942 * sysdeps/unix/sysv/linux/i386/sysdep.h (PSEUDO): Likewise.
38943 * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
38944 * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise.
38945 * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Likewise.
38946 * sysdeps/unix/sysv/linux/x86_64/setcontext.S: Likewise.
38947 * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Likewise.
38948 * sysdeps/unix/sysv/linux/x86_64/syscall.S: Likewise.
38949 * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PSEUDO): Likewise.
38950 * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: Likewise.
38951 * sysdeps/unix/sysv/linux/x86_64/vfork.S: Likewise.
38952 * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
38953
84b3fd84
FW
389542012-07-25 Florian Weimer <fweimer@redhat.com>
38955
38956 * Versions.def: Add GLIBC_2.17.
84b3fd84
FW
38957 * stdlib/stdlib.h: Rename __secure_getenv to secure_getenv.
38958 * include/stdlib.h: Rename __secure_getenv to secure_getenv.
38959 Introduce __libc_secure_getenv.
0c7936d5
FW
38960 * stdlib/Versions (2.17): Add secure_getenv
38961 (GLIBC_PRIVATE): Add __libc_secure_getenv.
38962 * stdlib/secure-getenv.c: Rename __secure_getenv to
38963 __libc_secure_getenv. Add secure_getenv alias. Add compatibility
38964 symbol __secure_getenv for GLIBC_2.0.
84b3fd84
FW
38965 * stdlib/tst-secure-getenv.c: New.
38966 * stdlib/Makefile (tests): Add testcase.
84b3fd84
FW
38967 * manual/startup.texi (Environment Access): Document
38968 secure_getenv.
84b3fd84
FW
38969 * hesiod/hesiod.c (hesiod_init): Rename __secure_getenv to
38970 __libc_secure_getenv.
38971 * inet/ruserpass.c (ruserpass): Likewise.
38972 * malloc/mtrace.c (mtrace): Likewise.
38973 * sysdeps/mach/hurd/tmpfile.c (__tmpfile): Likewise.
0c7936d5 38974 * sysdeps/posix/libc_fatal.c (__libc_fatal): Likewise.
84b3fd84
FW
38975 * sysdeps/posix/sysconf.c (__sysconf__check_spec): Likewise.
38976 * sysdeps/posix/tempname.c: Likewise. Evaluate
38977 HAVE_SECURE_GETENV.
38978 * sysdeps/unix/sysv/linux/libc_fatal.c (__libc_message): Rename
0c7936d5 38979 __secure_getenv to __libc_secure_getenv.
84b3fd84 38980 * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add secure_getenv.
84b3fd84
FW
38981 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
38982 Likewise.
38983 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
38984 Likewise.
38985 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
38986 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
38987 * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
38988 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
38989 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
38990 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
38991 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
84b3fd84 38992
56e49b71
JM
389932012-07-25 Joseph Myers <joseph@codesourcery.com>
38994
38995 * sysdeps/generic/ldsodefs.h (struct La_i86_regs): Remove.
38996 (struct La_i86_retval): Likewise.
38997 (struct La_x86_64_regs): Likewise.
38998 (struct La_x86_64_retval): Likewise.
38999 (struct La_x32_regs): Likewise.
39000 (struct La_x32_retval): Likewise.
39001 (struct La_ppc32_regs): Likewise.
39002 (struct La_ppc32_retval): Likewise.
39003 (struct La_ppc64_regs): Likewise.
39004 (struct La_ppc64_retval): Likewise.
39005 (struct La_sh_regs): Likewise.
39006 (struct La_sh_retval): Likewise.
39007 (struct La_s390_32_regs): Likewise.
39008 (struct La_s390_32_retval): Likewise.
39009 (struct La_s390_64_regs): Likewise.
39010 (struct La_s390_64_retval): Likewise.
39011 (struct La_sparc32_regs): Likewise.
39012 (struct La_sparc32_retval): Likewise.
39013 (struct La_sparc64_regs): Likewise.
39014 (struct La_sparc64_retval): Likewise.
39015 (struct audit_ifaces): Remove architecture-specific pltenter and
39016 pltexit members.
39017 * sysdeps/i386/ldsodefs.h: New file.
39018 * sysdeps/powerpc/ldsodefs.h: Likewise.
39019 * sysdeps/s390/ldsodefs.h: Likewise.
39020 * sysdeps/sh/ldsodefs.h: Likewise.
39021 * sysdeps/sparc/ldsodefs.h: Likewise.
39022 * sysdeps/x86_64/ldsodefs.h: Likewise.
39023
354691b7
MP
390242012-07-25 Marek Polacek <polacek@redhat.com>
39025
39026 [BZ #6808]
39027 * math/libm-test.inc (yn_test): Add another test.
39028 * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Set errno
39029 to ERANGE when the result is +-Inf.
39030 * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
39031 * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_ynf): Likewise.
39032 * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Likewise.
39033 * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_yn): Likewise.
39034
bf9e2071
JM
390352012-07-24 Joseph Myers <joseph@codesourcery.com>
39036
39037 * conform/data/time.h-data (NULL): Use macro-constant. Require
39038 equal to 0.
39039 (CLOCKS_PER_SEC): Use macro instead of constant. Specify type as
39040 clock_t.
39041 [ISO11] (TIME_UTC): Use macro-int-constant. Require value > 0.
39042
57633811
TS
390432012-07-23 Thomas Schwinge <thomas@codesourcery.com>
39044
39045 * configure.in <sysdeps resolving>: Correct printing
39046 Implies_before.
39047 * configure: Regenerate.
39048
c23c33b0
TS
390492012-07-22 Thomas Schwinge <thomas@codesourcery.com>
39050
39051 * math/w_ilogb.c: Include <limits.h>.
39052 * math/w_ilogbl.c: Likewise.
39053
b5982523
JM
390542012-07-20 Joseph Myers <joseph@codesourcery.com>
39055
39056 * manual/lang.texi (__va_copy): Document primarily as ISO C99
39057 va_copy. Document allowing for unavailable va_copy only as
39058 pre-C99 compatibility.
39059 * manual/string.texi (Copying and Concatenation): Use va_copy
39060 instead of __va_copy in concat example.
39061
ac4ea442
PT
390622012-07-20 Pino Toscano <toscano.pino@tiscali.it>
39063
39064 * sysdeps/mach/hurd/sendto.c (create_address_port): New subroutine.
39065 (__sendto): Use create_address_port. Initialize APORT and deallocate
39066 it if not null.
39067
f98eafbd
PT
39068 * sysdeps/mach/hurd/llistxattr.c: New file, copied from listxattr.c
39069 with O_NOLINK passed to __file_name_lookup.
39070
898c7aab
PT
39071 * sysdeps/mach/hurd/lremovexattr.c: New file, copied from removexattr.c
39072 with O_NOLINK passed to __file_name_lookup.
39073
0ced335a
PT
39074 * sysdeps/mach/hurd/getgroups.c: Return -1 and set EINVAL for
39075 negative N or less than NGIDS.
39076
b3404dbd
PT
39077 * sysdeps/mach/hurd/getlogin_r.c: Make LOGIN non-static and change its
39078 type to string_t. Set ERANGE as errno and return it if NAME is not big
39079 enough. Use memcpy instead of strncpy.
39080
0f48659e
JM
390812012-07-20 Joseph Myers <joseph@codesourcery.com>
39082
39083 * elf/Makefile (check-data): Remove.
39084 (localplt.data): New vpath directive.
39085 ($(objpfx)check-localplt.out): Use localplt.data from vpath
39086 instead of $(check-data).
39087 * scripts/data/localplt-generic.data: Move to ...
39088 * sysdeps/generic/localplt.data: ... here.
39089 * scripts/data/localplt-i386-linux-gnu.data: Move to ...
39090 * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: ... here.
39091 * scripts/data/localplt-powerpc-linux-gnu.data: Move to ...
39092 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
39093 ... here.
39094 * scripts/data/localplt-powerpc64-linux-gnu.data: Move to ...
39095 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
39096 ... here.
39097 * scripts/data/localplt-s390-linux-gnu.data: Move to ...
39098 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data:
39099 ... here.
39100 * scripts/data/localplt-s390x-linux-gnu.data: Move to ...
39101 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
39102 ... here.
39103 * scripts/data/localplt-sparc-linux-gnu.data: Move to ...
39104 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data:
39105 ... here.
39106 * scripts/data/localplt-sparc64-linux-gnu.data: Move to ...
39107 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data:
39108 ... here.
39109
d37cbdaa
AZ
391102012-07-19 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
39111
39112 * sysdeps/powerpc/tls-macros.h: Split PowerPC definitions in
39113 PPC32 and PPC64 files.
39114 * sysdeps/powerpc/powerpc32/tls-macros.h: New file.
39115 * sysdeps/powerpc/powerpc64/tls-macros.h: Likewise.
39116
46f85fc2
AK
391172012-07-19 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
39118
39119 * sysdeps/unix/sysv/linux/s390/s390-32/makecontext.c: Move
39120 __makecontext_ret to ...
39121 * sysdeps/unix/sysv/linux/s390/s390-32/__makecontext_ret.S:
39122 ... here and call exit if uc_link is NULL. New file.
39123 * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Add
39124 __makecontext_ret.S.
39125 * sysdeps/unix/sysv/linux/s390/s390-64/makecontext.c: Move
39126 __makecontext_ret to ...
39127 * sysdeps/unix/sysv/linux/s390/s390-64/__makecontext_ret.S:
39128 ... here and call exit if uc_link is NULL. New file.
39129 * sysdeps/unix/sysv/linux/s390/s390-64/Makefile: Add
39130 __makecontext_ret.S.
39131
08f43f9b
AK
391322012-07-19 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
39133
39134 * elf/elf.h (R_390_IRELATIVE): New definition.
39135 * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Invoke the
39136 resolver function for IFUNC symbols. Support R_390_IRELATIVE.
39137 (elf_machine_lazy_rel): Support R_390_IRELATIVE.
39138 * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
39139 (elf_machine_lazy_rel): Likewise.
39140 * sysdeps/s390/dl-irel.h: New file.
39141 * sysdeps/s390/s390-64/memcpy.S: New asm code.
39142 * sysdeps/s390/s390-64/memset.S: New asm code.
39143 * sysdeps/s390/s390-64/memcmp.S: New asm code.
39144 * sysdeps/s390/s390-64/multiarch/memset.S: New file.
39145 * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: New file.
39146 * sysdeps/s390/s390-64/multiarch/memcmp.S: New file.
39147 * sysdeps/s390/s390-64/multiarch/memcpy.S: New file.
39148 * sysdeps/s390/s390-64/multiarch/Makefile: New file.
39149 * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: New file.
39150 * sysdeps/s390/s390-32/multiarch/Makefile: New file.
39151 * sysdeps/s390/s390-32/multiarch/memcmp.S: New file.
39152 * sysdeps/s390/s390-32/multiarch/memcpy.S: New file.
39153 * sysdeps/s390/s390-32/multiarch/memset.S: New file.
39154 * sysdeps/s390/s390-32/memcpy.S: New asm code.
39155 * sysdeps/s390/s390-32/memset.S: New asm code.
39156 * sysdeps/s390/s390-32/memcmp.S: New asm code.
39157
3b05db33
MP
391582012-07-17 Marek Polacek <polacek@redhat.com>
39159
39160 [BZ #14349]
39161 * sysdeps/s390/s390-32/configure.in: Remove TLS check.
39162 * sysdeps/s390/s390-64/configure.in: Likewise.
39163 * sysdeps/sparc/configure.in: Likewise.
39164 * sysdeps/powerpc/powerpc32/configure.in: Likewise.
39165 * sysdeps/powerpc/powerpc64/configure.in: Likewise.
39166 * sysdeps/i386/configure.in: Likewise.
39167 * sysdeps/x86_64/configure.in: Likewise.
39168 * sysdeps/sh/configure.in: Likewise.
39169 * sysdeps/s390/s390-32/configure: Regenerated.
39170 * sysdeps/s390/s390-64/configure: Likewise.
39171 * sysdeps/x86_64/configure: Likewise.
39172 * sysdeps/sh/configure: Likewise.
39173 * sysdeps/powerpc/powerpc64/configure: Likewise.
39174 * sysdeps/powerpc/powerpc32/configure: Likewise.
39175 * sysdeps/sparc/configure: Likwise.
39176 * sysdeps/i386/configure: Likewise.
39177
a66877c6
MP
39178 * elf/dl-open.c: Comment fixes.
39179
cfc82fd8
JM
391802012-07-17 Joseph Myers <joseph@codesourcery.com>
39181
bd29910a
JM
39182 * Makefile [CXX] (check-data): Remove.
39183 [CXX] (c++-types.data): New vpath directive.
39184 [CXX] ($(objpfx)c++-types-check.out): Use c++-types.data from
39185 vpath. Do not allow for C++ type data being missing.
39186 * scripts/data/c++-types-alpha-linux-gnu.data: Move to
39187 ports/sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data.
39188 * scripts/data/c++-types-ia64-linux-gnu.data: Move to
39189 ports/sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data.
39190 * scripts/data/c++-types-i386-linux-gnu.data: Move to ...
39191 * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: ... here.
39192 * scripts/data/c++-types-powerpc-linux-gnu.data: Move to ...
39193 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
39194 ... here.
39195 * scripts/data/c++-types-powerpc64-linux-gnu.data: Move to ...
39196 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
39197 ... here.
39198 * scripts/data/c++-types-s390-linux-gnu.data: Move to ...
39199 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data:
39200 ... here.
39201 * scripts/data/c++-types-s390x-linux-gnu.data: Move to ...
39202 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data:
39203 ... here.
39204 * scripts/data/c++-types-sparc-linux-gnu.data: Move to ...
39205 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data:
39206 ... here.
39207 * scripts/data/c++-types-sparc64-linux-gnu.data: Move to ...
39208 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data:
39209 ... here.
39210 * scripts/data/c++-types-x32-linux-gnu.data: Move to ...
39211 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data:
39212 ... here.
39213 * scripts/data/c++-types-x86_64-linux-gnu.data: Move to ...
39214 * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: ... here.
39215
cfc82fd8
JM
39216 * elf/tls-macros.h (TLS_LE): Move architecture-specific
39217 definitions to architecture-specific files.
39218 (TLS_IE): Likewise.
39219 (TLS_LD): Likewise.
39220 (TLS_GD): Likewise.
39221 * sysdeps/i386/tls-macros.h: New file.
39222 * sysdeps/powerpc/tls-macros.h: Likewise.
39223 * sysdeps/s390/s390-32/tls-macros.h: Likewise.
39224 * sysdeps/s390/s390-64/tls-macros.h: Likewise.
39225 * sysdeps/sh/tls-macros.h: Likewise.
39226 * sysdeps/sparc/sparc32/tls-macros.h: Likewise.
39227 * sysdeps/sparc/sparc64/tls-macros.h: Likewise.
39228 * sysdeps/x86_64/tls-macros.h: Likewise.
39229
f7db3170
TS
392302012-07-17 Thomas Schwinge <thomas@codesourcery.com>
39231
07cbfc23
TS
39232 * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Preserve
39233 zero value for regular exit case.
39234
f7db3170
TS
39235 * sysdeps/unix/sysv/linux/x86_64/__start_context.S
39236 (__start_context): Preserve zero value for regular exit case.
39237
dc97c227
TS
392382012-07-17 Thomas Schwinge <thomas@codesourcery.com>
39239 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
39240
39241 * manual/setjmp.texi (setcontext): Clarify normal process
39242 termination when uc_link is the null pointer.
39243 * stdlib/tst-makecontext.c (cf): Exercise this: remove explicit
39244 exit call.
39245
d0cd7d02
AS
392462012-07-16 Andreas Schwab <schwab@linux-m68k.org>
39247
39248 * stdlib/bug-getcontext.c (do_test): Don't test FE_ALL_EXCEPT in
39249 preprocessor. Test for each exception mask separately.
39250
dd318934
AJ
392512012-07-16 Andreas Jaeger <aj@suse.de>
39252
39253 * po/ru.po: Update from translation team.
39254
8048311a
JM
392552012-07-15 Joseph Myers <joseph@codesourcery.com>
39256
39257 * conform/data/string.h-data (NULL): Use macro-constant. Require
39258 equal to 0.
39259 [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
39260 (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
39261 (wcs*): Change to wcs[abcdefghijklmnopqrstuvwxyz]*.
39262 (mem[abcdefghijklmnopqrstuvwxyz]*): Allow.
39263 [ISO || ISO99 || ISO11] (*_t): Do not allow.
39264
b637d46e
AJ
392652012-07-13 Andreas Jaeger <aj@suse.de>
39266
39267 * po/fr.po: Update from translation team.
39268
541428fe
MP
392692012-07-12 Marek Polacek <polacek@redhat.com>
39270
39271 [BZ #14173]
39272 * math/libm-test.inc (yn_test): Add test for BZ #14173.
39273 * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Correct
39274 loop condition.
39275
ec332e94
JM
392762012-07-12 Joseph Myers <joseph@codesourcery.com>
39277
39278 [BZ #13717]
39279 * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
39280 Change to 2.4.1 where previously 2.4.0.
39281 * sysdeps/unix/sysv/linux/configure: Regenerated.
39282 * sysdeps/unix/sysv/linux/kernel-features.h [!__sh__]
39283 (__ASSUME_ST_INO_64_BIT): Do not condition definition on kernel
39284 version.
39285 [__i386__ || __sparc__] (__ASSUME_FCNTL64): Likewise.
39286 (__ASSUME_AT_CLKTCK): Remove.
39287 (__ASSUME_AT_PAGESIZE): Likewise.
39288 (__ASSUME_AT_XID): Likewise.
39289 (__ASSUME_GETDENTS64_SYSCALL): Define unconditionally.
39290 [__i386__] (__ASSUME_VFORK_SYSCALL): Define unconditionally.
39291 * sysdeps/unix/sysv/linux/ldsodefs.h (HAVE_AUX_XID): Define
39292 unconditionally.
39293 (HAVE_AUX_PAGESIZE): Likewise.
39294 * sysdeps/unix/sysv/linux/prof-freq.c (__profile_frequency)
39295 [__ASSUME_AT_CLKTCK]: Make code unconditional.
39296 [!__ASSUME_AT_CLKTCK]: Remove conditional code.
39297
7b6e99be
JB
392982012-07-12 Jeroen van Bemmel <jvb127@gmail.com>
39299
39300 [BZ #14307]
39301 * sysdeps/posix/getaddrinfo.c (gaih_inet): Increase the size of
39302 the temporary buffer used to invoke __gethostbyname2_r,
39303 __gethostbyaddr_r and gethostbyname4_r to make room for struct
39304 host_data / struct gaih_addrtuple.
39305 * resolv/nss_dns/dns-host.c (global scope): Move definition of
39306 implementation constants MAX_NR_ALIASES and MAX_NR_ADDRS to
39307 header file nss/nsswitch.h.
39308 * nss/nsswitch.h (global scope): Add definition of implementation
39309 constants MAX_NR_ALIASES and MAX_NR_ADDRS (moved from
39310 resolv/nss_dns/dns-host.c).
39311
608404eb
AJ
393122012-07-11 Andreas Jaeger <aj@suse.de>
39313
39314 * po/fr.po: Update from translation team.
39315
71220aca
AJ
39316 * po/sv.po: Update from translation team
39317 * po/fr.po: Another update from translation team.
39318
28cfe843
AZ
393192012-07-11 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
39320
39321 * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Do not call sinh and cosh
39322 for subnormals or multiply small sinh result by itself.
39323 * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
39324 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
39325
6b90f981
DM
393262012-07-11 David S. Miller <davem@davemloft.net>
39327
39328 * sysdeps/sparc/fpu/libm-test-ulps: Update.
39329
c6825772
AS
393302012-07-10 Andreas Schwab <schwab@linux-m68k.org>
39331
39332 [BZ #14347]
39333 * misc/sys/syslog.h (LOG_MAKEPRI): Don't shift first argument.
39334 (INTERNAL_MARK): Shift it here.
39335
7b8e0d49
MP
393362012-07-10 Marek Polacek <polacek@redhat.com>
39337
39338 [BZ #14151]
39339 * configure.in (libc_cv_asm_global_directive): Remove test. Replace
39340 libc_cv_asm_global_directive with .globl.
39341 * configure: Regenerated.
39342 * sysdeps/i386/configure.in: Replace libc_cv_asm_global_directive
39343 with .globl.
39344 * sysdeps/i386/configure: Regenerated.
39345 * sysdeps/x86_64/configure.in: Replace libc_cv_asm_global_directive
39346 with .globl.
39347 * sysdeps/x86_64/configure: Regenerated.
39348 * config.h.in: Do not undefine ASM_GLOBAL_DIRECTIVE.
39349 * include/libc-symbols.h: Replace ASM_GLOBAL_DIRECTIVE with .globl.
39350 * elf/tst-unique2mod2.c: Likewise.
39351 * elf/tst-unique2mod1.c: Likewise.
39352 * elf/tst-unique1mod2.c: Likewise.
39353 * elf/tst-unique1mod1.c: Likewise.
39354 * sysdeps/s390/s390-32/sysdep.h: Likewise.
39355 * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
39356 * sysdeps/s390/s390-64/sysdep.h: Likewise.
39357 * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
39358 * sysdeps/mach/sysdep.h: Likewise.
39359 * sysdeps/i386/sysdep.h: Likewise.
39360 * sysdeps/i386/i386-mcount.S: Likewise.
39361 * sysdeps/x86_64/_mcount.S: Likewise.
39362 * sysdeps/x86_64/sysdep.h: Likewise.
39363 * sysdeps/sh/_mcount.S: Likewise.
39364 * sysdeps/sh/sysdep.h: Likewise.
39365 * sysdeps/powerpc/powerpc32/gprsave1.S: Likewise.
39366 * sysdeps/powerpc/powerpc32/fpu/fprrest.S: Likewise.
39367 * sysdeps/powerpc/powerpc32/fpu/fprsave.S: Likewise.
39368 * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
39369 * sysdeps/powerpc/powerpc32/gprrest1.S: Likewise.
39370 * sysdeps/powerpc/powerpc32/gprsave0.S: Likewise.
39371 * sysdeps/powerpc/powerpc32/gprrest0.S: Likewise.
39372 * locale/localeinfo.h: Likewise.
39373 (_NL_CURRENT_DEFINE_STRINGIFY): Delete macro.
39374 (_NL_CURRENT_DEFINE_STRINGIFY_1): Likewise.
39375
6c55cda3
RM
393762012-07-09 Roland McGrath <roland@hack.frob.com>
39377
39378 [BZ #14336]
39379 * manual/charset.texi (Extended Char Intro): Word use fix, "operating
39380 system".
39381 * manual/message.texi (The Uniforum approach): Likewise.
39382 * manual/charset.texi (Extended Char Intro): Spelling fix, "affected".
39383 (glibc iconv Implementation): Likewise.
39384
638a572e
JM
393852012-07-09 Joseph Myers <joseph@codesourcery.com>
39386
39387 [BZ #14337]
39388 * math/s_clog.c (__clog): Avoid scaling a value down where that
39389 could result in underflow.
39390 * math/s_clog10.c (__clog10): Likewise.
39391 * math/s_clog10f.c (__clog10f): Likewise.
39392 * math/s_clog10l.c (__clog10l): Likewise.
39393 * math/s_clogf.c (__clogf): Likewise.
39394 * math/s_clogl.c (__clogl): Likewise.
39395 * math/libm-test.inc (clog_test): Add more tests.
39396 (clog10_test): Likewise.
39397 * sysdeps/i386/fpu/libm-test-ulps: Update.
39398 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39399
261f4859
AS
394002012-07-06 Andreas Schwab <schwab@linux-m68k.org>
39401
0abaf3e4
AS
39402 [BZ #14283]
39403 * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Shift
39404 by 7 not 8 to examine high bit of fractional part.
39405
261f4859
AS
39406 [BZ #14042]
39407 * sysdeps/powerpc/powerpc32/ppc-mcount.S [SHARED]: Don't use PLT
39408 for call to __mcount_internal.
39409 * sysdeps/powerpc/powerpc32/Makefile (sysdep_routines)
39410 (shared-only-routines) [$(subdir) = gmon]: Add compat-ppc-mcount.
39411 * sysdeps/powerpc/powerpc32/compat-ppc-mcount.S: New file.
39412
f17ac40d
JM
394132012-07-06 Joseph Myers <joseph@codesourcery.com>
39414
9ad63c23
JM
39415 [BZ #14154]
39416 * sysdeps/ieee754/flt-32/k_tanf.c (__kernel_tanf): Use linear
39417 approximation for values within 0x1p-13f of an odd multiple of
39418 pi/4.
39419 * math/libm-test.inc (tan_test): Do not allow spurious underflow
39420 exception. Add more tests.
39421 * sysdeps/i386/fpu/libm-test-ulps: Update.
39422
f17ac40d
JM
39423 [BZ #6778]
39424 * sysdeps/i386/fpu/s_expm1.S (__expm1): Check for large negative
39425 inputs and return -1 for them. Do not check for +Inf in case not
39426 reachable for +Inf.
39427 * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
39428 * sysdeps/i386/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not define.
39429 (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
39430 and return -1 for them. Do not check for +Inf in case not
39431 reachable for +Inf.
39432 * sysdeps/x86_64/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not
39433 define.
39434 (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
39435 and return -1 for them. Do not check for +Inf in case not
39436 reachable for +Inf.
39437 * math/libm-test.inc (expm1_test): Add more tests. Do not allow
39438 spurious underflow.
39439 * sysdeps/i386/fpu/libm-test-ulps: Update.
39440 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39441
fb21f89b
MF
394422012-07-06 Mike Frysinger <vapier@gentoo.org>
39443
39444 * sunrpc/rpc_clntout.c: Change <rpc/types.h> to "rpc/types.h".
39445
cdfe2c5e
JM
394462012-07-05 Joseph Myers <joseph@codesourcery.com>
39447
39448 [BZ #14157]
39449 [BZ #14331]
39450 * math/s_csqrt.c (__csqrt): Avoid multiplying by 0.5 where this
39451 could result in spurious underflow. Scale down values above
39452 DBL_MAX / 4.0 instead of DBL_MAX / 2.0.
39453 * math/s_csqrtf.c (__csqrtf): Likewise.
39454 * math/s_csqrtl.c (__csqrtl): Likewise.
39455 * math/libm-test.inc (csqrt_test): Add more tests. Do not allow
39456 spurious underflow.
39457 * sysdeps/i386/fpu/libm-test-ulps: Update.
39458 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39459
70d35b67
AS
394602012-07-04 Andreas Schwab <schwab@linux-m68k.org>
39461
704bc459
AS
39462 * catgets/Makefile ($(objpfx)de.msg): Use xopen-msg.awk instead of
39463 xopen-msg.sed.
39464 * catgets/xopen-msg.awk: New file.
39465 * catgets/xopen-msg.sed: Removed.
39466
70d35b67
AS
39467 * intl/Makefile ($(objpfx)msgs.h): Use po2test.awk instead of
39468 po2text.sed.
39469 * intl/po2test.awk: New file.
39470 * intl/po2test.sed: Removed.
39471
ca61cf32
JM
394722012-07-04 Joseph Myers <joseph@codesourcery.com>
39473
39474 [BZ #14328]
39475 * math/s_ctan.c (__ctan): Do not call sinh and cosh for subnormals
39476 or multiply small sinh result by itself.
39477 * math/s_ctanf.c (__ctanf): Likewise.
39478 * math/s_ctanh.c (__ctanh): Likewise.
39479 * math/s_ctanhf.c (__ctanhf): Likewise.
39480 * math/s_ctanhl.c (__ctanhl): Likewise.
39481 * math/s_ctanl.c (__ctanl): Likewise.
39482 * math/libm-test.inc (ctan_test_tonearest): New function.
39483 (ctan_test_towardzero): Likewise.
39484 (ctan_test_downward): Likewise.
39485 (ctan_test_upward): Likewise.
39486 (ctanh_test_tonearest): Likewise.
39487 (ctanh_test_towardzero): Likewise.
39488 (ctanh_test_downward): Likewise.
39489 (ctanh_test_upward): Likewise.
39490 (main): Call these new functions.
39491 * sysdeps/i386/fpu/libm-test-ulps: Update.
39492 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39493
ca48a46a
MF
394942012-07-03 Mike Frysinger <vapier@gentoo.org>
39495
39496 * .gitignore: Delete /ports entry.
39497
9d63d37d
AJ
394982012-07-03 Andreas Jaeger <aj@suse.de>
39499
39500 * po/bg.po: Update from translation team.
39501 * po/cs.po: Likewise.
39502 * po/de.po: Likewise.
39503 * po/hr.po: Likewise.
39504 * po/nl.pl: Likewise.
39505 * po/pl.po: Likewise.
39506 * po/vi.po: Likewise.
39507
370ca3d2
JM
395082012-07-03 Joseph Myers <joseph@codesourcery.com>
39509
95f5a9a8
JM
39510 * Makeconfig [!+link] (+link-before-libc): New variable.
39511 [!+link] (+link-after-libc): Likewise.
39512 [!+link] (+link-tests): Likewise.
39513 [!+link] (+link): Define in terms of $(+link-before-libc) and
39514 $(+link-after-libc).
39515 [!+link-static] (+link-static-before-libc): New variable.
39516 [!+link-static] (+link-static-after-libc): Likewise.
39517 [!+link-static] (+link-static-tests): Likewise.
39518 [!+link-static] (+link-static): Define in terms of
39519 $(+link-static-before-libc) and $(+link-static-after-libc).
39520 [build-shared] (link-libc-before-gnulib): New variable.
39521 [build-shared] (link-libc-tests): Likewise.
39522 [build-shared] (link-libc): Define in terms of
39523 $(link-libc-before-gnulib).
39524 [!build-shared] (link-libc-tests): New variable.
39525 (link-libc-static-tests): New variable.
39526 [!gnulib] (gnulib-arch): New variable.
39527 [!gnulib] (gnulib-tests): Likewise.
39528 [!gnulib] (static-gnulib-arch): Likewise.
39529 [!gnulib] (static-gnulib-tests): Likewise.
39530 [!gnulib] (gnulib): Use $(gnulib-arch). Do not use $(libgcc_eh).
39531 Define with "=" instead of ":=".
39532 [!gnulib] (static-gnulib): Use $(static-gnulib-arch). Do not use
39533 -lgcc_eh $(libunwind). Define with "=" instead of ":=".
39534 * Rules (binaries-all-notests): New variable.
39535 (binaries-all-tests): Likewise.
39536 (binaries-static-notests): Likewise.
39537 (binaries-static-tests): Likewise.
39538 (binaries-all): Define using $(binaries-all-notests) and
39539 $(binaries-all-tests).
39540 (binaries-static): Define using $(binaries-static-notests) and
39541 $(binaries-static-tests).
39542 (binaries-shared-tests): New variable.
39543 (binaries-shared-notests): Likewise.
39544 (binaries-shared): Remove variable.
39545 ($(addprefix $(objpfx),$(binaries-shared-notests))): New rule.
39546 ($(addprefix $(objpfx),$(binaries-shared-tests))): Likewise.
39547 ($(addprefix $(objpfx),$(binaries-shared))): Remove rule.
39548 ($(addprefix $(objpfx),$(binaries-static-notests))): New rule.
39549 ($(addprefix $(objpfx),$(binaries-static-tests))): Likewise.
39550 ($(addprefix $(objpfx),$(binaries-static))): Remove rule.
39551 * elf/Makefile (sln-modules): New variable.
39552 (extra-objs): Add $(sln-modules:=.o).
39553 (ldconfig-modules): Add static-stubs.
39554 ($(objpfx)sln): Depend on $(sln-modules:%=$(objpfx)%.o).
39555 * elf/static-stubs.c: New file.
39556
7a845b2c
JM
39557 [BZ #14283]
39558 * sysdeps/ieee754/flt-32/k_rem_pio2f.c (__kernel_rem_pio2f): Shift
39559 by 7 not 8 to examine high bit of fractional part. Use volatile
39560 variables when splitting into final array of floats if
39561 __FLT_EVAL_METHOD__ != 0.
39562 * math/libm-test.inc (cos_test): Add another test.
39563 (sin_test): Likewise.
39564 * sysdeps/i386/fpu/libm-test-ulps: Update.
39565
e2283f38
JM
39566 [BZ #14273]
39567 * math/libm-test.inc (cosh_test): Add more tests.
39568
370ca3d2
JM
39569 * version.h (RELEASE): Set to "development".
39570 (VERSION): Set to "2.16.90".
39571
ee9247c3
CD
395722012-06-30 Carlos O'Donell <carlos_odonell@mentor.com>
39573
39574 * NEWS: Update copyright. Remove last-updated date.
39575 Mention math library bug fixes and timezone data changes.
39576 * README: Mention GNU/Hurd, x32, and HPPA support status.
39577
4648c381
TS
395782012-06-28 Thomas Schwinge <thomas@codesourcery.com>
39579
39580 * manual/contrib.texi (Contributors): Sort alphabetically by last name.
39581
aac78a43
AJ
395822012-06-27 Andreas Jaeger <aj@suse.de>
39583
39584 * manual/contrib.texi (Contributors): Add Samuel Thibault.
39585
ed3dbfad
AJ
395862012-06-25 Andreas Jaeger <aj@suse.de>
39587
39588 * sysdeps/s390/fpu/libm-test-ulps: Update.
39589
4d0ee855
AS
395902012-06-23 Andreas Schwab <schwab@linux-m68k.org>
39591 Thomas Schwinge <thomas@codesourcery.com>
39592
39593 * sysdeps/unix/sysv/linux/sh/syscalls.list: Add fanotify_mark.
39594 * sysdeps/unix/sysv/linux/sh/Versions (GLIBC_2.16): Add fanotify_mark.
39595 * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist (GLIBC_2.16): Add
39596 fanotify_mark.
39597
af1bce34
TS
395982012-06-23 Thomas Schwinge <thomas@codesourcery.com>
39599
a9fa33ba
TS
39600 * sysdeps/mach/start.c: Remove file.
39601 * sysdeps/mach/hurd/i386/static-start.S: Fix start.S include.
39602 * sysdeps/i386/init-first.c: Fix comment regarding start.S.
39603 * sysdeps/sh/init-first.c: Likewise.
39604
58f902b8
TS
39605 * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Preserve r12 and pr
39606 registers for frame unwinding purposes, add CFI directives.
39607 * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
39608 * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Likewise
39609 * sysdeps/unix/sysv/linux/sh/sysdep.h (SYSCALL_ERROR_HANDLER):
39610 Likewise.
39611
1518f58b
TS
39612 * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Don't plan for the call to
39613 __fortify_fail returning.
39614 * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
39615
db9b5059
TS
39616 * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S: New file, based on
39617 sysdeps/sh/____longjmp_chk.S.
39618 * sysdeps/unix/sysv/linux/sh/sigaltstack-offsets.sym: New file, based
39619 on sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym.
39620 * sysdeps/unix/sysv/linux/sh/Makefile [subdir=misc]
39621 (gen-as-const-headers): Append sigaltstack-offsets.sym.
39622
967705fe
TS
39623 * sysdeps/sh/abort-instr.h: New file.
39624 * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Terminate the
39625 process in case exit returns.
39626
a9def8c4
TS
39627 * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Always
39628 initialize the GOT register before use.
39629
2a649725
TS
39630 * sysdeps/unix/sysv/linux/sh/makecontext.S (__makecontext): Fix
39631 calculation of ARGC > 4.
39632
af1bce34
TS
39633 * sysdeps/unix/sysv/linux/sh/makecontext.S: Add comments and give more
39634 meaningful names to some local labels.
39635
d230f50a
KK
396362012-06-22 Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
39637 Kaz Kojima <kkojima@rr.iij4u.or.jp>
39638
39639 * sysdeps/unix/sysv/linux/sh/bits/atomic.h
39640 (__arch_compare_and_exchange_val_8_acq): Remove explicit nop.
39641 (__arch_compare_and_exchange_val_16_acq): Likewise.
39642 (__arch_compare_and_exchange_val_32_acq): Likewise.
39643 (atomic_exchange_and_add): Fix gUSA sequence.
39644 (atomic_add): Likewise.
39645 (atomic_add_negative): Likewise.
39646 (atomic_add_zero): Likewise.
39647 (atomic_bit_test_set): Likewise.
39648
0479b305
AS
396492012-06-22 Andreas Schwab <schwab@redhat.com>
39650
39651 [BZ #13579]
39652 * include/link.h (struct link_map): Add l_free_initfini.
39653 * elf/dl-deps.c (_dl_map_object_deps): Set it when assigning
39654 l_initfini.
39655 * elf/dl-close.c (_dl_close_worker): Don't free l_initfini.
39656 * elf/rtld.c (dl_main): Clear it on all objects loaded on startup.
39657 * elf/dl-libc.c (free_mem): Free l_initfini if l_free_initfini is
39658 set.
39659
0e3933b9
CD
396602012-06-22 Carlos O'Donell <carlos_odonell@mentor.com>
39661
39662 * configure.in: Use AC_LANG_SOURCE.
39663 * configure: Regenerate.
39664
4248b1b1
RM
396652012-06-22 Roland McGrath <roland@hack.frob.com>
39666
39667 * configure.in (libc_cv_localstatedir): New substituted variable.
39668 * configure: Regenerated.
39669 * config.make.in (localstatedir): New variable, substituted from
39670 libc_cv_localstatedir.
39671 * Makeconfig (vardbdir): Use $(localstatedir) in place of /var.
39672 * sysdeps/gnu/configure.in (libc_cv_localstatedir): Change
39673 ${prefix}/var to /var when we change ${prefix}/etc to /etc.
39674 * sysdeps/gnu/configure: Regenerated.
39675
006dd861
JL
396762012-06-21 Jeff Law <law@redhat.com>
39677
39678 [BZ #14277]
39679 * intl/dcigettext.c (_nl_find_msg): Avoid use after potential
39680 free. Simplify list management for _LIBC case.
39681
79662d42
JM
396822012-06-21 Joseph Myers <joseph@codesourcery.com>
39683
b7abb4bf
JM
39684 [BZ #14273]
39685 * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c (__ieee754_cosh):
39686 Clear sign bit of 64-bit integer value before comparing against
39687 overflow value.
39688
79662d42
JM
39689 * sysdeps/mach/configure: Regenerated.
39690
1f150908
L
396912012-06-21 H.J. Lu <hongjiu.lu@intel.com>
39692
39693 [BZ #14278]
39694 * sysdeps/i386/sysdep.h (SYSCALL_PIC_SETUP): Fix a typo.
39695
28363bbf
JL
396962012-06-21 Jeff Law <law@redhat.com>
39697
39698 [BZ #13882]
39699 * elf/dl-deps.c (_dl_map_object_deps): Fix cycle detection. Use
39700 uint16_t for elements in the "seen" array to avoid char overflows.
80784193 39701 * elf/dl-fini.c (_dl_sort_fini): Likewise.
28363bbf
JL
39702 * elf/dl-open.c (dl_open_worker): Likewise.
39703
09615db4
CD
397042012-06-21 Carlos O'Donell <carlos_odonell@mentor.com>
39705
39706 * scripts/list-sources.sh: Scan PORTS for translations.
39707 * po/libc.pot: Regenerated.
39708
2174c6dd
AJ
397092012-06-21 Andreas Jaeger <aj@suse.de>
39710
39711 [BZ #12194]
39712 * sysdeps/s390/bits/byteswap-16.h (__bswap_16): Avoid -Wconversion
39713 warning.
39714 * sysdeps/s390/bits/byteswap.h (__bswap_constant_16): Likewise.
39715 * bits/byteswap-16.h (__bswap_16): Likewise.
39716 * bits/byteswap.h (__bswap_constant_16): Likewise.
39717
3ee947b1
L
397182012-06-18 H.J. Lu <hongjiu.lu@intel.com>
39719
39720 [BZ #14117]
a2f34833
L
39721 * sysdeps/i386/fpu_control.h: Removed.
39722 * sysdeps/x86_64/fpu_control.h: Moved to ...
39723 * sysdeps/x86/fpu_control.h: Here.
39724
3ee947b1
L
39725 * sysdeps/x86_64/fpu_control.h (_FPU_GETCW): Add __volatile__.
39726 (_FPU_SETCW): Likewise.
39727
ed1825f8
L
397282012-06-15 H.J. Lu <hongjiu.lu@intel.com>
39729
25f1282a
L
39730 [BZ #14117]
39731 * sysdeps/i386/fpu/bits/mathinline.h: Renamed to ...
39732 * sysdeps/x86/fpu/bits/mathinline.h: This.
39733 * sysdeps/x86_64/fpu/bits/mathinline.h: Removed.
39734
ed1825f8
L
39735 [BZ #14050]
39736 [BZ #14117]
39737 * sysdeps/i386/fpu/bits/mathinline.h: Disable x87 inline
39738 functions if __x86_64__ is defined.
39739
36d54b74
CLT
397402012-06-15 Chung-Lin Tang <cltang@codesourcery.com>
39741
39742 * string/endian.h: Add !__ASSEMBLER__ condition for including
39743 conversion interfaces.
39744
10285c21
JM
397452012-06-15 Joseph Myers <joseph@codesourcery.com>
39746
39747 [BZ #14241]
39748 * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use 0.0 instead
39749 of ABS(x) in calculating zero to negative powers other than odd
39750 integers.
39751 * math/libm-test.inc (pow_test): Add more tests.
39752
06c5abbd
AJ
397532012-06-15 Andreas Jaeger <aj@suse.de>
39754
39755 * manual/contrib.texi (Contributors): Update entry of Liubov
39756 Dmitrieva and add entries for Will Schmidt and Tulio Magno Quites
39757 Machado Filho.
39758
a3aeac40
CH
397592012-06-15 Cyril Hrubis <metan@ucw.cz>
39760
39761 * string/string.h: Add __wur to GNU version of strerror_r.
39762
49bdf4c1
L
397632012-06-14 H.J. Lu <hongjiu.lu@intel.com>
39764
39765 [BZ #14229]
39766 * string/Makefile (tests): Add tst-strtok_r.
39767 * string/tst-strtok_r.c: New file.
39768 * sysdeps/x86_64/strtok.S: Use LP_SIZE on save_ptr and use
39769 RAX_LP/RDX_LP on SAVE_PTR.
39770
834f9b8d
RM
397712012-06-14 Roland McGrath <roland@hack.frob.com>
39772
39773 * manual/Makefile ($(objpfx)texis): Do $(make-target-directory).
39774
75fa1921
JM
397752012-06-14 Joseph Myers <joseph@codesourcery.com>
39776
39777 * libm_test.inc (csqrt_test): Allow more spurious underflow
39778 exceptions.
39779 (j0_test): Likewise.
39780 (j1_test): Likewise.
39781 (y0_test): Likewise.
39782 (y1_test): Likewise.
39783
771766df
CD
397842012-06-13 Carlos O'Donell <carlos_odonell@mentor.com>
39785
39786 * po/Makefile (libc.pot): Use UTF-8 charset.
39787
ceb9e56b
PP
397882012-06-13 Paul Pluzhnikov <ppluzhnikov@google.com>
39789
39790 [BZ #14210]
39791 Suppress sign-conversion warning from FD_SET.
39792 See <http://sourceware.org/ml/libc-alpha/2012-05/msg01794.html>.
39793 * debug/fdelt_chk.c (__fdelt_chk): Accept and return long int,
39794 not unsigned long int.
39795 * misc/bits/select2.h (__fdelt_chk, __fdelt_warn, __FD_ELT): Likewise.
39796
ddb28975
L
397972012-06-12 H.J. Lu <hongjiu.lu@intel.com>
39798
39799 [BZ #14050]
39800 [BZ #14117]
39801 * sysdeps/i386/fpu/bits/mathinline.h (__MATH_INLINE): Check
39802 __extern_always_inline instead of __extern_inline.
39803 (__signbitf): Support __SSE2_MATH__ and C++ namespace.
39804 (__signbit): Likewise.
39805 (__signbitl): Support C++ namespace.
39806 (lrintf): New inline function.
39807 (lrint): Likewise.
39808 (llrintf): Likewise.
39809 (llrint): Likewise.
39810 (fmaxf): Likewise.
39811 (fmax): Likewise.
39812 (fminf): Likewise.
39813 (fmin): Likewise.
39814 (rint): Likewise.
39815 (rintf): Likewise.
39816 (ceil): Likewise.
39817 (ceilf): Likewise.
39818 (floor): Likewise.
39819 (floorf): Likewise.
39820 (nearbyint): Likewise.
39821 (nearbyintf): Likewise.
39822
d7b4fb26
TS
398232012-06-12 Thomas Schwinge <thomas@codesourcery.com>
39824
39825 * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Fix case for
39826 non-default versions.
39827
eb55f5c2
RM
398282012-06-11 Roland McGrath <roland@hack.frob.com>
39829
39830 [BZ #14218]
39831 * manual/argp.texi (Argp): Reword argp_parse description slightly.
39832
366af02c
TS
398332012-06-09 Thomas Schwinge <thomas@codesourcery.com>
39834
99ff6e5c
TS
39835 * sysdeps/sh/sh4/fpu/bits/fenv.h (__FE_UNDEFINED): Define.
39836 (FE_UPWARD, FE_DOWNWARD): Don't define.
39837 * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Adapt to that.
39838 * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
39839
366af02c
TS
39840 * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Do not re-write fpscr after
39841 reading it.
39842 * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
39843 * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
39844
793ea851
KK
398452012-06-09 Kaz Kojima <kkojima@rr.iij4u.or.jp>
39846
39847 * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
39848 * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Refreshed.
39849 * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Refreshed.
39850 * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Refreshed.
39851
a728a38f
L
398522012-06-06 H.J. Lu <hongjiu.lu@intel.com>
39853
39854 [BZ #14117]
c08010c7
L
39855 * sysdeps/i386/fpu/bits/fenv.h: Removed.
39856 * sysdeps/i386/fpu/Implies: New file.
39857 * sysdeps/x86_64/fpu/Implies: Likewise.
39858 * sysdeps/x86_64/fpu/bits/fenv.h: Renamed to ...
39859 * sysdeps/x86/fpu/bits/fenv.h: This.
39860
a728a38f
L
39861 * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Check
39862 __SSE_MATH__.
39863
6e230d11
SP
398642012-06-06 Siddhesh Poyarekar <siddhesh@redhat.com>
39865
39866 [BZ #14134]
39867 * iconvdata/ibm930.c (BODY) [FROM_LOOP]: Check for invalid
39868 character 0xffff that matches the last element of the
39869 conversion table.
39870
1b671feb
AZ
398712012-06-05 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
39872
39873 * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Fix for wrong ldbl128-ibm
39874 fmodl commit.
39875
6043738b
AZ
398762012-06-05 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
39877
39878 * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Fix spurious underflow for
39879 values higher than 25.6283.
39880
34ae0b32
AZ
398812012-06-04 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
39882
39883 * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Fix
39884 subnormal exponent extraction and add some __builtin_expect.
39885 * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_extract_mantissa):
39886 Fix for subnormal mantissa calculation.
39887
1214ec8f
MF
398882012-06-04 Mike Frysinger <vapier@gentoo.org>
39889
39890 * sysdeps/unix/sysv/linux/tst-getcpu.c (do_test): Call perror when
39891 cpu2 is -1 and errno is not ENOSYS.
39892
f3d1f93c
L
398932012-06-04 H.J. Lu <hongjiu.lu@intel.com>
39894
39895 [BZ #14117]
0e4a3cd7
L
39896 * sysdeps/i386/i486/bits/string.h: Renamed to ...
39897 * sysdeps/x86/bits/string.h: This.
39898 * sysdeps/x86_64/bits/string.h: Removed.
39899
6704c645
L
39900 * sysdeps/i386/i486/bits/string.h: Define inline functions only
39901 if not compiling for x86-64, but compiling for >= i486.
39902
48495318
L
39903 * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Renamed to ...
39904 * sysdeps/unix/sysv/linux/x86/bits/sigcontext.h: This.
39905
14adcbfc
L
39906 * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (FP_XSTATE_MAGIC1):
39907 New macro from Linux kernel 3.4.0.
39908 (FP_XSTATE_MAGIC2): Likewise.
39909 (FP_XSTATE_MAGIC2_SIZE): Likewise.
39910 (X86_FXSR_MAGIC): New macro from Linux i386 kernel.
39911 (struct _fpx_sw_bytes): New struct.
39912 (struct _xsave_hdr): Likewise.
39913 (struct _ymmh_state): Likewise.
39914 (struct _xstate): Likewise.
39915
68e408ab
L
39916 * sysdeps/unix/sysv/linux/i386/sys/debugreg.h: Removed.
39917 * sysdeps/unix/sysv/linux/i386/sys/reg.h: Likewise.
39918 * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Renamed to ...
39919 * sysdeps/unix/sysv/linux/x86/sys/debugreg.h: This.
39920 * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Renamed to ...
39921 * sysdeps/unix/sysv/linux/x86/sys/reg.h: This.
39922
f3d1f93c
L
39923 * sysdeps/unix/sysv/linux/i386/sys/io.h: Removed.
39924 * sysdeps/unix/sysv/linux/x86_64/sys/io.h: Renamed to ...
39925 * sysdeps/unix/sysv/linux/x86/sys/io.h: This.
39926 * sysdeps/unix/sysv/linux/i386/sys/perm.h: Removed.
39927 * sysdeps/unix/sysv/linux/x86_64/sys/perm.h: Renamed to ...
39928 * sysdeps/unix/sysv/linux/x86/sys/perm.h: This.
39929
d9dc34cd
TMQMF
399302012-06-04 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
39931
39932 [BZ #13743]
39933 * sysdeps/powerpc/sys/platform/ppc.h: New file for PowerPC features.
39934 * sysdeps/powerpc/Makefile (tests): Add test-gettimebase.
39935 (sysdep_headers): Include sys/platform/ppc.h.
39936 * sysdeps/powerpc/test-gettimebase.c: Test for
39937 __ppc_get_timebase() to catch future ISA opcode/insn changes.
39938 * manual/Makefile (appendices): Include platform.texi.
39939 * manual/contrib.texi (Contributors): Update @node pointers.
39940 * manual/maint.texi (Maintenance): Likewise.
39941 (Platform): New node.
39942 * manual/platform.texi: New file. Document the new features.
39943
4af3879c
SP
399442012-06-04 Siddhesh Poyarekar <siddhesh@redhat.com>
39945 Jakub Jelinek <jakub@redhat.com>
39946
39947 [BZ #14188]
39948 * misc/sys/cdefs.h (__glibc_unlikely): New macro to wrap cases
39949 where __builtin_expect is unavailable.
39950
2fd6ff13
DM
399512012-06-03 David S. Miller <davem@davemloft.net>
39952
39953 * stdlib/longlong.h: Updated from GCC.
39954
173f7220
AS
399552012-06-02 Andreas Schwab <schwab@linux-m68k.org>
39956
39957 [BZ #14042]
39958 * sysdeps/powerpc/powerpc32/mcount.c: New file.
39959 * sysdeps/powerpc/powerpc32/Versions (GLIBC_2.16): Add
39960 __mcount_internal.
39961 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
39962 (GLIBC_2.16): Likewise.
39963
f34a1c6f
L
399642012-06-01 H.J. Lu <hongjiu.lu@intel.com>
39965
39966 * sysdeps/unix/sysv/linux/x86_64/sys/io.h (outsw): Fix a typo.
39967
88a4576f
JM
399682012-06-01 Joseph Myers <joseph@codesourcery.com>
39969
ea32bcdd
JM
39970 * sysdeps/unix/sysv/linux/powerpc/powerpc32/Makefile
39971 (default-abi): New variable.
39972 * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: New file.
39973 * sysdeps/unix/sysv/linux/s390/s390-32/Makefile (default-abi): New
39974 variable.
39975 * sysdeps/unix/sysv/linux/s390/s390-64/Makefile (default-abi):
39976 Likewise.
39977 * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile (default-abi):
39978 Likewise.
39979 * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile (default-abi):
39980 Likewise.
39981
88a4576f
JM
39982 * Makeconfig [abi-variants && !default-abi] (default-abi): Remove
39983 definition. Document in comment.
39984
402fe938
DM
399852012-06-01 David S. Miller <davem@davemloft.net>
39986
39987 * stdlib/longlong.h: Updated from GCC.
39988
3553723f
L
399892012-06-01 H.J. Lu <hongjiu.lu@intel.com>
39990
39991 [BZ #14117]
3bd872c4
L
39992 * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_headers):
39993 Don't add sys/elf.h sys/perm.h sys/reg.h sys/vm86.h
39994 sys/debugreg.h sys/io.h here.
39995 * sysdeps/unix/sysv/linux/x86/Makefile (sysdep_headers): Add
39996 sys/elf.h sys/perm.h sys/reg.h sys/vm86.h sys/debugreg.h
39997 sys/io.h.
39998 * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_headers):
39999 Don't add sys/perm.h sys/reg.h sys/debugreg.h sys/io.h here.
40000 * sysdeps/unix/sysv/linux/i386/sys/elf.h: Renamed to ...
40001 * sysdeps/unix/sysv/linux/x86/sys/elf.h: This.
40002 * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Renamed to ...
40003 * sysdeps/unix/sysv/linux/x86/sys/vm86.h: This.
40004
3553723f
L
40005 * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h (DR_LEN_8):
40006 Define only if __x86_64__ is defined.
40007
4842e4fe
JM
400082012-06-01 Joseph Myers <joseph@codesourcery.com>
40009
c5bfe3d5
JM
40010 [BZ #14048]
40011 * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c (__ieee754_fmod):
40012 Use int64_t for variable i.
40013 * math/libm-test.inc (fmod_test): Add more tests.
40014
4842e4fe
JM
40015 * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Ensure temp + (double)
40016 z computation is not scheduled after fetestexcept.
40017 * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <math_private.h>.
40018 Use math_force_eval instead of asm to ensure calculation scheduled
40019 before exception test.
40020 * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <math_private.h>.
40021 Ensure a1 + u.d computation is not scheduled after fetestexcept.
40022
efb73488
AJ
400232012-06-01 Aurelien Jarno <aurelien@aurel32.net>
40024
40025 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Ensure a1 + u.d
40026 computation is not scheduled after fetestexcept.
40027
29bcce7c
L
400282012-06-01 H.J. Lu <hongjiu.lu@intel.com>
40029
40030 [BZ #14117]
40031 * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Renamed to ...
40032 * sysdeps/unix/sysv/linux/x86/bits/wchar.h: This.
40033
73a68f94
AZ
400342012-06-01 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
40035
40036 * sysdeps/powerpc/fpu/k_cosf.c: Fix underflow generation.
40037 * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
40038
67b6df78
L
400392012-05-31 H.J. Lu <hongjiu.lu@intel.com>
40040
edf2933a 40041 [BZ #14117]
ebc64a18
L
40042 * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Include
40043 <bits/wordsize.h>.
40044 (__WCHAR_MIN): Support __WORDSIZE == 64.
40045 (__WCHAR_MAX): Likewise.
40046
edf2933a
L
40047 * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: Renamed to ...
40048 * sysdeps/unix/sysv/linux/x86/bits/typesizes.h: This.
40049
57c6cf40
L
40050 [BZ #14183]
40051 * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__FSWORD_T_TYPE):
40052 Defined with __SWORD_TYPE if __x86_64__ isn't defined.
40053
67b6df78 40054 [BZ #14117]
8eb6281e
L
40055 * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: Renamed to ...
40056 * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: This.
40057
aac639f4
L
40058 * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Renamed to ...
40059 * sysdeps/unix/sysv/linux/x86/bits/stat.h: This.
40060
67b6df78
L
40061 * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_KERNEL):
40062 Defined to 1 if __x86_64__ isn't defined.
40063 (_STAT_VER_LINUX_OLD): New.
40064 (st_atime): Remove duplicate.
40065 (st_mtime): Likewise.
40066 (st_ctime): Likewise.
40067
1c2cfe81
DM
400682012-05-31 David S. Miller <davem@davemloft.net>
40069
40070 * sysdeps/sparc/fpu/libm-test-ulps: Remove sqrt(2) and sqrt test
40071 entries.
40072
5be8418c
AS
400732012-06-01 Andreas Schwab <schwab@linux-m68k.org>
40074
e7725326
AS
40075 * sysdeps/powerpc/fpu/libm-test-ulps: Sort through
40076 gen-libm-test.pl.
40077
5be8418c
AS
40078 [BZ #14132]
40079 * elf/dl-reloc.c: Include <_itoa.h>.
40080 (_dl_reloc_bad_type): Remove use of INTUSE.
40081 * elf/dl-minimal.c (_itoa, _itoa_lower_digits): Likewise.
40082 * stdio-common/_itoa.c (_itoa_word, _itoa): Likewise.
40083 * stdio-common/psiginfo.c (psiginfo): Likewise.
40084 * stdio-common/psignal.c (psignal): Likewise.
40085 * string/strsignal.c (strsignal): Likewise.
40086 * include/signal.h (_sys_siglist): Declare hidden proto.
40087 * stdio-common/itoa-digits.c: Include <_itoa.h>. Replace
40088 INTVARDEF with libc_hidden_data_def.
40089 * stdio-common/itoa-udigits.c: Likewise.
40090 * sysdeps/generic/_itoa.h (_itoa_upper_digits_internal)
40091 (_itoa_lower_digits_internal): Remove declaration.
40092 (_itoa_upper_digits, _itoa_lower_digits): Declare hidden proto.
40093 * sysdeps/gnu/siglist.c (_sys_siglist_internal)
40094 (_sys_sigabbrev_internal): Remove aliases.
40095 (_sys_siglist): Define hidden alias.
40096
507352f1
MT
400972012-05-31 Markus Trippelsdorf <markus@trippelsdorf.de>
40098
40099 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
40100 bits/sysctl.h.
40101
42bbb1c3
L
401022012-05-31 H.J. Lu <hongjiu.lu@intel.com>
40103
40104 [BZ #14117]
6bd784b6
L
40105 * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Renamed to ...
40106 * sysdeps/unix/sysv/linux/x86/bits/sysctl.h: This.
40107
8bca20f0
L
40108 * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Removed.
40109 * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Renamed to ...
40110 * sysdeps/unix/sysv/linux/x86/sys/ucontext.h: This.
40111 * sysdeps/unix/sysv/linux/i386/sys/user.h: Removed.
40112 * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Renamed to ...
40113 * sysdeps/unix/sysv/linux/x86/sys/user.h: This.
40114
f9e890a9
L
40115 * sysdeps/unix/sysv/linux/i386/sys/procfs.h: Removed.
40116 * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Renamed to ...
40117 * sysdeps/unix/sysv/linux/x86/sys/procfs.h: This.
40118
471101a1
L
40119 * sysdeps/unix/sysv/linux/x86_64/sys/io.h (insb): Replace addr
40120 with __addr.
40121 (insw): Likewise.
40122 (insl): Likewise.
40123 (outsb): Likewise.
40124 (outsw): Likewise.
40125 (outsl): Likewise.
40126
6451c862
L
40127 * sysdeps/unix/sysv/linux/i386/bits/mman.h: Removed.
40128 * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Renamed to ...
40129 * sysdeps/unix/sysv/linux/x86/bits/mman.h: This.
40130
a254b8c9
L
40131 * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Renamed to ...
40132 * sysdeps/unix/sysv/linux/x86/bits/msq.h: This.
40133 * sysdeps/unix/sysv/linux/x86_64/bits/sem.h: Renamed to ...
40134 * sysdeps/unix/sysv/linux/x86/bits/sem.h: This.
40135 * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Renamed to ...
40136 * sysdeps/unix/sysv/linux/x86/bits/shm.h: This.
40137
b8dfdd92
L
40138 * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: Renamed to ...
40139 * sysdeps/unix/sysv/linux/x86/bits/ipctypes.h: This.
40140
578cd270
L
40141 * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Renamed to ...
40142 * sysdeps/unix/sysv/linux/x86/bits/epoll.h: This.
40143
de662f5f
L
40144 * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Removed.
40145 * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Renamed to ...
40146 * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: This.
40147
25653439
L
40148 * sysdeps/unix/sysv/linux/i386/bits/environments.h: Removed.
40149 * sysdeps/unix/sysv/linux/x86_64/bits/environments.h: Renamed
40150 to ...
40151 * sysdeps/unix/sysv/linux/x86/bits/environments.h: This.
40152
6bad24a0
L
40153 * sysdeps/unix/sysv/linux/i386/bits/a.out.h: Removed.
40154 * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Renamed to ...
40155 * sysdeps/unix/sysv/linux/x86/bits/a.out.h: This.
40156
42bbb1c3
L
40157 * sysdeps/unix/sysv/linux/i386/sys/elf.h: Error when compiling
40158 for x86-64.
40159 * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Likewise.
40160
2d10d547
JM
401612012-05-31 Joseph Myers <joseph@codesourcery.com>
40162
40163 * math/math.h (M_El): Use two more decimal places.
40164 (M_LOG2El): Likewise.
40165 (M_LOG10El): Likewise.
40166 (M_LN2l): Likewise.
40167 (M_LN10l): Likewise.
40168 (M_PIl): Likewise.
40169 (M_PI_2l): Likewise.
40170 (M_PI_4l): Likewise.
40171 (M_1_PIl): Likewise.
40172 (M_2_PIl): Likewise.
40173 (M_2_SQRTPIl): Likewise.
40174 (M_SQRT2l): Likewise.
40175 (M_SQRT1_2l): Likewise.
40176
f230c29b
DM
401772012-05-31 David S. Miller <davem@davemloft.net>
40178
40179 * sysdeps/sparc/sparc64/memcpy.S: Use fsrc2 to move 64-bit
40180 values between float registers.
40181 * sysdeps/sparc/sparc64/memset.S: Likewise.
40182 * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
40183
fed806c3
MF
401842012-05-31 Mike Frysinger <vapier@gentoo.org>
40185
40186 * debug/Makefile (CFLAGS-tst-longjmp_chk.c): Delete
40187 -D_FORTIFY_SOURCE=1.
40188 (CPPFLAGS-tst-longjmp_chk.c): Define.
40189 (CFLAGS-tst-longjmp_chk2.c): Delete -D_FORTIFY_SOURCE=1.
40190 (CPPFLAGS-tst-longjmp_chk2.c): Define.
40191 * wcsmbs/Makefile (CPPFLAGS-tst-wchar-h.c): Rename from
40192 CFLAGS-tst-wchar-h.c.
40193
30917259
MP
401942012-05-31 Marek Polacek <polacek@redhat.com>
40195
40196 [BZ #14132]
40197 * include/mntent.h (__setmntent_internal, __getmntent_r_internal
40198 __endmntent_internal): Remove declaration.
40199 (__setmntent, __endmntent, __getmntent_r) [NOT_IN_libc]: Remove macro.
40200 (__setmntent, __endmntent, __getmntent_r): Declare hidden proto.
40201 * misc/mntent_r.c: Replace INTDEF with libc_hidden_def.
40202
1c58d5dc
DM
402032012-05-30 David S. Miller <davem@davemloft.net>
40204
40205 * sysdeps/sparc/sparc32/soft-fp/q_util.c
40206 (___Q_simulate_exceptions): Use real FP ops rather than writing
40207 into the %fsr.
40208 * sysdeps/sparc/sparc32/soft-fp/q_util.c (__Qp_handle_exceptions):
40209 Likewise.
40210
7dc00e0d
L
402112012-05-30 H.J. Lu <hongjiu.lu@intel.com>
40212
40213 [BZ #14117]
0bd53985
L
40214 * sysdeps/x86_64/bits/xtitypes.h: Renamed to ...
40215 * sysdeps/x86/bits/xtitypes.h: This.
40216
3a257e66
L
40217 * sysdeps/x86_64/bits/wordsize.h: Renamed to ...
40218 * sysdeps/x86/bits/wordsize.h: This.
40219
62f62904
L
40220 * sysdeps/i386/bits/huge_vall.h: Renamed to ...
40221 * sysdeps/x86/bits/huge_vall.h: This.
40222
404fe9d9
L
40223 * sysdeps/i386/bits/select.h: Removed.
40224 * sysdeps/x86_64/bits/select.h: Renamed to ...
40225 * sysdeps/x86/bits/select.h: This.
40226
d48d0446
L
40227 * sysdeps/i386/bits/setjmp.h: Removed.
40228 * sysdeps/x86_64/bits/setjmp.h: Renamed to ...
40229 * sysdeps/x86/bits/setjmp.h: This.
40230
7dc00e0d
L
40231 * sysdeps/i386/bits/mathdef.h: Removed.
40232 * sysdeps/x86_64/bits/mathdef.h: Renamed to ...
40233 * sysdeps/x86/bits/mathdef.h: This.
40234
03277f8f
AS
402352012-05-30 Andreas Schwab <schwab@linux-m68k.org>
40236
40237 [BZ #14132]
40238 * include/sys/socket.h (__connect_internal)
40239 (__libc_sa_len_internal): Remove declaration.
40240 (__connect, __libc_sa_len): Declare hidden_proto.
40241 (SA_LEN): Remove use of INTUSE.
40242 * socket/connect.c: Add libc_hidden_def.
40243 * sysdeps/mach/hurd/connect.c: Replace INTDEF by libc_hidden_def.
40244 * sysdeps/unix/sysv/linux/sa_len.c: Likewise.
40245 * sysdeps/unix/inet/syscalls.list: Remove __connect_internal
40246 alias.
40247 * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
40248 * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
40249 * sysdeps/unix/sysv/linux/connect.S: Use libc_hidden_weak instead
40250 of adding _internal alias.
40251
13764867
L
402522012-05-30 H.J. Lu <hongjiu.lu@intel.com>
40253
40254 [BZ #14117]
6bd97696
L
40255 * sysdeps/i386/bits/link.h: Removed.
40256 * sysdeps/i386/bits/linkmap.h: Likewise.
40257 * sysdeps/x86_64/bits/link.h: Renamed to ...
40258 * sysdeps/x86/bits/link.h: This.
40259 * sysdeps/x86_64/bits/linkmap.h: Renamed to ...
40260 * sysdeps/x86/bits/linkmap.h: This.
40261
f726f0bb
L
40262 * sysdeps/i386/bits/endian.h: Removed.
40263 * sysdeps/x86_64/bits/endian.h: Renamed to ...
40264 * sysdeps/x86/bits/endian.h: This.
40265
13764867
L
40266 * sysdeps/i386/bits/byteswap.h: Removed.
40267 * sysdeps/i386/bits/byteswap-16.h: Likewise.
40268 * sysdeps/x86_64/bits/byteswap.h: Renamed to ...
40269 * sysdeps/x86/bits/byteswap.h: This.
40270 * sysdeps/x86_64/bits/byteswap-16.h: Renamed to ...
40271 * sysdeps/x86/bits/byteswap-16.h: This.
40272 * sysdeps/i386/Implies: Add x86.
40273 * sysdeps/x86_64/Implies: Likewise.
40274
ae251b0b
DM
402752012-05-30 David S. Miller <davem@davemloft.net>
40276
40277 * soft-fp/soft-fp.h (FP_CUR_EXCEPTIONS): Define.
40278 (FP_TRAPPING_EXCEPTIONS): Provide default implementation.
40279 * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
40280 (FP_TRAPPING_EXCEPTIONS): Define.
40281 * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
40282 (FP_TRAPPING_EXCEPTIONS): Define.
40283 * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Signal underflow for
40284 subnormals only when inexact has been signalled or underflow
40285 exceptions are enabled.
40286 (_FP_PACK_CANONICAL): Likewise.
40287
d5c90867
L
402882012-05-30 H.J. Lu <hongjiu.lu@intel.com>
40289
40290 [BZ #14183]
40291 * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__NLINK_T_TYPE):
40292 Defined with __UWORD_TYPE if __x86_64__ isn't defined.
40293
63f1549e
RH
402942012-05-30 Richard Henderson <rth@twiddle.net>
40295
8d8f2279
RH
40296 * sysdeps/unix/make-syscalls.sh: Protect symbol_version output
40297 with #ifndef NOT_IN_libc.
40298
63f1549e
RH
40299 * scripts/abilist.awk: Accept 8 fields. Handle Alpha functions
40300 marked to avoid plt entry.
40301
0ab0291b
L
403022012-05-30 H.J. Lu <hongjiu.lu@intel.com>
40303
40304 [BZ #14112]
40305 * Makeconfig (default-abi): New macro.
40306 (abi-includes): Likewise.
40307 ($(common-objpfx)soversions.mk): Remove WORDSIZE check. Use
40308 $(abi-$(default-abi)-lib-soname) for soname if defined.
40309 ($(common-objpfx)gnu/lib-names.stmp): Generate from
40310 abi-variants.
40311 * Makefile (installed-stubs): Likewise.
40312 * include/stubs-biarch.h: Removed.
40313 * scripts/lib-names.awk: Only handle one library at a time.
40314 * scripts/soversions.awk: Remove WORDSIZE support.
40315 * shlib-versions: Remove WORDSIZE and i.86/s390x/powerpc64 ld
40316 entries.
40317 * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants):
40318 Removed.
40319 (syscall-list-default-condition): Likewise.
40320 (syscall-list-default-condition): Likewise.
40321 (syscall-list-includes): Likewise.
40322 ($(objpfx)bits/syscall%h $(objpfx)bits/syscall%d): Replace
40323 syscall-list-* with abi-*. Handle undefined abi-variants.
40324 * sysdeps/unix/sysv/linux/i386/Makefile (default-abi): New macro.
40325 * sysdeps/unix/sysv/linux/i386/Implies: New file.
40326 * sysdeps/unix/sysv/linux/x86/Makefile: Likewise.
40327 * sysdeps/unix/sysv/linux/x86_64/64/Makefile: Likewise.
40328 * sysdeps/unix/sysv/linux/x86_64/Implies: Add unix/sysv/linux/x86.
40329 * sysdeps/unix/sysv/linux/x86_64/Makefile (syscall-list-variants):
40330 Removed.
40331 (syscall-list-32-options): Likewise.
40332 (syscall-list-32-condition): Likewise.
40333 (syscall-list-64-options): Likewise.
40334 (syscall-list-64-condition): Likewise.
40335 * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (default-abi): New
40336 macro.
40337 * sysdeps/unix/sysv/linux/powerpc/Makefile (syscall-list-*):
40338 Renamed to ...
40339 (abi-*): This.
40340 (abi-64-ld-soname): New macro.
40341 * sysdeps/unix/sysv/linux/s390/Makefile: Likewise.
40342 * sysdeps/unix/sysv/linux/sparc/Makefile (syscall-list-*):
40343 Renamed to ...
40344 (abi-*): This.
40345 * sysdeps/x86_64/64/shlib-versions: Remove ld entry.
40346 * sysdeps/x86_64/x32/shlib-versions: Likewise.
40347
4da0431d
JM
403482012-05-30 Joseph Myers <joseph@codesourcery.com>
40349
3a85279c
JM
40350 * sysdeps/unix/sysv/linux/kernel-features.h
40351 (__ASSUME_TRUNCATE64_SYSCALL): Remove all definitions.
40352 * sysdeps/unix/sysv/linux/ftruncate64.c: Do not
40353 include <kernel-features.h>.
40354 [!__NR_ftruncate64]: Remove conditional code.
40355 [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
40356 [__NR_ftruncate64]: Make code unconditional.
40357 [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
40358 * sysdeps/unix/sysv/linux/truncate64.c: Do not
40359 include <kernel-features.h>.
40360 [!__NR_ftruncate64]: Remove conditional code.
40361 [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
40362 [__NR_ftruncate64]: Make code unconditional.
40363 [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
40364 * sysdeps/unix/sysv/linux/powerpc/powerpc32/ftruncate64.c: Do not
40365 include <kernel-features.h>.
40366 [!__NR_ftruncate64]: Remove conditional code.
40367 [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
40368 [__NR_ftruncate64]: Make code unconditional.
40369 [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
40370 * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
40371 include <kernel-features.h>.
40372 [!__NR_ftruncate64]: Remove conditional code.
40373 [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
40374 [__NR_ftruncate64]: Make code unconditional.
40375 [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
40376
4da0431d
JM
40377 * configure.in (libc_cv_fpie): Weaken to a compile test using
40378 LIBC_TRY_CC_OPTION.
40379 * configure: Regenerated.
40380
11ef492c
AK
403812012-05-29 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
40382
40383 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Refreshed.
40384 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Refreshed.
40385 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Refreshed.
40386 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
40387 Refreshed.
40388 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Refreshed.
40389 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Refreshed.
40390 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Refreshed.
40391 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Refreshed.
40392 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Refreshed.
40393 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
40394 Refreshed.
40395
d66ef399
DM
403962012-05-27 David S. Miller <davem@davemloft.net>
40397
40398 * sysdeps/sparc/sparc32/soft-fp/q_util.c (___Q_numbers): Delete.
40399 (___Q_zero): New.
40400 (__Q_simulate_exceptions): Return void. Change to simulate
40401 exceptions by writing into the %fsr.
40402 * sysdeps/sparc/sparc64/soft-fp/qp_util.c
40403 (__Qp_handle_exceptions): Likewise.
40404 (numbers): Delete.
40405 * sysdeps/sparc/sparc64/soft-fp/Versions: Remove entry for
40406 __Qp_handle_exceptions.
40407 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Remove
40408 __Qp_handle_exceptions.
40409 * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
40410 as unused and give dummy FP_RND_NEAREST initializer.
40411 (FP_INHIBIT_RESULTS): Define.
40412 (___Q_simulate_exceptions): Update declaration.
40413 (FP_HANDLE_EXCEPTIONS): Use ___Q_zero and tidy inline asm
40414 formatting.
40415 * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
40416 as unused and give dummy FP_RND_NEAREST initializer.
40417 (__Qp_handle_exceptions): Update declaration.
40418 (FP_HANDLE_EXCEPTIONS, QP_NO_EXCEPTIONS): Tidy inline asm
40419 formatting.
40420
04fb54b5
TS
404212012-05-27 Thomas Schwinge <thomas@codesourcery.com>
40422
40423 * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Use fpu_control_t for
40424 the temporary FPU control word.
40425 * sysdeps/sh/sh4/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
40426 * sysdeps/sh/sh4/fpu/feenablxcpt.c (feenableexcept): Likewise.
40427 * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Likewise.
40428 * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
40429 * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
40430 * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Likewise.
40431 * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
40432 * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
40433 * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
40434 * sysdeps/sh/sh4/fpu/fsetexcptflg.c (fesetexceptflag): Likewise.
40435 * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
40436
3f99608f
KK
404372012-05-27 Kaz Kojima <kkojima@rr.iij4u.or.jp>
40438
40439 * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Restore fpscr flag
40440 fields.
40441
65a4de4e
CLT
404422012-05-27 Chung-Lin Tang <cltang@codesourcery.com>
40443
40444 * sysdeps/sh/_mcount.S (_mount): Add CFI directives.
40445 * sysdeps/unix/sh/sysdep.S (__syscall_error): Likewise.
40446 * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S (__setcontext): Likewise.
40447 * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S (__swapcontext):
40448 Likewise.
40449 * sysdeps/unix/sysv/linux/sh/sh4/setcontext.S (__setcontext): Likewise.
40450 * sysdeps/unix/sysv/linux/sh/sh4/swapcontext.S (__swapcontext):
40451 Likewise.
40452
15749d40
UD
404532012-05-27 Ulrich Drepper <drepper@gmail.com>
40454
40455 * po/h.po: Update from translation team.
40456
25dbcb27
AS
404572012-05-26 Andreas Schwab <schwab@linux-m68k.org>
40458
3d3f8e55
AS
40459 * sysdeps/powerpc/powerpc32/dl-irel.h: Include <ldsodefs.h>.
40460
25dbcb27
AS
40461 * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Optimize
40462 handling of denormals.
40463 * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
40464 * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
40465 * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
40466 * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
40467 * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
40468 * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c (_logb): Likewise.
40469 * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (_logbl):
40470 Likewise.
40471
7ad47a80 404722012-05-26 Marek Polacek <polacek@redhat.com>
d81dcb35
MP
40473
40474 [BZ #14152]
40475 * math/libm-test.inc (fma_test): Don't always expect underflow
40476 exception.
40477
9c6ea9fa
SP
404782012-05-26 Siddhesh Poyarekar <siddhesh@redhat.com>
40479
40480 [BZ #12416]
40481 * elf/tst-execstack.c: Include stackinfo.h.
40482 (do_test): Adjust test case to ensure that pthread_getattr_np
40483 behaviour remains the same after marking stack executable.
40484
a8239222
JM
404852012-05-25 Joseph Myers <joseph@codesourcery.com>
40486
40487 * sysdeps/unix/sysv/linux/kernel-features.h
40488 (__ASSUME_NEW_GETRLIMIT_SYSCALL): Remove all definitions.
40489 * sysdeps/unix/sysv/linux/i386/getrlimit.c: Do not include
40490 kernel-features.h.
40491 [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
40492 [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
40493 * sysdeps/unix/sysv/linux/i386/setrlimit.c Do not include
40494 kernel-features.h.
40495 [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
40496 [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
40497
918b5606
L
404982012-05-25 H.J. Lu <hongjiu.lu@intel.com>
40499
40500 * configure.in: Define the default includes to being none.
40501 * configure: Regenerated.
40502
3a097cc7
RM
405032012-05-25 Roland McGrath <roland@hack.frob.com>
40504
8422c9a5
RM
40505 * sysdeps/x86_64/__longjmp.S: Add a static probe here.
40506 * sysdeps/x86_64/setjmp.S: Likewise.
40507 * sysdeps/i386/bsd-setjmp.S: Likewise.
40508 * sysdeps/i386/bsd-_setjmp.S: Likewise.
40509 * sysdeps/i386/setjmp.S: Likewise.
40510 * sysdeps/i386/__longjmp.S: Likewise.
40511 * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
40512 * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S: Likewise.
40513
3a097cc7
RM
40514 * include/stap-probe.h: New file.
40515 * configure.in: Handle --enable-systemtap.
40516 * configure: Regenerated.
40517 * config.h.in (USE_STAP_PROBE): New #undef.
40518 * extra-lib.mk (CPPFLAGS-$(lib)): Add -DIN_LIB=$(lib).
40519 * elf/Makefile (CPPFLAGS-.os): Add -DIN_LIB=rtld.
40520 * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
40521
21708942
JM
405222012-05-25 Joseph Myers <joseph@codesourcery.com>
40523
40524 [BZ #13717]
40525 * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
40526 to 2.4.0 where earlier.
40527 * sysdeps/unix/sysv/linux/configure: Regenerated.
40528 * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
40529 <kernel-features.h>.
40530 [__ASSUME_32BITUIDS]: Make code unconditional.
40531 [!__ASSUME_32BITUIDS]: Remove conditional code.
40532 * sysdeps/unix/sysv/linux/i386/fchown.c: Do not include
40533 <kernel-features.h>.
40534 [__ASSUME_32BITUIDS]: Make code unconditional.
40535 [!__ASSUME_32BITUIDS]: Remove conditional code.
40536 * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat)
40537 [__ASSUME_32BITUIDS]: Make code unconditional.
40538 (fchownat) [!__ASSUME_32BITUIDS]: Remove conditional code.
40539 * sysdeps/unix/sysv/linux/i386/getegid.c: Do not include
40540 <kernel-features.h>.
40541 [__ASSUME_32BITUIDS]: Make code unconditional.
40542 [!__ASSUME_32BITUIDS]: Remove conditional code.
40543 * sysdeps/unix/sysv/linux/i386/geteuid.c: Do not include
40544 <kernel-features.h>.
40545 [__ASSUME_32BITUIDS]: Make code unconditional.
40546 [!__ASSUME_32BITUIDS]: Remove conditional code.
40547 * sysdeps/unix/sysv/linux/i386/getgid.c: Do not include
40548 <kernel-features.h>.
40549 [__ASSUME_32BITUIDS]: Make code unconditional.
40550 [!__ASSUME_32BITUIDS]: Remove conditional code.
40551 * sysdeps/unix/sysv/linux/i386/getgroups.c: Do not include
40552 <kernel-features.h>.
40553 [__ASSUME_32BITUIDS]: Make code unconditional.
40554 [!__ASSUME_32BITUIDS]: Remove conditional code.
40555 * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
40556 <kernel-features.h>.
40557 [__ASSUME_32BITUIDS]: Make code unconditional.
40558 [!__ASSUME_32BITUIDS]: Remove conditional code.
40559 * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
40560 <kernel-features.h>.
40561 [__ASSUME_32BITUIDS]: Make code unconditional.
40562 [!__ASSUME_32BITUIDS]: Remove conditional code.
40563 * sysdeps/unix/sysv/linux/i386/getuid.c: Do not include
40564 <kernel-features.h>.
40565 [__ASSUME_32BITUIDS]: Make code unconditional.
40566 [!__ASSUME_32BITUIDS]: Remove conditional code.
40567 * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
40568 <kernel-features.h>.
40569 [__ASSUME_32BITUIDS]: Make code unconditional.
40570 [!__ASSUME_32BITUIDS]: Remove conditional code.
40571 * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
40572 <kernel-features.h>.
40573 [__ASSUME_32BITUIDS]: Make code unconditional.
40574 [!__ASSUME_32BITUIDS]: Remove conditional code.
40575 * sysdeps/unix/sysv/linux/i386/semctl.c: Do not include
40576 <kernel-features.h>.
40577 [__ASSUME_32BITUIDS]: Make code unconditional.
40578 [!__ASSUME_32BITUIDS]: Remove conditional code.
40579 * sysdeps/unix/sysv/linux/i386/setegid.c: Do not include
40580 <kernel-features.h>.
40581 [__NR_setresgid] (__setresgid): Do not declare.
40582 [__ASSUME_32BITUIDS]: Make code unconditional.
40583 [!__ASSUME_32BITUIDS]: Remove conditional code.
40584 * sysdeps/unix/sysv/linux/i386/seteuid.c: Do not include
40585 <kernel-features.h>.
40586 [__NR_setresuid] (__setresuid): Do not declare.
40587 [__ASSUME_32BITUIDS]: Make code unconditional.
40588 [!__ASSUME_32BITUIDS]: Remove conditional code.
40589 * sysdeps/unix/sysv/linux/i386/setfsgid.c: Do not include
40590 <kernel-features.h>.
40591 [__ASSUME_32BITUIDS]: Make code unconditional.
40592 [!__ASSUME_32BITUIDS]: Remove conditional code.
40593 * sysdeps/unix/sysv/linux/i386/setfsuid.c: Do not include
40594 <kernel-features.h>.
40595 [__ASSUME_32BITUIDS]: Make code unconditional.
40596 [!__ASSUME_32BITUIDS]: Remove conditional code.
40597 * sysdeps/unix/sysv/linux/i386/setgid.c: Do not include
40598 <kernel-features.h>.
40599 [__ASSUME_32BITUIDS]: Make code unconditional.
40600 [!__ASSUME_32BITUIDS]: Remove conditional code.
40601 * sysdeps/unix/sysv/linux/i386/setgroups.c: Do not include
40602 <kernel-features.h>.
40603 [__ASSUME_32BITUIDS]: Make code unconditional.
40604 [!__ASSUME_32BITUIDS]: Remove conditional code.
40605 * sysdeps/unix/sysv/linux/i386/setregid.c: Do not include
40606 <kernel-features.h>.
40607 [__ASSUME_32BITUIDS]: Make code unconditional.
40608 [!__ASSUME_32BITUIDS]: Remove conditional code.
40609 * sysdeps/unix/sysv/linux/i386/setresgid.c: Do not include
40610 <kernel-features.h>.
40611 [__ASSUME_32BITUIDS]: Make code unconditional.
40612 [!__ASSUME_32BITUIDS]: Remove conditional code.
40613 * sysdeps/unix/sysv/linux/i386/setresuid.c: Do not include
40614 <kernel-features.h>.
40615 [__ASSUME_32BITUIDS]: Make code unconditional.
40616 [!__ASSUME_32BITUIDS]: Remove conditional code.
40617 * sysdeps/unix/sysv/linux/i386/setreuid.c: Do not include
40618 <kernel-features.h>.
40619 [__ASSUME_32BITUIDS]: Make code unconditional.
40620 [!__ASSUME_32BITUIDS]: Remove conditional code.
40621 * sysdeps/unix/sysv/linux/i386/setuid.c: Do not include
40622 <kernel-features.h>.
40623 [__ASSUME_32BITUIDS]: Make code unconditional.
40624 [!__ASSUME_32BITUIDS]: Remove conditional code.
40625 * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
40626 <kernel-features.h>.
40627 [__ASSUME_32BITUIDS]: Make code unconditional.
40628 [!__ASSUME_32BITUIDS]: Remove conditional code.
40629 * sysdeps/unix/sysv/linux/kernel-features.h
40630 (__ASSUME_SETRESUID_SYSCALL): Remove.
40631 (__ASSUME_SETRESGID_SYSCALL): Likewise.
40632 (__ASSUME_32BITUIDS): Likewise.
40633 (__ASSUME_LDT_WORKS): Likewise.
40634 (__ASSUME_O_DIRECTORY): Likewise.
40635 (__ASSUME_NEW_GETRLIMIT_SYSCALL): Define conditional on
40636 architecture but not kernel version.
40637 (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
40638 (__ASSUME_MMAP2_SYSCALL): Likewise.
40639 (__ASSUME_STAT64_SYSCALL): Likewise.
40640 (__ASSUME_IPC64): Likewise.
40641 * sysdeps/unix/sysv/linux/local-setxid.h: Do not include
40642 <kernel-features.h>.
40643 [__ASSUME_32BITUIDS]: Make code unconditional.
40644 [!__ASSUME_32BITUIDS]: Remove conditional code.
40645 * sysdeps/unix/sysv/linux/opendir.c: Do not include
40646 <kernel-features.h>.
40647 [__ASSUME_O_DIRECTORY]: Make code unconditional.
40648 * sysdeps/unix/sysv/linux/opensock.c [__LINUX_KERNEL_VERSION <
40649 132096]: Remove conditional code.
40650 [__LINUX_KERNEL_VERSION >= 132096]: Make code unconditional.
40651 * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
40652 <kernel-features.h>.
40653 [__ASSUME_32BITUIDS]: Make code unconditional.
40654 [!__ASSUME_32BITUIDS]: Remove conditional code.
40655 * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
40656 <kernel-features.h>.
40657 [__ASSUME_32BITUIDS]: Make code unconditional.
40658 [!__ASSUME_32BITUIDS]: Remove conditional code.
40659 * sysdeps/unix/sysv/linux/setegid.c: Do not include
40660 <kernel-features.h>.
40661 [__NR_setresgid || __ASSUME_SETRESGID_SYSCALL]: Make code
40662 unconditional.
40663 (__setresgid): Do not declare.
40664 [__ASSUME_32BITUIDS]: Make code unconditional.
40665 [!__ASSUME_32BITUIDS]: Remove conditional code.
40666 * sysdeps/unix/sysv/linux/seteuid.c: Do not include
40667 <kernel-features.h>.
40668 [__NR_setresuid || __ASSUME_SETRESUID_SYSCALL]: Make code
40669 unconditional.
40670 (__setresuid): Do not declare.
40671 [__ASSUME_32BITUIDS]: Make code unconditional.
40672 [!__ASSUME_32BITUIDS]: Remove conditional code.
40673 * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
40674 <kernel-features.h>.
40675 [__ASSUME_32BITUIDS]: Make code unconditional.
40676 [!__ASSUME_32BITUIDS]: Remove conditional code.
40677 * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Do not include
40678 <kernel-features.h>.
40679 [__ASSUME_32BITUIDS]: Make code unconditional.
40680 [!__ASSUME_32BITUIDS]: Remove conditional code.
40681
a386f1cc
RH
406822012-05-25 Richard Henderson <rth@twiddle.net>
40683
40684 * sysdeps/powerpc/powerpc32/dl-irel.h (elf_ifunc_invoke): Pass
40685 dl_hwcap to ifunc resolver.
40686 * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Use
40687 elf_ifunc_invoke.
40688 * sysdeps/powerpc/powerpc64/dl-irel.h (elf_ifunc_invoke): Pass
40689 dl_hwcap to ifunc resolver.
40690 * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Likewise.
40691
b6550497
JM
406922012-05-24 Joseph Myers <joseph@codesourcery.com>
40693
40694 [BZ #14153]
40695 * sysdeps/ieee754/flt-32/e_acosf.c (__ieee754_acosf): Return pi/2
40696 for |x| <= 2**-26, not 2**-57.
40697 * math/libm-test.inc (acos_test): Do not allow spurious underflow
40698 exception.
40699
b0bc23a1
JL
407002012-05-24 Jeff Law <law@redhat.com>
40701
40702 * stdio-common/Makefile (tests): Add bug25.
40703 * stdio-common/bug25.c: New test.
40704
347c92e9
L
407052012-05-24 H.J. Lu <hongjiu.lu@intel.com>
40706
40707 [BZ #13576]
40708 * malloc/malloc.c (sYSMALLOc): Free the old top chunk with a
40709 multiple of MALLOC_ALIGNMENT in size.
40710 (_int_free): Check chunk size is a multiple of MALLOC_ALIGNMENT.
40711
6bcc8b3f
JM
407122012-05-24 Joseph Myers <joseph@codesourcery.com>
40713
40714 * conform/data/stdio.h-data (BUFSIZ): Use macro-int-constant.
40715 Require >= 256.
40716 (FILENAME_MAX): Use macro-int-constant.
40717 (FOPEN_MAX): Use macro-int-constant. Require >= 8.
40718 (_IOFBF): Use macro-int-constant.
40719 (_IOLBF): Likewise.
40720 (_IONBF): Likewise.
40721 (SEEK_CUR): Likewise.
40722 (SEEK_END): Likewise.
40723 (SEEK_SET): Likewise.
40724 (TMP_MAX): Likewise.
40725 (EOF): Use macro-int-constant. Require < 0.
40726 (NULL): Use macro-constant. Require == 0.
40727 (stdin): Require type to be FILE *.
40728 (stdout): Likewise.
40729 (stderr): Likewise.
40730 * conform/data/stdlib.h-data (EXIT_FAILURE): Use
40731 macro-int-constant.
40732 (EXIT_SUCCESS): Likewise.
40733 (NULL): Use macro-constant. Require == 0.
40734 (RAND_MAX): Use macro-int-constant.
40735 [ISO99 || ISO11] (lldiv_t): Require also for these standards.
40736 [C99-based standards] (strtof): Require function.
40737 [C99-based standards] (strtold): Likewise.
40738 [C99-based standards] (strtoll): Likewise.
40739 [C99-based standards] (strtoull): Likewise.
40740 [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
40741 [ISO || ISO99 || ISO11] (limits.h): Likewise.
40742 [ISO || ISO99 || ISO11] (math.h): Likewise.
40743 [ISO || ISO99 || ISO11] (sys/wait.h): Likewise.
40744 (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
40745 [ISO || ISO99 || ISO11] (*_t): Do not allow.
40746
d18ea0c5
AS
407472012-05-24 Andreas Schwab <schwab@linux-m68k.org>
40748
40749 [BZ #14132]
56d25bb8
AS
40750 * argp/argp-help.c (dgettext) [_LIBC]: Remove use of INTUSE.
40751 * argp/argp-parse.c (dgettext) [_LIBC]: Likewise.
40752 * intl/dgettext.c (DCGETTEXT): Likewise.
40753 * intl/gettext.c (DCGETTEXT): Likewise.
40754 * intl/l10nflist.c (__argz_count, __argz_stringify): Likewise.
40755 * posix/regex_internal.h (gettext): Likewise.
40756 * include/libintl.h (__dcgettext_internal, __dcngettext_internal):
40757 Remove declaration.
40758 * include/argz.h (__argz_count_internal)
40759 (__argz_stringify_internal): Remove declaration.
40760 (__argz_count, __argz_stringify): Declare hidden proto.
40761 * intl/dcgettext.c: Remove use of INTDEF.
40762 * string/argz-count.c: Replace INTDEF with libc_hidden_def.
40763 * string/argz-stringify.c: Likewise.
40764 * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
40765 (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
40766 Declare hidden proto.
d18ea0c5
AS
40767 * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
40768 (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
40769 Declare hidden proto.
40770 * include/stdio.h (__asprintf_internal): Don't declare.
40771 (__asprintf): Don't define as macro. Declare hidden proto.
40772 * include/stdio_ext.h (__fsetlocking_internal): Don't declare.
40773 (__fsetlocking): Declare hidden proto.
40774 * libio/iolibio.h (_IO_fdopen, _IO_fflush, _IO_ftell, _IO_fread)
40775 (_IO_fwrite, _IO_setbuffer, _IO_setvbuf, _IO_vsprintf): Declare
40776 hidden proto.
40777 (_IO_vprintf, _IO_freopen, _IO_freopen64, _IO_setbuf)
40778 (_IO_setlinebuf): Remove use of INTUSE.
40779 (_IO_setbuffer_internal, _IO_fread_internal, _IO_fdopen_internal)
40780 (_IO_vsprintf_internal, _IO_fflush_internal, _IO_fwrite_internal)
40781 (_IO_ftell_internal, _IO_fputs_internal, _IO_setvbuf_internal):
40782 Remove declaration.
40783 * libio/libioP.h (INTUSE, INTDEF, INTDEF2): Don't define.
40784 (_IO_do_flush): Remove use of INTUSE.
40785 (_IO_switch_to_get_mode, _IO_init, _IO_sputbackc, _IO_un_link)
40786 (_IO_link_in, _IO_doallocbuf, _IO_unsave_markers, _IO_setb)
40787 (_IO_adjust_column, _IO_least_wmarker)
40788 (_IO_switch_to_main_wget_area, _IO_switch_to_wbackup_area)
40789 (_IO_switch_to_wget_mode, _IO_wsetb, _IO_sputbackwc)
40790 (_IO_wdoallocbuf, _IO_default_uflow, _IO_wdefault_uflow)
40791 (_IO_default_doallocate, _IO_wdefault_doallocate)
40792 (_IO_default_finish, _IO_wdefault_finish, _IO_default_pbackfail)
40793 (_IO_wdefault_pbackfail, _IO_default_xsputn, _IO_wdefault_xsputn)
40794 (_IO_default_xsgetn, _IO_wdefault_xsgetn, _IO_do_write)
40795 (_IO_wdo_write, _IO_flush_all, _IO_flush_all_linebuffered)
40796 (_IO_file_doallocate, _IO_file_setbuf, _IO_file_seekoff)
40797 (_IO_file_xsputn, _IO_file_xsgetn, _IO_file_stat, _IO_file_close)
40798 (_IO_file_underflow, _IO_file_overflow, _IO_file_init)
40799 (_IO_file_attach, _IO_file_fopen, _IO_file_read, _IO_file_sync)
40800 (_IO_file_close_it, _IO_file_seek, _IO_file_finish)
40801 (_IO_wfile_xsputn, _IO_wfile_sync, _IO_wfile_underflow)
40802 (_IO_wfile_overflow, _IO_wfile_seekoff, _IO_str_underflow)
40803 (_IO_str_overflow, _IO_str_pbackfail, _IO_str_seekoff)
40804 (_IO_getline, _IO_getline_info, _IO_list_all): Declare hidden
40805 proto.
40806 (_IO_flush_all_internal, _IO_adjust_column_internal)
40807 (_IO_default_uflow_internal, _IO_default_finish_internal)
40808 (_IO_default_pbackfail_internal, _IO_default_xsputn_internal)
40809 (_IO_default_xsgetn_internal, _IO_default_doallocate_internal)
40810 (_IO_wdefault_finish_internal, _IO_wdefault_pbackfail_internal)
40811 (_IO_wdefault_xsputn_internal, _IO_wdefault_xsgetn_internal)
40812 (_IO_wdefault_doallocate_internal, _IO_wdefault_uflow_internal)
40813 (_IO_file_doallocate_internal, _IO_file_setbuf_internal)
40814 (_IO_file_seekoff_internal, _IO_file_xsputn_internal)
40815 (_IO_file_xsgetn_internal, _IO_file_stat_internal)
40816 (_IO_file_close_internal, _IO_file_close_it_internal)
40817 (_IO_file_underflow_internal, _IO_file_overflow_internal)
40818 (_IO_file_init_internal, _IO_file_attach_internal)
40819 (_IO_file_fopen_internal, _IO_file_read_internal)
40820 (_IO_file_sync_internal, _IO_file_seek_internal)
40821 (_IO_file_finish_internal, _IO_wfile_xsputn_internal)
40822 (_IO_wfile_seekoff_internal, _IO_wfile_sync_internal)
40823 (_IO_str_underflow_internal, _IO_str_overflow_internal)
40824 (_IO_str_pbackfail_internal, _IO_str_seekoff_internal)
40825 (_IO_file_jumps_internal, _IO_wfile_jumps_internal)
40826 (_IO_list_all_internal, _IO_link_in_internal)
40827 (_IO_sputbackc_internal, _IO_wdoallocbuf_internal)
40828 (_IO_sgetn_internal, _IO_flush_all_linebuffered_internal)
40829 (_IO_switch_to_wget_mode_internal, _IO_unsave_markers_internal)
40830 (_IO_switch_to_main_wget_area_internal, _IO_wdo_write_internal)
40831 (_IO_do_write_internal, _IO_padn_internal)
40832 (_IO_getline_info_internal, _IO_getline_internal)
40833 (_IO_free_wbackup_area_internal, _IO_free_backup_area_internal)
40834 (_IO_switch_to_wbackup_area_internal, _IO_setb_internal)
40835 (_IO_sputbackwc_internal, _IO_switch_to_get_mode_internal)
40836 (_IO_vfscanf_internal, _IO_vfprintf_internal)
40837 (_IO_doallocbuf_internal, _IO_wsetb_internal, _IO_putc_internal)
40838 (_IO_init_internal, _IO_un_link_internal): Don't declare.
40839 * libio/fileops.c: Replace INTDEF with libc_hidden_def and INTDEF2
40840 with libc_hidden_ver, remove use of INTUSE.
40841 * libio/genops.c: Likewise.
40842 * libio/freopen.c: Likewise.
40843 * libio/freopen64.c: Likewise.
40844 * libio/iofclose.c: Likewise.
40845 * libio/iofdopen.c: Likewise.
40846 * libio/iofflush.c: Likewise.
40847 * libio/iofflush_u.c: Likewise.
40848 * libio/iofgets.c: Likewise.
40849 * libio/iofgets_u.c: Likewise.
40850 * libio/iofopen.c: Likewise.
40851 * libio/iofopncook.c: Likewise.
40852 * libio/iofread.c: Likewise.
40853 * libio/iofread_u.c: Likewise.
40854 * libio/ioftell.c: Likewise.
40855 * libio/iofwrite.c: Likewise.
40856 * libio/iogetline.c: Likewise.
40857 * libio/iogets.c: Likewise.
40858 * libio/iogetwline.c: Likewise.
40859 * libio/iopadn.c: Likewise.
40860 * libio/iopopen.c: Likewise.
40861 * libio/ioseekoff.c: Likewise.
40862 * libio/ioseekpos.c: Likewise.
40863 * libio/iosetbuffer.c: Likewise.
40864 * libio/iosetvbuf.c: Likewise.
40865 * libio/ioungetc.c: Likewise.
40866 * libio/ioungetwc.c: Likewise.
40867 * libio/iovdprintf.c: Likewise.
40868 * libio/iovsprintf.c: Likewise.
40869 * libio/iovsscanf.c: Likewise.
40870 * libio/memstream.c: Likewise.
40871 * libio/obprintf.c: Likewise.
40872 * libio/oldfileops.c: Likewise.
40873 * libio/oldiofclose.c: Likewise.
40874 * libio/oldiofdopen.c: Likewise.
40875 * libio/oldiofopen.c: Likewise.
40876 * libio/oldiopopen.c: Likewise.
40877 * libio/oldstdfiles.c: Likewise.
40878 * libio/putc.c: Likewise.
40879 * libio/setbuf.c: Likewise.
40880 * libio/setlinebuf.c: Likewise.
40881 * libio/stdfiles.c: Likewise.
40882 * libio/strops.c: Likewise.
40883 * libio/vasprintf.c: Likewise.
40884 * libio/vscanf.c: Likewise.
40885 * libio/vsnprintf.c: Likewise.
40886 * libio/vswprintf.c: Likewise.
40887 * libio/wfiledoalloc.c: Likewise.
40888 * libio/wfileops.c: Likewise.
40889 * libio/wgenops.c: Likewise.
40890 * libio/wmemstream.c: Likewise.
40891 * libio/wstrops.c: Likewise.
40892 * libio/__fpurge.c: Likewise.
40893 * libio/__fsetlocking.c: Likewise.
40894 * assert/assert.c: Likewise.
40895 * debug/fgets_chk.c: Likewise.
40896 * debug/fgets_u_chk.c: Likewise.
40897 * debug/fread_chk.c: Likewise.
40898 * debug/fread_u_chk.c: Likewise.
40899 * debug/gets_chk.c: Likewise.
40900 * debug/obprintf_chk.c: Likewise.
40901 * debug/vasprintf_chk.c: Likewise.
40902 * debug/vdprintf_chk.c: Likewise.
40903 * debug/vsnprintf_chk.c: Likewise.
40904 * debug/vsprintf_chk.c: Likewise.
40905 * malloc/mtrace.c: Likewise.
40906 * misc/error.c: Likewise.
40907 * misc/syslog.c: Likewise.
40908 * stdio-common/asprintf.c: Likewise.
40909 * stdio-common/fxprintf.c: Likewise.
40910 * stdio-common/getw.c: Likewise.
40911 * stdio-common/isoc99_fscanf.c: Likewise.
40912 * stdio-common/isoc99_scanf.c: Likewise.
40913 * stdio-common/isoc99_vfscanf.c: Likewise.
40914 * stdio-common/isoc99_vscanf.c: Likewise.
40915 * stdio-common/isoc99_vsscanf.c: Likewise.
40916 * stdio-common/printf-prs.c: Likewise.
40917 * stdio-common/printf_fp.c: Likewise.
40918 * stdio-common/printf_fphex.c: Likewise.
40919 * stdio-common/printf_size.c: Likewise.
40920 * stdio-common/putw.c: Likewise.
40921 * stdio-common/scanf.c: Likewise.
40922 * stdio-common/sprintf.c: Likewise.
40923 * stdio-common/tmpfile.c: Likewise.
40924 * stdio-common/vfprintf.c: Likewise.
40925 * stdio-common/vfscanf.c: Likewise.
40926 * stdlib/strfmon_l.c: Likewise.
40927 * sunrpc/openchild.c: Likewise.
40928 * sunrpc/xdr_stdio.c: Likewise.
40929 * sysdeps/ieee754/ldbl-opt/nldbl-compat.c: Likewise.
40930 * sysdeps/mach/hurd/tmpfile.c: Likewise.
40931
d6c33fda
RM
409322012-05-24 Roland McGrath <roland@hack.frob.com>
40933
c1487492
RM
40934 * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
40935
40936 * sysdeps/unix/make-syscalls.sh: Support "syscall:vdso_name@VDSOVER"
40937 in the third column, to generate for the shared library an IFUNC
40938 that uses _dl_vdso_vsym.
40939 * Makerules (COMPILE.c, compile-stdin.c): New variables.
40940 * Makeconfig (object-suffixes-noshared): New variable.
40941
40942 * sysdeps/unix/sysv/linux/dl-vdso.h (PREPARE_VERSION_KNOWN): New macro.
40943 (VDSO_NAME_LINUX_2_6, VDSO_HASH_LINUX_2_6): New macros.
40944 (VDSO_NAME_LINUX_2_6_15, VDSO_HASH_LINUX_2_6_15): New macros.
40945 (VDSO_NAME_LINUX_2_6_29, VDSO_HASH_LINUX_2_6_29): New macros.
40946
d6c33fda
RM
40947 [BZ #14132]
40948 * include/sys/time.h (__gettimeofday): Remove macro.
40949 (__gettimeofday, gettimeofday): Add libc_hidden_proto.
40950 * time/gettimeofday.c (__gettimeofday): Remove #undef.
40951 Remove INTDEF.
40952 (__gettimeofday): Add libc_hidden_def.
40953 (gettimeofday): Add libc_hidden_weak.
40954 * sysdeps/mach/gettimeofday.c: Likewise.
40955 * sysdeps/posix/gettimeofday.c: Likewise.
40956 * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Likewise.
40957 * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Likewise.
40958 * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c
40959 (__gettimeofday_internal): Remove strong_alias.
40960 (__gettimeofday): Add libc_hidden_def.
40961 (gettimeofday): Add libc_hidden_weak.
40962 * sysdeps/unix/syscalls.list (gettimeofday):
40963 Remove __gettimeofday_internal alias.
40964
b5a2bbe6
L
409652012-05-24 Daniel Jacobowitz <drow@false.org>
40966 H.J. Lu <hongjiu.lu@intel.com>
40967
40968 [BZ #12495]
40969 * malloc/malloc.c (SMALLBIN_CORRECTION): New.
40970 (MIN_LARGE_SIZE, smallbin_index): Use it to handle 16-byte alignment.
40971 (largebin_index_32_big): New.
40972 (largebin_index): Use it for 16-byte alignment.
40973 (sYSMALLOc): Handle MALLOC_ALIGNMENT > 2 * SIZE_SZ. Don't update
40974 correction with front_misalign.
40975
cfba4fda
L
409762012-05-24 H.J. Lu <hongjiu.lu@intel.com>
40977
7f907421
L
40978 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: New file.
40979 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
40980 Likewise.
40981 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist:
40982 Likewise.
40983 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
40984 Likewise.
40985 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist:
40986 Likewise.
40987 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist:
40988 Likewise.
40989 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist:
40990 Likewise.
40991 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist:
40992 Likewise.
40993 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
40994 Likewise.
40995 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist:
40996 Likewise.
40997 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist:
40998 Likewise.
40999 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
41000 Likewise.
41001 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist:
41002 Likewise.
41003
cfba4fda
L
41004 * scripts/data/c++-types-x32-linux-gnu.data: New file.
41005 * sysdeps/x86_64/x32/shlib-versions: Add x32 ABI entry.
41006
80bad0cc
JM
410072012-05-24 Joseph Myers <joseph@codesourcery.com>
41008
7a25eb06
JM
41009 [BZ #10846]
41010 [BZ #14036]
41011 * math/libm-test.inc (exp_test): Add test from bug 14036.
41012 (pow_test): Add test from bug 10846.
41013
795405f9
JM
41014 * math/gen-libm-test.pl (%beautify): Remove entries for exceptions
41015 and other flags.
41016 (special_function): Do not include flags in test name.
41017 (parse_args): Likewise.
41018 * sysdeps/i386/fpu/libm-test-ulps: Update.
41019 * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
41020 * sysdeps/s390/fpu/libm-test-ulps: Likewise.
41021 * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
41022 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41023
80bad0cc
JM
41024 * math/gen-libm-test.pl (%beautify): Add entries for underflow
41025 exceptions.
41026 * math/libm-test.inc ("Philosophy"): Update comment about
41027 exception testing.
41028 (UNDERFLOW_EXCEPTION): New macro.
41029 (UNDERFLOW_EXCEPTION_OK): Likewise.
41030 (UNDERFLOW_EXCEPTION_FLOAT): Likewise.
41031 (UNDERFLOW_EXCEPTION_OK_FLOAT): Likewise.
41032 (UNDERFLOW_EXCEPTION_DOUBLE): Likewise.
41033 (UNDERFLOW_EXCEPTION_LDOUBLE_IBM): Likewise.
41034 (INVALID_EXCEPTION_OK): Update value.
41035 (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
41036 (OVERFLOW_EXCEPTION_OK): Likewise.
41037 (IGNORE_ZERO_INF_SIGN): Likewise.
41038 (test_exceptions): Handle underflow exceptions.
41039 (acos_test): Update for underflow exception expectations.
41040 (cexp_test): Likewise.
41041 (clog_test): Likewise.
41042 (clog10_test): Likewise.
41043 (csqrt_test): Likewise.
41044 (ctan_test): Likewise.
41045 (ctanh_test): Likewise.
41046 (exp_test): Likewise.
41047 (exp10_test): Likewise.
41048 (exp2_test): Likewise.
41049 (expm1_test): Likewise.
41050 (fma_test): Likewise.
41051 (j0_test): Likewise.
41052 (jn_test): Likewise.
41053 (nexttoward_test): Likewise.
41054 (pow_test): Likewise.
41055 (scalbn_test): Likewise.
41056 (scalbln_test): Likewise.
41057 (tan_test): Likewise.
41058 (y1_test): Likewise.
41059 * sysdeps/i386/fpu/libm-test-ulps: Update.
41060 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41061
9e0e3d0b
DM
410622012-05-23 David S. Miller <davem@davemloft.net>
41063
41064 * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
41065 (__libc_sigaction): Remove unused local variables.
41066
ccd0a08f
L
410672012-05-23 H.J. Lu <hongjiu.lu@intel.com>
41068
41069 * sysdeps/unix/sysv/linux/x86_64/x32/configure: New file.
41070
62bdf9a6
PE
410712012-05-23 Paul Eggert <eggert@cs.ucla.edu>
41072
f8591f80
PE
41073 mktime: avoid signed integer overflow
41074 * time/mktime.c (__mktime_internal): Do not mishandle the case
41075 where diff == INT_MIN.
41076
94c7d826
PE
41077 mktime: simplify computation of average
41078 * time/mktime.c (ranged_convert): Use new time_t_avg function
41079 instead of rolling our own (probably-slower) code.
41080
ce73d683
PE
41081 mktime: do not assume signed right shift propagates sign bit
41082 * time/mktime.c (isdst_differ): New static function.
41083 (__mktime_internal): No need to normalize tm_isdst now.
41084 (__mktime_internal, not_equal_tm): Use isdst_differ to compare
41085 tm_isdst values.
41086
72a22e59
PE
41087 mktime: merge another wrapv change from gnulib
41088 * time/mktime.c (TYPE_MAXIMUM): Rework slightly to avoid diagnostics
41089 from some compilers.
41090
68605433
PE
41091 mktime: remove incorrect attempt at unusual arithmetics
41092 * time/mktime.c (TYPE_ONES_COMPLEMENT, TYPE_SIGNED_MAGNITUDE): Remove.
41093 The code didn't really work on such machines anyway.
41094 (TYPE_MINIMUM): Assume two's complement.
41095 (twos_complement_arithmetic): Verify that long_int and time_t
41096 are two's complement (or unsigned, in the latter case).
41097
03cf7fe3
PE
41098 mktime: check signed shifts on long_int and time_t, too
41099 * time/mktime.c (SHR): Check that shifts work as desired
41100 on the types long_int and time_t too, as SHR is used on
41101 such types.
41102
f04dfbc2
PE
41103 mktime: do not assume 'long' is wide enough
41104 * time/mktime.c (verify): Move decl up.
41105 (long_int): New type.
41106 (leapyear, ydhms_diff, guess_time_tm, __mktime_internal): Use it,
41107 to remove assumption in the code that 'long' is wide enough to
41108 store year values. This assumption is not true on x32 and on
41109 some non-glibc platforms.
41110
62bdf9a6
PE
41111 mktime: merge wrapv change from gnulib
41112 * time/mktime.c (WRAPV): New macro.
41113 (time_t_avg, time_t_add_ok, time_t_int_add_ok): New static functions.
41114 (guess_time_tm, __mktime_internal): Do not assume that signed
41115 integer overflow wraps around; modern compilers generate code
41116 where this assumption is no longer valid.
41117
5e292e4f
L
411182012-05-23 H.J. Lu <hongjiu.lu@intel.com>
41119
41120 * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
41121 Replace "jmp L(pseudo_end)" with "ret".
41122 * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_ERROR_HANDLER):
41123 Likewise.
41124
8caf8c87
AJ
411252012-05-23 Andreas Jaeger <aj@suse.de>
41126
41127 * sysdeps/unix/sysv/linux/syscalls.list: Add poll.
41128 * sysdeps/unix/sysv/linux/poll.c: Remove file.
41129
1a09dc56
AJ
411302012-05-23 Andreas Jaeger <aj@suse.de>
41131 Maximilian Attems <max@stro.at>
41132
41133 * sysdeps/unix/sysv/linux/sys/reboot.h (RB_SW_SUSPEND, RB_KEXEC):
41134 New macros.
41135
1c87aba0
L
411362012-05-23 H.J. Lu <hongjiu.lu@intel.com>
41137
41138 * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Rearrange
41139 code so that pseudo_end is just ret and the stack pointer is
41140 correct also for static library in error case.
41141
40e45bd5
JM
411422012-05-23 Joseph Myers <joseph@codesourcery.com>
41143
c2670533
JM
41144 * sysdeps/unix/sysv/linux/powerpc/chown.c: Add comment suggesting
41145 move to syscalls.list.
41146 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
41147 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
41148 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
41149 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
41150
40e45bd5
JM
41151 * manual/install.texi (Running make install): Do not mention Linux
41152 kernel version for which pt_chown is not needed.
41153 (Linux): Do not mention problems with nscd with 2.0 kernels.
41154 * INSTALL: Regenerated.
41155
be08eda5
AJ
411562012-05-23 Andreas Jaeger <aj@suse.de>
41157
41158 * sysdeps/unix/sysv/linux/powerpc/bits/mman.h
41159 (MADV_DONTDUMP,MADV_DODUMP): New macros from Linux 3.4.
41160 macro.
41161 * sysdeps/unix/sysv/linux/s390/bits/mman.h
41162 (MADV_DONTDUMP,MADV_DODUMP): Likewise.
41163 * sysdeps/unix/sysv/linux/sh/bits/mman.h
41164 (MADV_DONTDUMP,MADV_DODUMP): Likewise.
41165 * sysdeps/unix/sysv/linux/i386/bits/mman.h
41166 (MADV_DONTDUMP,MADV_DODUMP): Likewise.
41167 * sysdeps/unix/sysv/linux/sparc/bits/mman.h
41168 (MADV_DONTDUMP,MADV_DODUMP): Likewise.
41169 * sysdeps/unix/sysv/linux/x86_64/bits/mman.h
41170 (MADV_DONTDUMP,MADV_DODUMP): Likewise.
41171 * sysdeps/unix/sysv/linux/bits/in.h
41172 (IP_MULTICAST_ALL,IP_UNICAST_IF): Likewise.
41173
a6a056bb
RM
411742012-05-22 Roland McGrath <roland@hack.frob.com>
41175
41176 * sysdeps/unix/sysv/linux/dl-vdso.h (CHECK_HASH): Macro removed.
41177 (PREPARE_VERSION): Just use assert instead, it will be elided
41178 under [NDEBUG] anyway.
41179
c9009328
L
411802012-05-22 H.J. Lu <hongjiu.lu@intel.com>
41181
41182 * sysdeps/unix/sysv/linux/Makefile: Include
41183 $(firstword $(wildcard $(sysdirs:=/sysctl.mk))).
cb191f23 41184 (sysdep_routines): Remove sysctl.
c9009328
L
41185 * sysdeps/unix/sysv/linux/bits/sysctl.h: New file.
41186 * sysdeps/unix/sysv/linux/sysctl.mk: Likewise.
41187 * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Likewise.
41188 * sysdeps/unix/sysv/linux/x86_64/x32/sysctl.mk: Likewise.
41189 * sysdeps/unix/sysv/linux/sys/sysctl.h: Include <bits/sysctl.h>.
41190
73338355
AJ
411912012-05-22 Andreas Jaeger <aj@suse.de>
41192
41193 * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Rearrange code so
41194 that pseudo_end is just ret and the stack pointer is correct also
41195 for static library in error case.
41196
d44638b0
PP
411972012-05-22 Paul Pluzhnikov <ppluzhnikov@google.com>
41198
41199 [BZ #14122]
41200 * nss/nsswitch.c (defconfig_entries): New variable.
41201 (__nss_database_lookup): Don't leak defconfig entries.
41202 (nss_parse_service_list): Don't leak on error paths.
41203 (free_database_entries): New function.
41204 (free_defconfig): New function.
41205 (free_mem): Move common code to free_database_entries.
41206
31a39bd8
L
412072012-05-22 H.J. Lu <hongjiu.lu@intel.com>
41208
da0331a8
L
41209 * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (sysdep_routines):
41210 Add arch_prctl.
41211 * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: New file.
41212
31a39bd8
L
41213 * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
41214 (posix_fallocate): Use INTERNAL_SYSCALL_TYPES if it is defined.
41215 * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INLINE_SYSCALL_TYPES):
41216 New macro.
41217 (INTERNAL_SYSCALL_NCS_TYPES): Likewise.
41218 (INTERNAL_SYSCALL_TYPES): Likewise.
41219 (LOAD_ARGS_TYPES_[1-6]): Likewise.
41220 (LOAD_REGS_TYPES_[1-6]): Likewise.
41221 (LOAD_ARGS_[1-6]): Use LOAD_ARGS_TYPES_[1-6].
41222 (LOAD_REGS_[1-6]): Use LOAD_REGS_TYPES_[1-6].
41223
45470df3
AZ
412242012-05-22 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
41225
41226 * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Add compat symbol
41227 copysignl for GLIBC_2_0.
41228 * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Add compat symbol
41229 finitel for GLIBC_2.0 and __finitel for GLIBC_2_1.
41230 * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Add compat symbol
41231 logbl for GLIBC_2_0.
41232 * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
41233 * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
41234
98a61bcb
L
412352012-05-22 H.J. Lu <hongjiu.lu@intel.com>
41236
a4f6e481
L
41237 * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Don't include
41238 <bits/wordsize.h>. Check __x86_64__ instead of __WORDSIZE.
41239
f63d5db6
L
41240 * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
41241 Use "neg %eax".
41242
98a61bcb
L
41243 * time/mktime.c: Update copyright years.
41244
95770f14
PE
412452012-05-22 Paul Eggert <eggert@cs.ucla.edu>
41246
6226efbd
PE
41247 mktime: merge comment-quoting-style change from gnulib
41248 * time/mktime.c: Quote 'like this' in comments.
41249 The GNU coding standards suggest that we no longer quote `like this',
41250 as "`" and "'" are typically rendered asymmetrically nowadays.
41251 The typical gnulib style is to quote 'like this' when quoting
41252 code, and "like this" when quoting English.
41253
b99e4f78
PE
41254 * time/mktime.c (compile-command): Add "-I.".
41255
643e01e6
PE
41256 mktime: merge mktime-internal.h change from gnulib
41257 * time/mktime.c [!_LIBC]: Include "mktime-internal.h".
41258
2554247d
PE
41259 mktime: merge time_r change from gnulib
41260 * time/mktime.c [!_LIBC]: Do not include "time_r.h".
41261
826dd0ab
PE
41262 mktime: merge DEBUG change from gnulib
41263 * time/mktime.c (mktime) [DEBUG]: #undef before #define-ing, in
41264 case system <time.h> has a #define.
41265
bd83aabe
PE
41266 mktime: merge <sys/types.h> change from gnulib
41267 * time/mktime.c: Do not include <sys/types.h>; no longer needed,
41268 since <time.t> is now guaranteed to define time_t.
41269
95770f14
PE
41270 mktime: merge HAVE_CONFIG_H change from gnulib
41271 * time/mktime.c: Include <config.h> if !_LIBC, not if HAVE_CONFIG_H.
41272
5e1a27a9
L
412732012-05-22 H.J. Lu <hongjiu.lu@intel.com>
41274
0e44a77e
L
41275 * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
41276 Use "neg %eax".
41277
5e1a27a9
L
41278 * sysdeps/unix/sysv/linux/bits/resource.h (RLIM_INFINITY): Use
41279 __rlim_t cast.
41280 (struct rusage): Use anonymous union to pad each field to
41281 __syscall_slong_t.
41282
46259bec
DM
412832012-05-21 David S. Miller <davem@davemloft.net>
41284
41285 * Makefules (o-iterator): Remove .s cases.
41286 (compile-command.s): Delete.
41287 (COMPILE.s): Delete.
41288 * sysdeps/unix/make-syscalls.sh: Remove .s file tests.
41289
59f0c22e
JM
412902012-05-21 Joseph Myers <joseph@codesourcery.com>
41291
41292 * configure.in (libc_cv_predef_stack_protector): Only consider
41293 "foobar" and "__stack_chk_fail" lines in libc_undefs.
41294 * configure: Regenerated.
41295
20c07380
L
412962012-05-21 H.J. Lu <hongjiu.lu@intel.com>
41297
bbb3154b
L
41298 * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
41299 New macro. Use R*LP on int and pointer.
41300 (SYSCALL_ERROR_HANDLER): Use SYSCALL_SET_ERRNO.
c5b3a2c0
L
41301 * sysdeps/unix/sysv/linux/x86_64/x32/lseek.S: New file.
41302 * sysdeps/unix/sysv/linux/x86_64/x32/llseek.S: Likewise.
bbb3154b
L
41303 * sysdeps/unix/sysv/linux/x86_64/x32/sysdep.h: Likewise.
41304
20c07380
L
41305 * sysdeps/gnu/bits/utmp.h (struct lastlog): Check
41306 [__WORDSIZE_TIME64_COMPAT32] instead of
41307 [__WORDSIZE == 64 && __WORDSIZE_COMPAT32].
41308 (struct utmp): Likewise.
41309 * sysdeps/gnu/bits/utmpx.h (struct utmpx): Likewise.
41310 * sysdeps/powerpc/powerpc32/bits/wordsize.h (__WORDSIZE_COMPAT32):
41311 Renamed to ...
41312 (__WORDSIZE_TIME64_COMPAT32): This.
41313 * sysdeps/powerpc/powerpc64/bits/wordsize.h: Likewise.
41314 * sysdeps/sparc/sparc32/bits/wordsize.h: Likewise.
41315 * sysdeps/sparc/sparc64/bits/wordsize.h: Likewise.
41316 * sysdeps/unix/sysv/linux/powerpc/bits/wordsize.h: Likewise.
41317 * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE_COMPAT32): Removed.
41318 (__WORDSIZE_TIME64_COMPAT32): New macro.
41319
d8d1017e
AJ
413202012-05-21 Andreas Jaeger <aj@suse.de>
41321
41322 * sysdeps/i386/i686/multiarch/wcschr-c.c: Redefine libc_hidden_def
41323 only if [SHARED]. Add prototype for __wcschr_ia32.
41324
6c7fb145
RM
413252012-05-21 Roland McGrath <roland@hack.frob.com>
41326
41327 * sysdeps/x86_64/setjmp.S [PTR_MANGLE] [__ILP32__]: Preserve high bits
41328 of %rbp unmolested in the jmp_buf while mangling the low bits.
41329 * sysdeps/x86_64/__longjmp.S [PTR_DEMANGLE] [__ILP32__]: Restore the
41330 unmolested high bits of %rbp while demangling the low bits.
41331 * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
41332
66274218
AJ
413332012-05-21 Andreas Jaeger <aj@suse.de>
41334
07c58f8f
AJ
41335 * include/shlib-compat.h (libc_sunrpc_symbol): New macro.
41336 * sunrpc/svc_simple.c: Use it for registerrpc.
41337 * sunrpc/xcrypt.c: Use it for passwd2des.
41338
66274218
AJ
41339 * malloc/malloc.c: Include shlib-compat.h for SHLIB_COMPAT.
41340
61f65140
L
413412012-05-21 H.J. Lu <hongjiu.lu@intel.com>
41342
41343 * sysdeps/unix/sysv/linux/bits/statvfs.h (_STATVFSBUF_F_UNUSED):
41344 Don't define if [__SYSCALL_WORDSIZE != 32].
41345 * sysdeps/x86_64/bits/wordsize.h (__SYSCALL_WORDSIZE):
41346 New macro.
41347
5fefb436
AJ
413482012-05-21 Bruno Haible <bruno@clisp.org>
41349 Andreas Jaeger <aj@suse.de>
41350
41351 [BZ #13691], Revert breakage of iconv() converter for TCVN-5712.
41352 * iconvdata/tcvn5712-1.c (BODY for FROM_LOOP): Don't consider
41353 inptr and inend for must_buffer_ch.
41354 * wcsmbs/tst-mbsnrtowcs.c: Remove file.
41355 * wcsmbs/Makefile (tests): Remove tst-mbsnrtowcs.
41356 * stdio-common/Makefile (tests): Remove bug15.
41357 (bug15-ENV): Remove macro.
41358 * stdio-common/bug15.c: Remove, we do not support vi_VN.TCVN5712-1
41359 anymore.
41360
d8e272ab
AJ
413612012-05-19 Andreas Jaeger <aj@suse.de>
41362 Roland McGrath <roland@hack.frob.com>
41363
41364 * manual/contrib.texi: Completely rewritten. It contains now an
41365 alphabetical list of contributors and their contributions.
41366
4a56a162
RH
413672012-05-21 Richard Henderson <rth@twiddle.net>
41368
41369 * misc/getauxval.c (__getauxval): Use unsigned long int.
41370 * misc/sys/auxv.h: Include <sys/cdefs.h>.
41371 (getauxval): Use unsigned long int.
41372
d024d23c
L
413732012-05-21 H.J. Lu <hongjiu.lu@intel.com>
41374
41375 * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
41376
cbc00a03
RM
413772012-05-21 Roland McGrath <roland@hack.frob.com>
41378
41379 * malloc/malloc.c [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_16)]
41380 (MALLOC_ALIGNMENT): Set it to the greater of 2 * SIZE_SZ and
41381 __alignof__ (long double).
41382
478143fa
AZ
413832012-05-21 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
41384
41385 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
41386
c7683a6d
RH
413872012-05-20 Richard Henderson <rth@twiddle.net>
41388
41389 * misc/getauxval.c: New file.
41390 * misc/sys/auxv.h: New file.
41391 * misc/Makefile (headers): Add sys/auxv.h, bits/hwcap.h.
41392 (routines): Add getauxval.
41393 * misc/Versions (GLIBC_2.16): Add __getauxval, getauxval.
41394 * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Add _dl_auxv.
41395 * elf/dl-sysdep.c (_dl_auxv): Remove.
41396 (_dl_sysdep_start, _dl_show_auxv): Use GLRO to access _dl_auxv.
41397 * elf/dl-support.c (_dl_auxv): New variable.
41398 (_dl_aux_init): Initialize it.
41399 * manual/startup.texi (Auxiliary Vector): New node.
41400 * sysdeps/generic/bits/hwcap.h: New file.
41401 * sysdeps/powerpc/bits/hwcap.h: New file, split out from ...
41402 * sysdeps/powerpc/sysdep.h: ... here. Include it.
41403 * sysdeps/sparc/bits/hwcap.h: New file, split out from ...
41404 * sysdeps/sparc/sysdep.h: ... here. Include it.
41405 * sysdeps/unix/sysv/linux/s390/bits/hwcap.h: New file.
41406 * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Update.
cbc00a03
RM
41407 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
41408 Update.
c7683a6d
RH
41409 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: Update.
41410 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Update.
41411 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Update.
41412 * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Update.
41413 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
41414 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
41415 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Update.
41416 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Update.
41417
a6f1845d
AZ
414182012-05-19 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
41419
41420 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
41421
cbcbe830
DM
414222012-05-19 David S. Miller <davem@davemloft.net>
41423
41424 * sysdeps/sparc/fpu/libm-test-ulps: Update.
41425
e0b16cc2
JM
414262012-05-19 Joseph Myers <joseph@codesourcery.com>
41427
41428 [BZ #14123]
41429 * math/s_ccosh.c: Include <float.h>
41430 (__ccosh): Avoid internal overflow calculating sinh and cosh
41431 values before multiplying by sin and cos values.
41432 * math/s_ccoshf.c: Likewise.
41433 * math/s_ccoshl.c: Likewise.
41434 * math/s_csin.c: Likewise.
41435 * math/s_csinf.c: Likewise.
41436 * math/s_csinl.c: Likewise.
41437 * math/s_csinh.c: Likewise.
41438 * math/s_csinhf.c: Likewise.
41439 * math/s_csinhl.c: Likewise.
41440 * math/libm-test.inc (ccos_test): Add more tests.
41441 (ccosh_test): Likewise.
41442 (csin_test): Likewise.
41443 (csinh_test): Likewise.
41444 * sysdeps/i386/fpu/libm-test-ulps: Update.
41445 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41446
6ad13e08
L
414472012-05-19 H.J. Lu <hongjiu.lu@intel.com>
41448
f66f0ce8
L
41449 * sysdeps/unix/sysv/linux/wordsize-64/preadv.c: New file.
41450 * sysdeps/unix/sysv/linux/wordsize-64/pwritev.c: Likewise.
41451
6ad13e08
L
41452 * sysdeps/x86_64/x32/_itoa.h: Add comment.
41453
b1d072a7
JM
414542012-05-19 Joseph Myers <joseph@codesourcery.com>
41455
41456 * sysdeps/powerpc/soft-fp/Makefile: Remove file.
41457 * sysdeps/powerpc/soft-fp/Subdirs: Likewise.
41458 * sysdeps/powerpc/soft-fp/Versions: Likewise.
41459 * sysdeps/powerpc/soft-fp/q_add.c: Likewise.
41460 * sysdeps/powerpc/soft-fp/q_cmp.c: Likewise.
41461 * sysdeps/powerpc/soft-fp/q_cmpe.c: Likewise.
41462 * sysdeps/powerpc/soft-fp/q_div.c: Likewise.
41463 * sysdeps/powerpc/soft-fp/q_dtoq.c: Likewise.
41464 * sysdeps/powerpc/soft-fp/q_feq.c: Likewise.
41465 * sysdeps/powerpc/soft-fp/q_fge.c: Likewise.
41466 * sysdeps/powerpc/soft-fp/q_fgt.c: Likewise.
41467 * sysdeps/powerpc/soft-fp/q_fle.c: Likewise.
41468 * sysdeps/powerpc/soft-fp/q_flt.c: Likewise.
41469 * sysdeps/powerpc/soft-fp/q_fne.c: Likewise.
41470 * sysdeps/powerpc/soft-fp/q_itoq.c: Likewise.
41471 * sysdeps/powerpc/soft-fp/q_lltoq.c: Likewise.
41472 * sysdeps/powerpc/soft-fp/q_mul.c: Likewise.
41473 * sysdeps/powerpc/soft-fp/q_neg.c: Likewise.
41474 * sysdeps/powerpc/soft-fp/q_qtod.c: Likewise.
41475 * sysdeps/powerpc/soft-fp/q_qtoi.c: Likewise.
41476 * sysdeps/powerpc/soft-fp/q_qtoll.c: Likewise.
41477 * sysdeps/powerpc/soft-fp/q_qtos.c: Likewise.
41478 * sysdeps/powerpc/soft-fp/q_qtou.c: Likewise.
41479 * sysdeps/powerpc/soft-fp/q_qtoull.c: Likewise.
41480 * sysdeps/powerpc/soft-fp/q_sqrt.c: Likewise.
41481 * sysdeps/powerpc/soft-fp/q_stoq.c: Likewise.
41482 * sysdeps/powerpc/soft-fp/q_sub.c: Likewise.
41483 * sysdeps/powerpc/soft-fp/q_ulltoq.c: Likewise.
41484 * sysdeps/powerpc/soft-fp/q_util.c: Likewise.
41485 * sysdeps/powerpc/soft-fp/q_utoq.c: Likewise.
41486 * sysdeps/powerpc/soft-fp/sfp-machine.h: Likewise.
41487
9eae47cb
AJ
414882012-05-18 Andreas Jaeger <aj@suse.de>
41489
41490 * csu/.gitignore: Delete.
41491
bb07f69f
L
414922012-05-18 H.J. Lu <hongjiu.lu@intel.com>
41493
41494 * sysdeps/unix/sysv/linux/bits/timex.h: Include <bits/types.h>.
41495 (timex): Use __syscall_slong_t.
41496
e6bdb741
AJ
414972012-05-18 Andreas Jaeger <aj@suse.de>
41498 Carlos O'Donell <carlos_odonell@mentor.com>
41499
41500 * manual/install.texi (Configuring and compiling): Update
41501 description about files modified in the source directory.
d6c33fda 41502 * INSTALL: Regenerated.
e6bdb741 41503
1b74487e
L
415042012-05-18 H.J. Lu <hongjiu.lu@intel.com>
41505
41506 * sysdeps/unix/x86_64/sysdep.S: Use RAX_LP to access return
41507 value. Use "or" to set return value to -1.
41508 * sysdeps/unix/sysv/linux/x86_64/sysdep.S: Use RAX_LP to
41509 negate return value.
41510
a88b64b9
TMQMF
415112012-05-18 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
41512
57f41c40
AS
41513 * sysdeps/powerpc/powerpc32/power4/Makefile (CFLAGS-wordcopy.c)
41514 (CFLAGS-memmove.c): remove -ftree-loop-linear which causes a build
a88b64b9
TMQMF
41515 failure if the compiler has Graphite support disabled.
41516 * sysdeps/powerpc/powerpc32/power4/fpu/Makefile (CFLAGS-mpa.c):
41517 Likewise.
57f41c40
AS
41518 * sysdeps/powerpc/powerpc64/power4/Makefile (CFLAGS-wordcopy.c)
41519 (CFLAGS-memmove.c): Likewise.
a88b64b9
TMQMF
41520 * sysdeps/powerpc/powerpc64/power4/fpu/Makefile (CFLAGS-mpa.c):
41521 Likewise.
41522
3707636e
L
415232012-05-18 H.J. Lu <hongjiu.lu@intel.com>
41524
610b8622
L
41525 * sysdeps/x86_64/x32/_itoa.h: New file.
41526
7cd195df
L
41527 * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): Use
41528 getdents system call only if kernel and user dirents have the
41529 same d_ino and d_off.
41530
94b07d20
L
41531 * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
41532 LLONG_MAX != LONG_MAX.
41533 (_itoa_word): Use _ITOA_WORD_TYPE on value.
41534 (_fitoa_word): Likewise.
41535
18298070
L
41536 * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Fold copyright
41537 years.
41538 * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Likewise.
41539 * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Likewise.
41540 * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Likewise.
41541
553c7ea4
L
41542 * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Don't
41543 include <bits/wordsize.h>. Check __x86_64__ instead of
41544 __WORDSIZE.
41545 (sigcontext): Use "__uint64_t" instead of "unsigned long int"
41546 if __x86_64__ is defined. Use anonymous union on fpstate.
41547
3707636e
L
41548 * sysdeps/unix/sysv/linux/x86_64/sys/user.h (user): Use
41549 anonymous union.
41550
b53ef01a
AS
415512012-05-18 Andreas Schwab <schwab@linux-m68k.org>
41552
37fb1dc0
AS
41553 * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
41554 INTUSE on _dl_argv, and _rtld_local instead of _rtld_global.
41555 * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S [IS_IN_rtld]:
41556 Refer to _rtld_local_ro instead of _rtld_global_ro.
41557 * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S [IS_IN_rtld]:
41558 Likewise.
41559 * sysdeps/powerpc/powerpc64/__longjmp-common.S [IS_IN_rtld]:
41560 Likewise.
41561 * sysdeps/powerpc/powerpc64/setjmp-common.S [IS_IN_rtld]:
41562 Likewise.
41563 * sysdeps/powerpc/powerpc64/dl-trampoline.S [SHARED]: Likewise.
41564 * sysdeps/powerpc/powerpc64/dl-machine.h: Use _rtld_local instead
41565 of _rtld_global, and rtld_progname instead of _dl_argv[0].
41566
b53ef01a
AS
41567 * sysdeps/powerpc/powerpc32/dl-machine.c
41568 (__elf_machine_runtime_setup) [PROF]: Don't reference
41569 _dl_prof_resolve.
41570
7a185db2
AJ
415712012-05-18 Andreas Jaeger <aj@suse.de>
41572
41573 * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Make inline
41574 function only available for GCCs before 3.4 since GCC 3.4
41575 introduced a builtin.
41576 (lrint): Likewise.
41577 (llrintf): Likewise.
41578 (llrint): Likewise.
41579 (fmaxf): Likewise.
41580 (fmax): Likewise.
41581 (fminf): Likewise.
41582 (fmin): Likewise.
41583 (rint): Likewise.
41584 (rintf): Likewise.
41585 (nearbyint): Likewise.
41586 (nearbyintf): Likewise.
41587 (ceil): Likewise.
41588 (ceilf): Likewise.
41589 (floor): Likewise.
41590 (floorf): Likewise.
41591
3e5aef87
L
415922012-05-17 H.J. Lu <hongjiu.lu@intel.com>
41593
428bd707
L
41594 * sysdeps/unix/sysv/linux/pselect.c (data): Use __syscall_ulong_t
41595 on both fields and cast pointer to __syscall_ulong_t.
41596
3e5aef87
L
41597 * bits/types.h (__fsword_t): New type.
41598 * bits/typesizes.h (__FSWORD_T_TYPE): New macro.
41599 sysdeps/mach/hurd/bits/typesizes.h (__FSWORD_T_TYPE): Likewise.
41600 * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
41601 (__FSWORD_T_TYPE): Likewise.
41602 * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
41603 (__FSWORD_T_TYPE): Likewise.
41604 * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
41605 (__FSWORD_T_TYPE): Likewise.
41606 * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h
41607 (__FSWORD_T_TYPE): Likewise.
41608 * sysdeps/unix/sysv/linux/bits/statfs.h (statfs): Replace
41609 __SWORD_TYPE with __fsword_t.
41610 (statfs64): Likewise.
41611
1ba7c3dc
DM
416122012-05-17 David S. Miller <davem@davemloft.net>
41613
41614 * crypt/sha512c-test.c (TIMEOUT): Increase to 32.
41615
59910343
AJ
416162012-05-17 Andreas Jaeger <aj@suse.de>
41617
41618 * elf/tst-relsort1.c (do_test): Fix function declaration to avoid
41619 warning.
41620
2e4c1e9e
L
416212012-05-17 H.J. Lu <hongjiu.lu@intel.com>
41622
41623 * sysdeps/x86_64/tst-mallocalign1.c (test): Cast to unsigned long.
41624
de7f5ce7
AJ
416252012-05-17 Andreas Jaeger <aj@suse.de>
41626
41627 * sysdeps/i386/dl-machine.h (elf_machine_rel): Declare refsym only
41628 when it is used.
41629
286abc3d
CM
416302012-05-17 Chris Metcalf <cmetcalf@tilera.com>
41631
41632 * stdio-common/bug22.c (TIMEOUT): Bump up from 30 to 60.
41633
477cc68e
L
416342012-05-17 H.J. Lu <hongjiu.lu@intel.com>
41635
41636 * sysdeps/x86_64/Makefile (tests): Add tst-mallocalign1.
41637 * sysdeps/x86_64/tst-mallocalign1.c: New file.
41638
1a0994f5
CD
416392012-05-17 Andreas Jaeger <aj@suse.de>
41640 Carlos O'Donell <carlos_odonell@mentor.com>
41641
41642 [BZ #14059]
41643 * sysdeps/x86_64/multiarch/init-arch.h
41644 (bit_YMM_Usable): Rename to...
41645 (bit_AVX_Usable): ... this.
41646 (bit_FMA4_Usable): New macro.
41647 (bit_XMM_state): New macro.
41648 (bit_YMM_state): New macro.
41649 [__ASSEMBLER__] (index_YMM_Usable): Rename to...
41650 [__ASSEMBLER__] (index_AVX_Usable): ... this.
41651 [__ASSEMBLER__] (index_FMA4_Usable): New macro.
41652 (CPUID_OSXSAVE): New macro.
41653 (CPUID_AVX): New macro.
41654 (CPUID_FMA4): New macro.
41655 (index_YMM_Usable): Rename to...
41656 (index_AVX_Usable): ... this.
41657 (HAS_AVX): Use HAS_ARCH_FEATURE.
41658 (HAS_FMA4): Likewise.
41659 (HAS_YMM_USABLE): Remove.
41660 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
41661 Enable AVX or FMA4 IFF YMM and XMM states are usable and the features
41662 are present.
41663 * sysdeps/x86_64/multiarch/strcmp.S: Use bit_AVX_Usable.
41664 * sysdeps/i386/i686/multiarch/Makefile: Add test-multiarch to tests.
41665 * sysdeps/x86_64/multiarch/Makefile: Likewise.
41666 * sysdeps/i386/i686/multiarch/test-multiarch.c: New file.
41667 * sysdeps/x86_64/multiarch/test-multiarch.c: New file.
41668
0af797de
CM
416692012-05-17 Chris Metcalf <cmetcalf@tilera.com>
41670
41671 * math/libm-test.c: Support platforms without multiple rounding modes.
41672 * math/bug-nextafter.c: Support platforms without FP exceptions.
41673 * math/bug-nexttoward.c: Likewise.
41674 * math/test-fenv.c: Likewise.
41675 * math/test-misc.c: Likewise.
41676 * stdlib/bug-getcontext.c: Likewise.
41677
e39745ff
AJ
416782012-05-17 Andreas Jaeger <aj@suse.de>
41679
41680 * manual/examples/search.c (critter_cmp): Change signature to
41681 avoid warnings.
41682 * manual/string.texi (Collation Functions): Likewise.
41683
48970aba
L
416842012-05-16 H.J. Lu <hongjiu.lu@intel.com>
41685
41686 * bits/types.h: Fold copyright years.
41687 * bits/typesizes.h: Likewise.
41688 * sysdeps/mach/hurd/bits/typesizes.h: Likewise.
41689 * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
41690 * sysdeps/unix/sysv/linux/s390/bits/typesizes.h: Likewise.
41691 * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h: Likewise.
41692 * time/time.h: Likewise.
41693
bedee953
PP
416942012-05-16 Paul Pluzhnikov <ppluzhnikov@google.com>
41695
41696 [BZ #208]
41697 * malloc.c (int_mallinfo): Add parameter to accumulate statistics
41698 in instead of returning them. Return void.
41699 (__libc_mallinfo): Accumulate over all arenas.
41700 (__malloc_stats): Adjust for change in int_mallinfo interface.
41701
61653dfb
RM
417022012-05-16 Roland McGrath <roland@hack.frob.com>
41703
30b99d79
RM
41704 [BZ #10375]
41705 * configure.in (NM): Add AC_CHECK_TOOL for it.
41706 (libc_extra_cflags): New substituted variable.
41707 Check for -fstack-protector being used implicitly.
41708 * configure: Regenerated.
41709 * config.make.in (config-extra-cflags): New variable,
41710 gets @libc_extra_cflags@.
41711 * Makeconfig (CFLAGS): Add $(config-extra-cflags) near the front.
41712
61653dfb
RM
41713 [BZ #10375]
41714 * configure.in: Check for _FORTIFY_SOURCE being predefined.
41715 (CPPUNDEFS): New substituted variable; add -U_FORTIFY_SOURCE if needed.
41716 * configure: Regenerated.
41717 * config.make.in (CPPUNDEFS): New substituted variable.
41718 * Makeconfig (CPPFLAGS): Put $(CPPUNDEFS) at the beginning.
41719 * Makerules ($(stdio_lim:h=st)): Use $(CPPUNDEFS).
41720 * time/ctime.c: Don't #undef __OPTIMIZE__ and ctime.
41721
661768bb
L
417222012-05-16 H.J. Lu <hongjiu.lu@intel.com>
41723
41724 * sysdeps/unix/sysv/linux/bits/mqueue.h: Include <bits/types.h>.
41725 (mq_attr): Use __syscall_slong_t.
41726
d4261567
L
417272012-05-16 H.J. Lu <hongjiu.lu@intel.com>
41728
41729 * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_SVR4):
41730 Check __x86_64__ instead of __WORDSIZE.
41731 (_STAT_VER_LINUX): Likewise.
41732 (stat): Check __x86_64__ instead of __WORDSIZE. Use
41733 __syscall_ulong_t and __syscall_slong_t.
41734 (stat64): Likewise.
41735
cf3ff365
L
417362012-05-16 H.J. Lu <hongjiu.lu@intel.com>
41737
41738 * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: New file.
41739
76cf3e4d
L
417402012-05-16 H.J. Lu <hongjiu.lu@intel.com>
41741
41742 * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: New file.
41743
a637753a
L
417442012-05-16 H.J. Lu <hongjiu.lu@intel.com>
41745
41746 * sysdeps/unix/sysv/linux/bits/ipc.h (ipc_perm): Use
41747 __syscall_ulong_t.
41748
d5e05119
L
41749 * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Don't
41750 include <bits/wordsize.h>. Check __x86_64__ instead of
41751 __WORDSIZE.
41752 (greg_t): Use "__extension__ long long int" if __x86_64__ is
41753 defined.
41754 (mcontext_t): Replace "unsigned long" with "unsigned long long".
41755
f62ee380
L
41756 * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Don't
41757 include <bits/wordsize.h>. Check __x86_64__ instead of
41758 __WORDSIZE.
41759 (user_regs_struct): Use "__extension__ unsigned long long"
41760 instead of "unsigned long" if __x86_64__ is defined.
41761 (user): Likewise. Pad after pointer field if __ILP32__ is
41762 defined.
41763
4e124ced
JM
417642012-05-16 Joseph Myers <joseph@codesourcery.com>
41765
6a3951a0
JM
41766 * configure.in (makeinfo): Require version 4.5 or later. Allow
41767 versions 5 to 9.
41768 * configure: Regenerated.
41769 * manual/install.texi (texinfo): Increase version requirement to
41770 4.5 or later.
41771 * INSTALL: Regenerated.
41772
4e124ced
JM
41773 * include/stdc-predef.h (__STDC_ISO_10646__): Increase to 201103L.
41774
953ca31a
L
417752012-05-16 H.J. Lu <hongjiu.lu@intel.com>
41776
41777 * sysdeps/x86_64/x32/gmp-mparam.h: New file.
41778
617aca05
L
41779 * sysdeps/x86_64/x32/ffs.c: New file.
41780
5762f7ae
L
41781 * sysdeps/unix/sysv/linux/x86_64/bits/shm.h (shmatt_t): Use
41782 __syscall_ulong_t.
41783 (shmid_ds): Add __unused1 and __unused2 only if __x86_64__ isn't
41784 defined. Use __syscall_ulong_t.
41785 (shminfo): Use __syscall_ulong_t.
41786 (shm_info): Likewise.
41787
a26b6856
L
41788 * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semid_ds): Use
41789 __syscall_ulong_t.
41790
cb2b9ef7
L
41791 * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Don't include
41792 <bits/wordsize.h>.
41793 (msgqnum_t): Use __syscall_ulong_t.
41794 (msglen_t): Likewise.
41795 (msqid_ds): Check __x86_64__ instead of __WORDSIZE. Use
41796 __syscall_ulong_t.
41797
34683bb0
L
41798 * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Don't include
41799 <bits/wordsize.h>. Check __x86_64__ instead of __WORDSIZE.
41800
84a68786
L
41801 * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: New file.
41802
48baa5f1
L
41803 * sysdeps/x86_64/x32/divdi3.c: New dummy file.
41804 * sysdeps/x86_64/x32/symbol-hacks.h: Likewise.
41805
180be88b
L
41806 * sysvipc/sys/msg.h (msgbuf): Replace long int with
41807 __syscall_slong_t.
41808
5e90c8ad
L
41809 * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Don't
41810 include <bits/wordsize.h>. Check __x86_64__ instead of
41811 __WORDSIZE.
41812
23dfb58b
L
41813 * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h (elf_greg_t): Use
41814 "unsigned long long int" if __x86_64__ is defined.
41815 (elf_fpregset_t): Check __x86_64__ instead of __WORDSIZE.
41816
ce5d54b0
L
41817 * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Don't include
41818 <bits/wordsize.h>. Check __x86_64__ instead of __WORDSIZE.
41819 (DR_CONTROL_RESERVED): Use ULL instead of UL suffix.
41820
13dc9eac
L
41821 * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Include
41822 <stdint.h>.
41823 (GET_PC): Cast to uintptr_t first.
41824 (GET_FRAME): Likewise.
41825 (GET_STACK): Likewise.
41826
a7895d15
L
41827 * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: New file.
41828 * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: Likewise.
41829 * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: Likewise.
41830 * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: Likewise.
41831 * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: Likewise.
41832 * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: Likewise.
41833 * sysdeps/unix/sysv/linux/x86_64/x32/ftw.c: Likewise.
41834 * sysdeps/unix/sysv/linux/x86_64/x32/ftw64.c: Likewise.
41835 * sysdeps/unix/sysv/linux/x86_64/x32/glob.c: Likewise.
41836 * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: Likewise.
41837 * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: Likewise.
41838 * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Likewise.
41839 * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
41840 * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: Likewise.
41841 * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: Likewise.
41842 * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: Likewise.
41843 * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: Likewise.
41844 * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: Likewise.
41845 * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: Likewise.
41846 * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: Likewise.
41847 * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: Likewise.
41848 * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: Likewise.
41849 * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: Likewise.
41850 * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: Likewise.
41851 * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: Likewise.
41852 * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: Likewise.
41853 * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: Likewise.
41854 * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: Likewise.
41855 * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: Likewise.
41856
656416c9
AS
418572012-05-16 Andreas Schwab <schwab@linux-m68k.org>
41858
5bd66283
AS
41859 * Makerules (+depfiles): Also collect depfiles from .oS in
41860 $(extra-objs).
41861 * sysdeps/ieee754/ldbl-opt/Makefile (extra-objs): Add $(addsuffix
41862 .oS, $(libnldbl-routines)).
41863
656416c9
AS
41864 * Makerules (native-compile-mkdep-flags): Define.
41865 * sunrpc/Makefile (extra-objs): Add $(addprefix
41866 cross-,$(rpcgen-objs)), don't add $(cross-rpcgen-objs).
41867 ($(cross-rpcgen-objs)): Use $(native-compile-mkdep-flags) instead
41868 of $(compile-mkdep-flags). Depend on $(before-compile) instead of
41869 calling $(make-target-directory).
41870
a46f2169
L
418712012-05-15 H.J. Lu <hongjiu.lu@intel.com>
41872
41873 * bits/types.h (__snseconds_t): Removed.
41874 * time/time.h (struct timespec): Replace __snseconds_t with
41875 __syscall_slong_t.
41876 * bits/typesizes.h (__SNSECONDS_T_TYPE): Removed.
41877 * sysdeps/mach/hurd/bits/typesizes.h (__SNSECONDS_T_TYPE):
41878 Likewise.
41879 * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
41880 (__SNSECONDS_T_TYPE): Likewise.
41881 * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
41882 (__SNSECONDS_T_TYPE): Likewise.
41883 * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
41884 (__SNSECONDS_T_TYPE): Likewise.
41885
6af6528b
L
418862012-05-15 H.J. Lu <hongjiu.lu@intel.com>
41887
41888 * sysdeps/mach/hurd/bits/typesizes.h
41889 (__SYSCALL_SLONG_TYPE): New macro.
41890 (__SYSCALL_ULONG_TYPE): Likewise.
41891
de986b56
L
418922012-05-15 H.J. Lu <hongjiu.lu@intel.com>
41893
41894 * bits/types.h (__syscall_slong_t): New type.
41895 (__syscall_ulong_t): Likewise.
41896
41897 * bits/typesizes.h (__SYSCALL_SLONG_TYPE): New macro.
41898 (__SYSCALL_ULONG_TYPE): Likewise.
41899 * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
41900 (__SYSCALL_SLONG_TYPE): Likewise.
41901 (__SYSCALL_ULONG_TYPE): Likewise.
41902 * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
41903 (__SYSCALL_SLONG_TYPE): Likewise.
41904 (__SYSCALL_ULONG_TYPE): Likewise.
41905 * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
41906 (__SYSCALL_SLONG_TYPE): Likewise.
41907 (__SYSCALL_ULONG_TYPE): Likewise.
41908
85736dc7
L
419092012-05-15 H.J. Lu <hongjiu.lu@intel.com>
41910
41911 * sysdeps/unix/sysv/linux/x86_64/Makefile (gen-as-const-headers):
41912 Add sigaltstack-offsets.sym.
41913 * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Include
41914 <sigaltstack-offsets.h>.
41915 (CALL_FAIL): Use RSP_LP to operate on stack. Use RDI_LP on
41916 longjmp_msg pointer.
41917 (____longjmp_chk): Use R8_LP and RDX_LP on SP and PC. Use
41918 R*_LP, sizeSS, oSS_FLAGS, oSS_SP and oSS_SIZE for alternate
41919 signal stack.
41920 * sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym: New.
41921
cc03b296
JM
419222012-05-15 Joseph Myers <joseph@codesourcery.com>
41923
a9538892
JM
41924 * elf/stackguard-macros.h: Remove file.
41925 * sysdeps/generic/stackguard-macros.h: New file.
41926 * sysdeps/i386/stackguard-macros.h: Likewise.
41927 * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
41928 * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
41929 * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
41930 * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
41931 * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
41932 * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
41933 * sysdeps/x86_64/stackguard-macros.h: Likewise.
41934 * nptl/tst-stackguard1.c: Include <stackguard-macros.h> not
41935 <elf/stackguard-macros.h>.
41936
cc03b296
JM
41937 [BZ #14109]
41938 * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h (elf_vrreg_t): Use
41939 __aligned__ in attribute.
41940 * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (__psw_t): Likewise.
41941 (gregset_t): Likewise.
41942
93171016
L
419432012-05-15 H.J. Lu <hongjiu.lu@intel.com>
41944
41945 * sysdeps/x86_64/Implies (wordsize-64): Moved to ....
41946 * sysdeps/x86_64/64/Implies-after: Here. New file.
41947 * sysdeps/x86_64/x32/Implies-after: New file.
41948
d86813a0
L
419492012-05-15 H.J. Lu <hongjiu.lu@intel.com>
41950
41951 * sysdeps/x86_64/dl-trampoline.h: Use R*_LP to pass arguments
41952 and access return value for _dl_profile_fixup. Use R10_LP to
41953 load frame size.
41954
2953ec75
L
419552012-05-15 H.J. Lu <hongjiu.lu@intel.com>
41956
41957 * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: New.
41958
3b550e9e
L
419592012-05-15 H.J. Lu <hongjiu.lu@intel.com>
41960
41961 * sysdeps/x86_64/sysdep.h: Allowed to be include more than once.
41962 * sysdeps/x86_64/x32/sysdep.h: New file.
41963
eda41706
L
419642012-05-15 H.J. Lu <hongjiu.lu@intel.com>
41965
41966 * sysdeps/x86_64/__longjmp.S: Use R*_LP on SP and PC.
41967 * sysdeps/x86_64/setjmp.S: Likewise.
41968
9ea01d93
AZ
419692012-05-15 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
41970
41971 * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: New file.
41972 * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c: New file.
41973 * sysdeps/ieee754/dbl-64/e_log2.c: Fixing indents.
41974 * sysdeps/ieee754/dbl-64/e_log10.c: Likewise and also
41975 remove unused global constant.
41976
02a91938
CM
419772012-05-15 Chris Metcalf <cmetcalf@tilera.com>
41978
41979 * sysdeps/unix/sysv/linux/getsysstats.c: Remove duplicate
41980 include of <not-cancel.h>.
41981
6540185f
RM
419822012-05-15 Roland McGrath <roland@hack.frob.com>
41983
41984 * nscd/nscd-client.h (__nscd_acquire_maplock): Fix formatting.
41985
509072a0
AJ
419862012-05-15 Jeff Law <law@redhat.com>
41987 Andreas Jaeger <aj@suse.de>
41988
41989 [BZ #13594]
41990 * nscd/nscd-client.h (__nscd_acquire_maplock): New function, split
41991 out from...
41992 * nscd/nscd_helper.c (__nscd_get_map_ref): ... here.
41993 * nscd/nscd-client.h: Add __nscd_acquire_maplock.
41994 * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): Add locking to
41995 code changing __hst_map_handle.map.
41996
ba75122d
RM
419972012-05-15 Roland McGrath <roland@hack.frob.com>
41998
41999 * configure.in (sysnames): Look for Implies-before and Implies-after
42000 files.
42001 * configure: Regenerated.
42002
890d8bd8
L
420032012-05-15 H.J. Lu <hongjiu.lu@intel.com>
42004
42005 * sysdeps/unix/sysv/linux/x86_64/sigaction.c (RESTORE2): Replace
42006 8-byte data alignment with LP_SIZE alignment.
42007
f6ee6623
L
420082012-05-15 H.J. Lu <hongjiu.lu@intel.com>
42009
42010 * sysdeps/unix/sysv/linux/x86_64/clone.S: Load pointer to TID
42011 into R10_LP.
42012
ea2626f6
L
420132012-05-15 H.J. Lu <hongjiu.lu@intel.com>
42014
42015 * sysdeps/unix/sysv/linux/x86_64/x32/dl-cache.h: New.
42016
085f715e
L
420172012-05-15 H.J. Lu <hongjiu.lu@intel.com>
42018
42019 * sysdeps/unix/sysv/linux/x86_64/x32/Makefile: New file.
42020 * sysdeps/unix/sysv/linux/x86_64/x32/getcpu.c: Likewise.
42021 * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu-static.c:
42022 Likewise.
42023 * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
42024
be8498fc
L
420252012-05-15 H.J. Lu <hongjiu.lu@intel.com>
42026
42027 * sysdeps/x86_64/stackinfo.h (stackinfo_get_sp): Use RSP_LP.
42028 (stackinfo_sub_sp): Likewise.
42029
70bc83b9
L
420302012-05-15 H.J. Lu <hongjiu.lu@intel.com>
42031
42032 * sysdeps/x86_64/multiarch/strcmp-sse42.S: Load pointers into
42033 RAX_LP.
42034
9bc0b730
L
420352012-05-15 H.J. Lu <hongjiu.lu@intel.com>
42036
42037 * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Load cache sizes
42038 into R*_LP.
42039
6d2850e7
L
420402012-05-15 H.J. Lu <hongjiu.lu@intel.com>
42041
42042 * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Load cache
42043 sizes into R*_LP.
42044
3cb84561
L
420452012-05-15 H.J. Lu <hongjiu.lu@intel.com>
42046
42047 * sysdeps/x86_64/strcmp.S: Load pointers into R*_LP.
42048
54e2ed81
L
420492012-05-15 H.J. Lu <hongjiu.lu@intel.com>
42050
42051 * sysdeps/x86_64/memcpy.S: Load __x86_64_data_cache_size_half
42052 into R11_LP and load __x86_64_shared_cache_size_half into
42053 R8_LP.
42054
8a17f349
L
420552012-05-15 H.J. Lu <hongjiu.lu@intel.com>
42056
42057 * sysdeps/x86_64/multiarch/memcmp-sse4.S: Load cache size into
42058 R8_LP.
42059
777b1eea
AZ
420602012-05-15 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
42061
42062 * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: New file. Optimized
42063 logb for POWER7.
42064 * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: New file. Optimized
42065 logbf for POWER7.
42066 * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: New file. Optimized
42067 logbl for POWER7.
42068 * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: New file. Use
42069 powerpc32/power7/fpu/s_logb.c via #include.
42070 * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: New file. Use
42071 powerpc32/power7/fpu/s_logbf.c via #include.
42072 * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: New file. Use
42073 powerpc32/power7/fpu/s_logbl.c via #include.
42074
d20d4ac2
JM
420752012-05-15 Joseph Myers <joseph@codesourcery.com>
42076
42077 * README.libm: Remove file.
42078
6cdef1ab
L
420792012-05-14 H.J. Lu <hongjiu.lu@intel.com>
42080
42081 * sysdeps/x86_64/start.S: Simulate popping 4-byte argument
42082 count for x32. Use R*_LP and omit operand-size suffix.
42083
0b254d8f
L
420842012-05-14 H.J. Lu <hongjiu.lu@intel.com>
42085
42086 * shlib-versions: Move x86_64-.*-linux.* entries to ...
42087 * sysdeps/x86_64/64/shlib-versions: Here. New file.
42088 * sysdeps/x86_64/x32/shlib-versions: New file.
42089
ceb809dc
RM
420902012-05-14 Roland McGrath <roland@hack.frob.com>
42091
42092 * sysdeps/unix/sysv/linux/dl-osinfo.h (dl_fatal): Function removed.
42093 * elf/rtld.c (dl_main) [DL_SYSDEP_OSCHECK]:
42094 Use _dl_fatal_printf instead.
42095
37f1abd4
JM
420962012-05-14 Joseph Myers <joseph@codesourcery.com>
42097
42098 * sysdeps/unix/sysv/linux/configure.in (minimum_kernel): Always
42099 set if not set by the user. Do not allow for being unset.
42100 * sysdeps/unix/sysv/linux/configure: Regenerated.
42101
11de3a33
L
421022012-05-14 H.J. Lu <hongjiu.lu@intel.com>
42103
42104 * sysdeps/x86_64/dl-machine.h (elf_machine_load_address): Remove
42105 the `q' suffix from lea and replace .quad with ASM_ADDR.
42106
e02f153a
L
421072012-05-14 H.J. Lu <hongjiu.lu@intel.com>
42108
42109 * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PTR_MANGLE): Remove
42110 the `q' suffix from xor/rol instructions. Use $2*LP_SIZE+1
42111 instead of $17.
42112 (PTR_DEMANGLE): Likewise.
42113
520ae0fd
L
421142012-05-14 H.J. Lu <hongjiu.lu@intel.com>
42115
42116 * sysdeps/x86_64/sysdep.h (LP_SIZE): New macro.
42117 (LP_OP): Likewise.
42118 (ASM_ADDR): Likewise.
42119 (RAX_LP): Likewise.
42120 (RBP_LP): Likewise.
42121 (RBX_LP): Likewise.
42122 (RCX_LP): Likewise.
42123 (RDI_LP): Likewise.
42124 (RSI_LP): Likewise.
42125 (RSP_LP): Likewise.
42126 (R8_LP): Likewise.
42127 (R9_LP): Likewise.
42128 (R10_LP): Likewise.
42129 (R10_LP): Likewise.
42130 (R11_LP): Likewise.
42131 (R12_LP): Likewise.
42132 (R13_LP): Likewise.
42133 (R14_LP): Likewise.
42134 (R15_LP): Likewise.
42135
b985be81
L
421362012-05-14 H.J. Lu <hongjiu.lu@intel.com>
42137
42138 * sysdeps/x86_64/x32/dl-machine.h: New file.
42139
6a4888ff
AJ
421402012-05-14 Andreas Jaeger <aj@suse.de>
42141
42142 * manual/Makefile (subdir): Remove export of subdir.
42143 (all): Remove target.
42144 (.PHONY): Remove all from list.
42145 (mkinstalldirs): Remove.
42146 (.PHONY): Remove installdirs from list.
42147 ($(inst_infodir)/libc.info): Use make-target-directory.
42148 (installdirs): Remove.
42149 (subdir_%): Remove.
42150 (glibc-targets): Remove.
42151 (lib): Remove.
42152 (stubs): Remove.
42153 ($(objpfx)stubs ../po/manual.pot): Remove.
42154 ($(objpfx)stamp%): Remove.
42155 (make-target-directory): Remove.
42156 (subdir_install): Remove.
42157 (routines): Remove.
42158 (aux): Remove.
42159 (sources): Remove.
42160 (objects): Remove.
42161 (headers): Remove.
42162
42163 [BZ #13750]
42164 * manual/.gitignore: Remove, it's not needed anymore.
42165 * manual/libc-texinfo.sh: Pass OUTDIR as extra argument, create
42166 all files in it.
42167 * manual/Makefile (dvi, pdf, info, html): Depend on files in build
42168 directory.
42169 (texis): Renamed to $(objpfx)texis.
42170 (texis-path): New, contains path to generated files.
42171 (chapters.%): Use texis-path for complete path, add extra argument
42172 libc-texinfo.sh.
42173 (libc.dvi, libc.pdf, libc.info, libc.pdf): Add $(objfpx) as prefix.
42174 (libc/index.html, summary.texi): Add $(objpfx) as prefix.
42175 (summary,texi, stamp-summary): Use complete path of
42176 files. Generate files in build dir.
42177 (dir-add.texi): Build in build dir.
42178 (libm-err.texi,stamp-libm-err): Likewise.
42179 (version.texi, stamp-version): Likewise.
42180 (.%c.texi): Likewise.
42181 (%.info,%.dvi,%.pdf): Add $(objpfx) as prefix, build in build dir.
42182 (mostlyclean): Remove target.
42183 (realclean): Remove target.
42184 (generated): Add new variable with contents from mostlyclean and
42185 realclean, remove entries duplicated in common-mostlyclean, add
42186 stamp-libm-err and stamp-version.
42187 (generated-dirs): Add libc directory.
42188 ($(inst_infodir)/libc.info): Install files from build dir.
42189
42190 * manual/install.texi (Configuring and compiling): Adjust since
42191 the info files are not part of the tar ball anymore.
42192
7ac77294
AJ
421932012-05-14 Andreas Jaeger <aj@suse.de>
42194
42195 * sysdeps/unix/sysv/linux/getcwd.c (__getcwd): Remove unused
42196 variable.
42197
ffb7875d
JM
421982012-05-14 Joseph Myers <joseph@codesourcery.com>
42199
42200 [BZ #13717]
42201 * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
42202 to 2.2.0 where earlier.
42203 * sysdeps/unix/sysv/linux/configure: Regenerated.
42204 * sysdeps/unix/sysv/linux/getcwd.c [!__ASSUME_GETCWD_SYSCALL]:
42205 Remove conditional code.
42206 [__ASSUME_GETCWD_SYSCALL]: Make code unconditional.
42207 * sysdeps/unix/sysv/linux/i386/chown.c [!__ASSUME_LCHOWN_SYSCALL]:
42208 Remove conditional code.
42209 [!__NR_lchown]: Likewise.
42210 [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
42211 [__NR_lchown]: Likewise.
42212 * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Remove
42213 comment referencing __ASSUME_LCHOWN_SYSCALL.
42214 * sysdeps/unix/sysv/linux/i386/sigaction.c
42215 [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
42216 [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
42217 * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_SIOCGIFNAME]:
42218 Remove conditional code.
42219 [__ASSUME_SIOCGIFNAME ]: Make code unconditional.
42220 (__protocol_available): Remove #if 0 code.
42221 * sysdeps/unix/sysv/linux/ifreq.c [!__ASSUME_SIOCGIFNAME]: Remove
42222 conditional code.
42223 [__ASSUME_SIOCGIFNAME]: Make code unconditional.
42224 * sysdeps/unix/sysv/linux/kernel-features.h
42225 (__ASSUME_GETCWD_SYSCALL): Don't define.
42226 (__ASSUME_REALTIME_SIGNALS): Likewise.
42227 (__ASSUME_PREAD_SYSCALL): Likewise.
42228 (__ASSUME_PWRITE_SYSCALL): Likewise.
42229 (__ASSUME_POLL_SYSCALL): Likewise.
42230 (__ASSUME_LCHOWN_SYSCALL): Likewise.
42231 (__ASSUME_SETRESUID_SYSCALL): Define for all kernel versions for
42232 non-SPARC.
42233 (__ASSUME_SIOCGIFNAME): Don't define.
42234 (__ASSUME_MSG_NOSIGNAL): Likewise.
42235 (__ASSUME_SENDFILE): Define unconditionally.
42236 (__ASSUME_PROC_SELF_FD_SYMLINK): Don't define.
42237 * sysdeps/unix/sysv/linux/poll.c [!__ASSUME_POLL_SYSCALL]: Remove
42238 conditional code.
42239 [__ASSUME_POLL_SYSCALL]: Make code unconditional.
42240 * sysdeps/unix/sysv/linux/powerpc/chown.c (__chown)
42241 [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
42242 (__chown) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
42243 * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat)
42244 [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
42245 (fchownat) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
42246 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c
42247 [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
42248 [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
42249 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
42250 [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
42251 [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
42252 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c
42253 [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
42254 [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
42255 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c
42256 [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
42257 [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
42258 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c
42259 [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
42260 [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
42261 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c
42262 [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
42263 [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
42264 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c
42265 [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
42266 [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
42267 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c
42268 [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
42269 [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
42270 * sysdeps/unix/sysv/linux/pread.c [!__ASSUME_PREAD_SYSCALL]:
42271 Remove conditional code.
42272 [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
42273 * sysdeps/unix/sysv/linux/pread64.c [!__ASSUME_PREAD_SYSCALL]:
42274 Remove conditional code.
42275 [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
42276 * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal)
42277 [__LINUX_KERNEL_VERSION < 131443]: Remove conditional code.
42278 * sysdeps/unix/sysv/linux/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
42279 Remove conditional code.
42280 [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
42281 * sysdeps/unix/sysv/linux/pwrite64.c [!__ASSUME_PWRITE_SYSCALL]:
42282 Remove conditional code.
42283 [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
42284 * sysdeps/unix/sysv/linux/sh/pread.c [!__ASSUME_PREAD_SYSCALL]:
42285 Remove conditional code.
42286 [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
42287 * sysdeps/unix/sysv/linux/sh/pread64.c [!__ASSUME_PREAD_SYSCALL]:
42288 Remove conditional code.
42289 [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
42290 * sysdeps/unix/sysv/linux/sh/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
42291 Remove conditional code.
42292 [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
42293 * sysdeps/unix/sysv/linux/sh/pwrite64.c
42294 [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
42295 [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
42296 * sysdeps/unix/sysv/linux/sigaction.c
42297 [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
42298 [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
42299 * sysdeps/unix/sysv/linux/sigpending.c
42300 [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
42301 [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
42302 * sysdeps/unix/sysv/linux/sigprocmask.c
42303 [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
42304 [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
42305 * sysdeps/unix/sysv/linux/sigsuspend.c
42306 [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
42307 [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
42308 * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
42309 (__libc_missing_rt_sigs): Remove.
42310 (__libc_sigaction) [__NR_rt_sigaction]: Make code unconditional.
42311 (__libc_sigaction): Do not handle ENOSYS from rt_sigaction.
42312 * sysdeps/unix/sysv/linux/syslog.c [!__ASSUME_MSG_NOSIGNAL]:
42313 Remove conditional code.
42314 [__ASSUME_MSG_NOSIGNAL]: Make code unconditional.
42315 * sysdeps/unix/sysv/linux/testrtsig.h (kernel_has_rtsig): Always
42316 return 1.
42317 * sysdeps/unix/sysv/linux/ttyname.c (ttyname)
42318 [!__ASSUME_PROC_SELF_FD_SYMLINK]: Remove conditional code.
42319 * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r)
42320 [!__ASSUME_PROC_SELF_FD_SYMLINK]: Likewise.
42321
1bfb7291
AJ
423222012-05-14 Andreas Jaeger <aj@suse.de>
42323
caae5a81
AJ
42324 * sysdeps/i386/fpu/bits/mathinline.h (__pow2): Remove,
42325 it's not used in glibc.
42326 (__coshm1): Likewise.
42327 (__acosh1p): Likewise.
42328 (__sgn): Likewise.
42329
1bfb7291
AJ
42330 * manual/string.texi (Copying and Concatenation): Add missing
42331 variable in concat example.
42332 Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
42333
c044d724
L
423342012-05-14 H.J. Lu <hongjiu.lu@intel.com>
42335
144c5467 42336 [BZ #14103]
c044d724
L
42337 * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Replace
42338 __builtin_clzl with __builtin_clzll.
42339
2523c62b
L
423402012-05-14 H.J. Lu <hongjiu.lu@intel.com>
42341
42342 [BZ #14104]
42343 * sysdeps/unix/sysv/linux/check_pf.c (cache): Use
42344 libc_freeres_ptr.
42345
d7bb4c42
LD
423462012-05-14 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
42347
42348 * sysdeps/i386/i686/fpu/multiarch/Makefile: New file.
42349 * sysdeps/i386/i686fpu/multiarch/e_expf.c: New file.
42350 * sysdeps/i386/i686fpu/multiarch/e_expf-ia32.S: New file.
42351 * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: New file.
42352
9dc4e1fb
MF
423532012-05-14 Mike Frysinger <vapier@gentoo.org>
42354
42355 * NEWS: Update ia64 info.
42356
c7df0112
AS
423572012-05-12 Andreas Schwab <schwab@linux-m68k.org>
42358
42359 * sysdeps/powerpc/memmove.c (MEMMOVE): Don't return a value if
42360 used as bcopy.
42361
dc70356c
TS
423622012-05-12 Thomas Schwinge <thomas@codesourcery.com>
42363
42364 * io/dup3.c (dup3): Rename to __dup3, add weak alias for dup3.
42365 * sysdeps/unix/syscalls.list (dup3): Likewise.
42366 * libio/freopen.c (freopen): Invoke __dup3 instead of dup3.
42367 * libio/freopen64.c (freopen64): Invoke __dup3 instead of dup3.
42368
9fb1a21f
L
423692012-05-11 H.J. Lu <hongjiu.lu@intel.com>
42370
42371 * elf/stackguard-macros.h (STACK_CHK_GUARD) [__x86_64__]: Use
42372 "%c1" with "i" (offsetof (tcbhead_t, stack_guard)).
42373
4822a2a5
L
423742012-05-11 H.J. Lu <hongjiu.lu@intel.com>
42375
42376 * elf/tls-macros.h (TLS_LE): Use mov instead of movq to load
42377 thread pointer.
42378 (TLS_IE): Use mov/add instead of movq/addq to load thread
42379 pointer.
42380 (TLS_GD_PREFIX): New.
42381 (TLS_GD): Use it.
42382
842b81d6
DM
423832012-05-11 David S. Miller <davem@davemloft.net>
42384
42385 * sysdeps/sparc/fpu/bits/fenv.h (__fenv_stfsr): Add __volatile__.
42386 * sysdeps/sparc/fpu/fpu_control.h (_FPU_GETCW): Likewise.
42387 (_FPU_SETCW): Likewise.
42388
1cf463cd
L
423892012-05-10 H.J. Lu <hongjiu.lu@intel.com>
42390
42391 * sysdeps/x86_64/dl-trampoline.S: Check if RTLD_SAVESPACE_SSE
42392 is 32-byte aligned.
42393
60cc4a18
AS
423942012-05-11 Andreas Schwab <schwab@linux-m68k.org>
42395
42396 [BZ #11837]
42397 * iconvdata/gb18030.c: Update tables.
42398 (BODY for FROM_LOOP): Update. Handle two-byte encoded non-BMP
42399 characters specially.
42400 (BODY for TO_LOOP): Add encoding of missing ranges.
42401
febb44a4
TS
424022012-05-11 Thomas Schwinge <thomas@codesourcery.com>
42403
42404 [BZ #13673]
42405 * sysdeps/mach/hurd/accept4.c: Replace FSF snail mail address with URL.
42406 * sysdeps/mach/hurd/dup3.c: Likewise.
42407 * sysdeps/mach/hurd/readlinkat.c: Likewise.
42408 * sysdeps/powerpc/memmove.c:: Likewise.
42409
0a10fb9e
L
424102012-05-10 H.J. Lu <hongjiu.lu@intel.com>
42411
42412 * sysdeps/x86_64/dl-machine.h (elf_machine_rela_relative): Handle
42413 R_X86_64_RELATIVE64 only if RTLD_BOOTSTRAP isn't defined.
42414
df8a552f
L
424152012-05-10 H.J. Lu <hongjiu.lu@intel.com>
42416
42417 * elf/elf.h (R_X86_64_RELATIVE64): New.
42418 (R_X86_64_NUM): Updated.
42419 * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
42420 R_X86_64_RELATIVE64. Always use Elf64_Addr with R_X86_64_64.
42421 (elf_machine_rela_relative): Handle R_X86_64_RELATIVE64.
42422 * sysdeps/x86_64/Makefile (tests): Add tst-quad1 tst-quad2
42423 tst-quad1pie tst-quad2pie
42424 (modules-names): Add tst-quadmod1 tst-quadmod2.
42425 ($(objpfx)tst-quad1): New dependency.
42426 ($(objpfx)tst-quad2): Likewise.
42427 ($(objpfx)tst-quad1pie): Likewise.
42428 ($(objpfx)tst-quad2pie): Likewise.
42429 * sysdeps/x86_64/tst-quad1.c: New file.
42430 * sysdeps/x86_64/tst-quad1pie.c: New file.
42431 * sysdeps/x86_64/tst-quad2.c: Likewise.
42432 * sysdeps/x86_64/tst-quad2pie.c: Likewise.
42433 * sysdeps/x86_64/tst-quadmod1.S: Likewise.
42434 * sysdeps/x86_64/tst-quadmod1pie.S: Likewise.
42435 * sysdeps/x86_64/tst-quadmod2.S: Likewise.
42436 * sysdeps/x86_64/tst-quadmod2pie.S: Likewise.
42437
f34d6f84
ST
424382012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
42439
f42d41d1
ST
42440 * io/fcntl.h (mode_t, off_t, pid_t): Define types.
42441 (__mode_t_defined, __off_t_defined, __pid_t_defined): Define macros.
42442 * streams/stropts.h (t_scalar_t): Define type.
42443
3c3571fc
ST
42444 * sysdeps/generic/paths.h (_PATH_MAN): Set to "/usr/share/man"
42445 (_PATH_PRESERVE): Set to "/var/lib".
42446 (_PATH_RWHODIR): Set to "/var/spool/rwho".
42447
61f06bd3
ST
42448 * sysdeps/mach/hurd/openat.c (__openat): Set type of MODE to mode_t
42449 instead of int.
42450
918d4d71
ST
42451 * sysdeps/mach/hurd/xmknodat.c (__xmknodat): Deallocate NODE port only
42452 if __dir_mkfile succeeded.
42453
f34d6f84
ST
42454 * sysdeps/mach/hurd/dup3.c: Lock _hurd_dtable_lock before
42455 checking for _hurd_dtablesize. Unlock it right after having
42456 finished _hurd_dtable allocation.
42457
10589b4a
TS
424582012-05-10 Thomas Schwinge <thomas@schwinge.name>
42459
674cdbc7
TS
42460 * sysdeps/mach/hurd/configure.in: Remove warning for --prefix=[...].
42461 * sysdeps/mach/hurd/configure: Regenerated.
42462 * sysdeps/unix/sysv/linux/configure.in: Move --prefix=/usr
42463 special-casing to...
42464 * sysdeps/gnu/configure.in: ... this new file.
42465 * sysdeps/unix/sysv/linux/configure: Regenerated.
42466 * sysdeps/gnu/configure: New generated file.
42467
8e41b99f
TS
42468 * sysdeps/mach/hurd/bits/stat.h (struct stat): Align to what is done
42469 for Linux: use nsec instead of usec, as well as:
42470 [__USE_MISC || __USE_XOPEN2K8] (st_atim, st_mtim, st_ctim): New
42471 members of type struct timespec.
42472 [__USE_MISC || __USE_XOPEN2K8] (st_atime, st_mtime, st_ctime):
42473 New macros.
42474 (struct stat64): Likewise.
42475 (_STATBUF_ST_NSEC): New macro.
42476 * sysdeps/mach/hurd/xstatconv.c (xstat64_conv): Adapt to that.
42477
10589b4a
TS
42478 * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
42479 __strtoul_internal rather than strtoul.
42480
63643c85
PT
424812012-05-10 Pino Toscano <toscano.pino@tiscali.it>
42482
42483 * hurd/hurdsock.c (_hurd_socket_server): Check for negative domains,
42484 and reject them.
42485
3faebe6a
ST
424862012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
42487
42488 * sysdeps/mach/hurd/setresgid.c (__setresgid): Handle the -1 case,
42489 which preserves existing values.
42490 * sysdeps/mach/hurd/setresuid.c (__setresuid): Likewise.
42491
c6474b07
PT
424922012-05-10 Pino Toscano <toscano.pino@tiscali.it>
42493
42494 * hurd/hurdselect.c (_hurd_select): Return EINVAL for negative
42495 TIMEOUT values. Return EINVAL for NFDS values either negative or
42496 greater than FD_SETSIZE.
42497
1043890b
ST
424982012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
42499
42500 * sysdeps/mach/hurd/brk.c (_hurd_set_brk): When more space needs to be
42501 allocated, call __vm_protect to finish enabling the existing space, and
42502 pass a copy of _hurd_data_end instead of PAGEBRK to __vm_allocate to
42503 allocate the remainder.
42504
37ed8b9b
PT
425052012-05-10 Pino Toscano <toscano.pino@tiscali.it>
42506
42507 * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Check also for a null
42508 address port. Set ADDR_LEN to 0 when not filling ADDRARG.
42509
db653660
ST
425102012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
42511
37ed8b9b
PT
42512 * sysdeps/mach/hurd/readlinkat.c: New file, heavily derived from
42513 sysdeps/mach/hurd/readlink.c.
b29d4053 42514
db653660
ST
42515 * posix/tst-sysconf.c (posix_options): Only use
42516 _POSIX_PRIORITIZED_IO, _POSIX_PRIORITY_SCHEDULING, and
42517 _POSIX_SYNCHRONIZED_IO when they are defined
42518 * sysdeps/mach/hurd/bits/posix_opt.h:
42519 (_POSIX_PRIORITY_SCHEDULING): Undefine macro.
42520 (_XOPEN_REALTIME): Undefine macro.
42521 (_XOPEN_REALTIME_THREADS): Undefine macro.
42522 (_XOPEN_SHM): Undefine macro.
42523 [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_INHERIT): Define
42524 macro to -1.
42525 [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_PROTECT): Define
42526 macro to -1.
42527 (_POSIX_ASYNC_IO): Undefine macro.
42528 (_POSIX_PRIORITIZED_IO): Undefine macro.
42529 (_POSIX_SPIN_LOCKS): Define macro to -1.
42530
ee16e894
ST
42531 * bits/sigaction.h [__USE_XOPEN2K8]: Define SA_RESTART,
42532 SA_NODEFER, SA_RESETHAND.
42533 * sysdeps/mach/hurd/bits/fcntl.h [__USE_XOPEN2K8]: Define
42534 O_NOFOLLOW, O_DIRECTORY, O_CLOEXEC, F_GETOWN, F_SETOWN,
42535 F_DUPFD_CLOEXEC.
42536
6103ae3b
TS
425372012-05-10 Thomas Schwinge <thomas@schwinge.name>
42538
42539 * elf/Makefile (pldd-modules): Define unconditionally.
42540
80b4e5f3
TS
425412012-05-10 Thomas Schwinge <thomas@schwinge.name>
42542
42543 * sysdeps/mach/hurd/opendir.c (__opendirat): New function.
42544
edadcbd6
ST
425452012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
42546
42547 * hurd/hurdchdir.c (_hurd_change_directory_port_from_name):
42548 Return ENOENT when name is empty.
42549 * sysdeps/mach/hurd/chroot.c (chroot): Likewise.
42550
80694780
TS
425512012-05-10 Thomas Schwinge <thomas@schwinge.name>
42552
1792c087
TS
42553 * include/libc-symbols.h [NO_HIDDEN] (hidden_nolink): New macro.
42554
80694780
TS
42555 * nss/makedb.c (MAP_POPULATE): If not defined, define to zero.
42556
6b645f0d
ST
425572012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
42558
80694780
TS
42559 Fix mlock in all cases except non-readable pages.
42560 * sysdeps/mach/hurd/mlock.c (mlock): Give VM_PROT_READ
42561 instead of VM_PROT_ALL as parameter to __vm_wire function.
66cbbebc 42562
6b645f0d
ST
42563 * sysdeps/mach/hurd/mkdir.c: Include <string.h>.
42564 (__mkdir): When path is `/', just fail with EEXIST.
42565 * sysdeps/mach/hurd/mkdirat.c: Likewise.
42566
e468f8a3
TS
425672012-05-10 Thomas Schwinge <thomas@schwinge.name>
42568
42569 * nss/makedb.c: Include <sys/param.h> (for MAX and roundup), and
42570 <sys/uio.h> (for writev).
42571 * nss/nss_db/db-initgroups.c: Include <limits.h> (for ULONG_MAX),
42572 and <sys/param.h> (for MIN).
42573
a4186cff
PT
425742012-05-10 Pino Toscano <toscano.pino@tiscali.it>
42575
42576 * sysdeps/mach/nanosleep.c: Return EINVAL for invalid values of
42577 REQUESTED_TIME. Properly set the remaining time and return EINTR
42578 if interrupted.
42579
510bbf14
TS
425802012-05-10 Thomas Schwinge <thomas@schwinge.name>
42581
42582 * sysdeps/mach/hurd/Makefile ($(common-objpfx)linkobj/libc.so):
42583 Depend on against $(link-rpcuserlibs).
42584
5d5722e8
ST
425852012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
42586
a4186cff
PT
42587 * sysdeps/generic/ldsodefs.h [LIBC_STACK_END_NOT_RELRO]
42588 (__libc_stack_end): Do not use attribute_relro.
42589 * sysdeps/mach/hurd/dl-sysdep.h (LIBC_STACK_END_NOT_RELRO): Define.
42590 * sysdeps/mach/hurd/i386/init-first.c (init): Update __libc_stack_end
5d5722e8 42591 to libthread-provided value.
a4186cff
PT
42592 * sysdeps/mach/hurd/dl-sysdep.c (__libc_stack_end): Do not use
42593 attribute_relro.
5d5722e8 42594
37233df9
TS
425952012-05-10 Thomas Schwinge <thomas@schwinge.name>
42596
be971a2b
TS
42597 [BZ #3748]
42598 * bits/libc-lock.h (__libc_once_get): New macro.
42599 * sysdeps/mach/bits/libc-lock.h: Likewise.
42600 * sysdeps/mach/hurd/bits/libc-lock.h: Likewise.
42601 * sysdeps/posix/getaddrinfo.c (getaddrinfo): Use __libc_once_get
42602 instead of using implementation details.
42603
37233df9
TS
42604 * libio/fileops.c: Unconditionally include <kernel-features.h>.
42605 * libio/freopen.c: Likewise.
42606 * libio/freopen64.c: Likewise.
42607 * misc/syslog.c: Likewise.
42608 * nscd/connections.c: Likewise.
42609 * nscd/netgroupcache.c: Likewise.
42610 * sysdeps/posix/getcwd.c: Likewise.
42611
38de94a5
RM
426122012-05-10 Roland McGrath <roland@hack.frob.com>
42613
42614 * math/w_ilogbf.c: Add #include <limits.h>.
42615
67530489
ST
426162012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
42617
a4186cff 42618 * sysdeps/mach/hurd/setitimer.c (setitimer_locked): Use common exit
bbc49098
ST
42619 path instead of returning without unlocking.
42620
67530489
ST
42621 * sysdeps/mach/hurd/bits/ioctls.h (_IOIW): New macro for
42622 immediate-write ioctls.
42623 * sysdeps/mach/hurd/ioctl.c: Handle cases with no arguments.
42624
5aa3a74a
TS
426252012-05-10 Thomas Schwinge <thomas@schwinge.name>
42626
18bad2ae
TS
42627 * sysdeps/mach/hurd/i386/init-first.c (init): Use
42628 __builtin_frame_address instead of making assumptions about the
42629 location of the return address relative to DATA. Force early load of
42630 the return address.
42631 (_dl_init_first, doinit1 in doinit in _hurd_stack_setup): Don't use
42632 __builtin_frame_address.
42633
5aa3a74a
TS
42634 dup3 for GNU Hurd.
42635 * include/unistd.h: Declare __dup3 and use libc_hidden_proto on it.
42636 * sysdeps/mach/hurd/dup3.c: New file, copy from dup2.c. Evolve it to
42637 implement dup3 and do some further code clean-ups.
42638 * sysdeps/mach/hurd/dup2.c (__dup2): Reimplement using __dup3.
42639 * sysdeps/mach/hurd/kernel-features.h (__ASSUME_DUP3): Define.
42640
ecd0de9a
ST
426412012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
42642
cd9fa985
ST
42643 * sysdeps/mach/hurd/dl-sysdep.c: Conditionalize contents on [SHARED].
42644
a4186cff
PT
42645 * hurd/hurd/fd.h (_hurd_fd_get): Call HURD_CRITICAL_BEGIN/
42646 HURD_CRITICAL_END around holding _hurd_dtable_lock.
42647 * sysdeps/mach/hurd/dirfd (dirfd): Likewise.
42648 * sysdeps/mach/hurd/opendir.c (_hurd_fd_opendir): Call
42649 HURD_CRITICAL_BEGIN/HURD_CRITICAL_END around holding
42650 d->port.lock.
802ca5a5 42651
a4186cff
PT
42652 * hurd/catch-signal.c (hurd_catch_signal): Use sigsetjmp/siglongjmp
42653 instead of setjmp/longjmp to restore the signal mask. Call sigsetjmp
42654 when handler == SIG_ERR, not when handler != SIG_ERR.
ecd0de9a 42655
bcf55240
TS
426562012-05-10 Thomas Schwinge <thomas@schwinge.name>
42657
6960eb42
TS
42658 * sysdeps/mach/hurd/bits/socket.h: New file, copy from the bsd4.4 one.
42659 (SOCK_MAX, SOCK_TYPE_MASK, SOCK_CLOEXEC, SOCK_NONBLOCK): New
42660 definitions.
42661
eb43375f
TS
42662 accept4 for GNU Hurd.
42663 * include/sys/socket.h (__libc_accept4): New prototype.
42664 * sysdeps/mach/hurd/accept4.c: New file, copy from accept.c. Evolve it
42665 to implement __libc_accept4.
42666 * sysdeps/mach/hurd/accept.c (accept): Reimplement using
42667 __libc_accept4.
42668 * sysdeps/mach/hurd/kernel-features.h (__ASSUME_ACCEPT4): Define.
42669
bcf55240
TS
42670 * sysdeps/mach/hurd/i386/____longjmp_chk.S: New file.
42671 * sysdeps/mach/hurd/i386/signal-defines.sym: New file.
42672 * sysdeps/mach/hurd/i386/Makefile (gen-as-const-headers): Add
42673 signal-defines.sym.
42674
6178c55b
ST
426752012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
42676
a4186cff 42677 * bits/in.h (SOL_IP, SOL_IPV6, SOL_ICMPV6): New macros.
6178c55b 42678
6f080c2f
TS
426792012-05-10 Thomas Schwinge <thomas@schwinge.name>
42680
42681 * sysdeps/mach/hurd/dl-sysdep.c (open_file): Do not raise
42682 assertion on O_CLOEXEC flag.
42683 * hurd/hurd/fd.h: Update comment to mention O_CLOEXEC.
42684 * hurd/intern-fd.c: Likewise.
42685 * hurd/port2fd.c: Likewise.
42686
bcfe3a54
ST
426872012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
42688
42689 [BZ #3906]
42690 * bits/in.h (IPV6_PKTINFO): Define new macro.
42691 (IPV6_RXINFO,IPV6_TXINFO,SCM_SRCINFO): Redefine to IPV6_PKTINFO.
42692
89c9aa49
AZ
426932012-05-09 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
42694
42695 [BZ #13954]
42696 [BZ #13955]
42697 [BZ #13956]
42698 * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Fix for subnormal number.
42699 * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
42700 * sysdeps/ieee754/flt-32/s_logbf.c (__logf): Likewise.
42701 * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
42702 * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
42703 * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
42704 * math/libm-test.inc (logb_test) : Additional logb tests.
42705
021db4be
AJ
427062012-05-09 Andreas Schwab <schwab@linux-m68k.org>
42707 Andreas Jaeger <aj@suse.de>
42708
42709 * configure.in (obsolete-rpc): Add new option --enable-obsolete-rpc.
42710 * configure: Regenerated.
42711 * config.h.in (LINK_OBSOLETE_RPC): New macro.
42712 * config.make.in (link-obsolete-rpc): New substituted variable.
42713 * include/libc-symbols.h (libc_hidden_nolink_sunrpc): Rename from
42714 libc_hidden_nolink and define based on LINK_OBSOLETE_RPC.
42715 * sunrpc/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
42716 (shared-only-routines): Don't set it under [link-obsolete-rpc],
42717 so that libc.a contains the symbols.
42718 * nis/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
42719 * sunrpc/auth_des.c: Use libc_hidden_nolink_sunrpc.
42720 * sunrpc/auth_none.c: Likewise.
42721 * sunrpc/auth_unix.c: Likewise.
42722 * sunrpc/authdes_prot.c: Likewise.
42723 * sunrpc/authuxprot.c: Likewise.
42724 * sunrpc/clnt_gen.c: Likewise.
42725 * sunrpc/clnt_perr.c: Likewise.
42726 * sunrpc/clnt_raw.c: Likewise.
42727 * sunrpc/clnt_simp.c: Likewise.
42728 * sunrpc/clnt_tcp.c: Likewise.
42729 * sunrpc/clnt_udp.c: Likewise.
42730 * sunrpc/clnt_unix.c: Likewise.
42731 * sunrpc/des_crypt.c: Likewise.
42732 * sunrpc/des_soft.c: Likewise.
42733 * sunrpc/get_myaddr.c: Likewise.
42734 * sunrpc/key_call.c: Likewise.
42735 * sunrpc/key_prot.c: Likewise.
42736 * sunrpc/netname.c: Likewise.
42737 * sunrpc/pm_getmaps.c: Likewise.
42738 * sunrpc/pm_getport.c: Likewise.
42739 * sunrpc/pmap_clnt.c: Likewise.
42740 * sunrpc/pmap_prot.c: Likewise.
42741 * sunrpc/pmap_prot2.c: Likewise.
42742 * sunrpc/pmap_rmt.c: Likewise.
42743 * sunrpc/publickey.c: Likewise.
42744 * sunrpc/rpc_cmsg.c: Likewise.
42745 * sunrpc/rpc_common.c: Likewise.
42746 * sunrpc/rpc_dtable.c: Likewise.
42747 * sunrpc/rpc_prot.c: Likewise.
42748 * sunrpc/rpc_thread.c: Likewise.
42749 * sunrpc/rtime.c: Likewise.
42750 * sunrpc/svc.c: Likewise.
42751 * sunrpc/svc_auth.c: Likewise.
42752 * sunrpc/svc_raw.c: Likewise.
42753 * sunrpc/svc_run.c: Likewise.
42754 * sunrpc/svc_tcp.c: Likewise.
42755 * sunrpc/svc_udp.c: Likewise.
42756 * sunrpc/svc_unix.c: Likewise.
42757 * sunrpc/svcauth_des.c: Likewise.
42758 * sunrpc/xcrypt.c: Likewise.
42759 * sunrpc/xdr.c: Likewise.
42760 * sunrpc/xdr_array.c: Likewise.
42761 * sunrpc/xdr_float.c: Likewise.
42762 * sunrpc/xdr_intXX_t.c: Likewise.
42763 * sunrpc/xdr_mem.c: Likewise.
42764 * sunrpc/xdr_rec.c: Likewise.
42765 * sunrpc/xdr_ref.c: Likewise.
42766 * sunrpc/xdr_sizeof.c: Likewise.
42767 * sunrpc/xdr_stdio.c: Likewise.
42768
b5c086a2
RM
427692012-05-10 Roland McGrath <roland@hack.frob.com>
42770
42771 * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Fix typo in last
42772 change. Update copyright years.
42773
6d74dd09
JM
427742012-05-10 Joseph Myers <joseph@codesourcery.com>
42775
42776 * include/stdc-predef.h (__STDC_NO_THREADS__): Define.
42777
28e72501
MK
427782012-05-10 Maxim Kuvyrkov <maxim@codesourcery.com>
42779 Joseph Myers <joseph@codesourcery.com>
42780 Paul Pluzhnikov <ppluzhnikov@google.com>
42781
42782 [BZ #14012]
42783 * sunrpc/Makefile [cross-compiling] (headers): Enable additions
42784 requiring rpcgen.
42785 [cross-compiling] (extra-libs): Likewise.
42786 [cross-compiling] (extra-libs-others): Likewise.
42787 [cross-compiling] (librpcsvc-routines): Likewise.
42788 [cross-compiling] (librpcsvc-inhibit-o): Likewise.
42789 [cross-compiling] (omit-deps): Likewise.
42790 (sunrpc-CPPFLAGS): New variable.
42791 (CPPFLAGS): Define using $(sunrpc-CPPFLAGS).
42792 (BUILD_CPPFLAGS): Append $(sunrpc-CPPFLAGS).
42793 (cross-rpcgen-objs): New variable.
42794 (extra-objs): Append $(cross-rpcgen-objs).
42795 ($(cross-rpcgen-objs)): New rule.
42796 ($(objpfx)cross-rpcgen): Likewise.
42797 (rpcgen-cmd): Define to use $(built-program-file). Expand
42798 comment.
42799 ($(objpfx)rpcsvc/%.stmp): Depend on cross-rpcgen.
42800 ($(objpfx)x%.stmp): Likewise.
42801 * sunrpc/proto.h [IS_IN_build] (_): Define.
42802 [IS_IN_build] (_libc_intl_domainname): Likewise.
42803
c8c59454
L
428042012-05-10 H.J. Lu <hongjiu.lu@intel.com>
42805
42806 * sysdeps/x86_64/dl-machine.h (elf_machine_rela) [__ILP32__]:
42807 Sign extend relocation result to 64 bits for R_X86_64_DTPOFF64
42808 and R_X86_64_TPOFF64.
42809
6f27cd16
JM
428102012-05-10 Joseph Myers <joseph@codesourcery.com>
42811
42812 * sysdeps/unix/sysv/linux/syscalls.list (alarm): Add entry from
42813 sysdeps/unix/sysv/syscalls.list.
42814 (stime): Likewise.
42815 (utime): Likewise.
42816 * sysdeps/unix/sysv/syscalls.list: Remove file.
42817
02467e1c
PE
428182012-05-10 Paul Eggert <eggert@cs.ucla.edu>
42819
42820 [BZ #3440]
42821 * locale/bits/locale.h (__LC_CTYPE, __LC_NUMERIC, __LC_TIME)
42822 (__LC_COLLATE, __LC_MONETARY, __LC_MESSAGES, __LC_ALL, __LC_PAPER)
42823 (__LC_NAME, __LC_ADDRESS, __LC_TELEPHONE, __LC_MEASUREMENT)
42824 (__LC_IDENTIFICATION): Make these macros useful in #if
42825 expressions, as required by C99.
42826
da392631
AS
428272012-05-10 Andreas Schwab <schwab@linux-m68k.org>
42828
42829 * sunrpc/Makefile (extra-objs) [$(build-shared) = yes]: Add
42830 $(addsuffix .os,$(rpc-compat-routines)). Move include ../Rules
42831 after this.
42832
8115f29b
L
428332012-05-09 H.J. Lu <hongjiu.lu@intel.com>
42834
42835 * stdlib/longlong.h: Updated from GCC.
42836
bdd74070
AJ
428372012-05-09 Andreas Jaeger <aj@suse.de>
42838
edfe0dbe
AJ
42839 * nscd/nscd.c (run_modes): Make named enum, reorder so that
42840 default is first entry.
42841 (run_mode): Set type.
42842 (main): Remove informal message about syslog.
42843 (options): Fix typo.
42844
bcfe3a54
ST
42845 [BZ #14053]
42846 * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Add __volatile
bdd74070 42847 to asm.
bcfe3a54
ST
42848 (lrint): Likewise.
42849 (llrintf): Likewise.
42850 (llrint): Likewise.
42851 (rint): Likewise.
42852 (rintf): Likewise.
42853 (nearbyint): Likewise.
42854 (nearbyintf): Likewise.
bdd74070 42855
91d8d69e
AJ
428562012-05-09 Andreas Jaeger <aj@suse.de>
42857 Pedro Alves <palves@redhat.com>
42858
42859 * nscd/nscd.c (run_mode): Use enum.
42860 (main): Cleanup coding style issue.
42861
bb90b80b
AJ
428622012-05-09 Alexandre Oliva <aoliva@redhat.com>
42863 Andreas Jaeger <aj@suse.de>
42864
bcfe3a54
ST
42865 * nscd/nscd.c (go_background): Replaced with...
42866 (run_mode): ... this.
bb90b80b 42867 (RUN_FOREGROUND, RUN_DAEMONIZE, RUN_DEBUG): Add.
bcfe3a54
ST
42868 (options): Add -F --foreground.
42869 (main): Implement it.
42870 (parse_opt): Parse it.
bb90b80b 42871
1a4b75a1
AJ
428722012-05-09 Andreas Jaeger <aj@suse.de>
42873
42874 [BZ #14083]
42875 * string/bits/string2.h (strspn) [__GNUC_PREREQ(3, 2) &&
42876 !_HAVE_STRING_ARCH_strspn]: Cast zero to size_t to avoid
42877 -Wconversion warning.
42878 (strspn) [!__GNUC_PREREQ(3, 2) && !_HAVE_STRING_ARCH_strspn]:
42879 Likewise.
42880
b1cc2472
JM
428812012-05-09 Joseph Myers <joseph@codesourcery.com>
42882
42883 * conform/data/locale.h-data (NULL): Use macro-constant. Require
42884 == 0.
42885 (LC_ALL): Use macro-int-constant.
42886 (LC_COLLATE): Likewise.
42887 (LC_CTYPE): Likewise.
42888 (LC_MESSAGES): Likewise.
42889 (LC_MONETARY): Likewise.
42890 (LC_NUMERIC): Likewise.
42891 (LC_TIME): Likewise.
42892 [ISO || ISO99 || ISO11] (LC_MESSAGES): Do not require.
42893 (LC_*): Change to LC_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
42894 [ISO || ISO99 || ISO11] (*_t): Do not allow.
42895 * conform/data/math.h-data (HUGE_VAL): Use macro-constant.
42896 Specify type.
42897 [C99-based standards] (float_t): Expect type.
42898 [C99-based standards] (double_t): Expect type.
42899 [C99-based standards] (HUGE_VALF): Use macro-constant. Specify
42900 type.
42901 [C99-based standards] (HUGE_VALL): Likewise.
42902 [C99-based standards] (INFINITY): Likewise.
42903 [C99-based standards] (NAN): Likewise.
42904 [C99-based standards] (FP_INFINITE): Use macro-int-constant.
42905 [C99-based standards] (FP_NAN): Likewise.
42906 [C99-based standards] (FP_NORMAL): Likewise.
42907 [C99-based standards] (FP_SUBNORMAL): Likewise.
42908 [C99-based standards] (FP_ZERO): Likewise.
42909 [C99-based standards] (FP_FAST_FMA): Use
42910 optional-macro-int-constant. Specify type. Require == 1.
42911 [C99-based standards] (FP_FAST_FMAF): Likewise.
42912 [C99-based standards] (FP_FAST_FMAL): Likewise.
42913 [C99-based standards] (FP_ILOGB0): Use macro-int-constant.
42914 [C99-based standards] (FP_ILOGBNAN): Likewise.
42915 [C99-based standards] (MATH_ERRNO): Use macro-int-constant.
42916 Specify type.
42917 [C99-based standards] (MATH_ERREXCEPT): Likewise.
42918 [C99-based standards] (math_errhandling): Specify type.
42919 [ISO99 || ISO11] (signgam): Do not allow.
42920 [non-C99-based standards] (copysignf): Do not allow.
42921 [non-C99-based standards] (exp2f): Likewise.
42922 [non-C99-based standards] (log2f): Likewise.
42923 [non-C99-based standards] (modff): Allow.
42924 [non-C99-based standards] (erff): Do not allow.
42925 [non-C99-based standards] (erfcf): Likewise.
42926 [non-C99-based standards] (gammaf): Likewise.
42927 [non-C99-based standards] (hypotf): Likewise.
42928 [non-C99-based standards] (j0f): Likewise.
42929 [non-C99-based standards] (j1f): Likewise.
42930 [non-C99-based standards] (jnf): Likewise.
42931 [non-C99-based standards] (lgammaf): Likewise.
42932 [non-C99-based standards] (tgammaf): Likewise.
42933 [non-C99-based standards] (y0f): Likewise.
42934 [non-C99-based standards] (y1f): Likewise.
42935 [non-C99-based standards] (ynf): Likewise.
42936 [non-C99-based standards] (isnanf): Likewise.
42937 [non-C99-based standards] (acoshf): Likewise.
42938 [non-C99-based standards] (asinhf): Likewise.
42939 [non-C99-based standards] (atanhf): Likewise.
42940 [non-C99-based standards] (cbrtf): Likewise.
42941 [non-C99-based standards] (expm1f): Likewise.
42942 [non-C99-based standards] (ilogbf): Likewise.
42943 [non-C99-based standards] (log1pf): Likewise.
42944 [non-C99-based standards] (logbf): Likewise.
42945 [non-C99-based standards] (nextafterf): Likewise.
42946 [non-C99-based standards] (remainderf): Likewise.
42947 [non-C99-based standards] (rintf): Likewise.
42948 [non-C99-based standards] (scalbf): Likewise.
42949 [non-C99-based standards] (copysignl): Likewise.
42950 [non-C99-based standards] (exp2l): Likewise.
42951 [non-C99-based standards] (log2l): Likewise.
42952 [non-C99-based standards] (modfl): Allow.
42953 [non-C99-based standards] (erfl): Do not allow.
42954 [non-C99-based standards] (erfcl): Likewise.
42955 [non-C99-based standards] (gammal): Likewise.
42956 [non-C99-based standards] (hypotl): Likewise.
42957 [non-C99-based standards] (j0l): Likewise.
42958 [non-C99-based standards] (j1l): Likewise.
42959 [non-C99-based standards] (jnl): Likewise.
42960 [non-C99-based standards] (lgammal): Likewise.
42961 [non-C99-based standards] (tgammal): Likewise.
42962 [non-C99-based standards] (y0l): Likewise.
42963 [non-C99-based standards] (y1l): Likewise.
42964 [non-C99-based standards] (ynl): Likewise.
42965 [non-C99-based standards] (isnanl): Likewise.
42966 [non-C99-based standards] (acoshl): Likewise.
42967 [non-C99-based standards] (asinhl): Likewise.
42968 [non-C99-based standards] (atanhl): Likewise.
42969 [non-C99-based standards] (cbrtl): Likewise.
42970 [non-C99-based standards] (expm1l): Likewise.
42971 [non-C99-based standards] (ilogbl): Likewise.
42972 [non-C99-based standards] (log1pl): Likewise.
42973 [non-C99-based standards] (logbl): Likewise.
42974 [non-C99-based standards] (nextafterl): Likewise.
42975 [non-C99-based standards] (remainderl): Likewise.
42976 [non-C99-based standards] (rintl): Likewise.
42977 [non-C99-based standards] (scalbl): Likewise.
42978 [ISO || ISO99 || ISO11] (*_t): Do not allow.
42979 [non-C99-based standards] (FP_*): Do not allow.
42980 [C99-based standards] (FP_*): Change to
42981 FP_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
42982 * conform/data/setjmp.h-data [ISO || ISO99 || ISO11] (*_t): Do not
42983 allow.
42984 * conform/data/signal.h-data (SIG_DFL): Use macro-constant.
42985 (SIG_ERR): Likewise.
42986 [X/Open-based standards] (SIG_HOLD): Likewise.
42987 (SIG_IGN): Likewise.
42988 (SIGABRT): Use macro-int-constant. Specify type. Require
42989 positive value.
42990 (SIGFPE): Likewise.
42991 (SIGILL): Likewise.
42992 (SIGINT): Likewise.
42993 (SIGSEGV): Likewise.
42994 (SIGTER): Likewise.
42995 [!ISO && !ISO99 && !ISO11] (SIGALRM): Likewise.
42996 [!ISO && !ISO99 && !ISO11] (SIGHUP): Likewise.
42997 [!ISO && !ISO99 && !ISO11] (SIGIO): Likewise.
42998 [!ISO && !ISO99 && !ISO11] (SIGKILL): Likewise.
42999 [!ISO && !ISO99 && !ISO11] (SIGPIPE): Likewise.
43000 [!ISO && !ISO99 && !ISO11] (SIGQUIT): Likewise.
43001 [!ISO && !ISO99 && !ISO11] (SIGUSR1): Likewise.
43002 [!ISO && !ISO99 && !ISO11] (SIGUSR2): Likewise.
43003 [!ISO && !ISO99 && !ISO11] (SIGCHLD): Likewise.
43004 [!ISO && !ISO99 && !ISO11] (SIGCONT): Likewise.
43005 [!ISO && !ISO99 && !ISO11] (SIGSTOP): Likewise.
43006 [!ISO && !ISO99 && !ISO11] (SIGTSTP): Likewise.
43007 [!ISO && !ISO99 && !ISO11] (SIGTTIN): Likewise.
43008 [!ISO && !ISO99 && !ISO11] (SIGTTOU): Likewise.
43009 [!ISO && !ISO99 && !ISO11] (SIGBUS): Likewise.
43010 [!ISO && !ISO99 && !ISO11] (SIGPOLL): Likewise.
43011 [!ISO && !ISO99 && !ISO11] (SIGPROF): Likewise.
43012 [!ISO && !ISO99 && !ISO11] (SIGSYS): Likewise.
43013 [X/Open-based standards] (SIGTRAP): Likewise.
43014 [!ISO && !ISO99 && !ISO11] (SIGURG): Likewise.
43015 [!ISO && !ISO99 && !ISO11] (SIGVTALRM): Likewise.
43016 [!ISO && !ISO99 && !ISO11] (SIGXCPU): Likewise.
43017 [!ISO && !ISO99 && !ISO11] (SIGXFSZ): Likewise.
43018 * conform/data/stdarg.h-data [ISO || ISO99 || ISO11] (*_t): Do not
43019 allow.
43020
b9f1922d
IW
430212012-05-08 Ian Wienand <ianw@vmware.com>
43022
43023 [BZ #14080]
43024 * time/tzset.c (__tzset_parse_tz): Update default rules for
43025 daylight time changes in the Energy Policy Act of 2005.
43026
1db86e88
AJ
430272012-05-09 Andreas Jaeger <aj@suse.de>
43028
43029 [BZ #13983]
43030 * elf/ldconfig.c (parse_conf): Change string to make clear that
43031 ldconfig only issued a warning if ld.so.conf does not exist.
43032
dee4a4e3
DM
430332012-05-08 David S. Miller <davem@davemloft.net>
43034
ee0db190
DM
43035 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: Use
43036 movxtod instead of popping the value on the stack.
43037
dee4a4e3
DM
43038 * sysdeps/sparc/fpu/libm-test-ulps: Update.
43039
6a43ec98
CD
430402012-05-08 Carlos O'Donell <carlos_odonell@mentor.com>
43041
43042 * config.h.in: Add HAVE_ARM_PCS_VFP.
43043
05c2c961
RMG
430442012-05-08 Roland Mc Grath <roland@hack.frob.com>
43045
bcfe3a54
ST
43046 [BZ #13979]
43047 * include/features.h: Warn if user requests __FORTIFY_SOURCE
43048 checking but the checks are disabled for any reason.
05c2c961 43049
4b30f61a
L
430502012-05-08 H.J. Lu <hongjiu.lu@intel.com>
43051
43052 * sysdeps/x86_64/dl-machine.h: Replace Elf64_XXX with ElfW(XXX)
43053 and ELF64_R_TYPE with ELFW(R_TYPE).
43054
eee2bc67
JM
430552012-05-08 Joseph Myers <joseph@codesourcery.com>
43056
7ea5391a
JM
43057 * sysdeps/unix/sysv/syscalls.list (pause): Remove.
43058 (ulimit): Likewise.
43059
eee2bc67
JM
43060 * sysdeps/unix/sysv/syscalls.list (setrlimit): Remove.
43061 (settimeofday): Likewise.
43062
abb66a67
MF
430632012-05-08 Mike Frysinger <vapier@gentoo.org>
43064
43065 * inet/arpa/tftp.h (struct tftphdr): Rename th_u to th_u1. Add
43066 a struct th_u2 inside the union, and move tu_block/tu_code into
43067 a new th_u3 union of tu_block/tu_code inside of that. Move
43068 th_data[1] into the th_u2 as tu_data[0]. Change tu_stuff[1] to
43069 tu_stuff[0]. Add a new tu_padding[4] to keep sizeof() the same.
43070 (th_block): Change to th_u1.th_u2.th_u3.tu_block.
43071 (th_code): Change to th_u1.th_u2.th_u3.tu_code.
43072 (th_stuff): Change to th_u1.tu_stuff.
43073 (th_data): Define.
43074 (th_msg): Change to th_u1.th_u2.tu_data.
43075
7f18b530
DM
430762012-05-07 David S. Miller <davem@davemloft.net>
43077
05760585
DM
43078 * sysdeps/sparc/fpu/libm-test-ulps: Update.
43079
7f18b530
DM
43080 [BZ #14074]
43081 * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK_CALL): New macro.
43082 (SETUP_PIC_REG): Use it.
43083 (SETUP_PIC_REG_LEAF): Use it.
43084
495fd99f
JM
430852012-05-07 Joseph Myers <joseph@codesourcery.com>
43086
43087 [BZ #13885]
43088 [BZ #13923]
43089 * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
43090 USE_AS_EXPM1L.
43091 (EXPL_FINITE): Likewise.
43092 (FLDLOG): Likewise.
43093 (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
43094 * sysdeps/i386/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
43095 e_expl.S.
43096 * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
43097 USE_AS_EXPM1L.
43098 (EXPL_FINITE): Likewise.
43099 (FLDLOG): Likewise.
43100 (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
43101 * sysdeps/x86_64/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
43102 e_expl.S.
43103 * math/libm-test.inc (expm1_test): Add more tests. Do not disable
43104 test of -max_value argument for long double.
43105 * sysdeps/i386/fpu/libm-test-ulps: Update.
43106 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43107
6693d694
DM
431082012-05-06 David S. Miller <davem@davemloft.net>
43109
43110 * scripts/data/localplt-sparc-linux-gnu.data: Add '?' markers to
43111 quad soft-float symbols whose references which are compiler
43112 generated.
43113 * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
43114
6c23e11c
JM
431152012-05-06 Joseph Myers <joseph@codesourcery.com>
43116
d8b82cad
JM
43117 [BZ #13884]
43118 [BZ #13914]
43119 * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
43120 USE_AS_EXP10L.
43121 (EXPL_FINITE): Likewise.
43122 (FLDLOG): Likewise.
43123 (c0): Likewise.
43124 (c1): Likewise.
43125 (__ieee754_expl): Change to IEEE754_EXPL. Use FLDLOG macro.
43126 Adjust comments for base varying.
43127 (__expl_finite): Change alias to EXPL_FINITE.
43128 * sysdeps/i386/fpu/e_exp10l.S: Define USE_AS_EXP10L and include
43129 e_expl.S.
43130 * sysdeps/ieee754/dbl-64/e_exp10.c: New file.
43131 * sysdeps/ieee754/ldbl-128/e_exp10l.c: Likewise.
43132 * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
43133 * sysdeps/x86_64/fpu/e_exp10l.S: Likewise.
43134 * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
43135 USE_AS_EXP10L.
43136 (EXPL_FINITE): Likewise.
43137 (FLDLOG): Likewise.
43138 (c0): Likewise.
43139 (c1): Likewise.
43140 (__ieee754_expl): Change to IEEE754_EXPL. Use FLDLOG macro.
43141 Adjust comments for base varying.
43142 (__expl_finite): Change alias to EXPL_FINITE.
43143 * math/libm-test.inc (exp10_test): Add more tests. Do not disable
43144 tests for bugs.
43145 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
43146
6c23e11c
JM
43147 [BZ #14064]
43148 * math/libm-test.inc (check_float_internal): Correct ulp
43149 calculation for subnormal expected results.
43150
29ba805c
AJ
431512012-05-06 Andreas Jaeger <aj@suse.de>
43152
43153 * Makeconfig (+math-flags): New, set to -frounding-math.
43154 (+cflags): Add +math-flags so that all of glibc gets compiled with
43155 it.
43156
43157 * sysdeps/x86_64/fpu/libm-test-ulps: Updated.
43158
7b17aeda
JM
431592012-05-05 Joseph Myers <joseph@codesourcery.com>
43160
5779f134
JM
43161 * math/libm-test.inc (hypot_test) [TEST_DOUBLE && TEST_INLINE]:
43162 Disable one test.
43163
41498f4d
JM
43164 [BZ #13787]
43165 [BZ #13922]
43166 [BZ #14036]
43167 * sysdeps/i386/fpu/e_expl.S (csat): New constant.
43168 (__ieee754_expl): Allow for and saturate large arguments.
43169 * sysdeps/ieee754/dbl-64/w_exp.c (o_threshold): Remove variable.
43170 (u_threshold): Likewise.
43171 (__exp): Call __ieee754_exp before checking for overflow and
43172 underflow.
43173 * sysdeps/ieee754/flt-32/w_expf.c (o_threshold): Remove variable.
43174 (u_threshold): Likewise.
43175 (__expf): Call __ieee754_expf before checking for overflow and
43176 underflow.
43177 * sysdeps/ieee754/ldbl-96/w_expl.c (o_threshold): Remove variable.
43178 (u_threshold): Likewise.
43179 (__expl): Call __ieee754_expl before checking for overflow and
43180 underflow.
43181 * sysdeps/x86_64/fpu/e_expl.S (csat): New constant.
43182 (__ieee754_expl): Allow for and saturate large arguments.
43183 * math/libm-test.inc (exp_test): Add another test. Do not allow
43184 missing overflow exception on overflow.
43185 (expm1_test): Do not allow missing overflow exception on overflow.
43186
6698b8bf
JM
43187 * sysdeps/i386/fpu/e_expl.c: Move to ...
43188 * sysdeps/i386/fpu/e_expl.S: ... here. Write directly in assembly
43189 rather than using inline asm.
43190 * sysdeps/x86_64/fpu/e_expl.c: Remove file.
43191 * sysdeps/x86_64/fpu/e_expl.S: Copy from
43192 sysdeps/i386/fpu/e_expl.S, adjusted for x86_64.
43193
7b17aeda
JM
43194 * sysdeps/unix/sysv/syscalls.list (ftime): Remove.
43195 (nice): Likewise.
43196 (poll): Likewise.
43197 (signal): Likewise.
43198 (time): Likewise.
43199 (times): Likewise.
43200
f7c85819
JM
432012012-05-04 Joseph Myers <joseph@codesourcery.com>
43202
43203 * sysdeps/unix/syscalls.list (adjtime): Add entry from
43204 sysdeps/unix/common/syscalls.list.
43205 (fchmod): Likewise.
43206 (fchown): Likewise.
43207 (ftruncate): Likewise.
43208 (getrusage): Likewise.
43209 (gettimeofday): Likewise.
43210 (setpgid): Likewise.
43211 (setregid): Likewise.
43212 (setreuid): Likewise.
43213 (sigaction): Likewise.
43214 (truncate): Likewise.
43215 (vhangup): Likewise.
43216 * sysdeps/unix/common/syscalls.list: Remove file.
43217 * sysdeps/unix/bsd/Implies: Don't include unix/common.
43218 * sysdeps/unix/sysv/linux/Implies: Likewise.
43219
336270d0
L
432202012-05-04 H.J. Lu <hongjiu.lu@intel.com>
43221
43222 * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: Moved to ...
43223 * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Here.
43224 * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist:
43225 Moved to ...
43226 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
43227 Here.
43228 * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: Moved
43229 to ...
43230 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Here.
43231 * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: Moved
43232 to ...
43233 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Here.
43234 * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: Moved
43235 to ...
43236 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Here.
43237 * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: Moved
43238 to ...
43239 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Here.
43240 * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: Moved
43241 to ...
43242 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Here.
43243 * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: Moved
43244 to ...
43245 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Here.
43246 * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: Moved
43247 to ...
43248 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
43249 Here.
43250 * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: Moved
43251 to ...
43252 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist:
43253 Here.
43254 * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: Moved
43255 to ...
43256 * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Here.
43257 * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist:
43258 Moved to ...
43259 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist:
43260 Here.
43261 * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: Moved
43262 to ...
43263 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Here.
43264
d128e450
JM
432652012-05-04 Joseph Myers <joseph@codesourcery.com>
43266
fa8ee516
JM
43267 * sysdeps/unix/common/bits/dirent.h: Remove file.
43268 * sysdeps/unix/common/bits/fcntl.h: Likewise.
43269
d128e450
JM
43270 * sysdeps/unix/bsd/bits/dirent.h: Remove file.
43271 * sysdeps/unix/bsd/bits/fcntl.h: Likewise.
43272 * sysdeps/unix/bsd/bsd4.4/isatty.c: Likewise.
43273 * sysdeps/unix/bsd/isatty.c: Likewise.
43274 * sysdeps/unix/bsd/tcdrain.c: Likewise.
43275 * sysdeps/unix/bsd/tcgetattr.c: Likewise.
43276 * sysdeps/unix/bsd/tcsetattr.c: Likewise.
43277
ff8faaf0 432782012-05-04 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
31dc8730 43279
62881be4 43280 [BZ #13563]
31dc8730
AZ
43281 * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Fix
43282 long double comparison inaccuracies.
43283 * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
43284 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
43285
6fef930c
AS
432862012-05-04 Andreas Schwab <schwab@linux-m68k.org>
43287
43288 * sysdeps/unix/make-syscalls.sh: Fix check for version aliases.
43289 * sysdeps/unix/sysv/linux/i386/syscalls.list: Revert last change.
43290
8f203e6c
JM
432912012-05-04 Joseph Myers <joseph@codesourcery.com>
43292
43293 [BZ #14049]
43294 * stdlib/strtod_l.c (____STRTOF_INTERNAL): Check for trailing
43295 nonzero digits before rounding a hex value.
43296 * stdlib/tst-strtod.c (tests): Add another test.
43297
5197d9c2
AK
432982012-05-03 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
43299
43300 * sysdeps/s390/fpu/libm-test-ulps: Update.
43301
f0c1dedf
AJ
433022012-05-03 Andreas Jaeger <aj@suse.de>
43303
43304 * malloc/mcheck.c (mcheck): Add barrier so that malloc/free pair
43305 does not get optimized out.
43306 (malloc_opt_barrier): New.
43307
a65ef2ae 433082012-05-03 Andreas Jaeger <aj@suse.de>
461b8e5a 43309 Roland McGrath <roland@hack.frob.com>
a65ef2ae 43310
2b942cb7 43311 * Makerules (.PRECIOUS): Add %.symlist pattern to prevent
a65ef2ae 43312 intermediate file deletion.
2b942cb7 43313 (generated): Add .symlist files.
a65ef2ae 43314
54b71e02
JM
433152012-05-03 Joseph Myers <joseph@codesourcery.com>
43316
43317 [BZ #13775]
43318 * libio/bits/stdio-ldbl.h [__USE_XOPEN2K8] (__dprintf_chk):
43319 Redirect under this condition.
43320 [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
43321 [__USE_GNU] (__dprintf_chk): Not under this condition.
43322 [__USE_GNU] (__vdprintf_chk): Likewise.
43323 * libio/bits/stdio2.h [__USE_XOPEN2K8] (__dprintf_chk): Declare
43324 under this condition.
43325 [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
43326 [__USE_XOPEN2K8] (dprintf): Define under this condition.
43327 [__USE_XOPEN2K8] (vdprintf): Likewise.
43328 [__USE_GNU] (__dprintf_chk): Not under this condition.
43329 [__USE_GNU] (__vdprintf_chk): Likewise.
43330 [__USE_GNU] (dprintf): Likewise.
43331 [__USE_GNU] (vdprintf): Likewise.
43332
d3dfcc41
RM
433332012-05-03 Roland McGrath <roland@hack.frob.com>
43334
43335 * elf/Makefile (common-generated): Set this instead of generated for
43336 .dyn, .phdr, .jmprel files. Remove $(common-objpfx) from the
43337 $(all-built-dso)-derived lists.
43338
7ac30cc5
AJ
433392012-05-03 Andreas Jaeger <aj@suse.de>
43340
0c51e550
AJ
43341 * sysdeps/i386/fpu/libm-test-ulps: Update.
43342
7ac30cc5
AJ
43343 * FAQ: Removed.
43344 * FAQ.in: Likewise.
43345 * scripts/gen-FAQ.pl: Likewise.
43346 * manual/install.texi (Installation): Point to online location of
43347 FAQ.
43348 * Makefile (files-for-dist): Remove FAQ.
43349 (FAQ): Remove.
43350
d4c2917f
AM
433512012-05-02 Allan McRae <allan@archlinux.org>
43352
43353 * elf/Makefile: (LDFLAGS-nodel2mod3.so: Use $(no-as-needed).
43354 (LDFLAGS-reldepmod5.so): Likewise.
43355 (LDFLAGS-reldep6mod1.so): Likewise.
43356 (LDFLAGS-reldep6mod4.so): Likewise.
43357 (LDFLAGS-reldep8mod3.so): Likewise.
43358 (LDFLAGS-unload4mod1.so): Likewise.
43359 (LDFLAGS-unload4mod2.so): Likewise.
43360 (LDFLAGS-tst-initorder): Likewise.
43361 (LDFLAGS-tst-initordera2.so): Likewise.
43362 (LDFLAGS-tst-initordera3.so): Likewise.
43363 (LDFLAGS-tst-initordera4.so): Likewise.
43364 (LDFLAGS-tst-initorderb2.so): Likewise.
43365 (LDFLAGS-noload): Likewise.
43366 (LDFLAGS-next): Likewise.
43367 (LDFLAGS-order2mod1.so): Likewise.
43368 (LDFLAGS-order2mod2.so): Likewise.
43369 (LDFLAGS-tst-initorder2): Likewise.
43370 (LDFLAGS-tst-initorder2a.so): Likewise.
43371 (LDFLAGS-tst-initorder2b.so): Likewise.
43372 (LDFLAGS-tst-initorder2c.so): Likewise.
43373 * stdlib/Makefile: (LDFLAGS-tst-putenv): Likewise.
43374
d77f993f
DM
433752012-05-02 David S. Miller <davem@davemloft.net>
43376
43377 * sysdeps/sparc/fpu/libm-test-ulps: Update.
43378
171a70b4
PP
433792012-05-02 Paul Pluzhnikov <ppluzhnikov@google.com>
43380
43381 [BZ #14055]
43382 * elf/dl-sysdep.c (_dl_show_auxv): Add bounds check.
43383
0be196ad
AJ
433842012-05-02 Andreas Jaeger <aj@suse.de>
43385
43386 * math/Makefile (CPPFLAGS-test-ildoubl.c): Add -frounding-math
43387 since we manipulate rounding mode.
43388 (CPPFLAGS-test-idouble.c): Likewise.
43389 (CPPFLAGS-test-ifloat.c): Likewise.
43390 (CFLAGS-test-ldouble.c): Likewise.
43391 (CFLAGS-test-double.c): Likewise.
43392 (CFLAGS-test-float.c): Likewise.
43393 (CFLAGS-test-misc.c): Likewise.
43394 (CFLAGS-test-test-fenv.c): Likewise.
43395
4f9d04aa
AZ
433962012-05-02 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
43397
2b942cb7
RM
43398 [BZ #2550]
43399 [BZ #2570]
43400 * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Use floating-point
43401 comparisons to determine direction to adjust input.
4f9d04aa 43402
82a79e7d
RM
434032012-05-01 Roland McGrath <roland@hack.frob.com>
43404
f5a01ca9
RM
43405 * elf/Makefile ($(objpfx)check-localplt.out): Redirect the test's
43406 output to the target.
43407
90fe4186
RM
43408 * scripts/localplt.awk: New file.
43409 * elf/Makefile ($(objpfx)check-localplt): Target removed.
43410 (check-localplt-CFLAGS): Variable removed.
43411 ($(all-built-dso:=.jmprel)): New static pattern rule.
43412 (generated): Add those targets.
43413 (localplt-built-dso): New variable.
43414 ($(objpfx)check-localplt.out): Use the script on the .jmprel files.
43415
43416 * elf/check-localplt.c: File removed.
43417
82397ed6
RM
43418 * scripts/check-execstack.awk: New file.
43419 * elf/Makefile ($(objpfx)check-execstack): Target removed.
43420 (check-execstack-CFLAGS): Variable removed.
43421 ($(objpfx)check-execstack.h): Target removed.
43422 ($(objpfx)execstack-default): New target.
43423 (generated): Add that instead of check-execstack.h.
43424 ($(all-built-dso:=.phdr)): New static pattern rule.
43425 (generated): Add those targets.
43426 * elf/check-execstack.c: File removed.
43427
82a79e7d
RM
43428 * scripts/check-textrel.awk: New file.
43429 * elf/Makefile ($(objpfx)check-textrel): Target removed.
43430 (check-textrel-CFLAGS): Variable removed.
43431 (all-built-dso): Use := to define.o
43432 ($(all-built-dso:=.dyn)): New static pattern rule.
43433 (generated): Add those targets.
43434 ($(objpfx)check-textrel.out): Use the script on the .dyn files.
43435 * config.make.in (READELF): New substituted variable.
43436 * elf/check-textrel.c: File removed.
43437
62fde54f 434382012-05-01 Joseph Myers <joseph@codesourcery.com>
ee74b9cb 43439
615605c9
JM
43440 * conform/data/assert.h-data [ISO || ISO99 || ISO11] (*_t): Do not
43441 allow.
43442 * conform/data/ctype.h-data [C99-based standards] (isblank):
43443 Expect function.
43444 (is*): Change to is[abcdefghijklmnopqrstuvwxyz]*.
43445 (to*): Change to to[abcdefghijklmnopqrstuvwxyz]*.
43446 [ISO || ISO99 || ISO11] (*_t): Do not allow.
43447 * conform/data/errno.h-data (EDOM): Use macro-int-constant.
43448 Specify type. Require positive value.
43449 (EILSEQ): Likewise.
43450 (ERANGE): Likewise.
43451 [ISO || POSIX] (EILSEQ): Do not expect.
43452 [!ISO && !ISO99 && !ISO11] (E2BIG): Use macro-int-constant.
43453 Specify type. Require positive value.
43454 [!ISO && !ISO99 && !ISO11] (EACCES): Likewise.
43455 [!ISO && !ISO99 && !ISO11] (EADDRINUSE): Likewise.
43456 [!ISO && !ISO99 && !ISO11] (EADDRNOTAVAIL): Likewise.
43457 [!ISO && !ISO99 && !ISO11] (EAFNOSUPPORT): Likewise.
43458 [!ISO && !ISO99 && !ISO11] (EAGAIN): Likewise.
43459 [!ISO && !ISO99 && !ISO11] (EALREADY): Likewise.
43460 [!ISO && !ISO99 && !ISO11] (EBADF): Likewise.
43461 [!ISO && !ISO99 && !ISO11] (EBADMSG): Likewise.
43462 [!ISO && !ISO99 && !ISO11] (EBUSY): Likewise.
43463 [!ISO && !ISO99 && !ISO11] (ECANCELED): Likewise.
43464 [!ISO && !ISO99 && !ISO11] (ECHILD): Likewise.
43465 [!ISO && !ISO99 && !ISO11] (ECONNABORTED): Likewise.
43466 [!ISO && !ISO99 && !ISO11] (ECONNREFUSED): Likewise.
43467 [!ISO && !ISO99 && !ISO11] (ECONNRESET): Likewise.
43468 [!ISO && !ISO99 && !ISO11] (EDEADLK): Likewise.
43469 [!ISO && !ISO99 && !ISO11] (EDESTADDRREQ): Likewise.
43470 [!ISO && !ISO99 && !ISO11] (EDQUOT): Likewise.
43471 [!ISO && !ISO99 && !ISO11] (EEXIST): Likewise.
43472 [!ISO && !ISO99 && !ISO11] (EFAULT): Likewise.
43473 [!ISO && !ISO99 && !ISO11] (EFBIG): Likewise.
43474 [!ISO && !ISO99 && !ISO11] (EHOSTUNREACH): Likewise.
43475 [!ISO && !ISO99 && !ISO11] (EIDRM): Likewise.
43476 [!ISO && !ISO99 && !ISO11] (EINPROGRESS): Likewise.
43477 [!ISO && !ISO99 && !ISO11] (EINTR): Likewise.
43478 [!ISO && !ISO99 && !ISO11] (EINVAL): Likewise.
43479 [!ISO && !ISO99 && !ISO11] (EIO): Likewise.
43480 [!ISO && !ISO99 && !ISO11] (EISCONN): Likewise.
43481 [!ISO && !ISO99 && !ISO11] (EISDIR): Likewise.
43482 [!ISO && !ISO99 && !ISO11] (ELOOP): Likewise.
43483 [!ISO && !ISO99 && !ISO11] (EMFILE): Likewise.
43484 [!ISO && !ISO99 && !ISO11] (EMLINK): Likewise.
43485 [!ISO && !ISO99 && !ISO11] (EMSGSIZE): Likewise.
43486 [!ISO && !ISO99 && !ISO11] (EMULTIHOP): Likewise.
43487 [!ISO && !ISO99 && !ISO11] (ENAMETOOLONG): Likewise.
43488 [!ISO && !ISO99 && !ISO11] (ENETDOWN): Likewise.
43489 [!ISO && !ISO99 && !ISO11] (ENETUNREACH): Likewise.
43490 [!ISO && !ISO99 && !ISO11] (ENFILE): Likewise.
43491 [!ISO && !ISO99 && !ISO11] (ENOBUFS): Likewise.
43492 [!ISO && !ISO99 && !ISO11] (ENODATA): Likewise.
43493 [!ISO && !ISO99 && !ISO11] (ENODEV): Likewise.
43494 [!ISO && !ISO99 && !ISO11] (ENOENT): Likewise.
43495 [!ISO && !ISO99 && !ISO11] (ENOEXEC): Likewise.
43496 [!ISO && !ISO99 && !ISO11] (ENOLCK): Likewise.
43497 [!ISO && !ISO99 && !ISO11] (ENOLINK): Likewise.
43498 [!ISO && !ISO99 && !ISO11] (ENOMEM): Likewise.
43499 [!ISO && !ISO99 && !ISO11] (ENOMSG): Likewise.
43500 [!ISO && !ISO99 && !ISO11] (ENOPROTOOPT): Likewise.
43501 [!ISO && !ISO99 && !ISO11] (ENOSPC): Likewise.
43502 [!ISO && !ISO99 && !ISO11] (ENOSR): Likewise.
43503 [!ISO && !ISO99 && !ISO11] (ENOSTR): Likewise.
43504 [!ISO && !ISO99 && !ISO11] (ENOSYS): Likewise.
43505 [!ISO && !ISO99 && !ISO11] (ENOTCONN): Likewise.
43506 [!ISO && !ISO99 && !ISO11] (ENOTDIR): Likewise.
43507 [!ISO && !ISO99 && !ISO11] (ENOTEMPTY): Likewise.
43508 [!ISO && !ISO99 && !ISO11] (ENOTSOCK): Likewise.
43509 [!ISO && !ISO99 && !ISO11] (ENOTSUP): Likewise.
43510 [!ISO && !ISO99 && !ISO11] (ENOTTY): Likewise.
43511 [!ISO && !ISO99 && !ISO11] (ENXIO): Likewise.
43512 [!ISO && !ISO99 && !ISO11] (EOPNOTSUPP): Likewise.
43513 [!ISO && !ISO99 && !ISO11] (EOVERFLOW): Likewise.
43514 [!ISO && !ISO99 && !ISO11] (EPERM): Likewise.
43515 [!ISO && !ISO99 && !ISO11] (EPIPE): Likewise.
43516 [!ISO && !ISO99 && !ISO11] (EPROTO): Likewise.
43517 [!ISO && !ISO99 && !ISO11] (EPROTONOSUPPORT): Likewise.
43518 [!ISO && !ISO99 && !ISO11] (EPROTOTYPE): Likewise.
43519 [!ISO && !ISO99 && !ISO11] (EROFS): Likewise.
43520 [!ISO && !ISO99 && !ISO11] (ESPIPE): Likewise.
43521 [!ISO && !ISO99 && !ISO11] (ESRCH): Likewise.
43522 [!ISO && !ISO99 && !ISO11] (ESTALE): Likewise.
43523 [!ISO && !ISO99 && !ISO11] (ETIME): Likewise.
43524 [!ISO && !ISO99 && !ISO11] (ETIMEDOUT): Likewise.
43525 [!ISO && !ISO99 && !ISO11] (ETXTBSY): Likewise.
43526 [!ISO && !ISO99 && !ISO11] (EWOULDBLOCK): Likewise.
43527 [!ISO && !ISO99 && !ISO11] (EXDEV): Likewise.
43528 [XOPEN2K8 || defined POSIX2008] (ENOTRECOVERABLE): Likewise.
43529 [XOPEN2K8 || defined POSIX2008] (EOWNERDEAD): Likewise.
43530 * conform/data/float.h-data (FLT_RADIX): Use macro-int-constant.
43531 Require >= 2.
43532 (FLT_ROUNDS): Expect as macro, not constant.
43533 (FLT_MANT_DIG): Use macro-int-constant.
43534 (DBL_MANT_DIG): Likewise.
43535 (LDBL_MANT_DIG): Likewise.
43536 (FLT_DIG): Likewise.
43537 (DBL_DIG): Likewise.
43538 (LDBL_DIG): Likewise.
43539 (FLT_MIN_EXP): Use macro-int-constant. Require < 0.
43540 (DBL_MIN_EXP): Likewise.
43541 (LDBL_MIN_EXP): Likewise.
43542 (FLT_MAX_EXP): Use macro-int-constant.
43543 (DBL_MAX_EXP): Likewise.
43544 (LDBL_MAX_EXP): Likewise.
43545 (FLT_MAX_10_EXP): Likewise.
43546 (DBL_MAX_10_EXP): Likewise.
43547 (LDBL_MAX_10_EXP): Likewise.
43548 (FLT_MAX): Use macro-constant.
43549 (DBL_MAX): Likewise.
43550 (LDBL_MAX): Likewise.
43551 (FLT_EPSILON): Use macro-constant. Give upper bound.
43552 (DBL_EPSILON): Likewise.
43553 (LDBL_EPSILON): Likewise.
43554 (FLT_MIN): Likewise.
43555 (DBL_MIN): Likewise.
43556 (LDBL_MIN): Likewise.
43557 [C99-based standards] (DECIMAL_DIG): Use macro-int-constant.
43558 [C99-based standards] (FLT_EVAL_METHOD): Likewise.
43559 [ISO11] (DBL_HAS_SUBNORM): Use macro-int-constant.
43560 [ISO11] (FLT_HAS_SUBNORM): Likewise.
43561 [ISO11] (LDBL_HAS_SUBNORM): Likewise.
43562 [ISO11] (DBL_DECIMAL_DIG): Likewise.
43563 [ISO11] (FLT_DECIMAL_DIG): Likewise.
43564 [ISO11] (LDBL_DECIMAL_DIG): Likewise.
43565 [ISO11] (DBL_TRUE_MIN): Use macro-constant.
43566 [ISO11] (FLT_TRUE_MIN): Likewise.
43567 [ISO11] (LDBL_TRUE_MIN): Likewise.
43568 [ISO || ISO99 || ISO11] (*_t): Do not allow.
43569 * conform/data/limits.h-data (CHAR_BIT): Use macro-int-constant.
43570 (SCHAR_MIN): Use macro-int-constant. Specify type.
43571 (SCHAR_MAX): Likewise.
43572 (UCHAR_MAX): Likewise.
43573 (CHAR_MIN): Likewise.
43574 (CHAR_MAX): Likewise.
43575 (MB_LEN_MAX): Use macro-int-constant.
43576 (SHRT_MIN): Use macro-int-constant. Specify type.
43577 (SHRT_MAX): Likewise.
43578 (USHRT_MAX): Likewise.
43579 (INT_MAX): Likewise.
43580 (INT_MIN): Use macro-int-constant. Specify type. Make upper
43581 bound negative.
43582 (UINT_MAX): Use macro-int-constant. Specify type. Suffix lower
43583 bound with "U".
43584 (LONG_MAX): Use macro-int-constant. Specify type. Suffix lower
43585 bound with "L".
43586 (LONG_MIN): Use macro-int-constant. Specify type. Make upper
43587 bound negative. Suffix upper bound with "L".
43588 (ULONG_MAX): Use macro-int-constant. Specify type. Suffix lower
43589 bound with "UL".
43590 [C99-based standards] (LLONG_MIN): Use macro-int-constant.
43591 Specify type.
43592 [C99-based standards] (LLONG_MAX): Likewise.
43593 [C99-based standards] (ULLONG_MAX): Likewise.
43594 * conform/data/stddef.h-data (NULL): Use macro-constant. Require
43595 == 0.
43596 [ISO11] (max_align_t): Require type.
43597 [ISO || ISO99 || ISO11] (*_t): Do not allow.
43598
c9140a62
JM
43599 * conform/conformtest.pl ($CFLAGS_namespace): Define separately
43600 from $CFLAGS, without defining away __attribute__ calls.
43601 (checknamespace): Use $CFLAGS_namespace.
43602
9af0bf29
JM
43603 * conform/conformtest.pl (@keywords): Only include C99 keywords
43604 for standards based on C99 or C11.
43605
343222a2
JM
43606 * conform/data/iso646.h-data [ISO || POSIX || XPG3 || XPG4]:
43607 Disable tests.
43608 * conform/data/stdint.h-data [ISO || POSIX || XPG3 || XPG4 ||
43609 UNIX98]: Likewise.
43610
661f8cf0
JM
43611 * conform/conformtest.pl: Handle "macro-int-constant" and test for
43612 usability of symbols in #if.
43613
ee74b9cb
JM
43614 * conform/conformtest.pl: If macro or constant types start
43615 "promoted:", expect the symbol to be of the following type
43616 promoted by the integer promotions.
62fde54f 43617
aafc49b3
JM
43618 * conform/conformtest.pl: Parse all "constant" and "macro" lines
43619 in one place. Also handle "macro-constant".
43620
fefdf574
JM
43621 * conform/conformtest.pl: Only accept expected macro values with
43622 "==". Parse all "macro" lines in one place.
43623 * conform/data/stdlib.h-data: Use "==" form on "macro" lines.
43624
f2d922fe
JM
43625 * conform/conformtest.pl: Handle braced types on "constant" lines
43626 instead of handling "typed-constant".
43627 * conform/data/signal.h-data: Use "constant" instead of
43628 "typed-constant".
43629
d22956c9
JM
43630 * conform/conformtest.pl: Handle "optional-" at start of lines in
43631 one place rather than duplicating several cases. Handle each
43632 format of "macro" line with initial "optional-".
43633
028e2e38
JM
43634 * conform/conformtest.pl: Only accept expected constant or
43635 optional-constant values with "==". Parse all "constant" lines in
43636 one place. Parse all "optional-constant" lines in one place.
43637 * conform/data/cpio.h-data: Use "==" form on "constant" lines.
43638 * conform/data/fmtmsg.h-data: Likewise.
43639 * conform/data/netinet/in.h-data: Likewise.
43640 * conform/data/tar.h-data: Likewise.
43641 * conform/data/limits.h-data: Use "==" form on "constant" and
43642 "optional-constant" lines.
43643
1b8f2850
JM
43644 * conform/conformtest.pl: Use -ansi for XPG3, XPG4 and UNIX98.
43645 Use -std=c99 for XOPEN2K.
43646 (@knownproblems): Remove.
43647 (newtoken): Don't check %isknown.
43648
a05a144b
JM
43649 * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (fpclassify):
43650 Do not expect macro.
43651 [XPG3 || XPG4 || UNIX98] (isfinite): Likewise.
43652 [XPG3 || XPG4 || UNIX98] (isinf): Likewise.
43653 [XPG3 || XPG4 || UNIX98] (isnan): Likewise.
43654 [XPG3 || XPG4 || UNIX98] (isnormal): Likewise.
43655 [XPG3 || XPG4 || UNIX98] (signbit): Likewise.
43656 [XPG3 || XPG4 || UNIX98] (isgreater): Likewise.
43657 [XPG3 || XPG4 || UNIX98] (isgreaterequal): Likewise.
43658 [XPG3 || XPG4 || UNIX98] (isless): Likewise.
43659 [XPG3 || XPG4 || UNIX98] (islessequal): Likewise.
43660 [XPG3 || XPG4 || UNIX98] (islessgreater): Likewise.
43661 [XPG3 || XPG4 || UNIX98] (isunordered): Likewise.
43662 [XPG3 || XPG4 || UNIX98] (isnan): Expect as function.
43663 [XPG3 || XPG4 || UNIX98] (HUGE_VALF): Do not expect.
43664 [XPG3 || XPG4 || UNIX98] (HUGE_VALL): Likewise.
43665 [XPG3 || XPG4 || UNIX98] (INFINITY): Likewise.
43666 [XPG3 || XPG4 || UNIX98] (NAN): Likewise.
43667 [XPG3 || XPG4 || UNIX98] (FP_INFINITE): Likewise.
43668 [XPG3 || XPG4 || UNIX98] (FP_NAN): Likewise.
43669 [XPG3 || XPG4 || UNIX98] (FP_NORMAL): Likewise.
43670 [XPG3 || XPG4 || UNIX98] (FP_SUBNORMAL): Likewise.
43671 [XPG3 || XPG4 || UNIX98] (FP_ZERO): Likewise.
43672 [XPG3 || XPG4 || UNIX98] (FP_FAST_FMA): Likewise.
43673 [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAF): Likewise.
43674 [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAL): Likewise.
43675 [XPG3 || XPG4 || UNIX98] (FP_ILOGB0): Likewise.
43676 [XPG3 || XPG4 || UNIX98] (FP_ILOGBNAN): Likewise.
43677 [XPG3 || XPG4 || UNIX98] (copysign): Likewise.
43678 [XPG3 || XPG4 || UNIX98] (exp2): Likewise.
43679 [XPG3 || XPG4 || UNIX98] (log2): Likewise.
43680 [XPG3 || XPG4 || UNIX98] (tgama): Likewise.
43681 [XPG3] (acosh): Likewise.
43682 [XPG3] (asinh): Likewise.
43683 [XPG3] (atanh): Likewise.
43684 [XPG3] (cbrt): Likewise.
43685 [XPG3] (expm1): Likewise.
43686 [XPG3] (ilogb): Likewise.
43687 [XPG3] (log1p): Likewise.
43688 [XPG3] (logb): Likewise.
43689 [XPG3] (nextafter): Likewise.
43690 [XPG3 || XPG4 || UNIX98] (nexttoward): Likewise.
43691 [XPG3 || XPG4 || UNIX98] (nearbyint): Likewise.
43692 [XPG3] (remainder): Likewise.
43693 [XPG3] (rint): Likewise.
43694 [XPG3 || XPG4 || UNIX98] (round): Likewise.
43695 [XPG3 || XPG4 || UNIX98] (trunc): Likewise.
43696 [XPG3 || XPG4 || UNIX98] (lrint): Likewise.
43697 [XPG3 || XPG4 || UNIX98] (llrint): Likewise.
43698 [XPG3 || XPG4 || UNIX98] (lround): Likewise.
43699 [XPG3 || XPG4 || UNIX98] (llround): Likewise.
43700 [XPG3 || XPG4 || UNIX98] (remquo): Likewise.
43701 [UNIX98 || XOPEN2K] (scalb): Expect.
43702 [XPG3 || XPG4 || UNIX98] (scalbn): Do not expect.
43703 [XPG3 || XPG4 || UNIX98] (scalbln): Likewise.
43704 [XPG3 || XPG4 || UNIX98] (fdim): Likewise.
43705 [XPG3 || XPG4 || UNIX98] (fmax): Likewise.
43706 [XPG3 || XPG4 || UNIX98] (fmin): Likewise.
43707 [XPG3 || XPG4 || UNIX98] (fma): Likewise.
43708 [XPG3 || XPG4 || UNIX98] (nan): Likewise.
43709 [XPG3 || XPG4 || UNIX98] (acosf): Likewise.
43710 [XPG3 || XPG4 || UNIX98] (asinf): Likewise.
43711 [XPG3 || XPG4 || UNIX98] (atanf): Likewise.
43712 [XPG3 || XPG4 || UNIX98] (atan2f): Likewise.
43713 [XPG3 || XPG4 || UNIX98] (ceilf): Likewise.
43714 [XPG3 || XPG4 || UNIX98] (copysignf): Likewise.
43715 [XPG3 || XPG4 || UNIX98] (cosf): Likewise.
43716 [XPG3 || XPG4 || UNIX98] (coshf): Likewise.
43717 [XPG3 || XPG4 || UNIX98] (expf): Likewise.
43718 [XPG3 || XPG4 || UNIX98] (exp2f): Likewise.
43719 [XPG3 || XPG4 || UNIX98] (fabsf): Likewise.
43720 [XPG3 || XPG4 || UNIX98] (floorf): Likewise.
43721 [XPG3 || XPG4 || UNIX98] (fmodf): Likewise.
43722 [XPG3 || XPG4 || UNIX98] (frexpf): Likewise.
43723 [XPG3 || XPG4 || UNIX98] (ldexpf): Likewise.
43724 [XPG3 || XPG4 || UNIX98] (logf): Likewise.
43725 [XPG3 || XPG4 || UNIX98] (log10f): Likewise.
43726 [XPG3 || XPG4 || UNIX98] (log2f): Likewise.
43727 [XPG3 || XPG4 || UNIX98] (modff): Likewise.
43728 [XPG3 || XPG4 || UNIX98] (powf): Likewise.
43729 [XPG3 || XPG4 || UNIX98] (sinf): Likewise.
43730 [XPG3 || XPG4 || UNIX98] (sinhf): Likewise.
43731 [XPG3 || XPG4 || UNIX98] (sqrtf): Likewise.
43732 [XPG3 || XPG4 || UNIX98] (tanf): Likewise.
43733 [XPG3 || XPG4 || UNIX98] (tanhf): Likewise.
43734 [XPG3 || XPG4 || UNIX98] (erff): Likewise.
43735 [XPG3 || XPG4 || UNIX98] (erfcf): Likewise.
43736 [XPG3 || XPG4 || UNIX98] (gammaf): Likewise.
43737 [XPG3 || XPG4 || UNIX98] (hypotf): Likewise.
43738 [XPG3 || XPG4 || UNIX98] (j0f): Likewise.
43739 [XPG3 || XPG4 || UNIX98] (j1f): Likewise.
43740 [XPG3 || XPG4 || UNIX98] (jnf): Likewise.
43741 [XPG3 || XPG4 || UNIX98] (lgammaf): Likewise.
43742 [XPG3 || XPG4 || UNIX98] (tgammaf): Likewise.
43743 [XPG3 || XPG4 || UNIX98] (y0f): Likewise.
43744 [XPG3 || XPG4 || UNIX98] (y1f): Likewise.
43745 [XPG3 || XPG4 || UNIX98] (ynf): Likewise.
43746 [XPG3 || XPG4 || UNIX98] (acoshf): Likewise.
43747 [XPG3 || XPG4 || UNIX98] (asinhf): Likewise.
43748 [XPG3 || XPG4 || UNIX98] (atanhf): Likewise.
43749 [XPG3 || XPG4 || UNIX98] (cbrtf): Likewise.
43750 [XPG3 || XPG4 || UNIX98] (expm1f): Likewise.
43751 [XPG3 || XPG4 || UNIX98] (ilogbf): Likewise.
43752 [XPG3 || XPG4 || UNIX98] (log1pf): Likewise.
43753 [XPG3 || XPG4 || UNIX98] (logbf): Likewise.
43754 [XPG3 || XPG4 || UNIX98] (nextafterf): Likewise.
43755 [XPG3 || XPG4 || UNIX98] (nexttowardf): Likewise.
43756 [XPG3 || XPG4 || UNIX98] (nearbyintf): Likewise.
43757 [XPG3 || XPG4 || UNIX98] (remainderf): Likewise.
43758 [XPG3 || XPG4 || UNIX98] (rintf): Likewise.
43759 [XPG3 || XPG4 || UNIX98] (roundf): Likewise.
43760 [XPG3 || XPG4 || UNIX98] (truncf): Likewise.
43761 [XPG3 || XPG4 || UNIX98] (lrintf): Likewise.
43762 [XPG3 || XPG4 || UNIX98] (llrintf): Likewise.
43763 [XPG3 || XPG4 || UNIX98] (lroundf): Likewise.
43764 [XPG3 || XPG4 || UNIX98] (llroundf): Likewise.
43765 [XPG3 || XPG4 || UNIX98] (remquof): Likewise.
43766 [XPG3 || XPG4 || UNIX98] (scalbf): Likewise.
43767 [XPG3 || XPG4 || UNIX98] (scalbnf): Likewise.
43768 [XPG3 || XPG4 || UNIX98] (scalblnf): Likewise.
43769 [XPG3 || XPG4 || UNIX98] (fdimf): Likewise.
43770 [XPG3 || XPG4 || UNIX98] (fmaxf): Likewise.
43771 [XPG3 || XPG4 || UNIX98] (fminf): Likewise.
43772 [XPG3 || XPG4 || UNIX98] (fmaf): Likewise.
43773 [XPG3 || XPG4 || UNIX98] (nanf): Likewise.
43774 [XPG3 || XPG4 || UNIX98] (acosl): Likewise.
43775 [XPG3 || XPG4 || UNIX98] (asinl): Likewise.
43776 [XPG3 || XPG4 || UNIX98] (atanl): Likewise.
43777 [XPG3 || XPG4 || UNIX98] (atan2l): Likewise.
43778 [XPG3 || XPG4 || UNIX98] (ceill): Likewise.
43779 [XPG3 || XPG4 || UNIX98] (copysignl): Likewise.
43780 [XPG3 || XPG4 || UNIX98] (cosl): Likewise.
43781 [XPG3 || XPG4 || UNIX98] (coshl): Likewise.
43782 [XPG3 || XPG4 || UNIX98] (expl): Likewise.
43783 [XPG3 || XPG4 || UNIX98] (exp2l): Likewise.
43784 [XPG3 || XPG4 || UNIX98] (fabsl): Likewise.
43785 [XPG3 || XPG4 || UNIX98] (floorl): Likewise.
43786 [XPG3 || XPG4 || UNIX98] (fmodl): Likewise.
43787 [XPG3 || XPG4 || UNIX98] (frexpl): Likewise.
43788 [XPG3 || XPG4 || UNIX98] (ldexpl): Likewise.
43789 [XPG3 || XPG4 || UNIX98] (logl): Likewise.
43790 [XPG3 || XPG4 || UNIX98] (log10l): Likewise.
43791 [XPG3 || XPG4 || UNIX98] (log2l): Likewise.
43792 [XPG3 || XPG4 || UNIX98] (modfl): Likewise.
43793 [XPG3 || XPG4 || UNIX98] (powl): Likewise.
43794 [XPG3 || XPG4 || UNIX98] (sinl): Likewise.
43795 [XPG3 || XPG4 || UNIX98] (sinhl): Likewise.
43796 [XPG3 || XPG4 || UNIX98] (sqrtl): Likewise.
43797 [XPG3 || XPG4 || UNIX98] (tanl): Likewise.
43798 [XPG3 || XPG4 || UNIX98] (tanhl): Likewise.
43799 [XPG3 || XPG4 || UNIX98] (erfl): Likewise.
43800 [XPG3 || XPG4 || UNIX98] (erfcl): Likewise.
43801 [XPG3 || XPG4 || UNIX98] (gammal): Likewise.
43802 [XPG3 || XPG4 || UNIX98] (hypotl): Likewise.
43803 [XPG3 || XPG4 || UNIX98] (j0l): Likewise.
43804 [XPG3 || XPG4 || UNIX98] (j1l): Likewise.
43805 [XPG3 || XPG4 || UNIX98] (jnl): Likewise.
43806 [XPG3 || XPG4 || UNIX98] (lgammal): Likewise.
43807 [XPG3 || XPG4 || UNIX98] (tgammal): Likewise.
43808 [XPG3 || XPG4 || UNIX98] (y0l): Likewise.
43809 [XPG3 || XPG4 || UNIX98] (y1l): Likewise.
43810 [XPG3 || XPG4 || UNIX98] (ynl): Likewise.
43811 [XPG3 || XPG4 || UNIX98] (acoshl): Likewise.
43812 [XPG3 || XPG4 || UNIX98] (asinhl): Likewise.
43813 [XPG3 || XPG4 || UNIX98] (atanhl): Likewise.
43814 [XPG3 || XPG4 || UNIX98] (cbrtl): Likewise.
43815 [XPG3 || XPG4 || UNIX98] (expm1l): Likewise.
43816 [XPG3 || XPG4 || UNIX98] (ilogbl): Likewise.
43817 [XPG3 || XPG4 || UNIX98] (log1pl): Likewise.
43818 [XPG3 || XPG4 || UNIX98] (logbl): Likewise.
43819 [XPG3 || XPG4 || UNIX98] (nextafterl): Likewise.
43820 [XPG3 || XPG4 || UNIX98] (nexttowardl): Likewise.
43821 [XPG3 || XPG4 || UNIX98] (nearbyintl): Likewise.
43822 [XPG3 || XPG4 || UNIX98] (remainderl): Likewise.
43823 [XPG3 || XPG4 || UNIX98] (rintl): Likewise.
43824 [XPG3 || XPG4 || UNIX98] (roundl): Likewise.
43825 [XPG3 || XPG4 || UNIX98] (truncl): Likewise.
43826 [XPG3 || XPG4 || UNIX98] (lrintl): Likewise.
43827 [XPG3 || XPG4 || UNIX98] (llrintl): Likewise.
43828 [XPG3 || XPG4 || UNIX98] (lroundl): Likewise.
43829 [XPG3 || XPG4 || UNIX98] (llroundl): Likewise.
43830 [XPG3 || XPG4 || UNIX98] (remquol): Likewise.
43831 [XPG3 || XPG4 || UNIX98] (scalbl): Likewise.
43832 [XPG3 || XPG4 || UNIX98] (scalbnl): Likewise.
43833 [XPG3 || XPG4 || UNIX98] (scalblnl): Likewise.
43834 [XPG3 || XPG4 || UNIX98] (fdiml): Likewise.
43835 [XPG3 || XPG4 || UNIX98] (fmaxl): Likewise.
43836 [XPG3 || XPG4 || UNIX98] (fminl): Likewise.
43837 [XPG3 || XPG4 || UNIX98] (fmal): Likewise.
43838 [XPG3 || XPG4 || UNIX98] (nanl): Likewise.
43839
73c5ebe3
JM
43840 * conform/conformtest.pl: Define _XOPEN_SOURCE as well as
43841 _XOPEN_SOURCE_EXTENDED for XPG4.
43842
39c33b6c
JM
43843 * conform/conformtest.pl: Handle "symbol" lines for allow-header.
43844
62fde54f
JM
43845 * Makeconfig (localtime): Remove variable.
43846 (inst_localtime-file): Likewise.
43847
0741d64c
AS
438482012-05-01 Andreas Schwab <schwab@linux-m68k.org>
43849
43850 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
43851 Update.
43852 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
43853 Update.
43854 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
43855 Update.
43856 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
43857 Update.
43858 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
43859 Update.
43860 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist:
43861 Update.
43862 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
43863 Update.
43864 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist:
43865 Update.
43866 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
43867 Update.
43868
7cb029ee
JM
438692012-05-01 Joseph Myers <joseph@codesourcery.com>
43870
43871 [BZ #2550]
43872 [BZ #2570]
43873 * math/s_nexttowardf.c (__nexttowardf): Use floating-point
43874 comparisons to determine direction to adjust input.
43875 * sysdeps/i386/fpu/s_nexttoward.c (__nexttoward): Likewise.
43876 * sysdeps/i386/fpu/s_nexttowardf.c(__nexttowardf): Likewise.
43877 * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward):
43878 Likewise.
43879 * sysdeps/ieee754/ldbl-128/s_nexttowardf.c (__nexttowardf):
43880 Likewise.
43881 * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
43882 Likewise.
43883 * sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Likewise.
43884 * sysdeps/ieee754/ldbl-96/s_nexttowardf.c (__nexttowardf):
43885 Likewise.
43886 * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c (__nldbl_nexttowardf):
43887 Likewise.
43888 * math/libm-test.inc (nexttoward_test): Add more tests.
43889
412bd966
AS
438902012-05-01 Andreas Schwab <schwab@linux-m68k.org>
43891
43892 [BZ #14040]
43893 * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (nearbyintl): Define
43894 in version GLIBC_2.1, not GLIBC_2.0.
43895 * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S (nearbyintl):
43896 Likewise.
43897
9568c0c2
JM
438982012-04-30 Joseph Myers <joseph@codesourcery.com>
43899
adfbc8ac
JM
43900 [BZ #13942]
43901 * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Calculate 1 - x^2 as
43902 (1 - x) * (1 + x).
43903 * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
43904 * sysdeps/i386/fpu/e_asin.S (__ieee754_asin): Likewise.
43905 * math/libm-test.inc (acos_test): Add more tests.
43906 (asin_test): Likewise.
43907 * sysdeps/i386/fpu/libm-test-ulps: Update.
43908 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43909
5ba3cc69
JM
43910 [BZ #14034]
43911 * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Take absolute value
43912 of square root.
43913 * sysdeps/i386/fpu/e_acosf.S (__ieee754_acosf): Likewise.
43914 * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
43915 * math/libm-test.inc (acos_test_tonearest): New function.
43916 (acos_test_towardzero): Likewise.
43917 (acos_test_downward): Likewise.
43918 (acos_test_upward): Likewise.
43919 (asin_test_tonearest): Likewise.
43920 (asin_test_towardzero): Likewise.
43921 (asin_test_downward): Likewise.
43922 (asin_test_upward): Likewise.
43923 (main): Call the new functions.
43924 * sysdeps/i386/fpu/libm-test-ulps: Update.
43925 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
43926
9568c0c2
JM
43927 [BZ #13884]
43928 [BZ #13924]
43929 * math/e_exp10.c: Include <float.h>.
43930 (__ieee754_exp10): Handle underflow here rather than multiplying
43931 large negative argument by M_LN10.
43932 * math/e_exp10f.c (__ieee754_exp10f): Call __ieee754_exp instead
43933 of __ieee754_expf.
43934 * math/e_exp10l.c: Include <float.h>.
43935 (__ieee754_exp10l): Handle underflow here rather than multiplying
43936 large negative argument by M_LN10l.
43937 * math/libm-test.inc (exp10_test): Add another test. Do not allow
43938 spurious overflow exception on underflow.
43939
5ac3ea17
MP
439402012-04-29 Marek Polacek <polacek@redhat.com>
43941
43942 * misc/sys/cdefs.h (__attribute_artificial__): New macro.
43943 (__fortify_function): New macro.
43944 (__extern_always_inline): Don't use __attribute__ ((__artificial__)).
43945 * libio/bits/stdio-ldbl.h: Use __fortify_function in place of
43946 __extern_always_inline.
43947 * libio/bits/stdio2.h: Likewise.
43948 * libio/bits/stdio.h: Likewise.
43949 * string/string.h: Likewise.
43950 * string/bits/string3.h: Likewise.
43951 * include/stdio.h: Likewise.
43952 * stdlib/bits/stdlib.h: Likewise.
43953 * stdlib/stdlib.h: Likewise.
43954 * rt/bits/mqueue2.h: Likewise.
43955 * rt/mqueue.h: Likewise.
43956 * posix/bits/unistd.h: Likewise.
43957 * posix/unistd.h: Likewise.
43958 * io/bits/poll2.h: Likewise.
43959 * io/bits/fcntl2.h: Likewise.
43960 * io/fcntl.h: Likewise.
43961 * io/sys/poll.h: Likewise.
43962 * misc/bits/syslog.h: Likewise.
43963 * misc/bits/syslog-ldbl.h: Likewise.
43964 * misc/sys/syslog.h: Likewise.
43965 * socket/bits/socket2.h: Likewise.
43966 * socket/sys/socket.h: Likewise.
43967 * debug/tst-chk1.c: Likewise.
43968 * wcsmbs/bits/wchar2.h: Likewise.
43969 * wcsmbs/bits/wchar-ldbl.h: Likewise.
43970 * wcsmbs/wchar.h: Likewise.
43971
ecf0ebfb
AJ
439722012-04-29 Andreas Jaeger <aj@suse.de>
43973
43974 * Makerules (tests): Remove enable-check-abi protection.
43975 (check-abi-warn): Remove.
43976 (check-abi-%): Remove check-abi-warn usage.
43977
43978 * configure.in: Remove check-abi configure option.
43979 * configure: Regenerated.
43980 * config.make.in (enable-check-abi): Remove.
43981
6d5c57fa
AS
439822012-04-28 Andreas Schwab <schwab@linux-m68k.org>
43983
24c5d07e 43984 [BZ #14033]
ded5180a
AS
43985 * math/bits/math-finite.h [__NO_LONG_DOUBLE_MATH]: Redirect long
43986 double functions to double *_finite functions.
43987
7e0d315d
AS
43988 [BZ #13941]
43989 * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c
43990 (__mpn_extract_long_double): Use DBL_MIN_EXP instead of
43991 LDBL_MIN_EXP.
43992 * stdio-common/Makefile (tests): Add tst-sprintf3.
43993 * stdio-common/tst-sprintf3.c: New file.
43994
6d5c57fa
AS
43995 * elf/Makefile ($(objpfx)tst-leaks1-mem, $(objpfx)noload-mem)
43996 ($(objpfx)tst-unused-dep.out): Don't run when cross-compiling.
43997
0749ff8b
JM
439982012-04-28 Joseph Myers <joseph@codesourcery.com>
43999
44000 * conform/conformtest.pl: Remove duplicate typed-constant
44001 handling.
44002
8dbd5d7b
DM
440032012-04-28 David S. Miller <davem@davemloft.net>
44004
44005 * Makerules (%.abilist): Add vpath on sysdep_dirs.
44006 (check-abi-%): Remove AWK script prerequisite and explicit
44007 abilist directory.
44008 (check-abi): Rewrite to just diff the symlist with the abilist.
44009 (config-tls, config-abi-config): Delete, no longer used.
44010 (update-abi-%): Remove AWK script and explicit abilist directory.
44011 (update-abi): Rewrite to simply compare and conditionally copy the
44012 symlist and the sysdep abilist file. Remove update-abi-config
44013 checks.
44014 * abilist/ld.abilist: Remove.
44015 * abilist/libBrokenLocale.abilist: Remove.
44016 * abilist/libanl.abilist: Remove.
44017 * abilist/libcrypt.abilist: Remove.
44018 * abilist/libdl.abilist: Remove.
44019 * abilist/librt.abilist: Remove.
44020 * abilist/libthread_db.abilist: Remove.
44021 * abilist/libutil.abilist: Remove.
44022 * scripts/extract-abilist.awk: Remove.
44023 * scripts/merge-abilist.awk: Remove.
44024 * sysdeps/generic/libcidn.abilist: New file.
44025 * sysdeps/generic/libnss_compat.abilist: New file.
44026 * sysdeps/generic/libnss_db.abilist: New file.
44027 * sysdeps/generic/libnss_dns.abilist: New file.
44028 * sysdeps/generic/libnss_files.abilist: New file.
44029 * sysdeps/generic/libnss_hesiod.abilist: New file.
44030 * sysdeps/generic/libnss_nis.abilist: New file.
44031 * sysdeps/generic/libnss_nisplus.abilist: New file.
44032 * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: New file.
44033 * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: New file.
44034 * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: New
44035 file.
44036 * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: New file.
44037 * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: New file.
44038 * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: New file.
44039 * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: New file.
44040 * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: New file.
44041 * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: New file.
44042 * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: New file.
44043 * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: New file.
44044 * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: New
44045 file.
44046 * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: New file.
44047 * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: New file.
44048 * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: New file.
44049 * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist: New
44050 file.
44051 * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: New file.
44052 * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: New file.
44053 * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: New file.
44054 * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: New file.
44055 * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: New file.
44056 * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: New
44057 file.
44058 * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: New file.
44059 * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: New file.
44060 * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist: New
44061 file.
44062 * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: New file.
44063 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/ld.abilist:
44064 New file.
44065 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libanl.abilist:
44066 New file.
44067 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libBrokenLocale.abilist:
44068 New file.
44069 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libc.abilist:
44070 New file.
44071 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libcrypt.abilist:
44072 New file.
44073 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libdl.abilist:
44074 New file.
44075 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libm.abilist:
44076 New file.
44077 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libnsl.abilist:
44078 New file.
44079 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libpthread.abilist:
44080 New file.
44081 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libresolv.abilist:
44082 New file.
44083 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/librt.abilist:
44084 New file.
44085 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libthread_db.abilist:
44086 New file.
44087 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libutil.abilist:
44088 New file.
44089 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: New
44090 file.
44091 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
44092 New file.
44093 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
44094 New file.
44095 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: New
44096 file.
44097 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
44098 New file.
44099 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
44100 New file.
44101 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: New
44102 file.
44103 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
44104 New file.
44105 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
44106 New file.
44107 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
44108 New file.
44109 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
44110 New file.
44111 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
44112 New file.
44113 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
44114 New file.
44115 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: New file.
44116 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: New
44117 file.
44118 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
44119 New file.
44120 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: New
44121 file.
44122 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: New
44123 file.
44124 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: New
44125 file.
44126 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: New
44127 file.
44128 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: New
44129 file.
44130 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
44131 New file.
44132 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: New
44133 file.
44134 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: New
44135 file.
44136 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
44137 New file.
44138 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: New
44139 file.
44140 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: New file.
44141 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist: New
44142 file.
44143 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
44144 New file.
44145 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: New
44146 file.
44147 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: New
44148 file.
44149 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: New
44150 file.
44151 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: New
44152 file.
44153 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: New
44154 file.
44155 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
44156 New file.
44157 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist: New
44158 file.
44159 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: New
44160 file.
44161 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
44162 New file.
44163 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: New
44164 file.
44165 * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
44166 * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: New file.
44167 * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: New
44168 file.
44169 * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: New file.
44170 * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: New file.
44171 * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: New file.
44172 * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: New file.
44173 * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: New file.
44174 * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: New file.
44175 * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: New file.
44176 * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: New file.
44177 * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: New file.
44178 * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: New file.
44179 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: New file.
44180 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: New
44181 file.
44182 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
44183 New file.
44184 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: New
44185 file.
44186 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist: New
44187 file.
44188 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: New
44189 file.
44190 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: New
44191 file.
44192 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: New
44193 file.
44194 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
44195 New file.
44196 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
44197 New file.
44198 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: New
44199 file.
44200 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
44201 New file.
44202 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: New
44203 file.
44204 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: New file.
44205 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: New
44206 file.
44207 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
44208 New file.
44209 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: New
44210 file.
44211 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist: New
44212 file.
44213 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: New
44214 file.
44215 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: New
44216 file.
44217 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: New
44218 file.
44219 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
44220 New file.
44221 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
44222 New file.
44223 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: New
44224 file.
44225 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
44226 New file.
44227 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: New
44228 file.
44229
41d73a1b
JM
442302012-04-28 Joseph Myers <joseph@codesourcery.com>
44231
44232 * conform/conformtest.pl: Fix typo in handling typed-constant from
44233 allow-header.
44234
28aeeda4
JM
442352012-04-27 Joseph Myers <joseph@codesourcery.com>
44236
adae8f5e
JM
44237 * README: Cut down references to pre-2.6 Linux kernels and
44238 Linuxthreads. Update lists of configurations in libc and ports
44239 and sort alphabetically. Say "or newer" with Linux kernel version
44240 requirements.
44241
28aeeda4
JM
44242 * config.h.in [IS_IN_build]: Allow compiling without optimization.
44243
a462cb63
RA
442442012-04-27 Ryan S. Arnold <rsa@linux.vnet.ibm.com>
44245
44246 [BZ #887]
44247 * math/libm-test.inc (logb_test_downward): New test to expose
44248 erroneous negative sign on -0.0 result of logb[l](1) in FE_DOWNWARD
44249 rounding mode.
44250
6ad3493e
JM
442512012-04-27 Joseph Myers <joseph@codesourcery.com>
44252
44253 [BZ #14027]
44254 * math/fclrexcpt.c (__feclearexcept): Return zero if nothing needs
44255 to be done.
44256 * math/fraiseexcpt.c (__feraiseexcept): Likewise.
44257 * math/fsetexcptflg.c (__fesetexceptflag): Likewise.
44258
2ce4f015
JM
442592012-04-26 Joseph Myers <joseph@codesourcery.com>
44260
5aeb141a
JM
44261 * sysdeps/unix/i386/brk.S: Remove file.
44262 * sysdeps/unix/i386/dl-brk.S: Likewise.
44263 * sysdeps/unix/i386/pipe.S: Likewise.
44264 * sysdeps/unix/i386/sigreturn.S: Likewise.
44265 * sysdeps/unix/i386/syscall.S: Likewise.
44266 * sysdeps/unix/i386/vfork.S: Likewise.
44267 * sysdeps/unix/i386/wait.S: Likewise.
44268
7143acae
JM
44269 * sysdeps/unix/common/tcsendbrk.c: Move to ...
44270 * sysdeps/unix/sysv/linux/tcsendbrk.c: ... here.
44271
2ce4f015
JM
44272 * configure.in (arm*-none*): Do not allow without
44273 --enable-hacker-mode.
44274 (netbsd*): Remove case setting base_os.
44275 (386bsd*): Likewise.
44276 (freebsd*): Likewise.
44277 (bsdi*): Likewise.
44278 (osf*): Likewise.
44279 (sunos*): Likewise.
44280 (ultrix*): Likewise.
44281 (newsos*): Likewise.
44282 (dynix*): Likewise.
44283 (*bsd*): Likewise.
44284 (sysv*): Likewise.
44285 (isc*): Likewise.
44286 (esix*): Likewise.
44287 (sco*): Likewise.
44288 (minix*): Likewise.
44289 (irix4*): Likewise.
44290 (irix6*): Likewise.
44291 (solaris[2-9]*): Likewise.
44292 (none): Likewise.
44293 * configure: Regenerated.
44294
0ac229c8
AZ
442952012-04-26 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
44296
44297 [BZ #11521]
44298 * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c (__ctanhl): Avoid internal
44299 overflow or cancellation in calculating denominator.
44300 * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c (__ctanl): Likewise.
44301 * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Breaking
44302 down expression to avoid unexpected rounding in newer GCCs.
44303 * sysdeps/powerpc/fpu/libm-test-ulps: Update for ctan, ctanh fix.
44304
33f244f4
DM
443052012-04-26 David S. Miller <davem@davemloft.net>
44306
44307 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Generate
44308 long-double compat symbols.
44309 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
44310 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
44311 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
44312 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: Likewise.
44313 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
44314 * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Likewise.
44315 * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: Likewise.
44316 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: Likewise.
44317 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: Likewise.
44318 * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
44319 * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: Likewise.
44320 * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: Likewise.
44321 * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
44322
cfa1f3e8
DM
443232012-04-25 David S. Miller <davem@davemloft.net>
44324
44325 * sysdeps/sparc/sparc32/bits/atomic.h: Include sysdep.h to get
44326 HWCAP_* values only after the memory barriers have been defined.
44327 (atomic_full_barrier): Define.
44328 (atomic_read_barrier): Define.
44329 (atomic_write_barrier): Define.
44330
6e236b92
SP
443312012-04-26 Siddhesh Poyarekar <siddhesh@redhat.com>
44332
44333 * shlib-versions: Add libgcc_s version information.
44334 * sysdeps/generic/libgcc_s.h: Remove.
44335 * sysdeps/generic/framestate.c: Include gnu/lib-names.h instead of
44336 libgcc_s.h.
44337 * sysdeps/gnu/unwind-resume.c: Likewise.
44338 * scripts/test-installation.pl: Remove libgcc_s from link_libs.
44339
aab39a09
DM
443402012-04-25 David S. Miller <davem@davemloft.net>
44341
44342 * sysdeps/unix/sparc/brk.S: Delete.
44343 * sysdeps/unix/sparc/dl-brk.S: Delete.
44344 * sysdeps/unix/sparc/pipe.S: Delete.
44345 * sysdeps/unix/sparc/sysdep.S: Delete.
44346 * sysdeps/unix/sparc/sysdep.h: Delete.
44347 * sysdeps/unix/sparc/vfork.S: Delete.
57f41c40
AS
44348 * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK, SPARC_PIC_REG)
44349 (SPARC_PIC_REG_LEAF, ENTRY, END, LOC): Define.
44350 * sysdeps/unix/sysv/linux/sparc/sysdep.h (ret, ret_NOERRNO)
44351 (ret_ERRVAL, r0, r1, MOVE): Define.
aab39a09
DM
44352 (JUMPTARGET): Remove.
44353 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Don't include
44354 sysdeps/unix/sparc/sysdep.h
44355 (ENTRY, END): Remove.
44356 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
44357
a3cc4f48
JM
443582012-04-25 Joseph Myers <joseph@codesourcery.com>
44359
2ed8cda2
JM
44360 * Makerules (native-compile): Use $(BUILD_LDFLAGS).
44361 (ALL_BUILD_CFLAGS): Use $(BUILD_CPPFLAGS) -D_GNU_SOURCE
44362 -DIS_IN_build.
44363
35d76d59
JM
44364 * timezone/README: Update upstream location and email address for
44365 tzcode and tzdata.
44366 * timezone/zdump.c: Update from tzcode 2012b.
44367 * timezone/zic.c: Likewise.
44368
a3cc4f48
JM
44369 * configure.in (libc_cv_as_needed): Remove test.
44370 * configure: Regenerated.
44371 * Makeconfig [$(have-as-needed) != yes] (as-needed): Remove
44372 conditional definition.
44373 [$(have-as-needed) != yes] (no-as-needed): Likewise.
44374 [$(have-as-needed) != yes] (libgcc_eh): Likewise.
44375 * config.make.in (have-as-needed): Remove variable.
44376
ceab42c3
SP
443772012-04-25 Siddhesh Poyarekar <siddhesh@redhat.com>
44378 Paul Pluzhnikov <ppluzhnikov@google.com>
44379
44380 * elf/dl-minimal.c (__strtoul_internal): Parse hexadecimal and octal
44381 strings correctly.
44382
3ce2865f
CLT
443832012-04-25 Chung-Lin Tang <cltang@codesourcery.com>
44384
44385 * sysdeps/sh/memcpy.S: Remove include of endian.h, change
44386 preprocessor endian tests to '#ifdef __BIG_ENDIAN__'.
44387 * sysdeps/sh/strlen.S: Likewise.
44388
f37e0d68
JM
443892012-04-24 Joseph Myers <joseph@codesourcery.com>
44390
ae186e9a
JM
44391 * sysdeps/unix/fork.S: Remove file.
44392 * sysdeps/unix/i386/fork.S: Likewise.
44393 * sysdeps/unix/sparc/fork.S: Likewise.
44394
b96914af
JM
44395 * sysdeps/unix/system.c: Remove file.
44396 * sysdeps/unix/bsd/bsd4.4/system.c: Likewise.
44397
f37e0d68
JM
44398 * sysdeps/unix/getegid.S: Remove file.
44399 * sysdeps/unix/geteuid.S: Likewise.
44400
87ef29ca
RM
444012012-04-24 Roland McGrath <roland@hack.frob.com>
44402
83bcd236
RM
44403 * scripts/check-localplt.awk: New file.
44404 * elf/Makefile ($(objpfx)check-localplt.out): Use that script instead
44405 of diff.
44406 * scripts/data/localplt-generic.data: Add a comment.
44407
87ef29ca
RM
44408 * sysdeps/mach/hurd/symlink.c: Don't call __mach_port_deallocate on
44409 NODE when __dir_mkfile failed.
44410 * sysdeps/mach/hurd/symlinkat.c: Likewise.
44411 Reported by Ludovic Courtès <ludo@gnu.org>.
44412
e5a6e567
AJ
444132012-04-24 Andreas Jaeger <aj@suse.de>
44414
44415 * Makerules (common-clean): Also remove gen-as-const-headers
44416 files.
44417
c1820385
JM
444182012-04-24 Joseph Myers <joseph@codesourcery.com>
44419
44420 * Makerules (native-compile): Do not change working directory for
44421 build. Use $(OUTPUT_OPTION) in command.
44422 (ALL_BUILD_CFLAGS): Use $(common-objpfx) to find config.h.
44423
94e02fc4
AZ
444242012-04-24 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
44425
44426 [BZ #13886]
44427 * sysdeps/powerpc/powerpc64/fpu/s_floorl.S: Delete file. Use the
44428 sysdeps/ieee754/ldbl-128ibm/s_floorl.c version instead.
44429 * math/libm-test.inc (floor_test): Add more tests.
44430 * sysdeps/powerpc/fpu/libm-test-ulps: Update for pow tests.
44431
3a533ca3
JM
444322012-04-24 Joseph Myers <joseph@codesourcery.com>
44433
940ab4b3
JM
44434 * sysdeps/unix/getdents.c: Remove file.
44435 * sysdeps/unix/sysv/getdents.c: Likewise.
44436 * sysdeps/unix/sysv/syscalls.list (s_getdents): Remove.
44437
90e037bd
JM
44438 * sysdeps/unix/syscalls.list (madvise): Add syscall from
44439 sysdeps/unix/mman/syscalls.list.
44440 (mmap): Likewise.
44441 (mprotect): Likewise.
44442 (msync): Likewise.
44443 (munmap): Likewise.
44444 * sysdeps/unix/bsd/bsd4.4/Implies: Remove.
44445 * sysdeps/unix/mman/syscalls.list: Remove.
44446 * sysdeps/unix/sysv/linux/Implies: Don't include unix/mman.
44447
3a533ca3
JM
44448 * configure.in (libc_cv_libgcc_s_suffix): Remove test.
44449 (libc_cv_as_needed): Don't use $libc_cv_libgcc_s_suffix.
44450 * configure: Regenerated.
44451 * Makeconfig [$(have-as-needed) = yes] (libgcc_eh): Don't use
44452 $(libgcc_s_suffix).
44453 * config.make.in (libgcc_s_suffix): Remove variable.
44454
1ad743de
JM
444552012-04-23 Joseph Myers <joseph@codesourcery.com>
44456
4ad451e2
JM
44457 * sysdeps/unix/sysv/gethostname.c: Move to ...
44458 * sysdeps/posix/gethostname.c: ... here.
44459
5e37ce39
JM
44460 * sysdeps/unix/execve.S: Remove file.
44461
1ad743de
JM
44462 * sysdeps/unix/_exit.S: Remove file.
44463
4e681b5b
AJ
444642012-04-23 Andreas Jaeger <aj@suse.de>
44465
44466 [BZ #13739]
44467 * manual/Makefile: Remove make dist support, there's no
44468 need for a stand-alone documentation tar ball.
44469 (TEXI2DVI): Define always, it's not in Makeconfig.
44470 (dist): Removed.
44471 (tar-it): Removed.
44472 (edition): Removed.
44473 (glibc-doc-$(edition).tar): Removed
44474 (%.Z): Removed.
44475 (%.gz): Removed.
44476 (%.uu): Removed.
44477 (ETAGS): Remove, it's in Makeconfig.
44478 (move-if-change): Remove, it's in Makeconfig.
44479
38686a03 444802012-04-23 Paul Eggert <eggert@cs.ucla.edu>
c0baea34
PE
44481
44482 [BZ #13970]
44483 * stdlib/stdlib.h: Remove warn_unused_result attribute from strtol etc.
44484 (strtod, strtof, strtold, strtol, strtoul, strtoq)
44485 (strtouq, strtoll, strtoull, strtol_l, strtoul_l, strtoll_l, strtoull_l)
44486 (strtod_l, strtof_l, strtold_l): Remove __wur.
44487 It is not necessarily an error to ignore strtol's return value.
44488 One can reliably look at the stored endptr to decide whether
44489 the number had valid syntax.
44490
7c0616fa
AJ
444912012-04-21 Andreas Jaeger <aj@suse.de>
44492
803cb6b7 44493 [BZ #13739]
7c0616fa
AJ
44494 * sysdeps/s390/s390-64/Makefile (distribute): Remove variable.
44495
b0fe253f
JM
444962012-04-21 Joseph Myers <joseph@codesourcery.com>
44497
44498 * sysdeps/unix/sysv/linux/Versions (GLIBC_2.0): Add sysinfo.
44499 * sysdeps/unix/sysv/Versions: Remove file.
44500
8280f22d
MT
445012012-04-21 Markus Trippelsdorf <markus@trippelsdorf.de>
44502
44503 [BZ #13927]
44504 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
44505
75ce411f 445062012-04-21 Nick Alcock <nick.alcock@oracle.com>
b8e33728
N
44507
44508 [BZ #7064]
44509 * sysdeps/unix/sysv/linux/i386/syscalls.list: Omit explicit
44510 version from __vm86.
44511
097d59fa
JM
445122012-04-20 Joseph Myers <joseph@codesourcery.com>
44513
a90f3bcb
JM
44514 * sysdeps/unix/common/lxstat.c: Remove file.
44515 * sysdeps/unix/common/syscalls.list (sys_lstat): Remove.
44516
edc7ea78
JM
44517 * sysdeps/unix/sysv/Makefile: Remove file.
44518
cb78c221
JM
44519 * sysdeps/unix/sysv/direct.h: Remove file.
44520
efa6a45f
JM
44521 * sysdeps/unix/sysv/bits/dirent.h: Remove file.
44522 * sysdeps/unix/sysv/bits/fcntl.h: Likewise.
44523 * sysdeps/unix/sysv/bits/local_lim.h: Likewise.
44524 * sysdeps/unix/sysv/bits/signum.h: Likewise.
44525 * sysdeps/unix/sysv/bits/stat.h: Likewise.
44526 * sysdeps/unix/sysv/bits/utmp.h: Likewise.
44527 * sysdeps/unix/sysv/bits/utsname.h: Likewise.
44528
9c9f2d0c
JM
44529 * sysdeps/unix/sysv/setrlimit.c: Remove file.
44530
4541c83b
JM
44531 * sysdeps/unix/xmknod.c: Remove file.
44532 * sysdeps/unix/syscalls.list (sys_mknod): Remove.
44533
f5d153a0
JM
44534 * sysdeps/unix/sysv/settimeofday.c: Remove file.
44535
aa746595
JM
44536 * sysdeps/unix/sysv/i386/time.S: Remove file.
44537
cce5905e
JM
44538 * sysdeps/unix/fxstat.c: Remove file.
44539 * sysdeps/unix/xstat.c: Likewise.
44540 * sysdeps/unix/syscalls.list (sys_fstat, sys_stat): Remove.
44541
37fa3841
JM
44542 * sysdeps/unix/sysv/sigaction.c: Remove file.
44543
ff1962a3
JM
44544 * sysdeps/unix/sysv/Makefile [termio.h not in sysdep_headers]
44545 (sysdep_headers): Remove variable.
44546 [termio.h not in sysdep_headers] (generated): Likewise.
44547 [termio.h not in sysdep_headers] ($(objpfx)termio.h): Remove rule.
44548 * sysdeps/unix/sysv/sysv_termio.h: Remove file.
44549 * sysdeps/unix/sysv/tcdrain.c: Likewise.
44550 * sysdeps/unix/sysv/tcflow.c: Likewise.
44551 * sysdeps/unix/sysv/tcflush.c: Likewise.
44552 * sysdeps/unix/sysv/tcgetattr.c: Likewise.
44553 * sysdeps/unix/sysv/tcgetpgrp.c: Likewise.
44554 * sysdeps/unix/sysv/tcsendbrk.c: Likewise.
44555 * sysdeps/unix/sysv/tcsetattr.c: Likewise.
44556 * sysdeps/unix/sysv/tcsetpgrp.c: Likewise.
44557
e7740d31
JM
44558 * sysdeps/unix/siglist.c: Remove file.
44559
ee06f18b
JM
44560 * sysdeps/unix/getppid.S: Remove file.
44561
097d59fa
JM
44562 * sysdeps/unix/mkdir.c: Remove file.
44563 * sysdeps/unix/rmdir.c: Likewise.
44564
ff3d51ec
AS
445652012-04-19 Andreas Schwab <schwab@linux-m68k.org>
44566
44567 * sysdeps/gnu/errlist-compat.awk (END): Correct computation of
44568 ERR_MAX value.
44569 * sysdeps/unix/sysv/linux/Versions (GLIBC_2.12): Adjust
44570 errlist-compat value.
44571
50f81fd7
DM
445722012-04-18 David S. Miller <davem@davemloft.net>
44573
44574 * sysdeps/generic/memcopy.h (reg_char): Delete.
44575 * debug/strcat_chk.c: Use char, not reg_char.
44576 * debug/strcpy_chk.c: Likewise.
44577 * debug/strncat_chk.c: Likewise.
44578 * debug/strncpy_chk.c: Likewise.
44579 * string/memchr.c: Likewise.
44580 * string/memrchr.c: Likewise.
44581 * string/rawmemchr.c: Likewise.
44582 * string/strcat.c: Likewise.
44583 * string/strchr.c: Likewise.
44584 * string/strchrnul.c: Likewise.
44585 * string/strcmp.c: Likewise.
44586 * string/strcpy.c: Likewise.
44587 * string/strncat.c: Likewise.
44588 * string/strncmp.c: Likewise.
44589 * string/strncpy.c: Likewise.
44590
8ff41c46
WS
445912012-04-18 Will Schmidt <will_schmidt@vnet.ibm.com>
44592
44593 * sysdeps/powerpc/memmove.c: New file based on string/memmove.c where
44594 __builtin_memcopy is called when src and dest ranges are known to not
44595 overlap.
44596
6b652f46
WS
445972012-04-18 Will Schmidt <will_schmidt@vnet.ibm.com>
44598
44599 * sysdeps/powerpc/powerpc64/power6/wordcopy.c
44600 (_wordcopy_fwd_dest_aligned): Replace switch with a parameterized
44601 fwd_align_merge macro call.
44602 (_wordcopy_bwd_dest_aligned): Replace switch with a parameterized
44603 bwd_align_merge macro call.
44604 * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
44605
b282631e
WS
446062012-04-18 Will Schmidt <will_schmidt@vnet.ibm.com>
44607
44608 * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Add fwd_align_merge and
44609 bwd_align_merge macros.
44610 (_wordcopy_fwd_dest_aligned): Use fwd_align_merge macro calls.
44611 (_wordcopy_bwd_dest_aligned): Use bwd_align_merge macro calls.
44612 * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
44613
95aa737c
DM
446142012-04-18 David S. Miller <davem@davemloft.net>
44615
44616 * sysdeps/sparc/sparc64/memcopy.h: Delete.
44617
7a99a614
AJ
446182012-04-18 Andreas Jaeger <aj@suse.de>
44619
44620 [BZ# 6794]
44621 * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Moved to ...
44622 * sysdeps/ieee754/ldbl-96/e_ilogbl.c: ... here.
44623 Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
44624
44625 * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Moved to ...
44626 * sysdeps/ieee754/ldbl-128/e_ilogbl.c: ... here.
44627 Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
44628
44629 * sysdeps/ieee754/ldbl-64-128/s_ilogbl.c: Moved to ...
44630 * sysdeps/ieee754/ldbl-64-128/e_ilogbl.c: ... here.
44631 Adjust for changed ldbl-128 files.
44632
44633 * sysdeps/sparc/sparc64/soft-fp/s_ilogbl.c: Moved to ...
44634 * sysdeps/sparc/sparc64/soft-fp/e_ilogbl.c: ... here.
44635 Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
44636
e5270c23
DM
446372012-04-17 David S. Miller <davem@davemloft.net>
44638
44639 * sysdeps/sparc/sparc32/memcopy.h: Delete.
44640
fb5e92c9
AS
446412012-04-17 Andreas Schwab <schwab@linux-m68k.org>
44642
44643 * sysdeps/i386/fpu/e_ilogb.S: Remove __ilogb*_finite alias.
44644 * sysdeps/i386/fpu/e_ilogbf.S: Likewise.
44645 * sysdeps/i386/fpu/e_ilogbl.S: Likewise.
44646 * sysdeps/x86_64/fpu/e_ilogbl.S: Likewise.
44647 * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
44648 * sysdeps/ieee754/flt-32/e_ilogbf.c: Likewise.
44649
76da7265
AZ
446502012-04-17 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
44651
44652 [BZ #6794]
44653 * math/Makefile: Add e_ilogb and w_ilogb, remove s_logb.
44654 * math/libm-test.inc: Add ilogb errno and exception tests.
44655 * math/w_ilogb.c: New file: ilogb wrapper.
44656 * math/w_ilogbf.c: New file: ilogbf wrapper.
44657 * math/w_ilogbl.c: New file: ilogbl wrapper.
44658 * sysdeps/generic/math_private.h: Add __ieee754_ilogb[l|f] prototypes.
44659 * sysdeps/i386/fpu/s_ilogb.S: Moved to ...
44660 * sysdeps/i386/fpu/e_ilogb.S: ... here. Also fixed a FE_DIVBYZERO
44661 exception being thrown with 0.0 as argument.
44662 * sysdeps/i386/fpu/s_ilogbf.S: Moved to ...
44663 * sysdeps/i386/fpu/e_ilogbf.S: ... here. Also fixed a FE_DIVBYZERO
44664 exception being thrown with 0.0 as argument.
44665 * sysdeps/i386/fpu/s_ilogbl.S: Moved to ...
44666 * sysdeps/i386/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
44667 exception being thrown with 0.0 as argument.
44668 * sysdeps/x86_64/fpu/s_ilogbl.S: Moved to ...
44669 * sysdeps/x86_64/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
44670 exception being thrown with 0.0 as argument.
44671 * sysdeps/ieee754/dbl-64/s_ilogb.c: Moved to ...
44672 * sysdeps/ieee754/dbl-64/e_ilogb.c: ... here.
7a99a614 44673 * sysdeps/ieee754/flt-32/s_ilogbf.c: Moved to ...
76da7265
AZ
44674 * sysdeps/ieee754/flt-32/e_ilogbf.c: ... here.
44675 * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Moved to ...
44676 * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c: ... here.
44677 * sysdeps/ieee754/ldbl-opt/s_ilogb.c: Moved to ...
44678 * sysdeps/ieee754/ldbl-opt/w_ilogb.c: ... here.
44679 * sysdeps/ieee754/ldbl-opt/w_ilogbl.c: New file: ilogbl wrapper.
44680
0396e69d
PB
446812012-04-17 Petr Baudis <pasky@ucw.cz>
44682
44683 * include/sys/uio.h: Change __vector to __iovec to avoid clash
44684 with altivec.
44685
750b5926
MP
446862012-04-16 Marek Polacek <polacek@redhat.com>
44687
44688 * elf/pldd-xx.c: Rename static_assert to pldd_assert.
44689
751728a1
MP
446902012-04-16 Marek Polacek <polacek@redhat.com>
44691
44692 * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Reverse the
44693 operands of fdivp instruction.
44694
34a27407
L
446952012-04-13 H.J. Lu <hongjiu.lu@intel.com>
44696
44697 * elf/tst-auditmod1.c: Check __ILP32__ instead of __LP64__.
44698 * elf/tst-auditmod3b.c: Likewise.
44699 * elf/tst-auditmod4b.c: Likewise.
44700 * elf/tst-auditmod5b.c: Likewise.
44701 * elf/tst-auditmod6b.c: Likewise.
44702 * elf/tst-auditmod6c.c: Likewise.
44703 * elf/tst-auditmod7b.c: Likewise.
44704 * sysdeps/x86_64/ffsll.c (ffsl): Likewise.
44705 * sysdeps/x86_64/preconfigure.in: Likewise.
44706 * sysdeps/x86_64/preconfigure: Regenerated.
44707
7e73e17d
L
447082012-04-13 H.J. Lu <hongjiu.lu@intel.com>
44709
44710 * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE): Also check
44711 __ILP32__.
44712
c7a6ab72
AB
447132012-04-13 Antoine Balestrat <merkil33@gmail.com>
44714
44715 * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
44716 (__get_clockfreq_via_proc_openprom): Fix test on wrong variable.
44717
a9e8e0e0
CL
447182012-04-13 Chris Leonard <cjlhomeaddress@gmail.com>
44719
44720 [BZ #13973]
44721 * locale/iso-639.def: Fix gl language name. Spotted by
44722 Yaron Shahrabani.
44723
ec98af7d
RM
447242012-04-12 Roland McGrath <roland@hack.frob.com>
44725
44726 [BZ #2074]
44727 * libio/libio.h (__io_write_fn): Update comment.
44728
247c3ede
PB
447292012-04-12 Petr Baudis <pasky@ucw.cz>
44730
44731 [BZ #2074]
44732 * stdio.texi (Hook Functions): The user provided writer function
44733 is not allowed to return -1.
44734
55939d6d
DM
447352012-04-11 David S. Miller <davem@davemloft.net>
44736
44737 * sysdeps/sparc/fpu/libm-test-ulps: Update.
44738
90020f5a
MF
447392012-04-11 Mike Frysinger <vapier@gentoo.org>
44740
44741 * .gitignore: Add /ports, /linuxthreads, and /linuxthreads_db.
44742 Add a leading slash to rtkaio.
44743
288f9098
JM
447442012-04-11 Jim Meyering <meyering@redhat.com>
44745
90020f5a
MF
44746 [BZ #11959]
44747 * libio/stdio.h (fwrite, fwrite_unlocked): Remove __wur.
44748 It is not necessarily an error to ignore fwrite's return
44749 value. One can reliably use ferror to test for errors after
44750 the fact.
288f9098 44751
4be2b570
L
447522012-04-10 H.J. Lu <hongjiu.lu@intel.com>
44753
44754 * bits/types.h (__snseconds_t): New type.
44755 * time/time.h (struct timespec): Use __snseconds_t on tv_nsec.
44756
44757 * bits/typesizes.h (__SNSECONDS_T_TYPE): New macro.
44758 * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
44759 (__SNSECONDS_T_TYPE): Likewise.
44760 * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
44761 (__SNSECONDS_T_TYPE): Likewise.
44762 * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
44763 (__SNSECONDS_T_TYPE): Likewise.
44764
288f9098 447652012-04-10 Andreas Jaeger <aj@suse.de>
4cfd8026
AJ
44766
44767 [BZ #2636]
44768 * manual/time.texi (Processor Time): Return type of times is
44769 elapsed real time since an arbitrary point in the past.
44770 (CPU Time): Move CLK_TCK from here...
44771 (Processor Time): ...to here. Correct description.
44772 * manual/conf.texi (Constants for Sysconf): Correct description of
44773 _SC_CLK_TCK.
44774
d7dd4413
DM
447752012-04-10 David S. Miller <davem@davemloft.net>
44776
44777 [BZ #13967]
44778 * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Handle the case
44779 where the is a gap between DT_REL(A) and DT_JMPREL.
44780
b46068fc
L
447812012-04-10 H.J. Lu <hongjiu.lu@intel.com>
44782
44783 * sysdeps/x86_64/bits/byteswap.h: Include <features.h>.
44784 (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
44785 (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
44786
73d65cc3
SP
447872012-04-10 Siddhesh Poyarekar <siddhesh@redhat.com>
44788
44789 * elf/dl-support.c (_dl_inhibit_cache): New variable.
44790 * elf/rtld.c (_rtld_global_ro): New member _dl_inhibit_cache.
44791 (dl_main): Handle --inhibit-cache.
44792 * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): New member
44793 _dl_inhibit_cache.
44794 * elf/dl-load.c (_dl_map_object): Use it.
44795 * elf/Makefile: Define SYSCONFDIR when building rtld.c.
44796
bcc8d661
JM
447972012-04-09 Joseph Myers <joseph@codesourcery.com>
44798
8f9a2fae
JM
44799 [BZ #13872]
44800 * sysdeps/i386/fpu/e_powl.S (p78): New object.
44801 (__ieee754_powl): Saturate large exponents rather than testing for
44802 overflow of y*log2(x).
44803 * sysdeps/x86_64/fpu/e_powl.S: Likewise.
44804 * math/libm-test.inc (pow_test): Do not permit spurious overflow
44805 exceptions.
44806
bcc8d661
JM
44807 [BZ #11521]
44808 * math/s_ctan.c: Include <float.h>.
44809 (__ctan): Avoid internal overflow or cancellation in calculating
44810 denominator.
44811 * math/s_ctanf.c: Likewise.
44812 * math/s_ctanl.c: Likewise.
44813 * math/s_ctanh.c: Likewise.
44814 * math/s_ctanhf.c: Likewise.
44815 * math/s_ctanhl.c: Likewise.
44816 * math/libm-test.inc (ctan_test): Add more tests.
44817 (ctanh_test): Likewise.
44818 * sysdeps/i386/fpu/libm-test-ulps: Update.
44819 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44820
823fbbb4
AJ
448212012-04-09 Andreas Jaeger <aj@suse.de>
44822
03879793
AJ
44823 [BZ #6894]
44824 * manual/filesys.texi (Directory Entries): Mention that d_namlen
44825 is an optional BSD extension.
44826
823fbbb4
AJ
44827 [BZ #10254]
44828 * manual/stdio.texi (Opening Streams): Document additional fopen
44829 parameters.
44830
8de131cb
RM
448312012-04-09 Roland McGrath <roland@hack.frob.com>
44832
44833 * sysdeps/i386/fpu/bits/mathinline.h (__sincos_code): Don't clobber
44834 %eax without telling the compiler.
44835
c0ed9d7d
CD
448362012-04-09 Carlos O'Donell <carlos_odonell@mentor.com>
44837
44838 [BZ # 13963]
44839 * manual/install.texi: Use sourceware.org.
44840
c483f6b4
JM
448412012-04-09 Joseph Myers <joseph@codesourcery.com>
44842
d7dd9453
JM
44843 [BZ #13873]
44844 * sysdeps/ieee754/dbl-64/e_pow.c (huge, tiny): New variables.
44845 (__ieee754_pow): Generate overflow and underflow using huge*huge
44846 and tiny*tiny rather than just returning constant infinity or zero
44847 for large exponents.
44848 * math/libm-test.inc (pow_test): Require overflow exceptions for
44849 applicable cases of large exponents.
44850
c483f6b4
JM
44851 [BZ #706]
44852 * sysdeps/i386/fpu/e_pow.S (p10): New object.
44853 (__ieee754_pow): Use iterative multiplication algorithm only for
44854 integer exponents with absolute value below 1024. Check for odd
44855 integer exponents when using algorithm for real exponents.
44856 * math/libm-test.inc (pow_test): Add more tests.
44857 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
44858
d2de7579
JM
448592012-04-08 Joseph Myers <joseph@codesourcery.com>
44860
44861 [BZ #13705]
44862 * math/libm-test.inc (exp_test): Do not allow overflow exception
44863 on underflow test.
44864
f77f1232
AJ
448652012-04-08 Aurelien Jarno <aurelien@aurel32.net>
44866
44867 [BZ #13705]
44868 * sysdeps/ieee754/dbl-64/w_exp.c (__exp): Use __kernel_standard
44869 instead of __kernel_standard_f.
44870
3884932b
MF
448712012-04-08 Mike Frysinger <vapier@gentoo.org>
44872
44873 * sysdeps/i386/i686/memset_chk.S: Update copyright year.
44874 * sysdeps/x86_64/memset_chk.S: Likewise.
44875
54472e9c
AJ
448762012-04-08 Andreas Jaeger <aj@suse.de>
44877
6ab0fbfc
AJ
44878 [BZ #10153]
44879 * manual/startup.texi (Environment Access): Describe return value
44880 for putenv and setenv.
44881
61efba8c
AJ
44882 [BZ #6895]
44883 * manual/filesys.texi (Directory Entries): Add description for
44884 DT_LNK.
44885
95c3f29a
AJ
44886 [BZ #6890]
44887 * manual/filesys.texi (Directory Entries): Clarify that it's file
44888 system not operating system in the description of DT_UNKNOWN.
44889
54472e9c
AJ
44890 [BZ #6578]
44891 * manual/syslog.texi (closelog): Fix reference, it's openlog.
44892
624254b1
SC
448932012-04-08 Stephen Compall <s11@member.fsf.org>
44894
44895 [BZ #6649]
44896 * manual/llio.texi (Opening and Closing Files): Add cross
44897 reference to explain mode argument.
44898
1e4920e0
MF
448992012-04-07 Mike Frysinger <vapier@gentoo.org>
44900
44901 * sysdeps/i386/i686/memset_chk.S: Change PIC to SHARED.
44902 * sysdeps/x86_64/memset_chk.S: Likewise.
44903
5ed848f3
DM
449042012-04-07 David S. Miller <davem@davemloft.net>
44905
44906 * elf/elf.h (R_SPARC_WDISP10): Define.
44907 * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Handle
44908 R_SPARC_SIZE32.
44909 * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Handle
44910 R_SPARC_SIZE64 and R_SPARC_H34.
44911
96154cd8
CD
449122012-04-07 Carlos O'Donell <carlos_odonell@mentor.com>
44913
44914 * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Simplify
44915 conditions and remove no longer applicable assertion.
44916
9904dc47
L
449172012-04-06 H.J. Lu <hongjiu.lu@intel.com>
44918
44919 * bits/byteswap.h: Include <features.h>.
44920 (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
44921 (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
44922
f8887d0a
L
449232012-04-06 H.J. Lu <hongjiu.lu@intel.com>
44924
44925 * bits/byteswap.h (__bswap_16): Removed.
44926 Include <bits/byteswap-16.h> to get __bswap_16.
44927 * sysdeps/i386/bits/byteswap.h: Likewise.
44928 * sysdeps/s390/bits/byteswap.h: Likewise.
44929 * sysdeps/x86_64/bits/byteswap.h: Likewise.
44930 * bits/byteswap-16.h: New file.
44931 * sysdeps/i386/bits/byteswap-16.h: Likewise.
44932 * sysdeps/s390/bits/byteswap-16.h: Likewise.
44933 * sysdeps/x86_64/bits/byteswap-16.h: Likewise.
44934 * string/Makefile (headers): Add bits/byteswap-16.h.
44935
62470f60
PP
449362012-04-06 Paul Pluzhnikov <ppluzhnikov@google.com>
44937
44938 [BZ #13895]
44939 * nss/nsswitch.c (nss_load_library, __nss_lookup_function): Avoid
44940 extra indirection.
44941 * nss/Makefile (tests-static, tests): Add tst-nss-static.
44942 * nss/tst-nss-static.c: New.
44943
4dad7bab
RM
449442012-04-06 Robert Millan <rmh@gnu.org>
44945
44946 [BZ #6486]
44947 * manual/llio.texi (File Position Primitive): lseek
44948 refers to WHENCE when it really means OFFSET.
44949
e9142a17
AJ
449502012-04-06 Andreas Jaeger <aj@suse.de>
44951
2c040eff
AJ
44952 * nss/nss_db/db-initgroups.c: Include <string.h> for strlen and
44953 strncmp declarations.
44954
e9142a17
AJ
44955 * abilist/libc.abilist: Add __poll and __ppoll.
44956
ff9f1c5f
DM
449572012-04-05 David S. Miller <davem@davemloft.net>
44958
dcd2ae90
DM
44959 * scripts/check-local-headers.sh: Accept a host triplet in the
44960 path matched by the exclude regexp.
44961
993eb054
DM
44962 * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Reduce down to one
44963 definition.
44964 * sysdeps/powerpc/powerpc32/dl-machine.h
44965 (ELF_MACHINE_PLTREL_OVERLAP): Delete.
44966 * sysdeps/s390/s390-32/dl-machine.h
44967 (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
44968 * sysdeps/sparc/sparc32/dl-machine.h
44969 (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
44970 * sysdeps/sparc/sparc64/dl-machine.h
44971 (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
44972
ff9f1c5f
DM
44973 * elf/rtld.c (dl_main): If DL_DEBUG_UNUSED is enabled, turn off
44974 lazy binding.
48e2e132 44975 * elf/dl-lookup.c (_dl_lookup_symbol_x): If DL_DEBUG_UNUSED, ignore
ff9f1c5f
DM
44976 undefined symbol errors.
44977
48e2e132 44978 * elf/rtld.c (dl_main): Skip VDSO when checking for unused
ff9f1c5f
DM
44979 DT_NEEDED entries.
44980
e80d6f94
MM
449812012-04-05 Michael Matz <matz@suse.de>
44982
44983 [BZ #13592]
44984 * sysdeps/x86_64/memset.S: Fix size paramater comparisions.
44985
349fa79f
AJ
449862012-04-05 Andreas Jaeger <aj@suse.de>
44987
44988 [BZ #13908]
44989 * stdlib/stdlib.h: Don't warn about unused result of mktemp, fix
44990 comment.
44991
f402708f
KK
449922012-04-05 Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
44993
44994 * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Fix return value
44995 which ROUND is no valid rounding mode.
44996
2ecccfc9
KK
449972012-04-05 Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
44998
44999 * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Set fpscr register which
45000 read again.
45001 * sysdeps/sh/sh4/fpu/ftestexcept.c: Likewise.
45002
8a53f50f
KK
450032012-04-05 Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
45004
45005 * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Produce
45006 an exception using FPU order intentionally.
45007
450082012-04-05 Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
45009
45010 * sysdeps/sh/sh4/fpu/fedisblxcpt.c: New file.
45011 * sysdeps/sh/sh4/fpu/feenablxcpt.c: New file.
45012 * sysdeps/sh/sh4/fpu/fegetexcept.c: New file.
45013 * sysdeps/sh/sh4/fpu/feupdateenv.c: New file.
45014
d653abb7
SJ
450152012-04-05 Simon Josefsson <simon@josefsson.org>
45016
45017 [BZ #12340]
45018 * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Return ERANGE instead of
45019 EINVAL when BUFLEN is too smal.
45020
c3b1bf7d
TS
450212012-04-05 Thomas Schwinge <thomas@codesourcery.com>
45022
45023 [BZ #13553]
45024 * sysdeps/mach/i386/machine-lock.h: Use volatile instead of __volatile.
45025 * sysdeps/mach/powerpc/machine-lock.h: Likewise.
45026
b1aa60f3
AJ
450272012-04-03 Andreas Jaeger <aj@suse.de>
45028
c3b1bf7d 45029 [BZ #13938]
67f60a26
AJ
45030 * manual/setjmp.texi (System V contexts): Fix sentence.
45031
b1aa60f3
AJ
45032 [BZ #13926]
45033 * sysdeps/i386/bits/byteswap.h [!__GNUC__](__bswap_constant_64):
45034 New macro for this case.
45035 [!__GNUC__] (__bswap_64): New inline function for this case.
45036 * sysdeps/x86_64/bits/byteswap.h: Likewise.
45037 * bits/byteswap.h: Likewise.
45038 * sysdeps/s390/bits/byteswap.h: [!__GNUC__] (__bswap_64): Use
45039 ull, guard with __GLIBC_HAVE_LONG_LONG.
45040
45041 * string/endian.h (htobe64,htole64,be64toh,le64toh): Guard with
45042 __GLIBC_HAVE_LONG_LONG.
45043
45044 * string/byteswap.h (bswap_64): Guard with __GLIBC_HAVE_LONG_LONG.
45045 Include <features.h> for __GLIBC_HAVE_LONG_LONG.
45046
39c59c35
TMQMF
450472012-04-02 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
45048
45049 [BZ #13691]
45050 * iconvdata/tcvn5712-1.c (FROM_LOOP): Test end of input using
45051 inptr and inend, rather than using last_ch.
45052
135ffda8
DM
450532012-04-02 David S. Miller <davem@davemloft.net>
45054
45055 With help from Paul Eggert, Carlos O'Donell, and Roland McGrath.
45056 * stdio-common/printf-parse.h (read_int): Change return type to
45057 'int', return -1 on INT_MAX overflow.
45058 * stdio-common/vfprintf.c (vfprintf): Validate width and precision
45059 against overflow of INT_MAX. Set errno to EOVERFLOW when 'done'
45060 overflows INT_MAX. Check for overflow of in-format-string precision
45061 values properly. Use EOVERFLOW rather than ERANGE throughout. Use
45062 SIZE_MAX not INT_MAX for integer overflow test.
45063 * stdio-common/printf-parsemb.c: If read_int signals an overflow,
45064 skip the construct in the format string but do not record anything.
45065 * stdio-common/bug22.c: Adjust to test both width/prevision
45066 INT_MAX overflow as well as total length INT_MAX overflow. Check
45067 explicitly for proper errno values.
45068
228c019e
TS
450692012-04-02 Thomas Schwinge <thomas@codesourcery.com>
45070
302cadd3
TS
45071 * string/test-memcmp.c [! WIDE]: #include <limits.h> for CHAR_MIN,
45072 CHAR_MAX.
45073 * string/test-strcmp.c [! WIDE]: Likewise.
45074 * time/tst-mktime2.c: Likewise for INT_MAX.
45075 * string/test-string.h: #include <sys/param.h> for MIN.
45076
228c019e
TS
45077 * csu/init-first.c (__libc_init_first): Call __ctype_init.
45078 * sysdeps/i386/init-first.c (init): Likewise.
45079 * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Likewise.
45080 * sysdeps/mach/hurd/powerpc/init-first.c (posixland_init): Likewise.
45081 * sysdeps/sh/init-first.c (init): Likewise.
45082
cfa633f5
UD
450832012-04-01 Ulrich Drepper <drepper@gmail.com>
45084
45085 * po/ru.po: Update from translation team.
d1635ef8 45086 * po/vi.po: Likewise.
cfa633f5 45087
6cd0a5ea
SP
450882012-03-31 Siddhesh Poyarekar <siddhesh@redhat.com>
45089
45090 * resolv/nss_dns/dns-host.c: Merge copyright years.
45091
4b43400f
LD
450922012-03-22 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
45093
45094 * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
45095 Optimize memcpy with prefetch if
45096 DATA_CACHE_SIZE_HALF <= len < SHARED_CACHE_SIZE_HALF and
45097 src, dst pointers have unequal 16 byte alignments.
45098
48c41d04
SP
450992012-03-30 Siddhesh Poyarekar <siddhesh@redhat.com>
45100
45101 [BZ #13928]
45102 * resolv/nss_dns/dns-host.c (getanswer_r): Also consider ttl
45103 from a CNAME entry and return the minimum ttl for the query.
45104 (gaih_getanswer_slice): Likewise.
45105
b8dc394d
JL
451062012-03-30 Jeff Law <law@redhat.com>
45107
45108 * crypt/md5-crypt.c (__md5_crypt_r): Avoid unbounded alloca uses
45109 due to long keys.
45110 * crypt/sha256-crypt.c (__sha256_crypt_r): Likewise.
45111 * crypt/sha512-crypt.c (__sha512_crypt_r): Likewise.
45112
2f5a5ed0
JL
45113 * resolv/nss_dns/dns-host.c: Update copyright year.
45114
1d39e359
UD
451152012-03-30 Ulrich Drepper <drepper@gmail.com>
45116
c030f70c 45117 * resolv/res_send.c (send_dg): Use sendmmsg if we have to write two
8e6d1083 45118 requests to save a system call. Fix check that all bytes are sent.
c030f70c 45119
1d39e359
UD
45120 * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr): Fix up
45121 comments for sendmmsg.
45122
451232012-03-30 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
e64d2de5
TMQMF
45124
45125 [BZ #13691]
45126 * iconvdata/tcvn5712-1.c (FROM_LOOP): Fix a bug when converting strings
45127 with only 1 character between 0x0041 and 0x01b0.
45128 * wcsmbs/Makefile (tests): Add tst-mbsnrtowcs.
45129 * wcsmbs/tst-mbsnrtowcs.c: New file.
45130
20fde227
DM
451312012-03-29 David S. Miller <davem@davemloft.net>
45132
45133 * libio/fileops.c (_IO_new_file_xsputn): Don't try to optimize
45134 small copies by hand.
45135
984a4237
JL
451362012-03-28 Siddhesh Poyarekar <siddhesh@redhat.com>
45137
45138 [BZ #13761]
57f41c40
AS
45139 * nis/nss_compat/compat-initgroups.c (getgrent_next_nss)
45140 (_nss_compat_initgroups_dyn): Fall back to malloc/free for large
45141 group memberships.
984a4237 45142
18c9d62b
DM
451432012-03-28 David S. Miller <davem@davemloft.net>
45144
88d85d4f
DM
45145 * sysdeps/sparc/sparc32/memcpy.S: Implement mempcpy using a stub
45146 that branches into memcpy.
45147 * sysdeps/sparc/sparc64/memcpy.S: Likewise.
45148 * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
45149 * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
45150 * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
45151 * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add mempcpy multiarch
45152 bits.
45153 * sysdeps/sparc/sparc64/rtld-memcpy.c: Include generic mempcpy
45154 implementation too.
45155 * sysdeps/sparc/mempcpy.S: New file.
45156
e5aa83e1
DM
45157 * sysdeps/sparc/sparc64/multiarch/memcpy.S: Provide a hidden def to
45158 the IFUNC routine in the libc case.
45159 * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
45160
88570753
DM
45161 * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memset.c: New file.
45162 * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memcpy.c: New file.
45163 * sysdeps/sparc/sparc32/sparcv9/rtld-memset.c: New file.
45164 * sysdeps/sparc/sparc32/sparcv9/rtld-memcpy.c: New file.
45165 * sysdeps/sparc/sparc64/multiarch/rtld-memset.c: New file.
45166 * sysdeps/sparc/sparc64/multiarch/rtld-memcpy.c: New file.
45167 * sysdeps/sparc/sparc64/rtld-memset.c: New file.
45168 * sysdeps/sparc/sparc64/rtld-memcpy.c: New file.
45169
249d7567
DM
45170 * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Unroll main
45171 loop to 256 bytes instead of 64 bytes and fix test signedness.
45172
18c9d62b
DM
45173 * sysdeps/sparc/Makefile: Add -fPIC to ASFLAGS-.os here....
45174 * sysdeps/sparc/sparc32/Makefile: rather than here...
45175 * sysdeps/sparc/sparc64/Makefile: and here.
45176
05f3d1f6
UD
451772012-03-28 Ulrich Drepper <drepper@gmail.com>
45178
45179 * malloc/mallocbug.c: Avoid warnings about unused variables.
45180
86ae07a8
JL
451812012-02-22 Siddhesh Poyarekar <siddhesh@redhat.com>
45182
45183 [BZ #13760]
45184 * resolv/nss_dns/dns-host.c (gaih_getanswer): Look for errno
45185 in the right place. Discard and retry query if response is
45186 larger than input buffer size.
45187
41bf21a1
JM
451882012-03-28 Joseph Myers <joseph@codesourcery.com>
45189
d6270972
JM
45190 [BZ #369]
45191 [BZ #2678]
45192 [BZ #3866]
45193 * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Take absolute value of
45194 x for large integer exponent.
45195 * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
45196 * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise. Adjust
45197 sign of result as needed afterwards.
45198 * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
45199 * sysdeps/ieee754/k_standard.c (__kernel_standard): Handle sign of
45200 result for underflowing pow the same as for overflow.
45201 (__kernel_standard_l): Handle powl overflow and underflow here
45202 rather than calling __kernel_standard.
45203 * math/libm-test.inc (pow_test): Add more tests.
45204
414fca03 45205 [BZ #3868]
41bf21a1
JM
45206 [BZ #13879]
45207 [BZ #13910]
45208 [BZ #13911]
45209 [BZ #13912]
45210 [BZ #13913]
45211 [BZ #13915]
45212 [BZ #13916]
45213 [BZ #13917]
45214 [BZ #13918]
45215 [BZ #13919]
45216 [BZ #13920]
45217 [BZ #13921]
45218 * sysdeps/generic/math_private.h (__kernel_standard_l): Declare.
45219 * sysdeps/ieee754/k_standard.c: Include <float.h>.
45220 (__kernel_standard_l): New function.
45221 * math/w_acoshl.c (__acoshl): Use __kernel_standard_l instead of
45222 __kernel_standard.
45223 * math/w_acosl.c (__acosl): Likewise.
45224 * math/w_asinl.c (__asinl): Likewise.
45225 * math/w_atan2l.c (__atan2l): Likewise.
45226 * math/w_atanhl.c (__atanhl): Likewise.
45227 * math/w_coshl.c (__coshl): Likewise.
45228 * math/w_exp10l.c (__exp10l): Likewise.
45229 * math/w_exp2l.c (__exp2l): Likewise.
45230 * math/w_fmodl.c (__fmodl): Likewise.
45231 * math/w_hypotl.c (__hypotl): Likewise.
45232 * math/w_j0l.c (__j0l, __y0l): Likewise.
45233 * math/w_j1l.c (__j1l, __y1l): Likewise.
45234 * math/w_jnl.c (__jnl, __ynl): Likewise.
45235 * math/w_lgammal.c (__lgammal): Likewise.
45236 * math/w_log10l.c (__log10l): Likewise.
45237 * math/w_log2l.c (__log2l): Likewise.
45238 * math/w_logl.c (__logl): Likewise.
45239 * math/w_powl.c (__powl): Likewise.
45240 * math/w_remainderl.c (__remainderl): Likewise.
45241 * math/w_scalbl.c (sysv_scalbl): Likewise.
45242 * math/w_sinhl.c (__sinhl): Likewise.
45243 * math/w_sqrtl.c (__sqrtl): Likewise.
45244 * math/w_tgammal.c (__tgammal): Likewise.
45245 * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Likewise.
45246 * sysdeps/ieee754/ldbl-96/w_expl.c (__expl): Likewise.
45247 * math/libm-test.inc (acos_test): Add more tests.
45248 (acosh_test): Likewise.
45249 (asin_test): Likewise.
45250 (atanh_test): Likewise.
45251 (exp_test): Likewise.
45252 (exp10_test): Likewise.
45253 (exp2_test): Likewise.
45254 (expm1_test): Likewise.
45255 (lgamma_test): Likewise.
45256 (log_test): Likewise.
45257 (log10_test): Likewise.
45258 (log1p_test): Likewise.
45259 (log2_test): Likewise.
45260 (pow_test): Do not allow some spurious overflow exceptions.
45261 (sqrt_test): Add more tests.
45262 (tgamma_test): Likewise.
45263 (y0_test): Likewise.
45264 (y1_test): Likewise.
45265 (yn_test): Likewise.
45266
dd62fda6
AB
452672012-03-27 Anton Blanchard <anton@samba.org>
45268
45269 * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Define MAP_STACK and
45270 MAP_HUGETLB.
45271 * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
45272 * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
45273 * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
45274
1e3cdfda
AJ
452752012-03-27 David S. Miller <davem@davemloft.net>
45276
b855ab85
DM
45277 * conform/Makefile: Run run-conformtest.sh using $(BASH).
45278
1e3cdfda
AJ
45279 * sysdeps/sparc/sparc64/Makefile (ASFLAGS-.os): Move before
45280 have-as-vis3 check.
45281
452822012-03-27 Andreas Jaeger <aj@suse.de>
45283
45284 * sysdeps/x86_64/elf/configure.in: Moved to ...
45285 * sysdeps/x86_64/configure.in: ... here.
45286 * sysdeps/x86_64/elf/start.S: Moved to ...
45287 * sysdeps/x86_64/start.S: ... here.
45288 * sysdeps/x86_64/elf/configure: Delete.
45289
45290 * sysdeps/x86_64/configure.in: Merge contents from
45291 sysdeps/i386/configure.in (without i686 check).
45292
45293 * sysdeps/i386/elf/Versions: Merge into ...
45294 * sysdeps/i386/Versions: ... this.
45295 * sysdeps/i386/elf/Versions: Delete file.
45296 * sysdeps/i386/elf/start.S: Moved to ...
45297 * sysdeps/i386/start.S: ...here.
45298 * sysdeps/i386/elf/configure.in: Merge into...
45299 * sysdeps/i386/configure.in: ...here.
45300 * sysdeps/i386/elf/configure.in: Delete file.
45301 * sysdeps/i386/elf/configure: Delete file.
45302
45303 * sysdeps/generic/elf/backtracesyms.c: Moved to ...
45304 * debug/backtracesyms.c: ... here.
45305 * sysdeps/generic/elf/backtracesymsfd.c: Moved to ...
45306 * debug/backtracesymsfd.c: ... here.
45307 * sysdeps/generic/elf/ifunc-sel.h: Moved to ...
45308 * sysdeps/generic/ifunc-sel.h: ... here.
45309
45310 * sysdeps/unix/i386/start.c: Delete file.
45311 * sysdeps/unix/sparc/start.c: Delete file.
45312 * sysdeps/unix/start.c: Delete file.
45313
45314 * sysdeps/sh/elf/configure.in: Moved to ...
45315 * sysdeps/sh/configure.in: ... here.
45316 * sysdeps/sh/elf/start.S: Moved to ...
45317 * sysdeps/sh/start.S: ... here.
45318 * sysdeps/sh/elf/configure: Delete file.
45319
45320 * sysdeps/powerpc/powerpc64/elf/bzero.S: Moved to ...
45321 * sysdeps/powerpc/powerpc64/bzero.S: ... here.
45322 * sysdeps/powerpc/powerpc64/elf/entry.h: Moved to ...
45323 * sysdeps/powerpc/powerpc64/entry.h: ... here.
45324 * sysdeps/powerpc/powerpc64/elf/start.S: Moved to ...
45325 * sysdeps/powerpc/powerpc64/start.S: here.
45326 * sysdeps/powerpc/powerpc64/elf/Makefile: Merge into ...
45327 * sysdeps/powerpc/powerpc64/Makefile: ... this.
45328 * sysdeps/powerpc/powerpc64/elf/configure.in: Merge into ...
45329 * sysdeps/powerpc/powerpc64/configure.in: ... this.
45330 * sysdeps/powerpc/powerpc64/elf/configure: Delete file.
45331
45332 * sysdeps/powerpc/powerpc32/elf/bzero.S: Moved to ...
45333 * sysdeps/powerpc/powerpc32/bzero.S: ... here.
45334 * sysdeps/powerpc/powerpc32/elf/start.S: Moved to ...
45335 * sysdeps/powerpc/powerpc32/start.S: ... here.
45336 * sysdeps/powerpc/powerpc32/elf/configure.in: Merge into ...
45337 * sysdeps/powerpc/powerpc32/configure.in: ... this.
45338 * sysdeps/powerpc/powerpc32/elf/configure: Delete file.
45339
45340 * sysdeps/powerpc/elf/ifunc-sel.h: Moved to ...
45341 * sysdeps/powerpc/ifunc-sel.h: ... here.
45342 * sysdeps/powerpc/elf/rtld-global-offsets.sym: Moved to ...
45343 * sysdeps/powerpc/rtld-global-offsets.sym: ... here.
45344
45345 * sysdeps/sparc/elf/configure.in: Moved to ...
45346 * sysdeps/sparc/configure.in: ... here.
45347 * sysdeps/sparc/elf/configure: Delete file.
45348 * sysdeps/sparc/sparc32/elf/start.S: Moved to ...
45349 * sysdeps/sparc/sparc32/start.S: ... here.
45350 * sysdeps/sparc/sparc64/elf/start.S: Moved to ...
45351 * sysdeps/sparc/sparc64/start.S: ... here.
45352 * sysdeps/sparc/sparc32/elf/Makefile: Merged into ...
45353 * sysdeps/sparc/sparc32/Makefile: ... this.
45354 * sysdeps/sparc/sparc64/elf/Makefile: Merged into ...
45355 * sysdeps/sparc/sparc64/Makefile: ... this.
45356
45357 * sysdeps/s390/s390-32/elf/bsd-_setjmp.S: Moved to ...
45358 * sysdeps/s390/s390-32/bsd-_setjmp.S: ... here.
45359 * sysdeps/s390/s390-32/elf/bsd-setjmp.S: Moved to ...
45360 * sysdeps/s390/s390-32/bsd-setjmp.S: ... here.
45361 * sysdeps/s390/s390-32/elf/setjmp.S: Moved to ...
45362 * sysdeps/s390/s390-32/setjmp.S: ... here.
45363 * sysdeps/s390/s390-32/elf/configure.in: Moved to ...
45364 * sysdeps/s390/s390-32/configure.in: ... here.
45365 * sysdeps/s390/s390-32/elf/configure: Delete file.
45366 * sysdeps/s390/s390-32/elf/start.S: Moved to ...
45367 * sysdeps/s390/s390-32/start.S: ... here.
45368
45369 * sysdeps/s390/s390-64/elf/bsd-_setjmp.S: Moved to ...
45370 * sysdeps/s390/s390-64/bsd-_setjmp.S: ... here.
45371 * sysdeps/s390/s390-64/elf/bsd-setjmp.S: Moved to ...
45372 * sysdeps/s390/s390-64/bsd-setjmp.S: ... here.
45373 * sysdeps/s390/s390-64/elf/setjmp.S: Moved to ...
45374 * sysdeps/s390/s390-64/setjmp.S: ... here.
45375 * sysdeps/s390/s390-64/elf/configure.in: Moved to ...
45376 * sysdeps/s390/s390-64/configure.in: ... here
45377 * sysdeps/s390/s390-64/elf/configure: Delete file.
45378 * sysdeps/s390/s390-64/elf/start.S: Moved to ...
45379 * sysdeps/s390/s390-64/start.S: ... here.
45380 * sysdeps/s390/s390-64/elf/configure: Delete.
45381
45382 * configure.in: Remove support for elf directories in sysdeps.
45383
45384 * configure: Regenerated.
45385 * sysdeps/i386/configure: Regenerated.
45386 * sysdeps/powerpc/powerpc32/configure: Regenerated.
45387 * sysdeps/powerpc/powerpc64/configure: Regenerated.
45388 * sysdeps/s390/s390-32/configure: Regenerated.
45389 * sysdeps/s390/s390-64/configure: Regenerated.
45390 * sysdeps/sh/configure: Regenerated.
45391 * sysdeps/sparc/configure: Regenerated.
45392 * sysdeps/x86_64/configure: Regenerated.
45393
a3f61311
AS
453942012-03-26 Andreas Schwab <schwab@linux-m68k.org>
45395
c876e002
AS
45396 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
45397
a3f61311
AS
45398 * sysdeps/ieee754/ldbl-128ibm/e_expl.c (lomark): Adjust to take
45399 denormal result into account.
45400
ac4c54f0
RM
454012012-03-25 Roland McGrath <roland@hack.frob.com>
45402
45403 * posix/confstr.c (confstr): Lift RESTENVS definition to function scope.
45404 Reported by Allan McRae <allan@archlinux.org>.
45405
6a9b9c02
JL
454062012-03-23 Jeff Law <law@redhat.com>
45407
45408 * nss/getnssent.c (__nss_getent): Fix typo.
45409
4c42a0c1
DM
454102012-03-23 David S. Miller <davem@davemloft.net>
45411
45412 * sysdeps/sparc/fpu/libm-test-ulps: Update.
45413
1532c7ac
L
454142012-03-23 H.J. Lu <hongjiu.lu@intel.com>
45415
45416 * sysdeps/x86_64/dl-tlsdesc.h (tlsdesc): Use anonymous union
45417 to pad to uint64_t for each field.
45418 (dl_tls_index): Replace unsigned long with uint64_t.
45419
3ff42526
PP
454202012-03-23 Daniel Jacobowitz <dmj@google.com>
45421 Paul Pluzhnikov <ppluzhnikov@google.com>
45422
45423 [BZ #6528]
45424 * grp/Makefile (otherlibs): Don't set it.
45425 * inet/Makefile (otherlibs): Likewise.
45426 * login/Makefile (otherlibs): Likewise.
45427 * nscd/Makefile (otherlibs): Likewise.
45428 * posix/Makefile (otherlibs): Likewise.
45429 * pwd/Makefile (otherlibs): Likewise.
45430 * rt/Makefile (otherlibs): Likewise.
45431 * sunrpc/Makefile (otherlibs): Likewise.
45432 * nss/Makefile (otherlibs): Likewise.
45433 Add libnss_files to routines and static-only-routines.
45434 ($(objpfx)getent): Remove rule.
45435 * resolv/Makefile: Add libnss_dns and libresolv to routines and
45436 static-only-routines.
45437
7c69cd14
JM
454382012-03-22 Joseph Myers <joseph@codesourcery.com>
45439
45440 [BZ #13892]
45441 * math/s_cexp.c: Include <float.h>.
45442 (__cexp): Handle exp result overflowing not necessarily
45443 overflowing both real and imaginary parts of result.
45444 * math/s_cexpf.c: Likewise.
45445 * math/s_cexpl.c: Likewise.
45446 * math/libm-test.inc (cexp_test): Add more tests.
45447 * sysdeps/i386/fpu/libm-test-ulps: Update.
45448 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45449
81b035fe
L
454502012-03-22 H.J. Lu <hongjiu.lu@intel.com>
45451
45452 * include/link.h (ELFW): New macro.
45453 * sysdeps/x86_64/dl-irel.h: Replace Elf64_XXX with ElfW(XXX).
45454 Replace ELF64_R_TYPE with ELFW(R_TYPE).
45455
1da7940c
L
454562012-03-22 H.J. Lu <hongjiu.lu@intel.com>
45457
45458 * sysdeps/x86_64/dl-tls.h (dl_tls_index): Replace unsigned long
45459 with uint64_t.
45460
b749dbb9
L
454612012-03-22 H.J. Lu <hongjiu.lu@intel.com>
45462
45463 * sysdeps/generic/ldsodefs.h (struct La_x32_regs): New forward
45464 declaration.
45465 (struct La_x32_retval): Likewise.
45466
2ff87f3f
L
454672012-03-22 H.J. Lu <hongjiu.lu@intel.com>
45468
45469 * sysdeps/x86_64/preconfigure.in: New file.
45470 * sysdeps/x86_64/preconfigure: New generated file.
45471
c0df8e69
JM
454722012-03-22 Joseph Myers <joseph@codesourcery.com>
45473
48e44791
JM
45474 [BZ #13824]
45475 * math/e_exp2l.c: Include <float.h>.
45476 (__ieee754_exp2l): Handle overflow and underflow cases
45477 separately. Only pass fractional part of argument to
45478 __ieee754_expl.
45479 * math/libm-test.inc (exp2_test): Add more tests.
45480
c0df8e69
JM
45481 * sysdeps/ieee754/ldbl-128/k_cosl.c (__kernel_cosl): Negate y if
45482 negating x to take absolute value.
45483 * sysdeps/ieee754/ldbl-128/k_sincosl.c (__kernel_sincosl):
45484 Likewise.
45485 * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
45486 * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl):
45487 Likewise.
45488 * sysdeps/ieee754/ldbl-128/k_sinl.c (__kernel_sinl): Negate y when
45489 computing low part if x was negated.
45490 * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
45491
c8e43ba7
L
454922012-03-21 H.J. Lu <hongjiu.lu@intel.com>
45493
45494 * elf/tst-auditmod1.c: Support la_x32_gnu_pltenter and
45495 la_x32_gnu_pltexit.
45496 (pltexit): Cast int_retval to ptrdiff_t.
45497 * elf/tst-auditmod3b.c: Likewise.
45498 * elf/tst-auditmod4b.c: Likewise.
45499 * elf/tst-auditmod5b.c: Likewise.
45500 * elf/tst-auditmod6b.c: Likewise.
45501 * elf/tst-auditmod6c.c: Likewise.
45502 * elf/tst-auditmod7b.c: Likewise.
45503
45504 * sysdeps/generic/ldsodefs.h (audit_ifaces): Add x32_gnu_pltenter
45505 and x32_gnu_pltexit.
45506
45507 * sysdeps/x86_64/bits/link.h: Check __x86_64__ instead of
45508 __ELF_NATIVE_CLASS.
45509 (La_x32_regs): New macro.
45510 (La_x32_retval): Likewise.
45511 (la_x32_gnu_pltenter): New function prototype.
45512 (la_x32_gnu_pltexit): Likewise.
45513
7998fa78
AS
455142012-03-21 Andreas Schwab <schwab@linux-m68k.org>
45515
dcb33988
AS
45516 * sysdeps/ieee754/ldbl-128ibm/e_powl.c (huge, tiny): Correct
45517 exponent.
45518
233fc563
AS
45519 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
45520
7998fa78
AS
45521 * configure.in (libc_cv_cc_nofma): Check for option to disable
45522 generation of FMA instructions.
45523 * configure: Regenerate.
45524 * config.make.in (config-cflags-nofma): Set from libc_cv_cc_nofma.
45525 * sysdeps/ieee754/dbl-64/Makefile: New file.
45526 * sysdeps/x86_64/fpu/multiarch/Makefile (libm-sysdep_routines):
45527 Remove brandred-fma4.
45528 (CFLAGS-brandred-fma4.c): Remove.
45529 * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Remove.
45530 * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c (__branred): Don't
45531 define.
45532 * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c (__branred): Don't
45533 define.
45534
8e95c99a
L
455352012-03-21 H.J. Lu <hongjiu.lu@intel.com>
45536
45537 * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
45538 LLONG_MAX != LONG_MAX.
45539 (_itoa_word): Use _ITOA_WORD_TYPE on value.
45540 (_fitoa_word): Likewise.
45541 * stdio-common/_itowa.c: Check _ITOA_NEEDED instead of
45542 LLONG_MAX != LONG_MAX.
45543 * stdio-common/_itowa.h: Include <_itoa.h>.
45544 (_itowa_word): Use _ITOA_WORD_TYPE on value.
45545 (_itowa): New macro. Defined only if _ITOA_NEEDED is false.
45546 * sysdeps/generic/_itoa.h (_ITOA_NEEDED): New macro. Defined
45547 only if not defined.
45548 (_ITOA_WORD_TYPE): Likewise.
45549 (_itoa_word): Use _ITOA_WORD_TYPE on value.
45550 Check !_ITOA_NEEDED instead of LONG_MAX == LLONG_MAX.
45551
6f4db457
DM
455522012-03-21 David S. Miller <davem@davemloft.net>
45553
45554 * sysdeps/sparc/fpu/libm-test-ulps: Update.
45555
7785fe5a
L
455562012-03-21 H.J. Lu <hongjiu.lu@intel.com>
45557
45558 * sysdeps/unix/sysv/linux/configure.in: Check x86_64* instead
45559 of x86_64 when setting libc_cv_slibdir, libdir and
45560 libc_cv_localedir.
45561 * sysdeps/unix/sysv/linux/configure: Regenerated.
45562
4535cd55
JM
455632012-03-21 Joseph Myers <joseph@codesourcery.com>
45564
45565 * manual/lang.texi (Old Varargs): Remove section.
45566 (How Variadic): Update menu.
45567 (va_start): Do not mention varargs.h.
45568
17228132
TS
455692012-03-21 Thomas Schwinge <thomas@codesourcery.com>
45570 Joseph Myers <joseph@codesourcery.com>
45571
45572 * configure.in (libc_cv_ssp): Use LIBC_TRY_CC_OPTION instead of a
45573 link test.
45574 * configure: Regenerated.
45575
8149f976
TS
455762012-03-21 Thomas Schwinge <thomas@codesourcery.com>
45577
05f3d1f6
UD
45578 * conform/conformtest.pl: Handle --tmpdir argument, defaulting to /tmp.
45579 * conform/run-conformtest.sh: Pass --tmpdir argument when invoking
45580 conformtest.pl
8149f976 45581
1a4ac776
JM
455822012-03-21 Joseph Myers <joseph@codesourcery.com>
45583
be22ce65
JM
45584 * NOTES: Remove.
45585 * Makefile (files-for-dist): Remove NOTES.
45586 (NOTES): Remove rule.
45587 * README: Don't refer to NOTES.
45588 * manual/creature.texi: Don't include macros.texi.
45589 * manual/intro.texi (creature.texi): Remove comment referring to
45590 NOTES.
45591
40b601fb
JM
45592 * aclocal.m4 (LIBC_TRY_CC_OPTION): New macro.
45593 * configure.in (libc_cv_cc_submachine): Use LIBC_TRY_CC_OPTION.
45594 * configure: Regenerated.
45595 * sysdeps/i386/configure.in (libc_cv_cc_sse4): Use
45596 LIBC_TRY_CC_OPTION.
45597 (libc_cv_as_i686): Likewise.
45598 (libc_cv_cc_avx): Likewise.
45599 (libc_cv_cc_sse2avx): Likewise.
45600 (libc_cv_cc_fma4): Likewise.
45601 (libc_cv_cc_novzeroupper): Likewise.
45602 * sysdeps/i386/configure: Regenerated.
45603
1a4ac776
JM
45604 [BZ #13883]
45605 * sysdeps/i386/fpu/s_cexp.S: Remove.
45606 * sysdeps/i386/fpu/s_cexpf.S: Likewise.
45607 * sysdeps/i386/fpu/s_cexpl.S: Likewise.
45608 * math/libm-test.inc (cexp_test): Add more tests.
45609 * sysdeps/i386/fpu/libm-test-ulps: Update.
45610 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45611
a458e7fe
AM
456122012-03-21 Allan McRae <allan@archlinux.org>
45613
45614 * timezone/Makefile: Do not install iso3166.tab and zone.tab
45615
0cb7efc5
JM
456162012-03-21 Joseph Myers <joseph@codesourcery.com>
45617
45618 [BZ #13871]
45619 * math/w_exp2.c: Do not include <float.h>.
45620 (o_threshold, u_threshold): Remove.
45621 (__exp2): Calculate result before checking finiteness and calling
45622 __kernel_standard.
45623 * math/w_exp2f.c: Likewise.
45624 * math/w_exp2l.c: Likewise.
45625 * math/libm-test.inc (exp2_test): Require overflow exception for
45626 1e6 input.
2460d3aa
JM
45627
45628 [BZ #3866]
45629 * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Test for y outside the
45630 range of signed 64-bit integers before using fistpll. Remove
45631 checks for whether integers fit in mantissa bits.
45632 * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Test for y outside
45633 the range of signed 32-bit integers before using fistpl. Remove
45634 checks for whether integers fit in mantissa bits.
45635 * sysdeps/i386/fpu/e_powl.S (p64): New object.
45636 (__ieee754_powl): Test for y outside the range of signed 64-bit
45637 integers before using fistpll. Reduce 64-bit values to 63-bit
45638 ones as needed.
45639 * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Ensure
45640 divide-by-zero is raised for zero to large negative powers.
45641 * sysdeps/x86_64/fpu/e_powl.S (p64): New object.
45642 (__ieee754_powl): Test for y outside the range of signed 64-bit
45643 integers before using fistpll. Reduce 64-bit values to 63-bit
45644 ones as needed.
45645 * math/libm-test.inc (pow_test): Add more tests.
45646
eb96ffb0
L
456472012-03-20 H.J. Lu <hongjiu.lu@intel.com>
45648
45649 * debug/backtracesymsfd.c: Include <_itoa.h> instead of
45650 <stdio-common/_itoa.h>.
45651 * debug/segfault.c: Likewise.
45652 * elf/dl-cache.c: Likewise.
45653 * elf/dl-minimal.c: Likewise.
45654 * elf/dl-misc.c: Likewise.
45655 * elf/dl-sysdep.c: Likewise.
45656 * elf/dl-version.c: Likewise.
45657 * elf/rtld.c: Likewise.
45658 * hurd/hurdsock.c: Likewise.
45659 * hurd/lookup-retry.c: Likewise.
45660 * malloc/malloc.c: Likewise.
45661 * malloc/mtrace.c: Likewise.
45662 * nscd/nscd_getgr_r.c: Likewise.
45663 * nscd/nscd_getpw_r.c: Likewise.
45664 * nscd/nscd_getserv_r.c: Likewise.
45665 * posix/getopt_init.c: Likewise.
45666 * posix/wordexp.c: Likewise.
45667 * stdio-common/_itoa.c: Likewise.
45668 * stdio-common/printf_fphex.c: Likewise.
45669 * stdio-common/vfprintf.c: Likewise.
45670 * string/_strerror.c: Likewise.
45671 * sysdeps/generic/elf/backtracesymsfd.c: Likewise.
45672 * sysdeps/i386/i686/hp-timing.h: Likewise.
45673 * sysdeps/mach/_strerror.c: Likewise.
45674 * sysdeps/mach/hurd/powerpc/register-dump.h: Likewise.
45675 * sysdeps/mach/hurd/sethostid.c: Likewise.
45676 * sysdeps/mach/hurd/xmknodat.c: Likewise.
45677 * sysdeps/mach/xpg-strerror.c: Likewise.
45678 * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
45679 * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
45680 * sysdeps/powerpc/powerpc32/register-dump.h: Likewise.
45681 * sysdeps/powerpc/powerpc64/dl-machine.c: Likewise.
45682 * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
45683 * sysdeps/powerpc/powerpc64/register-dump.h: Likewise.
45684 * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
45685 * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
45686 * sysdeps/unix/sysv/linux/fd_to_filename.h: Likewise.
45687 * sysdeps/unix/sysv/linux/futimes.c: Likewise.
45688 * sysdeps/unix/sysv/linux/i386/register-dump.h: Likewise.
45689 * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
45690 * sysdeps/unix/sysv/linux/s390/s390-32/register-dump.h: Likewise.
45691 * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
45692 * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
45693 * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Likewise.
45694 * sysdeps/unix/sysv/linux/sparc/sparc32/register-dump.h: Likewise.
45695 * sysdeps/unix/sysv/linux/sparc/sparc64/register-dump.h: Likewise.
45696 * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
45697 * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
45698 * sysdeps/unix/sysv/linux/x86_64/register-dump.h: Likewise.
45699
45700 * stdio-common/_itoa.c: Include <_itoa.h> instead of "_itoa.h".
45701
45702 * stdio-common/_itoa.h: Moved to ...
45703 * sysdeps/generic/_itoa.h: Here.
45704
45705 * stdio-common/_itowa.c: Include <_itowa.h> instead of "_itowa.h".
45706
45707 * stdio-common/printf_fphex.c: Include <_itoa.h> and <_itowa.h>
45708 instead of "_itoa.h" and "_itowa.h".
45709 * stdio-common/vfprintf.: Likewise.
45710
d1af992d
L
457112012-03-20 H.J. Lu <hongjiu.lu@intel.com>
45712
45713 * sysdeps/x86_64/fpu/bits/mathinline.h: Don't include
45714 <bits/wordsize.h>.
45715 (__signbitf): Check __x86_64__ instead of __WORDSIZE.
45716 (__signbit): Likwise.
45717 (llrintf): Likwise.
45718 (llrint): Likwise.
45719
114883e0
L
457202012-03-20 H.J. Lu <hongjiu.lu@intel.com>
45721
45722 * sysdeps/x86_64/bits/setjmp.h (__jmp_buf): Support x86-64 with
45723 __WORDSIZE != 64.
45724
c135cc1b
JM
457252012-03-20 Joseph Myers <joseph@codesourcery.com>
45726
45727 * math/gen-libm-test.pl (%beautify): Add OVERFLOW_EXCEPTION and
45728 OVERFLOW_EXCEPTION_OK.
45729 * math/libm-test.inc ("Philosophy"): Update comment about
45730 exception testing.
45731 (OVERFLOW_EXCEPTION): Define.
45732 (OVERFLOW_EXCEPTION_OK): Likewise.
45733 (INVALID_EXCEPTION_OK): Renumber.
45734 (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
45735 (IGNORE_ZERO_INF_SIGN): Likewise.
45736 (test_exceptions): Handle FE_OVERFLOW.
45737 (exp10_test): Expect overflow exceptions.
45738 (exp2_test): Likewise.
45739 (expm1_test): Likewise.
45740 (nextafter_test): Likewise.
45741 (pow_test): Likewise.
45742 (scalbn_test): Likewise.
45743 (scalbln_test): Likewise.
45744
95443d88
L
457452012-03-19 H.J. Lu <hongjiu.lu@intel.com>
45746
45747 * sysdeps/x86_64/bits/atomic.h
45748 (__arch_c_compare_and_exchange_val_64_acq): Use atomic64_t on
45749 64bit integer.
45750 (atomic_exchange_acq): Likewise.
45751 (__arch_exchange_and_add_body): Likewise.
45752 (__arch_add_body): Likewise.
45753 (atomic_add_negative): Likewise.
45754 (atomic_add_zero): Likewise.
45755
490df6c4
L
457562012-03-19 H.J. Lu <hongjiu.lu@intel.com>
45757
c2722551 45758 * sysdeps/x86_64/fpu/bits/fenv.h: Don't include <bits/wordsize.h>.
490df6c4
L
45759 (fenv_t): Check __x86_64__ instead of __WORDSIZE.
45760
5e52b189
L
457612012-03-19 H.J. Lu <hongjiu.lu@intel.com>
45762
45763 * sysdeps/x86_64/bits/mathdef.h: Don't include <bits/wordsize.h>.
45764 Check __x86_64__ instead of __WORDSIZE.
45765
a9879d4c
L
457662012-03-19 H.J. Lu <hongjiu.lu@intel.com>
45767
45768 * sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed: Support x32.
45769
5df98260
DM
457702012-03-19 David S. Miller <davem@davemloft.net>
45771
e1497744
DM
45772 * sysdeps/sparc/fpu/libm-test-ulps: Update.
45773
5df98260
DM
45774 * sysdeps/sparc/fpu/fenv_private.h: New file.
45775 * sysdeps/sparc/fpu/math_private.h: Use it.
45776 (libc_feholdexcept, libc_feholdexceptf, libc_feholdexceptl):
45777 Remove.
57f41c40 45778 (libc_feholdexcept_setround, libc_feholdexcept_setroundf)
5df98260
DM
45779 (libc_feholdexcept_setroundl): Remove.
45780 (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl):
45781 Remove.
45782 (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Remove.
45783 (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvf): Remove.
45784
b4c35121
L
457852012-03-19 H.J. Lu <hongjiu.lu@intel.com>
45786
45787 * sysdeps/x86_64/fpu/math_private.h (EXTRACT_WORDS64): Use
45788 int64_t instead of long int.
45789 (INSERT_WORDS64): Likwise.
45790
56965fd7
L
457912012-03-19 H.J. Lu <hongjiu.lu@intel.com>
45792
45793 * sysdeps/x86_64/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast
45794 _Unwind_GetCFA return to _Unwind_Ptr first.
45795
83d1aec8
JM
457962012-03-19 Joseph Myers <joseph@codesourcery.com>
45797
1897ad44
JM
45798 [BZ #13629]
45799 * math/s_clog.c: Include <float.h>.
45800 (__clog): Scale large or subnormal inputs.
45801 * math/s_clogf.c: Likewise.
45802 * math/s_clogl.c: Likewise.
45803 * math/s_clog10.c: Include <float.h>.
45804 (M_LOG10_2): Define.
45805 (__clog10): Scale large or subnormal inputs.
45806 * math/s_clog10f.c: Likewise.
45807 * math/s_clog10l.c: Likewise.
45808 * math/libm-test.inc (clog_test): Add more tests.
45809 (clog10_test): Likewise.
45810 * sysdeps/i386/fpu/libm-test-ulps: Update.
45811 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45812
7726d6a9
JM
45813 [BZ #11451]
45814 * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Scale large
45815 x and y.
45816 * math/libm-test.inc (atan2_test): Add another test.
45817
83d1aec8
JM
45818 * Makerules (common-objdir-compile): Remove.
45819 * sysdeps/unix/Makefile (config-generated): Do not add
45820 $(unix-generated) to variable.
45821 [generic bits/local_lim.h] (mk-local_lim-CFLAGS): Remove variable.
45822 [generic bits/local_lim.h] ($(common-objpfx)bits/local_lim.h):
45823 Remove rule.
45824 [generic bits/local_lim.h] ($(common-objpfx)mk-local_lim):
45825 Likewise.
45826 [generic bits/local_lim.h] (before-compile): Do not append to
45827 variable.
45828 [generic bits/local_lim.h] (common-generated): Likewise.
45829 [generic sys/param.h] (before-compile): Do not append to variable.
45830 [generic sys/param.h] ($(common-objpfx)sys/param.h): Remove rule.
45831 [generic sys/param.h] ($(common-objpfx)param.h.c): Likewise.
45832 [generic sys/param.h] ($(common-objpfx)param.h.dep): Likewise.
45833 [generic sys/param.h] ($(common-objpfx)param.h.dep): Do not
45834 include.
45835 [generic sys/param.h] (sys/param.h-includes): Remove variable.
45836 [generic sys/param.h] (sys/param.h-includes): Remove rule.
45837 [generic sys/param.h] ($(addprefix
45838 $(common-objpfx),$(sys/param.h-includes))): Likewise.
45839 [generic sys/param.h] (common-generated): Do not append to
45840 variable.
45841 [generic sys/param.h] (sysdep_headers): Likewise.
45842 [generic bits/errno.h] (before-compile): Do not append to
45843 variable.
45844 [generic bits/errno.h] ($(common-objpfx)bits/errno.h): Remove
45845 rule.
45846 [generic bits/errno.h] ($(common-objpfx)make-errnos): Likewise.
45847 [generic bits/errno.h] ($(common-objpfx)make-errnos.c): Likewise.
45848 [generic bits/errno.h] ($(common-objpfx)errnos): Likewise.
45849 [generic bits/errno.h] (common-generated): Do not append to
45850 variable.
45851 [generic bits/ioctls.h] (before-compile): Do not append to
45852 variable.
45853 [generic bits/ioctls.h] ($(common-objpfx)bits/ioctls.h): Remove
45854 rule.
45855 [generic bits/ioctls.h] (ioctl-includes): Remove variable.
45856 [generic bits/ioctls.h] (make-ioctls-CFLAGS): Likewise.
45857 [generic bits/ioctls.h] ($(common-objpfx)make-ioctls): Remove
45858 rule.
45859 [generic bits/ioctls.h] ($(common-objpfx)make-ioctls.c): Likewise.
45860 [generic bits/ioctls.h] (bits_termios.h): Remove variable.
45861 [generic bits/ioctls.h] ($(common-objpfx)ioctls): Remove rule.
45862 [generic bits/ioctls.h] (common-generated): Do not append to
45863 variable.
45864 [generic sys/syscall.h] (syscall.h): Remove variable.
45865 [generic sys/syscall.h] ($(common-objpfx)sys/syscall.h): Remove
45866 rule.
45867 [generic sys/syscall.h] (before-compile): Do not append to
45868 variable.
45869 [generic sys/syscall.h] (common-generated): Likewise.
45870 * sysdeps/unix/errnos-tmpl.c: Remove file.
45871 * sysdeps/unix/errnos.awk: Likewise.
45872 * sysdeps/unix/ioctls-tmpl.c: Likewise.
45873 * sysdeps/unix/ioctls.awk: Likewise.
45874 * sysdeps/unix/mk-local_lim.c: Likewise.
45875 * sysdeps/unix/snarf-ioctls: Likewise.
45876
4851a949
RH
458772012-03-19 Richard Henderson <rth@twiddle.net>
45878
bd37f2ee
RH
45879 * sysdeps/i386/fpu/fenv_private.h: New file.
45880 * sysdeps/i386/fpu/math_private.h: Use it.
45881 (math_opt_barrier, math_force_eval): Remove.
45882 (libc_feholdexcept_setround_53bit): Remove.
45883 (libc_feupdateenv_53bit): Remove.
45884 * sysdeps/x86_64/fpu/math_private.h: Likewise.
45885 (math_opt_barrier, math_force_eval): Remove.
45886 (libc_feholdexcept): Remove.
45887 (libc_feholdexcept_setround): Remove.
45888 (libc_fetestexcept, libc_fesetenv): Remove.
45889 (libc_feupdateenv_test): Remove.
45890 (libc_feupdateenv, libc_feholdsetround): Remove.
45891 (libc_feresetround): Remove.
45892
d0adc922
RH
45893 * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Avoid the fldenv.
45894 * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Likewise.
45895
0fe0f1f8
RH
45896 * sysdeps/generic/math_private.h (default_libc_feupdateenv_test): New.
45897 (libc_feupdateenv_test, libc_feupdateenv_testf): New.
45898 (libc_feupdateenv_testl): New.
45899 * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv_test): New.
45900 (libc_feupdateenv_testf): New.
45901 (libc_feupdateenv): Use libc_feupdateenv_test.
45902 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use libc_feupdateenv_test.
45903 * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Likewise.
45904
eb92c487
RH
45905 * sysdeps/generic/math_private.h (libc_feholdsetround): New.
45906 (libc_feholdsetroundf, libc_feholdsetroundl): New.
45907 (libc_feresetround, libc_feresetroundf, libc_feresetroundl): New.
45908 (libc_feresetround_noex): New.
45909 (libc_feresetround_noexf): New.
45910 (libc_feresetround_noexl): New.
45911 (SET_RESTORE_ROUND, SET_RESTORE_ROUNDF, SET_RESTORE_ROUNDL): New.
45912 (SET_RESTORE_ROUND_NOEX, SET_RESTORE_ROUND_NOEXF): New.
45913 (SET_RESTORE_ROUND_NOEXL, SET_RESTORE_ROUND_53BIT): New.
45914 * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use
45915 SET_RESTORE_ROUND.
45916 * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
45917 * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use SET_RESTORE_ROUND_53BIT.
45918 (__cos): Likewise.
45919 * sysdeps/ieee754/dbl-64/s_tan.c (__tan): Likewise.
45920 * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Use
45921 SET_RESTORE_ROUND_NOEX.
45922 * sysdeps/ieee754/dbl-64/e_exp2f.c (__ieee754_exp2f): Use
45923 SET_RESTORE_ROUND_NOEXF.
45924 * sysdeps/ieee754/flt-32/e_expf.c (__ieee754_expf): Likewise.
45925 * sysdeps/x86_64/fpu/math_private.h (libc_feholdsetround): New.
45926 (libc_feholdsetroundf): New.
45927 (libc_feresetround, libc_feresetroundf): New.
45928
7d2e8012
RH
45929 * sysdeps/i386/fpu/math_private.h: Include <fenv.h>, <fpu_control.h>.
45930 (libc_feholdexcept_setround_53bit): Convert from macro to function.
45931 (libc_feupdateenv_53bit): Likewise. Don't force _FPU_EXTENDED.
45932
b4dabbb4
RH
45933 * sysdeps/generic/math_private.h: Include <fenv.h>.
45934 (default_libc_feholdexcept): New.
45935 (default_libc_feholdexcept_setround): New.
45936 (default_libc_fesetenv, default_libc_feupdateenv): New.
45937 (libc_feholdexcept): Only define if undefined.
45938 (libc_feholdexceptf, libc_feholdexceptl): Likewise.
45939 (libc_feholdexcept_setround, libc_feholdexcept_setroundf): Likewise.
45940 (libc_feholdexcept_setroundl): Likewise.
45941 (libc_feholdexcept_setround_53bit): Likewise.
45942 (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl): Likewise.
45943 (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Likewise.
45944 (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvl): Likewise.
45945 (libc_feupdateenv_53bit): Likewise.
45946 * sysdeps/x86_64/fpu/math_private.h: Include <fenv.h>.
45947 (libc_feholdexcept): Convert from macro to inline function.
45948 (libc_feholdexcept_setround, libc_fetestexcept): Likewise.
45949 (libc_fesetenv, libc_feupdateenv): Likewise.
45950
4851a949
RH
45951 * sysdeps/generic/math_private.h (GET_HIGH_WORD): Define only if
45952 not previously defined.
45953 (GET_LOW_WORD, EXTRACT_WORDS64, INSERT_WORDS): Likewise.
45954 (INSERT_WORDS64, SET_HIGH_WORD, SET_LOW_WORD): Likewise.
45955 (GET_FLOAT_WORD, SET_FLOAT_WORD): Likewise.
45956 * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: New file.
45957 * sysdeps/ieee754/flt-32/math_private.h: New file.
45958 * sysdeps/x86_64/fpu/math_private.h: Move the include_next of
45959 math_private.h below SET_FLOAT_WORD.
45960 (__isnan, __isinf_ns, __finite): Remove.
45961 (__isnanf, __isinf_nsf, __finitef): Remove.
45962
e79d442e
AS
459632012-03-18 Andreas Schwab <schwab@linux-m68k.org>
45964
45965 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
45966
90b80344
DM
459672012-03-17 David S. Miller <davem@davemloft.net>
45968
45969 [BZ #6471]
45970 * sysdeps/unix/sysv/linux/sparc/Versions: Add __getshmlba entry
45971 for 2.16.
45972
edc21804
DM
459732012-03-16 David S. Miller <davem@davemloft.net>
45974
77e927af
DM
45975 * sysdeps/unix/sysv/linux/shmat.c (shmat): Use -1l to avoid
45976 warnings.
45977
374976dd
DM
45978 [BZ #6471]
45979 * sysdeps/unix/sysv/linux/shmat.c (shmat): Test for syscall errors
45980 properly.
45981 * sysdeps/unix/sysv/linux/sparc/getshmlba.c: New file.
45982 * sysdeps/unix/sysv/linux/sparc/Makefile: Add getshmlba to
45983 sysdep_routines when subdir is sysvipc.
45984 * sysdeps/unix/sysv/linux/sparc/bits/shm.h (SHMLBA): Use new
45985 __getshmlba helper.
45986
edc21804
DM
45987 * sysdeps/sparc/fpu/libm-test/ulps: Update.
45988
473c3ef3
L
459892012-03-16 H.J. Lu <hongjiu.lu@intel.com>
45990
45991 * sysdeps/x86_64/ffsll.c (ffsl): Define alias only under
45992 [__LP64__].
45993
eb0f39b6
L
459942012-03-16 H.J. Lu <hongjiu.lu@intel.com>
45995
45996 * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Moved to ...
45997 * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c: This.
45998 (__lround): Renamed to ...
45999 (__llround): This. Replace long int with long long int.
46000 Define lround functions as aliases of llround functions.
46001 * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Empty file.
46002
6b6cd74b
L
460032012-03-16 H.J. Lu <hongjiu.lu@intel.com>
46004
46005 * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
46006 Use greg_t on sp. Use unsigned int on idx_uc_link. Cast
46007 adresses to uintptr_t. Replace "long int" and "unsigned long
46008 int" with "greg_t" on va_arg.
46009
f1a77b01
L
460102012-03-16 H.J. Lu <hongjiu.lu@intel.com>
46011
46012 * sysdeps/generic/ldconfig.h (FLAG_X8664_LIBX32): New macro.
46013 * elf/cache.c (print_entry): Handle FLAG_X8664_LIBX32.
46014
46015 * sysdeps/unix/sysv/linux/i386/readelflib.c (process_elf_file):
46016 Move e_machine check before EI_CLASS check. Handle x32
46017 libraries. Check EM_IA_64 only if SKIP_EM_IA_64 isn't defined.
46018 * sysdeps/unix/sysv/linux/x86_64/readelflib.c: Just define
46019 SKIP_EM_IA_64 and include
46020 <sysdeps/unix/sysv/linux/i386/readelflib.c>.
46021
46022 * sysdeps/unix/sysv/linux/x86_64/dl-cache.h:
46023 Don't include <sysdeps/unix/sysv/linux/sparc/dl-cache.h>.
46024 (add_system_dir): New macro.
46025
46026 * sysdeps/unix/sysv/linux/x86_64/ldconfig.h
46027 (SYSDEP_KNOWN_INTERPRETER_NAMES): Add /libx32/ld-linux-x32.so.2.
46028
11b90b9f
JM
460292012-03-16 Joseph Myers <joseph@codesourcery.com>
46030
c36e1d23
JM
46031 [BZ #2551]
46032 [BZ #2552]
46033 [BZ #2553]
46034 [BZ #2554]
46035 [BZ #2562]
46036 [BZ #2563]
46037 [BZ #2565]
46038 [BZ #2566]
46039 [BZ #2576]
46040 * math/w_j0.c (j0): Don't produce TLOSS errors for POSIX libm.
46041 (y0): Likewise.
46042 * math/w_j0f.c (j0f): Likewise.
46043 (y0f): Likewise.
46044 * math/w_j0l.c (__j0l): Likewise.
46045 (__y0l): Likewise.
46046 * math/w_j1.c (j1): Likewise.
46047 (y1): Likewise.
46048 * math/w_j1f.c (j1f): Likewise.
46049 (y1f): Likewise.
46050 * math/w_j1l.c (__j1l): Likewise.
46051 (__y1l): Likewise.
46052 * math/w_jn.c (jn): Likewise.
46053 (yn): Likewise.
46054 * math/w_jnf.c (jnf): Likewise.
46055 (ynf): Likewise.
46056 * math/w_jnl.c (__jnl): Likewise.
46057 (__ynl): Likewise.
46058 * math/libm-test.inc (j0_test): Add more tests.
46059 (j1_test): Likewise.
46060 (jn_test): Likewise. Add trailing semicolon to existing test.
46061 (y0_test): Likewise.
46062 (y1_test): Likewise.
46063 * sysdeps/i386/fpu/libm-test-ulps: Update.
46064 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46065
11b90b9f
JM
46066 [BZ #13851]
46067 [BZ #13854]
46068 * sysdeps/ieee754/dbl-64/s_tan.c (tan): Use
46069 libc_feholdexcept_setround_53bit and libc_feupdateenv_53bit.
46070 * sysdeps/ieee754/ldbl-96/k_tanl.c: New file.
46071 * sysdeps/ieee754/ldbl-96/s_tanl.c: Include <errno.h>.
46072 (__tanl): Set errno for infinite argument.
46073 * sysdeps/i386/fpu/mptan.c: Remove.
46074 * sysdeps/i386/fpu/s_tan.S: Likewise.
46075 * sysdeps/i386/fpu/s_tanl.S: Likewise.
46076 * sysdeps/x86_64/fpu/k_tanl.c: Likewise.
46077 * sysdeps/x86_64/fpu/s_tanl.S: Likewise.
46078 * math/libm-test.inc (tan_test): Add more tests and enable more
46079 tests for double and long double.
46080 * sysdeps/i386/fpu/libm-test-ulps: Update.
46081 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46082
6a1bd2a1
JK
460832012-03-16 Jan Kratochvil <jan.kratochvil@redhat.com>
46084
46085 * sysdeps/x86_64/elf/start.S: Include <sysdep.h>.
46086 (_start): Add cfi_startproc, cfi_undefined for rip and cfi_endproc.
46087
10a803e0
RM
460882012-03-16 Roland McGrath <roland@hack.frob.com>
46089
46090 * aclocal.m4 (LIBC_PRECONFIGURE): New macro.
46091 * configure.in: Use it for both main tree and add-ons.
46092 * configure: Regenerated.
46093
f196c7f7
L
460942012-03-16 H.J. Lu <hongjiu.lu@intel.com>
46095
46096 * time/offtime.c (__offtime): Use time_t on days, rem, y and yg.
46097
8848d99d
JM
460982012-03-16 Joseph Myers <joseph@codesourcery.com>
46099
96cbe7f4
JM
46100 * sysdeps/ieee754/ldbl-96/t_sincosl.c: Include generator program
46101 in comment.
46102
8848d99d
JM
46103 [BZ #13851]
46104 * sysdeps/ieee754/ldbl-96/e_rem_pio2l.c: New file.
46105 * sysdeps/ieee754/ldbl-96/k_cosl.c: Likewise.
46106 * sysdeps/ieee754/ldbl-96/k_sinl.c: Likewise.
46107 * sysdeps/ieee754/ldbl-96/t_sincosl.c: Likewise.
46108 * sysdeps/ieee754/ldbl-96/s_cosl.c (__cosl): Correct test for
46109 infinite argument.
46110 * sysdeps/ieee754/ldbl-96/s_sinl.c (__sinl): Likewise.
46111 * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Handle __FLT_EVAL_METHOD__
46112 != 0 for prec == 2.
46113 * sysdeps/i386/fpu/e_rem_pio2l.c: Remove.
46114 * sysdeps/i386/fpu/k_rem_pio2.c: Likewise.
46115 * sysdeps/i386/fpu/s_cosl.S: Likewise.
46116 * sysdeps/i386/fpu/s_sincosl.S: Likewise.
46117 * sysdeps/i386/fpu/s_sinl.S: Likewise.
46118 * sysdeps/x86_64/fpu/e_rem_pio2l.c: Likewise.
46119 * sysdeps/x86_64/fpu/k_cosl.c: Likewise.
46120 * sysdeps/x86_64/fpu/k_sinl.c: Likewise.
46121 * sysdeps/x86_64/fpu/s_cosl.S: Likewise.
46122 * sysdeps/x86_64/fpu/s_sincosl.S: Likewise.
46123 * sysdeps/x86_64/fpu/s_sinl.S: Likewise.
46124 * math/libm-test.inc (cos_test): Add more tests and enable more
46125 tests for long double.
46126 (sin_test): Likewise.
46127 (sincos_test): Likewise.
46128 * sysdeps/i386/fpu/libm-test-ulps: Update.
46129 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46130
dd7f4703
DM
461312012-03-16 David S. Miller <davem@davemloft.net>
46132
46133 * sysdeps/sparc/fpu/math_private.h: New file.
46134
006f1daa
DM
461352012-03-15 David S. Miller <davem@davemloft.net>
46136
c0c83bc8
DM
46137 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma-vis3.S: New
46138 file.
e6a62e18 46139 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma.c: New file.
c0c83bc8
DM
46140 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf-vis3.S: New
46141 file.
e6a62e18
DM
46142 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf.c: New file.
46143 * sysdeps/sparc/sparc64/fpu/multiarch/s_fma-vis3.S: New file.
46144 * sysdeps/sparc/sparc64/fpu/multiarch/s_fma.c: New file.
46145 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf-vis3.S: New file.
46146 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf.c: New file.
46147 * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add fma/fmaf
46148 sysdep routines.
46149 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
46150
88cb87d9
DM
46151 * sysdeps/sparc/sparc32/fpu/s_fma.c: New file.
46152 * sysdeps/sparc/sparc64/fpu/s_fma.c: New file.
46153
006f1daa 46154 * sysdeps/sparc/sparc-ifunc.h: New file.
c0c83bc8
DM
46155 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Use
46156 sparc-ifunc.h
006f1daa 46157 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
c0c83bc8
DM
46158 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S:
46159 Likewise.
46160 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S:
46161 Likewise.
006f1daa
DM
46162 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: Likewise.
46163 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: Likewise.
46164 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
c0c83bc8
DM
46165 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
46166 Likewise.
006f1daa
DM
46167 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
46168 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: Likewise.
46169 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
46170 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: Likewise.
c0c83bc8
DM
46171 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S:
46172 Likewise.
46173 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S:
46174 Likewise.
006f1daa
DM
46175 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
46176 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: Likewise.
46177 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: Likewise.
46178 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: Likewise.
46179 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
46180 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
46181 * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: Likewise.
46182 * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: Likewise.
46183 * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
46184 * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
46185 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: Likewise.
46186 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: Likewise.
46187 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: Likewise.
46188 * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: Likewise.
46189 * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: Likewise.
46190 * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: Likewise.
46191 * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: Likewise.
46192 * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: Likewise.
46193 * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: Likewise.
46194 * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: Likewise.
46195 * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: Likewise.
46196 * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: Likewise.
46197 * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: Likewise.
46198 * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: Likewise.
46199
11e0098e
AS
462002012-03-15 Andreas Schwab <schwab@linux-m68k.org>
46201
46202 * sysdeps/powerpc/fpu/e_hypotf.c: Use double precision instead of
46203 scaling.
46204 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
46205
e85b09d0
AJ
462062012-03-15 Andreas Jaeger <aj@suse.de>
46207
46208 [BZ #13852]
46209 * sysdeps/i386/fpu/e_rem_pio2f.c: Delete so that i386 uses the
46210 ieee754/flt-32 implementation for sin, cos and sincos.
46211 * sysdeps/i386/fpu/k_rem_pio2f.c: Likewise.
46212 * sysdeps/i386/fpu/s_cosf.S: Likewise.
46213 * sysdeps/i386/fpu/s_sincosf.S: Likewise.
46214 * sysdeps/i386/fpu/s_sinf.S: Likewise.
46215 * sysdeps/i386/fpu/s_tanf.S: Delete so that i386 uses the
46216 ieee754/flt-32 implementation for tan.
46217
46218 * math/libm-test.inc (cos_test): Enable some large input tests for
46219 float as well
46220 (sin_test): Likewise.
46221 (sincos_test): Likewise.
46222 (tan_test): Add tests for large input.
46223
46224 * sysdeps/i386/fpu/libm-test-ulps: Update.
46225
81c64153
AJ
462262012-03-15 Andreas Jaeger <aj@suse.de>
46227
46228 [BZ #13658]
46229 * math/libm-test.inc (cos_test): Add more test cases.
46230 (sin_test): Likewise.
46231 (sincos_test): Likewise.
46232
7bbfa5c6
AJ
462332012-03-15 Andreas Jaeger <aj@suse.de>
46234
46235 [BZ #13837]
46236 * math/libm-test.inc (cos_test): Add a test case for large input
46237 value.
46238 (sin_test): Likewise.
46239 (sincos_test): Likewise.
46240
57f41c40
AS
462412012-03-15 Andreas Jaeger <aj@suse.de>
46242 Joseph Myers <joseph@codesourcery.com>
7bbfa5c6
AJ
46243
46244 [BZ #13658]
0671f479 46245 * sysdeps/x86_64/fpu/s_sincos.S: Delete files so that
7bbfa5c6
AJ
46246 x86-64 and i386 use the iee754/dbl-64 sin and cos implementation.
46247 * sysdeps/i386/fpu/branred.c: Likewise.
46248 * sysdeps/i386/fpu/dosincos.c: Likewise.
46249 * sysdeps/i386/fpu/mpa.c: Likewise.
46250 * sysdeps/i386/fpu/s_cos.S: Likewise.
46251 * sysdeps/i386/fpu/s_sin.S: Likewise.
46252 * sysdeps/i386/fpu/s_sincos.S: Likewise.
46253 * sysdeps/i386/fpu/sincos32.c: Likewise.
46254
46255 * sysdeps/generic/math_private.h (libc_feholdexcept_setround_53bit):
46256 Define.
46257 (libc_feupdateenv_53bit): Define.
46258 * sysdeps/i386/fpu/math_private.h (libc_feholdexcept_setround_53bit):
46259 Define.
46260 (libc_feupdateenv_53bit): Define.
46261
46262 * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Do double arithmetic in
46263 53 bit (without extend i386 double precision).
46264
46265 * math/libm-test.inc (sincos_test): Add tests for large input.
46266 (sin): Likewise.
46267 (cos): Likewise.
46268
46269 * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
46270
9cad04ea
AS
462712012-03-15 Andreas Schwab <schwab@linux-m68k.org>
46272
46273 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
46274
f7062b9a
DM
462752012-03-15 David S. Miller <davem@davemloft.net>
46276
46277 * sysdeps/sparc/sparc64/fpu/s_fmax.S: New file.
46278 * sysdeps/sparc/sparc64/fpu/s_fmaxf.S: New file.
46279 * sysdeps/sparc/sparc64/fpu/s_fmin.S: New file.
46280 * sysdeps/sparc/sparc64/fpu/s_fminf.S: New file.
46281 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: New file.
46282 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmaxf.S: New file.
46283 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: New file.
46284 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fminf.S: New file.
46285 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: New file.
46286 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf-vis3.S: New file.
46287 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: New file.
46288 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin-vis3.S: New file.
46289 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: New file.
46290 * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf-vis3.S: New file.
46291 * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: New file.
c0c83bc8
DM
46292 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax-vis3.S: New
46293 file.
f7062b9a 46294 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: New file.
c0c83bc8
DM
46295 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf-vis3.S: New
46296 file.
f7062b9a 46297 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: New file.
c0c83bc8
DM
46298 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin-vis3.S: New
46299 file.
f7062b9a 46300 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: New file.
c0c83bc8
DM
46301 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf-vis3.S: New
46302 file.
f7062b9a
DM
46303 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: New file.
46304 * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new vis3
46305 fmin/fmax sysdep routines.
46306 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
46307
7bd951ff
DM
463082012-03-14 David S. Miller <davem@davemloft.net>
46309
559398ab
DM
46310 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: New file.
46311 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: New file.
46312 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: New file.
46313 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: New file.
46314 * sysdeps/sparc/sparc64/fpu/multiarch/s_finite-vis3.S: New file.
46315 * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: New file.
46316 * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef-vis3.S: New file.
46317 * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: New file.
46318 * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: New file.
46319 * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: New file.
46320 * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: New file.
46321 * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: New file.
46322 * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf-vis3.S: New file.
46323 * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: New file.
46324 * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff-vis3.S: New file.
46325 * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: New file.
46326 * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan-vis3.S: New file.
46327 * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: New file.
46328 * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf-vis3.S: New file.
46329 * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: New file.
46330 * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint-vis3.S: New file.
46331 * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: New file.
46332 * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf-vis3.S: New file.
46333 * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: New file.
46334 * sysdeps/sparc/sparc64/fpu/multiarch/s_rint-vis3.S: New file.
46335 * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: New file.
46336 * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf-vis3.S: New file.
46337 * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: New file.
c0c83bc8
DM
46338 * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new VIS3
46339 routines.
46340 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: New
46341 file.
559398ab 46342 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: New file.
c0c83bc8
DM
46343 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S: New
46344 file.
559398ab 46345 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: New file.
c0c83bc8
DM
46346 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs-vis3.S: New
46347 file.
559398ab 46348 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: New file.
c0c83bc8
DM
46349 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf-vis3.S: New
46350 file.
559398ab 46351 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: New file.
c0c83bc8
DM
46352 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: New
46353 file.
559398ab 46354 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: New file.
c0c83bc8
DM
46355 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S: New
46356 file.
46357 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S: New
46358 file.
46359 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint-vis3.S: New
46360 file.
46361 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: New
46362 file.
46363 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf-vis3.S:
46364 New file.
46365 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S: New
46366 file.
46367 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint-vis3.S: New
46368 file.
559398ab 46369 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: New file.
c0c83bc8
DM
46370 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf-vis3.S: New
46371 file.
559398ab 46372 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: New file.
c0c83bc8
DM
46373 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt-vis3.S: New
46374 file.
559398ab 46375 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: New file.
c0c83bc8
DM
46376 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf-vis3.S: New
46377 file.
559398ab 46378 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: New file.
c0c83bc8
DM
46379 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new
46380 VIS3 routines.
559398ab
DM
46381
46382 * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
46383 New file.
46384
5a1c1e32
DM
46385 * sysdeps/sparc/fpu/libm-test-ulps: Update.
46386
eae47a36
DM
46387 * sysdeps/sparc/configure.in: New file.
46388 * sysdeps/sparc/configure: Generate.
46389 * configure.in (libc_cv_sparc_as_vis3): Substitute.
46390 * configure: Regenerate.
46391 * config.h.in (HAVE_AS_VIS3_SUPPORT): New.
46392 * config.make.in (have-as-vis3): New.
46393 * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-*): If VIS3 is
46394 available use -Av9d instead of -Av9a.
46395 * sysdeps/sparc/sparc64/Makefile: Likewise.
46396 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: New file.
c0c83bc8
DM
46397 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign-vis3.S:
46398 New file.
46399 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S: New
46400 file.
46401 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf-vis3.S:
46402 New file.
46403 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S: New
46404 file.
eae47a36
DM
46405 * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: New file.
46406 * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit-vis3.S: New file.
46407 * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: New file.
46408 * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf-vis3.S: New file.
46409 * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: New file.
46410
c0c83bc8
DM
46411 * sysdeps/sparc/sparc64/fpu/s_copysign.S (__copysign): Use
46412 fzeros/fnegs to load 0x80000000 into a float register instead of
46413 using the stack.
7bd951ff
DM
46414 * sysdeps/sparc/sparc64/fpu/s_copysignf.S (__copysignf): Likewise.
46415
bd951ccb
JM
464162012-03-14 Joseph Myers <joseph@codesourcery.com>
46417
46418 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
46419 bits/syscall.h.
46420 ($(objpfx)syscall-%.h): Rename rule to $(objpfx)bits/syscall%h.
46421 ($(objpfx)syscall-%.d): Rename rule to $(objpfx)bits/syscall%d.
46422 ($(inst_includedir)/bits/syscall.h): Remove rule.
46423 ($(objpfx)bits/syscall.d): Include instead of
46424 $(objpfx)syscall-list.d.
46425 (generated): Change syscall-list.h and syscall-list.d to
46426 bits/syscall.h and bits/syscall.d.
46427
bb4e6db2
RM
464282012-03-14 Roland McGrath <roland@hack.frob.com>
46429
46430 [BZ #13846]
46431 * manual/llio.texi (Memory-mapped I/O): Fix wrong function name.
46432
aa4a2ae1
JM
464332012-03-14 Joseph Myers <joseph@codesourcery.com>
46434
e456826d
JM
46435 [BZ #13841]
46436 * math/s_csqrt.c: Include <float.h>.
46437 (__csqrt): Scale large or subnormal inputs.
46438 * math/s_csqrtf.c: Likewise.
46439 * math/s_csqrtl.c: Likewise.
46440 * math/libm-test.inc (csqrt_test): Add more tests.
46441 * sysdeps/i386/fpu/libm-test-ulps: Update.
46442 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46443
aa4a2ae1
JM
46444 [BZ #13840]
46445 * math/libm-test.inc (hypot_test): Add more tests.
46446
7c10fd35
DM
464472012-03-13 David S. Miller <davem@davemloft.net>
46448
46449 [BZ #13840]
46450 * sysdeps/ieee754/flt-32/e_hypotf.c (__ieee754_hypotf): Rewrite to use
46451 double-precision for the calculation instead of scaling.
46452
f453b98b
JM
464532012-03-13 Joseph Myers <joseph@codesourcery.com>
46454
46455 * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Do not
46456 manipulate bits before adding and subtracting TWO52[sx].
46457 * sysdeps/ieee754/dbl-64/s_rint.c (__rint): Likewise.
46458 * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c (__nearbyint):
46459 Likewise.
46460 * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c (__rint): Likewise.
46461
09a3453f
DM
464622012-03-13 David S. Miller <davem@davemloft.net>
46463
8e59da90
DM
46464 * sysdeps/sparc/Makefile: Remove rtld-global-offsets.sym handling.
46465 * sysdeps/sparc/elf/rtld-global-offsets.sym: Delete.
46466 * sysdeps/sparc/sparc64/multiarch/memcpy.S: Don't include
46467 rtld-global-offsets.h
46468 * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
46469
2a8ab7f2
DM
46470 * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Use expl for
46471 large parameters.
46472
10f62770
DM
46473 * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c: New file.
46474
5f0bdb18
DM
46475 * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Declare syscall
46476 'err' in the ifdef scope in which it is actually used.
46477
09a3453f
DM
46478 * nss/nss_db/db-init.c: Include string.h
46479
b4b2eb5e
DM
464802012-03-12 David S. Miller <davem@davemloft.net>
46481
98bb2f1c
DM
46482 * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
46483 masking out of the most significant byte of random value used.
46484 * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
46485 Fix coding style in previous change.
46486
b4b2eb5e
DM
46487 * sysdeps/unix/sysv/linux/kernel-features.h
46488 (__ASSUME_CLONE_THREAD_FLAGS): Set on sparc when 2.5.64 and later.
46489 (__ASSUME_TGKILL): Set on sparc when 2.6.1 and later, simplify
46490 expression.
46491 (__ASSUME_FADVISE64_64_SYSCALL): Set on sparc when 2.6.1 and
46492 later.
46493
6e226b09
DM
464942012-03-11 David S. Miller <davem@davemloft.net>
46495
a1bcbd40
DM
46496 * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
46497 (__makecontext): Fix signedness of pointer casts setting up 'sp'.
46498 * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL) Use 'long'
46499 for 'resultvar' otherwise things get truncated on 64-bit.
46500
cb9d6174
DM
46501 * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
46502 Fix masking out of the most significant byte of random value used.
46503
6e226b09
DM
46504 * sysdeps/sparc/fpu/libm-test-ulps: Update.
46505
058c132d
AS
465062012-03-10 Andreas Schwab <schwab@linux-m68k.org>
46507
46508 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
46509
2d2cd515
DM
465102012-03-09 David S. Miller <davem@davemloft.net>
46511
46512 * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Protect local
46513 variables with appropriate CPP guards.
57f41c40
AS
46514 * sysdeps/sparc/sparc32/dl-trampoline.S: Propagate the stack_ptr
46515 from the frame pointer, not the stack pointer. Correct layout
46516 comments. Fix test on resulting framesize and the management of
46517 the outregs buffer for pltexit. Preserve floating point return
46518 values across _dl_call_pltexit call.
2d2cd515
DM
46519 * sysdeps/sparc/sparc64/dl-trampoline.S: Fix test on resulting
46520 framesize and the management of the outregs buffer for pltexit.
46521 Preserve floating point return values across _dl_call_pltexit
46522 call.
57f41c40
AS
46523 * elf/sotruss-lib.c (la_sparc32_gnu_pltenter)
46524 (la_sparc64_gnu_pltenter, la_sparc32_gnu_pltexit)
46525 (la_sparc64_gnu_pltexit): New functions.
2d2cd515
DM
46526 (print_exit): Fix format string for return register value.
46527
9a07f9d0
JM
465282012-03-10 Joseph Myers <joseph@codesourcery.com>
46529
46530 * sunrpc/Makefile (others): Add rpcgen.
46531 ($(objpfx)rpcgen): Remove special build rule and dependency on
46532 libc.
46533 * sunrpc/rpcgen.c: New file.
46534
547b5e30
PE
465352012-03-09 Paul Eggert <eggert@cs.ucla.edu>
46536
c524201a
PE
46537 [BZ #13673]
46538 * posix/bug-regex33.c: Replace FSF snail mail address with URL.
46539 * stdio-common/bug-vfprintf-nargs.c: Likewise.
46540 * sysdeps/i386/crti.S: Likewise.
46541 * sysdeps/i386/crtn.S: Likewise.
46542 * sysdeps/powerpc/powerpc32/crti.S: Likewise.
46543 * sysdeps/powerpc/powerpc32/crtn.S: Likewise.
46544 * sysdeps/powerpc/powerpc64/crti.S: Likewise.
46545 * sysdeps/powerpc/powerpc64/crtn.S: Likewise.
46546 * sysdeps/sh/crti.S: Likewise.
46547 * sysdeps/sh/crtn.S: Likewise.
46548 * sysdeps/x86_64/fpu/e_expf.S: Likewise.
46549
7b6235f2
PE
46550 [BZ #13673]
46551 * locale/programs/charmap-kw.gperf: Replace FSF snail mail address
46552 with URL.
46553 * locale/programs/locfile-kw.gperf: Likewise.
46554 * locale/programs/charmap-kw.h: Regenerated.
46555 * locale/programs/locfile-kw.h: Likewise.
46556
547b5e30
PE
46557 [BZ #13673]
46558 * intl/plural.y: Replace FSF snail mail address with URL.
46559 * intl/plural.c: Regenerated.
46560
5f0a5dae
RH
465612012-03-09 Richard Henderson <rth@twiddle.net>
46562
46563 * include/math_private.h: Remove file.
46564 * math/math_private.h: Move file ...
46565 * sysdeps/generic/math_private.h: ... here.
46566
b8c03620
RH
46567 * sysdeps/i386/fpu/math_private.h: Use include_next for math_private.h.
46568 * sysdeps/powerpc/fpu/math_private.h: Likewise.
46569 * sysdeps/x86_64/fpu/math_private.h: Likewise.
46570
4e234f5d 46571 * sysdeps/i386/fpu/s_fpclassifyl.c: Use <> to include both <math.h>
33154d7b
RH
46572 and <math_private.h>.
46573 * sysdeps/i386/fpu/s_isinfl.c: Likewise.
46574 * sysdeps/i386/fpu/s_isnanl.c: Likewise.
46575 * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
46576 * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
46577 * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
46578 * sysdeps/ieee754/dbl-64/branred.c: Likewise.
46579 * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
46580 * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
46581 * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
46582 * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
46583 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
46584 * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
46585 * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
46586 * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
46587 * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
46588 * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
46589 * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
46590 * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
46591 * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
46592 * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
46593 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
46594 * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
46595 * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
46596 * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
46597 * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
46598 * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
46599 * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
46600 * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
46601 * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
46602 * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
46603 * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
46604 * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
46605 * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
46606 * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
46607 * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
46608 * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
46609 * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
46610 * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
46611 * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
46612 * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
46613 * sysdeps/ieee754/dbl-64/s_fpclassify.c: Likewise.
46614 * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
46615 * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
46616 * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
46617 * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
46618 * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
46619 * sysdeps/ieee754/dbl-64/s_llrint.c: Likewise.
46620 * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
46621 * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
46622 * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
46623 * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
46624 * sysdeps/ieee754/dbl-64/s_lround.c: Likewise.
46625 * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
46626 * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
46627 * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
46628 * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
46629 * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
46630 * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
46631 * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
46632 * sysdeps/ieee754/dbl-64/s_signbit.c: Likewise.
46633 * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
46634 * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
46635 * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
46636 * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
46637 * sysdeps/ieee754/dbl-64/s_trunc.c: Likewise.
46638 * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
46639 * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
46640 * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
46641 * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: Likewise.
46642 * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: Likewise.
46643 * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
46644 * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
46645 * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
46646 * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
46647 * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: Likewise.
46648 * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf.c: Likewise.
46649 * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: Likewise.
46650 * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
46651 * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: Likewise.
46652 * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Likewise.
46653 * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
46654 * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Likewise.
46655 * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
46656 * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
46657 * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
46658 * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
46659 * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: Likewise.
46660 * sysdeps/ieee754/dbl-64/wordsize-64/s_trunc.c: Likewise.
46661 * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
46662 * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
46663 * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
46664 * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
46665 * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
46666 * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
46667 * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
46668 * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
46669 * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
46670 * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
46671 * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
46672 * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
46673 * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
46674 * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
46675 * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
46676 * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
46677 * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
46678 * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
46679 * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
46680 * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
46681 * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
46682 * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
46683 * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
46684 * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
46685 * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
46686 * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
46687 * sysdeps/ieee754/flt-32/s_cbrtf.c: Likewise.
46688 * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
46689 * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
46690 * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
46691 * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
46692 * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
46693 * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
46694 * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
46695 * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
46696 * sysdeps/ieee754/flt-32/s_fpclassifyf.c: Likewise.
46697 * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
46698 * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
46699 * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
46700 * sysdeps/ieee754/flt-32/s_isinff.c: Likewise.
46701 * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
46702 * sysdeps/ieee754/flt-32/s_llrintf.c: Likewise.
46703 * sysdeps/ieee754/flt-32/s_llroundf.c: Likewise.
46704 * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
46705 * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
46706 * sysdeps/ieee754/flt-32/s_lrintf.c: Likewise.
46707 * sysdeps/ieee754/flt-32/s_lroundf.c: Likewise.
46708 * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
46709 * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
46710 * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
46711 * sysdeps/ieee754/flt-32/s_remquof.c: Likewise.
46712 * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
46713 * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
46714 * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
46715 * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
46716 * sysdeps/ieee754/flt-32/s_signbitf.c: Likewise.
46717 * sysdeps/ieee754/flt-32/s_sincosf.c: Likewise.
46718 * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
46719 * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
46720 * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
46721 * sysdeps/ieee754/flt-32/s_truncf.c: Likewise.
46722 * sysdeps/ieee754/k_standard.c: Likewise.
46723 * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
46724 * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
46725 * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
46726 * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
46727 * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
46728 * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
46729 * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
46730 * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
46731 * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
46732 * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
46733 * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
46734 * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
46735 * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
46736 * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
46737 * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
46738 * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
46739 * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
46740 * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
46741 * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
46742 * sysdeps/ieee754/ldbl-128/k_cosl.c: Likewise.
46743 * sysdeps/ieee754/ldbl-128/k_sincosl.c: Likewise.
46744 * sysdeps/ieee754/ldbl-128/k_sinl.c: Likewise.
46745 * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
46746 * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
46747 * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
46748 * sysdeps/ieee754/ldbl-128/s_cbrtl.c: Likewise.
46749 * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
46750 * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
46751 * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
46752 * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
46753 * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
46754 * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
46755 * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
46756 * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
46757 * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
46758 * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
46759 * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
46760 * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: Likewise.
46761 * sysdeps/ieee754/ldbl-128/s_isinfl.c: Likewise.
46762 * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
46763 * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
46764 * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
46765 * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
46766 * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
46767 * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
46768 * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
46769 * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
46770 * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
46771 * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
46772 * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
46773 * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
46774 * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
46775 * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
46776 * sysdeps/ieee754/ldbl-128/s_roundl.c: Likewise.
46777 * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
46778 * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
46779 * sysdeps/ieee754/ldbl-128/s_signbitl.c: Likewise.
46780 * sysdeps/ieee754/ldbl-128/s_sincosl.c: Likewise.
46781 * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
46782 * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
46783 * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
46784 * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
46785 * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
46786 * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
46787 * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
46788 * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
46789 * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
46790 * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
46791 * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
46792 * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
46793 * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
46794 * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
46795 * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
46796 * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
46797 * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
46798 * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
46799 * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Likewise.
46800 * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
46801 * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
46802 * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
46803 * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
46804 * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
46805 * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
46806 * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
46807 * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Likewise.
46808 * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
46809 * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
46810 * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Likewise.
46811 * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
46812 * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
46813 * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c: Likewise.
46814 * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
46815 * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
46816 * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
46817 * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
46818 * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
46819 * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: Likewise.
46820 * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
46821 * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
46822 * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c: Likewise.
46823 * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
46824 * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
46825 * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
46826 * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
46827 * sysdeps/ieee754/ldbl-128ibm/s_remquol.c: Likewise.
46828 * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
46829 * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
46830 * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
46831 * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c: Likewise.
46832 * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
46833 * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
46834 * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
46835 * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
46836 * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
46837 * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
46838 * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
46839 * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
46840 * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
46841 * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
46842 * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
46843 * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
46844 * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
46845 * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
46846 * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
46847 * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
46848 * sysdeps/ieee754/ldbl-96/s_cbrtl.c: Likewise.
46849 * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
46850 * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
46851 * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
46852 * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
46853 * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
46854 * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
46855 * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
46856 * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
46857 * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
46858 * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
46859 * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: Likewise.
46860 * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
46861 * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
46862 * sysdeps/ieee754/ldbl-96/s_llrintl.c: Likewise.
46863 * sysdeps/ieee754/ldbl-96/s_llroundl.c: Likewise.
46864 * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
46865 * sysdeps/ieee754/ldbl-96/s_lrintl.c: Likewise.
46866 * sysdeps/ieee754/ldbl-96/s_lroundl.c: Likewise.
46867 * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
46868 * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
46869 * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
46870 * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
46871 * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
46872 * sysdeps/ieee754/ldbl-96/s_remquol.c: Likewise.
46873 * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
46874 * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
46875 * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
46876 * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
46877 * sysdeps/ieee754/ldbl-96/s_signbitl.c: Likewise.
46878 * sysdeps/ieee754/ldbl-96/s_sincosl.c: Likewise.
46879 * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
46880 * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
46881 * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
46882 * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
46883 * sysdeps/ieee754/s_lib_version.c: Likewise.
46884 * sysdeps/ieee754/s_matherr.c: Likewise.
46885 * sysdeps/ieee754/s_signgam.c: Likewise.
46886 * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
46887 * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
46888 * sysdeps/powerpc/fpu/e_rem_pio2f.c: Likewise.
46889 * sysdeps/powerpc/fpu/k_cosf.c: Likewise.
46890 * sysdeps/powerpc/fpu/k_rem_pio2f.c: Likewise.
46891 * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
46892 * sysdeps/powerpc/fpu/s_cosf.c: Likewise.
46893 * sysdeps/powerpc/fpu/s_float_bitwise.h: Likewise.
46894 * sysdeps/powerpc/fpu/s_isnan.c: Likewise.
46895 * sysdeps/powerpc/fpu/s_rint.c: Likewise.
46896 * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
46897 * sysdeps/powerpc/fpu/s_sinf.c: Likewise.
46898 * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
46899 * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
46900 * sysdeps/powerpc/powerpc32/fpu/s_llrintf.c: Likewise.
46901 * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
46902 * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
46903 * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
46904 * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
46905 * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
46906 * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
1ed0291c 46907
1991fa03
JM
469082012-03-09 Joseph Myers <joseph@codesourcery.com>
46909
46910 * sunrpc/rpc_cout.c: Remove __GNU_LIBRARY__ conditionals.
46911 * sunrpc/rpc_main.c: Likewise.
46912 * sunrpc/rpc_svcout.c: Likewise.
46913
60d6f5a6
DM
469142012-03-09 David S. Miller <davem@davemloft.net>
46915
46916 * include/math_private.h: New file.
46917
4962050e
JM
469182012-03-09 Joseph Myers <joseph@codesourcery.com>
46919
02a6f887
JM
46920 * sysdeps/unix/sysv/linux/bits/socket_type.h: New file.
46921 * sysdeps/unix/sysv/linux/sparc/bits/socket_type.h: Likewise.
46922 * sysdeps/unix/sysv/linux/bits/socket.h: Get enum __socket_type
46923 from <bits/socket_type.h>.
46924 (enum __socket_type): Don't define here.
46925 * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Remove.
46926 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
46927 bits/socket_type.h.
46928
c6e013c1
JM
46929 [BZ #13566]
46930 * libio/stdio.h (gets): Always declare for C++ up to C++11 without
46931 checking __USE_GNU.
46932
4962050e
JM
46933 * Makerules ($(inst_includedir)/%.h): New rule.
46934 * stdio-common/Makefile (headers): Add bits/stdio_lim.h.
46935 (install-others): Remove variable setting.
46936 ($(inst_includedir)/bits/stdio_lim.h): Remove rule.
46937
38842f45
RH
469382012-03-08 Richard Henderson <rth@twiddle.net>
46939
67bb6da6
RH
46940 * sysdeps/powerpc/fpu/math_private.h (__ieee754_sqrt): Convert
46941 from macro to inline function; merge with the
46942 !__LIBC_INTERNAL_MATH_INLINES version.
46943 (__ieee754_sqrtf): Likewise.
46944
15194b4b
RH
46945 * sysdeps/x86_64/fpu/math_private.h (__rint): Convert from macro
46946 to inline function.
46947 (__rintf, __floor, __floorf): Likewise.
46948
64e21ede
RH
46949 * sysdeps/x86_64/fpu/math_private.h (__ieee754_sqrt): Convert from
46950 macro to inline function.
46951 (__ieee754_sqrtf, __ieee754_sqrtl): Likewise.
46952
38842f45
RH
46953 * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Include <math_private.h>,
46954 not <math/math_private.h>.
46955
c64bf5fe
DM
469562012-03-08 David S. Miller <davem@davemloft.net>
46957
46958 * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Update
46959 copyright year.
46960 * sysdeps/unix/sysv/linux/sparc/sysdep.h: Likewise.
46961
82d86f28
TS
469622012-03-08 Thomas Schwinge <thomas@codesourcery.com>
46963
46964 * resolv/gai_misc.c (handle_requests): Fix struct timespec
46965 normalization.
46966 * rt/tst-cpuclock2.c (test_nanosleep): Likewise.
46967 * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
46968
aea5d727
UD
469692012-03-08 Ulrich Drepper <drepper@gmail.com>
46970
46971 * stdio-common/tst-fphex.c: Various cleanups. The macros cannot
46972 be defined individually, they must be defined as a block. Define
46973 S for printing a string instead of hidint the different by using a
46974 macro for adding the 'l'.
46975 * stdio-common/tst-fphex-wide.c: Adjust.
46976
70bca0a3
MP
469772012-03-07 Marek Polacek <polacek@redhat.com>
46978
46979 * stdio-common/tst-long-dbl-fphex.c: Fix test for non ldbl-96 targets.
46980
65b81130
MP
469812012-03-08 Marek Polacek <polacek@redhat.com>
46982
46983 [BZ #13806]
46984 * stdio-common/Makefile (tests): Add tst-fphex-wide.
46985 * stdio-common/tst-fphex.c: Define a few macros to make the
46986 test reusable. Use them.
46987 * stdio-common/tst-fphex-wide.c: New file.
46988
07037eeb
JM
469892012-03-08 Joseph Myers <joseph@codesourcery.com>
46990
a7a93d50
JM
46991 [BZ #6911]
46992 * manual/macros.texi (gnusystems): New macro.
46993 (nongnusystems): Likewise.
46994 (gnulinuxhurdsystems): Likewise.
46995 (gnuhurdsystems): Likewise..
46996 (gnulinuxsystems): Likewise.
46997 * manual/charset.texi: Use new macros or @theglibc{} to refer to
46998 variants of the GNU system, not "GNU system".
46999 * manual/conf.texi: Likewise.
47000 * manual/errno.texi: Likewise. Update example of errno macro
47001 expansion.
47002 * manual/filesys.texi: Likewise.
47003 (getumask): Document as specific to GNU/Hurd.
47004 * manual/install.texi: Likewise. Reword some references to
47005 GNU/Linux.
47006 * manual/intro.texi: Likewise.
47007 * manual/io.texi: Likewise.
47008 (File Name Portability): Detail which constraints are inapplicable
47009 to all GNU systems and which are only inapplicable to GNU/Hurd.
47010 * manual/job.texi: Likewise.
47011 * manual/llio.texi: Likewise.
47012 (O_NOCTTY): Document as present on GNU/Linux.
47013 * manual/maint.texi: Likewise.
47014 * manual/memory.texi: Likewise.
47015 * manual/pattern.texi: Likewise.
47016 * manual/pipe.texi: Likewise.
47017 * manual/process.texi: Likewise.
47018 * manual/resource.texi: Likewise.
47019 (RUSAGE_CHILDREN): Remove statement about specifying a particular
47020 child on GNU/Hurd.
47021 * manual/setjmp.texi: Likewise.
47022 * manual/signal.texi: Likewise.
47023 * manual/startup.texi: Likewise.
47024 * manual/stdio.texi: Likewise.
47025 * manual/terminal.texi: Likewise.
47026 (ONLCR): Document as POSIX.
47027 (OXTABS): Document availability on GNU/Linux as XTABS.
47028 (ONOEOT): Document availability separately from other bits.
47029 (VLNEXT, VDISCARD, VSTATUS): Document availability individually.
47030 * manual/time.texi: Likewise.
47031 * manual/users.texi: Likewise.
47032 * INSTALL: Regenerated.
47033 * sysdeps/gnu/errlist.c: Regenerated.
47034
07037eeb
JM
47035 * aclocal.m4 (LIBC_TRY_LINK_STATIC): New macro.
47036 * configure.in (libc_cv_preinit_array): Use LIBC_TRY_LINK_STATIC.
47037 (libc_cv_ctors_header): Likewise. Use asm ("") instead of calling
47038 puts.
47039 * configure: Regenerated.
47040
d1d3431a
JM
470412012-03-07 Joseph Myers <joseph@codesourcery.com>
47042
af6a1e37
JM
47043 * sysdeps/i386/configure.in (cpuid.h): Use AC_CHECK_HEADER with no
47044 default includes instead of AC_HEADER_CHECK.
47045 * sysdeps/i386/configure: Regenerated.
47046
d1d3431a
JM
47047 [BZ #10716]
47048 * math/s_cacosh.c (__cacosh): Convert negative log results to 0.
47049 * math/s_cacoshf.c (__cacoshf): Likewise.
47050 * math/s_cacoshl.c (__cacoshl): Likewise.
47051 * math/s_casinh.c (__casinh): Set signs of result from argument.
47052 * math/s_casinhf.c (__casinhf): Likewise.
47053 * math/s_casinhl.c (__casinhl): Likewise.
47054 * math/libm-test.inc (cacos_test, cacosh_test, casin_test)
47055 (casinh_test): Add more tests.
47056 * sysdeps/i386/fpu/libm-test-ulps: Update.
47057 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47058
482ff4da
UD
470592012-03-07 Ulrich Drepper <drepper@gmail.com>
47060
872fda05
UD
47061 * po/zh_TW.po: Update from translation team.
47062
a4300c7a
UD
47063 * login/Makefile (distribute): Remove variable.
47064 * catgets/Makefile: Likewise.
47065 * mach/Makefile: Likewise.
47066 * malloc/Makefile: Likewise.
47067 * misc/Makefile: Likewise.
47068 * iconv/Makefile: Likewise.
47069 * nscd/Makefile: Likewise.
47070 * hurd/Makefile: Likewise.
47071 * manual/Makefile: Likewise.
47072 * locale/Makefile: Likewise.
47073 * intl/Makefile: Likewise.
47074 * conform/Makefile: Likewise.
47075 * nss/Makefile: Likewise.
47076 * time/Makefile: Likewise.
47077 * soft-fp/Makefile: Likewise.
47078 * dirent/Makefile: Likewise.
47079 * gmon/Makefile: Likewise.
47080 * po/Makefile: Likewise.
47081 * rt/Makefile: Likewise.
47082 * socket/Makefile: Likewise.
47083 * math/Makefile: Likewise.
47084 * signal/Makefile: Likewise.
47085 * debug/Makefile: Likewise.
47086 * elf/Makefile: Likewise.
47087 * timezone/Makefile: Likewise.
47088 * stdlib/Makefile: Likewise.
47089 * iconvdata/Makefile: Likewise.
47090 * sunrpc/Makefile: Likewise.
47091 * io/Makefile: Likewise.
47092 * argp/Makefile: Likewise.
47093 * inet/Makefile: Likewise.
47094 * hesiod/Makefile: Likewise.
47095 * grp/Makefile: Likewise.
47096 * csu/Makefile: Likewise.
47097 * wctype/Makefile: Likewise.
47098 * crypt/Makefile: Likewise.
47099 * libio/Makefile: Likewise.
47100 * string/Makefile: Likewise.
47101 * nis/Makefile: Likewise.
47102 * resolv/Makefile: Likewise.
47103 * stdio-common/Makefile: Likewise.
47104 * wcsmbs/Makefile: Likewise.
47105 * dlfcn/Makefile: Likewise.
47106 * posix/Makefile: Likewise.
47107
3b7c4e74 47108 [BZ #6959]
482ff4da
UD
47109 * timezone/Makefile: Don't install timezone files, just the programs
47110 and scripts.
47111
f72ed77d
UD
471122012-03-06 Ulrich Drepper <drepper@gmail.com>
47113
a000466f
UD
47114 * nss/databases.def: Add missing gshadow entry.
47115
f72ed77d
UD
47116 * stdio-common/vfprintf.c: Fix formatting. Missing copyright update.
47117
a53b7a4e
MP
471182012-03-06 Marek Polacek <polacek@redhat.com>
47119
47120 [BZ #13726]
47121 * sysdeps/ieee754/ldbl-96/printf_fphex.c: Adjust position of wnumstr.
47122 * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
47123 * stdio-common/Makefile (tests): Add tst-long-dbl-fphex.
47124 * stdio-common/tst-long-dbl-fphex.c: New file.
47125
e9258400
DM
471262012-03-06 David S. Miller <davem@davemloft.net>
47127
47128 * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
47129 (set_obp_int): New function.
47130 (get_obp_int): New function.
47131 (__get_clockfreq_via_dev_openprom): Likewise.
f72ed77d
UD
47132 * sysdeps/unix/sysv/linux/sparc/sysdep.h (INTERNAL_SYSCALL_ERROR_P):
47133 Avoid unused variable warnings on 'val' and use builtin_expect.
47134 (INLINE_SYSCALL): Don't wrap INTERNAL_SYSCALL_ERROR_P with
47135 __builtin_expect.
e9258400
DM
47136 (INLINE_CLONE_SYSCALL): Likewise.
47137
3bd2c723
DM
471382012-03-05 David S. Miller <davem@davemloft.net>
47139
47140 * sysdeps/sparc/fpu/libm-test-ulps: Update.
47141
bbb78d03
AS
471422012-03-05 Andreas Schwab <schwab@linux-m68k.org>
47143
884c5db4
AS
47144 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
47145
bbb78d03
AS
47146 * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Drop exp(-x) term
47147 only for |x| >= 40.
47148 * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
47149
1c9f702a 471502012-03-05 H.J. Lu <hongjiu.lu@intel.com>
8542dee3
L
47151
47152 * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c (gettimeofday_ifunc):
47153 Replace gettimeofday with __vdso_gettimeofday.
47154
7be16f82
RM
47155 * sysdeps/unix/sysv/linux/x86_64/init-first.c
47156 (_libc_vdso_platform_setup): Replace clock_gettime and getcpu with
47157 __vdso_clock_gettime and __vdso_getcpu.
8542dee3
L
47158
47159 * sysdeps/unix/sysv/linux/x86_64/time.c (time_ifunc): Replace
47160 time with __vdso_time.
47161
ed58a00f
JM
471622012-03-05 Joseph Myers <joseph@codesourcery.com>
47163
47164 * manual/lang.texi (size_t): Note types to which size_t may be
47165 equivalent with the GNU C Library, but do not describe when
47166 differences between them are significant.
47167
30ee4ced
AJ
471682012-03-05 Andreas Jaeger <aj@suse.de>
47169
47170 * sysdeps/i386/fpu/libm-test-ulps: Update.
47171
b7cd39e8
JM
471722012-03-05 Joseph Myers <joseph@codesourcery.com>
47173
47174 [BZ #3976]
47175 * sysdeps/ieee754/dbl-64/e_pow.c: Include <fenv.h>.
47176 (__ieee754_pow): Save and restore rounding mode and use
47177 round-to-nearest for main computations.
47178 * math/libm-test.inc (pow_test_tonearest): New function.
47179 (pow_test_towardzero): Likewise.
47180 (pow_test_downward): Likewise.
47181 (pow_test_upward): Likewise.
47182 (main): Call the new functions.
47183 * sysdeps/i386/fpu/libm-test-ulps: Update.
47184 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
ca811b22
JM
47185
47186 [BZ #3976]
47187 * math/libm-test.inc (cosh_test_tonearest): New function.
47188 (cosh_test_towardzero): Likewise.
47189 (cosh_test_downward): Likewise.
47190 (cosh_test_upward): Likewise.
47191 (sinh_test_tonearest): Likewise.
47192 (sinh_test_towardzero): Likewise.
47193 (sinh_test_downward): Likewise.
47194 (sinh_test_upward): Likewise.
47195 (main): Call the new functions.
47196 * sysdeps/i386/fpu/libm-test-ulps: Update.
47197 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47198
6c6a98c9
TV
471992012-03-05 Tom de Vries <tom@codesourcery.com>
47200
47201 * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Ensure
47202 default stack guard is set in last bytes.
47203 * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Same.
47204
21bb2d2e 472052012-03-05 Kees Cook <keescook@chromium.org>
7c1f4834 47206
21bb2d2e 47207 * stdio-common/vfprintf.c (vfprintf): add missing errno settings.
fa035517 47208
21bb2d2e
AJ
47209 [BZ #13656]
47210 * stdio-common/vfprintf.c (vfprintf): Check for nargs overflow and
47211 possibly allocate from heap instead of stack.
47212 * stdio-common/bug-vfprintf-nargs.c: New file.
47213 * stdio-common/Makefile (tests): Add nargs overflow test.
7c1f4834 47214
c6922934
AS
472152012-03-03 Andreas Schwab <schwab@linux-m68k.org>
47216
47217 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
47218
bc957d53
MP
472192012-03-03 Marek Polacek <polacek@redhat.com>
47220
47221 * include/sys/cdefs.h: Remove __GNUC_PREREQ macro.
47222 * math/math_private.h: Likewise.
47223 * stdlib/tst-strtod.c: Likewise.
47224 * sysdeps/i386/i486/bits/atomic.h: Likewise.
47225 * sysdeps/x86_64/bits/atomic.h: Likewise.
47226
6358490d
DM
472272012-03-02 David S. Miller <davem@davemloft.net>
47228
47229 * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: New file.
47230 * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrintf.S: New file.
47231 * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: New file.
47232 * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrintf.S: New file.
47233 * sysdeps/sparc/sparc64/fpu/s_llrint.S: New file.
47234 * sysdeps/sparc/sparc64/fpu/s_llrintf.S: New file.
47235 * sysdeps/sparc/sparc64/fpu/s_lrint.S: New file.
47236 * sysdeps/sparc/sparc64/fpu/s_lrintf.S: New file.
47237
01ae168d
RM
472382012-03-02 Roland McGrath <roland@hack.frob.com>
47239
d9a17c07
RM
47240 [BZ #13792]
47241 * manual/examples/README: New file, says the example source files
47242 can be used under GPL>=2.
47243 * manual/Makefile (%.c.texi): Eat the leading part of the file until a
47244 line containing just "*/".
47245 * manual/examples/add.c: Add copyright header (GPL>=2).
47246 * manual/examples/argp-ex1.c: Likewise.
47247 * manual/examples/argp-ex2.c: Likewise.
47248 * manual/examples/argp-ex3.c: Likewise.
47249 * manual/examples/argp-ex4.c: Likewise.
47250 * manual/examples/atexit.c: Likewise.
47251 * manual/examples/db.c: Likewise.
47252 * manual/examples/dir.c: Likewise.
47253 * manual/examples/dir2.c: Likewise.
47254 * manual/examples/execinfo.c: Likewise.
47255 * manual/examples/filecli.c: Likewise.
47256 * manual/examples/filesrv.c: Likewise.
47257 * manual/examples/fmtmsgexpl.c: Likewise.
47258 * manual/examples/genpass.c: Likewise.
47259 * manual/examples/inetcli.c: Likewise.
47260 * manual/examples/inetsrv.c: Likewise.
47261 * manual/examples/isockad.c: Likewise.
47262 * manual/examples/longopt.c: Likewise.
47263 * manual/examples/memopen.c: Likewise.
47264 * manual/examples/memstrm.c: Likewise.
47265 * manual/examples/mkfsock.c: Likewise.
47266 * manual/examples/mkisock.c: Likewise.
47267 * manual/examples/mygetpass.c: Likewise.
47268 * manual/examples/pipe.c: Likewise.
47269 * manual/examples/popen.c: Likewise.
47270 * manual/examples/rprintf.c: Likewise.
47271 * manual/examples/search.c: Likewise.
47272 * manual/examples/select.c: Likewise.
47273 * manual/examples/setjmp.c: Likewise.
47274 * manual/examples/sigh1.c: Likewise.
47275 * manual/examples/sigusr.c: Likewise.
47276 * manual/examples/stpcpy.c: Likewise.
47277 * manual/examples/strdupa.c: Likewise.
47278 * manual/examples/strftim.c: Likewise.
47279 * manual/examples/strncat.c: Likewise.
47280 * manual/examples/subopt.c: Likewise.
47281 * manual/examples/swapcontext.c: Likewise.
47282 * manual/examples/termios.c: Likewise.
47283 * manual/examples/testopt.c: Likewise.
47284 * manual/examples/testpass.c: Likewise.
47285 * manual/examples/timeval_subtract.c: Likewise.
47286
01ae168d
RM
47287 [BZ #13792]
47288 * manual/time.texi (Elapsed Time): Move timeval_subtract example
47289 function to ...
47290 * manual/timeval_subtract.c.texi: ... here, new file.
47291
49efa33d
DM
472922012-03-02 David S. Miller <davem@davemloft.net>
47293
47294 * sysdeps/sparc/fpu/libm-test-ulps: Update for recently added tests.
47295
28afd92d
JM
472962012-03-02 Joseph Myers <joseph@codesourcery.com>
47297
804360ed
JM
47298 [BZ #3976]
47299 * sysdeps/ieee754/dbl-64/s_sin.c: Include <fenv.h>
47300 (__sin): Save and restore rounding mode and use round-to-nearest
47301 for all computations.
47302 (__cos): Save and restore rounding mode and use round-to-nearest
47303 for all computations.
47304 * sysdeps/ieee754/dbl-64/s_tan.c: Include "math_private.h" and
47305 <fenv.h>.
47306 (tan): Save and restore rounding mode and use round-to-nearest for
47307 all computations.
47308 * math/libm-test.inc (cos_test_tonearest): New function.
47309 (cos_test_towardzero): Likewise.
47310 (cos_test_downward): Likewise.
47311 (cos_test_upward): Likewise.
47312 (sin_test_tonearest): Likewise.
47313 (sin_test_towardzero): Likewise.
47314 (sin_test_downward): Likewise.
47315 (sin_test_upward): Likewise.
47316 (tan_test_tonearest): Likewise.
47317 (tan_test_towardzero): Likewise.
47318 (tan_test_downward): Likewise.
47319 (tan_test_upward): Likewise.
47320 (main): Call the new functions.
47321 * sysdeps/i386/fpu/libm-test-ulps: Update.
47322 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47323
a6d06d7b
JM
47324 [BZ #10135]
47325 * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): First test for
47326 small n, then large n, before computing and testing k+n.
47327 * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
47328 * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c (__scalbln):
47329 Likewise.
47330 * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c (__scalbn):
47331 Likewise.
47332 * sysdeps/ieee754/flt-32/s_scalblnf.c (__scalblnf): Likewise.
47333 * sysdeps/ieee754/flt-32/s_scalbnf.c (__scalbnf): Likewise.
47334 * sysdeps/ieee754/ldbl-128/s_scalblnl.c (__scalblnl): Likewise.
47335 * sysdeps/ieee754/ldbl-128/s_scalbnl.c (__scalbnl): Likewise.
47336 * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
47337 * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
47338 * sysdeps/ieee754/ldbl-96/s_scalblnl.c (__scalblnl): Likewise.
47339 * sysdeps/ieee754/ldbl-96/s_scalbnl.c (__scalbnl): Likewise.
47340 * math/libm-test.inc (scalbn_test): Add more tests.
47341 (scalbln_test): Likewise.
47342
07e12bb3
JM
47343 * manual/filesys.texi (mode_t): Describe constraints on size and
47344 signedness, not exact equivalence to a particular type.
47345 (ino_t): Likewise.
47346 (ino64_t): Likewise.
47347 (dev_t): Likewise.
47348 (nlink_t): Likewise.
47349 (blkcnt_t): Likewise.
47350 (blkcnt64_t): Likewise.
47351 * manual/llio.texi (off_t): Likewise.
47352
28afd92d
JM
47353 [BZ #3976]
47354 * sysdeps/ieee754/dbl-64/e_exp.c: Include <fenv.h>.
47355 (__ieee754_exp): Save and restore rounding mode and use
47356 round-to-nearest for all computations.
47357 * math/libm-test.inc (exp_test_tonearest): New function.
47358 (exp_test_towardzero): Likewise.
47359 (exp_test_downward): Likewise.
47360 (exp_test_upward): Likewise.
47361 (main): Call the new functions.
47362 * sysdeps/i386/fpu/libm-test-ulps: Update.
47363 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47364
b1eeb65d
CD
473652012-03-01 Chris Demetriou <cgd@google.com>
47366
47367 * sysdeps/gnu/errlist-compat.awk: Don't depend on AWK internals to
47368 have predictable order.
47369
53362a4b
DM
473702012-03-01 David S. Miller <davem@davemloft.net>
47371
3c969083
DM
47372 * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c: Delete.
47373
759707de
DM
47374 * sysdeps/sparc/sparc64/fpu/s_finite.S: New file.
47375 * sysdeps/sparc/sparc64/fpu/s_finitef.S: New file.
47376 * sysdeps/sparc/sparc64/fpu/s_isinf.S: New file.
47377 * sysdeps/sparc/sparc64/fpu/s_isinff.S: New file.
47378
dfdb8ff2
DM
47379 * sysdeps/sparc/sparc32/fpu/s_signbit.S: New file.
47380 * sysdeps/sparc/sparc32/fpu/s_signbitf.S: New file.
47381 * sysdeps/sparc/sparc32/fpu/s_signbitl.S: New file.
47382 * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: New file.
47383 * sysdeps/sparc/sparc64/fpu/s_isnan.S: New file.
47384 * sysdeps/sparc/sparc64/fpu/s_isnanf.S: New file.
47385 * sysdeps/sparc/sparc64/fpu/s_signbit.S: New file.
47386 * sysdeps/sparc/sparc64/fpu/s_signbitf.S: New file.
47387 * sysdeps/sparc/sparc64/fpu/s_signbitl.S: New file.
47388
ead89f96
DM
47389 * sysdeps/sparc/fpu/libm-test-ulps: Update.
47390
7f66bd07
DM
47391 * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Move...
47392 * sysdeps/sparc/fpu/libm-test-ulps: to here.
47393 * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Delete.
47394
53362a4b
DM
47395 * sysdeps/sparc/crti.S: Remove HAVE_BINUTILS_GOTDATA checks.
47396 * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
47397 * sysdeps/sparc/sparc32/elf/start.S: Likewise.
47398 * sysdeps/sparc/sparc32/fpu/w_sqrt.S: Likewise.
47399 * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: Likewise.
47400 * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: Likewise.
47401 * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: Likewise.
47402 * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
47403 * sysdeps/sparc/sparc64/elf/start.S: Likewise.
47404 * sysdeps/sparc/sparc64/fpu/w_sqrt.S: Likewise.
47405 * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: Likewise.
47406 * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
47407 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
47408 * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
47409 * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
47410 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
47411 * config.h.in (HAVE_BINUTILS_GOTDATA): Delete.
47412 * sysdeps/sparc/elf/configure.in: Remove binutils GOTDATA checks.
47413 * sysdeps/sparc/elf/configure: Regenerated.
47414
7b1902cb
JM
474152012-03-01 Joseph Myers <joseph@codesourcery.com>
47416
bec039bc
JM
47417 * configure.in (AS, LD): Require binutils 2.20 or later.
47418 * configure: Regenerated.
47419 * manual/install.texi (Tools for Compilation): Give binutils 2.20
47420 as required minimum version.
47421 * INSTALL: Regenerated.
47422
7b1902cb
JM
47423 [BZ #2541]
47424 [BZ #4108]
47425 * sysdeps/ieee754/flt-32/s_erff.c (__erfcf): Mask out one more bit
47426 before squaring exponent.
47427 * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfcl): Mask out whole
47428 bottom long double and 27 bits of top long double before squaring
47429 exponent.
47430 * math/libm-test.inc (erfc_test): Add more tests.
47431 * sysdeps/i386/fpu/libm-test-ulps: Update.
47432 * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
47433 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47434
f775c276
KT
474352012-03-01 Kai Tietz <ktietz@redhat.com>
47436
47437 * soft-fp/soft-fp.h (_FP_STRUCT_LAYOUT): New macro.
47438 * soft-fp/quad.h (_FP_UNION_Q): Use _FP_STRUCT_LAYOUT on struct
47439 containing bit-fields.
47440 * soft-fp/extended.h (_FP_UNION_E): Likewise.
47441 * soft-fp/single.h (_FP_UNION_S): Likewise.
47442 * soft-fp/double.h (_FP_UNION_D): Likewise.
47443
5b8a4d4a
JM
474442012-02-29 Joseph Myers <joseph@codesourcery.com>
47445
0bab47b6
JM
47446 [BZ #13786]
47447 * sysdeps/i386/i686/multiarch/strcmp.S [USE_AS_STRCASECMP_L]: Do
47448 not include ../strcmp.S.
47449 [USE_AS_STRNCASECMP_L]: Likewise.
47450 * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c
47451 (__strcasecmp_l_ia32): Define as alias to __strcasecmp_l_nonascii.
47452 * sysdeps/i386/i686/multiarch/strncase_l-c.c
47453 (__strncasecmp_l_ia32): Define as alias to
47454 __strncasecmp_l_nonascii.
47455
0fcad3e2
JM
47456 [BZ #5794]
47457 * math/libm-test.inc (expm1_test): Add test for bug 5794.
47458 * sysdeps/i386/fpu/libm-test-ulps: Update.
47459 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47460
5b8a4d4a
JM
47461 * sysdeps/i386/fpu/libm-test-ulps: Reduce some expected errors.
47462 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47463
8fdceb2e
JL
474642012-02-29 Jeff Law <law@redhat.com>
47465
47466 * resolv/res_query.c (__libc_res_nquerydomain): Avoid
47467 out of bounds read.
47468
1f393a11
MP
474692012-02-29 Marek Polacek <polacek@redhat.com>
47470
47471 [BZ #13706]
47472 * elf/rtld.c (dl_main): Always set l_used to 1 for vDSO.
47473 * elf/Makefile: Add rules to run tst-unused-dep.out.
47474
8847f037
DM
474752012-02-28 David S. Miller <davem@davemloft.net>
47476
47477 * sysdeps/sparc/sparc32/fpu/w_sqrt.S: New file.
47478 * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: New file.
47479 * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: New file.
47480 * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: New file.
47481 * sysdeps/sparc/sparc64/fpu/w_sqrt.S: New file.
47482 * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: New file.
47483
169d7f11
JM
474842012-02-29 Joseph Myers <joseph@codesourcery.com>
47485
47486 * math/libm-test.inc (llround_test): Move one test from
47487 lround_test. Use TEST_f_L in moved test.
47488 (lround_test): Move misplaced test to llround_test. Add testcase
47489 from bug 2561.
47490
39adf059
UD
474912012-02-28 Ulrich Drepper <drepper@gmail.com>
47492
47493 * sysdeps/x86_64/fpu/e_expf.S: New file.
47494 Contributed by Dmitrieva Liubov <liubov.dmitrieva@gmail.com>.
47495
71b5d1c5
SB
474962012-02-28 Stanislav Brabec <sbrabec@suse.cz>
47497
47498 [BZ #13637]
47499 * posix/regex_internal.c (re_string_skip_chars): Fix miscomputation
47500 of remain_len that may cause incomplete multi-byte character and
47501 false match.
47502 * posix/bug-regex33.c: New file.
47503 * posix/Makefile (tests): Add bug-regex33.
47504
1f77f049
JM
475052012-02-28 Joseph Myers <joseph@codesourcery.com>
47506
47507 * manual/macros.texi: New file.
47508 * Makefile (INSTALL, NOTES): Depend on manual/macros.texi.
47509 * manual/libc.texinfo: Include macros.texi.
47510 * manual/creatute.texi: Likewise.
47511 * manual/install.texi: Likewise.
47512 * manual/arith.texi: Use macros @Theglibc{}, @theglibc{} and
47513 @glibcadj{} in references to the GNU C Library.
47514 * manual/charset.texi: Likewise.
47515 * manual/conf.texi: Likewise.
47516 * manual/contrib.texi: Likewise. Consistently use "GNU C Library"
47517 when not using those macros.
47518 * manual/creature.texi: Likewise.
47519 * manual/crypt.texi: Likewise.
47520 * manual/errno.texi: Likewise.
47521 * manual/filesys.texi: Likewise.
47522 * manual/header.texi: Likewise.
47523 * manual/install.texi: Likewise.
47524 * manual/intro.texi: Likewise.
47525 * manual/io.texi: Likewise.
47526 * manual/job.texi: Likewise.
47527 * manual/lang.texi: Likewise.
47528 * manual/libc.texiinfo: Likewise.
47529 * manual/llio.texi: Likewise.
47530 * manual/locale.texi: Likewise.
47531 * manual/maint.texi: Likewise.
47532 * manual/math.texi: Likewise.
47533 * manual/memory.texi: Likewise.
47534 * manual/message.texi: Likewise.
47535 * manual/nss.texi: Likewise.
47536 * manual/pattern.texi: Likewise.
47537 * manual/process.texi: Likewise.
47538 * manual/resource.texi: Likewise.
47539 * manual/search.texi: Likewise.
47540 * manual/setjmp.texi: Likewise.
47541 * manual/signal.texi: Likewise.
47542 * manual/socket.texi: Likewise.
47543 * manual/startup.texi: Likewise.
47544 * manual/stdio.texi: Likewise.
47545 * manual/string.texi: Likewise.
47546 * manual/sysinfo.texi: Likewise.
47547 * manual/syslog.texi: Likewise.
47548 * manual/terminal.texi: Likewise.
47549 * manual/time.texi: Likewise.
47550 * manual/users.texi: Likewise.
47551 * INSTALL: Regenerated.
47552 * NOTES: Regenerated.
d40c5d54 47553 * sysdeps/gnu/errlist.c: Regenerated.
1f77f049 47554
450bf206
AS
475552012-02-28 Andreas Schwab <schwab@linux-m68k.org>
47556
47557 * include/dirent.h: Include <dirstream.h> before
47558 <dirent/dirent.h>.
47559
741a235b
DM
475602012-02-28 David S. Miller <davem@davemloft.net>
47561
47562 * sysdeps/sparc/sparc32/fpu/s_copysign.S: New file.
47563 * sysdeps/sparc/sparc32/fpu/s_copysignf.S: New file.
47564 * sysdeps/sparc/sparc64/fpu/s_copysign.S: New file.
47565 * sysdeps/sparc/sparc64/fpu/s_copysignf.S: New file.
47566
d6b5aa58
DM
475672012-02-27 David S. Miller <davem@davemloft.net>
47568
1aff59a3
DM
47569 * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: New file.
47570 * sysdeps/sparc/sparc32/sparcv9/fpu/s_floorf.S: New file.
47571 * sysdeps/sparc/sparc64/fpu/s_floor.S: New file.
47572 * sysdeps/sparc/sparc64/fpu/s_floorf.S: New file.
47573
d6b5aa58
DM
47574 * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix accidental use of
47575 frame pointer instead of stack pointer relative arg slot.
47576 * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
47577 * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
47578 * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
47579
433f48bf
CD
475802012-02-27 Carlos O'Donell <carlos_odonell@mentor.com>
47581
47582 [BZ #3992]
47583 * stdlib/fmtmsg.c: Use of uint32_t requires stdint.h.
47584
d674b76d
DM
475852012-02-27 David S. Miller <davem@davemloft.net>
47586
47587 * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix comment formatting.
47588 * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
47589 * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
47590 * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: Likewise.
47591 * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
47592 * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
47593 * sysdeps/sparc/sparc64/fpu/s_rint.S: Likewise.
47594 * sysdeps/sparc/sparc64/fpu/s_rintf.S: Likewise.
47595
0e7727f7
JM
475962012-02-27 Joseph Myers <joseph@codesourcery.com>
47597
47598 * configure.in (CC): Restrict allowed GCC versions to 4.3 and
47599 later. Allow versions 5-9.
43be4ca2 47600 * configure: Regenerated.
0e7727f7
JM
47601 * manual/install.texi (Tools for Compilation): Give GCC 4.3 as
47602 required minimum version and 4.6 as recommended version. Do not
47603 mention bugs in GCC 2.7 and 2.8.
43be4ca2 47604 * INSTALL: Regenerated.
0e7727f7 47605
a78bc654
DM
476062012-02-27 David S. Miller <davem@davemloft.net>
47607
428d5830
DM
47608 * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: New file.
47609 * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: New file.
47610 * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: New file.
47611 * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: New file.
47612 * sysdeps/sparc/sparc64/fpu/s_ceil.S: New file.
47613 * sysdeps/sparc/sparc64/fpu/s_ceilf.S: New file.
47614 * sysdeps/sparc/sparc64/fpu/s_rint.S: New file.
47615 * sysdeps/sparc/sparc64/fpu/s_rintf.S: New file.
47616
a78bc654
DM
47617 * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Do not
47618 manipulate bits before adding and subtracting TWO112[sx].
47619 * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
47620
4579f81c
RM
476212012-02-27 Roland McGrath <roland@hack.frob.com>
47622
36c8acb4
RM
47623 [BZ #13775]
47624 * libio/bits/stdio-ldbl.h (vdprintf, dprintf): Put these under
47625 [__USE_XOPEN2K8] rather than [__USE_GNU], to match the stdio.h decls.
47626 * libio/stdio.h (vdprintf, dprintf): Remove comment about these not
47627 being in POSIX, because they are in 1003.1-2008.
47628
84ad622b
RM
47629 * rt/tst-aio.c: Include <fcntl.h>.
47630 * rt/tst-aio7.c: Likewise.
47631 * rt/tst-aio64.c: Likewise.
47632
4579f81c
RM
47633 * stdio-common/tst-fmemopen.c (main): Remove spurious const.
47634
abd923db
JM
476352012-02-27 Joseph Myers <joseph@codesourcery.com>
47636
47637 * manual/install.texi (--with-headers): Describe headers as
47638 interface headers, not private headers.
47639 (Specific advice for GNU/Linux systems): Describe use of headers
47640 from "make headers_install", not private headers from older
47641 kernels.
43be4ca2 47642 * INSTALL: Regenerated.
abd923db
JM
47643 * sysdeps/unix/sysv/linux/configure.in (LIBC_LINUX_VERSION):
47644 Change to 2.6.19.
47645 * sysdeps/unix/sysv/linux/configure: Regenerated.
47646
6664049b
JM
47647 * manual/llio.texi (fclean): Remove documentation.
47648
bb8b6697
JM
47649 * manual/Makefile (libc-texi-generated): New variable. Include
47650 version.texi.
47651 (libc.dvi, libc.pdf, libc.info, libc/index.html): Depend on
47652 $(libc-texi-generated), not duplicated list of files.
47653 (version.texi, stamp-version): New rules.
47654 (realclean): Remove $(libc-texi-generated), not individual files
47655 from that list. Do not remove dir-add.texinfo.
47656 * manual/libc.texinfo: Comment out uses of edition numbers and
47657 references to printed manual. Remove last-updated dates.
47658 (EDITION): Comment out.
47659 (ISBN): Likewise.
47660 (VERSION, UPDATED): Remove.
47661 (version.texi): Include.
47662
12e5c3b9
AS
476632012-02-27 Andreas Schwab <schwab@linux-m68k.org>
47664
47665 * sysdeps/posix/spawni.c: Include <signal.h>.
47666 * sysdeps/pthread/aio_cancel.c: Include <fcntl.h>.
47667 * sysdeps/pthread/aio_fsync.c: Likewise.
47668
4efeffc1 476692012-02-26 Ulrich Drepper <drepper@gmail.com>
d94a4670 47670
ba63ba08
UD
47671 * conform/Makefile (tests): Run only when not cross-compiling and
47672 when fast-check is not defined.
47673
d94a4670
UD
47674 * conform/conformtest.pl: XPG7 and POSIX2008 require C99.
47675 * conform/data/limits.h-data: Fixes for POSIX2008.
47676 * conform/run-conformtest.sh: Run all tests.
47677 * include/arpa/inet.h: Changes to allow conformtest.pl to use the
47678 headers.
47679 * include/bits/dlfcn.h: Likewise.
47680 * include/langinfo.h: Likewise.
47681 * include/monetary.h: Likewise.
47682 * include/sys/poll.h: Likewise.
47683
47684 * io/fcntl.h: Define AT_NO_AUTOMOUNT and AT_EMPTY_PATH only
47685 for __USE_GNU.
47686 * posix/spawn.h: Define __need_sigset_t.
47687 * posix/sys/wait.h: Don't include <sys/resource.h>, define id_t here.
47688 * posix/unistd.h: Declare ctermid only for XPG before XPG6.
47689 * rt/aio.h: Don't include fcntl.h and signal.h. Use bits/siginfo.h
47690 to get sigevent_t only.
47691 * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg and recvmmsg
47692 only for __USE_GNU.
47693 * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
47694 * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
47695 process_vm_writev only for __USE_GNU.
47696 * termios/termios.h: Declare tcgetsid also for POSIX2008.
4efeffc1
UD
47697
47698 * conform/Makefile: For now ignore errors from run-conformtest.
47699 * conform/conformtest.pl: Simplify code. Add -ansi to CFLAGS for
47700 POSIX to avoid namespace pollution. Don't prepend headers.
47701 * conform/data/aio.h-data: Fixes for POSIX testing.
47702 * conform/data/fcntl.h-data: Likewise.
47703 * conform/data/glob.h-data: Likewise.
47704 * conform/data/grp.h-data: Likewise.
47705 * conform/data/pthread.h-data: Likewise.
47706 * conform/data/pwd.h-data: Likewise.
47707 * conform/data/signal.h-data: Likewise.
47708 * conform/data/spawn.h-data: Likewise.
47709 * conform/data/stdio.h-data: Likewise.
47710 * conform/data/stdlib.h-data: Likewise.
47711 * conform/data/stropts.h-data: Likewise.
47712 * conform/data/sys/mman.h-data: Likewise.
47713 * conform/data/sys/stat.h-data: Likewise.
47714 * conform/data/sys/types.h-data: Likewise.
47715 * conform/data/sys/wait.h-data: Likewise.
47716 * conform/data/time.h-data: Likewise.
47717 * conform/data/unistd.h-data: Likewise.
47718 * conform/data/utime.h-data: Likewise.
47719
47720 * io/sys/stat.h: fchmod was always in POSIX.
47721 * posix/sys/wait.h: Include <sys/resource.h> only for waitid.
47722 * posix/unistd.h: fsync and ftruncate were in early POSIX as well.
47723 * rt/aio.h: Define __need_timespec before including <time.h>.
47724 * sysdeps/unix/sysv/linux/bits/siginfo.h: Don't name siginfo_t
47725 struct. Add forward declaration of pthread_attr_t and use it in
47726 sigevent.
47727 * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
47728 * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
47729 * sysdeps/unix/sysv/linux/bits/time.h: Don't let __STRICT_ANSI__
47730 always remove CLK_TCK definition.
47731
c20105c3
AS
477322012-02-26 Andreas Schwab <schwab@linux-m68k.org>
47733
47734 * sysdeps/ieee754/dbl-64/k_tan.c: Replace with empty file.
47735
7a270350
UD
477362012-02-25 Ulrich Drepper <drepper@gmail.com>
47737
31341567
UD
47738 * conform/run-conformtest.sh: New file.
47739 * conform/Makefile: Run run-conformtest for tests.
47740 * conform/conformtest.pl: Many bug fixes. Add ISO C99, ISO C11
47741 support.
47742
47743 * conform/data/uchar.h-data: New file.
47744 * conform/data/aio.h-data: Fixes for ISO C and POSIX 1995 testing.
47745 * conform/data/arpa/inet.h-data: Likewise.
47746 * conform/data/assert.h-data: Likewise.
47747 * conform/data/complex.h-data: Likewise.
47748 * conform/data/cpio.h-data: Likewise.
47749 * conform/data/ctype.h-data: Likewise.
47750 * conform/data/dirent.h-data: Likewise.
47751 * conform/data/dlfcn.h-data: Likewise.
47752 * conform/data/errno.h-data: Likewise.
47753 * conform/data/fcntl.h-data: Likewise.
47754 * conform/data/float.h-data: Likewise.
47755 * conform/data/fmtmsg.h-data: Likewise.
47756 * conform/data/fnmatch.h-data: Likewise.
47757 * conform/data/ftw.h-data: Likewise.
47758 * conform/data/glob.h-data: Likewise.
47759 * conform/data/grp.h-data: Likewise.
47760 * conform/data/iconv.h-data: Likewise.
47761 * conform/data/inttypes.h-data: Likewise.
47762 * conform/data/langinfo.h-data: Likewise.
47763 * conform/data/libgen.h-data: Likewise.
47764 * conform/data/limits.h-data: Likewise.
47765 * conform/data/locale.h-data: Likewise.
47766 * conform/data/math.h-data: Likewise.
47767 * conform/data/monetary.h-data: Likewise.
47768 * conform/data/mqueue.h-data: Likewise.
47769 * conform/data/ndbm.h-data: Likewise.
47770 * conform/data/net/if.h-data: Likewise.
47771 * conform/data/netdb.h-data: Likewise.
47772 * conform/data/netinet/in.h-data: Likewise.
47773 * conform/data/nl_types.h-data: Likewise.
47774 * conform/data/poll.h-data: Likewise.
47775 * conform/data/pthread.h-data: Likewise.
47776 * conform/data/pwd.h-data: Likewise.
47777 * conform/data/regex.h-data: Likewise.
47778 * conform/data/sched.h-data: Likewise.
47779 * conform/data/search.h-data: Likewise.
47780 * conform/data/semaphore.h-data: Likewise.
47781 * conform/data/setjmp.h-data: Likewise.
47782 * conform/data/signal.h-data: Likewise.
47783 * conform/data/spawn.h-data: Likewise.
47784 * conform/data/stdarg.h-data: Likewise.
47785 * conform/data/stdio.h-data: Likewise.
47786 * conform/data/stdlib.h-data: Likewise.
47787 * conform/data/string.h-data: Likewise.
47788 * conform/data/strings.h-data: Likewise.
47789 * conform/data/stropts.h-data: Likewise.
47790 * conform/data/sys/ipc.h-data: Likewise.
47791 * conform/data/sys/mman.h-data: Likewise.
47792 * conform/data/sys/msg.h-data: Likewise.
47793 * conform/data/sys/resource.h-data: Likewise.
47794 * conform/data/sys/select.h-data: Likewise.
47795 * conform/data/sys/sem.h-data: Likewise.
47796 * conform/data/sys/shm.h-data: Likewise.
47797 * conform/data/sys/socket.h-data: Likewise.
47798 * conform/data/sys/stat.h-data: Likewise.
47799 * conform/data/sys/statvfs.h-data: Likewise.
47800 * conform/data/sys/time.h-data: Likewise.
47801 * conform/data/sys/timeb.h-data: Likewise.
47802 * conform/data/sys/times.h-data: Likewise.
47803 * conform/data/sys/types.h-data: Likewise.
47804 * conform/data/sys/uio.h-data: Likewise.
47805 * conform/data/sys/un.h-data: Likewise.
47806 * conform/data/sys/utsname.h-data: Likewise.
47807 * conform/data/sys/wait.h-data: Likewise.
47808 * conform/data/syslog.h-data: Likewise.
47809 * conform/data/tar.h-data: Likewise.
47810 * conform/data/termios.h-data: Likewise.
47811 * conform/data/utime.h-data: Likewise.
47812 * conform/data/utmpx.h-data: Likewise.
47813 * conform/data/varargs.h-data: Likewise.
47814 * conform/data/wchar.h-data: Likewise.
47815 * conform/data/wctype.h-data: Likewise.
47816 * conform/data/wordexp.h-data: Likewise.
47817
47818 * include/stropts.h: New file.
47819 * include/uchar.h: New file.
47820 * include/aio.h: Changes to allow conformtest.pl to use the headers.
47821 * include/assert.h: Likewise.
47822 * include/ctype.h: Likewise.
47823 * include/dirent.h: Likewise.
47824 * include/dlfcn.h: Likewise.
47825 * include/fcntl.h: Likewise.
47826 * include/fnmatch.h: Likewise.
47827 * include/glob.h: Likewise.
47828 * include/grp.h: Likewise.
47829 * include/libio.h: Likewise.
47830 * include/locale.h: Likewise.
47831 * include/math.h: Likewise.
47832 * include/net/if.h: Likewise.
47833 * include/netdb.h: Likewise.
47834 * include/netinet/in.h: Likewise.
47835 * include/pthread.h: Likewise.
47836 * include/pwd.h: Likewise.
47837 * include/regex.h: Likewise.
47838 * include/sched.h: Likewise.
47839 * include/search.h: Likewise.
47840 * include/setjmp.h: Likewise.
47841 * include/signal.h: Likewise.
47842 * include/stdio.h: Likewise.
47843 * include/stdlib.h: Likewise.
47844 * include/string.h: Likewise.
47845 * include/sys/cdefs.h: Likewise.
47846 * include/sys/mman.h: Likewise.
47847 * include/sys/msg.h: Likewise.
47848 * include/sys/resource.h: Likewise.
47849 * include/sys/select.h: Likewise.
47850 * include/sys/socket.h: Likewise.
47851 * include/sys/stat.h: Likewise.
47852 * include/sys/statvfs.h: Likewise.
47853 * include/sys/time.h: Likewise.
47854 * include/sys/times.h: Likewise.
47855 * include/sys/uio.h: Likewise.
47856 * include/sys/utsname.h: Likewise.
47857 * include/sys/wait.h: Likewise.
47858 * include/termios.h: Likewise.
47859 * include/time.h: Likewise.
47860 * include/ulimit.h: Likewise.
47861 * include/unistd.h: Likewise.
47862 * include/utime.h: Likewise.
47863 * include/wchar.h: Likewise.
47864 * include/wctype.h: Likewise.
47865 * include/wordexp.h: Likewise.
47866
47867 * posix/tar.h (TSVTX): Should not be visible for POSIX before 2008.
47868
7a270350
UD
47869 * time/time.h: TIME_UTC must be a macro.
47870 Make timespec_get available for ISO C11 only as well.
47871
7724defc
UD
478722012-02-24 Ulrich Drepper <drepper@gmail.com>
47873
47874 * stdlib/fmtmsg.c (fmtmsg): Lock around use of severity list.
47875 Reported by Peng Haitao <penght@cn.fujitsu.com>.
47876
6b1d1d46
JM
478772012-02-24 Joseph Myers <joseph@codesourcery.com>
47878
47879 * configure.in: Use -o not -a in test for unsupported multi-arch.
6b1d1d46 47880
0f8bbd69
JM
478812012-02-24 Joseph Myers <joseph@codesourcery.com>
47882
47883 * manual/texinfo.tex: Update to version 2012-01-19.16.
47884
66ab80bc
JM
478852012-02-24 Joseph Myers <joseph@codesourcery.com>
47886
47887 * manual/Makefile (licenses): Change fdl-1.1.texi to fdl-1.3.texi.
47888
74981cc5
RM
478892012-02-24 Roland McGrath <roland@hack.frob.com>
47890
ee968201
RM
47891 [BZ #13738]
47892 * manual/libc.texinfo (FDL_VERSION): Set to 1.3.
47893 * manual/fdl-1.3.texi: New file.
47894 * manual/fdl-1.1.texi: File removed.
47895
74981cc5
RM
47896 [BZ #13738]
47897 * manual/libc.texinfo (FDL_VERSION): New @set.
47898 Use it for mention of FDL in cover text.
47899 (Documentation License): Use it in @include file name.
47900
7bb764bc
JM
479012012-02-22 Joseph Myers <joseph@codesourcery.com>
47902 Roland McGrath <roland@hack.frob.com>
47903
47904 [BZ #5461]
57f41c40
AS
47905 * manual/arith.texi (strtoll): Refer to LLONG_MAX and LLONG_MIN)
47906 (not LONG_LONG_MAX and LONG_LONG_MIN.
7bb764bc
JM
47907 * manual/lang.texi (LONG_LONG_MIN): Document first as ISO
47908 LLONG_MIN. Refer to LONG_LONG_MIN only as older GCC-specific
47909 name.
47910 (LONG_LONG_MAX, LLONG_MAX, ULONG_LONG_MAX, ULLONG_MAX): Likewise.
47911
6cbeae47
JM
479122012-02-22 Joseph Myers <joseph@codesourcery.com>
47913
47914 [BZ #2547]
47915 [BZ #11365]
47916 * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Do not
47917 manipulate bits before adding and subtracting TWO23[sx].
47918 * math/libm-test.inc (nearbyint_test): Add more tests.
47919
fe45ce09
JM
479202012-02-22 Joseph Myers <joseph@codesourcery.com>
47921
47922 [BZ #2548]
47923 * sysdeps/ieee754/flt-32/s_rintf.c (__rintf): Do not manipulate
47924 bits before adding and subtracting TWO23[sx].
47925 * math/libm-test.inc (rint_test): Add more tests.
47926 (rint_test_tonearest): Likewise.
47927 (rint_test_towardzero): Likewise.
47928 (rint_test_downward): Likewise.
47929 (rint_test_upward: Likewise.
47930
ff3b3d82
JM
479312012-02-22 Joseph Myers <joseph@codesourcery.com>
47932
47933 [BZ #10110]
47934 * include/stdc-predef.h: New file. Extracted from features.h.
47935 * include/features.h: Include stdc-predef.h.
47936 * Makefile (headers): Add stdc-predef.h.
47937 * CONFORMANCE (Compiler limitations): Update.
47938
ef0aab35
JM
479392012-02-22 Joseph Myers <joseph@codesourcery.com>
47940
47941 * manual/libc.texinfo (VERSION, UPDATED): Revert.
47942
58639409
DM
479432012-02-21 David S. Miller <davem@davemloft.net>
47944
47945 * sysdeps/sparc/sparc32/fpu/libm-test-ulps: More jn test ULP updates.
47946 * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
47947
c0e70b25
DM
479482012-02-20 David S. Miller <davem@davemloft.net>
47949
47950 * sysdeps/sparc/sparc32/__longjmp.S: Unwind in the 'thread' path
47951 using a normal save/restore sequence, rather than allocating a
47952 dummy stack frame just to store a frame pointer and restore.
47953 * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
47954
fb06851d
JM
479552012-02-21 Joseph Myers <joseph@codesourcery.com>
47956
47957 * manual/install.texi: Fix stray word in line-wrapped comment.
47958
7a8b71c3
DM
479592012-02-20 David S. Miller <davem@davemloft.net>
47960
d510c123
DM
47961 * sysdeps/sparc/elf/configure.in (PI_STATIC_AND_HIDDEN): Define if
47962 both binutils and gcc support GOTDATA.
47963
0722d7c2
DM
47964 * sysdeps/unix/sparc/sysdep.h: Document why we don't use
47965 "rd %pc" in the PIC register setup sequences.
47966
3d2b3019
DM
47967 * sysdeps/sparc/crti.S: Try to use GOTDATA relocs.
47968 * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
47969 * sysdeps/sparc/sparc32/elf/start.S: Likewise.
47970 * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
47971 * sysdeps/sparc/sparc64/elf/start.S: Likewise.
47972 * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
47973 * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
47974 * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
47975 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
47976 (SYSCALL_ERROR_HANDLER): Likewise.
47977 * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
47978 * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
47979 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
47980 (SYSCALL_ERROR_HANDLER): Likewise.
47981
c80098a9
DM
47982 * config.h.in (HAVE_BINUTILS_GOTDATA): New.
47983 (HAVE_GCC_GOTDATA): New.
47984 * sysdeps/sparc/elf/configure.in: Test for GOTDATA
47985 relocation support in both binutils and gcc.
47986 * sysdeps/sparc/elf/configure: Regenerate.
47987
3a2545a0
DM
47988 * sysdeps/sparc/sparc32/elf/configure.in: Delete.
47989 * sysdeps/sparc/sparc32/elf/configure: Delete.
47990 * sysdeps/sparc/sparc64/elf/configure.in: Delete.
47991 * sysdeps/sparc/sparc64/elf/configure: Delete.
47992 * sysdeps/sparc/elf/configure.in: New file.
47993 * sysdeps/sparc/elf/configure: Generate.
47994
7a8b71c3
DM
47995 * sysdeps/sparc/sparc32/elf/configure.in: Delete WDISP22 check.
47996 * sysdeps/sparc/sparc32/elf/configure: Regenerate.
47997 * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
47998 * sysdeps/sparc/sparc64/elf/configure: Regenerate.
47999 * config.h.in (BROKEN_SPARC_WDISP22): Remove.
48000
f1e86fca
JM
480012012-02-21 Joseph Myers <joseph@codesourcery.com>
48002
48003 * manual/install.texi: Do not mention specific glibc version
48004 numbers.
48005 * manual/libc.texinfo (VERSION, UPDATED): Update.
48006 (@copying): Use @copyright{} and range of years.
48007
0e7dfaef
JM
480082012-02-21 Joseph Myers <joseph@codesourcery.com>
48009
48010 [BZ #13695]
48011 * csu/Makefile (distribute): Remove initfini.c and defs.awk.
48012 [crti.S not in sysdirs] (generated): Do not append.
48013 [crti.S not in sysdirs] (omit-deps): Likewise.
48014 [crti.S not in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Remove rule.
48015 [crti.S not in sysdirs] ($(objpfx)initfini.s): Likewise.
48016 [crti.S not in sysdirs] ($(objpfx)crti.S): Likewise.
48017 [crti.S not in sysdirs] ($(objpfx)crtn.S): Likewise.
48018 [crti.S not in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)):
48019 Likewise.
48020 [crti.S not in sysdirs] ($(objpfx)defs.h): Likewise.
48021 [crti.S not in sysdirs] (CFLAGS-initfini.s): Remove variable.
48022 [crti.S not in sysdirs] (initfini.c): Remove vpath directive.
48023 * csu/defs.awk: Remove file.
48024 * sysdeps/generic/initfini.c: Likewise.
48025 * sysdeps/powerpc/powerpc32/Makefile (CFLAGS-initfini.s): Remove
48026 variable.
48027 * sysdeps/powerpc/powerpc64/Makefile (CFLAGS-initfini.s):
48028 Likewise.
48029
599af3ca
JM
480302012-02-20 Joseph Myers <joseph@codesourcery.com>
48031
48032 * sysdeps/unix/sysv/linux/bits/epoll.h: New file.
48033 * sysdeps/unix/sysv/linux/sparc/bits/epoll.h: Likewise.
48034 * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Likewise.
48035 * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Remove
48036 * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
48037 * sysdeps/unix/sysv/linux/sys/epoll.h: Get flags from
48038 <bits/epoll.h>.
48039 (EPOLL_CLOEXEC, EPOLL_NONBLOCK): Don't define here.
48040 (__EPOLL_PACKED): Define to empty if not defined by
48041 <bits/epoll.h>.
48042 (struct epoll_event): Use __EPOLL_PACKED to make possibly packed.
48043 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
48044 bits/epoll.h.
48045
0e499750
JM
480462012-02-20 Joseph Myers <joseph@codesourcery.com>
48047
48048 * sysdeps/unix/sysv/linux/bits/timerfd.h: New file.
48049 * sysdeps/unix/sysv/linux/sparc/bits/timerfd.h: Likewise.
48050 * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Remove.
48051 * sysdeps/unix/sysv/linux/sys/timerfd.h: Get flags from
48052 <bits/timerfd.h>.
48053 (TFD_CLOEXEC, TFD_NONBLOCK): Don't define here.
48054 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
48055 bits/timerfd.h.
48056
5ad91f6e
JM
480572012-02-20 Joseph Myers <joseph@codesourcery.com>
48058
48059 * sysdeps/i386/fpu/libm-test-ulps: Resort with gen-libm-test.pl -n
48060 in C locale.
48061 * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
48062 * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
48063 * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Likewise.
48064 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48065
06b99b02
AJ
480662012-02-20 Aurelien Jarno <aurelien@aurel32.net>
48067
48068 * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Adjust ULPs for jn tests.
48069 * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
48070
7638c0fd
AS
480712012-02-19 Andreas Schwab <schwab@linux-m68k.org>
48072
48073 * manual/errno.texi (Error Codes): Add EHWPOISON entry.
48074 * sysdeps/unix/sysv/linux/bits/errno.h (EHWPOISON): Define if not
48075 defined.
48076 * sysdeps/unix/sysv/linux/sparc/bits/errno.h (EHWPOISON):
48077 Likewise.
48078 * sysdeps/unix/sysv/linux/sparc/Versions: Add new errlist compat
48079 entry for 2.16.
48080
92221550
AJ
480812012-02-19 Aurelien Jarno <aurelien@aurel32.net>
48082
48083 * math/w_acos.c: Use non-signaling floating-point comparisons.
48084 * math/w_acosf.c: Likewise.
48085 * math/w_acosh.c: Likewise.
48086 * math/w_acoshf.c: Likewise.
48087 * math/w_acoshl.c: Likewise.
48088 * math/w_acosl.c: Likewise.
48089 * math/w_asin.c: Likewise.
48090 * math/w_asinf.c: Likewise.
48091 * math/w_asinl.c: Likewise.
48092 * math/w_atanh.c: Likewise.
48093 * math/w_atanhf.c: Likewise.
48094 * math/w_atanhl.c: Likewise.
48095 * math/w_exp2.c: Likewise.
48096 * math/w_exp2f.c: Likewise.
48097 * math/w_exp2l.c: Likewise.
48098 * math/w_j0.c: Likewise.
48099 * math/w_j0f.c: Likewise.
48100 * math/w_j0l.c: Likewise.
48101 * math/w_j1.c: Likewise.
48102 * math/w_j1f.c: Likewise.
48103 * math/w_j1l.c: Likewise.
48104 * math/w_jn.c: Likewise.
48105 * math/w_jnf.c: Likewise.
48106 * math/w_log.c: Likewise.
48107 * math/w_log10.c: Likewise.
48108 * math/w_log10f.c: Likewise.
48109 * math/w_log10l.c: Likewise.
48110 * math/w_log2.c: Likewise.
48111 * math/w_log2f.c: Likewise.
48112 * math/w_log2l.c: Likewise.
48113 * math/w_logf.c: Likewise.
48114 * math/w_logl.c: Likewise.
48115 * math/w_sqrt.c: Likewise.
48116 * math/w_sqrtf.c: Likewise.
48117 * math/w_sqrtl.c: Likewise.
48118 * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
48119 * sysdeps/ieee754/dbl-64/w_exp.c: Likewise.
48120 * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
48121 * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
48122 * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
48123
ebaf36eb
JM
481242012-02-19 Joseph Myers <joseph@codesourcery.com>
48125
48126 [BZ #9739]
48127 * manual/string.texi (strnlen): Use correct parameter name in
48128 equivalent expression.
48129
71c254a6
JM
481302012-02-19 Joseph Myers <joseph@codesourcery.com>
48131
48132 [BZ #11174]
48133 * manual/users.texi (seteuid): Consistently use neweuid for
48134 argument name.
48135
16d2c631
JM
481362012-02-19 Joseph Myers <joseph@codesourcery.com>
48137
48138 [BZ #13704]
48139 * manual/nss.texi (Services in the NSS configuration): Correct
48140 list of services in example configuration file.
48141
cd837b09
NB
481422012-02-19 Nick Bowler <nbowler@draconx.ca>
48143
48144 [BZ #11322]
48145 * manual/arith.texi: Remove statements about negative zero
48146 behaving identically to zero.
48147
02c4bbad
JM
481482012-02-18 Joseph Myers <joseph@codesourcery.com>
48149
48150 [BZ #5993]
48151 * manual/install.texi: Do not document upgrading from libc5.
48152
366842e7
JM
481532012-02-18 Joseph Myers <joseph@codesourcery.com>
48154
48155 [BZ #4596]
48156 * manual/conf.texi (_POSIX_VERSION): Do not mention __POSIX__.
48157
dd54084d
DM
481582012-02-18 David S. Miller <davem@davemloft.net>
48159
48160 * sysdeps/unix/sparc/sysdep.h (SPARC_PIC_THUNK): New macro.
48161 (SETUP_PIC_REG): Use SPARC_PIC_THUNK and don't save and restore
48162 %o7 across the call.
48163 (SETUP_PIC_REG_LEAF): Do %o7 save/restore in this new macro
48164 instead.
48165 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Use
48166 SETUP_PIC_REG_LEAF.
48167 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
48168 * sysdeps/sparc/crti.S: Use SETUP_PIC_REG.
48169 * sysdeps/sparc/crtn.S: Likewise.
48170
2bcc53a3
UD
481712012-02-17 Ulrich Drepper <drepper@gmail.com>
48172
48173 * aout/Makefile: Remove.
48174
09c093b5
RK
481752012-02-18 Rafe Kettler <rafe.kettler@gmail.com>
48176
48177 [BZ #13058]
48178 * manual/examples/argp-ex1.c (main): Format definition in GNU
48179 style.
48180 * manual/examples/argp-ex2.c (main): Likewise.
48181 * manual/examples/argp-ex3.c (main): Likewise.
48182 * manual/examples/argp-ex4.c (main): Likewise.
48183 * manual/examples/longopt.c (main): Use new-style prototype
48184 definition.
48185 * manual/examples/strncat.c (main): Specify return type and use
48186 (void) for arguments.
48187 * manual/examples/subopt.c (main): Use char **argv argument.
48188
2ee633a2
JM
481892012-02-17 Joseph Myers <joseph@codesourcery.com>
48190
48191 [BZ #5077]
48192 * manual/lang.texi (FLT_EPSILON): Avoid description depending on
48193 rounding modes.
48194
0520adde
FB
481952012-02-17 Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>
48196
48197 [BZ #6907]
48198 * manual/string.texi (strchr): Change when strchrnul is
48199 recommended.
48200
3f4081cd
DGM
482012012-02-17 Dwayne Grant McConnell <decimal@us.ibm.com>
48202
48203 [BZ #174]
48204 * manual/locale.texi (setlocale): Document LOCPATH.
48205
d1b10e78
JM
482062012-02-17 Joseph Myers <joseph@codesourcery.com>
48207
48208 [BZ #10210]
48209 * manual/process.texi (execle): Move @dots{} before last argument.
48210
79c6869c
PB
482112012-02-17 Paul Bolle <pebolle@tiscali.nl>
48212
48213 [BZ #12047]
48214 * manual/charset.texi (Generic Charset Conversion): Fix typo
48215 (LC_TYPE -> LC_CTYPE).
48216
cc6e48bc
NB
482172012-02-17 Nicolas Boulenguez <nicolas.boulenguez@free.fr>
48218
48219 [BZ #5805]
48220 * manual/arith.texi (scalbn): Use @var{} on parameter names.
48221 (scalbnf): Likewise.
48222 (scalbnl): Likewise.
48223 (scalbln): Likewise.
48224 (scalblnf): Likewise.
48225 (scalblnl): Likewise.
48226 * manual/errno.texi (vwarn): Name last parameter as @var{ap}.
48227 (vwarnx): Likewise.
48228 (verr): Likewise.
48229 (verrx): Likewise.
48230 * manual/filesys.texi (telldir): Use braces around return type.
48231 * manual/llio.texi (mmap): Add space after comma.
48232 (mmap64): Likewise.
48233 * manual/math.texi (jn): Use @var{} on parameter names.
48234 (jnf): Likewise.
48235 (jnl): Likewise.
48236 (yn): Likewise.
48237 (ynf): Likewise.
48238 (ynl): Likewise.
48239 * manual/memory.texi (alloca): Remove semicolon on @deftypefun
48240 line.
48241 * manual/resource.texi (ulimit): Use @dots{} instead of literal
48242 "...".
48243 (sched_get_priority_min): Remove semicolon on @deftypefun line.
48244 (sched_get_priority_max): Likewise.
48245 * manual/signal.texi (sigvec): Add space after comma.
48246 * manual/socket.texi (if_nametoindex): Use @var{} on parameter
48247 names.
48248 (if_indextoname): Likewise.
48249 (if_freenameindex): Likewise.
48250 (sendto): Use ',' instead of '.' in prototype.
48251 * manual/startup.texi (syscall): Use @dots{} instead of literal
48252 "...".
48253 * manual/stdio.texi (__fpending): Separate initial words of
48254 paragraph from @deftypefun line.
48255 * manual/syslog.texi (syslog): Use @dots{} instead of literal
48256 "...".
48257 (vsyslog): Use @var{} on parameter names.
48258 * manual/terminal.texi (stty): Use @var{} on parameter names.
48259 * manual/users.texi (getutmp): Use @var{} on parameter names.
48260 (getutmpx): Likewise.
48261
5b23062f
JM
482622012-02-17 Joseph Myers <joseph@codesourcery.com>
48263
48264 [BZ #6884]
48265 * manual/stdio.texi (fopen): Fix typos in description of
48266 ",ccs=STRING".
48267
8dee4833
AJ
482682012-02-17 Aurelien Jarno <aurelien@aurel32.net>
48269
48270 [BZ #4026]
48271 * sysdeps/unix/sysv/linux/clock_settime.c: include <time.h> to
48272 get clock_id definition.
48273
9078ce93
TS
482742012-02-17 Thomas Schwinge <thomas@schwinge.name>
48275
48276 [BZ #4822]
48277 * sysdeps/mach/hurd/malloc-machine.h: #include <sys/mman.h>.
48278 (madvise): Cast every argument to void on its own.
48279
3835c55f
JM
482802012-02-17 Joseph Myers <joseph@codesourcery.com>
48281
48282 [BZ #9902]
48283 * manual/startup.texi (Exit Status): Fix typo.
48284
35c47e37
JM
482852012-02-17 Joseph Myers <joseph@codesourcery.com>
48286
48287 [BZ #10140]
48288 * manual/examples/argp-ex1.c: Include <stdlib.h>.
48289 * manual/examples/argp-ex2.c: Likewise.
48290 * manual/examples/argp-ex3.c: Likewise.
48291
e3b69ca7
RH
482922012-02-16 Richard Henderson <rth@redhat.com>
48293
48294 * sysdeps/s390/s390-32/crti.S, sysdeps/s390/s390-32/crtn.S: New files.
48295 * sysdeps/s390/s390-32/initfini.c: Remove.
48296 * sysdeps/s390/s390-64/crti.S, sysdeps/s390/s390-64/crtn.S:
48297 * sysdeps/s390/s390-64/initfini.c: Remove.
48298
df83af67
KK
482992012-02-15 Kaz Kojima <kkojima@rr.iij4u.or.jp>
48300
48301 * sysdeps/sh/crti.S, sysdeps/sh/crtn.S: New files, based on
48302 compiler output for sysdeps/generic/initfini.c.
48303 * sysdeps/sh/elf/initfini.c: Remove file.
48304
f63f3380
DM
483052012-02-16 David S. Miller <davem@davemloft.net>
48306
fb59b3a4
DM
48307 [BZ #11494]
48308 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_FSYNC): Define.
48309
f63f3380
DM
48310 * sysdeps/sparc/Makefile: Add -fPIC when building crt{i,n}.S
48311 * sysdeps/sparc/crti.S: New file.
48312 * sysdeps/sparc/crtn.S: New file.
48313 * sysdeps/sparc/sparc32/Makefile: Remove initfini handling.
48314 * sysdeps/sparc/sparc64/Makefile: Likewise.
48315
df6a4a4a
MF
483162012-02-15 Mike Frysinger <vapier@gentoo.org>
48317
6dd8f3dc 48318 [BZ #3335]
df6a4a4a
MF
48319 * sysdeps/unix/sysv/linux/getcwd.c: Include sys/param.h.
48320
1cac7236
RM
483212012-02-15 Roland McGrath <roland@hack.frob.com>
48322
d2c736f8
RM
48323 [BZ #4822]
48324 * sysdeps/mach/hurd/malloc-machine.h (madvise): New macro.
48325
1cac7236
RM
48326 * mach/devstream.c (cookie_io_functions_t): Macro removed.
48327 (write, read, close): Likewise.
48328 Patch by Aurelien Jarno <aurelien@aurel32.net>.
48329
8e475601
JM
483302012-02-15 Joseph Myers <joseph@codesourcery.com>
48331
48332 * sysdeps/unix/sysv/linux/bits/signalfd.h: New file.
48333 * sysdeps/unix/sysv/linux/sparc/bits/signalfd.h: Likewise.
48334 * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h: Remove.
48335 * sysdeps/unix/sysv/linux/sys/signalfd.h: Get flags from
48336 <bits/signalfd.h>.
48337 (SFD_CLOEXEC, SFD_NONBLOCK): Don't define here.
48338 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
48339 bits/signalfd.h.
48340
ed656b40
MP
483412012-02-14 Marek Polacek <polacek@redhat.com>
48342
48343 * sysdeps/x86_64/crti.S: New file.
48344 * sysdeps/x86_64/crtn.S: New file.
48345 * sysdeps/x86_64/elf/initfini.c: Remove file.
48346
2a979d3a
JM
483472012-02-13 Joseph Myers <joseph@codesourcery.com>
48348
48349 * sysdeps/unix/sysv/linux/bits/inotify.h: New file.
48350 * sysdeps/unix/sysv/linux/sparc/bits/inotify.h: Likewise.
48351 * sysdeps/unix/sysv/linux/sparc/sys/inotify.h: Remove.
48352 * sysdeps/unix/sysv/linux/sys/inotify.h: Get flags from
48353 <bits/inotify.h>.
48354 (IN_CLOEXEC, IN_NONBLOCK): Don't define here.
48355 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
48356 bits/inotify.h.
48357
2a418ac3
JM
483582012-02-13 Joseph Myers <joseph@codesourcery.com>
48359
48360 * sysdeps/unix/sysv/linux/bits/eventfd.h: New file.
48361 * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h: Likewise.
48362 * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: Remove.
48363 * sysdeps/unix/sysv/linux/sys/eventfd.h: Get flags from
48364 <bits/eventfd.h>.
48365 (EFD_SEMAPHORE, EFD_CLOEXEC, EFD_NONBLOCK): Don't define here.
48366 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
48367 bits/eventfd.h.
48368
fb779be7
TS
483692012-02-10 Thomas Schwinge <thomas@codesourcery.com>
48370
e19e83c5
RM
48371 * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Invoke
48372 __feraiseexcept instead of feraiseexcept.
7c35ffed 48373
fb779be7
TS
48374 * rt/tst-cpuclock1.c: Add a few comments, and error checking for
48375 nanosleep invocations.
48376 * rt/tst-cpuclock2.c: Print some values as intended, fix explanatory
48377 strings, and add error checking for a nanosleep invocations.
48378
59ba27a6
PE
483792012-02-09 Paul Eggert <eggert@cs.ucla.edu>
48380
48381 Replace FSF snail mail address with URLs, as per GNU coding standards.
48382 Most of the snail mail addresses were wrong anyway, and omitting
48383 them makes the source code easier to maintain. Almost all of the
48384 changes are to license notices and to locale LC_IDENTIFICATION
48385 addresses, except for this one:
48386 * manual/libc.texinfo: In "Published by", give the FSF's URL,
48387 not its snail mail address.
48388
57b957eb
RH
483892012-02-09 Richard Henderson <rth@twiddle.net>
48390
af850b1c
RH
48391 * sysdeps/unix/sysv/linux/internal_statvfs.c: Use <> for include
48392 of kernel-features.h.
48393
57b957eb
RH
48394 * elf/dl-tls.c (update_get_addr): Avoid pointer type mismatch warning.
48395
6b73181a
MP
483962012-02-08 Marek Polacek <polacek@redhat.com>
48397
48398 * libio/libio.h: Remove _G_HAVE_SYS_CDEFS conditional.
48399 * sysdeps/mach/hurd/_G_config.h: Remove _G_HAVE_SYS_CDEFS macro.
48400 * sysdeps/gnu/_G_config.h: Likewise.
48401 * sysdeps/generic/_G_config.h: Likewise.
48402
26ecc33a
AS
484032012-02-08 Andreas Schwab <schwab@linux-m68k.org>
48404
6c6dbc63
AS
48405 * sysdeps/i386/fpu/libm-test-ulps: Reduce ldouble ULPs for jn
48406 tests.
48407 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48408
e216c012
AS
48409 * sysdeps/powerpc/powerpc32/crti.S: New file.
48410 * sysdeps/powerpc/powerpc32/crtn.S: New file.
48411 * sysdeps/powerpc/powerpc64/crti.S: New file.
48412 * sysdeps/powerpc/powerpc64/crtn.S: New file.
48413
26ecc33a
AS
48414 * Makeconfig (have-initfini): Don't set.
48415 * config.make.in (have-initfini, need-nopic-initfini): Don't set.
48416 * configure.in (nopic_initfini): Don't substitute.
48417 * config.h.in (HAVE_INITFINI): Don't #undef.
48418 * csu/Makefile (CPPFLAGS): Don't add -DHAVE_INITFINI.
48419 * csu/gmon-start.c: Assume HAVE_INITFINI is defined.
48420
3add8e13
JM
484212012-02-08 Joseph Myers <joseph@codesourcery.com>
48422
48423 Support crti.S and crtn.S provided directly by architectures.
48424 * csu/Makefile [crti.S in sysdirs] (generated): Do not append.
48425 [crti.S in sysdirs] (omit-deps): Likewise.
48426 [crti.S in sysdirs] (CFLAGS-initfini.s): Do not define variable.
48427 [crti.S in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Disable rule.
48428 [crti.S in sysdirs] ($(objpfx)initfini.s): Likewise.
48429 [crti.S in sysdirs] ($(objpfx)crti.S): Likewise.
48430 [crti.S in sysdirs] ($(objpfx)crtn.S): Likewise.
48431 [crti.S in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)): Likewise.
48432 [crti.S in sysdirs] ($(objpfx)defs.h): Likewise.
48433 [crti.S in sysdirs] (initfini.c): Remove vpath directive.
48434 * sysdeps/i386/crti.S, sysdeps/i386/crtn.S: New files, based on
48435 compiler output for sysdeps/generic/initfini.c.
48436 * sysdeps/i386/elf/Makefile: Remove file.
48437 * sysdeps/i386/Makefile (CFLAGS-initfini.s): Remove variable.
48438
a22f12b4
MP
484392012-02-07 Marek Polacek <polacek@redhat.com>
48440
48441 * sysdeps/generic/_G_config.h: Remove _G_ARGS macro.
48442 * sysdeps/gnu/_G_config.h: Likewise.
48443 * sysdeps/mach/hurd/_G_config.h: Likewise.
48444
148cf100
MP
484452012-02-07 Marek Polacek <polacek@redhat.com>
48446
48447 * math/Makefile (tests): Add tst-CMPLX2.
48448 * math/tst-CMPLX2.c: New file.
48449
cfdc0dd7
AS
484502012-02-07 Andreas Schwab <schwab@linux-m68k.org>
48451
84ba42c4
AS
48452 * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
48453
cfdc0dd7
AS
48454 * math/libm-test.inc (jn_test): Add missing L suffix.
48455
622c86f4
MP
484562012-02-06 Marek Polacek <polacek@redhat.com>
48457
48458 * sysdeps/s390/asm-syntax.h: Remove __ELF__ conditionals.
48459 * sysdeps/i386/fpu/e_powf.S: Likewise.
48460 * sysdeps/i386/fpu/e_atanhf.S: Likewise.
48461 * sysdeps/i386/fpu/s_cexpl.S: Likewise.
48462 * sysdeps/i386/fpu/e_acosh.S: Likewise.
48463 * sysdeps/i386/fpu/e_pow.S: Likewise.
48464 * sysdeps/i386/fpu/s_asinhl.S: Likewise.
48465 * sysdeps/i386/fpu/e_acoshl.S: Likewise.
48466 * sysdeps/i386/fpu/s_expm1.S: Likewise.
48467 * sysdeps/i386/fpu/s_frexpf.S: Likewise.
48468 * sysdeps/i386/fpu/e_log2.S: Likewise.
48469 * sysdeps/i386/fpu/e_log2l.S: Likewise.
48470 * sysdeps/i386/fpu/e_scalb.S: Likewise.
48471 * sysdeps/i386/fpu/e_powl.S: Likewise.
48472 * sysdeps/i386/fpu/s_log1p.S: Likewise.
48473 * sysdeps/i386/fpu/e_log10f.S: Likewise.
48474 * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
48475 * sysdeps/i386/fpu/e_logl.S: Likewise.
48476 * sysdeps/i386/fpu/s_cbrt.S: Likewise.
48477 * sysdeps/i386/fpu/s_expm1l.S: Likewise.
48478 * sysdeps/i386/fpu/s_frexpl.S: Likewise.
48479 * sysdeps/i386/fpu/s_expm1f.S: Likewise.
48480 * sysdeps/i386/fpu/e_log2f.S: Likewise.
48481 * sysdeps/i386/fpu/e_acoshf.S: Likewise.
48482 * sysdeps/i386/fpu/e_log.S: Likewise.
48483 * sysdeps/i386/fpu/s_cexp.S: Likewise.
48484 * sysdeps/i386/fpu/e_scalbf.S: Likewise.
48485 * sysdeps/i386/fpu/s_log1pl.S: Likewise.
48486 * sysdeps/i386/fpu/e_logf.S: Likewise.
48487 * sysdeps/i386/fpu/e_log10l.S: Likewise.
48488 * sysdeps/i386/fpu/e_atanh.S: Likewise.
48489 * sysdeps/i386/fpu/s_log1pf.S: Likewise.
48490 * sysdeps/i386/fpu/s_asinhf.S: Likewise.
48491 * sysdeps/i386/fpu/s_cexpf.S: Likewise.
48492 * sysdeps/i386/fpu/e_log10.S: Likewise.
48493 * sysdeps/i386/fpu/s_frexp.S: Likewise.
48494 * sysdeps/i386/fpu/e_atanhl.S: Likewise.
48495 * sysdeps/i386/fpu/s_asinh.S: Likewise.
48496 * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
48497 * sysdeps/i386/fpu/e_scalbl.S: Likewise.
48498 * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
48499 * sysdeps/i386/asm-syntax.h: Likewise.
48500 * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
48501 * sysdeps/x86_64/fpu/e_powl.S: Likewise.
48502 * sysdeps/x86_64/fpu/e_logl.S: Likewise.
48503 * sysdeps/x86_64/fpu/s_expm1l.S: Likewise.
48504 * sysdeps/x86_64/fpu/s_log1pl.S: Likewise.
48505 * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
48506 * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
48507 * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
48508 * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
48509 * sysdeps/powerpc/sysdep.h: Likewise.
48510 * sysdeps/powerpc/powerpc64/sysdep.h: Likewise.
48511 * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
48512
d4a54ac6
JM
485132012-02-06 Joseph Myers <joseph@codesourcery.com>
48514
48515 [BZ #411]
48516 * sysdeps/i386/sysdep.h (__i686): Undefine and redefine.
48517
314054ea
JM
485182012-02-06 Joseph Myers <joseph@codesourcery.com>
48519
48520 * sysdeps/i386/sysdep.h: Include <features.h>.
48521 (GET_PC_THUNK, GET_PC_THUNK_STR): Define conditionally on compiler
48522 version.
48523
d8e0ca50
JM
485242012-02-05 Joseph Myers <joseph@codesourcery.com>
48525
48526 * sysdeps/i386/sysdep.h (SETUP_PIC_REG_STR, LOAD_PIC_REG_STR):
48527 Define.
48528 * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Use
48529 LOAD_PIC_REG_STR.
48530
b1da7dd9
JM
485312012-02-03 Joseph Myers <joseph@codesourcery.com>
48532
48533 * sysdeps/i386/sysdep.h (GET_PC_THUNK, GET_PC_THUNK_STR): Define.
48534 (SETUP_PIC_REG): Use GET_PC_THUNK.
48535 * sysdeps/unix/sysv/linux/i386/sysdep.h: Use GET_PC_THUNK_STR
48536 macro.
48537
9a1d9254
JM
485382012-02-03 Joseph Myers <joseph@codesourcery.com>
48539
48540 * sysdeps/i386/sysdep.h (SETUP_PIC_REG, LOAD_PIC_REG): Define also
48541 for non-PIC compilation.
48542 (SETUP_PIC_REG): Add .p2align directive.
48543 * sysdeps/i386/i686/memcmp.S: Use macros for PIC register setup.
48544 * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
48545 * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
48546 * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
48547 * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
48548 * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
48549 * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
48550 * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
48551 * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
48552 * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
48553 * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
48554 * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
48555 * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
48556 * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
48557 * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
48558 * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
48559 * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
48560 * sysdeps/i386/i686/multiarch/memset.S: Likewise.
48561 * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
48562 * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
48563 * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
48564 * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
48565 * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
48566 * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
48567 * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
48568 * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
48569 * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
48570 * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
48571 * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
48572 * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
48573 * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
48574 * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
48575 * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
48576 * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
48577 * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
48578 * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
48579 * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
48580 * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
48581 * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
48582 * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
48583 * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
48584
65dc3b75
JM
485852012-02-03 Joseph Myers <joseph@codesourcery.com>
48586
48587 * math/tst-CMPLX.c: Include <stdio.h>.
48588
d55bf177
JM
485892012-01-31 Joseph Myers <joseph@codesourcery.com>
48590
48591 * sysdeps/powerpc/bits/mathdef.h (float_t): Always define as
48592 float.
48593 * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
48594 * sysdeps/sparc/bits/mathdef.h: Likewise.
48595
69db4f8f
MP
485962012-01-31 Marek Polacek <polacek@redhat.com>
48597
48598 * libio/libio.h: Don't define _PARAMS.
48599 * locale/programs/config.h: Don't define PARAMS.
48600 * stdlib/strtol_l.c: Likewise.
48601 (__strtol_l): Remove PARAMS from the prototype.
48602
41b81892
UD
486032012-01-31 Ulrich Drepper <drepper@gmail.com>
48604
3b49edc0
UD
48605 * malloc/malloc.c: Remove name translation. Don't use mixed-cap
48606 names. Just use the correct names. Remove unnecessary wrapper
48607 functions.
48608 * malloc/arena.c: Likewise.
48609 * malloc/hooks.c: Likewise.
48610
41b81892
UD
48611 * malloc/arena.c (arena_get2): Really don't call __get_nprocs if
48612 ARENA_TEST says not to. Simplify test for creation of a new arena.
48613 Partially based on a patch by Siddhesh Poyarekar <siddhesh@redhat.com>.
48614
27a25b6e
UD
486152012-01-30 Ulrich Drepper <drepper@gmail.com>
48616
48617 * elf/dl-tls.c (__tls_get_addr): Optimize by transforming all calls
48618 into tail calls.
48619 (update_get_addr): New function.
48620 (tls_get_addr_tail): Take GET_ADDR_ARGS parameter, remove
48621 GET_ADDR_MODULE parameter.
48622
c8a89e7d
JM
486232012-01-30 Joseph Myers <joseph@codesourcery.com>
48624
48625 * crypt/cert.c: Remove __STDC__ conditionals.
48626 * crypt/crypt-entry.c: Likewise.
48627 * crypt/crypt_util.c: Likewise.
48628 * libio/filedoalloc.c: Likewise.
48629 * libio/fileops.c: Likewise.
48630 * libio/genops.c: Likewise.
48631 * libio/iofclose.c: Likewise.
48632 * libio/iofdopen.c: Likewise.
48633 * libio/iofopen.c: Likewise.
48634 * libio/iofopen64.c: Likewise.
48635 * libio/iogetdelim.c: Likewise.
48636 * libio/iopopen.c: Likewise.
48637 * libio/obprintf.c: Likewise.
48638 * libio/oldfileops.c: Likewise.
48639 * libio/oldiofclose.c: Likewise.
48640 * libio/oldiofdopen.c: Likewise.
48641 * libio/oldiofopen.c: Likewise.
48642 * libio/oldiopopen.c: Likewise.
48643 * libio/wfiledoalloc.c: Likewise.
48644 * libio/wgenops.c: Likewise.
48645 * locale/programs/xmalloc.c: Likewise.
48646 * misc/syslog.c: Likewise.
48647 * stdio-common/xbug.c: Likewise.
48648 * string/memchr.c: Likewise.
48649 * string/memcmp.c: Likewise.
48650 * string/memrchr.c: Likewise.
48651 * string/rawmemchr.c: Likewise.
48652 * sysdeps/posix/getcwd.c: Likewise.
48653 * time/strftime_l.c: Likewise.
48654
3b100462
JM
486552012-01-30 Joseph Myers <joseph@codesourcery.com>
48656
48657 * configure.in (libc_cv_cc_sse2avx): AC_SUBST.
3b100462
JM
48658 * config.make.in (config-cflags-sse2avx): Define.
48659 * sysdeps/x86_64/fpu/multiarch/Makefile (CFLAGS-slowexp-avx.c):
48660 Fix typo.
48661
607998af
CM
486622012-01-29 Chris Metcalf <cmetcalf@tilera.com>
48663
48664 * scripts/config.guess: Update from upstream config git repository.
48665 * scripts/config.sub: Likewise.
48666
3601428f
CM
486672012-01-28 Chris Metcalf <cmetcalf@tilera.com>
48668
3ac8b282
CM
48669 * elf/elf.h (EM_TILEPRO, EM_TILEGX): New macros.
48670 (EM_NUM): Update.
48671 (R_TILEPRO_*, R_TILEGX_*): New macros.
48672
e034841e
CM
48673 * scripts/firstversions.awk: Fix bug in version range handling.
48674
540d7568
CM
48675 * sysdeps/unix/sysv/linux/grantpt.c: Use <> brackets for not-cancel.h.
48676
3601428f
CM
48677 * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Call __fxstatat64.
48678
463de862
CM
48679 * include/sys/epoll.h: New file.
48680 * sysdeps/unix/sysv/linux/epoll_pwait.c (epoll_pwait): Mark as
48681 libc_hidden_def.
48682
73139a76
UD
486832012-01-28 Ulrich Drepper <drepper@gmail.com>
48684
96bc5b45
UD
48685 * sysdeps/x86_64/fpu/bits/mathinline.h (__signbitl): Optimize a bit.
48686 Avoid unnecessary __WORDSIZE == 64 test.
48687 (fmaxf): Use VEX format if possible.
48688 (fmax): Likewise.
48689 (fminf): Likewise.
48690 (fmin): Likewise.
48691
56f6f6a2
UD
48692 * config.h.in: Define HAVE_SSE2AVX_SUPPORT.
48693 * math/math_private.h: Remove libc_fegetround* and
48694 libc_fesetround*.
48695 * sysdeps/i386/configure.in: Check for -msse2avx.
48696 * sysdeps/x86_64/fpu/math_private.h: Use VEX-encoded instructions
48697 also if SSE2AVX is defined.
48698 Remove libc_fegetround* and libc_fesetround*.
48699 * sysdeps/x86_64/fpu/multiarch/Makefile: Compile *-avx functions
48700 if config-cflags-sse2avx is yes. Also add -DSSE2AVX to defines.
48701 * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_AVX again instead
48702 of HAS_YMM_USABLE.
48703 * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
48704 * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
48705 * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
48706 * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
48707 * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
48708
73139a76
UD
48709 * sysdeps/x86_64/fpu/math_private.h: Simplify use of AVX instructions.
48710
d73f93a4
AZ
487112012-01-19 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
48712
48713 * sysdeps/powerpc/powerpc32/a2/memcpy.S: Fix for when cache line
48714 size is not set.
48715 * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
48716
6ee65ed6
UD
487172012-01-27 Ulrich Drepper <drepper@gmail.com>
48718
48719 [BZ #13618]
48720 * elf/dl-open.c (dl_open_worker): Sort objects by dependency before
48721 relocation.
48722 * Makeconfig (libm): Define.
48723 * elf/Makefile: Add rules to build and run tst-relsort1.
48724 * elf/tst-relsort1.c: New file.
48725 * elf/tst-relsort1mod1.c: New file.
48726 * elf/tst-relsort1mod2.c: New file.
48727
8db21882
JM
487282012-01-27 Joseph Myers <joseph@codesourcery.com>
48729
48730 * math/s_ldexp.c: Remove __STDC__ conditionals.
48731 * math/s_ldexpf.c: Likewise.
48732 * math/s_ldexpl.c: Likewise.
48733 * math/s_nextafter.c: Likewise.
48734 * math/s_nexttowardf.c: Likewise.
48735 * math/s_significand.c: Likewise.
48736 * math/s_significandf.c: Likewise.
48737 * math/s_significandl.c: Likewise.
48738 * math/w_jnl.c: Likewise.
48739 * sysdeps/i386/fpu/s_isinfl.c: Likewise.
48740 * sysdeps/i386/fpu/s_isnanl.c: Likewise.
48741 * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
48742 * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
48743 * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
48744 * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
48745 * sysdeps/ieee754/dbl-64/k_tan.c: Likewise.
48746 * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
48747 * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
48748 * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
48749 * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
48750 * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
48751 * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
48752 * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
48753 * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
48754 * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
48755 * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
48756 * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
48757 * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
48758 * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
48759 * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
48760 * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
48761 * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
48762 * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
48763 * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
48764 * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
48765 * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
48766 * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
48767 * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
48768 * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
48769 * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
48770 * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
48771 * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
48772 * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
48773 * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
48774 * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
48775 * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
48776 * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
48777 * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
48778 * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
48779 * sysdeps/ieee754/k_standard.c: Likewise.
48780 * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
48781 * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
48782 * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
48783 * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
48784 * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
48785 * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
48786 * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
48787 * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
48788 * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
48789 * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
48790 * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
48791 * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
48792 * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
48793 * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
48794 * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
48795 * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
48796 * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
48797 * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
48798 * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
48799 * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
48800 * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
48801 * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
48802 * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
48803 * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
48804 * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
48805 * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
48806 * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
48807 * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
48808 * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
48809 * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
48810 * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
48811 * sysdeps/ieee754/ldbl-128ibm/s_ceill.c: Likewise.
48812 * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
48813 * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
48814 * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
48815 * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
48816 * sysdeps/ieee754/ldbl-128ibm/s_floorl.c: Likewise.
48817 * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
48818 * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
48819 * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Likewise.
48820 * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Likewise.
48821 * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
48822 * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
48823 * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Likewise.
48824 * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
48825 * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
48826 * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
48827 * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
48828 * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
48829 * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
48830 * sysdeps/ieee754/ldbl-128ibm/s_roundl.c: Likewise.
48831 * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
48832 * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
48833 * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
48834 * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
48835 * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
48836 * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Likewise.
48837 * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
48838 * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
48839 * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
48840 * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
48841 * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
48842 * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
48843 * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
48844 * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
48845 * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
48846 * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
48847 * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
48848 * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
48849 * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
48850 * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
48851 * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
48852 * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
48853 * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
48854 * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
48855 * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
48856 * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
48857 * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
48858 * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
48859 * sysdeps/ieee754/s_matherr.c: Likewise.
48860 * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
48861 * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
48862 * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
48863 * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
48864
965a54a4
JM
488652012-01-26 Joseph Myers <joseph@codesourcery.com>
48866
48867 * crypt/md5.h: Remove __STDC__ conditionals.
48868 * libio/libioP.h: Likewise.
48869 * locale/programs/config.h: Likewise.
48870 * sysdeps/generic/sysdep.h: Likewise.
48871 * sysdeps/i386/asm-syntax.h: Likewise.
48872 * sysdeps/s390/asm-syntax.h: Likewise.
48873 * sysdeps/unix/sysdep.h: Likewise.
48874 * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
48875 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
48876
7071ad79
JM
488772012-01-26 Joseph Myers <joseph@codesourcery.com>
48878
48879 * libio/libio.h: Remove __STDC__ conditionals.
48880 * malloc/obstack.h: Likewise.
48881 * math/complex.h: Likewise.
48882 * math/math.h: Likewise.
48883 * sysdeps/generic/_G_config.h: Likewise.
48884 * sysdeps/gnu/_G_config.h: Likewise.
48885 * sysdeps/mach/hurd/_G_config.h: Likewise.
48886 * sysdeps/powerpc/bits/mathdef.h: Likewise.
48887 * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
48888 * sysdeps/sparc/bits/mathdef.h: Likewise.
48889
afc5ed09
UD
488902012-01-26 Ulrich Drepper <drepper@gmail.com>
48891
48892 [BZ #13583]
48893 * sysdeps/x86_64/multiarch/init-arch.h: Define bit_OSXSAVE.
08cf777f 48894 Clean up HAS_* macros.
afc5ed09 48895 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): If
08cf777f
UD
48896 bit_AVX is set also check OSXAVE/XCR0 and set bit_YMM_Usable if
48897 possible.
48898 * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_YMM_USABLE, not
48899 HAS_AVX.
48900 * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
48901 * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
48902 * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
48903 * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
48904 * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
afc5ed09 48905
bdb6de1d
JM
489062012-01-25 Joseph Myers <joseph@codesourcery.com>
48907
48908 * elf/tst-unique3.cc (gets): Remove declaration.
48909 * elf/tst-unique3lib.cc (gets): Likewise.
48910 * elf/tst-unique3lib2.cc (gets): Likewise.
48911 * elf/tst-unique4.cc (gets): Likewise.
48912
b15549e6
UD
489132012-01-24 Ulrich Drepper <drepper@gmail.com>
48914
48915 * include/stdio.h: Add C++ protection. Add gets declarations and
48916 definitions.
48917 * debug/tst-chk1.c: Don't declare gets here.
48918 * stdio-common/tst-gets.c: Likewise.
48919
a037381f
JM
489202012-01-24 Joseph Myers <joseph@codesourcery.com>
48921
48922 * posix/glob: Remove directory.
48923
f1d4aa75
JM
489242012-01-24 Joseph Myers <joseph@codesourcery.com>
48925
48926 * wcsmbs/Makefile (tst-c16c32-1-ENV): Define.
48927
81c0c964
PT
489282012-01-22 Pino Toscano <toscano.pino@tiscali.it>
48929
48930 * sysdeps/mach/hurd/socket.c (__socket): Return EAFNOSUPPORT instead
48931 of the non-standard EPFNOSUPPORT.
48932
0ea698ae
ST
489332011-12-26 Samuel Thibault <samuel.thibault@ens-lyon.org>
48934
48935 * sysdeps/mach/hurd/mmap.c (__mmap): When MAPADDR is nonzero, try
48936 __vm_allocate and __vm_map with ANYWHERE set to 0 first, and try with
48937 ANYWHERE set to 1 only on KERN_NO_SPACE error.
48938
d220b117
UD
489392012-01-21 Ulrich Drepper <drepper@gmail.com>
48940
48941 * wcsmbs/uchar.h: Test __STDC_VERSION__.
48942
3e1aa84e
UD
489432012-01-20 Ulrich Drepper <drepper@gmail.com>
48944
48945 * nscd/aicache.c (addhstaiX): Do not cache negative results of
48946 transient errors.
48947 * nscd/grpcache.c (cache_addgr): Likewise.
48948 * nscd/hstcache.c (cache_addhst): Likewise.
48949 * nscd/initgrcache.c (addinitgroupsX): Likewise.
48950 * nscd/pwdcache.c (cache_addpw): Likewise.
48951 * nscd/servicescache.c (cache_addserv): Likewise.
48952
400aa020
UD
489532012-01-16 Ulrich Drepper <drepper@gmail.com>
48954
d77e7869
UD
48955 * malloc/malloc.c: Various cleanups.
48956 * malloc/hooks.c: Likewise.
48957
400aa020
UD
48958 * stdlib/Makefile (tests): Add bug-fmtmsg1.
48959 * stdlib/bug-fmtmsg1.c: New file.
48960
48961 * stdlib/fmtmsg.c (init): Add missing unlock.
48962 Patch by Peng Haitao <penght@cn.fujitsu.com>.
48963
e0a309cf
MP
489642012-01-12 Marek Polacek <polacek@redhat.com>
48965
48966 * libio/bits/stdio2.h: Do not define gets for ISO C11, ISO C++11,
48967 and _GNU_SOURCE.
48968
929d11c7
WS
489692012-01-04 Will Schmidt <will_schmidt@vnet.ibm.com>
48970
48971 * powerpc/powerpc32/sysdep.h: Add GLUE and GENERATE_GOT_LABEL macros.
48972 * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Call
48973 macro to ensure uniqueness of label name.
48974 * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
48975 * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
48976
41d0e869
UD
489772012-01-11 Ulrich Drepper <drepper@gmail.com>
48978
0cc5ed3b
UD
48979 * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: New file.
48980
41d0e869
UD
48981 * sysdeps/ieee754/dbl-64/s_scalbln.c: Add branch prediction.
48982 * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
48983 * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
48984 * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: New file.
48985
a47a831a
UD
489862012-01-10 Ulrich Drepper <drepper@gmail.com>
48987
daa891c0
UD
48988 * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: New file.
48989
48990 * sysdeps/ieee754/dbl-64/s_modf.c: Add branch prediction.
48991 * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
48992 * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
48993
e58ef0f2
UD
48994 * math/bits/mathcalls.h: Add const attribute to fmin and fmax.
48995
a47a831a 48996 * sysdeps/ieee754/dbl-64/s_scalbn.c: Add branch prediction.
a47a831a
UD
48997 * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
48998 * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
41d0e869 48999 * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: New file.
a47a831a
UD
49000
49001 * math/bits/math-finite.h: Add ldexp support.
49002
a0bfc9c7
MP
490032012-01-10 Marek Polacek <polacek@redhat.com>
49004
49005 * locale/programs/localedef.h (show_archive_content): Add noreturn
49006 attribute.
49007
d6e97a1d
UD
490082012-01-09 Ulrich Drepper <drepper@gmail.com>
49009
49010 * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Add branch prediction.
49011
d5835c26
UD
490122012-01-08 Ulrich Drepper <drepper@gmail.com>
49013
e5f484c6
UD
49014 * io/bits/poll2.h: Add __BEGIN/__END_DECLS.
49015
d5835c26
UD
49016 * io/Makefile (headers): Add bits/poll2.h.
49017
d1f741e9
WS
490182011-01-05 Will Schmidt <will_schmidt@vnet.ibm.com>
49019
49020 * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Fix a
49021 typo #include statement.
49022
ec09c1c4
UD
490232012-01-08 Ulrich Drepper <drepper@gmail.com>
49024
49025 * include/sys/cdefs.h: Define __attribute_alloc_size.
49026 * catgets/gencat.c: Add alloc_size attribute and apply consistently
49027 the malloc attribute to xmalloc, xcalloc, xrealloc, and xstrdup.
49028 * elf/pldd.c: Likewise.
49029 * iconv/iconv_charmap.c: Likewise.
49030 * iconv/iconvconfig.c: Likewise.
49031 * iconv/strtab.c: Likewise.
49032 * locale/programs/locale.c: Likewise.
49033 * locale/programs/localedef.h: Likewise.
49034 * locale/programs/simple-hash.c: Likewise.
49035 * nscd/nscd.h: Likewise.
49036 * nss/makedb.c: Likewise.
49037 * sysdeps/generic/ldconfig.h: Likewise.
49038 * locale/programs/localedef.c: Remove xmalloc prototype.
49039 * nscd/mem.c: Remove xmalloc and xcalloc prototypes.
49040
20b38e03
PP
490412012-01-05 Paul Pluzhnikov <ppluzhnikov@google.com>
49042
49043 * stdio-common/vfscanf.c (_IO_vfscanf_internal): Use alloca when
49044 appropriate.
49045
a0da5fe1
UD
490462012-01-08 Ulrich Drepper <drepper@gmail.com>
49047
1d5a644a 49048 * math/Makefile (tests): Add tst-CMPLX.
669704fd 49049 * math/tst-CMPLX.c: New file.
1d5a644a 49050
8784a6db
UD
49051 * math/complex.h (CMPLXL): Fix typo.
49052
d9a216c0
UD
49053 * debug/Makefile (routines): Add poll_chk and ppoll_chk.
49054 * debug/Versions: Export __pool_chk and __ppoll_chk from libc for
49055 GLIBC_2.16.
49056 * debug/tst-chk1.c: Add poll and ppoll tests.
49057 * io/sys/poll.h: Include bits/poll2.h for _FORTIFY_SOURCE.
49058 * include/sys/poll.h: Add hidden proto for ppoll.
49059 * sysdeps/unix/sysv/linux/ppoll.c: Add hidden def.
49060 * sysdeps/mach/hurd/ppoll.c: Likewise.
49061 * io/ppoll.c: Likewise.
49062 * debug/poll_chk.c: New file.
49063 * debug/ppoll_chk.c: New file.
49064 * include/bits/poll2.h: New file.
49065 * io/bits/poll2.h: New file.
49066
ac097f5c
UD
49067 [BZ #1350]
49068 * math/complex.h (CMPLX, CMPLXF, CMPLXL): Define.
49069
2119dcfa
UD
49070 * configure.in: static is always set to yes. Remove.
49071 * config.make.in: Don't set build-static.
49072 * Makeconfig: Remove use of build-static.
49073 * dlfcn/Makefile: Likewise.
49074 * elf/Makefile: Likewise.
49075 * math/Makefile: Likewise.
49076 * misc/Makefile: Likewise.
49077 * nptl/Makefile: Likewise.
49078 * sysdeps/mach/hurd/Makefile: Likewise.
49079
121766a9
UD
49080 * configure.in: PWD_P is not used anymore.
49081 * config.make.in: Remove PWD_P entry.
49082
51a1d39c 49083 * configure.in: Remove last remnants of RANLIB.
8720d066 49084 No need to check for signed size_t anymore.
215f4bdc
UD
49085 Don't set libc_commonpagesize and libc_relro_required here for Alpha
49086 and IA-64.
3857022a 49087 Remove __builtin_expect test because we require at least gcc 3.4.
51a1d39c
UD
49088 * aclocal.m4: Likewise.
49089
d3ed7225
UD
49090 * wcsmbs/mbrtoc16.c: Implement using towc function.
49091 * wcsmbs/wcsmbsload.h: No need for toc16 and fromc16 functions.
49092 * wcsmbs/wcsmbsload.c: Likewise.
49093 * iconv/gconv_simple.c: Likewise.
49094 * iconv/gconv_int.h: Likewise.
49095 * iconv/gconv_builtin.h: Likewise.
49096 * iconv/iconv_prog.c: Remove CHAR16 handling.
49097
49098 * wcsmbs/c16rtomb.c: Remove #if 0'ed code.
49099
49100 * wcsmbs/mbrtowc.c: Better check for invalid inputs.
49101
a0da5fe1
UD
49102 * configure.in: Remove --with-elf and --enable-bounded options.
49103 Dont set base_machine for ia64. More non-ELF conditions removed.
49104 Remove testing and setting of leading underscore information.
49105 * config.make.in (build-bounded): Set to no.
49106 * config.h.in: Remove NO_UNDERSCORES entry.
49107 * include/libc-symbols.h: Don't define HAVE_WEAK_SYMBOLS. ELF has
49108 them.
49109 * csu/start.c: Remove !NO_UNDERSCORE code.
49110 * locale/localeinfo.h: Likewise.
49111 * sysdeps/generic/machine-gmon.h: Likewise.
49112 * sysdeps/generic/sysdep.h: Likewise.
49113 * sysdeps/i386/sysdep.h: Likewise.
49114 * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
49115 * sysdeps/mach/sysdep.h: Likewise.
49116 * sysdeps/s390/s390-32/sysdep.h: Likewise.
49117 * sysdeps/s390/s390-64/sysdep.h: Likewise.
49118 * sysdeps/sh/sysdep.h: Likewise.
49119 * sysdeps/sparc/sparc32/alloca.S: Likewise.
49120 * sysdeps/unix/i386/sysdep.S: Likewise.
49121 * sysdeps/unix/sparc/start.c: Likewise.
49122 * sysdeps/unix/sparc/sysdep.S: Likewise.
49123 * sysdeps/unix/sparc/sysdep.h: Likewise.
49124 * sysdeps/unix/start.c: Likewise.
49125 * sysdeps/unix/x86_64/sysdep.S: Likewise.
49126 * sysdeps/x86_64/sysdep.h: Likewise.
49127
df78418a
UD
491282012-01-07 Ulrich Drepper <drepper@gmail.com>
49129
a784e502
UD
49130 [BZ #13553]
49131 * misc/sys/cdefs.h: Remove __const, __signed, and __volatile definition
49132 for non-gcc.
49133 * argp/argp-fmtstream.h: Use const instead __const.
49134 * argp/argp.h: Likewise.
49135 * assert/assert.h: Likewise.
49136 * bits/fenv.h: Likewise.
49137 * bits/sched.h: Likewise.
49138 * bits/sigset.h: Likewise.
49139 * bits/sigthread.h: Likewise.
49140 * catgets/nl_types.h: Likewise.
49141 * conform/data/pthread.h-data: Likewise.
49142 * crypt/crypt-private.h: Likewise.
49143 * crypt/crypt.h: Likewise.
49144 * crypt/crypt_util.c: Likewise.
49145 * ctype/ctype.h: Likewise.
49146 * debug/execinfo.h: Likewise.
49147 * debug/mbsnrtowcs_chk.c: Likewise.
49148 * debug/mbsrtowcs_chk.c: Likewise.
49149 * debug/wcsnrtombs_chk.c: Likewise.
49150 * debug/wcsrtombs_chk.c: Likewise.
49151 * debug/wcstombs_chk.c: Likewise.
49152 * dirent/dirent.h: Likewise.
49153 * dlfcn/dlfcn.h: Likewise.
49154 * elf/neededtest4.c: Likewise.
49155 * grp/grp.h: Likewise.
49156 * gshadow/gshadow.h: Likewise.
49157 * iconv/gconv.h: Likewise.
49158 * iconv/gconv_int.h: Likewise.
49159 * iconv/gconv_simple.c: Likewise.
49160 * iconv/iconv.h: Likewise.
49161 * iconv/loop.c: Likewise.
49162 * iconv/skeleton.c: Likewise.
49163 * include/aio.h: Likewise.
49164 * include/aliases.h: Likewise.
49165 * include/argz.h: Likewise.
49166 * include/arpa/inet.h: Likewise.
49167 * include/assert.h: Likewise.
49168 * include/dirent.h: Likewise.
49169 * include/dlfcn.h: Likewise.
49170 * include/execinfo.h: Likewise.
49171 * include/fcntl.h: Likewise.
49172 * include/fenv.h: Likewise.
49173 * include/glob.h: Likewise.
49174 * include/grp.h: Likewise.
49175 * include/libintl.h: Likewise.
49176 * include/mntent.h: Likewise.
49177 * include/netdb.h: Likewise.
49178 * include/pwd.h: Likewise.
49179 * include/rpc/netdb.h: Likewise.
49180 * include/sched.h: Likewise.
49181 * include/search.h: Likewise.
49182 * include/shadow.h: Likewise.
49183 * include/signal.h: Likewise.
49184 * include/stdio.h: Likewise.
49185 * include/stdlib.h: Likewise.
49186 * include/string.h: Likewise.
49187 * include/sys/socket.h: Likewise.
49188 * include/sys/stat.h: Likewise.
49189 * include/sys/statfs.h: Likewise.
49190 * include/sys/statvfs.h: Likewise.
49191 * include/sys/syslog.h: Likewise.
49192 * include/sys/time.h: Likewise.
49193 * include/sys/uio.h: Likewise.
49194 * include/time.h: Likewise.
49195 * include/unistd.h: Likewise.
49196 * include/utmp.h: Likewise.
49197 * include/wchar.h: Likewise.
49198 * include/wctype.h: Likewise.
49199 * inet/aliases.h: Likewise.
49200 * inet/arpa/inet.h: Likewise.
49201 * inet/netinet/ether.h: Likewise.
49202 * inet/netinet/in.h: Likewise.
49203 * intl/libintl.h: Likewise.
49204 * io/bits/fcntl2.h: Likewise.
49205 * io/fcntl.h: Likewise.
49206 * io/ftw.h: Likewise.
49207 * io/sys/poll.h: Likewise.
49208 * io/sys/stat.h: Likewise.
49209 * io/sys/statfs.h: Likewise.
49210 * io/sys/statvfs.h: Likewise.
49211 * io/utime.h: Likewise.
49212 * libio/bits/stdio.h: Likewise.
49213 * libio/bits/stdio2.h: Likewise.
49214 * libio/libio.h: Likewise.
49215 * libio/libioP.h: Likewise.
49216 * libio/stdio.h: Likewise.
49217 * locale/lc-ctype.c: Likewise.
49218 * locale/locale.h: Likewise.
49219 * login/utmp.h: Likewise.
49220 * malloc/arena.c: Likewise.
49221 * malloc/malloc.c: Likewise.
49222 * malloc/malloc.h: Likewise.
49223 * malloc/mcheck.c: Likewise.
49224 * malloc/mtrace.c: Likewise.
49225 * math/bits/mathcalls.h: Likewise.
49226 * math/fenv.h: Likewise.
49227 * math/math_private.h: Likewise.
49228 * misc/bits/error.h: Likewise.
49229 * misc/bits/syslog.h: Likewise.
49230 * misc/err.h: Likewise.
49231 * misc/error.h: Likewise.
49232 * misc/fstab.h: Likewise.
49233 * misc/mntent.h: Likewise.
49234 * misc/regexp.h: Likewise.
49235 * misc/search.h: Likewise.
49236 * misc/sgtty.h: Likewise.
49237 * misc/sys/mman.h: Likewise.
49238 * misc/sys/syslog.h: Likewise.
49239 * misc/sys/uio.h: Likewise.
49240 * misc/sys/xattr.h: Likewise.
49241 * misc/ttyent.h: Likewise.
49242 * nis/rpcsvc/ypclnt.h: Likewise.
49243 * nss/nss.h: Likewise.
49244 * posix/bits/unistd.h: Likewise.
49245 * posix/fnmatch.h: Likewise.
49246 * posix/glob.h: Likewise.
49247 * posix/sched.h: Likewise.
49248 * posix/spawn.h: Likewise.
49249 * posix/sys/wait.h: Likewise.
49250 * posix/unistd.h: Likewise.
49251 * posix/wordexp.h: Likewise.
49252 * pwd/pwd.h: Likewise.
49253 * resolv/netdb.h: Likewise.
49254 * resource/sys/resource.h: Likewise.
49255 * rt/aio.h: Likewise.
49256 * rt/bits/mqueue2.h: Likewise.
49257 * rt/mqueue.h: Likewise.
49258 * shadow/shadow.h: Likewise.
49259 * signal/signal.h: Likewise.
49260 * socket/send.c: Likewise.
49261 * socket/sendto.c: Likewise.
49262 * socket/sys/socket.h: Likewise.
49263 * stdio-common/printf.h: Likewise.
49264 * stdlib/bits/stdlib.h: Likewise.
49265 * stdlib/fmtmsg.h: Likewise.
49266 * stdlib/monetary.h: Likewise.
49267 * stdlib/stdlib.h: Likewise.
49268 * stdlib/ucontext.h: Likewise.
49269 * streams/stropts.h: Likewise.
49270 * string/argz.h: Likewise.
49271 * string/bits/string2.h: Likewise.
49272 * string/string.h: Likewise.
49273 * string/strings.h: Likewise.
49274 * sunrpc/rpc/auth.h: Likewise.
49275 * sunrpc/rpc/auth_des.h: Likewise.
49276 * sunrpc/rpc/clnt.h: Likewise.
49277 * sunrpc/rpc/netdb.h: Likewise.
49278 * sunrpc/rpc/pmap_clnt.h: Likewise.
49279 * sunrpc/rpc/xdr.h: Likewise.
49280 * sysdeps/generic/inttypes.h: Likewise.
49281 * sysdeps/generic/net/if.h: Likewise.
49282 * sysdeps/generic/sys/swap.h: Likewise.
49283 * sysdeps/gnu/net/if.h: Likewise.
49284 * sysdeps/gnu/utmpx.h: Likewise.
49285 * sysdeps/i386/fpu/bits/fenv.h: Likewise.
49286 * sysdeps/i386/i486/bits/string.h: Likewise.
49287 * sysdeps/ieee754/ldbl-opt/nldbl-strtold_l.c: Likewise.
49288 * sysdeps/s390/bits/string.h: Likewise.
49289 * sysdeps/s390/fpu/bits/fenv.h: Likewise.
49290 * sysdeps/sparc/fpu/bits/fenv.h: Likewise.
49291 * sysdeps/sparc/fpu/bits/mathinline.h: Likewise.
49292 * sysdeps/unix/sysv/linux/bits/resource.h: Likewise.
49293 * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
49294 * sysdeps/unix/sysv/linux/bits/sigset.h: Likewise.
49295 * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
49296 * sysdeps/unix/sysv/linux/bits/sys_errlist.h: Likewise.
49297 * sysdeps/unix/sysv/linux/bits/uio.h: Likewise.
49298 * sysdeps/unix/sysv/linux/i386/glob64.c: Likewise.
49299 * sysdeps/unix/sysv/linux/i386/olddirent.h: Likewise.
49300 * sysdeps/unix/sysv/linux/preadv.c: Likewise.
49301 * sysdeps/unix/sysv/linux/prlimit.c: Likewise.
49302 * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
49303 * sysdeps/unix/sysv/linux/readv.c: Likewise.
49304 * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: Likewise.
49305 * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
49306 * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
49307 * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
49308 * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
49309 * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
49310 * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Likewise.
49311 * sysdeps/unix/sysv/linux/sys/acct.h: Likewise.
49312 * sysdeps/unix/sysv/linux/sys/epoll.h: Likewise.
49313 * sysdeps/unix/sysv/linux/sys/mount.h: Likewise.
49314 * sysdeps/unix/sysv/linux/sys/swap.h: Likewise.
49315 * sysdeps/unix/sysv/linux/sys/timerfd.h: Likewise.
49316 * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
49317 * sysdeps/x86_64/fpu/bits/fenv.h: Likewise.
49318 * sysdeps/x86_64/strcasecmp_l-nonascii.c: Likewise.
49319 * sysdeps/x86_64/strncase_l-nonascii.c: Likewise.
49320 * sysvipc/sys/ipc.h: Likewise.
49321 * sysvipc/sys/msg.h: Likewise.
49322 * sysvipc/sys/sem.h: Likewise.
49323 * sysvipc/sys/shm.h: Likewise.
49324 * termios/termios.h: Likewise.
49325 * time/sys/time.h: Likewise.
49326 * time/time.h: Likewise.
49327 * wcsmbs/bits/wchar2.h: Likewise.
49328 * wcsmbs/uchar.h: Likewise.
49329 * wcsmbs/wchar.h: Likewise.
49330 * wctype/wctype.h: Likewise.
49331
0269750c
UD
49332 [BZ #13551]
49333 * Makeconfig: Remove all but ELF support including AIX support.
49334 * Makerules: Likewise.
49335 * config.h.in: Likewise.
49336 * config.make.in: Likewise.
49337 * configure: Likewise.
49338 * configure.in: Likewise.
49339 * csu/Makefile: Likewise.
49340 * csu/version.c: Likewise.
49341 * debug/Makefile: Likewise.
49342 * dlfcn/Makefile: Likewise.
49343 * elf/Makefile: Likewise.
49344 * extra-lib.mk: Likewise.
49345 * iconv/Makefile: Likewise.
49346 * include/libc-symbols.h: Likewise.
49347 * include/shlib-compat.h: Likewise.
49348 * resolv/Makefile: Likewise.
49349 * resolv/res_libc.c: Likewise.
49350 * rt/Makefile: Likewise.
49351 * sysdeps/i386/asm-syntax.h: Likewise.
49352 * sysdeps/i386/sysdep.h: Likewise.
49353 * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
49354 * sysdeps/mach/sysdep.h: Likewise.
49355 * sysdeps/powerpc/powerpc32/Makefile: Likewise.
49356 * sysdeps/powerpc/powerpc64/Makefile: Likewise.
49357 * sysdeps/s390/asm-syntax.h: Likewise.
49358 * sysdeps/s390/s390-32/sysdep.h: Likewise.
49359 * sysdeps/s390/s390-64/sysdep.h: Likewise.
49360 * sysdeps/sh/sysdep.h: Likewise.
49361 * sysdeps/unix/sparc/sysdep.h: Likewise.
49362 * sysdeps/wordsize-32/divdi3.c: Likewise.
49363 * sysdeps/x86_64/sysdep.h: Likewise.
49364
00bbd29b
UD
49365 * argp/Versions: Remove _argp_unlock_xxx.
49366
49367 [BZ #13559]
49368 * abilist/ld.abilist: Update. Adjust for removal of tls option.
49369 * abilist/libBrokenLocale.abilist: Likewise.
49370 * abilist/libanl.abilist: Likewise.
49371 * abilist/libc.abilist: Likewise.
49372 * abilist/libcrypt.abilist: Likewise.
49373 * abilist/libdl.abilist: Likewise.
49374 * abilist/libm.abilist: Likewise.
49375 * abilist/libnsl.abilist: Likewise.
49376 * abilist/libpthread.abilist: Likewise.
49377 * abilist/libresolv.abilist: Likewise.
49378 * abilist/librt.abilist: Likewise.
49379 * abilist/libthread_db.abilist: Likewise.
49380 * abilist/libutil.abilist: Likewise.
49381 * abilist/libnss_db.abilist: New file.
49382
49383 * scripts/abilist.awk: Add support for indirect functions.
49384
a2693a0e
UD
49385 * sysdeps/unix/sysv/linux/configure.in: Remove m68k support.
49386
3f05895f
UD
49387 * sysdeps/generic/ldsodefs.h: Remove Alpha support.
49388
ecb6fb48
UD
49389 * shlib-versions: Remove entries for ports architectures.
49390
664f8cb9
UD
49391 * elf/tls-macros.h: Remove support for Alpha and IA-64. Should be in
49392 files in ports.
49393 * elf/stackguard-macros.h: Remove support for IA-64.
49394 * elf/tst-auditmod1.c: Likewise.
49395 * sysdeps/generic/ldsodefs.h: Likewise.
49396
7ae81d88
UD
49397 * sysdeps/unix/sysv/linux/configure.in: Ports should define
49398 libc_cv_gcc_unwind_find_fde and arch_minimum_kernel in their
49399 configure files.
49400
bdeba135
UD
49401 [BZ #13552]
49402 * configure.in: Remove --enable-omitfp support.
49403 * FAQ.in: Adjust.
49404 * config.make.in: Likewise.
49405 * Makeconfig: Likewise.
49406 * manual/install.texi: Likewise.
49407
d75a0a62
UD
49408 In case anyone cares, the IA-64 architecture could move to ports.
49409 * sysdeps/ia64/*: Removed.
49410 * sysdeps/unix/sysv/linux/ia64/*: Removed.
b13b9885 49411 * sysdeps/unix/sysv/linux/kernel-features.h: Remove IA-64 support.
d75a0a62 49412
dcc9756b
UD
49413 [BZ #13555]
49414 * configure.in: Remove entries for unsupported architectures.
49415
d3761ebc 49416 [BZ #13533]
9954432e
UD
49417 * iconv/gconv_builtin.h: Use CHAR16 for the char16_t conversions.
49418 * iconv/gconv_simple.c: Rename char16_t routines. Add char16_t<->utf8
49419 routines.
49420 * iconv/gconv_int.h: Adjust prototypes for char16_t routines.
49421 * iconv/iconv_prog.c: Recognize CHAR16 as internal name.
49422 * wcsmbs/c16rtomb.c: Fix a few problems. Disable all the code and
49423 fall back to using wcrtomb.
49424 * wcsmbs/mbrtoc16.: Fix implementation to handle real conversions.
49425 * wcsmbs/wcsmbsload.c: Make char16 routines optional. Adjust for
49426 renaming.
49427 * wcsmbs/Makefile (tests): Add tst-c16c32-1:
49428 * wcsmbs/tst-c16c32-1.c: New file.
49429
49430 * wcsmbs/wcrtomb.c: Use MB_LEN_MAX instead of MB_CUR_MAX for sizing
49431 local variable.
49432
c3a87236
UD
49433 * libio/stdio.h: Do not declare gets at all for _GNU_SOURCE.
49434
28926a1b
UD
49435 * elf/tst-unique3.cc: Add explicit declaration of gets.
49436 * elf/tst-unique3lib.cc: Likewise.
49437 * elf/tst-unique3lib2.cc: Likewise.
49438 * elf/tst-unique4.cc: Likewise.
49439
df78418a
UD
49440 * string/test-strcpy.c (do_one_test): Fix format string for WIDE use.
49441
8ecd6b2a
JM
494422012-01-06 Joseph Myers <joseph@codesourcery.com>
49443
49444 [BZ #13566]
49445 * assert/assert.h (static_assert): Don't define for C++.
49446 * libio/stdio.h (gets): Do declare for C++ <= C++11.
49447 * wcsmbs/uchar.h (char16_t, char32_t): Don't typedef for C++11.
49448
9f115170
UD
494492012-01-03 Ulrich Drepper <drepper@gmail.com>
49450
5e0d0300
UD
49451 * iconv/loop.c (single loop): Fix assertion in storing of
49452 remaining bytes.
49453
9f115170
UD
49454 * posix/regcomp.c (init_word_char): Optimize a bit for sane encodings.
49455
81fb02b0
UD
494562012-01-01 Ulrich Drepper <drepper@gmail.com>
49457
49458 * posix/getconf.c: Update copyright year.
49459 * nss/getent.c: Likewise.
a316c1f6 49460 * nss/makedb.c: Likewise.
81fb02b0
UD
49461 * iconv/iconvconfig.c: Likewise.
49462 * iconv/iconv_prog.c: Likewise.
49463 * elf/ldconfig.c: Likewise.
a316c1f6
UD
49464 * elf/pldd.c: Likewise.
49465 * elf/sotruss.ksh: Likewise.
81fb02b0
UD
49466 * catgets/gencat.c: Likewise.
49467 * csu/version.c: Likewise.
49468 * elf/ldd.bash.in: Likewise.
49469 * elf/sprof.c (print_version): Likewise.
49470 * locale/programs/locale.c: Likewise.
49471 * locale/programs/localedef.c: Likewise.
a316c1f6 49472 * login/programs/pt_chown.c: Likewise.
81fb02b0
UD
49473 * nscd/nscd.c (print_version): Likewise.
49474 * debug/xtrace.sh: Likewise.
49475 * malloc/memusage.sh: Likewise.
49476 * malloc/mtrace.pl: Likewise.
49477 * debug/catchsegv.sh: Likewise.
49478
2ba92745
JJ
494792011-12-30 Jakub Jelinek <jakub@redhat.com>
49480
49481 * posix/regex_internal.c (re_string_fetch_byte_case): Remove
49482 pure attribute.
49483
dadebdae
UD
494842011-12-24 Ulrich Drepper <drepper@gmail.com>
49485
d3761ebc 49486 [BZ #13533]
db6af3eb
UD
49487 * iconv/gconv_simple.c: Add ASCII<->UTF-16 transformations.
49488 * iconv/gconv_builtin.h: Add entries for internal ASCII<->UTF-16
49489 transformations.
49490 * iconv/gconv_int.h: Likewise.
49491 * wcsmbs/Makefile (routines): Add mbrtoc16 and c16rtomb.
49492 * wcsmbs/Versions: Export mbrtoc16, c16rtomb, mbrtoc32, c32rtomb
49493 from libc for GLIBC_2.16.
49494 * wcsmbs/mbrtowc.c: Define mbrtoc32 alias.
49495 * wcsmbs/wcrtomb.c: Define c32rtomb alias.
49496 * wcsmbs/uchar.h: Really define mbstate_t.
49497 * wcsmbs/wchar.h: Allow defining mbstate_t in uchar.h.
49498 * wcsmbs/c16rtomb.c: New file.
49499 * wcsmbs/mbrtoc16.c: New file.
49500 * wcsmbs/wcsmbsload.c: Add static definitions for c16 conversions
49501 for C/POSIX locale.
49502 (__wcsmbs_load_conv): Do not fill in c16 routines yet.
49503 * wcsmbs/wcsmbsload.h (gconv_fcts): Add entries for c16 routines.
49504
dadebdae
UD
49505 * wcsmbs/wchar.h: Add missing __restrict.
49506
67371b56
UD
495072011-12-23 Ulrich Drepper <drepper@gmail.com>
49508
74033a25
UD
49509 [BZ #13532]
49510 * time/Makefile (routines): Add timespec_get.
49511 * time/Versions: Export timespec_get from libc for GLIBC_2.16.
49512 * time/time.h: Define TIME_UTC and declare timespec_get. Define
49513 timespec for ISO C11.
49514 * time/timespec_get.c: New file.
49515 * sysdeps/unix/sysv/linux/timespec_get.c: New file.
49516 * sysdeps/unix/sysv/linux/x86_64/timespec_get.c: New file.
49517
380d7e87
UD
49518 [BZ #13531]
49519 * malloc/malloc.c: Define alias aligned_alloc for public_mEMALIGn.
49520 * stdlib/stdlib.h: Declare aligned_alloc.
49521 * Versions.def: Add GLIBC_2.16 for libc.
49522 * malloc/Versions: Export aligned_alloc from libc for GLIBC_2.16.
49523
4e9e7a35
UD
49524 [BZ 13527]
49525 * stdlib/stdlib.h: Make at_quick_exit and quick_exit available for
49526 ISO C11.
49527
380d7e87 49528 * include/features.h: Define __USE_ISOCXX11 when compiling ISO C++11
8fd8ff3b
UD
49529 code.
49530
03a71829
UD
49531 [BZ #13528]
49532 * libio/stdio.h: Do not declare gets for ISO C11 and _GNU_SOURCE.
49533
839e283e
UD
49534 [BZ #13529]
49535 * assert/assert.h (static_assert): Define.
49536
ce5294e2 49537 * version.h: Update for 2.16 development version.
90fa7312 49538
8d44e150 49539 [BZ #13526]
d7809905
UD
49540 * include/features.h: Handle __STDC_VERSION__ >= 201112 and
49541 _ISOC11_SOURCE.
49542
c0da14cd
UD
49543 * version.h (RELEASE): Bump for 2.15 release.
49544 * include/features.h (__GLIBC_MINOR__): Bump to 15.
49545
530a3249
MP
49546 * sysdeps/x86_64/dl-machine.h: Fix typos in comments.
49547 Patch by Marek Polacek <mpolacek@redhat.com>.
49548
67371b56
UD
49549 * bits/byteswap.h: Protect long long constants with __extension__.
49550 * sysdeps/i386/bits/byteswap.h: Likewise.
49551 * sysdeps/ia64/bits/byteswap.h: Likewise.
49552 * sysdeps/s390/bits/byteswap.h: Likewise.
49553 * sysdeps/x86_64/bits/byteswap.h: Likewise.
49554
15db4de1
LD
495552011-12-23 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
49556
49557 [BZ #13540]
bbe315ea
LD
49558 * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Fix overrun in
49559 destination buffer.
15db4de1
LD
49560 * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
49561
2b2596b1
MP
495622011-12-23 Marek Polacek <polacek@redhat.com>
49563
49564 * elf/dl-addr.c (determine_info): Add inline keyword.
49565 * elf/tst-auditmod4b.c (check_avx): Likewise.
49566 * elf/tst-auditmod6b.c (check_avx): Likewise.
49567 * elf/tst-auditmod6c.c (check_avx): Likewise.
49568 * elf/tst-auditmod7b.c (check_avx): Likewise.
49569
70c6c246
UD
495702011-12-23 Ulrich Drepper <drepper@gmail.com>
49571
49572 * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Also enable for
49573 !__SSE_MATH__.
49574
c044cf14
LD
495752011-12-23 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
49576
15db4de1 49577 [BZ #13540]
c044cf14
LD
49578 * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Fix wrong copying
49579 processing for last bytes.
49580
6b13d9d9
BH
495812011-08-06 Bruno Haible <bruno@clisp.org>
49582
d455f537
BH
49583 [BZ #13061]
49584 * iconvdata/cp1258.c (comp_table_data): Combine U+00A8 U+0301 to
49585 U+0385, not to U+1FEE.
49586
6b13d9d9
BH
49587 [BZ #13062]
49588 * iconvdata/tcvn5712-1.c (comp_table_data): Remove useless and wrong
49589 entry for U+00A5 U+0301.
49590
db910efd
UD
495912011-12-22 Ulrich Drepper <drepper@gmail.com>
49592
27deeafc
UD
49593 [BZ #13166]
49594 * inet/getnameinfo.c (getnameinfo): Return EAI_OVERFLOW if the
49595 buffer for the output is too small.
49596
aed9d171
UD
49597 * sysdeps/i386/fpu/bits/fenv.h [__SSE_MATH__]: Add feraiseexcept
49598 optimization.
49599
db910efd
UD
49600 [BZ #13185]
49601 * sysdeps/i386/fpu/fgetexcptflg.c (__fegetexceptflag): Also return
49602 SSE flags if possible.
49603
2bd779ae
LD
496042011-12-22 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
49605
e7f9dac3 49606 [BZ #13540]
2bd779ae
LD
49607 * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Fix wrong copying
49608 processing for last bytes.
49609
154bfc16
JM
496102011-12-22 Joseph Myers <joseph@codesourcery.com>
49611
49612 * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants)
49613 (syscall-list-default-options, syscall-list-default-condition)
49614 (syscall-list-includes): Define.
49615 ($(objpfx)syscall-%.h $(objpfx)syscall-%.d): Support arbitrary
49616 list of ABIs and options and #if conditions for each ABI. Do not
49617 handle common syscalls between ABIs specially.
49618 * sysdeps/unix/sysv/linux/powerpc/Makefile (64bit-predefine):
49619 Remove.
49620 (syscall-list-variants, syscall-list-32bit-options)
49621 (syscall-list-32bit-condition, syscall-list-64bit-options)
49622 (syscall-list-64bit-condition): Define.
49623 * sysdeps/unix/sysv/linux/s390/Makefile (64bit-predefine): Remove.
49624 (syscall-list-variants, syscall-list-32bit-options)
49625 (syscall-list-32bit-condition, syscall-list-64bit-options)
49626 (syscall-list-64bit-condition): Define.
49627 * sysdeps/unix/sysv/linux/sparc/Makefile (64bit-predefine):
49628 Remove.
49629 (syscall-list-variants, syscall-list-32bit-options)
49630 (syscall-list-32bit-condition, syscall-list-64bit-options)
49631 (syscall-list-64bit-condition): Define.
49632 * sysdeps/unix/sysv/linux/x86_64/Makefile (64bit-predefine):
49633 Remove.
49634 (syscall-list-variants, syscall-list-32bit-options)
49635 (syscall-list-32bit-condition, syscall-list-64bit-options)
49636 (syscall-list-64bit-condition): Define.
49637
21eaf3a5
UD
496382011-12-22 Ulrich Drepper <drepper@gmail.com>
49639
16c6f992
UD
49640 * locale/iso-639.def: Add brx entry.
49641
41043168
UD
49642 [BZ #13328]
49643 * malloc/mtrace.c (tr_freehook): Avoid unnecessary unlock/lock.
49644 Proposed by Mariusz_Cukr <marcukr@op.pl>.
49645
21eaf3a5
UD
49646 * sysdeps/x86_64/fpu/bits/fenv.h: Use __REDIRECT_NTH for
49647 __feraiseexcept_renamed.
49648
e3a851a2
UD
496492011-12-21 Ulrich Drepper <drepper@gmail.com>
49650
4920765e
UD
49651 [BZ #13538]
49652 * sysdeps/unix/sysv/linux/sys/epoll.h: Initialize EPOLLONESHOT and
49653 EPOLLET with unsigned values.
49654 * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
49655 * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
49656
e3a851a2
UD
49657 * math/s_cacosh.c: Use Kahan's formula if the subtraction could lead
49658 to large cancellation.
49659 * math/s_cacoshf.c: Likewise.
49660 * math/s_cacoshl.c: Likewise.
49661
b27e24b8
RK
496622011-11-18 Richard B. Kreckel <kreckel@ginac.de>
49663
49664 [BZ #13305]
aebefeee 49665 [BZ #12786]
b27e24b8
RK
49666 * math/s_cacosh.c: Fix rare miscomputation in cacosh().
49667 * math/s_cacoshf.c: Likewise.
49668 * math/s_cacoshl.c: Likewise.
49669
ee190f67
UD
496702011-12-21 Ulrich Drepper <drepper@gmail.com>
49671
49672 [BZ #13439]
49673 * iconv/gconv.h: Define __GCONV_SWAP.
49674 * iconvdata/unicode.c: The swap bit must be stored in __flags.
49675 * iconvdata/utf-16.c: Likewise.
49676 * iconvdata/utf-32.c: Likewise.
49677
707f25df
AS
496782011-12-21 Andreas Schwab <schwab@linux-m68k.org>
49679
49680 [BZ #13524]
49681 * stdlib/strtod_l.c (____STRTOF_INTERNAL): Clear lowest limb of
49682 numerator after shifting it by one limb.
49683
d2daaa1e
RÁE
496842011-12-19 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
49685
49686 * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Define it only
49687 under [__USE_EXTERN_INLINES].
49688
a4647e72
UD
496892011-12-17 Ulrich Drepper <drepper@gmail.com>
49690
49691 [BZ #13446]
49692 * stdio-common/vfprintf.c (vfprintf): Fix extension of specs array.
49693
f0b264f1
AZ
496942011-11-22 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
49695
49696 * sysdeps/powerpc/Makefile: Added locale-defines.sym generation.
49697 * sysdeps/powerpc/locale-defines.sym: Locale definitions for strcasecmp
49698 optimized code.
49699 * sysdeps/powerpc/powerpc32/power7/Makefile: New file.
49700 * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: New file.
49701 * sysdeps/powerpc/powerpc32/power7/strcasecmp_l.S: New file.
49702 * sysdeps/powerpc/powerpc64/power7/Makefile: Added unroll-loop option
49703 for strncasecmp/strncasecmp_l compilation.
49704 * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: New file.
49705 * sysdeps/powerpc/powerpc64/power7/strcasecmp_l.S: New file.
49706
8ef4f244
MP
497072011-12-08 Marek Polacek <mpolacek@redhat.com>
49708
49709 [BZ #13484]
49710 * math/bits/math-finite.h: Use __REDIRECT_NTH and __NTH instead
49711 of __asm__.
49712
97ac2654
UD
497132011-12-17 Ulrich Drepper <drepper@gmail.com>
49714
49715 [BZ #13506]
49716 * time/tzfile.c (__tzfile_read): Check values from file header.
49717
91d2a845
WS
497182011-11-21 Will Schmidt <will_schmidt@vnet.ibm.com>
49719
49720 * powerpc/powerpc32/sysdep.h: Define SETUP_GOT_ACCESS() macro.
49721 * powerpc/powerpc32/a2/memcpy.S: Use SETUP_GOT_ACCESS() macro.
49722 * powerpc/powerpc32/dl-start.S: Likewise.
49723 * powerpc/powerpc32/elf/start.S: Likewise.
49724 * powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
49725 * powerpc/powerpc32/fpu/s_ceil.S: Likewise.
49726 * powerpc/powerpc32/fpu/s_ceilf.S: Likewise.
49727 * powerpc/powerpc32/fpu/s_floor.S: Likewise.
49728 * powerpc/powerpc32/fpu/s_floorf.S: Likewise.
49729 * powerpc/powerpc32/fpu/s_lround.S: Likewise.
49730 * powerpc/powerpc32/fpu/s_rint.S: Likewise.
49731 * powerpc/powerpc32/fpu/s_rintf.S: Likewise.
49732 * powerpc/powerpc32/fpu/s_round.S: Likewise.
49733 * powerpc/powerpc32/fpu/s_roundf.S: Likewise.
49734 * powerpc/powerpc32/fpu/s_trunc.S: Likewise.
49735 * powerpc/powerpc32/fpu/s_truncf.S: Likewise.
49736 * powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
49737 * powerpc/powerpc32/memset.S: Likewise.
49738 * powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
49739 * powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
49740 * powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
49741 * powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
49742 * powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
49743 * powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
49744 * powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
49745 * powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
49746 * unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Likewise.
49747 * unix/sysv/linux/powerpc/powerpc32/brk.S: Likewise.
49748 * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Likewise.
49749 * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
49750 * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
49751
a1267ba1
AZ
497522011-11-18 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
49753
49754 * math/libm-test.inc: Added more nearbyint tests.
49755 * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S: New file.
49756 * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S: New file.
49757 * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S: New file.
49758 * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: New file.
49759
ad8ac1bd
RL
497602011-11-21 Ross Lagerwall <rosslagerwall@gmail.com>
49761
49762 * resolv/res_init.c (__res_vinit): Open /etc/resolv.conf with
49763 FD_CLOEXEC.
49764
1d3e4b61
UD
497652011-11-14 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
49766
49767 * sysdeps/x86_64/multiarch/Makefile [subdir=wcsmbs] (sysdep_routines):
49768 Add wcscpy-ssse3 wcscpy-c.
49769 * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: New file.
49770 * sysdeps/x86_64/multiarch/wcscpy-c.c: New file.
49771 * sysdeps/x86_64/multiarch/wcscpy.S: New file.
49772 * sysdeps/x86_64/wcschr.S: New file.
49773 * sysdeps/x86_64/wcsrchr.S: New file.
49774 * string/test-strcmp.c: Remove checking of wcscmp function for
49775 wrong alignments.
49776 * sysdeps/i386/i686/multiarch/Makefile [subdir=wcsmbs]
49777 (sysdep_routines): Add wcscpy-ssse3 wcscpy-c wcschr-sse2 wcschr-c
49778 wcsrchr-sse2 wcsrchr-c.
49779 * sysdeps/i386/i686/multiarch/wcschr.S: New file.
49780 * sysdeps/i386/i686/multiarch/wcschr-c.c: New file.
49781 * sysdeps/i386/i686/multiarch/wcschr-sse2.S: New file.
49782 * sysdeps/i386/i686/multiarch/wcsrchr.S: New file.
49783 * sysdeps/i386/i686/multiarch/wcsrchr-c.c: New file.
49784 * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: New file.
49785 * sysdeps/i386/i686/multiarch/wcscpy.S: New file.
49786 * sysdeps/i386/i686/multiarch/wcscpy-c.c: New file.
49787 * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: New file.
49788 * wcsmbc/wcschr.c (WCSCHR): New macro.
49789
5b330a2d
UD
497902011-11-17 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
49791
49792 * wcsmbs/Makefile (strop-tests): Add wcsrchr wcscpy.
49793 * wcsmbs/test-wcsrchr.c: New file.
49794 * string/test-strrchr.c: Add wcsrchr support.
49795 (WIDE): New macro.
49796 * wcsmbs/test-wcscpy.c: New file.
49797 * string/test-strcpy.c: Add wcscpy support.
49798 (WIDE): New macro.
26428b7c 49799
f039c043
UD
498002011-12-10 Ulrich Drepper <drepper@gmail.com>
49801
49802 * sysdeps/generic/dl-hash.h (_dl_elf_hash): Lift one operation out of
49803 the inner loop.
49804
850fb039
AS
498052011-12-06 Andreas Schwab <schwab@linux-m68k.org>
49806
49807 [BZ #13472]
49808 * sysdeps/powerpc/fpu/e_hypot.c (twoM600): Correct value.
49809
4efbd5cb
UD
498102011-12-04 Ulrich Drepper <drepper@gmail.com>
49811
52ff5dd0 49812 * sysdeps/generic/dl-hash.h (_dl_elf_hash): Fix attribute.
52ad36a2 49813 Minor optimizations.
52ff5dd0 49814
4efbd5cb
UD
49815 * sunrpc/clnt_unix.c (clntunix_control): Fix aliasing issues.
49816 * sunrpc/clnt_tcp.c (clnttcp_control): Likewise.
49817 * sunrpc/clnt_udp.c (clntudp_call): Likewise.
49818
8a426e12
UD
498192011-12-03 Ulrich Drepper <drepper@gmail.com>
49820
aff2453d
UD
49821 * inet/netinet/in.h: Provide versions of IN6_IS_ADDR_UNSPECIFIED,
49822 IN6_IS_ADDR_LOOPBACK, IN6_IS_ADDR_LINKLOCAL, IN6_IS_ADDR_SITELOCAL,
49823 IN6_IS_ADDR_V4MAPPED, IN6_IS_ADDR_V4COMPAT, and IN6_ARE_ADDR_EQUAL
49824 for gcc to avoid warnings.
49825 * inet/Makefile (tests): Add tst-checks.
49826 * inet/tst-checks.c: New file.
49827
49828 * sysdeps/generic/dl-hash.h (_dl_elf_hash): Add attribute to avoid
49829 warning.
49830
49831 * sysdeps/x86_64/multiarch/wmemcmp-c.c: Provide prototype for
49832 __wmemcmp_sse2.
49833
49834 * sysdeps/x86_64/fpu/s_scalbln.c: Removed.
49835 * sysdeps/x86_64/fpu/s_scalbn.c: Removed.
49836
8a426e12
UD
49837 * malloc/mcheck.h: Fix use of incorrect encoding in comment.
49838
9bea3473
UD
498392011-12-02 Ulrich Drepper <drepper@gmail.com>
49840
3a965496
UD
49841 * nis/nis_findserv.c (__nis_findfastest_with_timeout): Avoid aliasing
49842 problem.
49843
9bea3473
UD
49844 * nscd/aicache.c (addhstaiX): Avoid unused variable warning.
49845
f101631b
UD
498462011-11-29 Joseph Myers <joseph@codesourcery.com>
49847
49848 * sysdeps/unix/sysv/linux/sh/bits/atomic.h (rNOSP): Define
49849 conditional on GCC version.
49850 (__arch_compare_and_exchange_val_8_acq)
49851 (__arch_compare_and_exchange_val_16_acq)
49852 (__arch_compare_and_exchange_val_32_acq, atomic_exchange_and_add)
49853 (atomic_add, atomic_add_negative, atomic_add_zero, atomic_bit_set)
49854 (atomic_bit_test_set): Use rNOSP instead of "r" constraints.
49855
a98275aa
UD
498562011-12-02 Joseph Myers <joseph@codesourcery.com>
49857
49858 * sysdeps/sh/backtrace.c: New file.
49859
d4cc29a2
AS
498602011-12-02 Andreas Schwab <schwab@redhat.com>
49861
49862 * misc/bits/select2.h (__FD_ELT): Mark as extension. Add
49863 parenthesis.
49864
6257af2d
AS
498652011-12-01 Andreas Schwab <schwab@redhat.com>
49866
49867 * sysdeps/unix/sysv/linux/futimes.c: Truncate time values when
49868 falling back to utime.
49869
b5f44c1a
AS
498702011-11-30 Andreas Schwab <schwab@redhat.com>
49871
49872 * sysdeps/s390/fpu/libm-test-ulps: Relax cpow (2 + 3 i, 4 + 0 i)
49873 expectations for float.
49874
f3a6cc0a
AS
498752011-11-29 Andreas Schwab <schwab@redhat.com>
49876
49877 * locale/weight.h (findidx): Add parameter len.
49878 * locale/weightwc.h (findidx): Likewise.
49879 * posix/fnmatch_loop.c (FCT): Adjust caller.
49880 * posix/regcomp.c (build_equiv_class): Likewise.
49881 * posix/regex_internal.h (re_string_elem_size_at): Likewise.
49882 * posix/regexec.c (check_node_accept_bytes): Likewise.
49883 * string/strcoll_l.c (STRCOLL): Likewise.
49884 * string/strxfrm_l.c (STRXFRM): Likewise.
49885
9d65ea3a
UD
498862011-11-17 Ulrich Drepper <drepper@gmail.com>
49887
49888 * Makefile.in: Remove CVSOPT handling.
49889 * configure.in: Remove use of AC_REVISION.
49890 * iconvdata/Makefile (distribute): No need to filter out CVS.
49891 * scripts/list-sources.sh: Remove CVS, subversion and monotone
49892 handling.
49893
5583a086
AS
498942011-11-16 Andreas Schwab <schwab@redhat.com>
49895
49896 * sysdeps/i386/i686/multiarch/strcmp-ssse3.S
49897 [USE_AS_STRCASECMP_L]: Fix argument offsets for non-PIC.
49898 [USE_AS_STRNCASECMP_L]: Likewise.
49899 (__strcasecmp_ssse3, __strncasecmp_ssse3): Handle
49900 NO_TLS_DIRECT_SEG_REFS.
49901 * sysdeps/i386/i686/multiarch/strcmp-sse4.S [USE_AS_STRCASECMP_L]:
49902 Fix argument offsets for non-PIC.
49903 [USE_AS_STRNCASECMP_L]: Likewise.
49904 (__strcasecmp_sse4_2, __strncasecmp_sse4_2): Handle
49905 NO_TLS_DIRECT_SEG_REFS.
49906
d62a8200
UD
499072011-11-15 Ulrich Drepper <drepper@gmail.com>
49908
9d65ea3a 49909 * locale/loadarchive.c (_nl_load_locale_from_archive): Open files with
d62a8200
UD
49910 O_CLOEXEC.
49911 * locale/loadlocale.c (_nl_load_locale): Likewise.
49912
09f93bd3
AS
499132011-11-15 Andreas Schwab <schwab@redhat.com>
49914
446514f9
AS
49915 * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU)
49916 [__ASSUME_POSIX_CPU_TIMERS > 0]: Assign to retval and break.
49917 * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c
49918 (SYSCALL_GETTIME): Set errno on error.
49919
09f93bd3
AS
49920 * sysdeps/unix/sysv/linux/check_pf.c (make_request): Properly
49921 count references to noai6ai_cached.
49922
312be3f9
UD
499232011-11-15 Ulrich Drepper <drepper@gmail.com>
49924
49925 * time/getdate.c (__getdate_r): Set FD_CLOEXEC for given file.
49926
49927 * sysdeps/unix/sysv/linux/readonly-area.c (__readonly_area): Set
49928 FD_CLOEXEC for /proc/self/maps.
49929
49930 * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Set
49931 FD_CLOEXEC for /proc/meminfo.
49932
49933 * sysdeps/posix/getaddrinfo.c (gaiconf_init): Set FD_CLOEXEC for
49934 gai.conf.
49935
49936 * resolv/res_query.c (res_hostalias): Don't allow cancellation and set
49937 FD_CLOEXEC for given file.
49938
49939 * resolv/res_hconf.c (do_init): Set FD_CLOEXEC for host.conf.
49940
49941 * resolv/gethnamaddr.c (_sethtent): Don't allow cancellation and set
49942 FD_CLOEXEC for /etc/hosts.
49943 (_gethtent): Likewise.
49944
49945 * nss/nsswitch.c (nss_parse_file): Set FD_CLOEXEC.
49946
49947 * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Don't allow
49948 cancellation and set FD_CLOEXEC for /etc/netgroup.
49949
49950 * nss/nss_files/files-key.c (search): Don't allow cancellation when
49951 reading /etc/publickey.
49952
49953 * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Don't
49954 allow cancellation when reading /etc/group.
49955
49956 * nss/nss_files/files-alias.c (internal_setent): Don't allow
49957 cancellation.
49958 (get_next_alias): Likewise for included file. Also set FD_CLOEXEC.
49959
49960 * nss/nss_files/files-XXX.c (internal_setent): Don't allow cancellation
49961 when using data file.
49962
49963 * nis/nss-default.c (init): Set FD_CLOEXEC for /etc/default/nss.
49964
49965 * nis/nis_file.c (read_nis_obj): Set FD_CLOEXEC.
49966 (write_nis_obj): Use "c" and "e" in fopen.
49967
49968 * misc/mntent_r.c (__setmntent): Also append e to fopen format.
49969
49970 * misc/getusershell.c (initshells): Set FD_CLOEXEC for /etc/shells.
49971
49972 * misc/getttyent.c (setttyent): Set FD_CLOEXEC.
49973
49974 * misc/getpass.c (getpass): Set FD_CLOEXEC for /dev/tty.
49975
49976 * intl/localealias.c (read_alias_file): Set FD_CLOEXEC for
49977 locale.alias.
49978
49979 * inet/ruserpass.c (ruserpass): Set FD_CLOEXEC for .netrc.
49980
49981 * inet/rcmd.c (iruserfopen): Set FD_CLOEXEC for hosts.equiv.
49982
49983 * iconv/gconv_conf.c (read_conf_file): Set FD_CLOEXEC for config file.
49984
49985 * hesiod/hesiod.c (parse_config_file): Prevent cancellation in config
49986 file parsing and set FD_CLOEXEC.
49987
82af0fa8
UD
499882011-11-14 Ulrich Drepper <drepper@gmail.com>
49989
49990 * time/tzfile.c (__tzfile_read): Use "e" in fopen call.
49991
a5fb313c
AS
499922011-11-14 Andreas Schwab <schwab@redhat.com>
49993
49994 * malloc/arena.c (arena_get2): Don't call reused_arena when
49995 _int_new_arena failed.
49996
6abf3465
UD
499972011-11-14 Ulrich Drepper <drepper@gmail.com>
49998
49999 * sysdeps/i386/i686/multiarch/Makefile [subdir=string]
50000 (sysdep_routines): Add strcasecmp_l-sse4 and strncase_l-sse4.
50001 * sysdeps/i386/i686/multiarch/strcasecmp.S: Re-enable SSE4.2 code.
50002 * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
50003 * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
50004 * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Change to allow reuse
50005 to compile strcasecmp and strncasecmp.
50006 * sysdeps/i386/i686/multiarch/strcasecmp_l-sse4.S: New file.
50007 * sysdeps/i386/i686/multiarch/strncase_l-sse4.S: New file.
50008
50009 * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Use L macro consistently.
50010
76e3966e
UD
500112011-11-13 Ulrich Drepper <drepper@gmail.com>
50012
50013 * sysdeps/i386/i686/multiarch/Makefile [subdir=string]: Add
50014 locale-defines.sym to gen-as-const-headers.
50015 (sysdep_routines): Add strcasecmp_l-c, strcasecmp-c,
50016 strcasecmp_l-ssse3, strncase_l-c, strncase-c, and strncase_l-ssse3.
50017 * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Change to allow reuse
50018 to compile strcasecmp and strncasecmp.
50019 * sysdeps/i386/i686/multiarch/strcmp.S: Allow to use for
50020 strcasecmp_l and strncasecmp_l.
50021 * sysdeps/i386/i686/multiarch/locale-defines.sym: New file.
50022 * sysdeps/i386/i686/multiarch/strcasecmp-c.c: New file.
50023 * sysdeps/i386/i686/multiarch/strcasecmp.S: New file.
50024 * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c: New file.
50025 * sysdeps/i386/i686/multiarch/strcasecmp_l-ssse3.S: New file.
50026 * sysdeps/i386/i686/multiarch/strcasecmp_l.S: New file.
50027 * sysdeps/i386/i686/multiarch/strncase-c.c: New file.
50028 * sysdeps/i386/i686/multiarch/strncase.S: New file.
50029 * sysdeps/i386/i686/multiarch/strncase_l-c.c: New file.
50030 * sysdeps/i386/i686/multiarch/strncase_l-ssse3.S: New file.
50031 * sysdeps/i386/i686/multiarch/strncase_l.S: New file.
50032
ab26144e
UD
500332011-11-12 Ulrich Drepper <drepper@gmail.com>
50034
7edb22ef
UD
50035 * sysdeps/unix/clock_gettime.c (clock_gettime): No need to assign
50036 result of SYSDEP_GETTIME_CPU to retval.
50037 * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU): Add
50038 parameter list to macro. Remove trailing semicolon. Adjust users.
50039
9694fc44
UD
50040 * resolv/getaddrinfo_a.c (getaddrinfo_a): Avoid warning about unused
50041 variable.
50042
8ad89ef8
UD
50043 * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l): Avoid storing
50044 mantissa words.
50045 * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l): Likewise.
50046
0c822ef9
UD
50047 * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Avoid warning
50048 from unused variable.
50049
874e0564
UD
50050 * sysdeps/generic/sysdep.h: Clean up, pretty print, use dwarf2.h for
50051 DWARF definitions.
50052 * sysdeps/generic/dwarf2.h: Don't define enums when using the file
50053 for assembling.
50054
3a2edc79
UD
50055 * elf/dl-iteratephdr.c [!SHARED] (__dl_iterate_phdr): Don't iterate
50056 over namespaces.
50057
f3c2577f
UD
50058 * sunrpc/rpc_prot.c (rejected): Fix case value.
50059
294ce126
UD
50060 * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS): Use
50061 unsigned long long int to avoid warnings in shift.
50062
5e2b63c6
UD
50063 * posix/regex_internal.c (re_string_reconstruct): Actually use result
50064 of use of trans.
50065 * posix/regex_internal.h (re_string_wchar_at): Remove temporary
50066 variable tmp.
50067
e7f4b08e
UD
50068 * sysdeps/i386/i686/multiarch/wcscmp-c.c: Avoid warning.
50069 * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
50070 * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
50071
ab26144e
UD
50072 * nis/nis_table.c (nis_list): Use variable of correct type for
50073 result of __follow_path call.
50074
8a6d5255
AZ
500752011-11-07 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
50076
50077 * sysdeps/powerpc/fpu/math_private.h: Using inline assembly version
50078 of math functions ceil, trunc, floor, round, and sqrt, when
50079 avaliable on the platform.
50080 * sysdeps/powerpc/fpu/e_sqrt.c: Undefine __ieee754_sqrt to avoid
50081 name clash.
50082 * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
50083 * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
50084 * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
50085
aaddc98c
MP
500862011-10-30 Marek Polacek <mpolacek@redhat.com>
50087
50088 * libio/wfileops.c (_IO_wfile_underflow_mmap): Remove unused variable.
50089 * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
50090
95b7042b
RM
500912011-11-11 Roland McGrath <roland@hack.frob.com>
50092
50093 * include/unistd.h: Fix __readlink return type.
50094 Reported by Chris Metcalf <cmetcalf@tilera.com>.
50095
57769839
UD
500962011-11-11 Ulrich Drepper <drepper@gmail.com>
50097
50098 * stdlib/ucontext.h: Undo last change for makecontext.
50099
edc5984d
AS
501002011-11-11 Andreas Schwab <schwab@redhat.com>
50101
98591e58
AS
50102 * nss/db-Makefile ($(VAR_DB)/group.db): Fix typo in awk script.
50103
edc5984d
AS
50104 * misc/sys/cdefs.h (__REDIRECT_NTHNL): Define.
50105 * setjmp/setjmp.h: Mark functions as non-leaf.
50106 * setjmp/bits/setjmp2.h: Likewise.
50107 * stdlib/ucontext.h: Likewise.
50108
77cdc054
AS
501092011-11-10 Andreas Schwab <schwab@redhat.com>
50110
50111 * malloc/arena.c (_int_new_arena): Don't increment narenas.
50112 (reused_arena): Don't check arena limit.
50113 (arena_get2): Atomically check arena limit.
50114
fe72eebd
UD
501152011-11-08 Ulrich Drepper <drepper@gmail.com>
50116
5f078c32
UD
50117 * locale/findlocale.c (_nl_find_locale): Use __strcasecmp_l.
50118 * intl/localealias.c (strcasecmp): Define using __strcasecmp_l.
50119
fe72eebd
UD
50120 * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Remove unnecessary
50121 instructions.
50122
ae1bc2fa
AS
501232011-11-07 Andreas Schwab <schwab@redhat.com>
50124
7583a88d
AS
50125 * libio/genops.c (_IO_flush_all_lockp): Only register cleanup
50126 handler when locking.
50127
ae1bc2fa
AS
50128 * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
50129 Fix size of allocated buffer.
50130
10fb0bfa
AS
501312011-11-04 Andreas Schwab <schwab@redhat.com>
50132
998832a4
AS
50133 [BZ #10103]
50134 * math/math.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Provide
50135 declarations for long double functions.
50136 * math/complex.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Likewise.
50137
10fb0bfa
AS
50138 * elf/sprof.c (load_shobj): Fix off-by-one when reading link name.
50139
3d7ba52b
AS
501402011-11-03 Andreas Schwab <schwab@redhat.com>
50141
a9ae54a1
AS
50142 * nscd/nscd.c (main): Don't start AVC thread until credentials are
50143 installed.
50144
3d7ba52b
AS
50145 * nss/makedb.c (set_file_creation_context): Do nothing if SELinux
50146 is disabled.
50147
bc8db248
ST
501482011-11-02 Samuel Thibault <samuel.thibault@ens-lyon.org>
50149
50150 * bits/ioctl-types.h (_IOT_sgttyb): Set number of chars to 4.
50151
45b96dd6
AS
501522011-11-01 Andreas Schwab <schwab@linux-m68k.org>
50153
647776f6
AS
50154 * include/alloca.h (stackinfo_alloca_round): Define.
50155 (extend_alloca): Use it.
50156 [_STACK_GROWS_UP]: Correct check for adjacent allocation.
50157 * elf/dl-deps.c (_dl_map_object_deps): Don't round alloca size
50158 here.
50159
d91a8b93
AS
50160 * scripts/check-local-headers.sh: Ignore libaudit.h.
50161
45b96dd6
AS
50162 * nscd/Makefile (extra-objs): Make recursively expanded.
50163
432d41ce
UD
501642011-11-01 Ulrich Drepper <drepper@gmail.com>
50165
34372fc6
UD
50166 * sysdeps/x86_64/strcmp.S: Fix test for non-ASCII locales.
50167 * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
50168
fadb59f8
UD
50169 * posix/tst-rfc3484.c: Add missing __free_in6ai dummy function.
50170 * posix/tst-rfc3484-2.c: Likewise.
50171 * posix/tst-rfc3484-3.c: Likewise.
50172
78239589
UD
50173 * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
50174 process_vm_writev.
50175 * sysdeps/unix/sysv/linux/syscalls.list: Add process_vm_readv and
50176 process_vm_writev.
50177 * sysdeps/unix/sysv/linux/Versions: Export process_vm_readv and
50178 process_vm_writev from libc using GLIBC_2.15 version.
50179
432d41ce
UD
50180 * nscd/connections.c: Use kernel headers instead of <netlink/netlink.h>.
50181
02f9c6cf
PP
501822011-10-31 Paul Pluzhnikov <ppluzhnikov@google.com>
50183
50184 * elf/dl-deps.c (_dl_map_object_deps): Reuse alloca space to reduce
50185 stack usage.
50186
3a2c0242
UD
501872011-10-31 Ulrich Drepper <drepper@gmail.com>
50188
f4ec4833
UD
50189 [BZ #13367]
50190 * nss/getent.c (initgroups_keys): Show error message in case no group
50191 names are given.
50192
3a2c0242
UD
50193 * include/ifaddrs.h: Declare __free_in6ai and __bump_nl_timestamp.
50194 * inet/check_pf.c: Provide dummy versions of __free_in6ai and
50195 __bump_nl_timestamp.
50196 * nscd/connections (nscd_init): When host database is served open
50197 netlink socket and request notification about configuration changes.
50198 (main_loop_poll): Track netlink file descriptor and bump timestamp
50199 in case data becomes available.
50200 (main_loop_epoll): Likewise.
50201 * nscd/nscd-client.h (DB_VERSION): Bump to 2.
50202 (database_pers_head): Add extra_data fileds.
50203 Declare __nscd_get_mapping and __nscd_get_nl_timestamp.
50204 * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): New function.
50205 * nscd/nscd_helper.c (__nscd_get_mapping): Renamed from get_mapping.
50206 Adjust caller.
50207 * sysdeps/posix/getaddrinfo.c (getaddrinfo): Don't call free on
50208 in6ai data, call __free_in6ai.
50209 * sysdeps/unix/sysv/linux/Makefile [subdir=nscd] (sysdep-CFLAGS):
50210 Add -DHAVE_NETLINK.
50211 * sysdeps/unix/sysv/linux/check_pf.c: Major rewrite. Cache the
50212 interface information. Reuse previous data if netlink timestamp
50213 is not changed.
50214 (__bump_nl_timestamp): New function.
50215 (__free_in6ai): New function.
50216
636064eb
UD
502172011-10-30 Ulrich Drepper <drepper@gmail.com>
50218
50219 * sysdeps/unix/sysv/linux/check_pf.c (make_request): Don't call
50220 close_not_cancel_no_status here.
50221 (__check_pf): Reorganize code a bit to not call close twice if OOM.
50222
9beb2334
UD
502232011-10-29 Ulrich Drepper <drepper@gmail.com>
50224
6ef76f3b
UD
50225 [BZ #13276]
50226 * malloc/malloc.c (munmap_chunk): Don't use assertion to check munmap
50227 return value.
50228
0ffc4f3e 50229 * posix/sys/wait.h: Mark wait3 and wait4 with __THROWNL.
9beb2334
UD
50230 * libio/stdio.h: Mark sprintf, vsprintf snprintf, vsnprintf, vasprintf,
50231 asprintf, __asprintf, obstack_printf, obstack_vprintf with __THROWNL.
50232
cb95113e
UD
502332011-07-03 Andreas Jaeger <aj@suse.de>
50234
50235 [BZ #10709]
50236 * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Fix incorrect rounding
50237 of sin. Patch suggested by Paul Zimmermann <zimmerma+gcc@loria.fr>.
50238 * math/libm-test.inc (sin_test): Add test case.
50239
a1b560ff
UD
502402011-10-29 Ulrich Drepper <drepper@gmail.com>
50241
c9aaface
UD
50242 [BZ #13337]
50243 * elf/sprof.c (load_shobj): Correctly NUL-terminate link name.
50244 Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
50245
d272e7f1
UD
50246 * elf/chroot_canon.c (chroot_canon): Cleanups.
50247
1bc33071
UD
50248 * elf/dl-lookup.c (_dl_setup_hash): Avoid warning.
50249
1760874d
TJ
50250 [BZ #13335]
50251 * elf/chroot_canon.c (chroot_canon): Fix readlink call.
50252 Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
50253
51d91b18
UD
50254 * string/test-strchr.c: Make usable for strchrnul testing.
50255 * string/test-strchrnul.c: New file.
50256 * string/Makefile (strop-tests): Add strchrnul.
50257
a1b560ff 50258 * po/it.po: Update from translation team.
b611fb81 50259 * po/es.po: Likewise.
a1b560ff 50260
a5b81e1f
UD
502612011-10-28 Ulrich Drepper <drepper@gmail.com>
50262
fd52bc6d
UD
50263 * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Take
50264 the three constants needed as parameters. Drop the others.
50265 (strcasestr_sse42): Load uclow, uchigh, and lcqword and pass to
50266 __m128i_strloadu_tolower.
52e4b9eb
UD
50267 Create and initialize variable zero and use it in all the places
50268 where _mm_setzero_si128 was used.
fd52bc6d 50269
a5b81e1f
UD
50270 * sysdeps/x86_64/fpu/multiarch/Makefile: Don't build brandred-avx.c,
50271 doasin-avx.c, dosincos-avx.c, e_asin-avx.c, mpatan-avx.c,
50272 mpatan2-avx.c, mpsqrt-avx.c, mptan-avx.c, sincos32-avx.c.
50273 * sysdeps/x86_64/fpu/multiarch/e_asin.c: There are no _avx variants
50274 anymore.
50275 * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: Don't redirect __mpatan2.
50276 * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: Don't redirect __mpatan.
50277 * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: Don't redirect __branred,
50278 __docos, __dubsin, __mpcos, __mpcos1, __mpsin, __mpsin1.
50279 * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: Don't redirect __branred,
50280 __mpranred, __mptan.
50281 * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: Removed.
50282 * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: Removed.
50283 * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: Removed.
50284 * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: Removed.
50285 * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: Removed.
50286 * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: Removed.
50287 * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: Removed.
50288 * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: Removed.
50289 * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: Removed.
50290
b4343346
AS
502912011-10-28 Andreas Schwab <schwab@redhat.com>
50292
0c92d8a8
AS
50293 * sysdeps/i386/i686/multiarch/strnlen-c.c (libc_hidden_def): Only
50294 redefine if SHARED.
50295 * sysdeps/i386/i686/multiarch/wcscmp-c.c (libc_hidden_def): Likewise.
50296
b4343346
AS
50297 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Move
50298 wide char related routines to wcsmbs subdir.
50299
3871f58f
AS
503002011-10-27 Andreas Schwab <schwab@redhat.com>
50301
50302 [BZ #13344]
50303 * misc/sys/cdefs.h (__THROWNL): Define.
50304 * posix/unistd.h: Use __THREADNL instead of __THREAD
50305 for memory synchronization functions.
50306
94d44d9f
RM
503072011-10-26 Roland McGrath <roland@hack.frob.com>
50308
21b64b15 50309 [BZ #13349]
94d44d9f
RM
50310 * libio/Versions (GLIBC_2.0): Remove open_obstack_stream, which
50311 doesn't exist.
50312 * manual/stdio.texi (Obstack Streams): Node removed.
50313
f6ce9294
AS
503142011-10-26 Andreas Schwab <schwab@redhat.com>
50315
80479147
AS
50316 * sysdeps/ieee754/flt-32/e_j0f.c: Fix use of math_force_eval.
50317 * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
50318 * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
50319
f6ce9294
AS
50320 * math/math_private.h (math_force_eval): Allow non-addressable
50321 arguments.
50322 * sysdeps/i386/fpu/math_private.h (math_force_eval): Likewise.
50323
618280a1
UD
503242011-10-25 Ulrich Drepper <drepper@gmail.com>
50325
e0016b11
UD
50326 * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Comment everything out, the
50327 file is not needed.
50328
50329 * sysdeps/x86_64/fpu/multiarch/e_asin.c: Support AVX variants.
50330 * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Likewise.
50331 * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
50332 * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
50333 * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
50334 * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
50335 * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
50336 * sysdeps/x86_64/fpu/multiarch/Makefile: Fix some CFLAGS-* variables.
50337 Add AVX variants.
50338 * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: New file.
50339 * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: New file.
50340 * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: New file.
50341 * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: New file.
50342 * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: New file.
50343 * sysdeps/x86_64/fpu/multiarch/e_exp-avx.c: New file.
50344 * sysdeps/x86_64/fpu/multiarch/e_log-avx.c: New file.
50345 * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: New file.
50346 * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: New file.
50347 * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: New file.
50348 * sysdeps/x86_64/fpu/multiarch/mpexp-avx.c: New file.
50349 * sysdeps/x86_64/fpu/multiarch/mplog-avx.c: New file.
50350 * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: New file.
50351 * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: New file.
50352 * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: New file.
50353 * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: New file.
50354 * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: New file.
50355 * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: New file.
50356 * sysdeps/x86_64/fpu/multiarch/slowexp-avx.c: New file.
50357
50358 * sysdeps/x86_64/multiarch/init-arch.h: Make bit_* macros available
50359 all the time. Define bit_AVX. Define HAS_* macros using bit_* macros.
50360
618280a1
UD
50361 * sysdeps/x86_64/multiarch/strcmp-sse42.S: Move common code to earlier
50362 place. Use VEX encoding when compiling for AVX.
50363
37822576
AS
503642011-10-25 Andreas Schwab <schwab@redhat.com>
50365
1f1e1947
AS
50366 * wcsmbs/wcscmp.c (WCSCMP): Compare as wchar_t, not wint_t.
50367 * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
50368
37822576
AS
50369 * string/test-strchr.c (do_test): Don't generate NUL bytes.
50370
31ea014d
UD
503712011-10-25 Ulrich Drepper <drepper@gmail.com>
50372
d7826aa1 50373 * sysdeps/ieee754/dbl-64/e_atanh.c: Use math_force_eval instead of a
ffb124cc 50374 useless if() expression.
d7826aa1
UD
50375 * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
50376 * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
50377 * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
50378 * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
50379 * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
50380 * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
50381 * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
50382 * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
50383 * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
50384 * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
50385 * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
50386 * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
50387 * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
50388 * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
50389 * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
50390 * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
50391 * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
50392 * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
50393 * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
50394
31ea014d
UD
50395 * sysdeps/x86_64/fpu/math_private.h: Use VEX encoding when possible.
50396
16437fec
AS
503972011-10-25 Andreas Schwab <schwab@redhat.com>
50398
50399 * elf/dl-deps.c (_dl_map_object_deps): Remove always true
50400 condition.
50401 * elf/dl-fini.c (_dl_sort_fini): Likewise.
50402
31d3cc00
UD
504032011-10-25 Ulrich Drepper <drepper@gmail.com>
50404
50405 * sysdeps/ieee754/dbl-64/branred.c: Move FMA4 code into separate
50406 .text section. Avoid duplicate constants.
50407 * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
50408 * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
50409 * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
50410 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
50411 * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
50412 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
50413 * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
50414 * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
50415 * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
50416 * sysdeps/ieee754/dbl-64/mpa.h: Likewise.
50417 * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
50418 * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
50419 * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
50420 * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
50421 * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
50422 * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
50423 * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
50424 * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
50425 * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
50426 * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
50427 * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
50428 * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
50429 * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
50430 * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Likewise.
50431 * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: Likewise.
50432 * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: Likewise.
50433 * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: Likewise.
50434 * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: Likewise.
50435 * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: Likewise.
50436 * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: Likewise.
50437 * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: Likewise.
50438 * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: Likewise.
50439 * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
50440 * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: Likewise.
50441 * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: Likewise.
50442 * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: Likewise.
50443 * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: Likewise.
50444 * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: Likewise.
50445 * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: Likewise.
50446 * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: Likewise.
50447 * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: Likewise.
50448 * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: Likewise.
50449 * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: Likewise.
50450 * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: Likewise.
50451 * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: Likewise.
50452
58985aa9
UD
504532011-10-24 Ulrich Drepper <drepper@gmail.com>
50454
202c9deb
UD
50455 * sysdeps/x86_64/dla.h: Move to ...
50456 * sysdeps/x86_64/fpu/dla.h: ...here.
50457 (DLA_FMS): Some compilers fail to inline __builtin_fma in some
50458 situations. Use __builtin_fma only for gcc 4.6 and up.
a0cf1edd 50459
af968f62
UD
50460 * config.make.in: Add have-mfma4 entry.
50461 * configure.in: Substitute libc_cv_cc_fma4.
50462 * math/Makefile (dbl-only-routines): Add sincostab.
50463 * sysdeps/ieee754/dbl-64/dosincos.c: Don't include sincos.tbl.
50464 Use __sincostab not sincos.
50465 * sysdeps/ieee754/dbl-64/e_asin.c: Don't define aliases when function
50466 name is a macro.
50467 * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
50468 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
50469 * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
50470 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise. Define singArctan2
50471 using __copysign.
50472 * sysdeps/ieee754/dbl-64/mpa.c: Don't export __acr. Don't define
50473 __cr and __cpymn. Define __cpy unless NO___CPY is defined. Define
50474 norm, denorm, and __mp_dbl unless NO___MP_DBL is defined.
50475 * sysdeps/ieee754/dbl-64/mpa.h: Don't declare __acr, __cr, __cpymn,
50476 and __inv.
50477 * sysdeps/ieee754/dbl-64/mpsqrt.c: Make fastiroot static.
50478 * sysdeps/ieee754/dbl-64/s_atan.c: Define __signArctan using
50479 __copysign.
50480 * sysdeps/ieee754/dbl-64/s_sin.c: Use __sincostab not sincos. Don't
50481 define aliases when function name is a macro.
50482 * sysdeps/ieee754/dbl-64/sincostab.c: Renamed from
50483 sysdeps/ieee754/dbl-64/sincos.tbl.
50484 * sysdeps/x86_64/fpu/multiarch/Makefile: Add entries to build
50485 fma4-enabled routines.
50486 * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: New file.
50487 * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: New file.
50488 * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: New file.
50489 * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: New file.
50490 * sysdeps/x86_64/fpu/multiarch/e_asin.c: New file.
50491 * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: New file.
50492 * sysdeps/x86_64/fpu/multiarch/e_atan2.c: New file.
50493 * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: New file.
50494 * sysdeps/x86_64/fpu/multiarch/e_exp.c: New file.
50495 * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: New file.
50496 * sysdeps/x86_64/fpu/multiarch/e_log.c: New file.
50497 * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: New file.
50498 * sysdeps/x86_64/fpu/multiarch/e_pow.c: New file.
50499 * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: New file.
50500 * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: New file.
50501 * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: New file.
50502 * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: New file.
50503 * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: New file.
50504 * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: New file.
50505 * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: New file.
50506 * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: New file.
50507 * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: New file.
50508 * sysdeps/x86_64/fpu/multiarch/s_atan.c: New file.
50509 * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: New file.
50510 * sysdeps/x86_64/fpu/multiarch/s_sin.c: New file.
50511 * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: New file.
50512 * sysdeps/x86_64/fpu/multiarch/s_tan.c: New file.
50513 * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: New file.
50514 * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: New file.
50515 * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: New file.
50516
58985aa9
UD
50517 * sysdeps/ieee754/dbl-64/doasin.c: Adjust for DLA_FMA -> DLA_FMS
50518 rename.
50519 * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
50520 * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
50521 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
50522 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
50523 * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
50524 * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
50525 * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
50526 * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
50527
a201fbcf
AS
505282011-10-24 Andreas Schwab <schwab@redhat.com>
50529
50530 * wcsmbs/wcslen.c: Don't define WCSLEN, reverse logic.
50531
fc2ee42a
LD
505322011-10-23 Ulrich Drepper <drepper@gmail.com>
50533
bb3129bd
UD
50534 * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: New file.
50535
0275fff8
UD
50536 * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Add some branch
50537 prediction.
50538 * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: New file.
50539
2fa2ae85
UD
50540 * string/strnlen.c: Don't define STRNLEN, reverse logic.
50541 Remove unused variable magic_bits.
50542 * sysdeps/i386/i686/multiarch/rtld-strnlen.c: New file.
50543
fc2ee42a
LD
50544 * string/strnlen.c: Define and use STRNLEN macro.
50545 * sysdeps/i386/i686/multiarch/Makefile [string] (sysdep_routines):
50546 Add strnlen-sse2, strnlen-c, wcslen-sse2, and wcslen-c.
50547 * sysdeps/i386/i686/multiarch/strlen-sse2.S: Add support for strnlen.
50548 * wcsmbs/wcslen.c: Define and use WCSLEN.
50549 * sysdeps/i386/i686/multiarch/strnlen-c.c: New file.
50550 * sysdeps/i386/i686/multiarch/strnlen-sse2.S: New file.
50551 * sysdeps/i386/i686/multiarch/strnlen.S: New file.
50552 * sysdeps/i386/i686/multiarch/wcslen-c.c: New file.
50553 * sysdeps/i386/i686/multiarch/wcslen-sse2.S: New file.
50554 * sysdeps/i386/i686/multiarch/wcslen.S: New file.
50555 Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
50556
ce7dd29f
LD
505572011-10-20 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
50558
50559 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
50560 strnlen-sse2-no-bsf.
50561 Rename strlen-no-bsf to strlen-sse2-no-bsf.
50562 * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Rename to
50563 * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S:
50564 Add strnlen support.
50565 (USE_AS_STRNLEN): New macro.
50566 * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: New file.
50567 * sysdeps/x86_64/multiarch/strcat-ssse3.S: Update.
50568 Rename strlen-no-bsf.S to strlen-sse2-no-bsf.S
50569 * sysdeps/x86_64/wcslen.S: New file.
50570
979c70a3
MZ
505712011-10-20 Michael Zolotukhin <michael.v.zolotukhin@gmail.com>
50572
50573 * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
50574 XMM-moves are used for copying on small sizes.
50575
2d09f82f
LD
505762011-10-19 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
50577
50578 * wcsmbs/Makefile (strop-tests): Add wcschr.
50579 * wcsmbs/test-wcschr.c: New file.
50580 * string/test-strchr.c: Update.
50581 Add wcschr support.
50582 (WIDE): New macro.
50583
619fccca
LD
505842011-10-18 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
50585
2d09f82f 50586 * wcsmbs/Makefile (strop-tests): Add wcslen.
619fccca
LD
50587 * wcsmbs/test-wcslen.c: New file.
50588 * string/test-strlen.c: Update.
50589 Add wcslen support.
50590 (WIDE): New macro.
50591
09f699ea
UD
505922011-10-23 Ulrich Drepper <drepper@gmail.com>
50593
50594 * po/it.po: Update from translation team.
50595
95584d3b
LD
505962011-09-22 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
50597
50598 * sysdeps/x86_64/wcscmp.S: Update.
50599 Fix wrong comparison semantics.
50600 wcscmp shall use signed comparison not unsigned.
50601 Don't use substraction to avoid overflow bug.
50602 * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
50603 * wcsmbc/wcscmp.c: Likewise.
50604 * string/test-strcmp.c: Likewise.
50605 Add new tests to check cases with negative values.
50606
c8b3296b
UD
506072011-10-23 Ulrich Drepper <drepper@gmail.com>
50608
50609 * sysdeps/ieee754/dbl-64/dla.h: Move DLA_FMA definition to...
50610 * sysdeps/x86_64/dla.h: ...here. New file.
50611 * sysdeps/ieee754/dbl-64/doasin.c: Use <dla.h> not "dla.h".
50612 * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
50613 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
50614 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
50615 * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
50616 * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
50617 * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
50618 * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
50619 * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
50620
246ad57a
AS
506212011-10-23 Andreas Schwab <schwab@linux-m68k.org>
50622
50623 * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Add __jnl_finite and
50624 __ynl_finite aliases.
50625
a1a87169
UD
506262011-10-22 Ulrich Drepper <drepper@gmail.com>
50627
0d355eb7
UD
50628 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
50629
a1a87169
UD
50630 * sysdeps/ieee754/dbl-64/dla.h: When compiling with FMA4 support
50631 define DLA_FMA.
50632 [DLA_FMA] (EMULV): Use DLA_FMA.
50633 [DLA_FMA] (MUL12): Use EMULV.
50634 * sysdeps/ieee754/dbl-64/doasin.c [DLA_FMA]: Don't define variables
50635 that are not needed.
50636 * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
50637 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
50638 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
50639 * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
50640 * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
50641 * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
50642 * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
50643
ee2aafe0
AS
506442011-10-22 Andreas Schwab <schwab@linux-m68k.org>
50645
50646 * math/s_nan.c: Undef __nan.
50647 * math/s_nanf.c: Undef __nanf.
50648 * math/s_nanl.c: Undef __nanl.
50649 * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Include <math.h> before
50650 "math_private.h".
50651
bc62c2fb
UD
506522011-10-22 Ulrich Drepper <drepper@gmail.com>
50653
77425c63
UD
50654 * math/s_catan.c: Add branch predictions.
50655 * math/s_catanf.c: Likewise.
50656 * math/s_catanh.c: Likewise.
50657 * math/s_catanhf.c: Likewise.
50658 * math/s_catanhl.c: Likewise.
50659 * math/s_catanl.c: Likewise.
50660 * math/s_cexp.c: Likewise.
50661 * math/s_cexpf.c: Likewise.
50662 * math/s_cexpl.c: Likewise.
50663 * math/s_clog.c: Likewise.
50664 * math/s_clog10.c: Likewise.
50665 * math/s_clog10f.c: Likewise.
50666 * math/s_clog10l.c: Likewise.
50667 * math/s_clogf.c: Likewise.
50668 * math/s_clogl.c: Likewise.
50669 * math/s_csqrt.c: Likewise.
50670 * math/s_csqrtf.c: Likewise.
50671 * math/s_csqrtl.c: Likewise.
50672 * math/s_ctanf.c: Likewise.
50673 * math/s_ctanh.c: Likewise.
50674 * math/s_ctanhf.c: Likewise.
50675 * math/s_ctanhl.c: Likewise.
50676 * math/s_ctanl.c: Likewise.
50677
bc62c2fb
UD
50678 * math/math_private.h: Define __nan, __nanf, __nanl.
50679 * math/s_cacosh.c: Include <math_private.h>.
50680 * math/s_cacoshl.c: Likewise.
50681 * math/s_casinh.c: Likewise.
50682 * math/s_casinhf.c: Likewise.
50683 * math/s_casinhl.c: Likewise.
50684 * math/s_ccos.c: Rely entire on ccosh.
50685 * math/s_ccosf.c: Rely entire on ccoshf.
50686 * math/s_ccosl.c: Rely entirely on ccoshl.
50687 * math/s_ccosh.c: Add branch predicion helpers. Add branch prediction.
50688 Remove tests for FE_INVALID.
50689 * math/s_ccoshf.c: Likewise.
50690 * math/s_ccoshl.c: Likewise.
50691 * math/s_csin.c: Likewise.
50692 * math/s_csinf.c: Likewise.
50693 * math/s_csinh.c Likewise.
50694 * math/s_csinhf.c: Likewise.
50695 * math/s_csinhl.c: Likewise.
50696 * math/s_csinl.c: Likewise.
50697 * math/s_ctan.c: Likewise.
50698 * sysdeps/ieee754/dbl-64/e_acosh.c: Use __ieee754_sqrt.
50699 * sysdeps/ieee754/flt-32/e_acoshf.c: Use __ieee754_sqrtf.
50700 * sysdeps/ieee754/ldbl-96/e_acoshl.c: Use __ieee754_sqrtl.
50701
8ec250a4
UD
507022011-10-21 Ulrich Drepper <drepper@gmail.com>
50703
c196fed8
UD
50704 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Fix
50705 compilation problems.
50706
8ec250a4
UD
50707 * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Add a few more
50708 __builtin_expect.
50709
8d4f46c6
UD
507102011-10-20 Ulrich Drepper <drepper@gmail.com>
50711
ed72b654
UD
50712 * sysdeps/i386/configure.in: Test for -mfma4 option.
50713 * config.h.in: Add HAVE_FMA4_SUPPORT entry.
50714 * sysdeps/x86_64/multiarch/init-arch.h: Define HAS_FMA4 and
50715 COMMON_CPUID_INDEX_80000001.
50716 * sysdeps/x86_64/multiarch/init-arch.c: Read 80000001 leaf for AMD.
50717 * sysdeps/x86_64/fpu/multiarch/s_fma.c: Test for FMA4 support and
50718 use it if FMA3 is not supported.
50719 * sysdeps/x86_64/fpu/multiarch/s_fmaf.c: Likewise.
50720
8d4f46c6
UD
50721 * sysdeps/x86_64/multiarch/s_fma.c: Moved to ../fpu/multiarch.
50722 * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
50723
d45c60c2
AS
507242011-10-20 Andreas Schwab <schwab@redhat.com>
50725
50726 [BZ #12892]
50727 * elf/dl-fini.c (_dl_sort_fini): Ignore relocation dependency if
50728 it would create a cycle with a link time dependency.
50729
d9a4d2ab
UD
507302011-10-19 Ulrich Drepper <drepper@gmail.com>
50731
855d1560
UD
50732 * sysdeps/x86_64/multiarch/rawmemchr.S: Small optimization to safe an
50733 instruction.
50734 * string/Makefile (strop-tests): Add rawmemchr.
50735 * string/test-rawmemchr.c: New file.
50736
d9a4d2ab
UD
50737 * sysdeps/x86_64/multiarch/init-arch.h: Define bit_AVX and index_AVX.
50738 * sysdeps/x86_64/multiarch/strcmp-sse42.S: New file. Split out from...
50739 * sysdeps/x86_64/multiarch/strcmp.S: ...here. Include strcmp-sse42.S
50740 when compiling str{,n}casecmp and when AVX is available. Hook up
50741 new optimized code in initializers.
50742
8f3b1ffe
AS
507432011-10-19 Andreas Schwab <schwab@redhat.com>
50744
50745 * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv): Use
50746 __feraiseexcept instead of feraiseexcept.
50747
d38f1dba
UD
507482011-10-18 Ulrich Drepper <drepper@gmail.com>
50749
d9a8d0ab
UD
50750 * math/math_private.h: Define defaults for libc_fetestexcept and
50751 libc_feupdateenv.
50752 * sysdeps/ieee754/dbl-64/s_fma.c: Use libc_fe* interfaces.
50753 * sysdeps/ieee754/dbl-64/s_fmaf.c: Likewise.
50754 * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
50755 * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
50756 * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
50757 * sysdeps/x86_64/fpu/math_private.h: Define special versions of
50758 libc_fetestexcept and libc_feupdateenv.
50759
4855e3dd
UD
50760 * math/math_private.h: Define defaults for libc_feholdexcept_setround,
50761 libc_feholdexcept_setroundf, libc_feholdexcept_setroundl.
50762 * sysdeps/ieee754/dbl-64/e_exp2.c: Use libc_feholdexcept_setround.
50763 * sysdeps/x86_64/fpu/math_private.h: Define special version of
50764 libc_feholdexcept_setround.
50765
581d30e3
UD
50766 * sysdeps/x86_64/fpu/multiarch/Makefile [math] (libm-sysdep-routines):
50767 Add s_nearbyint-c and s_nearbyintf-c.
50768 * sysdeps/x86_64/fpu/bits/mathinline.h: Define nearbyint and
50769 nearbyintf inlines.
50770 * sysdeps/x86_64/fpu/multiarch/s_nearbyint-c.c: New file.
50771 * sysdeps/x86_64/fpu/multiarch/s_nearbyint.S: New file.
50772 * sysdeps/x86_64/fpu/multiarch/s_nearbyintf-c.c: New file.
50773 * sysdeps/x86_64/fpu/multiarch/s_nearbyintf.S: New file.
50774
d38f1dba
UD
50775 * math/math_private.h: Define defaults for libc_fegetround,
50776 libc_fegetroundf, libc_fegetroundl, libc_fesetround, libc_fesetroundf,
50777 libc_fesetroundl, libc_feholdexcept, libc_feholdexceptf,
50778 libc_feholdexceptl, libc_fesetenv, libc_fesetenvf, libc_fesetenvl.
50779 * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Use
50780 libc_feholdexcept, libc_fesetround, libc_fesetenv instead of the
50781 standard functions.
50782 * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
50783 Remove comments and hacks for old compiler versions.
50784 * sysdeps/x86_64/fpu/math_private.h: Define special versions of
50785 libc_fegetround, libc_fesetround, libc_feholdexcept, and
50786 libc_feholdexceptl.
50787
caa6c9d8
AS
507882011-10-18 Andreas Schwab <schwab@redhat.com>
50789
50790 * sysdeps/x86_64/fpu/bits/fenv.h: Add C linkage markers.
83c7615c
AS
50791 (__feraiseexcept_renamed): Add __NTH.
50792 (feraiseexcept): Add __NTH. Rename local variables to fix
caa6c9d8
AS
50793 namespace violations.
50794
97c066e6
UD
507952011-10-17 Ulrich Drepper <drepper@gmail.com>
50796
99ce7b04
UD
50797 * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Small optimization.
50798
1004d182
UD
50799 * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: New file.
50800
228a984d
UD
50801 * sysdeps/x86_64/fpu/math_private.h: Relax asm requirements for
50802 recently added interfaces.
50803 * sysdeps/x86_64/fpu/bits/mathinline.h: Likewise.
50804
c8553a6a
UD
50805 * sysdeps/x86_64/fpu/math_private.h: Add some parenthesis to be safe
50806 about macro parameter expansion.
50807
ed22dcf6
UD
50808 * sysdeps/x86_64/fpu/bits/mathinline.h: Don't define inlines if
50809 __NO_MATH_INLINES is defined. Cleanups.
50810
50811 * sysdeps/x86_64/fpu/math_private.h: Define __rint, __rintf, __floor,
50812 and __floorf is target has SSE4.1.
50813 * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: Undef first.
50814 * sysdeps/x86_64/fpu/multiarch/s_floorf-c.: Likewise.
50815 * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: Likewise.
50816 * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: Likewise.
50817
b171c137
UD
50818 * sysdeps/x86_64/fpu/bits/mathinline.h (floor): Use correct function
50819 name.
50820 (floorf): Likewise.
50821
97c066e6
UD
50822 * nscd/netgroupcache.c (addgetnetgrentX): Fix #ifdef nesting.
50823
629f62ef
AS
508242011-10-17 Andreas Schwab <schwab@redhat.com>
50825
49a43d80
AS
50826 * misc/sys/cdefs.h: Fix last change.
50827
629f62ef
AS
50828 * grp/initgroups.c (internal_getgrouplist): Fix initgroups
50829 database lookup.
50830
e453f6cd
UD
508312011-10-16 Ulrich Drepper <drepper@gmail.com>
50832
aa78043a
UD
50833 * misc/sys/cdefs.h: Use leaf function attribute in __THROW.
50834
ad0f5cad
UD
50835 * sysdeps/ieee754/dbl-64/s_ceil.c: Avoid alias renamed.
50836 * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
50837 * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
50838 * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
50839 * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
50840 * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
50841 * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
50842 * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
50843 * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
50844 * sysdeps/x86_64/fpu/multiarch/Makefile: New file.
50845 * sysdeps/x86_64/fpu/multiarch/s_ceil-c.c: New file.
50846 * sysdeps/x86_64/fpu/multiarch/s_ceil.S: New file.
50847 * sysdeps/x86_64/fpu/multiarch/s_ceilf-c.c: New file.
50848 * sysdeps/x86_64/fpu/multiarch/s_ceilf.S: New file.
50849 * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: New file.
50850 * sysdeps/x86_64/fpu/multiarch/s_floor.S: New file.
50851 * sysdeps/x86_64/fpu/multiarch/s_floorf-c.c: New file.
50852 * sysdeps/x86_64/fpu/multiarch/s_floorf.S: New file.
50853 * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: New file.
50854 * sysdeps/x86_64/fpu/multiarch/s_rint.S: New file.
50855 * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: New file.
50856 * sysdeps/x86_64/fpu/multiarch/s_rintf.S: New file.
50857
50858 * sysdeps/x86_64/fpu/bits/mathinline.h: Add inlines for rint, rintf,
50859 ceil, ceilf, floor, floorf.
50860
50861 * elf/do-rel.h (elf_dynamic_do_Rel): Work around linker problem.
50862 Perform IRELATIVE relocations last.
50863
e453f6cd
UD
50864 * elf/do-rel.h: Add another parameter nrelative, replacing the
50865 local variable with the same name. Change name of the function
50866 to end in Rel or Rela (uppercase).
50867 * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Add new element
50868 nrelative to ranges. Only nonzero for DT_REL/DT_RELA. Pass to the
50869 elf_dynamic_do_##reloc function.
50870
fd5bdc09
UD
508712011-10-15 Ulrich Drepper <drepper@gmail.com>
50872
79b195b5
UD
50873 * sysdeps/i386/i686/fpu/e_log.S: No need for the fyl2xp1 use, fyl2x
50874 is sufficient, at least on modern CPUs.
50875
d4a28569
UD
50876 * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: New file.
50877
b61099b5
UD
50878 * sysdeps/ieee754/dbl-64/e_cosh.c: Cleanup.
50879 * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: New file.
50880
bcf01e6d
UD
50881 * math/Versions [libm] (GLIBC_2.15): Add __exp_finite, __expf_finite,
50882 __expl_finite.
50883 * math/bits/math-finite.h: Add entries for exp.
50884 * math/e_expl.c: Add __*_finite alias.
50885 * sysdeps/i386/fpu/e_exp.S: Likewise.
50886 * sysdeps/i386/fpu/e_expf.S: Likewise.
50887 * sysdeps/i386/fpu/e_expl.c: Likewise.
50888 * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
50889 * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
50890 * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
50891 * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
50892 * sysdeps/ieee754/dbl-64/w_exp.c: Complete rewrite.
50893 * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
50894 * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
50895
ba1a0d59
UD
50896 * sysdeps/i386/i686/fpu/e_logf.S: No need for the fyl2xp1 use, fyl2x
50897 is sufficient, at least on modern CPUs.
50898
fd5bdc09
UD
50899 * ctype/ctype-info.c (__ctype_init): Define.
50900 * include/ctype.h (__ctype_init): Declare.
50901 (__ctype_b_loc): The variable is always initialized.
50902 (__ctype_toupper_loc): Likewise.
50903 (__ctype_tolower_loc): Likewise.
50904 * ctype/Versions: Export __ctype_init for GLIBC_PRIVATE.
50905 * sysdeps/unix/sysv/linux/init-first.c (_init): Call __ctype_init.
50906
7872cfb0
AS
509072011-10-15 Andreas Schwab <schwab@linux-m68k.org>
50908
b468825a
AS
50909 * wcsmbs/wmemcmp.c (WMEMCMP): Define.
50910
7872cfb0
AS
50911 * configure.in: Also look in $cxxmachine/include for C++ system
50912 headers.
50913
be13f7bf
LD
509142011-09-27 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
50915
50916 * sysdeps/x86_64/multiarch/Makefile: (sysdep_routines): Add
50917 memcmp-ssse3 wmemcmp-sse4 wmemcmp-ssse3 wmemcmp-c
50918 * sysdeps/x86_64/multiarch/memcmp-ssse3: New file.
50919 * sysdeps/x86_64/multiarch/memcmp.S: Update. Add __memcmp_ssse3.
50920 * sysdeps/x86_64/multiarch/memcmp-sse4.S: Update.
50921 (USE_AS_WMEMCMP): New macro.
50922 Fixing indents.
50923 * sysdeps/x86_64/multiarch/wmemcmp.S: New file.
50924 * sysdeps/x86_64/multiarch/wmemcmp-ssse3.S: New file.
50925 * sysdeps/x86_64/multiarch/wmemcmp-sse4.S: New file.
50926 * sysdeps/x86_64/multiarch/wmemcmp-c.S: New file.
50927 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
50928 wmemcmp-ssse3 wmemcmp-sse4 wmemcmp-c
50929 * sysdeps/i386/i686/multiarch/wmemcmp.S: New file.
50930 * sysdeps/i386/i686/multiarch/wmemcmp-c.c: New file.
50931 * sysdeps/i386/i686/multiarch/wmemcmp-ssse3.S: New file.
50932 * sysdeps/i386/i686/multiarch/wmemcmp-sse4.S: New file.
50933 * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Update.
50934 (USE_AS_WMEMCMP): New macro.
50935 * sysdeps/i386/i686/multiarch/memcmp-ssse3: Likewise.
50936 * sysdeps/string/test-memcmp.c: Update.
50937 Fix simple_wmemcmp.
50938 Add new tests.
50939 * wcsmbs/wmemcmp.c: Update.
50940 (WMEMCMP): New macro.
50941 Fix overflow bug.
50942
556a2007
AJ
509432011-10-12 Andreas Jaeger <aj@suse.de>
50944
50945 [BZ #13268]
50946 * math/bits/mathcalls.h: Mark argument 2 of modf as non-null.
50947
538faaa7
UD
509482011-10-15 Ulrich Drepper <drepper@gmail.com>
50949
ab6737ff
UD
50950 * libio/iofwide.c (do_length): Avoid warning.
50951
538faaa7
UD
50952 * ctype/ctype.h (__isctype_f): Add missing __THROW.
50953
396a21b1
UD
509542011-10-14 Ulrich Drepper <drepper@gmail.com>
50955
cdf2901f
UD
50956 * elf/pldd-xx.c (find_maps): Remove leftover debug message.
50957
38ad40ce
UD
50958 * sysdeps/i386/fpu/e_log.S: Add real definition of __log_finite.
50959 * sysdeps/i386/fpu/e_logf.S: Add real definition of __logf_finite.
50960 * sysdeps/i386/fpu/e_logl.S: Add real definition of __logl_finite.
50961 * sysdeps/i386/i686/fpu/e_log.S: New file.
50962 * sysdeps/i386/i686/fpu/e_logf.S: New file.
50963 * sysdeps/i386/i686/fpu/e_logl.S: New file.
50964
396a21b1
UD
50965 * ctype/ctype.h: Add support for inlined isXXX functions when
50966 compiling C++ code.
50967
6b1f68c9
AS
509682011-10-14 Andreas Schwab <schwab@redhat.com>
50969
349290c0
AS
50970 * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for jn tests.
50971
6b1f68c9
AS
50972 * sysdeps/x86_64/fpu/fraiseexcpt.c: Fix last change.
50973
f2282d42
RM
509742011-10-13 Roland McGrath <roland@hack.frob.com>
50975
50976 [BZ #13291]
50977 * manual/string.texi (String/Array Comparison): Typo fix in strverscmp.
50978
5298ffa8
AS
509792011-10-13 Andreas Schwab <schwab@redhat.com>
50980
714fad23
AS
50981 * sysdeps/x86_64/fpu/fraiseexcpt.c: Add __feraiseexcept alias.
50982 * sysdeps/x86_64/fpu/feupdateenv.c: Use __feraiseexcept instead of
50983 feraiseexcept.
50984
81dcc7fb
AS
50985 * sysdeps/x86_64/memrchr.S: Check for zero size.
50986
5298ffa8
AS
50987 * string/stratcliff.c: Add memrchr tests.
50988
951fbcec
LD
509892011-10-12 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
50990
50991 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
50992 memchr-sse2 memchr-sse2-bsf memrchr-sse2 memrchr-sse2-bsf memrchr-c
50993 rawmemchr-sse2 rawmemchr-sse2-bsf.
50994 * sysdeps/i386/i686/multiarch/memchr.S: New file.
50995 * sysdeps/i386/i686/multiarch/memchr-sse2.S: New file.
50996 * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: New file.
50997 * sysdeps/i386/i686/multiarch/memrchr.S: New file.
50998 * sysdeps/i386/i686/multiarch/memrchr-c.c: New file.
50999 * sysdeps/i386/i686/multiarch/memrchr-sse2.S: New file.
51000 * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: New file.
51001 * sysdeps/i386/i686/multiarch/rawmemchr.S: New file.
51002 * sysdeps/i386/i686/multiarch/rawmemchr-sse2.S: New file.
51003 * sysdeps/i386/i686/multiarch/rawmemchr-sse2-bsf.S: New file.
51004 * string/memrchr.c (MEMRCHR): New macro.
51005
0ac5ae23
UD
510062011-10-12 Ulrich Drepper <drepper@gmail.com>
51007
51008 Add integration with gcc's -ffinite-math-only and optimize wrapper
51009 functions in libm.
51010 * Versions.def: Define GLIBC_2.15 version for libm.
51011 * math/Makefile (headers): Add bits/math-finite.h.
51012 * math/bits/math-finite.h: New file.
51013 * sysdeps/ia64/fpu/bits/math-finite.h: New file.
51014 * math/Versions [libm] (GLIBC_2.15): Export __*_finite symbols.
51015 * math/e_acoshl.c: Add __*_finite alias.
51016 * math/e_acosl.c: Likewise.
51017 * math/e_asinl.c: Likewise.
51018 * math/e_atan2l.c: Likewise.
51019 * math/e_atanhl.c: Likewise.
51020 * math/e_coshl.c: Likewise.
51021 * math/e_exp10.c: Likewise.
51022 * math/e_exp10f.c: Likewise.
51023 * math/e_exp10l.c: Likewise.
51024 * math/e_exp2l.c: Likewise.
51025 * math/e_fmodl.c: Likewise.
51026 * math/e_gammal_r.c: Likewise.
51027 * math/e_hypotl.c: Likewise.
51028 * math/e_j0l.c: Likewise.
51029 * math/e_j1l.c: Likewise.
51030 * math/e_jnl.c: Likewise.
51031 * math/e_lgammal_r.c: Likewise.
51032 * math/e_log10l.c: Likewise.
51033 * math/e_log2l.c: Likewise.
51034 * math/e_logl.c: Likewise.
51035 * math/e_powl.c: Likewise.
51036 * math/e_sinhl.c: Likewise.
51037 * math/e_sqrtl.c: Likewise.
51038 * math/e_scalb.c: Completely rewritten and optimized.
51039 * math/e_scalbf.c: Likewise.
51040 * math/e_scalbl.c: Likewise.
51041 * math/w_acos.c: Likewise.
51042 * math/w_acosf.c: Likewise.
51043 * math/w_acosl.c: Likewise.
51044 * math/w_acosh.c: Likewise.
51045 * math/w_acoshf.c: Likewise.
51046 * math/w_acoshl.c: Likewise.
51047 * math/w_asin.c: Likewise.
51048 * math/w_asinf.c: Likewise.
51049 * math/w_asinl.c: Likewise.
51050 * math/w_atan2.c: Likewise.
51051 * math/w_atan2f.c: Likewise.
51052 * math/w_atan2l.c: Likewise.
51053 * math/w_atanh.c: Likewise.
51054 * math/w_atanhf.c: Likewise.
51055 * math/w_atanhl.c: Likewise.
51056 * math/w_exp10.c: Likewise.
51057 * math/w_exp10f.c: Likewise.
51058 * math/w_exp10l.c: Likewise.
51059 * math/w_fmod.c: Likewise.
51060 * math/w_fmodf.c: Likewise.
51061 * math/w_fmodl.c: Likewise.
51062 * math/w_j0.c: Likewise.
51063 * math/w_j0f.c: Likewise.
51064 * math/w_j0l.c: Likewise.
51065 * math/w_j1.c: Likewise.
51066 * math/w_j1f.c: Likewise.
51067 * math/w_j1l.c: Likewise.
51068 * math/w_jn.c: Likewise.
51069 * math/w_jnf.c: Likewise.
51070 * math/w_log.c: Likewise.
51071 * math/w_logf.c: Likewise.
51072 * math/w_logl.c: Likewise.
51073 * math/w_log10.c: Likewise.
51074 * math/w_log10f.c: Likewise.
51075 * math/w_log10l.c: Likewise.
51076 * math/w_log2.c: Likewise.
51077 * math/w_log2f.c: Likewise.
51078 * math/w_log2l.c: Likewise.
51079 * math/w_pow.c: Likewise.
51080 * math/w_powf.c: Likewise.
51081 * math/w_powl.c: Likewise.
51082 * math/w_remainder.c: Likewise.
51083 * math/w_remainderf.c: Likewise.
51084 * math/w_remainderl.c: Likewise.
51085 * math/w_scalb.c: Likewise.
51086 * math/w_scalbf.c: Likewise.
51087 * math/w_scalbl.c: Likewise.
51088 * math/w_sqrt.c: Likewise.
51089 * math/w_sqrtf.c: Likewise.
51090 * math/w_sqrtl.c: Likewise.
51091 * math/math.h: Define __MATH_DECLARE_LDOUBLE if long double functions
51092 are declared. Include <bits/math-finite.h> if -ffinite-math-only is
51093 used.
51094 * math/math_private.h: Declare __kernel_standard_f.
51095 * math/w_cosh.c: Remove cruft and optimize a bit.
51096 * math/w_coshf.c: Likewise.
51097 * math/w_coshl.c: Likewise.
51098 * math/w_exp2.c: Likewise.
51099 * math/w_exp2f.c: Likewise.
51100 * math/w_exp2l.c: Likewise.
51101 * math/w_hypot.c: Likewise.
51102 * math/w_hypotf.c: Likewise.
51103 * math/w_hypotl.c: Likewise.
51104 * math/w_lgamma.c: Likewise.
51105 * math/w_lgamma_r.c: Likewise.
51106 * math/w_lgammaf.c: Likewise.
51107 * math/w_lgammaf_r.c: Likewise.
51108 * math/w_lgammal.c: Likewise.
51109 * math/w_lgammal_r.c: Likewise.
51110 * math/w_sinh.c: Likewise.
51111 * math/w_sinhf.c: Likewise.
51112 * math/w_sinhl.c: Likewise.
51113 * math/w_tgamma.c: Likewise.
51114 * math/w_tgammaf.c: Likewise.
51115 * math/w_tgammal.c: Likewise.
51116 * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
51117 * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
51118 * sysdeps/i386/fpu/e_acos.S: Add __*_finite alias.
51119 Minor optimizations. Pretty printing. Remove cruft.
51120 * sysdeps/i386/fpu/e_acosf.S: Likewise.
51121 * sysdeps/i386/fpu/e_acosh.S: Likewise.
51122 * sysdeps/i386/fpu/e_acoshf.S: Likewise.
51123 * sysdeps/i386/fpu/e_acoshl.S: Likewise.
51124 * sysdeps/i386/fpu/e_acosl.c: Likewise.
51125 * sysdeps/i386/fpu/e_asin.S: Likewise.
51126 * sysdeps/i386/fpu/e_asinf.S: Likewise.
51127 * sysdeps/i386/fpu/e_atan2.S: Likewise.
51128 * sysdeps/i386/fpu/e_atan2f.S: Likewise.
51129 * sysdeps/i386/fpu/e_atan2l.c: Likewise.
51130 * sysdeps/i386/fpu/e_atanh.S: Likewise.
51131 * sysdeps/i386/fpu/e_atanhf.S: Likewise.
51132 * sysdeps/i386/fpu/e_atanhl.S: Likewise.
51133 * sysdeps/i386/fpu/e_exp10.S: Likewise.
51134 * sysdeps/i386/fpu/e_exp10f.S: Likewise.
51135 * sysdeps/i386/fpu/e_exp10l.S: Likewise.
51136 * sysdeps/i386/fpu/e_exp2.S: Likewise.
51137 * sysdeps/i386/fpu/e_exp2f.S: Likewise.
51138 * sysdeps/i386/fpu/e_exp2l.S: Likewise.
51139 * sysdeps/i386/fpu/e_fmod.S: Likewise.
51140 * sysdeps/i386/fpu/e_fmodf.S: Likewise.
51141 * sysdeps/i386/fpu/e_fmodl.c: Likewise.
51142 * sysdeps/i386/fpu/e_hypot.S: Likewise.
51143 * sysdeps/i386/fpu/e_hypotf.S: Likewise.
51144 * sysdeps/i386/fpu/e_log.S: Likewise.
51145 * sysdeps/i386/fpu/e_log10.S: Likewise.
51146 * sysdeps/i386/fpu/e_log10f.S: Likewise.
51147 * sysdeps/i386/fpu/e_log10l.S: Likewise.
51148 * sysdeps/i386/fpu/e_log2.S: Likewise.
51149 * sysdeps/i386/fpu/e_log2f.S: Likewise.
51150 * sysdeps/i386/fpu/e_log2l.S: Likewise.
51151 * sysdeps/i386/fpu/e_logf.S: Likewise.
51152 * sysdeps/i386/fpu/e_logl.S: Likewise.
51153 * sysdeps/i386/fpu/e_pow.S: Likewise.
51154 * sysdeps/i386/fpu/e_powf.S: Likewise.
51155 * sysdeps/i386/fpu/e_powl.S: Likewise.
51156 * sysdeps/i386/fpu/e_remainder.S: Likewise.
51157 * sysdeps/i386/fpu/e_remainderf.S: Likewise.
51158 * sysdeps/i386/fpu/e_remainderl.S: Likewise.
51159 * sysdeps/i386/fpu/e_scalb.S: Likewise.
51160 * sysdeps/i386/fpu/e_scalbf.S: Likewise.
51161 * sysdeps/i386/fpu/e_scalbl.S: Likewise.
51162 * sysdeps/i386/fpu/e_sqrt.S: Likewise.
51163 * sysdeps/i386/fpu/e_sqrtf.S: Likewise.
51164 * sysdeps/i386/fpu/e_sqrtl.c: Likewise.
51165 * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
51166 * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
51167 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
51168 * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
51169 * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
51170 * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
51171 * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
51172 * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
51173 * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
51174 * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
51175 * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
51176 * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
51177 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
51178 * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
51179 * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
51180 * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
51181 * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
51182 * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
51183 * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
51184 * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
51185 * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
51186 * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
51187 * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
51188 * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
51189 * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
51190 * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
51191 * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
51192 * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
51193 * sysdeps/ieee754/flt-32/e_gammaf_r.c: Likewise.
51194 * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
51195 * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
51196 * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
51197 * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
51198 * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
51199 * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
51200 * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
51201 * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
51202 * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
51203 * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
51204 * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
51205 * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
51206 * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
51207 * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
51208 * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
51209 * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
51210 * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
51211 * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
51212 * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
51213 * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
51214 * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Likewise.
51215 * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
51216 * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
51217 * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
51218 * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
51219 * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
51220 * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
51221 * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
51222 * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
51223 * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
51224 * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
51225 * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
51226 * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
51227 * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
51228 * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
51229 * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
51230 * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
51231 * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
51232 * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
51233 * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Likewise.
51234 * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
51235 * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
51236 * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
51237 * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
51238 * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
51239 * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
51240 * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
51241 * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
51242 * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
51243 * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
51244 * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
51245 * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
51246 * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
51247 * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Likewise.
51248 * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
51249 * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
51250 * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
51251 * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
51252 * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
51253 * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
51254 * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
51255 * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
51256 * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
51257 * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
51258 * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
51259 * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
51260 * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
51261 * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
51262 * sysdeps/s390/fpu/e_sqrt.c: Likewise.
51263 * sysdeps/s390/fpu/e_sqrtf.c: Likewise.
51264 * sysdeps/s390/fpu/e_sqrtl.c: Likewise.
51265 * sysdeps/sparc/sparc32/e_sqrt.c: Likewise.
51266 * sysdeps/sparc/sparc64/fpu/e_sqrtl.c: Likewise.
51267 * sysdeps/x86_64/fpu/e_exp2l.S: Likewise.
51268 * sysdeps/x86_64/fpu/e_fmodl.S: Likewise.
51269 * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
51270 * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
51271 * sysdeps/x86_64/fpu/e_logl.S: Likewise.
51272 * sysdeps/x86_64/fpu/e_powl.S: Likewise.
51273 * sysdeps/x86_64/fpu/e_remainderl.S: Likewise.
51274 * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
51275 * sysdeps/x86_64/fpu/e_sqrt.c: Likewise. Fix parameter order
51276 * sysdeps/x86_64/fpu/e_sqrtf.c: Likewise.
51277 * sysdeps/x86_64/fpu/math_private.h (__isnan): Cast d parameter.
51278 (__isnanf): Likewise.
51279 (__isinf_ns): Likewise.
51280 (__isinf_nsf): Likewise.
51281 (__finite): Likewise.
51282 (__finitef): Likewise.
51283 (__ieee754_sqrt): Define as macro.
51284 (__ieee754_sqrtf): Define as macro.
51285 (__ieee754_sqrtl): Define as macro.
51286 * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Add partially
51287 inlined copy.
51288 * sysdeps/x86_64/fpu/bits/mathinline.h: Make use of
51289 __FINITE_MATH_ONLY__ consistent.
51290 * sysdeps/ieee754/k_standard.c (__kernel_standard_f): New function.
51291
12cc2fcd
AS
512922011-10-10 Andreas Schwab <schwab@linux-m68k.org>
51293
a843a204
AS
51294 * inet/getnetgrent_r.c (nscd_getnetgrent): Use __rawmemchr instead
51295 of rawmemchr.
51296
12cc2fcd
AS
51297 * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: New file.
51298
c853acd5
UD
512992011-10-09 Ulrich Drepper <drepper@gmail.com>
51300
51301 * po/ja.po: Update from translation team.
51302
c658d255
RM
513032011-10-08 Roland McGrath <roland@hack.frob.com>
51304
110946e4
RM
51305 * locale/programs/locarchive.c (prepare_address_space): New function.
51306 (create_archive, enlarge_archive, open_archive): Use it.
51307
50604220
RM
51308 * sysdeps/unix/sysv/linux/x86_64/time.c: Move #include <dl-vdso.h>
51309 inside [SHARED], where it is used.
51310
c658d255
RM
51311 * nscd/nscd_proto.h: Declare __nscd_setnetgrent.
51312
51313 * nss/getent.c (netgroup_keys): Remove unused variable.
51314 * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
51315
6a621eb7
UD
513162011-10-08 Ulrich Drepper <drepper@gmail.com>
51317
7edb55ce
UD
51318 * include/math.h: Declare __isinf_ns, __isinf_nsf, __isinf_nsl.
51319 * sysdeps/ieee754/dbl-64/s_isinf_ns.c: New file.
51320 * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: New file.
51321 * sysdeps/ieee754/flt-32/s_isinf_nsf.c: New file.
51322 * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: New file.
51323 * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: New file.
51324 * math/Makefile (libm-calls): Add s_isinf_ns.
51325 * math/divtc3.c: Use __isinf_nsl instead of isinf.
51326 * math/multc3.c: Likewise.
51327 * math/s_casin.c: Likewise.
51328 * math/s_casinf.c: Likewise.
51329 * math/s_casinl.c: Likewise.
51330 * math/s_ccos.c: Likewise.
51331 * math/s_ccosf.c: Likewise.
51332 * math/s_ccosl.c: Likewise.
51333 * math/s_ctan.c: Likewise.
51334 * math/s_ctanf.c: Likewise.
51335 * math/s_ctanh.c: Likewise.
51336 * math/s_ctanhf.c: Likewise.
51337 * math/s_ctanhl.c: Likewise.
51338 * math/s_ctanl.c: Likewise.
51339 * math/w_fmod.c: Likewise.
51340 * math/w_fmodf.c: Likewise.
51341 * math/w_fmodl.c: Likewise.
51342 * math/w_remainder.c: Likewise.
51343 * math/w_remainderf.c: Likewise.
51344 * math/w_remainderl.c: Likewise.
51345 * sysdeps/ieee754/dbl-64/s_finite.c: Undefine __finite.
51346 * sysdeps/ieee754/dbl-64/s_isnan.c: Undefine __isnan.
51347 * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Undefine __finite.
51348 * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Undefine __nan.
51349 * sysdeps/ieee754/flt-32/s_finitef.c: Undefine __finitef.
51350 * sysdeps/ieee754/flt-32/s_isnanf.c: Undefine __nan.
51351 * sysdeps/x86_64/fpu/math_private.h: Add optimized versions of __isnsn,
51352 __isnanf, __isinf_ns, __isinf_nsf, __finite, and __finitef.
51353
187da0ae
UD
51354 * stdio-common/printf_fp.c: Use the fact that isinf returns the sign
51355 of the number.
51356 * stdio-common/printf_fphex.c: Likewise.
51357 * stdio-common/printf_size.c: Likewise.
51358
9277c064
UD
51359 * math/e_exp10.c: Include math_private.h using <...> not "...".
51360 * math/e_exp10f.c: Likewise.
51361 * math/e_exp10l.c: Likewise.
51362 * math/e_exp2l.c: Likewise.
51363 * math/e_j0l.c: Likewise.
51364 * math/e_j1l.c: Likewise.
51365 * math/e_jnl.c: Likewise.
51366 * math/e_lgammal_r.c: Likewise.
51367 * math/e_rem_pio2l.c: Likewise.
51368 * math/e_scalb.c: Likewise.
51369 * math/e_scalbf.c: Likewise.
51370 * math/e_scalbl.c: Likewise.
51371 * math/k_cosl.c: Likewise.
51372 * math/k_sinl.c: Likewise.
51373 * math/k_tanl.c: Likewise.
51374 * math/s_cacoshf.c: Likewise.
51375 * math/s_catan.c: Likewise.
51376 * math/s_catanf.c: Likewise.
51377 * math/s_catanh.c: Likewise.
51378 * math/s_catanhf.c: Likewise.
51379 * math/s_catanhl.c: Likewise.
51380 * math/s_catanl.c: Likewise.
51381 * math/s_ccosh.c: Likewise.
51382 * math/s_ccoshf.c: Likewise.
51383 * math/s_ccoshl.c: Likewise.
51384 * math/s_cexp.c: Likewise.
51385 * math/s_cexpf.c: Likewise.
51386 * math/s_cexpl.c: Likewise.
51387 * math/s_clog.c: Likewise.
51388 * math/s_clog10.c: Likewise.
51389 * math/s_clog10f.c: Likewise.
51390 * math/s_clog10l.c: Likewise.
51391 * math/s_clogf.c: Likewise.
51392 * math/s_clogl.c: Likewise.
51393 * math/s_csin.c: Likewise.
51394 * math/s_csinf.c: Likewise.
51395 * math/s_csinh.c: Likewise.
51396 * math/s_csinhf.c: Likewise.
51397 * math/s_csinhl.c: Likewise.
51398 * math/s_csinl.c: Likewise.
51399 * math/s_csqrt.c: Likewise.
51400 * math/s_csqrtf.c: Likewise.
51401 * math/s_csqrtl.c: Likewise.
51402 * math/s_ctan.c: Likewise.
51403 * math/s_ctanf.c: Likewise.
51404 * math/s_ctanh.c: Likewise.
51405 * math/s_ctanhf.c: Likewise.
51406 * math/s_ctanhl.c: Likewise.
51407 * math/s_ctanl.c: Likewise.
51408 * math/s_ldexp.c: Likewise.
51409 * math/s_ldexpf.c: Likewise.
51410 * math/s_ldexpl.c: Likewise.
51411 * math/s_significand.c: Likewise.
51412 * math/s_significandf.c: Likewise.
51413 * math/s_significandl.c: Likewise.
51414 * math/w_acos.c: Likewise.
51415 * math/w_acosf.c: Likewise.
51416 * math/w_acosh.c: Likewise.
51417 * math/w_acoshf.c: Likewise.
51418 * math/w_acoshl.c: Likewise.
51419 * math/w_acosl.c: Likewise.
51420 * math/w_asin.c: Likewise.
51421 * math/w_asinf.c: Likewise.
51422 * math/w_asinl.c: Likewise.
51423 * math/w_atan2.c: Likewise.
51424 * math/w_atan2f.c: Likewise.
51425 * math/w_atan2l.c: Likewise.
51426 * math/w_atanh.c: Likewise.
51427 * math/w_atanhf.c: Likewise.
51428 * math/w_atanhl.c: Likewise.
51429 * math/w_cosh.c: Likewise.
51430 * math/w_coshf.c: Likewise.
51431 * math/w_coshl.c: Likewise.
51432 * math/w_dremf.c: Likewise.
51433 * math/w_exp10.c: Likewise.
51434 * math/w_exp10f.c: Likewise.
51435 * math/w_exp10l.c: Likewise.
51436 * math/w_exp2.c: Likewise.
51437 * math/w_exp2f.c: Likewise.
51438 * math/w_fmod.c: Likewise.
51439 * math/w_fmodf.c: Likewise.
51440 * math/w_fmodl.c: Likewise.
51441 * math/w_hypot.c: Likewise.
51442 * math/w_hypotf.c: Likewise.
51443 * math/w_hypotl.c: Likewise.
51444 * math/w_j0.c: Likewise.
51445 * math/w_j0f.c: Likewise.
51446 * math/w_j0l.c: Likewise.
51447 * math/w_j1.c: Likewise.
51448 * math/w_j1f.c: Likewise.
51449 * math/w_j1l.c: Likewise.
51450 * math/w_jn.c: Likewise.
51451 * math/w_jnf.c: Likewise.
51452 * math/w_jnl.c: Likewise.
51453 * math/w_lgamma.c: Likewise.
51454 * math/w_lgamma_r.c: Likewise.
51455 * math/w_lgammaf.c: Likewise.
51456 * math/w_lgammaf_r.c: Likewise.
51457 * math/w_lgammal.c: Likewise.
51458 * math/w_lgammal_r.c: Likewise.
51459 * math/w_log.c: Likewise.
51460 * math/w_log10.c: Likewise.
51461 * math/w_log10f.c: Likewise.
51462 * math/w_log10l.c: Likewise.
51463 * math/w_log2.c: Likewise.
51464 * math/w_log2f.c: Likewise.
51465 * math/w_log2l.c: Likewise.
51466 * math/w_logf.c: Likewise.
51467 * math/w_logl.c: Likewise.
51468 * math/w_pow.c: Likewise.
51469 * math/w_powf.c: Likewise.
51470 * math/w_powl.c: Likewise.
51471 * math/w_remainder.c: Likewise.
51472 * math/w_remainderf.c: Likewise.
51473 * math/w_remainderl.c: Likewise.
51474 * math/w_scalb.c: Likewise.
51475 * math/w_scalbf.c: Likewise.
51476 * math/w_scalbl.c: Likewise.
51477 * math/w_sinh.c: Likewise.
51478 * math/w_sinhf.c: Likewise.
51479 * math/w_sinhl.c: Likewise.
51480 * math/w_sqrt.c: Likewise.
51481 * math/w_sqrtf.c: Likewise.
51482 * math/w_sqrtl.c: Likewise.
51483 * math/w_tgamma.c: Likewise.
51484 * math/w_tgammaf.c: Likewise.
51485 * math/w_tgammal.c: Likewise.
51486
6a621eb7
UD
51487 * po/ja.po: Update from translation team.
51488
bf582445
AJ
514892011-09-29 Andreas Jaeger <aj@suse.de>
51490
f9efbf3a
AJ
51491 [BZ #13179]
51492 * sunrpc/netname.c (netname2host): Fix logic.
51493
bf582445
AJ
51494 [BZ #6779]
51495 [BZ #6783]
51496 * math/w_remainderl.c (__remainderl): Handle (NaN, 0) and (Inf,y)
51497 correctly.
51498 * math/w_remainder.c (__remainder): Likewise.
51499 * math/w_remainderf.c (__remainderf): Likewise.
51500 * math/libm-test.inc (remainder_test): Add test cases.
51501
48693bea
AK
515022011-10-04 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
51503
51504 * stdlib/longlong.h: Update from GCC. Fix zarch smul_ppmm and
51505 sdiv_qrnnd.
51506
42622229
LD
515072011-10-07 Ulrich Drepper <drepper@gmail.com>
51508
51509 * string/test-memcmp.c: Avoid unncessary #defines.
51510 Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
51511
093ecf92
LD
515122011-08-31 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
51513
51514 * sysdeps/x86_64/multiarch/rawmemchr.S: Update.
51515 Use new sse2 version for core i3 - i7 as it's faster
51516 than sse42 version.
51517 (bit_Prefer_PMINUB_for_stringop): New.
51518 * sysdeps/x86_64/rawmemchr.S: Update.
51519 Replace with faster SSE2 version.
51520 * sysdeps/x86_64/memrchr.S: New file.
51521 * sysdeps/x86_64/memchr.S: Update.
51522 Replace with faster SSE2 version.
51523
fde56e5c
MP
515242011-09-12 Marek Polacek <mpolacek@redhat.com>
51525
51526 * elf/dl-load.c (lose): Add cast to avoid warning.
51527
21fd49a9
UD
515282011-10-07 Ulrich Drepper <drepper@gmail.com>
51529
5a06e643
UD
51530 * po/ca.po: Update from translation team.
51531
684ae515
UD
51532 * inet/getnetgrent_r.c: Hook up nscd.
51533 * nscd/Makefile (routines): Add nscd_netgroup.
51534 (nscd-modules): Add netgroupcache.
51535 (CFLAGS-netgroupcache.c): Define.
51536 * nscd/cache.c (readdfcts): Add entries for GETNETGRENT and INNETGR.
51537 (cache_search): Add const to second parameter.
51538 * nscd/connections.c (serv2str): Add entries for GETNETGRENT and
51539 INNETGR.
51540 (dbs): Add netgrdb entry.
51541 (reqinfo): Add entries for GETNETGRENT, INNETGR, and GETFDNETGR.
51542 (verify_persistent_db): Handle netgrdb.
51543 (handle_request): Handle GETNETGRENT, INNETGR, and GETFDNETGR.
51544 * nscd/nscd-client.h (request_type): Add GETNETGRENT, INNETGR, and
51545 GETFDNETGR.
51546 (netgroup_response_header): Define.
51547 (innetgroup_response_header): Define.
51548 (datahead): Add netgroup_response_header and innetgroup_response_header
51549 elements.
51550 * nscd/nscd.conf: Add entries for netgroup cache.
51551 * nscd/nscd.h (dbtype): Add netgrdb.
51552 (_PATH_NSCD_NETGROUP_DB): Define.
51553 (netgroup_iov_disabled): Declare.
51554 (xmalloc, xcalloc, xrealloc): Move declarations here.
51555 (cache_search): Adjust prototype.
51556 Add netgroup-related prototypes.
51557 * nscd/nscd_conf.c (dbnames): Add netgrdb entry.
51558 * nscd/nscd_proto.h (__nss_not_use_nscd_netgroup): Declare.
51559 (__nscd_innetgr): Declare.
51560 * nscd/selinux.c (perms): Use access_vector_t as element type and
51561 add netgroup-related initializers.
51562 * nscd/netgroupcache.c: New file.
51563 * nscd/nscd_netgroup.c: New file.
51564 * nss/Versions [libc] (GLIBC_PRIVATE): Export __nss_lookup.
51565 * nss/getent.c (netgroup_keys): Use setnetgrent only for one parameter.
51566 For four parameters use innetgr.
51567 * nss/nss_files/files-init.c: Add definition and callback for netgr.
51568 * nss/nsswitch.c (__nss_lookup): Add libc_hidden_def.
51569 (__nss_disable_nscd): Set __nss_not_use_nscd_netgroup.
51570 * nss/nsswitch.h (__nss_lookup): Add libc_hidden_proto.
51571
21fd49a9
UD
51572 * nscd/connections.c (register_traced_file): Don't register file
51573 for disabled databases.
51574
054c0457
UD
515752011-10-06 Ulrich Drepper <drepper@gmail.com>
51576
32b63198
UD
51577 * nscd/grpcache.c (cache_addgr): Initialize written in all cases.
51578
054c0457
UD
51579 * nss/nsswitch.c (__nss_lookup_function): Fix order of deleting
51580 from tree and freeing node.
51581
64031225
JO
515822011-09-25 Jiri Olsa <jolsa@redhat.com>
51583
51584 * nss/nsswitch.c (__nss_database_lookup): Handle
51585 nss_parse_service_list out of memory case.
51586
0490345c
JO
515872011-09-15 Jiri Olsa <jolsa@redhat.com>
51588
51589 * nss/nsswitch.c (__nss_lookup_function): Handle __tsearch
51590 out of memory case.
51591
3a62d00d
AS
515922011-10-04 Andreas Schwab <schwab@redhat.com>
51593
51594 * include/dlfcn.h (__RTLD_NOIFUNC): Define.
51595 * elf/do-rel.h (elf_dynamic_do_rel): Add parameter skip_ifunc and
51596 pass it down.
51597 * elf/dynamic-link.h: Adjust prototypes of elf_machine_rel,
51598 elf_machine_rela, elf_machine_lazy_rel.
51599 (_ELF_DYNAMIC_DO_RELOC): Add parameter skip_ifunc and pass it down.
51600 (ELF_DYNAMIC_DO_REL): Likewise.
51601 (ELF_DYNAMIC_DO_RELA): Likewise.
51602 (ELF_DYNAMIC_RELOCATE): Likewise.
51603 * elf/dl-reloc.c (_dl_relocate_object): Pass __RTLD_NOIFUNC down
51604 to ELF_DYNAMIC_DO_REL.
51605 * elf/rtld.c (_dl_start): Adjust use of ELF_DYNAMIC_RELOCATE.
51606 (dl_main): In trace mode always set __RTLD_NOIFUNC.
51607 * elf/dl-conflict.c (_dl_resolve_conflicts): Adjust call to
51608 elf_machine_rela.
51609 * sysdeps/i386/dl-machine.h (elf_machine_rel): Add parameter
51610 skip_ifunc, don't call ifunc function if non-zero.
51611 (elf_machine_rela): Likewise.
51612 (elf_machine_lazy_rel): Likewise.
51613 (elf_machine_lazy_rela): Likewise.
51614 * sysdeps/ia64/dl-machine.h (elf_machine_rela): Likewise.
51615 (elf_machine_lazy_rel): Likewise.
51616 * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela):
51617 Likewise.
51618 (elf_machine_lazy_rel): Likewise.
51619 * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
51620 Likewise.
51621 (elf_machine_lazy_rel): Likewise.
51622 * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela): Likewise.
51623 (elf_machine_lazy_rel): Likewise.
51624 * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Likewise.
51625 (elf_machine_lazy_rel): Likewise.
51626 * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
51627 (elf_machine_lazy_rel): Likewise.
51628 * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Likewise.
51629 (elf_machine_lazy_rel): Likewise.
51630 * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Likewise.
51631 (elf_machine_lazy_rel): Likewise.
51632 * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
51633 (elf_machine_lazy_rel): Likewise.
51634
68577918
UD
516352011-09-28 Ulrich Drepper <drepper@gmail.com>
51636
51637 * nss/nss_files/files-init.c (_nss_files_init): Use static
51638 initialization for all the *_traced_file variables.
51639
68822d74
AS
516402011-09-28 Andreas Schwab <schwab@redhat.com>
51641
51642 * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
51643
2056100b
RM
516442011-09-27 Roland McGrath <roland@hack.frob.com>
51645
51646 [BZ #13226]
51647 * manual/signal.texi (Longjmp in Handler): Grammar fixes.
51648
32c76b63
AS
516492011-09-27 Andreas Schwab <schwab@redhat.com>
51650
51651 * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
51652 Reread the line before reparsing it.
51653
bf972c9d
AS
516542011-09-26 Andreas Schwab <schwab@redhat.com>
51655
51656 * sysdeps/x86_64/fpu/bits/mathinline.h: Use __asm instead of asm.
51657
e057a1b5
JM
516582011-09-21 Chung-Lin Tang <cltang@codesourcery.com>
51659 Maxim Kuvyrkov <maxim@codesourcery.com>
51660 Joseph Myers <joseph@codesourcery.com>
51661
51662 * resolv/Makefile (LDLIBS-resolv.so): Link in $(elfobjdir)/ld.so
51663 if needed for __stack_chk_guard.
51664
bc7e1c36
RM
516652011-09-19 Roland McGrath <roland@hack.frob.com>
51666
ecb1482f
RM
51667 * sysdeps/posix/spawni.c (script_execute): Always define it.
51668 It will be optimized away if unused.
51669 (maybe_script_execute): New function.
51670 (__spawni): Call it.
51671
bc7e1c36
RM
51672 * Makerules: Don't include tls.make.
51673 (config-tls): Always set to thread.
51674 * tls.make.c: File removed.
51675
1c3b002b
MF
516762011-09-19 Mike Frysinger <vapier@gentoo.org>
51677
51678 * Makeconfig (CPPFLAGS): Prepend $(CPPFLAGS-config).
51679 * config.make.in (CPPFLAGS-config): New substituted variable.
51680
2840865d
UD
516812011-09-15 Ulrich Drepper <drepper@gmail.com>
51682
88738eb6
UD
51683 * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: New file.
51684
cbf645a6 51685 [BZ #13192]
2840865d
UD
51686 * sysdeps/unix/sysv/linux/bits/in.h (IP_MULTICAST_ALL): Define.
51687 Patch mostly by Neil Horman <nhorman@tuxdriver.com>.
51688
b402e91a
RM
516892011-09-15 Roland McGrath <roland@hack.frob.com>
51690
51691 * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S
51692 (CALL_FAIL): Use HIDDEN_JUMPTARGET for __fortify_fail.
51693 * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
51694 (CALL_FAIL): Likewise.
51695 * sysdeps/unix/sysv/linux/ia64/____longjmp_chk.S (CHECK_RSP): Likewise.
51696 (CALL_FAIL): Macro removed.
51697 Patch mostly by Mike Frysinger <vapier@gentoo.org>.
51698
4c1a1f71
UD
516992011-09-15 Ulrich Drepper <drepper@gmail.com>
51700
51701 * sysdeps/x86_64/fpu/bits/mathinline.h: Add fmax and fmin optimizations
51702 for __FINITE_MATH_ONLY__ == 1.
51703
edc121be
AS
517042011-09-15 Andreas Schwab <schwab@redhat.com>
51705
51706 * sysdeps/powerpc/fpu/e_hypot.c (__ieee754_hypot): Use
51707 __ieee754_sqrt instead of sqrt.
51708 * sysdeps/powerpc/fpu/e_hypotf.c (__ieee754_hypotf): Use
51709 __ieee754_sqrtf instead of sqrtf.
51710 * sysdeps/powerpc/fpu/e_rem_pio2f.c (__ieee754_rem_pio2f): Use
51711 __floorf instead of floorf.
51712 * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Use
51713 __floorf, __truncf instead of floorf, truncf.
51714
cd205654
UD
517152011-09-14 Ulrich Drepper <drepper@gmail.com>
51716
ee4d0315
UD
51717 * sysdeps/x86_64/fpu/s_copysign.S [ELF]: Use correct section.
51718
cd205654
UD
51719 * sysdeps/x86_64/fpu/bits/mathinline.h (__MATH_INLINE): Use
51720 __extern_always_inline.
51721 Define lrint{f,} and llrint{f,} for 64-bit and in some situations for
51722 32-bit.
51723
48b67d71
AS
517242011-09-14 Andreas Schwab <schwab@redhat.com>
51725
51726 * elf/rtld.c (dl_main): Also relocate in dependency order when
51727 doing symbol dependency testing.
51728
1ae12c75
AS
517292011-09-13 Andreas Schwab <schwab@linux-m68k.org>
51730
51731 * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
51732 Always define `refsym'.
51733
995a80df
AS
517342011-09-13 Andreas Schwab <schwab@redhat.com>
51735
e529793b
AS
51736 * misc/sys/select.h (__FD_MASK): Renamed from __FDMASK.
51737 (__FD_ELT): Renamed from __FDELT.
51738 * misc/bits/select2.h (__FD_ELT): Likewise.
51739 * bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET): Use __FD_ELT,
51740 __FD_MASK instead of __FDELT, __FDMASK.
51741 * sysdeps/i386/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
51742 Likewise.
51743 * sysdeps/x86_64/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
51744 Likewise.
51745
52d4fef8
AS
51746 * elf/Makefile (gen-ldd): Fix pattern.
51747
995a80df
AS
51748 * elf/rtld.c (dl_main): Only use USE___THREAD when defined.
51749 (init_tls): Likewise.
51750
8682f8b0
UD
517512011-09-12 Ulrich Drepper <drepper@gmail.com>
51752
51753 * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: New file.
51754
de82006d
AS
517552011-09-12 Andreas Schwab <schwab@redhat.com>
51756
a7c8e6a1
AS
51757 * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Cast to
51758 `struct cmsghdr *' instead of `void *'.
51759 * sysdeps/unix/sysv/linux/sparc/bits/socket.h (__cmsg_nxthdr):
51760 Likewise.
51761
0f31fe77
AS
517622011-09-11 Andreas Schwab <schwab@linux-m68k.org>
51763
51764 * elf/Makefile (gen-ldd): Prepend $(..) to $(ldd-rewrite-script)
51765 if non-absolute.
51766 * sysdeps/unix/sysv/linux/configure.in: Remove leading ../ from
51767 ldd_rewrite_script.
0f31fe77 51768
32b4c839
UD
517692011-09-11 Ulrich Drepper <drepper@gmail.com>
51770
83cd1420
UD
51771 * configure.in: Remove --with-tls option.
51772 * config.h.in: Remove HAVE_TLS_SUPPORT entry.
51773 * sysdeps/i386/elf/configure.in: Always test for TLS support and err
51774 out in case it is missing.
51775 * sysdeps/ia64/elf/configure.in: Likewise.
51776 * sysdeps/powerpc/powerpc32/elf/configure.in: Likewise.
51777 * sysdeps/powerpc/powerpc64/elf/configure.in: Likewise.
51778 * sysdeps/s390/s390-32/elf/configure.in: Likewise.
51779 * sysdeps/s390/s390-64/elf/configure.in: Likewise.
51780 * sysdeps/sh/elf/configure.in: Likewise.
51781 * sysdeps/sparc/sparc32/elf/configure.in: Likewise.
51782 * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
51783 * sysdeps/x86_64/elf/configure.in: Likewise.
51784 * sysdeps/mach/hurd/i386/tls.h: Remove test for HAVE_TLS_SUPPORT.
51785 * sysdeps/mach/hurd/tls.h: Likewise.
51786
633f745d
UD
51787 [BZ #13067]
51788 * malloc/obstack.h [!GNUC] (obstack_free): Avoid cast to int.
51789
f318beb8
UD
51790 [BZ #13090]
51791 * configure.in: Fix use of AC_INIT.
51792
32b4c839
UD
51793 * elf/dl-support.c (_dl_pagesize): Initialize to EXEC_PAGESIZE.
51794
3ce1f295
UD
517952011-09-10 Ulrich Drepper <drepper@gmail.com>
51796
bb016596
UD
51797 * malloc/malloc.c: Replace MALLOC_FAILURE_ACTION with use of
51798 __set_errno.
8e58439c
UD
51799 * malloc/hooks.c: Likewise.
51800
aebae053 51801 [BZ #11929]
02d46fc4
UD
51802 * malloc/arena.c (ptmalloc_init_minimal): Removed. Initialize all
51803 variables statically.
51804 (narenas): Initialize.
51805 (list_lock): Initialize.
bb016596
UD
51806 (ptmalloc_init): Don't call ptmalloc_init_minimal. Remove
51807 initializtion of main_arena and list_lock. Small cleanups.
02d46fc4
UD
51808 Replace all uses of malloc_getpagesize with GLRO(dl_pagesize).
51809 * malloc/malloc.c: Remove malloc_getpagesize. Include <ldsodefs.h>.
51810 Add initializers to main_arena and mp_.
51811 (malloc_state): Remove pagesize member. Change all users to use
51812 GLRO(dl_pagesize).
51813
51814 * elf/rtld.c (rtld_global_ro): Initialize _dl_pagesize.
51815 * sysdeps/unix/sysv/linux/getpagesize.c: Simplify. GLRO(dl_pagesize)
51816 is always initialized.
51817
22a89187
UD
51818 * malloc/malloc.c: Removed unused configurations and dead code.
51819 * malloc/arena.c: Likewise.
51820 * malloc/hooks.c: Likewise.
02d46fc4 51821 * malloc/Makefile (CPPFLAGS-malloc.c): Don't add -DATOMIC_FASTBINS.
22a89187 51822
d063d164
UD
51823 * include/tls.h: Removed. USE___THREAD must always be defined.
51824 * bits/libc-tsd.h: Don't handle !USE___THREAD.
51825 * elf/dl-libc.c: Likewise.
51826 * elf/dl-tsd.c: Likewise.
51827 * include/errno.h: Likewise.
51828 * include/netdb.h: Likewise.
51829 * include/resolv.h: Likewise.
51830 * inet/herrno-loc.c: Likewise.
51831 * inet/herrno.c: Likewise.
51832 * malloc/arena.c: Likewise.
51833 * malloc/hooks.c: Likewise.
51834 * malloc/malloc.c: Likewise.
51835 * resolv/res-state.c: Likewise.
51836 * resolv/res_libc.c: Likewise.
51837 * sysdeps/i386/dl-machine.h: Likewise.
51838 * sysdeps/ia64/dl-machine.h: Likewise.
51839 * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
51840 * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
51841 * sysdeps/s390/s390-32/dl-machine.h: Likewise.
51842 * sysdeps/s390/s390-64/dl-machine.h: Likewise.
51843 * sysdeps/sh/dl-machine.h: Likewise.
51844 * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
51845 * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
51846 * sysdeps/unix/i386/sysdep.S: Likewise.
51847 * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
51848 * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
51849 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
51850 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
51851 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
51852 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
51853 * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
51854 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
51855 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
51856 * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
51857 * sysdeps/unix/x86_64/sysdep.S: Likewise.
51858 * sysdeps/x86_64/dl-machine.h: Likewise.
51859 * tls.make.c: Likewise.
51860
3ce1f295
UD
51861 * configure.in: Remove --with-__thread option. Make tests for
51862 --no-whole-archive, __builtin_expect, symbol redirection, __thread,
51863 tls_model attribute fail if no support is available. Remove
51864 USE_IN_LIBIO.
51865 * Makeconfig: Adjust for dropped configure option. All features are
51866 now mandatory.
51867 * Makerules: Likewise.
51868 * Versions.def: Likewise.
51869 * argp/argp-fmtstream.c: Likewise.
51870 * argp/argp-fmtstream.h: Likewise.
51871 * argp/argp-help.c: Likewise.
51872 * assert/assert.c: Likewise.
51873 * config.h.in: Likewise.
51874 * config.make.in: Likewise.
51875 * configure: Likewise.
51876 * configure.in: Likewise.
51877 * csu/Versions: Likewise.
51878 * csu/init.c: Likewise.
51879 * elf/tst-audit2.c: Likewise.
51880 * elf/tst-tls10.c: Likewise.
51881 * elf/tst-tls10.h: Likewise.
51882 * elf/tst-tls11.c: Likewise.
51883 * elf/tst-tls12.c: Likewise.
51884 * elf/tst-tls14.c: Likewise.
51885 * elf/tst-tlsmod11.c: Likewise.
51886 * elf/tst-tlsmod12.c: Likewise.
51887 * elf/tst-tlsmod13.c: Likewise.
51888 * elf/tst-tlsmod13a.c: Likewise.
51889 * elf/tst-tlsmod14a.c: Likewise.
51890 * elf/tst-tlsmod15b.c: Likewise.
51891 * elf/tst-tlsmod16a.c: Likewise.
51892 * elf/tst-tlsmod16b.c: Likewise.
51893 * elf/tst-tlsmod7.c: Likewise.
51894 * elf/tst-tlsmod8.c: Likewise.
51895 * elf/tst-tlsmod9.c: Likewise.
51896 * gmon/gmon.c: Likewise.
51897 * grp/fgetgrent_r.c: Likewise.
51898 * grp/putgrent.c: Likewise.
51899 * hurd/fopenport.c: Likewise.
51900 * include/libc-symbols.h: Likewise.
51901 * include/tls.h: Likewise.
51902 * intl/gettextP.h: Likewise.
51903 * intl/loadinfo.h: Likewise.
51904 * locale/global-locale.c: Likewise.
51905 * locale/localeinfo.h: Likewise.
51906 * mach/devstream.c: Likewise.
51907 * malloc/arena.c: Likewise.
51908 * malloc/set-freeres.c: Likewise.
51909 * misc/err.c: Likewise.
51910 * misc/getttyent.c: Likewise.
51911 * misc/mntent_r.c: Likewise.
51912 * posix/getopt.c: Likewise.
51913 * posix/wordexp.c: Likewise.
51914 * pwd/fgetpwent_r.c: Likewise.
51915 * resolv/Versions: Likewise.
51916 * resolv/res_hconf.c: Likewise.
51917 * shadow/fgetspent_r.c: Likewise.
51918 * shadow/putspent.c: Likewise.
51919 * stdio-common/printf_fphex.c: Likewise.
51920 * stdio-common/tmpfile.c: Likewise.
51921 * stdlib/abort.c: Likewise.
51922 * stdlib/fmtmsg.c: Likewise.
51923 * sunrpc/auth_unix.c: Likewise.
51924 * sunrpc/clnt_perr.c: Likewise.
51925 * sunrpc/clnt_tcp.c: Likewise.
51926 * sunrpc/clnt_udp.c: Likewise.
51927 * sunrpc/clnt_unix.c: Likewise.
51928 * sunrpc/openchild.c: Likewise.
51929 * sunrpc/svc_simple.c: Likewise.
51930 * sunrpc/svc_tcp.c: Likewise.
51931 * sunrpc/svc_udp.c: Likewise.
51932 * sunrpc/svc_unix.c: Likewise.
51933 * sunrpc/xdr.c: Likewise.
51934 * sunrpc/xdr_array.c: Likewise.
51935 * sunrpc/xdr_rec.c: Likewise.
51936 * sunrpc/xdr_ref.c: Likewise.
51937 * sunrpc/xdr_stdio.c: Likewise.
51938
1248c1c4
PB
519392011-09-09 Ulrich Drepper <drepper@gmail.com>
51940
51941 * sysdeps/i386/fpu/libm-test-ulps: Adjust ULPs for jn tests.
51942
519432011-07-03 Andreas Jaeger <aj@suse.de>
51944
51945 * math/libm-test.inc (jn_test): Add tests for BZ#11589.
51946 * sysdeps/x86_64/fpu/libm-test-ulps: Add new ULPs for jn_test,
51947 regenerate with gen-libm-tests.pl.
51948
519492010-05-12 Petr Baudis <pasky@suse.cz>
51950
51951 [BZ #11589]
51952 * sysdeps/ieee754/dbl-64/e_jn.c: Compensate major precision loss
51953 around j0() zero points by switching to j1().
51954 * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
51955 * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
51956 * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
51957 * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
51958
f22e1074
UD
519592011-09-09 Ulrich Drepper <drepper@gmail.com>
51960
f19009c1
UD
51961 * sysdeps/unix/bsd/bsd4.4/bits/socket.h (__cmsg_nxthdr): Use NULL
51962 instead of 0.
51963 * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Use (void*)0
3a235abb 51964 instead of 0.
f19009c1
UD
51965 * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
51966 Patch in part by Pavel Roskin <proski@gnu.org>.
51967
3f8cc204
UD
51968 [BZ #13138]
51969 * stdio-common/vfscanf.c (ADDW): Allocate large memory block with
51970 realloc.
51971 (_IO_vfscanf_internal): Remove reteof. Use errout after setting done.
51972 Free memory block if necessary.
51973
f22e1074
UD
51974 [BZ #12847]
51975 * libio/genops.c (INTDEF): For string streams the _lock pointer can
51976 be NULL. Don't lock in this case.
51977
0a2349f9
RM
519782011-09-09 Roland McGrath <roland@hack.frob.com>
51979
51980 * elf/elf.h (ELFOSABI_GNU): New macro.
51981 (ELFOSABI_LINUX): Define to that.
51982
f3cdd467
DZ
519832011-07-29 Denis Zaitceff <zaitceff@gmail.com>
51984
51985 * string/strncat.c (strncat): Undef the symbol in case it has been
51986 defined in bits/string.h.
51987
74718d13
UD
519882011-09-09 Ulrich Drepper <drepper@gmail.com>
51989
633e9e0f
UD
51990 * elf/sotruss.ksh: Clean up, fix, and complete help messages.
51991
0a2349f9 51992 * elf/dl-iteratephdr.c (__dl_iterate_phdr): Fill in data from the real
74718d13
UD
51993 link map.
51994
f9924780
AJ
519952011-08-17 Andreas Jaeger <aj@suse.de>
51996
51997 * elf/sprof.c (load_shobj): Remove unused variable log_hashfraction.
51998
7f5517aa
PP
519992011-08-18 Paul Pluzhnikov <ppluzhnikov@google.com>
52000 Ian Lance Taylor <iant@google.com>
52001
52002 * math/libm-test.inc (lround_test): New testcase.
52003 * sysdeps/ieee754/dbl-64/s_lround.c (__lround): Don't lose precision.
52004
762011fe
UD
520052011-09-08 Ulrich Drepper <drepper@gmail.com>
52006
92963737
UD
52007 * Makefile: Remove support for automatic cvs check-ins.
52008 * Makerules: Likewise.
52009 * config.make.in: Likewise.
52010 * configure.in: Likewise.
52011 * intl/Makefile: Likewise.
52012 * locale/Makefile: Likewise.
52013 * po/Makefile: Likewise.
52014 * posix/Makefile: Likewise.
52015 * sysdeps/gnu/Makefile: Likewise.
52016 * sysdeps/mach/hurd/Makefile: Likewise.
52017 * sysdeps/sparc/sparc32/Makefile: Likewise.
52018
b0727fd8
JS
52019 [BZ #13118]
52020 * posix/Makefile (bug-regex32-ENV): Define.
52021 Patch by John Stanley <jpsinthemix@verizon.net>.
52022
a0f33f99
UD
52023 * misc/Makefile (headers): Add bits/select2.h.
52024 * misc/sys/select.h: Include bits/select2.h for _FORTIFY_SOURCE.
52025 * misc/bits/select2.h: New file.
52026 * include/bits/select2.h: New file.
52027 * debug/Makefile (routines): Add fdelt_chk.
52028 * debug/Versions: Export __fdelt_chk and __fdelt_warn for GLIBC_2.15.
52029 * debug/tst-chk1.c (do_test): Add tests for FD_SET, FD_CLR, and
52030 FD_ISSET.
52031 * debug/fdelt_chk.c: New file.
52032
762011fe
UD
52033 * wcsmbs/test-wcscmp.c: Moved from string/*. Adjust.
52034 * wcsmbs/test-wmemcmp.c: Likewise.
52035 * string/Makefile (strop-tests): Remove wcscmp and wmemcmp.
a0f33f99 52036 * wcsmbs/Makefile (strop-tests): Add wcscmp and wmemcmp.
762011fe
UD
52037
520382011-09-08 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
52039
52040 * string/Makefile (strop-tests): Add memcmp.
52041 * string/test-wmemcmp.c: New file.
52042 * string/test-memcmp.c: Add wmemcmp support.
52043
7f513ec8
RM
520442011-09-08 Roland McGrath <roland@hack.frob.com>
52045
0442afb4
RM
52046 [BZ #13153]
52047 * manual/libc.texinfo (EDITION, VERSION, UPDATED): Update for
52048 2011-07-19 change.
52049
7f513ec8
RM
52050 * sysdeps/mach/hurd/fork.c (__fork): Initialize REFS so we don't use a
52051 garbage value in a __mach_port_mod_refs call in the cases of the
52052 task-self and thread-self ports.
52053
a12b2239
ST
520542011-09-06 Samuel Thibault <samuel.thibault@ens-lyon.org>
52055
52056 * sysdeps/mach/hurd/sys/param.h (DEV_BSIZE): New macro.
52057
610f9ab4
AS
520582011-09-08 Andreas Schwab <schwab@redhat.com>
52059
7f513ec8 52060 * elf/dl-load.c (lose): Check for non-null L.
610f9ab4 52061
48882a1a
LD
520622011-09-07 Ulrich Drepper <drepper@gmail.com>
52063
b49865be
UD
52064 * elf/dl-load.c (open_verify): Use O_CLOEXEC.
52065
fdc86bc9
UD
52066 * elf/dl-libc.c (dlerror_run): Pass back error code from
52067 dl_catch_error.
52068
c966526a
UD
52069 [BZ #13123]
52070 * elf/dl-load.c (lose): Free l_origin if it is valid.
52071
48882a1a
LD
52072 * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Fix mixup in section
52073 names.
52074 * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
52075 * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
52076 * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
52077 * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
52078 * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
52079 Patch by Liubov Dmitrieva <liubov.dmitrieva@intel.com>.
52080
77a2a8b4
AZ
520812011-08-01 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
52082
52083 * sysdeps/powerpc/fpu/e_hypot.c: New file.
52084 * sysdeps/powerpc/fpu/e_hypotf.c: New file.
52085 * sysdeps/powerpc/fpu/e_rem_pio2f.c: New file.
52086 * sysdeps/powerpc/fpu/k_rem_pio2f.c: New file.
52087 * sysdeps/powerpc/fpu/k_cosf.c: New file.
52088 * sysdeps/powerpc/fpu/k_sinf.c: New file.
52089 * sysdeps/powerpc/fpu/s_cosf.c: New file.
52090 * sysdeps/powerpc/fpu/s_sinf.c: New file.
52091 * sysdeps/powerpc/fpu/s_scalbnf.c: New file.
52092 * sysdeps/powerpc/fpu/s_float_bitwise.h: New file.
52093
24f579d8
AM
520942011-08-15 Alan Modra <amodra@gmail.com>
52095
52096 [BZ #13092]
52097 * sysdeps/powerpc/Makefile (gmon): Move sysdep_routines to..
52098 * sysdeps/powerpc/powerpc64/Makefile (gmon): ..here..
52099 * sysdeps/powerpc/powerpc32/Makefile (gmon): ..and here. Add
52100 ppc_mcount to static-only-routines.
52101 * sysdeps/powerpc/powerpc32/Versions: Export GLIBC_PRIVATE
52102 __mcount_internal.
52103 * sysdeps/powerpc/powerpc32/ppc-mcount.S (_mcount): Call
52104 __mcount_internal with usual JUMPTARGET. Remove useless nop.
52105
3d4837df
UD
521062011-08-18 David Flaherty <flaherty@linux.vnet.ibm.com>
52107
52108 * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: New file which checks
52109 for finite and infinity parameters.
52110
22700377
WS
521112011-08-04 Will Schmidt <will_schmidt@vnet.ibm.com>
52112
52113 * sysdeps/powerpc/powerpc32/power7/strncmp.S: Adjust the alignment
52114 and add nop instructions for throughput optimization.
52115 * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
52116
5025581e
WS
521172011-07-28 Will Schmidt <will_schmidt@vnet.ibm.com>
52118
52119 * sysdeps/powerpc/powerpc32/power7/memcpy.S: Optimize the
52120 aligned copy for power7 with vector-scalar instructions.
52121 * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
52122
08a300c9
L
521232011-07-24 H.J. Lu <hongjiu.lu@intel.com>
52124
52125 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Simplify
52126 AVX check.
52127
59178ef9
AS
521282011-09-07 Andreas Schwab <schwab@redhat.com>
52129
52130 [BZ #13144]
52131 * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Revert
52132 last change.
52133
e38ba7ab
UD
521342011-09-07 Ulrich Drepper <drepper@gmail.com>
52135
52136 * sysdeps/unix/sysv/linux/x86_64/init-first.c
52137 (_libc_vdso_platform_setup): If vDSO is not present store pointer to
52138 syscall wrapper around clock_gettime in __vdso_clock_gettime.
52139 * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add entry for
52140 clock_gettime.
52141
d53a73ac
UD
521422011-09-06 Ulrich Drepper <drepper@gmail.com>
52143
fc8bffcc
UD
52144 * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c (INTERNAL_GETTIME):
52145 Forgot to demangle the pointer.
52146
ceaa0c5d
UD
52147 * sysdeps/i386/sysdep.h: Define atom_text_section.
52148 * sysdeps/x86_64/sysdep.h: Likewise.
52149 * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Place function in
52150 section with atom_text_section.
52151 * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
52152 * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
52153 * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
52154 * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
52155 * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: Likewise.
52156
a77d3c17
UD
52157 * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: New file.
52158 * sysdeps/unix/sysv/linux/clock_gettime.c (SYSCALL_GETTIME): Allow
52159 already be defined. Change to take two parameters and don't assign
52160 result to variable. Adjust all users.
52161 Define INTERNAL_GETTIME if not already defined.
52162 Use INTERNAL_GETTIME instead of INTERNAL_VSYSCALL got clock_gettime
52163 call.
52164 * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Don't define
52165 HAVE_CLOCK_GETTIME_VSYSCALL.
52166 * sysdeps/unix/clock_gettime.c: Adjust use of SYSDEP_GETTIME_CPU.
52167
d53a73ac
UD
52168 * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Don't use
52169 gettimeofday vsyscall, just use time.
52170
a8f84144
AS
521712011-09-06 Andreas Schwab <schwab@redhat.com>
52172
52173 * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Include
52174 <errno.h>.
52175
ef606249
UD
521762011-09-06 Ulrich Drepper <drepper@gmail.com>
52177
52178 * sysdeps/unix/sysv/linux/kernel-features.h: Add entry for getcpu
52179 syscall on x86-64.
52180 * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Use real
52181 syscall.
52182 * sysdeps/unix/sysv/linux/x86_64/time.c: Likewise.
52183 * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [!SHARED]: Use real
52184 syscall if possible.
52185
6585cb60
UD
521862011-09-05 Ulrich Drepper <drepper@gmail.com>
52187
52188 * elf/pldd.c (get_process_info): Don't read whole ELF header, just
52189 e_ident. Don't pass to find_mapsXX.
52190 * elf/pldd-xx.c (find_mapsXX): Remove second parameter.
52191
a5f524e4
LD
521922011-07-20 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
52193
52194 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
52195 strchr-sse2-no-bsf strrchr-sse2-no-bsf
52196 * sysdeps/x86_64/multiarch/strchr.S: Update.
52197 Check bit_slow_BSF bit.
52198 * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
52199 * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: New file.
52200 * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: New file.
52201
554881ef
UD
522022011-09-05 Ulrich Drepper <drepper@gmail.com>
52203
d96de963
UD
52204 [BZ #13134]
52205 * sysdeps/posix/spawni.c (script_execute): Define only for compatibility
52206 before glibc 2.15.
52207 (tryshell): Define.
52208 (__spawni): Change last parameter to be flag. Test
52209 SPAWN_XFLAGS_USE_PATH flag to use path or not.
52210 Don't try to use shell unless SPAWN_XFLAGS_TRY_SHELL is set.
52211 * sysdeps/mach/hurd/spawni.c: Change last parameter and adjust user.
52212 * posix/spawni.c: Likewise.
52213 * posix/spawn.c: Add compat version which passed SPAWN_XFLAGS_TRY_SHELL.
52214 * posix/spawnp.c: Likewise. Change normal version to use
52215 SPAWN_XFLAGS_USE_PATH.
52216 * posix/spawn_int.c: Define SPAWN_XFLAGS_USE_PATH and
52217 SPAWN_XFLAGS_TRY_SHELL.
52218
d48e5868
UD
52219 [BZ #13150]
52220 * posix/glob.h: Remove gcc 1.x support.
52221
554881ef
UD
52222 [BZ #13068]
52223 * elf/dl-misc.c (_dl_sysdep_read_whole_file): Use O_CLOEXEC.
52224
693fb948
LD
522252011-07-20 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
52226
52227 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
52228 strchr-sse2 strrchr-sse2 strchr-sse2-bsf
52229 strrchr-sse2-bsf
52230 * sysdeps/i386/i686/multiarch/strchr.S: New file.
52231 * sysdeps/i386/i686/multiarch/strrchr.S: New file.
52232 * sysdeps/i386/i686/multiarch/strchr-sse2.S: New file.
52233 * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: New file.
52234 * sysdeps/i386/i686/multiarch/strrchr-sse2.S: New file.
52235 * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: New file.
52236
1b48c537
UD
522372011-08-29 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
52238
49d42c37
UD
52239 * sysdeps/x86_64/wcscmp.S: New file.
52240
1b48c537
UD
52241 * sysdeps/i386/i686/multiarch/Makefile: (sysdep_routines): Add
52242 wcscmp-c wcscmp-sse2
52243 * sysdeps/i386/i686/multiarch/wcscmp-c.c: New file.
52244 * sysdeps/i386/i686/multiarch/wcscmp.S: New file.
52245 * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: New file.
52246 * wcsmbs/wcscmp.c: Allow renaming.
52247
15c95c5d
DM
522482011-09-05 David S. Miller <davem@davemloft.net>
52249
52250 * sysdeps/sparc/sparc32/fpu/s_fabsf.S: Use first argument
52251 stack slot, rather than the struct return pointer slot.
52252 * sysdeps/sparc/sparc32/fpu/s_fabs.c: Delete.
52253 * sysdeps/sparc/sparc32/fpu/s_fabs.S: New file.
52254 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fabs.S: Likewise.
52255 * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/Implies: Likewise.
52256
2f0ad8f3
UD
522572011-09-05 Ulrich Drepper <drepper@gmail.com>
52258
d88ae418
UD
52259 * po/ja.po: Update from translation team.
52260
2f0ad8f3
UD
52261 [BZ #13144]
52262 * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Fix to match
52263 kernel in 64-bit binaries.
52264
5f4318d1
DM
522652011-09-01 David S. Miller <davem@davemloft.net>
52266
52267 * elf/elf.h (HWCAP_SPARC_*): Move to..
52268 * sysdeps/sparc/sysdep.h: this new file and add new values.
52269 * sysdeps/unix/sparc/sysdep.h: Include sysdeps/sparc/sysdep.h
52270 * sysdeps/sparc/dl-procinfo.h: Include sysdep.h and increase
52271 _DL_HWCAP_COUNT to 24.
52272 * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
52273 entries.
52274 * sysdeps/sparc/sparc32/bits/atomic.h: Don't use magic local
52275 __ATOMIC_HWCAP_SPARC_V9 define, use sysdep.h one instead.
52276 * sysdeps/sparc/sparc32/dl-machine.h: Include sysdep.h
52277 * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use HWCAP_SPARC_*
52278 instead of magic constants.
52279 * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
52280
3ba57516
DM
522812011-08-31 David S. Miller <davem@davemloft.net>
52282
52283 * sysdeps/unix/sparc/sysdep.h (SETUP_PIC_REG): Define.
52284 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h (PSEUDO):
52285 Reimplement to do errno handling inline.
52286 (SYSCALL_ERROR_HANDLER): New macro.
52287 (__SYSCALL_STRING): Do not do errno handling in asm.
52288 (__CLONE_SYSCALL_STRING): Delete.
52289 (__INTERNAL_SYSCALL_STRING): Delete.
52290 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Include
52291 sysdeps/unix/sparc/sysdep.h instead of sysdeps/unix/sysdep.h
52292 (PSEUDO): Reimplement to do errno handling inline.
52293 (ret, ret_NOERRNO, ret_ERRVAL, r0, r1, MOVE): Don't redefine.
52294 (SYSCALL_ERROR_HANDLER): New macro.
52295 (__SYSCALL_STRING): Do not do errno handling in asm.
52296 (__CLONE_SYSCALL_STRING): Delete.
52297 (__INTERNAL_SYSCALL_STRING): Delete.
52298 * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL):
52299 Implement in terms of INTERNAL_SYSCALL and __set_errno, just like
52300 i386.
52301 (INTERNAL_SYSCALL_DECL): Declare %g1 var for err state.
52302 (inline_syscall*): Add 'err' argument.
52303 (INTERNAL_SYSCALL, INTERNAL_SYSCALL_NCS,
52304 INTERNAL_SYSCALL_ERROR_P): Likewise and pass it down.
52305 (INLINE_CLONE_SYSCALL): Reimplement in terms of __SYSCALL_STRING,
52306 INTERNAL_SYSCALL_ERRNO, and INTERNAL_SYSCALL_ERROR_P.
52307
52308 * scripts/data/localplt-sparc-linux-gnu.data: Remove 'ffs'.
52309 * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
52310
2bc17433
AS
523112011-08-30 Andreas Schwab <schwab@redhat.com>
52312
52313 * elf/rtld.c (dl_main): Relocate objects in dependency order.
52314
fbeb5f4d
JO
523152011-08-29 Jiri Olsa <jolsa@redhat.com>
52316
52317 * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Fix cfi
52318 directive.
52319
ad69cc26
DM
523202011-08-24 David S. Miller <davem@davemloft.net>
52321
52322 * sysdeps/sparc/sparc64/strcmp.S: Rewrite.
52323
39dd69df
AS
523242011-08-24 Andreas Schwab <schwab@redhat.com>
52325
52326 * elf/Makefile: Add rules to build and run unload8 test.
52327 * elf/unload8.c: New file.
52328 * elf/unload8mod1.c: New file.
52329 * elf/unload8mod1x.c: New file.
52330 * elf/unload8mod2.c: New file.
52331 * elf/unload8mod3.c: New file.
52332
52333 * elf/dl-close.c (_dl_close_worker): Reset private search list if
52334 it wasn't used.
52335
2c0b250a
DM
523362011-08-23 David S. Miller <davem@davemloft.net>
52337
52338 * sysdeps/sparc/sparc64/dl-machine.h (DL_STACK_END): Do not
52339 subtract stack bias.
52340 * sysdeps/sparc/sparc64/jmpbuf-unwind.h (_JMPBUF_UNWINDS): Use
52341 %sp not %fp in calculations.
52342 (_JMPBUF_UNWINDS_ADJ): Likewise.
52343
22044b48
DM
52344 * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait): New function.
52345 (aio_suspend): Call it to force an exception region around the
52346 AIO_MISC_WAIT() invocation.
52347
2cae4995
AS
523482011-08-23 Andreas Schwab <schwab@redhat.com>
52349
52350 * sysdeps/i386/i686/multiarch/strspn.S (ENTRY): Add missing
52351 backslash.
52352
873a772e
AJ
523532011-07-04 Aurelien Jarno <aurelien@aurel32.net>
52354
52355 * sysdeps/powerpc/dl-tls.h: Add _PPC_DL_TLS_H inclusion
52356 protection macro.
52357 * sysdeps/powerpc/powerpc64/dl-irel.h: Include <ldsodefs.h>
52358 and <dl-machine.h>.
52359 (Elf64_FuncDesc): Remove.
52360
25ad0df1
DM
523612011-08-22 David S. Miller <davem@davemloft.net>
52362
52363 * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Fix
52364 sigaltstack check, add missing cfi directives.
52365 * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Add
52366 missing cfi directives, and sigaltstack handling.
52367
e888bcbe
AS
523682011-08-16 Andreas Schwab <schwab@redhat.com>
52369
52370 [BZ #11724]
52371 * elf/dl-deps.c (_dl_map_object_deps): Only assume cycle when
52372 object is seen twice.
52373 * elf/dl-fini.c (_dl_sort_fini): Likewise.
52374
52375 * elf/Makefile (distribute): Add tst-initorder2.c.
52376 (tests): Add tst-initorder2.
52377 (modules-names): Add tst-initorder2a tst-initorder2b
52378 tst-initorder2c tst-initorder2d. Add rules to build them.
52379 ($(objpfx)tst-initorder2.out): New rule.
52380 * elf/tst-initorder2.c: New file.
52381 * elf/tst-initorder2.exp: New file.
52382
87162f46
AS
523832011-08-22 Andreas Schwab <schwab@redhat.com>
52384
70538b7f
AS
52385 * sysdeps/unix/sysv/linux/i386/scandir64.c: Include <string.h>.
52386
f55ffe58
AS
52387 * elf/dl-deps.c (_dl_map_object_deps): Move check for missing
52388 dependencies back to end of function.
52389
87162f46
AS
52390 * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
52391 $(elfobjdir)/ld.so.
52392
91b392a4
UD
523932011-08-21 Ulrich Drepper <drepper@gmail.com>
52394
52395 * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: Removed.
52396 * sysdeps/unix/sysv/linux/x86_64/time.S: Removed.
52397 * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: New file.
52398 * sysdeps/unix/sysv/linux/x86_64/time.c: New file.
52399 * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Remove declaration
52400 of __vdso_gettimeofday.
52401 * sysdeps/unix/sysv/linux/x86_64/init-first.c: Remove definition of
52402 __vdso_gettimeofday and __vdso_time. Define __vdso_getcpu with
52403 attribute_hidden.
52404 (_libc_vdso_platform_setup): Remove initialization of
52405 __vdso_gettimeofday and __vdso_time.
52406
5c43483f
UD
524072011-08-20 Ulrich Drepper <drepper@gmail.com>
52408
775a77e7
UD
52409 * nss/nss_files/files-alias.c (get_next_alias): Use feof_unlocked
52410 and fgetc_unlocked.
52411 * nss/nss_files/files-key.c (search): Use fgets_unlocked and
52412 getc_unlocked.
89f447ed 52413
49c74ba9
UD
52414 * elf/dl-open.c (add_to_global): Report additions to the global scope
52415 for LD_DEBUG=scopes.
52416 (dl_open_worker): Also print scope of newly loaded dependencies.
001f0a6c 52417 (_dl_show_scope): Indicate if there is no scope.
49c74ba9 52418
5c43483f
UD
52419 [BZ #13114]
52420 * stdio-common/Makefile (tests): Add bug24.
52421 * stdio-common/bug24.c: New file.
52422
a101b025
AJ
524232011-08-19 Andreas Jaeger <aj@suse.de>
52424
52425 [BZ #13114]
52426 * libio/fileops.c (_IO_new_file_fopen): Fix handling of
52427 non-existant file when using close-on-exec mode.
52428
c88f1766
UD
524292011-08-20 Ulrich Drepper <drepper@gmail.com>
52430
0276a718
UD
52431 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_resolve): Fix CFI for
52432 the very first instruction.
52433
c88f1766
UD
52434 * sysdeps/x86_64/dl-trampoline.h: If MORE_CODE is defined, restore
52435 the CFI state in the end.
52436 * sysdeps/x86_64/dl-trampoline.S: Define MORE_CODE before first
52437 inclusion of dl-trampoline.h.
52438 Based on a patch by Jiri Olsa <jolsa@redhat.com>.
52439
51ccffa0
AS
524402011-08-19 Andreas Schwab <schwab@redhat.com>
52441
94d7165f
AS
52442 * sysdeps/powerpc/fpu/libm-test-ulps: Relax ctan (0.75 + 1.25 i)
52443 expectations for long double.
52444
51ccffa0
AS
52445 * sysdeps/unix/sysv/linux/powerpc/powerpc32/scandir64.c: Renamed
52446 from sysdeps/unix/sysv/linux/powerpc/scandir64.c.
52447
fd708658 524482011-08-14 David S. Miller <davem@davemloft.net>
c27714f1
DM
52449
52450 * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): The
52451 artificual limit depends upon the system page size.
52452
44f0a71e
UD
524532011-08-17 Ulrich Drepper <drepper@gmail.com>
52454
52455 * Makeconfig (override CFLAGS): Add library-specific CFLAGS.
52456 * resolv/Makefile: Define CFLAGS-libresolv.
52457
8de79a24
AS
524582011-08-17 Andreas Schwab <schwab@redhat.com>
52459
52460 * nss/makedb.c (compute_tables): Make variables used in nested
52461 function static.
52462
27724598
UD
524632011-08-17 Ulrich Drepper <drepper@gmail.com>
52464
c5305d88
UD
52465 * elf/pldd-xx.c (r_debug): Explicitly add padding when needed.
52466 * elf/pldd.c (get_process_info): Use pread to re-read auxiliary vector
52467 if buffer was too small.
52468
27724598
UD
52469 * elf/pldd.c (main): Attach to all threads in the process.
52470 Rewrite /proc handling to use *at functions.
52471
076fe015
UD
524722011-08-16 Ulrich Drepper <drepper@gmail.com>
52473
174baab3
UD
52474 * elf/dl-open.c (_dl_show_scope): Take additional parameter which
52475 specifies first scope to show.
52476 (dl_open_worker): Update callers. Move printing scope of new
52477 object to before the relocation.
44f0a71e 52478 * elf/rtld.c (dl_main): Update _dl_show_scope call.
174baab3
UD
52479 * sysdeps/generic/ldsodefs.h: Update declaration.
52480
076fe015
UD
52481 * elf/dl-open.c (_dl_show_scope): Use _dl_debug_printf to generate the
52482 string for the scope number.
52483
a60df2c3
UD
524842011-08-14 Ulrich Drepper <drepper@gmail.com>
52485
52486 * nscd/servicescache.c (cache_addserv): Make sure written is always
52487 initialized.
52488
5e4287d1
RM
524892011-08-14 Roland McGrath <roland@hack.frob.com>
52490
85ae0589
RM
52491 * sysdeps/i386/i486/bits/atomic.h
52492 (__arch_compare_and_exchange_val_64_acq): Use RET alone at end of
52493 statement expression, so as to suppress "set but not used" warning.
52494 (__arch_c_compare_and_exchange_val_64_acq): Likewise.
52495
69f63097
RM
52496 * string/strncat.c (STRNCAT): Use prototype definition.
52497
675456ef
RM
52498 * locale/Makefile (locale-CPPFLAGS): Renamed CPPFLAGS-locale-programs.
52499 (locale-CPPFLAGS): New variable; put LOCALEDIR, LOCALE_ALIAS_PATH and
52500 -Iprograms here.
52501 (cppflags-iterator.mk sequence): Use locale-programs in place of nonlib.
52502 (localedef-modules): Add localedef.
52503 (locale-modules): Add locale.
52504
5e4287d1
RM
52505 * sysdeps/generic/ldsodefs.h (struct unique_sym): Add a const.
52506 * elf/rtld.c (dl_main): Invert order of assignment in last change,
52507 to avoid a warning.
52508
9c96ff23
DM
525092011-08-14 David S. Miller <davem@davemloft.net>
52510
52511 * sysdeps/unix/sysv/linux/sparc/bits/resource.h (RLIM_INFINITY,
52512 RLIM64_INFINITY): Fix 64-bit values for 32-bit sparc.
52513
f9ddf089
UD
525142011-08-13 Ulrich Drepper <drepper@gmail.com>
52515
44f0a71e 52516 * elf/dl-open.c: Rename show_scope to _dl_show_scope and export.
73d7af4f
UD
52517 (dl_open_worker): Call _dl_show_scope when DL_DEBUG_SCOPES is set.
52518 * elf/rtld.c (dl_main): Set l_name of vDSO.
52519 Call _dl_show_scope when DL_DEBUG_SCOPES.
52520 (process_dl_debug): Recognize scopes flag and also set it for all.
52521 * sysdeps/generic/ldsodefs.h: Define DL_DEBUG_SCOPES.
52522 Declare _dl_show_scope.
52523
1dc27704
UD
52524 * elf/dl-libc.c (do_dlopen_args): Add caller_dlopen.
52525 (do_dlopen): Pass caller_dlopen to dl_open.
52526 (__libc_dlopen_mode): Initialize caller_dlopen.
52527
f9ddf089
UD
52528 * intl/l10nflist.c (_nl_normalize_codeset): Make it compile outside
52529 of libc. Make tolower call locale-independent. Optimize a bit by
52530 using isdigit instead of isalnum.
52531 * locale/Makefile (locale-CPPFLAGS): Add -DNOT_IN_libc.
52532
9ac533d3
UD
525332011-08-12 Ulrich Drepper <drepper@gmail.com>
52534
52535 * elf/dl-load.c (_dl_map_object): Show in debug output whether a DSO
52536 was a dependency or dynamically loaded.
52537
89edf2e9
UD
525382011-08-11 Ulrich Drepper <drepper@gmail.com>
52539
8e999d29
UD
52540 * intl/l10nflist.c: Allow architecture-specific pop function.
52541 * sysdeps/x86_64/l10nflist.c: New file.
52542
89edf2e9
UD
52543 * intl/l10nflist.c (_nl_make_l10nflist): Use locale-independent
52544 classification.
52545
14d96785
AS
525462011-08-10 Andreas Schwab <schwab@redhat.com>
52547
52548 * include/dirent.h: Add libc_hidden_proto for scandirat and
52549 scandirat64. Don't declare __scandirat64.
52550 * dirent/scandirat.c: Add libc_hidden_def.
52551 * dirent/scandirat64.c (SCANDIRAT): Remove underscores.
52552 * sysdeps/unix/sysv/linux/i386/scandir64.c (SCANDIRAT): Likewise.
52553
6761ac04
DM
525542011-08-10 David S. Miller <davem@davemloft.net>
52555
52556 * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Add missing comma in
52557 enum.
52558 * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
52559 * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
52560 * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
52561
c55fbd1e
UD
525622011-08-09 Ulrich Drepper <drepper@gmail.com>
52563
52564 * Versions.def [libc]: Add GLIBC_2.15.
52565 * dirent/Makefile (routines): Add scandirat and scandirat64.
52566 * dirent/Versions [libc]: Export scandirat and scandirat64 for
52567 GLIBC_2.15.
52568 * dirent/dirent.h: Declare scandirat and scandirat64.
52569 * dirent/scandirat.c: New file.
52570 * dirent/scandirat64.c: New file.
52571 * sysdeps/wordsize-64/scandirat.c: New file.
52572 * sysdeps/wordsize-64/scandirat64.c: New file.
52573 * dirent/opendir.c: Define opendirat.
52574 * dirent/scandir.c: Move code to scandirat.c. Implement scandir
52575 using scandirat.
52576 * dirent/scandir64.c: Adjust for scandir.c change.
52577 * include/dirent.h: Define scandir_cancel_struct. Declare __opendirat,
52578 __scandirat64, and __scandir_cancel_handler.
52579 * sysdeps/unix/opendir.c: Rename __opendir to __opendirat. Take
52580 additional parameter and use openat instead of open (outside of ld.so).
52581 Add new __opendir as wrapper around __opendirat.
52582 * sysdeps/unix/sysv/linux/i386/scandir64.c: Reimplement __old_scandir64
52583 here without requiring old scandirat implementation.
52584
879165f2
UD
525852011-08-08 Ulrich Drepper <drepper@gmail.com>
52586
52587 * dirent/scandir.c (cancel_handler): Renamed to
52588 __scandir_cancel_handler. Do not define if SKIP_SCANDIR_CANCEL is
52589 defined. Adjust users.
52590 * dirent/scandir64.c: Define SKIP_SCANDIR_CANCEL.
52591 * sysdeps/unix/sysv/linux/i386/scandir64.c: Likewise.
52592
cb7e923b
UD
525932011-08-04 Ulrich Drepper <drepper@gmail.com>
52594
16292edd
UD
52595 * string/test-string.h (IMPL): Use __STRING to expand name and then
52596 stringify it.
52597
cb7e923b
UD
52598 * string/test-strcmp.c: Unify most of the WIDE and !WIDE code. Lots
52599 of cleanups.
52600
cff82933
LD
526012011-07-22 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
52602
52603 * string/Makefile: Update.
52604 (strop-tests): Append strncat.
52605 * string/test-wcscmp.c: New file.
52606 New comprehensive test for wcscmp.
52607 * string/test-strcmp.c: Update.
52608 (WIDE): New define.
52609
9be9bfcc
AS
526102011-07-22 Andreas Schwab <schwab@redhat.com>
52611
52612 * resolv/res_init.c (__res_vinit): Properly tokenize nameserver
52613 line.
52614
2e96f1c7
AS
526152011-07-26 Andreas Schwab <schwab@redhat.com>
52616
52617 * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
52618 encoding to ACE if AI_IDN.
52619
85188888
JJ
526202011-08-01 Jakub Jelinek <jakub@redhat.com>
52621
52622 * sysdeps/ieee754/dbl-64/k_rem_pio2.c (__kernel_rem_pio2): Fix up fq
52623 to y conversion for prec 3 and __FLT_EVAL_METHOD__ != 0.
52624
5fa16e9b
LD
526252011-07-22 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
52626
52627 * sysdeps/i386/i686/multiarch/strcat-sse2.S: Update.
52628 Fix overflow bug in strncat.
52629 * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
52630
52631 * string/test-strncat.c: Update.
52632 Add new tests for checking overflow bugs.
52633
526342011-07-15 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
52635
52636 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
52637 strcat-ssse3 strcat-sse2 strncat-ssse3 strncat-sse2 strncat-c.
52638 * sysdeps/i386/i686/multiarch/strcat.S: New file.
52639 * sysdeps/i386/i686/multiarch/strcat-c.c: New file.
52640 * sysdeps/i386/i686/multiarch/strcat-sse2.S: New file.
52641 * sysdeps/i386/i686/multiarch/strcat-ssse3.S: New file.
52642 * sysdeps/i386/i686/multiarch/strncat.S: New file.
52643 * sysdeps/i386/i686/multiarch/strncat-sse2.S: New file.
52644 * sysdeps/i386/i686/multiarch/strncat-ssse3.S: New file.
52645
52646 * sysdeps/i386/i686/multiarch/strcpy-ssse3.S
52647 (USE_AS_STRCAT): Define.
52648 Add strcat and strncat support.
52649 * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
52650
8c1a459f
AS
526512011-07-25 Andreas Schwab <schwab@redhat.com>
52652
52653 * sysdeps/i386/i486/bits/string.h (__strncat_g): Correctly handle
52654 __n bigger than INT_MAX+1.
52655 (__strncmp_g): Likewise.
52656
bba33c28
UD
526572011-07-23 Ulrich Drepper <drepper@gmail.com>
52658
798be72d
UD
52659 * posix/unistd.h: Define SEEK_DATA and SEEK_HOLE.
52660 * libio/stido.h: Likewise.
52661
8accd4dc
UD
52662 * sysdeps/unix/sysv/linux/bits/socket.h (PF_NFC): Define.
52663 (AF_NFC): Define.
52664 * sysdeps/unix/sysv/linux/sparc/bits/socket.h (PF_NFC): Define.
52665 (AF_NFC): Define.
52666
cbff0d96
UD
52667 * sysdeps/unix/sysv/linux/sys/ptrace.h: Add new constants.
52668 * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
52669 * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
52670 * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
52671 * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
52672
9191c04a
UD
52673 [BZ #13021]
52674 * scripts/test-installation.pl: Don't expect libnss_test1 to be
52675 installed.
52676
bba33c28
UD
52677 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix one more
52678 typo.
52679 (_dl_x86_64_save_sse): Likewise.
52680
90f139dd
UD
526812011-07-22 Ulrich Drepper <drepper@gmail.com>
52682
1aae088a
UD
52683 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix test for
52684 OSXSAVE.
52685 (_dl_x86_64_save_sse): Likewise.
52686
8e2045f5
UD
52687 * crypt/crypt_util.c (__init_des_r): Optimize memset calls.
52688
90f139dd
UD
52689 * crypt/crypt_util.c (__init_des_r): Add read barrier as well.
52690
1d002f25
AS
526912011-07-21 Andreas Schwab <schwab@redhat.com>
52692
52693 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix last
52694 change.
52695 (_dl_x86_64_save_sse): Use correct AVX check.
52696
21137f89
UD
526972011-07-21 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
52698
52699 * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Fix overfow
52700 bug in strncpy/strncat.
52701 * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
52702
a65c0b7a
UD
527032011-07-21 Ulrich Drepper <drepper@gmail.com>
52704
52705 * string/tester.c (test_strcat): Add tests for different alignments
52706 of source and destination.
52707 (test_strncat): Likewise.
52708
6986b98a
UD
527092011-07-20 Ulrich Drepper <drepper@gmail.com>
52710
90bb2039
UD
52711 [BZ #12852]
52712 * posix/glob.c (glob): Check passed in values before using them in
52713 expressions to avoid some overflows.
52714 (glob_in_dir): Likewise.
52715
5644ef54
UD
52716 [BZ #13007]
52717 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): More complete
52718 check for AVX enablement so that we don't crash with old kernels and
52719 new hardware.
52720 * elf/tst-audit4.c: Add same checks here.
52721 * elf/tst-audit6.c: Likewise.
52722
52723 * sysdeps/x86_64/bits/link.h (La_x86_64_ymm): Force 16-byte alignment.
6986b98a 52724
bfc9dc9b
AS
527252011-07-09 Andreas Schwab <schwab@linux-m68k.org>
52726
52727 * sysdeps/unix/sysv/linux/pathconf.c: Include <string.h>.
52728
702e64bb
UD
527292011-07-20 Ulrich Drepper <drepper@gmail.com>
52730
52731 * po/cs.po: Update from translation team.
52732 * po/bg.po: Likewise.
52733
295e904f
MP
527342011-07-12 Marek Polacek <mpolacek@redhat.com>
52735
52736 * misc/sys/cdefs.h: Add support for const attribute.
52737 * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add __attribute_const__
52738 to gnu_dev_{major,minor,makedev} functions.
52739
3ff94596
MP
527402011-07-20 Marek Polacek <mpolacek@redhat.com>
52741
52742 * intl/dcigettext.c (get_output_charset): Add missing bracket.
52743
28b59fca
AS
527442011-07-20 Andreas Schwab <schwab@redhat.com>
52745
52746 * resolv/res_query.c (__libc_res_nquerydomain): Use size_t for
52747 strlen results.
52748
19df733e
AK
527492011-07-13 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
52750
52751 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h
52752 (INTERNAL_VSYSCALL_NCS): Use r10 for backing up the return address
52753 register in order to avoid conflicts with the soft frame pointer
52754 being held in r11 when necessary.
52755 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h
52756 (INTERNAL_VSYSCALL_NCS): Likewise.
52757
c8835729
MP
527582011-07-14 Marek Polacek <mpolacek@redhat.com>
52759
52760 * elf/dl-fini.c (_dl_sort_fini): Remove unused link_map *l argument,
52761 * elf/dl-fini.c (_dl_fini): Adjust caller.
52762 * elf/dl-close.c (_dl_close_worker): Likewise.
52763 * sysdeps/generic/ldsodefs.h: Adjust declaration.
52764
b902330c
MP
527652011-07-15 Marek Polacek <mpolacek@redhat.com>
52766
8991e135
MP
52767 * elf/cache.c (load_aux_cache): Remove unnecessary condition of
52768 "aux_cache->nlibs < 0".
52769
b902330c
MP
52770 * nscd/nscd_conf.c (nscd_parse_file): Remove unnecessary condition
52771 in the reload-count case.
52772
99710781
LD
527732011-07-15 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
52774
52775 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
52776 strcat-ssse3 strcat-sse2-unaligned strncat-ssse3
52777 strncat-sse2-unaligned strncat-c strlen-sse2-pminub
52778 * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: New file.
52779 * sysdeps/x86_64/multiarch/strcat.S: New file.
52780 * sysdeps/x86_64/multiarch/strncat.S: New file.
52781 * sysdeps/x86_64/multiarch/strncat-c.c: New file.
52782 * sysdeps/x86_64/multiarch/strcat-ssse3.S: New file.
52783 * sysdeps/x86_64/multiarch/strncat-sse2-unaligned.S: New file.
52784 * sysdeps/x86_64/multiarch/strncat-ssse3.S: New file.
52785 * sysdeps/x86_64/multiarch/strcpy-ssse3.S
52786 (USE_AS_STRCAT): Define.
52787 Add strcat and strncat support.
52788 * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
52789 * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
52790 * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: New file.
52791 * string/strncat.c: Update.
52792 (USE_AS_STRNCAT): Define.
52793 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
52794 Turn on bit_Prefer_PMINUB_for_stringop for Intel Core i3, i5
52795 and i7.
52796 * sysdeps/x86_64/multiarch/init-arch.h
52797 (bit_Prefer_PMINUB_for_stringop): New.
52798 (index_Prefer_PMINUB_for_stringop): Likewise.
52799 * sysdeps/x86_64/multiarch/strlen.S (strlen): Check
52800 bit_Prefer_PMINUB_for_stringop.
52801
7dc6bd90
UD
528022011-07-19 Ulrich Drepper <drepper@gmail.com>
52803
52804 * crypt/sha512.h (struct sha512_ctx): Move buffer into union and add
52805 buffer64.
52806 * crypt/sha512.c (__sha512_finish_ctx): Use buffer64 for writes instead
52807 of casting of buffer.
52808 * crypt/sha256.h (struct sha256_ctx): Move buffer into union and add
52809 buffer32 and buffer64.
52810 * crypt/sha256.c (__sha256_finish_ctx): Use buffer32 or buffer64 for
52811 writes instead of casting of buffer.
52812 * crypt/md5.h (struct md5_ctx): Move buffer into union and add
52813 buffer32.
52814 * crypt/md5.c (md5_finish_ctx): Use buffer32 for writes instead of
52815 casting of buffer.
52816
e0e72284
AS
528172011-07-19 Andreas Schwab <schwab@redhat.com>
52818
52819 * string/strxfrm_l.c (STRXFRM): Fix alloca accounting.
52820
feb1eb0b
UD
528212011-07-19 Ulrich Drepper <drepper@gmail.com>
52822
52823 * nscd/nscd.c (termination_handler): Don't do anything for a database
52824 if it has not yet been initialized.
52825
298711ff
UD
528262011-07-18 Ulrich Drepper <drepper@gmail.com>
52827
52828 * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_EQUAL_S): Fix a typo.
52829
528302011-07-15 Marek Polacek <mpolacek@redhat.com>
52831
52832 * bits/sched.h (__CPU_EQUAL_S): Fix a typo.
52833
f9d68389
UD
528342011-07-18 Ulrich Drepper <drepper@gmail.com>
52835
52836 * po/nl.po: Update from translation team.
52837 * po/sv.po: Likewise.
52838
db290cf5
RM
528392011-07-16 Roland McGrath <roland@hack.frob.com>
52840
52841 * sysdeps/i386/Makefile: Never use -mpreferred-stack-boundary=2,
52842 now disallowed by GCC.
5c550700 52843
fd5e21c7
RM
52844 * configure.in (use-default-link): Default to yes if a test -shared
52845 link meets our qualifications.
52846 * configure: Regenerated.
52847
5c550700
RM
52848 * config.make.in (output-format): New variable.
52849 * configure.in: Check for ld --print-output-format support.
52850 * configure: Regenerated.
52851 * Makerules ($(common-objpfx)format.lds)
52852 [$(output-format) != unknown]: Just use $(output-format),
52853 instead of the linker-script munging.
52854
9fa2c032
RM
528552011-07-14 Roland McGrath <roland@hack.frob.com>
52856
a6928d51
RM
52857 * Makefile ($(common-objpfx)linkobj/libc.so): Use $(shlib-lds) instead
52858 of $(common-objpfx)shlib.lds.
52859 * elf/Makefile ($(objpfx)sotruss-lib.so): Likewise.
52860
661607b3
RM
52861 * sysdeps/i386/i686/multiarch/strstr-c.c (libc_hidden_builtin_def):
52862 Conditionalize redefinition on [SHARED && DO_VERSIONING && !NO_HIDDEN].
52863
9fa2c032
RM
52864 * configure.in (-z relro check): Adjust test code to add a large
52865 writable data section after it.
52866 * configure: Regenerated.
52867
defe9061
RM
528682011-07-11 Roland McGrath <roland@hack.frob.com>
52869
52870 * configure.in (-z relro check): Fix test code to make the variable
52871 truly const.
52872 * configure: Regenerated.
52873
319b9ad4
UD
528742011-07-11 Ulrich Drepper <drepper@gmail.com>
52875
52876 * nscd/nscd.h (struct traced_file): Define.
52877 (struct database_dyn): Remove inotify_descr, reset_res, and filename
52878 elements. Add traced_files.
52879 (inotify_fd): Declare.
52880 (register_traced_file): Declare.
52881 * nscd/connections.c (dbs): Remove reset_res and filename initializers.
52882 (inotify_fd): Export.
52883 (resolv_conf_descr): Remove.
52884 (nscd_init): Move inotify descriptor creation to main.
52885 Don't register files for notification here.
52886 (register_traced_file): New function.
52887 (invalidate_cache): Don't use reset_res to determine whether to call
52888 res_init, go through the list of registered files.
52889 (main_loop_poll): The inotify descriptors are now stored in the
52890 structures for the traced files.
52891 (main_loop_epoll): Likewise
52892 * nscd/nscd.c (main): Create inotify socket here. Pass extra argument
52893 to __nss_disable_nscd.
52894 * nscd/cache.c (prune_cache): There is no single inotify descriptor
52895 for a database anymore. Check the records for all the registered
52896 files instead.
52897 * nss/Makefile (libnss_files-routines): Add files-init.
52898 (libnss_db-routines): Add db-init.
52899 * nss/Versions [libnss_files] (GLIBC_PRIVATE): Add _nss_files_init.
52900 [libnss_db] (GLIBC_PRIVATE): Add _nss_db_init.
52901 * nss/nss_db/db-init.c: New file.
52902 * nss/nss_files/files-init.c: New file.
52903 * nss/nsswitch.c (nss_load_library): New function. Broken out of
52904 __nss_lookup_function.
52905 (__nss_lookup_function): Call nss_load_library.
52906 (nss_load_all_libraries): New function.
52907 (__nss_disable_nscd): Take parameter with callback function for files
52908 to register. Set is_nscd. Load all the DSOs for the NSS modules
52909 used for the cached services.
52910 * nss/nsswitch.h (__nss_disable_nscd): Adjust prototype.
52911 * sysdeps/unix/sysv/linux/Makefile [subdir=nscd]: Pass the various -D
52912 options for features to all the files in nscd.
52913
52914 * nss/nsswitch.c (nss_parse_file): Add missing fclose.
52915
23bee3e8
RM
529162011-07-10 Roland McGrath <roland@hack.frob.com>
52917
52918 * csu/elf-init.c (__libc_csu_init): Comment typo.
52919
46a5b7f0
UD
529202011-07-09 Ulrich Drepper <drepper@gmail.com>
52921
52922 * po/pl.po: Update from translation team.
52923 * po/ja.po: Likewise.
52924 * po/ru.po: Likewise.
52925 * po/ko.po: Likewise.
52926 * po/fr.po: Likewise.
52927
d30cf5bb
RM
529282011-07-09 Roland McGrath <roland@hack.frob.com>
52929
113ddea4
RM
52930 * configure.in (.ctors/.dtors header and trailer check):
52931 Use an empirical test on a built program.
52932 * configure: Regenerated.
52933
574920b4
RM
52934 * configure.in (-z relro check): Use an empirical test on a built DSO.
52935 Detect, but do not require, on ia64.
52936 * configure: Regenerated.
52937
d30cf5bb
RM
52938 * configure.in (READELF): Find it with AC_CHECK_TOOL.
52939 Update tests that use readelf to use $READELF instead.
52940 * configure: Regenerated.
52941
8538fdb3
UD
529422011-07-08 Ulrich Drepper <drepper@gmail.com>
52943
52944 * malloc/hooks.c (memalign_check): Avoid using checked_request2size
52945 if the result is not used.
52946
04d08991
AJ
529472011-07-05 Andreas Jaeger <aj@suse.de>
52948
52949 [BZ#9696]
52950 * stdlib/tst-strtod.c: Add testcase.
52951
de283087
AD
529522011-07-07 Ulrich Drepper <drepper@gmail.com>
52953
4e5f31c8 52954 * sysdeps/unix/sysv/linux/pathconf.c (distinguish_extX): New function.
46a5b7f0 52955 (__statfs_link_max): Use it to distinguish between ext2/3 and ext4.
4e5f31c8
UD
52956 The latter has a higher limit. Take additional parameter to pass to
52957 the new function.
52958 (__pathconf): Pass file to __statfs_link_max.
52959 * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Pass fd to
52960 __statfs_link_max.
52961 * sysdeps/unix/sysv/linux/pathconf.h: Adjust prototype of
52962 __statfs_link_max.
52963
de283087
AD
52964 [BZ #12868]
52965 * sysdeps/unix/sysv/linux/linux_fsinfo.h: Define Lustre constants.
52966 * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
52967 Handle Lustre.
52968 * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Likewise.
52969 (__statfs_filesize_max): Likewise.
52970 Patch mostly by Andreas Dilger <adilger@whamcloud.com>.
52971
c75fa153
AJ
529722011-07-05 Andreas Jaeger <aj@suse.de>
52973
52974 * resolv/res_comp.c (dn_skipname): Remove unused variable.
52975
1a544854
UD
529762011-07-06 Marek Polacek <mpolacek@redhat.com>
52977
52978 * nis/nss_nisplus/nisplus-spwd.c (_nss_nisplus_setspent): Honour the
52979 `status' variable.
52980 * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_setetherent):
52981 Likewise.
52982
6f0eec67
UD
529832011-07-04 H.J. Lu <hongjiu.lu@intel.com>
52984
52985 * Makefile (strop-tests): Add strncat.
52986 * string/test-strncat.c: New file.
52987
aae30307
UD
529882011-06-30 Marek Polacek <mpolacek@redhat.com>
52989
52990 * iconvdata/johab.c: Don't inline `johab_sym_hanja_to_ucs' function.
52991
c0cfb5eb
UD
529922011-06-21 Andreas Jaeger <aj@suse.de>
52993
52994 * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules):
52995 Copy rule from iconvdata/Makefile.
52996
01636b21
UD
529972011-07-06 Ulrich Drepper <drepper@gmail.com>
52998
52999 [BZ #12922]
53000 * posix/getopt.c (_getopt_internal_r): When "W;" is in short options
53001 but no long options are defined, just return 'W'.
53002
9895c8bc
UD
530032011-06-22 Marek Polacek <mpolacek@redhat.com>
53004
53005 [BZ #9696]
53006 * stdlib/strtod_l.c (round_and_return): Set ERANGE instead of EDOM.
53007
5d4cf042
UD
530082011-07-06 Ulrich Drepper <drepper@gmail.com>
53009
53010 * inet/getnetgrent_r.c (internal_getnetgrent_r): Fix check for known
53011 netgroups to read.
960e5535 53012 (innetgr): Likewise.
5d4cf042 53013
751eb97e
RM
530142011-07-05 Roland McGrath <roland@hack.frob.com>
53015
53016 * config.make.in (install_root): Default to $(DESTDIR).
53017
f15f1e45
UD
530182011-07-05 Ulrich Drepper <drepper@gmail.com>
53019
53020 * nscd/nscd_getserv_r.c (nscd_getserv_r): Add cast to avoid warning.
53021
4e34ac6a
RM
530222011-07-02 Roland McGrath <roland@hack.frob.com>
53023
5e9b6af4
RM
53024 * Makerules ($(common-objpfx)format.lds): Fail if result is empty.
53025
84f9ea0f
RM
53026 * Makefile ($(common-objpfx)testrun.sh): Generate to work relative to
53027 containing directory rather than embedding absolute directory names.
53028
ea5ee9f7
RM
53029 * scripts/check-local-headers.sh: Rewritten using awk.
53030 Match by word, not by line. Print error messages for matches.
53031 * Makefile ($(objpfx)check-local-headers.out): Pass AWK in to it.
53032
1b74661a
RM
53033 * Makerules [shlib-lds-flags empty]:
53034 ($(common-objpfx)libc_pic.opts): New target.
53035 ($(common-objpfx)libc_pic.os.clean): New target.
53036 ($(common-objpfx)libc.so): Link it instead of libc_pic.os.
53037
53038 * config.make.in (OBJCOPY): New variable.
53039 * aclocal.m4 (LIBC_PROG_BINUTILS): Substitute OBJCOPY too.
53040 * configure: Regenerated.
53041
f781ef40
RM
53042 * config.make.in (use-default-link): New variable.
53043 * configure.in (use_default_link): Grok --with-default-link to set it.
53044 * configure: Regenerated.
53045 * Makerules [$(elf) = yes] [$(use-default-link) = yes]:
53046 (shlib-lds, shlib-lds-flags): Define to empty.
53047
2d4fa81e
RM
53048 * Makerules (shlib-lds): New variable.
53049 (shlib-lds-flags): New variable.
53050 (build-shlib, build-moduile, build-module-asneeded): Use it.
53051 ($(common-objpfx)libc.so): Use $(shlib-lds).
53052 ($(extra-modules-build:%=$(objpfx)%.so)): Likewise.
53053 * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Likewise.
53054
31fffa6b
RM
53055 * elf/dynamic-link.h (elf_get_dynamic_info): Make asserts accept
53056 DT_FLAGS/DT_FLAGS_1 with zero flags.
53057
4e34ac6a
RM
53058 * elf/Makefile ($(objpfx)ld.so): Use -defsym=_begin=0 instead of
53059 linker script munging.
53060
fcfc776b
UD
530612011-07-02 Ulrich Drepper <drepper@gmail.com>
53062
53063 * crypt/sha512.h (struct sha512_ctx): Add union to access total also
53064 as 128-bit value.
53065 * crypt/sha512.c (sha512_process_block): Perform total addition using
53066 128-bit if possible.
53067 (__sha512_finish_ctx): Likewise.
53068 * crypt/sha256.h (struct sha256_ctx): Add union to access total also
53069 as 64-bit value.
53070 * crypt/sha256.c (SWAP64): Define.
53071 (sha256_process_block): Perform total addition using 64-bit if
53072 possible.
53073 (__sha256_finish_ctx): Likewise.
53074
99231d9a
UD
530752011-07-01 Ulrich Drepper <drepper@gmail.com>
53076
53077 * nscd/pwdcache.c (cache_addpw): Cleanup. Add branch prediction.
53078 * nscd/initgrcache.c (addinitgroupsX): Likewise.
53079 * nscd/hstcache.c (cache_addhst): Likewise.
53080 * nscd/grpcache.c (cache_addgr): Likewise.
53081 * nscd/aicache.c (addhstaiX): Likewise
53082 * nscd/servicescache.c (cache_addserv): Handle zero negtimeout.
53083
445b4a53
TK
530842011-07-01 Thorsten Kukuk <kukuk@suse.de>
53085
53086 * nscd/pwdcache.c (cache_addpw): Handle zero negtimeout.
53087 * nscd/initgrcache.c (addinitgroupsX): Likewise.
53088 * nscd/hstcache.c (cache_addhst): Likewise.
53089 * nscd/grpcache.c (cache_addgr): Likewise.
53090 * nscd/aicache.c (addhstaiX): Likewise
53091
6d4d8e8e
AS
530922011-07-01 Andreas Schwab <schwab@redhat.com>
53093
53094 * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Query NIS
53095 domain only when needed.
53096
89f654c5
AS
530972011-06-30 Andreas Schwab <schwab@redhat.com>
53098
53099 * sysdeps/posix/getaddrinfo.c (gaih_inet): Make sure RES_USE_INET6
53100 is always restored.
53101
cf3b23ff
UD
531022011-06-29 Ulrich Drepper <drepper@gmail.com>
53103
53104 * nscd/grpcache.c (cache_addgr): Don't write notfound reply if we
53105 are re-adding the entry.
53106 * nscd/servicescache.c (cache_addserv): Likewise.
53107
751626f9
AJ
531082011-06-30 Aurelien Jarno <aurelien@aurel32.net>
53109
53110 * sysdeps/generic/dl-irel.h: fix protection against multiple
53111 inclusions.
53112 * sysdeps/generic/dl-irel.h (elf_ifunc_invoke): New.
53113
9113ea1f
UD
531142011-06-28 Ulrich Drepper <drepper@gmail.com>
53115
5c0b8d90
UD
53116 [BZ #12935]
53117 * malloc/memusage.sh: Fix quoting in message.
53118 * debug/xtrace.sh: Likewise.
53119
9113ea1f
UD
53120 * configure.in: Remove support for --experimental-malloc option, make
53121 it the default.
53122 * config.make.in: Likewise.
53123 * malloc/Makefile: Likewise.
53124
a4172181
AS
531252011-06-27 Andreas Schwab <schwab@redhat.com>
53126
53127 * iconvdata/gb18030.c (BODY for TO_LOOP): Fix encoding of non-BMP
53128 two-byte characters.
53129
78a7eee7
RM
531302011-06-27 Roland McGrath <roland@hack.frob.com>
53131
62bede13
RM
53132 * configure.in (NO_CTORS_DTORS_SECTIONS): Give this check its own
53133 AC_CACHE_CHECK invocation.
53134 * configure: Regenerated.
53135
78a7eee7
RM
53136 * elf/soinit.c (__CTOR_LIST__, __DTOR_LIST__): Add used attribute.
53137
5ce33a62
UD
531382011-06-27 Ulrich Drepper <drepper@gmail.com>
53139
034807a9
UD
53140 [BZ #12350]
53141 * nscd/aicache.c (addhstaiX): Restore only RES_USE_INET6
53142 bit from old_res_options.
53143
4902da17
UD
53144 * sysdeps/unix/sysv/linux/Makefile (CFLAGS-servicescache.c): Define.
53145
5ce33a62
UD
53146 * inet/getnetgrent_r.c (innetgr): Minimal cleanup, use correct return
53147 value type for setfct.
53148
c2344f56
L
531492011-06-23 H.J. Lu <hongjiu.lu@intel.com>
53150
53151 * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
53152 __gettimeofday instead of gettimeofday.
53153
68468076
UD
531542011-06-26 Ulrich Drepper <drepper@gmail.com>
53155
53156 * elf/Makefile (all-built-dso): No need to check linkobj/libc.so.
53157
acb0d739
L
531582011-06-24 H.J. Lu <hongjiu.lu@intel.com>
53159
53160 * sysdeps/i386/i686/multiarch/strcpy-sse2.S (RETURN): Fix a typo.
53161
53162 * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Correct unwind
53163 info.
53164
8912479f
L
531652011-06-22 H.J. Lu <hongjiu.lu@intel.com>
53166
53167 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
53168 strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
53169 strcpy-sse2-unaligned strncpy-sse2-unaligned
53170 stpcpy-sse2-unaligned stpncpy-sse2-unaligned.
53171 * sysdeps/x86_64/multiarch/stpcpy-sse2-unaligned.S: New file.
53172 * sysdeps/x86_64/multiarch/stpcpy-ssse3.S: New file.
53173 * sysdeps/x86_64/multiarch/stpncpy-sse2-unaligned.S: New file.
53174 * sysdeps/x86_64/multiarch/stpncpy-ssse3.S: New file.
53175 * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: New file.
53176 * sysdeps/x86_64/multiarch/strcpy-ssse3.S: New file.
53177 * sysdeps/x86_64/multiarch/strncpy-sse2-unaligned.S: New file.
53178 * sysdeps/x86_64/multiarch/strncpy-ssse3.S: New file.
53179 * sysdeps/x86_64/multiarch/strcpy.S: Remove strcpy with SSSE3.
53180 (STRCPY): Support SSE2 and SSSE3 versions.
53181
d5495a11
UD
531822011-06-24 Ulrich Drepper <drepper@gmail.com>
53183
53184 [BZ #12874]
53185 * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): Define.
53186 * sysdeps/wordsize-64/tst-writev.c: Work around problem with 2.6.38+
53187 kernels which artificially limit size of requests.
53188
0b1cbaae
L
531892011-06-22 H.J. Lu <hongjiu.lu@intel.com>
53190
53191 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
53192 strncpy-c strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
53193 strcpy-sse2 strncpy-sse2 stpcpy-sse2 stpncpy-sse2.
53194 * sysdeps/i386/i686/multiarch/stpcpy-sse2.S: New file.
53195 * sysdeps/i386/i686/multiarch/stpcpy-ssse3.S: New file.
53196 * sysdeps/i386/i686/multiarch/stpncpy-sse2.S: New file.
53197 * sysdeps/i386/i686/multiarch/stpncpy-ssse3.S: New file.
53198 * sysdeps/i386/i686/multiarch/stpncpy.S : New file.
53199 * sysdeps/i386/i686/multiarch/strcpy-sse2.S : New file.
53200 * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: New file.
53201 * sysdeps/i386/i686/multiarch/strcpy.S: New file.
53202 * sysdeps/i386/i686/multiarch/strncpy-c.c: New file.
53203 * sysdeps/i386/i686/multiarch/strncpy-sse2.S: New file.
53204 * sysdeps/i386/i686/multiarch/strncpy-ssse3.S: New file.
53205 * sysdeps/i386/i686/multiarch/strncpy.S: New file.
53206 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
53207 Enable unaligned load optimization for Intel Core i3, i5 and i7
53208 processors.
53209 * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Unaligned_Load):
53210 Define.
53211 (index_Fast_Unaligned_Load): Define.
53212 (HAS_FAST_UNALIGNED_LOAD): Define.
53213
07f494a0
MP
532142011-06-23 Marek Polacek <mpolacek@redhat.com>
53215
53216 * nss/nss_db/db-open.c: Include <unistd.h> for read declaration.
53217
fa3fc0fe
UD
532182011-06-22 Ulrich Drepper <drepper@gmail.com>
53219
53220 [BZ #12907]
53221 * sysdeps/posix/getaddrinfo.c (getaddrinfo): Avoid calling __check_pf
53222 until it is clear that the information is realy needed.
53223 Patch mostly by David Hanisch <david.hanisch@nsn.com>.
53224
e12df166
AS
532252011-06-22 Andreas Schwab <schwab@redhat.com>
53226
53227 * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix last change.
53228
852eb34d
UD
532292011-06-22 Ulrich Drepper <drepper@gmail.com>
53230
84e2a551
UD
53231 * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
53232 /sys/devices/system/cpu/online if it is usable.
53233
852eb34d
UD
53234 * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Rate limit
53235 reading the information from the /proc filesystem to once a second.
53236
6e502e19
UD
532372011-06-21 Andreas Jaeger <aj@suse.de>
53238
53239 * sysdeps/unix/sysv/linux/bits/sigcontext.h: Fix definition of
53240 NULL after inclusion of kernel headers.
53241
75d39ff2
UD
532422011-06-21 Ulrich Drepper <drepper@gmail.com>
53243
51f9aa6a
UD
53244 * nss/nss_db/db-XXX.c (nss_db_setENT): Only set entidx for successful
53245 calls to internal_setent.
53246
c0244a9d
UD
53247 [BZ #12885]
53248 * sysdeps/posix/getaddrinfo.c (gaih_inet): When looking up only IPv6
53249 addresses using gethostbyname4_r ignore IPv4 addresses.
53250
c5e3c2ae
UD
53251 * sysdeps/posix/getaddrinfo.c (gaih_inet): After the last change the
53252 branch using gethostbyname2 is only for AF_INET. Optimize accordingly.
53253
75d39ff2
UD
53254 * inet/getnetgrent_r.c: Use DL_CALL_FCT in several places.
53255
42675c6f
DM
532562011-06-20 David S. Miller <davem@davemloft.net>
53257
53258 * sysdeps/sparc/sparc32/dl-plt.h: Protect against multiple
53259 inclusions.
53260 * sysdeps/sparc/sparc64/dl-plt.h: Likewise.
53261
53262 * sysdeps/i386/dl-irel.h (elf_ifunc_invoke): New.
53263 (elf_irel): Use it.
53264 * sysdeps/powerpc/powerpc32/dl-irel.h: Likewise.
53265 * sysdeps/powerpc/powerpc64/dl-irel.h: Likewise.
53266 * sysdeps/sparc/sparc32/dl-irel.h: Likewise.
53267 * sysdeps/sparc/sparc64/dl-irel.h: Likewise.
53268 * sysdeps/x86_64/dl-irel.h: Likewise.
53269
53270 * elf/dl-runtime.c: Use elf_ifunc_invoke.
53271 * elf/dl-sym.c: Likewise.
53272
57912a71
UD
532732011-06-15 Ulrich Drepper <drepper@gmail.com>
53274
53275 * resolv/res_send.c (__libc_res_nsend): Fix typos in last patch. We
53276 need to dereference resplen2.
53277
ee22793d
AS
532782011-06-14 Andreas Schwab <schwab@redhat.com>
53279
53280 * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c: New file.
53281
a9e836b0
UD
532822011-06-15 Ulrich Drepper <drepper@gmail.com>
53283
77fb9117
UD
53284 * Makeconfig: Define vardbdir and inst_vardbdir.
53285 * nss/Makefile: Add rules to install db-Makefile.
53286
40c1b22c
UD
53287 * nss/nss_db/db-XXX.c: Cleanup.
53288
9f2da732
UD
53289 * nss/Makefile (libnss_db-dbs): Add db-initgroups.
53290 * nss/Versions [libnss_db]: Add _nss_db_initgroups_dyn for
53291 GLIBC_PRIVATE.
53292 * nss/db-Makefile (groups.db): Emit entries for initgroups lookups.
53293 * nss/makedb.c: Implement -g option to specify that value strings
53294 are generated and should not be added to table iterated over for
53295 get*ent calls.
53296 * nss/nss_db/db-initgroups.c: New file.
53297
82e9a1f7
UD
53298 * nss/getent.c: Add support for initgroups lookups through getgrouplist
53299 interface.
53300
c41af17e
UD
53301 * grp/initgroups.c (__nss_initgroups_database): Renamed and exported.
53302 (internal_getgrouplist): Adjust to name change.
53303 Update use_initgroups_entry if this is not the first call.
53304 * nss/databases.def: Add initgroups entry.
53305
a9e836b0
UD
53306 * nss/makedb.c (compute_tables): Check result of multiple hash table
53307 sizes to minimize maximum chain length.
53308
2666d441
UD
533092011-06-14 Ulrich Drepper <drepper@gmail.com>
53310
53311 * Versions.def: Add entry for libnss_db.
53312 * shlib-versions: Likewise.
53313 * nss/Makefile: Add rules to build libnss_db.
53314 * nss/Versions: Add libnss_db information. Organize libnss_files
53315 entries better.
53316 * nss/db-Makefile: Add gshadow support. Change rules for the new
53317 makedb progra. Some minor improvements to generate smaller files.
53318 * nss/nss_db/nss_db.h: Move NSS database header data structures to
53319 here from...
53320 * nss/makedb.c: ...here.
53321 Improve database format to be smaller and require less memory at
53322 runtime.
53323 * nss/nss_db/db-XXX.x: Adjust for new database format. Don't use
53324 db anymore.
53325 * nss/nss_db/db-netgrp.c: Likewise.
53326 * nss/nss_db/db-open.c: Likewise.
53327 * nss/nss_files/flies-XXX.x: Adjust comments.
53328 * nss/nss_files/files-ethers.c: Adjust for new DB_LOOKUP definition.
53329 * nss/nss_files/files-grp.c: Likewise.
53330 * nss/nss_files/files-hosts.c: Likewise.
53331 * nss/nss_files/files-network.c: Likewise.
53332 * nss/nss_files/files-proto.c: Likewise.
53333 * nss/nss_files/files-pwd.c: Likewise.
53334 * nss/nss_files/files-rpc.c: Likewise.
53335 * nss/nss_files/files-service.c: Likewise.
53336 * nss/nss_files/files-sgrp.c: Likewise.
53337 * nss/nss_files/files-spwd.c: Likewise.
53338 * nss/nss_db/db-alias.c: Removed.
53339 * nss/nss_db/dummy-db.h: Removed.
53340
9ee76b5a
UD
533412011-06-02 Ulrich Drepper <drepper@gmail.com>
53342
53343 * nss/makedb.c: Rewritten to not use database library.
53344 * nss/Makefile: Update to build new makedb program.
53345
c71ca1f8
AJ
533462011-06-14 Andreas Jaeger <aj@suse.de>
53347
53348 * sysdeps/unix/sysv/linux/check_native.c: Include <string.h> for
53349 memset declaration.
53350
3154bfb8
UD
533512011-06-10 Andreas Schwab <schwab@redhat.com>
53352
53353 * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix logic allocating
53354 tmpbuf.
53355
b350afab
RM
533562011-06-10 Roland McGrath <roland@hack.frob.com>
53357
decd4e50
RM
53358 * Makerules (shlib.lds): Fail if the linker script comes out empty.
53359 * elf/Makefile ($(objpfx)ld.so): Likewise.
53360
5615eaf2
RM
53361 * Makefile ($(common-objpfx)linkobj/libc.so): Break long lines with \.
53362 Don't list ld.so twice in dependencies.
53363
53364 * posix/bug-regex31.c: Include <stdlib.h>.
53365
53366 * nscd/hstcache.c (cache_addhst): Remove unused variable.
53367
53368 * nis/nss_compat/compat-spwd.c
53369 (getspent_next_nss_netgr): Remove unused variable.
53370 * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Likewise.
53371
53372 * nis/nis_print_group_entry.c (nis_print_group_entry): Fix "Implicit
53373 nonmembers" output to use the right array.
53374
53375 * resolv/nss_dns/dns-network.c (getanswer_r): Remove unused variable.
53376
53377 * elf/dl-open.c (_dl_open): Quash warnings when DL_NNS==1.
53378
53379 * locale/programs/ld-ctype.c (ctype_read): Remove unused variable.
53380 * locale/programs/ld-collate.c (add_to_tablewc): Likewise.
53381 * catgets/gencat.c (read_input_file): Likewise.
53382 * locale/programs/locarchive.c (enlarge_archive): Likewise.
53383
53384 * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Move DONTBLOCK
53385 variable definition inside #if's controlling its use.
53386
53387 * inet/getnetgrent_r.c (innetgr): Remove unused variable.
53388
53389 * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix errno restoration.
53390
53391 * misc/syslog.c (__vsyslog_chk): Remove unused variable.
53392
53393 * io/fts.c (fts_build): Use if (0 && ...) rather than #if 0 for
53394 unreachable code.
53395
53396 * stdio-common/printf_fp.c (___printf_fp): Remove unused variable.
53397
b68e08db
RM
53398 * configure.in (nss-crypt check): Use AC_LANG_PROGRAM.
53399 * configure: Regenerated.
53400
b350afab
RM
53401 * Makerules: Revert last change.
53402 * elf/Makefile: Likewise.
53403
28368601
RM
534042011-06-09 Roland McGrath <roland@hack.frob.com>
53405
53406 * Makerules ($(common-objpfx)libc_pic.os): Use -Wl, before -r.
53407 * elf/Makefile ($(objpfx)librtld.os): Likewise.
53408 (reloc-link): Likewise.
53409
11988f8f
UD
534102011-06-09 Ulrich Drepper <drepper@gmail.com>
53411
53412 * elf/Makefile: Add rules to build pldd.
53413 * elf/pldd.c: New file.
53414 * elf/pldd-xx.c: New file.
53415
e80fab37
UD
534162011-06-07 Ulrich Drepper <drepper@gmail.com>
53417
53418 * version.h: Update for 2.15 development version.
53419
9b849836
DM
534202011-06-07 David S. Miller <davem@davemloft.net>
53421
53422 * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Pass dl_hwcap to
53423 ifuncs.
53424 * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela,
53425 elf_machine_lazy_rel): Likewise.
53426 * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
53427 * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela,
53428 elf_machine_lazy_rel): Likewise.
53429 * sysdeps/sparc/sparc64/multiarch/memcpy.S (memcpy): Fetch
53430 dl_hwcap via passed in argument.
53431 * sysdeps/sparc/sparc64/multiarch/memset.S (memset, bzero):
53432 Likewise.
53433
5a31b283
AK
534342011-06-06 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
53435
53436 * stdlib/longlong.h: Update from GCC. Fix smul_ppmm for S/390.
53437
069e52f8
RM
534382011-06-06 Roland McGrath <roland@hack.frob.com>
53439
53440 [BZ #12849]
53441 * manual/fdl-1.1.texi: New file, verbatim from:
53442 http://www.gnu.org/licenses/old-licenses/fdl-1.1.texi
53443 * manual/lgpl-2.1.texi: New file, verbatim from:
53444 http://www.gnu.org/licenses/old-licenses/lgpl-2.1.texi
53445 * manual/Makefile (licenses): New variable, list those new file names.
53446 (texis): Use it.
53447 (chapters.% top-menu.%): Include $(licenses) with $(appendices).
53448
53449 * manual/fdl.texi: File removed.
53450 * manual/lesser.texi: File removed.
53451 * manual/libc.texinfo (Copying, Documentation License):
53452 Use new @include file names, put @appendix directive before @include.
53453
f16846a5
JJ
534542011-06-04 Jakub Jelinek <jakub@redhat.com>
53455
53456 [BZ #12841]
53457 * rt/bits/mqueue2.h (__mq_open_2): Add __THROW.
53458 (__mq_open_alias): Use __REDIRECT_NTH instead of __REDIRECT.
53459 (mq_open): Add __NTH.
53460
3d29045b
L
534612011-06-02 H.J. Lu <hongjiu.lu@intel.com>
53462
53463 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
53464 Assume Intel Core i3/i5/i7 processor if AVX is available.
53465
8c297311
UD
534662011-05-31 Ulrich Drepper <drepper@gmail.com>
53467
53468 * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
53469 typo.
53470
c8fc0c91
UD
534712011-05-31 Andreas Schwab <schwab@redhat.com>
53472
53473 * nscd/nscd_getserv_r.c (nscd_getserv_r): Don't free non-malloced
53474 memory. Use alloca_account. Fix memory leak when retrying.
53475
5b27a807
UD
534762011-05-31 Ulrich Drepper <drepper@gmail.com>
53477
356f8bc6
UD
53478 * version.h (RELEASE): Bump for 2.14 release.
53479 * include/features.h (__GLIBC_MINOR__): Bump to 14.
53480
5b27a807
UD
53481 * config.make.in (RANLIB): Remove entry.
53482
01f16ab0
UD
534832011-05-30 Ulrich Drepper <drepper@gmail.com>
53484
41fce8bd
UD
53485 * po/Makefile (po-sed-cmd): Add ksh to extensions.
53486 (libc.pot): Work around missing support for .ksh extension in xgettext.
53487
4769ae77
UD
53488 [BZ #12684]
53489 * resolv/res_send.c (__libc_res_nsend): Only go to the next name server
53490 if both request failed.
53491 (send_dg): In case of server errors clear resplen or *resplen2.
53492
6b1e7d19
UD
53493 [BZ #12454]
53494 * elf/dl-deps.c (_dl_map_object_deps): Run initializer sorting only
53495 when there are multiple maps.
53496 * elf/dl-fini.c (_dl_sort_fini): Check for list of one.
53497 (_dl_fini): Remove test here.
53498
01f16ab0
UD
53499 * elf/rtld.c (dl_main): Don't allow the loader to load itself.
53500
b1ebd700
UD
535012011-05-29 Ulrich Drepper <drepper@gmail.com>
53502
7ae22829
UD
53503 [BZ #12350]
53504 * sysdeps/posix/getaddrinfo.c (gethosts): Restore only RES_USE_IENT6
53505 bit from old_res_options.
53506 (gaih_inet): Likewise.
53507
553149f6 53508 [BZ #11099]
18a84741 53509 * shadow/sgetspent_r.c (LINE_PARSER): Interpret numeric field values
873ca504
UD
53510 as signed.
53511
652ffab1
UD
53512 * resolv/res_init.c (res_setoptions): Make the code more compact.
53513
16985fd0
UD
53514 [BZ #11558]
53515 * resolv/res_init.c (res_setoptions): Recognize use-vc option and
53516 set RES_USEVC.
53517
0464f746
UD
53518 [BZ #11634]
53519 * elf/Makefile (tests): Don't add tst-audit[67] without working -mavx.
53520
7d17596c
UD
53521 * malloc/malloc.h: Mark malloc hook variables as deprecated.
53522
cf6bbbd7
UD
53523 [BZ #11781]
53524 * malloc/malloc.h: Declare malloc hook variables as volatile.
53525
13f1ab36
UD
53526 * locale/programs/locarchive.c (add_locale_to_archive): Fix typo
53527 in last patch.
53528
b1ebd700
UD
53529 [BZ #11799]
53530 * sysdeps/unix/sysv/linux/bits/siginfo.h (SI_USER): Don't mention
4997db74 53531 raise in the comment.
80e2212d
UD
53532 * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
53533 * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
53534 * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Likewise.
b1ebd700 53535
ce67228d
UD
535362011-05-28 Ulrich Drepper <drepper@gmail.com>
53537
8887a920
UD
53538 [BZ #12811]
53539 * posix/regex_internal.c (build_wcs_buffer): Don't signal we have to
53540 grow the buffers more if it already has to be sufficient.
53541 (build_wcs_upper_buffer): Likewise.
53542 * posix/regexec.c (check_matching): Likewise.
53543 (clean_state_log_if_needed): Likewise.
53544 (extend_buffers): Don't enlarge buffers beyond size of the input
53545 buffer.
53546 Patches mostly by Emil Wojak <emil@wojak.eu>.
53547 * posix/bug-regex32.c: New file.
53548 * posix/Makefile (tests): Add bug-regex32.
53549
4f031072
UD
53550 * locale/findlocale.c (_nl_find_locale): Return right away if
53551 _nl_explode_name failed.
53552 * locale/programs/locarchive.c (add_locale_to_archive): Likewise.
53553
d0478f0c
UD
53554 * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_sendmmsg): Define.
53555
de81b246
UD
53556 * debug/xtrace.sh: Unify messages.
53557 * malloc/memusage.sh: Likewise.
53558
c738465a
UD
53559 [BZ #12813]
53560 * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_time): Retrieve
53561 time symbol from vDSO. Substitute with vsyscall if not available.
53562 * sysdeps/unix/sysv/linux/x86_64/time.S [SHARED]: Use
53563 __vdso_time.
53564
f1f929d7
UD
53565 * sysdeps/unix/sysv/linux/internal_sendmmsg.S: New file.
53566 * sysdeps/unix/sysv/linux/sendmmsg.c: New file.
53567 * sysdeps/unix/sysv/linux/Makefile [subdir=socket] (sysdep_routines):
53568 Add sendmmsg and internal_sendmmsg.
53569 * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add sendmmsg.
53570 * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg.
53571 * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_SENDMMSG.
53572
ce67228d
UD
53573 * sysdeps/unix/sysv/linux/syscalls.list: Add setns entry.
53574 * sysdeps/unix/sysv/linux/bits/sched.h: Declare setns.
53575 * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add setns.
53576
e57420c6
UD
535772011-05-27 Ulrich Drepper <drepper@gmail.com>
53578
a8509ca5
UD
53579 [BZ #12813]
53580 * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_getcpu):
53581 Retrieve getcpu symbol from vDSO. Substitute with vsyscall if not
53582 available.
53583 * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [SHARED]: Use
53584 __vdso_getcpu.
53585
e57420c6
UD
53586 [BZ #12814]
53587 * iconvdata/Makefile (tests): Add bug-iconv9.
53588 * iconvdata/bug-iconv9.c: New file.
53589
4d07db15
AS
535902011-05-27 Andreas Schwab <schwab@redhat.com>
53591
53592 [BZ #12814]
53593 * iconvdata/iso-2022-jp.c (BODY): Fix invalid variable shadowing.
53594
ea486f69
JJ
535952011-05-25 Jakub Jelinek <jakub@redhat.com>
53596
53597 * sysdeps/unix/sysv/linux/x86_64/sys/user.h
53598 (struct user_regs_struct): Change intcs field back to cs.
53599
6f038433
UD
536002011-05-25 Ulrich Drepper <drepper@gmail.com>
53601
53602 * po/ja.po: Update from translation team.
53603
67f86a25
UD
536042011-05-23 Ulrich Drepper <drepper@gmail.com>
53605
53606 [BZ #12795]
53607 * sysdeps/unix/sysv/linux/bits/resource.h (RLIMIT_RTTIME): Define.
53608 * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
53609
def7fbd6
AS
536102011-05-20 Andreas Schwab <schwab@redhat.com>
53611
53612 * stdlib/longlong.h: Update from GCC.
53613
f50ef8f1
AS
536142011-05-23 Andreas Schwab <schwab@redhat.com>
53615
53616 * sysdeps/unix/sysv/linux/ia64/sysconf.c (HAS_CPUCLOCK): Add
53617 parameter name.
53618 * sysdeps/unix/sysv/linux/sysconf.c (has_cpuclock, HAS_CPUCLOCK):
53619 Add parameter name.
53620 (__sysconf): Pass it down.
53621
de7ce8f1
UD
536222011-05-22 Ulrich Drepper <drepper@gmail.com>
53623
f2962a71
UD
53624 [BZ #12671]
53625 * nis/nss_nis/nis-alias.c (_nss_nis_getaliasbyname_r): Use malloc in
53626 some situations.
53627 * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
53628 * posix/glob.c (glob_in_dir): Take additional parameter alloca_used.
53629 add in in __libc_use_alloca calls. Adjust callers.
53630 (glob): Use malloc in some situations.
53631
de7ce8f1
UD
53632 * elf/dl-runtime.c (_dl_profile_fixup): Also store LA_SYMB_NOPLTENTER
53633 and LA_SYMB_NOPLTEXIT in flags which are passed to pltenter and
53634 pltexit.
53635
aec84f53
UD
536362011-05-21 Ulrich Drepper <drepper@gmail.com>
53637
05bb4a68
UD
53638 * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_REALTIME_ALARM
53639 and CLOCK_BOOTTIME_ALARM.
53640
7ea72f99
UD
53641 [BZ #12782]
53642 * string/xpg-strerror.c (__xpg_strerror_r): Fill buffer even if error
53643 is returned.
53644
7e4afad5
UD
53645 * string/_strerror.c (__strerror_r): Print negative errors as signed
53646 numbers.
53647
8e211fec
UD
53648 [BZ #12777]
53649 * iconvdata/cp1258.c (comp_table_data): Remove entry 0x00A5 0xEC.
53650 (decomp_table): Change U0385 entry to emit 0xA5 0xEC.
53651 * iconvdata/CP1258.irreversible: Adjust entry 0xA8EC.
53652
f7d82dc9
UD
53653 * configure.in: Fix typo in redirection and correct removal of test
53654 files in two cases.
53655
cc9e536d
UD
53656 [BZ #12788]
53657 * locale/setlocale.c (new_composite_name): Fix test to check for
53658 identical name of all categories.
53659
aec84f53
UD
53660 [BZ #12792]
53661 * libio/filedoalloc.c (local_isatty): New function.
53662 (_IO_file_doallocate): Use local_isatty.
53663 * stdio-common/perror.c (perror): In case a new stream is used
53664 forward the stream error.
53665 * stdio-common/vfprintf.c (ARGCHECK): For read-only streams also set
53666 error flag.
53667
78e64fdc
RT
536682011-05-20 Ulrich Drepper <drepper@gmail.com>
53669
34a9094f
UD
53670 [BZ #11869]
53671 * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't unconditionally use
53672 alloca.
53673 * include/alloca.h (extend_alloca_account): Define.
53674
78e64fdc
RT
53675 [BZ #11857]
53676 * posix/regex.h: Fix comments with documentation of user-accessible
53677 fields after compilation and describe correct free'ing of pattern
53678 after re_compile_pattern.
53679 Patch by Reuben Thomas <rrt@sc3d.org>.
53680
457bddfc
RA
536812011-05-18 Ryan S. Arnold <rsa@us.ibm.com>
53682
53683 * sysdeps/powerpc/powerpc64/Makefile (no-special-regs): Add -mno-vsx
53684 and -mno-altivec to prevent the compiler from using Altivec and/or
53685 VSX instructions when the corresponding registers are not available.
53686
a4527b51
AS
536872011-05-19 Andreas Schwab <schwab@redhat.com>
53688
53689 * grp/compat-initgroups.c (__libc_use_alloca): Don't define.
53690
ed690b2f
UD
536912011-05-19 Ulrich Drepper <drepper@gmail.com>
53692
53693 * libio/freopen.c (freopen): Use __dup2, not dup2.
53694 * libio/freopen64.c (freopen64): Likewise.
53695
8db73634
L
536962011-05-17 H.J. Lu <hongjiu.lu@intel.com>
53697
53698 [BZ #12775]
53699 * sysdeps/x86_64/fpu/e_powl.S: Fix a typo.
53700 * math/Makefile (tests): Add test-powl.
53701 (CFLAGS-test-powl.c): Define.
53702 * math/test-powl.c: New file.
53703
0a197a9d
L
537042011-05-16 H.J. Lu <hongjiu.lu@intel.com>
53705
53706 * fileops.c (_IO_new_file_fopen): Get fd from _IO_fileno.
53707
ee30c380
UD
537082011-05-17 Ulrich Drepper <drepper@gmail.com>
53709
53710 [BZ #11837]
53711 * iconvdata/gb18030.c: Update to GB18020-2005.
53712
6ce75379
UD
537132011-05-16 Ulrich Drepper <drepper@gmail.com>
53714
a4b89fd8
AR
53715 * posix/regex.h (RE_SYNTAX_AWK, RE_SYNTAX_GNU_AWK,
53716 RE_SYNTAX_POSIX_AWK): Update to match recent development.
53717 Patch by Aharon Robbins <arnold@skeeve.com>.
53718
ea389b12
UD
53719 [BZ #11892]
53720 * stdlib/putenv.c (putenv): Don't always create copy of the variable
53721 on the stack.
53722
68a3f91f
UD
53723 [BZ #11895]
53724 * misc/pselect.c (__pselect): Handle timeout value errors hidden
53725 through underflows.
53726
15cc7dd1
UD
53727 [BZ #12766]
53728 * misc/error.c (error_at_line): Ensure file_name and old_file_name
53729 point to strings before performing equality test for error_one_per_line
53730 mode.
53731
f3799213
UD
53732 [BZ #11697]
53733 * login/programs/pt_chown.c (do_pt_chown): Always call chown.
53734
d79a9c94
UD
53735 [BZ #11820]
53736 * sysdeps/unix/sysv/linux/x86_64/sys/user.h
53737 (struct user_fpregs_struct): Avoid __uint*_t types.
53738
56e5eb46
UD
53739 [BZ #6420]
53740 * malloc/mtrace.c (tr_where): Add additional parameter to point to
53741 symbol info. Use it instead of calling _dl_addr locally.
53742 (lock_and_info): New function.
53743 (tr_freehook): Call lock_and_info and pass symbol info as additional
53744 parameter to tr_where.
53745 (tr_mallochook): Likewise.
53746 (tr_reallochook): Likewise.
53747 (tr_memalignhook): Likewise.
53748
6ce75379
UD
53749 * malloc/mtrace.c: Remove support for USE_MTRACE_FILE. It is not
53750 used and couldn't be at all thread-safe.
53751
f8a3b5bf
UD
537522011-05-15 Ulrich Drepper <drepper@gmail.com>
53753
94b7cc37
UD
53754 * libio/freopen.c (freopen): Don't close old file descriptor
53755 before the new one is opened. Instead dup the new file descriptor
53756 to the old one after the new stream is created.
53757 * libio/freopen64.c (freopen64): Likewise.
53758 * libio/libio.h: Define _IO_FLAGS2_NOCLOSE and _IO_FLAGS2_CLOEXEC.
53759 * libio/fileops.c (_IO_new_file_close_it): Handle new
53760 _IO_FLAGS2_NOCLOSE flag.
53761 (_IO_new_file_fopen): Set _IO_FLAGS2_CLOEXEC for "e" mode.
53762 If _IO_file_open didn't set FD_CLOEXEC do it after the call.
53763 * libio/oldfileops.c (_IO_old_file_close_it): Handle new
53764 _IO_FLAGS2_NOCLOSE flag.
53765 * include/unistd.h: Add hidden_proto for dup3.
53766 Define __have_dup3.
53767 * io/dup3.c: Define hidden symbol.
53768 * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_DUP3.
53769
bd25564e
UD
53770 [BZ #7101]
53771 * posix/getopt.c (_getopt_internal_r): List all ambigious possibilities
53772 when an incomplete long option is used.
53773 * posix/tst-getopt_long1.c: New file.
53774 * posix/Makefile (tests): Add tst-getopt_long1.
53775
c84cfef4
UD
53776 [BZ #10138]
53777 * scripts/config.guess: Update from autoconf-2.68.
53778 * scripts/config.sub: Likewise.
53779
3b85df27
UD
53780 [BZ #10157]
53781 * sysdeps/unix/sysv/linux/sysconf.c (__sysconf): Split out CPUTIME
53782 tests into ...
53783 (has_cpuclock): ...this. New function.
53784 * sysdeps/unix/sysv/linux/ia64/sysconf.c: Just define HAS_CPUCLOCK
53785 macro here based on has_cpuclock code.
53786
15a856b1
UD
53787 [BZ #10149]
53788 * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
53789 First byte (not low byte) is now always NUL.
53790 * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Likewise.
53791
05f399e6
UD
53792 * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
53793 Use non-cancelable interfaces.
53794
10a52685 53795 [BZ #9809]
94ecc67d
UD
53796 * locale/iso-639.def: Add entry for Sorani.
53797
f8a3b5bf
UD
53798 [BZ #11901]
53799 * include/stdlib.h: Move include protection to the right place.
53800 Define abort_msg_s. Declare __abort_msg with it.
53801 * stdlib/abort.c (__abort_msg): Adjust type.
53802 * assert/assert.c (__assert_fail_base): New function. Majority
53803 of code from __assert_fail. Allocate memory for __abort_msg with
53804 mmap.
53805 (__assert_fail): Now call __assert_fail_base.
53806 * assert/assert-perr.c: Remove bulk of implementation. Use
53807 __assert_fail_base.
53808 * include/assert.hL Declare __assert_fail_base.
53809 * sysdeps/posix/libc_fatal.c: Allocate memory for __abort_msg with
53810 mmap.
53811 * sysdeps/unix/sysv/linux/libc_fatal.c: Likewise.
53812
1af4e298
UD
538132011-05-14 Ulrich Drepper <drepper@gmail.com>
53814
f8a3b5bf 53815 [BZ #11952]
d26dfc60
MG
53816 [BZ #12453]
53817 * elf/dl-open.c (dl_open_worker): Delay calls to _dl_update_slotinfo
53818 until all modules are registered in the DTV.
53819 * elf/Makefile: Add rules to build and run tst-tls19.
53820 * elf/tst-tls19.c: New file.
53821 * elf/tst-tls19mod1.c: New file.
53822 * elf/tst-tls19mod2.c: New file.
53823 * elf/tst-tls19mod3.c: New file.
53824 Patch mostly by Martin von Gagern <Martin.vGagern@gmx.net>.
53825
2fc54d6f
UD
53826 [BZ #12083]
53827 * sysdeps/pthread/aio_misc.c (__aio_init): Compute optim.aio_num
53828 correctly.
53829
98d76b46
UD
53830 [BZ #12601]
53831 * iconvdata/cp932.c (BODY to UCS4): Fix incrementing inptr in case of
53832 two-byte sequence errors.
53833 * iconvdata/Makefile (tests): Add bug-iconv8.
53834 * iconvdata/bug-iconv8.c: New file.
53835
da3c19ef
UD
53836 [BZ #12626]
53837 * sysdeps/generic/elf/backtracesymsfd.c (__backtrace_symbols_fd): Move
53838 buf2 definition.
53839
ca408c15
UD
53840 * libio/fileops.c (_IO_new_file_close_it): Initialize write_status.
53841
d6f67f7d
UD
53842 [BZ #12432]
53843 * sysdeps/ia64/backtrace.c (struct trace_reg): Add cfa element.
53844 (dummy_getcfa): New function.
53845 (init): Get _Unwind_GetCFA address, use dummy if not found.
53846 (backtrace_helper): In recursion check, also check whether CFA changes.
53847 (__backtrace): Completely initialize arg.
53848
1af4e298 53849 * iconv/loop.c (SINGLE) [STORE_REST]: Add input bytes to bytebuf before
0656e90e
UD
53850 storing incomplete byte sequence in state object. Avoid testing for
53851 guaranteed too small input if we know there is enough data available.
1af4e298 53852
da62f81b
AS
538532011-05-11 Andreas Schwab <schwab@redhat.com>
53854
53855 * Makeconfig (+link-pie): Indent.
53856 * Rules (binaries-pie): Define if $(have-fpie) and
53857 $(build-shared).
53858 (binaries-shared): Also filter out $(binaries-pie).
53859 ($(addprefix $(objpfx),$(binaries-pie))): New rule.
53860 * nscd/Makefile (others-pie): Add nscd.
53861 (LDFLAGS-nscd): Set this instead of relro-LDFLAGS.
53862 ($(objpfx)nscd): Remove command override.
53863 * login/Makefile (others-pie): Add pt_chown.
53864 ($(objpfx)pt_chown): Remove command override.
53865 * elf/Makefile: Add PIE tests to tests and tests-pie variables and
53866 remove command overrides.
53867
fcabc0f8
UD
538682011-05-13 Ulrich Drepper <drepper@gmail.com>
53869
20030ae6
UD
53870 * libio/tst_putwc.c: Fix error messages.
53871
fcabc0f8
UD
53872 [BZ #12724]
53873 * libio/fileops.c (_IO_new_file_close_it): Always flush when
53874 currently writing and seek to current position when not.
53875 * libio/Makefile (tests): Add bug-fclose1.
53876 * libio/bug-fclose1.c: New file.
53877
320a5dc0
PB
538782011-05-12 Ulrich Drepper <drepper@gmail.com>
53879
53880 [BZ #12511]
53881 * elf/dl-lookup.c (enter): Don't test for copy relocation here and
53882 don't set DF_1_NODELETE here.
53883 (do_lookup_x): When entering new entry test for copy relocation
53884 and if necessary set DF_1_NODELETE flag.
53885 * elf/tst-unique4.cc: New file.
53886 * elf/tst-unique4.h: New file.
53887 * elf/tst-unique4lib.cc: New file.
53888 * elf/Makefile: Add rules to build and run tst-unique4.
53889 Patch by Piotr Bury <pbury@goahead.com>.
53890
22836f52
UD
538912011-05-11 Ulrich Drepper <drepper@gmail.com>
53892
f574184a
UD
53893 [BZ #12052]
53894 * sysdeps/posix/spawni.c (__spawni): Fix sched_setscheduler call.
53895
e1fb097f
UD
53896 [BZ #12625]
53897 * misc/mntent_r.c (addmntent): Flush the stream after the output
53898
22836f52
UD
53899 [BZ #12393]
53900 * elf/dl-load.c (is_trusted_path): Remove unnecessary test.
53901 (is_trusted_path_normalize): Skip initial colon. Append slash
53902 to empty buffer. Duplicate is_trusted_path code but allow
53903 constructed patch to be prefix.
53904 (is_dst): Allow $ORIGIN followed by /.
53905 (_dl_dst_substitute): Correct clearing of check_for_trusted.
53906 Correct testing of result of is_trusted_path_normalize
53907 (decompose_rpath): Fix warning.
53908
7b3b0b2a
UD
539092011-05-10 Ulrich Drepper <drepper@gmail.com>
53910
53911 [BZ #11257]
53912 * grp/initgroups.c (internal_getgrouplist): When we found the service
53913 list through the initgroups entry in nsswitch.conf do not always
53914 continue on a successful lookup. Don't always use the
eac80ce2 53915 __nss_group_database value if it is set.
7b3b0b2a
UD
53916 * nss/nsswitch.conf (initgroups): Change action for successful db
53917 lookup to continue for compatibility.
53918
2a81eaa5
UD
539192011-05-09 Ulrich Drepper <drepper@gmail.com>
53920
be97a69e
UD
53921 [BZ #11532]
53922 * iconvdata/Makefile: Add rules to build CP770, CP771, CP772, CP773,
53923 and CP774 modules.
53924 * iconvdata/gconv-modules: Add entries for CP770, CP771, CP772, CP773,
53925 and CP774 modules.
53926 * iconvdata/tst-tables.sh: Likewise.
53927 * iconvdata/cp770.c: New file.
53928 * iconvdata/cp771.c: New file.
53929 * iconvdata/cp772.c: New file.
53930 * iconvdata/cp773.c: New file.
53931 * iconvdata/cp774.c: New file.
53932 * iconvdata/testdata/CP770: New file.
53933 * iconvdata/testdata/CP770..UTF8: New file.
53934 * iconvdata/testdata/CP771: New file.
53935 * iconvdata/testdata/CP771..UTF8: New file.
53936 * iconvdata/testdata/CP772: New file.
53937 * iconvdata/testdata/CP772..UTF8: New file.
53938 * iconvdata/testdata/CP773: New file.
53939 * iconvdata/testdata/CP773..UTF8: New file.
53940 * iconvdata/testdata/CP774: New file.
53941 * iconvdata/testdata/CP774..UTF8: New file.
53942
53943 * iconvdata/gen-8bit-gap-1.sh: End reading of charmap file at
53944 END CHARMAP line.
53945 * iconvdata/gen-8bit-gap.sh: Likewise.
53946 * iconvdata/gen-8bit.sh: Likewise.
53947
c1e9e399
UD
53948 * locale/iso-639.def: Add ary entry.
53949
24c55fb3 53950 [BZ #11258]
96b4b1b0
UD
53951 * locale/C-translit.h.in: Add U20A1 transliteration.
53952
bdc2f971
KB
53953 [BZ #12178]
53954 * locale/iso-639.def: Add wae entry.
53955 Patch by Kevin Bortis <bortis@translate-wae.ch>.
53956
2952b117
UD
53957 [BZ #12545]
53958 * locale/programs/localedef.c (construct_output_path): Use ssize_t
53959 for n.
53960
2a81eaa5
UD
53961 [BZ #12711]
53962 * locale/C-translit.h.in: Add entry for U20B9.
53963 Patch by pravin.d.s@gmail.com.
53964
28377d1b
UD
539652011-05-08 Ulrich Drepper <drepper@gmail.com>
53966
7fb90fb8
UD
53967 [BZ #12713]
53968 * sysdeps/unix/sysv/linux/getcwd.c: If getcwd syscall report
53969 ENAMETOOLONG use generic getcwd.
6fb2dde3
UD
53970 * sysdeps/posix/getcwd.c: Add support to use openat. Make usable
53971 in rtld. Use *stat64.
7fb90fb8 53972 * sysdeps/unix/sysv/linux/Makefile [subdir=elf] (sysdep-rtld-routines):
6fb2dde3 53973 Add dl-getcwd, dl-openat64, dl-opendir, dl-fxstatat64.
7fb90fb8 53974 * sysdeps/unix/sysv/linux/dl-getcwd.c: New file.
6fb2dde3
UD
53975 * sysdeps/unix/sysv/linux/dl-openat64.c: New file.
53976 * sysdeps/unix/sysv/linux/dl-opendir.c: New file.
53977 * sysdeps/unix/sysv/linux/dl-fxstat64.c: New file.
53978 * include/sys/stat.h: Define __fstatat, __lstat64, __fstat64, and
53979 __fstatat64 macros.
7fb90fb8
UD
53980 * include/dirent.h: Add libc_hidden_proto for rewinddir.
53981 * dirent/rewinddir.c: Add libc_hidden_def.
53982 * sysdeps/mach/hurd/rewinddir.c: Likewise.
6fb2dde3 53983 * sysdeps/unix/rewinddir.c: Likewise. Don't do locking outside libc.
7fb90fb8 53984
28377d1b
UD
53985 * include/dirent.h (__alloc_dir): Add flags parameter.
53986 * sysdeps/unix/fdopendir.c (__fdopendir): Pass flags to __alloc_dir.
53987 * sysdeps/unix/opendir.c (__opendir): Pass 0 in new parameter to
53988 __alloc_dir.
53989 (__alloc_dir): Take new parameter. Don't call fcntl for invocations
53990 from fdopendir if O_CLOEXEC is already set.
53991
66bdbaa4
AM
539922011-03-15 Alan Modra <amodra@gmail.com>
53993
53994 * elf/dl-reloc.c (_dl_try_allocate_static_tls <TLS_DTV_AT_TP>): Handle
53995 l_tls_firstbyte_offset non-zero. Save padding offset in
53996 l_tls_firstbyte_offset for later use.
53997 * elf/dl-close.c (_dl_close_worker <TLS_DTV_AT_TP>): Correct code
53998 freeing static tls block.
53999
95721191
JN
540002011-03-05 Jonathan Nieder <jrnieder@gmail.com>
54001
54002 * sysdeps/unix/sysv/linux/sys/param.h: Fix an #ifndef __undef_ARG_MAX
54003 where #ifdef was intended. The intent is to prevent ARG_MAX from
54004 being defined by the kernel headers.
54005
f87dfb1f
UD
540062011-05-07 Ulrich Drepper <drepper@gmail.com>
54007
54008 [BZ #12734]
54009 * resolv/resolv.h: Define RES_NOTLDQUERY.
54010 * resolv/res_init.c (res_setoptions): Recognize no_tld_query and
54011 no-tld-query and set RES_NOTLDQUERY.
54012 * resolv/res_debug.c (p_option): Handle RES_NOTLDQUERY.
54013 * resolv/res_query.c (__libc_res_nsearch): Backport changes from
54014 modern BIND to search name as TLD unless forbidden.
54015
47c3cd7a
UD
540162011-05-07 Petr Baudis <pasky@suse.cz>
54017 Ulrich Drepper <drepper@gmail.com>
54018
54019 [BZ #12393]
54020 * elf/dl-load.c (fillin_rpath): Move trusted path check...
54021 (is_trusted_path): ...to here.
c1e9ea35 54022 (is_trusted_path_normalize): Wrapper for /../ and /./ normalization.
47c3cd7a 54023 (_dl_dst_substitute): Verify expanded $ORIGIN path elements
c1e9ea35 54024 using is_trusted_path_normalize() in setuid scripts.
47c3cd7a 54025
8a35c912
PP
540262011-05-06 Paul Pluzhnikov <ppluzhnikov@google.com>
54027
54028 * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add missing
54029 __BEGIN/__END_DECLS.
54030
acd41f47
UD
540312011-05-06 Ulrich Drepper <drepper@gmail.com>
54032
54033 * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Return
54034 NSS_STATUS_NOTFOUND if no record was found.
54035
597df647
AS
540362011-05-05 Andreas Schwab <schwab@redhat.com>
54037
54038 * sunrpc/Makefile (headers): Add rpc/netdb.h.
54039 (headers-not-in-tirpc): Remove rpc/netdb.h
54040 * resolv/netdb.h: Revert last change.
54041
b9af1301
PP
540422011-05-05 Paul Pluzhnikov <ppluzhnikov@google.com>
54043
54044 * Makeconfig (link-libc-static): Use --{start,end}-group to handle
54045 circular dependency between libgcc.a and libc.a.
54046
4e34d5f5
AS
540472011-05-05 Andreas Schwab <schwab@redhat.com>
54048
54049 * resolv/netdb.h: Don't include <rpc/netdb.h>.
54050 * nis/Makefile: Don't install rpcsvc/*.
54051 * inet/protocols/timed.h: Include <sys/types.h> and <sys/time.h>
54052 instead of <rpc/types.h>.
54053 (MAXHOSTNAMELEN): Define.
54054
00ee369c
AS
540552011-05-03 Andreas Schwab <schwab@redhat.com>
54056
54057 * elf/ldconfig.c (add_dir): Don't crash on empty path.
54058
0b592a30
MB
540592011-04-28 Maciej Babinski <mbabinski@google.com>
54060
54061 [BZ #12714]
54062 * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't bypass
54063 gethostbyname4_r when IPv6 results are possible.
54064
6e04cbbe
UD
540652011-05-02 Ulrich Drepper <drepper@gmail.com>
54066
54067 [BZ #12723]
54068 * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Implement
54069 _PC_PIPE_BUF handling.
54070
e4ecafe0
BH
540712011-04-30 Bruno Haible <bruno@clisp.org>
54072
54073 [BZ #12717]
54074 * conform/data/netdb.h-data (getnameinfo): Make POSIX compliant.
54075 * resolv/netdb.h (getnameinfo): Change type of flags parameter
54076 to 'int'.
54077 * inet/getnameinfo.c (getnameinfo): Likewise.
54078
125ee683
UD
540792011-04-29 Ulrich Drepper <drepper@gmail.com>
54080
54081 * grp/initgroups.c (internal_getgrouplist): Prefer initgroups setting
54082 to groups setting in database lookup.
54083 * nss/nsswitch.conf: Add initgroups entry.
54084
b722481a
EB
540852011-04-22 Ulrich Drepper <drepper@gmail.com>
54086
54087 [BZ #12685]
54088 * libio/fileops.c (_IO_new_file_fopen): Scan up to 7 bytes of the
54089 mode string.
54090 Patch by Eric Blake <eblake@redhat.com>.
54091
4df46dbd
L
540922011-04-20 H.J. Lu <hongjiu.lu@intel.com>
54093
54094 * sunrpc/Makefile (need-export-routines): Add svc_run.
54095 (routines): Remove svc_run.
54096 ($(objpfx)thrsvc): Add $(common-objpfx)linkobj/libc.so.
54097 * sunrpc/clnt_perr.c (clnt_perrno): Export.
54098 * sunrpc/svc_run.c (svc_run): Likewise.
54099 * sunrpc/svc_udp.c (svcudp_create): Likewise.
54100
e84142d2
UD
541012011-04-21 Ulrich Drepper <drepper@gmail.com>
54102
54103 * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Fix
54104 problem in reallocation in last patch.
54105
877175d8
UD
541062011-04-20 Ulrich Drepper <drepper@gmail.com>
54107
54108 * sunrpc/Makefile: Move inclusion of Rules.
54109
ab8eed78
UD
541102011-04-19 Ulrich Drepper <drepper@gmail.com>
54111
54112 * nss/nss_files/files-initgroups.c: New file.
54113 * nss/Makefile (libnss_files-routines): Add files-initgroups.
54114 * nss/Versions (libnss_files) [GLIBC_PRIVATE]: Export
54115 _nss_files_initgroups_dyn.
54116
e3d8f584
RS
541172011-03-31 Richard Sandiford <richard.sandiford@linaro.org>
54118
54119 * elf/elf.h (R_ARM_IRELATIVE): Define.
54120
af190f45
UD
541212011-04-19 Ulrich Drepper <drepper@gmail.com>
54122
54123 * po/ru.po: Update from translation team.
54124
53cf59ef
UD
541252011-04-17 Ulrich Drepper <drepper@gmail.com>
54126
54127 * sunrpc/Makefile ($(rpc-compat-routines.os)): Add before-compile to
54128 dependencies.
54129
4c559bcd
MF
541302011-02-06 Mike Frysinger <vapier@gentoo.org>
54131
54132 [BZ #12653]
54133 * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Only protect
54134 MEMCPY_CHK with USE_AS_BCOPY ifdef check.
54135 * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
54136 * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
54137 * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
54138
4420675c
AS
541392011-03-28 Andreas Schwab <schwab@linux-m68k.org>
54140
54141 * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't read past
54142 differing bytes.
54143 * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
54144 * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
54145 * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
54146
75ea32ab
UD
541472011-04-17 Ulrich Drepper <drepper@gmail.com>
54148
54149 [BZ #12420]
54150 * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Reload context after
54151 storing it.
54152 * stdlib/bug-getcontext.c: New file.
54153 * stdlib/Makefile: Add rules to build and run bug-getcontext.
54154
27390476
AK
541552011-04-13 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
54156
54157 * sysdeps/s390/s390-64/utf16-utf32-z9.c: Wrap the z9-109
54158 instructions into .machine "z9-109".
54159 * sysdeps/s390/s390-64/utf8-utf16-z9.c: Likewise.
54160 * sysdeps/s390/s390-64/utf8-utf32-z9.c: Likewise.
54161
10442705
AK
541622011-04-11 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
54163
54164 * sysdeps/s390/s390-32/elf/start.S (_start): Skip extra zeroes
54165 between environment variables and auxiliary vector.
54166
7b57bfe5
UD
541672011-04-16 Ulrich Drepper <drepper@gmail.com>
54168
54169 * Makefile: Add rules to build linkobj/libc.so.
54170 * include/libc-symbols.h: Define libc_hidden_nolink.
54171 * include/rpc/auth.h: Mark functions which are to be hidden.
54172 * include/rpc/auth_des.h: Likewise.
54173 * include/rpc/auth_unix.h: Likewise.
54174 * include/rpc/clnt.h: Likewise.
54175 * include/rpc/des_crypt.h: Likewise.
54176 * include/rpc/key_prot.h: Likewise.
54177 * include/rpc/pmap_clnt.h: Likewise.
54178 * include/rpc/pmap_prot.h: Likewise.
54179 * include/rpc/pmap_rmt.h: Likewise.
54180 * include/rpc/rpc_msg.h: Likewise.
54181 * include/rpc/svc.h: Likewise.
54182 * include/rpc/svc_auth.h: Likewise.
54183 * include/rpc/xdr.h: Likewise.
54184 * nis/Makefile: Link all DSOs against linkobj/libc.so.
54185 * nss/Makefile: Likewise.
54186 * sunrpc/Makefile: Don't install headers. Build library with normal
54187 entry points. Don't build rpcinfo. Link RPC tests appropriately.
54188 * sunrpc/auth_des.c: Hide exported symbols by default, export some
54189 for the compat linking library. Remove use of INTDEF/INTUSE.
54190 * sunrpc/auth_none.c: Likewise.
54191 * sunrpc/auth_unix.c: Likewise.
54192 * sunrpc/authdes_prot.c: Likewise.
54193 * sunrpc/authuxprot.c: Likewise.
54194 * sunrpc/clnt_gen.c: Likewise.
54195 * sunrpc/clnt_perr.c: Likewise.
54196 * sunrpc/clnt_raw.c: Likewise.
54197 * sunrpc/clnt_simp.c: Likewise.
54198 * sunrpc/clnt_tcp.c: Likewise.
54199 * sunrpc/clnt_udp.c: Likewise.
54200 * sunrpc/clnt_unix.c: Likewise.
54201 * sunrpc/des_crypt.c: Likewise.
54202 * sunrpc/des_soft.c: Likewise.
54203 * sunrpc/get_myaddr.c: Likewise.
54204 * sunrpc/key_call.c: Likewise.
54205 * sunrpc/key_prot.c: Likewise.
54206 * sunrpc/netname.c: Likewise.
54207 * sunrpc/pm_getmaps.c: Likewise.
54208 * sunrpc/pm_getport.c: Likewise.
54209 * sunrpc/pmap_clnt.c: Likewise.
54210 * sunrpc/pmap_prot.c: Likewise.
54211 * sunrpc/pmap_prot2.c: Likewise.
54212 * sunrpc/pmap_rmt.c: Likewise.
54213 * sunrpc/publickey.c: Likewise.
54214 * sunrpc/rpc_cmsg.c: Likewise.
54215 * sunrpc/rpc_common.c: Likewise.
54216 * sunrpc/rpc_dtable.c: Likewise.
54217 * sunrpc/rpc_prot.c: Likewise.
54218 * sunrpc/rpc_thread.c: Likewise.
54219 * sunrpc/rtime.c: Likewise.
54220 * sunrpc/svc.c: Likewise.
54221 * sunrpc/svc_auth.c: Likewise.
54222 * sunrpc/svc_authux.c: Likewise.
54223 * sunrpc/svc_raw.c: Likewise.
54224 * sunrpc/svc_run.c: Likewise.
54225 * sunrpc/svc_simple.c: Likewise.
54226 * sunrpc/svc_tcp.c: Likewise.
54227 * sunrpc/svc_udp.c: Likewise.
54228 * sunrpc/svc_unix.c: Likewise.
54229 * sunrpc/svcauth_des.c: Likewise.
54230 * sunrpc/xcrypt.c: Likewise.
54231 * sunrpc/xdr.c: Likewise.
54232 * sunrpc/xdr_array.c: Likewise.
54233 * sunrpc/xdr_float.c: Likewise.
54234 * sunrpc/xdr_intXX_t.c: Likewise.
54235 * sunrpc/xdr_mem.c: Likewise.
54236 * sunrpc/xdr_rec.c: Likewise.
54237 * sunrpc/xdr_ref.c: Likewise.
54238 * sunrpc/xdr_sizeof.c: Likewise.
54239 * sunrpc/xdr_stdio.c: Likewise.
54240
e6c61494
UD
542412011-04-10 Ulrich Drepper <drepper@gmail.com>
54242
54243 [BZ #12650]
54244 * sysdeps/i386/dl-tls.h: Define TLS_DTV_UNALLOCATED.
54245 * sysdeps/ia64/dl-tls.h: Likewise.
54246 * sysdeps/powerpc/dl-tls.h: Likewise.
54247 * sysdeps/s390/dl-tls.h: Likewise.
54248 * sysdeps/sh/dl-tls.h: Likewise.
54249 * sysdeps/sparc/dl-tls.h: Likewise.
54250 * sysdeps/x86_64/dl-tls.h: Likewise.
54251 * elf/dl-tls.c: Don't define TLS_DTV_UNALLOCATED here.
54252
34fe483e
AS
542532011-03-14 Andreas Schwab <schwab@redhat.com>
54254
54255 * elf/dl-load.c (_dl_dst_substitute): When skipping the first
54256 rpath element also skip the following colon.
54257 (expand_dynamic_string_token): Add is_path parameter and pass
54258 down to DL_DST_REQUIRED and _dl_dst_substitute.
54259 (decompose_rpath): Call expand_dynamic_string_token with
54260 non-zero is_path. Ignore empty rpaths.
54261 (_dl_map_object_from_fd): Call expand_dynamic_string_token
54262 with zero is_path.
54263
f12a32e6
AS
542642011-04-08 Andreas Schwab <schwab@linux-m68k.org>
54265
54266 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
54267 Make cancelable.
54268
38a7d692
UD
542692011-04-09 Ulrich Drepper <drepper@gmail.com>
54270
54271 [BZ #12655]
54272 * sysdeps/unix/sysv/linux/sys/syscall.h: Fix comment.
54273 Patch by Filipe David Manana <fdmanana@apache.org>.
54274
e451d22b
AS
542752011-04-07 Andreas Schwab <schwab@redhat.com>
54276
54277 * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S (CALL_FAIL):
54278 Maintain aligned stack.
54279 (CHECK_RSP): Remove unused macro.
54280
dedc7c7b
UD
542812011-04-03 Ulrich Drepper <drepper@gmail.com>
54282
54283 * sysdeps/x86_64/cacheinfo.c (intel_02_known): Fix typo in table.
54284 * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
54285
94521213
UD
542862011-04-02 Ulrich Drepper <drepper@gmail.com>
54287
54288 * sysdeps/unix/sysv/linux/bits/time.h (CLOCK_BOOTTIME): Define.
54289
8cb700c0 54290 * include/features.h: Mention __USE_XOPEN2K8 in comment.
81489b2e 54291
0354e355
L
542922011-03-26 H.J. Lu <hongjiu.lu@intel.com>
54293
54294 [BZ #12518]
54295 * sysdeps/x86_64/Versions: Add memcpy to GLIBC_2.14.
54296 * sysdeps/x86_64/memcpy.S: Provide GLIBC_2_14 memcpy.
54297 * sysdeps/x86_64/memmove.c: New file.
54298 * sysdeps/x86_64/multiarch/memcpy.S: Include <shlib-compat.h>.
54299 (memcpy): Renamed to ...
54300 (__new_memcpy): This.
54301 (memcpy): Provide GLIBC_2_14 memcpy.
54302 * sysdeps/x86_64/multiarch/memmove.c: Include <shlib-compat.h>.
54303 (memcpy): Provide GLIBC_2_2_5 memcpy.
54304
8593482f
UD
543052011-04-01 Ulrich Drepper <drepper@gmail.com>
54306
54307 [BZ #12631]
54308 * wcsmbs/wchar.h: Make wcpcpy and wcpncpy visible for __USE_XOPEN2K8.
54309
81a5726b
AS
543102011-03-30 Andreas Schwab <schwab@redhat.com>
54311
54312 * misc/syncfs.c: New file.
54313 * misc/Makefile (routines): Add syncfs.
54314 * posix/unistd.h: Declare syncfs.
54315 * sysdeps/unix/syscalls.list: Add syncfs.
54316
00e5419f
AS
543172011-04-01 Andreas Schwab <schwab@redhat.com>
54318
54319 * sysdeps/unix/sysv/linux/Versions: Rename open_by_handle to
54320 open_by_handle_at.
54321 * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
54322 * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
54323 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
54324 * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
54325 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
54326 * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
54327 * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
54328
748876bf
UD
543292011-04-01 Ulrich Drepper <drepper@gmail.com>
54330
658e451d
UD
54331 * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define O_PATH.
54332 * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
54333 * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
54334 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
54335 * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
54336 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
54337 * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
54338
748876bf
UD
54339 * io/Makefile: Compile fallocate.c, fallocate64.c, and
54340 sync_file_range.c with -fexceptions.
54341 * sysdeps/unix/sysv/linux/fallocate.c: Make cancelable.
54342 * sysdeps/unix/sysv/linux/fallocate64.c: Likewise.
54343 * sysdeps/unix/sysv/linux/i386/fallocate.c: Likewise.
54344 * sysdeps/unix/sysv/linux/i386/fallocate64.c: Likewise.
54345 * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: Likewise.
54346 * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
54347 * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Mark
3167dad0
UD
54348 sync_file_range as cancellation point
54349 * sysdeps/unix/sysv/linux/i386/sync_file_range.c: New file. This is
54350 now a wrapper around __call_sync_file_range with cancellation handling.
54351 * sysdeps/unix/sysv/linux/i386/sync_file_range.S: Renamed to ...
54352 * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: ...this. Change
54353 function name to __call_sync_file_range.
54354 * sysdeps/unix/sysv/linux/i386/Makefile [subdir=io] (sysdep_routines):
54355 Add call_sync_file_range.
748876bf 54356
6e63d5e1
AS
543572011-04-01 Andreas Schwab <schwab@redhat.com>
54358
54359 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
748876bf 54360 bits/timex.h.
6e63d5e1 54361
46998f74
UD
543622011-04-01 Ulrich Drepper <drepper@gmail.com>
54363
4c1423ed
UD
54364 * iconv/iconv.h: Fix typo in comment.
54365 * io/fcntl.h: Likewise.
54366 * libio/stdio.h: Likewise.
54367 * posix/spawn.h: Likewise.
54368 * posix/unistd.h: Likewise.
54369 * stdlib/stdlib.h: Likewise.
54370 * time/time.h: Likewise.
54371 * wcsmbs/wchar.h: Likewise.
54372
158648c0
UD
54373 * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (name_to_handle_at,
54374 open_by_handle): Add.
54375 * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define struct file_handle
54376 and MAX_HANDLE_SZ. Declare name_to_handle_at and open_by_handle.
54377 Augment a few comments.
54378 * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
54379 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
54380 * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
54381 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
54382 * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
54383 * sysdeps/unix/sysv/linux/syscalls.list: Add name_to_handle_at and
54384 open_by_handle.
54385
46998f74
UD
54386 * io/fcntl.h (AT_EMPTY_PATH): Define.
54387
83fe108b
UD
543882011-03-30 Ulrich Drepper <drepper@gmail.com>
54389
54390 * sysdeps/unix/sysv/linux/syscalls.list: Add clock_adjtime.
54391 * sysdeps/unix/sysv/linux/bits/time.h: New file.
54392 * sysdeps/unix/sysv/linux/sys/timex.h: Move struct timex definition
54393 to...
54394 * sysdeps/unix/sysv/linux/bits/timex.h: ...here. New file.
034c4e15
UD
54395 * Versions.def: Add GLIBC_2.14.
54396 * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (clock_adjtime):
54397 Export.
83fe108b 54398
bb242059
UD
543992011-03-22 Ulrich Drepper <drepper@gmail.com>
54400
54401 * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Increment
54402 round counter.
54403 * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
54404
c97a1282
L
544052011-03-20 H.J. Lu <hongjiu.lu@intel.com>
54406
54407 [BZ #12597]
54408 * string/test-strncmp.c (do_page_test): New function.
54409 (check2): Likewise.
54410 (test_main): Call check2.
54411 * sysdeps/x86_64/multiarch/strcmp.S: Properly cross page boundary.
54412
2a115601
UD
544132011-03-20 Ulrich Drepper <drepper@gmail.com>
54414
54415 [BZ #12587]
54416 * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word):
54417 Handle cache information in CPU leaf 4.
54418 * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
54419
8126d904
UD
544202011-03-18 Ulrich Drepper <drepper@gmail.com>
54421
042c49c6 54422 [BZ #12583]
8126d904
UD
54423 * posix/fnmatch.c (fnmatch): Check size of pattern in wide
54424 character representation.
54425 Partly based on a patch by Tomas Hoger <thoger@redhat.com>.
54426
ccfe366e
RA
544272011-03-16 Ryan S. Arnold <rsa@us.ibm.com>
54428
54429 * sysdeps/powerpc/powerpc32/power6/fpu/s_isnanf.S (isnanf): Fix
54430 END(__isnan) to END(__isnanf) to match function entry point/label
54431 EALIGN(__isnanf,...).
54432
c6e13027
JJ
544332011-03-10 Jakub Jelinek <jakub@redhat.com>
54434
54435 * wcsmbs/wchar.h (wmemcmp): Remove __restrict qualifiers.
54436
33f85a3f
UD
544372011-03-10 Ulrich Drepper <drepper@gmail.com>
54438
028478fa
UD
54439 [BZ #12510]
54440 * elf/dl-lookup.c (do_lookup_x): For copy relocations of unique objects
54441 copy from the symbol referenced in the relocation to initialize the
54442 used variable.
54443 Patch by Piotr Bury <pbury@goahead.com>.
54444 * elf/Makefile: Add rules to build and tst-unique3.
54445 * include/bits/dlfcn.h: Remove _dl_mcount_wrapper_check declaration.
54446 * elf/tst-unique3.cc: New file.
54447 * elf/tst-unique3.h: New file.
54448 * elf/tst-unique3lib.cc: New file.
54449 * elf/tst-unique3lib2.cc: New file.
54450
33f85a3f
UD
54451 * elf/Makefile: Don't run tst-execstack* tests of SELinux is enabled.
54452
03592fc7
MF
544532011-03-10 Mike Frysinger <vapier@gentoo.org>
54454
54455 * sysdeps/sparc/sparc64/elf/configure.in (libc_cv_sparc64_tls): Add
54456 $LDFLAGS and -nostdlib -nostartfiles to linking step. Change main
54457 to _start.
03592fc7 54458
6a5ee102
UD
544592011-03-06 Ulrich Drepper <drepper@gmail.com>
54460
54461 * elf/dl-load.c (_dl_map_object): If we are looking for the first
54462 to-be-loaded object along a path to loader is ld.so.
54463
7e4ba49c
HJ
544642011-03-02 Harsha Jagasia <harsha.jagasia@amd.com>
54465 Ulrich Drepper <drepper@gmail.com>
54466
54467 * sysdeps/x86_64/memset.S: After aligning destination, code
54468 branches to different locations depending on the value of
54469 misalignment, when multiarch is enabled. Fix this.
54470
544712011-03-02 Harsha Jagasia <harsha.jagasia@amd.com>
54472
54473 * sysdeps/x86_64/cacheinfo.c (init_cacheinfo):
54474 Set _x86_64_preferred_memory_instruction for AMD processsors.
54475 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
54476 Set bit_Prefer_SSE_for_memop for AMD processors.
54477
13a804de
UD
544782011-03-04 Ulrich Drepper <drepper@gmail.com>
54479
54480 * libio/fmemopen.c (fmemopen): Optimize a bit.
54481
9d25c392
AS
544822011-03-03 Andreas Schwab <schwab@redhat.com>
54483
54484 * libio/fmemopen.c (fmemopen): Don't read past end of buffer.
54485
a5543c6a
RM
544862011-03-03 Roland McGrath <roland@redhat.com>
54487
54488 * setjmp/bits/setjmp2.h: Canonicalize comment formatting.
54489
012d35f7
DM
544902011-02-28 Aurelien Jarno <aurelien@aurel32.net>
54491
7e4ba49c 54492 * sysdeps/sparc/sparc64/multiarch/memset.S(__bzero): Call
012d35f7
DM
54493 __bzero_ultra1 instead of __memset_ultra1.
54494
4bff6e01
AS
544952011-02-23 Andreas Schwab <schwab@redhat.com>
54496 Ulrich Drepper <drepper@gmail.com>
54497
54498 [BZ #12509]
54499 * include/link.h (struct link_map): Add l_orig_initfini.
54500 * elf/dl-load.c (_dl_map_object_from_fd): Free realname before
54501 returning unsuccessfully.
54502 * elf/dl-close.c (_dl_close_worker): If this is the last explicit
54503 close of a file loaded at startup, restore the original l_initfini
54504 list.
54505 * elf/dl-deps.c (_dl_map_object_deps): Don't free old l_initfini
54506 list, store the pointer.
54507 * elf/Makefile ($(objpfx)noload-mem): New rule.
54508 (noload-ENV): Define.
54509 (tests): Add $(objpfx)noload-mem.
54510 * elf/noload.c: Include <memcheck.h>.
54511 (main): Call mtrace. Close all opened handles.
54512
f2092faf
AS
545132011-02-17 Andreas Schwab <schwab@redhat.com>
54514
54515 [BZ #12454]
54516 * elf/dl-deps.c (_dl_map_object_deps): Signal error early when
54517 dependencies are missing.
54518
6c8a2e88
ST
545192011-02-22 Samuel Thibault <samuel.thibault@ens-lyon.org>
54520
f2092faf 54521 Fix __if_freereq crash: Unlike the generic version which uses free,
6c8a2e88
ST
54522 Hurd needs munmap.
54523 * sysdeps/mach/hurd/ifreq.h: New file.
54524
84a42118
PB
545252011-01-27 Petr Baudis <pasky@suse.cz>
54526 Ulrich Drepper <drepper@gmail.com>
54527
071f805e 54528 [BZ 12445]#
84a42118
PB
54529 * stdio-common/vfprintf.c (vfprintf): Pass correct newlen
54530 to extend_alloca().
54531 * stdio-common/bug23.c: New file.
54532 * stdio-common/Makefile (tests): Add bug23.
54533
e23fe25b
AS
545342010-09-28 Andreas Schwab <schwab@redhat.com>
54535 Ulrich Drepper <drepper@gmail.com>
54536
54537 [BZ #12489]
54538 * elf/rtld.c (dl_main): Move setting of GLRO(dl_init_all_dirs)
54539 before performing relro protection. At old place add assertion
54540 to make sure nothing changed.
54541
d3f02e10
NS
545422011-02-17 Nathan Sidwell <nathan@codesourcery.com>
54543 Glauber de Oliveira Costa <glommer@gmail.com>
54544
54545 * elf/elf.h: Add new ARM TLS relocs.
54546
d55fd7a5
RA
545472011-02-16 Ryan S. Arnold <rsa@us.ibm.com>
54548
54549 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
54550 (INTERNAL_VSYSCALL_NCS INTERNAL_SYSCALL_NCS): Remove erroneous (int)
54551 cast from r3.
54552 * sysdeps/wordsize-64/Makefile: New file. Add tst-writev to
54553 'tests' variable.
54554 * sysdeps/wordsize-64/tst-writev.c: New file.
54555
2206397e
RA
545562011-02-15 Ryan S. Arnold <rsa@us.ibm.com>
54557
54558 * sysdeps/powerpc/powerpc64/power7/Makefile: New file which adds
54559 -mno-vsx to the CFLAGS-rtld.c variable to avoid using VSX registers and
54560 insns in _dl_start to prevent a TOC reference before relocs are
54561 resolved.
54562
e9433893
UD
545632011-02-15 Ulrich Drepper <drepper@gmail.com>
54564
54565 [BZ #12469]
54566 * Makeconfig: Remove RANLIB definition.
54567 * Makerules: Don't use RANLIB.
54568 * aclocal.m4: Remove ranlib test.
54569 * configure.in: No need to check for ranlib.
54570 * elf/rtld-Rules: Don't use RANLIB.
54571
f75286c6
ST
545722011-02-16 Samuel Thibault <samuel.thibault@ens-lyon.org>
54573
8e31c82d
ST
54574 * sysdeps/mach/i386/sysdep.h: Add _MACH_I386_SYSDEP_H inclusion
54575 protection macro.
54576 * sysdeps/mach/i386/thread_state.h: Add _MACH_I386_THREAD_STATE_H
54577 inclusion protection macro.
54578
f75286c6
ST
54579 * stdio-common/psiginfo.c (psiginfo): Check pinfo->si_signo against
54580 SIGRTMIN and SIGRTMAX and print information in that case only when
54581 SIGRTMIN is defined.
54582
c1d0e639
JJ
545832011-02-11 Jakub Jelinek <jakub@redhat.com>
54584
54585 * stdio-common/printf-parsemb.c (__parse_one_specmb): Handle
54586 arginfo fn returning -1.
54587
54588 * stdio-common/_i18n_number.h (_i18n_number_rewrite): Ensure decimal
54589 and thousands string is zero terminated.
54590
edf9294e
AS
545912011-02-03 Andreas Schwab <schwab@redhat.com>
54592
54593 * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Sync with
54594 sysdeps/unix/sysv/linux/bits/socket.h.
54595
2b7e92df
ST
545962011-01-30 Samuel Thibault <samuel.thibault@ens-lyon.org>
54597
edf9294e
AS
54598 * bits/sched.h (__CPU_ZERO, __CPU_SET, __CPU_CLR, __CPU_ISSET)
54599 (__CPU_COUNT): Remove old macros.
54600 (__CPU_ZERO_S, __CPU_SET_S, __CPU_CLR_S, __CPU_ISSET_S)
54601 (__CPU_COUNT, __CPU_EQUAL_S, __CPU_OP_S, __CPU_ALLOC_SIZE)
54602 (__CPU_ALLOC, __CPU_FREE): Add macros.
2b7e92df
ST
54603 (__sched_cpualloc, __sched_cpufree): Add declarations.
54604
a4c7ea7b
UD
546052011-02-05 Ulrich Drepper <drepper@gmail.com>
54606
54607 * nscd/nscd-client.h: Define MAX_TIMEOUT_VALUE.
54608 (struct datahead): Reuse 32 bits of the alignment for a TTL field.
54609 * nscd/aicache.c (addhstaiX): Return timeout of added value.
54610 (readdhstai): Return value of addhstaiX call.
54611 * nscd/grpcache.c (cache_addgr): Return timeout of added value.
54612 (addgrbyX): Return value returned by cache_addgr.
54613 (readdgrbyname): Return value returned by addgrbyX.
54614 (readdgrbygid): Likewise.
54615 * nscd/pwdcache.c (cache_addpw): Return timeout of added value.
54616 (addpwbyX): Return value returned by cache_addpw.
54617 (readdpwbyname): Return value returned by addhstbyX.
54618 (readdpwbyuid): Likewise.
54619 * nscd/servicescache.c (cache_addserv): Return timeout of added value.
54620 (addservbyX): Return value returned by cache_addserv.
54621 (readdservbyname): Return value returned by addservbyX:
54622 (readdservbyport): Likewise.
54623 * nscd/hstcache.c (cache_addhst): Return timeout of added value.
54624 (addhstbyX): Return value returned by cache_addhst.
54625 (readdhstbyname): Return value returned by addhstbyX.
54626 (readdhstbyaddr): Likewise.
54627 (readdhstbynamev6): Likewise.
54628 (readdhstbyaddrv6): Likewise.
54629 * nscd/initgrcache.c (addinitgroupsX): Return timeout of added value.
54630 (readdinitgroups): Return value returned by addinitgroupsX.
54631 * nscd/cache.c (readdfcts): Change return value of functions to time_t.
54632 (prune_cache): Keep track of timeout value of re-added entries.
54633 * nscd/connections.c (nscd_run_prune): Use MAX_TIMEOUT_VALUE.
54634 * nscd/nscd.h: Adjust prototypes of readd* functions.
54635
a0bf67cc
RM
546362011-02-04 Roland McGrath <roland@redhat.com>
54637
54638 * nis/nis_server.c (nis_servstate): Use the right name for 0.
54639 (nis_stats): Likewise.
54640 * nis/nis_modify.c (nis_modify): Likewise.
54641 * nis/nis_remove.c (nis_remove): Likewise.
54642 * nis/nis_add.c (nis_add): Likewise.
54643
54644 * elf/dl-object.c (_dl_new_object): Remove unused variable L.
54645
54646 * posix/fnmatch_loop.c: Add some consts.
54647
54648 * sysdeps/x86_64/multiarch/memset-x86-64.S: Add an #undef.
54649
435b95eb
L
546502011-02-02 H.J. Lu <hongjiu.lu@intel.com>
54651
54652 [BZ #12460]
54653 * config.make.in (config-cflags-novzeroupper): Define.
54654 * configure.in: Substitute libc_cv_cc_novzeroupper.
54655 * elf/Makefile (AVX-CFLAGS): Define.
54656 (CFLAGS-tst-audit4.c): Replace -mavx with $(AVX-CFLAGS).
54657 (CFLAGS-tst-auditmod4a.c): Likewise.
54658 (CFLAGS-tst-auditmod4b.c): Likewise.
54659 (CFLAGS-tst-auditmod6b.c): Likewise.
54660 (CFLAGS-tst-auditmod6c.c): Likewise.
54661 (CFLAGS-tst-auditmod7b.c): Likewise.
54662 * sysdeps/i386/configure.in: Check -mno-vzeroupper.
54663
8517b15e
UD
546642011-02-02 Ulrich Drepper <drepper@gmail.com>
54665
54666 * elf/dl-runtime.c (_dl_call_pltexit): Pass correct address of the
54667 function to the callback.
54668 Patch partly by Jiri Olsa <jolsa@redhat.com>.
54669
10a656fe
AS
546702011-02-02 Andreas Schwab <schwab@redhat.com>
54671
54672 * shadow/sgetspent.c: Check return value of __sgetspent_r instead
54673 of errno.
54674
968dad0a
UD
546752011-01-19 Ulrich Drepper <drepper@gmail.com>
54676
9f94d2ea 54677 [BZ #11724]
968dad0a
UD
54678 * elf/dl-deps.c (_dl_map_object_deps): Rewrite sorting determining order
54679 of constructors.
54680 * elf/dl-fini.c (_dl_sort_fini): Rewrite sorting determining order
54681 of destructors.
54682 (_dl_fini): Don't call _dl_sort_fini if there is only one object.
54683
54684 [BZ #11724]
54685 * elf/Makefile: Add rules to build and run new test.
54686 * elf/tst-initorder.c: New file.
54687 * elf/tst-initorder.exp: New file.
54688 * elf/tst-initordera1.c: New file.
54689 * elf/tst-initordera2.c: New file.
54690 * elf/tst-initordera3.c: New file.
54691 * elf/tst-initordera4.c: New file.
54692 * elf/tst-initorderb1.c: New file.
54693 * elf/tst-initorderb2.c: New file.
54694 * elf/tst-order-a1.c: New file.
54695 * elf/tst-order-a2.c: New file.
54696 * elf/tst-order-a3.c: New file.
54697 * elf/tst-order-a4.c: New file.
54698 * elf/tst-order-b1.c: New file.
54699 * elf/tst-order-b2.c: New file.
54700 * elf/tst-order-main.c: New file.
54701 New test case by George Gensure <werkt0@gmail.com>.
54702
86e92359
UD
547032010-10-01 Andreas Schwab <schwab@redhat.com>
54704
54705 * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
54706 decoding ACE if AI_CANONIDN.
54707
5d5732b0
UD
547082011-01-18 Ulrich Drepper <drepper@gmail.com>
54709
54710 * elf/Makefile: Build IFUNC tests unless multi-arch = no.
54711
a77e8cbc
UD
547122011-01-17 Ulrich Drepper <drepper@gmail.com>
54713
6392473f
UD
54714 * version.h (RELEASE): Bump for 2.13 release.
54715 * include/features.h: (__GLIBC_MINOR__): Bump to 13.
54716
620a0529
UD
54717 * io/fcntl.h: Define AT_NO_AUTOMOUNT.
54718
18ba70a5
UD
54719 * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MADV_HUGEPAGE and
54720 MADV_NOHUGEPAGE.
32465c3e
UD
54721 * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Likewise.
54722 * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
54723 * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
54724 * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
54725 * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
54726 * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
54727
c0dafcf1
UD
54728 * posix/getconf.c: Update copyright year.
54729 * catgets/gencat.c: Likewise.
54730 * csu/version.c: Likewise.
54731 * debug/catchsegv.sh: Likewise.
54732 * debug/xtrace.sh: Likewise.
54733 * elf/ldconfig.c: Likewise.
54734 * elf/ldd.bash.in: Likewise.
54735 * elf/sprof.c (print_version): Likewise.
54736 * iconv/iconv_prog.c: Likewise.
54737 * iconv/iconvconfig.c: Likewise.
54738 * locale/programs/locale.c: Likewise.
54739 * locale/programs/localedef.c: Likewise.
54740 * malloc/memusage.sh: Likewise.
54741 * malloc/mtrace.pl: Likewise.
54742 * nscd/nscd.c (print_version): Likewise.
54743 * nss/getent.c: Likewise.
54744
a77e8cbc
UD
54745 * sysdeps/unix/sysv/linux/bits/socket.h: Define AF_CAIF, AF_ALG,
54746 PF_CAIF, and PF_ALG.
54747 * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
54748
77e8bddf
AS
547492011-01-16 Andreas Schwab <schwab@linux-m68k.org>
54750
1f20b93a
AS
54751 * elf/Makefile (tlsmod17a-modules, tlsmod18a-modules): Define.
54752 (modules-names): Use them.
54753 (ifunc-test-modules, ifunc-pie-tests): Define.
54754 (extra-test-objs): Add tlsmod17a-modules, tlsmod18a-modules,
54755 tst-pie1, ifunc-test-modules and ifunc-pie-tests objects.
54756 (test-extras): Likewise.
54757 ($(patsubst %,$(objpfx)%.os,$(tlsmod17a-modules))): Use
54758 $(compile-command.c).
54759 ($(patsubst %,$(objpfx)%.os,$(tlsmod18a-modules))): Likewise.
54760 (all-built-dso): Define.
54761 (check-textrel.out, check-execstack.out): Depend on it.
54762
77e8bddf
AS
54763 * configure.in: Don't override --enable-multi-arch.
54764
bc425b33
UD
547652011-01-15 Ulrich Drepper <drepper@gmail.com>
54766
54767 [BZ #6812]
54768 * nscd/hstcache.c (tryagain): Define.
54769 (cache_addhst): Return tryagain not notfound for temporary errors.
54770 (addhstbyX): Also set h_errno to TRY_AGAIN when memory allocation
54771 failed.
54772
794c3ad3
UD
547732011-01-14 Ulrich Drepper <drepper@gmail.com>
54774
70181fdd
UD
54775 [BZ #10563]
54776 * sysdeps/unix/sysv/linux/i386/setgroups.c: Use INLINE_SETXID_SYSCALL
54777 to make the syscall.
54778 * sysdeps/unix/sysv/linux/setgroups.c: New file.
54779
794c3ad3
UD
54780 [BZ #12378]
54781 * posix/fnmatch_loop.c (FCT): When matching '[' keep track of beginning
54782 and fall back to matching as normal character if the string ends before
54783 the matching ']' is found. This is what POSIX requires.
54784 * posix/testfnm.c: Adjust test result.
54785 * posix/globtest.sh: Adjust test result. Add new test.
54786 * posix/tst-fnmatch.input: Likewise.
54787 * posix/tst-fnmatch2.c: Add new test.
54788
68dc9497
AS
547892010-12-28 Andreas Schwab <schwab@linux-m68k.org>
54790
54791 * elf/Makefile (check-execstack): Revert last change. Depend on
54792 check-execstack.h.
54793 (check-execstack.h): New target.
54794 (generated): Add check-execstack.h.
54795 * elf/check-execstack.c: Include "check-execstack.h".
54796 (main): Revert last change.
54797 (handle_file): Return zero if GNU_STACK is absent and
54798 DEFAULT_STACK_PERMS doesn't include PF_X.
54799
451f001b
UD
548002011-01-13 Ulrich Drepper <drepper@gmail.com>
54801
cfa28e56
UD
54802 * sysdeps/posix/spawni.c (__spawni): Don't fail if close file action
54803 in child fails because the descriptor is already closed.
8cf8ce17
UD
54804 * include/sys/resource.h: Add libc_hidden_proto for getrlimit64.
54805 * sysdeps/unix/sysv/linux/getrlimit64.c: Add libc_hidden_def.
54806 * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Likewise.
cfa28e56 54807
1086d70d
UD
54808 [BZ #12397]
54809 * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Fix handling of missing
54810 syscall.
54811
451f001b
UD
54812 [BZ #10484]
54813 * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Handle overflows of
54814 temporary buffer used to handle multi lookups locally.
a85b5cb4 54815 * include/alloca.h: Add libc_hidden_proto for __libc_alloca_cutoff.
451f001b 54816
08769175
UD
548172011-01-12 Ulrich Drepper <drepper@gmail.com>
54818
54819 * elf/dl-dst.h (DL_DST_REQUIRED): Allow l_origin to be NULL when
54820 loader is ld.so.
54821
5e49c52e
UD
548222011-01-10 Paul Pluzhnikov <ppluzhnikov@google.com>
54823
54824 * sysdeps/i386/Makefile: stdlib/cxa_finalize.c needs 16-byte stack
54825 alignment for SSE2.
54826
60522a5f
UD
548272011-01-12 Ulrich Drepper <drepper@gmail.com>
54828
54829 [BZ #12394]
54830 * stdio-common/printf_fp.c (__printf_fp): Add more room for grouping
54831 characters. When rounding increased number of integer digits recompute
54832 number of groups.
54833 * stdio-common/tst-grouping.c: New file.
54834 * stdio-common/Makefile: Add rules to build and run tst-grouping.
54835
f257bbd7
UD
548362011-01-09 Ulrich Drepper <drepper@gmail.com>
54837
54838 * sysdeps/i386/bits/select.h: Don't use asm code for __FD_SET,
54839 __FD_CLR, and __FS_ISSET. gcc generates better code on its own.
54840
54841 * sysdeps/x86_64/bits/select.h: Mark value of __FD_SET and __FD_CLR as
54842 void.
54843 * bits/select.h: Likewise.
54844
fa9c15cb
UD
548452011-01-08 Ulrich Drepper <drepper@gmail.com>
54846
54847 * po/ja.po: Update from translation team.
54848
16c2895f
DM
548492011-01-04 David S. Miller <davem@sunset.davemloft.net>
54850
54851 [BZ #11155]
54852 * sysdeps/unix/sysv/linux/sparc/sparc64/fxstat.c: Use i386's
54853 implementation just like for lxstat, fxstatat, et al.
54854
2543fef2
JM
548552010-12-27 Jim Meyering <meyering@redhat.com>
54856
54857 [BZ #12348]
54858 * posix/regexec.c (build_trtable): Return failure indication upon
54859 calloc failure. Otherwise, re_search_internal could infloop on OOM.
54860
98727dbe
UD
548612010-12-25 Ulrich Drepper <drepper@gmail.com>
54862
5bd6dc5c
UD
54863 [BZ #12201]
54864 * sysdeps/unix/sysv/linux/getrlimit64.c: New file.
54865 * sysdeps/unix/sysv/linux/setrlimit64.c: New file.
54866 * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Use ../getrlimit64.c.
54867 * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_PRLIMIT64.
54868
97983464
UD
54869 [BZ #12207]
54870 * malloc/malloc.c (do_check_malloc_state): Use fastbin macro.
54871
98727dbe
UD
54872 [BZ #12204]
54873 * string/xpg-strerror.c (__xpg_strerror_r): Return error code, not -1.
54874 * sysdeps/mach/xpg-strerror.c (__xpg_strerror_r): Likewise.
54875
4a531bb0
L
548762010-12-15 H.J. Lu <hongjiu.lu@intel.com>
54877
54878 * config.h.in (NO_CTORS_DTORS_SECTIONS): Define.
54879 * configure.in: Define NO_CTORS_DTORS_SECTIONS if linker
54880 script has SORT_BY_INIT_PRIORITY.
54881 * elf/sofini.c: Remove `.ctors' and `.dtors' sections if
54882 NO_CTORS_DTORS_SECTIONS is defined.
54883 * elf/soinit.c: Likewise.
54884 * sysdeps/i386/init-first.c: Don't call __libc_global_ctors if
54885 NO_CTORS_DTORS_SECTIONS is defined.
54886 * sysdeps/mach/hurd/i386/init-first.c: Likewise.
54887 * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
54888 * sysdeps/sh/init-first.c: Likewise.
54889 * sysdeps/unix/sysv/linux/init-first.c: Likewise.
54890
07eb4b71
UD
548912010-12-24 Ulrich Drepper <drepper@gmail.com>
54892
54893 * stdio-common/vfprintf.c (vfprintf): If printf handlers are installed
54894 always use the slow path.
54895
30950a5f
RA
548962010-12-15 Ryan S. Arnold <rsa@us.ibm.com>
54897
54898 * elf/Makefile: (check-execstack): Replace $(native-compile) with a
54899 similar rule which adds the sysdep directories to the header search in
54900 order to pick up the correct platform stackinfo.h.
54901 * elf/check-execstack.c (main): Check DEFAULT_STACK_PERMS for PF_X and
54902 perform test if it is, otherwise return successfully without testing.
54903 * elf/dl-load.c (_dl_map_object_from_fd): Source stack_flags from
54904 DEFAULT_STACK_PERMS define in stackinfo.h.
54905 * elf/dl-support.c (_dl_stack_flags): Source from DEFAULT_STACK_PERMS
54906 defined in stackinfo.h.
54907 * elf/rtld.c (_dl_starting_up): Source ._dl_stack_flags from
54908 DEFAULT_STACK_PERMS defined in stackinfo.h.
54909 * sysdeps/i386/stackinfo.h: Define DEFAULT_STACK_PERMS with PF_X.
54910 * sysdeps/ia64/stackinfo.h: Likewise.
54911 * sysdeps/s390/stackinfo.h: Likewise.
54912 * sysdeps/sh/stackinfo.h: Likewise.
54913 * sysdeps/sparc/stackinfo.h: Likewise.
54914 * sysdeps/x86_64/stackinfo.h: Likewise.
54915 * sysdeps/powerpc/stackinfo.h: Define DEFAULT_STACK_PERMS without
54916 PF_X for powerpc64. Retain PF_X for powerpc32.
54917
db753e2c
UD
549182010-12-19 Ulrich Drepper <drepper@gmail.com>
54919
14b697f7
UD
54920 * sysdeps/unix/readdir_r.c (__READDIR_R): Compute reclen more
54921 accurately.
db753e2c
UD
54922 * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Define
54923 GETDENTS_64BIT_ALIGNED.
54924
28300719
UD
549252010-12-14 Ulrich Drepper <dreper@gmail.com>
54926
14b697f7 54927 * sysdeps/i386/i686/multiarch/strcmp.S: Undo accidental checkin.
28300719 54928
4f197237
AS
549292010-12-10 Andreas Schwab <schwab@redhat.com>
54930
dbb0472f
AS
54931 * wcsmbs/wchar.h (wcpcpy, wcpncpy): Only declare under
54932 _GNU_SOURCE.
54933
4f197237
AS
54934 * wcsmbs/wchar.h (wcpcpy, wcpncpy): Add __restrict.
54935 * wcsmbs/bits/wchar2.h (__wmemmove_chk_warn, wmemmove, wmemset):
54936 Remove __restrict.
54937 (wcscpy, __wcpcpy_chk, __wcpcpy_alias, wcpcpy, wcsncpy, wcpncpy)
54938 (wcscat, wcsncat, __wcrtomb_chk, wcrtomb): Add __restrict.
54939
fb88ac72
UD
549402010-12-09 Ulrich Drepper <drepper@gmail.com>
54941
54942 [BZ #11655]
54943 * stdlib/msort.c (qsort_r): Make sure both phys_pages and pagesize
54944 are initialized.
54945
42acbb92
JJ
549462010-12-09 Jakub Jelinek <jakub@redhat.com>
54947
54948 * string/bits/string3.h (memmove, bcopy): Remove __restrict.
54949
c038d98d
UD
549502010-12-03 Ulrich Drepper <drepper@gmail.com>
54951
54952 * po/it.po: Update from translation team.
54953
3a4a2499
L
549542010-12-01 H.J. Lu <hongjiu.lu@intel.com>
54955
54956 * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (STRCMP): Remove
54957 unused codes.
54958
1e24cf6e
UD
549592010-11-30 Ulrich Drepper <drepper@gmail.com>
54960
54961 * sysdeps/i386/fpu/libm-test-ulps: Relax ynf(10,0.75) test expectations.
54962
a7690819
AS
549632010-11-24 Andreas Schwab <schwab@redhat.com>
54964
54965 * resolv/nss_dns/dns-host.c (getanswer_r): Don't handle ttl == 0
54966 specially.
54967 (gaih_getanswer_slice): Likewise.
54968
3bf8d1b1
JJ
549692010-10-20 Jakub Jelinek <jakub@redhat.com>
54970
54971 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Fix up inline asm.
54972
6db52fbb
PB
549732010-05-31 Petr Baudis <pasky@suse.cz>
54974
54975 [BZ #11149]
54976 * elf/ldconfig.c (main): Allow aux_cache_file open()ing to fail
54977 silently even in the chroot mode.
54978
eaca7569
UD
549792010-11-22 Ulrich Drepper <drepper@gmail.com>
54980
54981 * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Optimize
54982 last patch a bit. Pretty printing
54983
3056dcdb
UD
549842010-05-31 Petr Baudis <pasky@suse.cz>
54985
54986 [BZ #10085]
54987 * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Fix
54988 initialization of skip_initgroups_dyn.
54989
cf7c9078
UD
549902010-11-19 Ulrich Drepper <drepper@gmail.com>
54991
54992 * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MAP_HUGETLB.
54993 * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
54994
a1fb5e3e
UD
549952010-11-16 Ulrich Drepper <drepper@gmail.com>
54996
54997 * sysdeps/unix/sysv/linux/sys/swap.h (SWAP_FLAG_DISCARD): Define.
54998
3540d66b
AS
549992010-11-11 Andreas Schwab <schwab@redhat.com>
55000
55001 * posix/fnmatch_loop.c (NEW_PATTERN): Fix use of alloca.
55002 * posix/Makefile (tests): Add $(objpfx)tst-fnmatch-mem.
55003 (tst-fnmatch-ENV): Set MALLOC_TRACE.
55004 ($(objpfx)tst-fnmatch-mem): New rule.
55005 (generated): Add tst-fnmatch-mem and tst-fnmatch.mtrace.
55006 * posix/tst-fnmatch.c (main): Call mtrace.
55007
13b69574
L
550082010-11-11 H.J. Lu <hongjiu.lu@intel.com>
55009
55010 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
55011 Support Intel processor model 6 and model 0x2c.
55012
da93d214
LM
550132010-11-10 Luis Machado <luisgpm@br.ibm.com>
55014
55015 * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (__ieee754_sqrtl): Force
55016 signed comparison.
55017
8ca52c6e
L
550182010-11-09 H.J. Lu <hongjiu.lu@intel.com>
55019
55020 [BZ #12205]
55021 * string/test-strncasecmp.c (check_result): New function.
55022 (do_one_test): Use it.
55023 (check1): New function.
55024 (test_main): Use it.
55025 * sysdeps/i386/i686/multiarch/strcmp.S (nibble_ashr_use_sse4_2_exit):
55026 Support strcasecmp and strncasecmp.
55027
69da074d
UD
550282010-11-08 Ulrich Drepper <drepper@gmail.com>
55029
55030 [BZ #12194]
55031 * sysdeps/i386/bits/byteswap.h: Avoid warning in __bswap_16.
55032 * sysdeps/x86_64/bits/byteswap.h: Likewise.
55033
ff02d528
L
550342010-11-07 H.J. Lu <hongjiu.lu@intel.com>
55035
55036 * sysdeps/x86_64/memset.S: Check USE_MULTIARCH and USE_SSE2 for
55037 IFUNC support.
55038 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
55039 memset-x86-64.
55040 * sysdeps/x86_64/multiarch/bzero.S: New file.
55041 * sysdeps/x86_64/multiarch/cacheinfo.c: New file.
55042 * sysdeps/x86_64/multiarch/memset-x86-64.S: New file.
55043 * sysdeps/x86_64/multiarch/memset.S: New file.
55044 * sysdeps/x86_64/multiarch/memset_chk.S: New file.
55045 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
55046 Set bit_Prefer_SSE_for_memop for Intel processors.
55047 * sysdeps/x86_64/multiarch/init-arch.h (bit_Prefer_SSE_for_memop):
55048 Define.
55049 (index_Prefer_SSE_for_memop): Define.
55050 (HAS_PREFER_SSE_FOR_MEMOP): Define.
55051
344d0b54
LM
550522010-11-04 Luis Machado <luisgpm@br.ibm.com>
55053
55054 * sysdeps/powerpc/powerpc32/power7/mempcpy.S: New file.
55055 * sysdeps/powerpc/powerpc64/power7/mempcpy.S: New file.
55056
c0dde15b
UD
550572010-11-03 H.J. Lu <hongjiu.lu@intel.com>
55058
55059 [BZ #12191]
55060 * sysdeps/i386/i686/cacheinfo.c (__x86_64_raw_data_cache_size): New.
55061 (__x86_64_raw_data_cache_size_half): Likewise.
55062 (__x86_64_raw_shared_cache_size): Likewise.
55063 (__x86_64_raw_shared_cache_size_half): Likewise.
55064
55065 * sysdeps/x86_64/cacheinfo.c (__x86_64_raw_data_cache_size): New.
55066 (__x86_64_raw_data_cache_size_half): Likewise.
55067 (__x86_64_raw_shared_cache_size): Likewise.
55068 (__x86_64_raw_shared_cache_size_half): Likewise.
55069 (init_cacheinfo): Set __x86_64_raw_data_cache_size,
55070 __x86_64_raw_data_cache_size_half, __x86_64_raw_shared_cache_size
55071 and __x86_64_raw_shared_cache_size_half. Round
55072 __x86_64_data_cache_size_half, __x86_64_data_cache_size
55073 __x86_64_shared_cache_size_half and __x86_64_shared_cache_size,
55074 to multiple of 256 bytes.
55075
0e516e0e
MS
550762010-11-03 Ulrich Drepper <drepper@gmail.com>
55077
55078 [BZ #12167]
55079 * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Recognize new mangling
55080 of inacessible symlinks. Verify result of symlink before returning it.
55081 * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
55082 Patch mostly by Miklos Szeredi <miklos@szeredi.hu>.
55083
0e012e87
ER
550842010-10-28 Erich Ritz <erichritz@gmail.com>
55085
55086 * math/math.h (isinf): Fix typo in comment.
55087
de0ff7bc
UD
550882010-11-01 Ulrich Drepper <drepper@gmail.com>
55089
55090 * po/da.po: Update from translation team.
55091
fa41c84d
UD
550922010-10-26 Ulrich Drepper <drepper@gmail.com>
55093
55094 * elf/rtld.c (dl_main): Move assertion after the point where rtld map
55095 is added to the list.
55096
f0967738
AK
550972010-10-20 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
55098 Ulrich Drepper <drepper@gmail.com>
55099
55100 * elf/dl-object.c (_dl_new_object): Don't append the new object to
55101 the global list here. Move code to...
55102 (_dl_add_to_namespace_list): ...here. New function.
55103 * elf/rtld.c (dl_main): Invoke _dl_add_to_namespace_list.
55104 * sysdeps/generic/ldsodefs.h (_dl_add_to_namespace_list): Declare.
55105 * elf/dl-load.c (lose): Don't remove the element from the list.
55106 (_dl_map_object_from_fd): Invoke _dl_add_to_namespace_list.
55107 (_dl_map_object): Likewise.
55108
551092010-10-25 Ulrich Drepper <drepper@gmail.com>
dbf3a069
RL
55110
55111 [BZ #12159]
55112 * sysdeps/x86_64/multiarch/strchr.S: Fix propagation of search byte
55113 into all bytes of SSE register.
55114 Patch by Richard Li <richardpku@gmail.com>.
55115
f0967738 551162010-10-24 Ulrich Drepper <drepper@gmail.com>
fdc0f374
UD
55117
55118 [BZ #12140]
55119 * malloc/malloc.c (_int_free): Fill correct number of bytes when
55120 perturbing.
55121
d0b9e94f
MB
551222010-10-20 Michael B. Brutman <brutman@us.ibm.com>
55123
55124 * sysdeps/powerpc/dl-procinfo.c: Add support for ppca2 platform
55125 * sysdeps/powerpc/dl-procinfo.h: Add support for ppca2 platform
55126 * sysdeps/powerpc/powerpc32/a2/memcpy.S: New file.
55127 * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
55128 * sysdeps/unix/sysv/linux/powerpc/powerpc32/a2/Implies: New
55129 submachine.
55130 * sysdeps/unix/sysv/linux/powerpc/powerpc64/a2/Implies: Likewise.
55131
8e9f92e9
AS
551322010-10-22 Andreas Schwab <schwab@redhat.com>
55133
55134 * include/dlfcn.h (__RTLD_SECURE): Define.
55135 * elf/dl-load.c (_dl_map_object): Remove preloaded parameter. Use
55136 mode & __RTLD_SECURE instead.
55137 (open_path): Rename preloaded parameter to secure.
55138 * sysdeps/generic/ldsodefs.h (_dl_map_object): Adjust declaration.
55139 * elf/dl-open.c (dl_open_worker): Adjust call to _dl_map_object.
55140 * elf/dl-deps.c (openaux): Likewise.
55141 * elf/rtld.c (struct map_args): Remove is_preloaded.
55142 (map_doit): Don't use it.
55143 (dl_main): Likewise.
55144 (do_preload): Use __RTLD_SECURE instead of is_preloaded.
55145 (dlmopen_doit): Add __RTLD_SECURE to mode bits.
55146
bc96fbda
AS
551472010-09-09 Andreas Schwab <schwab@redhat.com>
55148
55149 * Makeconfig (sysd-rules-patterns): Add rtld-%:rtld-%.
55150 (sysd-rules-targets): Remove duplicates.
55151 * elf/rtld-Rules ($(objpfx)rtld-%.os): Add pattern rules with
55152 rtld-%.$o dependency.
55153
22cd1c9b
AS
551542010-10-18 Andreas Schwab <schwab@redhat.com>
55155
55156 * elf/dl-open.c (dl_open_worker): Don't expand DST here, let
55157 _dl_map_object do it.
55158
18edac48
UD
551592010-10-19 Ulrich Drepper <drepper@gmail.com>
55160
55161 * sysdeps/i386/bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has
55162 fast fma builtins, define the macros in the C99 standard.
55163 (FP_FAST_FMAF): Likewise.
55164 (FP_FAST_FMAL): Likewise.
55165 * sysdeps/x86_64/bits/mathdef.h: Likewise.
55166
55167 * bits/mathdef.h: Update copyright year.
55168 * sysdeps/powerpc/bits/mathdef.h: Likewise.
55169
d2050124
MM
551702010-10-19 Michael Meissner <meissner@linux.vnet.ibm.com>
55171
55172 * bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has fast fma
55173 builtins, define the macros in the C99 standard.
55174 (FP_FAST_FMAF): Likewise.
55175 (FP_FAST_FMAL): Likewise.
55176 * sysdeps/powerpc/bits/mathdef.h (FP_FAST_FMA): Define, ppc as
55177 multiply/add.
55178 (FP_FAST_FMAF): Likewise.
55179
475facd1
JJ
551802010-10-15 Jakub Jelinek <jakub@redhat.com>
55181
55182 [BZ #3268]
55183 * math/libm-test.inc (fma_test): Some new testcases.
55184 * sysdeps/ieee754/ldbl-128/s_fmal.c: New file.
55185 * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Fix fma with finite x and
55186 y and infinite z. Do multiplication by C already in long double.
55187 * sysdeps/ieee754/ldbl-96/s_fmal.c: New file.
55188 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix fma with finite x and
55189 y and infinite z. Do bitwise or of inexact bit into u.d.
55190 * sysdeps/ieee754/ldbl-64-128/s_fmal.c: New file.
55191 * sysdeps/i386/fpu/s_fmaf.S: Removed.
55192 * sysdeps/i386/fpu/s_fma.S: Removed.
55193 * sysdeps/i386/fpu/s_fmal.S: Removed.
55194
7c08a05c
JJ
551952010-10-16 Jakub Jelinek <jakub@redhat.com>
55196
55197 [BZ #3268]
55198 * math/libm-test.inc (fma_test): Add IEEE quad long double fmal tests.
55199 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Ensure a1 + u.d
55200 computation is not scheduled after fetestexcept. Fix value
55201 of minimum denormal long double.
55202
f3f7372d
JJ
552032010-10-14 Jakub Jelinek <jakub@redhat.com>
55204
55205 [BZ #3268]
55206 * math/libm-test.inc (fma_test): Add some more tests.
55207 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle underflows
55208 correctly.
55209
14d43591
AS
552102010-10-15 Andreas Schwab <schwab@redhat.com>
55211
55212 * scripts/data/localplt-s390-linux-gnu.data: New file.
55213 * scripts/data/localplt-s390x-linux-gnu.data: New file.
55214
5e908464
JJ
552152010-10-13 Jakub Jelinek <jakub@redhat.com>
55216
55217 [BZ #3268]
55218 * math/libm-test.inc (fma_test): Some more fmaf and fma tests.
55219 * sysdeps/i386/i686/multiarch/s_fma.c: Include ldbl-96 version
55220 instead of dbl-64.
55221 * sysdeps/i386/fpu/bits/mathinline.h (fma, fmaf, fmal): Remove
55222 inlines.
55223 * sysdeps/ieee754/ldbl-96/s_fma.c: New file.
55224 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix exponent adjustment
55225 if one of x and y is very large and the other is subnormal.
55226 * sysdeps/s390/fpu/s_fmaf.c: New file.
55227 * sysdeps/s390/fpu/s_fma.c: New file.
55228 * sysdeps/powerpc/fpu/s_fmaf.S: New file.
55229 * sysdeps/powerpc/fpu/s_fma.S: New file.
55230 * sysdeps/powerpc/powerpc32/fpu/s_fma.S: New file.
55231 * sysdeps/powerpc/powerpc64/fpu/s_fma.S: New file.
55232 * sysdeps/unix/sysv/linux/s390/fpu/s_fma.c: New file.
55233
552342010-10-12 Jakub Jelinek <jakub@redhat.com>
55235
55236 [BZ #3268]
55237 * math/libm-test.inc (fma_test): Add some more fmaf tests, add
55238 fma tests.
55239 * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Fix Inf/Nan check.
55240 * sysdeps/ieee754/dbl-64/s_fma.c: New file.
55241 * sysdeps/i386/i686/multiarch/s_fma.c: Include
55242 sysdeps/ieee754/dbl-64/s_fma.c instead of math/s_fma.c.
55243 * sysdeps/x86_64/multiarch/s_fma.c: Likewise.
55244 * sysdeps/ieee754/ldbl-opt/s_fma.c: Likewise.
55245 * sysdeps/ieee754/ldbl-128/s_fma.c: New file.
55246
b833d51f
UD
552472010-10-12 Ulrich Drepper <drepper@redhat.com>
55248
55249 [BZ #12078]
55250 * posix/regcomp.c (parse_branch): One more memory leak plugged.
55251 * posix/bug-regex31.input: Add test case.
55252
1751705d
UD
552532010-10-11 Ulrich Drepper <drepper@gmail.com>
55254
e9b9cbf5
UD
55255 * posix/bug-regex31.c: Rewrite to run multiple tests from stdin.
55256 * posix/bug-regex31.input: New file.
55257
55258 [BZ #12078]
55259 * posix/regcomp.c (parse_branch): Free memory when allocation failed.
55260 (parse_sub_exp): Fix last change, use postorder.
55261
ef06edbe
UD
55262 * posix/bug-regex31.c: New file.
55263 * posix/Makefile: Add rules to build and run bug-regex31.
55264
a129c80d
UD
55265 * posix/regcomp.c (parse_bracket_exp): Add missing re_free calls.
55266
55267 [BZ #12078]
55268 * posix/regcomp.c (parse_sub_exp): Free tree data when it is not used.
55269
b76b818e
UD
55270 [BZ #12108]
55271 * stdio-common/psiginfo.c (psiginfo): Don't expext SIGRTMIN..SIGRTMAX
55272 to have entries in sys_siglist.
55273
1751705d
UD
55274 [BZ #12093]
55275 * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): ->ifa_addr might
55276 be NULL.
55277
9ff8d36f
JJ
552782010-10-07 Jakub Jelinek <jakub@redhat.com>
55279
55280 [BZ #3268]
55281 * math/libm-test.inc (fma_test): Add 2 fmaf tests.
55282 * sysdeps/ieee754/dbl-64/s_fmaf.c: New file.
55283 * sysdeps/i386/i686/multiarch/s_fmaf.c: Include
55284 sysdeps/ieee754/dbl-64/s_fmaf.c instead of math/s_fmaf.c.
55285 * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
55286 * include/fenv.h (feupdateenv, fetestexcept): Add libm_hidden_proto.
55287 * math/feupdateenv.c (feupdateenv): Add libm_hidden_ver.
55288 * sysdeps/i386/fpu/feupdateenv.c (feupdateenv): Likewise.
55289 * sysdeps/powerpc/fpu/feupdateenv.c (feupdateenv): Likewise.
55290 * sysdeps/x86_64/fpu/feupdateenv.c (feupdateenv): Likewise.
55291 * sysdeps/sparc/fpu/feupdateenv.c (feupdateenv): Likewise.
55292 * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Add libm_hidden_def.
55293 * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
55294 * math/ftestexcept.c (fetestexcept): Likewise.
55295 * sysdeps/ia64/fpu/ftestexcept.c (fetestexcept): Likewise.
55296 * sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Likewise.
55297 * sysdeps/s390/fpu/ftestexcept.c (fetestexcept): Likewise.
55298 * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Likewise.
55299 * sysdeps/x86_64/fpu/ftestexcept.c (fetestexcept): Likewise.
55300 * sysdeps/sparc/fpu/ftestexcept.c (fetestexcept): Likewise.
55301 * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
55302
af325969
UD
553032010-10-11 Ulrich Drepper <drepper@gmail.com>
55304
c579b202 55305 [BZ #12107]
af325969
UD
55306 * stdio-common/psiginfo.c (psiginfo): Terminate all strings with
55307 newline.
55308
67a67b95
UD
553092010-10-06 Ulrich Drepper <drepper@gmail.com>
55310
55311 * string/bug-strstr1.c: New file.
55312 * string/Makefile: Add rules to build and run bug-strstr1.
55313
5fb308bc
EB
553142010-10-05 Eric Blake <eblake@redhat.com>
55315
55316 [BZ #12092]
55317 * string/str-two-way.h (two_way_long_needle): Always clear memory
55318 when skipping input due to the shift table.
55319
45db99c7
UD
553202010-10-03 Ulrich Drepper <drepper@gmail.com>
55321
3b111893
UD
55322 [BZ #12005]
55323 * malloc/mcheck.c: Handle large requests.
55324
45db99c7
UD
55325 [BZ #12077]
55326 * sysdeps/x86_64/strcmp.S: Fix handling of remaining bytes in buffer
55327 for strncmp and strncasecmp.
55328 * string/stratcliff.c: Add tests for strcmp and strncmp.
55329 * wcsmbs/wcsatcliff.c: Adjust for stratcliff change.
55330
cf7a1eb8
NI
553312010-09-28 Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
55332
55333 * sysdeps/sh/sh4/fpu/fpu_control.h: Add 'extern "C"' protection to
55334 __set_fpscr.
55335
6484ba5e
AJ
553362010-09-30 Andreas Jaeger <aj@suse.de>
55337
55338 * sysdeps/unix/sysv/linux_fsinfo.h (BTRFS_SUPER_MAGIC): Define.
55339 (CGROUP_SUPER_MAGIC): Define.
55340 * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
55341 Handle btrfs and cgroup file systems.
55342 * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
55343 Likewise.
55344
91c42559
LM
553452010-09-27 Luis Machado <luisgpm@br.ibm.com>
55346
55347 * sysdeps/powerpc/powerpc32/rtld-memset.c: New file.
55348 * sysdeps/powerpc/powerpc64/rtld-memset.c: New file.
55349
87a97932
AK
553502010-09-29 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
55351
55352 [BZ #12067]
55353 * sysdeps/s390/s390-32/elf/start.S: Fix address calculation when
55354 trying to locate the ELF header.
55355
c21cc9bc
AS
553562010-09-27 Andreas Schwab <schwab@redhat.com>
55357
55358 [BZ #11611]
55359 * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS):
55360 Mask out sign-bit copies when constructing f_fsid.
55361
315970f6
PB
553622010-09-24 Petr Baudis <pasky@suse.cz>
55363
55364 * debug/stack_chk_fail_local.c: Add missing licence exception.
55365 * debug/warning-nop.c: Likewise.
55366
1ac7a2c7
JM
553672010-09-15 Joseph Myers <joseph@codesourcery.com>
55368
55369 * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): When
55370 implementing getdents64 using getdents syscall, set d_type if
55371 __ASSUME_GETDENTS32_D_TYPE.
55372
56801c50
AS
553732010-09-16 Andreas Schwab <schwab@redhat.com>
55374
55375 * elf/dl-close.c (free_slotinfo, free_mem): Move to...
55376 * elf/dl-libc.c (free_slotinfo, free_mem): ... here.
55377
dda51327
UD
553782010-09-21 Ulrich Drepper <drepper@redhat.com>
55379
55380 [BZ #12037]
55381 * posix/unistd.h: Undo change of feature selection for ftruncate from
55382 2010-01-11.
55383
8ffcee4a
UD
553842010-09-20 Ulrich Drepper <drepper@redhat.com>
55385
a545ecd9 55386 * sysdeps/x86_64/strcmp.S: Fix another typo in x86-64 strncasecmp limit
8ffcee4a
UD
55387 detection.
55388
e24f0a8b
AS
553892010-09-20 Andreas Schwab <schwab@redhat.com>
55390
55391 * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Add
55392 fanotify_mark.
55393 * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
55394
7291c56f
AS
553952010-09-14 Andreas Schwab <schwab@redhat.com>
55396
55397 * sysdeps/s390/s390-32/__longjmp.c (__longjmp): Define register
55398 variables after CHECK_SP call.
55399 * sysdeps/s390/s390-64/__longjmp.c (__longjmp): Likewise.
55400
bc5fb037
AS
554012010-09-13 Andreas Schwab <schwab@redhat.com>
55402 Ulrich Drepper <drepper@redhat.com>
55403
55404 * elf/rtld.c (dl_main): Set GLRO(dl_init_all_dirs) just before
55405 re-relocationg ld.so.
55406 * elf/dl-support.c (_dl_non_dynamic_init): And here after the
55407 _dl_init_paths call.
55408 * elf/dl-load.c (_dl_init_paths). Don't set GLRO(dl_init_all_dirs)
55409 here anymore.
55410
e66e7419
UD
554112010-09-14 Ulrich Drepper <drepper@redhat.com>
55412
55413 * resolv/res_init.c (__res_vinit): Count the default server we added.
55414
c044aa75
CLT
554152010-09-08 Chung-Lin Tang <cltang@codesourcery.com>
55416 Ulrich Drepper <drepper@redhat.com>
55417
55418 [BZ #11968]
55419 * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
55420 (____longjmp_chk): Use %ebx for saving value across system call.
55421 Add unwind info.
55422
32cf4069
AS
554232010-09-06 Andreas Schwab <schwab@redhat.com>
55424
55425 * manual/Makefile: Don't mix pattern rules with normal rules.
55426
817328ee
AS
554272010-09-05 Andreas Schwab <schwab@linux-m68k.org>
55428
55429 * debug/vdprintf_chk.c (__vdprintf_chk): Remove undefined
55430 operation.
55431 * libio/iofdopen.c (_IO_new_fdopen): Likewise.
55432 * libio/iofopncook.c (_IO_cookie_init): Likewise.
55433 * libio/iovdprintf.c (_IO_vdprintf): Likewise.
55434 * libio/oldiofdopen.c (_IO_old_fdopen): Likewise.
55435 * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
55436 Likewise.
55437
29fddf61
UD
554382010-09-04 Ulrich Drepper <drepper@redhat.com>
55439
55440 [BZ #11979]
55441 * iconvdata/gconv-modules: Remove EBCDIC-CP-AR2 alias from
55442 IBM-930, IBM-933, IBM-935, IBM-937, and IBM-939.
55443
0959ffc9
UD
554442010-09-02 Ulrich Drepper <drepper@redhat.com>
55445
55446 * sysdeps/x86_64/add_n.S: Update from GMP 5.0.1.
55447 * sysdeps/x86_64/addmul_1.S: Likewise.
55448 * sysdeps/x86_64/lshift.S: Likewise.
55449 * sysdeps/x86_64/mul_1.S: Likewise.
55450 * sysdeps/x86_64/rshift.S: Likewise.
55451 * sysdeps/x86_64/sub_n.S: Likewise.
55452 * sysdeps/x86_64/submul_1.S: Likewise.
55453
ece29840
ST
554542010-09-01 Samuel Thibault <samuel.thibault@ens-lyon.org>
55455
0959ffc9
UD
55456 This aligns bits/sched.h onto sysdeps/unix/sysv/linux/bits/sched.h:
55457 Define __sched_param instead of SCHED_* and sched_param when
ece29840 55458 <bits/sched.h> is included with __need_schedparam defined.
0959ffc9 55459 * bits/sched.h [__need_schedparam]
ece29840 55460 (SCHED_OTHER, SCHED_FIFO, SCHED_RR, sched_param): Do not define.
0959ffc9
UD
55461 [!__defined_schedparam && (__need_schedparam || _SCHED_H)]
55462 (__defined_schedparam): Define to 1.
ece29840
ST
55463 (__sched_param): New structure, identical to sched_param.
55464 (__need_schedparam): Undefine.
55465
e53a31fe
MF
554662010-08-31 Mike Frysinger <vapier@gentoo.org>
55467
fdc0c10d
MF
55468 * sysdeps/unix/sysv/linux/sparc/sys/epoll.h (epoll_create2): Delete.
55469 (epoll_create1): Declare.
55470
e53a31fe
MF
55471 * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Fix typo.
55472
a726d796
AS
554732010-08-31 Andreas Schwab <schwab@redhat.com>
55474
55475 [BZ #7066]
55476 * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix array overflow when
55477 shifting retval into place.
55478
2f3e3dc7
UD
554792010-09-01 Ulrich Drepper <drepper@redhat.com>
55480
f2933da9
UD
55481 * nis/rpcsvc/nis.h: Update copyright notice.
55482 * nis/rpcsvc/nis.x: Likewise.
55483 * nis/rpcsvc/nis_callback.h: Likewise.
55484 * nis/rpcsvc/nis_callback.x: Likewise.
55485 * nis/rpcsvc/nis_object.x: Likewise.
55486 * nis/rpcsvc/nis_tags.h: Likewise.
55487 * nis/rpcsvc/yp.h: Likewise.
55488 * nis/rpcsvc/yp.x: Likewise.
55489 * nis/rpcsvc/ypupd.h: Likewise.
55490 * nis/yp_xdr.c: Likewise.
55491 * nis/ypupdate_xdr.c: Likewise.
55492
2f3e3dc7
UD
55493 * sunrpc/pm_getport.c (__libc_rpc_getport): New function. This is
55494 mainly the body of pmap_getport. Add parameters to specify timeouts.
55495 (pmap_getport): Use __libc_rpc_getport.
55496 * sunrpc/Versions: Export __libc_rpc_getport with GLIBC_PRIVATE.
55497 * include/rpc/pmap_clnt.h: Declare __libc_rpc_getport.
55498 * nis/nis_findserv.c: Remove pmap_getport copy. Use __libc_rpc_getport.
55499
f3dcc2f9
AS
555002010-08-31 Andreas Schwab <schwab@linux-m68k.org>
55501
55502 * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Add
55503 fanotify_mark.
55504
6d34eb5b
RM
555052010-08-27 Roland McGrath <roland@redhat.com>
55506
55507 * sysdeps/i386/i686/multiarch/Makefile
55508 (CFLAGS-varshift.c): New variable.
55509
9ea3de11
UD
555102010-08-27 Ulrich Drepper <drepper@redhat.com>
55511
c96d23fc
UD
55512 * sysdeps/i386/i686/multiarch/varshift.S: File removed.
55513 * sysdeps/i386/i686/multiarch/varshift.c: New file.
55514
9ea3de11
UD
55515 * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Move to .text.slow section.
55516
55517 * sysdeps/x86_64/strlen.S: Minimal code improvement.
55518
623aac7f
L
555192010-08-26 H.J. Lu <hongjiu.lu@intel.com>
55520
55521 * sysdeps/x86_64/strlen.S: Unroll the loop.
55522 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
55523 strlen-sse2 strlen-sse2-bsf.
55524 * sysdeps/x86_64/multiarch/strlen.S ((strlen): Return
55525 __strlen_no_bsf if bit_Slow_BSF is set.
55526 (__strlen_sse42): Removed.
55527 * sysdeps/x86_64/multiarch/strlen-no-bsf.S: New file.
55528 * sysdeps/x86_64/multiarch/strlen-sse4.S: New file.
55529
8b2b7715
RM
555302010-08-25 Roland McGrath <roland@redhat.com>
55531
55532 * sysdeps/x86_64/multiarch/varshift.S: File removed.
55533 * sysdeps/x86_64/multiarch/varshift.c: New file.
55534 * sysdeps/x86_64/multiarch/Makefile (CFLAGS-varshift.c): New variable.
55535 * sysdeps/x86_64/multiarch/varshift.h: Clean up decls, fix a cast.
55536 * sysdeps/x86_64/multiarch/memmove.c: Move decls around.
55537 * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
55538
e73015f2
L
555392010-08-25 H.J. Lu <hongjiu.lu@intel.com>
55540
55541 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
55542 strlen-sse2 strlen-sse2-bsf.
55543 * sysdeps/i386/i686/multiarch/strlen.S (strlen): Return
55544 __strlen_sse2_bsf if bit_Slow_BSF is unset.
55545 (__strlen_sse2): Removed.
55546 * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: New file.
55547 * sysdeps/i386/i686/multiarch/strlen-sse2.S: New file.
55548 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
55549 bit_Slow_BSF for Atom.
55550 * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_BSF): Define.
55551 (index_Slow_BSF): Define.
55552 (HAS_SLOW_BSF): Define.
55553
df24a73e
UD
555542010-08-25 Ulrich Drepper <drepper@redhat.com>
55555
55556 [BZ #10851]
55557 * resolv/res_init.c (__res_vinit): When no server address at all
55558 is given default to loopback.
55559
f2ac4868
RM
555602010-08-24 Roland McGrath <roland@redhat.com>
55561
09055553
RM
55562 * configure.in: Remove config-name.h generation.
55563 * configure: Regenerated.
55564 * config-name.in: File removed.
55565 * scripts/config-uname.sh: New file.
55566 * posix/Makefile (uname.c): Depend on $(objdir)config-name.h.
55567 ($(objdir)config-name.h): New target.
55568
f2ac4868
RM
55569 * sunrpc/rpc_parse.h: Avoid nested comment.
55570
73f27d5e
RH
555712010-08-24 Richard Henderson <rth@redhat.com>
55572 Ulrich Drepper <drepper@redhat.com>
55573 H.J. Lu <hongjiu.lu@intel.com>
55574
55575 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add varshift.
55576 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Likewise.
55577 * sysdeps/x86_64/multiarch/strcspn-c.c: Include "varshift.h".
55578 Replace _mm_srli_si128 with __m128i_shift_right. Replace
55579 _mm_alignr_epi8 with _mm_loadu_si128.
55580 * sysdeps/x86_64/multiarch/strspn-c.c: Likewise.
55581 * sysdeps/x86_64/multiarch/strstr.c: Include "varshift.h".
55582 (__m128i_shift_right): Removed.
55583 * sysdeps/i386/i686/multiarch/varshift.h: New file.
55584 * sysdeps/i386/i686/multiarch/varshift.S: New file.
55585 * sysdeps/x86_64/multiarch/varshift.h: New file.
55586 * sysdeps/x86_64/multiarch/varshift.S: New file.
55587
84b9230c
MF
555882010-08-21 Mike Frysinger <vapier@gentoo.org>
55589
55590 * configure.in: Move assembler checks to before sysdep dir checking.
55591
9bbd0ddc
PB
555922010-08-20 Petr Baudis <pasky@suse.cz>
55593
55594 * LICENSES: Sync the sunrpc license.
55595
9da4bb31
UD
555962010-08-19 Ulrich Drepper <drepper@redhat.com>
55597
a7ab6ec8
UD
55598 * sunrpc/auth_des.c: Update copyright notice once again.
55599 * sunrpc/auth_none.c: Likewise.
55600 * sunrpc/auth_unix.c: Likewise.
55601 * sunrpc/authdes_prot.c: Likewise.
55602 * sunrpc/authuxprot.c: Likewise.
55603 * sunrpc/bindrsvprt.c: Likewise.
55604 * sunrpc/clnt_gen.c: Likewise.
55605 * sunrpc/clnt_perr.c: Likewise.
55606 * sunrpc/clnt_raw.c: Likewise.
55607 * sunrpc/clnt_simp.c: Likewise.
55608 * sunrpc/clnt_tcp.c: Likewise.
55609 * sunrpc/clnt_udp.c: Likewise.
55610 * sunrpc/clnt_unix.c: Likewise.
55611 * sunrpc/des_crypt.c: Likewise.
55612 * sunrpc/des_soft.c: Likewise.
55613 * sunrpc/get_myaddr.c: Likewise.
55614 * sunrpc/getrpcport.c: Likewise.
55615 * sunrpc/key_call.c: Likewise.
55616 * sunrpc/key_prot.c: Likewise.
55617 * sunrpc/openchild.c: Likewise.
55618 * sunrpc/pm_getmaps.c: Likewise.
55619 * sunrpc/pm_getport.c: Likewise.
55620 * sunrpc/pmap_clnt.c: Likewise.
55621 * sunrpc/pmap_prot.c: Likewise.
55622 * sunrpc/pmap_prot2.c: Likewise.
55623 * sunrpc/pmap_rmt.c: Likewise.
55624 * sunrpc/rpc/auth.h: Likewise.
55625 * sunrpc/rpc/auth_unix.h: Likewise.
55626 * sunrpc/rpc/clnt.h: Likewise.
55627 * sunrpc/rpc/des_crypt.h: Likewise.
55628 * sunrpc/rpc/key_prot.h: Likewise.
55629 * sunrpc/rpc/netdb.h: Likewise.
55630 * sunrpc/rpc/pmap_clnt.h: Likewise.
55631 * sunrpc/rpc/pmap_prot.h: Likewise.
55632 * sunrpc/rpc/pmap_rmt.h: Likewise.
55633 * sunrpc/rpc/rpc.h: Likewise.
55634 * sunrpc/rpc/rpc_des.h: Likewise.
55635 * sunrpc/rpc/rpc_msg.h: Likewise.
55636 * sunrpc/rpc/svc.h: Likewise.
55637 * sunrpc/rpc/svc_auth.h: Likewise.
55638 * sunrpc/rpc/types.h: Likewise.
55639 * sunrpc/rpc/xdr.h: Likewise.
55640 * sunrpc/rpc_clntout.c: Likewise.
55641 * sunrpc/rpc_cmsg.c: Likewise.
55642 * sunrpc/rpc_common.c: Likewise.
55643 * sunrpc/rpc_cout.c: Likewise.
55644 * sunrpc/rpc_dtable.c: Likewise.
55645 * sunrpc/rpc_hout.c: Likewise.
55646 * sunrpc/rpc_main.c: Likewise.
55647 * sunrpc/rpc_parse.c: Likewise.
55648 * sunrpc/rpc_parse.h: Likewise.
55649 * sunrpc/rpc_prot.c: Likewise.
55650 * sunrpc/rpc_sample.c: Likewise.
55651 * sunrpc/rpc_scan.c: Likewise.
55652 * sunrpc/rpc_scan.h: Likewise.
55653 * sunrpc/rpc_svcout.c: Likewise.
55654 * sunrpc/rpc_tblout.c: Likewise.
55655 * sunrpc/rpc_util.c: Likewise.
55656 * sunrpc/rpc_util.h: Likewise.
55657 * sunrpc/rpcinfo.c: Likewise.
55658 * sunrpc/rpcsvc/bootparam_prot.x: Likewise.
55659 * sunrpc/rpcsvc/key_prot.x: Likewise.
55660 * sunrpc/rpcsvc/klm_prot.x: Likewise.
55661 * sunrpc/rpcsvc/mount.x: Likewise.
55662 * sunrpc/rpcsvc/nfs_prot.x: Likewise.
55663 * sunrpc/rpcsvc/nlm_prot.x: Likewise.
55664 * sunrpc/rpcsvc/rex.x: Likewise.
55665 * sunrpc/rpcsvc/rstat.x: Likewise.
55666 * sunrpc/rpcsvc/rusers.x: Likewise.
55667 * sunrpc/rpcsvc/sm_inter.x: Likewise.
55668 * sunrpc/rpcsvc/spray.x: Likewise.
55669 * sunrpc/rpcsvc/yppasswd.x: Likewise.
55670 * sunrpc/rtime.c: Likewise.
55671 * sunrpc/svc.c: Likewise.
55672 * sunrpc/svc_auth.c: Likewise.
55673 * sunrpc/svc_authux.c: Likewise.
55674 * sunrpc/svc_raw.c: Likewise.
55675 * sunrpc/svc_run.c: Likewise.
55676 * sunrpc/svc_simple.c: Likewise.
55677 * sunrpc/svc_tcp.c: Likewise.
55678 * sunrpc/svc_udp.c: Likewise.
55679 * sunrpc/svc_unix.c: Likewise.
55680 * sunrpc/svcauth_des.c: Likewise.
55681 * sunrpc/xcrypt.c: Likewise.
55682 * sunrpc/xdr.c: Likewise.
55683 * sunrpc/xdr_array.c: Likewise.
55684 * sunrpc/xdr_float.c: Likewise.
55685 * sunrpc/xdr_mem.c: Likewise.
55686 * sunrpc/xdr_rec.c: Likewise.
55687 * sunrpc/xdr_ref.c: Likewise.
55688 * sunrpc/xdr_sizeof.c: Likewise.
55689 * sunrpc/xdr_stdio.c: Likewise.
55690
9da4bb31
UD
55691 * sysdeps/x86_64/multiarch/strcmp.S: Fix two typos in strncasecmp
55692 handling.
55693
bdaa77bc
AS
556942010-08-19 Andreas Schwab <schwab@redhat.com>
55695
55696 * sysdeps/i386/i686/multiarch/strspn.S [!SHARED]: Fix SSE4.2 check.
55697
fe2f79db
LM
556982010-08-19 Luis Machado <luisgpm@br.ibm.com>
55699
55700 * sysdeps/powerpc/powerpc32/power7/memchr.S: New file.
55701 * sysdeps/powerpc/powerpc32/power7/memrchr.S: New file.
55702 * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: New file.
55703 * sysdeps/powerpc/powerpc32/power7/strchr.S: New file.
55704 * sysdeps/powerpc/powerpc32/power7/strchrnul.S: New file.
55705 * sysdeps/powerpc/powerpc32/power7/strlen.S: New file.
55706 * sysdeps/powerpc/powerpc32/power7/strnlen.S: New file.
55707 * sysdeps/powerpc/powerpc64/power7/memchr.S: New file.
55708 * sysdeps/powerpc/powerpc64/power7/memrchr.S: New file.
55709 * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: New file.
55710 * sysdeps/powerpc/powerpc64/power7/strchr.S: New file.
55711 * sysdeps/powerpc/powerpc64/power7/strchrnul.S: New file.
55712 * sysdeps/powerpc/powerpc64/power7/strlen.S: New file.
55713 * sysdeps/powerpc/powerpc64/power7/strnlen.S: New file.
55714
b9b42ee0
AB
557152010-07-26 Anton Blanchard <anton@samba.org>
55716
55717 * malloc/malloc.c (sYSTRIm): Replace divide and multiply with mask.
55718 * malloc/arena.c (heap_trim): Likewise.
55719
1c06ba31
UD
557202010-08-16 Ulrich Drepper <drepper@redhat.com>
55721
55722 * sysdeps/unix/sysv/linux/syscalls.list: Add entry for fanotify_init
55723 here. Not...
55724 * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: ...here...
55725 * sysdeps/unix/sysv/linux/i386/syscalls.list: ... orhere.
55726
f8392f40
L
557272010-08-12 H.J. Lu <hongjiu.lu@intel.com>
55728
55729 * sysdeps/i386/elf/Makefile: New file.
55730
3162f12e
AS
557312010-08-14 Andreas Schwab <schwab@linux-m68k.org>
55732
55733 * sysdeps/unix/sysv/linux/sys/fanotify.h: Remove third argument
55734 from fanotify_init.
55735 * sysdeps/unix/sysv/linux/i386/syscalls.list: Likewise.
55736 * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
55737
28c90b2c
UD
557382010-08-15 Ulrich Drepper <drepper@redhat.com>
55739
55740 * sysdeps/x86_64/strcmp.S: Use correct register for fourth parameter
55741 of strncasecmp_l.
1feccb6c 55742 * sysdeps/multiarch/strcmp.S: Likewise.
28c90b2c 55743
ca6bb004
UD
557442010-08-14 Ulrich Drepper <drepper@redhat.com>
55745
e9f82e0d
UD
55746 * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
55747 strncase_l-nonascii.
55748 * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
55749 Add strncase_l-ssse3.
55750 * sysdeps/x86_64/multiarch/strcmp.S: Prepare for use as strncasecmp.
55751 * sysdeps/x86_64/strcmp.S: Likewise.
55752 * sysdeps/x86_64/multiarch/strncase_l-ssse3.S: New file.
55753 * sysdeps/x86_64/multiarch/strncase_l.S: New file.
55754 * sysdeps/x86_64/strncase.S: New file.
55755 * sysdeps/x86_64/strncase_l-nonascii.c: New file.
55756 * sysdeps/x86_64/strncase_l.S: New file.
55757 * string/Makefile (strop-tests): Add strncasecmp.
55758 * string/test-strncasecmp.c: New file.
55759
55760 * sysdeps/x86_64/strcasecmp_l-nonascii.c: Add prototype to avoid
55761 warning.
55762
ca6bb004
UD
55763 * sysdeps/x86_64/strcmp.S: Move definition of NO_NOLOCALE_ALIAS to...
55764 * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: ... here.
55765
052fa7b3
AS
557662010-08-14 Andreas Schwab <schwab@linux-m68k.org>
55767
55768 * sysdeps/unix/sysv/linux/prlimit.c: Make it compile.
55769
962dba78
UD
557702010-08-12 Ulrich Drepper <drepper@redhat.com>
55771
55772 * sysdeps/unix/sysv/linux/bits/termios.h: Define EXTPROC.
55773 * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
55774 * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
55775
bebff237
AM
557762010-05-01 Alan Modra <amodra@gmail.com>
55777
55778 * sysdeps/powerpc/powerpc32/power4/memcmp.S: Correct cfi for r24.
55779 * sysdeps/powerpc/powerpc64/bsd-_setjmp.S: Move contents..
55780 * sysdeps/powerpc/powerpc64/bsd-setjmp.S: ..and these too..
55781 * sysdeps/powerpc/powerpc64/setjmp.S: ..to here..
55782 * sysdeps/powerpc/powerpc64/setjmp-common.S: ..and here, with some
55783 tidying. Don't tail-call __sigjmp_save for static lib.
55784 * sysdeps/powerpc/powerpc64/sysdep.h (SAVE_ARG, REST_ARG): Correct
55785 save location.
55786 (CFI_SAVE_ARG, CFI_REST_ARG): New macros.
55787 (CALL_MCOUNT): Add eh info, and nop after bl.
55788 (TAIL_CALL_SYSCALL_ERROR): New macro.
55789 (PSEUDO_RET): Use it.
55790 * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
55791 Correct save location of integer regs and cr.
55792 (_dl_profile_resolve): Correct cr save location. Delete nops
55793 after bl when SHARED. Reduce cfi size a little by better
55794 placement of cfi directives.
55795 * sysdeps/powerpc/powerpc64/fpu/s_copysign.S (__copysign): Don't
55796 make a stack frame. Instead use parm save area as a temp.
55797 * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Don't
55798 make a stack frame. Use TAIL_CALL_SYSCALL_ERROR.
55799 * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
55800 Don't make a stack frame for parent, use parm save area.
55801 Increase child stack frame to 112 bytes. Don't save unused reg,
55802 and adjust reg usage. Set up cfi on error recovery and
55803 epilogue of parent, and use TAIL_CALL_SYSCALL_ERROR, PSEUDO_RET.
55804 * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
55805 (__makecontext): Add dummy nop after jump to exit.
55806 * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (__socket):
55807 Use correct parm save area and cr save, reduce stack frame.
55808 Correct cfi for possible PSEUDO_RET frame setup.
55809 * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork):
55810 Branch to local label emitted by PSEUDO_RET rather than
55811 __syscall_error.
55812
02637374
AS
558132010-08-12 Andreas Schwab <schwab@redhat.com>
55814
55815 [BZ #11904]
55816 * locale/programs/locale.c (print_assignment): New function.
55817 (show_locale_vars): Use it.
55818
c3e2f19b
UD
558192010-08-11 Ulrich Drepper <drepper@redhat.com>
55820
3cdaa6ad
UD
55821 * sysdeps/unix/sysv/linux/bits/statfs.h (struct statfs): Add f_flags
55822 field.
55823 (struct statfs64): Likewise.
55824 (_STATFS_F_FLAGS): Define.
55825 * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Likewise.
55826 * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
55827 Don't define if __ASSUME_STATFS_F_FLAGS is defined.
55828 (ST_VALID): Define locally.
55829 (INTERNAL_STATVFS): If f_flags has ST_VALID set don't call
55830 __statvfs_getflags, use the provided value.
55831 * sysdeps/unix/sysv/linux/kernel-features.h: Define
55832 __ASSUME_STATFS_F_FLAGS.
55833
754f7da3
UD
55834 * sysdeps/unix/sysv/linux/sys/inotify.h (IN_EXCL_UNLINK): Define.
55835
10b3bedc
UD
55836 * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
55837 Add sys/fanotify.h.
55838 * sysdeps/unix/sysv/linux/Versions [libc]: Export fanotify_init and
55839 fanotify_mask for GLIBC_2.13.
55840 * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entries for
55841 fanotify_init and fanotify_mark.
55842 * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
55843 * sysdeps/unix/sysv/linux/sys/fanotify.h: New file.
55844
c08fb0d7
UD
55845 * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_routines):
55846 Add prlimit.
55847 * sysdeps/unix/sysv/linux/Versions [libc]: Export prlimit and
55848 prlimit64 for GLIBC_2.13.
55849 * sysdeps/unix/sysv/linux/bits/resource.h: Declare prlimit and
55850 prlimit64.
55851 * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entry for prlimit64
55852 syscall.
55853 * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Likewise.
55854 * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
55855 * sysdeps/unix/sysv/linux/sh/syscalls.list: Likewise.
55856 * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.lis: Likewise.
55857 * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise. Also
55858 add prlimit alias.
55859 * sysdeps/unix/sysv/linux/prlimit.c: New file.
55860
15bac72b
UD
55861 [BZ #11903]
55862 * sysdeps/generic/netinet/ip.h (IPTOS_CLASS): Fix definition.
55863 Patch by Evgeni Bikov <bikovevg@iitp.ru>.
55864
c3e2f19b
UD
55865 * nss/Makefile: Add rules to build and run tst-nss-test1.
55866 * shlib-versions: Add entry for libnss_test1.
55867 * nss/nss_test1.c: New file.
55868 * nss/tst-nss-test1.c: New file.
55869
55870 * nss/nsswitch.c (__nss_database_custom): Define new variable.
55871 (__nss_configure_lookup): Set appropriate entry in
55872 __nss_configure_lookup to true.
55873 * nss/nsswitch.h: Define enum with indeces of databases in
55874 databases and __nss_database_custom arrays. Declare
55875 __nss_database_custom.
55876 * grp/initgroups.c (internal_getgrouplist): Use __nss_database_custom
55877 to avoid using nscd when custom rules are installed.
55878 * nss/getXXbyYY_r.c: Likewise.
55879 * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
55880
55881 * nss/nss_files/files-parse.c: Whitespace fixes.
55882
f15ce4d8
UD
558832010-08-09 Ulrich Drepper <drepper@redhat.com>
55884
55885 [BZ #11883]
55886 * posix/fnmatch.c: Keep track of alloca use and fall back on malloc.
55887 * posix/fnmatch_loop.c: Likewise.
55888
d22e4cc9
AK
558892010-07-17 Andi Kleen <ak@linux.intel.com>
55890
55891 * sysdeps/i386/i386-mcount.S (__fentry__): Define.
55892 * sysdeps/x86_64/_mcount.S (__fentry__): Define.
55893 * stdlib/Versions (__fentry__): Add for GLIBC 2.13
55894 * Versions.def [GLIBC_2.13]: Add.
55895
805bc17d
UD
558962010-08-06 Ulrich Drepper <drepper@redhat.com>
55897
55898 * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
55899 Also fail if tpwd after pwuid call is NULL.
55900
5a42321d
ST
559012010-07-31 Samuel Thibault <samuel.thibault@ens-lyon.org>
55902
55903 * hurd/hurdselect.c (_hurd_select): Round timeout up instead of down
55904 when converting to ms.
55905
fd3ebeda
ST
559062010-06-06 Samuel Thibault <samuel.thibault@ens-lyon.org>
55907
55908 * sysdeps/mach/hurd/ttyname.c (ttyname): Replace MIG_BAD_ID and
55909 EOPNOTSUPP errors with ENOTTY.
55910 * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Replace MIG_BAD_ID and
55911 EOPNOTSUPP errors with ENOTTY.
55912
73507d3a
UD
559132010-07-31 Ulrich Drepper <drepper@redhat.com>
55914
55915 * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
55916 Add strcasecmp_l-ssse3.
55917 * sysdeps/x86_64/multiarch/strcmp.S: Add support to compile for
55918 strcasecmp.
55919 * sysdeps/x86_64/strcmp.S: Allow more flexible compiling of strcasecmp.
55920 * sysdeps/x86_64/multiarch/strcasecmp_l.S: New file.
55921 * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: New file.
55922
fe36dd02
UD
559232010-07-30 Ulrich Drepper <drepper@redhat.com>
55924
66f6765a
UD
55925 * sysdeps/x86_64/multiarch/strcmp.S: Pretty printing.
55926
42e08a54
UD
55927 * string/Makefile (strop-tests): Add strcasecmp.
55928 * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
55929 strcasecmp_l-nonascii.
55930 (gen-as-const-headers): Add locale-defines.sym.
55931 * sysdeps/x86_64/strcmp.S: Add support for strcasecmp implementation.
55932 * sysdeps/x86_64/strcasecmp.S: New file.
55933 * sysdeps/x86_64/strcasecmp_l.S: New file.
55934 * sysdeps/x86_64/strcasecmp_l-nonascii.c: New file.
55935 * sysdeps/x86_64/locale-defines.sym: New file.
55936 * string/test-strcasecmp.c: New file.
55937
fe36dd02
UD
55938 * string/test-strcasestr.c: Test both ends of the range of characters.
55939 * sysdeps/x86_64/multiarch/strstr.c: Fix UCHIGH definition.
55940
48cbc0d6
RM
559412010-07-29 Roland McGrath <roland@redhat.com>
55942
76e6d6bc 55943 [BZ #11856]
48cbc0d6
RM
55944 * manual/locale.texi (Yes-or-No Questions): Fix example code.
55945
880113d9
UD
559462010-07-27 Ulrich Drepper <drepper@redhat.com>
55947
55948 * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Avoid compiling the file
55949 for ld.so.
55950
deb9cabb
AS
559512010-07-27 Andreas Schwab <schwab@redhat.com>
55952
55953 * manual/memory.texi (Malloc Tunable Parameters): Document
55954 M_PERTURB.
55955
1c7570ff
RM
559562010-07-26 Roland McGrath <roland@redhat.com>
55957
55958 [BZ #11840]
55959 * configure.in (-fgnu89-inline check): Set and substitute
55960 gnu89_inline, not libc_cv_gnu89_inline.
55961 * configure: Regenerated.
55962 * config.make.in (gnu89-inline-CFLAGS): Use @gnu89_inline@.
55963
24fb0f88
UD
559642010-07-26 Ulrich Drepper <drepper@redhat.com>
55965
55966 * string/test-strnlen.c: New file.
55967 * string/Makefile (strop-tests): Add strnlen.
55968 * string/tester.c (test_strnlen): Add a few more test cases.
55969 * string/tst-strlen.c: Better error reporting.
55970
55971 * sysdeps/x86_64/strnlen.S: New file.
55972
8e96b93a
UD
559732010-07-24 Ulrich Drepper <drepper@redhat.com>
55974
55975 * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Use
55976 lower-latency instructions.
55977
dbc676d4
UD
559782010-07-23 Ulrich Drepper <drepper@redhat.com>
55979
55980 * string/test-strcasestr.c: New file.
55981 * string/test-strstr.c: New file.
55982 * string/Makefile (strop-tests): Add strstr and strcasestr.
55983 * string/str-two-way.h: Don't undefine MAX.
55984 * string/strcasestr.c: Don't define alias if NO_ALIAS is defined.
55985
f6a31e0e
AS
559862010-07-21 Andreas Schwab <schwab@redhat.com>
55987
55988 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
55989 strcasestr-nonascii.
55990 (CFLAGS-strcasestr-nonascii.c): Define.
55991 * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: New file.
55992 * sysdeps/x86_64/multiarch/strcasestr-nonascii.c (STRSTR_SSE42):
55993 Remove unused attribute.
55994
5dbc3b6c
RM
559952010-07-20 Roland McGrath <roland@redhat.com>
55996
55997 * elf/dl-sysdep.c (_dl_important_hwcaps): Add dsocaps mask to
55998 dl_hwcap_mask as well as dl_hwcap. Without this, dsocaps matching in
55999 ld.so.cache was broken. With it, there is no way to disable dsocaps
56000 like LD_HWCAP_MASK can disable hwcaps.
56001
23d101d8
EPM
560022010-06-02 Emilio Pozuelo Monfort <pochu27@gmail.com>
56003
56004 * sysdeps/mach/hurd/sendmsg.c (__libc_sendmsg): Fix memory leaks.
56005
cc9f2e47
UD
560062010-07-16 Ulrich Drepper <drepper@redhat.com>
56007
56008 * sysdeps/x86_64/multiarch/strstr.c: Rewrite to avoid indirect function
56009 call in strcasestr.
56010 * sysdeps/x86_64/multiarch/strcasestr.c: Declare
56011 __strcasestr_sse42_nonascii.
56012 * sysdeps/x86_64/multiarch/Makefile: Add rules to build
56013 strcasestr-nonascii.c.
56014 * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: New file.
56015
77c1b069
LM
560162010-06-15 Luis Machado <luisgpm@br.ibm.com>
56017
56018 * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: New file.
56019 * sysdeps/powerpc/powerpc32/power6/fpu/s_copysignf.S: New file.
56020 * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: New file.
56021 * sysdeps/powerpc/powerpc64/power6/fpu/s_copysignf.S: New file.
56022
440566c3
UD
560232010-07-09 Ulrich Drepper <drepper@redhat.com>
56024
56025 * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Use __fcntl not
56026 fcntl.
56027
5be9d05d
AS
560282010-07-06 Andreas Schwab <schwab@redhat.com>
56029
c30b7ee2 56030 [BZ #11577]
5be9d05d
AS
56031 * elf/dl-version.c (match_symbol): Don't pass NULL occation to
56032 dl_signal_cerror.
56033
8a492a67
UD
560342010-07-06 Ulrich Drepper <drepper@redhat.com>
56035
56036 * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Implement
56037 _PC_PIPE_BUF using F_GETPIPE_SZ.
56038
713df3d5
RM
560392010-07-05 Roland McGrath <roland@redhat.com>
56040
56041 * manual/arith.texi (Rounding Functions): Fix rint description
56042 implicit in round description.
56043
702e8f14
UD
560442010-07-02 Ulrich Drepper <drepper@redhat.com>
56045
56046 * elf/Makefile: Fix linking for a few tests to make recent linker
56047 happy.
56048
52ed8be9
AS
560492010-06-30 Andreas Schwab <schwab@redhat.com>
56050
56051 * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
56052 $(common-objpfx)libc_nonshared.a.
56053
f47c9a11
LM
560542010-06-21 Luis Machado <luisgpm@br.ibm.com>
56055
56056 * sysdeps/powerpc/powerpc32/970/fpu/Implies: Remove.
56057 * sysdeps/powerpc/powerpc32/power5/fpu/Implies: Remove.
56058 * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: Remove.
56059 * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: Remove.
56060 * sysdeps/powerpc/powerpc64/970/fpu/Implies: Remove.
56061 * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Remove.
56062 * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove.
56063 * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: Remove.
56064 * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: Remove.
56065 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies: Remove.
56066 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies: Remove.
56067 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies: Remove.
56068 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies: Remove.
56069 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies: Remove.
56070 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/fpu/Implies: Remove.
56071 * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: Remove.
56072 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies: Remove.
56073 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies: Remove.
56074 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies: Remove.
56075 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies: Remove.
56076 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies: Remove.
56077 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/fpu/Implies: Remove.
56078 * sysdeps/powerpc/powerpc32/970/Implies: Point to power4.
56079 * sysdeps/powerpc/powerpc32/power5/Implies: Point to power4.
56080 * sysdeps/powerpc/powerpc32/power5+/Implies: Point to power5.
56081 * sysdeps/powerpc/powerpc32/power6/Implies: Point to power5+.
56082 * sysdeps/powerpc/powerpc32/power6x/Implies: Point to power6.
56083 * sysdeps/powerpc/powerpc64/970/Implies: Point to power4.
56084 * sysdeps/powerpc/powerpc64/power5/Implies: Point to power4.
56085 * sysdeps/powerpc/powerpc64/power5+/Implies: Point to power5.
56086 * sysdeps/powerpc/powerpc64/power6/Implies: Point to power5+.
56087 * sysdeps/powerpc/powerpc64/power6x/Implies: Point to power6.
56088 * sysdeps/powerpc/powerpc32/power7/Implies: New file.
56089 * sysdeps/powerpc/powerpc64/power7/Implies: New file.
56090 * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/Implies: New file.
56091 * sysdeps/unix/sysv/linux/powerpc/powerpc32/cell/Implies: New file.
56092 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: New file.
56093 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: New file.
56094 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: New file.
56095 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: New file.
56096 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: New file.
56097 * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/Implies: New file.
56098 * sysdeps/unix/sysv/linux/powerpc/powerpc64/cell/Implies: New file.
56099 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: New file.
56100 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: New file.
56101 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: New file.
56102 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: New file.
56103 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: New file.
56104
6fb8cbcb
L
561052010-06-25 H.J. Lu <hongjiu.lu@intel.com>
56106
56107 * debug/memmove_chk.c (__memmove_chk): Renamed to ...
56108 (MEMMOVE_CHK): ...this. Default to __memmove_chk.
56109 * string/memmove.c (memmove): Renamed to ...
56110 (MEMMOVE): ...this. Default to memmove.
56111 * sysdeps/x86_64/memcpy.S: Use ENTRY_CHK and END_CHK.
56112 * sysdeps/x86_64/sysdep.h (ENTRY_CHK): Define.
56113 (END_CHK): Define.
56114 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
56115 memcpy-ssse3 mempcpy-ssse3 memmove-ssse3 memcpy-ssse3-back
56116 mempcpy-ssse3-back memmove-ssse3-back.
56117 * sysdeps/x86_64/multiarch/bcopy.S: New file .
56118 * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: New file.
56119 * sysdeps/x86_64/multiarch/memcpy-ssse3.S: New file.
56120 * sysdeps/x86_64/multiarch/memcpy.S: New file.
56121 * sysdeps/x86_64/multiarch/memcpy_chk.S: New file.
56122 * sysdeps/x86_64/multiarch/memmove-ssse3-back.S: New file.
56123 * sysdeps/x86_64/multiarch/memmove-ssse3.S: New file.
56124 * sysdeps/x86_64/multiarch/memmove.c: New file.
56125 * sysdeps/x86_64/multiarch/memmove_chk.c: New file.
56126 * sysdeps/x86_64/multiarch/mempcpy-ssse3-back.S: New file.
56127 * sysdeps/x86_64/multiarch/mempcpy-ssse3.S: New file.
56128 * sysdeps/x86_64/multiarch/mempcpy.S: New file.
56129 * sysdeps/x86_64/multiarch/mempcpy_chk.S: New file.
56130 * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Copy_Backward):
56131 Define.
56132 (index_Fast_Copy_Backward): Define.
56133 (HAS_ARCH_FEATURE): Define.
56134 (HAS_FAST_REP_STRING): Define.
56135 (HAS_FAST_COPY_BACKWARD): Define.
56136
4e733bac 561372010-06-21 Andreas Schwab <schwab@redhat.com>
e35fcef8
AS
56138
56139 * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
56140 Restore proper fallback handling.
56141
63c4ed22
UD
561422010-06-19 Ulrich Drepper <drepper@redhat.com>
56143
ac2b484c
UD
56144 [BZ #11701]
56145 * posix/group_member.c (__group_member): Correct checking loop.
56146
63c4ed22
UD
56147 * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid): Handle
56148 OOM in getpwuid_r correctly. Return error number when the caller
56149 should return, otherwise -1.
56150 (getlogin_r): Adjust to return also for result of __getlogin_r_loginuid
56151 call returning > 0 value.
56152 * sysdeps/unix/sysv/linux/getlogin.c (getlogin): Likewise.
56153
765ade4b
AS
561542010-06-07 Andreas Schwab <schwab@redhat.com>
56155
56156 * dlfcn/Makefile: Remove explicit dependencies on libc.so and
56157 libc_nonshared.a from targets in modules-names.
56158
80da2e09
KS
561592010-06-02 Kirill A. Shutemov <kirill@shutemov.name>
56160
56161 * elf/dl-reloc.c: Flush cache after solving TEXTRELs if arch
56162 requires it.
56163
158db122
LM
561642010-06-10 Luis Machado <luisgpm@br.ibm.com>
56165
56166 * sysdeps/powerpc/powerpc32/power7/memcmp.S: New file
56167 * sysdeps/powerpc/powerpc64/power7/memcmp.S: New file.
56168 * sysdeps/powerpc/powerpc32/power7/strncmp.S: New file.
56169 * sysdeps/powerpc/powerpc64/power7/strncmp.S: New file.
56170
caa78cf8
AS
561712010-06-02 Andreas Schwab <schwab@redhat.com>
56172
56173 * nis/nss_nis/nis-initgroups.c (get_uid): Properly resize buffer.
56174
b2ef2c01
UD
561752010-06-14 Ulrich Drepper <drepper@redhat.com>
56176
56177 * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Define F_SETPIPE_SZ
56178 and F_GETPIPE_SZ.
56179 * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
56180 * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
56181 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
56182 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
56183 * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
56184 * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise
56185
fbd643b6
RM
561862010-06-14 Roland McGrath <roland@redhat.com>
56187
56188 * manual/libc.texinfo (@copying): Change to GFDL v1.3.
56189
f32f2869
JJ
561902010-06-07 Jakub Jelinek <jakub@redhat.com>
56191
56192 * libio/stdio.h (sscanf, vsscanf): Use __REDIRECT_NTH instead of
56193 __REDIRECT followed by __THROW.
56194 * wcsmbs/wchar.h (swscanf, vswscanf): Likewise.
56195 * posix/getopt.h (getopt): Likewise.
56196
2a50c078
EPM
561972010-06-02 Emilio Pozuelo Monfort <pochu27@gmail.com>
56198
56199 * hurd/lookup-at.c (__file_name_lookup_at): Accept
56200 AT_SYMLINK_FOLLOW in AT_FLAGS. Fail with EINVAL if both
56201 AT_SYMLINK_FOLLOW and AT_SYMLINK_NOFOLLOW are present
56202 in AT_FLAGS.
56203 * hurd/hurd/fd.h (__file_name_lookup_at): Update comment.
56204 * sysdeps/mach/hurd/linkat.c (linkat): Pass O_NOLINK in FLAGS.
56205
eb5ad2eb
LM
562062010-05-28 Luis Machado <luisgpm@br.ibm.com>
56207
56208 * sysdeps/powerpc/powerpc32/power7/memcpy.S: Exchange srdi for srwi.
56209
3c88fe1e
L
562102010-05-26 H.J. Lu <hongjiu.lu@intel.com>
56211
56212 [BZ #11640]
56213 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
56214 Properly check family and model.
56215
d2f73151
TY
562162010-05-26 Takashi Yoshii <takashi.yoshii.zj@renesas.com>
56217
56218 * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Fix iov[] size.
56219
ebd2e13d
LM
562202010-05-24 Luis Machado <luisgpm@br.ibm.com>
56221
56222 * sysdeps/powerpc/powerpc32/power7/memset.S: POWER7 32-bit memset fix.
56223
b32b8b45
UD
562242010-05-21 Ulrich Drepper <drepper@redhat.com>
56225
56226 * elf/dl-runtime.c (_dl_profile_fixup): Don't crash on unresolved weak
56227 symbol reference.
56228
9acbe24d
AS
562292010-05-19 Andreas Schwab <schwab@redhat.com>
56230
56231 * elf/dl-runtime.c (_dl_fixup): Don't crash on unresolved weak
56232 symbol reference.
56233
f0ccf6ea
AS
562342010-05-21 Andreas Schwab <schwab@redhat.com>
56235
3d04ff3a
AS
56236 * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add recvmmsg
56237 and internal_recvmmsg.
56238 * sysdeps/unix/sysv/linux/recvmmsg.c: New file.
56239 * sysdeps/unix/sysv/linux/internal_recvmmsg.S: New file.
56240 * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_recvmmsg): Define.
56241 * sysdeps/unix/sysv/linux/syscalls.list (recvmmsg): Remove.
56242
f0ccf6ea
AS
56243 * sunrpc/clnt_tcp.c (clnttcp_control): Add missing break.
56244 * sunrpc/clnt_udp.c (clntudp_control): Likewise.
56245 * sunrpc/clnt_unix.c (clntunix_control): Likewise.
56246
5b08ac57
AS
562472010-05-20 Andreas Schwab <schwab@redhat.com>
56248
56249 * sysdeps/unix/sysv/linux/sys/timex.h: Use __REDIRECT_NTH.
56250
4828935d
LM
562512010-05-17 Luis Machado <luisgpm@br.ibm.com>
56252
56253 POWER7 optimizations.
56254 * sysdeps/powerpc/powerpc64/power7/memset.S: New file.
56255 * sysdeps/powerpc/powerpc32/power7/memset.S: New file.
56256
373d545e
UD
562572010-05-19 Ulrich Drepper <drepper@redhat.com>
56258
56259 * version.h: Update for 2.13 development version.
56260
21a2b1ae
AS
562612010-05-12 Andrew Stubbs <ams@codesourcery.com>
56262
56263 * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Really disable all
56264 exceptions. Return 0.
56265
3f7dcb2b
RM
562662010-05-07 Roland McGrath <roland@redhat.com>
56267
56268 * elf/ldconfig.c (main): Add a const.
56269
5f24d53a 562702010-05-06 Ulrich Drepper <drepper@redhat.com>
70c9476e 56271
a160f8d8
UD
56272 * nss/getent.c (idn_flags): Default to AI_IDN|AI_CANONIDN.
56273 (args_options): Add no-idn option.
56274 (ahosts_keys_int): Add idn_flags to ai_flags.
56275 (parse_option): Handle 'i' option to clear idn_flags.
56276
5f24d53a
UD
56277 * malloc/malloc.c (_int_free): Possible race in the most recently
56278 added check. Only act on the data if no current modification
56279 happened.
265bb1ce
UD
56280
56281See ChangeLog.17 for earlier changes.