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 sparc-linux-tdep.c sparc-sol ...


CVSROOT:	/cvs/src
Module name:	src
Branch: 	kettenis_sparc-20030918-branch
Changes by:	kettenis@sourceware.org	2003-12-21 23:13:59

Modified files:
	gdb            : ChangeLog sparc-linux-tdep.c sparc-sol2-tdep.c 
	                 sparc-tdep.c sparc-tdep.h sparc64-tdep.c 

Log message:
	* sparc-tdep.h (struct sparc_frame_cache): Rename from `struct
	sparc32_frame_cache'.
	(sparc_analyze_prologue, sparc_frame_cache): New prototypes.
	(sparc32_frame_cache): Adjust prototype.
	* sparc-tdep.c (sparc_alloc_frame_cache): Rename from
	sparc32_alloc_frame_cache.  Use `struct sparc_frame_cache' instead
	of `struct sparc32_frame_cache'.
	(sparc_analyze_prologue): Rename from sparc32_analyze_prologue.
	Use `struct sparc_frame_cache' instead of `struct
	sparc32_frame_cache'.
	(sparc32_skip_prologue): Use `struct sparc_frame_cache' instead of
	`struct sparc32_frame_cache'.  Call sparc_analyze_prologue instead
	of sparc32_analyze_prologue.
	(sparc_frame_cache): New function with generic code from...
	(sparc32_frame_cache): ...here.
	(sparc32_frame_this_id, sparc32_frame_prev_register)
	(sparc32_frame_base_address): Use `struct sparc_frame_cache'
	instead of `struct sparc32_frame_cache'.
	* sparc-sol2-tdep.c (sparc32_sol2_sigtramp_frame_cache)
	(sparc32_sol2_sigtramp_frame_this_id)
	(sparc32_sol2_sigtramp_frame_prev_register): Change return type to
	`struct sparc_frame_cache *'.
	* sparc-linux-tdep.c (sparc32_linux_sigtramp_frame_cache)
	(sparc32_linux_sigtramp_frame_this_id)
	(sparc32_linux_sigtramp_frame_prev_register): Change return type
	to `struct sparc_frame_cache *'.
	* sparc64-tdep.c (X_OP, X_RD, X_A, X_COND, X_OP2, X_IMM22, X_OP3)
	(X_I, X_DISP22, X_DISP19): Remove macros.
	(struct sparc64_frame_cache): Remove.
	(sparc64_alloc_frame_cache, sparc64_analyze_prologue): Remove
	functions.
	(sparc64_skip_prologue): Use `struct sparc_frame_cache' instead of
	`struct sparc64_frame_cache.  Call sparc_analyze_prologue instead
	of sparc64_analuze_prologue.
	(sparc64_frame_this_id, sparc64_frame_prev_register,
	sparc64_frame_base_address): Use `struct sparc_frame_cache'
	instead of `struct sparc64_frame_cache.
	(sparc64_frame_cache): Change return type to `struct
	sparc_frame_cache *'.  Simply call sparc_frame_cache.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&only_with_tag=kettenis_sparc-20030918-branch&r1=1.4779.2.27&r2=1.4779.2.28
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/sparc-linux-tdep.c.diff?cvsroot=src&only_with_tag=kettenis_sparc-20030918-branch&r1=1.1.2.5&r2=1.1.2.6
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/sparc-sol2-tdep.c.diff?cvsroot=src&only_with_tag=kettenis_sparc-20030918-branch&r1=1.1.2.3&r2=1.1.2.4
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/sparc-tdep.c.diff?cvsroot=src&only_with_tag=kettenis_sparc-20030918-branch&r1=1.127.2.8&r2=1.127.2.9
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/sparc-tdep.h.diff?cvsroot=src&only_with_tag=kettenis_sparc-20030918-branch&r1=1.3.10.6&r2=1.3.10.7
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/sparc64-tdep.c.diff?cvsroot=src&only_with_tag=kettenis_sparc-20030918-branch&r1=1.3.4.3&r2=1.3.4.4


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