diff options
author | Per Bothner <per@bothner.com> | 1992-03-13 01:42:25 +0000 |
---|---|---|
committer | Per Bothner <per@bothner.com> | 1992-03-13 01:42:25 +0000 |
commit | 507e40040c579ffe49a9da882f042431987dd6bd (patch) | |
tree | bfea09fda6ff8dc1077951a76ad95840adc7cf37 /gdb/rs6000-xdep.c | |
parent | 8a62f15528ab51a146b45c782038f6cb61810398 (diff) | |
download | gdb-507e40040c579ffe49a9da882f042431987dd6bd.zip gdb-507e40040c579ffe49a9da882f042431987dd6bd.tar.gz gdb-507e40040c579ffe49a9da882f042431987dd6bd.tar.bz2 |
Mostly merged in changes from IBM (Metin); see ChangeLog.
Diffstat (limited to 'gdb/rs6000-xdep.c')
-rw-r--r-- | gdb/rs6000-xdep.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/rs6000-xdep.c b/gdb/rs6000-xdep.c index 62f3f59..c8c0c1d 100644 --- a/gdb/rs6000-xdep.c +++ b/gdb/rs6000-xdep.c @@ -333,7 +333,7 @@ frame_initial_stack_address (fi) return fi->initial_sp = read_register (fdata.alloca_reg); /* Otherwise, this is a caller frame. Callee has usually already saved - registers, but there are are exceptions (such as when the callee + registers, but there are exceptions (such as when the callee has no parameters). Find the address in which caller's alloca register is saved. */ |