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 12ef6830557 gas: correct symbol name comparison in .startof./.sizeof. handling new 0d79a2a8e2d ASCIZ Command for output section
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: ld/NEWS | 3 + ld/ld.texi | 13 +++++ ld/ldgram.y | 7 ++- ld/ldlang.c | 83 +++++++++++++++++++++++++++ ld/ldlang.h | 4 +- ld/ldlex.l | 1 + ld/testsuite/ld-scripts/asciz.d | 17 ++++++ ld/testsuite/ld-scripts/{rgn-at.s => asciz.s} | 4 +- ld/testsuite/ld-scripts/asciz.t | 23 ++++++++ ld/testsuite/ld-scripts/script.exp | 1 + 10 files changed, 152 insertions(+), 4 deletions(-) create mode 100644 ld/testsuite/ld-scripts/asciz.d copy ld/testsuite/ld-scripts/{rgn-at.s => asciz.s} (77%) create mode 100644 ld/testsuite/ld-scripts/asciz.t