Re: [PATCH] Restore XCOFF for DWARF on AIX.

2022-09-07 Thread Richard Biener via Gcc-patches
> Am 07.09.2022 um 16:37 schrieb Martin Liška : > > On 9/7/22 15:43, David Edelsohn wrote: >> On Wed, Sep 7, 2022 at 7:45 AM Martin Liška > > wrote: >> >>Hi. >> >>The patch restores DWARF support for AIX target where XCOFF file >> container is used. >>Veri

Re: [PATCH] Restore XCOFF for DWARF on AIX.

2022-09-07 Thread Martin Liška
On 9/7/22 15:43, David Edelsohn wrote: > On Wed, Sep 7, 2022 at 7:45 AM Martin Liška > wrote: > > Hi. > > The patch restores DWARF support for AIX target where XCOFF file > container is used. > Verified before and after the patch, gcc119 machine (AIX) could no

Re: [PATCH] Restore XCOFF for DWARF on AIX.

2022-09-07 Thread David Edelsohn via Gcc-patches
On Wed, Sep 7, 2022 at 7:45 AM Martin Liška wrote: > Hi. > > The patch restores DWARF support for AIX target where XCOFF file container > is used. > Verified before and after the patch, gcc119 machine (AIX) could not build > any run-time library, > now it can. > > Ready to be installed? > Thanks,

Re: [PATCH] Restore XCOFF for DWARF on AIX.

2022-09-07 Thread Richard Biener via Gcc-patches
On Wed, Sep 7, 2022 at 1:45 PM Martin Liška wrote: > > Hi. > > The patch restores DWARF support for AIX target where XCOFF file container is > used. > Verified before and after the patch, gcc119 machine (AIX) could not build any > run-time library, > now it can. > > Ready to be installed? OK.

[PATCH] Restore XCOFF for DWARF on AIX.

2022-09-07 Thread Martin Liška
Hi. The patch restores DWARF support for AIX target where XCOFF file container is used. Verified before and after the patch, gcc119 machine (AIX) could not build any run-time library, now it can. Ready to be installed? Thanks, Martin PR bootstrap/106855 gcc/ChangeLog: * colle