diff options
author | Nick Clifton <nickc@redhat.com> | 2001-01-17 22:35:30 +0000 |
---|---|---|
committer | Nick Clifton <nickc@gcc.gnu.org> | 2001-01-17 22:35:30 +0000 |
commit | 988144ce9968dc79b2836e854e83243d5d9c463e (patch) | |
tree | 054512ada822655605348d398c50e2b71c13e535 /gcc | |
parent | 15d3a111d0182dce734dd2208effd26751fb3dbb (diff) | |
download | gcc-988144ce9968dc79b2836e854e83243d5d9c463e.zip gcc-988144ce9968dc79b2836e854e83243d5d9c463e.tar.gz gcc-988144ce9968dc79b2836e854e83243d5d9c463e.tar.bz2 |
add missing prototypes
From-SVN: r39100
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/config/rs6000/rs6000.c | 2 |
2 files changed, 7 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index fea02e5..9994767 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2001-01-17 Nick Clifton <nickc@redhat.com> + + * config/rs6000/rs6000.c: Add prototypes for {init|free}_ + machine_status. + 2001-01-17 Jim Wilson <wilson@redhat.com> * invoke.texi (IA-64 options): Improve. diff --git a/gcc/config/rs6000/rs6000.c b/gcc/config/rs6000/rs6000.c index bb48793..036a6e2 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] = |