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 695776dc2f4 RISC-V: Enable RVC on ".option arch, +zca" etc. new 055a4c8e0f1 bpf: Update atomic instruction pseudo-C syntax
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/doc/c-bpf.texi | 46 +++++++++++----------- gas/testsuite/gas/bpf/atomic-be-pseudoc.d | 20 +++++++++- gas/testsuite/gas/bpf/atomic-be.d | 20 ++++++++-- gas/testsuite/gas/bpf/atomic-pseudoc.d | 20 +++++++++- gas/testsuite/gas/bpf/atomic-pseudoc.s | 22 +++++++++-- .../gas/bpf/{atomic-be.d => atomic-v1-be.d} | 2 +- gas/testsuite/gas/bpf/atomic-v1.d | 12 ++++++ gas/testsuite/gas/bpf/atomic-v1.s | 5 +++ gas/testsuite/gas/bpf/atomic.d | 14 +++++++ gas/testsuite/gas/bpf/atomic.s | 18 ++++++++- gas/testsuite/gas/bpf/bpf.exp | 2 + opcodes/bpf-opc.c | 32 +++++++-------- 12 files changed, 160 insertions(+), 53 deletions(-) copy gas/testsuite/gas/bpf/{atomic-be.d => atomic-v1-be.d} (93%) create mode 100644 gas/testsuite/gas/bpf/atomic-v1.d create mode 100644 gas/testsuite/gas/bpf/atomic-v1.s