mmix.c: Remove extra broken prototype for mmix_init_machine_status.

* config/mmix/mmix.c: Remove extra broken prototype for
	mmix_init_machine_status.

From-SVN: r54330
This commit is contained in:
Andreas Jaeger 2002-06-07 07:21:47 +02:00
parent 9f313342b1
commit aec2ac46a7
2 changed files with 6 additions and 2 deletions

View 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>

View 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 *));