diff options
author | Jeffrey A Law <law@cygnus.com> | 1999-03-18 21:50:09 +0000 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1999-03-18 14:50:09 -0700 |
commit | b5daeaa8720f4b0514b734b00e7b525dd1787abf (patch) | |
tree | 6af9bf34fd115ef127c5ed8fe9a36535dc491dee /gcc | |
parent | 49c16ccfb2351f0a531c7f6b38f5364da9c230d1 (diff) | |
download | gcc-b5daeaa8720f4b0514b734b00e7b525dd1787abf.zip gcc-b5daeaa8720f4b0514b734b00e7b525dd1787abf.tar.gz gcc-b5daeaa8720f4b0514b734b00e7b525dd1787abf.tar.bz2 |
* clipper.h (TARGET_SWITCHES): Add documentation.
From-SVN: r25847
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 1 | ||||
-rw-r--r-- | gcc/config/clipper/clipper.h | 4 |
2 files changed, 3 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 5871a10..5b29d47 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 666e96d..52720c5 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 |