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/m88k-tdep.c | |
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/m88k-tdep.c')
-rw-r--r-- | gdb/m88k-tdep.c | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/gdb/m88k-tdep.c b/gdb/m88k-tdep.c index ff15ff8..594bd49 100644 --- a/gdb/m88k-tdep.c +++ b/gdb/m88k-tdep.c @@ -96,13 +96,6 @@ frame_chain_valid (chain, thisframe) && outside_startup_file (FRAME_SAVED_PC (thisframe))); } -CORE_ADDR -frame_chain_combine (chain, thisframe) - CORE_ADDR chain; -{ - return chain; -} - void init_extra_frame_info (fromleaf, fi) int fromleaf; @@ -112,18 +105,6 @@ init_extra_frame_info (fromleaf, fi) fi->args_pointer = 0; /* Unknown */ fi->locals_pointer = 0; /* Unknown */ } - -void -init_frame_pc (fromleaf, prev) - int fromleaf; - struct frame_info *prev; -{ - /* FIXME, for now it's the default from blockframe.c. If it stays that - way, remove it entirely from here. */ - prev->pc = (fromleaf ? SAVED_PC_AFTER_CALL (prev->next) : - prev->next ? FRAME_SAVED_PC (prev->next) : read_pc ()); - -} /* Examine an m88k function prologue, recording the addresses at which registers are saved explicitly by the prologue code, and returning |