diff options
Diffstat (limited to 'gcc/config/i386/i386-interix.h')
| -rw-r--r-- | gcc/config/i386/i386-interix.h | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/gcc/config/i386/i386-interix.h b/gcc/config/i386/i386-interix.h index 971f7cc7e4b..5d2d72f27f8 100644 --- a/gcc/config/i386/i386-interix.h +++ b/gcc/config/i386/i386-interix.h @@ -337,11 +337,8 @@ while (0) .data$ sections correctly. See corresponding note in i386/interix.c. MK. */ -/* Define this macro if in some cases global symbols from one translation - unit may not be bound to undefined symbols in another translation unit - without user intervention. For instance, under Microsoft Windows - symbols must be explicitly imported from shared libraries (DLLs). */ -#define MULTIPLE_SYMBOL_SPACES +/* Interix uses explicit import from shared libraries. */ +#define MULTIPLE_SYMBOL_SPACES 1 extern void i386_pe_unique_section (tree, int); #define TARGET_ASM_UNIQUE_SECTION i386_pe_unique_section |

