aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorJason Merrill <merrill@gnu.org>1997-04-25 19:03:46 +0000
committerJason Merrill <merrill@gnu.org>1997-04-25 19:03:46 +0000
commit5b5686f5e78049080a2c1ba10913e243d367b4a6 (patch)
treed24f056f93033fd5639d67bf45b41dccbecfa182 /gcc
parent7019b5d8f632423c6728d29e386d992ff8433a77 (diff)
downloadgcc-5b5686f5e78049080a2c1ba10913e243d367b4a6.zip
gcc-5b5686f5e78049080a2c1ba10913e243d367b4a6.tar.gz
gcc-5b5686f5e78049080a2c1ba10913e243d367b4a6.tar.bz2
x
From-SVN: r13983
Diffstat (limited to 'gcc')
-rw-r--r--gcc/config/i386/cygwin32.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/config/i386/cygwin32.h b/gcc/config/i386/cygwin32.h
index fe404e0..ec2661c 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