(SHARED_SECTION_ASM_OP): Defined.
From-SVN: r7165
This commit is contained in:
parent
33162bebd8
commit
40acaab846
@ -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\""
|
||||
|
Loading…
Reference in New Issue
Block a user