From: Nicholas Duffek Date: Fri, 12 Jan 2001 20:43:35 +0000 (+0000) Subject: * blockframe.c (generic_get_saved_register): Spelling fix. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7036d6ce0eefad78c871da51e41533a45daaa331;p=binutils-gdb.git * blockframe.c (generic_get_saved_register): Spelling fix. * frame.h (FRAME_FP): Spelling fix. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 500b5b72731..ef0ae5aac82 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2001-01-12 Nicholas Duffek + + * blockframe.c (generic_get_saved_register): Spelling fix. + * frame.h (FRAME_FP): Spelling fix. + Fri Jan 12 18:29:46 2001 Andrew Cagney * infcmd.c (print_return_value): Restore space lost by switch to diff --git a/gdb/blockframe.c b/gdb/blockframe.c index 8e5bc21ae79..eec0e109e82 100644 --- a/gdb/blockframe.c +++ b/gdb/blockframe.c @@ -1249,7 +1249,7 @@ generic_fix_call_dummy (char *dummy, CORE_ADDR pc, CORE_ADDR fun, int nargs, calculated rather than fetched). We will use not_lval for values fetched from generic dummy frames. - Set *ADDRP to the address, either in memory on as a REGISTER_BYTE + Set *ADDRP to the address, either in memory or as a REGISTER_BYTE offset into the registers array. If the value is stored in a dummy frame, set *ADDRP to zero. diff --git a/gdb/frame.h b/gdb/frame.h index 37fa97ccc34..71cf383fcfe 100644 --- a/gdb/frame.h +++ b/gdb/frame.h @@ -121,7 +121,7 @@ enum print_what extern void *frame_obstack_alloc (unsigned long size); extern void frame_saved_regs_zalloc (struct frame_info *); -/* Return the frame address from FR. Except in the machine-dependent +/* Return the frame address from FI. Except in the machine-dependent *FRAME* macros, a frame address has no defined meaning other than as a magic cookie which identifies a frame over calls to the inferior. The only known exception is inferior.h