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-nindy960.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-nindy960.h')
-rw-r--r-- | gdb/tm-nindy960.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/tm-nindy960.h b/gdb/tm-nindy960.h index 36a24fd..520eb6b 100644 --- a/gdb/tm-nindy960.h +++ b/gdb/tm-nindy960.h @@ -78,7 +78,7 @@ extern char *nindy_ttyname; /* Name of serial port to talk to nindy */ #define STACK_END_ADDR (0xfe000000) /* 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 defines FRAME_CHAIN_VALID, since it differs between NINDY and VxWorks, the two currently supported |