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


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  d1c109de72f880ea2a761fccb41f330672674fd9 (commit)
       via  cc75d373fdb9668f367959f99f0b67e056a6c18a (commit)
      from  a7bdd4ed3f8396e707231cbb7ee989d2e8ba9d46 (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=d1c109de72f880ea2a761fccb41f330672674fd9

commit d1c109de72f880ea2a761fccb41f330672674fd9
Author: Richard Henderson <rth@twiddle.net>
Date:   Mon Apr 21 08:14:18 2014 -0700

    Fix alpha-elf relaxation
    
    ld/
    	* emultempl/alphaelf.em (alpha_after_parse): Enable 2 relax passes.
    bfd/
    	* elf64-alpha.c (elf64_alpha_size_got_sections): New may_merge
    	parameter; honor it and disable got merging when false.
    	(elf64_alpha_relax_got_load): Do not relax to GPREL relocs during
    	the first pass of relaxation.
    	(elf64_alpha_relax_with_lituse): Likewise.  Move relaxed relocs to
    	the end of the LITERAL+LITUSE chain.
    	(elf64_alpha_relax_section): Only process LITERAL relocs during the
    	second pass of relaxation.

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=cc75d373fdb9668f367959f99f0b67e056a6c18a

commit cc75d373fdb9668f367959f99f0b67e056a6c18a
Author: Richard Henderson <rth@twiddle.net>
Date:   Mon Apr 21 08:05:49 2014 -0700

    Enable secureplt by default for alpha-linux
    
    	* configure.ac (use_secureplt): Enable by default.
    	* configure: Rebuild.

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

Summary of changes:
 bfd/ChangeLog            |   14 +++
 bfd/configure            |    2 +-
 bfd/configure.in         |    2 +-
 bfd/elf64-alpha.c        |  241 ++++++++++++++++++++++++++++------------------
 ld/ChangeLog             |    4 +
 ld/emultempl/alphaelf.em |    1 +
 6 files changed, 166 insertions(+), 98 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]