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 3f3175554f2 sim: bpf: remove negi, neg32i insns new fc31b79a37b Automatic date update in version.in new bb8b2f633e1 Re: kvx: New port. new fddbba54a4b kvx-linux config new 5bf26ab7cb8 kvx_dis_init
The 4 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/config.bfd | 2 +- bfd/version.h | 2 +- .../testsuite/binutils-all/dw2-decodedline-2.S | 18 +++++++++++ binutils/testsuite/binutils-all/kvx/kvx.exp | 37 ++++++++++++++++++++++ binutils/testsuite/binutils-all/kvx/pcrel_bundle.d | 33 +++++++++++++++++++ binutils/testsuite/binutils-all/kvx/pcrel_bundle.s | 25 +++++++++++++++ .../binutils-all/kvx/pcrel_bundle32bits.d | 33 +++++++++++++++++++ .../binutils-all/kvx/pcrel_bundle32bits.s | 25 +++++++++++++++ opcodes/kvx-dis.c | 23 ++------------ 9 files changed, 176 insertions(+), 22 deletions(-) create mode 100644 binutils/testsuite/binutils-all/dw2-decodedline-2.S create mode 100644 binutils/testsuite/binutils-all/kvx/kvx.exp create mode 100644 binutils/testsuite/binutils-all/kvx/pcrel_bundle.d create mode 100644 binutils/testsuite/binutils-all/kvx/pcrel_bundle.s create mode 100644 binutils/testsuite/binutils-all/kvx/pcrel_bundle32bits.d create mode 100644 binutils/testsuite/binutils-all/kvx/pcrel_bundle32bits.s