diff options
author | John Gilmore <gnu@cygnus> | 1991-11-18 23:52:12 +0000 |
---|---|---|
committer | John Gilmore <gnu@cygnus> | 1991-11-18 23:52:12 +0000 |
commit | e140f1dab1e9517aa3523e52a92f954dfbabaf4a (patch) | |
tree | a06e3112e68bec966ec031bc6ee19b6655b547cf /gdb/tm-68k.h | |
parent | d08a5233d9e40a97789243cd563c5090b1736721 (diff) | |
download | gdb-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-68k.h')
-rw-r--r-- | gdb/tm-68k.h | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/gdb/tm-68k.h b/gdb/tm-68k.h index f501495..f8efb12 100644 --- a/gdb/tm-68k.h +++ b/gdb/tm-68k.h @@ -301,12 +301,8 @@ extern struct ext_format ext_format_68881; /* 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. */ /* In the case of the 68000, the frame's nominal address is the address of a 4-byte word containing the calling frame's address. */ @@ -334,8 +330,6 @@ extern struct ext_format ext_format_68881; #endif /* FRAME_CHAIN_VALID_ALTERNATE */ -#define FRAME_CHAIN_COMBINE(chain, thisframe) (chain) - /* Define other aspects of the stack frame. */ /* A macro that tells us whether the function invocation represented |