aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorH.J. Lu <hjl@gnu.org>1998-06-21 17:33:00 +0000
committerJeff Law <law@gcc.gnu.org>1998-06-21 11:33:00 -0600
commit27fa83c13a1bf71a97eaa6cb41f9a02dceb6f06b (patch)
treef7c8a04635d29e6cd3ca2903296cf20e9a31c1f8 /gcc
parent1442f4eb578f793a3695bf3c76d37d94586a1dd2 (diff)
downloadgcc-27fa83c13a1bf71a97eaa6cb41f9a02dceb6f06b.zip
gcc-27fa83c13a1bf71a97eaa6cb41f9a02dceb6f06b.tar.gz
gcc-27fa83c13a1bf71a97eaa6cb41f9a02dceb6f06b.tar.bz2
loop.c (oballoc): Remove declaration.
* loop.c (oballoc): Remove declaration. (replace_call_address): Add prototype. From-SVN: r20639
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/loop.c4
2 files changed, 6 insertions, 3 deletions
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));