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/ChangeLog | |
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/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 2564a88..4ceece7 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,29 @@ +Mon Nov 18 15:12:45 1991 John Gilmore (gnu at cygnus.com) + + * blockframe.c: Remove tdesc-related code. Default + FRAME_CHAIN_COMBINE if not defined. + * infrun.c: Remove tdesc-related code. + * m88k-tdep.c (frame_chain_combine, init_frame_pc): Remove copies + of defaultable things. + * tm-m88k.h: New file, common to all Moto 88k target configs. + Derived from tm-delta88.h. + * tm-delta88.h: Use it. + * xm-m88k.h: Common file for 88K hosts. Remove obsolete stuff. + * xm-delta88.h: Use it. + * tm-*.h: Remove FRAME_CHAIN_COMBINE macros, since all are + default. + * coffread.c: Remove tdesc stuff. + +Mon Nov 18 13:51:37 1991 Per Bothner (bothner at cygnus.com) + + * source.c (open_source_file): If openp fails, try again + using just the base (non-directory) part of the filename. + This solves various annoying problems, such as when the + source was compiled with an absolute pathname - and the + source files have moved. Or if the source was compiled + using a relative pathname, it can be more convenient + to just specific the source directory to the dir command. + Mon Nov 18 00:04:41 1991 Fred Fish (fnf at cygnus.com) * cplus-dem.c (munge_function_name): Add missing third arg to |