aboutsummaryrefslogtreecommitdiff
path: root/gcc/machmode.def
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2002-03-21 08:14:18 +0100
committerJakub Jelinek <jakub@gcc.gnu.org>2002-03-21 08:14:18 +0100
commitf0e1f4829c14e9ac24c53393229955af900c0a87 (patch)
treedc4ae75d5f956b3b89aa319c1c4162e8c844d5e0 /gcc/machmode.def
parentc14b9960142c1daeff4f6098819beaed1edae50e (diff)
downloadgcc-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.def9
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: