Displaying 3 results from an estimated 3 matches for "ef_arm_vfp_float".
2018 Jul 26
3
Level of support for ARM LLD
...l use more recent processors and a
>>>> contemporary FreeBSD version for new designs.
>>>
>>> We currently have one known open issue blocking our use of lld as the
>>> system linker for FreeBSD/armv7: LLVM PR 36009. Output binaries do not
>>> have the EF_ARM_VFP_FLOAT flag set. Our rtld uses the flag to choose
>>> the appropriate library path.
>>
>> I can take a look at that for you. Please feel free to CC me on the PR
>> if there are any LLD Arm or AArch64 problems as I may not see the PR.
>
> Ok, I've CC'd you on that o...
2018 Jul 26
2
Level of support for ARM LLD
...gt; Binutils). I suspect that they'll use more recent processors and a
>> contemporary FreeBSD version for new designs.
>
> We currently have one known open issue blocking our use of lld as the
> system linker for FreeBSD/armv7: LLVM PR 36009. Output binaries do not
> have the EF_ARM_VFP_FLOAT flag set. Our rtld uses the flag to choose
> the appropriate library path.
>
I can take a look at that for you. Please feel free to CC me on the PR
if there are any LLD Arm or AArch64 problems as I may not see the PR.
Just to check; is EF_ARM_VFP_FLOAT the same as EF_ARM_ABI_FLOAT_HARD
(0x0...
2018 Feb 27
2
Level of support for ARM LLD
On 27 February 2018 at 05:29, Peter Smith via llvm-dev
<llvm-dev at lists.llvm.org> wrote:
> I've got some downstream patches
> for v5 and v6 support (limit branch range, and use different
> instructions in stubs), however I don't think anyone has actually
> needed support yet.
For FreeBSD we're on a path to having Clang + lld as our toolchain for
all Tier-1