aboutsummaryrefslogtreecommitdiff
path: root/gcc/gcc.c
AgeCommit message (Expand)AuthorFilesLines
1997-08-11* Integrate tlink patch from jason@cygnus.comJeffrey A Law1-35/+62
1997-08-11Initial revisionmisc/cutover-egcs-1Jeff Law1-0/+60
1997-07-14(convert_filename): Fix typo.Richard Kenner1-1/+1
1997-07-13(process_command): If -save-temps and -pipe were specified together,Richard Kenner1-0/+3
1997-07-13gcc.c (main): Handle blank in version_string when comparing with compiler_ver...Doug Evans1-1/+11
1997-06-21Check for and read ${libdir}/gcc-lib/specs to override the default specs.Richard Kenner1-0/+12
1997-03-25Add %include, %include_noerr, %rename support to specsMichael Meissner1-124/+266
1997-03-18(init_spec): Delete parameter. Always initialize extra_specs.Jim Wilson1-19/+13
1997-02-15(set_spec): Fix comment-in-comment typo.Richard Kenner1-2/+0
1997-02-15(process_command): Allocate space for terminating null.Richard Kenner1-1/+1
1997-02-01(process_command): Fix improper use of strncpy.Richard Kenner1-3/+3
1997-01-16Fix typo.Michael Meissner1-3/+3
1997-01-16Cleanup specs supportMichael Meissner1-193/+115
1996-12-07(handle_braces): Rework last change.Richard Kenner1-15/+8
1996-12-07(give_switch): Add new arg, INCLUDE_BLANKS.Richard Kenner1-8/+28
1996-12-07Makefile.in (DRIVER_DEFINES): New macro, with the macro definitions for the d...Brendan Kehoe1-0/+5
1996-11-12(exit): If VMS, define as __posix_exit.Richard Kenner1-3/+7
1996-10-29Add -specs supportMichael Meissner1-1/+52
1996-10-09(default_compilers): -ansi no longer implies -$ to cpp.Richard Kenner1-4/+4
1996-10-01(used_arg): When call xmalloc for mswitches, pass 1 ifJim Wilson1-2/+7
1996-09-27(do_spec_1): Allow -A in %[Spec].Stan Cox1-5/+9
1996-09-24(used_arg): Fix multilib_matches parsing to not corrupt entry parameter.Richard Kenner1-2/+2
1996-09-16(link_command_spec): Move -T options to end of link commandJim Wilson1-4/+8
1996-09-14(convert_filename): Don't start looking for '.' until after lastRichard Kenner1-1/+5
1996-09-14(HAVE_EXECUTABLE_SUFFIX): New macro.Richard Kenner1-15/+54
1996-08-18gcc.c: Change ifndef _WIN32 to ifndef NO_SYS_FILE_H when...Doug Evans1-2/+2
1996-08-13mp/load version # in specs file so __GNUC_MINOR__ will be correctMichael Meissner1-0/+3
1996-08-12Fix typoMichael Meissner1-1/+1
1996-08-12Speed up genmultilib; Add MULTIB_EXTRA_OPTSMichael Meissner1-26/+160
1996-07-18(default_compilers): Extra Fortran extensions.Richard Kenner1-1/+2
1996-07-03formatting tweaksMike Stump1-25/+27
1996-07-03(default_compilers): Add null entries for languages we heard of.Richard Kenner1-0/+12
1996-06-26gcc.c (PEXECUTE_VERBOSE): Define.Doug Evans1-4/+6
1996-06-13* gcc.c (pfatal_pexecute): Delete code to check errno < sys_nerr.Doug Evans1-14/+2
1996-06-10gcc.c (_WIN32): Don't include process.h or declare spawnv{,p}.Doug Evans1-221/+48
1996-06-10gcc.c (do_spec_1): Allow leading text in version string.Doug Evans1-11/+20
1996-06-07(MULTILIB_SELECT): Delete definition.Jim Wilson1-11/+21
1996-05-27(MSDOS pexecute): Call xmalloc, not malloc.Doug Evans1-1/+1
1996-04-15gcc.c: #include "gansidecl.h".Doug Evans1-177/+90
1996-03-24(process_command): Instead of hardcoding non-empty switches_need_spaces to tu...Richard Kenner1-6/+10
1996-02-13(DEFAULT_SWITCH_TAKES_ARG): New macro, from SWITCH_TAKES_ARG.Richard Kenner1-2/+4
1996-01-31(warn_std_ptr): Initialize with 0 instead of NULL_PTR.Richard Kenner1-1/+1
1996-01-18EXTRA_SPECS additionMichael Meissner1-0/+51
1996-01-17gcc.c (process_command): New local lang_n_files, and use it in test of -c wit...Doug Evans1-10/+14
1996-01-16(do_spec_1, case 'W'): Rename local `index' to `cur_index' to avoid warningDoug Evans1-2/+2
1996-01-15(process_commands): Remove inadvertant fallthrough.Richard Kenner1-3/+4
1995-12-24(struct compilers): Add -ax option.Richard Kenner1-3/+3
1995-12-24(unused_prefix_warning): Include machine_suffix if require_machine_suffix.Richard Kenner1-11/+29
1995-12-24(process_command): Give error for -c with -o and multiple compilations.Richard Kenner1-4/+20
1995-12-13(my_strerror): Return "cannot access" if errno is 0.Richard Kenner1-24/+6