From: Tom Tromey Date: Tue, 20 Oct 1998 17:02:48 +0000 (+0000) Subject: * gcc.c (option_map): Added --classpath and --CLASSPATH. X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=645278bcacc3d0c8a0a8edfd60619bf496e5492b;p=platform%2Fupstream%2Fgcc.git * gcc.c (option_map): Added --classpath and --CLASSPATH. From-SVN: r23203 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 89bdf96..4177045 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +Mon Oct 19 16:34:05 1998 Tom Tromey + + * gcc.c (option_map): Added --classpath and --CLASSPATH. + Tue Oct 20 10:59:02 1998 Gavin Romig-Koch * regclass.c (fix_register): Add error message. @@ -146,7 +150,6 @@ Sat Oct 17 23:18:08 1998 Kaveh R. Ghazi * toplev.c (check_lang_option): Cast the result of `strlen' to `int' when comparing against one. ->>>>>>> 1.2327 Sat Oct 17 13:09:09 1998 Graham * gcse.c (dump_cuid_table): Correct typo. @@ -336,6 +339,7 @@ Fri Oct 16 15:26:24 1998 Dave Brolley * c-lex.c (yylex): Fix unaligned access of wchar_t. >>>>>>> 1.2326 +>>>>>>> 1.2342 Fri Oct 16 10:47:53 1998 Nick Clifton * config/arm/arm.h (TARGET_SWITCHES): Add --help documentation. diff --git a/gcc/gcc.c b/gcc/gcc.c index 47a2362..1e95b04 100644 --- a/gcc/gcc.c +++ b/gcc/gcc.c @@ -852,6 +852,8 @@ struct option_map option_map[] = {"--ansi", "-ansi", 0}, {"--assemble", "-S", 0}, {"--assert", "-A", "a"}, + {"--classpath", "-fclasspath=", "aj"}, + {"--CLASSPATH", "-fCLASSPATH=", "aj"}, {"--comments", "-C", 0}, {"--compile", "-c", 0}, {"--debug", "-g", "oj"},