NOBITS expansion, for .bss etc
[centaur.git] / include / options.h
index ee9d612780c026d6798c5ec21b48db10018f2a92..e634e0ba3bbc8b39a59a9d7a85fe149666017711 100644 (file)
@@ -10,6 +10,9 @@ typedef struct {
   int printSections;
   unsigned insertBeforeOffs;
   unsigned insertBeforeSz;
+  unsigned insertAfterOffs;
+  unsigned insertAfterSz;
+  unsigned expandNobitsOffs;
 } CLIOpts;