aboutsummaryrefslogtreecommitdiff
path: root/gcc/gcc.c
AgeCommit message (Expand)Author
2004-04-18re PR bootstrap/14992 (--as-needed patch makes -shared-libgcc the default on ...Alan Modra
2004-04-18re PR bootstrap/14992 (--as-needed patch makes -shared-libgcc the default on ...Mark Mitchell
2004-04-01gcc.c (init_gcc_specs): If HAVE_LD_AS_NEEDED, link with -lgcc --as-needed -lg...Alan Modra
2004-03-05re PR driver/13577 (multiple -o options with -c cause unrecognized option `-s...Nathan Sidwell
2004-03-02re PR bootstrap/14356 (gcc.c:3661: error: assignment of read-only location)Mark Mitchell
2004-02-20gcc.c (process_command): Allow translation of the copyright symbol but not th...Kazu Hirata
2004-01-24gcc.c (process_command): Don't internationalize the Copyright message.Kazu Hirata
2004-01-23alias.c, [...]: Update copyright.Kazu Hirata
2004-01-09gcc.c (init_spec): Remove -lunwind from shared case.James E Wilson
2003-12-31gcc.c (init_spec): Add -lunwind to shared case too if USE_LIBUNWIND_EXCEPTIONS.Zack Weinberg
2003-12-23common.opt (fprofile-generate,fprofile-use): Add.Jan Hubicka
2003-12-20re PR other/7956 (unreadable error on -m64 with --disable-multilib)Eric Botcazou
2003-12-13c-typeck.c: Fix comment typos.Kazu Hirata
2003-12-05re PR driver/13211 (using -###, warns about unused linker file)Andrew Pinski
2003-12-03libunwind cleanupJames E Wilson
2003-11-30Fix ia64 libunwind gnatmake link error.James E Wilson
2003-10-23Fix problem noticed while looking at PR 12564.James E Wilson
2003-10-07re PR bootstrap/12173 (IRIX 6 O32 (with as) bootstrap failure due to gcc -g -...Alexandre Oliva
2003-09-04* gcc.c (process_command): Fix typo.Nicolas Roche
2003-08-28* gcc.c (STANDARD_EXEC_PREFIX, STANDARD_STARTFILE_PREFIX)Daniel Jacobowitz
2003-08-05c.opt: Introduce -fworking-directory.Alexandre Oliva
2003-07-31Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.Geoffrey Keating
2003-07-22alias.c: Fix comment formatting.Kazu Hirata
2003-07-19alias.c [...]: Remove unnecessary casts.Kaveh R. Ghazi
2003-07-11Index: ChangeLogGeoffrey Keating
2003-07-06stmt.c: Convert remaining prototypes to ISO C90.Andreas Jaeger
2003-07-06gcc.c: Convert prototypes to ISO C90.Andreas Jaeger
2003-07-03system.h: Include filenames.h.Zack Weinberg
2003-06-29alloc-pool.c: Fix comment formatting.Kazu Hirata
2003-06-23basic-block.h: Fix comment formatting.Kazu Hirata
2003-06-19gcc.c (target_sysroot_suffix, [...]): New.Graeme Peterson
2003-06-16decl.c, [...]: Don't use the PTR macro.Kaveh R. Ghazi
2003-06-04config.gcc: Reorganize --with-cpu logic.Daniel Jacobowitz
2003-06-03configure.in (HAVE_LD_PIE): Check for ld -pie.Jakub Jelinek
2003-05-23rs6000.c (expand_block_move): Unify the TARGET_STRING and ! TARGET_STRING cases.Geoffrey Keating
2003-05-17builtins.c (validate_arglist): Eliminate libiberty VA_ macros, always use std...Kaveh R. Ghazi
2003-05-17defaults.h (TARGET_CPU_CPP_BUILTINS, [...]): Remove.Neil Booth
2003-05-07re PR other/10658 (Change copyright year.)Mark Mitchell
2003-05-03c-decl.c (pending_invalid_xref_file): Remove.Nathan Sidwell
2003-04-29c-pragma.c (maybe_apply_renaming_pragma): Fix typo.Kriang Lerdsuwanakij
2003-03-11Makefile.in: Update.Neil Booth
2003-03-10Remove extra bits I included, by mistake, in my previous check-inDevang Patel
2003-03-10gcc.c (DEFAULT_SWITCH_TAKES_ARG): Remove.Devang Patel
2003-03-09gcc.c (do_spec_1): Revert 2003-02-24 patch.Roger Sayle
2003-03-04configure.in: Don't always define TARGET_SYSTEM_ROOT.Daniel Jacobowitz
2003-03-02gcc.c (default_compilers): Add -no-integrated-cpp flag to invoke an external ...Ashif Harji
2003-02-28In gcc/: 2003-02-28 Geoffrey Keating <geoffk@apple.com>Geoffrey Keating
2003-02-28gcc.c (do_spec_1): Treat %U like %u for unique associations.Roger Sayle
2003-02-24gcc.c (do_spec_1): Handle pending argument upon return from handle_braces in ...Roger Sayle
2003-02-18* gcc.c (validate_switches): Don't scan past closing '}'.Geoffrey Keating