This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch binutils-2_35-branch in repository binutils-gdb.
from ef6b667ead5 CRIS: fix PR ld/26589, a missing NULL check in fix for PR ld/22269 new 23f268a0235 Add support to the assembler for a ".nop" directive which i [...]
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: gas/ChangeLog | 28 ++++++++ gas/config/tc-bpf.h | 1 + gas/config/tc-ia64.h | 2 + gas/config/tc-mmix.h | 2 + gas/config/tc-or1k.h | 2 + gas/doc/as.texi | 32 ++++++--- gas/doc/internals.texi | 10 +++ gas/read.c | 81 +++++++++++++++++----- gas/read.h | 1 + gas/testsuite/gas/all/gas.exp | 3 + gas/testsuite/gas/all/nop.d | 8 +++ gas/testsuite/gas/{i386/note.s => all/nop.s} | 2 +- gas/testsuite/gas/elf/dwarf-5-nop-for-line-table.d | 12 ++++ gas/testsuite/gas/elf/dwarf-5-nop-for-line-table.s | 3 + gas/testsuite/gas/elf/elf.exp | 1 + gas/testsuite/gas/i386/space1.l | 10 +-- gas/write.c | 2 +- 17 files changed, 163 insertions(+), 37 deletions(-) create mode 100644 gas/testsuite/gas/all/nop.d copy gas/testsuite/gas/{i386/note.s => all/nop.s} (53%) create mode 100644 gas/testsuite/gas/elf/dwarf-5-nop-for-line-table.d create mode 100644 gas/testsuite/gas/elf/dwarf-5-nop-for-line-table.s