forked from Imagelibrary/binutils-gdb
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.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2014-04-03 Tristan Gingold <gingold@adacore.com>
|
||||
|
||||
* unwind.h (mach_o_compact_unwind_64): Fix typo in personality.
|
||||
|
||||
2014-04-02 Tristan Gingold <gingold@adacore.com>
|
||||
|
||||
* external.h (mach_o_prebound_dylib_command_external)
|
||||
|
||||
@@ -119,7 +119,7 @@ struct mach_o_compact_unwind_64
|
||||
unsigned char start[8];
|
||||
unsigned char length[4];
|
||||
unsigned char encoding[4];
|
||||
unsigned char personnality[8];
|
||||
unsigned char personality[8];
|
||||
unsigned char lsda[8];
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user