Thu Aug 8 12:32:56 1996 Klaus Kaempf <kkaempf@progis.de>
authorIan Lance Taylor <ian@airs.com>
Thu, 8 Aug 1996 16:42:41 +0000 (16:42 +0000)
committerIan Lance Taylor <ian@airs.com>
Thu, 8 Aug 1996 16:42:41 +0000 (16:42 +0000)
commitf649d525edb1287a73cb771045381e3de7f4a455
tree355f649a49f5ead0cfe7a4e9fcb46c94cd82aff7
parent2a774ae9a68bc2892061edad6e444f86eef2a8dc
Thu Aug  8 12:32:56 1996  Klaus Kaempf  <kkaempf@progis.de>

Add support for openVMS/Alpha.
* as.h (PRINTF_LIKE): Don't define if VMS, for now.
* config/obj-evax.c: New file.
* config/obj-evax.h: New file.
* config/tc-alpha.c: Add support for EVAX format if OBJ_EVAX is
defined.
* config/tc-alpha.h: Add support for EVAX format if OBJ_EVAX is
defined.  Add case for bfd_target_evax_flavour.
* config/vms-a-conf.h: New file.
* conf-a-gas.com: New file.
* configure.in: Add target alpha-*-*vms*.
* configure: Rebuild.
* makefile.vms: New file.
* read.c (s_lcomm): Align bss_seg on 8 byte boundary if OBJ_EVAX.
Don't call ffs on openVMS/Alpha.
gas/.Sanitize
gas/ChangeLog
gas/conf-a-gas.com [new file with mode: 0644]
gas/config/.Sanitize
gas/config/obj-evax.c [new file with mode: 0644]
gas/config/obj-evax.h [new file with mode: 0644]
gas/config/vms-a-conf.h [new file with mode: 0644]
gas/makefile.vms [new file with mode: 0644]
This page took 0.039946 seconds and 4 git commands to generate.