TI C54x target.
authorTimothy Wall <twall@alum.mit.edu>
Tue, 20 Jun 2000 13:52:32 +0000 (13:52 +0000)
committerTimothy Wall <twall@alum.mit.edu>
Tue, 20 Jun 2000 13:52:32 +0000 (13:52 +0000)
commit39bec121fbf7999abee79c0eec02015a84ab8a48
treebce4d1826bdccbf52974611b7ac28d8bdac547e8
parent2d30b3dab49cd50d7dd89557888001c0ec7a0171
TI C54x target.
60 files changed:
gas/ChangeLog
gas/Makefile.am
gas/Makefile.in
gas/NEWS
gas/config/obj-coff.h
gas/config/tc-tic54x.c [new file with mode: 0644]
gas/config/tc-tic54x.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-tic54x.texi [new file with mode: 0644]
gas/doc/internals.texi
gas/testsuite/ChangeLog
gas/testsuite/gas/all/gas.exp
gas/testsuite/gas/macros/macros.exp
gas/testsuite/gas/tic54x/address.d [new file with mode: 0644]
gas/testsuite/gas/tic54x/address.s [new file with mode: 0644]
gas/testsuite/gas/tic54x/addrfar.d [new file with mode: 0644]
gas/testsuite/gas/tic54x/align.d [new file with mode: 0644]
gas/testsuite/gas/tic54x/align.s [new file with mode: 0644]
gas/testsuite/gas/tic54x/all-opcodes.d [new file with mode: 0644]
gas/testsuite/gas/tic54x/all-opcodes.s [new file with mode: 0644]
gas/testsuite/gas/tic54x/asg.d [new file with mode: 0644]
gas/testsuite/gas/tic54x/asg.s [new file with mode: 0644]
gas/testsuite/gas/tic54x/cons.d [new file with mode: 0644]
gas/testsuite/gas/tic54x/cons.s [new file with mode: 0644]
gas/testsuite/gas/tic54x/consfar.d [new file with mode: 0644]
gas/testsuite/gas/tic54x/extaddr.d [new file with mode: 0644]
gas/testsuite/gas/tic54x/extaddr.s [new file with mode: 0644]
gas/testsuite/gas/tic54x/field.d [new file with mode: 0644]
gas/testsuite/gas/tic54x/field.s [new file with mode: 0644]
gas/testsuite/gas/tic54x/in_mlib.asm [new file with mode: 0644]
gas/testsuite/gas/tic54x/labels.d [new file with mode: 0644]
gas/testsuite/gas/tic54x/labels.inc [new file with mode: 0644]
gas/testsuite/gas/tic54x/labels.s [new file with mode: 0644]
gas/testsuite/gas/tic54x/loop.d [new file with mode: 0644]
gas/testsuite/gas/tic54x/loop.s [new file with mode: 0644]
gas/testsuite/gas/tic54x/lp.d [new file with mode: 0644]
gas/testsuite/gas/tic54x/lp.s [new file with mode: 0644]
gas/testsuite/gas/tic54x/macro.d [new file with mode: 0644]
gas/testsuite/gas/tic54x/macro.s [new file with mode: 0644]
gas/testsuite/gas/tic54x/macro1.s [new file with mode: 0644]
gas/testsuite/gas/tic54x/macros.lib [new file with mode: 0644]
gas/testsuite/gas/tic54x/math.d [new file with mode: 0644]
gas/testsuite/gas/tic54x/math.s [new file with mode: 0644]
gas/testsuite/gas/tic54x/opcodes.d [new file with mode: 0644]
gas/testsuite/gas/tic54x/opcodes.s [new file with mode: 0644]
gas/testsuite/gas/tic54x/sections.d [new file with mode: 0644]
gas/testsuite/gas/tic54x/sections.s [new file with mode: 0644]
gas/testsuite/gas/tic54x/set.d [new file with mode: 0644]
gas/testsuite/gas/tic54x/set.s [new file with mode: 0644]
gas/testsuite/gas/tic54x/struct.d [new file with mode: 0644]
gas/testsuite/gas/tic54x/struct.s [new file with mode: 0644]
gas/testsuite/gas/tic54x/subsym.d [new file with mode: 0644]
gas/testsuite/gas/tic54x/subsym.s [new file with mode: 0644]
gas/testsuite/gas/tic54x/subsym1.s [new file with mode: 0644]
gas/testsuite/gas/tic54x/tic54x.exp [new file with mode: 0644]
This page took 0.047007 seconds and 4 git commands to generate.