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] Addition to pseudo-registers patch.



Oops... my bad.  ;-(

2000-07-13  Michael Snyder  <msnyder@cleaver.cygnus.com>

        * parse.c: Include inferior.h.

Index: parse.c
===================================================================
RCS file: /cvs/src/src/gdb/parse.c,v
retrieving revision 1.6
diff -p -r1.6 parse.c
*** parse.c	2000/07/12 23:16:45	1.6
--- parse.c	2000/07/13 17:52:46
***************
*** 43,48 ****
--- 43,51 ----
  #include "parser-defs.h"
  #include "gdbcmd.h"
  #include "symfile.h"		/* for overlay functions */
+ #include "inferior.h"		/* for NUM_PSEUDO_REGS.  NOTE: replace 
+ 				   with "gdbarch.h" when appropriate.  */
+ 
  
  /* Symbols which architectures can redefine.  */
  

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