diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-03-22 00:08:13 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-03-22 00:08:13 +0000 |
commit | 6476bad7689f416bb2401b5a5efc0326f01c766d (patch) | |
tree | 81b6071c5cdfd77410b5d9ebe185ee12363e0532 /gcc/config/i860/i860.h | |
parent | 51939c7828141675920b948e76b63d006a3608c9 (diff) | |
download | gcc-6476bad7689f416bb2401b5a5efc0326f01c766d.tar.gz |
�
* 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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@25890 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/i860/i860.h')
-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 4d3d2b5de01..0b0d3659e25 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 |