Index: bfd/ChangeLog
commitdc32364075a4bf20d80cbea76743c51ba0b98482
authorGeoffrey Keating <geoffk@geoffk.org>
Sat, 8 Dec 2001 03:46:03 +0000 (8 03:46 +0000)
committerGeoffrey Keating <geoffk@geoffk.org>
Sat, 8 Dec 2001 03:46:03 +0000 (8 03:46 +0000)
treecfd33b5dbbcb12189ab6932d8beff73288ec1ec7
parent350e9bfdd7883d99e77c639a38a8ee85bcba76da
Index: bfd/ChangeLog
2001-12-07  Geoffrey Keating  <geoffk@redhat.com>
    Richard Henderson  <rth@redhat.com>
    Corinna Vinschen  <vinschen@redhat.com>

* Makefile.am: Add support for xstormy16.
* archures.c: Add support for xstormy16.
* config.bfd: Add support for xstormy16.
* configure.in: Add support for xstormy16.
* reloc.c: Add support for xstormy16.
* targets.c: Add support for xstormy16.
* cpu-xstormy16.c: New file.
* elf32-xstormy16.c: New file.
* Makefile.in: Regenerated.
* bfd-in2.h: Regenerated.
* configure: Regenerated.
* libbfd.h: Regenerated.

Index: binutils/ChangeLog
2001-12-07  Geoffrey Keating  <geoffk@redhat.com>

* readelf.c (guess_is_rela): Add support for stormy16.
(dump_relocations): Likewise.
(get_machine_name): Likewise.

Index: gas/ChangeLog
2001-12-07  Geoffrey Keating  <geoffk@redhat.com>
    Richard Henderson  <rth@redhat.com>

* configure.in: Add support for xstormy16.
* configure: Regenerated.
* Makefile.am: Add support for xstormy16.
* Makefile.in: Regenerated.
* config/tc-xstormy16.c: New file.
* config/tc-xstormy16.h: New file.

Index: gas/testsuite/ChangeLog
2001-12-07  Geoffrey Keating  <geoffk@redhat.com>
    matthew green  <mrg@redhat.com>

* gas/xstormy16/allinsn.d: New file.
* gas/xstormy16/allinsn.exp: New file.
* gas/xstormy16/allinsn.s: New file.
* gas/xstormy16/allinsn.sh: New file.
* gas/xstormy16/gcc.d: New file.
* gas/xstormy16/gcc.s: New file.
* gas/xstormy16/gcc.sh: New file.
* gas/xstormy16/reloc-1.d: New file.
* gas/xstormy16/reloc-1.s: New file.
* gas/xstormy16/reloc-2.d: New file.
* gas/xstormy16/reloc-2.s: New file.

Index: ld/ChangeLog
2001-12-07  Geoffrey Keating  <geoffk@redhat.com>
    Richard Henderson  <rth@redhat.com>

* Makefile.am: Add support for xstormy16.
* configure.tgt: Add support for xstormy16.
* Makefile.in: Regenerate.
* emulparams/elf32xstormy16.sh: New file.
* scripttempl/xstormy16.sc: New file.

Index: opcodes/ChangeLog
2001-12-07  Geoffrey Keating  <geoffk@redhat.com>

* Makefile.am: Add support for xstormy16.
* Makefile.in: Regenerate.
* configure.in: Add support for xstormy16.
* configure: Regenerate.
* disassemble.c: Add support for xstormy16.
* xstormy16-asm.c: New generated file.
* xstormy16-desc.c: New generated file.
* xstormy16-desc.h: New generated file.
* xstormy16-dis.c: New generated file.
* xstormy16-ibld.c: New generated file.
* xstormy16-opc.c: New generated file.
* xstormy16-opc.h: New generated file.

Index: include/ChangeLog
2001-12-07  Geoffrey Keating  <geoffk@redhat.com>

* dis-asm.h (print_insn_xstormy16): Declare.

Index: include/elf/ChangeLog
2001-12-07  Geoffrey Keating  <geoffk@redhat.com>
    Richard Henderson  <rth@redhat.com>

* common.h (EM_XSTORMY16): Define.
* xstormy16.h: New file.
60 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-xstormy16.c [new file with mode: 0644]
bfd/doc/Makefile.in
bfd/elf32-xstormy16.c [new file with mode: 0644]
bfd/libbfd.h
bfd/reloc.c
bfd/targets.c
binutils/ChangeLog
binutils/readelf.c
gas/ChangeLog
gas/Makefile.am
gas/Makefile.in
gas/config/tc-xstormy16.c [new file with mode: 0644]
gas/config/tc-xstormy16.h [new file with mode: 0644]
gas/configure
gas/configure.in
gas/doc/Makefile.in
gas/testsuite/ChangeLog
gas/testsuite/gas/xstormy16/allinsn.d [new file with mode: 0644]
gas/testsuite/gas/xstormy16/allinsn.exp [new file with mode: 0644]
gas/testsuite/gas/xstormy16/allinsn.s [new file with mode: 0644]
gas/testsuite/gas/xstormy16/allinsn.sh [new file with mode: 0644]
gas/testsuite/gas/xstormy16/gcc.d [new file with mode: 0644]
gas/testsuite/gas/xstormy16/gcc.s [new file with mode: 0644]
gas/testsuite/gas/xstormy16/gcc.sh [new file with mode: 0644]
gas/testsuite/gas/xstormy16/reloc-1.d [new file with mode: 0644]
gas/testsuite/gas/xstormy16/reloc-1.s [new file with mode: 0644]
gas/testsuite/gas/xstormy16/reloc-2.d [new file with mode: 0644]
gas/testsuite/gas/xstormy16/reloc-2.s [new file with mode: 0644]
include/ChangeLog
include/dis-asm.h
include/elf/ChangeLog
include/elf/common.h
include/elf/xstormy16.h [new file with mode: 0644]
ld/ChangeLog
ld/Makefile.am
ld/Makefile.in
ld/configure.tgt
ld/emulparams/elf32xstormy16.sh [new file with mode: 0644]
ld/scripttempl/xstormy16.sc [new file with mode: 0644]
opcodes/ChangeLog
opcodes/Makefile.am
opcodes/Makefile.in
opcodes/configure
opcodes/configure.in
opcodes/disassemble.c
opcodes/xstormy16-asm.c [new file with mode: 0644]
opcodes/xstormy16-desc.c [new file with mode: 0644]
opcodes/xstormy16-desc.h [new file with mode: 0644]
opcodes/xstormy16-dis.c [new file with mode: 0644]
opcodes/xstormy16-ibld.c [new file with mode: 0644]
opcodes/xstormy16-opc.c [new file with mode: 0644]
opcodes/xstormy16-opc.h [new file with mode: 0644]