aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2003-11-30 02:25:25 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2003-11-30 02:25:25 +0000
commit3f69c502d066b615b074cf07345cc0fbdf46f349 (patch)
treef9575d54da39713d29e024a601f6e158a4b2eef7
parentee312cd002e8f7ce36fb1a096a8056841868240c (diff)
downloadgcc-3f69c502d066b615b074cf07345cc0fbdf46f349.zip
gcc-3f69c502d066b615b074cf07345cc0fbdf46f349.tar.gz
gcc-3f69c502d066b615b074cf07345cc0fbdf46f349.tar.bz2
* config/h8300/h8300.h (WORDS_BIG_ENDIAN): Update the comment.
From-SVN: r74047
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/config/h8300/h8300.h4
2 files changed, 5 insertions, 3 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 33dd9e8..b27b826 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,7 @@
+2003-11-29 Kazu Hirata <kazu@cs.umass.edu>
+
+ * config/h8300/h8300.h (WORDS_BIG_ENDIAN): Update the comment.
+
2003-11-29 Kelley Cook <kcook@gcc.gnu.org>
* Makefile.in (install-info): Install gccinstall.info too.
diff --git a/gcc/config/h8300/h8300.h b/gcc/config/h8300/h8300.h
index ba58fd7..5ae518b 100644
--- a/gcc/config/h8300/h8300.h
+++ b/gcc/config/h8300/h8300.h
@@ -224,9 +224,7 @@ extern int target_flags;
#define BYTES_BIG_ENDIAN 1
/* Define this if most significant word of a multiword number is lowest
- numbered.
- This is true on an H8/300 (actually we can make it up, but we choose to
- be consistent). */
+ numbered. */
#define WORDS_BIG_ENDIAN 1
#define MAX_BITS_PER_WORD 32