From d80173dbada8ac9b0abe2abc38468de996ef47b8 Mon Sep 17 00:00:00 2001 From: gingold Date: Fri, 16 Dec 2011 16:29:52 +0000 Subject: [PATCH] 2011-12-16 Tristan Gingold * config/alpha/vms.h (USE_TM_CLONE_REGISTRY): Define. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@182408 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/ChangeLog | 4 ++++ gcc/config/alpha/vms.h | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 59e9c65..5849861 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,9 @@ 2011-12-16 Tristan Gingold + * config/alpha/vms.h (USE_TM_CLONE_REGISTRY): Define. + +2011-12-16 Tristan Gingold + * config/alpha/alpha.c (alpha_use_linkage): Follow transparent alias. (alpha_write_one_linkage): Use assemble_name to emit linkage name. diff --git a/gcc/config/alpha/vms.h b/gcc/config/alpha/vms.h index 32794c8..a84c15e 100644 --- a/gcc/config/alpha/vms.h +++ b/gcc/config/alpha/vms.h @@ -23,6 +23,10 @@ along with GCC; see the file COPYING3. If not see crtstuff.c and dealing with shared library initialization much easier. */ #define OBJECT_FORMAT_ELF +/* Do not use TM clone registry as it currently doesn't work. Alpha/VMS + object is too far from ELF for supporting TM out of the box. */ +#define USE_TM_CLONE_REGISTRY 0 + /* This enables certain macros in alpha.h, which will make an indirect reference to an external symbol an invalid address. This needs to be defined before we include alpha.h, since it determines which macros -- 2.7.4