This is the mail archive of the
binutils-cvs@sourceware.org
mailing list for the binutils project.
gdb and binutils branch master updated. 7a79c51466c30188d49d03d3e3593c87e5a3345e
- From: gingold at sourceware dot org
- To: binutils-cvs at sourceware dot org
- Date: 2 Apr 2014 13:04:10 -0000
- Subject: gdb and binutils branch master updated. 7a79c51466c30188d49d03d3e3593c87e5a3345e
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "gdb and binutils".
The branch, master has been updated
via 7a79c51466c30188d49d03d3e3593c87e5a3345e (commit)
from 5979d6b69b20a8355ea94b75fad97415fce4788c (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=7a79c51466c30188d49d03d3e3593c87e5a3345e
commit 7a79c51466c30188d49d03d3e3593c87e5a3345e
Author: Tristan Gingold <tristan.gingold@adacore.com>
Date: Wed Mar 26 15:01:53 2014 +0100
mach-o: read and dump: prebound_dylib, prebind_cksum, twolevel_hints.
include/mach-o:
* external.h (mach_o_prebound_dylib_command_external)
(mach_o_prebind_cksum_command_external)
(mach_o_twolevel_hints_command_external): New types.
bfd/
* mach-o.h (bfd_mach_o_twolevel_hints_command)
(bfd_mach_o_prebind_cksum_command): New types.
(bfd_mach_o_prebound_dylib_command): Rewrite.
(bfd_mach_o_load_command): Add prebind_cksum and twolevel_hints
fields.
* mach-o.c (bfd_mach_o_read_prebound_dylib): Read and decode the
command.
(bfd_mach_o_read_prebind_cksum): New function.
(bfd_mach_o_read_twolevel_hints): Ditto.
(bfd_mach_o_read_command): Handle prebind cksum and twolevel hints
commands.
binutils/
* od-macho.c (OPT_TWOLEVEL_HINTS): New macro.
(options): Add entry for twolevel_hints.
(dump_data_in_code): Fix error message.
(dump_twolevel_hints): New function.
(dump_load_command): Handle prebound dylib, prebind cksum
and twolevel hints.
(mach_o_dump): Handle twolevel hints.
-----------------------------------------------------------------------
Summary of changes:
bfd/ChangeLog | 14 +++++++
bfd/mach-o.c | 72 ++++++++++++++++++++++++++++++++++++---
bfd/mach-o.h | 32 ++++++++++++++++--
binutils/ChangeLog | 10 +++++
binutils/od-macho.c | 83 ++++++++++++++++++++++++++++++++++++++++++++-
include/mach-o/ChangeLog | 6 +++
include/mach-o/external.h | 18 ++++++++++
7 files changed, 226 insertions(+), 9 deletions(-)
hooks/post-receive
--
gdb and binutils