Excerpts from Daniel Axtens's message of February 26, 2021 10:28 am:
> Segher Boessenkool writes:
>
>> On Thu, Feb 25, 2021 at 02:10:06PM +1100, Daniel Axtens wrote:
>>> The assembler really does not like us reassigning things to the same
>>> label:
>>>
>>> :7:9: error: invalid reassignment of n
Segher Boessenkool writes:
> On Thu, Feb 25, 2021 at 02:10:06PM +1100, Daniel Axtens wrote:
>> The assembler really does not like us reassigning things to the same
>> label:
>>
>> :7:9: error: invalid reassignment of non-absolute variable
>> 'fs_label'
>>
>> This happens across a bunch of plat
On Thu, Feb 25, 2021 at 02:10:06PM +1100, Daniel Axtens wrote:
> The assembler really does not like us reassigning things to the same
> label:
>
> :7:9: error: invalid reassignment of non-absolute variable
> 'fs_label'
>
> This happens across a bunch of platforms:
> https://github.com/ClangBuilt
The assembler really does not like us reassigning things to the same
label:
:7:9: error: invalid reassignment of non-absolute variable
'fs_label'
This happens across a bunch of platforms:
https://github.com/ClangBuiltLinux/linux/issues/1043
https://github.com/ClangBuiltLinux/linux/issues/1008
ht