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/.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/.Sanitize')
-rw-r--r-- | gas/.Sanitize | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gas/.Sanitize b/gas/.Sanitize index 8c8a156..0247517 100644 --- a/gas/.Sanitize +++ b/gas/.Sanitize @@ -43,6 +43,7 @@ bignum-copy.c bignum.h bit_fix.h cond.c +conf-a-gas.com conf.in config config-gas.com @@ -77,6 +78,7 @@ literal.c mac-as.r macro.c macro.h +makefile.vms messages.c mpw-config.in mpw-make.sed |