Add Xtensa port
commit607ef48f7ab86b671bdfe6dce7f156a795615e0d
authorNick Clifton <nickc@redhat.com>
Tue, 1 Apr 2003 15:50:31 +0000 (1 15:50 +0000)
committerNick Clifton <nickc@redhat.com>
Tue, 1 Apr 2003 15:50:31 +0000 (1 15:50 +0000)
tree9e80b2b0eb31299c28ec0f33b97da7a60ea07d62
parentc828ed7ef40828cf4580dff0d4e9013a00e91598
Add Xtensa port
75 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-xtensa.c [new file with mode: 0644]
bfd/elf32-xtensa.c [new file with mode: 0644]
bfd/libbfd.h
bfd/reloc.c
bfd/targets.c
bfd/xtensa-isa.c [new file with mode: 0644]
bfd/xtensa-modules.c [new file with mode: 0644]
gas/ChangeLog
gas/Makefile.am
gas/Makefile.in
gas/config/tc-xtensa.c [new file with mode: 0644]
gas/config/tc-xtensa.h [new file with mode: 0644]
gas/config/xtensa-relax.c [new file with mode: 0644]
gas/config/xtensa-relax.h [new file with mode: 0644]
gas/configure
gas/configure.in
gas/doc/Makefile.am
gas/doc/Makefile.in
gas/doc/all.texi
gas/doc/as.texinfo
gas/doc/c-xtensa.texi [new file with mode: 0644]
gas/doc/internals.texi
gas/testsuite/ChangeLog
gas/testsuite/gas/xtensa/all.exp [new file with mode: 0644]
gas/testsuite/gas/xtensa/entry_align.s [new file with mode: 0644]
gas/testsuite/gas/xtensa/entry_misalign.s [new file with mode: 0644]
gas/testsuite/gas/xtensa/entry_misalign2.s [new file with mode: 0644]
gas/testsuite/gas/xtensa/j_too_far.s [new file with mode: 0644]
gas/testsuite/gas/xtensa/loop_align.s [new file with mode: 0644]
gas/testsuite/gas/xtensa/loop_misalign.s [new file with mode: 0644]
gas/write.c
include/ChangeLog
include/dis-asm.h
include/elf/ChangeLog
include/elf/common.h
include/elf/xtensa.h [new file with mode: 0644]
include/xtensa-config.h [new file with mode: 0644]
include/xtensa-isa-internal.h [new file with mode: 0644]
include/xtensa-isa.h [new file with mode: 0644]
ld/ChangeLog
ld/Makefile.am
ld/Makefile.in
ld/configure.tgt
ld/emulparams/elf32xtensa.sh [new file with mode: 0644]
ld/emulparams/xtensa-config.sh [new file with mode: 0644]
ld/emultempl/xtensaelf.em [new file with mode: 0644]
ld/gen-doc.texi
ld/ld.texinfo
ld/scripttempl/elfxtensa.sc [new file with mode: 0644]
ld/testsuite/ChangeLog
ld/testsuite/ld-elf/merge.d
ld/testsuite/ld-scripts/crossref.exp
ld/testsuite/ld-srec/srec.exp
ld/testsuite/ld-xtensa/coalesce.exp [new file with mode: 0644]
ld/testsuite/ld-xtensa/coalesce.t [new file with mode: 0644]
ld/testsuite/ld-xtensa/coalesce1.s [new file with mode: 0644]
ld/testsuite/ld-xtensa/coalesce2.s [new file with mode: 0644]
ld/testsuite/ld-xtensa/lcall.exp [new file with mode: 0644]
ld/testsuite/ld-xtensa/lcall.t [new file with mode: 0644]
ld/testsuite/ld-xtensa/lcall1.s [new file with mode: 0644]
ld/testsuite/ld-xtensa/lcall2.s [new file with mode: 0644]
opcodes/Makefile.am
opcodes/Makefile.in
opcodes/configure
opcodes/configure.in
opcodes/disassemble.c
opcodes/xtensa-dis.c [new file with mode: 0644]