aboutsummaryrefslogtreecommitdiff
path: root/gcc/gcc.c
AgeCommit message (Expand)AuthorFilesLines
1994-07-02(DEFAULT_WORD_SWITCH_TAKES_ARG): Add -isystem.Jim Wilson1-1/+2
1994-06-30(do_spec_1, case 'P'): Don't add underscores to macros starting withRichard Kenner1-2/+4
1994-06-15gcc.c: Include multilib.h.Doug Evans1-0/+306
1994-06-14Cast pointer operands to bzero, bcopy, and bcmp to (char *).Richard Kenner1-7/+10
1994-06-14(find_a_file): Try EXECUTABLE_SUFFIX first, then file without theRichard Kenner1-23/+37
1994-05-30(default_compilers): Pass -MG to cpp if present.Doug Evans1-6/+7
1994-05-10(process_command): Kludge in stageN/../include instead of include.Doug Evans1-2/+3
1994-05-09(delete_if_ordinary): New function.Richard Kenner1-41/+31
1994-05-06*** empty log message ***Stan Shebs1-1/+4
1994-05-02(translate_options): For options that take an argument,Jim Wilson1-0/+6
1994-04-25(link_command_spec): Add -Z argument for ZMAGIC's on FreeBSD.Richard Kenner1-3/+3
1994-04-22(handle_braces, check_live_switch): Refine previous change.Richard Kenner1-13/+13
1994-04-21(default_compilers): If -E and the file is (e.g.) x.s, don't run theRichard Kenner1-32/+35
1994-04-19Add new options -print-file-name= and -print-prog-name=.Richard Kenner1-8/+27
1994-04-19(struct switchstr): New field LIVE_COND.Richard Kenner1-6/+97
1994-04-06(process_command): Minor white space cleanups to last patch.Doug Evans1-5/+5
1994-04-06(process_command): Add "include" prefix for [blah/]stageN.Doug Evans1-5/+9
1994-03-31Change "gstdarg.h" to <stdarg.h> and "gvarargs.h" to <varargs.h>.Jim Wilson1-2/+2
1994-03-30(process_command, case 'B'): If name is "stageN/", add "include" toRichard Kenner1-0/+7
1994-03-18(include_prefix): New variable.Jim Wilson1-8/+27
1994-03-13(do_spec_1): Don't duplicate a macro starting with '__'.Richard Kenner1-10/+17
1994-03-11Use PVPROTO for varargs prototypes.Richard Kenner1-2/+4
1994-03-10([__MSDOS__]): Use #ifdef, not #if.Richard Kenner1-1/+1
1994-02-27(execute): Initialize PROG.Richard Kenner1-1/+1
1994-02-14(default_compilers): Generate and use .ii files in the intermediateRichard Kenner1-2/+2
1994-02-13(fatal, error): Fix declarations (make dependant on HAVE_VPRINTF).Doug Evans1-0/+6
1994-02-12(PROTO): Define.Doug Evans1-21/+34
1994-02-12(VPROTO, VA_START): Define.Doug Evans1-0/+10
1994-02-10If __STDC__, include gstdarg and use ANSI form of varargs.Richard Kenner1-10/+24
1994-02-01(default_compilers, @ada): Don't duplicate "-gnat" parameters; passRichard Kenner1-3/+2
1993-12-23(translate_options): Skip arguments of -B, -b, -V, -x,Jim Wilson1-0/+5
1993-12-23(default_compilers, gnat1): Don't write -gnatb.Richard Kenner1-1/+1
1993-12-22(compiler_version): New variable.Richard Kenner1-12/+33
1993-12-22(default_compilers): Treat ".cpp" as C++.Richard Kenner1-0/+1
1993-11-26(default_compilers): Do define __GNUC_MINOR__ if input is `-'.Richard Stallman1-1/+2
1993-11-02(do_spec_1): Use spec_version for %v, not version_string.Richard Stallman1-11/+18
1993-10-26(default_compilers): Define __GNUC_MINOR__, using %v.Richard Stallman1-4/+25
1993-10-20(sys_errlist): Conditionalize declaration for BSD 4.4.Jim Wilson1-0/+4
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