summaryrefslogtreecommitdiff
path: root/gcc/gcc.c
Commit message (Expand)AuthorAgeFilesLines
* This factors the code in xgcc that is used to terminate an accumulatedDan Hipschman2007-07-311-73/+28
* calls.c (special_function_p, [...]): Constify.Kaveh R. Ghazi2007-07-281-5/+7
* Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton2007-07-261-4/+3
* re PR other/31400 (enable static linking of support libraries through -static...Francois-Xavier Coudert2007-06-271-2/+4
* gcc.c (main): Don't consider linker options when issuing the warning about a ...Kazu Hirata2007-05-311-1/+2
* i386.c, [...]: Fix comment typos.Kazu Hirata2007-05-261-1/+1
* c-typeck.c, [...]: Fix typos and follow spelling conventions in various warni...Kazu Hirata2007-05-261-1/+1
* libiberty.h (writeargv): Declare.Nathan Froyd2007-05-081-3/+65
* re PR driver/31107 (--target-help doesn't say which options are compiler, ass...Richard Sandiford2007-04-261-1/+24
* re PR driver/31353 (gcc --help=target gives a linker error.)Brooks Moses2007-04-041-1/+1
* re PR driver/12448 (-MT / -MQ don't behave as documented.)David Taylor2007-03-131-1/+1
* gcc.c (main): Handle target_sysroot_hdrs_suffix being NULL for some multilibs.Joseph Myers2007-03-121-1/+3
* gcc.c: Document %{, in big comment at top.Geoffrey Keating2007-03-101-46/+56
* re PR bootstrap/31020 (cannot write in </test/gnu/gcc/objdir/prev-gcc/../gcc/...Joseph Myers2007-03-061-0/+27
* 2007/03/05 David Taylor <dtaylor@emc.com>David Taylor2007-03-051-1/+1
* mkheaders.in (incdir): Use include-fixed not include.Joseph Myers2007-02-271-22/+5
* gcc.c (getenv_spec_function): New function.Mark Mitchell2007-02-221-0/+23
* invoke.texi (Overall Options): Document --help=.Nick Clifton2007-02-121-43/+21
* re PR driver/30246 (-ggdb3 does not cause -dD to be passed to cc1 for preproc...Tom Tromey2007-02-031-1/+2
* mips-tdump.c: Replace CROSS_COMPILE with CROSS_DIRECTORY_STRUCTURE.Geoffrey Keating2006-12-131-2/+2
* gcc.c: Organize search path variables into $prefix relative, and well-known n...Carlos O'Donell2006-11-131-64/+70
* gcc.c (process_command): Treat -b as normal switch if its argument has no dash.Jie Zhang2006-11-071-1/+4
* * gcc.c (display_help): Fix typo in help text.David Daney2006-07-181-1/+1
* revert: invoke.texi (-msselibm): Document.Richard Guenther2006-05-221-7/+1
* re PR target/26885 (-m64 -m32 no longer creates 32-bit object)H.J. Lu2006-05-161-0/+3
* config.host (<i[34567]86-*-*, [...]): Set host_extra_gcc_objs and host_xmake_...Michael Matz2006-05-091-0/+3
* gcc.c (process_command): Add program name to GCC_EXEC_PREFIX value before pas...Joseph Myers2006-04-281-3/+11
* * gcc.c (LINK_COMMAND_SPEC): Move link_gomp after %o.Jakub Jelinek2006-04-111-2/+2
* re PR driver/22600 (Exit code should be different from 1 for internal compile...Volker Reichelt2006-03-221-4/+20
* * gcc.c (process_command): Change j to 'unsigned int'.Steve Ellcey2006-02-011-1/+1
* gcc.c (main): Correct type that is allocated for explicit_link_files.Andrew Pinski2006-01-311-1/+1
* tree-vrp.c: Use XNEW/XCNEW allocation wrappers.Marcin Dalecki2006-01-311-28/+27
* invoke.texi (-msselibm): Document.Richard Guenther2006-01-311-1/+7
* re PR libstdc++/25524 (libstdc++ headers should go in multilib directories)Joseph Myers2006-01-201-4/+13
* [multiple changes]Diego Novillo2006-01-181-8/+40
* jvspec.c (lang_specific_spec_functions): removeRafael Espindola2006-01-161-12/+3
* re PR driver/20425 (-print-search-dirs doesn't honor mutil-os/multilib settings)Alan Modra2005-12-161-318/+347
* gcc.c (init_gcc_specs): Match braces inside conditionally compiled strings.Alan Modra2005-12-071-13/+18
* * gcc.c (execute): Improve readability.Volker Reichelt2005-12-021-3/+4
* * gcc.c (main): Change type of argv to "char **".Mark Mitchell2005-11-281-3/+3
* invoke.texi: For man pages, include gcc-vers.texi.Mark Mitchell2005-11-231-0/+2
* gcc.c (version_compare_spec_function): Use '%s' rather than %qs in fatal form...Jakub Jelinek2005-11-191-1/+1
* re PR fortran/24357 (whither ratfor?)Tobias Schlüter2005-11-161-3/+2
* gcc.c (version_compare_spec_function): Use fatal() rather than abort().Geoffrey Keating2005-11-151-3/+3
* re PR driver/24473 (Linker input files no longer ignored with -c and -o)Andrew Pinski2005-10-211-1/+1
* re PR driver/22544 (gcc ignores input file given on the command line)Andrew Pinski2005-10-161-2/+11
* gcc.c (do_spec_1): Accept numeric characters in file name suffixes.Maciej W. Rozycki2005-10-101-5/+5
* gcc.c (LINK_SSP_SPEC): Remove space before a trailing }.Kaz Kojima2005-08-121-2/+2
* Make Darwin -bundle option work. Patch from Peter O'Gorman.Peter O'Gorman2005-08-061-3/+8
* gcc.c (LINK_SSP_SPEC): Add fstack-protector-all.Eric Christopher2005-08-031-25/+25