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 2662c237a9 sim: regen against sim/m4/ adds 05f3c0f09e gdb: allow default_addressable_memory_unit_size to handle mo [...] adds d018cd835c x86-64/PE: adjust PR ld/26659 testcase for Cygwin adds b11b2969a9 Harmonize and improve auxiliary entries support for XCOFF adds 22f80c0f77 Improve code coverage of Rust testing adds bdd2aaf69e fix string table generation for XCOFF64 .debug section adds c39ebbf43f [gdb] Fix assert in remote_async_get_pending_events_handler adds 27d0790a58 gdb/infcmd: remove the unused parameter 'args' in 'attach_po [...] adds 6fee5eee88 gdb/infcmd: update the comment for 'attach_post_wait' adds 35682f0a64 gdb/continuations: remove the 'err' from 'do_all_inferior_co [...] adds 1194676e0b gdb/continuations: do minor cleanup adds c4c493de2b gdb/continuations: use lambdas instead of function pointers adds 4efeb0d3e8 gdb/continuations: turn continuation functions into inferior [...] adds 2f63213381 sim: sprinkle some ATTRIBUTE_PRINTF adds e25d6d93c4 gdb: fix getting range of flexible array member in Python adds a87caa6d52 gdb/testsuite: add Python support check in gdb.python/flexib [...] adds ae6a3f81a1 Automatic date update in version.in adds 432ce4cf68 Fix ptype/o bug with "<no data fields>" adds dbc0e7ce65 Fix sim build failure adds be866656a0 Make mostlyclean an alias for clean adds b396d3a16e Introduce stamp file for hw-config.h adds 06a84ea384 Add stamp files for generated files in sim/ppc adds efd82ac7cb Require GNU make adds e7d8f1da71 Remove and modernize dependencies in sim adds d6581fcd69 Remove INCLUDE variable from some sim Makefiles adds 51de628a22 Remove LIBS from two sim Makefiles adds 19f6a43c6c Do not check for sys/time.h or sys/times.h adds 0406545d06 gdb: use function_view for iterate_over_bp_locations' callback adds 7b025ee8c8 x86: don't truncate values in diagnostics and alike adds 28a167a406 x86: re-order optimize_disp() adds cce08655c6 x86-64: defer 32-bit signed displacement check adds a9aabc23ef x86-64: special case LEA when determining signedness of disp [...] adds c21346c5e2 x86: TLS desc call relocs target zero-size fields adds 9fc2995588 gdb: remove some caching from the dwarf reader adds c1cbb7d8a1 opcodes: xtensa: improve literal output adds b3ea76397a opcodes: xtensa: display loaded literal value adds d039200a7e Allow .seh_pushframe to take an optional [code] parameter adds f5e98b7d67 Fix type of .persistent.bss section adds 4d6840c335 gdbsupport: include preprocessor.h in common-debug.h adds 69cc19455b ld: Properly create a symbolic link to tmpdir/ldscripts adds 98c897e37a gdbsupport, gdb: change observer_debug to bool adds b2d14d3d8f Automatic date update in version.in adds 9d90335212 sim: simplify hardware m4 macro adds 837b53fd08 sim: options: increase max option count adds 3886790f13 sim: dv-cfi: fix printf format
No new revisions were added by this update.
Summary of changes: bfd/ChangeLog | 36 ++++ bfd/coff-rs6000.c | 192 ++++++++------------ bfd/coff64-rs6000.c | 201 ++++++++++++--------- bfd/elf.c | 1 + bfd/elf32-i386.c | 2 +- bfd/elf64-x86-64.c | 2 +- bfd/hash.c | 34 ++-- bfd/libbfd-in.h | 2 +- bfd/libbfd.h | 2 +- bfd/version.h | 2 +- bfd/xcofflink.c | 5 +- binutils/ChangeLog | 5 + binutils/od-xcoff.c | 10 +- gas/ChangeLog | 34 ++++ gas/config/obj-coff-seh.c | 21 ++- gas/config/tc-i386.c | 106 ++++++----- gas/testsuite/gas/elf/section25.d | 4 +- gas/testsuite/gas/elf/section26.d | 6 +- gas/testsuite/gas/elf/section26.s | 3 + gdb/ChangeLog | 125 +++++++++++++ gdb/Makefile.in | 1 - gdb/arch-utils.c | 8 +- gdb/breakpoint.c | 4 +- gdb/breakpoint.h | 5 +- gdb/c-typeprint.c | 7 +- gdb/continuations.c | 134 -------------- gdb/continuations.h | 55 ------ gdb/dwarf2/read.c | 71 +++----- gdb/dwarf2/read.h | 4 - gdb/event-top.c | 1 - gdb/guile/scm-type.c | 11 +- gdb/inf-loop.c | 3 +- gdb/infcmd.c | 65 ++----- gdb/inferior.c | 20 +- gdb/inferior.h | 18 +- gdb/interps.c | 1 - gdb/observable.c | 12 +- gdb/python/py-type.c | 11 +- gdb/record-full.c | 2 +- gdb/remote-notif.c | 2 +- gdb/remote.c | 11 ++ gdb/remote.h | 1 + gdb/rust-parse.c | 11 +- gdb/testsuite/ChangeLog | 31 ++++ gdb/testsuite/gdb.base/info_sources.exp | 17 +- gdb/testsuite/gdb.base/ptype-offsets.cc | 7 + gdb/testsuite/gdb.base/ptype-offsets.exp | 17 +- gdb/testsuite/gdb.guile/scm-type.c | 12 ++ gdb/testsuite/gdb.guile/scm-type.exp | 12 ++ .../flexible-array-member.c | 0 gdb/testsuite/gdb.python/flexible-array-member.exp | 84 +++++++++ gdb/testsuite/gdb.rust/expr.exp | 2 + gdb/testsuite/gdb.rust/modules.exp | 4 + gdb/testsuite/gdb.rust/simple.exp | 19 ++ gdbsupport/ChangeLog | 8 + gdbsupport/common-debug.h | 2 + gdbsupport/observable.h | 2 +- include/ChangeLog | 9 + include/coff/internal.h | 6 + include/coff/rs6000.h | 101 +++++------ include/coff/rs6k64.h | 102 ++++++----- ld/ChangeLog | 11 ++ ld/testsuite/ld-bootstrap/bootstrap.exp | 4 +- ld/testsuite/ld-pe/pr26659-weak-undef-sym.d | 43 ++--- opcodes/ChangeLog | 10 + opcodes/xtensa-dis.c | 21 ++- sim/ChangeLog | 15 ++ sim/README-HACKING | 2 +- sim/aarch64/ChangeLog | 8 + sim/aarch64/config.in | 6 - sim/aarch64/configure | 75 +------- sim/arm/ChangeLog | 13 ++ sim/arm/Makefile.in | 10 +- sim/arm/config.in | 6 - sim/arm/configure | 75 +------- sim/avr/ChangeLog | 8 + sim/avr/config.in | 6 - sim/avr/configure | 75 +------- sim/bfin/ChangeLog | 17 ++ sim/bfin/Makefile.in | 2 - sim/bfin/config.in | 6 - sim/bfin/configure | 83 +-------- sim/bfin/configure.ac | 2 +- sim/bpf/ChangeLog | 11 ++ sim/bpf/Makefile.in | 38 ++-- sim/bpf/config.in | 6 - sim/bpf/configure | 75 +------- sim/common/ChangeLog | 41 +++++ sim/common/Make-common.in | 41 +++-- sim/common/callback.c | 8 +- sim/common/dv-cfi.c | 2 +- sim/common/sim-engine.h | 4 +- sim/common/sim-events.c | 5 +- sim/common/sim-events.h | 4 +- sim/common/sim-options.c | 5 +- sim/common/sim-utils.c | 2 - sim/cr16/ChangeLog | 14 ++ sim/cr16/Makefile.in | 4 +- sim/cr16/config.in | 6 - sim/cr16/configure | 75 +------- sim/cr16/simops.c | 2 - sim/cris/ChangeLog | 23 +++ sim/cris/Makefile.in | 29 +-- sim/cris/config.in | 6 - sim/cris/configure | 83 +-------- sim/cris/configure.ac | 2 +- sim/cris/dv-rv.c | 2 - sim/cris/rvdummy.c | 2 - sim/d10v/ChangeLog | 13 ++ sim/d10v/Makefile.in | 4 +- sim/d10v/config.in | 6 - sim/d10v/configure | 75 +------- sim/erc32/ChangeLog | 8 + sim/erc32/config.in | 6 - sim/erc32/configure | 75 +------- sim/example-synacor/ChangeLog | 8 + sim/example-synacor/config.in | 6 - sim/example-synacor/configure | 75 +------- sim/frv/ChangeLog | 22 +++ sim/frv/Makefile.in | 29 +-- sim/frv/config.in | 6 - sim/frv/configure | 83 +-------- sim/frv/configure.ac | 2 +- sim/ft32/ChangeLog | 8 + sim/ft32/config.in | 6 - sim/ft32/configure | 75 +------- sim/h8300/ChangeLog | 8 + sim/h8300/config.in | 6 - sim/h8300/configure | 75 +------- sim/iq2000/ChangeLog | 21 +++ sim/iq2000/Makefile.in | 19 +- sim/iq2000/config.in | 6 - sim/iq2000/configure | 83 +-------- sim/iq2000/configure.ac | 2 +- sim/lm32/ChangeLog | 19 ++ sim/lm32/Makefile.in | 17 +- sim/lm32/config.in | 6 - sim/lm32/configure | 83 +-------- sim/lm32/configure.ac | 2 +- sim/m32c/ChangeLog | 12 ++ sim/m32c/Makefile.in | 2 - sim/m32c/config.in | 6 - sim/m32c/configure | 75 +------- sim/m32r/ChangeLog | 21 +++ sim/m32r/Makefile.in | 35 +--- sim/m32r/config.in | 6 - sim/m32r/configure | 83 +-------- sim/m32r/configure.ac | 2 +- sim/m4/sim_ac_common.m4 | 12 -- sim/m4/sim_ac_option_hardware.m4 | 14 +- sim/m68hc11/ChangeLog | 21 +++ sim/m68hc11/Makefile.in | 5 - sim/m68hc11/config.in | 6 - sim/m68hc11/configure | 84 +-------- sim/m68hc11/configure.ac | 2 +- sim/mcore/ChangeLog | 8 + sim/mcore/config.in | 6 - sim/mcore/configure | 75 +------- sim/microblaze/ChangeLog | 8 + sim/microblaze/config.in | 6 - sim/microblaze/configure | 75 +------- sim/mips/ChangeLog | 20 ++ sim/mips/Makefile.in | 11 +- sim/mips/config.in | 6 - sim/mips/configure | 88 +-------- sim/mips/configure.ac | 5 +- sim/mn10300/ChangeLog | 22 +++ sim/mn10300/Makefile.in | 6 - sim/mn10300/config.in | 6 - sim/mn10300/configure | 83 +-------- sim/mn10300/configure.ac | 2 +- sim/moxie/ChangeLog | 8 + sim/moxie/config.in | 6 - sim/moxie/configure | 75 +------- sim/msp430/ChangeLog | 8 + sim/msp430/config.in | 6 - sim/msp430/configure | 75 +------- sim/or1k/ChangeLog | 13 ++ sim/or1k/Makefile.in | 7 - sim/or1k/config.in | 6 - sim/or1k/configure | 75 +------- sim/ppc/ChangeLog | 12 ++ sim/ppc/Makefile.in | 9 +- sim/ppc/emul_unix.c | 4 +- sim/ppc/mon.c | 6 - sim/pru/ChangeLog | 8 + sim/pru/config.in | 6 - sim/pru/configure | 75 +------- sim/riscv/ChangeLog | 8 + sim/riscv/config.in | 6 - sim/riscv/configure | 75 +------- sim/rl78/ChangeLog | 13 ++ sim/rl78/config.in | 6 - sim/rl78/configure | 75 +------- sim/rx/ChangeLog | 17 ++ sim/rx/Makefile.in | 18 -- sim/rx/config.in | 6 - sim/rx/configure | 75 +------- sim/sh/ChangeLog | 14 ++ sim/sh/Makefile.in | 3 +- sim/sh/config.in | 6 - sim/sh/configure | 75 +------- sim/sh/interp.c | 2 - sim/v850/ChangeLog | 16 ++ sim/v850/Makefile.in | 6 - sim/v850/config.in | 6 - sim/v850/configure | 75 +------- 207 files changed, 1693 insertions(+), 3549 deletions(-) delete mode 100644 gdb/continuations.c delete mode 100644 gdb/continuations.h copy gdb/testsuite/{gdb.base => gdb.python}/flexible-array-member.c (100%) create mode 100644 gdb/testsuite/gdb.python/flexible-array-member.exp