diff options
author | Stu Grossman <grossman@cygnus> | 1992-10-05 23:19:59 +0000 |
---|---|---|
committer | Stu Grossman <grossman@cygnus> | 1992-10-05 23:19:59 +0000 |
commit | aa1dea489b949291b17222159fec817158258a92 (patch) | |
tree | 09592ecb1b9a11c3d5279c93db40c58bd1afb316 /gdb/tm-29k.h | |
parent | 446c5af7c2ef1137b6026b5a6fdccdf13f7b9088 (diff) | |
download | gdb-aa1dea489b949291b17222159fec817158258a92.zip gdb-aa1dea489b949291b17222159fec817158258a92.tar.gz gdb-aa1dea489b949291b17222159fec817158258a92.tar.bz2 |
* Makefile.in: Re-install 29K/UDI stuff.
* remote-udi.c (udi_resume): Clean up.
* (udi_wait): Rewrite, leave out bugs.
* Add debugging code to print out all register fetches and stores.
* Straighten out target_ops.
* tm-29k.h (DUMMY_FRAME_RSIZE): Pad out to doubleword.
Diffstat (limited to 'gdb/tm-29k.h')
-rw-r--r-- | gdb/tm-29k.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/tm-29k.h b/gdb/tm-29k.h index 5173637..ce6b499 100644 --- a/gdb/tm-29k.h +++ b/gdb/tm-29k.h @@ -603,7 +603,7 @@ extern CORE_ADDR frame_locals_address (); + DUMMY_SAVE_SR160 * 4 \ + DUMMY_SAVE_SR128 * 4 \ + DUMMY_ARG \ - ) + + 4 /* pad to doubleword */ ) /* Push an empty stack frame, to record the current PC, etc. */ |