From 672ed3139a0c2aced7c702f3ce4b26dd34672dd2 Mon Sep 17 00:00:00 2001 From: Iain Sandoe Date: Thu, 16 Feb 2012 09:46:31 +0000 Subject: [PATCH] re PR libitm/52220 (FAIL: libitm.c++/eh-1.C execution test due to Xcode 4 weakref linker bug) PR libitm/52220 * config/darwin-crt-tm.c: Correct typo. From-SVN: r184305 --- libgcc/ChangeLog | 5 +++++ libgcc/config/darwin-crt-tm.c | 3 +-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/libgcc/ChangeLog b/libgcc/ChangeLog index fef5b6d53cb..01a3ac230a6 100644 --- a/libgcc/ChangeLog +++ b/libgcc/ChangeLog @@ -1,3 +1,8 @@ +2012-02-15 Iain Sandoe + + PR libitm/52220 + * config/darwin-crt-tm.c: Correct typo. + 2012-02-15 Iain Sandoe Patrick Marlier diff --git a/libgcc/config/darwin-crt-tm.c b/libgcc/config/darwin-crt-tm.c index 319b4f89389..e9058895a74 100644 --- a/libgcc/config/darwin-crt-tm.c +++ b/libgcc/config/darwin-crt-tm.c @@ -103,8 +103,6 @@ void __doTMdeRegistrations (void) _ITM_deregisterTMCloneTable (tmct); } -#endif - /* Provide dummy functions to satisfy linkage for versions of the Darwin tool-chain that that can't handle undefined weak refs at the link stage. ??? Define these dummy functions only when !HAVE_ELF_STYLE_WEAKREF. */ @@ -147,3 +145,4 @@ void *_ZnaXRKSt9nothrow_t (size_t s UNUSED, c_nothrow_p b UNUSED) { return NULL; } void _ZdaPvRKSt9nothrow_t (void * a UNUSED, c_nothrow_p b UNUSED) { return; } +#endif -- 2.30.2