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_25-branch updated. ec240384701a1f12fe569206408a6df8fca9bce4


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_25-branch has been updated
       via  ec240384701a1f12fe569206408a6df8fca9bce4 (commit)
      from  e609377629a12f6518eaf100c1983e23c80fecc1 (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=ec240384701a1f12fe569206408a6df8fca9bce4

commit ec240384701a1f12fe569206408a6df8fca9bce4
Author: Alan Modra <amodra@gmail.com>
Date:   Mon Nov 24 12:41:33 2014 +1030

    PowerPC64 --plt-align
    
    Alignment of plt stubs was broken, firstly because the option was
    being dropped due to the alignment value not being set in the "params"
    struct used in elf64-ppc.c, and secondly due to not calculating the
    number of alignment boundary crossings correctly.
    
    bfd/
    	* elf64-ppc.c (plt_stub_pad): Correct.
    ld/
    	* ld.texinfo: Correct --plt-align documentation.
    	* emultempl/ppc64elf.em (plt_stub_align): Delete.  Use and set
    	params.plt_stub_align instead.

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

Summary of changes:
 bfd/ChangeLog            |    4 ++++
 bfd/elf64-ppc.c          |    2 +-
 ld/ChangeLog             |    6 ++++++
 ld/emultempl/ppc64elf.em |   13 ++++++-------
 ld/ld.texinfo            |    7 ++++---
 5 files changed, 21 insertions(+), 11 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]