aboutsummaryrefslogtreecommitdiff
path: root/gdb/tm-i960.h
diff options
context:
space:
mode:
authorJohn Gilmore <gnu@cygnus>1991-10-27 22:26:52 +0000
committerJohn Gilmore <gnu@cygnus>1991-10-27 22:26:52 +0000
commita23075bc5a477c09ef9691df016671f0d6c3deb1 (patch)
tree9046bb27e46167ea79bb653031bde72378cd4cbc /gdb/tm-i960.h
parent4137c5fc0d1b24d00ceec0981ea5d9da77477f0e (diff)
downloadgdb-a23075bc5a477c09ef9691df016671f0d6c3deb1.zip
gdb-a23075bc5a477c09ef9691df016671f0d6c3deb1.tar.gz
gdb-a23075bc5a477c09ef9691df016671f0d6c3deb1.tar.bz2
* blockframe.c: Pass fromleaf to INIT_EXTRA_FRAME_INFO.
* tm-29k.h, tm-88k.h, tm-i960.h, tm-irix3.h, tm-mips.h, tm-pyr.h, tm-sparc.h: Accept fromleaf parameter.
Diffstat (limited to 'gdb/tm-i960.h')
-rw-r--r--gdb/tm-i960.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/tm-i960.h b/gdb/tm-i960.h
index 8c3116b..1e7fa52 100644
--- a/gdb/tm-i960.h
+++ b/gdb/tm-i960.h
@@ -285,7 +285,8 @@ extern CORE_ADDR saved_pc_after_call ();
Set the arg_pointer to -1, which is not valid; 0 and other values
indicate real, cached values. */
-#define INIT_EXTRA_FRAME_INFO(fi) ((fi)->fsr = 0, (fi)->arg_pointer = -1)
+#define INIT_EXTRA_FRAME_INFO(fromleaf, fi) \
+ ((fi)->fsr = 0, (fi)->arg_pointer = -1)
/* On the i960, we get the chain pointer by reading the PFP saved
on the stack and clearing the status bits. */