This is the mail archive of the
gdb-patches@sources.redhat.com
mailing list for the GDB project.
[PATCH/SPARC] Fix sparc-sol2-nat.c
- From: Mark Kettenis <kettenis at chello dot nl>
- To: gdb-patches at sources dot redhat dot com
- Date: Sat, 20 Sep 2003 01:34:54 +0200 (CEST)
- Subject: [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"