aboutsummaryrefslogtreecommitdiff
path: root/gas/makefile.vms
AgeCommit message (Collapse)AuthorFilesLines
1997-04-05Sat Apr 5 13:19:12 1997 Klaus Kaempf <kkaempf@progis.de>Ian Lance Taylor1-2/+4
* makefile.vms: Update to build gasp.exe.
1997-04-01Tue Apr 1 16:24:28 1997 Klaus Kaempf <kkaempf@progis.de>Ian Lance Taylor1-3/+23
* config-gas.com: Update to handle both vax and alpha. * makefile.vms: Update to use config-gas. * conf-a-gas.com: Remove file.
1997-02-14Thu Feb 13 21:44:18 1997 Klaus Kaempf <kkaempf@progis.de>Ian Lance Taylor1-7/+6
* as.h: GNU c provides unlink() function. Unify section handling on openVMS/Alpha: * config/tc-alpha.c(s_alpha_link): Remove. (s_alpha_section): New function. Remove case-hacking of symbols Add .code_address pseudo-op. (BFD_RELOC_ALPHA_CODEADDR): New relocation. (s_alpha_code_address): New function. (alpha_ctors_section, alpha_dtors_section): New sections for C++ static constructors/destructors. Add debug code for crash debugs, to be removed when traceback code is added to object code. (s_alpha_name): New function for .name pseudo-op. (alpha_print_token): New function to print token expressions with alpha specific extensions. * makefile.vms: Allow compilation with current gcc snapshot.
1996-08-08Thu Aug 8 12:32:56 1996 Klaus Kaempf <kkaempf@progis.de>Ian Lance Taylor1-0/+54
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.