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. 0abb10c82d2c202e34b87104d51080b6d1de26d1


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  0abb10c82d2c202e34b87104d51080b6d1de26d1 (commit)
      from  ff600205664cc39be32910e4bf36c3de8183f93c (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=0abb10c82d2c202e34b87104d51080b6d1de26d1

commit 0abb10c82d2c202e34b87104d51080b6d1de26d1
Author: Alan Modra <amodra@gmail.com>
Date:   Fri Dec 26 18:26:38 2014 +1030

    Delete unnecessary code copying SHF_SH5_ISA32 flag
    
    Since 2006, commit d270463e9, _bfd_elf_copy_private_section_data has
    copied over SHF_MASKOS and SHF_MASKPROC flags.  That makes the buggy
    code in sh_elf64_copy_private_data_internal redundant.
    
    bfd/
    	PR 17755
    	* elf64-sh64.c (sh_elf64_copy_private_data_internal): Delete code
    	copying SHF_SH5_ISA32.
    binutils/testsuite/
    	* binutils-all/strip-11.d: New test.
    	* binutils-all/objcopy.exp: Run it.

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

Summary of changes:
 bfd/ChangeLog                               |    6 ++++++
 bfd/elf64-sh64.c                            |   21 ---------------------
 binutils/testsuite/ChangeLog                |    5 +++++
 binutils/testsuite/binutils-all/objcopy.exp |    6 ++++++
 binutils/testsuite/binutils-all/strip-11.d  |   12 ++++++++++++
 5 files changed, 29 insertions(+), 21 deletions(-)
 create mode 100644 binutils/testsuite/binutils-all/strip-11.d


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]