1. 16 Oct, 2010 6 commits
    • avr.h (PREFERRED_RELOAD_CLASS): Remove. · 4b0b4ab0
      	* config/avr/avr.h (PREFERRED_RELOAD_CLASS): Remove.
      	* config/avr/avr-protos.h (preferred_reload_class): Remove.
      	* config/avr/avr.c (preferred_reload_class): Remove.
      	* config/pa/pa.h (PREFERRED_RELOAD_CLASS): Remove.
      	* config/pa/pa.c (emit_move_sequence): Update comment
      	* config/arc/arc.h (PREFERRED_RELOAD_CLASS): Remove.
      	* config/crx/crx.h (PREFERRED_RELOAD_CLASS): Remove.
      	* config/fr30/fr30.h (PREFERRED_RELOAD_CLASS): Remove.
      	* config/frv/frv.h (PREFERRED_RELOAD_CLASS): Remove.
      	* config/h8300/h8300.h (PREFERRED_RELOAD_CLASS): Remove.
      	* config/lm32/lm32.h (PREFERRED_RELOAD_CLASS): Remove.
      	* config/m32r/m32r.h (PREFERRED_RELOAD_CLASS): Remove.
      	* config/moxie/moxie.h (PREFERRED_RELOAD_CLASS): Remove.
      	* config/picochip/picochip.h (PREFERRED_RELOAD_CLASS): Remove.
      	* config/rx/rx.h (PREFERRED_RELOAD_CLASS): Remove.
      	* config/spu/spu.h (PREFERRED_RELOAD_CLASS): Remove.
      	* config/v850/v850.h (PREFERRED_RELOAD_CLASS): Remove.
      	* config/vax/vax.h (PREFERRED_RELOAD_CLASS): Remove.
      
      From-SVN: r165541
      Anatoly Sokolov committed
    • opts.c (set_fast_math_flags, [...]): Make static. · 7bb3487f
      	* opts.c (set_fast_math_flags,
      	set_unsafe_math_optimizations_flags): Make static.
      	* toplev.h (set_fast_math_flags,
      	set_unsafe_math_optimizations_flags): Remove prototypes.
      
      From-SVN: r165540
      Joseph Myers committed
    • arm.c (arm_option_optimization): Set flag_section_anchors to 1 not 2. · 0a587f65
      	* 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
      Joseph Myers committed
    • configure.ac: Make sure inhibit_libc remains false for mingw targets as cross. · e1dbd4c8
      2010-10-16  Kai Tietz  <kai.tietz@onevision.com>
      
              * configure.ac: Make sure inhibit_libc remains false for mingw targets
              as cross.
              * configure: Regenerated.
      
      From-SVN: r165538
      Kai Tietz committed
    • Daily bump. · e744db7f
      From-SVN: r165537
      GCC Administrator committed
    • In libobjc/: 2010-10-16 Nicola Pero <nicola.pero@meta-innovation.com> · 3c44c190
      In libobjc/:
      2010-10-16  Nicola Pero  <nicola.pero@meta-innovation.com>
      
              * objc/runtime.h (class_getIvarLayout): New.
              (class_getWeakIvarLayout): New.
              (class_setIvarLayout): New.
              (class_setWeakIvarLayout): New.
              * ivars.c (class_getIvarLayout): New.
              (class_getWeakIvarLayout): New.
              (class_setIvarLayout): New.
              (class_setWeakIvarLayout): New.
      
      From-SVN: r165533
      Nicola Pero committed
  2. 15 Oct, 2010 34 commits