fix last patch.
From-SVN: r22622
This commit is contained in:
parent
1f2b04b361
commit
fd86857287
2 changed files with 8 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -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. */
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue