This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-arm-lts-allnoconfig in repository toolchain/ci/binutils-gdb.
from 4ef40579f9 x86: Add assembler -mx86-used-note=yes test adds d128f9b8d4 Automatic date update in version.in adds d55e5aa6b2 Sort includes for files gdb/[a-f]*.[chyl]. adds 5b9c07b278 x86: Move x86-specific linker options to elf_linker_x86_params adds 4de283e4b5 Revert the header-sorting patch
No new revisions were added by this update.
Summary of changes: bfd/ChangeLog | 15 + bfd/elf-linker-x86.h | 47 +++ bfd/elf32-i386.c | 4 +- bfd/elf64-x86-64.c | 16 +- bfd/elfxx-x86.c | 42 ++- bfd/elfxx-x86.h | 4 + bfd/version.h | 2 +- gdb/ChangeLog | 329 +++++++++++++++++++++ include/ChangeLog | 4 + include/bfdlink.h | 21 -- ld/ChangeLog | 30 ++ ld/Makefile.am | 5 +- ld/Makefile.in | 5 +- ld/emulparams/call_nop.sh | 16 +- ld/emulparams/cet.sh | 6 +- ld/emulparams/elf32_x86_64.sh | 1 + ld/emulparams/elf_i386.sh | 1 + ld/emulparams/elf_i386_be.sh | 1 + ld/emulparams/elf_i386_chaos.sh | 1 + ld/emulparams/elf_i386_ldso.sh | 1 + ld/emulparams/elf_i386_sol2.sh | 2 +- ld/emulparams/elf_i386_vxworks.sh | 1 + ld/emulparams/elf_iamcu.sh | 1 + ld/emulparams/elf_k1om.sh | 1 + ld/emulparams/elf_l1om.sh | 1 + ld/emulparams/elf_x86_64.sh | 3 +- ld/emulparams/elf_x86_64_sol2.sh | 2 +- ld/emulparams/reloc_overflow.sh | 2 +- ld/emultempl/{s390.em => elf-x86.em} | 49 ++- ld/emultempl/elf32.em | 1 - .../{epiphanyelf_4x4.em => solaris2-x86.em} | 13 +- 31 files changed, 530 insertions(+), 97 deletions(-) create mode 100644 bfd/elf-linker-x86.h copy ld/emultempl/{s390.em => elf-x86.em} (50%) copy ld/emultempl/{epiphanyelf_4x4.em => solaris2-x86.em} (82%)