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
This commit is contained in:
Kazu Hirata 2004-02-04 20:01:05 +00:00 committed by Kazu Hirata
parent 59b9a953b6
commit ff482c8d4d
38 changed files with 110 additions and 91 deletions

View File

@ -1,3 +1,22 @@
2004-02-04 Kazu Hirata <kazu@cs.umass.edu>
* 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.
2004-02-04 Kazu Hirata <kazu@cs.umass.edu>
* config/alpha/alpha.c, config/arc/arc.c,

View File

@ -3318,7 +3318,7 @@ thumb_rtx_costs (rtx x, enum rtx_code code, enum rtx_code outer)
case AND:
case XOR:
case IOR:
/* XXX guess. */
/* XXX guess. */
return 8;
case ADDRESSOF:
@ -3331,7 +3331,7 @@ thumb_rtx_costs (rtx x, enum rtx_code code, enum rtx_code outer)
? 4 : 0));
case IF_THEN_ELSE:
/* XXX a guess. */
/* XXX a guess. */
if (GET_CODE (XEXP (x, 1)) == PC || GET_CODE (XEXP (x, 2)) == PC)
return 14;
return 2;
@ -3759,11 +3759,11 @@ arm_xscale_rtx_costs (rtx x, int code, int outer_code, int *total)
unsigned HOST_WIDE_INT masked_const;
/* The cost will be related to two insns.
First a load of the constant (MOV or LDR), then a multiply. */
First a load of the constant (MOV or LDR), then a multiply. */
cost = 2;
if (! const_ok)
cost += 1; /* LDR is probably more expensive because
of longer result latency. */
of longer result latency. */
masked_const = i & 0xffff8000;
if (masked_const != 0 && masked_const != 0xffff8000)
{

View File

@ -2491,7 +2491,7 @@
/* Ideally we shouldn't fail here if we could know that operands[1]
ends up already living in an iwmmxt register. Otherwise it's
cheaper to have the alternate code being generated than moving
values to iwmmxt regs and back. */
values to iwmmxt regs and back. */
FAIL;
}
else if (!TARGET_REALLY_IWMMXT && !(TARGET_HARD_FLOAT && TARGET_MAVERICK))
@ -2550,7 +2550,7 @@
/* Ideally we shouldn't fail here if we could know that operands[1]
ends up already living in an iwmmxt register. Otherwise it's
cheaper to have the alternate code being generated than moving
values to iwmmxt regs and back. */
values to iwmmxt regs and back. */
FAIL;
}
else if (!TARGET_REALLY_IWMMXT)
@ -2606,7 +2606,7 @@
/* Ideally we shouldn't fail here if we could know that operands[1]
ends up already living in an iwmmxt register. Otherwise it's
cheaper to have the alternate code being generated than moving
values to iwmmxt regs and back. */
values to iwmmxt regs and back. */
FAIL;
}
else if (!TARGET_REALLY_IWMMXT)

View File

@ -52,7 +52,7 @@ extern rtx cris_expand_builtin_va_arg (tree, tree);
extern void cris_pragma_expand_mul (struct cpp_reader *);
/* Need one that returns an int; usable in expressions. */
/* Need one that returns an int; usable in expressions. */
extern int cris_fatal (char *);
extern void cris_override_options (void);

View File

