aboutsummaryrefslogtreecommitdiff
path: root/gcc/gcc.c
AgeCommit message (Expand)AuthorFilesLines
1994-11-19Shared library support.Jason Merrill1-15/+33
1994-11-16(main): For -V output, give both driver and compiler versions, if theyRichard Kenner1-1/+6
1994-11-07(process_command): Ignore LIBRARY_PATH and LPATH if cross-compiler.Richard Kenner1-2/+2
1994-10-27(process_command): Don't forget to split -Wl arguments at commas.Torbjorn Granlund1-2/+19
1994-10-27(process_command): Handle -Wl, and -Xlinker similar to -l,Torbjorn Granlund1-61/+33
1994-10-20(STARTFILE_SPEC): Wrap startfiles in %{!shared:}.Jason Merrill1-1/+1
1994-10-18(default_compilers): Treat files with an extension of .c++Jason Merrill1-0/+1
1994-10-05Define O_RDONLY if not already defined and use it in read_specs's callMichael Bushnell1-1/+6
1994-10-04If the POSIX.1 wait macros are defined, use them.Ian Lance Taylor1-3/+18
1994-10-01Install omitted hunk from last diff.Richard Kenner1-1/+1
1994-10-01(process_command): Fix typo.Doug Evans1-1/+1
1994-09-30Don't include sys/file.h for winnt; use process.h instead.Richard Kenner1-121/+231
1994-09-29(default_compilers): Add %Z to all cpp specs.Jim Wilson1-7/+56
1994-09-29(struct option_map): Sort in alphabetical order.Richard Kenner1-63/+87
1994-09-20(process_command): Add new switch, -dumpmachine.Richard Kenner1-0/+5
1994-09-15Rework last change so it's done like collect2.c.Richard Kenner1-2/+6
1994-09-14Include <sys/errno.h> in case `errno' is a macro defined there.Michael Bushnell1-0/+1
1994-07-22DJ patches for MSDOSMichael Meissner1-5/+5
1994-07-18(process_command): When have -BstageN option, pass includeJim Wilson1-3/+12
1994-07-11Do the 4.4BSD sys_errlist modification for NetBSD also.Charles Hannum1-1/+1
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