Commit fd868572 by Catherine Moore Committed by Catherine Moore

fix last patch.

From-SVN: r22622
parent 1f2b04b3
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> Mon Sep 28 10:32:28 1998 Nick Clifton <nickc@cygnus.com>
* reload1.c (reload): Use reload_address_index_reg_class and * reload1.c (reload): Use reload_address_index_reg_class and
......
...@@ -522,16 +522,16 @@ int flag_omit_frame_pointer = 0; ...@@ -522,16 +522,16 @@ int flag_omit_frame_pointer = 0;
int flag_function_sections = 0; int flag_function_sections = 0;
/* ... and similar for data. */
int flag_data_sections = 0;
/* Nonzero to inhibit use of define_optimization peephole opts. */ /* Nonzero to inhibit use of define_optimization peephole opts. */
int flag_no_peephole = 0; int flag_no_peephole = 0;
/* Nonzero allows GCC to violate some IEEE or ANSI rules regarding math /* Nonzero allows GCC to violate some IEEE or ANSI rules regarding math
operations in the interest of optimization. For example it allows 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 GCC to assume arguments to sqrt are nonnegative numbers, allowing
faster code for sqrt to be generated. */ faster code for sqrt to be generated. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment