From: Dale Johannesen Date: Sat, 13 Sep 2003 00:21:32 +0000 (+0000) Subject: Fix typos in previous. X-Git-Tag: releases/gcc-3.4.0~3757 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d779d0dc71d570e29b50558222e869d005757989;p=thirdparty%2Fgcc.git Fix typos in previous. From-SVN: r71351 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index c0edeb6014f7..1e3e5ae1d5ea 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,6 @@ +2003-09-12 Dale Johannesen + * config/rs6000/rs6000.c: Fix typos in previous. + 2003-09-12 Ziemowit Laski * pretty-print.c (pp_construct): Use xcalloc instead of xmalloc diff --git a/gcc/config/rs6000/rs6000.c b/gcc/config/rs6000/rs6000.c index ac2a17f31197..d0514308083c 100644 --- a/gcc/config/rs6000/rs6000.c +++ b/gcc/config/rs6000/rs6000.c @@ -498,7 +498,7 @@ struct gcc_target targetm = TARGET_INITIALIZER; type and sometimes adjust other TARGET_ options. */ void -rs6000_override_options (const char *default_cpu); +rs6000_override_options (const char *default_cpu) { size_t i, j; struct rs6000_cpu_select *ptr; @@ -3977,7 +3977,7 @@ function_arg_partial_nregs (CUMULATIVE_ARGS *cum, enum machine_mode mode, int function_arg_pass_by_reference (CUMULATIVE_ARGS *cum ATTRIBUTE_UNUSED, enum machine_mode mode ATTRIBUTE_UNUSED, -' tree type, int named ATTRIBUTE_UNUSED) + tree type, int named ATTRIBUTE_UNUSED) { if (DEFAULT_ABI == ABI_V4 && ((type && AGGREGATE_TYPE_P (type))