]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/jump.c
Major cutover to using system.h:
authorghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 20 Mar 1998 14:58:42 +0000 (14:58 +0000)
committerghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 20 Mar 1998 14:58:42 +0000 (14:58 +0000)
commit405711de1a18d9de11292807ceab1873285ffeeb
treed54887798fa85070a1ff0f7331e43ef538f2f78e
parent1d23987c18a7f8ca1da53f6465a4c68cc13a3ce7
Major cutover to using system.h:
        * Makefile.in (alias.o, bitmap.o, c-aux-info.o, c-common.o,
        c-decl.o, c-iterate.o, c-lang.o, c-lex.o, c-pragma.o, c-typeck.o,
        caller-save.o, calls.o, collect2.o, combine.o, cse.o, dbxout.o,
        dwarf2out.o, dwarfout.o, emit-rtl.o, except.o, explow.o, expmed.o,
        expr.o, final.o, flow.o, function.o, getpwd.o, global.o,
        integrate.o, jump.o, local-alloc.o, loop.o, optabs.o, pexecute.o,
        prefix.o, print-rtl.o, print-tree.o, profile.o, real.o, recog.o,
        reg-stack.o, regclass.o, regmove.o, reload.o, reload1.o, reorg.o,
        rtl.o, rtlanal.o, sdbout.o, stmt.o, stor-layout.o, stupid.o,
        tlink.o, toplev.o, tree.o, unroll.o, varasm.o, xcoffout.o): Depend
        on system.h.
        * alias.c, bitmap.c, c-aux-info.c, c-common.c, c-decl.c,
        c-iterate.c, c-lang.c, c-lex.c, c-pragma.c, c-typeck.c,
        caller-save.c, calls.c, collect2.c, combine.c, cse.c, dbxout.c,
        dwarf2out.c, dwarfout.c, emit-rtl.c, except.c, explow.c, expmed.c,
        expr.c, final.c, flow.c, function.c, gcc.c, getpwd.c, global.c,
        integrate.c, jump.c, local-alloc.c, loop.c, optabs.c, pexecute.c,
        prefix.c, print-rtl.c, print-tree.c, profile.c, real.c, recog.c,
        reg-stack.c, regclass.c, regmove.c, reload.c, reload1.c, reorg.c,
        rtl.c, rtlanal.c, sched.c, sdbout.c, stmt.c, stor-layout.c,
        stupid.c, tlink.c, toplev.c, tree.c, unroll.c, varasm.c,
        xcoffout.c: Include system.h.  Organize include ordering so
        that stdarg/varargs comes before other system headers.  Remove
        spurious casts of functions assured of a prototype in system.h.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@18726 138bc75d-0d04-0410-961f-82ee72b054a4
62 files changed:
gcc/ChangeLog
gcc/Makefile.in
gcc/alias.c
gcc/bitmap.c
gcc/c-aux-info.c
gcc/c-common.c
gcc/c-decl.c
gcc/c-iterate.c
gcc/c-lang.c
gcc/c-lex.c
gcc/c-pragma.c
gcc/c-typeck.c
gcc/caller-save.c
gcc/calls.c
gcc/collect2.c
gcc/combine.c
gcc/cse.c
gcc/dbxout.c
gcc/dwarf2out.c
gcc/dwarfout.c
gcc/emit-rtl.c
gcc/except.c
gcc/explow.c
gcc/expmed.c
gcc/expr.c
gcc/final.c
gcc/flow.c
gcc/function.c
gcc/gcc.c
gcc/getpwd.c
gcc/global.c
gcc/integrate.c
gcc/jump.c
gcc/local-alloc.c
gcc/loop.c
gcc/optabs.c
gcc/pexecute.c
gcc/prefix.c
gcc/print-rtl.c
gcc/print-tree.c
gcc/profile.c
gcc/real.c
gcc/recog.c
gcc/reg-stack.c
gcc/regclass.c
gcc/regmove.c
gcc/reload.c
gcc/reload1.c
gcc/reorg.c
gcc/rtl.c
gcc/rtlanal.c
gcc/sched.c
gcc/sdbout.c
gcc/stmt.c
gcc/stor-layout.c
gcc/stupid.c
gcc/tlink.c
gcc/toplev.c
gcc/tree.c
gcc/unroll.c
gcc/varasm.c
gcc/xcoffout.c