| Commit message (Expand) | Author | Age | Files | Lines |
* | include: | ghazi | 2001-09-17 | 1 | -6/+1 |
* | * collect2.c (main): Const-ification. | ghazi | 2001-09-15 | 1 | -16/+4 |
* | * c-parse.in (yyerror): Const-ification and/or static-ization. | ghazi | 2001-09-13 | 1 | -1/+1 |
* | * c-common.c (c_tree_code_name): Const-ification. | ghazi | 2001-09-12 | 1 | -8/+9 |
* | * gcc.c: (process_command) Add parentheses around assignment | rsandifo | 2001-09-05 | 1 | -2/+2 |
* | 2001-08-31 Eric Christopher <echristo@redhat.com> | echristo | 2001-09-01 | 1 | -1/+1 |
* | * emit-rtl.c: Use VA_OPEN/VA_CLOSE/VA_FIXEDARG throughout. | aj | 2001-08-27 | 1 | -33/+9 |
* | * gcc.c (struct prefix_list): Change prefix to const char *. | kraai | 2001-08-22 | 1 | -1/+1 |
* | * Makefile.in, alias.c, basic-block.h, bb-reorder.c, bitmap.c, | gerald | 2001-08-22 | 1 | -12/+12 |
* | * gcc.c (make_relative_prefix): Allocate a sufficiently large | kraai | 2001-08-20 | 1 | -2/+6 |
* | * cppinit.c (init_standard_includes): The returned buffer | neil | 2001-08-20 | 1 | -1/+1 |
* | * gcc.c (init_spec): Revert last patch by Theodore Papadopoulo, | aj | 2001-08-13 | 1 | -1/+1 |
* | * dwarf2out.c (output_cfa_loc): Fix typo in comment. | aj | 2001-08-13 | 1 | -1/+1 |
* | * gcc.c: Fix comment formatting. | kazu | 2001-08-12 | 1 | -4/+4 |
* | Revert Rainer Orth's Java and gcc.c patch. | dje | 2001-08-12 | 1 | -61/+48 |
* | * gcc.c (set_collect_gcc_options): New function, split out from | ro | 2001-08-02 | 1 | -48/+61 |
* | * gcc.c (TARGET_OPTION_TRANSLATE_TABLE): New. | dj | 2001-07-05 | 1 | -1/+64 |
* | * gcc.c (process_command): Don't assign elements of a const char*. | ghazi | 2001-07-04 | 1 | -3/+5 |
* | Append a DIR_SEPARATOR to a path specified by the -B switch, if doing so would | nickc | 2001-06-30 | 1 | -23/+42 |
* | * toplev.c (independent_decode_option): Require `=' between | aoliva | 2001-06-10 | 1 | -1/+1 |
* | Minor whitespace edits | kenner | 2001-06-04 | 1 | -1/+2 |
* | * gcc.c (init_gcc_specs): When linking against libgcc_s.so, | rth | 2001-05-31 | 1 | -3/+3 |
* | * gcc.c (do_spec_1): In `%O' case, if we computed saved_suffix, | tromey | 2001-05-30 | 1 | -2/+9 |
* | Changes needed for java/jvspec.c | bothner | 2001-05-18 | 1 | -2/+2 |
* | * gcc.c (give_switch): Don't write before start of string. | nathan | 2001-05-16 | 1 | -5/+5 |
* | * configure.in (gcc_cv_as_eh_frame): New test. | rth | 2001-05-15 | 1 | -0/+9 |
* | * tm.texi (THREAD_MODEL_SPEC): Document it. | aoliva | 2001-05-13 | 1 | -1/+14 |
* | * gcc.c (cpp_options): Define __NO_INLINE__ unless we are honoring | jakub | 2001-05-05 | 1 | -1/+1 |
* | * alpha.h: NULL_PTR -> NULL. | ghazi | 2001-05-04 | 1 | -24/+24 |
* | * bitmap.c: Change NULL_PTR to NULL or "(rtx*)0". | ghazi | 2001-05-01 | 1 | -81/+80 |
* | * c-aux-info.c: NULL_PTR->NULL in calls to `concat'. | ghazi | 2001-04-29 | 1 | -24/+23 |
* | * gcc.c (process_command): Allow -l lib in addition to -llib | gerald | 2001-04-28 | 1 | -0/+14 |
* | * configure.in (configargs.h): Define thread_model. | aoliva | 2001-04-26 | 1 | -0/+2 |
* | * config/alpha/vms.h: Change OBJECT_SUFFIX and EXECUTABLE_SUFFIX | dj | 2001-04-19 | 1 | -27/+35 |
* | * configure.in: Don't check for putenv. | ghazi | 2001-04-02 | 1 | -54/+0 |
* | * gcc.c (init_gcc_specs): Fix comment. | tromey | 2001-03-20 | 1 | -1/+1 |
* | more rigorous SIGCHLD guarding | korbb | 2001-03-16 | 1 | -0/+5 |
* | back out the 3-0 branch version | korbb | 2001-03-08 | 1 | -36/+75 |
* | fix SIGCHLD handling | korbb | 2001-03-08 | 1 | -75/+36 |
* | fix SIGCHLD handling | korbb | 2001-03-08 | 1 | -0/+3 |
* | * gcc.c (convert_filename): Append executable suffix | lauras | 2001-03-04 | 1 | -1/+1 |
* | * gcc.c, cp/lang-specs.h, f/lang-specs.h, java/lang-specs.h, | zack | 2001-03-02 | 1 | -23/+24 |
* | * gcc.c (record_temp_file, pfatal_with_name, error): Make non-static, | bothner | 2001-02-24 | 1 | -7/+3 |
* | 2001-02-21 Jeffrey D. Oldham <oldham@codesourcery.com> | oldham | 2001-02-21 | 1 | -1/+41 |
* | 2001-02-21 Jeffrey Oldham <oldham@codesourcery.com> | oldham | 2001-02-21 | 1 | -5/+7 |
* | * gcc.c (do_spec_1): 'n' for printing notices. | hubicka | 2001-02-19 | 1 | -0/+16 |
* | 2001-02-14 Jeffrey Oldham <oldham@codesourcery.com> | oldham | 2001-02-14 | 1 | -1/+1 |
* | * gcc.c (cpp_options): Delete .d files on error. Don't delete | neil | 2001-02-09 | 1 | -3/+4 |
* | * defaults.h (CPLUSPLUS_CPP_SPEC): New macro. | mmitchel | 2001-02-07 | 1 | -11/+24 |
* | * gcc.c (init_gcc_specs): New function. Make -shared-libgcc | mmitchel | 2001-02-02 | 1 | -7/+42 |