From b5daeaa8720f4b0514b734b00e7b525dd1787abf Mon Sep 17 00:00:00 2001 From: Jeffrey A Law Date: Thu, 18 Mar 1999 21:50:09 +0000 Subject: [PATCH] * clipper.h (TARGET_SWITCHES): Add documentation. From-SVN: r25847 --- gcc/ChangeLog | 1 + gcc/config/clipper/clipper.h | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 5871a1069aa..5b29d4728ff 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,6 @@ Thu Mar 18 22:28:53 1999 Jeffrey A Law (law@cygnus.com) + * clipper.h (TARGET_SWITCHES): Add documentation. * 1750a.h (TARGET_SWITCHES): Add documentation. * pa.h (TARGET_SWITCHES): Add documentation. (TARGET_OPTIONS): Likewise. diff --git a/gcc/config/clipper/clipper.h b/gcc/config/clipper/clipper.h index 666e96d1061..52720c5a285 100644 --- a/gcc/config/clipper/clipper.h +++ b/gcc/config/clipper/clipper.h @@ -39,8 +39,8 @@ extern int target_flags; An empty string NAME is used to identify the default VALUE. */ #define TARGET_SWITCHES \ - { { "c400", 1 }, \ - { "c300", -1 }, \ + { { "c400", 1, "Generate code for the C400" }, \ + { "c300", -1, "Generate code for the C300" }, \ { "", TARGET_DEFAULT} } #define TARGET_C400 1 -- 2.30.2