aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@gcc.gnu.org>2002-06-07 07:21:47 +0200
committerAndreas Jaeger <aj@gcc.gnu.org>2002-06-07 07:21:47 +0200
commitaec2ac46a748e1d224db7cf7ce05a4516918c8ff (patch)
treebe687d673b5e625c2492e8c8d6bb76bac52a5604 /gcc
parent9f313342b197d94012bd235b727564c1368eaad1 (diff)
downloadgcc-aec2ac46a748e1d224db7cf7ce05a4516918c8ff.zip
gcc-aec2ac46a748e1d224db7cf7ce05a4516918c8ff.tar.gz
gcc-aec2ac46a748e1d224db7cf7ce05a4516918c8ff.tar.bz2
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
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog7
-rw-r--r--gcc/config/mmix/mmix.c1
2 files changed, 6 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 7d319347..e182947 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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>
diff --git a/gcc/config/mmix/mmix.c b/gcc/config/mmix/mmix.c
index d85b843..6e66c9f 100644
--- a/gcc/config/mmix/mmix.c
+++ b/gcc/config/mmix/mmix.c
@@ -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 *));