summaryrefslogtreecommitdiffhomepage
path: root/include/slibtool/slibtool_output.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/slibtool/slibtool_output.h')
-rw-r--r--include/slibtool/slibtool_output.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/slibtool/slibtool_output.h b/include/slibtool/slibtool_output.h
index 3320990..263e4d7 100644
--- a/include/slibtool/slibtool_output.h
+++ b/include/slibtool/slibtool_output.h
@@ -11,7 +11,8 @@
#define SLBT_OUTPUT_ARCHIVE_SYMBOLS 0x00000004
#define SLBT_OUTPUT_ARCHIVE_ARMAPS 0x00000008
#define SLBT_OUTPUT_ARCHIVE_MAPFILE 0x00000010
-#define SLBT_OUTPUT_ARCHIVE_NOSORT 0x00000020
+#define SLBT_OUTPUT_ARCHIVE_DLSYMS 0x00000020
+#define SLBT_OUTPUT_ARCHIVE_NOSORT 0x00000040
/* pretty-printer flags */
#define SLBT_PRETTY_YAML SLBT_PRETTY(0x00000001)