Add support for Score7 architecture.
commit8acf81371ba2e1f4e2734fb1e740f6582a6fae8c
authorNick Clifton <nickc@redhat.com>
Mon, 2 Mar 2009 10:33:08 +0000 (2 10:33 +0000)
committerNick Clifton <nickc@redhat.com>
Mon, 2 Mar 2009 10:33:08 +0000 (2 10:33 +0000)
treedc9aefaf584c77de3b4a92debff791eb4be759eb
parent969ea4a3231ef7855d77661240858f492ebc167d
Add support for Score7 architecture.
76 files changed:
bfd/ChangeLog
bfd/Makefile.am
bfd/Makefile.in
bfd/archures.c
bfd/bfd-in2.h
bfd/configure
bfd/configure.in
bfd/cpu-score.c
bfd/elf32-score.c
bfd/elf32-score.h [new file with mode: 0644]
bfd/elf32-score7.c [copied from bfd/elf32-score.c with 69% similarity]
bfd/libbfd.h
bfd/reloc.c
gas/ChangeLog
gas/Makefile.am
gas/Makefile.in
gas/NEWS
gas/config/tc-score.c
gas/config/tc-score.h
gas/config/tc-score7.c [new file with mode: 0644]
gas/doc/Makefile.am
gas/doc/Makefile.in
gas/doc/all.texi
gas/doc/as.texinfo
gas/doc/c-score.texi [new file with mode: 0644]
gas/testsuite/ChangeLog
gas/testsuite/gas/score/arith_32-lt.d [new file with mode: 0644]
gas/testsuite/gas/score/arith_32.d [new file with mode: 0644]
gas/testsuite/gas/score/arith_32.s [new file with mode: 0644]
gas/testsuite/gas/score/bit_32-lt.d [new file with mode: 0644]
gas/testsuite/gas/score/bit_32.d [new file with mode: 0644]
gas/testsuite/gas/score/bit_32.s [new file with mode: 0644]
gas/testsuite/gas/score/branch_32-lt.d [new file with mode: 0644]
gas/testsuite/gas/score/branch_32.d [new file with mode: 0644]
gas/testsuite/gas/score/branch_32.s [new file with mode: 0644]
gas/testsuite/gas/score/cmp_32-lt.d [new file with mode: 0644]
gas/testsuite/gas/score/cmp_32.d [new file with mode: 0644]
gas/testsuite/gas/score/cmp_32.s [new file with mode: 0644]
gas/testsuite/gas/score/load_store_32-lt.d [new file with mode: 0644]
gas/testsuite/gas/score/load_store_32.d [new file with mode: 0644]
gas/testsuite/gas/score/load_store_32.s [new file with mode: 0644]
gas/testsuite/gas/score/logical_32-lt.d [new file with mode: 0644]
gas/testsuite/gas/score/logical_32.d [new file with mode: 0644]
gas/testsuite/gas/score/logical_32.s [new file with mode: 0644]
gas/testsuite/gas/score/mv_32-lt.d [new file with mode: 0644]
gas/testsuite/gas/score/mv_32.d [new file with mode: 0644]
gas/testsuite/gas/score/mv_32.s [new file with mode: 0644]
gas/testsuite/gas/score/relax_32.exp [new file with mode: 0644]
gas/testsuite/gas/score/relaxation_macro.h [new file with mode: 0644]
gas/testsuite/gas/score/shift_32-lt.d [new file with mode: 0644]
gas/testsuite/gas/score/shift_32.d [new file with mode: 0644]
gas/testsuite/gas/score/shift_32.s [new file with mode: 0644]
gas/testsuite/gas/score/syscontrol_32-lt.d [new file with mode: 0644]
gas/testsuite/gas/score/syscontrol_32.d [new file with mode: 0644]
gas/testsuite/gas/score/syscontrol_32.s [new file with mode: 0644]
include/elf/ChangeLog
include/elf/common.h
include/elf/score.h
include/opcode/ChangeLog
include/opcode/score-datadep.h
include/opcode/score-inst.h
ld/ChangeLog
ld/Makefile.am
ld/Makefile.in
ld/NEWS
ld/configure.tgt
ld/emulparams/scoreelf.sh
ld/emultempl/scoreelf.em
opcodes/ChangeLog
opcodes/Makefile.am
opcodes/Makefile.in
opcodes/configure
opcodes/configure.in
opcodes/score-dis.c
opcodes/score-opc.h
opcodes/score7-dis.c [new file with mode: 0644]