aboutsummaryrefslogtreecommitdiff
path: root/libgcc
diff options
context:
space:
mode:
authorRainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>2012-03-12 15:48:55 +0000
committerRainer Orth <ro@gcc.gnu.org>2012-03-12 15:48:55 +0000
commitc4bc5c255acdf119ddc6f55cf26627895f216ce4 (patch)
tree1cf50dcc2b45f96d10be0dbaff2b2f4055b8f635 /libgcc
parent344f61ae5da6af37fdddff717045785fbb92a010 (diff)
downloadgcc-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 'libgcc')
-rw-r--r--libgcc/ChangeLog4
-rw-r--r--libgcc/config.host2
2 files changed, 4 insertions, 2 deletions
diff --git a/libgcc/ChangeLog b/libgcc/ChangeLog
index 0037eaa..9e44462 100644
--- a/libgcc/ChangeLog
+++ b/libgcc/ChangeLog
@@ -1,5 +1,9 @@
2012-03-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
+ * config.host (mips*-*-openbsd*): Remove.
+
+2012-03-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
+
* config.host: Remove alpha*-dec-osf5.1* handling.
* config/alpha/gthr-posix.c: Remove.
* config/alpha/libgcc-osf5.ver: Remove.
diff --git a/libgcc/config.host b/libgcc/config.host
index 2fe4e34..585572f 100644
--- a/libgcc/config.host
+++ b/libgcc/config.host
@@ -743,8 +743,6 @@ mips*-*-linux*) # Linux MIPS, either endian.
tmake_file="${tmake_file} t-crtfm mips/t-mips16"
md_unwind_header=mips/linux-unwind.h
;;
-mips*-*-openbsd*)
- ;;
mips*-sde-elf*)
tmake_file="$tmake_file mips/t-crtstuff mips/t-mips16"
case "${with_newlib}" in