]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Tue Jun 18 14:42:58 1996 Klaus Kaempf <kkaempf@progis.de>
authorIan Lance Taylor <ian@airs.com>
Tue, 18 Jun 1996 19:07:51 +0000 (19:07 +0000)
committerIan Lance Taylor <ian@airs.com>
Tue, 18 Jun 1996 19:07:51 +0000 (19:07 +0000)
commitc3d8e071bfe11043d6d1398377f6eadc22cf0679
treeb89fee436772b1a0435926b7b4bc397cdaae236a
parentbc70a91892e1fafd31d905154026d999cf41bd42
Tue Jun 18 14:42:58 1996  Klaus Kaempf  <kkaempf@progis.de>

Added support for Alpha OpenVMS:
* evax.h, evax-alpha.c, evax-egsd.c, evax-emh.c: New files.
* evax-etir.c, evax-misc.c, hosts/alphavms.h: New files.
* config.h-vms, makefile.vms: New files.
* config.bfd (alpha-*-*vms*): New target.
* configure.in (evax_alpha_vec): New target vector.
* configure: Rebuild.
* reloc.c (BFD_RELOC_SWREL32, BFD_RELOC_SWREL64): Define.
(BFD_RELOC_ALPHA_LINKAGE, BFD_RELOC_ALPHA_BASEREG): Define.
* targets.c (bfd_target_evax_flavour): Define.
(evax_alpha_vec): Declare.
(bfd_target_vector): Add ecoffalpha_little_vec and evax_alpha_vec
if BFD64 is defined.
* bfd-in2.h, libbfd.h: Rebuild.
* Makefile.in: Rebuild dependencies.
(BFD64_BACKENDS): Add evax-alpha.o, evax-egsd.o, evax-etir.o,
evax-emh.o, and evax-misc.o.
(BFD64_BACKENDS_CFILES): Add evax-alpha.c, evax-egsd.c,
evax-etir.c, evax-emh.c, and evax-misc.c.
(HFILES): Add evax.h.
13 files changed:
bfd/.Sanitize
bfd/ChangeLog
bfd/bfd-in2.h
bfd/config.h-vms [new file with mode: 0644]
bfd/evax-alpha.c [new file with mode: 0644]
bfd/evax-egsd.c [new file with mode: 0644]
bfd/evax-emh.c [new file with mode: 0644]
bfd/evax-etir.c [new file with mode: 0644]
bfd/evax-misc.c [new file with mode: 0644]
bfd/evax.h [new file with mode: 0644]
bfd/hosts/.Sanitize
bfd/hosts/alphavms.h [new file with mode: 0644]
bfd/makefile.vms [new file with mode: 0644]