Commit 40acaab8 by Richard Kenner

(SHARED_SECTION_ASM_OP): Defined.

From-SVN: r7165
parent 33162beb
......@@ -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\""
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment