This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_check/master-aarch64 in repository toolchain/ci/binutils-gdb.
from 13835d88dc Use function view when iterating over block symbols adds d17e797f5c MIPS/opcodes: Fix alias annotation for branch instructions adds 0daa5af85a Automatic date update in version.in
No new revisions were added by this update.
Summary of changes: bfd/version.h | 2 +- binutils/ChangeLog | 19 +++++++++++++++++++ .../binutils-all/mips/micromips-branch-alias.d | 17 +++++++++++++++++ .../binutils-all/mips/micromips-branch-alias.s | 17 +++++++++++++++++ .../binutils-all/mips/micromips-branch-noalias.d | 17 +++++++++++++++++ .../testsuite/binutils-all/mips/mips-branch-alias.s | 18 ++++++++++++++++++ binutils/testsuite/binutils-all/mips/mips.exp | 8 ++++++++ .../testsuite/binutils-all/mips/mips1-branch-alias.d | 17 +++++++++++++++++ .../binutils-all/mips/mips1-branch-noalias.d | 17 +++++++++++++++++ .../testsuite/binutils-all/mips/mips2-branch-alias.d | 18 ++++++++++++++++++ .../binutils-all/mips/mips2-branch-noalias.d | 18 ++++++++++++++++++ .../binutils-all/mips/mips32r6-branch-alias.d | 17 +++++++++++++++++ .../binutils-all/mips/mips32r6-branch-noalias.d | 17 +++++++++++++++++ opcodes/ChangeLog | 8 ++++++++ opcodes/micromips-opc.c | 4 ++-- opcodes/mips-opc.c | 11 ++++++----- 16 files changed, 217 insertions(+), 8 deletions(-) create mode 100644 binutils/testsuite/binutils-all/mips/micromips-branch-alias.d create mode 100644 binutils/testsuite/binutils-all/mips/micromips-branch-alias.s create mode 100644 binutils/testsuite/binutils-all/mips/micromips-branch-noalias.d create mode 100644 binutils/testsuite/binutils-all/mips/mips-branch-alias.s create mode 100644 binutils/testsuite/binutils-all/mips/mips1-branch-alias.d create mode 100644 binutils/testsuite/binutils-all/mips/mips1-branch-noalias.d create mode 100644 binutils/testsuite/binutils-all/mips/mips2-branch-alias.d create mode 100644 binutils/testsuite/binutils-all/mips/mips2-branch-noalias.d create mode 100644 binutils/testsuite/binutils-all/mips/mips32r6-branch-alias.d create mode 100644 binutils/testsuite/binutils-all/mips/mips32r6-branch-noalias.d