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 9361a47 Automatic date update in version.in new e51af15 MIPS/GAS/testsuite: Group `branch-misc' tests together new d7f20d6 MIPS/GAS/testsuite: Restrict 64-bit `branch-mips' tests to Ne [...] new f26c9c2 MIPS/GAS/testsuite: Reenable disabled external BEQ tests new 00437d3 MIPS/GAS/testsuite: Split `branch-misc-2' tests into two new 6f50d61 MIPS/LD/testsuite: Resurrect `branch-misc-2' test new fcedb9f MIPS/GAS/testsuite: Remove remnants of a.out/ECOFF support
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/ChangeLog | 75 ++++ gas/testsuite/gas/mips/beq.d | 18 +- gas/testsuite/gas/mips/beq.s | 4 +- gas/testsuite/gas/mips/bge.d | 4 +- gas/testsuite/gas/mips/bgeu.d | 4 +- gas/testsuite/gas/mips/blt.d | 4 +- gas/testsuite/gas/mips/bltu.d | 4 +- gas/testsuite/gas/mips/branch-likely.d | 20 +- gas/testsuite/gas/mips/branch-misc-2-64.d | 17 +- gas/testsuite/gas/mips/branch-misc-2.d | 11 +- gas/testsuite/gas/mips/branch-misc-2.s | 9 +- gas/testsuite/gas/mips/branch-misc-2pic-64.d | 17 +- gas/testsuite/gas/mips/branch-misc-2pic.d | 11 +- gas/testsuite/gas/mips/branch-misc-5-64.d | 27 ++ gas/testsuite/gas/mips/branch-misc-5.d | 20 ++ gas/testsuite/gas/mips/branch-misc-5.s | 20 ++ gas/testsuite/gas/mips/branch-misc-5pic-64.d | 27 ++ gas/testsuite/gas/mips/branch-misc-5pic.d | 21 ++ gas/testsuite/gas/mips/ecoff@ld-forward.d | 5 - gas/testsuite/gas/mips/ecoff@ld-zero-3.d | 4 - gas/testsuite/gas/mips/ecoff@ld.d | 386 --------------------- gas/testsuite/gas/mips/ecoff@sd-forward.d | 5 - gas/testsuite/gas/mips/ecoff@sd.d | 386 --------------------- gas/testsuite/gas/mips/la.d | 320 ++++++++--------- gas/testsuite/gas/mips/lb.d | 312 ++++++++--------- gas/testsuite/gas/mips/lifloat.d | 12 +- gas/testsuite/gas/mips/micromips@beq.d | 5 + .../gas/mips/micromips@branch-misc-2-64.d | 18 +- gas/testsuite/gas/mips/micromips@branch-misc-2.d | 12 +- .../gas/mips/micromips@branch-misc-2pic-64.d | 18 +- .../gas/mips/micromips@branch-misc-2pic.d | 12 +- .../gas/mips/micromips@branch-misc-5-64.d | 28 ++ gas/testsuite/gas/mips/micromips@branch-misc-5.d | 22 ++ .../gas/mips/micromips@branch-misc-5pic-64.d | 28 ++ .../gas/mips/micromips@branch-misc-5pic.d | 22 ++ gas/testsuite/gas/mips/mips.exp | 20 +- gas/testsuite/gas/mips/mipsr6@beq.d | 22 +- gas/testsuite/gas/mips/mipsr6@bge.d | 32 +- gas/testsuite/gas/mips/mipsr6@bgeu.d | 26 +- gas/testsuite/gas/mips/mipsr6@blt.d | 32 +- gas/testsuite/gas/mips/mipsr6@bltu.d | 26 +- gas/testsuite/gas/mips/mipsr6@branch-misc-2-64.d | 17 +- .../gas/mips/mipsr6@branch-misc-2pic-64.d | 17 +- gas/testsuite/gas/mips/mipsr6@branch-misc-5-64.d | 27 ++ .../gas/mips/mipsr6@branch-misc-5pic-64.d | 27 ++ gas/testsuite/gas/mips/sb.d | 312 ++++++++--------- gas/testsuite/gas/mips/uld.d | 156 ++++----- gas/testsuite/gas/mips/ulh.d | 156 ++++----- gas/testsuite/gas/mips/ulw.d | 156 ++++----- gas/testsuite/gas/mips/usd.d | 156 ++++----- gas/testsuite/gas/mips/ush.d | 156 ++++----- gas/testsuite/gas/mips/usw.d | 156 ++++----- ld/ChangeLog | 5 + ld/testsuite/ld-mips-elf/branch-misc-2.d | 30 ++ ld/testsuite/ld-mips-elf/mips-elf.exp | 1 + 55 files changed, 1458 insertions(+), 1980 deletions(-) create mode 100644 gas/testsuite/gas/mips/branch-misc-5-64.d create mode 100644 gas/testsuite/gas/mips/branch-misc-5.d create mode 100644 gas/testsuite/gas/mips/branch-misc-5.s create mode 100644 gas/testsuite/gas/mips/branch-misc-5pic-64.d create mode 100644 gas/testsuite/gas/mips/branch-misc-5pic.d delete mode 100644 gas/testsuite/gas/mips/ecoff@ld-forward.d delete mode 100644 gas/testsuite/gas/mips/ecoff@ld-zero-3.d delete mode 100644 gas/testsuite/gas/mips/ecoff@ld.d delete mode 100644 gas/testsuite/gas/mips/ecoff@sd-forward.d delete mode 100644 gas/testsuite/gas/mips/ecoff@sd.d create mode 100644 gas/testsuite/gas/mips/micromips@branch-misc-5-64.d create mode 100644 gas/testsuite/gas/mips/micromips@branch-misc-5.d create mode 100644 gas/testsuite/gas/mips/micromips@branch-misc-5pic-64.d create mode 100644 gas/testsuite/gas/mips/micromips@branch-misc-5pic.d create mode 100644 gas/testsuite/gas/mips/mipsr6@branch-misc-5-64.d create mode 100644 gas/testsuite/gas/mips/mipsr6@branch-misc-5pic-64.d create mode 100644 ld/testsuite/ld-mips-elf/branch-misc-2.d