aboutsummaryrefslogtreecommitdiff
path: root/gcc/gcc.c
AgeCommit message (Expand)Author
2006-10-202006-10-20 Richard Sandiford <richard@codesourcery.com>Richard Sandiford
2006-09-132006-09-13 Carlos O'Donell <carlos@codesourcery.com>Carlos O'Donell
2006-09-12 gcc/Nathan Sidwell
2006-07-282006-07-27 Carlos O'Donell <carlos@codesourcery.com>csl/sourcerygxx/4.1-17csl/renesas/4.1-6Carlos O'Donell
2006-06-21Merge from csl/coldfire-4_1 branch, revision 114848Richard Sandiford
2006-04-28 * gcc/gcc.c (process_command): Add program name to GCC_EXEC_PREFIXcsl/morpho/4.1-4Joseph Myers
2006-01-20 PR libstdc++/25524Joseph Myers
2006-01-20 Backport from mainline.Julian Brown
2005-11-19 * gcc.c (version_compare_spec_function): Use '%s' rather than %qs inJakub Jelinek
2005-11-16 PR 24357Tobias Schl"uter
2005-11-15 * gcc.c (version_compare_spec_function): Use fatal() rather thanGeoffrey Keating
2005-10-212005-10-21 Andrew Pinski <pinskia@physics.uc.edu>Andrew Pinski
2005-10-172005-10-16 Andrew Pinski <pinskia@physics.uc.edu>Andrew Pinski
2005-10-10* gcc.c (do_spec_1): Accept numeric characters in file nameMaciej W. Rozycki
2005-08-12 * gcc.c (LINK_SSP_SPEC): Remove space before a trailing }.Kaz Kojima
2005-08-07Make Darwin -bundle option work. Patch from Peter O'Gorman.Peter O'Gorman
2005-08-032005-08-03 Eric Christopher <echristo@apple.com>Eric Christopher
2005-07-25 * gcc.c (option_map): Add --sysroot.Mark Mitchell
2005-07-17 * gcc.c (MFWRAP_SPEC): Don't wrap pthread_join or pthread_exit.Richard Henderson
2005-07-13 * gcc.c (main): Compare language[0] with '*' when iterating overBen Elliston
2005-07-122005-07-12 Eric Christopher <echristo@redhat.com>Eric Christopher
2005-07-08Index: ChangeLogGeoffrey Keating
2005-07-03 * bb-reorder.c, c-pch.c, c-pragma.c, c.opt, cfghooks.c, cfgloop.c,Joseph Myers
2005-07-02 * Makefile.def (target_modules): Add libssp.Jakub Jelinek
2005-06-25Update FSF address.Kelley Cook
2005-06-06libiberty/Gabriel Dos Reis
2005-06-06gcc/po/Jakub Jelinek
2005-05-15 * gcc.c (pfatal_pexecute): Remove unused local function.Andreas Jaeger
2005-05-04Fix the Xassembler and Xpreprocessor options, which have never worked right.James E. Wilson
2005-04-27 * configure.ac: Check for ld --sysroot support.Mark Mitchell
2005-04-26 * collect2.c, gcc.c, gcov-dump.c, gcov.c, gen-protos.c,Kaveh Ghazi
2005-04-24 * collect2.c (main): Unlock the stdio streams.Kaveh Ghazi
2005-04-15 * gcc.c (default_compilers): Clarify obscure error message whenDave Korn
2005-04-06 * gcc.c: Correct comment about DEFAULT_SWITCH_TAKES_ARG andBen Elliston
2005-04-01 * gcc.c: Don't include <sys/resource.h> or declare getrusage.Ian Lance Taylor
2005-03-232005-03-23 Mark Mitchell <mark@codesourcery.com>Mark Mitchell
2005-03-04 * gcc.c (option_map): Add --coverage.Ben Elliston
2005-02-23 * doc/tm.texi (LINK_LIBGCC_SPECIAL): Remove.Daniel Jacobowitz
2005-02-19 PR other/19525Richard Sandiford
2005-02-03 PR driver/19117Joseph Myers
2005-02-02 PR c/18502Joseph Myers
2005-01-07 PR target/6077Roger Sayle
2005-01-06* gcc.c (process_command): Change year in 'gcc --version' to 2005.Tobias Schlueter
2004-12-152004-12-15 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu
2004-12-11 PR 18732Devang Patel
2004-12-01 * gcc.c (struct option_map): Add entry for "--pass-exit-codes".Andreas Schwab
2004-11-252004-11-25 Andrew Haley <aph@redhat.com>Andrew Haley
2004-11-24 * gcc.c (process_command): Supply -v to linker.Devang Patel
2004-11-09 * builtins.c, c-common.c, c-decl.c, c-format.c, c-format.h,Joseph Myers
2004-10-13 PR java/15578:Tom Tromey