diff options
author | midipix <writeonce@midipix.org> | 2016-11-15 00:07:23 -0500 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2016-11-15 00:07:23 -0500 |
commit | 9d75af02d905f6005b9cee7f79615569d7d14dd4 (patch) | |
tree | accd92a27b45aeda3951a41b31bc4c346f0cede8 /include | |
parent | c06e27553b4994e70bde07b775cff800fe4c437a (diff) | |
download | perk-9d75af02d905f6005b9cee7f79615569d7d14dd4.tar.bz2 perk-9d75af02d905f6005b9cee7f79615569d7d14dd4.tar.xz |
driver: added --sections support (print image sections).
Diffstat (limited to 'include')
-rw-r--r-- | include/perk/perk_output.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/perk/perk_output.h b/include/perk/perk_output.h index b5ad5c5..ab91f87 100644 --- a/include/perk/perk_output.h +++ b/include/perk/perk_output.h @@ -10,6 +10,7 @@ #define PERK_OUTPUT_IMPORT_LIBS 0x00000002 #define PERK_OUTPUT_IMPORT_SYMS 0x00000004 #define PERK_OUTPUT_IMAGE_TYPE 0x00000008 +#define PERK_OUTPUT_IMAGE_SECTIONS 0x00000010 /* pretty-printer flags */ |