This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_bootstrap/master-arm-bootstrap_debug 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 new 0daa5af85a Automatic date update in version.in
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: 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