From 7ede7ffb15ec597cca954de53bdfb0e458f30b50 Mon Sep 17 00:00:00 2001 From: Jeff Law Date: Sun, 21 Mar 1999 17:08:13 -0700 Subject: [PATCH] i860.h (TARGET_SWITCHES): Add documentation for default case. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit � * 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 --- gcc/config/i860/i860.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2