Add support for the Infineon XC16X.
commit6da0fc66d7b0ae80a1cf0ecc175a1089ea4d8340
authorNick Clifton <nickc@redhat.com>
Fri, 17 Feb 2006 14:36:28 +0000 (17 14:36 +0000)
committerNick Clifton <nickc@redhat.com>
Fri, 17 Feb 2006 14:36:28 +0000 (17 14:36 +0000)
tree140eed383a508ee32134cbab90a52cc908506397
parent3aa662522219e23c100f40abf241c49639814939
Add support for the Infineon XC16X.
113 files changed:
bfd/ChangeLog
bfd/Makefile.am
bfd/Makefile.in
bfd/archures.c
bfd/bfd-in2.h
bfd/config.bfd
bfd/configure
bfd/configure.in
bfd/cpu-xc16x.c [new file with mode: 0644]
bfd/elf32-xc16x.c [new file with mode: 0644]
bfd/libbfd.h
bfd/reloc.c
bfd/targets.c
binutils/readelf.c
cpu/ChangeLog
cpu/xc16x.cpu [new file with mode: 0644]
cpu/xc16x.opc [new file with mode: 0644]
gas/ChangeLog
gas/Makefile.am
gas/Makefile.in
gas/NEWS
gas/config/tc-xc16x.c [new file with mode: 0644]
gas/config/tc-xc16x.h [new file with mode: 0644]
gas/configure
gas/configure.in
gas/doc/all.texi
gas/doc/c-xc16x.texi [new file with mode: 0644]
gas/testsuite/ChangeLog
gas/testsuite/gas/v850/v850e1.d
gas/testsuite/gas/xc16x/add.s [new file with mode: 0644]
gas/testsuite/gas/xc16x/add_test.s [new file with mode: 0644]
gas/testsuite/gas/xc16x/addb.s [new file with mode: 0644]
gas/testsuite/gas/xc16x/addc.s [new file with mode: 0644]
gas/testsuite/gas/xc16x/addcb.s [new file with mode: 0644]
gas/testsuite/gas/xc16x/and.s [new file with mode: 0644]
gas/testsuite/gas/xc16x/andb.s [new file with mode: 0644]
gas/testsuite/gas/xc16x/bfldl.s [new file with mode: 0644]
gas/testsuite/gas/xc16x/bit.s [new file with mode: 0644]
gas/testsuite/gas/xc16x/calla.s [new file with mode: 0644]
gas/testsuite/gas/xc16x/calli.s [new file with mode: 0644]
gas/testsuite/gas/xc16x/cmp.s [new file with mode: 0644]
gas/testsuite/gas/xc16x/cmp_test.s [new file with mode: 0644]
gas/testsuite/gas/xc16x/cmpb.s [new file with mode: 0644]
gas/testsuite/gas/xc16x/cmpi.s [new file with mode: 0644]
gas/testsuite/gas/xc16x/cpl.s [new file with mode: 0644]
gas/testsuite/gas/xc16x/div.s [new file with mode: 0644]
gas/testsuite/gas/xc16x/jmpa.s [new file with mode: 0644]
gas/testsuite/gas/xc16x/jmpi.s [new file with mode: 0644]
gas/testsuite/gas/xc16x/jmpr.s [new file with mode: 0644]
gas/testsuite/gas/xc16x/mov.s [new file with mode: 0644]
gas/testsuite/gas/xc16x/mov_test.s [new file with mode: 0644]
gas/testsuite/gas/xc16x/movb.s [new file with mode: 0644]
gas/testsuite/gas/xc16x/movbs.s [new file with mode: 0644]
gas/testsuite/gas/xc16x/movbz.s [new file with mode: 0644]
gas/testsuite/gas/xc16x/mul.s [new file with mode: 0644]
gas/testsuite/gas/xc16x/neg.s [new file with mode: 0644]
gas/testsuite/gas/xc16x/nop.s [new file with mode: 0644]
gas/testsuite/gas/xc16x/or.s [new file with mode: 0644]
gas/testsuite/gas/xc16x/orb.s [new file with mode: 0644]
gas/testsuite/gas/xc16x/prior.s [new file with mode: 0644]
gas/testsuite/gas/xc16x/pushpop.s [new file with mode: 0644]
gas/testsuite/gas/xc16x/ret.s [new file with mode: 0644]
gas/testsuite/gas/xc16x/scxt.s [new file with mode: 0644]
gas/testsuite/gas/xc16x/shlrol.s [new file with mode: 0644]
gas/testsuite/gas/xc16x/sub.s [new file with mode: 0644]
gas/testsuite/gas/xc16x/sub_test.s [new file with mode: 0644]
gas/testsuite/gas/xc16x/subb.s [new file with mode: 0644]
gas/testsuite/gas/xc16x/subc.s [new file with mode: 0644]
gas/testsuite/gas/xc16x/subcb.s [new file with mode: 0644]
gas/testsuite/gas/xc16x/syscontrol1.s [new file with mode: 0644]
gas/testsuite/gas/xc16x/syscontrol2.s [new file with mode: 0644]
gas/testsuite/gas/xc16x/trap.s [new file with mode: 0644]
gas/testsuite/gas/xc16x/xc16x.exp [new file with mode: 0644]
gas/testsuite/gas/xc16x/xor.s [new file with mode: 0644]
gas/testsuite/gas/xc16x/xorb.s [new file with mode: 0644]
include/ChangeLog
include/dis-asm.h
include/elf/ChangeLog
include/elf/common.h
include/elf/xc16x.h [new file with mode: 0644]
ld/ChangeLog
ld/Makefile.am
ld/Makefile.in
ld/NEWS
ld/configure.tgt
ld/emulparams/elf32xc16x.sh [new file with mode: 0644]
ld/emulparams/elf32xc16xl.sh [new file with mode: 0644]
ld/emulparams/elf32xc16xs.sh [new file with mode: 0644]
ld/scripttempl/elf32xc16x.sc [new file with mode: 0644]
ld/scripttempl/elf32xc16xl.sc [new file with mode: 0644]
ld/scripttempl/elf32xc16xs.sc [new file with mode: 0644]
ld/testsuite/ChangeLog
ld/testsuite/ld-xc16x/absrel.d [new file with mode: 0644]
ld/testsuite/ld-xc16x/absrel.s [new file with mode: 0644]
ld/testsuite/ld-xc16x/offset.d [new file with mode: 0644]
ld/testsuite/ld-xc16x/offset.s [new file with mode: 0644]
ld/testsuite/ld-xc16x/pcreloc.d [new file with mode: 0644]
ld/testsuite/ld-xc16x/pcreloc.s [new file with mode: 0644]
ld/testsuite/ld-xc16x/pcrelocl.d [new file with mode: 0644]
ld/testsuite/ld-xc16x/xc16x.exp [new file with mode: 0644]
opcodes/ChangeLog
opcodes/Makefile.am
opcodes/Makefile.in
opcodes/configure
opcodes/configure.in
opcodes/disassemble.c
opcodes/xc16x-asm.c [new file with mode: 0644]
opcodes/xc16x-desc.c [new file with mode: 0644]
opcodes/xc16x-desc.h [new file with mode: 0644]
opcodes/xc16x-dis.c [new file with mode: 0644]
opcodes/xc16x-ibld.c [new file with mode: 0644]
opcodes/xc16x-opc.c [new file with mode: 0644]
opcodes/xc16x-opc.h [new file with mode: 0644]