$OpenBSD: patch-gcc_common_config_rs6000_rs6000-common_c,v 1.1 2016/09/11 07:43:48 pascal Exp $
--- gcc/common/config/rs6000/rs6000-common.c.orig	Sat Sep 10 15:03:40 2016
+++ gcc/common/config/rs6000/rs6000-common.c	Sat Sep 10 15:04:02 2016
@@ -44,10 +44,6 @@ rs6000_option_init_struct (struct gcc_options *opts)
     /* The Darwin libraries never set errno, so we might as well
        avoid calling them when that's the only reason we would.  */
     opts->x_flag_errno_math = 0;
-
-  /* Enable section anchors by default.  */
-  if (!TARGET_MACHO)
-    opts->x_flag_section_anchors = 1;
 }
 
 /* Implement TARGET_OPTION_DEFAULT_PARAMS.  */
