aboutsummaryrefslogtreecommitdiff
path: root/binutils/ChangeLog
diff options
context:
space:
mode:
authorTristan Gingold <tristan.gingold@adacore.com>2014-03-26 10:40:49 +0100
committerTristan Gingold <tristan.gingold@adacore.com>2014-03-27 12:01:58 +0100
commit10be66a4910d39b508002eea2056783e3430af40 (patch)
treee70b76af8338502a63190fa57c604f2ed7c039b1 /binutils/ChangeLog
parentcb580a265c0344b2acfc3059b53689863378f5ed (diff)
downloadgdb-10be66a4910d39b508002eea2056783e3430af40.zip
gdb-10be66a4910d39b508002eea2056783e3430af40.tar.gz
gdb-10be66a4910d39b508002eea2056783e3430af40.tar.bz2
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.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r--binutils/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog
index 975979d..c69ba99 100644
--- a/binutils/ChangeLog
+++ b/binutils/ChangeLog
@@ -1,5 +1,11 @@
2014-03-27 Tristan Gingold <gingold@adacore.com>
+ * 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.
+
+2014-03-27 Tristan Gingold <gingold@adacore.com>
+
* od-macho.c (OPT_FUNCTION_STARTS): New macro.
(options): Add entry for function_starts.
(mach_o_help): Ditto.