diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-02-04 20:01:05 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-02-04 20:01:05 +0000 |
commit | 1d60d981c68ff9300acbe0c31fed0028629d1c02 (patch) | |
tree | 185831442339d40a4a823812a8f40b7ada9974be /gcc/config/pdp11 | |
parent | 58552ed0887409a66cffbdca678d249ece213208 (diff) | |
download | gcc-1d60d981c68ff9300acbe0c31fed0028629d1c02.tar.gz |
* 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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@77268 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/pdp11')
-rw-r--r-- | gcc/config/pdp11/pdp11.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/gcc/config/pdp11/pdp11.h b/gcc/config/pdp11/pdp11.h index 6bc37685e45..d54146fa005 100644 --- a/gcc/config/pdp11/pdp11.h +++ b/gcc/config/pdp11/pdp11.h @@ -170,7 +170,7 @@ extern int target_flags; /* Define this if most significant word of a multiword number is first. */ #define WORDS_BIG_ENDIAN 1 -/* Define that floats are in VAX order, not high word first as for ints. */ +/* Define that floats are in VAX order, not high word first as for ints. */ #define FLOAT_WORDS_BIG_ENDIAN 0 /* Width of a word, in units (bytes). @@ -883,7 +883,7 @@ extern int may_call_alloca; /* Define as C expression which evaluates to nonzero if the tablejump instruction expects the table to contain offsets from the address of the table. - Do not define this if the table should contain absolute addresses. */ + Do not define this if the table should contain absolute addresses. */ /* #define CASE_VECTOR_PC_RELATIVE 1 */ /* Define this as 1 if `char' should by default be signed; else as 0. */ @@ -908,7 +908,7 @@ extern int may_call_alloca; /* Give a comparison code (EQ, NE etc) and the first operand of a COMPARE, return the mode to be used for the comparison. For floating-point, CCFPmode - should be used. */ + should be used. */ #define SELECT_CC_MODE(OP,X,Y) \ (GET_MODE_CLASS(GET_MODE(X)) == MODE_FLOAT? CCFPmode : CCmode) @@ -1013,7 +1013,7 @@ extern struct rtx_def *cc0_reg_rtx; /* Globalizing directive for a label. */ #define GLOBAL_ASM_OP "\t.globl " -/* The prefix to add to user-visible assembler symbols. */ +/* The prefix to add to user-visible assembler symbols. */ #define USER_LABEL_PREFIX "_" @@ -1034,7 +1034,7 @@ extern struct rtx_def *cc0_reg_rtx; fprintf (FILE, "\t%sL_%d\n", TARGET_UNIX_ASM ? "" : ".word ", VALUE) /* This is how to output an element of a case-vector that is relative. - Don't define this if it is not supported. */ + Don't define this if it is not supported. */ /* #define ASM_OUTPUT_ADDR_DIFF_ELT(FILE, VALUE, REL) */ |