Re: [PATCH v4] covoar: Handle periods in symbols from objdump

2021-03-27 Thread Gedare Bloom
this one looks fine to me. On Fri, Mar 26, 2021 at 3:21 PM Alex White wrote: > > ping > > > -Original Message- > > From: Alex White > > Sent: Friday, March 19, 2021 2:10 PM > > To: devel@rtems.org > > Cc: Alex White > > Subject: [PATCH v4] c

RE: [PATCH v4] covoar: Handle periods in symbols from objdump

2021-03-26 Thread Alex White
ping > -Original Message- > From: Alex White > Sent: Friday, March 19, 2021 2:10 PM > To: devel@rtems.org > Cc: Alex White > Subject: [PATCH v4] covoar: Handle periods in symbols from objdump > > Occasionally the compiler will generate symbols that look simi

[PATCH v4] covoar: Handle periods in symbols from objdump

2021-03-19 Thread Alex White
Occasionally the compiler will generate symbols that look similar to symbols defined in RTEMS code except that they contain some suffix. These symbol suffixes are only found in the ELF symbol table; the symbols appear to be normal in the DWARF info. This appears to be happening on all