mmix.c: Remove extra broken prototype for mmix_init_machine_status.
authorAndreas Jaeger <aj@gcc.gnu.org>
Fri, 7 Jun 2002 05:21:47 +0000 (07:21 +0200)
committerAndreas Jaeger <aj@gcc.gnu.org>
Fri, 7 Jun 2002 05:21:47 +0000 (07:21 +0200)
* config/mmix/mmix.c: Remove extra broken prototype for
mmix_init_machine_status.

From-SVN: r54330

gcc/ChangeLog
gcc/config/mmix/mmix.c

index 7d319347c2d5d049aba55598a70fbfcc2965b8cb..e1829472672df137226dde0c50c41c705fa1e742 100644 (file)
@@ -1,3 +1,8 @@
+2002-06-07  Andreas Jaeger  <aj@suse.de>
+
+       * config/mmix/mmix.c: Remove extra broken prototype for
+       mmix_init_machine_status.
+
 2002-06-06  Geoffrey Keating  <geoffk@redhat.com>
 
        * gengtype.c: Add comments before all the routines.
@@ -55,7 +60,7 @@ Thu Jun  6 07:17:43 2002  Nicola Pero  <n.pero@mi.flashnet.it>
        PR objc/6834
        * objc/objc-lang.c (LANG_HOOKS_GET_ALIAS_SET): Define to be
        c_common_get_alias_set.
-       (LANG_HOOKS_SAFE_FROM_P): Define to be c_safe_from_p.   
+       (LANG_HOOKS_SAFE_FROM_P): Define to be c_safe_from_p.
 
 2002-06-06  John David Anglin  <dave@hiauly1.hia.nrc.ca>
 
index d85b843767452b07f97e5eea60bd33d90d7633a1..6e66c9f8d06b5566f5cd4c1206fc1dce46529eb2 100644 (file)
@@ -99,7 +99,6 @@ static HOST_WIDEST_INT mmix_intval PARAMS ((rtx));
 static void mmix_output_octa PARAMS ((FILE *, HOST_WIDEST_INT, int));
 static bool mmix_assemble_integer PARAMS ((rtx, unsigned int, int));
 static struct machine_function * mmix_init_machine_status PARAMS ((void));
-static void mmix_init_machine_status PARAMS ((struct function *));
 static void mmix_encode_section_info PARAMS ((tree, int));
 static const char *mmix_strip_name_encoding PARAMS ((const char *));