diff options
author | Stan Shebs <shebs@codesourcery.com> | 1994-09-03 00:32:08 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 1994-09-03 00:32:08 +0000 |
commit | 7f4c859520eb131486e73c298b45a88d87c3be89 (patch) | |
tree | 41efcee64e3d387846ea7e8c52a6efcd6ba9fad9 /gdb/h8300-tdep.c | |
parent | ed617881e344716a2e8177ae59ee3d4b8e596e93 (diff) | |
download | gdb-7f4c859520eb131486e73c298b45a88d87c3be89.zip gdb-7f4c859520eb131486e73c298b45a88d87c3be89.tar.gz gdb-7f4c859520eb131486e73c298b45a88d87c3be89.tar.bz2 |
* objfiles.c (allocate_objfile): Add the newly-created objfile to
the end of the list of objfiles, instead of at the beginning.
* xcoffread.c (allocate_include_entry): New function, abstracted
from code in record_include_begin.
(record_include_begin, record_include_end): Call it.
* blockframe.c (reinit_frame_cache): Test inferior_pid instead of
target_has_stack to decide whether to create a real stack frame
for the cache.
* coffread.c (process_coff_symbol) [CXUX_TARGET]: Ignore vendor
section.
* config/m88k/tm-cxux.h (CXUX_TARGET): Define.
* h8300-tdep.c: Include "dis-asm.h" instead of <dis-asm.h>.
Diffstat (limited to 'gdb/h8300-tdep.c')
-rw-r--r-- | gdb/h8300-tdep.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/h8300-tdep.c b/gdb/h8300-tdep.c index 2b194a3..11dfc57 100644 --- a/gdb/h8300-tdep.c +++ b/gdb/h8300-tdep.c @@ -26,7 +26,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #include "frame.h" #include "obstack.h" #include "symtab.h" -#include <dis-asm.h> +#include "dis-asm.h" #include "gdbcmd.h" #include "gdbtypes.h" |