* sparc-tdep.c, lynx-nat.c, config/sparc/tm-sparc.h,

config/sparc/tm-sparclynx.h:  Move defs of FRAME_SAVED_I0/L0 to
	tm-sparc.h so they can be overridden if necessary.
This commit is contained in:
Stu Grossman
1994-01-22 08:42:14 +00:00
parent eae821453c
commit 8bf94f44bc
5 changed files with 37 additions and 15 deletions

View File

@@ -131,9 +131,6 @@ single_step (ignore)
}
}
#define FRAME_SAVED_L0 0 /* Byte offset from SP */
#define FRAME_SAVED_I0 (8 * REGISTER_RAW_SIZE (0)) /* Byte offset from SP */
CORE_ADDR
sparc_frame_chain (thisframe)
FRAME thisframe;
@@ -161,7 +158,7 @@ sparc_extract_struct_value_address (regbuf)
/* Find the pc saved in frame FRAME. */
CORE_ADDR
frame_saved_pc (frame)
sparc_frame_saved_pc (frame)
FRAME frame;
{
char buf[MAX_REGISTER_RAW_SIZE];