On 08/03/12 03:36, Michael Hope wrote:
> Hi there,
>
> This patch enables the ARM inline assembly 64 bit add, subtract, and multiply
> instructions
> in libgcc when compiling for Thumb-2. The existing code enables them for ARM
> mode as
> Thumb-1 is missing the encodings.
>
> OK for 4.8?
>
>
Hi there,
This patch enables the ARM inline assembly 64 bit add, subtract, and multiply
instructions
in libgcc when compiling for Thumb-2. The existing code enables them for ARM
mode as
Thumb-1 is missing the encodings.
OK for 4.8?
-- Michael
ChangeLog:
2012-03-08 Michael Hope