bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug binutils/15068] tic6x - disassembly of 16 bits opcode


From: cvs-commit at gcc dot gnu.org
Subject: [Bug binutils/15068] tic6x - disassembly of 16 bits opcode
Date: Wed, 27 Mar 2013 11:43:39 +0000

http://sourceware.org/bugzilla/show_bug.cgi?id=15068

--- Comment #2 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot 
gnu.org> 2013-03-27 11:43:39 UTC ---
CVSROOT:    /cvs/src
Module name:    src
Changes by:    address@hidden    2013-03-27 11:43:37

Modified files:
    opcodes        : ChangeLog tic6x-dis.c 
    gas            : ChangeLog 
    gas/config     : tc-tic6x.c 
    gas/testsuite  : ChangeLog 
    include/opcode : ChangeLog tic6x-insn-formats.h 
                     tic6x-opcode-table.h tic6x.h 
Added files:
    gas/testsuite/gas/tic6x: insns16-d-unit.d insns16-d-unit.s 
                             insns16-ddec.d insns16-ddec.s 
                             insns16-dinc.d insns16-dinc.s 
                             insns16-dind.d insns16-dind.s 
                             insns16-doff4.d insns16-doff4.s 
                             insns16-l-unit.d insns16-l-unit.s 
                             insns16-lsd-unit.d insns16-lsd-unit.s 
                             insns16-m-unit.d insns16-m-unit.s 
                             insns16-s-unit-pcrel.d 
                             insns16-s-unit-pcrel.s insns16-s-unit.d 
                             insns16-s-unit.s 

Log message:
    PR binutils/15068
    * tic6x-dis.c: Add support for displaying 16-bit insns.
    * tic6xc-insn-formats.h (FLD): Add use of bitfield array.
    Add 16-bit opcodes.
    * tic6xc-opcode-table.h: Add 16-bit insns.
    * tic6x.h: Add support for 16-bit insns.
    * config/tc-tic6x.c (tic6x_try_encode): Add use of bitfields array.
    * gas/tic6x/insns16-d-unit.s: New test.
    * gas/tic6x/insns16-d-unit.d: Expected disassembly.
    * gas/tic6x/insns16-ddec.s: New test.
    * gas/tic6x/insns16-ddec.d: Expected disassembly.
    * gas/tic6x/insns16-dinc.s: New test.
    * gas/tic6x/insns16-dinc.d: Expected disassembly.
    * gas/tic6x/insns16-dind.s: New test.
    * gas/tic6x/insns16-dind.d: Expected disassembly.
    * gas/tic6x/insns16-doff4.s: New test.
    * gas/tic6x/insns16-doff4.d: Expected disassembly.
    * gas/tic6x/insns16-l-unit.s: New test.
    * gas/tic6x/insns16-l-unit.d: Expected disassembly.
    * gas/tic6x/insns16-lsd-unit.s: New test.
    * gas/tic6x/insns16-lsd-unit.d: Expected disassembly.
    * gas/tic6x/insns16-m-unit.s: New test.
    * gas/tic6x/insns16-m-unit.d: Expected disassembly.
    * gas/tic6x/insns16-s-unit-pcrel.s: New test.
    * gas/tic6x/insns16-s-unit-pcrel.d: Expected disassembly.
    * gas/tic6x/insns16-s-unit: New test.
    * gas/tic6x/insns16-s-unit.d: Expected disassembly.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/opcodes/ChangeLog.diff?cvsroot=src&r1=1.1950&r2=1.1951
http://sourceware.org/cgi-bin/cvsweb.cgi/src/opcodes/tic6x-dis.c.diff?cvsroot=src&r1=1.4&r2=1.5
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gas/ChangeLog.diff?cvsroot=src&r1=1.4957&r2=1.4958
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gas/config/tc-tic6x.c.diff?cvsroot=src&r1=1.19&r2=1.20
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gas/testsuite/ChangeLog.diff?cvsroot=src&r1=1.2209&r2=1.2210
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gas/testsuite/gas/tic6x/insns16-d-unit.d.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gas/testsuite/gas/tic6x/insns16-d-unit.s.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gas/testsuite/gas/tic6x/insns16-ddec.d.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gas/testsuite/gas/tic6x/insns16-ddec.s.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gas/testsuite/gas/tic6x/insns16-dinc.d.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gas/testsuite/gas/tic6x/insns16-dinc.s.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gas/testsuite/gas/tic6x/insns16-dind.d.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gas/testsuite/gas/tic6x/insns16-dind.s.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gas/testsuite/gas/tic6x/insns16-doff4.d.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gas/testsuite/gas/tic6x/insns16-doff4.s.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gas/testsuite/gas/tic6x/insns16-l-unit.d.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gas/testsuite/gas/tic6x/insns16-l-unit.s.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gas/testsuite/gas/tic6x/insns16-lsd-unit.d.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gas/testsuite/gas/tic6x/insns16-lsd-unit.s.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gas/testsuite/gas/tic6x/insns16-m-unit.d.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gas/testsuite/gas/tic6x/insns16-m-unit.s.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gas/testsuite/gas/tic6x/insns16-s-unit-pcrel.d.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gas/testsuite/gas/tic6x/insns16-s-unit-pcrel.s.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gas/testsuite/gas/tic6x/insns16-s-unit.d.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gas/testsuite/gas/tic6x/insns16-s-unit.s.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/include/opcode/ChangeLog.diff?cvsroot=src&r1=1.490&r2=1.491
http://sourceware.org/cgi-bin/cvsweb.cgi/src/include/opcode/tic6x-insn-formats.h.diff?cvsroot=src&r1=1.2&r2=1.3
http://sourceware.org/cgi-bin/cvsweb.cgi/src/include/opcode/tic6x-opcode-table.h.diff?cvsroot=src&r1=1.5&r2=1.6
http://sourceware.org/cgi-bin/cvsweb.cgi/src/include/opcode/tic6x.h.diff?cvsroot=src&r1=1.3&r2=1.4

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]