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. 15bfcc77681f423fd872815eb140c450d69b8a60


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  15bfcc77681f423fd872815eb140c450d69b8a60 (commit)
      from  3343ef86879b9348bb038bc7adecb665236ca4d8 (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=15bfcc77681f423fd872815eb140c450d69b8a60

commit 15bfcc77681f423fd872815eb140c450d69b8a60
Author: Alan Modra <amodra@gmail.com>
Date:   Tue Jun 24 13:23:04 2014 +0930

    Don't strip section defining _SDA_BASE_
    
    Prior to 93d1b056 _SDA_BASE_ used to be defined in a linker script
    output section.  Now _SDA_BASE_ is defined in an input section that is
    subject to being stripped.  If the section is stripped we don't output
    the symbol, which results in --emit-relocs trying to emit relocs with
    dangling references to _SDA_BASE_.
    
    	* elf32-ppc.c (ppc_elf_size_dynamic_sections): Arrange to keep
    	.sdata/.sdata2 when _SDA_BASE_/_SDA2_BASE_ should be output
    	for --emit-relocs.

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

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