(OVERRIDE_OPTIONS): Clean up comment.
authorDoug Evans <dje@gnu.org>
Thu, 11 Jan 1996 17:22:46 +0000 (17:22 +0000)
committerDoug Evans <dje@gnu.org>
Thu, 11 Jan 1996 17:22:46 +0000 (17:22 +0000)
From-SVN: r10964

gcc/config/h8300/h8300.h

index a22a98489749f76f9cac94f6d2b825d28636adc3..89414e8f11e5b5290faad6256b3923d0a3350f01 100644 (file)
@@ -99,17 +99,12 @@ extern int target_flags;
     {"exp",8192},              \
     { "", TARGET_DEFAULT}}
 
-/* Merge the meaning of -mdouble64 and -fshort-double.
-   ??? Unfortunately, there's no way to detect -fno-short-double
-   (our default is the opposite of theirs).
-   Also do other things that must be done once at start up.  */
+/* Do things that must be done once at start up.  */
 
 #define OVERRIDE_OPTIONS \
-{                              \
-  /*extern int flag_short_double; \
-  flag_short_double = TARGET_DOUBLE32;*/ \
+do {                           \
   h8300_init_once ();          \
-}
+} while (0)
 
 /* Default target_flags if no switches specified.  */