summaryrefslogtreecommitdiff
path: root/gcc/gcc.c
Commit message (Expand)AuthorAgeFilesLines
* (SWITCH_TAKES_ARG): Add `x'.kenner1995-02-221-8/+8
* (default_compilers): Remove rule for ".ada".kenner1995-02-221-2/+2
* (fix_argv): Rewrite.kenner1995-02-211-32/+35
* (read_specs): Use length read when inserting zero.kenner1995-02-211-2/+5
* (default_compilers): Add entries for .f and .F.kenner1995-02-211-0/+38
* Update comment.kenner1995-02-111-1/+1
* (specs): Use %O instead of "o" for object file suffix.kenner1995-02-111-10/+21
* (execute): Don't wait for just any N subprocesses, since we may havekenner1995-01-141-22/+25
* (print_multilib_info): Initialize last_path_len to 0.wilson1994-12-291-1/+2
* * gcc.c (default_compilers): Add support for Chill (.ch and .chi).bothner1994-12-091-0/+20
* Shared library support.merrill1994-11-191-15/+33
* (main): For -V output, give both driver and compiler versions, if theykenner1994-11-161-1/+6
* (process_command): Ignore LIBRARY_PATH and LPATH if cross-compiler.kenner1994-11-071-2/+2
* (process_command): Don't forget to split -Wl arguments at commas.tege1994-10-271-2/+19
* (process_command): Handle -Wl, and -Xlinker similar to -l,tege1994-10-271-61/+33
* (STARTFILE_SPEC): Wrap startfiles in %{!shared:}.merrill1994-10-201-1/+1
* (default_compilers): Treat files with an extension of .c++merrill1994-10-181-0/+1
* Define O_RDONLY if not already defined and use it in read_specs's callmib1994-10-051-1/+6
* If the POSIX.1 wait macros are defined, use them.ian1994-10-041-3/+18
* Install omitted hunk from last diff.kenner1994-10-011-1/+1
* (process_command): Fix typo.dje1994-10-011-1/+1
* Don't include sys/file.h for winnt; use process.h instead.kenner1994-09-301-121/+231
* (default_compilers): Add %Z to all cpp specs.wilson1994-09-301-7/+56
* (struct option_map): Sort in alphabetical order.kenner1994-09-291-63/+87
* (process_command): Add new switch, -dumpmachine.kenner1994-09-201-0/+5
* Rework last change so it's done like collect2.c.kenner1994-09-151-2/+6
* Include <sys/errno.h> in case `errno' is a macro defined there.mib1994-09-141-0/+1
* DJ patches for MSDOSmeissner1994-07-221-5/+5
* (process_command): When have -BstageN option, pass includewilson1994-07-191-3/+12
* Do the 4.4BSD sys_errlist modification for NetBSD also.mycroft1994-07-111-1/+1
* (DEFAULT_WORD_SWITCH_TAKES_ARG): Add -isystem.wilson1994-07-021-1/+2
* (do_spec_1, case 'P'): Don't add underscores to macros starting withkenner1994-06-301-2/+4
* * gcc.c: Include multilib.h.dje1994-06-151-0/+306
* Cast pointer operands to bzero, bcopy, and bcmp to (char *).kenner1994-06-141-7/+10
* (find_a_file): Try EXECUTABLE_SUFFIX first, then file without thekenner1994-06-141-23/+37
* (default_compilers): Pass -MG to cpp if present.dje1994-05-301-6/+7
* (process_command): Kludge in stageN/../include instead of include.dje1994-05-101-2/+3
* (delete_if_ordinary): New function.kenner1994-05-091-41/+31
* *** empty log message ***shebs1994-05-061-1/+4
* (translate_options): For options that take an argument,wilson1994-05-021-0/+6
* (link_command_spec): Add -Z argument for ZMAGIC's on FreeBSD.kenner1994-04-251-3/+3
* (handle_braces, check_live_switch): Refine previous change.kenner1994-04-221-13/+13
* (default_compilers): If -E and the file is (e.g.) x.s, don't run thekenner1994-04-211-32/+35
* Add new options -print-file-name= and -print-prog-name=.kenner1994-04-191-8/+27
* (struct switchstr): New field LIVE_COND.kenner1994-04-191-6/+97
* (process_command): Minor white space cleanups to last patch.dje1994-04-061-5/+5
* (process_command): Add "include" prefix for [blah/]stageN.dje1994-04-061-5/+9
* Change "gstdarg.h" to <stdarg.h> and "gvarargs.h" to <varargs.h>.wilson1994-04-011-2/+2
* (process_command, case 'B'): If name is "stageN/", add "include" tokenner1994-03-301-0/+7
* (include_prefix): New variable.wilson1994-03-181-8/+27