diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-03-18 21:50:09 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-03-18 21:50:09 +0000 |
commit | 00c65ddc166096c57b6b05dd4d844d4600ec8f62 (patch) | |
tree | 6af9bf34fd115ef127c5ed8fe9a36535dc491dee /gcc | |
parent | 89f4837f11a2d5e1346a44ffb5dcf6c0d6ba6925 (diff) | |
download | gcc-00c65ddc166096c57b6b05dd4d844d4600ec8f62.tar.gz |
* clipper.h (TARGET_SWITCHES): Add documentation.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@25847 138bc75d-0d04-0410-961f-82ee72b054a4
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 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 |