This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


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

resource.c missing insn-attr.h include



I found I need the following to build a sh cross-compiler.

Michael.


Tue Feb  9 14:05:00 1999  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>

	* resource.c: Include insn-attr.h.


Index: resource.c
===================================================================
RCS file: /egcs/carton/cvsfiles/egcs/gcc/resource.c,v
retrieving revision 1.2
diff -c -3 -p -r1.2 resource.c
*** resource.c	1999/02/03 01:26:55	1.2
--- resource.c	1999/02/09 01:05:57
*************** Boston, MA 02111-1307, USA.  */
*** 27,32 ****
--- 27,33 ----
  #include "flags.h"
  #include "output.h"
  #include "resource.h"
+ #include "insn-attr.h"
  
  /* This structure is used to record liveness information at the targets or
     fallthrough insns of branches.  We will most likely need the information


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