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