diff options
author | Jeff Law <law@gcc.gnu.org> | 1999-03-21 17:08:17 -0700 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1999-03-21 17:08:17 -0700 |
commit | c5577f809481c4238fb866233f6af03cabf513bc (patch) | |
tree | 8140a975e28bbfe1919cc2a9a4926909fd64d144 /gcc | |
parent | 7ede7ffb15ec597cca954de53bdfb0e458f30b50 (diff) | |
download | gcc-c5577f809481c4238fb866233f6af03cabf513bc.zip gcc-c5577f809481c4238fb866233f6af03cabf513bc.tar.gz gcc-c5577f809481c4238fb866233f6af03cabf513bc.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: r25891
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/fx80/fx80.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/fx80/fx80.h b/gcc/config/fx80/fx80.h index 98307e9..3b5d580 100644 --- a/gcc/config/fx80/fx80.h +++ b/gcc/config/fx80/fx80.h @@ -118,7 +118,7 @@ extern int target_flags; { "nobitfield", -4, "Do not generate bitfield insns"}, \ { "short", 040, "Use 16bit integers"}, \ { "noshort", -040, "Use 32bit integers"}, \ - { "", TARGET_DEFAULT}} + { "", TARGET_DEFAULT, NULL}} /* target machine storage layout */ |