diff options
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/config/h8300/h8300.h | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index d094121..30c0240 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2001-12-21 Kazu Hirata <kazu@hxi.com> + + * config/h8300/h8300.h: Fix comment formatting. + Fri Dec 21 17:30:15 2001 Jeffrey A Law (law@redhat.com) * pa.h (CPP_SPEC): If not in ANSI mode, define _INCLUDE_LONGLONG. diff --git a/gcc/config/h8300/h8300.h b/gcc/config/h8300/h8300.h index a9d1f83..f62a61b 100644 --- a/gcc/config/h8300/h8300.h +++ b/gcc/config/h8300/h8300.h @@ -181,7 +181,7 @@ extern int target_flags; /* Target machine storage layout */ /* Define to use software floating point emulator for REAL_ARITHMETIC and - decimal <-> binary conversion. */ + decimal <-> binary conversion. */ #define REAL_ARITHMETIC /* Define this if most significant bit is lowest numbered |