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. 2c3f079f58204594bc271b919a643e9f2813aa12


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  2c3f079f58204594bc271b919a643e9f2813aa12 (commit)
      from  2ea126fa785cf0d2b26cdba5c6ad8b8548b7ef15 (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=2c3f079f58204594bc271b919a643e9f2813aa12

commit 2c3f079f58204594bc271b919a643e9f2813aa12
Author: Alan Modra <amodra@gmail.com>
Date:   Tue Dec 3 15:01:20 2013 +1030

    PowerPC64 linking of --just-symbols objects (klibc)
    
    With -mcmodel=medium we can't assume that a -R object doesn't use
    toc-relative addressing if there's no toc.  Lots of things are
    accessed via r2, not just the toc/got section.  Also, testing for
    .opd is plain wrong for ELFv2.
    
    	* elf64-ppc.c (ppc64_elf_link_just_syms): Remove .got check.
    	Handle ELFv2.

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

Summary of changes:
 bfd/ChangeLog   |    5 +++++
 bfd/elf64-ppc.c |    6 ++----
 2 files changed, 7 insertions(+), 4 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]