diff options
author | David Edelsohn <dje.gcc@gmail.com> | 1997-04-17 21:13:57 +0000 |
---|---|---|
committer | David Edelsohn <dje.gcc@gmail.com> | 1997-04-17 21:13:57 +0000 |
commit | d4d2dce55312e31d9376bae7d952209bdd61196c (patch) | |
tree | 3c6ec47d92346f276c7328e818310b9fdccae760 | |
parent | a041278519228874a57aee46f57ada8cba127e33 (diff) | |
download | gdb-d4d2dce55312e31d9376bae7d952209bdd61196c.zip gdb-d4d2dce55312e31d9376bae7d952209bdd61196c.tar.gz gdb-d4d2dce55312e31d9376bae7d952209bdd61196c.tar.bz2 |
* m32r-stub.c (stash_registers): Rewrite.
(restore_registers): Renamed to restore_and_return.
(cleanup_stash): New function.
(process_exception): New function.
(_catchException*): Rewrite.
-rw-r--r-- | gdb/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 3317119..b57241f 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,11 @@ Thu Apr 17 02:20:23 1997 Doug Evans <dje@canuck.cygnus.com> + * m32r-stub.c (stash_registers): Rewrite. + (restore_registers): Renamed to restore_and_return. + (cleanup_stash): New function. + (process_exception): New function. + (_catchException*): Rewrite. + * remote-sim.c (gdbsim_load): Update call to sim_load. (gdbsim_create_inferior): No longer pass start_address to sim_create_inferior. |