aboutsummaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorjsm28 <>2008-01-25 20:49:04 +0000
committerjsm28 <>2008-01-25 20:49:04 +0000
commitd4b6b1a493132c83cbc7647c12d5271fd66c5626 (patch)
treec661d734edca52044b7e928322867308ff62a8d2 /contrib
parent44e6ff342ff9a283c9cf401ac83dddc2ea720924 (diff)
* MAINTAINERS (c4x port): Remove.
contrib: * paranoia.cc (main): Remove handling of c4x_single and c4x_extended formats. gcc: * config/c4x: Remove directory. * config.gcc (crx-*, mt-*): Mark obsolete. (c4x-*, tic4x-*, c4x-*-rtems*, tic4x-*-rtems*, c4x-*, tic4x-*, h8300-*-rtemscoff*, ns32k-*-netbsdelf*, ns32k-*-netbsd*, sh-*-rtemscoff*): Remove cases. * defaults.h (C4X_FLOAT_FORMAT): Remove. * real.c (encode_c4x_single, decode_c4x_single, encode_c4x_extended, decode_c4x_extended, c4x_single_format, c4x_extended_format): Remove. * real.h (c4x_single_format, c4x_extended_format): Remove. * doc/extend.texi (interrupt, naked): Remove mention of attributes on C4x. (Pragmas): Remove comment about c4x pragmas. * doc/install.texi (c4x): Remove target-specific instructions. * doc/invoke.texi (TMS320C3x/C4x Options): Remove. * doc/md.texi (Machine Constraints): Remove C4x documentation. * doc/tm.texi (MEMBER_TYPE_FORCES_BLK, c_register_pragma): Do not refer to C4x source files as examples. (C4X_FLOAT_FORMAT): Remove documentation. gcc/testsuite: * gcc.dg/builtin-inf-1.c, gcc.dg/compare6.c, gcc.dg/sibcall-3.c, gcc.dg/sibcall-4.c, gcc.dg/torture/builtin-attr-1.c: Don't handle c4x-*-* targets. libgcc: * config.host (tic4x-*-*, c4x-*-rtems*, tic4x-*-rtems*, c4x-*, tic4x-*, h8300-*-rtemscoff*, ns32k-*-netbsdelf*, ns32k-*-netbsd*, sh-*-rtemscoff*): Remove cases.
Diffstat (limited to 'contrib')
-rw-r--r--contrib/ChangeLog5
-rw-r--r--contrib/paranoia.cc2
2 files changed, 5 insertions, 2 deletions
diff --git a/contrib/ChangeLog b/contrib/ChangeLog
index d03acc998f6..1449506e509 100644
--- a/contrib/ChangeLog
+++ b/contrib/ChangeLog
@@ -1,3 +1,8 @@
+2008-01-25 Joseph Myers <joseph@codesourcery.com>
+
+ * paranoia.cc (main): Remove handling of c4x_single and
+ c4x_extended formats.
+
2007-12-26 Sebastian Pop <sebastian.pop@amd.com>
* compareSumTests3: Changed to GPLv3.
diff --git a/contrib/paranoia.cc b/contrib/paranoia.cc
index ad9f8c8fda7..ce21d3520ca 100644
--- a/contrib/paranoia.cc
+++ b/contrib/paranoia.cc
@@ -2643,8 +2643,6 @@ int main(int ac, char **av)
F(vax_g),
F(i370_single),
F(i370_double),
- F(c4x_single),
- F(c4x_extended),
F(real_internal),
#undef F
};