This is the mail archive of the gdb-cvs@sourceware.cygnus.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

src/gdb ChangeLog acconfig.h config.in configu ...


CVSROOT:	/cvs/src
Module name:	src
Branch: 	gdb_5_0-2000-04-10-branch
Changes by:	kettenis@sourceware.cygnus.com	00/04/14 03:40:00

Modified files:
	gdb            : ChangeLog acconfig.h config.in configure.in 
	                 configure lin-thread.c 

Log message:
	2000-04-13  Mark Kettenis  <kettenis@gnu.org>
	
	* acconfig.h (HAVE_PRGREGSET_T, HAVE_PRFPREGSET_T, HAVE_LWPID_T,
	HAVE_PSADDR_T): Add them here instead of in config.in.
	
	* acconfig.h (PRFPREGSET_T_BROKEN): New define.
	* configure.in: Add check for broken prfpregset_t type.
	* lin-thread.c (gdb_prfpregset): New typedef, depends on
	definition of PRFPREGSET_T_BROKEN.
	(ps_lgetfpregs, ps_lsetfpregs, p_td_thr_getfpregs,
	p_td_thr_setfpregs, thread_db_fetch_registers,
	thread_db_store_registers): Use gdb_prfpregset_t instead of
	prfpregset_t.
	* config.in: Regenerated.
	* configure: Regenerated.

Patches:
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&only_with_tag=gdb_5_0-2000-04-10-branch&r1=1.255.2.11&r2=1.255.2.12
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi/src/gdb/acconfig.h.diff?cvsroot=src&only_with_tag=gdb_5_0-2000-04-10-branch&r1=1.4&r2=1.4.2.1
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi/src/gdb/config.in.diff?cvsroot=src&only_with_tag=gdb_5_0-2000-04-10-branch&r1=1.6&r2=1.6.2.1
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi/src/gdb/configure.in.diff?cvsroot=src&only_with_tag=gdb_5_0-2000-04-10-branch&r1=1.18.2.1&r2=1.18.2.2
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi/src/gdb/configure.diff?cvsroot=src&only_with_tag=gdb_5_0-2000-04-10-branch&r1=1.17.2.1&r2=1.17.2.2
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi/src/gdb/lin-thread.c.diff?cvsroot=src&only_with_tag=gdb_5_0-2000-04-10-branch&r1=1.3&r2=1.3.2.1


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]