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 hppa-tdep.c hppa-hpux-tdep.c Makefile. ...


CVSROOT:	/cvs/src
Module name:	src
Changes by:	brobecke@sourceware.org	2002-12-26 01:36:43

Modified files:
	gdb            : hppa-tdep.c hppa-hpux-tdep.c Makefile.in 
	                 ChangeLog 
	gdb/config/pa  : tm-hppa.h tm-hppah.h 

Log message:
	Continuing work to convert the hppa targets to multiarch partial.
	
	* hppa-tdep.c: (hppa_register_raw_size): New function replacing
	the body of macro REGISTER_RAW_SIZE.
	* hppa-hpux-tdep.c: Add new functions replacing macro bodies from
	config/pa/tm-hppah.h. These functions will be used to initialize
	the gdbarch structure.
	(hppa_hpux_pc_in_sigtramp): New function.
	(hppa_hpux_frame_saved_pc_in_sigtramp): New function.
	(hppa_hpux_frame_base_before_sigtramp): New function.
	(hppa_hpux_frame_find_saved_regs_in_sigtramp): New function.
	Add gdbcore.h #include.
	* config/pa/tm-hppa.h (REGISTER_RAW_SIZE): Change the definition
	of this gdbarch-eligible macro to a call to the new associated
	function.
	* config/pa/tm-hppah.h (PC_IN_SIGTRAMP): Likewise.
	(FRAME_SAVED_PC_IN_SIGTRAMP): Change the definition of this macro
	into a call to the new associated function.
	(FRAME_BASE_BEFORE_SIGTRAMP): Likewise.
	(FRAME_FIND_SAVED_REGS_IN_SIGTRAMP): Likewise.
	* Makefile.in (hppa-hpux-tdep.o): Add dependency on gdbcore.h.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/hppa-tdep.c.diff?cvsroot=src&r1=1.41&r2=1.42
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/hppa-hpux-tdep.c.diff?cvsroot=src&r1=1.2&r2=1.3
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/Makefile.in.diff?cvsroot=src&r1=1.298&r2=1.299
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.3625&r2=1.3626
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/config/pa/tm-hppa.h.diff?cvsroot=src&r1=1.26&r2=1.27
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/config/pa/tm-hppah.h.diff?cvsroot=src&r1=1.4&r2=1.5


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