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_bootstrap/master-arm-check_bootstrap in repository toolchain/ci/binutils-gdb.
from 7a1550fcec Automatic date update in version.in adds 7055fa96fc gdb: remove internalvar_funcs::destroy adds 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 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 +++++++ .../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/break-catch-throw.c | 1 - gdb/hppa-tdep.c | 33 ++++--------- gdb/inferior.c | 1 - gdb/infrun.c | 1 - gdb/probe.c | 1 - gdb/stack.c | 50 ++++++++----------- gdb/stack.h | 11 ++--- gdb/thread.c | 2 - gdb/tracepoint.c | 56 +++++----------------- gdb/value.c | 18 +++---- gdb/value.h | 8 +--- gdb/windows-tdep.c | 1 - opcodes/ChangeLog | 8 ++++ opcodes/micromips-opc.c | 4 +- opcodes/mips-opc.c | 11 +++-- 28 files changed, 275 insertions(+), 133 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