From 3f69c502d066b615b074cf07345cc0fbdf46f349 Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Sun, 30 Nov 2003 02:25:25 +0000 Subject: [PATCH] * config/h8300/h8300.h (WORDS_BIG_ENDIAN): Update the comment. From-SVN: r74047 --- gcc/ChangeLog | 4 ++++ gcc/config/h8300/h8300.h | 4 +--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 33dd9e8f2e7..b27b826138e 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 ba58fd7fd0b..5ae518b124a 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 -- 2.30.2