summaryrefslogtreecommitdiffstats
path: root/gdb/tm-i960.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-i960.h
parentd08a5233d9e40a97789243cd563c5090b1736721 (diff)
downloadppe42-binutils-e140f1dab1e9517aa3523e52a92f954dfbabaf4a.tar.gz
ppe42-binutils-e140f1dab1e9517aa3523e52a92f954dfbabaf4a.zip
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-i960.h')
-rw-r--r--gdb/tm-i960.h10
1 files changed, 2 insertions, 8 deletions
diff --git a/gdb/tm-i960.h b/gdb/tm-i960.h
index 1e7fa524e0..7dba1dec15 100644
--- a/gdb/tm-i960.h
+++ b/gdb/tm-i960.h
@@ -264,12 +264,8 @@ extern CORE_ADDR saved_pc_after_call ();
/* FRAME_CHAIN takes a frame's nominal address
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. */
/* We cache information about saved registers in the frame structure,
to save us from having to re-scan function prologues every time
@@ -294,10 +290,8 @@ extern CORE_ADDR saved_pc_after_call ();
#define FRAME_CHAIN(thisframe) \
(read_memory_integer (FRAME_FP(thisframe), 4) & ~0xf)
-#define FRAME_CHAIN_COMBINE(chain, thisframe) (chain)
-
/* FRAME_CHAIN_VALID returns zero if the given frame is the outermost one
- and has no caller. In that case, FRAME_CHAIN_COMBINE is not used.
+ and has no caller.
On the i960, each various target system type must define FRAME_CHAIN_VALID,
since it differs between NINDY and VxWorks, the two currently supported
OpenPOWER on IntegriCloud