From c5a2aea7b3de4530e646e669bdc470e24e28defe Mon Sep 17 00:00:00 2001 From: Jeff Law Date: Sun, 21 Mar 1999 17:08:28 -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: r25893 --- gcc/config/h8300/h8300.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/config/h8300/h8300.h b/gcc/config/h8300/h8300.h index a5a82d4a983..4ee440ac58d 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. */ -- 2.30.2