aboutsummaryrefslogtreecommitdiff
path: root/gcc/cppspec.c
AgeCommit message (Expand)AuthorFilesLines
2003-07-19alias.c [...]: Remove unnecessary casts.Kaveh R. Ghazi1-1/+1
2003-06-17* cpplib.h, cpphash.h, cppcharset.c, cpperror.c, cppexp.cZack Weinberg1-5/+3
2003-03-11Makefile.in: Update.Neil Booth1-9/+1
2003-03-10gcc.c (DEFAULT_SWITCH_TAKES_ARG): Remove.Devang Patel1-22/+0
2002-12-16Merge basic-improvements-branch to trunkZack Weinberg1-0/+2
2002-11-19gcc.c (The Specs Language): Document spec functions.Jason Thorpe1-0/+6
2002-05-22cpperror.c: Fix formatting.Kazu Hirata1-4/+4
2001-12-04cppspec.c (lang_specific_driver): Set is_cpp_driver.Neil Booth1-0/+3
2001-08-22Makefile.in, [...]: replace "GNU CC" with "GCC".Lars Brinkhoff1-12/+12
2001-08-01alias.c: Fix comment formatting.Kazu Hirata1-7/+7
2001-01-11* cppspec.c (DEFAULT_WORD_SWITCH_TAKES_ARG): Add -MQ.Neil Booth1-1/+1
2000-10-20cppspec.c (DEFAULT_WORD_SWITCH_TAKES_ARG): Added -MF and -MT.Tom Tromey1-1/+2
2000-08-02gcc.h (lang_specific_driver): Constify second argument.Zack Weinberg1-7/+5
2000-08-02cppexp.c, [...]: Do not use 'legal' or 'illegal' in error messages and comments.Zack Weinberg1-1/+1
2000-07-04cppspec.c (lang_specific_driver): Use double quotes in error message.Zack Weinberg1-1/+1
1999-09-13Fix typo in last change.Kaveh Ghazi1-1/+1
1999-09-13Makefile.in (gcc.o, [...]): Depend on gcc.h.Kaveh R. Ghazi1-9/+11
1999-08-24cppspec.c: Put a null pointer at the end of the new argv.Zack Weinberg1-2/+4
1999-06-07cpplib.c (do_define): Cast `alloca' return value.Dave Brolley1-1/+1
1999-05-17cppspec.c: Insert -no-gcc into command line unless -gcc was given by user.Zack Weinberg1-1/+9
1999-05-10cppspec.c: Treat two non-option arguments as input and output file.Dave Brolley1-72/+73
1999-04-06cppexp.c (parse_charconst): Initialize c.Zack Weinberg1-1/+1
1999-03-26Makefile.in (xcpp, cppspec.o): New targets.Zack Weinberg1-0/+225