- 06 May, 1998 40 commits
-
-
From-SVN: r19604
Jeff Law committed -
* stmt.c (mark_seen_cases): Make it have external linkage again. * expr.h (mark_seen_cases): Add declaration. Chill wants to use mark_seen_cases.... From-SVN: r19603
Jeffrey A Law committed -
From-SVN: r19602
Joern Rennecke committed -
From-SVN: r19601
Jeff Law committed -
* Makefile.in (dwarfout.o) Add toplev.h dependency. * dwarfout.c, i386.c: Include toplev.h * toplev.h: (pfatal_with_name) Add prototype. From-SVN: r19600
Robert Lipe committed -
From-SVN: r19599
Jeff Law committed -
From-SVN: r19598
Jeff Law committed -
From-SVN: r19597
Jason Merrill committed -
From-SVN: r19596
Jason Merrill committed -
* config/linux.h (ASM_COMMENT_START): Define as "#". * config/linux-aout.h (ASM_COMMENT_START): Likewise. From-SVN: r19595
Alan Modra committed -
From-SVN: r19594
Jeff Law committed -
From-SVN: r19593
Jeffrey A Law committed -
* i386.c (output_387_binary_op): Add some braces to avoid warnings. * i386.h (REG_CLASS_CONTENTS): Similarly. From-SVN: r19592
Jeffrey A Law committed -
* objc/Make-lang.h (objc-parse.o): Add toplev.h dependency. * objc/objc-parse.y, objc/objc-parse.c: Regenerate. From-SVN: r19591
Jim Wilson committed -
* Makefile.in (call.o, class.o, decl.o, decl2.o, errfn.o, error.o, except.o, expr.o, friend.o, init.o, lex.o, method.o, pt.o, repo.o, rtti.o, search.o, semantics.o, sig.o, tree.o, typeck.o, typeck2.o, xref.o): Add toplev.h dependencies. From-SVN: r19590
Jim Wilson committed -
* toplev.c: Include toplev.h. * Makefile.in (c-common.o, c-convert.o, c-decl.o, c-iterate.o, c-lex.o, c-parse.o, c-pragma.o, c-typeck.o, calls.o, convert.o, dwarf2out.o, except.o, expr.o, final.o, fold-const.o, function.o, hash.o, profile.o, real.o, reg-stack.o, regclass.o, reload.o, reload1.o, stmt.o, stor-layout.o, tlink.o, tree.o, varasm.o): Add toplev.h dependency. From-SVN: r19589
Jim Wilson committed -
From-SVN: r19588
Jeff Law committed -
From-SVN: r19587
Jeff Law committed -
* toplev.c (-fsched-max): Delete flag. (-fsched-interblock-max-blocks,-fsched-interblock-max-insns): Likewise. * haifa-sched.c: Remove -fsched-max-N, -fsched-interblock-max-blocks-N and -fsched-interblock-max-insns-N support. Remove INTERBLOCK_DEBUG conditionals. * haifa-sched.c (find_rgns): Correctly handle reducible loops with inner loops which are not reducible. From-SVN: r19586
Jeffrey A Law committed -
* mips/mips.c (save_restore_insns): Change FRAME_POINTER_REGNUM to HARD_FRAME_POINTER_REGNUM. From-SVN: r19585
Jim Wilson committed -
* expr.c (target_temp_slot_level): Delete duplicate definition. From-SVN: r19584
Jim Wilson committed -
From-SVN: r19583
Jeffrey A Law committed -
* regmove.c (try_auto_increment): Wrap declaration inside an #ifdef AUTO_INC_DEC. From-SVN: r19582
Jeffrey A Law committed -
* errfn.c (cp_error, cp_warning): Remove declarations for error and warning respectively. From-SVN: r19581
Jeffrey A Law committed -
From-SVN: r19580
Michael Meissner committed -
* 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 -
* 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. * method.c: Likewise. * xref.c: Likewise. * lex.c: Likewise. Also remove redundant system header stuff. From-SVN: r19577
Kaveh R. Ghazi committed -
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 -
* 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 -
* 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 -
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 -
From-SVN: r19570
Dave Love committed -
1998-05-05 Mark Mitchell <mmitchell@usa.net> * tree.h (IS_EXPR_CODE_CLASS): Remove bogus '3'. From-SVN: r19569
Mark Mitchell committed -
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 -
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. The "cp/" is implicit. No need to call it out. From-SVN: r19566
Robert Lipe committed -
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 -
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 -
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
-