On Wed, Oct 20, 2021 at 1:58 PM Martin Liška wrote:
>
> On 9/16/21 12:00, Martin Liška wrote:
> > As preparation for a new global object that will encapsulate
> > asm_out_file, we would need to live with a macro that will
> > define asm_out_file as casm->out_file and thus the name
> > can't be use
On 9/16/21 12:00, Martin Liška wrote:
As preparation for a new global object that will encapsulate
asm_out_file, we would need to live with a macro that will
define asm_out_file as casm->out_file and thus the name
can't be used in function arguments.
I've built all cross compilers with the chang
On Fri, Sep 17, 2021 at 11:42 AM Iain Sandoe wrote:
>
> Hi Folks,
>
> > On 17 Sep 2021, at 09:23, Richard Biener wrote:
> >
> > On Thu, Sep 16, 2021 at 3:52 PM Iain Sandoe wrote:
> >>
> >>
> >>> On 16 Sep 2021, at 11:00, Martin Liška wrote:
> >>>
> >>> As preparation for a new global object tha
Hi Folks,
> On 17 Sep 2021, at 09:23, Richard Biener wrote:
>
> On Thu, Sep 16, 2021 at 3:52 PM Iain Sandoe wrote:
>>
>>
>>> On 16 Sep 2021, at 11:00, Martin Liška wrote:
>>>
>>> As preparation for a new global object that will encapsulate
>>> asm_out_file, we would need to live with a macr
On Thu, Sep 16, 2021 at 3:52 PM Iain Sandoe wrote:
>
>
> Hi Martin,
>
> > On 16 Sep 2021, at 11:00, Martin Liška wrote:
> >
> > As preparation for a new global object that will encapsulate
> > asm_out_file, we would need to live with a macro that will
> > define asm_out_file as casm->out_file and
Hi Martin,
> On 16 Sep 2021, at 11:00, Martin Liška wrote:
>
> As preparation for a new global object that will encapsulate
> asm_out_file, we would need to live with a macro that will
> define asm_out_file as casm->out_file and thus the name
> can't be used in function arguments.
So, if I un
As preparation for a new global object that will encapsulate
asm_out_file, we would need to live with a macro that will
define asm_out_file as casm->out_file and thus the name
can't be used in function arguments.
I've built all cross compilers with the change and
can bootstrap on x86_64-linux-gnu