From 60814f4054d231c3eb7ca1bb1854851b8e57cd81 Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Sat, 16 Nov 1996 07:23:00 -0500 Subject: [PATCH] (TARGET_DEFAULT): Use symbolic values. From-SVN: r13193 --- gcc/config/alpha/vms.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/gcc/config/alpha/vms.h b/gcc/config/alpha/vms.h index 30918aae2a4..1430233f444 100644 --- a/gcc/config/alpha/vms.h +++ b/gcc/config/alpha/vms.h @@ -65,11 +65,10 @@ Boston, MA 02111-1307, USA. */ /* By default, allow $ to be part of an identifier. */ #define DOLLARS_IN_IDENTIFIERS 2 -/* no-soft-float, fp-regs, gas, open_vms, float-ieee */ #undef TARGET_DEFAULT -#define TARGET_DEFAULT 263 +#define TARGET_DEFAULT (MASK_FP|MASK_FP_REGS|MASK_GAS|MASK_OPEN_VMS) #undef TARGET_NAME -#define TARGET_NAME "openVMS/Alpha" +#define TARGET_NAME "OpenVMS/Alpha" #undef TARGET_VERSION #define TARGET_VERSION fprintf (stderr, " (%s)", TARGET_NAME); -- 2.30.2