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 fe134c65699 x86: optimize LEA new d965814fb65 x86: limit 32-bit @size overflow checks to 64-bit objects new 8fb8824599f x86: add IS_ELF to check whether to resolve @size reloc new a7664973b24 x86: correct overflow checking for 16-bit PC-relative relocs
The 3 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 | 7 +++++++ bfd/elf32-i386.c | 2 +- bfd/elf64-x86-64.c | 2 +- gas/ChangeLog | 10 ++++++++++ gas/config/tc-i386.c | 4 +++- ld/ChangeLog | 7 +++++++ ld/testsuite/ld-i386/i386.exp | 1 + ld/testsuite/ld-i386/pcrel16-2.d | 5 +++++ ld/testsuite/ld-i386/pcrel16-2.s | 12 ++++++++++++ ld/testsuite/ld-x86-64/pcrel16-2.d | 5 +++++ ld/testsuite/ld-x86-64/x86-64.exp | 1 + 11 files changed, 53 insertions(+), 3 deletions(-) create mode 100644 ld/testsuite/ld-i386/pcrel16-2.d create mode 100644 ld/testsuite/ld-i386/pcrel16-2.s create mode 100644 ld/testsuite/ld-x86-64/pcrel16-2.d