diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-02-04 00:51:14 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-02-04 00:51:14 +0000 |
commit | 03fb0c81fe21e9a52366179e8549e13f00dd3ccb (patch) | |
tree | 0c04515384ec799f85831c86623ab9a595c3565f /gcc/config/h8300/h8300.h | |
parent | 98467bd897ac0b980a9f89298f02edd0f1a8037f (diff) | |
download | gcc-03fb0c81fe21e9a52366179e8549e13f00dd3ccb.tar.gz |
* config/h8300/h8300.c, config/h8300/h8300.h,
config/h8300/h8300.md: Follow spelling conventions.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@121562 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/h8300/h8300.h')
-rw-r--r-- | gcc/config/h8300/h8300.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/config/h8300/h8300.h b/gcc/config/h8300/h8300.h index 7c9a2414bdf..98a954b972c 100644 --- a/gcc/config/h8300/h8300.h +++ b/gcc/config/h8300/h8300.h @@ -195,13 +195,13 @@ extern const char * const *h8_reg_names; #define FUNCTION_BOUNDARY 16 /* Alignment of field after `int : 0' in a structure. */ -/* One can argue this should be 32 for -mint32, but since 32 bit ints only - need 16 bit alignment, this is left as is so that -mint32 doesn't change +/* One can argue this should be 32 for -mint32, but since 32-bit ints only + need 16-bit alignment, this is left as is so that -mint32 doesn't change structure layouts. */ #define EMPTY_FIELD_BOUNDARY 16 /* No data type wants to be aligned rounder than this. - 32 bit values are aligned as such on the H8/300H and H8S for speed. */ + 32-bit values are aligned as such on the H8/300H and H8S for speed. */ #define BIGGEST_ALIGNMENT \ (((TARGET_H8300H || TARGET_H8300S) && ! TARGET_ALIGN_300) ? 32 : 16) |