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 d6f2700b48 Automatic date update in version.in adds 5fb9763991 gdb/testsuite: fix implementation of delete line in tuiterm.exp adds cd074e0415 gdb/tui: fix issue with handling the return character adds 0309f9549d sim/rx: define sim_memory_map adds 93a01471f3 sim/rx: fix an issue where we try to modify a const string adds 1c3e93a41f sim/rx: fill in missing 'void' for empty argument lists adds 73d4725f21 sim/rx: mark some functions as static adds 4b42639636 sim/rx: delete an unused function adds b9fe995797 sim/rx: provide a format string for printf adds 783a7b12d3 sim/rx: move some variable declarations to the start of the block adds ae41b4ce9f sim/rx: use PRIx64 in printf format string adds fab2b376e3 sim/rx: add some missing includes adds da9ecd6085 sim/rx: avoid pointer arithmetic on void * pointers adds 6bf99988c6 sim/rx: enable build with warnings adds 2708dbbd58 gdb/python: reformat an error string adds a53a265752 gdb/tui: restore delete of window objects adds 1cf2399651 gdb/tui: don't add windows to global list from tui_layout:wi [...] adds e0c23e11da gdb/python: don't allow the user to delete window title attributes adds 29db1eb339 gdb: return true in TuiWindow.is_valid only if TUI is enabled adds 9b3e4b5d74 gdb: Do not interrupt atomic sequences for ARC adds 4001d90dde [gdb/testsuite] Use DW_FORM_ref_addr in gdb.dwarf2/enqueued- [...] adds 80b652efa2 Fix an illegal memory access when parsing a corrupt assembler file. adds 3d4aae4860 Build gdb.base/gnu-ifunc.exp with lazy binding adds bfd428bc12 opcodes: tic54x: namespace exported variables adds 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
No new revisions were added by this update.
Summary of changes: ChangeLog | 5 + bfd/ChangeLog | 9 + bfd/config.bfd | 6 +- bfd/configure | 2 - bfd/configure.ac | 2 - bfd/elf-bfd.h | 1 - bfd/elf32-arm.c | 1091 +++++++------------- bfd/targets.c | 4 - bfd/version.h | 2 +- binutils/ChangeLog | 16 + binutils/dwarf.c | 19 +- binutils/testsuite/lib/binutils-common.exp | 1 - configure | 3 - configure.ac | 3 - gas/ChangeLog | 63 ++ gas/Makefile.am | 1 - gas/Makefile.in | 1 - gas/config/tc-arm.c | 6 +- gas/config/tc-tic54x.c | 28 +- gas/config/te-symbian.h | 22 - gas/configure.tgt | 1 - gas/dwarf2dbg.c | 12 +- gas/listing.c | 22 +- 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 | 104 ++ gdb/ada-lang.c | 10 +- gdb/arc-linux-tdep.c | 77 +- gdb/doc/ChangeLog | 5 + gdb/doc/python.texi | 5 + gdb/dwarf2/read.c | 10 + gdb/fbsd-tdep.c | 135 ++- gdb/gcore.c | 136 --- gdb/gcore.h | 20 - gdb/gdbtypes.c | 8 +- gdb/linux-tdep.c | 141 ++- gdb/python/py-tui.c | 35 +- gdb/python/python.c | 2 +- gdb/stap-probe.c | 2 +- gdb/testsuite/ChangeLog | 60 ++ gdb/testsuite/gdb.base/gnu-ifunc.exp | 4 + gdb/testsuite/gdb.dwarf2/enqueued-cu-base-addr.exp | 2 +- gdb/testsuite/gdb.fortran/function-calls.exp | 15 + gdb/testsuite/gdb.python/py-framefilter.exp | 2 +- gdb/testsuite/gdb.python/python.exp | 2 +- gdb/testsuite/gdb.python/tui-window-disabled.c | 43 + gdb/testsuite/gdb.python/tui-window-disabled.exp | 189 ++++ gdb/testsuite/gdb.python/tui-window-disabled.py | 89 ++ gdb/testsuite/gdb.python/tui-window.exp | 6 + gdb/testsuite/gdb.python/tui-window.py | 10 +- .../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/gdb.tui/scroll.exp | 72 ++ .../gdb.tui/tui-layout-asm-short-prog.exp | 4 +- gdb/testsuite/gdb.tui/winheight.exp | 14 + gdb/testsuite/lib/gdb.exp | 43 +- gdb/testsuite/lib/tuiterm.exp | 49 +- gdb/tui/tui-data.h | 2 +- gdb/tui/tui-interp.c | 23 +- gdb/tui/tui-io.c | 73 +- gdb/tui/tui-io.h | 5 + gdb/tui/tui-layout.c | 28 +- gdb/tui/tui-layout.h | 16 + gdb/tui/tui.c | 22 +- gdb/value.c | 2 +- gdb/value.h | 3 - include/ChangeLog | 17 + include/opcode/tic54x.h | 8 +- ld/ChangeLog | 14 + ld/Makefile.am | 2 - ld/Makefile.in | 3 - 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 - opcodes/ChangeLog | 18 + opcodes/tic54x-dis.c | 2 +- opcodes/tic54x-opc.c | 14 +- sim/rx/ChangeLog | 65 ++ sim/rx/configure | 3 + sim/rx/configure.ac | 1 - sim/rx/cpu.h | 2 +- sim/rx/err.c | 11 +- sim/rx/fpu.c | 2 +- sim/rx/gdb-if.c | 14 +- sim/rx/load.c | 3 +- sim/rx/mem.c | 18 +- sim/rx/mem.h | 4 +- sim/rx/reg.c | 14 +- sim/rx/rx.c | 6 +- sim/rx/syscalls.c | 7 +- sim/rx/trace.c | 4 +- 119 files changed, 1970 insertions(+), 1604 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 create mode 100644 gdb/testsuite/gdb.python/tui-window-disabled.c create mode 100644 gdb/testsuite/gdb.python/tui-window-disabled.exp create mode 100644 gdb/testsuite/gdb.python/tui-window-disabled.py create mode 100644 gdb/testsuite/gdb.tui/scroll.exp 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