aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheodore Papadopoulo <Theodore.Papadopoulo@sophia.inria.fr>2000-10-16 18:38:49 +0200
committerJeff Law <law@gcc.gnu.org>2000-10-16 10:38:49 -0600
commit11f3dc892278fdfc15f586ea092118d2d1b04f37 (patch)
treeb943a5917f13c3833929acb9e4cbcaafc0e2db31
parent47c10e9bf9e56b0565be36761af118dd2d33afc0 (diff)
downloadgcc-11f3dc892278fdfc15f586ea092118d2d1b04f37.zip
gcc-11f3dc892278fdfc15f586ea092118d2d1b04f37.tar.gz
gcc-11f3dc892278fdfc15f586ea092118d2d1b04f37.tar.bz2
* machmode.def: Correct comment.
From-SVN: r36886
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/machmode.def4
2 files changed, 6 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index cb52f05..d06524f 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,7 @@
+2000-10-16 Theodore Papadopoulo <Theodore.Papadopoulo@sophia.inria.fr>
+
+ * machmode.def: Correct comment.
+
2000-10-16 Rodney Brown <RodneyBrown@mynd.com>
* print-rtl.c (print_rtx_head): Constify.
diff --git a/gcc/machmode.def b/gcc/machmode.def
index 4df4da7..8b5190c 100644
--- a/gcc/machmode.def
+++ b/gcc/machmode.def
@@ -56,8 +56,8 @@ Boston, MA 02111-1307, USA. */
A byte's size is determined by BITS_PER_UNIT in tm.h.
Sixth arg is the relative size of subunits of the object.
- It is same as the fourth argument except for complexes,
- since they are really made of two equal size subunits.
+ It is same as the fifth argument except for complexes and vectors,
+ since they are really made of many equal size subunits.
Seventh arg is next wider natural mode of the same class.
0 if there is none. */