Re: [PATCH] unstrip: Handle SHT_GROUP sections in ET_REL files.

2018-07-27 Thread Mark Wielaard
On Sat, 2018-07-21 at 23:54 +0200, Mark Wielaard wrote: > SHT_GROUP sections are put in both the stripped and debug file. > Handle correcting the symbol table/name entry of the group only once. Pushed to master.

[PATCH] unstrip: Handle SHT_GROUP sections in ET_REL files.

2018-07-21 Thread Mark Wielaard
SHT_GROUP sections are put in both the stripped and debug file. Handle correcting the symbol table/name entry of the group only once. The testfile was generated with the gcc annobin plugin. Signed-off-by: Mark Wielaard --- src/ChangeLog | 4 +++ src/unstrip.c