summaryrefslogtreecommitdiff
path: root/src/SDCCglobl.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/SDCCglobl.h')
-rw-r--r--src/SDCCglobl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/SDCCglobl.h b/src/SDCCglobl.h
index f8b41b3..78a28e0 100644
--- a/src/SDCCglobl.h
+++ b/src/SDCCglobl.h
@@ -330,6 +330,7 @@ struct options
bool oldralloc; /* Use old register allocator */
int gasOutput; /* Output assembly in GNU as format */
int function_sections; /* Place each function into a separate section. Useful for link-time dead code elimination. */
+ int data_sections; /* Place each static variable into a separate section. Useful for link-time dead code elimination. */
};
/* forward definition for variables accessed globally */