Commit 3f69c502 by Kazu Hirata Committed by Kazu Hirata

* config/h8300/h8300.h (WORDS_BIG_ENDIAN): Update the comment.

From-SVN: r74047
parent ee312cd0
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> 2003-11-29 Kelley Cook <kcook@gcc.gnu.org>
* Makefile.in (install-info): Install gccinstall.info too. * Makefile.in (install-info): Install gccinstall.info too.
......
...@@ -224,9 +224,7 @@ extern int target_flags; ...@@ -224,9 +224,7 @@ extern int target_flags;
#define BYTES_BIG_ENDIAN 1 #define BYTES_BIG_ENDIAN 1
/* Define this if most significant word of a multiword number is lowest /* Define this if most significant word of a multiword number is lowest
numbered. numbered. */
This is true on an H8/300 (actually we can make it up, but we choose to
be consistent). */
#define WORDS_BIG_ENDIAN 1 #define WORDS_BIG_ENDIAN 1
#define MAX_BITS_PER_WORD 32 #define MAX_BITS_PER_WORD 32
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment