diff options
author | Robert Lipe <robertl@gcc.gnu.org> | 1998-05-06 04:39:57 +0000 |
---|---|---|
committer | Robert Lipe <robertl@gcc.gnu.org> | 1998-05-06 04:39:57 +0000 |
commit | c5ff95e6c4c6954b328c359e7fe6dae8c11f6db5 (patch) | |
tree | e6a838db92c3e1153ff71cf96ffa34139f8c80af /gcc | |
parent | 73c9f270181676873dcacaa7629fea4ad2b9c5d3 (diff) | |
download | gcc-c5ff95e6c4c6954b328c359e7fe6dae8c11f6db5.zip gcc-c5ff95e6c4c6954b328c359e7fe6dae8c11f6db5.tar.gz gcc-c5ff95e6c4c6954b328c359e7fe6dae8c11f6db5.tar.bz2 |
toplev.h: New file.
* 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: r19561
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 85016eb..e9b8d6f 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,14 @@ +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. + Wed May 6 01:09:01 1998 Jeffrey A Law (law@cygnus.com) Jim Wilson (wilson@cygnus.com) |