+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
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. */