summaryrefslogtreecommitdiff
path: root/gcc/gcc.c
Commit message (Expand)AuthorAgeFilesLines
* Update mainline egcs to gcc2 snapshot 971021.Jeff Law1997-11-021-81/+134
* cccp.c (sys_errlist): Remove special 4.4bsd declaration.Jeffrey A Law1997-09-011-4/+0
* Take out __EGCS__ and __EGCS_MINOR__.Jeff Law1997-08-181-4/+0
* gcc.c (default_compilers): Add __EGCS__ and __EGCS_MINOR__ predefines.Jeffrey A Law1997-08-171-0/+4
* version.c: Change the version string to look like...Jeffrey A Law1997-08-151-60/+0
* * Integrate tlink patch from jason@cygnus.comJeffrey A Law1997-08-111-35/+62
* Initial revisionmisc/cutover-egcs-1Jeff Law1997-08-111-0/+60
* (convert_filename): Fix typo.Richard Kenner1997-07-141-1/+1
* (process_command): If -save-temps and -pipe were specified together,Richard Kenner1997-07-131-0/+3
* gcc.c (main): Handle blank in version_string when comparing with compiler_ver...Doug Evans1997-07-131-1/+11
* Check for and read ${libdir}/gcc-lib/specs to override the default specs.Richard Kenner1997-06-211-0/+12
* Add %include, %include_noerr, %rename support to specsMichael Meissner1997-03-251-124/+266
* (init_spec): Delete parameter. Always initialize extra_specs.Jim Wilson1997-03-181-19/+13
* (set_spec): Fix comment-in-comment typo.Richard Kenner1997-02-151-2/+0
* (process_command): Allocate space for terminating null.Richard Kenner1997-02-151-1/+1
* (process_command): Fix improper use of strncpy.Richard Kenner1997-02-011-3/+3
* Fix typo.Michael Meissner1997-01-161-3/+3
* Cleanup specs supportMichael Meissner1997-01-161-193/+115
* (handle_braces): Rework last change.Richard Kenner1996-12-071-15/+8
* (give_switch): Add new arg, INCLUDE_BLANKS.Richard Kenner1996-12-071-8/+28
* Makefile.in (DRIVER_DEFINES): New macro, with the macro definitions for the d...Brendan Kehoe1996-12-071-0/+5
* (exit): If VMS, define as __posix_exit.Richard Kenner1996-11-121-3/+7
* Add -specs supportMichael Meissner1996-10-291-1/+52
* (default_compilers): -ansi no longer implies -$ to cpp.Richard Kenner1996-10-091-4/+4
* (used_arg): When call xmalloc for mswitches, pass 1 ifJim Wilson1996-10-011-2/+7
* (do_spec_1): Allow -A in %[Spec].Stan Cox1996-09-271-5/+9
* (used_arg): Fix multilib_matches parsing to not corrupt entry parameter.Richard Kenner1996-09-241-2/+2
* (link_command_spec): Move -T options to end of link commandJim Wilson1996-09-161-4/+8
* (convert_filename): Don't start looking for '.' until after lastRichard Kenner1996-09-141-1/+5
* (HAVE_EXECUTABLE_SUFFIX): New macro.Richard Kenner1996-09-141-15/+54
* gcc.c: Change ifndef _WIN32 to ifndef NO_SYS_FILE_H when...Doug Evans1996-08-181-2/+2
* mp/load version # in specs file so __GNUC_MINOR__ will be correctMichael Meissner1996-08-131-0/+3
* Fix typoMichael Meissner1996-08-121-1/+1
* Speed up genmultilib; Add MULTIB_EXTRA_OPTSMichael Meissner1996-08-121-26/+160
* (default_compilers): Extra Fortran extensions.Richard Kenner1996-07-181-1/+2
* formatting tweaksMike Stump1996-07-031-25/+27
* (default_compilers): Add null entries for languages we heard of.Richard Kenner1996-07-031-0/+12
* gcc.c (PEXECUTE_VERBOSE): Define.Doug Evans1996-06-261-4/+6
* * gcc.c (pfatal_pexecute): Delete code to check errno < sys_nerr.Doug Evans1996-06-131-14/+2
* gcc.c (_WIN32): Don't include process.h or declare spawnv{,p}.Doug Evans1996-06-101-221/+48
* gcc.c (do_spec_1): Allow leading text in version string.Doug Evans1996-06-101-11/+20
* (MULTILIB_SELECT): Delete definition.Jim Wilson1996-06-071-11/+21
* (MSDOS pexecute): Call xmalloc, not malloc.Doug Evans1996-05-271-1/+1
* gcc.c: #include "gansidecl.h".Doug Evans1996-04-151-177/+90
* (process_command): Instead of hardcoding non-empty switches_need_spaces to tu...Richard Kenner1996-03-241-6/+10
* (DEFAULT_SWITCH_TAKES_ARG): New macro, from SWITCH_TAKES_ARG.Richard Kenner1996-02-131-2/+4
* (warn_std_ptr): Initialize with 0 instead of NULL_PTR.Richard Kenner1996-01-311-1/+1
* EXTRA_SPECS additionMichael Meissner1996-01-181-0/+51
* gcc.c (process_command): New local lang_n_files, and use it in test of -c wit...Doug Evans1996-01-171-10/+14
* (do_spec_1, case 'W'): Rename local `index' to `cur_index' to avoid warningDoug Evans1996-01-161-2/+2