This is the mail archive of the gdb-patches@sources.redhat.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] Include "floatformat.h" in config/arm/tm-arm.h


FYI,

The header tm-arm.h refers to things in floatformat.h.  I'm adding an 
include as an obvious fix.

	Andrew
2001-06-29  Andrew Cagney  <ac131313@redhat.com>

	* config/arm/tm-arm.h: Include "floatformat.h".

Index: config/arm/tm-arm.h
===================================================================
RCS file: /cvs/src/src/gdb/config/arm/tm-arm.h,v
retrieving revision 1.6
diff -p -r1.6 tm-arm.h
*** tm-arm.h	2001/03/14 23:23:09	1.6
--- tm-arm.h	2001/07/04 19:26:10
***************
*** 23,28 ****
--- 23,29 ----
  #define TM_ARM_H
  
  #include "regcache.h"
+ #include "floatformat.h"
  
  /* Forward declarations for prototypes.  */
  struct type;

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