diff options
author | Jeff Law <law@gcc.gnu.org> | 1999-03-21 17:08:13 -0700 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1999-03-21 17:08:13 -0700 |
commit | 7ede7ffb15ec597cca954de53bdfb0e458f30b50 (patch) | |
tree | 81b6071c5cdfd77410b5d9ebe185ee12363e0532 /gcc | |
parent | 40b4c53dabc8d765e0fd9c214b91a7c4031ca162 (diff) | |
download | gcc-7ede7ffb15ec597cca954de53bdfb0e458f30b50.zip gcc-7ede7ffb15ec597cca954de53bdfb0e458f30b50.tar.gz gcc-7ede7ffb15ec597cca954de53bdfb0e458f30b50.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: r25890
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/i860/i860.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/i860/i860.h b/gcc/config/i860/i860.h index 4d3d2b5..0b0d365 100644 --- a/gcc/config/i860/i860.h +++ b/gcc/config/i860/i860.h @@ -55,7 +55,7 @@ extern int target_flags; { {"xp", 1, "Generate code which uses the FPU"}, \ {"noxp", -1, "Do not generate code which uses the FPU"}, \ {"xr", -1, "Do not generate code which uses the FPU"}, \ - { "", TARGET_DEFAULT}} + { "", TARGET_DEFAULT, NULL}} #define TARGET_DEFAULT 0 |