aboutsummaryrefslogtreecommitdiff
path: root/gcc/gcc.c
AgeCommit message (Expand)AuthorFilesLines
2007-05-31gcc.c (main): Don't consider linker options when issuing the warning about a ...Kazu Hirata1-1/+2
2007-05-26i386.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2007-05-26c-typeck.c, [...]: Fix typos and follow spelling conventions in various warni...Kazu Hirata1-1/+1
2007-05-08libiberty.h (writeargv): Declare.Nathan Froyd1-3/+65
2007-04-26re PR driver/31107 (--target-help doesn't say which options are compiler, ass...Richard Sandiford1-1/+24
2007-04-04re PR driver/31353 (gcc --help=target gives a linker error.)Brooks Moses1-1/+1
2007-03-13re PR driver/12448 (-MT / -MQ don't behave as documented.)David Taylor1-1/+1
2007-03-12gcc.c (main): Handle target_sysroot_hdrs_suffix being NULL for some multilibs.Joseph Myers1-1/+3
2007-03-10gcc.c: Document %{, in big comment at top.Geoffrey Keating1-46/+56
2007-03-06re PR bootstrap/31020 (cannot write in </test/gnu/gcc/objdir/prev-gcc/../gcc/...Joseph Myers1-0/+27
2007-03-052007/03/05 David Taylor <dtaylor@emc.com>David Taylor1-1/+1
2007-02-27mkheaders.in (incdir): Use include-fixed not include.Joseph Myers1-22/+5
2007-02-22gcc.c (getenv_spec_function): New function.Mark Mitchell1-0/+23
2007-02-12invoke.texi (Overall Options): Document --help=.Nick Clifton1-43/+21
2007-02-03re PR driver/30246 (-ggdb3 does not cause -dD to be passed to cc1 for preproc...Tom Tromey1-1/+2
2006-12-13mips-tdump.c: Replace CROSS_COMPILE with CROSS_DIRECTORY_STRUCTURE.Geoffrey Keating1-2/+2
2006-11-13gcc.c: Organize search path variables into $prefix relative, and well-known n...Carlos O'Donell1-64/+70
2006-11-07gcc.c (process_command): Treat -b as normal switch if its argument has no dash.Jie Zhang1-1/+4
2006-07-18* gcc.c (display_help): Fix typo in help text.David Daney1-1/+1
2006-05-22revert: invoke.texi (-msselibm): Document.Richard Guenther1-7/+1
2006-05-16re PR target/26885 (-m64 -m32 no longer creates 32-bit object)H.J. Lu1-0/+3
2006-05-09config.host (<i[34567]86-*-*, [...]): Set host_extra_gcc_objs and host_xmake_...Michael Matz1-0/+3
2006-04-28gcc.c (process_command): Add program name to GCC_EXEC_PREFIX value before pas...Joseph Myers1-3/+11
2006-04-11* gcc.c (LINK_COMMAND_SPEC): Move link_gomp after %o.Jakub Jelinek1-2/+2
2006-03-22re PR driver/22600 (Exit code should be different from 1 for internal compile...Volker Reichelt1-4/+20
2006-02-01* gcc.c (process_command): Change j to 'unsigned int'.Steve Ellcey1-1/+1
2006-01-31gcc.c (main): Correct type that is allocated for explicit_link_files.Andrew Pinski1-1/+1
2006-01-31tree-vrp.c: Use XNEW/XCNEW allocation wrappers.Marcin Dalecki1-28/+27
2006-01-31invoke.texi (-msselibm): Document.Richard Guenther1-1/+7
2006-01-20re PR libstdc++/25524 (libstdc++ headers should go in multilib directories)Joseph Myers1-4/+13
2006-01-18[multiple changes]Diego Novillo1-8/+40
2006-01-16jvspec.c (lang_specific_spec_functions): removeRafael Espindola1-12/+3
2005-12-16re PR driver/20425 (-print-search-dirs doesn't honor mutil-os/multilib settings)Alan Modra1-318/+347
2005-12-07gcc.c (init_gcc_specs): Match braces inside conditionally compiled strings.Alan Modra1-13/+18
2005-12-02* gcc.c (execute): Improve readability.Volker Reichelt1-3/+4
2005-11-28* gcc.c (main): Change type of argv to "char **".Mark Mitchell1-3/+3
2005-11-23invoke.texi: For man pages, include gcc-vers.texi.Mark Mitchell1-0/+2
2005-11-19gcc.c (version_compare_spec_function): Use '%s' rather than %qs in fatal form...Jakub Jelinek1-1/+1
2005-11-16re PR fortran/24357 (whither ratfor?)Tobias Schlüter1-3/+2
2005-11-15gcc.c (version_compare_spec_function): Use fatal() rather than abort().Geoffrey Keating1-3/+3
2005-10-21re PR driver/24473 (Linker input files no longer ignored with -c and -o)Andrew Pinski1-1/+1
2005-10-16re PR driver/22544 (gcc ignores input file given on the command line)Andrew Pinski1-2/+11
2005-10-10gcc.c (do_spec_1): Accept numeric characters in file name suffixes.Maciej W. Rozycki1-5/+5
2005-08-12gcc.c (LINK_SSP_SPEC): Remove space before a trailing }.Kaz Kojima1-2/+2
2005-08-06Make Darwin -bundle option work. Patch from Peter O'Gorman.Peter O'Gorman1-3/+8
2005-08-03gcc.c (LINK_SSP_SPEC): Add fstack-protector-all.Eric Christopher1-25/+25
2005-07-25gcc.c (option_map): Add --sysroot.Mark Mitchell1-0/+9
2005-07-16gcc.c (MFWRAP_SPEC): Don't wrap pthread_join or pthread_exit.Richard Henderson1-1/+1
2005-07-14gcc.c (main): Compare language[0] with '*' when iterating over the infiles.Ben Elliston1-1/+1
2005-07-12gcc.c (struct infile): Update comment for language.Eric Christopher1-4/+21