* objdump.c (SFILE): Add size field.
[deliverable/binutils-gdb.git] / gdb / sparc-nat.c
index a4fa9e9b851757935d9dee2752fcd8b958b0e60f..3f5f8bf748ca1711c0415c6575638b9411ed1d41 100644 (file)
@@ -25,7 +25,11 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
 #include <signal.h>
 #include <sys/ptrace.h>
 #include <sys/wait.h>
+#ifdef __linux__
+#include <asm/reg.h>
+#else
 #include <machine/reg.h>
+#endif
 #include <sys/user.h>
 
 /* We don't store all registers immediately when requested, since they
This page took 0.023174 seconds and 4 git commands to generate.