aboutsummaryrefslogtreecommitdiff
path: root/gdb/tm-convex.h
diff options
context:
space:
mode:
authorJohn Gilmore <gnu@cygnus>1991-11-18 23:52:12 +0000
committerJohn Gilmore <gnu@cygnus>1991-11-18 23:52:12 +0000
commite140f1dab1e9517aa3523e52a92f954dfbabaf4a (patch)
treea06e3112e68bec966ec031bc6ee19b6655b547cf /gdb/tm-convex.h
parentd08a5233d9e40a97789243cd563c5090b1736721 (diff)
downloadgdb-e140f1dab1e9517aa3523e52a92f954dfbabaf4a.zip
gdb-e140f1dab1e9517aa3523e52a92f954dfbabaf4a.tar.gz
gdb-e140f1dab1e9517aa3523e52a92f954dfbabaf4a.tar.bz2
Remove tdesc stuff. Remove FRAME_CHAIN_COMBINE from all tm-*.h files,
since it was always defined exactly the same in all of them.
Diffstat (limited to 'gdb/tm-convex.h')
-rw-r--r--gdb/tm-convex.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/gdb/tm-convex.h b/gdb/tm-convex.h
index 2424a2f..1ada10b 100644
--- a/gdb/tm-convex.h
+++ b/gdb/tm-convex.h
@@ -305,12 +305,8 @@ extern struct value *value_of_trapped_internalvar ();
/* FRAME_CHAIN takes a frame_info with a frame's nominal address in fi->frame,
and produces the frame's chain-pointer.
- FRAME_CHAIN_COMBINE takes the chain pointer and the frame's nominal address
- and produces the nominal address of the caller frame.
-
However, if FRAME_CHAIN_VALID returns zero,
- it means the given frame is the outermost one and has no caller.
- In that case, FRAME_CHAIN_COMBINE is not used. */
+ it means the given frame is the outermost one and has no caller. */
/* (caller fp is saved at 8(fp)) */
@@ -319,8 +315,6 @@ extern struct value *value_of_trapped_internalvar ();
#define FRAME_CHAIN_VALID(chain, thisframe) \
(chain != 0 && (outside_startup_file (FRAME_SAVED_PC (thisframe))))
-#define FRAME_CHAIN_COMBINE(chain, thisframe) (chain)
-
/* Define other aspects of the stack frame. */
/* We need the boundaries of the text in the exec file, as a kludge,