summaryrefslogtreecommitdiff
path: root/binutils/ChangeLog
diff options
context:
space:
mode:
authorTristan Gingold <tristan.gingold@adacore.com>2014-04-03 11:49:56 +0200
committerTristan Gingold <tristan.gingold@adacore.com>2014-04-03 11:49:56 +0200
commit965b60c9460bb63c3c6fbb749b6a2deb541f422f (patch)
treed84e7b128b22d8bcf17472396fd3029f5c61a730 /binutils/ChangeLog
parent707e555b846bf0f529aaffcae9aac375ab3d6b3d (diff)
downloadbinutils-gdb-965b60c9460bb63c3c6fbb749b6a2deb541f422f.tar.gz
mach-o: fix warnings on 32 bit hosts. Display personality functions.
binutils/ * od-macho.c (printf_uint64): New function. (dump_load_command, dump_obj_compact_unwind): Use it. (dump_exe_compact_unwind): Display personality functions. include/mach-o/ * unwind.h (mach_o_compact_unwind_64): Fix typo in personality.
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 56ea9600260..8fc5f7f05c9 100644
--- a/binutils/ChangeLog
+++ b/binutils/ChangeLog
@@ -1,3 +1,9 @@
+2014-04-03 Tristan Gingold <gingold@adacore.com>
+
+ * od-macho.c (printf_uint64): New function.
+ (dump_load_command, dump_obj_compact_unwind): Use it.
+ (dump_exe_compact_unwind): Display personality functions.
+
2014-04-02 Tristan Gingold <gingold@adacore.com>
* od-macho.c (OPT_TWOLEVEL_HINTS): New macro.