diff options
Diffstat (limited to 'gcc/config/elfos.h')
| -rw-r--r-- | gcc/config/elfos.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/config/elfos.h b/gcc/config/elfos.h index 181072c..31e309d 100644 --- a/gcc/config/elfos.h +++ b/gcc/config/elfos.h @@ -221,6 +221,8 @@ Boston, MA 02110-1301, USA. */ #define TARGET_ASM_SELECT_RTX_SECTION default_elf_select_rtx_section #undef TARGET_ASM_SELECT_SECTION #define TARGET_ASM_SELECT_SECTION default_elf_select_section +#undef TARGET_HAVE_SWITCHABLE_BSS_SECTIONS +#define TARGET_HAVE_SWITCHABLE_BSS_SECTIONS true /* Define the strings used for the special svr4 .type and .size directives. These strings generally do not vary from one system running svr4 to |
