From 27fa83c13a1bf71a97eaa6cb41f9a02dceb6f06b Mon Sep 17 00:00:00 2001 From: "H.J. Lu" Date: Sun, 21 Jun 1998 17:33:00 +0000 Subject: loop.c (oballoc): Remove declaration. * loop.c (oballoc): Remove declaration. (replace_call_address): Add prototype. From-SVN: r20639 --- gcc/ChangeLog | 5 +++++ gcc/loop.c | 4 +--- 2 files changed, 6 insertions(+), 3 deletions(-) (limited to 'gcc') diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 08ec519..e48de86 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +Sun Jun 21 18:30:13 1998 H.J. Lu (hjl@gnu.org) + + * loop.c (oballoc): Remove declaration. + (replace_call_address): Add prototype. + Sun Jun 21 01:08:17 PDT 1998 Jeff Law (law@cygnus.com) * version.c: Bump for snapshot. diff --git a/gcc/loop.c b/gcc/loop.c index 0524e7e..1932bde 100644 --- a/gcc/loop.c +++ b/gcc/loop.c @@ -227,8 +227,6 @@ extern struct obstack *rtl_obstack; #define obstack_chunk_alloc xmalloc #define obstack_chunk_free free - -extern char *oballoc (); /* During the analysis of a loop, a chain of `struct movable's is made to record all the movable insns found. @@ -290,7 +288,7 @@ static void note_addr_stored PROTO((rtx, rtx)); static int loop_reg_used_before_p PROTO((rtx, rtx, rtx, rtx, rtx)); static void scan_loop PROTO((rtx, rtx, int, int)); #if 0 -static void replace_call_address PROTO(()); +static void replace_call_address PROTO((rtx, rtx, rtx)); #endif static rtx skip_consec_insns PROTO((rtx, int)); static int libcall_benefit PROTO((rtx)); -- cgit v1.1