Recognize some new Mach-O load commands
[deliverable/binutils-gdb.git] / include / mach-o / loader.h
index a34a89421feb5b152dcbed9c0587af691b049887..47d4608ba98b022e4937161e651984e4bc0fadb6 100644 (file)
@@ -189,6 +189,8 @@ typedef enum bfd_mach_o_load_command_type
   BFD_MACH_O_LC_VERSION_MIN_WATCHOS = 0x30,    /* Minimal watchOS version.  */
   BFD_MACH_O_LC_NOTE = 0x31,                   /* Region of arbitrary data.  */
   BFD_MACH_O_LC_BUILD_VERSION = 0x32,          /* Generic build version.  */
+  BFD_MACH_O_LC_DYLD_EXPORTS_TRIE = 0x33,      /* Exports trie. */
+  BFD_MACH_O_LC_DYLD_CHAINED_FIXUPS = 0x34,    /* Chained fixups. */
 }
 bfd_mach_o_load_command_type;
 \f
This page took 0.0237 seconds and 4 git commands to generate.