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/SPARC] Fix sparc-sol2-nat.c


This makes the new sparc-sol2-nat.c file actually compile.

Checked in on the SPARC branch.

Mark


Index: ChangeLog
from  Mark Kettenis  <kettenis@gnu.org>

	* sparc-sol2-nat.c: Move include of "gregset.h" after
	<sys/procfs.h>.

Index: sparc-sol2-nat.c
===================================================================
RCS file: /cvs/src/src/gdb/Attic/sparc-sol2-nat.c,v
retrieving revision 1.1.2.1
diff -u -p -r1.1.2.1 sparc-sol2-nat.c
--- sparc-sol2-nat.c 18 Sep 2003 20:14:17 -0000 1.1.2.1
+++ sparc-sol2-nat.c 19 Sep 2003 23:02:10 -0000
@@ -20,10 +20,10 @@
    Boston, MA 02111-1307, USA.  */
 
 #include "defs.h"
-#include "gregset.h"
 #include "regcache.h"
 
 #include <sys/procfs.h>
+#include "gregset.h"
 
 #include "sparc-tdep.h"
 


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