summaryrefslogtreecommitdiff
path: root/gcc/gcc.c
Commit message (Expand)AuthorAgeFilesLines
* (handle_braces): Rework last change.kenner1996-12-071-15/+8
* (give_switch): Add new arg, INCLUDE_BLANKS.kenner1996-12-071-8/+28
* * Makefile.in (DRIVER_DEFINES): New macro, with the macrobrendan1996-12-071-0/+5
* (exit): If VMS, define as __posix_exit.kenner1996-11-121-3/+7
* Add -specs supportmeissner1996-10-291-1/+52
* (default_compilers): -ansi no longer implies -$ to cpp.kenner1996-10-091-4/+4
* (used_arg): When call xmalloc for mswitches, pass 1 ifwilson1996-10-011-2/+7
* (do_spec_1): Allow -A in %[Spec].coxs1996-09-271-5/+9
* (used_arg): Fix multilib_matches parsing to not corrupt entry parameter.kenner1996-09-241-2/+2
* (link_command_spec): Move -T options to end of link commandwilson1996-09-171-4/+8
* (convert_filename): Don't start looking for '.' until after lastkenner1996-09-151-1/+5
* (HAVE_EXECUTABLE_SUFFIX): New macro.kenner1996-09-151-15/+54
* * gcc.c: Change ifndef _WIN32 to ifndef NO_SYS_FILE_H when decidingdje1996-08-181-2/+2
* mp/load version # in specs file so __GNUC_MINOR__ will be correctmeissner1996-08-131-0/+3
* Fix typomeissner1996-08-121-1/+1
* Speed up genmultilib; Add MULTIB_EXTRA_OPTSmeissner1996-08-121-26/+160
* (default_compilers): Extra Fortran extensions.kenner1996-07-181-1/+2
* formatting tweaksmrs1996-07-031-25/+27
* (default_compilers): Add null entries for languages we heard of.kenner1996-07-031-0/+12
* * gcc.c (PEXECUTE_VERBOSE): Define.dje1996-06-261-4/+6
* * gcc.c (pfatal_pexecute): Delete code to check errno < sys_nerr.dje1996-06-131-14/+2
* * gcc.c (_WIN32): Don't include process.h or declare spawnv{,p}.dje1996-06-101-221/+48
* * gcc.c (do_spec_1): Allow leading text in version string.dje1996-06-101-11/+20
* (MULTILIB_SELECT): Delete definition.wilson1996-06-081-11/+21
* (MSDOS pexecute): Call xmalloc, not malloc.dje1996-05-271-1/+1
* * gcc.c: #include "gansidecl.h".dje1996-04-151-177/+90
* (process_command): Instead of hardcoding non-emptykenner1996-03-241-6/+10
* (DEFAULT_SWITCH_TAKES_ARG): New macro, from SWITCH_TAKES_ARG.kenner1996-02-131-2/+4
* (warn_std_ptr): Initialize with 0 instead of NULL_PTR.kenner1996-01-311-1/+1
* EXTRA_SPECS additionmeissner1996-01-181-0/+51
* * gcc.c (process_command): New local lang_n_files, and usedje1996-01-171-10/+14
* (do_spec_1, case 'W'): Rename local `index' to `cur_index' to avoid warningdje1996-01-161-2/+2
* (process_commands): Remove inadvertant fallthrough.kenner1996-01-161-3/+4
* (struct compilers): Add -ax option.kenner1995-12-241-3/+3
* (unused_prefix_warning): Include machine_suffix if require_machine_suffix.kenner1995-12-241-11/+29
* (process_command): Give error for -c with -o and multiple compilations.kenner1995-12-241-4/+20
* (my_strerror): Return "cannot access" if errno is 0.kenner1995-12-141-24/+6
* (LIBGCC_SPEC): Do link with libgcc when -shared.merrill1995-12-051-2/+2
* (do_spec_1): Fix typos in version calculation.dje1995-11-291-2/+2
* Remove fix_argv kludge.kenner1995-09-121-46/+14
* (main): When concat gcc_exec_prefix and standard_startfile_prefix, putkenner1995-08-141-2/+4
* (MULTILIB_DIRS): Provide default if not defined.kenner1995-07-261-8/+91
* (default_compilers, cpp): Specify -lang-c89 if -ansi is given.kenner1995-07-181-2/+2
* (p{fatal,error}_with_name, perror_exec): Quote filename.kenner1995-07-101-4/+5
* Update FSF address.kenner1995-06-151-1/+2
* (link_command_spec): Undo patch of May 11.dje1995-06-121-6/+8
* (do_spec_1, case 'g'): Handle %O as suffix if MKTEMP_EACH_FILE.kenner1995-06-061-1/+2
* (link_command_spec): Move ENDFILE_SPEC from -nostdlib to -nostartfiles.dje1995-05-231-2/+4
* (HAVE_OBJECT_SUFFIX): New macro.kenner1995-05-221-7/+22
* (fix_argv): Removed call to free.kenner1995-05-161-8/+7