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 3a2488d Fix crash when disassembling invalid range on powerpc vle new 329d01f AArch64/opcodes: Correct another `index' global shadowing error new bf355b6 ARM/GAS: Correct an `index' global shadowing error new 731f7c4 ARC/GAS: Correct a `spaces' global shadowing error new 860b03a MIPS16/opcodes: Fix PC-relative operation delay-slot adjustment new 39f66f3 MIPS16/opcodes: Fix off-by-one indentation in `print_mips16_i [...]
The 5 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: binutils/ChangeLog | 6 + binutils/testsuite/binutils-all/mips/mips.exp | 1 + .../testsuite/binutils-all/mips/mips16-pcrel.d | 200 +++++++++++++++++++ .../testsuite/binutils-all/mips/mips16-pcrel.s | 219 +++++++++++++++++++++ gas/ChangeLog | 10 + gas/config/tc-arc.c | 10 +- gas/config/tc-arm.c | 8 +- opcodes/ChangeLog | 16 ++ opcodes/aarch64-asm.c | 16 +- opcodes/mips-dis.c | 56 +++--- 10 files changed, 499 insertions(+), 43 deletions(-) create mode 100644 binutils/testsuite/binutils-all/mips/mips16-pcrel.d create mode 100644 binutils/testsuite/binutils-all/mips/mips16-pcrel.s