aboutsummaryrefslogtreecommitdiff
path: root/contrib/ChangeLog
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 /contrib/ChangeLog
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 'contrib/ChangeLog')
-rw-r--r--contrib/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/contrib/ChangeLog b/contrib/ChangeLog
index 2ad6457..25d7814 100644
--- a/contrib/ChangeLog
+++ b/contrib/ChangeLog
@@ -1,5 +1,9 @@
2012-03-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
+ * config-list.mk (LIST): Remove mips-openbsd.
+
+2012-03-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
+
* config-list.mk (LIST): Remove alpha-dec-osf5.1.
2012-03-02 Diego Novillo <dnovillo@google.com>