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 m68k-tdep.c config/m68k/tm-m ...


CVSROOT:	/cvs/src
Module name:	src
Changes by:	graces@sources.redhat.com	2002-06-26 10:09:31

Modified files:
	gdb            : ChangeLog m68k-tdep.c 
	gdb/config/m68k: tm-m68k.h 

Log message:
	* config/m68k/tm-m68k.h: Rearrange code so macros not in the
	gdbarch vector are at the top.
	(NUM_REGS): Remove.
	(FP_REGNUM, SP_REGNUM, PS_REGNUM, PC_REGNUM, FP0_REGNUM): Remove.
	(FRAME_ARGS_ADDRESS): Remove.
	(FRAME_LOCALS_ADDRESS): Remove.
	(FRAME_NUM_ARGS): Remove.
	(FRAME_ARGS_SKIP): Remove.
	* m68k-tdep.c (enum): Add eumeration of special register numbers.
	(m68k_gdbarch_init): Add gdbarch initializations for macros
	undefined in tm-m68k.h

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.2830&r2=1.2831
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/m68k-tdep.c.diff?cvsroot=src&r1=1.20&r2=1.21
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/config/m68k/tm-m68k.h.diff?cvsroot=src&r1=1.16&r2=1.17


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