This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository binutils-gdb.
from a7e8b06 Automatic date update in version.in new 9ef920e Add support for displaying and merging GNU_BUILD_NOTEs.
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: binutils/ChangeLog | 31 ++ binutils/NEWS | 3 + binutils/doc/binutils.texi | 5 + binutils/objcopy.c | 393 +++++++++++++++++++++++-- binutils/readelf.c | 429 +++++++++++++++++++++++++++- binutils/testsuite/binutils-all/note-2-32.d | 17 ++ binutils/testsuite/binutils-all/note-2-32.s | 93 ++++++ binutils/testsuite/binutils-all/note-2-64.d | 17 ++ binutils/testsuite/binutils-all/note-2-64.s | 94 ++++++ binutils/testsuite/binutils-all/objcopy.exp | 5 + include/ChangeLog | 42 +++ include/elf/common.h | 46 +++ 12 files changed, 1141 insertions(+), 34 deletions(-) create mode 100644 binutils/testsuite/binutils-all/note-2-32.d create mode 100644 binutils/testsuite/binutils-all/note-2-32.s create mode 100644 binutils/testsuite/binutils-all/note-2-64.d create mode 100644 binutils/testsuite/binutils-all/note-2-64.s