fix last patch.
authorCatherine Moore <clm@cygnus.com>
Mon, 28 Sep 1998 10:57:35 +0000 (10:57 +0000)
committerCatherine Moore <clm@gcc.gnu.org>
Mon, 28 Sep 1998 10:57:35 +0000 (06:57 -0400)
From-SVN: r22622

gcc/ChangeLog
gcc/toplev.c

index 5d61f41665d04e6029cc4aec830dce6b2d06398e..f781b49db52d0f2b055f71b32182b3d127c12d65 100644 (file)
@@ -1,3 +1,7 @@
+Mon Sep 28 12:51:00 1998  Catherine Moore  <clm@cygnus.com>
+
+        * toplev.c:  fix bad patch around flag_data_sections.
+
 Mon Sep 28 10:32:28 1998  Nick Clifton  <nickc@cygnus.com>
 
        * reload1.c (reload): Use reload_address_index_reg_class and 
index 96956bf24fce3ff5cb70a854a5aeee653a36a94b..8cc0c73df0a1a9bc42f1351d6dfc9a80752cc0ad 100644 (file)
@@ -522,16 +522,16 @@ int flag_omit_frame_pointer = 0;
 
 int flag_function_sections = 0;
 
+/* ... and similar for data.  */
+int flag_data_sections = 0;
+
 /* Nonzero to inhibit use of define_optimization peephole opts.  */
 
 int flag_no_peephole = 0;
 
 /* Nonzero allows GCC to violate some IEEE or ANSI rules regarding math
    operations in the interest of optimization.  For example it allows
-/* ... and similar for data.  */
-int flag_data_sections = 0;
-
    GCC to assume arguments to sqrt are nonnegative numbers, allowing
    faster code for sqrt to be generated.  */