diff options
Diffstat (limited to 'gdb/config/mips')
-rw-r--r-- | gdb/config/mips/nm-irix5.h | 2 | ||||
-rw-r--r-- | gdb/config/mips/nm-linux.h | 2 | ||||
-rw-r--r-- | gdb/config/mips/tm-linux.h | 2 | ||||
-rw-r--r-- | gdb/config/mips/tm-mips64.h | 2 | ||||
-rw-r--r-- | gdb/config/mips/tm-mipsm3.h | 2 | ||||
-rw-r--r-- | gdb/config/mips/tm-mipsv4.h | 2 | ||||
-rw-r--r-- | gdb/config/mips/tm-vxmips.h | 2 | ||||
-rw-r--r-- | gdb/config/mips/xm-irix5.h | 2 | ||||
-rw-r--r-- | gdb/config/mips/xm-mipsv4.h | 2 |
9 files changed, 9 insertions, 9 deletions
diff --git a/gdb/config/mips/nm-irix5.h b/gdb/config/mips/nm-irix5.h index bed3144..8e31b59 100644 --- a/gdb/config/mips/nm-irix5.h +++ b/gdb/config/mips/nm-irix5.h @@ -19,7 +19,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#include "nm-sysv4.h" +#include "config/nm-sysv4.h" #undef IN_SOLIB_DYNSYM_RESOLVE_CODE #define TARGET_HAS_HARDWARE_WATCHPOINTS diff --git a/gdb/config/mips/nm-linux.h b/gdb/config/mips/nm-linux.h index c43ecd6..426dd55 100644 --- a/gdb/config/mips/nm-linux.h +++ b/gdb/config/mips/nm-linux.h @@ -24,7 +24,7 @@ #define MIPS_GNULINUX_TARGET -#include "nm-linux.h" +#include "config/nm-linux.h" /* Return sizeof user struct to callers in less machine dependent routines. Hard coded for cross-compilation friendliness. */ diff --git a/gdb/config/mips/tm-linux.h b/gdb/config/mips/tm-linux.h index 0e9de3c..4236ea8 100644 --- a/gdb/config/mips/tm-linux.h +++ b/gdb/config/mips/tm-linux.h @@ -36,7 +36,7 @@ #define REALTIME_LO 32 #define REALTIME_HI 128 -#include "tm-linux.h" +#include "config/tm-linux.h" /* There's an E_MIPS_ABI_O32 flag in e_flags, but we don't use it - in fact, using it may violate the o32 ABI. */ diff --git a/gdb/config/mips/tm-mips64.h b/gdb/config/mips/tm-mips64.h index 510ad05..13e62d2 100644 --- a/gdb/config/mips/tm-mips64.h +++ b/gdb/config/mips/tm-mips64.h @@ -34,4 +34,4 @@ #define OP_LDGPR 067 /* ld */ /* Get the basic MIPS definitions. */ -#include "tm-mips.h" +#include "mips/tm-mips.h" diff --git a/gdb/config/mips/tm-mipsm3.h b/gdb/config/mips/tm-mipsm3.h index 19ae028..9e2f490 100644 --- a/gdb/config/mips/tm-mipsm3.h +++ b/gdb/config/mips/tm-mipsm3.h @@ -25,7 +25,7 @@ */ /* Include common definitions for Mach3 systems */ -#include "nm-m3.h" +#include "config/nm-m3.h" /* Define offsets to access CPROC stack when it does not have * a kernel thread. diff --git a/gdb/config/mips/tm-mipsv4.h b/gdb/config/mips/tm-mipsv4.h index d1cc21c..3a362f0 100644 --- a/gdb/config/mips/tm-mipsv4.h +++ b/gdb/config/mips/tm-mipsv4.h @@ -19,7 +19,7 @@ Boston, MA 02111-1307, USA. */ #include "mips/tm-bigmips.h" -#include "tm-sysv4.h" +#include "config/tm-sysv4.h" /* The signal handler trampoline is called _sigtramp. */ #undef IN_SIGTRAMP diff --git a/gdb/config/mips/tm-vxmips.h b/gdb/config/mips/tm-vxmips.h index e4ef2b6..5475fb5 100644 --- a/gdb/config/mips/tm-vxmips.h +++ b/gdb/config/mips/tm-vxmips.h @@ -20,7 +20,7 @@ Boston, MA 02111-1307, USA. */ #include "mips/tm-mips.h" -#include "tm-vxworks.h" +#include "config/tm-vxworks.h" /* FIXME: These are almost certainly wrong. */ diff --git a/gdb/config/mips/xm-irix5.h b/gdb/config/mips/xm-irix5.h index 78c3a07..7d61ff0 100644 --- a/gdb/config/mips/xm-irix5.h +++ b/gdb/config/mips/xm-irix5.h @@ -19,7 +19,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#include "xm-sysv4.h" +#include "config/xm-sysv4.h" /* Override register locations in upage for SGI machines */ #undef REGISTER_U_ADDR diff --git a/gdb/config/mips/xm-mipsv4.h b/gdb/config/mips/xm-mipsv4.h index 76fa5da..eccb296 100644 --- a/gdb/config/mips/xm-mipsv4.h +++ b/gdb/config/mips/xm-mipsv4.h @@ -19,4 +19,4 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#include "xm-sysv4.h" +#include "config/xm-sysv4.h" |