Re: [PATCH 09/22] covoar: Fix DWARF reading

2021-03-02 Thread Chris Johns
On 3/3/21 10:32 am, Joel Sherrill wrote: > On Tue, Mar 2, 2021 at 5:16 PM Chris Johns > wrote: > > On 2/3/21 7:01 am, Alex White wrote: > > There were a couple of issues with the way the DWARF info was being > > read. The first issue was that it inefficiently

Re: [PATCH 09/22] covoar: Fix DWARF reading

2021-03-02 Thread Joel Sherrill
On Tue, Mar 2, 2021 at 5:16 PM Chris Johns wrote: > On 2/3/21 7:01 am, Alex White wrote: > > There were a couple of issues with the way the DWARF info was being > > read. The first issue was that it inefficiently included all symbols, > > even symbols that were not desired. The second issue is th

Re: [PATCH 09/22] covoar: Fix DWARF reading

2021-03-02 Thread Chris Johns
On 2/3/21 7:01 am, Alex White wrote: > There were a couple of issues with the way the DWARF info was being > read. The first issue was that it inefficiently included all symbols, > even symbols that were not desired. The second issue is that it did > not handle inline functions correctly. These hav

[PATCH 09/22] covoar: Fix DWARF reading

2021-03-01 Thread Alex White
There were a couple of issues with the way the DWARF info was being read. The first issue was that it inefficiently included all symbols, even symbols that were not desired. The second issue is that it did not handle inline functions correctly. These have been fixed. --- rtemstoolkit/rld-dwarf.cpp