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 9f757bf7fc (Ada) New command to stop at start of exception handler. new 6f156d7a4a Add support for v3 binary annotation 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 | 38 ++ binutils/objcopy.c | 514 ++++++++++++++------- binutils/readelf.c | 154 ++++-- .../testsuite/binutils-all/mips/mips-note-2r-n32.d | 6 +- .../testsuite/binutils-all/mips/mips-note-2r-n64.d | 10 +- .../testsuite/binutils-all/mips/mips-note-2r.d | 6 +- binutils/testsuite/binutils-all/note-2-32.d | 16 +- binutils/testsuite/binutils-all/note-2-32.s | 18 +- binutils/testsuite/binutils-all/note-2-64.d | 16 +- binutils/testsuite/binutils-all/note-2-64.s | 15 +- binutils/testsuite/binutils-all/note-3-32.d | 16 +- binutils/testsuite/binutils-all/note-3-32.s | 1 + binutils/testsuite/binutils-all/note-3-64.d | 16 +- binutils/testsuite/binutils-all/note-3-64.s | 1 + binutils/testsuite/binutils-all/note-4-32.d | 19 + .../binutils-all/{note-3-64.s => note-4-32.s} | 29 +- binutils/testsuite/binutils-all/note-4-64.d | 19 + .../binutils-all/{note-3-32.s => note-4-64.s} | 37 +- binutils/testsuite/binutils-all/objcopy.exp | 2 + 19 files changed, 641 insertions(+), 292 deletions(-) create mode 100644 binutils/testsuite/binutils-all/note-4-32.d copy binutils/testsuite/binutils-all/{note-3-64.s => note-4-32.s} (72%) create mode 100644 binutils/testsuite/binutils-all/note-4-64.d copy binutils/testsuite/binutils-all/{note-3-32.s => note-4-64.s} (68%)