glibc/linuxthreads_db
Ulrich Drepper 5ce98c3f3f Update.
2004-05-03  Jakub Jelinek  <jakub@redhat.com>

	* sysdeps/unix/bsd/bits/fcntl.h (F_SETOWN, F_GETOWN): Define if
	__USE_BSD or __USE_UNIX98.
	* sysdeps/unix/bsd/ultrix4/bits/fcntl.h (F_SETOWN, F_GETOWN): Likewise.
	* sysdeps/unix/bsd/bsd4.4/bits/fcntl.h (F_SETOWN, F_GETOWN): Likewise.
	* sysdeps/unix/bsd/sun/sunos4/bits/fcntl.h (F_SETOWN, F_GETOWN):
	Likewise.
	* sysdeps/unix/common/bits/fcntl.h (F_SETOWN, F_GETOWN): Likewise.
	* sysdeps/unix/sysv/aix/bits/fcntl.h (F_SETOWN, F_GETOWN): Likewise.
	* sysdeps/unix/sysv/irix4/bits/fcntl.h (F_SETOWN, F_GETOWN): Likewise.
	* sysdeps/unix/sysv/linux/alpha/bits/fcntl.h (F_SETOWN, F_GETOWN):
	Likewise.
	* sysdeps/unix/sysv/linux/s390/bits/fcntl.h (F_SETOWN, F_GETOWN):
	Likewise.
	* sysdeps/unix/sysv/linux/cris/bits/fcntl.h (F_SETOWN, F_GETOWN):
	Likewise.
	*sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h (F_SETOWN, F_GETOWN):
	Likewise.
	* sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (F_SETOWN, F_GETOWN):
	Likewise.
	* sysdeps/unix/sysv/linux/mips/bits/fcntl.h (F_SETOWN, F_GETOWN):
	Likewise.
	* sysdeps/unix/sysv/linux/sh/bits/fcntl.h (F_SETOWN, F_GETOWN):
	Likewise.
	* sysdeps/unix/sysv/linux/i386/bits/fcntl.h (F_SETOWN, F_GETOWN):
	Likewise.
	* sysdeps/unix/sysv/linux/m68k/bits/fcntl.h (F_SETOWN, F_GETOWN):
	Likewise.
	* sysdeps/unix/sysv/linux/ia64/bits/fcntl.h (F_SETOWN, F_GETOWN):
	Likewise.
	* sysdeps/unix/sysv/linux/arm/bits/fcntl.h (F_SETOWN, F_GETOWN):
	Likewise.
	* sysdeps/unix/sysv/linux/hppa/bits/fcntl.h (F_SETOWN, F_GETOWN):
	Likewise.
	* sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h (F_SETOWN, F_GETOWN):
	Likewise.
	* sysdeps/generic/bits/fcntl.h (F_SETOWN, F_GETOWN): Likewise.
	* sysdeps/mach/hurd/bits/fcntl.h (F_SETOWN, F_GETOWN): Likewise.
	* io/sys/stat.h (S_ISSOCK, S_IFSOCK): Likewise.

2004-05-01  Jakub Jelinek  <jakub@redhat.com>

	* posix/Versions (libc): Remove __libc_wait, __libc_waitpid,
	__libc_pause, __libc_nanosleep, __libc_pread, __libc_pread64,
	__libc_pwrite64, __waitid and __pselect @@GLIBC_PRIVATE.
	* stdlib/Versions (libc): Remove __on_exit@@GLIBC_PRIVATE.
	* sysdeps/unix/sysv/linux/Versions (libc): Remove
	__libc_sigaction@@GLIBC_PRIVATE.
	* sysdeps/unix/sysv/linux/x86_64/Versions (libc): Remove
	__modify_ldt@@GLIBC_PRIVATE.
	* socket/Versions (libc): Remove __libc_accept, __libc_send,
	__libc_recvfrom, __libc_recvmsg, __libc_sendmsg, __libc_recv,
	__libc_sendto and __libc_connect @@GLIBC_PRIVATE.
	* stdio-common/Versions (libc): Remove
	_itoa_upper_digits@@GLIBC_PRIVATE.
	* resolv/Versions (libresolv): Remove __ns_samename@@GLIBC_PRIVATE.
	* misc/Versions (libc): Remove __libc_fsync, __libc_msync,
	__libc_readv and __libc_writev @@GLIBC_PRIVATE.
	* termios/Versions (libc): Remove __libc_tcdrain@@GLIBC_PRIVATE.
	* io/Versions (libc): Remove __libc_open, __libc_close, __libc_read,
	__libc_write, __libc_lseek, __libc_fcntl, __libc_open64 and
	__libc_lseek64 @@GLIBC_PRIVATE.

