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-arm-check_binutils in repository toolchain/ci/binutils-gdb.
from 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 adds 1cfcf3004e PR27290, PR27293, PR27295, various avr objdump fixes adds 31c711a2b3 PR27294, avr OOM adds 1db66e348a gdb: add obj_section function to bound_minimal_symbol adds f4be677293 gdb/testsuite: split 'maint info sections' tests to a new file adds 4790db1496 gdb: 'maint info sections' - handle the no executable case adds bf3386f0c1 gdb: change 'maint info section' to use command options adds a1670b7263 gdb/testsuite: remove old comment adds 769c253f45 Revert "ia64: Check UNDEFWEAK_NO_DYNAMIC_RELOC" adds 234b98ced2 Remove ia64 from obsolete list adds b260f8d60c Fix two Fortran regressions adds 05f68f52ef [gdb/symtab] Handle DW_FORM_strx in form_requires_reprocessing adds a5a310d616 Automatic date update in version.in adds d60f79984a [binutils] Print DWO ID adds 95abb3944c [binutils] Fix printing of .debug_str_offsets adds 528a4f87c6 [binutils] Fix typo in comment in dwarf.h
No new revisions were added by this update.
Summary of changes: bfd/ChangeLog | 29 +++ bfd/config.bfd | 1 - bfd/configure | 11 +- bfd/configure.ac | 11 +- bfd/elf32-avr.c | 16 +- bfd/elfnn-ia64.c | 20 +- bfd/section.c | 6 +- bfd/version.h | 2 +- binutils/ChangeLog | 38 +++ binutils/dwarf.c | 40 ++- binutils/dwarf.h | 2 +- binutils/od-elf32_avr.c | 66 +++-- gas/ChangeLog | 9 + gas/NEWS | 2 + gas/listing.c | 2 - gdb/ChangeLog | 143 +++++++++++ gdb/Makefile.in | 2 - gdb/NEWS | 9 + 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/ChangeLog | 5 + gdb/doc/gdb.texinfo | 29 ++- gdb/dwarf2/attribute.c | 3 +- gdb/dwarf2/read.c | 10 +- gdb/f-exp.y | 18 ++ gdb/f-lang.c | 172 +++++++++++++ gdb/findvar.c | 18 +- gdb/infcmd.c | 2 +- gdb/language.c | 2 +- gdb/linespec.c | 2 +- gdb/maint.c | 324 ++++++++++++++----------- gdb/minsyms.c | 19 +- gdb/minsyms.h | 7 + gdb/objfiles.c | 4 +- gdb/osabi.c | 1 - gdb/osabi.h | 1 - gdb/parse.c | 7 +- gdb/printcmd.c | 6 +- gdb/psympriv.h | 7 +- gdb/psymtab.c | 2 +- gdb/stabsread.c | 2 +- gdb/std-operator.def | 4 + gdb/symmisc.c | 6 +- gdb/symtab.c | 32 ++- gdb/symtab.h | 36 ++- gdb/testsuite/ChangeLog | 37 +++ 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/maint-info-sections.exp | 184 ++++++++++++++ gdb/testsuite/gdb.base/maint.exp | 87 ------- gdb/testsuite/gdb.base/solib-weak.exp | 3 +- gdb/testsuite/gdb.fortran/lbound-ubound.F90 | 105 ++++++++ gdb/testsuite/gdb.fortran/lbound-ubound.exp | 199 +++++++++++++++ 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/testsuite/lib/dwarf.exp | 1 - gdb/testsuite/lib/gdb.exp | 15 -- 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 | 4 + ld/NEWS | 2 + 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 +- 84 files changed, 1859 insertions(+), 653 deletions(-) delete mode 100644 gdb/arm-symbian-tdep.c create mode 100644 gdb/testsuite/gdb.base/maint-info-sections.exp 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