diff options
author | Frank Ch. Eigler <fche@redhat.com> | 1998-05-16 20:34:43 +0000 |
---|---|---|
committer | Frank Ch. Eigler <fche@redhat.com> | 1998-05-16 20:34:43 +0000 |
commit | c19916b73ee3c695f168e9ddbe867124d8110caf (patch) | |
tree | 3ad95e3c05aae10c3900ed2666c2786d01e9bd4f /gdb/config | |
parent | 5f4c24c02420ceb55b2b4fa22428bacb0f56e4cc (diff) | |
download | binutils-gdb-c19916b73ee3c695f168e9ddbe867124d8110caf.tar.gz |
* Bringing over patches for PR 15870, 15653 from chill/d30v branches.
Also, fixed a small third-party sanitize typo in ChangeLog.
Diffstat (limited to 'gdb/config')
-rw-r--r-- | gdb/config/d30v/tm-d30v.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/config/d30v/tm-d30v.h b/gdb/config/d30v/tm-d30v.h index bd15ef53fac..3455ed175e1 100644 --- a/gdb/config/d30v/tm-d30v.h +++ b/gdb/config/d30v/tm-d30v.h @@ -228,7 +228,8 @@ extern void d30v_init_extra_frame_info PARAMS (( int fromleaf, struct frame_info #define FRAME_ARGS_ADDRESS(fi) (fi)->frame #define FRAME_LOCALS_ADDRESS(fi) (fi)->frame -#define INIT_FRAME_PC(fromleaf, prev) d30v_init_frame_pc(fromleaf, prev) +#define INIT_FRAME_PC_FIRST(fromleaf, prev) d30v_init_frame_pc(fromleaf, prev) +#define INIT_FRAME_PC(fromleaf, prev) /* nada */ /* Immediately after a function call, return the saved pc. We can't */ /* use frame->return_pc beause that is determined by reading R62 off the */ |