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 07d8d4bd2ad [gdb] Rename variable main_thread to main_thread_id new 249d4715e41 bpf: gas: support relaxation of V4 jump instructions
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 | 36 ++ gas/config/tc-bpf.c | 1020 +++++++++++++++++++++--------- gas/doc/c-bpf.texi | 4 + gas/testsuite/gas/bpf/bpf.exp | 6 + gas/testsuite/gas/bpf/jump-relax-ja-be.d | 19 + gas/testsuite/gas/bpf/jump-relax-ja.d | 19 + gas/testsuite/gas/bpf/jump-relax-ja.s | 20 + gas/testsuite/gas/bpf/jump-relax-jump.d | 25 + gas/testsuite/gas/bpf/jump-relax-jump.s | 17 + 9 files changed, 858 insertions(+), 308 deletions(-) create mode 100644 gas/testsuite/gas/bpf/jump-relax-ja-be.d create mode 100644 gas/testsuite/gas/bpf/jump-relax-ja.d create mode 100644 gas/testsuite/gas/bpf/jump-relax-ja.s create mode 100644 gas/testsuite/gas/bpf/jump-relax-jump.d create mode 100644 gas/testsuite/gas/bpf/jump-relax-jump.s