diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2004-02-04 20:01:05 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2004-02-04 20:01:05 +0000 |
commit | ff482c8d4dcefe197b218b574edbe655fb775733 (patch) | |
tree | 185831442339d40a4a823812a8f40b7ada9974be /gcc/config/mmix/mmix.c | |
parent | 59b9a953b6338358d0346c91b43095875da7eede (diff) | |
download | gcc-ff482c8d4dcefe197b218b574edbe655fb775733.zip gcc-ff482c8d4dcefe197b218b574edbe655fb775733.tar.gz gcc-ff482c8d4dcefe197b218b574edbe655fb775733.tar.bz2 |
darwin.c, [...]: Fix comment formatting.
* config/darwin.c, config/darwin.h, config/freebsd-spec.h,
config/arm/arm.c, config/arm/arm.md,
config/cris/cris-protos.h, config/fr30/fr30.c,
config/fr30/fr30.h, config/h8300/h8300.c, config/i386/i386.h,
config/i860/i860.c, config/i860/i860.h, config/ia64/ia64-c.c,
config/ia64/ia64.c, config/ia64/ia64.h, config/ip2k/ip2k.h,
config/ip2k/ip2k.md, config/ip2k/libgcc.S,
config/m32r/linux.h, config/m32r/m32r.c, config/m32r/m32r.h,
config/m68k/m68k.c, config/m68k/netbsd-elf.h,
config/mips/mips.c, config/mmix/mmix.c, config/mmix/mmix.md,
config/ns32k/netbsd.h, config/ns32k/ns32k.c,
config/ns32k/ns32k.h, config/pdp11/pdp11.h,
config/rs6000/darwin-ldouble.c, config/s390/s390.h,
config/s390/s390.md, config/sparc/netbsd-elf.h,
config/sparc/openbsd.h, config/sparc/sparc.c,
config/xtensa/lib2funcs.S: Fix comment formatting.
From-SVN: r77268
Diffstat (limited to 'gcc/config/mmix/mmix.c')
-rw-r--r-- | gcc/config/mmix/mmix.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/config/mmix/mmix.c b/gcc/config/mmix/mmix.c index e30c433..f5f1bd3 100644 --- a/gcc/config/mmix/mmix.c +++ b/gcc/config/mmix/mmix.c @@ -246,7 +246,7 @@ mmix_init_machine_status (void) /* DATA_ALIGNMENT. We have trouble getting the address of stuff that is located at other than 32-bit alignments (GETA requirements), so try to give everything - at least 32-bit alignment. */ + at least 32-bit alignment. */ int mmix_data_alignment (tree type ATTRIBUTE_UNUSED, int basic_align) @@ -1269,7 +1269,7 @@ mmix_file_start (void) fputs ("! mmixal:= 8H LOC Data_Section\n", asm_out_file); - /* Make sure each file starts with the text section. */ + /* Make sure each file starts with the text section. */ text_section (); } @@ -1278,7 +1278,7 @@ mmix_file_start (void) static void mmix_file_end (void) { - /* Make sure each file ends with the data section. */ + /* Make sure each file ends with the data section. */ data_section (); } |