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 d191d716f38 [gdb/testsuite] Fix maint-expand-symbols-header-file.exp fo [...] new c54a9b56696 cpu,gas,opcodes: support for eBPF JMP32 instruction class
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: cpu/ChangeLog | 5 + cpu/bpf.cpu | 29 +++-- gas/ChangeLog | 6 + gas/testsuite/gas/bpf/bpf.exp | 1 + gas/testsuite/gas/bpf/jump32.d | 31 +++++ gas/testsuite/gas/bpf/jump32.s | 25 ++++ opcodes/ChangeLog | 7 ++ opcodes/bpf-desc.c | 220 ++++++++++++++++++++++++++++++++++ opcodes/bpf-desc.h | 4 +- opcodes/bpf-opc.c | 264 +++++++++++++++++++++++++++++++++++++++++ opcodes/bpf-opc.h | 33 ++++-- 11 files changed, 600 insertions(+), 25 deletions(-) create mode 100644 gas/testsuite/gas/bpf/jump32.d create mode 100644 gas/testsuite/gas/bpf/jump32.s