Displaying 2 results from an estimated 2 matches for "ef_arm_soft_float".
2018 Jul 26
3
Level of support for ARM LLD
...t's the only open PR I'm aware of at
> the moment; if we submit PRs to track movt/movw and other pre-v7
> issues I'll add you on them too.
>
>> Just to check; is EF_ARM_VFP_FLOAT the same as EF_ARM_ABI_FLOAT_HARD
>> (0x00000400).
>
> Yes, we have:
> #define EF_ARM_SOFT_FLOAT 0x00000200
> #define EF_ARM_VFP_FLOAT 0x00000400
>
> I see this same constant in Linux (arch/arm/include/asm/elf.h),
> introduced in https://github.com/torvalds/linux/commit/8ec53663d2698076468b3e1edc4e1b418bd54de3
>
> If this is just a Linux mistake in the name (that we somehow
&...
2018 Jul 26
2
Level of support for ARM LLD
On 26 July 2018 at 15:52, Ed Maste <emaste at freebsd.org> wrote:
> On 27 February 2018 at 09:06, Ed Maste <emaste at freebsd.org> wrote:
>>
>> A number of companies are shipping products based on FreeBSD/arm, on
>> v5 and up. As far as I know those using older processors are also
>> using older versions of FreeBSD (with a toolchain based on GCC and
>>