diff options
author | Ian Lance Taylor <ian@airs.com> | 1996-08-08 16:42:41 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1996-08-08 16:42:41 +0000 |
commit | f649d525edb1287a73cb771045381e3de7f4a455 (patch) | |
tree | 355f649a49f5ead0cfe7a4e9fcb46c94cd82aff7 /gas/config/.Sanitize | |
parent | 2a774ae9a68bc2892061edad6e444f86eef2a8dc (diff) | |
download | gdb-f649d525edb1287a73cb771045381e3de7f4a455.zip gdb-f649d525edb1287a73cb771045381e3de7f4a455.tar.gz gdb-f649d525edb1287a73cb771045381e3de7f4a455.tar.bz2 |
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.
Diffstat (limited to 'gas/config/.Sanitize')
-rw-r--r-- | gas/config/.Sanitize | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gas/config/.Sanitize b/gas/config/.Sanitize index ca1c10a..ba55943 100644 --- a/gas/config/.Sanitize +++ b/gas/config/.Sanitize @@ -66,6 +66,8 @@ obj-ecoff.c obj-ecoff.h obj-elf.c obj-elf.h +obj-evax.c +obj-evax.h obj-generic.c obj-generic.h obj-hp300.c @@ -153,6 +155,7 @@ te-sun3.h te-sysv32.h vax-inst.h vms-conf.h +vms-a-conf.h Things-to-lose: |