diff options
author | Jakub Jelinek <jakub@redhat.com> | 2002-03-21 08:14:18 +0100 |
---|---|---|
committer | Jakub Jelinek <jakub@gcc.gnu.org> | 2002-03-21 08:14:18 +0100 |
commit | f0e1f4829c14e9ac24c53393229955af900c0a87 (patch) | |
tree | dc4ae75d5f956b3b89aa319c1c4162e8c844d5e0 /gcc/machmode.def | |
parent | c14b9960142c1daeff4f6098819beaed1edae50e (diff) | |
download | gcc-f0e1f4829c14e9ac24c53393229955af900c0a87.zip gcc-f0e1f4829c14e9ac24c53393229955af900c0a87.tar.gz gcc-f0e1f4829c14e9ac24c53393229955af900c0a87.tar.bz2 |
re PR bootstrap/4195 (mn10200-elf fails building libgcc __ffssi2)
PR bootstrap/4195
* genrecog.c (maybe_both_true_mode): Remove.
(maybe_both_true_2, write_switch): Revert 2001-07-17 changes.
* machmode.def (Pmode): Likewise.
From-SVN: r51115
Diffstat (limited to 'gcc/machmode.def')
-rw-r--r-- | gcc/machmode.def | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/gcc/machmode.def b/gcc/machmode.def index 16abebb..eedff97 100644 --- a/gcc/machmode.def +++ b/gcc/machmode.def @@ -165,14 +165,7 @@ EXTRA_CC_MODES #undef CC /* The symbol Pmode stands for one of the above machine modes (usually SImode). - The tm file specifies which one. It is not a distinct mode. Nevertheless, - while processing the md file, we wish to treat as a distinct mode so that - it is preserved intact through to the insn-foo.c files. This eliminates a - lot of redundancy in ports that support both 32-bit and 64-bit targets. */ -#ifdef GENERATOR_FILE -#undef Pmode -DEF_MACHMODE (Pmode, "P", MODE_RANDOM, 0, 0, 0, VOIDmode, VOIDmode) -#endif + The tm file specifies which one. It is not a distinct mode. */ /* Local variables: |