From: Kazu Hirata Date: Sun, 30 Nov 2003 02:25:25 +0000 (+0000) Subject: * config/h8300/h8300.h (WORDS_BIG_ENDIAN): Update the comment. X-Git-Tag: releases/gcc-3.4.0~2029 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3f69c502d066b615b074cf07345cc0fbdf46f349;p=thirdparty%2Fgcc.git * config/h8300/h8300.h (WORDS_BIG_ENDIAN): Update the comment. From-SVN: r74047 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 33dd9e8f2e77..b27b826138e6 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2003-11-29 Kazu Hirata + + * config/h8300/h8300.h (WORDS_BIG_ENDIAN): Update the comment. + 2003-11-29 Kelley Cook * Makefile.in (install-info): Install gccinstall.info too. diff --git a/gcc/config/h8300/h8300.h b/gcc/config/h8300/h8300.h index ba58fd7fd0be..5ae518b124a1 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