Re: [PATCH][MSP430][1/4] Put libgcc shift functions in their own sections

2019-06-05 Thread Jeff Law
On 6/4/19 7:07 AM, Jozef Lawrynowicz wrote: > This patch reduces code size by putting each of the shift library functions > from > libgcc in their own section. This means that, for example, a 16-bit logical > left shift does not result in code to perform a 32-bit logical left shift > being > incl

[PATCH][MSP430][1/4] Put libgcc shift functions in their own sections

2019-06-04 Thread Jozef Lawrynowicz
This patch reduces code size by putting each of the shift library functions from libgcc in their own section. This means that, for example, a 16-bit logical left shift does not result in code to perform a 32-bit logical left shift being included in the final executable, as the linker can now garbag