This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch users/ARM/embedded-binutils-2_26-branch in repository binutils-gdb.
from ea5c7ac 2016-08-26 Thomas Preud'homme thomas.preudhomme@arm.com adds 27dfe9a Automatic date update in version.in adds 0e2bc7b Automatic date update in version.in adds 1259d47 Automatic date update in version.in adds e5ce06f Automatic date update in version.in adds 5cbb5e7 Automatic date update in version.in adds f82f028 Automatic date update in version.in adds 0845f86 Automatic date update in version.in adds 6bc1aec Add support for yet some more new ISA 3.0 instructions. adds 29074ee Automatic date update in version.in adds 388fedf Automatic date update in version.in adds ca622a7 Automatic date update in version.in adds c72c2a7 Automatic date update in version.in adds a70fac6 Automatic date update in version.in adds cd484fa PR 19264 looping in ppc64_elf_size_stubs adds a01d012 Fix ppc64le S-record test fail adds 73590ef Invalid read in _bfd_elf_get_symbol_version_string adds 9d1b87d Automatic date update in version.in adds 1aa66af GAS: Fix `abort' expansion in write.c adds 5475e32 MIPS/GAS: Fix an ISA override not lifting ABI restrictions adds c29838e Bump to 2.26.1, commit generated files. adds fa361f8 Bump to 2.26.2, development mode. adds 6ed8c82 Automatic date update in version.in adds 05aae7f Automatic date update in version.in adds b636f51 Generate markers for 2.27 adds a0203f2 Revert previous patch. adds 615ee7e Automatic date update in version.in adds 0f848c6 Automatic date update in version.in adds 97faa37 Automatic date update in version.in adds 445f8cd Automatic date update in version.in adds 6214617 Automatic date update in version.in adds 9ddc447 Automatic date update in version.in adds 1fa2643 Automatic date update in version.in adds 123847c Automatic date update in version.in adds 7bd80cd Automatic date update in version.in adds a3b7392 Automatic date update in version.in adds 23f53f0 Automatic date update in version.in adds 7093054 Automatic date update in version.in adds 444fa85 Automatic date update in version.in adds 688bf63 Automatic date update in version.in adds 10c2374 Automatic date update in version.in adds e8b4e18 Automatic date update in version.in adds feaeb9e Automatic date update in version.in adds 0a358c7 Automatic date update in version.in adds 97621da Automatic date update in version.in adds c60cb98 Automatic date update in version.in adds 281b81f Automatic date update in version.in adds 02cd3f8 Automatic date update in version.in adds fc2b6d2 Automatic date update in version.in adds c88b8b1 Automatic date update in version.in adds 759ed37 Automatic date update in version.in adds d45d94d PowerPC64 ld segfault with code in non-executable sections adds a5ffb99 Backport lastest POWER9 support to match final ISA 3.0 docume [...] new 5675668 Merge remote-tracking branch 'origin/binutils-2_26-branch' 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/ChangeLog | 38 ++ bfd/configure | 20 +- bfd/elf64-ppc.c | 23 +- bfd/version.h | 2 +- bfd/version.m4 | 2 +- binutils/ChangeLog | 14 + binutils/configure | 20 +- binutils/doc/addr2line.1 | 2 +- binutils/doc/ar.1 | 2 +- binutils/doc/binutils.info | 2 +- binutils/doc/cxxfilt.man | 2 +- binutils/doc/dlltool.1 | 2 +- binutils/doc/elfedit.1 | 2 +- binutils/doc/nlmconv.1 | 2 +- binutils/doc/nm.1 | 2 +- binutils/doc/objcopy.1 | 4 +- binutils/doc/objdump.1 | 2 +- binutils/doc/ranlib.1 | 2 +- binutils/doc/readelf.1 | 2 +- binutils/doc/size.1 | 2 +- binutils/doc/strings.1 | 2 +- binutils/doc/strip.1 | 2 +- binutils/doc/windmc.1 | 2 +- binutils/doc/windres.1 | 2 +- binutils/objdump.c | 3 +- etc/config.log | 21 +- gas/ChangeLog | 100 ++- gas/config/tc-mips.c | 42 +- gas/configure | 20 +- gas/doc/as.1 | 15 +- gas/doc/as.info | 772 +++++++++++----------- gas/testsuite/gas/mips/isa-override-1.d | 49 ++ gas/testsuite/gas/mips/isa-override-1.s | 31 + gas/testsuite/gas/mips/isa-override-2.l | 4 + gas/testsuite/gas/mips/isa-override-2.s | 18 + gas/testsuite/gas/mips/micromips@isa-override-1.d | 50 ++ gas/testsuite/gas/mips/mips.exp | 3 + gas/testsuite/gas/mips/mips1@isa-override-1.d | 53 ++ gas/testsuite/gas/mips/mips1@isa-override-2.l | 4 + gas/testsuite/gas/mips/mips1@isa-override-2.s | 18 + gas/testsuite/gas/mips/mips2@isa-override-1.d | 50 ++ gas/testsuite/gas/mips/mips2@isa-override-2.l | 4 + gas/testsuite/gas/mips/mips2@isa-override-2.s | 18 + gas/testsuite/gas/mips/mips32@isa-override-1.d | 5 + gas/testsuite/gas/mips/mips32@isa-override-2.l | 4 + gas/testsuite/gas/mips/mips32@isa-override-2.s | 18 + gas/testsuite/gas/mips/mips32r2@isa-override-1.d | 50 ++ gas/testsuite/gas/mips/mips32r2@isa-override-2.l | 4 + gas/testsuite/gas/mips/mips32r2@isa-override-2.s | 18 + gas/testsuite/gas/mips/mips32r3@isa-override-1.d | 5 + gas/testsuite/gas/mips/mips32r3@isa-override-2.l | 4 + gas/testsuite/gas/mips/mips32r3@isa-override-2.s | 18 + gas/testsuite/gas/mips/mips32r5@isa-override-1.d | 5 + gas/testsuite/gas/mips/mips32r5@isa-override-2.l | 4 + gas/testsuite/gas/mips/mips32r5@isa-override-2.s | 18 + gas/testsuite/gas/mips/mips32r6@isa-override-1.d | 5 + gas/testsuite/gas/mips/mips32r6@isa-override-2.l | 4 + gas/testsuite/gas/mips/mips32r6@isa-override-2.s | 18 + gas/testsuite/gas/mips/mips64r2@isa-override-1.d | 50 ++ gas/testsuite/gas/mips/mips64r3@isa-override-1.d | 5 + gas/testsuite/gas/mips/mips64r5@isa-override-1.d | 5 + gas/testsuite/gas/mips/mips64r6@isa-override-1.d | 5 + gas/testsuite/gas/mips/octeon3@isa-override-1.d | 6 + gas/testsuite/gas/mips/octeon3@isa-override-1.l | 2 + gas/testsuite/gas/mips/octeon3@isa-override-2.l | 5 + gas/testsuite/gas/mips/octeon3@isa-override-2.s | 18 + gas/testsuite/gas/mips/octeon@isa-override-1.d | 5 + gas/testsuite/gas/mips/r3000@isa-override-1.d | 5 + gas/testsuite/gas/mips/r3000@isa-override-2.l | 4 + gas/testsuite/gas/mips/r3000@isa-override-2.s | 18 + gas/testsuite/gas/mips/r3900@isa-override-1.d | 5 + gas/testsuite/gas/mips/r3900@isa-override-2.l | 4 + gas/testsuite/gas/mips/r3900@isa-override-2.s | 18 + gas/testsuite/gas/mips/r5900@isa-override-1.d | 28 + gas/testsuite/gas/mips/r5900@isa-override-1.s | 23 + gas/testsuite/gas/ppc/power9.d | 29 +- gas/testsuite/gas/ppc/power9.s | 35 +- gas/write.c | 1 - gprof/ChangeLog | 8 + gprof/configure | 20 +- ld/ChangeLog | 8 + ld/configure | 20 +- ld/ld.1 | 14 +- ld/ld.info | 565 ++++++++-------- opcodes/ChangeLog | 44 +- opcodes/configure | 20 +- opcodes/ppc-opc.c | 54 +- 87 files changed, 1808 insertions(+), 826 deletions(-) create mode 100644 gas/testsuite/gas/mips/isa-override-1.d create mode 100644 gas/testsuite/gas/mips/isa-override-1.s create mode 100644 gas/testsuite/gas/mips/isa-override-2.l create mode 100644 gas/testsuite/gas/mips/isa-override-2.s create mode 100644 gas/testsuite/gas/mips/micromips@isa-override-1.d create mode 100644 gas/testsuite/gas/mips/mips1@isa-override-1.d create mode 100644 gas/testsuite/gas/mips/mips1@isa-override-2.l create mode 100644 gas/testsuite/gas/mips/mips1@isa-override-2.s create mode 100644 gas/testsuite/gas/mips/mips2@isa-override-1.d create mode 100644 gas/testsuite/gas/mips/mips2@isa-override-2.l create mode 100644 gas/testsuite/gas/mips/mips2@isa-override-2.s create mode 100644 gas/testsuite/gas/mips/mips32@isa-override-1.d create mode 100644 gas/testsuite/gas/mips/mips32@isa-override-2.l create mode 100644 gas/testsuite/gas/mips/mips32@isa-override-2.s create mode 100644 gas/testsuite/gas/mips/mips32r2@isa-override-1.d create mode 100644 gas/testsuite/gas/mips/mips32r2@isa-override-2.l create mode 100644 gas/testsuite/gas/mips/mips32r2@isa-override-2.s create mode 100644 gas/testsuite/gas/mips/mips32r3@isa-override-1.d create mode 100644 gas/testsuite/gas/mips/mips32r3@isa-override-2.l create mode 100644 gas/testsuite/gas/mips/mips32r3@isa-override-2.s create mode 100644 gas/testsuite/gas/mips/mips32r5@isa-override-1.d create mode 100644 gas/testsuite/gas/mips/mips32r5@isa-override-2.l create mode 100644 gas/testsuite/gas/mips/mips32r5@isa-override-2.s create mode 100644 gas/testsuite/gas/mips/mips32r6@isa-override-1.d create mode 100644 gas/testsuite/gas/mips/mips32r6@isa-override-2.l create mode 100644 gas/testsuite/gas/mips/mips32r6@isa-override-2.s create mode 100644 gas/testsuite/gas/mips/mips64r2@isa-override-1.d create mode 100644 gas/testsuite/gas/mips/mips64r3@isa-override-1.d create mode 100644 gas/testsuite/gas/mips/mips64r5@isa-override-1.d create mode 100644 gas/testsuite/gas/mips/mips64r6@isa-override-1.d create mode 100644 gas/testsuite/gas/mips/octeon3@isa-override-1.d create mode 100644 gas/testsuite/gas/mips/octeon3@isa-override-1.l create mode 100644 gas/testsuite/gas/mips/octeon3@isa-override-2.l create mode 100644 gas/testsuite/gas/mips/octeon3@isa-override-2.s create mode 100644 gas/testsuite/gas/mips/octeon@isa-override-1.d create mode 100644 gas/testsuite/gas/mips/r3000@isa-override-1.d create mode 100644 gas/testsuite/gas/mips/r3000@isa-override-2.l create mode 100644 gas/testsuite/gas/mips/r3000@isa-override-2.s create mode 100644 gas/testsuite/gas/mips/r3900@isa-override-1.d create mode 100644 gas/testsuite/gas/mips/r3900@isa-override-2.l create mode 100644 gas/testsuite/gas/mips/r3900@isa-override-2.s create mode 100644 gas/testsuite/gas/mips/r5900@isa-override-1.d create mode 100644 gas/testsuite/gas/mips/r5900@isa-override-1.s