mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-27 17:40:49 +00:00
* 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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user