diff options
Diffstat (limited to 'include/mach-o')
-rw-r--r-- | include/mach-o/loader.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/mach-o/loader.h b/include/mach-o/loader.h index 357f65e..296782f 100644 --- a/include/mach-o/loader.h +++ b/include/mach-o/loader.h @@ -246,6 +246,9 @@ bfd_mach_o_section_type; typedef enum bfd_mach_o_section_attribute { + /* Section has no specified attibutes. */ + BFD_MACH_O_S_ATTR_NONE = 0, + /* Section has local relocation entries. */ BFD_MACH_O_S_ATTR_LOC_RELOC = 0x00000100, |