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 1f6d7bbec2f Automatic date update in version.in new b801c1a41fc bpf: add xBPF ISA
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: bfd/ChangeLog | 7 + bfd/archures.c | 1 + bfd/bfd-in2.h | 1 + bfd/cpu-bpf.c | 22 +- cpu/ChangeLog | 18 + cpu/bpf.cpu | 118 +++-- gas/ChangeLog | 9 + gas/config/tc-bpf.c | 34 +- gas/testsuite/gas/bpf/bpf.exp | 3 + gas/testsuite/gas/bpf/indcall-1.d | 22 + .../call-3.s => gas/testsuite/gas/bpf/indcall-1.s | 16 +- gas/testsuite/gas/bpf/indcall-bad-1.l | 3 + gas/testsuite/gas/bpf/indcall-bad-1.s | 1 + opcodes/ChangeLog | 9 + opcodes/bpf-desc.c | 568 +++++++++++---------- opcodes/bpf-desc.h | 5 +- opcodes/bpf-opc.c | 12 + opcodes/bpf-opc.h | 5 +- opcodes/disassemble.c | 14 +- 19 files changed, 538 insertions(+), 330 deletions(-) create mode 100644 gas/testsuite/gas/bpf/indcall-1.d copy ld/testsuite/ld-bpf/call-3.s => gas/testsuite/gas/bpf/indcall-1.s (57%) create mode 100644 gas/testsuite/gas/bpf/indcall-bad-1.l create mode 100644 gas/testsuite/gas/bpf/indcall-bad-1.s