From-SVN: r13983
This commit is contained in:
Jason Merrill 1997-04-25 19:03:46 +00:00
parent 7019b5d8f6
commit 5b5686f5e7
1 changed files with 6 additions and 0 deletions

View File

@ -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