]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* config/h8300/h8300.h (WORDS_BIG_ENDIAN): Update the comment.
authorKazu Hirata <kazu@cs.umass.edu>
Sun, 30 Nov 2003 02:25:25 +0000 (02:25 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Sun, 30 Nov 2003 02:25:25 +0000 (02:25 +0000)
From-SVN: r74047

gcc/ChangeLog
gcc/config/h8300/h8300.h

index 33dd9e8f2e77f1bbf0b7b3d5b3e84c5b687f234c..b27b826138e63e0218fddb34669a09d3ffbabf52 100644 (file)
@@ -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.
index ba58fd7fd0beb080d9dddd651385c14dba194981..5ae518b124a1f462bb6700b2b9f6c2100439071d 100644 (file)
@@ -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