]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gas/ChangeLog
PR binutils/15068
authorNick Clifton <nickc@redhat.com>
Wed, 27 Mar 2013 11:43:37 +0000 (11:43 +0000)
committerNick Clifton <nickc@redhat.com>
Wed, 27 Mar 2013 11:43:37 +0000 (11:43 +0000)
commit51dcdd4d3edac8b0c94257096337cd94b4dc7c3f
treed1b958a9e07e8cc2d9af0e308e1c3058508a841f
parent6f820c855cf3f858cea1d9284de4e925889476bf
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.
29 files changed:
gas/ChangeLog
gas/config/tc-tic6x.c
gas/testsuite/ChangeLog
gas/testsuite/gas/tic6x/insns16-d-unit.d [new file with mode: 0644]
gas/testsuite/gas/tic6x/insns16-d-unit.s [new file with mode: 0644]
gas/testsuite/gas/tic6x/insns16-ddec.d [new file with mode: 0644]
gas/testsuite/gas/tic6x/insns16-ddec.s [new file with mode: 0644]
gas/testsuite/gas/tic6x/insns16-dinc.d [new file with mode: 0644]
gas/testsuite/gas/tic6x/insns16-dinc.s [new file with mode: 0644]
gas/testsuite/gas/tic6x/insns16-dind.d [new file with mode: 0644]
gas/testsuite/gas/tic6x/insns16-dind.s [new file with mode: 0644]
gas/testsuite/gas/tic6x/insns16-doff4.d [new file with mode: 0644]
gas/testsuite/gas/tic6x/insns16-doff4.s [new file with mode: 0644]
gas/testsuite/gas/tic6x/insns16-l-unit.d [new file with mode: 0644]
gas/testsuite/gas/tic6x/insns16-l-unit.s [new file with mode: 0644]
gas/testsuite/gas/tic6x/insns16-lsd-unit.d [new file with mode: 0644]
gas/testsuite/gas/tic6x/insns16-lsd-unit.s [new file with mode: 0644]
gas/testsuite/gas/tic6x/insns16-m-unit.d [new file with mode: 0644]
gas/testsuite/gas/tic6x/insns16-m-unit.s [new file with mode: 0644]
gas/testsuite/gas/tic6x/insns16-s-unit-pcrel.d [new file with mode: 0644]
gas/testsuite/gas/tic6x/insns16-s-unit-pcrel.s [new file with mode: 0644]
gas/testsuite/gas/tic6x/insns16-s-unit.d [new file with mode: 0644]
gas/testsuite/gas/tic6x/insns16-s-unit.s [new file with mode: 0644]
include/opcode/ChangeLog
include/opcode/tic6x-insn-formats.h
include/opcode/tic6x-opcode-table.h
include/opcode/tic6x.h
opcodes/ChangeLog
opcodes/tic6x-dis.c