aboutsummaryrefslogtreecommitdiff
path: root/gcc/gcc.c
AgeCommit message (Expand)AuthorFilesLines
1998-12-11cccp.c: Do not #include <sys/stat.h> here; this is already done by "system.h".Manfred Hollstein1-1/+0
1998-12-08c-decl.c (flag_isoc9x): Default off.Richard Henderson1-10/+10
1998-12-07[multiple changes]Dave Brolley1-1/+1
1998-12-01c-common.c (declare_function_name): Declare predefinied variable `__func__'.Ulrich Drepper1-18/+23
1998-11-27system.h: Include libiberty.h.Kaveh R. Ghazi1-75/+7
1998-11-25* gcc.c (option_map): Recognize --output-class-directory.Tom Tromey1-0/+1
1998-11-25gcc.c: Split out Objective-C specs to...Zack Weinberg1-27/+4
1998-11-23cccp.c (S_ISREG, S_ISDIR): Delete defines.Melissa O'Neill1-10/+0
1998-11-19configure.in: Don't do AC_CHECK_HEADERS(wait.h sys/wait.h).Kaveh R. Ghazi1-13/+0
1998-11-12Jumbo patch from Geoff Noer to rename CYGWIN32 to CYGWIN.Geoffrey Noer1-1/+1
1998-11-08gansidecl.h: Prepend a "G" to the macro wrapping this file (to distinguish it...Kaveh R. Ghazi1-7/+7
1998-11-07configure.in (host_xm_file, [...]): Arrange to include gansidecl.h in {ht}con...Kaveh R. Ghazi1-1/+0
1998-11-02configure.in: Call AC_FUNC_VFORK.Kaveh R. Ghazi1-4/+0
1998-10-28Makefile.in (cc1): Put C_OBJS, and thence @extra_c_objs@ last.Richard Henderson1-0/+6
1998-10-28Warning fixes:Kaveh R. Ghazi1-2/+19
1998-10-20* gcc.c (option_map): Added --classpath and --CLASSPATH.Tom Tromey1-0/+2
1998-10-14Add ATTRIBUTE_NORETURN in a bunch of places:Kaveh R. Ghazi1-4/+4
1998-10-14Warning fixes:Kaveh R. Ghazi1-16/+20
1998-10-09flow.c (print_rtl_with_bb): Changed type of in_bb_p to match use.Graham Stott1-6/+6
1998-09-28configure.in: new flags --with-ld and --with-as...Alexandre Oliva1-1/+21
1998-09-20Use GET_ENV_PATH_LIST for GCC_EXEC_PREFIX too. My goof, not Felix's.Jeff Law1-1/+1
1998-09-20c-lex.c (init_lex): Use getenv ("LANG"), not GET_ENVIRONMENT ().Felix Lee1-6/+6
1998-09-20Makefile.in (LIBS): Link in libiberty.a.Per Bothner1-3/+3
1998-09-04gcc.c (do_spec_1): [case 'o'] Account for lang_specific_extra_outfiles.Tom Tromey1-7/+19
1998-08-26system.h: Include stdarg.h/varargs.h...Kaveh R. Ghazi1-6/+0
1998-07-28gcc.c: Fix commentary describing %g, %u, %U, and %O.Craig Burley1-27/+54
1998-07-21gcc.c (do_spec): Call "error" not "warning".Jeffrey A Law1-1/+1
1998-07-20gcc.c (do_spec): Issue a warning for '%[]' usage.Jeffrey A Law1-16/+57
1998-07-16gcc.c (do_spec_1): Cope with %g/%u/%U options which do not have a suffix.Nick Clifton1-1/+1
1998-07-14Improve --help support.Nick Clifton1-26/+56
1998-07-13gcc.c (do_spec_1): Fix %O handling for secure temporary file creation.Weiwen Liu1-4/+15
1998-07-13i386.h (CPP_486_SPEC, [...]): New specs.Jim Wilson1-56/+16
1998-07-13Add --help option.Nick Clifton1-42/+147
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