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. e05fa0bad203f7236cfe374181e1bd72ccbcaa35


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  e05fa0bad203f7236cfe374181e1bd72ccbcaa35 (commit)
      from  1ae92035c29475c97a0795e3f93f068f8e612f25 (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=e05fa0bad203f7236cfe374181e1bd72ccbcaa35

commit e05fa0bad203f7236cfe374181e1bd72ccbcaa35
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]