diff options
author | Joseph Myers <joseph@codesourcery.com> | 2008-01-25 20:49:04 +0000 |
---|---|---|
committer | Joseph Myers <jsm28@gcc.gnu.org> | 2008-01-25 20:49:04 +0000 |
commit | 8d8da227888f95418be8d0c90fcec2ff1a2c8438 (patch) | |
tree | c661d734edca52044b7e928322867308ff62a8d2 /contrib | |
parent | 1d555e263297673f544484d6f9dd82ee50958bd7 (diff) | |
download | gcc-8d8da227888f95418be8d0c90fcec2ff1a2c8438.tar.gz |
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')
-rw-r--r-- | contrib/ChangeLog | 5 | ||||
-rw-r--r-- | contrib/paranoia.cc | 2 |
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 }; |