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 92f102cf640 Automatic date update in version.in new 0813652eef5 alpha, ld: remove -taso option new 1c065666dd4 MIPS/GAS/testsuite: Support negated targets for default arc [...] new 9371764e930 MIPS/GAS: Set default CPU to MIPS64r6 for 64-bit "img" conf [...] new 83eab1060d6 MIPS/GAS: Fix comment about "img" vendor configurations new e8f545e985b MIPS/GAS/testsuite: Reuse n64 GPR disassembly for n32 new caaa18f2128 MIPS objdump: Add `eabi32` and `eabi64` ABI options
The 6 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: gas/configure | 5 ++- gas/configure.ac | 5 ++- .../mips/{fpr-names-32.d => fpr-names-eabi32.d} | 12 +++---- gas/testsuite/gas/mips/fpr-names-eabi64.d | 42 ++++++++++++++++++++++ gas/testsuite/gas/mips/gpr-names-eabi32.d | 4 +++ gas/testsuite/gas/mips/gpr-names-eabi64.d | 4 +++ gas/testsuite/gas/mips/gpr-names-n32.d | 40 +-------------------- gas/testsuite/gas/mips/mips.exp | 27 ++++++++++---- gdb/testsuite/gdb.base/dump.exp | 6 ---- ld/NEWS | 3 ++ ld/emultempl/alphaelf.em | 31 ---------------- ld/ldlex.h | 1 - opcodes/mips-dis.c | 18 ++++++++++ 13 files changed, 106 insertions(+), 92 deletions(-) copy gas/testsuite/gas/mips/{fpr-names-32.d => fpr-names-eabi32.d} (85%) create mode 100644 gas/testsuite/gas/mips/fpr-names-eabi64.d create mode 100644 gas/testsuite/gas/mips/gpr-names-eabi32.d create mode 100644 gas/testsuite/gas/mips/gpr-names-eabi64.d