diff options
author | Ian Lance Taylor <ian@airs.com> | 1998-01-30 16:48:57 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1998-01-30 16:48:57 +0000 |
commit | 4b027387293794e65f7d2d07ffd054ea1ab0a282 (patch) | |
tree | 73d15195d44a8ac18d8a3db6e9f3ad5f67e27492 /gas | |
parent | 532fe3e58ef53a2ca6b2591d509254b7d8e17b62 (diff) | |
download | gdb-4b027387293794e65f7d2d07ffd054ea1ab0a282.zip gdb-4b027387293794e65f7d2d07ffd054ea1ab0a282.tar.gz gdb-4b027387293794e65f7d2d07ffd054ea1ab0a282.tar.bz2 |
* config/vms-conf.h: Don't undef VERSION.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 6 | ||||
-rw-r--r-- | gas/config/vms-conf.h | 3 |
2 files changed, 7 insertions, 2 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 9aa815a..296f2d6 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,7 @@ +Fri Jan 30 11:47:02 1998 Ian Lance Taylor <ian@cygnus.com> + + * config/vms-conf.h: Don't undef VERSION. + start-sanitize-m32rx Thu Jan 29 13:36:29 1998 Doug Evans <devans@canuck.cygnus.com> @@ -5,7 +9,7 @@ Thu Jan 29 13:36:29 1998 Doug Evans <devans@canuck.cygnus.com> (m32rx support): only include #ifdef HAVE_CPU_M32RX. end-sanitize-m32rx -Thu Jan 29 14:42:44 1998 Ian Lance Taylor <ian@cygnus.com> +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. diff --git a/gas/config/vms-conf.h b/gas/config/vms-conf.h index da722a0..7225cfc 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 |