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. 01e6c1a48d2c56a5e8a78f54b3b2021da42257e7


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  01e6c1a48d2c56a5e8a78f54b3b2021da42257e7 (commit)
      from  aacf0b33aa8a55f935be02a6f6a3b3b62f60d14b (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=01e6c1a48d2c56a5e8a78f54b3b2021da42257e7

commit 01e6c1a48d2c56a5e8a78f54b3b2021da42257e7
Author: Will Newton <will.newton@linaro.org>
Date:   Mon Aug 4 10:52:04 2014 +0100

    ARM: Add support for armeb-*-eabi*
    
    At the moment it is possible to configure binutils for these triples
    but the resulting linker defaults to little endian with huge numbers
    of testsuite failures, which on the face of it does not appear to make
    much sense.
    
    This patch makes the behaviour similar to armeb-elf and the testsuite
    is clean.
    
    bfd/ChangeLog:
    
    2014-08-20  Will Newton  <will.newton@linaro.org>
    
    	* config.bfd: Default armeb-*-eabi* to big endian.
    
    ld/ChangeLog:
    
    2014-08-20  Will Newton  <will.newton@linaro.org>
    
    	* configure.tgt: Default armeb-*-eabi* to big endian.

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

Summary of changes:
 bfd/ChangeLog    |    4 ++++
 bfd/config.bfd   |    2 +-
 ld/ChangeLog     |    4 ++++
 ld/configure.tgt |    3 ++-
 4 files changed, 11 insertions(+), 2 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]