aboutsummaryrefslogtreecommitdiff
path: root/gcc/gcc.c
AgeCommit message (Expand)AuthorFilesLines
1993-10-07(read_specs): Fix call to bzero.Richard Stallman1-1/+1
1993-10-05(read_specs): Make a null entry at end of `compilers' when reading newRichard Kenner1-0/+1
1993-10-05(choose_temp_base): Correct size allocated for temp_filename.Richard Kenner1-1/+1
1993-10-03(default_compilers): Add rules for Ada.Richard Kenner1-1/+13
1993-09-08(process_command): Don't warn for -x after last input fileJim Wilson1-1/+1
1993-08-20Correct last change.Ian Lance Taylor1-2/+2
1993-08-06Permit relative path for standard_startfile_prefixIan Lance Taylor1-2/+22
1993-08-04(process_command): Don't check whether file `-' exists.Richard Stallman1-23/+29
1993-07-23(main): Improve "No input files" error message.Richard Stallman1-1/+1
1993-07-21(link_command_spec): Move %{T*} after %{L*} and %D.Jim Wilson1-6/+9
1993-07-01(choose_temp_base): Try multiple variables.Richard Stallman1-31/+57
1993-06-28(DEFAULT_WORD_SWITCH_TAKES_ARG): Check for -iwithprefixbefore.Richard Stallman1-1/+3
1993-06-26(translate_options): `*' inhibits warning of extraneous arg.Richard Stallman1-0/+2
1993-06-26(option_map): Add missing comma.Doug Evans1-1/+1
1993-06-24(option_map): Make --version alias for -dumpversion.Richard Stallman1-0/+1
1993-06-10(translate_options): Don't assume option_map[j].arg_info != 0.Richard Stallman1-6/+9
1993-06-07(translate_options): Don't assume option_map[j].arg_info != 0.Richard Stallman1-1/+2
1993-05-28(process_command): When GCC_EXEC_PREFIX is defined and tooldir is relative...Richard Stallman1-18/+29
1993-05-14(option_map): Renamed --version to --use-version.Richard Stallman1-1/+1
1993-04-29If SMALL_ARG_MAX is defined don't pass non-directories in environmentIan Lance Taylor1-10/+22
1993-04-29(default_compilers): Inhibit -D__OPTIMIZE__ if -O0.Richard Stallman1-6/+6
1993-04-27Base WORD_SWITCH_TAKES_ARG on new macro DEFAULT_WORD_SWITCH_TAKES_ARGIan Lance Taylor1-3/+7
1993-04-13(putenv): Make result type void.Richard Kenner1-2/+3
1993-04-12(library_prefix): Delete variable.Jim Wilson1-68/+57
1993-03-10(link_command_spec): New option -nostartfiles.Richard Stallman1-3/+3
1993-03-09Handle long options by translation to old-style ones.Richard Stallman1-1/+209
1993-03-05(main): Put argv[0] in collect_obstack instead of programname.Jim Wilson1-2/+3
1993-03-04Add missing \ before return inside string.Michael Meissner1-3/+3
1993-03-02(main): Truncate programname to what is after last slash.Jim Wilson1-1/+4
1993-03-02(link_command_spec): Do nothing if -fsyntax-only.Richard Stallman1-6/+9
1993-01-18(process_command): Fix typo in last change.Richard Stallman1-1/+1
1993-01-15With previous change, don't fail on `-l'.Brendan Kehoe1-1/+2
1993-01-14gcc.c (process_command): Only accept input files which exist and can be read...Brendan Kehoe1-3/+14
1993-01-13Use TOOLDIR_BASE_PREFIX, not TOOLDIR_PREFIXIan Lance Taylor1-3/+3
1993-01-10# Fix misspellings in comments.Paul Eggert1-1/+1
1993-01-09(lookup_compiler): Fix special code for `-' suffix.Richard Stallman1-6/+7
1993-01-03(putenv_from_prefixes): Use PATH_SEPARATOR.Richard Kenner1-5/+8
1993-01-02(TOOLDIR_PREFIX): Define if not defined.Richard Stallman1-0/+29
1992-12-31(do_spec_1): Propagate failure from recursive calls.Richard Stallman1-15/+46
1992-12-31(input_from_pipe): New variable.Jim Wilson1-0/+12
1992-12-08(temp_names): New variable.Tom Wood1-8/+48
1992-11-30(LINK_LIBGCC_SPECIAL_1): New parameter.Richard Stallman1-2/+11
1992-11-23(default_compilers): Pass -i* after -U*.Richard Stallman1-14/+27
1992-10-28(process_command): Check that we have enough arguments.Richard Stallman1-0/+2
1992-10-24(process_command): Discard after first space in spec_version.Richard Stallman1-1/+5
1992-10-20(WORD_SWITCH_TAKES_ARG): Handle -Ttext and -Tbss in addition to -Tdata.Jim Wilson1-1/+2
1992-09-17Comment added.Richard Stallman1-0/+2
1992-09-17(SIGNED_CHAR_SPEC): Use #if rather than ?...Richard Stallman1-3/+5
1992-09-07(main): No program should return the error_count!Richard Stallman1-3/+10
1992-09-03(process_command): Correct for spaz by patch, installing last change.Richard Stallman1-12/+12