summaryrefslogtreecommitdiff
path: root/gcc/config/ns32k
diff options
context:
space:
mode:
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2004-02-04 20:01:05 +0000
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2004-02-04 20:01:05 +0000
commit1d60d981c68ff9300acbe0c31fed0028629d1c02 (patch)
tree185831442339d40a4a823812a8f40b7ada9974be /gcc/config/ns32k
parent58552ed0887409a66cffbdca678d249ece213208 (diff)
downloadgcc-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/ns32k')
-rw-r--r--gcc/config/ns32k/netbsd.h2
-rw-r--r--gcc/config/ns32k/ns32k.c6
-rw-r--r--gcc/config/ns32k/ns32k.h16
3 files changed, 12 insertions, 12 deletions
diff --git a/gcc/config/ns32k/netbsd.h b/gcc/config/ns32k/netbsd.h
index 788332aa383..1484214c103 100644
--- a/gcc/config/ns32k/netbsd.h
+++ b/gcc/config/ns32k/netbsd.h
@@ -52,7 +52,7 @@ Boston, MA 02111-1307, USA. */
/* 32532 spec says it can handle any alignment. Rumor from tm-ns32k.h
tells this might not be actually true (but it's for 32032, perhaps
National has fixed the bug for 32532). You might have to change this
- if the bug still exists. */
+ if the bug still exists. */
#undef STRICT_ALIGNMENT
#define STRICT_ALIGNMENT 0
diff --git a/gcc/config/ns32k/ns32k.c b/gcc/config/ns32k/ns32k.c
index 85fa6815434..5eb6ce09113 100644
--- a/gcc/config/ns32k/ns32k.c
+++ b/gcc/config/ns32k/ns32k.c
@@ -543,7 +543,7 @@ register_move_cost (enum reg_class CLASS1, enum reg_class CLASS2)
#if 0
/* We made the insn definitions copy from floating point to general
- registers via the stack. */
+ registers via the stack. */
int
secondary_memory_needed (enum reg_class CLASS1,
enum reg_class CLASS2,
@@ -558,7 +558,7 @@ secondary_memory_needed (enum reg_class CLASS1,
/* TARGET_ADDRESS_COST calls this. This function is not optimal
for the 32032 & 32332, but it probably is better than
- the default. */
+ the default. */
static int
ns32k_address_cost (rtx operand)
@@ -882,7 +882,7 @@ expand_block_move (rtx operands[])
/* Use movmd. It is slower than multiple movd's but more
compact. It is also slower than movsd for large copies
but causes less registers reloading so is better than movsd
- for small copies. */
+ for small copies. */
rtx src, dest;
dest = copy_addr_to_reg (XEXP (operands[0], 0));
src = copy_addr_to_reg (XEXP (operands[1], 0));
diff --git a/gcc/config/ns32k/ns32k.h b/gcc/config/ns32k/ns32k.h
index 737416b1e1b..96a6a37a167 100644
--- a/gcc/config/ns32k/ns32k.h
+++ b/gcc/config/ns32k/ns32k.h
@@ -40,7 +40,7 @@ Boston, MA 02111-1307, USA. */
else if (TARGET_32081) \
builtin_define ("__ns32081__"); \
\
- /* Misc. */ \
+ /* Misc. */ \
if (TARGET_RTD) \
builtin_define ("__RTD__"); \
\
@@ -56,7 +56,7 @@ Boston, MA 02111-1307, USA. */
/* ABSOLUTE PREFIX, IMMEDIATE_PREFIX and EXTERNAL_PREFIX can be defined
to cover most NS32k addressing syntax variations. This way we don't
need to redefine long macros in all the tm.h files for just slight
- variations in assembler syntax. */
+ variations in assembler syntax. */
#ifndef ABSOLUTE_PREFIX
#define ABSOLUTE_PREFIX '@'
@@ -360,10 +360,10 @@ while (0)
/* NS32000 pc is not overloaded on a register. */
/* #define PC_REGNUM */
-/* Register to use for pushing function arguments. */
+/* Register to use for pushing function arguments. */
#define STACK_POINTER_REGNUM 25
-/* Base register for access to local variables of the function. */
+/* Base register for access to local variables of the function. */
#define FRAME_POINTER_REGNUM 24
@@ -383,7 +383,7 @@ while (0)
/* Value is 1 if it is a good idea to tie two pseudo registers
when one has mode MODE1 and one has mode MODE2.
If HARD_REGNO_MODE_OK could produce different values for MODE1 and MODE2,
- for any hard reg, then this must be 0 for correct output. */
+ for any hard reg, then this must be 0 for correct output. */
#define MODES_TIEABLE_P(MODE1, MODE2) \
((FLOAT_MODE_P(MODE1) && FLOAT_MODE_P(MODE2) \
@@ -1102,13 +1102,13 @@ __transfer_from_trampoline () \
/* Specify the machine mode that this machine uses
for the index in the tablejump instruction.
HI mode is more efficient but the range is not wide enough for
- all programs. */
+ all programs. */
#define CASE_VECTOR_MODE SImode
/* 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. */
@@ -1264,7 +1264,7 @@ __transfer_from_trampoline () \
/* This is how to output an assembler line defining an external/static
address which is not in tree format (for collect.c). */
-/* The prefix to add to user-visible assembler symbols. */
+/* The prefix to add to user-visible assembler symbols. */
#define USER_LABEL_PREFIX "_"
/* This is how to output an insn to push a register on the stack.