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 binutils-2_24-branch updated. 7ad1b8cd5cc4243f02573aa8f509e638a79cff98


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, binutils-2_24-branch has been updated
       via  7ad1b8cd5cc4243f02573aa8f509e638a79cff98 (commit)
      from  0211120ecff9945c97c5e36a6e35ee423b987841 (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=7ad1b8cd5cc4243f02573aa8f509e638a79cff98

commit 7ad1b8cd5cc4243f02573aa8f509e638a79cff98
Author: Alan Modra <amodra@gmail.com>
Date:   Sun Jun 1 22:01:44 2014 +0930

    Fix PowerPC64 ELFv2 icf_safe failures
    
    ELFv2 doesn't use .opd, so folding function code can't be allowed
    in safe mode if a function's address might be taken.
    
    	* powerpc.cc (Target_powerpc::local_reloc_may_be_function_pointer):
    	Only ignore relocs on ELFv1.
    	(Target_powerpc::global_reloc_may_be_function_pointer): Likewise.

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

Summary of changes:
 gold/ChangeLog  |    5 +++++
 gold/powerpc.cc |   20 +++++++++++++++-----
 2 files changed, 20 insertions(+), 5 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]