aboutsummaryrefslogtreecommitdiff
path: root/gcc/gcc.c
AgeCommit message (Expand)Author
1999-09-04Import final gcc2 snapshot (990109)gcc3Jeffrey A Law
1998-12-17Import gcc2 ss-980929Jeffrey A Law
1998-06-29import gcc2 980609 snapshotJeffrey A Law
1998-04-04gcc2 snapshot 980401 importJeffrey A Law
1997-12-06import of gcc-2.8Jeffrey A Law
1997-11-02import gcc2 971021 snapshotJeffrey A Law
1997-08-11Initial revisionJeff Law
1997-07-14(convert_filename): Fix typo.Richard Kenner
1997-07-13(process_command): If -save-temps and -pipe were specified together,Richard Kenner
1997-07-13 * gcc.c (main): Handle blank in version_string when comparingDoug Evans
1997-06-21Check for and read ${libdir}/gcc-lib/specs to override the default specs.Richard Kenner
1997-03-25Add %include, %include_noerr, %rename support to specsMichael Meissner
1997-03-18(init_spec): Delete parameter. Always initialize extra_specs.Jim Wilson
1997-02-15(set_spec): Fix comment-in-comment typo.Richard Kenner
1997-02-15(process_command): Allocate space for terminating null.Richard Kenner
1997-02-01(process_command): Fix improper use of strncpy.Richard Kenner
1997-01-16Fix typo.Michael Meissner
1997-01-16Cleanup specs supportMichael Meissner
1996-12-07(handle_braces): Rework last change.Richard Kenner
1996-12-07(give_switch): Add new arg, INCLUDE_BLANKS.Richard Kenner
1996-12-07 * Makefile.in (DRIVER_DEFINES): New macro, with the macroBrendan Kehoe
1996-11-12(exit): If VMS, define as __posix_exit.Richard Kenner
1996-10-29Add -specs supportMichael Meissner
1996-10-09(default_compilers): -ansi no longer implies -$ to cpp.Richard Kenner
1996-10-01(used_arg): When call xmalloc for mswitches, pass 1 ifJim Wilson
1996-09-27(do_spec_1): Allow -A in %[Spec].Stan Cox
1996-09-24(used_arg): Fix multilib_matches parsing to not corrupt entry parameter.Richard Kenner
1996-09-17(link_command_spec): Move -T options to end of link commandJim Wilson
1996-09-15(convert_filename): Don't start looking for '.' until after lastRichard Kenner
1996-09-15(HAVE_EXECUTABLE_SUFFIX): New macro.Richard Kenner
1996-08-18 * gcc.c: Change ifndef _WIN32 to ifndef NO_SYS_FILE_H when decidingDoug Evans
1996-08-13mp/load version # in specs file so __GNUC_MINOR__ will be correctMichael Meissner
1996-08-12Fix typoMichael Meissner
1996-08-12Speed up genmultilib; Add MULTIB_EXTRA_OPTSMichael Meissner
1996-07-18(default_compilers): Extra Fortran extensions.Richard Kenner
1996-07-03formatting tweaksMike Stump
1996-07-03(default_compilers): Add null entries for languages we heard of.Richard Kenner
1996-06-26* gcc.c (PEXECUTE_VERBOSE): Define.Doug Evans
1996-06-13 * gcc.c (pfatal_pexecute): Delete code to check errno < sys_nerr.Doug Evans
1996-06-10 * gcc.c (_WIN32): Don't include process.h or declare spawnv{,p}.Doug Evans
1996-06-10 * gcc.c (do_spec_1): Allow leading text in version string.Doug Evans
1996-06-08(MULTILIB_SELECT): Delete definition.Jim Wilson
1996-05-27(MSDOS pexecute): Call xmalloc, not malloc.Doug Evans
1996-04-15 * gcc.c: #include "gansidecl.h".Doug Evans
1996-03-24(process_command): Instead of hardcoding non-emptyRichard Kenner
1996-02-13(DEFAULT_SWITCH_TAKES_ARG): New macro, from SWITCH_TAKES_ARG.Richard Kenner
1996-01-31(warn_std_ptr): Initialize with 0 instead of NULL_PTR.Richard Kenner
1996-01-18EXTRA_SPECS additionMichael Meissner
1996-01-17 * gcc.c (process_command): New local lang_n_files, and useDoug Evans
1996-01-16(do_spec_1, case 'W'): Rename local `index' to `cur_index' to avoid warningDoug Evans