This is the mail archive of the gdb-cvs@sources.redhat.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]
Other format: [Raw text]

src/gdb ChangeLog i386-tdep.h i386-linux-nat.c ...


CVSROOT:	/cvs/src
Module name:	src
Changes by:	kettenis@sourceware.org	2004-09-08 14:46:10

Modified files:
	gdb            : ChangeLog i386-tdep.h i386-linux-nat.c 
	                 i386-nto-tdep.c 

Log message:
	* i386-tdep.h (FPC_REGNUM, FCTRL_REGNUM, FSTAT_REGNUM, FTAG_REGNUM)
	(FISEG_REGNUM, FIOFF_REGNUM, FOSEG_REGNUM, FOOFF_REGNUM)
	(FOP_REGNUM, XMM0_REGNUM, MXCSR_REGNUM): Remove macros.
	(i386_frameless_signal_p): Remove prototype.
	* i386-linux-nat.c (GETFPREGS_SUPPLIES): Remove macro.
	(GETFPXREGS_SUPPLIES): Define using I386_ST0_REGNUM and
	I386_SSE_NUM_REGS.
	* i386-nto-tdep.c (i386nto_supply_gregset): Use I386_NUM_GREGS
	instead of FP0_REGNUM.
	(i386nto_regset_id): Use I386_NUM_GREGS and I386_NUM_FREGS instead
	of FP0_REGNUM and FPC_REGNUM.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.6352&r2=1.6353
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/i386-tdep.h.diff?cvsroot=src&r1=1.40&r2=1.41
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/i386-linux-nat.c.diff?cvsroot=src&r1=1.60&r2=1.61
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/i386-nto-tdep.c.diff?cvsroot=src&r1=1.13&r2=1.14


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