From 4b027387293794e65f7d2d07ffd054ea1ab0a282 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Fri, 30 Jan 1998 16:48:57 +0000 Subject: [PATCH] * config/vms-conf.h: Don't undef VERSION. --- gas/ChangeLog | 6 +++++- gas/config/vms-conf.h | 3 ++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/gas/ChangeLog b/gas/ChangeLog index 9aa815adf81..296f2d6ce8b 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,7 @@ +Fri Jan 30 11:47:02 1998 Ian Lance Taylor + + * config/vms-conf.h: Don't undef VERSION. + start-sanitize-m32rx Thu Jan 29 13:36:29 1998 Doug Evans @@ -5,7 +9,7 @@ Thu Jan 29 13:36:29 1998 Doug Evans (m32rx support): only include #ifdef HAVE_CPU_M32RX. end-sanitize-m32rx -Thu Jan 29 14:42:44 1998 Ian Lance Taylor +Thu Jan 29 14:42:44 1998 Pat Rankin * Makefile.am (CONFIG_OBJS): New variable, containing part of old OBJS variable. diff --git a/gas/config/vms-conf.h b/gas/config/vms-conf.h index da722a0a068..7225cfce1bd 100644 --- a/gas/config/vms-conf.h +++ b/gas/config/vms-conf.h @@ -41,7 +41,8 @@ #undef PACKAGE /* Version of package. */ -#undef VERSION +/* Define in by config-gas.com */ +/* #undef VERSION */ /* Should gas use high-level BFD interfaces? */ #undef BFD_ASSEMBLER -- 2.30.2