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 9385922d3fb Fix missing int argument warning new 60e254b7012 objdump: properly disassemble successive functions of the s [...] new cdd8492b059 objdump: permit disassembling multiple individual functions new e83aca0906f gas: centralize declaration of listing_tail new 898f38f5867 gas/listing: drop forward declarations new 757c681fc2e gas: don't permit "repeat" expressions with .cfi_{escape,fde_data}
The 5 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/doc/binutils.texi | 10 ++--- binutils/objdump.c | 44 +++++++++++++++------- binutils/testsuite/binutils-all/multi-1.d | 23 +++++++++++ binutils/testsuite/binutils-all/multi-2.d | 23 +++++++++++ binutils/testsuite/binutils-all/multi-3.d | 28 ++++++++++++++ .../testsuite/binutils-all/multi1.s | 4 +- .../testsuite/binutils-all/multi2.s | 4 +- binutils/testsuite/binutils-all/objdump.exp | 17 +++++++++ gas/config/tc-arm.c | 1 - gas/frags.c | 5 +-- gas/listing.c | 11 ------ gas/listing.h | 2 + gas/read.c | 23 ++++++----- 13 files changed, 150 insertions(+), 45 deletions(-) create mode 100644 binutils/testsuite/binutils-all/multi-1.d create mode 100644 binutils/testsuite/binutils-all/multi-2.d create mode 100644 binutils/testsuite/binutils-all/multi-3.d copy gas/testsuite/gas/all/pr27384.s => binutils/testsuite/binutils-all/multi1.s (57%) copy gas/testsuite/gas/all/pr27384.s => binutils/testsuite/binutils-all/multi2.s (57%)