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. 782450358dc18c4818faaae643ab5f91d6464fe7


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  782450358dc18c4818faaae643ab5f91d6464fe7 (commit)
      from  5ce0145de764dc9c6e92daf2f843fa6e496c49d0 (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=782450358dc18c4818faaae643ab5f91d6464fe7

commit 782450358dc18c4818faaae643ab5f91d6464fe7
Author: H.J. Lu <hjl.tools@gmail.com>
Date:   Tue Dec 17 13:40:46 2013 -0800

    Default elf_backend_post_process_headers to set OSABI
    
    	* elf-bfd.h (_bfd_elf_set_osabi): Renamed to ...
    	(_bfd_elf_post_process_headers): This.
    	* elf.c (_bfd_elf_compute_section_file_positions): Always
    	call elf_backend_post_process_headers.
    	(_bfd_elf_set_osabi): Renamed to ...
    	(_bfd_elf_post_process_headers): This.
    	* elf32-hppa.c (elf_backend_post_process_headers): Removed.
    	* elf32-i370.c (elf_backend_post_process_headers): Likewise.
    	* elf32-msp430.c (elf_backend_post_process_headers): Likewise.
    	* elf32-ppc.c (elf_backend_post_process_headers): Likewise.
    	* elf32-sparc.c (elf_backend_post_process_headers): Likewise.
    	* elf64-hppa.c (elf_backend_post_process_headers): Likewise.
    	* elf64-ppc.c (elf_backend_post_process_headers): Likewise.
    	* elf64-sparc.c (elf_backend_post_process_headers): Likewise.
    	* elf64-x86-64.c (elf_backend_post_process_headers): Likewise.
    	*  (elf_backend_post_process_headers): Likewise.
    	*  (elf_backend_post_process_headers): Likewise.
    	* elf32-i386.c (elf_backend_post_process_headers): Don't
    	define as _bfd_elf_set_osabi.
    	(elf_i386_fbsd_post_process_headers): Updated.
    	* elf32-mips.c (elf_fbsd_post_process_headers): Removed.
    	(elf_backend_post_process_headers): Likewise.
    	* elf32-tic6x.c (elf32_tic6x_set_osabi): Removed.
    	(elf_backend_post_process_headers): Likewise.
    	* elf64-mips.c (elf_fbsd_post_process_headers): Removed.
    	(elf_backend_post_process_headers): Likewise.
    	* elfn32-mips.c (elf_fbsd_post_process_headers): Removed.
    	(elf_backend_post_process_headers): Likewise.
    	* elfnn-aarch64.c (elfNN_aarch64_post_process_headers): Updated.
    	* elfxx-target.h (elf_backend_post_process_headers): Default
    	to _bfd_elf_post_process_headers.

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

Summary of changes:
 bfd/ChangeLog       |   34 ++++++++++++++++++++++++++++++++++
 bfd/elf-bfd.h       |    2 +-
 bfd/elf.c           |    7 +++----
 bfd/elf32-hppa.c    |    1 -
 bfd/elf32-i370.c    |    1 -
 bfd/elf32-i386.c    |    6 +-----
 bfd/elf32-mips.c    |   12 ------------
 bfd/elf32-msp430.c  |    1 -
 bfd/elf32-ppc.c     |    1 -
 bfd/elf32-sparc.c   |    1 -
 bfd/elf32-tic6x.c   |   14 --------------
 bfd/elf64-hppa.c    |    2 --
 bfd/elf64-mips.c    |   12 ------------
 bfd/elf64-ppc.c     |    1 -
 bfd/elf64-sparc.c   |    2 --
 bfd/elf64-x86-64.c  |    2 --
 bfd/elfn32-mips.c   |   12 ------------
 bfd/elfnn-aarch64.c |    2 +-
 bfd/elfxx-target.h  |    2 +-
 19 files changed, 41 insertions(+), 74 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]