This is the mail archive of the gdb-patches@sourceware.cygnus.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

[PATCH] Add missing includes to d10v-tdep.c and mips-tdep.c


FYI,

I've committed the attached.  I got ahead of my self with the gdbarch
cleanups and introduced the requirement to #include "arch-utils.h"
before planned it :-(

	Andrew
Thu Apr 27 14:07:16 2000  Andrew Cagney  <cagney@b1.cygnus.com>

	* mips-tdep.c, d10v-tdep.c: Include "arch-utils.h".

Index: d10v-tdep.c
===================================================================
RCS file: /cvs/src/src/gdb/d10v-tdep.c,v
retrieving revision 1.3
diff -p -r1.3 d10v-tdep.c
*** d10v-tdep.c	2000/04/21 04:21:21	1.3
--- d10v-tdep.c	2000/04/27 04:17:01
***************
*** 34,39 ****
--- 34,40 ----
  #include "symfile.h"
  #include "objfiles.h"
  #include "language.h"
+ #include "arch-utils.h"
  
  #include "sim-d10v.h"
  
Index: mips-tdep.c
===================================================================
RCS file: /cvs/src/src/gdb/mips-tdep.c,v
retrieving revision 1.4
diff -p -r1.4 mips-tdep.c
*** mips-tdep.c	2000/04/13 22:58:42	1.4
--- mips-tdep.c	2000/04/27 04:17:06
***************
*** 33,38 ****
--- 33,39 ----
  #include "objfiles.h"
  #include "gdbtypes.h"
  #include "target.h"
+ #include "arch-utils.h"
  
  #include "opcode/mips.h"
  #include "elf/mips.h"

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]