$OpenBSD: patch-gcc_common_config_rs6000_rs6000-common_c,v 1.1.1.1 2021/08/03 10:04:14 pascal Exp $
Index: gcc/common/config/rs6000/rs6000-common.c
--- gcc/common/config/rs6000/rs6000-common.c.orig
+++ gcc/common/config/rs6000/rs6000-common.c
@@ -46,10 +46,6 @@ rs6000_option_init_struct (struct gcc_options *opts)
        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;
-
   /* By default, always emit DWARF-2 unwind info.  This allows debugging
      without maintaining a stack frame back-chain.  It also allows the
      debugger to find out where on-entry register values are stored at any
