summaryrefslogtreecommitdiff
path: root/gcc/gcc.c
Commit message (Expand)AuthorAgeFilesLines
* toplev.c (independent_decode_option): Require `=' between `-aux-info' and fil...Alexandre Oliva2001-06-101-1/+1
* Minor whitespace editsRichard Kenner2001-06-031-1/+2
* gcc.c (init_gcc_specs): When linking against libgcc_s.so, also link against l...Richard Henderson2001-05-311-3/+3
* gcc.c (do_spec_1): In `%O' case, if we computed saved_suffix, use it in the n...Tom Tromey2001-05-301-2/+9
* Changes needed for java/jvspec.cPer Bothner2001-05-181-2/+2
* gcc.c (give_switch): Don't write before start of string.Jakub Jelinek2001-05-161-5/+5
* configure.in (gcc_cv_as_eh_frame): New test.Richard Henderson2001-05-141-0/+9
* tm.texi (THREAD_MODEL_SPEC): Document it.Alexandre Oliva2001-05-131-1/+14
* gcc.c (cpp_options): Define __NO_INLINE__ unless we are honoring "inline" key...Jakub Jelinek2001-05-051-1/+1
* alpha.h: NULL_PTR -> NULL.Kaveh R. Ghazi2001-05-041-24/+24
* bitmap.c: Change NULL_PTR to NULL or "(rtx*)0".Kaveh R. Ghazi2001-05-011-81/+80
* c-aux-info.c: NULL_PTR->NULL in calls to `concat'.Kaveh R. Ghazi2001-04-291-24/+23
* re PR c/2347 (gcc does not accept "-l m" as POSIX permits (wants -lm))Jens Schweikhardt2001-04-281-0/+14
* configure.in (configargs.h): Define thread_model.Alexandre Oliva2001-04-261-0/+2
* vms.h: Change OBJECT_SUFFIX and EXECUTABLE_SUFFIX to TARGET_OBJECT_SUFFIX and...DJ Delorie2001-04-191-27/+35
* configure.in: Don't check for putenv.Kaveh R. Ghazi2001-04-021-54/+0
* * gcc.c (init_gcc_specs): Fix comment.Tom Tromey2001-03-201-1/+1
* more rigorous SIGCHLD guardingBruce Korb2001-03-161-0/+5
* back out the 3-0 branch versionBruce Korb2001-03-081-36/+75
* fix SIGCHLD handlingBruce Korb2001-03-081-75/+36
* fix SIGCHLD handlingBruce Korb2001-03-081-0/+3
* gcc.c (convert_filename): Append executable suffix if NO_AUTO_EXE_SUFFIX is n...Laurynas Biveinis2001-03-041-1/+1
* gcc.c, [...]: Add zero initializer for cpp_spec field to all array elements.Zack Weinberg2001-03-021-23/+24
* gcc.c (record_temp_file, [...]): Make non-static, so they can be called from ...Per Bothner2001-02-231-7/+3
* gcc.c: Add comment explaining how to add a command-line option.Jeffrey D. Oldham2001-02-211-1/+41
* gcc.c (cc1_options): Add "-param".Jeffrey Oldham2001-02-211-5/+7
* gcc.c (do_spec_1): 'n' for printing notices.Jan Hubicka2001-02-191-0/+16
* gcc.c (do_spec_1): Fix off-by-one error for '%M' case.Jeffrey Oldham2001-02-141-1/+1
* gcc.c (cpp_options): Delete .d files on error.Neil Booth2001-02-091-3/+4
* defaults.h (CPLUSPLUS_CPP_SPEC): New macro.Mark Mitchell2001-02-071-11/+24
* gcc.c (init_gcc_specs): New function.Mark Mitchell2001-02-021-7/+42
* * gcc.c (cpp_options): Added `*' to specs for -MF, -MQ, and -MT.Tom Tromey2001-01-161-1/+1
* gcc.c: Revert previous -fsyntax-only-related change; move to cp/g++spec.c.Phil Edwards2001-01-161-10/+1
* gcc.c: When -fsyntax-only is given, do not complain about unused libraries.Phil Edwards2001-01-161-1/+10
* cppinit.c (OPT_g): Remove.Neil Booth2001-01-101-1/+1
* gcc.c (cpp_options): Set MD file name from output filename, if specified.Nathan Sidwell2001-01-101-3/+44
* * gcc.c (process_command): Set switches[n_switches].ordering to 0.Mark Elbrecht2001-01-091-0/+1
* cppinit.c (init): Rename init_library.Neil Booth2001-01-081-0/+1
* c-lang.c (c_post_options): Call cpp_post_options.Neil Booth2001-01-071-1/+1
* Makefile.in (DRIVER_DEFINES): Define ENABLE_SHARED_LIBGCC and NO_SHARED_LIBGC...Richard Henderson2001-01-071-5/+100
* cpp.texi: Update for -MQ.Neil Booth2001-01-061-2/+2
* cpp.texi: Update for -MP.Neil Booth2001-01-051-1/+1
* cpp.texi: Update for -MT.Neil Booth2001-01-041-2/+2
* toplev.c (main): Call xmalloc_set_program_name.Richard Kenner2000-12-291-0/+2
* protoize.c (main): Correctly set locale categories.Philipp Thomas2000-12-171-0/+7
* gcc.c (cpp_options): Pass -fno-operator-names.Jakub Jelinek2000-12-151-1/+1
* gcc.c (cpp_options): Update to use '&'.Neil Booth2000-12-141-1/+1
* gcc.c (cpp_options): Update to use '&'.Neil Booth2000-12-141-18/+43
* * gcc.c (handle_braces): Handle %{<S*} spec correctly.Tom Tromey2000-12-131-1/+9
* gcc.c (default_compilers): Add suffixes .mi, .cp, .ii, .FOR and .FPP.Joseph Myers2000-12-011-5/+6