diff options
author | Jeff Law <law@gcc.gnu.org> | 1999-03-21 17:08:28 -0700 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1999-03-21 17:08:28 -0700 |
commit | c5a2aea7b3de4530e646e669bdc470e24e28defe (patch) | |
tree | b845354d152d8fb929c0afa74b56aad82ef2b7d4 | |
parent | 880b8fb80492bd012fa85b70988044933a1fc2d4 (diff) | |
download | gcc-c5a2aea7b3de4530e646e669bdc470e24e28defe.zip gcc-c5a2aea7b3de4530e646e669bdc470e24e28defe.tar.gz gcc-c5a2aea7b3de4530e646e669bdc470e24e28defe.tar.bz2 |
i860.h (TARGET_SWITCHES): Add documentation for default case.
�
* i860.h (TARGET_SWITCHES): Add documentation for default case.
* i860/paragon.h (TARGET_SWITCHES): Add documentation for default case.
* i370.h (TARGET_SWITCHES): Add documentation for default case.
* fx80.h (TARGET_SWITCHES): Add documentation for default case.
* elxsi.h (TARGET_SWITCHES): Add documentation for default case.
* clipper.h (TARGET_SWITCHES): Add documentation for default case.
* 1750a.h (TARGET_SWITCHES): Add documentation for default case.
* pa.h (TARGET_SWITCHES): Add documentation for default case.
(TARGET_OPTIONS): Likewise for default case.
* mn10300.h (TARGET_SWITCHES): Add documen for default casetation.
* h8300.h (TARGET_SWITCHES): Add documentation for default case.
From-SVN: r25893
-rw-r--r-- | gcc/config/h8300/h8300.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/h8300/h8300.h b/gcc/config/h8300/h8300.h index a5a82d4..4ee440a 100644 --- a/gcc/config/h8300/h8300.h +++ b/gcc/config/h8300/h8300.h @@ -110,7 +110,7 @@ extern int target_flags; {"h", 4096, "Generate H8/300H code"}, \ {"no-h", -4096, "Do not generate H8/300H code"}, \ {"align-300", 8192, "Use H8/300 alignment rules"}, \ - { "", TARGET_DEFAULT}} + { "", TARGET_DEFAULT, NULL}} /* Do things that must be done once at start up. */ |