2004-04-30  Jakub Jelinek  <jakub@redhat.com>

	* elf/dl-load.c (open_verify): Move e_phentsize check after e_type
	check.

2004-04-29  Steven Munroe  <sjmunroe@us.ibm.com>

	* sysdeps/powerpc/powerpc64/fpu/s_ceil.S: New file.
	* sysdeps/powerpc/powerpc64/fpu/s_ceilf.S: New file.
	* sysdeps/powerpc/powerpc64/fpu/s_floor.S: New file.
	* sysdeps/powerpc/powerpc64/fpu/s_floorf.S: New file.
	* sysdeps/powerpc/powerpc64/fpu/s_llrint.c: Removed.
	* sysdeps/powerpc/powerpc64/fpu/s_llrint.S: New file.
	* sysdeps/powerpc/powerpc64/fpu/s_llrintf.c: Removed.
	* sysdeps/powerpc/powerpc64/fpu/s_llrintf.S: New file.
	* sysdeps/powerpc/powerpc64/fpu/s_llround.S: New file.
	* sysdeps/powerpc/powerpc64/fpu/s_llroundf.S: New file.
	* sysdeps/powerpc/powerpc64/fpu/s_lround.S: New file.
	* sysdeps/powerpc/powerpc64/fpu/s_lroundf.S: New file.
	* sysdeps/powerpc/powerpc64/fpu/s_rint.S: New file.
	* sysdeps/powerpc/powerpc64/fpu/s_rintf.S: New file.
	* sysdeps/powerpc/powerpc64/fpu/s_round.S: New file.
	* sysdeps/powerpc/powerpc64/fpu/s_roundf.S: New file.
	* sysdeps/powerpc/powerpc64/fpu/s_trunc.S: New file.
	* sysdeps/powerpc/powerpc64/fpu/s_truncf.S: New file.

	* math/test-misc.c [LDBL_MANT_DIG == 106](main): Correct LDBL_MAX
	mantissa for AIX long double format.
	* misc/qefgcvt.c [LDBL_MANT_DIG == 106] (NDIGIT_MAX): Define for AIX
	long double format.
	* misc/qefgcvt_r.c [LDBL_MANT_DIG == 106] (NDIGIT_MAX): Likewise.
	* stdlib/fpioconst.c [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__>1024]
	(_fpioconst_pow10): AIX long double format has same exponent range as
	double.
	* stdlib/fpioconst.h [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__>1024]
	(LDBL_MAX_10_EXP_LOG): AIX long double format has same exponent range
	as double.

2004-04-23  Art Haas  <ahaas@airmail.net>

	* sysdeps/unix/sysv/linux/kernel-features.h: Add 'defined'.
