This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository binutils-gdb.
from 11bb5c41eb9 gdb: don't zero-initialize reg_buffer contents new 50c95a739c9 x86: Propery check PC16 reloc overflow in 16-bit mode instructions
The 1 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/ChangeLog | 21 ++++++++++++ bfd/elf32-i386.c | 23 +++++++++---- bfd/elf64-x86-64.c | 12 +++++++ bfd/elfxx-x86.c | 9 +++++- bfd/elfxx-x86.h | 6 ++++ binutils/ChangeLog | 6 ++++ binutils/readelf.c | 3 ++ gas/ChangeLog | 14 ++++++++ gas/config/tc-i386.c | 55 +++++++++++++++++++++----------- gas/testsuite/gas/i386/code16-2.d | 8 +++++ gas/testsuite/gas/i386/code16-2.s | 10 ++++++ gas/testsuite/gas/i386/i386.exp | 2 ++ gas/testsuite/gas/i386/x86-64-code16-2.d | 9 ++++++ include/ChangeLog | 5 +++ include/elf/common.h | 1 + ld/ChangeLog | 10 ++++++ ld/testsuite/ld-i386/code16.d | 19 +++++++++++ ld/testsuite/ld-i386/code16.t | 7 ++++ ld/testsuite/ld-i386/i386.exp | 1 + ld/testsuite/ld-x86-64/code16.d | 19 +++++++++++ ld/testsuite/ld-x86-64/code16.t | 7 ++++ ld/testsuite/ld-x86-64/x86-64.exp | 1 + 22 files changed, 223 insertions(+), 25 deletions(-) create mode 100644 gas/testsuite/gas/i386/code16-2.d create mode 100644 gas/testsuite/gas/i386/code16-2.s create mode 100644 gas/testsuite/gas/i386/x86-64-code16-2.d create mode 100644 ld/testsuite/ld-i386/code16.d create mode 100644 ld/testsuite/ld-i386/code16.t create mode 100644 ld/testsuite/ld-x86-64/code16.d create mode 100644 ld/testsuite/ld-x86-64/code16.t