aboutsummaryrefslogtreecommitdiff
path: root/gdb/sparc-tdep.c
diff options
context:
space:
mode:
authorKevin Buettner <kevinb@redhat.com>2000-10-24 20:05:36 +0000
committerKevin Buettner <kevinb@redhat.com>2000-10-24 20:05:36 +0000
commit13437d4b4b35feeefd79067153fb01ef80db0fb2 (patch)
treede7c6b47aa66c0a2f7c3fb434ee922ec78180bd8 /gdb/sparc-tdep.c
parent42f5c13f56a779a189fb00330b71fc401ad58858 (diff)
downloadfsf-binutils-gdb-13437d4b4b35feeefd79067153fb01ef80db0fb2.zip
fsf-binutils-gdb-13437d4b4b35feeefd79067153fb01ef80db0fb2.tar.gz
fsf-binutils-gdb-13437d4b4b35feeefd79067153fb01ef80db0fb2.tar.bz2
Reorganize solib.c.
Diffstat (limited to 'gdb/sparc-tdep.c')
-rw-r--r--gdb/sparc-tdep.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/gdb/sparc-tdep.c b/gdb/sparc-tdep.c
index cce7cc1..31d7792 100644
--- a/gdb/sparc-tdep.c
+++ b/gdb/sparc-tdep.c
@@ -33,15 +33,14 @@
#ifdef USE_PROC_FS
#include <sys/procfs.h>
+/* Prototypes for supply_gregset etc. */
+#include "gregset.h"
#endif
#include "gdbcore.h"
#include "symfile.h" /* for 'entry_point_address' */
-/* Prototypes for supply_gregset etc. */
-#include "gregset.h"
-
/*
* Some local macros that have multi-arch and non-multi-arch versions:
*/