aboutsummaryrefslogtreecommitdiff
path: root/gcc/rtl.h
diff options
context:
space:
mode:
authorRobert Lipe <robertl@gcc.gnu.org>1998-05-06 04:45:47 +0000
committerRobert Lipe <robertl@gcc.gnu.org>1998-05-06 04:45:47 +0000
commit5f6da3024b11795fa6e902504b720df378dc8087 (patch)
treefba62defa4e2c3f425aeae2342dd8a0c66a45f50 /gcc/rtl.h
parent06b887901209a469eb28ef76892f120932853bcd (diff)
downloadgcc-5f6da3024b11795fa6e902504b720df378dc8087.zip
gcc-5f6da3024b11795fa6e902504b720df378dc8087.tar.gz
gcc-5f6da3024b11795fa6e902504b720df378dc8087.tar.bz2
toplev.h: New file.
Wed May 6 06:35:38 1998 Robert Lipe <robertl@dgii.com> * toplev.h: New file. Protypes for functions in toplev.c. * tree.h, rtl.h: Deleted protos for functions in toplev.c. * c-common.c, c-convert.c, c-decl.c, c-iterate.c, c-lex.c, c-parse.in, c-parse.y, c-pragma.c, c-typeck.c, calls.c, convert.c, dwarf2out.c, except.c, expr.c, final.c, fold-const.c, function.c, hash.c, profile.c, real.c, reg-stack.c, regclass.c, reload.c, reload1.c, stmt.c, stor-layout.c, tlink.c, tree.c, varasm.c: include it. From-SVN: r19563
Diffstat (limited to 'gcc/rtl.h')
-rw-r--r--gcc/rtl.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/gcc/rtl.h b/gcc/rtl.h
index 6095895..6886fe5 100644
--- a/gcc/rtl.h
+++ b/gcc/rtl.h
@@ -1294,22 +1294,6 @@ extern rtx expand_mult_highpart PROTO ((enum machine_mode, rtx,
unsigned HOST_WIDE_INT, rtx,
int, int));
-/* In toplev.c */
-extern void strip_off_ending PROTO ((char *, int));
-extern void print_time PROTO ((char *, int));
-extern int get_run_time PROTO ((void));
-#if 0
-extern void fatal PVPROTO ((char *, ...));
-extern void warning PVPROTO ((char *, ...));
-extern void error PVPROTO ((char *, ...));
-#endif
-extern void pfatal_with_name PROTO ((char *));
-extern void fancy_abort PROTO ((void));
-extern int count_error PROTO ((int));
-extern void pedwarn PVPROTO ((char *, ...));
-extern void warning_for_asm PVPROTO ((rtx, char *, ...));
-extern void error_for_asm PVPROTO ((rtx, char *, ...));
-
/* In global.c */
#ifdef BUFSIZ
extern int global_alloc PROTO ((FILE *));