r277775 - in /trunk/libgcc: ChangeLog crtstuff.c
jozefl@gcc.gnu.org
jozefl@gcc.gnu.org
Mon Nov 4 12:41:00 GMT 2019
Author: jozefl
Date: Mon Nov 4 12:41:56 2019
New Revision: 277775
URL: https://gcc.gnu.org/viewcvs?rev=277775&root=gcc&view=rev
Log:
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.
Modified:
trunk/libgcc/ChangeLog
trunk/libgcc/crtstuff.c
More information about the Gcc-cvs
mailing list