disable section anchors for lang_hooks.name[4] != 'O'.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@165506
138bc75d-0d04-0410-961f-
82ee72b054a4
2010-10-15 Joseph Myers <joseph@codesourcery.com>
+ * config/rs6000/rs6000.c (rs6000_option_optimization): Don't
+ disable section anchors for lang_hooks.name[4] != 'O'.
+
+2010-10-15 Joseph Myers <joseph@codesourcery.com>
+
* config/frv/frv.c (frv_option_optimization,
TARGET_OPTION_OPTIMIZATION): Remove.
* config/frv/frv.h (RCSP_SOFTWARE_PIPELINING): Remove.
avoid calling them when that's the only reason we would. */
flag_errno_math = 0;
- /* Enable section anchors by default.
- Skip section anchors for Objective C and Objective C++
- until front-ends fixed. */
- if (!TARGET_MACHO && lang_hooks.name[4] != 'O')
+ /* Enable section anchors by default. */
+ if (!TARGET_MACHO)
flag_section_anchors = 2;
}