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


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  df3ce959f4f4598f73c4e02f45e65ad1fd6f4f7c (commit)
      from  27b829ee701e29804216b3803fbaeb629be27491 (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=df3ce959f4f4598f73c4e02f45e65ad1fd6f4f7c

commit df3ce959f4f4598f73c4e02f45e65ad1fd6f4f7c
Author: Nick Clifton <nickc@redhat.com>
Date:   Wed Jan 29 14:01:54 2014 +0000

    My patch to the binutils strip-10.d test was wrong.  The osabi field should always be set to
    ELFOSABI_GNU for binaries containing unique symbols.  So I am reverting that patch and
    instead applying the patch below to fix up the targets that were triggering the test failure.
    
    bfd/ChangeLog
    2014-01-29  Nick Clifton  <nickc@redhat.com>
    
    	* elf32-metag.c (elf_metag_post_process_headers): Call
    	_bfd_elf_post_process_headers.
    	* elf32-sh64.c (sh64_elf_copy_private_data): Call
    	_bfd_elf_copy_private_data.
    	* elf64-sh64.c (sh_elf64_copy_private_data_internal): Likewise.
    
    binutils/testsuite/ChangeLog
    2014-01-29  Nick Clifton  <nickc@redhat.com>
    
    	* binutils-all/strip-10.d: Revert previous delta.

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

Summary of changes:
 bfd/ChangeLog                              |    9 +++++++++
 bfd/elf32-metag.c                          |    3 ++-
 bfd/elf32-sh64.c                           |    3 ++-
 bfd/elf64-sh64.c                           |    4 ++--
 binutils/testsuite/ChangeLog               |    5 +++++
 binutils/testsuite/binutils-all/strip-10.d |    2 +-
 6 files changed, 21 insertions(+), 5 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]