diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2004-09-30 12:25:34 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2004-09-30 12:25:34 +0000 |
commit | 8b0add272f78b9922c065eaadaa267db070f66eb (patch) | |
tree | 79e794b03d7ec6233edb455a2c0817319144bae2 | |
parent | 282efe1c41e928262612d9c6291805a21f50906f (diff) | |
download | gcc-8b0add272f78b9922c065eaadaa267db070f66eb.zip gcc-8b0add272f78b9922c065eaadaa267db070f66eb.tar.gz gcc-8b0add272f78b9922c065eaadaa267db070f66eb.tar.bz2 |
* config/sh/sh.c: Follow spelling conventions.
From-SVN: r88333
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/config/sh/sh.c | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 7dfe5e8..f2a093d 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2004-09-30 Kazu Hirata <kazu@cs.umass.edu> + + * config/sh/sh.c: Follow spelling conventions. + 2004-09-29 Richard Henderson <rth@redhat.com> * unwind-dw2.c (_Unwind_GetGR): Honor DWARF_ZERO_REG. diff --git a/gcc/config/sh/sh.c b/gcc/config/sh/sh.c index 1d97343..b23e1ea 100644 --- a/gcc/config/sh/sh.c +++ b/gcc/config/sh/sh.c @@ -10036,7 +10036,7 @@ sh_fsca_int2sf (void) return sh_fsca_int2sf_rtx; } -/* Initialise the CUMULATIVE_ARGS structure. */ +/* Initialize the CUMULATIVE_ARGS structure. */ void sh_init_cumulative_args (CUMULATIVE_ARGS * pcum, @@ -10090,7 +10090,7 @@ sh_init_cumulative_args (CUMULATIVE_ARGS * pcum, in memory then we must force the address of this memory block onto the stack. Ideally we would like to call targetm.calls.return_in_memory() here but we do not have - the TYPE or the FNDECL available so we synthesise the + the TYPE or the FNDECL available so we synthesize the contents of that function as best we can. */ pcum->force_mem = (TARGET_DEFAULT & HITACHI_BIT) |