aboutsummaryrefslogtreecommitdiff
path: root/gcc/gcc.c
AgeCommit message (Expand)AuthorFilesLines
1998-06-29choose-temp.c (make_temp_file): Accept new argument for the file suffix to use.Jeffrey A Law1-2/+2
1998-06-29* Merge from gcc2 June 9, 1998 snapshot. See ChangeLog.13 forJeff Law1-1/+8
1998-06-28choose-temp.c (choose_temp_base): Restore original variant of this function f...Jeffrey A Law1-2/+7
1998-06-28Consolidate strerror handling, as well as getcwd/getwd.Kaveh R. Ghazi1-7/+1
1998-06-26choose-temp.c (choose_temp_base): Remove MPW bits.Jeffrey A Law1-0/+5
1998-06-25gcc.c (default_compilers): Use new | syntax to eliminate string concatenation.Dave Brolley1-8/+3
1998-06-22* gcc.c (handle_braces): Recognize | between options as an or.Richard Henderson1-32/+56
1998-06-10Integrate cpplib into the C and C++ front ends.Dave Brolley1-3/+44
1998-06-06One more typo.Per Bothner1-1/+1
1998-06-06Fixed typo: lang_specific_extra_ofiles -> lang_specific_extra_outfiles.Per Bothner1-1/+1
1998-06-05gcc.c (lang_specific_pre_link): New LANG_SPECIFIC_DRIVER function.Per Bothner1-5/+22
1998-05-17gcc.c (SWITCH_CURTAILS_COMPILATION): Definition.Nick Clifton1-2/+45
1998-05-07Fix specs file problem reported by Nathan Myers.Jim Wilson1-2/+2
1998-05-07Handle missing vfprintf() & _doprnt() functions with linked in modules,Kaveh R. Ghazi1-36/+1
1998-05-06c-common.c: Convert to using ctype macros defined in system.h.Kaveh R. Ghazi1-3/+3
1998-05-06Be more careful when including <time.h> and <sys/file.h> in system.h.Kaveh R. Ghazi1-5/+0
1998-04-20Fix i386-* failure that shows up as a cpp usage message.Jim Wilson1-2/+1
1998-04-20Fix warning when compiling g++.oMichael Meissner1-0/+4
1998-04-18Patches to make g++/g77 give useful error when no files are given.Jim Wilson1-3/+9
1998-04-08gcc.c (proces_command): Improve error message for -o with either -c or -S.Jeffrey A Law1-1/+1
1998-04-06gcc.c: Add linker spec.Bob Manson1-2/+16
1998-04-04* Check in merge from gcc2. See ChangeLog.11 and ChangeLog.12Jeff Law1-27/+69
1998-03-30gcc.c, cccp.c, cpplib.c, collect2.c (GET_ENVIRONMENT): Added.Stan Cox1-4/+8
1998-03-27Make GCC_EXEC_PREFIX work againMichael Meissner1-0/+15
1998-03-20Major cutover to using system.h:Kaveh R. Ghazi1-7/+6
1998-03-16Fix off by 1 error in handling multilibsMichael Meissner1-0/+3
1998-03-12aManfred Hollstein1-29/+29
1998-03-12aManfred Hollstein1-1/+7
1998-03-12c-decl (finish_struct): Change type of min_align to unsigned.Manfred Hollstein1-11/+10
1998-02-28I've backed out of including stat.h via system.h because stat.h can define...Kaveh R. Ghazi1-0/+1
1998-02-15gcc.c: Get system includes...Kaveh R. Ghazi1-55/+15
1998-02-07gcc.c: Include <strings.h>/<string.h>, <stdlib.h>, <unistd.h>, <fcntl.h>.Robert Lipe1-29/+26
1998-01-26flags.h: New flag (optimize_size).Anthony Green1-6/+11
1998-01-17pexecute.c (pexecute): New function for mingw32.Mumit Khan1-1/+1
1997-12-06Merge from gcc-2.8Jeff Law1-2/+6
1997-12-06m68k.c: Include tree.h for dwarf2out_cfi_label.Jeff Law1-1/+1
1997-11-02Update mainline egcs to gcc2 snapshot 971021.Jeff Law1-81/+134
1997-09-01cccp.c (sys_errlist): Remove special 4.4bsd declaration.Jeffrey A Law1-4/+0
1997-08-18Take out __EGCS__ and __EGCS_MINOR__.Jeff Law1-4/+0
1997-08-17gcc.c (default_compilers): Add __EGCS__ and __EGCS_MINOR__ predefines.Jeffrey A Law1-0/+4
1997-08-15version.c: Change the version string to look like...Jeffrey A Law1-60/+0
1997-08-11* Integrate tlink patch from jason@cygnus.comJeffrey A Law1-35/+62
1997-08-11Initial revisionmisc/cutover-egcs-1Jeff Law1-0/+60
1997-07-14(convert_filename): Fix typo.Richard Kenner1-1/+1
1997-07-13(process_command): If -save-temps and -pipe were specified together,Richard Kenner1-0/+3
1997-07-13gcc.c (main): Handle blank in version_string when comparing with compiler_ver...Doug Evans1-1/+11
1997-06-21Check for and read ${libdir}/gcc-lib/specs to override the default specs.Richard Kenner1-0/+12
1997-03-25Add %include, %include_noerr, %rename support to specsMichael Meissner1-124/+266
1997-03-18(init_spec): Delete parameter. Always initialize extra_specs.Jim Wilson1-19/+13
1997-02-15(set_spec): Fix comment-in-comment typo.Richard Kenner1-2/+0