Mach-O: disp dyld environment command in objdump -P load.
authorTristan Gingold <tristan.gingold@adacore.com>
Wed, 26 Mar 2014 09:40:49 +0000 (10:40 +0100)
committerTristan Gingold <tristan.gingold@adacore.com>
Thu, 27 Mar 2014 11:01:58 +0000 (12:01 +0100)
commit10be66a4910d39b508002eea2056783e3430af40
treee70b76af8338502a63190fa57c604f2ed7c039b1
parentcb580a265c0344b2acfc3059b53689863378f5ed
Mach-O: disp dyld environment command in objdump -P load.

bfd/
* mach-o.c (bfd_mach_o_read_dylinker): Remove assert.
(bfd_mach_o_read_command): Handle BFD_MACH_O_LC_DYLD_ENVIRONMENT.
binutils/
* od-macho.c (dump_load_command): Display value for
BFD_MACH_O_LC_DYLD_ENVIRONMENT.  Handle BFD_MACH_O_LC_DATA_IN_CODE
and BFD_MACH_O_LC_DYLIB_CODE_SIGN_DRS.
bfd/ChangeLog
bfd/mach-o.c
binutils/ChangeLog
binutils/od-macho.c
This page took 0.028951 seconds and 4 git commands to generate.