diff options
author | Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> | 2012-03-12 15:48:55 +0000 |
---|---|---|
committer | Rainer Orth <ro@gcc.gnu.org> | 2012-03-12 15:48:55 +0000 |
commit | c4bc5c255acdf119ddc6f55cf26627895f216ce4 (patch) | |
tree | 1cf50dcc2b45f96d10be0dbaff2b2f4055b8f635 /gcc/config.gcc | |
parent | 344f61ae5da6af37fdddff717045785fbb92a010 (diff) | |
download | gcc-c4bc5c255acdf119ddc6f55cf26627895f216ce4.zip gcc-c4bc5c255acdf119ddc6f55cf26627895f216ce4.tar.gz gcc-c4bc5c255acdf119ddc6f55cf26627895f216ce4.tar.bz2 |
Remove obsolete OpenBSD/MIPS support
libgcc:
* config.host (mips*-*-openbsd*): Remove.
gcc:
* config.gcc (mips*-*-openbsd*): Remove.
* config/mips/openbsd.h: Remove.
* config/mips/sdb.h: Remove.
* config/mips/mips.h (SDB_OUTPUT_SOURCE_LINE): Remove.
* config/mips/mips.c (sdb_label_count): Remove.
(mips_debugger_offset): Remove #if 0 code.
(mips_output_function_prologue) [SDB_DEBUGGING_INFO]: Remove.
* config/mips/sde.h (SDB_DEBUGGING_INFO): Don't undef.
contrib:
* config-list.mk (LIST): Remove mips-openbsd.
From-SVN: r185245
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r-- | gcc/config.gcc | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc index e7b468c..edf96bf 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -254,7 +254,6 @@ case ${target} in | arm*-*-uclinux* \ | arm*-wince-pe* \ | mips-sgi-irix6.5 \ - | mips*-*-openbsd* \ | score-* \ | *-*-solaris2.8* \ ) @@ -1747,17 +1746,6 @@ mips*-*-linux*) # Linux MIPS, either endian. esac test x$with_llsc != x || with_llsc=yes ;; -mips*-*-openbsd*) - tm_defines="${tm_defines} OBSD_HAS_DECLARE_FUNCTION_NAME OBSD_HAS_DECLARE_OBJECT OBSD_HAS_CORRECT_SPECS" - target_cpu_default="MASK_ABICALLS" - tm_file="mips/mips.h openbsd.h openbsd-stdint.h openbsd-libpthread.h mips/openbsd.h mips/sdb.h" - extra_options="${extra_options} openbsd.opt" - case ${target} in - mips*el-*-openbsd*) - tm_defines="${tm_defines} TARGET_ENDIAN_DEFAULT=0";; - *) tm_defines="${tm_defines} TARGET_ENDIAN_DEFAULT=MASK_BIG_ENDIAN";; - esac - ;; mips*-sde-elf*) tm_file="elfos.h newlib-stdint.h ${tm_file} mips/elf.h mips/sde.h" tmake_file="mips/t-sde" |