Support for Toshiba MeP and for complex relocations.
commit21971afd3a2cea62f4a2b4758955a87326d87dab
authorDave Brolley <brolley@redhat.com>
Mon, 5 Feb 2007 20:10:25 +0000 (5 20:10 +0000)
committerDave Brolley <brolley@redhat.com>
Mon, 5 Feb 2007 20:10:25 +0000 (5 20:10 +0000)
treebe882d36f84bddcf0c8a86265c0e77e965344cb7
parent00c2235b1b3d7f622b9bf375fde441607b473ef9
Support for Toshiba MeP and for complex relocations.
52 files changed:
bfd/Makefile.am
bfd/Makefile.in
bfd/archures.c
bfd/bfd-in2.h
bfd/config.bfd
bfd/configure
bfd/configure.in
bfd/cpu-mep.c [new file with mode: 0644]
bfd/elf-bfd.h
bfd/elf.c
bfd/elf32-mep.c [new file with mode: 0644]
bfd/elfcode.h
bfd/elflink.c
bfd/libbfd.h
bfd/mep-relocs.pl [new file with mode: 0755]
bfd/reloc.c
bfd/syms.c
bfd/targets.c
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