OSDN Git Service

* config/h8300/h8300.h (WORDS_BIG_ENDIAN): Update the comment.
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 30 Nov 2003 02:25:25 +0000 (02:25 +0000)
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 30 Nov 2003 02:25:25 +0000 (02:25 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@74047 138bc75d-0d04-0410-961f-82ee72b054a4

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

index 33dd9e8..b27b826 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 ba58fd7..5ae518b 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