From 43074b10fbb7d74771cbc3ba0bba96aaf1eba453 Mon Sep 17 00:00:00 2001 From: Doug Evans Date: Thu, 11 Jan 1996 17:22:46 +0000 Subject: [PATCH] (OVERRIDE_OPTIONS): Clean up comment. From-SVN: r10964 --- gcc/config/h8300/h8300.h | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/gcc/config/h8300/h8300.h b/gcc/config/h8300/h8300.h index a22a9848974..89414e8f11e 100644 --- a/gcc/config/h8300/h8300.h +++ b/gcc/config/h8300/h8300.h @@ -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. */ -- 2.30.2