diff options
Diffstat (limited to 'gcc/config')
-rw-r--r-- | gcc/config/mips/iris6-o32-as.h | 18 | ||||
-rw-r--r-- | gcc/config/mips/iris6-o32-gas.h | 19 | ||||
-rw-r--r-- | gcc/config/mips/iris6-o32.h | 26 |
3 files changed, 0 insertions, 63 deletions
diff --git a/gcc/config/mips/iris6-o32-as.h b/gcc/config/mips/iris6-o32-as.h deleted file mode 100644 index 5cda89e13cf..00000000000 --- a/gcc/config/mips/iris6-o32-as.h +++ /dev/null @@ -1,18 +0,0 @@ -/* Definitions of target machine for GNU compiler, for MIPS running IRIX 6 - (O32 ABI) using the SGI assembler. */ - -/* Enforce use of O32 linker, irrespective of SGI_ABI environment variable - and machine type (e.g., R8000 systems default to -64). Copied from - iris5.h, only adding -32. The default options -call_shared -no_unresolved - are only passed if not invoked with -r. */ -#undef LINK_SPEC -#define LINK_SPEC "\ -%{G*} %{EB} %{EL} %{mips1} %{mips2} %{mips3} \ -%{bestGnum} %{shared} %{non_shared} \ -%{call_shared} %{no_archive} %{exact_version} \ -%{static: -non_shared} \ -%{!static: \ - %{!shared:%{!non_shared:%{!call_shared:%{!r: -call_shared -no_unresolved}}}}} \ -%{rpath} \ --_SYSTYPE_SVR4 \ --32" diff --git a/gcc/config/mips/iris6-o32-gas.h b/gcc/config/mips/iris6-o32-gas.h deleted file mode 100644 index fb540a922cf..00000000000 --- a/gcc/config/mips/iris6-o32-gas.h +++ /dev/null @@ -1,19 +0,0 @@ -/* Definitions of target machine for GNU compiler, for MIPS running IRIX 6 - (O32 ABI) using the GNU assembler. */ - -/* Enforce use of O32 linker, irrespective of SGI_ABI environment variable - and machine type (e.g., R8000 systems default to -64). Copied from - iris5gas.h, only adding -32. The default options -call_shared - -no_unresolved are only passed if not invoked with -r. */ -#undef LINK_SPEC -#define LINK_SPEC "\ -%{G*} %{EB} %{EL} %{mips1} %{mips2} %{mips3} \ -%{bestGnum} %{shared} %{non_shared} \ -%{call_shared} %{no_archive} %{exact_version} \ -%{static: -non_shared} \ -%{!static: \ - %{!shared:%{!non_shared:%{!call_shared:%{!r: -call_shared -no_unresolved}}}}} \ -%{rpath} -init __do_global_ctors -fini __do_global_dtors \ -%{shared:-hidden_symbol __do_global_ctors,__do_global_ctors_1,__do_global_dtors} \ --_SYSTYPE_SVR4 \ --32" diff --git a/gcc/config/mips/iris6-o32.h b/gcc/config/mips/iris6-o32.h deleted file mode 100644 index a525db163ae..00000000000 --- a/gcc/config/mips/iris6-o32.h +++ /dev/null @@ -1,26 +0,0 @@ -/* Definitions of target machine for GNU compiler, for MIPS running IRIX 6 - (O32 ABI). */ - -/* The O32 ABI on IRIX 6 defaults to the mips2 ISA. */ -#undef MIPS_CPU_STRING_DEFAULT -#define MIPS_CPU_STRING_DEFAULT "mips2" - -/* Specify wchar_t and wint_t types. */ -#undef WCHAR_TYPE -#define WCHAR_TYPE "long int" - -#undef WCHAR_TYPE_SIZE -#define WCHAR_TYPE_SIZE 32 - -#undef WINT_TYPE -#define WINT_TYPE "long int" - -#undef WINT_TYPE_SIZE -#define WINT_TYPE_SIZE 32 - -/* Enforce use of O32 assembler, irrespective of SGI_ABI environment variable - and machine type (e.g., R8000 systems default to -64). Gas doesn't need - this, but doesn't hurt either. Need to pass -mips2 to gas which defaults - to -mips1 if no ISA is specified. */ -#undef SUBTARGET_ASM_SPEC -#define SUBTARGET_ASM_SPEC "-32 %{!mips*:-mips2}" |