summaryrefslogtreecommitdiff
path: root/gcc/gcc.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* defaults.h (obstack_chunk_alloc, [...]): Default definition.Neil Booth2002-07-231-3/+0
* c-lex.c (GET_ENVIRONMENT): Remove.Neil Booth2002-07-211-9/+5
* [ ChangeLog ]Chris Demetriou2002-07-191-2/+5
* gcc.c (asm_debug): Move initialization ...Rainer Orth2002-07-051-1/+5
* * gcc.c (warn_std): Delete.Kaveh R. Ghazi2002-06-261-3/+0
* cppexp.c (cpp_interpret_integer): Don't force traditional numbers to be unsig...Neil Booth2002-06-201-2/+1
* * gcc.c (main): Correct startfile_prefix_spec check.Alan Modra2002-06-161-1/+1
* gcc.c (process_command): Avoid assignment to read-only location.Richard Sandiford2002-06-101-15/+16
* Makefile.in (install-driver): Install driver as $(target_alias)-gcc-$(version).Geoffrey Keating2002-06-091-12/+58