1. 06 May, 1998 20 commits
    • c-common.c: Convert to using ctype macros defined in system.h. · e9a780ec
              * c-common.c: Convert to using ctype macros defined in system.h.
              * c-lex.c: Likewise.
              * cccp.c: Likewise.
              * collect2.c: Likewise.
              * rs6000.c: Likewise.
              * cpplib.c: Likewise.
              * fix-header.c: Likewise.
              * gcc.c: Likewise.
              * gen-protos.c: Likewise.
              * pexecute.c: Likewise.
              * protoize.c: Likewise.
              * rtl.c: Likewise.
              * scan.c: Likewise.
              * stmt.c: Likewise.
              * tlink.c: Likewise.
              * toplev.c: Likewise.
      
      From-SVN: r19579
      Kaveh R. Ghazi committed
    • r3900.h (SUBTARGET_ASM_DEBUGGING_SPEC): Replace -gdwarf-2 with -g0. · d4c3e60e
      	* config/mips/r3900.h (SUBTARGET_ASM_DEBUGGING_SPEC) :
      	Replace -gdwarf-2 with -g0.
      
      From-SVN: r19578
      Gavin Koch committed
    • error.c: Convert to using ctype macros defined in system.h. · faa25e97
              * error.c: Convert to using ctype macros defined in system.h.
              * method.c: Likewise.
              * xref.c: Likewise.
              * lex.c: Likewise.  Also remove redundant system header stuff.
      
      From-SVN: r19577
      Kaveh R. Ghazi committed
    • Fix 980427-0.f: · f8676b5d
      Tue Apr 28 09:23:10 1998  Craig Burley  <burley@gnu.org>
      	Fix 980427-0.f:
      	* global.c (ffeglobal_ref_progunit_): When transitioning
      	from EXT to FUNC, discard hook, since the decl, if any, is
      	probably wrong.
      
      From-SVN: r19574
      Craig Burley committed
    • More system.h cutover... · 90fbb8c9
              * Makefile.in (mips-tfile.o, mips-tdump.o): Depend on system.h.
              * mips-tdump.c: Include system.h, remove redundant headers.
              * mips-tfile.c: Likewise.  Convert all ctype function calls to
              macro versions defined in system.h.
              * objc/Make-lang.in (objc-act.o): Depend on system.h.
              * objc/objc-act.c: Include system.h, remove redundant headers.
      
      From-SVN: r19573
      Kaveh R. Ghazi committed
    • The isascii check is needed by system.h. · 8f81384f
              * configure.in (AC_CHECK_FUNCS): Add isascii.
              (GCC_NEED_DECLARATIONS): Add atof.
              * system.h: Provide prototypes for abort, atof, atol and sbrk here.
              * rtl.c, rtl.h, toplev.c, tree.h: Not here.
      
      From-SVN: r19572
      Kaveh R. Ghazi committed
    • Be more careful when including <time.h> and <sys/file.h> in system.h. · e572c0c6
      Consolidate O_RDONLY/O_WRONLY fallback definitions from various files
      into system.h.
              * system.h: Wrap time.h and sys/file.h in autoconf checks.
              Provide default definitions for O_RDONLY and O_WRONLY here.
              * cccp.c, cpplib.c, fix-header.c, gcc.c, protoize.c: Not here.
      
      From-SVN: r19571
      Kaveh R. Ghazi committed
    • Comment on fix. · 45a455c9
      From-SVN: r19570
      Dave Love committed
    • tree.h (IS_EXPR_CODE_CLASS): Remove bogus '3'. · 8830da36
      1998-05-05  Mark Mitchell  <mmitchell@usa.net>
      	* tree.h (IS_EXPR_CODE_CLASS): Remove bogus '3'.
      
      From-SVN: r19569
      Mark Mitchell committed
    • toplev.h: New file. · 6553243e
      Mon May  4 01:32:20 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: r19568
      Robert Lipe committed
    • call.c, [...]: Add include of toplev.h. · 12027a89
      Wed May  6 06:36:41 1998  Robert Lipe  <robertl@dgii.com>
              * call.c, class.c, decl.c, decl2.c, errfn.c, error.c, except.c,
              expr.c, friend.c, init.c, lex.c, method.c, pt.c, repo.c, rtti.c,
              search.c, semantics.c, sig.c, tree.c, typeck.c, typeck2.c,
              xref.c: Add include of toplev.h.
      
      From-SVN: r19567
      Robert Lipe committed
    • Correct ChangeLog entry for my last cp/ChangeLog fix. · 178e196e
      Correct ChangeLog entry for my last cp/ChangeLog fix.  The "cp/" is
      implicit.   No need to call it out.
      
      From-SVN: r19566
      Robert Lipe committed
    • call.c, [...]: Add include of toplev.h. · 54f92bfb
      Wed May  6 06:36:41 1998  Robert Lipe  <robertl@dgii.com>
              * cp/call.c, cp/class.c, cp/decl.c, cp/decl2.c,
              cp/errfn.c, cp/error.c, cp/except.c, cp/expr.c,
              cp/friend.c, cp/init.c, cp/lex.c, cp/method.c,
              cp/pt.c, cp/repo.c, cp/rtti.c, cp/search.c,
              cp/semantics.c, cp/sig.c, cp/tree.c, cp/typeck.c,
              cp/typeck2.c, cp/xref.c: Add include of toplev.h.
      
      From-SVN: r19565
      Robert Lipe committed
    • toplev.h: New file. · 10f0ad3d
      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: r19564
      Robert Lipe committed
    • toplev.h: New file. · 5f6da302
      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
      Robert Lipe committed
    • call.c, [...]: Add include of toplev.h. · 06b88790
      �
              * cp/call.c, cp/class.c, cp/decl.c, cp/decl2.c,
              cp/errfn.c, cp/error.c, cp/except.c, cp/expr.c,
              cp/friend.c, cp/init.c, cp/lex.c, cp/method.c,
              cp/pt.c, cp/repo.c, cp/rtti.c, cp/search.c,
              cp/semantics.c, cp/sig.c, cp/tree.c, cp/typeck.c,
              cp/typeck2.c, cp/xref.c: Add include of toplev.h.
      
      From-SVN: r19562
      Robert Lipe committed
    • toplev.h: New file. · c5ff95e6
              * 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
      Robert Lipe committed
    • tree.c (perm_manip): Also regenerate the RTL of an extern. · 73c9f270
      	* tree.c (perm_manip): Also regenerate the RTL of an extern.
      	(copy_to_permanent): Use end_temporary_allocation.
      
      From-SVN: r19560
      Jason Merrill committed
    • haifa-sched.c (find_rgns): In no_loops case, fix test for leaf blocks. · 15ebe47d
              * haifa-sched.c (find_rgns): In no_loops case, fix test for leaf
              blocks.  Check for 1 successor which is the EXIT_BLOCK.
              * haifa-sched.c (find_rgns): Detect unreachable blocks, including
              unreachable loops with more than one block.
      
      Co-Authored-By: Jim Wilson <wilson@cygnus.com>
      
      From-SVN: r19558
      Jeffrey A Law committed
  2. 05 May, 1998 18 commits
  3. 04 May, 1998 2 commits