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


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  d924db559be94e668253a272f70870c85aecc60e (commit)
      from  1945cfa59de0a6093011891e1974ac2b6d25658f (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=d924db559be94e668253a272f70870c85aecc60e

commit d924db559be94e668253a272f70870c85aecc60e
Author: Eric Botcazou <ebotcazou@gcc.gnu.org>
Date:   Sat Dec 6 16:35:18 2014 +0100

    Add Visium support to bfd
    
    bfd/
    	* config.bfd: Add Visium support.
    	* configure.ac: Likewise.
    	* configure: Regenerate.
    	* Makefile.am (ALL_MACHINES): Add cpu-visium.lo.
    	(ALL_MACHINES_CFILES): Add cpu-visium.c.
    	(BFD32_BACKENDS): Add elf32-visium.lo.
    	(BFD32_BACKENDS_CFILES): Add elf32-visium.c.
    	* Makefile.in: Regenerate.
    	* archures.c (DESCRIPTION): Add Visium support.
    	(bfd_visium_arch): Declare.
    	(bfd_archures_list): Add bfd_visium_arch.
    	* reloc.c: Add Visium relocations.
    	* targets.c (visium_elf32_vec): Declare.
    	(_bfd_target_vector): Add visium_elf32_vec.
    	* bfd-in2.h: Regenerate.
    	* libbfd.h: Likewise.
    	* cpu-visium.c: New file.
    	* elf32-visium.c: Likewise.
    	* po/SRC-POTFILES.in: Regenerate.
    include/elf/
    	* common.h (EM_VISIUM): Define.
    	* visium.h: New file.

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

Summary of changes:
 bfd/ChangeLog          |   22 ++
 bfd/Makefile.am        |    4 +
 bfd/Makefile.in        |    6 +
 bfd/archures.c         |    4 +
 bfd/bfd-in2.h          |   11 +
 bfd/config.bfd         |    5 +
 bfd/configure          |    1 +
 bfd/configure.ac       |    1 +
 bfd/cpu-visium.c       |   41 +++
 bfd/elf32-visium.c     |  898 ++++++++++++++++++++++++++++++++++++++++++++++++
 bfd/libbfd.h           |    7 +
 bfd/po/SRC-POTFILES.in |    2 +
 bfd/reloc.c            |   17 +
 bfd/targets.c          |    3 +
 include/elf/ChangeLog  |    5 +
 include/elf/common.h   |    1 +
 include/elf/visium.h   |   51 +++
 17 files changed, 1079 insertions(+), 0 deletions(-)
 create mode 100644 bfd/cpu-visium.c
 create mode 100644 bfd/elf32-visium.c
 create mode 100644 include/elf/visium.h


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]