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 aa68434129 [ld/testsuite] Fix pr2404 output. new 0df8ad28f0 Extend the assembler so that it can automatically generate G [...]
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 | 8 ++ binutils/readelf.c | 3 +- binutils/testsuite/binutils-all/note-5.d | 11 ++ binutils/testsuite/binutils-all/note-5.s | 14 ++ binutils/testsuite/binutils-all/objcopy.exp | 1 + gas/ChangeLog | 22 ++- gas/NEWS | 6 + gas/as.c | 28 +++- gas/as.h | 4 + gas/config.in | 4 + gas/configure | 28 +++- gas/configure.ac | 19 +++ gas/doc/as.texinfo | 9 ++ gas/symbols.c | 1 + gas/write.c | 213 +++++++++++++++++++++++++--- 15 files changed, 350 insertions(+), 21 deletions(-) create mode 100644 binutils/testsuite/binutils-all/note-5.d create mode 100644 binutils/testsuite/binutils-all/note-5.s