This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk/llvm-master-arm-spec2k6-Oz in repository toolchain/ci/binutils-gdb.
from 5acad1a182 Automatic date update in version.in adds 6fdcd7cc87 gdb: Remove an unbalanced stray double quote from a comment adds 83228e93ef gdb/fortran: Introduce fortran-operator.def file adds b6d03bb2b6 gdb/fortran: Additional builtin procedures adds 1db455a76c gdb/fortran: better types for components of complex numbers adds bbe75b9d00 gdb/fortran: Print 'void' type in lower case adds bf7a4de172 gdb/fortran: print function arguments when printing function type adds f1fdc96066 gdb/fortran: Update rules for printing whitespace in types adds bc68014d16 gdb/fortran: Add allocatable type qualifier adds 06ddcada14 ld.texi tweak for pod2man adds 8107ddcea1 Work around gcc9 warning bug adds 066f4018ae PowerPC64 GOT indirect to GOT relative optimisation adds a776957c8c Fix crash in dwarf2read.c with template parameters adds 2ff0a94739 Fix "catch exception" with dynamic linking adds 8ed5b76ea2 (Windows) fix thr != nullptr assert failure in delete_thread_1 adds ab4ee6147e gdb/windows-nat.c: Get rid of main_thread_id global adds 15f18d1467 Support DW_FORM_strx1, _strx2, _strx3, _strx4 forms. adds 640c50672c Automatic date update in version.in adds b70bfc540d [gdb/testsuite] Use cc-with-tweaks.exp in dwarf4-gdb-index.exp adds f59f30f557 [gdb/testsuite] Fix "unable to find usable gdb" error with c [...] adds 25a0274483 Change nm so that when it is running in POSIX compatible mod [...] adds d48e62f4a2 Fix big-endian aggregate assignment in Ada adds 4504bbdec5 Fix bug in assignment to nested packed structure adds 2ecde2b632 Fix spelling mistakes in binutils testsuite. adds b83b4b1382 [BINUTILS, AArch64] Enable Transactional Memory Extension
No new revisions were added by this update.
Summary of changes: bfd/ChangeLog | 9 + bfd/elf64-ppc.c | 210 ++- bfd/version.h | 2 +- binutils/ChangeLog | 25 + binutils/nm.c | 95 +- binutils/testsuite/binutils-all/compress.exp | 2 +- binutils/testsuite/binutils-all/nm.exp | 18 + binutils/testsuite/binutils-all/objdump.exp | 2 +- binutils/wrstabs.c | 22 +- gas/ChangeLog | 12 + gas/config/tc-aarch64.c | 3 + gas/doc/c-aarch64.texi | 2 + gas/testsuite/gas/aarch64/tme-invalid.d | 4 + gas/testsuite/gas/aarch64/tme-invalid.l | 26 + gas/testsuite/gas/aarch64/tme-invalid.s | 28 + gas/testsuite/gas/aarch64/tme.d | 22 + gas/testsuite/gas/aarch64/tme.s | 14 + gdb/ChangeLog | 121 ++ gdb/ada-lang.c | 129 +- gdb/dwarf2read.c | 123 +- gdb/expprint.c | 1 - gdb/expression.h | 1 + gdb/f-exp.y | 15 +- gdb/f-lang.c | 305 +++- gdb/f-typeprint.c | 55 +- gdb/f-valprint.c | 2 +- gdb/fortran-operator.def | 27 + gdb/gdbtypes.h | 4 + gdb/parse.c | 1 - gdb/std-operator.def | 3 +- gdb/testsuite/ChangeLog | 75 + gdb/testsuite/boards/cc-with-tweaks.exp | 5 + gdb/testsuite/boards/dwarf4-gdb-index.exp | 22 +- gdb/testsuite/gdb.ada/catch_ex_std.exp | 103 ++ .../aggregates.ads => catch_ex_std/foo.adb} | 30 +- .../some_package.adb} | 28 +- .../some_package.ads} | 26 +- gdb/testsuite/gdb.ada/packed_array_assign.exp | 8 + .../gdb.ada/packed_array_assign/aggregates.ads | 7 + gdb/testsuite/gdb.cp/temargs.cc | 23 + gdb/testsuite/gdb.dwarf2/dw2-case-insensitive.exp | 2 +- gdb/testsuite/gdb.fortran/complex.exp | 41 +- gdb/testsuite/gdb.fortran/complex.f | 24 - gdb/testsuite/gdb.fortran/complex.f90 | 44 + gdb/testsuite/gdb.fortran/exprs.exp | 2 +- gdb/testsuite/gdb.fortran/intrinsics.exp | 35 + gdb/testsuite/gdb.fortran/ptr-indentation.exp | 2 +- gdb/testsuite/gdb.fortran/ptype-on-functions.exp | 45 + gdb/testsuite/gdb.fortran/ptype-on-functions.f90 | 89 + gdb/testsuite/gdb.fortran/vla-datatypes.exp | 10 +- gdb/testsuite/gdb.fortran/vla-ptr-info.exp | 2 +- gdb/testsuite/gdb.fortran/vla-ptype.exp | 8 +- gdb/testsuite/gdb.fortran/vla-type.exp | 22 +- gdb/testsuite/gdb.fortran/vla-value.exp | 8 +- gdb/testsuite/gdb.mi/mi-vla-fortran.exp | 4 +- gdb/testsuite/lib/ada.exp | 27 + gdb/testsuite/lib/dwarf.exp | 4 + gdb/testsuite/lib/gdb.exp | 15 +- gdb/windows-nat.c | 15 +- include/ChangeLog | 5 + include/opcode/aarch64.h | 4 +- ld/ChangeLog | 18 + ld/ld.texi | 15 +- ld/testsuite/ld-powerpc/elfv2exe.d | 2 +- ld/testsuite/ld-powerpc/elfv2so.d | 12 +- ld/testsuite/ld-powerpc/tocopt.d | 14 +- ld/testsuite/ld-powerpc/tocopt.s | 3 +- ld/testsuite/ld-powerpc/tocopt5.d | 11 +- ld/testsuite/ld-powerpc/tocopt5.s | 1 - ld/testsuite/ld-powerpc/tocopt7.d | 2 +- ld/testsuite/ld-powerpc/tocopt7.s | 1 - ld/testsuite/ld-powerpc/tocopt8.d | 24 +- ld/testsuite/ld-powerpc/tocopt8.s | 1 - opcodes/ChangeLog | 13 + opcodes/aarch64-asm-2.c | 275 +-- opcodes/aarch64-dis-2.c | 1895 ++++++++++---------- opcodes/aarch64-opc-2.c | 19 +- opcodes/aarch64-opc.c | 2 + opcodes/aarch64-tbl.h | 18 + 79 files changed, 2920 insertions(+), 1424 deletions(-) create mode 100644 gas/testsuite/gas/aarch64/tme-invalid.d create mode 100644 gas/testsuite/gas/aarch64/tme-invalid.l create mode 100644 gas/testsuite/gas/aarch64/tme-invalid.s create mode 100644 gas/testsuite/gas/aarch64/tme.d create mode 100644 gas/testsuite/gas/aarch64/tme.s create mode 100644 gdb/fortran-operator.def create mode 100644 gdb/testsuite/gdb.ada/catch_ex_std.exp copy gdb/testsuite/gdb.ada/{packed_array_assign/aggregates.ads => catch_ex_std/foo [...] copy gdb/testsuite/gdb.ada/{packed_array_assign/aggregates.ads => catch_ex_std/som [...] copy gdb/testsuite/gdb.ada/{packed_array_assign/aggregates.ads => catch_ex_std/som [...] delete mode 100644 gdb/testsuite/gdb.fortran/complex.f create mode 100644 gdb/testsuite/gdb.fortran/complex.f90 create mode 100644 gdb/testsuite/gdb.fortran/ptype-on-functions.exp create mode 100644 gdb/testsuite/gdb.fortran/ptype-on-functions.f90