Re: [PATCH 2/3] libgcc: Dont define __do_global_dtors_aux if it will be empty

2019-12-09 Thread Jozef Lawrynowicz
prevents it from being defined at all if all the above > > conditions are true. This saves code size in the final linked executable. > > > > 0002-libgcc-Dont-define-__do_global_dtors_aux-if-it-will-.patch > > > > From 967262117f0c838fe8a9226484bf6e014c86f0ba Mon Sep 17

Re: [PATCH 2/3] libgcc: Dont define __do_global_dtors_aux if it will be empty

2019-12-09 Thread Tobias Burnus
ct 2019 13:02:08 +0000 Subject: [PATCH 2/3] libgcc: Dont define __do_global_dtors_aux if it will be empty libgcc/ChangeLog: 2019-11-06 Jozef Lawrynowicz * crtstuff.c (__do_global_dtors_aux): Wrap in #if so it's only defined if it will have contents. --- libgcc/crtstuff.

Re: [PATCH 2/3] libgcc: Dont define __do_global_dtors_aux if it will be empty

2019-12-07 Thread Jeff Law
On Wed, 2019-11-06 at 16:17 +, Jozef Lawrynowicz wrote: > From 967262117f0c838fe8a9226484bf6e014c86f0ba Mon Sep 17 00:00:00 2001 > From: Jozef Lawrynowicz > Date: Tue, 29 Oct 2019 13:02:08 + > Subject: [PATCH 2/3] libgcc: Dont define __do_global_dtors_aux if it will

[PATCH 2/3] libgcc: Dont define __do_global_dtors_aux if it will be empty

2019-11-06 Thread Jozef Lawrynowicz
defined at all if all the above conditions are true. This saves code size in the final linked executable. >From 967262117f0c838fe8a9226484bf6e014c86f0ba Mon Sep 17 00:00:00 2001 From: Jozef Lawrynowicz Date: Tue, 29 Oct 2019 13:02:08 + Subject: [PATCH 2/3] libgcc: Dont define __do_global_dtors_aux