aboutsummaryrefslogtreecommitdiff
path: root/gcc/gcc.c
AgeCommit message (Expand)AuthorFilesLines
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
2000-11-25c-common.c: Remove USE_CPPLIB conditional inclusions.Neil Booth1-8/+1
2000-11-24* gcc.c (process_command): Use F_OK, not R_OK.Richard Kenner1-1/+1
2000-11-22gcc.c (validate_switches): Validate multiple switches named in '|' (or) expre...Neil Booth1-9/+19
2000-11-19gcc.c (process_command): Define 'j' variable when MODIFY_TARGET_NAME is defined.Zack Weinberg1-0/+1
2000-11-14New option --target-help.Chandra Chavva1-0/+45
2000-11-07* gcc.c (default_compilers) [@cpp-output]: Add -fpreprocessed.Richard Henderson1-1/+1
2000-11-03builtins.c (expand_builtin_strlen): Remove unused mode argument.Zack Weinberg1-1/+0
2000-11-03Use memset/memcmp instead of bzero/bcmp.Joseph Myers1-3/+3
2000-11-02* collect2.c (main, write_c_file_stat), gcc.c (translate_options,Joseph Myers1-9/+9
2000-10-20cppspec.c (DEFAULT_WORD_SWITCH_TAKES_ARG): Added -MF and -MT.Tom Tromey1-1/+2
2000-10-20* Use "because" instead of since in error messages.David Edelsohn1-3/+3
2000-10-05configure: Save configure arguments to gcc/configargs.h.Phil Edwards1-0/+5
2000-10-05gcc.c: Move data on prefixes forward in file and reorganize.Richard Kenner1-107/+114