diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-09-19 13:51:24 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-09-19 13:51:24 +0000 |
commit | c46dc351068c0b3999a5fa2b6c8cbde6cda04fd3 (patch) | |
tree | ccfaa90cab6055a4c2d86909f94576ffc123b5ce /gcc/config/frv | |
parent | 2aa0e8cc8517a8416c93ffdd697680ff7520b532 (diff) | |
download | gcc-c46dc351068c0b3999a5fa2b6c8cbde6cda04fd3.tar.gz |
* config/fp-bit.c: Follow spelling conventions.
* config/d30v/d30v.c: Likewise.
* config/d30v/d30v.h: Likewise.
* config/fr30/fr30.c: Likewise.
* config/fr30/fr30.h: Likewise.
* config/fr30/fr30.md: Likewise.
* config/frv/frv.c: Likewise.
* config/frv/frv.h: Likewise.
* config/h8300/h8300.c: Likewise.
* config/h8300/lib1funcs.asm: Likewise.
* config/i370/i370.c: Likewise.
* config/i386/i386.h: Likewise.
* config/i386/i386.md: Likewise.
* config/i386/pentium.md: Likewise.
* config/i386/winnt.c: Likewise.
* config/i960/i960.c: Likewise.
* config/ia64/ia64.h: Likewise.
* config/ip2k/ip2k.c: Likewise.
* config/ip2k/ip2k.h: Likewise.
* config/ip2k/ip2k.md: Likewise.
* config/ip2k/libgcc.S: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57303 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/frv')
-rw-r--r-- | gcc/config/frv/frv.c | 8 | ||||
-rw-r--r-- | gcc/config/frv/frv.h | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/gcc/config/frv/frv.c b/gcc/config/frv/frv.c index 9689283944e..1b6f37b4934 100644 --- a/gcc/config/frv/frv.c +++ b/gcc/config/frv/frv.c @@ -595,7 +595,7 @@ frv_override_options () LEVEL is the optimization level specified; 2 if `-O2' is specified, 1 if `-O' is specified, and 0 if neither is specified. - SIZE is non-zero if `-Os' is specified, 0 otherwise. + SIZE is nonzero if `-Os' is specified, 0 otherwise. You should not use this macro to change options that are not machine-specific. These should uniformly selected by the same optimization @@ -3139,7 +3139,7 @@ frv_function_arg_boundary (mode, type) You may use the macro `MUST_PASS_IN_STACK (MODE, TYPE)' in the definition of this macro to determine if this argument is of a type that must be passed in the stack. If `REG_PARM_STACK_SPACE' is not defined and `FUNCTION_ARG' - returns non-zero for such an argument, the compiler will abort. If + returns nonzero for such an argument, the compiler will abort. If `REG_PARM_STACK_SPACE' is defined, the argument will be computed in the stack and then loaded into a register. */ @@ -6417,7 +6417,7 @@ frv_split_minmax (operands) cc_reg, const0_rtx))); - /* If are taking the min/max of a non-zero constant, load that first, and + /* If are taking the min/max of a nonzero constant, load that first, and then do a conditional move of the other value. */ if (GET_CODE (src2) == CONST_INT && INTVAL (src2) != 0) { @@ -7705,7 +7705,7 @@ frv_secondary_reload_class (class, mode, x, in_p) } break; - /* Non-zero constants should be loaded into an FPR through a GPR. */ + /* Nonzero constants should be loaded into an FPR through a GPR. */ case QUAD_FPR_REGS: case FEVEN_REGS: case FPR_REGS: diff --git a/gcc/config/frv/frv.h b/gcc/config/frv/frv.h index c093bd0362e..d0eb6508f67 100644 --- a/gcc/config/frv/frv.h +++ b/gcc/config/frv/frv.h @@ -530,7 +530,7 @@ extern int target_flags; LEVEL is the optimization level specified; 2 if `-O2' is specified, 1 if `-O' is specified, and 0 if neither is specified. - SIZE is non-zero if `-Os' is specified, 0 otherwise. + SIZE is nonzero if `-Os' is specified, 0 otherwise. You should not use this macro to change options that are not machine-specific. These should uniformly selected by the same optimization @@ -1776,7 +1776,7 @@ struct machine_function GTY(()) {FRAME_POINTER_REGNUM, STACK_POINTER_REGNUM} \ } -/* A C expression that returns non-zero if the compiler is allowed to try to +/* A C expression that returns nonzero if the compiler is allowed to try to replace register number FROM with register number TO. This macro need only be defined if `ELIMINABLE_REGS' is defined, and will usually be the constant 1, since most of the cases preventing register elimination are things that @@ -1892,7 +1892,7 @@ struct machine_function GTY(()) You may use the macro `MUST_PASS_IN_STACK (MODE, TYPE)' in the definition of this macro to determine if this argument is of a type that must be passed in the stack. If `REG_PARM_STACK_SPACE' is not defined and `FUNCTION_ARG' - returns non-zero for such an argument, the compiler will abort. If + returns nonzero for such an argument, the compiler will abort. If `REG_PARM_STACK_SPACE' is defined, the argument will be computed in the stack and then loaded into a register. */ #define FUNCTION_ARG(CUM, MODE, TYPE, NAMED) \ @@ -2202,7 +2202,7 @@ frv_asm_output_mi_thunk (FILE, THUNK_FNDECL, (long)DELTA, FUNCTION) frv_setup_incoming_varargs (& ARGS_SO_FAR, (int) MODE, TYPE, \ & PRETEND_ARGS_SIZE, SECOND_TIME) -/* Implement the stdarg/varargs va_start macro. STDARG_P is non-zero if this +/* Implement the stdarg/varargs va_start macro. STDARG_P is nonzero if this is stdarg.h instead of varargs.h. VALIST is the tree of the va_list variable to initialize. NEXTARG is the machine independent notion of the 'next' argument after the variable arguments. If not defined, a standard |