Thu Jan 29 14:42:44 1998 Pat Rankin <rankin@eql.caltech.edu>
authorIan Lance Taylor <ian@airs.com>
Thu, 29 Jan 1998 19:48:18 +0000 (19:48 +0000)
committerIan Lance Taylor <ian@airs.com>
Thu, 29 Jan 1998 19:48:18 +0000 (19:48 +0000)
commitc412299f000f1134e73180623e9a3954f8ec4973
treefc3778235921042361f42730b4268aaa6041e309
parentd476d46aabef1a56af211f59cb7329243720c15a
Thu Jan 29 14:42:44 1998  Pat Rankin  <rankin@eql.caltech.edu>
* Makefile.am (CONFIG_OBJS): New variable, containing part of old
OBJS variable.
(GENERIC_OBJS): New variable, with the rest of the old OBJS
variable.
(OBJS): Now just $(CONFIG_OBJS) and $(GENERIC_OBJS).
($(srcdir)/make-gas.com): Rename from make-gas.com.
(stamp-mk.com): Replace $(OBJS) with $(GENERIC_OBJS).
(EXTRA_DIST): Define.
* vmsconf.sh: Handle {targ-cpu, obj-format, atof-targ} modules
explicitly rather than via the list of object files.
(gcc-as.opt): New file created when make-gas.com is run.
* config-gas.com: Create {targ-cpu.h, obj-format.h, targ-env.h,
itbl-cpu.h} to #include appropriate file rather than copying that
file.
* config/vms-conf.h: Synchronize with current config.in.
* Makefile.in: Rebuild.
gas/ChangeLog
gas/Makefile.am
gas/Makefile.in
gas/config-gas.com
gas/config/vms-conf.h
gas/vmsconf.sh