From 7f4c859520eb131486e73c298b45a88d87c3be89 Mon Sep 17 00:00:00 2001 From: Stan Shebs Date: Sat, 3 Sep 1994 00:32:08 +0000 Subject: * 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 . --- gdb/config/m88k/tm-cxux.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gdb/config/m88k/tm-cxux.h') diff --git a/gdb/config/m88k/tm-cxux.h b/gdb/config/m88k/tm-cxux.h index 4f714ce..b938389 100644 --- a/gdb/config/m88k/tm-cxux.h +++ b/gdb/config/m88k/tm-cxux.h @@ -19,6 +19,8 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #define HARRIS_TARGET 1 +#define CXUX_TARGET 1 + /* Type of X registers, as supplied by the OS */ typedef struct { -- cgit v1.1