arm.c (arm_option_optimization): Set flag_section_anchors to 1 not 2.
authorJoseph Myers <joseph@codesourcery.com>
Sat, 16 Oct 2010 12:12:24 +0000 (13:12 +0100)
committerJoseph Myers <jsm28@gcc.gnu.org>
Sat, 16 Oct 2010 12:12:24 +0000 (13:12 +0100)
commit0a587f65653b553099daff424f1d2d1dca7393cb
tree5a90da10cf91370aa3787b1e46e470a8af99dea4
parente1dbd4c88c3772f8eb616cf2b52a67265cd389de
arm.c (arm_option_optimization): Set flag_section_anchors to 1 not 2.

* config/arm/arm.c (arm_option_optimization): Set
flag_section_anchors to 1 not 2.
* config/i386/i386.c (ix86_option_override_internal): Check
global_options_set.x_flag_zee and
global_options_set.x_flag_omit_frame_pointer.
(ix86_option_optimization): Don't set flag_omit_frame_pointer and
flag_zee to 2.
* config/i386/sol2-10.h (SUBTARGET_OVERRIDE_OPTIONS): Check
global_options_set.x_flag_omit_frame_pointer.
* config/rs6000/rs6000.c (rs6000_option_init_struct): Set
opts->x_flag_section_anchors to 1 not 2.
* config/sh/sh.c (sh_option_optimization): Don't set
flag_schedule_insns to 2.
(sh_option_override): Check
global_options_set.x_flag_schedule_insns.
* opts.c (finish_options): Check opts_set->x_flag_section_anchors.

From-SVN: r165539
gcc/ChangeLog
gcc/config/arm/arm.c
gcc/config/i386/i386.c
gcc/config/i386/sol2-10.h
gcc/config/rs6000/rs6000.c
gcc/config/sh/sh.c
gcc/opts.c