Support for Toshiba MeP and for complex relocations.
authorDave Brolley <brolley@redhat.com>
Mon, 5 Feb 2007 20:10:25 +0000 (20:10 +0000)
committerDave Brolley <brolley@redhat.com>
Mon, 5 Feb 2007 20:10:25 +0000 (20:10 +0000)
commit280d71bf40a544853567763c706e03334d6fd950
treebba086524f3234ef357fe8beb0ce2d80a3aa8af4
parentbd2f2e55ad54541340e5ea415f1aba65aa80717e
Support for Toshiba MeP and for complex relocations.
34 files changed:
gas/ChangeLog
gas/Makefile.am
gas/Makefile.in
gas/cgen.c
gas/config/obj-elf.c
gas/config/tc-mep.c [new file with mode: 0644]
gas/config/tc-mep.h [new file with mode: 0644]
gas/configure
gas/configure.in
gas/configure.tgt
gas/symbols.c
gas/symbols.h
gas/testsuite/ChangeLog
gas/testsuite/gas/all/gas.exp
gas/testsuite/gas/mep/allinsn.d [new file with mode: 0644]
gas/testsuite/gas/mep/allinsn.exp [new file with mode: 0644]
gas/testsuite/gas/mep/allinsn.le.d [new file with mode: 0644]
gas/testsuite/gas/mep/allinsn.s [new file with mode: 0644]
gas/testsuite/gas/mep/branch1.d [new file with mode: 0644]
gas/testsuite/gas/mep/branch1.s [new file with mode: 0644]
gas/testsuite/gas/mep/complex-relocs.exp [new file with mode: 0644]
gas/testsuite/gas/mep/dj1.d [new file with mode: 0644]
gas/testsuite/gas/mep/dj1.le.d [new file with mode: 0644]
gas/testsuite/gas/mep/dj1.s [new file with mode: 0644]
gas/testsuite/gas/mep/dj2.d [new file with mode: 0644]
gas/testsuite/gas/mep/dj2.le.d [new file with mode: 0644]
gas/testsuite/gas/mep/dj2.s [new file with mode: 0644]
gas/testsuite/gas/mep/relocs-bad3.s [new file with mode: 0644]
gas/testsuite/gas/mep/relocs-junk1.s [new file with mode: 0644]
gas/testsuite/gas/mep/relocs-junk2.s [new file with mode: 0644]
gas/testsuite/gas/mep/relocs-refs.s [new file with mode: 0644]
gas/testsuite/gas/mep/relocs-syms.s [new file with mode: 0644]
gas/testsuite/gas/mep/relocs.d [new file with mode: 0644]
gas/write.h
This page took 0.027812 seconds and 4 git commands to generate.