cctools - top level, move headers.
commit2ce22f3817ce45f0c64d10981dba92ae458d29a9
authorIain Sandoe <iain@sandoe.co.uk>
Sun, 17 May 2015 19:58:32 +0000 (17 20:58 +0100)
committerIain Sandoe <iain@sandoe.co.uk>
Wed, 3 Apr 2019 14:05:13 +0000 (3 15:05 +0100)
tree1036b4fb9024e9a705218e9df8a84cd81e12930d
parent574a9c4527d8af5d047d6e199b7293d23b1073f5
cctools - top level, move headers.

Move the mach-o/{arch}/* from cctools/include to macho-target-includes, so that l64 build can see them without adding in all the other cctools includes.

This avoids conflicts in the bool vs legacy ‘enum bool’ in the dyld headers.
macho-target-includes/mach-o/arm/reloc.h [moved from cctools/include/mach-o/arm/reloc.h with 98% similarity]
macho-target-includes/mach-o/arm64/reloc.h [moved from cctools/include/mach-o/arm64/reloc.h with 99% similarity]
macho-target-includes/mach-o/i386/swap.h [moved from cctools/include/mach-o/i386/swap.h with 99% similarity]
macho-target-includes/mach-o/ppc/reloc.h [moved from cctools/include/mach-o/ppc/reloc.h with 99% similarity]
macho-target-includes/mach-o/ppc/swap.h [moved from cctools/include/mach-o/ppc/swap.h with 99% similarity]
macho-target-includes/mach-o/x86_64/reloc.h [moved from cctools/include/mach-o/x86_64/reloc.h with 98% similarity]