Add support for Score7 architecture.
authorNick Clifton <nickc@redhat.com>
Mon, 2 Mar 2009 10:33:08 +0000 (10:33 +0000)
committerNick Clifton <nickc@redhat.com>
Mon, 2 Mar 2009 10:33:08 +0000 (10:33 +0000)
commitc3b7224ae49a815ca1e60d058acc980530832881
tree5c6fbdaaf1f119828e423512f1b9d8431894596c
parent9af17804e939a7d07adb86d8c16992e4c92b46ff
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 [new file with mode: 0644]
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]
This page took 0.030524 seconds and 4 git commands to generate.