OSDN Git Service

Fix typos in previous.
authordalej <dalej@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 13 Sep 2003 00:21:32 +0000 (00:21 +0000)
committerdalej <dalej@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 13 Sep 2003 00:21:32 +0000 (00:21 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@71351 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config/rs6000/rs6000.c

index c0edeb6..1e3e5ae 100644 (file)
@@ -1,3 +1,6 @@
+2003-09-12  Dale Johannesen  <dalej@apple.com>
+       * config/rs6000/rs6000.c: Fix typos in previous.
+
 2003-09-12  Ziemowit Laski  <zlaski@apple.com>
 
        * pretty-print.c (pp_construct): Use xcalloc instead of xmalloc
index ac2a17f..d051430 100644 (file)
@@ -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))