Cutover to system.h:
authorCraig Burley <burley@gnu.org>
Tue, 16 Jun 1998 02:23:44 +0000 (22:23 -0400)
committerDave Love <fx@gcc.gnu.org>
Tue, 16 Jun 1998 02:23:44 +0000 (02:23 +0000)
commit8b45da67d0eaa8d7fec5913d9439d88865edfc55
treec5d64b68c6b98dba2288a4954b8f7a54c140001e
parent92a3a8d00dbfbf75862836a1b00db408f1ed633b
Cutover to system.h:

Mon Jun 15 22:21:57 1998  Craig Burley  <burley@gnu.org>
Cutover to system.h:
* Make-lang.in:
* Makefile.in:
* ansify.c:
* bad.c:
* bld.c:
* com.c:
* com.h:
* expr.c:
* fini.c:
* g77spec.c:
* implic.c:
* intdoc.c:
* intrin.c:
* lex.c:
* lex.h:
* parse.c:
* proj.c:
* proj.h:
* src.c:
* src.h:
* stb.c:
* ste.c:
* target.c:
* top.c:
* system.j: New file.
Use toplev.h where appropriate:
* Make-lang.in:
* Makefile.in:
* bad.c:
* bld.c:
* com.c:
* lex.c:
* ste.c:
* top.c:
* toplev.j: New file.
Conditionalize all dumping/reporting routines so they don't
get built for gcc/egcs:
* bld.c:
* bld.h:
* com.c:
* equiv.c:
* equiv.h:
* sta.c:
* stt.c:
* stt.h:
* symbol.c:
* symbol.h:
Use hconfig.h instead of config.h where appropriate:
* Makefile.in (proj-h.o): Compile with -DUSE_HCONFIG.
* fini.c: Define USE_HCONFIG before including proj.h.
* Makefile.in (deps-kinda): Redirect stderr to stdout,
to eliminate diagnostics vis-a-vis g77spec.c.
* Makefile.in: Regenerate dependencies via deps-kinda.
* lex.c (ffelex_file_fixed, ffelex_file_free): Eliminate
apparently spurious warnings about uninitialized variables
`c', `column', and so on.

From-SVN: r20520
35 files changed:
gcc/f/ChangeLog
gcc/f/Make-lang.in
gcc/f/Makefile.in
gcc/f/ansify.c
gcc/f/bad.c
gcc/f/bld.c
gcc/f/bld.h
gcc/f/com.c
gcc/f/com.h
gcc/f/equiv.c
gcc/f/equiv.h
gcc/f/expr.c
gcc/f/fini.c
gcc/f/g77spec.c
gcc/f/implic.c
gcc/f/intdoc.c
gcc/f/intrin.c
gcc/f/lex.c
gcc/f/lex.h
gcc/f/parse.c
gcc/f/proj.c
gcc/f/proj.h
gcc/f/src.c
gcc/f/src.h
gcc/f/sta.c
gcc/f/stb.c
gcc/f/ste.c
gcc/f/stt.c
gcc/f/stt.h
gcc/f/symbol.c
gcc/f/symbol.h
gcc/f/system.j [new file with mode: 0644]
gcc/f/target.c
gcc/f/top.c
gcc/f/toplev.j [new file with mode: 0644]