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


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  e234935207c21a212b5a35928f50b578c65b9649 (commit)
      from  337e86d7c5a121bbd3983c580c3d33ab05a5325c (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=e234935207c21a212b5a35928f50b578c65b9649

commit e234935207c21a212b5a35928f50b578c65b9649
Author: H.J. Lu <hjl.tools@gmail.com>
Date:   Tue Dec 17 11:48:18 2013 -0800

    Use _bfd_elf_copy_private_bfd_data
    
    	PR binutils/16318
    	* elf32-arm.c (elf32_arm_copy_private_bfd_data): Call
    	_bfd_elf_copy_private_bfd_data.
    	* elf32-bfin.c (bfin_elf_copy_private_bfd_data): Removed.
    	(elf32_bfinfdpic_copy_private_bfd_data): Likewise.
    	(bfd_elf32_bfd_copy_private_bfd_data): Don't define.
    	* elf32-frv.c (frv_elf_copy_private_bfd_data): Removed.
    	(elf32_frvfdpic_copy_private_bfd_data): Likewise.
    	(bfd_elf32_bfd_copy_private_bfd_data): Don't define.
    	* elf32-iq2000.c (iq2000_elf_copy_private_bfd_data): Removed.
    	(bfd_elf32_bfd_copy_private_bfd_data): Don't define.
    	* elf32-lm32.c (lm32_elf_copy_private_bfd_data): Removed.
    	(lm32_elf_fdpic_copy_private_bfd_data): Call
    	_bfd_elf_copy_private_bfd_data.
    	* elf32-mep.c (mep_elf_copy_private_bfd_data): Removed.
    	(bfd_elf32_bfd_copy_private_bfd_data): Don't define.
    	* elf32-msp430.c (elf32_msp430_copy_private_bfd_data): Removed.
    	(bfd_elf32_bfd_copy_private_bfd_data): Don't define.
    	* elf32-mt.c (mt_elf_copy_private_bfd_data): Removed.
    	(bfd_elf32_bfd_copy_private_bfd_data): Don't define.
    	* elf32-sh.c (sh_elf_set_private_flags): Removed.
    	(sh_elf_copy_private_data): Call _bfd_elf_copy_private_bfd_data
    	and sh_elf_set_mach_from_flags.
    	*  elfnn-aarch64.c (elfNN_aarch64_copy_private_bfd_data): Removed.
    	(bfd_elfNN_bfd_copy_private_bfd_data): Don't define.

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

Summary of changes:
 bfd/ChangeLog       |   28 ++++++++++++++++++++++++++++
 bfd/elf32-arm.c     |    9 +--------
 bfd/elf32-bfin.c    |   42 ------------------------------------------
 bfd/elf32-frv.c     |   42 ------------------------------------------
 bfd/elf32-iq2000.c  |   22 ----------------------
 bfd/elf32-lm32.c    |   22 +---------------------
 bfd/elf32-mep.c     |   17 -----------------
 bfd/elf32-msp430.c  |   12 ------------
 bfd/elf32-mt.c      |   20 --------------------
 bfd/elf32-sh.c      |   23 ++++-------------------
 bfd/elfnn-aarch64.c |   28 ----------------------------
 11 files changed, 34 insertions(+), 231 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]