diff options
author | Andrew Cagney <cagney@redhat.com> | 2003-09-14 22:35:33 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2003-09-14 22:35:33 +0000 |
commit | 6951700025cba17b96a672a18681ec47158618ae (patch) | |
tree | cdb489cfd85eb174a93c66f3b496df0c16fbbdc8 /gdb/rs6000-tdep.c | |
parent | ef8b349d3cc6401d3c536ac496b98bb3f50e9a5e (diff) | |
download | gdb-6951700025cba17b96a672a18681ec47158618ae.zip gdb-6951700025cba17b96a672a18681ec47158618ae.tar.gz gdb-6951700025cba17b96a672a18681ec47158618ae.tar.bz2 |
2003-09-14 Andrew Cagney <cagney@redhat.com>
* rs6000-tdep.c (rs6000_push_dummy_call): Fix typos.
* dcache.c: Update copyrights and descriptions.
* scm-exp.c, ia64-aix-nat.c, hppam3-nat.c: environ.c: Ditto.
Diffstat (limited to 'gdb/rs6000-tdep.c')
-rw-r--r-- | gdb/rs6000-tdep.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/rs6000-tdep.c b/gdb/rs6000-tdep.c index e8e11e3..a631ffc 100644 --- a/gdb/rs6000-tdep.c +++ b/gdb/rs6000-tdep.c @@ -1291,10 +1291,10 @@ ran_out_of_registers_for_arguments: store_unsigned_integer (tmp_buffer, 4, saved_sp); write_memory (sp, tmp_buffer, 4); - /* Set the stack pointer. According to the ABI, the SP is ment to + /* Set the stack pointer. According to the ABI, the SP is meant to be set _before_ the corresponding stack space is used. No need - for that here though - the target has been completly stopped - it - isn't possible for an exception handler to stomp on the stack. */ + for that here though - the target has been completely stopped - + it isn't possible for an exception handler to stomp on the stack. */ regcache_raw_write_signed (regcache, SP_REGNUM, sp); /* Point the inferior function call's return address at the dummy's |