summaryrefslogtreecommitdiff
path: root/gcc/gcc.c
Commit message (Expand)AuthorAgeFilesLines
* If __STDC__, include gstdarg and use ANSI form of varargs.kenner1994-02-101-10/+24
* (default_compilers, @ada): Don't duplicate "-gnat" parameters; passkenner1994-02-011-3/+2
* (translate_options): Skip arguments of -B, -b, -V, -x,wilson1993-12-241-0/+5
* (default_compilers, gnat1): Don't write -gnatb.kenner1993-12-231-1/+1
* (compiler_version): New variable.kenner1993-12-221-12/+33
* (default_compilers): Treat ".cpp" as C++.kenner1993-12-221-0/+1
* (default_compilers): Do define __GNUC_MINOR__ if input is `-'.rms1993-11-261-1/+2
* (do_spec_1): Use spec_version for %v, not version_string.rms1993-11-021-11/+18
* (default_compilers): Define __GNUC_MINOR__, using %v.rms1993-10-261-4/+25
* (sys_errlist): Conditionalize declaration for BSD 4.4.wilson1993-10-201-0/+4
* (read_specs): Fix call to bzero.rms1993-10-071-1/+1
* (read_specs): Make a null entry at end of `compilers' when reading newkenner1993-10-051-0/+1
* (choose_temp_base): Correct size allocated for temp_filename.kenner1993-10-051-1/+1
* (default_compilers): Add rules for Ada.kenner1993-10-041-1/+13
* (process_command): Don't warn for -x after last input filewilson1993-09-081-1/+1
* Correct last change.ian1993-08-201-2/+2
* Permit relative path for standard_startfile_prefixian1993-08-061-2/+22
* (process_command): Don't check whether file `-' exists.rms1993-08-041-23/+29
* (main): Improve "No input files" error message.rms1993-07-231-1/+1
* (link_command_spec): Move %{T*} after %{L*} and %D.wilson1993-07-211-6/+9
* (choose_temp_base): Try multiple variables. Don'trms1993-07-011-31/+57
* (DEFAULT_WORD_SWITCH_TAKES_ARG): Check for -iwithprefixbefore.rms1993-06-281-1/+3
* (translate_options): `*' inhibits warning of extraneous arg.rms1993-06-261-0/+2
* (option_map): Add missing comma.dje1993-06-261-1/+1
* (option_map): Make --version alias for -dumpversion.rms1993-06-241-0/+1
* (translate_options): Don't assume option_map[j].arg_info != 0.rms1993-06-101-6/+9
* (translate_options): Don't assume option_map[j].arg_info != 0.rms1993-06-071-1/+2
* (process_command): When GCC_EXEC_PREFIX is defined andrms1993-05-281-18/+29
* (option_map): Renamed --version to --use-version.rms1993-05-141-1/+1
* If SMALL_ARG_MAX is defined don't pass non-directories in environmentian1993-04-291-10/+22
* (default_compilers): Inhibit -D__OPTIMIZE__ if -O0.rms1993-04-291-6/+6
* Base WORD_SWITCH_TAKES_ARG on new macro DEFAULT_WORD_SWITCH_TAKES_ARGian1993-04-271-3/+7
* (putenv): Make result type void.kenner1993-04-131-2/+3
* (library_prefix): Delete variable.wilson1993-04-121-68/+57
* (link_command_spec): New option -nostartfiles.rms1993-03-101-3/+3
* Handle long options by translation to old-style ones.rms1993-03-091-1/+209
* (main): Put argv[0] in collect_obstack instead of programname.wilson1993-03-051-2/+3
* Add missing \ before return inside string.meissner1993-03-041-3/+3
* (main): Truncate programname to what is after last slash.wilson1993-03-021-1/+4
* (link_command_spec): Do nothing if -fsyntax-only.rms1993-03-021-6/+9
* (process_command): Fix typo in last change.rms1993-01-181-1/+1
* With previous change, don't fail on `-l'.brendan1993-01-151-1/+2
* * gcc.c (process_command): Only accept input files which exist andbrendan1993-01-151-3/+14
* Use TOOLDIR_BASE_PREFIX, not TOOLDIR_PREFIXian1993-01-131-3/+3
* # Fix misspellings in comments.eggert1993-01-101-1/+1
* (lookup_compiler): Fix special code for `-' suffix.rms1993-01-091-6/+7
* (putenv_from_prefixes): Use PATH_SEPARATOR.kenner1993-01-031-5/+8
* (TOOLDIR_PREFIX): Define if not defined.rms1993-01-021-0/+29
* (do_spec_1): Propagate failure from recursive calls.rms1992-12-311-15/+46
* (input_from_pipe): New variable.wilson1992-12-311-0/+12