diff options
Diffstat (limited to 'gcc/config/ia64/vms.h')
-rw-r--r-- | gcc/config/ia64/vms.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/gcc/config/ia64/vms.h b/gcc/config/ia64/vms.h index 4e38e80f992..ee77f09af95 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-2014 Free Software Foundation, Inc. + Copyright (C) 2003-2015 Free Software Foundation, Inc. Contributed by Douglas B Rupp (rupp@gnat.com). This file is part of GCC. @@ -154,3 +154,6 @@ STATIC func_ptr __CTOR_LIST__[1] \ /* Default values for _CRTL_VER and _VMS_VER. */ #define VMS_DEFAULT_CRTL_VER 80300000 #define VMS_DEFAULT_VMS_VER 80300000 + +#define IA64_NO_LIBGCC_XFMODE +#define IA64_NO_LIBGCC_TFMODE |