Age | Commit message (Expand) | Author | Files | Lines |
1997-11-02 | Update mainline egcs to gcc2 snapshot 971021. | Jeff Law | 1 | -81/+134 |
1997-09-01 | cccp.c (sys_errlist): Remove special 4.4bsd declaration. | Jeffrey A Law | 1 | -4/+0 |
1997-08-18 | Take out __EGCS__ and __EGCS_MINOR__. | Jeff Law | 1 | -4/+0 |
1997-08-17 | gcc.c (default_compilers): Add __EGCS__ and __EGCS_MINOR__ predefines. | Jeffrey A Law | 1 | -0/+4 |
1997-08-15 | version.c: Change the version string to look like... | Jeffrey A Law | 1 | -60/+0 |
1997-08-11 | * Integrate tlink patch from jason@cygnus.com | Jeffrey A Law | 1 | -35/+62 |
1997-08-11 | Initial revisionmisc/cutover-egcs-1 | Jeff Law | 1 | -0/+60 |
1997-07-14 | (convert_filename): Fix typo. | Richard Kenner | 1 | -1/+1 |
1997-07-13 | (process_command): If -save-temps and -pipe were specified together, | Richard Kenner | 1 | -0/+3 |
1997-07-13 | gcc.c (main): Handle blank in version_string when comparing with compiler_ver... | Doug Evans | 1 | -1/+11 |
1997-06-21 | Check for and read ${libdir}/gcc-lib/specs to override the default specs. | Richard Kenner | 1 | -0/+12 |
1997-03-25 | Add %include, %include_noerr, %rename support to specs | Michael Meissner | 1 | -124/+266 |
1997-03-18 | (init_spec): Delete parameter. Always initialize extra_specs. | Jim Wilson | 1 | -19/+13 |
1997-02-15 | (set_spec): Fix comment-in-comment typo. | Richard Kenner | 1 | -2/+0 |
1997-02-15 | (process_command): Allocate space for terminating null. | Richard Kenner | 1 | -1/+1 |
1997-02-01 | (process_command): Fix improper use of strncpy. | Richard Kenner | 1 | -3/+3 |
1997-01-16 | Fix typo. | Michael Meissner | 1 | -3/+3 |
1997-01-16 | Cleanup specs support | Michael Meissner | 1 | -193/+115 |
1996-12-07 | (handle_braces): Rework last change. | Richard Kenner | 1 | -15/+8 |
1996-12-07 | (give_switch): Add new arg, INCLUDE_BLANKS. | Richard Kenner | 1 | -8/+28 |
1996-12-07 | Makefile.in (DRIVER_DEFINES): New macro, with the macro definitions for the d... | Brendan Kehoe | 1 | -0/+5 |
1996-11-12 | (exit): If VMS, define as __posix_exit. | Richard Kenner | 1 | -3/+7 |
1996-10-29 | Add -specs support | Michael Meissner | 1 | -1/+52 |
1996-10-09 | (default_compilers): -ansi no longer implies -$ to cpp. | Richard Kenner | 1 | -4/+4 |
1996-10-01 | (used_arg): When call xmalloc for mswitches, pass 1 if | Jim Wilson | 1 | -2/+7 |
1996-09-27 | (do_spec_1): Allow -A in %[Spec]. | Stan Cox | 1 | -5/+9 |
1996-09-24 | (used_arg): Fix multilib_matches parsing to not corrupt entry parameter. | Richard Kenner | 1 | -2/+2 |
1996-09-16 | (link_command_spec): Move -T options to end of link command | Jim Wilson | 1 | -4/+8 |
1996-09-14 | (convert_filename): Don't start looking for '.' until after last | Richard Kenner | 1 | -1/+5 |
1996-09-14 | (HAVE_EXECUTABLE_SUFFIX): New macro. | Richard Kenner | 1 | -15/+54 |
1996-08-18 | gcc.c: Change ifndef _WIN32 to ifndef NO_SYS_FILE_H when... | Doug Evans | 1 | -2/+2 |
1996-08-13 | mp/load version # in specs file so __GNUC_MINOR__ will be correct | Michael Meissner | 1 | -0/+3 |
1996-08-12 | Fix typo | Michael Meissner | 1 | -1/+1 |
1996-08-12 | Speed up genmultilib; Add MULTIB_EXTRA_OPTS | Michael Meissner | 1 | -26/+160 |
1996-07-18 | (default_compilers): Extra Fortran extensions. | Richard Kenner | 1 | -1/+2 |
1996-07-03 | formatting tweaks | Mike Stump | 1 | -25/+27 |
1996-07-03 | (default_compilers): Add null entries for languages we heard of. | Richard Kenner | 1 | -0/+12 |
1996-06-26 | gcc.c (PEXECUTE_VERBOSE): Define. | Doug Evans | 1 | -4/+6 |
1996-06-13 | * gcc.c (pfatal_pexecute): Delete code to check errno < sys_nerr. | Doug Evans | 1 | -14/+2 |
1996-06-10 | gcc.c (_WIN32): Don't include process.h or declare spawnv{,p}. | Doug Evans | 1 | -221/+48 |
1996-06-10 | gcc.c (do_spec_1): Allow leading text in version string. | Doug Evans | 1 | -11/+20 |
1996-06-07 | (MULTILIB_SELECT): Delete definition. | Jim Wilson | 1 | -11/+21 |
1996-05-27 | (MSDOS pexecute): Call xmalloc, not malloc. | Doug Evans | 1 | -1/+1 |
1996-04-15 | gcc.c: #include "gansidecl.h". | Doug Evans | 1 | -177/+90 |
1996-03-24 | (process_command): Instead of hardcoding non-empty switches_need_spaces to tu... | Richard Kenner | 1 | -6/+10 |
1996-02-13 | (DEFAULT_SWITCH_TAKES_ARG): New macro, from SWITCH_TAKES_ARG. | Richard Kenner | 1 | -2/+4 |
1996-01-31 | (warn_std_ptr): Initialize with 0 instead of NULL_PTR. | Richard Kenner | 1 | -1/+1 |
1996-01-18 | EXTRA_SPECS addition | Michael Meissner | 1 | -0/+51 |
1996-01-17 | gcc.c (process_command): New local lang_n_files, and use it in test of -c wit... | Doug Evans | 1 | -10/+14 |
1996-01-16 | (do_spec_1, case 'W'): Rename local `index' to `cur_index' to avoid warning | Doug Evans | 1 | -2/+2 |