aboutsummaryrefslogtreecommitdiff
path: root/gcc/gcc.c
AgeCommit message (Expand)AuthorFilesLines
2001-06-03Minor whitespace editsRichard Kenner1-1/+2
2001-05-31gcc.c (init_gcc_specs): When linking against libgcc_s.so, also link against l...Richard Henderson1-3/+3
2001-05-30gcc.c (do_spec_1): In `%O' case, if we computed saved_suffix, use it in the n...Tom Tromey1-2/+9
2001-05-18Changes needed for java/jvspec.cPer Bothner1-2/+2
2001-05-16gcc.c (give_switch): Don't write before start of string.Jakub Jelinek1-5/+5
2001-05-14configure.in (gcc_cv_as_eh_frame): New test.Richard Henderson1-0/+9
2001-05-13tm.texi (THREAD_MODEL_SPEC): Document it.Alexandre Oliva1-1/+14
2001-05-05gcc.c (cpp_options): Define __NO_INLINE__ unless we are honoring "inline" key...Jakub Jelinek1-1/+1
2001-05-04alpha.h: NULL_PTR -> NULL.Kaveh R. Ghazi1-24/+24
2001-05-01bitmap.c: Change NULL_PTR to NULL or "(rtx*)0".Kaveh R. Ghazi1-81/+80
2001-04-29c-aux-info.c: NULL_PTR->NULL in calls to `concat'.Kaveh R. Ghazi1-24/+23
2001-04-28re PR c/2347 (gcc does not accept "-l m" as POSIX permits (wants -lm))Jens Schweikhardt1-0/+14
2001-04-26configure.in (configargs.h): Define thread_model.Alexandre Oliva1-0/+2
2001-04-19vms.h: Change OBJECT_SUFFIX and EXECUTABLE_SUFFIX to TARGET_OBJECT_SUFFIX and...DJ Delorie1-27/+35
2001-04-02configure.in: Don't check for putenv.Kaveh R. Ghazi1-54/+0
2001-03-20* gcc.c (init_gcc_specs): Fix comment.Tom Tromey1-1/+1
2001-03-16more rigorous SIGCHLD guardingBruce Korb1-0/+5
2001-03-08back out the 3-0 branch versionBruce Korb1-36/+75
2001-03-08fix SIGCHLD handlingBruce Korb1-75/+36
2001-03-08fix SIGCHLD handlingBruce Korb1-0/+3
2001-03-04gcc.c (convert_filename): Append executable suffix if NO_AUTO_EXE_SUFFIX is n...Laurynas Biveinis1-1/+1
2001-03-02gcc.c, [...]: Add zero initializer for cpp_spec field to all array elements.Zack Weinberg1-23/+24
2001-02-23gcc.c (record_temp_file, [...]): Make non-static, so they can be called from ...Per Bothner1-7/+3
2001-02-21gcc.c: Add comment explaining how to add a command-line option.Jeffrey D. Oldham1-1/+41
2001-02-21gcc.c (cc1_options): Add "-param".Jeffrey Oldham1-5/+7
2001-02-19gcc.c (do_spec_1): 'n' for printing notices.Jan Hubicka1-0/+16
2001-02-14gcc.c (do_spec_1): Fix off-by-one error for '%M' case.Jeffrey Oldham1-1/+1
2001-02-09gcc.c (cpp_options): Delete .d files on error.Neil Booth1-3/+4
2001-02-07defaults.h (CPLUSPLUS_CPP_SPEC): New macro.Mark Mitchell1-11/+24
2001-02-02gcc.c (init_gcc_specs): New function.Mark Mitchell1-7/+42
2001-01-16* gcc.c (cpp_options): Added `*' to specs for -MF, -MQ, and -MT.Tom Tromey1-1/+1
2001-01-16gcc.c: Revert previous -fsyntax-only-related change; move to cp/g++spec.c.Phil Edwards1-10/+1
2001-01-16gcc.c: When -fsyntax-only is given, do not complain about unused libraries.Phil Edwards1-1/+10
2001-01-10cppinit.c (OPT_g): Remove.Neil Booth1-1/+1
2001-01-10gcc.c (cpp_options): Set MD file name from output filename, if specified.Nathan Sidwell1-3/+44
2001-01-09* gcc.c (process_command): Set switches[n_switches].ordering to 0.Mark Elbrecht1-0/+1
2001-01-08cppinit.c (init): Rename init_library.Neil Booth1-0/+1
2001-01-07c-lang.c (c_post_options): Call cpp_post_options.Neil Booth1-1/+1
2001-01-07Makefile.in (DRIVER_DEFINES): Define ENABLE_SHARED_LIBGCC and NO_SHARED_LIBGC...Richard Henderson1-5/+100
2001-01-06cpp.texi: Update for -MQ.Neil Booth1-2/+2
2001-01-05cpp.texi: Update for -MP.Neil Booth1-1/+1
2001-01-04cpp.texi: Update for -MT.Neil Booth1-2/+2
2000-12-29toplev.c (main): Call xmalloc_set_program_name.Richard Kenner1-0/+2
2000-12-17protoize.c (main): Correctly set locale categories.Philipp Thomas1-0/+7
2000-12-15gcc.c (cpp_options): Pass -fno-operator-names.Jakub Jelinek1-1/+1
2000-12-14gcc.c (cpp_options): Update to use '&'.Neil Booth1-1/+1
2000-12-14gcc.c (cpp_options): Update to use '&'.Neil Booth1-18/+43
2000-12-13* gcc.c (handle_braces): Handle %{<S*} spec correctly.Tom Tromey1-1/+9
2000-12-01gcc.c (default_compilers): Add suffixes .mi, .cp, .ii, .FOR and .FPP.Joseph Myers1-5/+6
2000-11-28system.h (IS_DIR_SEPARATOR): Use uppercase macro name.Richard Kenner1-18/+8