This is the mail archive of the binutils-cvs@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

gdb and binutils branch master updated. 55bfc9ac025c1c9cd1ad5422829b3dc70f357a79


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  55bfc9ac025c1c9cd1ad5422829b3dc70f357a79 (commit)
      from  318d3177f7d67dac94baa07aab04192fc7bcba49 (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=55bfc9ac025c1c9cd1ad5422829b3dc70f357a79

commit 55bfc9ac025c1c9cd1ad5422829b3dc70f357a79
Author: Nick Clifton <nickc@redhat.com>
Date:   Wed Mar 26 16:16:20 2014 +0000

    This fixes a problem for 64-bit Cygwin, where building some packages can
    produce spurious errors about truncated relocations.  The relocations are
    only truncated because they are being made against sections which are going
    to be discarded so that base address is zero instead of the expected 64-bit
    base value.
    
    	* cofflink.c (_bfd_coff_generic_relocate_section): Skip
    	relocations in discarded sections.

-----------------------------------------------------------------------

Summary of changes:
 bfd/ChangeLog  |    5 +++++
 bfd/cofflink.c |    5 +++++
 2 files changed, 10 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
gdb and binutils


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]