summaryrefslogtreecommitdiff
path: root/gcc/gcc.c
Commit message (Expand)AuthorAgeFilesLines
* decl.c, [...]: Don't use the PTR macro.Kaveh R. Ghazi2003-06-161-3/+3
* config.gcc: Reorganize --with-cpu logic.Daniel Jacobowitz2003-06-041-0/+71
* configure.in (HAVE_LD_PIE): Check for ld -pie.Jakub Jelinek2003-06-031-2/+11
* rs6000.c (expand_block_move): Unify the TARGET_STRING and ! TARGET_STRING cases.Geoffrey Keating2003-05-231-7/+9
* builtins.c (validate_arglist): Eliminate libiberty VA_ macros, always use std...Kaveh R. Ghazi2003-05-171-14/+15
* defaults.h (TARGET_CPU_CPP_BUILTINS, [...]): Remove.Neil Booth2003-05-171-170/+1
* re PR other/10658 (Change copyright year.)Mark Mitchell2003-05-071-1/+1
* c-decl.c (pending_invalid_xref_file): Remove.Nathan Sidwell2003-05-031-1/+1
* c-pragma.c (maybe_apply_renaming_pragma): Fix typo.Kriang Lerdsuwanakij2003-04-291-1/+1
* Makefile.in: Update.Neil Booth2003-03-111-66/+1
* Remove extra bits I included, by mistake, in my previous check-inDevang Patel2003-03-101-4/+1
* gcc.c (DEFAULT_SWITCH_TAKES_ARG): Remove.Devang Patel2003-03-101-21/+4
* gcc.c (do_spec_1): Revert 2003-02-24 patch.Roger Sayle2003-03-091-13/+19
* configure.in: Don't always define TARGET_SYSTEM_ROOT.Daniel Jacobowitz2003-03-041-0/+4
* gcc.c (default_compilers): Add -no-integrated-cpp flag to invoke an external ...Ashif Harji2003-03-021-5/+6
* In gcc/: 2003-02-28 Geoffrey Keating <geoffk@apple.com>Geoffrey Keating2003-02-281-2/+2
* gcc.c (do_spec_1): Treat %U like %u for unique associations.Roger Sayle2003-02-281-2/+2
* gcc.c (do_spec_1): Handle pending argument upon return from handle_braces in ...Roger Sayle2003-02-241-1/+13
* * gcc.c (validate_switches): Don't scan past closing '}'.Geoffrey Keating2003-02-181-1/+2
* Makefile.in (PREPROCESSOR_DEFINES): Add @TARGET_SYSTEM_ROOT_DEFINE@.Daniel Jacobowitz2003-02-131-2/+26
* Makefile.in (LIB2FUNCS_ST): Remove _gcov.Nathan Sidwell2003-01-271-1/+2
* config.gcc (mips64*-*-linux*): Added.Alexandre Oliva2003-01-191-6/+6
* et-forest.c: Fix comment typos.Kazu Hirata2003-01-171-2/+2
* Merge from pch-branch.Geoffrey Keating2003-01-101-4/+26
* This was approved for 3.4 BIB branch.Devang Patel2002-12-191-1/+1
* gcc.c (validate_switches): Robustify against skipping past '\0'.Loren James Rittle2002-12-191-6/+6
* * gcc.c (do_spec_1) ['W']: End any pending argument from the braces.Jason Merrill2002-12-181-0/+12
* * gcc.c (handle_braces): Allow '@' as a switch name.Geoffrey Keating2002-12-171-1/+1
* * gcc.c (validate_switches): Allow '@' as a switch name.Geoffrey Keating2002-12-171-1/+1
* Merge basic-improvements-branch to trunkZack Weinberg2002-12-161-368/+596
* c-decl.c: Fix a comment typo.Kazu Hirata2002-12-131-2/+2
* * gcc.c (do_spec_1): Reset delete_this_arg to zero.Douglas B Rupp2002-11-261-0/+1
* gcc.c (static_spec_functions): Add if-exists-else spec function.Jason Thorpe2002-11-261-0/+22
* libiberty.h (make_relative_prefix): Add prototype.Daniel Jacobowitz2002-11-221-245/+0
* Makefile.in (RUN_GEN, [...]): New variables.Hans-Peter Nilsson2002-11-201-0/+27
* gcc.c (The Specs Language): Document spec functions.Jason Thorpe2002-11-191-3/+232
* tm.texi (DRIVER_SELF_SPECS): Document.Richard Sandiford2002-10-141-0/+52
* re PR preprocessor/7862 (Interrupting gcc -MD removes .d file but not .o)Neil Booth2002-10-121-3/+6
* re PR preprocessor/8179 (`echo | gcc -E -dM -ansi -` not working in gcc-3.3)Neil Booth2002-10-101-2/+2
* system.h (GCCBUGURL): Delete.Zack Weinberg2002-10-081-3/+3
* gcc.c (set_multilib_dir): Don't access *end.Jakub Jelinek2002-10-051-3/+9
* gcc.c (print_multi_os_directory): New variable.Jakub Jelinek2002-10-031-92/+274
* * gcc.c (cc1_options): Add space on -auxbase-strip.Nathan Sidwell2002-10-011-1/+1
* dbxout.c: Follow spelling conventions.Kazu Hirata2002-09-221-2/+2
* c-opts.c (set_std_cxx98, [...]): New.Neil Booth2002-08-101-6/+5
* Makefile.in (c-opts.o): UpdateNeil Booth2002-08-091-1/+1
* gcc.c (cc1_options): Pass output file as auxbase when appropriate.Nathan Sidwell2002-08-041-0/+1
* c-common.c (cb_register_builtins): If C++, define __EXCEPTIONS, __DEPRECATED ...Neil Booth2002-08-011-1/+1
* gcc.c (cpp_unique_options): Define __GXX_ABI_VERSION, bump it to 101.Franz Sirl2002-07-301-1/+1
* gcc.c (TARGET_EXECUTABLE_SUFFIX): Only used if HAVE_TARGET_EXECUTABLE_SUFFIX.Neil Booth2002-07-251-3/+0