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 0458ca4440 Specify architecture for SPARC gas tests new db841b6fcd MIPS/LD: Fix crashing with a discarded dynamic relocation section new 8095d2f70e MIPS/GAS: Split Loongson MMI Instructions from loongson2f/3a
The 2 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/ChangeLog | 13 ++ bfd/elfxx-mips.c | 6 +- binutils/ChangeLog | 5 + binutils/readelf.c | 2 + gas/ChangeLog | 30 ++++ gas/NEWS | 3 + gas/config/tc-mips.c | 18 ++- gas/doc/as.texi | 8 + gas/doc/c-mips.texi | 15 ++ .../gas/mips/{loongson-3a.d => loongson-2f-mmi.d} | 35 ++--- .../gas/mips/{loongson-3a.s => loongson-2f-mmi.s} | 17 --- gas/testsuite/gas/mips/loongson-2f.d | 86 +---------- gas/testsuite/gas/mips/loongson-2f.s | 84 ----------- .../gas/mips/{loongson-3a.d => loongson-3a-mmi.d} | 33 ++--- .../gas/mips/{loongson-3a.s => loongson-3a-mmi.s} | 17 --- gas/testsuite/gas/mips/loongson-3a.d | 84 ----------- gas/testsuite/gas/mips/loongson-3a.s | 84 ----------- gas/testsuite/gas/mips/mips.exp | 3 + include/ChangeLog | 7 + include/elf/mips.h | 3 +- include/opcode/mips.h | 2 + ld/ChangeLog | 6 + ld/testsuite/ld-elf/reloc-discard.d | 10 ++ ld/testsuite/ld-elf/reloc-discard.ld | 6 + .../ld-elf/{weak-dyn-1b.s => reloc-discard.s} | 0 opcodes/ChangeLog | 11 ++ opcodes/mips-dis.c | 14 +- opcodes/mips-opc.c | 163 +++++++++++---------- 28 files changed, 271 insertions(+), 494 deletions(-) copy gas/testsuite/gas/mips/{loongson-3a.d => loongson-2f-mmi.d} (83%) copy gas/testsuite/gas/mips/{loongson-3a.s => loongson-2f-mmi.s} (86%) copy gas/testsuite/gas/mips/{loongson-3a.d => loongson-3a-mmi.d} (84%) copy gas/testsuite/gas/mips/{loongson-3a.s => loongson-3a-mmi.s} (86%) create mode 100644 ld/testsuite/ld-elf/reloc-discard.d create mode 100644 ld/testsuite/ld-elf/reloc-discard.ld copy ld/testsuite/ld-elf/{weak-dyn-1b.s => reloc-discard.s} (100%)