mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-01-19 04:49:25 +08:00
bfd/
2012-01-04 Tristan Gingold <gingold@adacore.com> * mach-o.h (bfd_mach_o_fvmlib_command): New structure. (bfd_mach_o_load_command): Add fvmlib field. * mach-o.c (bfd_mach_o_read_fvmlib): New function. (bfd_mach_o_read_command): Handle fvmlib. binutils/ 2012-01-04 Tristan Gingold <gingold@adacore.com> * od-macho.c (dump_load_command): Handle fvmlib. include/mach-o/ 2012-01-04 Tristan Gingold <gingold@adacore.com> * external.h (mach_o_fvmlib_command_external): New structure.
This commit is contained in:
parent
4d0c04db40
commit
4ee8ef6a7d
@ -1,3 +1,7 @@
|
||||
2012-01-04 Tristan Gingold <gingold@adacore.com>
|
||||
|
||||
* external.h (mach_o_fvmlib_command_external): New structure.
|
||||
|
||||
2012-01-04 Tristan Gingold <gingold@adacore.com>
|
||||
|
||||
* loader.h: Update copyright year.
|
||||
|
@ -262,6 +262,13 @@ struct mach_o_encryption_info_command_external
|
||||
unsigned char cryptid[4]; /* Encryption method. */
|
||||
};
|
||||
|
||||
struct mach_o_fvmlib_command_external
|
||||
{
|
||||
unsigned char name[4]; /* Offset of the name. */
|
||||
unsigned char minor_version[4];
|
||||
unsigned char header_addr[4];
|
||||
};
|
||||
|
||||
struct mach_o_fat_header_external
|
||||
{
|
||||
unsigned char magic[4];
|
||||
|
Loading…
x
Reference in New Issue
Block a user