@ -82,7 +82,7 @@ machopic_classify_ident (tree ident)
&& name[5] == '_'));
tree temp;
/* The PIC base symbol is always defined. */
/* The PIC base symbol is always defined. */
if (! strcmp (name, "<pic base>"))
return MACHOPIC_DEFINED_DATA;
@ -245,7 +245,7 @@ machopic_output_function_base_name (FILE *file)
{
const char *current_name;
/* If dynamic-no-pic is on, we should not get here. */
/* If dynamic-no-pic is on, we should not get here. */
if (MACHO_DYNAMIC_NO_PIC_P)
abort ();
current_name =

View File

@ -710,7 +710,7 @@ objc_section_init (void) \
/* Emit an assembler directive to set visibility for a symbol. Used
to support visibility attribute and Darwin's private extern
feature. */
feature. */
#undef TARGET_ASM_ASSEMBLE_VISIBILITY
#define TARGET_ASM_ASSEMBLE_VISIBILITY darwin_assemble_visibility

View File

@ -103,16 +103,16 @@ struct rtx_def * fr30_compare_op1;
save masks, and offsets for the current function. */
struct fr30_frame_info
{
unsigned int total_size; /* # Bytes that the entire frame takes up. */
unsigned int pretend_size; /* # Bytes we push and pretend caller did. */
unsigned int args_size; /* # Bytes that outgoing arguments take up. */
unsigned int reg_size; /* # Bytes needed to store regs. */
unsigned int var_size; /* # Bytes that variables take up. */
unsigned int total_size; /* # Bytes that the entire frame takes up. */
unsigned int pretend_size; /* # Bytes we push and pretend caller did. */
unsigned int args_size; /* # Bytes that outgoing arguments take up. */
unsigned int reg_size; /* # Bytes needed to store regs. */
unsigned int var_size; /* # Bytes that variables take up. */
unsigned int frame_size; /* # Bytes in current frame. */
unsigned int gmask; /* Mask of saved registers. */
unsigned int save_fp; /* Nonzero if frame pointer must be saved. */
unsigned int save_rp; /* Nonzero if return pointer must be saved. */
int initialised; /* Nonzero if frame size already calculated. */
unsigned int gmask; /* Mask of saved registers. */
unsigned int save_fp; /* Nonzero if frame pointer must be saved. */
unsigned int save_rp; /* Nonzero if return pointer must be saved. */
int initialised; /* Nonzero if frame size already calculated. */
};
/* Current frame information calculated by fr30_compute_frame_size(). */
@ -425,7 +425,7 @@ fr30_setup_incoming_varargs (CUMULATIVE_ARGS arg_regs_used_so_far,
statement is probably unnecessary. */
if (targetm.calls.strict_argument_naming (&arg_regs_used_so_far))
/* If TARGET_STRICT_ARGUMENT_NAMING returns true, then the last named
arg must not be treated as an anonymous arg. */
arg must not be treated as an anonymous arg. */
arg_regs_used_so_far += fr30_num_arg_regs (int_mode, type);
size = FR30_NUM_ARG_REGS - arg_regs_used_so_far;

View File

@ -39,7 +39,7 @@ Boston, MA 02111-1307, USA. */
/* Define this to be a string constant containing `-D' options to define the
predefined macros that identify this machine and system. These macros will
be predefined unless the `-ansi' option is specified. */
be predefined unless the `-ansi' option is specified. */
#define TARGET_CPU_CPP_BUILTINS() \
do \
@ -661,7 +661,7 @@ enum reg_class
- if the type has variable size
- if the type is marked as addressable (it is required to be constructed
into the stack)
- if the type is a structure or union. */
- if the type is a structure or union. */
#define MUST_PASS_IN_STACK(MODE, TYPE) \
(((MODE) == BLKmode) \
@ -801,7 +801,7 @@ enum reg_class
#define LIBCALL_VALUE(MODE) gen_rtx_REG (MODE, RETURN_VALUE_REGNUM)
/* A C expression that is nonzero if REGNO is the number of a hard register in
which the values of called function may come back. */
which the values of called function may come back. */
#define FUNCTION_VALUE_REGNO_P(REGNO) ((REGNO) == RETURN_VALUE_REGNUM)

View File

@ -70,7 +70,7 @@ Boston, MA 02111-1307, USA. */
} \
while (0)
/* Define the default FreeBSD-specific per-CPU hook code. */
/* Define the default FreeBSD-specific per-CPU hook code. */
#define FBSD_TARGET_CPU_CPP_BUILTINS() do {} while (0)
/* Provide a CPP_SPEC appropriate for FreeBSD. We just deal with the GCC

View File

@ -4419,7 +4419,7 @@ h8300_asm_named_section (const char *name, unsigned int flags ATTRIBUTE_UNUSED)
int
h8300_eightbit_constant_address_p (rtx x)
{
/* The ranges of the 8-bit area. */
/* The ranges of the 8-bit area. */
const unsigned HOST_WIDE_INT n1 = trunc_int_for_mode (0xff00, HImode);
const unsigned HOST_WIDE_INT n2 = trunc_int_for_mode (0xffff, HImode);
const unsigned HOST_WIDE_INT h1 = trunc_int_for_mode (0x00ffff00, SImode);

View File

@ -1919,7 +1919,7 @@ typedef struct ix86_args {
been eliminated by then. */
/* Non strict versions, pseudos are ok */
/* Non strict versions, pseudos are ok. */
#define REG_OK_FOR_INDEX_NONSTRICT_P(X) \
(REGNO (X) < STACK_POINTER_REGNUM \
|| (REGNO (X) >= FIRST_REX_INT_REG \

View File

@ -1165,7 +1165,7 @@ output_block_move (rtx *operands)
output_asm_insn ("bla %5,%2,.Lm%3", xoperands);
output_asm_insn ("adds %0,%2,%6", xoperands);
output_asm_insn ("\n.Lm%3:", xoperands); /* Label for bla above. */
output_asm_insn ("\n.Ls%3:", xoperands); /* Loop start label. */
output_asm_insn ("\n.Ls%3:", xoperands); /* Loop start label. */
output_asm_insn ("adds %5,%6,%6", xoperands);
/* NOTE: The code here which is supposed to handle the cases where the

View File

@ -824,7 +824,7 @@ struct cumulative_args { int ints, floats; };
/* 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. */

View File

@ -60,7 +60,7 @@ ia64_hpux_handle_builtin_pragma (cpp_reader *pfile ATTRIBUTE_UNUSED)
typedef struct c89_mathlib_names
{
const char *realname; /* User visible function name. */
const char *c89name; /* libm special name needed to set errno. */
const char *c89name; /* libm special name needed to set errno. */
} c89_mathlib_names;
static const c89_mathlib_names c89_mathlib_name_list [] =

View File

@ -1525,7 +1525,7 @@ ia64_split_tmode (rtx out[2], rtx in, bool reversed, bool dead)
{
/* Again the postmodify cannot be made to match, but
in this case it's more efficient to get rid of the
postmodify entirely and fix up with an add insn. */
postmodify entirely and fix up with an add insn. */
out[1] = adjust_automodify_address (in, DImode, base, 8);
fixup = gen_adddi3 (base, base,
GEN_INT (INTVAL (XEXP (offset, 1)) - 8));
@ -6827,7 +6827,7 @@ bundling (FILE *dump, int verbose, rtx prev_head_insn, rtx tail)
initiate_bundle_state_table ();
index_to_bundle_states = xmalloc ((insn_num + 2)
* sizeof (struct bundle_state *));
/* First (forward) pass -- generation of bundle states. */
/* First (forward) pass -- generation of bundle states. */
curr_state = get_free_bundle_state ();
curr_state->insn = NULL;
curr_state->before_nops_num = 0;
@ -7424,7 +7424,7 @@ ia64_ld_address_bypass_p (rtx producer, rtx consumer)
/* The following function returns TRUE if INSN produces address for a
load/store insn. We will place such insns into M slot because it
decreases its latency time. */
decreases its latency time. */
int
ia64_produce_address_p (rtx insn)

View File

@ -90,7 +90,7 @@ extern int target_flags;
#define MASK_INLINE_SQRT_LAT 0x00008000 /* inline sqrt, min latency. */
#define MASK_INLINE_SQRT_THR 0x00010000 /* inline sqrt, max throughput. */
#define MASK_INLINE_SQRT_THR 0x00010000 /* inline sqrt, max throughput. */
#define MASK_DWARF2_ASM 0x00020000 /* test dwarf2 line info via gas. */
@ -251,7 +251,7 @@ extern const char *ia64_tls_size_string;
enum processor_type
{
PROCESSOR_ITANIUM, /* Original Itanium. */
PROCESSOR_ITANIUM, /* Original Itanium. */
PROCESSOR_ITANIUM2,
PROCESSOR_max
};

View File

@ -862,7 +862,7 @@ extern int ip2k_reorg_merge_qimode;
#define DBX_REGISTER_NUMBER(REGNO) (REGNO)
/* Miscellaneous macros to describe machine specifics. */
/* Miscellaneous macros to describe machine specifics. */
#define IS_PSEUDO_P(R) (REGNO (R) >= FIRST_PSEUDO_REGISTER)

View File

@ -975,7 +975,7 @@
0xff & ~mask);
if (CONSTANT_P (operands[3]))
/* Constant can just be or-ed in. */
/* Constant can just be or-ed in. */
{
p += sprintf (p, \"mov\\tw,#$%2.2x\;or\\t%%0,w\",
(int) (INTVAL (operands[3]) << pos) & mask & 0xff);
@ -984,7 +984,7 @@
p += sprintf (p, \"mov\\tw,%%3\;\"); /* Value to deposit */
/* Shift and mask the value before OR-ing into the destination. */
/* Shift and mask the value before OR-ing into the destination. */
if (pos != 0)
p += sprintf (p, \"mulu\\tw,#%d\;\", 1<<pos);
@ -1084,7 +1084,7 @@
{
/* It is not impossible to wind up with two constants here.
If we simply emit the ashl, we'll generate unrecognizable
instructions. */
instructions. */
if (! nonimmediate_operand (operands[1], HImode))
operands[1] = copy_to_mode_reg (HImode, operands[1]);
emit_insn (gen_ashlhi3 (operands[0], operands[1], const1_rtx));

View File

@ -1498,7 +1498,7 @@ _abort:
#endif
#if defined(Lwrite)
/* Dummy entrypoint to suppress problems with glue code. */
/* Dummy entrypoint to suppress problems with glue code. */
.sect .text.libgcc,"ax"
.global _write
.func write, _write

View File

@ -57,7 +57,7 @@
When the -shared link option is used a final link is not being
done. */
/* If ELF is the default format, we should not use /lib/elf. */
/* If ELF is the default format, we should not use /lib/elf. */
#undef LINK_SPEC
#if TARGET_LITTLE_ENDIAN

View File

@ -2034,7 +2034,7 @@ m32r_output_function_prologue (FILE * file, HOST_WIDE_INT size)
}
/* Do any necessary cleanup after a function to restore stack, frame,
and regs. */
and regs. */
static void
m32r_output_function_epilogue (FILE * file, HOST_WIDE_INT size ATTRIBUTE_UNUSED)
@ -2724,7 +2724,7 @@ emit_cond_move (rtx * operands, rtx insn ATTRIBUTE_UNUSED)
}
/* Returns true if the registers contained in the two
rtl expressions are different. */
rtl expressions are different. */
int
m32r_not_same_reg (rtx a, rtx b)

View File

@ -1028,7 +1028,7 @@ extern enum reg_class m32r_regno_reg_class[FIRST_PSEUDO_REGISTER];
SIZE is the number of bytes of arguments passed on the stack. */
#define RETURN_POPS_ARGS(DECL, FUNTYPE, SIZE) 0
/* Nonzero if we do not know how to pass TYPE solely in registers. */
/* Nonzero if we do not know how to pass TYPE solely in registers. */
#define MUST_PASS_IN_STACK(MODE, TYPE) \
((TYPE) != 0 \
&& (TREE_CODE (TYPE_SIZE (TYPE)) != INTEGER_CST \
@ -1728,7 +1728,7 @@ extern char m32r_punct_chars[256];
/* 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. */
/* It's not clear what PIC will look like or whether we want to use -fpic
for the embedded form currently being talked about. For now require -fpic
to get pc relative switch tables. */

View File

@ -58,7 +58,7 @@ Boston, MA 02111-1307, USA. */
#endif
/* Structure describing stack frame layout. */
/* Structure describing stack frame layout. */
struct m68k_frame
{
/* Stack pointer to frame pointer offset. */

View File

@ -316,7 +316,7 @@ while (0)
function. VALTYPE is the data type of the value (as a tree). If
the precise function being called is known, FUNC is its
FUNCTION_DECL; otherwise, FUNC is 0. For m68k/SVR4 generate the
result in d0, a0, or fp0 as appropriate. */
result in d0, a0, or fp0 as appropriate. */
#undef FUNCTION_VALUE
#define FUNCTION_VALUE(VALTYPE, FUNC) \
@ -359,14 +359,14 @@ while (0)
/* Boundary (in *bits*) on which stack pointer should be aligned.
The m68k/SVR4 convention is to keep the stack pointer longword aligned. */
The m68k/SVR4 convention is to keep the stack pointer longword aligned. */
#undef STACK_BOUNDARY
#define STACK_BOUNDARY 32
/* Alignment of field after `int : 0' in a structure.
For m68k/SVR4, this is the next longword boundary. */
For m68k/SVR4, this is the next longword boundary. */
#undef EMPTY_FIELD_BOUNDARY
#define EMPTY_FIELD_BOUNDARY 32
@ -381,7 +381,7 @@ while (0)
/* For m68k SVR4, structures are returned using the reentrant
technique. */
technique. */
#undef PCC_STATIC_STRUCT_RETURN

View File

@ -2909,13 +2909,13 @@ gen_int_relational (enum rtx_code test_code, rtx result, rtx cmp0,
if (mode == VOIDmode)
mode = GET_MODE (cmp1);
/* Eliminate simple branches */
/* Eliminate simple branches. */
branch_p = (result == 0);
if (branch_p)
{
if (GET_CODE (cmp0) == REG || GET_CODE (cmp0) == SUBREG)
{
/* Comparisons against zero are simple branches */
/* Comparisons against zero are simple branches. */
if (GET_CODE (cmp1) == CONST_INT && INTVAL (cmp1) == 0
&& (! TARGET_MIPS16 || eqne_p))
return 0;

View File

@ -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 ();
}

View File

@ -871,7 +871,7 @@ DIVU %1,%1,%2\;GET %0,:rR\;NEGU %2,0,%0\;CSNN %0,$255,%2")
= mmix_gen_compare_reg (LE, mmix_compare_op0, mmix_compare_op1);
/* The head comment of optabs.c:can_compare_p says we're required to
implement this, so we have to clean up the mess here. */
implement this, so we have to clean up the mess here. */
if (operands[1] == NULL_RTX)
{
/* FIXME: Watch out for sharing/unsharing of rtx:es. */
@ -893,7 +893,7 @@ DIVU %1,%1,%2\;GET %0,:rR\;NEGU %2,0,%0\;CSNN %0,$255,%2")
= mmix_gen_compare_reg (GE, mmix_compare_op0, mmix_compare_op1);
/* The head comment of optabs.c:can_compare_p says we're required to
implement this, so we have to clean up the mess here. */
implement this, so we have to clean up the mess here. */
if (operands[1] == NULL_RTX)
{
/* FIXME: Watch out for sharing/unsharing of rtx:es. */

View File

@ -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

View File

@ -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));

View File

@ -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.

View File

@ -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) */

View File

@ -95,7 +95,7 @@ _xlqadd (double a, double b, double c, double d)
d = tau;
}
/* b <- second largest magnitude double. */
/* b <- second largest magnitude double. */
if (fabs (c) > fabs (b))
{
t = b;
@ -104,7 +104,7 @@ _xlqadd (double a, double b, double c, double d)
}
/* Thanks to commutativity, sum is invariant w.r.t. the next
conditional exchange. */
conditional exchange. */
tau = d + c;
/* Order the smallest magnitude doubles. */
@ -183,7 +183,7 @@ _xlqdiv (double a, double b, double c, double d)
/* Finite nonzero result requires corrections to the highest order term. */
s = c * t; /* (s,sigma) = c*t exactly. */
s = c * t; /* (s,sigma) = c*t exactly. */
w = -(-b + d * t); /* Written to get fnmsub for speed, but not
numerically necessary. */
@ -191,10 +191,10 @@ _xlqdiv (double a, double b, double c, double d)
asm ("fmsub %0,%1,%2,%3" : "=f"(sigma) : "f"(c), "f"(t), "f"(s));
v = a - s;
tau = ((v-sigma)+w)/c; /* Correction to t. */
tau = ((v-sigma)+w)/c; /* Correction to t. */
u = t + tau;
/* Construct long double result. */
/* Construct long double result. */
z.dval[0] = u;
z.dval[1] = (t - u) + tau;
return z.ldval;

View File

@ -876,7 +876,7 @@ extern struct rtx_def *s390_compare_op0, *s390_compare_op1;
#define SLOW_BYTE_ACCESS 1
/* The maximum number of bytes that a single instruction can move quickly
between memory and registers or between two memory locations. */
between memory and registers or between two memory locations. */
#define MOVE_MAX (TARGET_64BIT ? 16 : 8)
#define MAX_MOVE_MAX 16

View File

@ -7318,7 +7318,7 @@
rtx temp = gen_reg_rtx (Pmode);
/* Copy the backchain to the first word, sp to the second and the literal pool
base to the third. */
base to the third. */
emit_move_insn (operand_subword (operands[0], 2, 0,
TARGET_64BIT ? OImode : TImode),
gen_rtx_REG (Pmode, BASE_REGISTER));
@ -7341,7 +7341,7 @@
rtx base = gen_rtx_REG (Pmode, BASE_REGISTER);
/* Restore the backchain from the first word, sp from the second and the
literal pool base from the third. */
literal pool base from the third. */
emit_move_insn (temp,
operand_subword (operands[1], 0, 0,
TARGET_64BIT ? OImode : TImode));

View File

@ -241,7 +241,7 @@ Boston, MA 02111-1307, USA. */
#define MULTILIB_DEFAULTS { "m64" }
#endif
/* Name the port. */
/* Name the port. */
#undef TARGET_NAME
#define TARGET_NAME (DEFAULT_ARCH32_P ? TARGET_NAME32 : TARGET_NAME64)

View File

@ -62,7 +62,7 @@ Boston, MA 02111-1307, USA. */
/* Assembler format: exception region output. */
/* All configurations that don't use elf must be explicit about not using
dwarf unwind information. */
dwarf unwind information. */
#define DWARF2_UNWIND_INFO 0
#undef ASM_PREFERRED_EH_DATA_FORMAT

View File

@ -7937,7 +7937,7 @@ sparc_init_libfuncs (void)
/* Use the subroutines that Sun's library provides for integer
multiply and divide. The `*' prevents an underscore from
being prepended by the compiler. .umul is a little faster
than .mul. */
than .mul. */
set_optab_libfunc (smul_optab, SImode, "*.umul");
set_optab_libfunc (sdiv_optab, SImode, "*.div");
set_optab_libfunc (udiv_optab, SImode, "*.udiv");
@ -8348,7 +8348,7 @@ sparc_rtx_costs (rtx x, int code, int outer_code, int *total)
return true;
case IF_THEN_ELSE:
/* Conditional moves. */
/* Conditional moves. */
switch (sparc_cpu)
{
case PROCESSOR_ULTRASPARC:

View File

@ -32,7 +32,7 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA
/* __xtensa_libgcc_window_spill: This function flushes out all but the
current register window. This is used to set up the stack so that
arbitrary frames can be accessed. */
arbitrary frames can be accessed. */
.align 4
.global __xtensa_libgcc_window_spill
@ -91,7 +91,7 @@ __xtensa_nonlocal_goto:
function. This can be extracted from the high bits of the
return address, initially in a0. As the unwinding
proceeds, the window size is taken from the value of a0
saved _two_ frames below the current frame. */
saved _two_ frames below the current frame. */
addi a5, sp, -16 # a5 = prev - save area
l32i a6, a5, 4
@ -112,7 +112,7 @@ __xtensa_nonlocal_goto:
current sp so they will be reloaded when the return from this
function underflows. We don't have to worry about exceptions
while updating the current save area, because the windows have
already been flushed. */
already been flushed. */
addi a4, sp, -16 # a4 = save area of this function
l32i a6, a5, 0
@ -125,7 +125,7 @@ __xtensa_nonlocal_goto:
s32i a7, a4, 12
/* Set return address to goto handler. Use the window size bits
from the return address two frames below the target. */
from the return address two frames below the target. */
extui a8, a8, 30, 2 # get window size from return addr.
slli a3, a3, 2 # get goto handler addr. << 2
ssai 2
@ -149,7 +149,7 @@ __xtensa_nonlocal_goto:
At least one IHI instruction is needed for each i-cache line which may
be touched by the trampoline. An ISYNC instruction is also needed to
make sure that the modified instructions are loaded into the instruction
fetch buffer. */
fetch buffer. */
#define TRAMPOLINE_SIZE 59