binutils-gdb/include/mach-o
Tristan Gingold 7a79c51466 mach-o: read and dump: prebound_dylib, prebind_cksum, twolevel_hints.
include/mach-o:
	* external.h (mach_o_prebound_dylib_command_external)
	(mach_o_prebind_cksum_command_external)
	(mach_o_twolevel_hints_command_external): New types.

bfd/
	* mach-o.h (bfd_mach_o_twolevel_hints_command)
	(bfd_mach_o_prebind_cksum_command): New types.
	(bfd_mach_o_prebound_dylib_command): Rewrite.
	(bfd_mach_o_load_command): Add prebind_cksum and twolevel_hints
	fields.
	* mach-o.c (bfd_mach_o_read_prebound_dylib): Read and decode the
	command.
	(bfd_mach_o_read_prebind_cksum): New function.
	(bfd_mach_o_read_twolevel_hints): Ditto.
	(bfd_mach_o_read_command): Handle prebind cksum and twolevel hints
	commands.

binutils/
	* od-macho.c (OPT_TWOLEVEL_HINTS): New macro.
	(options): Add entry for twolevel_hints.
	(dump_data_in_code): Fix error message.
	(dump_twolevel_hints): New function.
	(dump_load_command): Handle prebound dylib, prebind cksum
	and twolevel hints.
	(mach_o_dump): Handle twolevel hints.
2014-04-02 15:03:51 +02:00
..
arm.h Update copyright years 2014-03-05 22:16:15 +10:30
ChangeLog mach-o: read and dump: prebound_dylib, prebind_cksum, twolevel_hints. 2014-04-02 15:03:51 +02:00
codesign.h Update copyright years 2014-03-05 22:16:15 +10:30
external.h mach-o: read and dump: prebound_dylib, prebind_cksum, twolevel_hints. 2014-04-02 15:03:51 +02:00
loader.h Mach-O: Add BFD_MACH_O_CPU_TYPE_ARM64. 2014-03-26 16:08:14 +01:00
reloc.h Update copyright years 2014-03-05 22:16:15 +10:30
unwind.h od-macho: dump compact unwind info. 2014-03-17 10:29:07 +01:00
x86-64.h Update copyright years 2014-03-05 22:16:15 +10:30