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-07-02 11:13:54

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

Log message:
	* m68k-tdep.c (m68k_remote_breakpoint_from_pc): Add. Currently not
	used in architecture vector. The default is
	m68k_local_breakpoint_from_pc.
	(m68k_local_breakpoint_from_pc): Add.
	(enum): Add register numbers from tm-m68k.h.
	(m68k_gdbarch_init): Add breakpoint_from_pc to architecture vector.
	* config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Set to
	GDB_MULTI_ARCH_PARTIAL.
	(BPT_VECTOR, REGISTER_BYTES_FP, REGISTER_BYTES_NOFP)
	(NUM_FREGS, SIG_PC_FP_OFFSET, SP_ARG0, REMOTE_BPT_VECTOR): Move to
	m68k-tdep.c.
	(BREAKPOINT, REMOTE_BREAKPOINT): Remove.
	(A1_REGNUM, FP0_REGNUM, FPC_REGNUM, FPS_REGNUM, FPI_REGNUM): Move
	to enum in m68k-tdep.c

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.2858&r2=1.2859
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/m68k-tdep.c.diff?cvsroot=src&r1=1.21&r2=1.22
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/config/m68k/tm-m68k.h.diff?cvsroot=src&r1=1.17&r2=1.18


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