* configure.in (alpha-*-osf*), config/alpha/alpha-osf.mh: New

host.
	* sh-tdep.c (frame_find_saved_regs): Use NUM_REGS rather than hard
	wired (and wrong) constant.
	* values.c (unpack_long): Add case to unpack when target object is
	sizeof(int).
	* config/sh/tm-sh.h (REGISTER_NAMES): Know about the news ones the
	simulator defines.
This commit is contained in:
Steve Chamberlain
1993-06-17 22:16:07 +00:00
parent 219cf23283
commit 7ccb1e4401
7 changed files with 68 additions and 7 deletions

View File

@@ -111,7 +111,7 @@ frame_find_saved_regs (fi, fsr)
struct frame_info *fi;
struct frame_saved_regs *fsr;
{
int where[16];
int where[NUM_REGS];
int rn;
int have_fp = 0;
int depth;