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/fr30 | |
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/fr30')
-rw-r--r-- | gcc/config/fr30/fr30.c | 2 | ||||
-rw-r--r-- | gcc/config/fr30/fr30.h | 4 | ||||
-rw-r--r-- | gcc/config/fr30/fr30.md | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/gcc/config/fr30/fr30.c b/gcc/config/fr30/fr30.c index 46835a637d5..0298e7519f0 100644 --- a/gcc/config/fr30/fr30.c +++ b/gcc/config/fr30/fr30.c @@ -89,7 +89,7 @@ struct rtx_def * fr30_compare_op1; SP ->| | / +-----------------------+ - Note, AP is a fake hard register. It will be eliminated in favour of + Note, AP is a fake hard register. It will be eliminated in favor of SP or FP as appropriate. Note, Some or all of the stack sections above may be omitted if they diff --git a/gcc/config/fr30/fr30.h b/gcc/config/fr30/fr30.h index da65aae92fc..fe22224a73f 100644 --- a/gcc/config/fr30/fr30.h +++ b/gcc/config/fr30/fr30.h @@ -586,7 +586,7 @@ enum reg_class {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 @@ -695,7 +695,7 @@ enum reg_class 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. */ diff --git a/gcc/config/fr30/fr30.md b/gcc/config/fr30/fr30.md index 9c9a8bdeeea..b78e99d96a1 100644 --- a/gcc/config/fr30/fr30.md +++ b/gcc/config/fr30/fr30.md @@ -676,7 +676,7 @@ ) ;; Do not allow an eliminable register in the source register. It -;; might be eliminated in favour of the stack pointer, probably +;; might be eliminated in favor of the stack pointer, probably ;; increasing the offset, and so rendering the instruction illegal. (define_insn "addsi_small_int" [(set (match_operand:SI 0 "register_operand" "=r,r") |