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]
Other format: [Raw text]

[PATCH] Include i386-tdep.h in i386-linux-nat.c



Pull in the definitions of XMM0_REGNUM etc. from their new location.

2001-12-27  Michael Snyder  <msnyder@redhat.com>

	* i386-linux-nat.c: Include i386-tdep.h.

Index: i386-linux-nat.c
===================================================================
RCS file: /cvs/src/src/gdb/i386-linux-nat.c,v
retrieving revision 1.32
diff -c -3 -p -r1.32 i386-linux-nat.c
*** i386-linux-nat.c	2001/11/18 21:38:59	1.32
--- i386-linux-nat.c	2001/12/27 19:49:26
***************
*** 58,63 ****
--- 58,66 ----
  /* Prototypes for i387_supply_fsave etc.  */
  #include "i387-nat.h"
  
+ /* Defines for XMM0_REGNUM etc. */
+ #include "i386-tdep.h"
+ 
  /* Prototypes for local functions.  */
  static void dummy_sse_values (void);
  


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