This is the mail archive of the
binutils-cvs@sourceware.org
mailing list for the binutils project.
gdb and binutils branch master updated. 35a14c6b54b63adc6b6ef28a4e4403bb271b9bdd
- From: hjl at sourceware dot org
- To: binutils-cvs at sourceware dot org
- Date: 22 Nov 2014 17:03:42 -0000
- Subject: gdb and binutils branch master updated. 35a14c6b54b63adc6b6ef28a4e4403bb271b9bdd
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "gdb and binutils".
The branch, master has been updated
via 35a14c6b54b63adc6b6ef28a4e4403bb271b9bdd (commit)
from 84429e27c826c74b99791b8f1efe8dce03cfa6ca (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=35a14c6b54b63adc6b6ef28a4e4403bb271b9bdd
commit 35a14c6b54b63adc6b6ef28a4e4403bb271b9bdd
Author: H.J. Lu <hjl.tools@gmail.com>
Date: Sat Nov 22 08:58:07 2014 -0800
Check branch displacement overflow in x86-64 PLT entry
Displacement of branch to PLT0 in x86-64 PLT entry is signed 32-bit.
This patch adds a sanity check. We will only see the failure when PLT
size is > 2GB.
* elf64-x86-64.c (elf_x86_64_finish_dynamic_symbol): Check
branch displacement overflow in PLT entry.
-----------------------------------------------------------------------
Summary of changes:
bfd/ChangeLog | 5 +++++
bfd/elf64-x86-64.c | 12 ++++++++++--
2 files changed, 15 insertions(+), 2 deletions(-)
hooks/post-receive
--
gdb and binutils