]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gas/ChangeLog
Add LD and GAS testsuites for CRX port.
authorNick Clifton <nickc@redhat.com>
Fri, 3 Sep 2004 14:31:41 +0000 (14:31 +0000)
committerNick Clifton <nickc@redhat.com>
Fri, 3 Sep 2004 14:31:41 +0000 (14:31 +0000)
commit42851540ac3cf3b1f17ed9ab528c1ea2a2fdfb4f
tree37d2af0e5232af83ae00e569edf556f4c5dc6bf6
parent6e3b68350d29fde1dedc4772bbdce07ac3669f97
Add LD and GAS testsuites for CRX port.
Fix several crx bugs.
67 files changed:
gas/ChangeLog
gas/config/tc-crx.c
gas/testsuite/ChangeLog
gas/testsuite/gas/crx/allinsn.exp [new file with mode: 0644]
gas/testsuite/gas/crx/arith_insn.d [new file with mode: 0644]
gas/testsuite/gas/crx/arith_insn.s [new file with mode: 0644]
gas/testsuite/gas/crx/beq_insn.d [new file with mode: 0644]
gas/testsuite/gas/crx/beq_insn.s [new file with mode: 0644]
gas/testsuite/gas/crx/bit_insn.d [new file with mode: 0644]
gas/testsuite/gas/crx/bit_insn.s [new file with mode: 0644]
gas/testsuite/gas/crx/br_insn.d [new file with mode: 0644]
gas/testsuite/gas/crx/br_insn.s [new file with mode: 0644]
gas/testsuite/gas/crx/cmov_insn.d [new file with mode: 0644]
gas/testsuite/gas/crx/cmov_insn.s [new file with mode: 0644]
gas/testsuite/gas/crx/cmpbr_insn.d [new file with mode: 0644]
gas/testsuite/gas/crx/cmpbr_insn.s [new file with mode: 0644]
gas/testsuite/gas/crx/jscond_insn.d [new file with mode: 0644]
gas/testsuite/gas/crx/jscond_insn.s [new file with mode: 0644]
gas/testsuite/gas/crx/list_insn.d [new file with mode: 0644]
gas/testsuite/gas/crx/list_insn.s [new file with mode: 0644]
gas/testsuite/gas/crx/load_stor_insn.d [new file with mode: 0644]
gas/testsuite/gas/crx/load_stor_insn.s [new file with mode: 0644]
gas/testsuite/gas/crx/misc_insn.d [new file with mode: 0644]
gas/testsuite/gas/crx/misc_insn.s [new file with mode: 0644]
gas/testsuite/gas/crx/no_op_insn.d [new file with mode: 0644]
gas/testsuite/gas/crx/no_op_insn.s [new file with mode: 0644]
gas/testsuite/gas/crx/shift_insn.d [new file with mode: 0644]
gas/testsuite/gas/crx/shift_insn.s [new file with mode: 0644]
ld/ChangeLog
ld/scripttempl/elf32crx.sc
ld/testsuite/ChangeLog
ld/testsuite/ld-crx/crx.exp [new file with mode: 0644]
ld/testsuite/ld-crx/crx.ld [new file with mode: 0644]
ld/testsuite/ld-crx/reloc-abs32.d [new file with mode: 0644]
ld/testsuite/ld-crx/reloc-abs32.s [new file with mode: 0644]
ld/testsuite/ld-crx/reloc-imm16.d [new file with mode: 0644]
ld/testsuite/ld-crx/reloc-imm16.s [new file with mode: 0644]
ld/testsuite/ld-crx/reloc-imm32.d [new file with mode: 0644]
ld/testsuite/ld-crx/reloc-imm32.s [new file with mode: 0644]
ld/testsuite/ld-crx/reloc-num16.d [new file with mode: 0644]
ld/testsuite/ld-crx/reloc-num16.s [new file with mode: 0644]
ld/testsuite/ld-crx/reloc-num32.d [new file with mode: 0644]
ld/testsuite/ld-crx/reloc-num32.s [new file with mode: 0644]
ld/testsuite/ld-crx/reloc-num8.d [new file with mode: 0644]
ld/testsuite/ld-crx/reloc-num8.s [new file with mode: 0644]
ld/testsuite/ld-crx/reloc-regrel12.d [new file with mode: 0644]
ld/testsuite/ld-crx/reloc-regrel12.s [new file with mode: 0644]
ld/testsuite/ld-crx/reloc-regrel22.d [new file with mode: 0644]
ld/testsuite/ld-crx/reloc-regrel22.s [new file with mode: 0644]
ld/testsuite/ld-crx/reloc-regrel28.d [new file with mode: 0644]
ld/testsuite/ld-crx/reloc-regrel28.s [new file with mode: 0644]
ld/testsuite/ld-crx/reloc-regrel32.d [new file with mode: 0644]
ld/testsuite/ld-crx/reloc-regrel32.s [new file with mode: 0644]
ld/testsuite/ld-crx/reloc-rel16.d [new file with mode: 0644]
ld/testsuite/ld-crx/reloc-rel16.s [new file with mode: 0644]
ld/testsuite/ld-crx/reloc-rel24.d [new file with mode: 0644]
ld/testsuite/ld-crx/reloc-rel24.s [new file with mode: 0644]
ld/testsuite/ld-crx/reloc-rel32.d [new file with mode: 0644]
ld/testsuite/ld-crx/reloc-rel32.s [new file with mode: 0644]
ld/testsuite/ld-crx/reloc-rel4.d [new file with mode: 0644]
ld/testsuite/ld-crx/reloc-rel4.s [new file with mode: 0644]
ld/testsuite/ld-crx/reloc-rel8-cmp.d [new file with mode: 0644]
ld/testsuite/ld-crx/reloc-rel8-cmp.s [new file with mode: 0644]
ld/testsuite/ld-crx/reloc-rel8.d [new file with mode: 0644]
ld/testsuite/ld-crx/reloc-rel8.s [new file with mode: 0644]
opcodes/ChangeLog
opcodes/crx-opc.c