Commit 3cf6400d by Jim Wilson

(SMALL_DATA_SECTION): Define.

From-SVN: r9249
parent c9a1bf2e
......@@ -3651,6 +3651,7 @@ do { \
#define SDATA_SECTION_ASM_OP "\t.sdata" /* small data */
#define RDATA_SECTION_ASM_OP "\t.rdata" /* read-only data */
#define READONLY_DATA_SECTION rdata_section
#define SMALL_DATA_SECTION sdata_section
/* What other sections we support other than the normal .data/.text. */
......
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