1 2004-07-07 Ulrich Drepper <drepper@redhat.com>
3 * elf/dl-fini.c (_dl_fini): Move the unlock of the ld.so lock
4 before the loop running the destructors.
6 2004-05-18 Andreas Schwab <schwab@suse.de>
8 * elf/dl-load.c (_dl_map_object_from_fd): Use the end address of
9 the first segment for mprotect, not l_text_end.
11 2004-07-05 Ulrich Drepper <drepper@redhat.com>
13 * elf/dl-profile.c (_dl_start_profile): Compact error handling.
14 Remove hashfraction variable. Make kcount and kcountsize local
17 * elf/dl-init.c: Don't define and use _dl_starting_up if
18 HAVE_INLINED_SYSCALLS is defined and the variable is not used.
19 * elf/dl-support.c: Likewise.
20 * elf/rtld.c: Likewise.
21 * elf/dl-misc.c (_dl_debug_vdprintf): Use writev syscall directly
22 if HAVE_INLINED_SYSCALLS is defined.
23 * sysdeps/powerpc/powerpc64/dl-machine.h: Don't reset _dl_starting_up
25 * sysdeps/powerpc/powerpc32/dl-start.S: Likewise.
26 * sysdeps/unix/sysv/linux/configure.in: Define HAVE_INLINED_SYSCALLS.
27 * config.h.in: Add entry for HAVE_INLINED_SYSCALLS.
29 * sysdeps/posix/profil.c: If compiled for ld.so, omit code which
30 is needed to stop profiling.
31 * elf/dl-open.c (dl_open_worker): If a newly opened object is to be
32 profile make sure it cannot be unloaded.
34 * sysdeps/unix/sysv/linux/dl-origin.c: Inline readlink syscall.
36 * sysdeps/unix/sysv/linux/fcntl.c: If compiled without cancellation
37 support, make sure the helper function is inlined.
38 * sysdeps/unix/sysv/linux/pread.c: Likewise.
39 * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
40 * sysdeps/unix/sysv/linux/i386/fcntl.c: Likewise.
41 * sysdeps/unix/sysv/linux/powerpc/powerpc64/fcntl.c: Likewise.
43 2004-07-05 Jakub Jelinek <jakub@redhat.com>
45 * include/string.h (ffs): Add libc_hidden_builtin_proto.
46 * sysdeps/rs6000/ffs.c (ffs): Add libc_hidden_builtin_def.
47 * sysdeps/alpha/alphaev67/ffs.S (ffs): Likewise.
48 * sysdeps/alpha/ffs.S (ffs): Likewise.
49 * sysdeps/s390/ffs.c (ffs): Likewise.
50 * sysdeps/powerpc/ffs.c (ffs): Likewise.
51 * sysdeps/i386/ffs.c (ffs): Likewise.
52 * sysdeps/i386/i686/ffs.c (ffs): Likewise.
53 * sysdeps/m68k/ffs.c (ffs): Likewise.
54 * sysdeps/generic/ffs.c (ffs): Likewise.
55 * sysdeps/m88k/ffs.c (ffs): Likewise.
56 * sysdeps/am29k/ffs.c (ffs): Likewise.
57 * sysdeps/i960/ffs.c (ffs): Likewise.
58 * sysdeps/x86_64/ffs.c (ffs): Likewise.
60 * Makerules (check-abi): Use diff -p -U 0 instead of diff -pu0.
62 * sysdeps/powerpc/novmx-longjmp.c (__libc_longjmp,
63 __libc_siglongjmp): Remove symbol_version.
64 * sysdeps/powerpc/longjmp.c (__libc_longjmp, __libc_siglongjmp):
65 Export @@GLIBC_PRIVATE, not @@GLIBC_2.3.4.
66 * sysdeps/powerpc/sigjmp.c (__sigjmp_save): Use strong_alias
68 * sysdeps/powerpc/novmx-sigjmp.c (__sigjmp_save): Remove.
69 * sysdeps/powerpc/powerpc32/__longjmp.S (__longjmp): Use
70 strong_alias instead of default_symbol_version, remove
72 * sysdeps/powerpc/powerpc64/__longjmp.S (__longjmp): Likewise.
73 * sysdeps/powerpc/powerpc32/bsd-setjmp.S (__novmx__setjmp): Change
74 into strong_alias to __novmxsetjmp.
75 (__vmx__setjmp): Similarly with __vmxsetjmp.
76 (__setjmp): Make it strong_alias to __vmx__setjmp, remove
77 default_symbol_version and symbol_version.
78 * sysdeps/powerpc/powerpc64/bsd-setjmp.S (__novmx__setjmp): Change
79 into strong_alias to __novmxsetjmp.
80 (__vmx__setjmp): Similarly with __vmxsetjmp.
81 (__setjmp): Make it strong_alias to __vmx__setjmp, remove
82 default_symbol_version and symbol_version.
84 * nscd/nscd_getgr_r.c: Include stdio-common/_itoa.h.
86 2004-07-05 Ulrich Drepper <drepper@redhat.com>
88 * elf/rtld.c (dl_main): Mark dyn_temp with attribute_relro.
90 2004-07-04 Matthew Reppert <arashi@kai.vm.bytemark.co.uk>
92 * sysdeps/unix/sysv/linux/i386/glob64.c (glob64): Use libc_hidden_ver
93 instead of libc_hidden_def.
95 2004-07-01 Roland McGrath <roland@redhat.com>
97 * aclocal.m4: Add provide for AC_CONFIG_AUX_DIR_DEFAULT.
99 * Makeconfig ($(common-objpfx)shlib-versions.v.i): Move top-level
100 $(..)shlib-versions file to last in deps list. This lets add-ons give
101 more-specific matches that override defaults in the top-level file.
103 * sysdeps/unix/sysv/linux/configure.in: If arch_minimum_kernel was
104 already set, don't set it or libc_cv_gcc_unwind_find_fde.
105 * sysdeps/unix/sysv/linux/configure: Regenerated.
107 2004-07-01 Martin Schwidefsky <schwidefsky@de.ibm.com>
109 * sysdeps/s390/fpu/bits/mathinline.h [__LIBC_INTERNAL_MATH_INLINES]
110 (__ieee754_sqrt): Define as __MATH_INLINE using sqdbr instruction.
111 (__ieee754_sqrtf): Define as __MATH_INLINE using sqebr instruction.
112 * sysdeps/s390/fpu/e_sqrt.c: New file.
113 * sysdeps/s390/fpu/e_sqrtf.c: New file.
114 * sysdeps/s390/Implies: New file.
115 * sysdeps/s390/s390-32/Implies: Remove ieee754, move
116 ieee754/dbl-64 and ieee754/flt-32 to s390/Implies.
117 * sysdeps/s390/s390-64/Implies: Likewise.
119 2004-06-30 Jakub Jelinek <jakub@redhat.com>
121 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Include tls.h.
122 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
124 * sysdeps/unix/sysv/linux/s390/s390-32/clone.S (thread_start):
125 DO_CALL (exit, 1) instead of branching to _exit.
126 * sysdeps/unix/sysv/linux/s390/s390-64/clone.S (thread_start):
129 * sysdeps/s390/fpu/bits/mathinline.h: New file.
131 * include/glob.h (glob64): Add libc_hidden_proto.
132 * sysdeps/generic/glob64.c (glob64): Add libc_hidden_def.
133 * sysdeps/gnu/glob64.c (glob64): Likewise.
134 * sysdeps/unix/sysv/linux/i386/glob64.c (glob64): Likewise.
136 2004-06-11 Jakub Jelinek <jakub@redhat.com>
138 * sysdeps/i386/fpu/libm-test-ulps: Update for GCC 3.4.
139 * sysdeps/s390/fpu/libm-test-ulps: Likewise.
141 2004-06-11 Dwayne Grant McConnell <dgm69@us.ibm.com>
143 * sysdeps/powerpc/fpu/s_lround.c: Removed.
144 * sysdeps/powerpc/fpu/s_lroundf.c: Removed.
145 * sysdeps/powerpc/powerpc32/fpu/s_ceilf.S: New file.
146 * sysdeps/powerpc/powerpc32/fpu/s_ceil.S: New file.
147 * sysdeps/powerpc/powerpc32/fpu/s_floorf.S: New file.
148 * sysdeps/powerpc/powerpc32/fpu/s_floor.S: New file.
149 * sysdeps/powerpc/powerpc32/fpu/s_lrint.c: Removed.
150 * sysdeps/powerpc/powerpc32/fpu/s_lrint.S: New file.
151 * sysdeps/powerpc/powerpc32/fpu/s_lroundf.S: New file.
152 * sysdeps/powerpc/powerpc32/fpu/s_lround.S: New file.
153 * sysdeps/powerpc/powerpc32/fpu/s_rintf.S: New file.
154 * sysdeps/powerpc/powerpc32/fpu/s_rint.S: New file.
155 * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: New file.
156 * sysdeps/powerpc/powerpc32/fpu/s_round.S: New file.
157 * sysdeps/powerpc/powerpc32/fpu/s_truncf.S: New file.
158 * sysdeps/powerpc/powerpc32/fpu/s_trunc.S: New file.
160 2004-06-30 Ulrich Drepper <drepper@redhat.com>
162 * include/net/if.h: Handle if_nameindex and if_freenameindex with
164 * sysdeps/unix/sysv/linux/netlinkaccess.h: New file.
165 * sysdeps/unix/sysv/linux/ifaddrs.c: Export netlink handling functions.
166 * sysdeps/unix/sysv/linux/if_index.c (if_nameindex): Implement using
167 netlink if possible. Fall back on ioctl method if necessary.
168 * sysdeps/unix/sysv/linux/Dist: Add netlinkaccess.h.
170 * include/unistd.h: Declare __truncate.
171 * sysdeps/generic/truncate.c: Also define __truncate.
172 * sysdeps/mach/hurd/truncate.c: Likewise.
173 * sysdeps/unix/common/syscalls.list: Likewise.
174 * sysdeps/unix/sysv/linux/truncate64.c: Use __truncate, not truncate.
176 2004-06-29 Ulrich Drepper <drepper@redhat.com>
178 * stdio-common/printf-parsemb.c (__parse_one_specmb): Initialize
179 info.extra. Patch by Marcus Meissner.
181 2004-06-29 Kaz Kojima <kkojima@rr.iij4u.or.jp>
183 * sysdeps/unix/sysv/linux/sh/sysdep.h (SYSCALL_ERROR_HANDLER):
184 Fix branch offset for a PLT entry.
186 2004-06-20 Jim Meyering <jim@meyering.net>
188 * malloc/obstack.h (obstack_base): Cast to `void *', to align with
191 2004-06-28 Ulrich Drepper <drepper@redhat.com>
193 * inet/bug-if1.c (do_test): Simply use 0 as invalid index.
194 Workaround for [BZ #232].
196 * sysdeps/unix/sysv/linux/if_index.c (if_nameindex): Use extend_alloca.
198 2004-06-28 GOTO Masanori <gotom@debian.or.jp>
200 * iconv/gconv_simple.c: Use get16/put16 for user given buffer
201 in ucs2/ucs2reverse when unaligned memory access is attempted.
202 * iconv/tst-iconv5.c: New file.
203 * iconv/Makefile (tests): Add tst-iconv5.
205 2004-06-28 Jakub Jelinek <jakub@redhat.com>
207 * inet/bug-if1.c: Include <string.h>.
209 2004-06-19 Roland McGrath <roland@redhat.com>
211 * sysdeps/posix/waitid.c (do_waitid) [DO_WAITID]: Define function
212 under this macro name instead.
213 [NO_DO_WAITID]: Don't define it at all.
214 (do_waitid) [WNOWAIT, WEXITED]: If these POSIX.1 waitid flag bits are
215 defined, then return ENOTSUP for combinations of selection bits other
216 than WEXITED and WEXITED|WSTOPPED, which this version cannot support.
218 * posix/tst-waitid.c: New file.
219 * posix/Makefile (tests): Add it.
221 2004-06-28 Jakub Jelinek <jakub@redhat.com>
223 * sysdeps/unix/alpha/sysdep.h (inline_syscall6): Fix a typo.
226 * sysdeps/unix/alpha/sysdep.S (__syscall_error): Avoid !samegp
227 relocation in librt.so.
230 * sysdeps/alpha/dl-machine.h (_dl_start_user): Use ldah/ldl to load
231 _dl_skip_args. Patch by Jakub Bogusz <qboosh@pld-linux.org>.
233 2004-06-27 Ulrich Drepper <drepper@redhat.com>
235 * elf/ldconfig.c (add_dir): Take chroot into account.
236 Based on changes by HJ Lu and Hideki Iwamoto.
238 * nscd/connections.c (invalidate_cache): If the host cache has to
239 be invalidated, re-read resolv.conf.
241 * resolv/resolv.h (RES_NOIP6DOTINT): Define.
242 * resolv/res_init.c (res_setoptions): Handle no-ip6-dotint option.
243 * resolv/gethnamaddr.c (gethostbyaddr): Don't lookup with .ip6.int
244 if RES_NOIP6DOTINT flag is set.
245 * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr_r): Likewise.
247 2004-06-25 Jakub Jelinek <jakub@redhat.com>
249 * sysdeps/unix/sysv/linux/powerpc/fcntl.c: Move to...
250 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fcntl.c: ... here.
251 * sysdeps/unix/sysv/linux/powerpc/lockf64.c: Move to...
252 * sysdeps/unix/sysv/linux/powerpc/powerpc32/lockf64.c: ... here.
253 * sysdeps/unix/sysv/linux/powerpc/powerpc64/fcntl.c: New file.
255 * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h (F_GETLK, F_SETLK,
256 F_SETLKW): Fix values for -m32 -D_FILE_OFFSET_BITS=64.
258 2004-06-21 Jakub Jelinek <jakub@redhat.com>
261 * sysdeps/unix/alpha/Makefile: New file.
262 * sysdeps/unix/alpha/rt-sysdep.S: New file.
263 Reported by Jakub Bogusz <qboosh@pld-linux.org>.
265 2004-06-18 Ulrich Drepper <drepper@redhat.com>
267 * sysdeps/posix/getaddrinfo.c (gaih_inet): For AI_CANONNAME,
268 determine the canonical name only for the first returned entry.
270 * inet/bug-if1.c: New file.
271 * inet/Makefile (tests): Add bug-if1.
273 2004-06-18 Roland McGrath <roland@frob.com>
275 * Makerules (compile-mkdep-flags): Add -MT $@.
277 * Makefile (dist, tag-for-dist): New targets.
278 (files-for-dist, tag-of-stem): New variables.
279 (glibc-%.tar glibc-linuxthreads-%.tar): New pattern rule.
280 Make tar files using cvs export.
281 (%.bz2, %.gz, tag-%): New pattern rules.
282 (distribute): Variable removed.
283 (+subdir_targets): Remove distinfo targets.
284 (echo_subdirs, echo-distinfo, parent_echo-distinfo): Targets removed.
285 (rpm/%): Pattern rule removed.
286 * rpm/Makefile, rpm/rpmrc, rpm/template: Ancient cruft files removed.
287 * Rules (subdir_echo-headers, subdir_echo-distinfo, subdir_dist):
289 * Makerules (dist, subdir_distinfo): Targets removed.
290 ($(objpfx)distinfo): Depend on $(distribute).
291 * Make-dist: File removed.
293 * NEWS: Fix a typo. Update bug-reporting instructions.
295 2004-06-17 Thorsten Kukuk <kukuk@suse.de>
297 * sysdeps/unix/sysv/linux/sched_setaffinity.c
298 (__sched_setaffinity_new): Set errno to EINVAL and return -1 if
299 cpuset is wrongly set.
301 2004-06-15 Steven Munroe <sjmunroe@us.ibm.com>
303 * sysdeps/powerpc/powerpc64/memcpy.S: Improve instruction scheduling
306 2004-06-14 Jakub Jelinek <jakub@redhat.com>
309 * sunrpc/pmap_prot2.c (xdr_pmaplist): When freeing, remember pml_next
310 in a local variable, point rp to that local variable afterwards.
312 2004-06-11 Jakub Jelinek <jakub@redhat.com>
314 * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Handle special
317 2004-06-17 Ulrich Drepper <drepper@redhat.com>
319 * sysdeps/unix/sysv/linux/if_index.c (if_indextoname): Correct
320 error value for unknown interface. [BZ #198]
322 2004-06-13 Jakub Jelinek <jakub@redhat.com>
324 * sysdeps/i386/bits/string.h (memcpy): Add () around arguments.
325 (memchr, __memrchr, strlen, strcmp, strncmp, __strchr_g, __strchr_c,
326 __strchrnul_g, __strchrnul_c, strspn, strcspn, strpbrk): Add memory
327 the asm uses as its input, either of size __n where __n is known or
329 (strstr): Add "memory" clobber.
331 2004-06-14 Jakub Jelinek <jakub@redhat.com>
334 * nss/nsswitch.c (free_mem): Don't try to close a library handle
335 if the handle is invalid. Patch by David Kimdon <kimdon@esrf.fr>.
337 2004-06-11 Dmitry V. Levin <ldv@altlinux.org>
340 * debug/xtrace.sh: Fix typo in error diagnostics.
342 2004-06-14 Andreas Schwab <schwab@suse.de>
344 * stdio-common/psignal.c (psignal): Don't use BUF when asprintf
347 2004-06-15 Steven Munroe <sjmunroe@us.ibm.com>
349 * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Fix pasto
350 that clobbers r19. Fix pasto that overflowed sigcontext.v_reserve.
351 * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Fix pasto
353 * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Fix pasto
354 that clobbers r19. Fix pasto that overflowed sigcontext.v_reserve.
355 * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S:
356 Fix setting of sigcontext.v_regs. Fix pasto that clobbers r19.
357 Fix pasto that overflowed sigcontext.v_reserve.
358 * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S:
359 Fix pasto that clobbers r19.
360 * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S: Fix setting
361 of sigcontext.v_regs. Fix pasto that clobbers r19. Fix pasto that
362 overflowed sigcontext.v_reserve.
364 2004-05-04 H.J. Lu <hongjiu.lu@intel.com>
367 * sysdeps/generic/strtol_l.c (DEF): Use ".gnu.linkonce.r."
368 instead of ".gnu.linkonce.ro." as the prefix for linkonce
369 read-only section name.
371 2004-06-14 Richard Henderson <rth@redhat.com>
373 * sysdeps/alpha/div_libc.h (_ITOFS): Use "sp" not "$sp".
374 (_ITOFT, _FTOIT, _ITOFT2): Likewise.
376 2004-06-08 Jakub Jelinek <jakub@redhat.com>
378 * sysdeps/s390/s390-32/backtrace.c (init): Guard with #ifdef SHARED.
379 (unwind_backtrace, unwind_getip): Define #ifndef SHARED.
380 (__backtrace): Don't call init #ifndef SHARED.
381 * sysdeps/s390/s390-64/backtrace.c (init): Guard with #ifdef SHARED.
382 (unwind_backtrace, unwind_getip): Define #ifndef SHARED.
383 (__backtrace): Don't call init #ifndef SHARED.
384 * sysdeps/ia64/backtrace.c (init): Guard with #ifdef SHARED.
385 (unwind_backtrace, unwind_getip): Define #ifndef SHARED.
386 (__backtrace): Don't call init #ifndef SHARED.
388 2004-06-11 Roland McGrath <roland@redhat.com>
390 * sysdeps/arm/strlen.S [__ARMEB__]: Compute correctly for big-endian.
391 From Krzysztof Halasa <khc@pm.waw.pl>.
393 2004-06-10 Jakub Jelinek <jakub@redhat.com>
395 * elf/tls-macros.h [__s390x__] (TLS_LD, TLS_GD): Clobber also r14.
397 2004-06-08 Jakub Jelinek <jakub@redhat.com>
400 * crypt/md5-crypt.c (__md5_crypt): Only update buflen if realloc
401 succeeds. Reported by Miles Ohlrich <miles@cray.com>.
403 * elf/chroot_canon.c (chroot_canon): Avoid segfault if first malloc
404 fails. Avoid memory leak if realloc fails.
406 2004-06-09 Jakub Jelinek <jakub@redhat.com>
408 * sysdeps/generic/setenv.c (setenv): Return -1/EINVAL if name is
409 NULL, "" or contains '=' character in it. Reported by
410 Michael T Kerrisk <mtk-lists@gmx.net>.
411 * stdlib/tst-environ.c: Include errno.h.
412 (main): Add tests for these arguments to setenv/unsetenv.
414 2004-06-07 Roland McGrath <roland@frob.com>
416 * NEWS: Update bug reporting instructions. Fix some typos.
418 2004-06-05 Ulrich Drepper <drepper@redhat.com>
420 * stdio-common/_itoa.h: Don't expand _itoa inline for libc.
421 * stdio-common/_itoa.c: Add _itoa implementation.
423 * nscd/nscd_gethst_r.c (__nscd_open_socket): Change implementation
424 to also send request. Add parameter to allow this.
426 * nscd/nscd_getgr_r.c: Change __nscd_open_socket caller.
427 * nscd/nscd_getpw_r.c: Likewise.
428 * nscd/nscd-client.h: Change __nscd_open_socket prototype.
430 2004-06-05 Andreas Jaeger <aj@suse.de>
432 * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
433 Handle more than 6 args correctly. Based on a patch by Masahide
434 Washizawa <washi@jp.ibm.com>.
436 2004-06-04 Ulrich Drepper <drepper@redhat.com>
438 * nscd/nscd_gethst_r.c (nscd_gethst_r): Use __nss_not_use_nscd_hosts
439 in all places, not __nss_not_use_nscd_group.
440 Reported by Philippe Gregoire.
442 2004-06-03 Ulrich Drepper <drepper@redhat.com>
444 * sysdeps/i386/i486/bits/atomic.h: Optimize a bit.
446 2004-05-07 Dmitry V. Levin <ldv@altlinux.org>
448 * argp/argp-help.c (__argp_error, __argp_failure): Check result
449 of __asprintf call and don't use string if it failed.
450 * stdio-common/psignal.c (psignal): Likewise.
451 * locale/programs/localedef.c (more_help): Likewise.
452 * resolv/res_hconf.c (arg_service_list, arg_trimdomain_list,
453 arg_bool, parse_line): Check result of __asprintf calls and
454 don't use string if they failed.
455 * sunrpc/svc_simple.c (registerrpc, universal): Likewise.
456 * elf/ldconfig.c (parse_conf_include): Check result of __asprintf
457 call and exit if it failed.
459 2004-05-10 Jakub Jelinek <jakub@redhat.com>
461 * sysdeps/posix/sysconf.c (__sysconf) <cases _SC_REALTIME_SIGNALS,
462 _SC_PRIORITY_SCHEDULING, _SC_TIMERS, _SC_ASYNCHRONOUS_IO,
463 _SC_PRIORITIZED_IO, _SC_SYNCHRONIZED_IO, _SC_FSYNC, _SC_MAPPED_FILES,
464 _SC_MEMLOCK, _SC_MEMLOCK_RANGE, _SC_MEMORY_PROTECTION,
465 _SC_MESSAGE_PASSING, _SC_SEMAPHORES, _SC_SHARED_MEMORY_OBJECTS,
466 _SC_THREADS, _SC_THREAD_SAFE_FUNCTIONS, _SC_THREAD_ATTR_STACKADDR,
467 _SC_THREAD_ATTR_STACKSIZE, _SC_THREAD_PRIORITY_SCHEDULING,
468 _SC_THREAD_PRIO_INHERIT, _SC_THREAD_PRIO_PROTECT,
469 _SC_THREAD_PROCESS_SHARED>: Return _POSIX_* value instead of 1.
470 * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
471 <case _SC_MONOTONIC_CLOCK>: Return _POSIX_VERSION instead of 1.
473 2004-05-07 Jeroen Dekkers <jeroen@dekkers.cx>
475 * sysdeps/mach/hurd/i386/Makefile (CFLAGS-init-first.c): Add
476 -momit-leaf-frame-pointer.
478 * inet/test-ifaddrs.c (addr_string): Surround AF_PACKET case with
481 * sysdeps/mach/hurd/getcwd.c
482 (_hurd_canonicalize_directory_name_intern): Only realloc when
485 * sysdeps/mach/hurd/mmap.c (__mmap): Fail when addr or offset
488 * sysdeps/mach/hurd/spawni.c (EXPAND_DTABLE): Set dtablesize to
491 * sysdeps/mach/hurd/Versions (GLIBC_PRIVATE): Add __libc_read,
492 __libc_write and __libc_lseek64.
494 2004-05-29 Roland McGrath <roland@redhat.com>
496 * elf/Makefile (shared-only-routines): Add dl-caller.
498 2004-05-28 Ulrich Drepper <drepper@redhat.com>
500 * sysdeps/powerpc/configure.in: New file.
502 2004-05-28 Steven Munroe <sjmunroe@us.ibm.com>
504 * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Add .machine
505 "altivec" to enable VMX instructions.
506 * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
507 * sysdeps/powerpc/powerpc64/__longjmp-common.S: Likewise.
508 * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
509 * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Likewise.
510 * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
511 * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
512 * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S: Likewise.
513 * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S: Likewise.
514 * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S: Likewise.
516 2004-05-27 Jakub Jelinek <jakub@redhat.com>
518 * sysdeps/i386/fpu/bits/mathinline.h (__expm1_code): Define using
519 __builtin_expm1l for GCC 3.5+.
520 (__expl): Define using __builtin_expl for GCC 3.4+.
521 (exp, expf, expl): Don't define for GCC 3.4+.
522 (tan, tanf, tanl): Don't define for GCC 3.5+.
523 (__atan2l): Define using __builtin_atan2l for GCC 3.4+.
524 (atan2, atan2f, atan2l): Don't define for GCC 3.4+ or !__FAST_MATH__.
525 (fmod, fmodf, fmodl): Don't define for GCC 3.5+ or !__FAST_MATH__.
526 (fabsf, fabsl): Only provide if __USE_MISC or __USE_ISOC99.
527 (sin, sinf, sinl, cos, cosf, cosl, log, logf, logl): Don't define
529 (log10, log10f, log10l, asin, asinf, asinl, acos, acosf, acosl):
530 Don't define for GCC 3.5+.
531 (atan, atanf, atanl): Don't define for GCC 3.4+ or !__FAST_MATH__.
532 (log1p, log1pf, log1pl, logb, logbf, logbl, log2, log2f, log2l): Don't
534 (drem, dremf, dreml): Don't define for GCC 3.5+ or !__FAST_MATH__.
535 * sysdeps/sparc/fpu/bits/mathinline.h (sqrt, sqrtf, sqrtl): Don't
538 2004-05-27 Jakub Jelinek <jakub@redhat.com>
540 * string/bits/string2.h (__bzero): Define even for GCC 3.0+.
541 * sysdeps/alpha/stpcpy.S (stpcpy): Add libc_hidden_builtin_def.
542 * sysdeps/alpha/alphaev67/stpcpy.S (stpcpy): Likewise.
543 * sysdeps/powerpc/powerpc32/stpcpy.S (stpcpy): Likewise.
544 * sysdeps/powerpc/powerpc64/stpcpy.S (stpcpy): Likewise.
545 * sysdeps/sparc/sparc32/stpcpy.S (stpcpy): Likewise.
546 * sysdeps/sparc/sparc64/stpcpy.S (stpcpy): Likewise.
547 * sysdeps/i386/stpcpy.S (stpcpy): Likewise.
548 * sysdeps/i386/i586/stpcpy.S (stpcpy): Likewise.
549 * sysdeps/generic/stpcpy.c (stpcpy): Likewise.
550 * sysdeps/x86_64/stpcpy.S (stpcpy): Likewise.
551 * sysdeps/i386/i586/memcpy.S (memcpy): Remove
552 libc_hidden_builtin_def if MEMPCPY_P.
553 * sysdeps/x86_64/memcpy.S (memcpy): Likewise.
554 * sysdeps/i386/i686/mempcpy.S (mempcpy): Add libc_hidden_builtin_def.
555 * sysdeps/i386/i586/mempcpy.S (mempcpy): Likewise.
556 * sysdeps/generic/mempcpy.c (mempcpy): Likewise.
557 * sysdeps/x86_64/mempcpy.S (mempcpy): Likewise.
559 2004-05-26 Roland McGrath <roland@frob.com>
561 * sysdeps/generic/bits/in.h
562 (IMPLINK_IP, IMPLINK_LOWEXPER, IMPLINK_HIGHEXPER): Macros removed.
563 These are long obsolete in BSD systems where they originated.
564 * conform/data/netinet/in.h-data: Remove `allow IMPLINK_*'
566 2004-05-26 Jakub Jelinek <jakub@redhat.com>
568 * include/string.h (mempcpy, stpcpy): Add libc_hidden_builtin_proto.
569 * string/bits/string2.h (memset): Disable macro for GCC 3.0+.
570 (__mempcpy): Use __builtin_mempcpy for GCC 3.4+.
571 (strchr): For GCC 3.2+, only use __rawmemchr if second argument is
572 constant '\0' and first argument is not constant.
573 (__stpcpy): Use __builtin_stpcpy for GCC 3.4+.
574 (strncpy): Remove #ifdef _USE_STRING_ARCH_mempcpy variant.
575 For GCC 3.2+ use __builtin_strncpy.
576 (strncat): For GCC 3.2+ use __builtin_strncat.
577 (strcmp): For GCC 3.2+ use __builtin_strcmp if both arguments are
579 (strcspn, strspn, strpbrk): For GCC 3.2+, use builtin function
580 if both arguments are constant.
582 2004-05-26 Ulrich Drepper <drepper@redhat.com>
584 * nss/nss_files/files-hosts.c: Fix condition for looking up IPv4
585 mapped addresses in gethostbyaddr.
587 2004-05-25 Ulrich Drepper <drepper@redhat.com>
589 * nss/digits_dots.c (__nss_hostname_digits_dots): Remove typep and
590 flags parameter, convert afp to simple int parameter. Adjust code.
591 typep was never != NULL and flags therefore also unused. *afp is
593 * nss/nsswitch.h: Adjust __nss_hostname_digits_dots prototype.
594 * nss/getXXbyYY.c: Remove HAVE_TYPE handling. Adjust af parameter
595 handling for __nss_hostname_digits_dots calls.
596 * nss/getXXbyYY_r.c: Likewise.
598 * elf/dl-load.c (_dl_map_object_from_fd): Map DSOs with MAP_DENYWRITE.
600 2004-05-25 Steven Munroe <sjmunroe@us.ibm.com>
602 * sysdeps/powerpc/fpu/Makefile: Make ld.so a dependency of libm.so.
603 * sysdeps/powerpc/fpu/bits/mathinline.h [__LIBC_INERNAL_MATH_INLINES]
604 (__ieee754_sqrt): Define as __MATH_INLINE using fsqrt instruction.
605 (__ieee754_sqrtf): Define as __MATH_INLINE using fsqrts instruction.
606 * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Moved
607 implementation from w_sqrt.c.
608 * sysdeps/powerpc/fpu/e_sqrtf.c (__slow_ieee754_sqrtf): Moved
609 implementation from w_sqrtf.c.
610 * sysdeps/powerpc/fpu/w_sqrt.c (__sqrt): Wrapper implementation
611 using inline __ieee754_sqrt().
612 * sysdeps/powerpc/fpu/w_sqrtf.c (__sqrtf): Wrapper implementation
613 using inline __ieee754_sqrtf().
614 * sysdeps/powerpc/powerpc32/sysdep.h [__ASSEMBLER__]: Include
615 <sysdeps/powerpc/sysdep.h> independent of __ASSEMBLER__.
616 * sysdeps/powerpc/sysdep.h [__ASSEMBLER__] (PPC_FEATURE_*): Define
617 PPC_FEATURE_* independent of __ASSEMBLER__.
619 2004-05-25 Jakub Jelinek <jakub@redhat.com>
621 * sysdeps/pthread/aio_notify.c: Use <> instead of "" for aio_misc.h
623 (aio_start_notify_thread): Define if not defined.
624 (notify_func_wrapper): Use it.
625 * sysdeps/pthread/aio_misc.c: Use <> instead of "" for aio_misc.h
627 (aio_create_helper_thread): Define if not defined.
628 (__aio_create_helper_thread): New function.
629 (__aio_enqueue_request): Use aio_create_helper_thread.
631 * nis/ypclnt.c (ypall_data, ypall_foreach): Remove.
632 (struct ypresp_all_data): New type.
633 (__xdr_ypresp_all): Change second argument to
634 struct ypresp_all_data *. Replace ypall_foreach and
635 ypall_data with objp->foreach and objp->data.
636 (yp_all): Remove status variable, add data. Replace
637 all uses of status with data.status. Initialize data.foreach
638 and data.data instead of ypall_foreach and ypall_data.
640 2004-05-24 Jakub Jelinek <jakub@redhat.com>
642 * elf/dl-lookup.c (add_dependency): Set DF_1_NODELETE bit
643 in l_flags_1, not in l_flags.
645 2004-04-10 Robert Millan <robertmh@gnu.org>
647 * sysdeps/unix/sysv/linux/bits/in.h: Cosmetic fixes to get in sync
648 with sysdeps/generic/bits/in.h.
650 2004-05-25 Roland McGrath <roland@frob.com>
652 * sysdeps/generic/unwind-dw2-fde-glibc.c: Change copyright terms from
653 GCC GPL to standard glibc LGPL.
655 2004-05-24 Ulrich Drepper <drepper@redhat.com>
657 * manual/string.texi (Copying and Concatenation): Fixed second
659 Reported by Fabian Pietsch <fabian@zzznowman.dyndns.org>.
661 2004-05-23 Ulrich Drepper <drepper@redhat.com>
663 * malloc/obstack.c: Don't allow linking with _obstack.
665 2004-05-23 Andreas Schwab <schwab@suse.de>
667 * sysdeps/m68k/m68020/bits/atomic.h: Use "+m" constraint instead
668 of separate "m" constraints.
670 2004-05-15 Chris Demetriou <cgd@broadcom.com>
672 * sysdeps/mips/dl-machine.h (ELF_DL_FRAME_SIZE)
673 (ELF_DL_SAVE_ARG_REGS, ELF_DL_RESTORE_ARG_REGS): For the N32
674 and 64 ABIs, save and restore regs $10 and $11 (a6 and a7).
676 2004-05-20 Paul Eggert <eggert@cs.ucla.edu>
678 * malloc/obstack.c (_obstack) [!defined _LIBC]: Remove; not used.
679 Add comment explaining why libc still defines it.
681 2004-05-19 Paul Eggert <eggert@cs.ucla.edu>
683 * malloc/obstack.h (_obstack_free, obstack_1grow, obstack_1grow_fast,
684 obstack_alignment_mask, obstack_alloc, obstack_base,
685 obstack_blank, obstack_blank_fast, obstack_chunk_size,
686 obstack_copy, obstack_copy0, obstack_finish, obstack_grow,
687 obstack_grow0, obstack_init, obstack_int_grow,
688 obstack_int_grow_fast, obstack_make_room, obstack_memory_used,
689 obstack_next_free, obstack_object_size, obstack_ptr_grow,
690 obstack_ptr_grow_fast, obstack_room): Remove declarations of
691 nonexistent functions.
693 2004-05-18 Steven Munroe <sjmunroe@us.ibm.com>
695 * sysdeps/powerpc/powerpc64/sysdep.h [__ASSEMBLER__]: Include
696 <sysdeps/powerpc/sysdep.h> independent of __ASSEMBLER__.
697 [PIC]: Redundent for powerpc64, removed.
698 (ENTRY): Generate size and alignment for opd entry.
699 (EALIGN): Generate size and alignment for opd entry.
700 (END): Use DOT_LABEL in ASM_SIZE_DIRECTIVE.
701 (END_GEN_TB): Use DOT_LABEL in ASM_SIZE_DIRECTIVE.
703 2004-05-19 Ulrich Drepper <drepper@redhat.com>
705 * misc/regexp.h: Say the functions have been withdrawn.
707 * wcsmbs/tst-wcpncpy.c: Add more tests.
709 2004-05-18 Roland McGrath <roland@frob.com>
711 * sysdeps/generic/unwind.h: Change copyright terms from GCC GPL to
713 * sysdeps/generic/unwind-dw2.c: Likewise.
714 * sysdeps/generic/unwind-dw2-fde.c: Likewise.
715 * sysdeps/generic/unwind-dw2-fde.h: Likewise.
716 * sysdeps/generic/unwind-pe.h: Likewise.
718 2004-05-15 Petter Reinholdtsen <pere@hungry.com>
720 * locale/iso-3166.def: Remove YUGOSLAVIA and insert "SERBIA AND
721 MONTENEGRO" which have taken over the code 819. Patch from
722 Danilo Segan. [BZ #40]
724 2004-05-15 Jakub Jelinek <jakub@redhat.com>
726 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
727 (SYSCALL_ERROR_HANDLER): Rename __sparc.get_pic.l7 to
730 2004-05-15 Joseph S. Myers <jsm@polyomino.org.uk>
732 * catgets/gencat.c: Update bug reporting instructions.
733 * csu/version.c: Likewise.
734 * debug/catchsegv.sh: Likewise.
735 * debug/pcprofiledump.c: Likewise.
736 * debug/xtrace.sh: Likewise.
737 * elf/ldd.bash.in: Likewise.
738 * iconv/iconv_prog.c: Likewise.
739 * iconv/iconvconfig.c: Likewise.
740 * locale/programs/locale.c: Likewise.
741 * locale/programs/localedef.c: Likewise.
742 * login/programs/pt_chown.c: Likewise.
743 * malloc/memusage.sh: Likewise.
744 * malloc/memusagestat.c: Likewise.
745 * malloc/mtrace.pl: Likewise.
746 * manual/crypt.texi: Likewise.
747 * manual/install.texi: Likewise.
748 * nss/makedb.c: Likewise.
750 2004-05-14 Jakub Jelinek <jakub@redhat.com>
752 * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Only
753 CHECK_STATIC_TLS if sym != NULL.
754 * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
755 * sysdeps/i386/dl-machine.h (elf_machine_rela): Likewise.
757 2004-05-12 Andreas Schwab <schwab@suse.de>
759 * posix/regex_internal.c (build_wcs_buffer): Also set pstr->mbs
762 2004-05-13 H.J. Lu <hongjiu.lu@intel.com>
764 * Rules (xtests): Depend on tests.
766 2004-05-13 Jakub Jelinek <jakub@redhat.com>
768 * libio/genops.c (_IO_default_xsputn): Avoid one overflow per char if
769 count is negative, yet write_ptr < write_end.
770 (_IO_default_xsgetn): Avoid one underflow per char if count is
771 negative, yet read_ptr < read_end.
773 2004-05-12 Steven Munroe <sjmunroe@us.ibm.com>
775 * sysdeps/unix/sysv/linux/powerpc/bits/termios.h (XTABS): Define XTABS
778 2004-05-12 Ulrich Drepper <drepper@redhat.com>
780 * elf/dl-lookup.c (_dl_lookup_symbol_x): Correct _dl_signal_cerror
783 2004-05-10 Roland McGrath <roland@frob.com>
785 * hurd/hurdlookup.c (__hurd_file_name_split): Return ENOENT for "".
786 (__hurd_directory_name_split): Likewise.
788 2004-05-10 Ulrich Drepper <drepper@redhat.com>
790 * po/fr.po: Update from translation team.
792 2004-05-10 Andreas Jaeger <aj@suse.de>
794 * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
795 Correctly compute alignment.
796 Patch by Michael Matz <matz@suse.de>.
798 2004-05-09 Ulrich Drepper <drepper@redhat.com>
800 * sysdeps/generic/sigpause.c: Prevent sigpause prototype.
801 * sysdeps/posix/sigpause.c: Likewise.
802 * signal/signal.h: Don't define sigpause macro unless needed.
804 2004-05-08 Jakub Jelinek <jakub@redhat.com>
806 * configure.in (libc_cv_libgcc_s_suffix): New check.
807 (libc_cv_as_needed): Use -lgcc_s$libc_cv_libgcc_s_suffix.
808 * config.make.in (libgcc_s_suffix): Set.
809 * Makeconfig (libgcc_eh): Use -lgcc_s$(libgcc_s_suffix).
811 2004-05-08 Ulrich Drepper <drepper@redhat.com>
813 * signal/signal.h: Use BSD sigpause only if BSD behavior is preferred.
815 2004-04-29 Steven Munroe <sjmunroe@us.ibm.com>
817 * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h (LOADARGS_1,
818 LOADARGS_2, LOADARGS_3, LOADARGS_4, LOADARGS_5, LOADARGS_6):
819 Load argument values into temporary variables.
820 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h (LOADARGS_1,
821 LOADARGS_2, LOADARGS_3, LOADARGS_4, LOADARGS_5, LOADARGS_6):
824 2004-05-07 Ulrich Drepper <drepper@redhat.com>
826 * sysdeps/unix/sysv/linux/Makefile: mq_send.c and mq_receive.c
827 need to be compiled with exceptions.
829 2004-05-06 Ulrich Drepper <drepper@redhat.com>
831 * sysdeps/unix/sysv/linux/ifreq.c (__ifreq): Fix memory handling.
832 * sysdeps/generic/ifreq.c (__ifreq): Fix memory handling.
834 * resolv/res_hconf.c (_res_hconf_reorder_addrs): Make clear that
837 * nss/nss_files/files-netgrp.c (EXPAND): Free buffer which cannot
840 * nis/nis_table.c: Clean up memory handling.
841 * nis/nis_subr.c (nis_getnames): Clean up memory handling.
842 * nis/nis_removemember.c (nis_removemember): Add comment
843 explaining use of realloc.
845 * math/tgmath.h (fabs): Use __TGMATH_UNARY_REAL_IMAG_RET_REAL.
847 Patch by Lev S Bishop <lev.bishop@yale.edu>.
849 * math/bug-tgmath1.c (main): Test fabs and carg as well.
851 2004-05-06 Richard Henderson <rth@redhat.com>
853 * elf/elf.h (AT_L1I_CACHESHAPE, AT_L1D_CACHESHAPE,
854 AT_L2_CACHESHAPE, AT_L3_CACHESHAPE): New.
855 * sysdeps/unix/sysv/linux/alpha/Versions: Export
856 __libc_alpha_cache_shape as a private symbol.
857 * sysdeps/unix/sysv/linux/alpha/dl-sysdep.c: New file.
858 * sysdeps/unix/sysv/linux/alpha/sysconf.c: New file.
860 2004-05-06 Richard Henderson <rth@redhat.com>
862 * sysdeps/alpha/div_libc.h (_ITOFS, _ITOFT, _FTOIT, _ITOFT2): New.
863 * sysdeps/alpha/divl.S: Use them.
864 * sysdeps/alpha/divq.S: Likewise.
865 * sysdeps/alpha/divqu.S: Likewise.
866 * sysdeps/alpha/reml.S: Likewise.
867 * sysdeps/alpha/remq.S: Likewise.
868 * sysdeps/alpha/remqu.S: Likewise.
870 2004-05-06 Ulrich Drepper <drepper@redhat.com>
872 * math/tgmath.h (__TGMATH_UNARY_REAL_IMAG_RET_REAL):Define.
875 * math/Makefile (tests): Add bug-tgmath1.
876 * math/bug-tgmath1.c: New file.
878 2004-05-05 Jakub Jelinek <jakub@redhat.com>
880 * sysdeps/alpha/atomicity.h: Remove.
881 * sysdeps/generic/atomicity.h: Remove.
883 2004-05-05 H.J. Lu <hongjiu.lu@intel.com>
885 * sysdeps/i386/i486/bits/string.h (strpbrk): Cast return to
888 2004-04-22 David Mosberger <davidm@hpl.hp.com>
890 * sysdeps/unix/sysv/linux/ia64/Makefile (librt-routines): Mention
892 * sysdeps/unix/sysv/linux/ia64/rt-sysdep.S: New file.
894 * sysdeps/ia64/strcat.c: New file.
895 * sysdeps/ia64/strcat.S: Delete.
897 2004-05-04 Jakub Jelinek <jakub@redhat.com>
899 * sysdeps/unix/sysv/linux/ia64/sysdep.S (USE___THREAD): Remove
902 2004-04-23 Jakub Jelinek <jakub@redhat.com>
904 * sysdeps/ia64/fpu/libm_support.h (__libm_error_support): Add
905 libc_hidden_proto. Define to __GI___libm_error_support for
906 assembly going into libc.so.
907 * sysdeps/ia64/fpu/libc_libm_error.c (__libm_error_support): Add
910 * include/libc-symbols.h (HIDDEN_BUILTIN_JUMPTARGET): Define.
911 * sysdeps/ia64/bcopy.S (bcopy): Use it for jump to memmove.
913 * sysdeps/unix/sysv/linux/ia64/sysdep.S (__syscall_error): Access
914 gprel errno if RTLD_PRIVATE_ERRNO or __thread __libc_errno/errno
917 2004-05-03 Jakub Jelinek <jakub@redhat.com>
919 * sysdeps/unix/bsd/bits/fcntl.h (F_SETOWN, F_GETOWN): Define if
920 __USE_BSD or __USE_UNIX98.
921 * sysdeps/unix/bsd/ultrix4/bits/fcntl.h (F_SETOWN, F_GETOWN): Likewise.
922 * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h (F_SETOWN, F_GETOWN): Likewise.
923 * sysdeps/unix/bsd/sun/sunos4/bits/fcntl.h (F_SETOWN, F_GETOWN):
925 * sysdeps/unix/common/bits/fcntl.h (F_SETOWN, F_GETOWN): Likewise.
926 * sysdeps/unix/sysv/aix/bits/fcntl.h (F_SETOWN, F_GETOWN): Likewise.
927 * sysdeps/unix/sysv/irix4/bits/fcntl.h (F_SETOWN, F_GETOWN): Likewise.
928 * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h (F_SETOWN, F_GETOWN):
930 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (F_SETOWN, F_GETOWN):
932 * sysdeps/unix/sysv/linux/cris/bits/fcntl.h (F_SETOWN, F_GETOWN):
934 * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h (F_SETOWN, F_GETOWN):
936 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (F_SETOWN, F_GETOWN):
938 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (F_SETOWN, F_GETOWN):
940 * sysdeps/unix/sysv/linux/sh/bits/fcntl.h (F_SETOWN, F_GETOWN):
942 * sysdeps/unix/sysv/linux/i386/bits/fcntl.h (F_SETOWN, F_GETOWN):
944 * sysdeps/unix/sysv/linux/m68k/bits/fcntl.h (F_SETOWN, F_GETOWN):
946 * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h (F_SETOWN, F_GETOWN):
948 * sysdeps/unix/sysv/linux/arm/bits/fcntl.h (F_SETOWN, F_GETOWN):
950 * sysdeps/unix/sysv/linux/hppa/bits/fcntl.h (F_SETOWN, F_GETOWN):
952 * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h (F_SETOWN, F_GETOWN):
954 * sysdeps/generic/bits/fcntl.h (F_SETOWN, F_GETOWN): Likewise.
955 * sysdeps/mach/hurd/bits/fcntl.h (F_SETOWN, F_GETOWN): Likewise.
956 * io/sys/stat.h (S_ISSOCK, S_IFSOCK): Likewise.
958 2004-05-01 Jakub Jelinek <jakub@redhat.com>
960 * posix/Versions (libc): Remove __libc_wait, __libc_waitpid,
961 __libc_pause, __libc_nanosleep, __libc_pread, __libc_pread64,
962 __libc_pwrite64, __waitid and __pselect @@GLIBC_PRIVATE.
963 * stdlib/Versions (libc): Remove __on_exit@@GLIBC_PRIVATE.
964 * sysdeps/unix/sysv/linux/Versions (libc): Remove
965 __libc_sigaction@@GLIBC_PRIVATE.
966 * sysdeps/unix/sysv/linux/x86_64/Versions (libc): Remove
967 __modify_ldt@@GLIBC_PRIVATE.
968 * socket/Versions (libc): Remove __libc_accept, __libc_send,
969 __libc_recvfrom, __libc_recvmsg, __libc_sendmsg, __libc_recv,
970 __libc_sendto and __libc_connect @@GLIBC_PRIVATE.
971 * stdio-common/Versions (libc): Remove
972 _itoa_upper_digits@@GLIBC_PRIVATE.
973 * resolv/Versions (libresolv): Remove __ns_samename@@GLIBC_PRIVATE.
974 * misc/Versions (libc): Remove __libc_fsync, __libc_msync,
975 __libc_readv and __libc_writev @@GLIBC_PRIVATE.
976 * termios/Versions (libc): Remove __libc_tcdrain@@GLIBC_PRIVATE.
977 * io/Versions (libc): Remove __libc_open, __libc_close, __libc_read,
978 __libc_write, __libc_lseek, __libc_fcntl, __libc_open64 and
979 __libc_lseek64 @@GLIBC_PRIVATE.
981 2004-04-30 Jakub Jelinek <jakub@redhat.com>
983 * elf/dl-load.c (open_verify): Move e_phentsize check after e_type
986 2004-04-29 Steven Munroe <sjmunroe@us.ibm.com>
988 * sysdeps/powerpc/powerpc64/fpu/s_ceil.S: New file.
989 * sysdeps/powerpc/powerpc64/fpu/s_ceilf.S: New file.
990 * sysdeps/powerpc/powerpc64/fpu/s_floor.S: New file.
991 * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: New file.
992 * sysdeps/powerpc/powerpc64/fpu/s_llrint.c: Removed.
993 * sysdeps/powerpc/powerpc64/fpu/s_llrint.S: New file.
994 * sysdeps/powerpc/powerpc64/fpu/s_llrintf.c: Removed.
995 * sysdeps/powerpc/powerpc64/fpu/s_llrintf.S: New file.
996 * sysdeps/powerpc/powerpc64/fpu/s_llround.S: New file.
997 * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S: New file.
998 * sysdeps/powerpc/powerpc64/fpu/s_lround.S: New file.
999 * sysdeps/powerpc/powerpc64/fpu/s_lroundf.S: New file.
1000 * sysdeps/powerpc/powerpc64/fpu/s_rint.S: New file.
1001 * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: New file.
1002 * sysdeps/powerpc/powerpc64/fpu/s_round.S: New file.
1003 * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: New file.
1004 * sysdeps/powerpc/powerpc64/fpu/s_trunc.S: New file.
1005 * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: New file.
1007 * math/test-misc.c [LDBL_MANT_DIG == 106](main): Correct LDBL_MAX
1008 mantissa for AIX long double format.
1009 * misc/qefgcvt.c [LDBL_MANT_DIG == 106] (NDIGIT_MAX): Define for AIX
1011 * misc/qefgcvt_r.c [LDBL_MANT_DIG == 106] (NDIGIT_MAX): Likewise.
1012 * stdlib/fpioconst.c [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__>1024]
1013 (_fpioconst_pow10): AIX long double format has same exponent range as
1015 * stdlib/fpioconst.h [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__>1024]
1016 (LDBL_MAX_10_EXP_LOG): AIX long double format has same exponent range
1019 2004-04-23 Art Haas <ahaas@airmail.net>
1021 * sysdeps/unix/sysv/linux/kernel-features.h: Add 'defined'.
1023 2004-04-28 Carlos O'Donell <carlos@baldric.uwo.ca>
1025 * sysdeps/unix/sysv/linux/mq_getattr.c: Include <stddef.h>.
1026 * sysdeps/unix/sysv/linux/mq_notify.c: Likewise.
1027 * sysdeps/unix/sysv/linux/mq_open.c: Likewise.
1028 * sysdeps/unix/sysv/linux/mq_receive.c: Likewise.
1029 * sysdeps/unix/sysv/linux/mq_send.c: Likewise.
1031 2004-04-29 Philip Blundell <pb@nexus.co.uk>
1033 * sysdeps/arm/dl-machine.h (RTLD_START): Avoid unnecessary GOT
1036 2004-04-29 Jakub Jelinek <jakub@redhat.com>
1038 * manual/resource.texi (sched_setaffinity, sched_getaffinity): Fix
1039 prototypes and description [BZ #131].
1041 * string/bits/string2.h (strpbrk): Cast NULL to char * [BZ #130].
1042 Patch by Ed Catmur <ed@catmur.co.uk>.
1043 * string/tst-inlcall.c (main): Add test for strpbrk.
1046 * sysdeps/unix/sysv/linux/sys/sysctl.h: Remove linux/compiler.h
1048 (_LINUX_KERNEL_H, _LINUX_TYPES_H, _LINUX_LIST_H): Only define if not
1049 yet defined, #undef back after including linux/sysctl.h if defined
1051 (__LINUX_COMPILER_H, __user): Define if not yet defined, #undef
1052 back after including linux/sysctl.h if defined here.
1054 * sysdeps/sparc/sparc64/soft-fp/qp_qtoi.c (_Qp_qtoi): Use %f31
1055 for single precision register, add it to __asm clobbers [BZ #139].
1056 * sysdeps/sparc/sparc64/soft-fp/qp_qtoui.c (_Qp_qtoui): Use %f31
1057 for single precision register, add it to __asm clobbers.
1058 * sysdeps/sparc/sparc64/soft-fp/qp_qtoux.c (_Qp_qtoux): Use fqtox
1059 instead of fqtoi in QP_HANDLE_EXCEPTIONS.
1060 * sysdeps/sparc/sparc64/soft-fp/qp_qtox.c (_Qp_qtox): Likewise.
1061 Reported by M. H. VanLeeuwen <vanl@megsinet.net>.
1063 2004-04-23 Andreas Schwab <schwab@suse.de>
1065 * sysdeps/unix/sysv/linux/m68k/register-dump.h: Use
1068 2004-04-22 Philip Blundell <philb@gnu.org>
1070 * sysdeps/arm/dl-machine.h (elf_machine_rela): Don't use INTUSE
1071 when calling _dl_signal_error.
1072 (elf_machine_rel): Likewise.
1074 2004-04-21 Ulrich Drepper <drepper@redhat.com>
1076 * sysdeps/unix/sysv/linux/ia64/setjmp.S: Define _GI___sigsetjmp
1077 and use it internally instead of __sigsetjmp.
1078 * sysdeps/ia64/fpu/s_frexpf.c (frexpf): Use _GI___libm_frexp_4f.
1079 * sysdeps/ia64/fpu/s_frexpl.c (frexpl): Use _GI___libm_frexp_4l.
1080 * sysdeps/ia64/fpu/libm_frexp4.S: Define _GI___libm_frexp_4.
1081 * sysdeps/ia64/fpu/libm_frexp4f.S: Define _GI___libm_frexp_4f.
1082 * sysdeps/ia64/fpu/libm_frexp4l.S: Define _GI___libm_frexp_4l.
1083 * sysdeps/ia64/fpu/s_frexp.c (frexp): Use _GI___libm_frexp_4.
1084 * sysdeps/ia64/fpu/libm_support.h: Declare _GI___libm_frexp_4,
1085 _GI___libm_frexp_4f, _GI___libm_frexp_4l.
1086 * sysdeps/ia64/fpu/bits/mathinline.h: New file.
1087 * sysdeps/unix/sysv/linux/ia64/__start_context.S: Use
1088 HIDDEN_JUMPTARGET for exit call.
1089 * sysdeps/unix/sysv/linux/ia64/clone2.S: Use HIDDEN_JUMPTARGET for
1091 * sysdeps/ia64/bcopy.S: Use HIDDEN_JUMPTARGET for memmove call.
1092 * sysdeps/ia64/strcat.S: Use HIDDEN_JUMPTARGET for strlen and
1095 2004-04-21 Jakub Jelinek <jakub@redhat.com>
1097 * posix/tst-chmod.c (do_test): Fix a typo.
1099 * elf/lateglobal.c (main): Fix error checks.
1100 Patch by Stephen Clarke <stephen.clarke@st.com>.
1102 * manual/ctype.texi (isblank, iswblank): Mark as ISO functions,
1103 mention they have been added in ISO C99.
1104 Reported by Ben Pfaff <blp@cs.stanford.edu>.
1106 2004-03-31 H.J. Lu <hongjiu.lu@intel.com>
1108 * sysdeps/ieee754/ldbl-128/bits/huge_vall.h: Fix typo.
1110 2004-04-20 Jakub Jelinek <jakub@redhat.com>
1112 * sysdeps/unix/sysv/linux/shm_open.c (shm_unlink): Change EPERM into
1115 2004-04-20 Jakub Jelinek <jakub@redhat.com>
1117 * stdio-common/vfscanf.c (_IO_vfscanf): Revert last %% whitespace
1119 * stdio-common/tst-sscanf.c (int_tests): Adjust.
1121 * nis/nss-nis.c: Include stdlib.h.
1123 * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Shut up a
1125 * sysdeps/sparc/sparc64/memcmp.S (memcmp): Remove BP_SYM () from
1126 libc_hidden_builtin_def.
1128 2004-04-20 Jim Meyering <jim@meyering.net>
1130 * misc/error.c (error_tail): Don't leak upon realloc failure.
1132 2004-04-20 Martin Schwidefsky <schwidefsky@de.ibm.com>
1134 * sysdeps/unix/sysv/linux/dl-execstack.c (_dl_make_stack_executable):
1135 Use RETURN_ADDRESS instead of __builtin_return_address.
1137 2004-04-19 Ulrich Drepper <drepper@redhat.com>
1139 * sysdeps/unix/sysv/linux/mq_unlink.c: Rewrite to produce more
1142 2004-04-20 Jakub Jelinek <jakub@redhat.com>
1144 * stdio-common/vfscanf.c (_IO_vfscanf): When skipping whitespace,
1145 do input_error () instead of conv_error () and don't look at errno.
1146 Don't eat any whitespace before %% if skip_space == 0.
1147 * stdio-common/tst-sscanf.c (int_tests): New array.
1148 (main): Run int_tests.
1151 See ChangeLog.14 for earlier changes.