This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_cross/gnu-master-arm-build_cross in repository toolchain/ci/binutils-gdb.
from ad9cc20970 sim: start unifying portability shims adds f4d7566aef Automatic date update in version.in adds 0f318b8478 sim: rx: move cycle-accurate settings to CPPFLAGS adds 92a3f61363 sim: ppc: use common version.o too adds 4981807e06 gas: drop TC_ADDRESS_BYTES conditionals adds 987610f2d6 gas: fold three as_warn() in emit_expr_with_reloc() adds 90d3edf016 GNU gettext introduced this change[0] in version 0.19.8 to f [...] adds 0121f438e8 Use consistent type in binutils/dwarf.c adds 739025e89c Include missing header signal.h adds c9923e71ff Fix silent gdb.base/annota1.exp test coverage regression adds 09db4332c6 fbsd nat: Disable address space randomization when requested. adds 483ab96a1b gnulib: define the path to gnulib's parent dir adds 1ff18ee652 Automatic date update in version.in adds fbe8d1cf5b sim: enable silent rules in common builds adds 82e6d6bf90 sim: drop redundant SIM_AC_OPTION_WARNINGS adds 4df5cdbd3a sim: erc32: fix build w/out termios.h adds 757b3c2fea sim: erc32: fix build w/out F_{G,S}ETFL adds aa077c0d18 sim: mn10300: switch abort to sim_engine_abort adds 79afa8caab sim: mn10300: enable -Werror adds 93df3340fd readelf: report DF_1_PIE as "Position-Independent Executable" adds cc0f96357e x86: permit parenthesized expressions again as addressing sc [...] adds 4fe51f7d3c x86: off-by-1 in offset_in_range() adds 86f041462e x86: make offset_in_range()'s warning contents useful (again) adds a50187b2c6 x86: harmonize disp with imm handling adds 649658972c x86: slightly simplify offset_in_range() adds 2f2be86bbb x86: simplify .dispNN setting adds b00af7c8c6 x86: bring "gas --help" output for --32 etc in sync with reality adds c8795e1f2f Allow readelf to recognise GO buildid notes. adds 6645c8ce71 Fix typo in vsx-regs.exp test adds 015f7b7462 sim: switch modules.c & version.c to stamp files
No new revisions were added by this update.
Summary of changes: bfd/version.h | 2 +- binutils/ChangeLog | 22 +++ binutils/dwarf.c | 20 +- binutils/readelf.c | 176 +++++++++++++---- .../testsuite/binutils-all/x86-64/pr27708.dump | 2 +- config/ChangeLog | 7 + config/gettext.m4 | 52 +++-- gas/ChangeLog | 61 ++++++ gas/config/tc-i386.c | 151 ++++++--------- gas/doc/internals.texi | 3 +- gas/read.c | 18 +- gas/testsuite/gas/i386/disp-imm-16.l | 10 + gas/testsuite/gas/i386/disp-imm-16.s | 17 ++ gas/testsuite/gas/i386/disp-imm-32.d | 21 ++ gas/testsuite/gas/i386/disp-imm-32.s | 17 ++ gas/testsuite/gas/i386/disp-imm-64.l | 22 +++ gas/testsuite/gas/i386/disp-imm-64.s | 28 +++ gas/testsuite/gas/i386/i386.exp | 7 +- gas/testsuite/gas/i386/sib-intel.d | 4 + gas/testsuite/gas/i386/sib.d | 4 + gas/testsuite/gas/i386/sib.s | 4 + gdb/ChangeLog | 24 +++ gdb/Makefile.in | 4 +- gdb/compile/compile.c | 1 + gdb/config.in | 3 + gdb/configure | 2 +- gdb/configure.ac | 2 +- gdb/fbsd-nat.c | 75 ++++++++ gdb/fbsd-nat.h | 5 + gdb/testsuite/ChangeLog | 6 + gdb/testsuite/gdb.arch/vsx-regs.exp | 2 +- gdb/testsuite/gdb.base/annota1.exp | 9 +- gdb/testsuite/lib/gdb.exp | 2 +- gdbserver/ChangeLog | 8 +- gdbserver/Makefile.in | 4 +- gnulib/ChangeLog | 7 + gnulib/Makefile.gnulib.inc.in | 10 +- include/ChangeLog | 4 + include/elf/common.h | 1 + intl/ChangeLog | 4 + intl/configure | 24 ++- ld/ChangeLog | 4 + ld/testsuite/ld-pie/vaddr-0.d | 2 +- sim/ChangeLog | 9 + sim/Makefile.in | 36 ++-- sim/aarch64/ChangeLog | 5 + sim/aarch64/configure | 2 +- sim/aarch64/configure.ac | 1 - sim/arm/ChangeLog | 5 + sim/arm/configure | 2 +- sim/arm/configure.ac | 1 - sim/avr/ChangeLog | 5 + sim/avr/configure | 2 +- sim/avr/configure.ac | 1 - sim/bfin/ChangeLog | 5 + sim/bfin/configure | 206 ++++++++++---------- sim/bfin/configure.ac | 1 - sim/common/ChangeLog | 16 ++ sim/common/Make-common.in | 10 +- sim/common/local.mk | 12 +- sim/configure | 39 ++++ sim/configure.ac | 1 + sim/erc32/ChangeLog | 14 ++ sim/erc32/erc32.c | 12 ++ sim/erc32/interf.c | 7 +- sim/erc32/sis.c | 2 + sim/ft32/ChangeLog | 5 + sim/ft32/configure | 2 +- sim/ft32/configure.ac | 1 - sim/microblaze/ChangeLog | 5 + sim/microblaze/configure | 2 +- sim/microblaze/configure.ac | 1 - sim/mn10300/ChangeLog | 9 + sim/mn10300/configure | 213 +++++++++++---------- sim/mn10300/configure.ac | 1 - sim/mn10300/mn10300.igen | 2 +- sim/msp430/ChangeLog | 5 + sim/msp430/configure | 2 +- sim/msp430/configure.ac | 1 - sim/ppc/ChangeLog | 6 + sim/ppc/Makefile.in | 11 +- sim/pru/ChangeLog | 5 + sim/pru/configure | 2 +- sim/pru/configure.ac | 1 - sim/riscv/ChangeLog | 5 + sim/riscv/configure | 190 +++++++++--------- sim/riscv/configure.ac | 1 - sim/rx/ChangeLog | 7 + sim/rx/Makefile.in | 2 +- sim/rx/config.in | 3 - sim/rx/configure | 10 +- sim/rx/configure.ac | 3 +- sim/testsuite/ChangeLog | 5 + sim/testsuite/common/local.mk | 24 +-- 94 files changed, 1195 insertions(+), 574 deletions(-) create mode 100644 gas/testsuite/gas/i386/disp-imm-16.l create mode 100644 gas/testsuite/gas/i386/disp-imm-16.s create mode 100644 gas/testsuite/gas/i386/disp-imm-32.d create mode 100644 gas/testsuite/gas/i386/disp-imm-32.s create mode 100644 gas/testsuite/gas/i386/disp-imm-64.l create mode 100644 gas/testsuite/gas/i386/disp-imm-64.s