(SHARED_SECTION_ASM_OP): Defined.

From-SVN: r7165
This commit is contained in:
Richard Kenner 1994-04-28 12:48:55 -04:00
parent 33162bebd8
commit 40acaab846
1 changed files with 3 additions and 0 deletions

View File

@ -24,3 +24,6 @@
/* Use atexit for static destructors, instead of defining
our own exit function. */
#define HAVE_ATEXIT
/* Assembler pseudo-op for shared data segment. */
#define SHARED_SECTION_ASM_OP ".section .shdata, \"ws\""