summaryrefslogtreecommitdiff
path: root/gcc/gcc.c
Commit message (Expand)AuthorAgeFilesLines
* * configure.in: new flags --with-ld and --with-as, equivalentoliva1998-09-281-1/+21
* Use GET_ENV_PATH_LIST for GCC_EXEC_PREFIX too. My goof, not Felix's.law1998-09-211-1/+1
* * c-lex.c (init_lex): Use getenv ("LANG"), not GET_ENVIRONMENT ().law1998-09-211-6/+6
* * Makefile.in (LIBS): Link in libiberty.a.law1998-09-201-3/+3
* * gcc.c (do_spec_1): [case 'o'] Account fortromey1998-09-041-7/+19
* * system.h: Include stdarg.h/varargs.h, make sure they are orderedghazi1998-08-261-6/+0
* dlaw1998-07-281-27/+54
* * gcc.c (do_spec): Call "error" not "warning".law1998-07-211-1/+1
* Tue Jul 21 00:31:01 1998 Jeffrey A Law (law@cygnus.com)law1998-07-201-16/+57
* 8law1998-07-161-1/+1
* Improve --help support.nickc1998-07-141-26/+56
* 8law1998-07-131-4/+15
* * i386/i386.h (CPP_486_SPEC, CPP_586_SPEC, CPP_686_SPEC): New specs.law1998-07-131-56/+16
* Add --help option.nickc1998-07-131-42/+147
* * choose-temp.c (make_temp_file): Accept new argument for thelaw1998-06-301-2/+2
* * Merge from gcc2 June 9, 1998 snapshot. See ChangeLog.13 forlaw1998-06-291-1/+8
* * choose-temp.c (choose_temp_base): Restore original variant oflaw1998-06-281-2/+7
* Consolidate strerror handling, as well as getcwd/getwd.ghazi1998-06-281-7/+1
* * choose-temp.c (choose_temp_base): Remove MPW bits. Use mkstemplaw1998-06-271-0/+5
* Thu Jun 25 11:12:29 1998 Dave Brolley <brolley@cygnus.com>brolley1998-06-251-8/+3
* * gcc.c (handle_braces): Recognize | between options as an or.rth1998-06-221-32/+56
* Integrate cpplib into the C and C++ front ends.brolley1998-06-101-3/+44
* One more typo.bothner1998-06-061-1/+1
* bothner1998-06-061-1/+1
* `bothner1998-06-051-5/+22
* * gcc.c (SWITCH_CURTAILS_COMPILATION): Definition.law1998-05-171-2/+45
* Fix specs file problem reported by Nathan Myers.wilson1998-05-071-2/+2
* Handle missing vfprintf() & _doprnt() functions with linked in modules,ghazi1998-05-071-36/+1
* * c-common.c: Convert to using ctype macros defined in system.h.ghazi1998-05-061-3/+3
* Be more careful when including <time.h> and <sys/file.h> in system.h.ghazi1998-05-061-5/+0
* Fix i386-* failure that shows up as a cpp usage message.wilson1998-04-201-2/+1
* Fix warning when compiling g++.omeissner1998-04-201-0/+4
* Patches to make g++/g77 give useful error when no files are given.wilson1998-04-181-3/+9
* * gcc.c (proces_command): Improve error message for -o withlaw1998-04-081-1/+1
* * gcc.c: Add linker spec.law1998-04-061-2/+16
* * Check in merge from gcc2. See ChangeLog.11 and ChangeLog.12law1998-04-041-27/+69
* gcc.c, cccp.c, cpplib.c, collect2.c (GET_ENVIRONMENT): Added.scox1998-03-301-4/+8
* Make GCC_EXEC_PREFIX work againmeissner1998-03-271-0/+15
* Major cutover to using system.h:ghazi1998-03-201-7/+6
* Fix off by 1 error in handling multilibsmeissner1998-03-161-0/+3
* amanfred1998-03-121-29/+29
* amanfred1998-03-121-1/+7
* dmanfred1998-03-121-11/+10
* I've backed out of including stat.h via system.h because stat.h canghazi1998-02-281-0/+1
* * gcc.c: Get system includes, prototypes and macros via "system.h"law1998-02-151-55/+15
* * gcc.c: Include <strings.h>/<string.h>, <stdlib.h>, <unistd.h>,law1998-02-071-29/+26
* * flags.h: New flag (optimize_size).law1998-01-261-6/+11
* * pexecute.c (pexecute): New function for mingw32. Supports pipes.law1998-01-171-1/+1
* Merge from gcc-2.8law1997-12-071-2/+6
* * m68k.c: Include tree.h for dwarf2out_cfi_label.law1997-12-061-1/+1