This is the mail archive of the gdb-patches@sourceware.org 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: Fix PPC simulator breakage


I made a mistake with my last commit; I left out this important hunk.

Applied as obvious, with apologies.

--
Mark Mitchell
CodeSourcery, LLC
mark@codesourcery.com

2005-11-28  Mark Mitchell  <mark@codesourcery.com>

	* psim.c: Include gdb/signals.h.

Index: psim.c
===================================================================
RCS file: /cvs/src/src/sim/ppc/psim.c,v
retrieving revision 1.6
diff -c -5 -p -r1.6 psim.c
*** psim.c	28 Nov 2005 18:33:03 -0000	1.6
--- psim.c	28 Nov 2005 21:29:35 -0000
***************
*** 48,58 ****
  #endif
  
  
  #include "bfd.h"
  #include "libiberty.h"
! 
  
  /* system structure, actual size of processor array determined at
     runtime */
  
  struct _psim {
--- 48,58 ----
  #endif
  
  
  #include "bfd.h"
  #include "libiberty.h"
! #include "gdb/signals.h"
  
  /* system structure, actual size of processor array determined at
     runtime */
  
  struct _psim {


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