- 07 May, 1998 11 commits
-
-
* gcc.c (read_specs): Handle missing blank line at end of specs file. From-SVN: r19622
Jim Wilson committed -
* i386.md (movsicc, movhicc, movsicc_1, movhicc_1, movsfcc_1, movdfcc_1): Disable. From-SVN: r19621
Jim Wilson committed -
* configure.in (enable_threads): Rename to enable_threads_flag before main loop. Set enable_threads to enable_threads_flag inside main loop. From-SVN: r19615
Jim Wilson committed -
From-SVN: r19614
Jim Wilson committed -
From-SVN: r19613
Michael Meissner committed -
From-SVN: r19612
Michael Meissner committed -
From-SVN: r19611
Andrew MacLeod committed -
plus do some general cleanup of variable argument handling. * aclocal.m4 (GCC_FUNC_VFPRINTF_DOPRNT): New macro. * configure.in: Add a call to GCC_FUNC_VFPRINTF_DOPRNT. (AC_CHECK_HEADERS): Remove unused check for varargs.h,sys/varargs.h. (AC_CHECK_FUNCS): Remove unused check for vprintf. * Makefile.in: Add support for linking in vfprintf.c and doprint.c. (cccp.o): Depend on gansidecl.h. (cexp.o): Likewise. * cccp.c: Convert from using PRINTF_ALIST/PRINTF_DCL to VPROTO as per the rest of gcc source. * cexp.y: Likewise. Include gansidecl.h and remove all code made redundant. * cccp.c: Remove checks for HAVE_VPRINTF and the associated code used when vfprintf is missing. * cexp.y: Likewise. * gcc.c: Likewise. * genattrtab.c: Likewise. * mips-tfile.c: Likewise. * toplev.c: Likewise. * vfprintf.c: New file. * doprint.c: Likewise. From-SVN: r19610
Kaveh R. Ghazi committed -
* config/linux.h (ASM_COMMENT_START): Remove from here, * config/linux-aout.h (ASM_COMMENT_START): and here, * config/i386/linux.h (ASM_COMMENT_START): to here, * config/i386/linux-aout.h (ASM_COMMENT_START): and here. * config/i386/linux-oldld.h (ASM_COMMENT_START): Define here as '#' too. From-SVN: r19609
Jeffrey A Law committed -
From-SVN: r19608
Jason Merrill committed -
* config/m68k/m68k.md (adddi3, subdi3): Properly negate the DImode constant. From-SVN: r19607
Andreas Schwab committed
-
- 06 May, 1998 29 commits
-
-
From-SVN: r19606
Jeff Law committed -
* expr.h (mark_seen_cases): Add declaration, but only when tree.h has been included. From-SVN: r19605
Jeffrey A Law committed -
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
-