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-arm in repository toolchain/ci/binutils-gdb.
from 5f8ab46bc6 gdb: constify parameter of value_copy adds abed5aa88a Simplify hppa-tdep.c use of objfile_key adds 13835d88dc Use function view when iterating over block symbols adds d17e797f5c MIPS/opcodes: Fix alias annotation for branch instructions
No new revisions were added by this update.
Summary of changes: 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 +++++++ .../binutils-all/mips/mips-branch-alias.s | 18 +++++++ binutils/testsuite/binutils-all/mips/mips.exp | 8 ++++ .../binutils-all/mips/mips1-branch-alias.d | 17 +++++++ .../binutils-all/mips/mips1-branch-noalias.d | 17 +++++++ .../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 +++++++ gdb/hppa-tdep.c | 33 ++++--------- gdb/stack.c | 50 +++++++++----------- gdb/stack.h | 11 ++--- gdb/tracepoint.c | 55 +++++----------------- opcodes/ChangeLog | 8 ++++ opcodes/micromips-opc.c | 4 +- opcodes/mips-opc.c | 11 +++-- 19 files changed, 264 insertions(+), 108 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