This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
[patch] h8300.h: Fix a comment.
- From: Kazu Hirata <kazu at cs dot umass dot edu>
- To: gcc-patches at gcc dot gnu dot org
- Date: Sat, 29 Nov 2003 21:25:28 -0500 (EST)
- Subject: [patch] h8300.h: Fix a comment.
Hi,
In the H8/300 era, we could arbitrarily choose WORDS_BIG_ENDIAN, but
H8/300H and later chips do have 32-bit move instructions that
necessitates WORDS_BIG_ENDIAN to be 1.
Committed as obvious.
Kazu Hirata
2003-11-29 Kazu Hirata <kazu@cs.umass.edu>
* config/h8300/h8300.h (WORDS_BIG_ENDIAN): Update the comment.
Index: h8300.h
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/h8300/h8300.h,v
retrieving revision 1.158
diff -u -r1.158 h8300.h
--- h8300.h 27 Nov 2003 17:45:20 -0000 1.158
+++ h8300.h 30 Nov 2003 02:21:19 -0000
@@ -224,9 +224,7 @@
#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