diff options
author | Michael Meissner <meissner@gcc.gnu.org> | 1993-01-05 20:06:50 +0000 |
---|---|---|
committer | Michael Meissner <meissner@gcc.gnu.org> | 1993-01-05 20:06:50 +0000 |
commit | f159813b6a0665d3d33e883d85229e39551a7560 (patch) | |
tree | 7fe0e4b4128737c10fc7723ebc54fe2a0992ffdd /gcc | |
parent | 80485a6d56faf51d82363e3588aa18db2cf095ba (diff) | |
download | gcc-f159813b6a0665d3d33e883d85229e39551a7560.zip gcc-f159813b6a0665d3d33e883d85229e39551a7560.tar.gz gcc-f159813b6a0665d3d33e883d85229e39551a7560.tar.bz2 |
Move MIPS files into config/mips.
From-SVN: r3102
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/mips/bsd-4.h | 2 | ||||
-rw-r--r-- | gcc/config/mips/bsd-5.h | 2 | ||||
-rw-r--r-- | gcc/config/mips/dec-osf1.h | 2 | ||||
-rw-r--r-- | gcc/config/mips/iris3.h | 2 | ||||
-rw-r--r-- | gcc/config/mips/iris4.h | 2 | ||||
-rw-r--r-- | gcc/config/mips/mips-5.h | 2 | ||||
-rw-r--r-- | gcc/config/mips/news4.h | 2 | ||||
-rw-r--r-- | gcc/config/mips/news5.h | 2 | ||||
-rw-r--r-- | gcc/config/mips/osfrose.h | 2 | ||||
-rw-r--r-- | gcc/config/mips/svr3-4.h | 2 | ||||
-rw-r--r-- | gcc/config/mips/svr3-5.h | 2 | ||||
-rw-r--r-- | gcc/config/mips/svr4-4.h | 2 | ||||
-rw-r--r-- | gcc/config/mips/svr4-5.h | 2 | ||||
-rw-r--r-- | gcc/config/mips/ultrix.h | 2 |
14 files changed, 14 insertions, 14 deletions
diff --git a/gcc/config/mips/bsd-4.h b/gcc/config/mips/bsd-4.h index 3725da8..7fae49e 100644 --- a/gcc/config/mips/bsd-4.h +++ b/gcc/config/mips/bsd-4.h @@ -54,4 +54,4 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #define MD_STARTFILE_PREFIX "/bsd43/usr/lib/cmplrs/cc/" #define MD_EXEC_PREFIX "/bsd43/usr/lib/cmplrs/cc/" -#include "mips.h" +#include "mips/mips.h" diff --git a/gcc/config/mips/bsd-5.h b/gcc/config/mips/bsd-5.h index 48d9d58..9fb96d9 100644 --- a/gcc/config/mips/bsd-5.h +++ b/gcc/config/mips/bsd-5.h @@ -55,4 +55,4 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #define MD_STARTFILE_PREFIX "/bsd43/usr/lib/cmplrs/cc/" #define MD_EXEC_PREFIX "/bsd43/usr/lib/cmplrs/cc/" -#include "mips.h" +#include "mips/mips.h" diff --git a/gcc/config/mips/dec-osf1.h b/gcc/config/mips/dec-osf1.h index 8506308..6ba860b 100644 --- a/gcc/config/mips/dec-osf1.h +++ b/gcc/config/mips/dec-osf1.h @@ -31,7 +31,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ %{shared} %{non_shared} %{call_shared} %{no_archive} %{exact_version} \ %{!shared: %{!non_shared: %{!call_shared: -non_shared}}}}" -#include "decstatn.h" +#include "mips/ultrix.h" /* Specify size_t, ptrdiff_t, and wchar_t types. */ #undef SIZE_TYPE diff --git a/gcc/config/mips/iris3.h b/gcc/config/mips/iris3.h index 738a703..7fe40a8b 100644 --- a/gcc/config/mips/iris3.h +++ b/gcc/config/mips/iris3.h @@ -96,4 +96,4 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ /* Plain char is unsigned in the SGI compiler. */ #define DEFAULT_SIGNED_CHAR 0 -#include "mips.h" +#include "mips/mips.h" diff --git a/gcc/config/mips/iris4.h b/gcc/config/mips/iris4.h index fc99717..a69456c 100644 --- a/gcc/config/mips/iris4.h +++ b/gcc/config/mips/iris4.h @@ -21,4 +21,4 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ our own exit function. */ #define HAVE_ATEXIT -#include "iris.h" +#include "mips/iris3.h" diff --git a/gcc/config/mips/mips-5.h b/gcc/config/mips/mips-5.h index 9f6d03b..64eae60 100644 --- a/gcc/config/mips/mips-5.h +++ b/gcc/config/mips/mips-5.h @@ -27,4 +27,4 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ %{shared} %{non_shared} %{call_shared} %{no_archive} %{exact_version} \ %{!shared: %{!non_shared: %{!call_shared: -non_shared}}}}" -#include "mips.h" +#include "mips/mips.h" diff --git a/gcc/config/mips/news4.h b/gcc/config/mips/news4.h index 0149676..c535830 100644 --- a/gcc/config/mips/news4.h +++ b/gcc/config/mips/news4.h @@ -57,4 +57,4 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #define MACHINE_TYPE "RISC NEWS-OS" -#include "mips.h" +#include "mips/mips.h" diff --git a/gcc/config/mips/news5.h b/gcc/config/mips/news5.h index 8499e47..69de2ea 100644 --- a/gcc/config/mips/news5.h +++ b/gcc/config/mips/news5.h @@ -70,4 +70,4 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #endif /* !_SC_PAGE_SIZE */ #endif /* L_trampoline */ -#include "mips.h" +#include "mips/mips.h" diff --git a/gcc/config/mips/osfrose.h b/gcc/config/mips/osfrose.h index 3951ba4..0b12efd 100644 --- a/gcc/config/mips/osfrose.h +++ b/gcc/config/mips/osfrose.h @@ -172,4 +172,4 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #define ASM_IDENTIFY_GCC(STREAM) -#include "mips.h" +#include "mips/mips.h" diff --git a/gcc/config/mips/svr3-4.h b/gcc/config/mips/svr3-4.h index f4083fb..d94cccf 100644 --- a/gcc/config/mips/svr3-4.h +++ b/gcc/config/mips/svr3-4.h @@ -70,4 +70,4 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ /* Generate calls to memcpy, etc., not bcopy, etc. */ #define TARGET_MEM_FUNCTIONS -#include "mips.h" +#include "mips/mips.h" diff --git a/gcc/config/mips/svr3-5.h b/gcc/config/mips/svr3-5.h index a1dfeda..224b55e 100644 --- a/gcc/config/mips/svr3-5.h +++ b/gcc/config/mips/svr3-5.h @@ -71,4 +71,4 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ /* Generate calls to memcpy, etc., not bcopy, etc. */ #define TARGET_MEM_FUNCTIONS -#include "mips.h" +#include "mips/mips.h" diff --git a/gcc/config/mips/svr4-4.h b/gcc/config/mips/svr4-4.h index 2894be0..fd4802d 100644 --- a/gcc/config/mips/svr4-4.h +++ b/gcc/config/mips/svr4-4.h @@ -68,4 +68,4 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ /* Generate calls to memcpy, etc., not bcopy, etc. */ #define TARGET_MEM_FUNCTIONS -#include "mips.h" +#include "mips/mips.h" diff --git a/gcc/config/mips/svr4-5.h b/gcc/config/mips/svr4-5.h index c25225d..89c262d 100644 --- a/gcc/config/mips/svr4-5.h +++ b/gcc/config/mips/svr4-5.h @@ -69,4 +69,4 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ /* Generate calls to memcpy, etc., not bcopy, etc. */ #define TARGET_MEM_FUNCTIONS -#include "mips.h" +#include "mips/mips.h" diff --git a/gcc/config/mips/ultrix.h b/gcc/config/mips/ultrix.h index 45e7707..46d0fb9 100644 --- a/gcc/config/mips/ultrix.h +++ b/gcc/config/mips/ultrix.h @@ -81,4 +81,4 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ /* Generate calls to memcpy, etc., not bcopy, etc. */ #define TARGET_MEM_FUNCTIONS -#include "mips.h" +#include "mips/mips.h" |