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 b464e193d11 [gdb] Notice when stepping into different file new 1068b745488 gas: recognize #APP at start-of-physical-line only new 526363dbe45 gas: generalize / tighten #APP / #NO_APP recognition new b43f37b77fd gas: maintain line numbers correctly after #APP / #NO_APP
The 3 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: gas/input-file.c | 16 +++-- gas/input-scrub.c | 31 +++++++-- gas/read.c | 131 +++++++++++++++++++++++------------- gas/sb.h | 1 + gas/testsuite/gas/macros/app6.l | 7 ++ gas/testsuite/gas/macros/app6.s | 11 +++ gas/testsuite/gas/macros/macros.exp | 3 + 7 files changed, 141 insertions(+), 59 deletions(-) create mode 100644 gas/testsuite/gas/macros/app6.l create mode 100644 gas/testsuite/gas/macros/app6.s