aboutsummaryrefslogtreecommitdiff
path: root/contrib/paranoia.cc
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2008-01-25 20:49:04 +0000
committerJoseph Myers <jsm28@gcc.gnu.org>2008-01-25 20:49:04 +0000
commit8d8da227888f95418be8d0c90fcec2ff1a2c8438 (patch)
treec661d734edca52044b7e928322867308ff62a8d2 /contrib/paranoia.cc
parent1d555e263297673f544484d6f9dd82ee50958bd7 (diff)
downloadgcc-8d8da227888f95418be8d0c90fcec2ff1a2c8438.zip
gcc-8d8da227888f95418be8d0c90fcec2ff1a2c8438.tar.gz
gcc-8d8da227888f95418be8d0c90fcec2ff1a2c8438.tar.bz2
MAINTAINERS (c4x port): Remove.
* 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. From-SVN: r131835
Diffstat (limited to 'contrib/paranoia.cc')
-rw-r--r--contrib/paranoia.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/contrib/paranoia.cc b/contrib/paranoia.cc
index ad9f8c8..ce21d35 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
};