aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>2001-04-12 22:27:22 +0000
committerKaveh Ghazi <ghazi@gcc.gnu.org>2001-04-12 22:27:22 +0000
commit44c4c11d5dec99ba5d3f59628fbc3dce23596634 (patch)
treec273db735e6b1fdd1d5ace32fd998ccdbb707fdc
parente197a0eccf657070164bcc608c4c1369465b1c42 (diff)
downloadgcc-44c4c11d5dec99ba5d3f59628fbc3dce23596634.zip
gcc-44c4c11d5dec99ba5d3f59628fbc3dce23596634.tar.gz
gcc-44c4c11d5dec99ba5d3f59628fbc3dce23596634.tar.bz2
bitmap.h (debug_bitmap): Delete redundant prototype.
* bitmap.h (debug_bitmap): Delete redundant prototype. * rtl.h (get_frame_size): Likewise. From-SVN: r41313
-rw-r--r--gcc/ChangeLog6
-rw-r--r--gcc/bitmap.h2
-rw-r--r--gcc/rtl.h1
3 files changed, 6 insertions, 3 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 30c42db..dbecf32 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,9 @@
+2001-04-12 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
+
+ * bitmap.h (debug_bitmap): Delete redundant prototype.
+
+ * rtl.h (get_frame_size): Likewise.
+
2001-04-12 Jim Wilson <wilson@redhat.com>
* config/ia64/ia64.md (extendsfdf2, extendsftf2, extenddftf2): Simplify
diff --git a/gcc/bitmap.h b/gcc/bitmap.h
index fc10bd4..d96e793 100644
--- a/gcc/bitmap.h
+++ b/gcc/bitmap.h
@@ -104,8 +104,6 @@ extern bitmap bitmap_initialize PARAMS ((bitmap));
/* Release all memory held by bitmaps. */
extern void bitmap_release_memory PARAMS ((void));
-extern void debug_bitmap PARAMS ((bitmap));
-
/* Allocate a bitmap with oballoc. */
#define BITMAP_OBSTACK_ALLOC(OBSTACK) \
bitmap_initialize ((bitmap) obstack_alloc (OBSTACK, sizeof (bitmap_head)))
diff --git a/gcc/rtl.h b/gcc/rtl.h
index c1af43d..5465030 100644
--- a/gcc/rtl.h
+++ b/gcc/rtl.h
@@ -1808,7 +1808,6 @@ extern void reposition_prologue_and_epilogue_notes PARAMS ((rtx));
extern void thread_prologue_and_epilogue_insns PARAMS ((rtx));
extern int prologue_epilogue_contains PARAMS ((rtx));
extern int sibcall_epilogue_contains PARAMS ((rtx));
-extern HOST_WIDE_INT get_frame_size PARAMS ((void));
extern void preserve_rtl_expr_result PARAMS ((rtx));
extern void mark_temp_addr_taken PARAMS ((rtx));
extern void update_temp_slot_address PARAMS ((rtx, rtx));