2004-05-03 21:40:12 +00:00
..
Banner Update. 1999-11-12 21:27:41 +00:00
ChangeLog * db_info.c: Don't use TLS_TP_OFFSET in the #if, but 2004-03-14 03:40:12 +00:00
Makefile 2003-03-15 Roland McGrath <roland@redhat.com> 2003-03-15 23:55:23 +00:00
proc_service.h Update. 2001-07-06 06:58:28 +00:00
shlib-versions Update. 1999-10-08 17:16:17 +00:00
td_init.c Don't use __FUNCTION__ as literal. 2001-12-28 16:41:29 +00:00
td_log.c Don't use __FUNCTION__ as literal. 2001-12-28 16:41:29 +00:00
td_symbol_list.c 2003-11-25 Roland McGrath <roland@redhat.com> 2003-12-18 02:22:04 +00:00
td_ta_clear_event.c Don't use __FUNCTION__ as literal. 2001-12-28 16:41:29 +00:00
td_ta_delete.c Don't use __FUNCTION__ as literal. 2001-12-28 16:41:29 +00:00
td_ta_enable_stats.c Don't use __FUNCTION__ as literal. 2001-12-28 16:41:29 +00:00
td_ta_event_addr.c Don't use __FUNCTION__ as literal. 2001-12-28 16:41:29 +00:00
td_ta_event_getmsg.c Update. 2002-02-05 00:57:29 +00:00
td_ta_get_nthreads.c Don't use __FUNCTION__ as literal. 2001-12-28 16:41:29 +00:00
td_ta_get_ph.c Don't use __FUNCTION__ as literal. 2001-12-28 16:41:29 +00:00
td_ta_get_stats.c Don't use __FUNCTION__ as literal. 2001-12-28 16:41:29 +00:00
td_ta_map_id2thr.c Update. 2002-07-15 23:37:22 +00:00
td_ta_map_lwp2thr.c Update. 2002-07-15 23:37:22 +00:00
td_ta_new.c 2003-01-29 Roland McGrath <roland@redhat.com> 2003-01-30 08:20:09 +00:00
td_ta_reset_stats.c Don't use __FUNCTION__ as literal. 2001-12-28 16:41:29 +00:00
td_ta_set_event.c Don't use __FUNCTION__ as literal. 2001-12-28 16:41:29 +00:00
td_ta_setconcurrency.c Don't use __FUNCTION__ as literal. 2001-12-28 16:41:29 +00:00
td_ta_thr_iter.c * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_fixup_plt): 2003-03-02 11:45:12 +00:00
td_ta_tsd_iter.c Update. 2002-02-05 00:57:29 +00:00
td_thr_clear_event.c Update. 2002-07-16 20:18:42 +00:00
td_thr_dbresume.c Don't use __FUNCTION__ as literal. 2001-12-28 16:41:29 +00:00
td_thr_dbsuspend.c Don't use __FUNCTION__ as literal. 2001-12-28 16:41:29 +00:00
td_thr_event_enable.c Update. 2002-08-08 06:38:19 +00:00
td_thr_event_getmsg.c Update. 2002-07-16 20:18:42 +00:00
td_thr_get_info.c Update. 2002-07-15 23:37:22 +00:00
td_thr_getfpregs.c Update. 2003-08-25 09:06:06 +00:00
td_thr_getgregs.c Update. 2003-08-25 09:06:06 +00:00
td_thr_getxregs.c Don't use __FUNCTION__ as literal. 2001-12-28 16:41:29 +00:00
td_thr_getxregsize.c Don't use __FUNCTION__ as literal. 2001-12-28 16:41:29 +00:00
td_thr_set_event.c Update. 2002-07-16 20:18:42 +00:00
td_thr_setfpregs.c Update. 2002-07-16 20:18:42 +00:00
td_thr_setgregs.c Update. 2002-07-16 20:18:42 +00:00
td_thr_setprio.c Don't use __FUNCTION__ as literal. 2001-12-28 16:41:29 +00:00
td_thr_setsigpending.c Don't use __FUNCTION__ as literal. 2001-12-28 16:41:29 +00:00
td_thr_setxregs.c Don't use __FUNCTION__ as literal. 2001-12-28 16:41:29 +00:00
td_thr_sigsetmask.c Don't use __FUNCTION__ as literal. 2001-12-28 16:41:29 +00:00
td_thr_tls_get_addr.c 2003-03-15 Roland McGrath <roland@redhat.com> 2003-03-15 23:55:23 +00:00
td_thr_tlsbase.c * db_info.c: Don't use TLS_TP_OFFSET in the #if, but 2004-03-14 03:40:12 +00:00
td_thr_tsd.c Update. 2002-09-29 07:03:57 +00:00
td_thr_validate.c Update. 2002-07-17 00:03:55 +00:00
thread_db.h 2003-03-15 Roland McGrath <roland@redhat.com> 2003-03-15 23:55:23 +00:00
thread_dbP.h Update. 2004-05-03 21:40:12 +00:00
Versions 2003-03-15 Roland McGrath <roland@redhat.com> 2003-03-15 23:55:23 +00:00