aboutsummaryrefslogtreecommitdiff
path: root/gcc/real.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/real.h')
-rw-r--r--gcc/real.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/gcc/real.h b/gcc/real.h
index ca23e79..845ef29 100644
--- a/gcc/real.h
+++ b/gcc/real.h
@@ -48,7 +48,7 @@ struct GTY(()) real_value {
/* 1 if number is signalling. */
unsigned int signalling : 1;
/* 1 if number is canonical
- All are generally used for handling cases in real.c. */
+ All are generally used for handling cases in real.cc. */
unsigned int canonical : 1;
/* unbiased exponent of the number. */
unsigned int uexp : EXP_BITS;
@@ -233,7 +233,7 @@ inline format_helper::format_helper (const T &m)
: m_format (m == VOIDmode ? 0 : REAL_MODE_FORMAT (m))
{}
-/* Declare functions in real.c. */
+/* Declare functions in real.cc. */
/* True if the given mode has a NaN representation and the treatment of
NaN operands is important. Certain optimizations, such as folding
@@ -342,7 +342,7 @@ extern void real_2expN (REAL_VALUE_TYPE *, int, format_helper);
extern unsigned int real_hash (const REAL_VALUE_TYPE *);
-/* Target formats defined in real.c. */
+/* Target formats defined in real.cc. */
extern const struct real_format ieee_single_format;
extern const struct real_format mips_single_format;
extern const struct real_format motorola_single_format;
@@ -488,7 +488,7 @@ extern bool exact_real_inverse (format_helper, REAL_VALUE_TYPE *);
in TMODE. */
bool real_can_shorten_arithmetic (machine_mode, machine_mode);
-/* In tree.c: wrap up a REAL_VALUE_TYPE in a tree node. */
+/* In tree.cc: wrap up a REAL_VALUE_TYPE in a tree node. */
extern tree build_real (tree, REAL_VALUE_TYPE);
/* Likewise, but first truncate the value to the type. */