aboutsummaryrefslogtreecommitdiff
path: root/gdb/tm-29k.h
diff options
context:
space:
mode:
authorStu Grossman <grossman@cygnus>1992-10-05 23:19:59 +0000
committerStu Grossman <grossman@cygnus>1992-10-05 23:19:59 +0000
commitaa1dea489b949291b17222159fec817158258a92 (patch)
tree09592ecb1b9a11c3d5279c93db40c58bd1afb316 /gdb/tm-29k.h
parent446c5af7c2ef1137b6026b5a6fdccdf13f7b9088 (diff)
downloadgdb-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.h2
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. */