diff options
author | kenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4> | 1996-05-21 11:20:44 +0000 |
---|---|---|
committer | kenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4> | 1996-05-21 11:20:44 +0000 |
commit | 126e1955791ac9fe2a67dc5352d6328b87f11302 (patch) | |
tree | f52839845116140abed05b229cb2e7e37c9d2c95 /gcc/config/vax | |
parent | 2dc36dd63325379f9fed96403c3f0df067c95e01 (diff) | |
download | gcc-126e1955791ac9fe2a67dc5352d6328b87f11302.tar.gz |
(TARGET_NAME): Always redefine.
(TARGET_VERSION): Delete; retain vax.h definition.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@12063 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/vax')
-rw-r--r-- | gcc/config/vax/vms.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/config/vax/vms.h b/gcc/config/vax/vms.h index d3112d4cd24..be47b3676f9 100644 --- a/gcc/config/vax/vms.h +++ b/gcc/config/vax/vms.h @@ -1,5 +1,5 @@ /* Output variables, constants and external declarations, for GNU compiler. - Copyright (C) 1988, 1994, 1995 Free Software Foundation, Inc. + Copyright (C) 1988, 1994, 1995, 1996 Free Software Foundation, Inc. This file is part of GNU CC. @@ -31,7 +31,7 @@ Boston, MA 02111-1307, USA. */ #undef LIB_SPEC #undef CPP_PREDEFINES -#undef TARGET_VERSION +#undef TARGET_NAME #undef TARGET_DEFAULT #undef CALL_USED_REGISTERS #undef MAYBE_VMS_FUNCTION_PROLOGUE @@ -63,7 +63,7 @@ Boston, MA 02111-1307, USA. */ #define DOLLARS_IN_IDENTIFIERS 2 #define TARGET_DEFAULT 1 -#define TARGET_VERSION fprintf (stderr, " (vax vms)"); +#define TARGET_NAME "vax/vms" /* The structure return address arrives as an "argument" on VMS. */ #undef STRUCT_VALUE_REGNUM |