diff options
Diffstat (limited to 'gcc/config/pa/pa-modes.def')
-rw-r--r-- | gcc/config/pa/pa-modes.def | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/gcc/config/pa/pa-modes.def b/gcc/config/pa/pa-modes.def index c57c9bc4bc9..a68453df1f1 100644 --- a/gcc/config/pa/pa-modes.def +++ b/gcc/config/pa/pa-modes.def @@ -21,10 +21,8 @@ along with GCC; see the file COPYING. If not, write to the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -/* Add any extra modes needed to represent the condition code. - - HPPA floating comparisons produce condition codes. */ - -CC (CCFP) - +/* TFmode: IEEE quad floating point (software). */ +FLOAT_MODE (TF, 16, ieee_quad_format); +/* HPPA floating comparisons produce distinct condition codes. */ +CC_MODE (CCFP); |