aboutsummaryrefslogtreecommitdiff
path: root/gdb/cris-tdep.c
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2003-01-09 18:53:21 +0000
committerAndrew Cagney <cagney@redhat.com>2003-01-09 18:53:21 +0000
commit479ab5a00d3aa5dba754b8231a4c9e0b03d33ded (patch)
tree67a84f3a481ea046e7009095ba9c15d0b8784325 /gdb/cris-tdep.c
parent696d5a5b8440861f2e53015652b37388ef6d4283 (diff)
downloadgdb-479ab5a00d3aa5dba754b8231a4c9e0b03d33ded.zip
gdb-479ab5a00d3aa5dba754b8231a4c9e0b03d33ded.tar.gz
gdb-479ab5a00d3aa5dba754b8231a4c9e0b03d33ded.tar.bz2
2003-01-09 Andrew Cagney <ac131313@redhat.com>
* frame.h (frame_obstack_zalloc): Replace frame_obstack_alloc. Update comments. * frame.c (frame_obstack_zalloc): Replace frame_obstack_alloc. (frame_saved_regs_zalloc): Update. (frame_saved_regs_register_unwind): Update. (create_new_frame): Update. (get_prev_frame): Update. (frame_extra_info_zalloc): Update. (deprecated_get_frame_saved_regs): Update. * dwarf2cfi.c (cfi_init_extra_frame_info): Update. * cris-tdep.c: Update comment.
Diffstat (limited to 'gdb/cris-tdep.c')
-rw-r--r--gdb/cris-tdep.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/gdb/cris-tdep.c b/gdb/cris-tdep.c
index 3f27416..b9fae82 100644
--- a/gdb/cris-tdep.c
+++ b/gdb/cris-tdep.c
@@ -1148,8 +1148,7 @@ cris_frameless_function_invocation (struct frame_info *fi)
/* See frame.h. Determines the address of all registers in the current stack
frame storing each in frame->saved_regs. Space for frame->saved_regs shall
- be allocated by FRAME_INIT_SAVED_REGS using either frame_saved_regs_zalloc
- or frame_obstack_alloc. */
+ be allocated by FRAME_INIT_SAVED_REGS using frame_saved_regs_zalloc. */
void
cris_frame_init_saved_regs (struct frame_info *fi)