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. 1945cfa59de0a6093011891e1974ac2b6d25658f


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

commit 1945cfa59de0a6093011891e1974ac2b6d25658f
Author: Eric Botcazou <ebotcazou@gcc.gnu.org>
Date:   Sat Dec 6 16:25:55 2014 +0100

    Add Visium support to opcodes
    
    include/
    	* dis-asm.h (print_insn_visium): Declare.
    include/opcode/
    	* visium.h: New file.
    opcodes/
    	* configure.ac: Add Visium support.
    	* configure: Regenerate.
    	* Makefile.am (TARGET_LIBOPCODES_CFILES): Add visium-dis.c and
    	visium-opc.c.
    	* Makefile.in: Regenerate.
    	* disassemble.c (ARCH_visium): Define if ARCH_all.
    	(disassembler): Deal with bfd_arch_visium if ARCH_visium.
    	* visium-dis.c: New file.
    	* visium-opc.c: Likewise.
    	* po/POTFILES.in: Regenerate.

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

Summary of changes:
 include/ChangeLog        |    4 +
 include/dis-asm.h        |    1 +
 include/opcode/ChangeLog |    4 +
 include/opcode/visium.h  |  337 +++++++++++++++++++
 opcodes/ChangeLog        |   13 +
 opcodes/Makefile.am      |    2 +
 opcodes/Makefile.in      |    4 +
 opcodes/configure        |    1 +
 opcodes/configure.ac     |    1 +
 opcodes/disassemble.c    |    6 +
 opcodes/po/POTFILES.in   |    2 +
 opcodes/visium-dis.c     |  834 ++++++++++++++++++++++++++++++++++++++++++++++
 opcodes/visium-opc.c     |   23 ++
 13 files changed, 1232 insertions(+), 0 deletions(-)
 create mode 100644 include/opcode/visium.h
 create mode 100644 opcodes/visium-dis.c
 create mode 100644 opcodes/visium-opc.c


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]