From 5b5686f5e78049080a2c1ba10913e243d367b4a6 Mon Sep 17 00:00:00 2001 From: Jason Merrill Date: Fri, 25 Apr 1997 19:03:46 +0000 Subject: [PATCH] x From-SVN: r13983 --- gcc/config/i386/cygwin32.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/gcc/config/i386/cygwin32.h b/gcc/config/i386/cygwin32.h index fe404e0d0ef..ec2661cdcba 100644 --- a/gcc/config/i386/cygwin32.h +++ b/gcc/config/i386/cygwin32.h @@ -166,6 +166,12 @@ while (0) #define ASM_OUTPUT_ALIGN(FILE,LOG) \ if ((LOG)!=0) fprintf ((FILE), "\t.align %d\n", 1<<(LOG)) +/* 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 + /* For objects going into their own sections, a C expression of name of the section, expressed as a STRING_CST node, to put DECL into. The STRING_CST node must be allocated in the saveable obstack. Function -- 2.30.2