From 988144ce9968dc79b2836e854e83243d5d9c463e Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Wed, 17 Jan 2001 22:35:30 +0000 Subject: [PATCH] add missing prototypes From-SVN: r39100 --- gcc/ChangeLog | 5 +++++ gcc/config/rs6000/rs6000.c | 2 ++ 2 files changed, 7 insertions(+) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index fea02e5225e..99947670340 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2001-01-17 Nick Clifton + + * config/rs6000/rs6000.c: Add prototypes for {init|free}_ + machine_status. + 2001-01-17 Jim Wilson * invoke.texi (IA-64 options): Improve. diff --git a/gcc/config/rs6000/rs6000.c b/gcc/config/rs6000/rs6000.c index bb4879382aa..036a6e2007c 100644 --- a/gcc/config/rs6000/rs6000.c +++ b/gcc/config/rs6000/rs6000.c @@ -120,6 +120,8 @@ static int toc_hash_eq PARAMS ((const void *, const void *)); static int toc_hash_mark_entry PARAMS ((void **, void *)); static void toc_hash_mark_table PARAMS ((void *)); static int constant_pool_expr_1 PARAMS ((rtx, int *, int *)); +static void rs6000_free_machine_status (struct function *); +static void rs6000_init_machine_status (struct function *); /* Default register names. */ char rs6000_reg_names[][8] = -- 2.30.2