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 f74a630727 x86: convert RegMask and RegBND from bitfield to enumerator new 8a46e447a8 Revert "GENERATE_SHLIB_SCRIPT vs. EMBEDDED." new 992a70401e Constify command_line_input new dc2be329b9 i386: Only check suffix in instruction mnemonic new f309f1d655 Automatic date update in version.in new 0a5e0a43cf Automatic date update in version.in
The 5 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: bfd/version.h | 2 +- gas/ChangeLog | 9 ++++ gas/config/tc-i386.c | 75 ++++++++++++++------------------ gas/testsuite/gas/i386/code16.d | 15 +++++++ gas/testsuite/gas/i386/code16.s | 9 ++++ gas/testsuite/gas/i386/i386.exp | 1 + gas/testsuite/gas/i386/x86-64-branch-4.l | 4 +- gdb/ChangeLog | 10 +++++ gdb/ada-lang.c | 2 +- gdb/cli/cli-script.c | 6 +-- gdb/defs.h | 2 +- gdb/linespec.c | 2 +- gdb/python/py-gdb-readline.c | 3 +- gdb/top.c | 4 +- ld/ChangeLog | 17 ++++++++ ld/emulparams/aarch64elf.sh | 3 ++ ld/emulparams/aarch64elf32.sh | 3 ++ ld/emulparams/arcelf.sh | 2 + ld/emulparams/armelf.sh | 3 ++ ld/emulparams/armelf_fbsd.sh | 2 +- ld/emulparams/armelf_nbsd.sh | 2 - ld/emulparams/armelf_vxworks.sh | 1 - ld/emulparams/armsymbian.sh | 2 - ld/emulparams/elf32bfin.sh | 1 + ld/emulparams/elf32microblaze.sh | 3 ++ ld/emulparams/score3_elf.sh | 1 + ld/emulparams/shelf.sh | 1 + ld/emulparams/shelf_nbsd.sh | 2 - ld/emulparams/shelf_uclinux.sh | 1 - opcodes/ChangeLog | 6 +++ opcodes/i386-opc.tbl | 4 +- opcodes/i386-tbl.h | 4 +- 32 files changed, 135 insertions(+), 67 deletions(-) create mode 100644 gas/testsuite/gas/i386/code16.d create mode 100644 gas/testsuite/gas/i386/code16.s