This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu/gnu-master-aarch64-check_binutils in repository toolchain/ci/binutils-gdb.
from 32d5141c70 Automatic date update in version.in adds 52563b0f1c Add a test for PR 27355 - where corrupt assembler .file dire [...] adds 4a68fcd7f7 Prevent a bad .Psize expression from triggering a memory acc [...] adds a57d17732e Remove arm-symbianelf adds 9b87f84a35 [binutils] Handle DW_UT_skeleton/split_compile in process_de [...] adds 284beb431f Add a sanity check of files include by .incbin. adds 5f128a25f2 [binutils] Handle DW_FORM_ref_sig8 in get_type_abbrev_from_form adds a4f0544b1b Avoid crash in resolve_dynamic_struct adds f73e424f7b Avoid crash from coerce_unspec_val_to_type adds b61f78118a [testsuite] Don't use 'testfile' before 'standard_testfile'. adds 03642b7189 gdb: revert "gdb: unify parts of the Linux and FreeBSD core [...] adds cf2b207529 [gdb/symtab] Fix element type modification in read_array_type adds 238ebeb127 Automatic date update in version.in adds 9bb305b389 Fix typo in stap_parse_argument_conditionally adds 01e8b831f5 Remove debugging code accidentally included with the fix for [...] adds ee4c3d8801 [gdb/testsuite] Fix tcl ERROR in gdb_load_no_complaints adds 52ff20fe7b [binutils] Handle presence of both .debug_ranges and .debug_ [...] adds ebbc3a7d56 gdb: Delete SYMBOL_OBJ_SECTION and MSYMBOL_OBJ_SECTION adds a52d653e91 gdb: delete SYMBOL_SECTION and MSYMBOL_SECTION macros adds 830c5a1ffb intl: Allow building both with old bison and bison >= 3 [PR92008] adds adda0248ed intl: Unbreak intl build with bison 3 when no regeneration i [...] adds 53d4244ec0 intl: always picify adds aee224d643 intl: turn LIBINTL into -L / -l form adds 9514861402 bfd, opcodes, libctf: support --with-included-gettext adds cbd8f5bbcc libctf: require a Tcl capable of try/catch to run tests adds 758f590744 libctf: add missing header in BFD ELF check adds e92c8eb86d gdb/fortran: add parser support for lbound and ubound adds d9d9d8ef8c [binutils] Handle absolute DW_AT_dwo_name adds 933feaf37e Re: Remove arm-symbianelf adds 18b8df43bd gdb: Remove arm-symbianelf support adds 25ad1e83c8 gdb/testsuite: use "set sysroot" in gdb.multi/multi-target.exp.tcl adds 10ed138aa3 Automatic date update in version.in adds 160fe19337 gdb: adjust comment in gdb.multi/multi-target.exp.tcl adds 6db658c517 PR27291, integer overflow in bfd_get_section_contents
No new revisions were added by this update.
Summary of changes: ChangeLog | 5 + bfd/ChangeLog | 22 + bfd/config.bfd | 6 +- bfd/configure | 13 +- bfd/configure.ac | 13 +- bfd/elf-bfd.h | 1 - bfd/elf32-arm.c | 1091 +++++++------------- bfd/section.c | 6 +- bfd/targets.c | 4 - bfd/version.h | 2 +- binutils/ChangeLog | 27 + binutils/dwarf.c | 43 +- binutils/testsuite/lib/binutils-common.exp | 1 - configure | 3 - configure.ac | 3 - gas/ChangeLog | 58 ++ gas/Makefile.am | 1 - gas/Makefile.in | 1 - gas/NEWS | 2 + gas/config/tc-arm.c | 6 +- gas/config/te-symbian.h | 22 - gas/configure.tgt | 1 - gas/listing.c | 20 +- gas/po/POTFILES.in | 1 - gas/read.c | 9 + gas/testsuite/gas/all/gas.exp | 2 + gas/testsuite/gas/all/pr27381.d | 4 + gas/testsuite/gas/all/pr27381.err | 2 + gas/testsuite/gas/all/pr27381.s | 1 + gas/testsuite/gas/all/pr27384.d | 4 + gas/testsuite/gas/all/pr27384.err | 4 + gas/testsuite/gas/all/pr27384.s | 4 + gas/testsuite/gas/arm/arch4t-eabi.d | 2 +- gas/testsuite/gas/arm/arch4t.d | 2 +- gas/testsuite/gas/arm/got_prel.d | 2 +- gas/testsuite/gas/arm/mapdir.d | 2 +- gas/testsuite/gas/arm/mapmisc.d | 2 +- gas/testsuite/gas/arm/mapsecs.d | 2 +- gas/testsuite/gas/arm/mapshort-eabi.d | 2 +- gas/testsuite/gas/arm/thumb-eabi.d | 2 +- gas/testsuite/gas/arm/thumb.d | 2 +- gas/testsuite/gas/arm/thumbrel.d | 2 +- gas/testsuite/gas/elf/elf.exp | 1 + gas/testsuite/gas/elf/pr27355.d | 3 + gas/testsuite/gas/elf/pr27355.err | 5 + gas/testsuite/gas/elf/pr27355.s | 4 + gdb/ChangeLog | 146 +++ gdb/Makefile.in | 2 - gdb/NEWS | 4 + gdb/ada-lang.c | 10 +- gdb/arm-symbian-tdep.c | 132 --- gdb/breakpoint.c | 5 +- gdb/coff-pe-read.c | 2 +- gdb/coffread.c | 4 +- gdb/configure.tgt | 6 - gdb/ctfread.c | 2 +- gdb/doc/gdb.texinfo | 4 +- gdb/dwarf2/read.c | 20 +- gdb/f-exp.y | 18 + gdb/f-lang.c | 172 +++ gdb/fbsd-tdep.c | 135 ++- gdb/findvar.c | 18 +- gdb/gcore.c | 136 --- gdb/gcore.h | 20 - gdb/gdbtypes.c | 8 +- gdb/infcmd.c | 2 +- gdb/language.c | 2 +- gdb/linespec.c | 2 +- gdb/linux-tdep.c | 141 ++- gdb/maint.c | 2 +- gdb/minsyms.c | 19 +- gdb/objfiles.c | 4 +- gdb/osabi.c | 1 - gdb/osabi.h | 1 - gdb/parse.c | 5 +- gdb/printcmd.c | 6 +- gdb/psympriv.h | 7 +- gdb/psymtab.c | 2 +- gdb/stabsread.c | 2 +- gdb/stap-probe.c | 2 +- gdb/std-operator.def | 4 + gdb/symmisc.c | 6 +- gdb/symtab.c | 32 +- gdb/symtab.h | 36 +- gdb/testsuite/ChangeLog | 30 + gdb/testsuite/gdb.ada/catch_ex_std.exp | 3 +- gdb/testsuite/gdb.base/dup-sect.exp | 1 - gdb/testsuite/gdb.base/ending-run.exp | 4 - gdb/testsuite/gdb.base/long_long.exp | 3 +- gdb/testsuite/gdb.base/solib-weak.exp | 3 +- gdb/testsuite/gdb.fortran/function-calls.exp | 15 + gdb/testsuite/gdb.fortran/lbound-ubound.F90 | 105 ++ gdb/testsuite/gdb.fortran/lbound-ubound.exp | 204 ++++ gdb/testsuite/gdb.guile/scm-section-script.exp | 1 - gdb/testsuite/gdb.multi/multi-target.exp.tcl | 8 +- gdb/testsuite/gdb.python/py-section-script.exp | 1 - .../gdb.threads/signal-command-handle-nopass.exp | 4 +- .../signal-command-multiple-signals-pending.exp | 4 +- .../gdb.threads/signal-delivered-right-thread.exp | 4 +- gdb/testsuite/gdb.threads/signal-sigtrap.exp | 4 +- gdb/testsuite/lib/dwarf.exp | 1 - gdb/testsuite/lib/gdb.exp | 58 +- gdb/value.c | 2 +- gdb/value.h | 3 - gdb/xcoffread.c | 8 +- intl/ChangeLog | 49 + intl/Makefile.in | 16 +- intl/aclocal.m4 | 1 + intl/configure | 113 +- intl/configure.ac | 30 +- intl/plural-config.h | 1 + intl/plural-exp.h | 8 +- intl/plural.c | 62 +- intl/plural.y | 27 +- ld/ChangeLog | 18 + ld/Makefile.am | 2 - ld/Makefile.in | 3 - ld/NEWS | 2 + ld/configure.tgt | 1 - ld/emulparams/armsymbian.sh | 25 - ld/ld.texi | 5 +- ld/po/BLD-POTFILES.in | 1 - ld/scripttempl/armbpabi.sc | 417 -------- ld/testsuite/ld-arm/arm-elf.exp | 4 - ld/testsuite/ld-arm/symbian-seg1.d | 8 - ld/testsuite/ld-arm/symbian-seg1.s | 13 - libctf/ChangeLog | 23 + libctf/Makefile.am | 6 +- libctf/Makefile.in | 91 +- libctf/configure | 91 +- libctf/configure.ac | 27 +- opcodes/ChangeLog | 6 + opcodes/configure | 8 +- opcodes/configure.ac | 8 +- 134 files changed, 2262 insertions(+), 1805 deletions(-) delete mode 100644 gas/config/te-symbian.h create mode 100644 gas/testsuite/gas/all/pr27381.d create mode 100644 gas/testsuite/gas/all/pr27381.err create mode 100644 gas/testsuite/gas/all/pr27381.s create mode 100644 gas/testsuite/gas/all/pr27384.d create mode 100644 gas/testsuite/gas/all/pr27384.err create mode 100644 gas/testsuite/gas/all/pr27384.s create mode 100644 gas/testsuite/gas/elf/pr27355.d create mode 100644 gas/testsuite/gas/elf/pr27355.err create mode 100644 gas/testsuite/gas/elf/pr27355.s delete mode 100644 gdb/arm-symbian-tdep.c create mode 100644 gdb/testsuite/gdb.fortran/lbound-ubound.F90 create mode 100644 gdb/testsuite/gdb.fortran/lbound-ubound.exp create mode 100644 intl/plural-config.h delete mode 100644 ld/emulparams/armsymbian.sh delete mode 100644 ld/scripttempl/armbpabi.sc delete mode 100644 ld/testsuite/ld-arm/symbian-seg1.d delete mode 100644 ld/testsuite/ld-arm/symbian-seg1.s