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. 7572ca8989ead4c3425a1500bc241eaaeffa2c89


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  7572ca8989ead4c3425a1500bc241eaaeffa2c89 (commit)
      from  8335d6aa34b88ce31b62e1b578d54ab4aa364435 (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=7572ca8989ead4c3425a1500bc241eaaeffa2c89

commit 7572ca8989ead4c3425a1500bc241eaaeffa2c89
Author: Will Newton <will.newton@linaro.org>
Date:   Thu Jun 26 15:23:31 2014 +0100

    ld/ARM: Increase maximum page size to 64kB
    
    Increase the maximum page size to 64kB and align the TEXT_START_ADDR
    to a 64kB boundary. This brings AArch32 in line with AArch64 and
    improves compatability under certain conditions.
    
    bfd/ChangeLog:
    
    2014-07-08  Will Newton  <will.newton@linaro.org>
    
    	* elf32-arm.c (ELF_MAXPAGESIZE): Increase the default
    	value to 64kB and remove custom setting for NaCl.
    
    ld/ChangeLog:
    
    2014-07-08  Will Newton  <will.newton@linaro.org>
    
    	* emulparams/armelf_linux.sh (TEXT_START_ADDR): Increase
    	alignment to 64kB boundary.
    
    ld/testsuite/ChangeLog:
    
    2014-07-08  Will Newton  <will.newton@linaro.org>
    
    	* ld-arm/arm-lib.ld: Increase MAXPAGESIZE value to
    	match bfd.
    	* ld-arm/cortex-a8-fix-bl-rel-plt.d: Update offsets to
    	take into account increased segment alignment.
    	* ld-arm/ifunc-gdesc.r: Likewise.
    	* ld-arm/tls-lib.d: Likewise.

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

Summary of changes:
 bfd/ChangeLog                                  |    5 +++++
 bfd/elf32-arm.c                                |    4 +---
 ld/ChangeLog                                   |    5 +++++
 ld/emulparams/armelf_linux.sh                  |    2 +-
 ld/testsuite/ChangeLog                         |    9 +++++++++
 ld/testsuite/ld-arm/arm-lib.ld                 |    2 +-
 ld/testsuite/ld-arm/cortex-a8-fix-bl-rel-plt.d |    4 ++--
 ld/testsuite/ld-arm/ifunc-gdesc.r              |    6 +++---
 ld/testsuite/ld-arm/tls-lib.d                  |    4 ++--
 9 files changed, 29 insertions(+), 12 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]