On Mon, Jan 24, 2022 at 7:34 AM Jakub Jelinek via Dwarf-Discuss <
dwarf-discuss@lists.dwarfstd.org> wrote:
> Hi!
>
> On powerpc64le-linux, we are in the middle of changing ABI of long double
> from the IBM double double format
>
> https://en.wikipedia.org/wiki/Quadruple-precision_floating-point_fo
On Tue, Apr 10, 2018 at 12:24 PM, Pavel Labath via Dwarf-Discuss
wrote:
> namespace namesp1 { int var; }
> namespace namesp2 = namesp1; // DW_TAG_imported_declaration
A namespace alias like this should certainly be represented. I'm not
sure about other uses of DW_TAG_imported_declaration.
Jason