Re: [Dwarf-Discuss] Asm syntax for DWARF 5 line table info

2018-06-15 Thread David Blaikie via Dwarf-Discuss
FWIW - if we're talking about assembly extensions, another one LLVM could use (it currently is one of the few things where Clang's integrated assembler can emit object code that can't be represented via textual assembly output) is the ability to express multiple line tables in a single assembly fil

Re: [Dwarf-Discuss] Asm syntax for DWARF 5 line table info

2018-06-15 Thread Paul Robinson via Dwarf-Discuss
cc binutils > -Original Message- > From: Nick Clifton [mailto:ni...@redhat.com] > Sent: Friday, June 15, 2018 6:18 AM > To: Robinson, Paul; dwarf-discuss@lists.dwarfstd.org > Subject: Re: [Dwarf-Discuss] Asm syntax for DWARF 5 line table info > > Hi Paul, > > > I have been working on add

Re: [Dwarf-Discuss] Asm syntax for DWARF 5 line table info

2018-06-15 Thread Nick Clifton via Dwarf-Discuss
Hi Paul, > I have been working on adding DWARF 5 support to LLVM, and some of > that support requires some assembler syntax tweaks. It has been > suggested that I publicize those tweaks outside of the LLVM world, > and this list seems like the most likely place to find the people > who would be