This is the mail archive of the
binutils-cvs@sourceware.org
mailing list for the binutils project.
gdb and binutils branch master updated. 0a899fd5acf97c0c9af7c6548e2c0e132148cf78
- From: dj at sourceware dot org
- To: binutils-cvs at sourceware dot org
- Date: 2 Apr 2014 20:51:58 -0000
- Subject: gdb and binutils branch master updated. 0a899fd5acf97c0c9af7c6548e2c0e132148cf78
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 0a899fd5acf97c0c9af7c6548e2c0e132148cf78 (commit)
from cad0da33dc43a207a7c4baf32223831b2d0ac60c (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=0a899fd5acf97c0c9af7c6548e2c0e132148cf78
commit 0a899fd5acf97c0c9af7c6548e2c0e132148cf78
Author: DJ Delorie <dj@redhat.com>
Date: Wed Apr 2 16:50:29 2014 -0400
Add checks for overfar branches
Check 8 and 16 bit PCREL fixes for overflow, since we bypass the
later overflow checks in write.c. Direct relocs are left alone,
as gcc has been known to take advantage of the silent overflows
when comparing addresses to constant ranges.
-----------------------------------------------------------------------
Summary of changes:
gas/ChangeLog | 5 +++++
gas/config/tc-rl78.c | 14 ++++++++++++--
2 files changed, 17 insertions(+), 2 deletions(-)
hooks/post-receive
--
gdb and binutils