diff options
author | Kazu Hirata <kazu@gcc.gnu.org> | 2002-12-19 05:18:13 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2002-12-19 05:18:13 +0000 |
commit | 272d0bee76458f8e27e670f68890d6156102a93f (patch) | |
tree | a88cdafc197ec6d583f826dadc58fdeaa0a67c10 /gcc/config | |
parent | 358ecb103a6432ea4f6b8b6aeab74a4c483fb6bc (diff) | |
download | gcc-272d0bee76458f8e27e670f68890d6156102a93f.tar.gz |
ChangeLog: Follow spelling conventions.
* ChangeLog: Follow spelling conventions.
* ChangeLog.2: Likewise.
* ChangeLog.4: Likewise.
* ChangeLog.5: Likewise.
* cppexp.c: Likewise.
* df.c: Likewise.
* gcov.c: Likewise.
* gengtype.c: Likewise.
* reload1.c: Likewise.
* sched-rgn.c: Likewise.
* stmt.c: Likewise.
* stor-layout.c: Likewise.
* timevar.c: Likewise.
* toplev.c: Likewise.
* tree.h: Likewise.
* varasm.c: Likewise.
* config/fr30/fr30.md: Likewise.
* config/i386/i386.c: Likewise.
* config/ia64/ia64.c: Likewise.
* config/pa/pa.c: Likewise.
From-SVN: r60281
Diffstat (limited to 'gcc/config')
-rw-r--r-- | gcc/config/fr30/fr30.md | 2 | ||||
-rw-r--r-- | gcc/config/i386/i386.c | 2 | ||||
-rw-r--r-- | gcc/config/ia64/ia64.c | 2 | ||||
-rw-r--r-- | gcc/config/pa/pa.c | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/gcc/config/fr30/fr30.md b/gcc/config/fr30/fr30.md index b19f6558057..8ba00cce8e9 100644 --- a/gcc/config/fr30/fr30.md +++ b/gcc/config/fr30/fr30.md @@ -1166,7 +1166,7 @@ ;; from pc + 2, we increase the offset to 258. ;; ;; Note - we do not have to worry about whether the branch is delayed or -;; not, as branch shortening happens after delay slot reorganisation. +;; not, as branch shortening happens after delay slot reorganization. (define_insn "*branch_true" [(set (pc) diff --git a/gcc/config/i386/i386.c b/gcc/config/i386/i386.c index 2eaa1c54875..b12a7f2323b 100644 --- a/gcc/config/i386/i386.c +++ b/gcc/config/i386/i386.c @@ -14467,7 +14467,7 @@ x86_can_output_mi_thunk (thunk, delta, vcall_offset, function) /* Output the assembler code for a thunk function. THUNK_DECL is the declaration for the thunk function itself, FUNCTION is the decl for the target function. DELTA is an immediate constant offset to be - added to THIS. If VCALL_OFFSET is non-zero, the word at + added to THIS. If VCALL_OFFSET is nonzero, the word at *(*this + vcall_offset) should be added to THIS. */ static void diff --git a/gcc/config/ia64/ia64.c b/gcc/config/ia64/ia64.c index dd7b6d7350a..96e12b402fd 100644 --- a/gcc/config/ia64/ia64.c +++ b/gcc/config/ia64/ia64.c @@ -8223,7 +8223,7 @@ ia64_aix_select_rtx_section (mode, x, align) /* Output the assembler code for a thunk function. THUNK_DECL is the declaration for the thunk function itself, FUNCTION is the decl for the target function. DELTA is an immediate constant offset to be - added to THIS. If VCALL_OFFSET is non-zero, the word at + added to THIS. If VCALL_OFFSET is nonzero, the word at *(*this + vcall_offset) should be added to THIS. */ static void diff --git a/gcc/config/pa/pa.c b/gcc/config/pa/pa.c index ccb37d24d07..7ba4f7bbcfa 100644 --- a/gcc/config/pa/pa.c +++ b/gcc/config/pa/pa.c @@ -6223,7 +6223,7 @@ output_millicode_call (insn, call_dest) /* Handle the common case where we are sure that the branch will reach the beginning of the $CODE$ subspace. The within reach form of the $$sh_func_adrs call has a length of 28. Because - it has an attribute type of multi, it never has a non-zero + it has an attribute type of multi, it never has a nonzero sequence length. The length of the $$sh_func_adrs is the same as certain out of reach PIC calls to other routines. */ if (!TARGET_LONG_CALLS |