Add support for Motorola XGATE embedded CPU
authorNick Clifton <nickc@redhat.com>
Thu, 3 May 2012 13:12:08 +0000 (13:12 +0000)
committerNick Clifton <nickc@redhat.com>
Thu, 3 May 2012 13:12:08 +0000 (13:12 +0000)
commitf6c1a2d592af15d02c7fc93390af3c803e74c4d9
tree760746b562a8f05f3ea3b8f163304c59ba7b96db
parenta8acc5fb18af9d4b0da318218680534414325e13
Add support for Motorola XGATE embedded CPU
57 files changed:
bfd/ChangeLog
bfd/bfd-in2.h
bfd/config.bfd
bfd/configure
bfd/configure.in
bfd/elf-bfd.h
bfd/libbfd.h
bfd/reloc.c
bfd/targets.c
binutils/ChangeLog
binutils/readelf.c
gas/ChangeLog
gas/Makefile.am
gas/Makefile.in
gas/NEWS
gas/config/tc-xgate.c [new file with mode: 0644]
gas/config/tc-xgate.h [new file with mode: 0644]
gas/configure.tgt
gas/doc/Makefile.am
gas/doc/Makefile.in
gas/doc/all.texi
gas/doc/as.texinfo
gas/doc/c-xgate.texi [new file with mode: 0644]
gas/testsuite/ChangeLog
gas/testsuite/gas/all/gas.exp
gas/testsuite/gas/xgate/abi-xgate-16-32.d [new file with mode: 0644]
gas/testsuite/gas/xgate/abi-xgate-16-64.d [new file with mode: 0644]
gas/testsuite/gas/xgate/abi-xgate-32-32.d [new file with mode: 0644]
gas/testsuite/gas/xgate/abi-xgate-32-64.d [new file with mode: 0644]
gas/testsuite/gas/xgate/abi.s [new file with mode: 0644]
gas/testsuite/gas/xgate/all_insns.d [new file with mode: 0644]
gas/testsuite/gas/xgate/all_insns.s [new file with mode: 0644]
gas/testsuite/gas/xgate/insns-dwarf2.d [new file with mode: 0644]
gas/testsuite/gas/xgate/insns.d [new file with mode: 0644]
gas/testsuite/gas/xgate/insns.s [new file with mode: 0644]
gas/testsuite/gas/xgate/xgate.exp [new file with mode: 0644]
include/ChangeLog
include/dis-asm.h
include/elf/ChangeLog
include/elf/xgate.h [new file with mode: 0644]
include/opcode/ChangeLog
include/opcode/xgate.h [new file with mode: 0644]
ld/ChangeLog
ld/Makefile.am
ld/Makefile.in
ld/NEWS
ld/configure.tgt
ld/emulparams/xgateelf.sh [new file with mode: 0644]
ld/scripttempl/elfxgate.sc [new file with mode: 0644]
opcodes/ChangeLog
opcodes/Makefile.am
opcodes/Makefile.in
opcodes/configure
opcodes/configure.in
opcodes/disassemble.c
opcodes/xgate-dis.c [new file with mode: 0644]
opcodes/xgate-opc.c [new file with mode: 0644]