diff options
author | Andrew Cagney <cagney@redhat.com> | 2003-06-08 22:10:12 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2003-06-08 22:10:12 +0000 |
commit | 8983bd8343754a6b8b34a0a56e66c5fe03eb4ca3 (patch) | |
tree | 40cbc8da7176c531ec72daadc571b8a8ac1b5834 /gdb/d10v-tdep.c | |
parent | b9362cc7a8079dd0809070cfd94e94097fa7b6d0 (diff) | |
download | gdb-8983bd8343754a6b8b34a0a56e66c5fe03eb4ca3.zip gdb-8983bd8343754a6b8b34a0a56e66c5fe03eb4ca3.tar.gz gdb-8983bd8343754a6b8b34a0a56e66c5fe03eb4ca3.tar.bz2 |
2003-06-08 Andrew Cagney <cagney@redhat.com>
* trad-frame.h (struct trad_frame_saved_reg): Rename "struct
trad_frame". Update comments.
* d10v-tdep.c (struct d10v_unwind_cache): Update.
* trad-frame.c (trad_frame_alloc_saved_regs): Update.
(trad_frame_register_value, trad_frame_prev_register): Update.
Diffstat (limited to 'gdb/d10v-tdep.c')
-rw-r--r-- | gdb/d10v-tdep.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/d10v-tdep.c b/gdb/d10v-tdep.c index 7faa63b..a83d6ba 100644 --- a/gdb/d10v-tdep.c +++ b/gdb/d10v-tdep.c @@ -577,7 +577,7 @@ struct d10v_unwind_cache LONGEST r11_offset; int uses_frame; /* Table indicating the location of each and every register. */ - struct trad_frame *saved_regs; + struct trad_frame_saved_reg *saved_regs; }; static int |