aboutsummaryrefslogtreecommitdiff
path: root/gas/config-gas.com
AgeCommit message (Collapse)AuthorFilesLines
1995-02-08Thu Jan 19 18:10:05 1995 Pat Rankin (rankin@eql.caltech.edu)Ken Raeburn1-4/+94
* config/vms-conf.h (HAVE_UNISTD_H): define it unconditionally. * config-gas.com: test for availability of <unistd.h>; create a rudimentary one if necessary.
1994-09-21vms changes from pat rankinKen Raeburn1-19/+28
1994-04-14* Makefile.in: Make $(OBJS) depend on $(ALL_OBJ_DEPS).Ken Raeburn1-1/+3
* configure.in: Set ALL_OBJ_DEPS in output Makefile. Based on suggestions from <BAILEY@hmivax.humgen.upenn.edu> (Charles Bailey): * vmsconf.sh: In generated file, get ".obj" suffix right, build source files from other directories into objects in the current directory, and specify PSECT attributes explicitly to linker. Also added missing label. * Makefile.in (stamp-mk.com): Reference new variable VMS_OTHER_OBJS for list of non-local object files, instead of listing them here. (VMS_OTHER_OBJS): New variable, added more libiberty files. * make-gas.com: Regenerated. * config/ho-vms.h (unlink): Define as delete. * config-gas.com: Fix quoting on TARGET_CANONICAL definition. Delete files before creating them.
1994-03-15Scan Makefile.in, not version.c, for current version number. Delete allKen Raeburn1-20/+12
versions of temp files when finished with them. Create config.h. Not yet tested.
1993-01-07Lots of changes from Eric Youngdale, mostly for VAX and VMS support.Ken Raeburn1-0/+76
Also, fix another goof in read.c, which caused ".data" not to work...