]> git.ipfire.org Git - thirdparty/gcc.git/commit
libgcc: Fix incorrect use of USE_TM_CLONE_REGISTRY
authorjozefl <jozefl@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 4 Nov 2019 12:41:56 +0000 (12:41 +0000)
committerjozefl <jozefl@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 4 Nov 2019 12:41:56 +0000 (12:41 +0000)
commit47a6db26ddbedccf6a9270718421e54a681868ee
tree7ddd9ea89e7e001d57c82db5c113aca55b8d8508
parent42c28c484ce95b141f1c87279834a708945973f6
libgcc: Fix incorrect use of USE_TM_CLONE_REGISTRY

2019-11-04  Jozef Lawrynowicz  <jozef.l@mittosystems.com>

* crtstuff.c: Define USE_TM_CLONE_REGISTRY to 0 if it's undefined and
the target output object format is not ELF.
s/defined(USE_TM_CLONE_REGISTRY)/USE_TM_CLONE_REGISTRY.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@277775 138bc75d-0d04-0410-961f-82ee72b054a4
libgcc/ChangeLog
libgcc/crtstuff.c