]> git.ipfire.org Git - thirdparty/gcc.git/commit - libgcc/ChangeLog
libgcc: Fix incorrect use of USE_TM_CLONE_REGISTRY
authorJozef Lawrynowicz <jozef.l@mittosystems.com>
Mon, 4 Nov 2019 12:41:56 +0000 (12:41 +0000)
committerJozef Lawrynowicz <jozefl@gcc.gnu.org>
Mon, 4 Nov 2019 12:41:56 +0000 (12:41 +0000)
commit62ec242ea1e75cf3200c59a97ea941046e5d6408
tree7ddd9ea89e7e001d57c82db5c113aca55b8d8508
parent02afb6a9321fbfb435452636cedc2cd43f0c4fd2
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.

From-SVN: r277775
libgcc/ChangeLog
libgcc/crtstuff.c