diff options
Diffstat (limited to 'gcc/config/ia64/vms.h')
-rw-r--r-- | gcc/config/ia64/vms.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/gcc/config/ia64/vms.h b/gcc/config/ia64/vms.h index 1e1a04fd577..777fa34d9a9 100644 --- a/gcc/config/ia64/vms.h +++ b/gcc/config/ia64/vms.h @@ -1,5 +1,5 @@ /* Definitions of target machine GNU compiler. IA64-VMS version. - Copyright (C) 2003-2010 Free Software Foundation, Inc. + Copyright (C) 2003-2011 Free Software Foundation, Inc. Contributed by Douglas B Rupp (rupp@gnat.com). This file is part of GCC. @@ -38,11 +38,6 @@ along with GCC; see the file COPYING3. If not see #undef TARGET_ABI_OPEN_VMS #define TARGET_ABI_OPEN_VMS 1 -#undef TARGET_NAME -#define TARGET_NAME "OpenVMS/IA64" -#undef TARGET_VERSION -#define TARGET_VERSION fprintf (stderr, " (%s)", TARGET_NAME); - /* Need .debug_line info generated from gcc and gas. */ #undef TARGET_DEFAULT #define TARGET_DEFAULT (MASK_DWARF2_ASM | MASK_GNU_AS) |