[Rpm-maint] [rpm-software-management/rpm] debugedit.c patches (#171)

Jeff Johnson notifications at github.com
Mon Mar 6 17:26:05 UTC 2017


Another issue that might make debugedit.c more portable is similar to inlining DW_FORM* instead of
`#include <dwarf.h>`

Instead of using EU version dependent #defines for strtab_init() etc (which needs -lebl), it may be more "portable" to just inline the routines and maintain a copy in debugedit.c.

That would permit non-elfutils -lelf to be used "portably" even if there is code duplication.

I dunno (yet) how much code would need to be duplicated, but will take a look soonishly.

-- 
You are receiving this because you commented.
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/issues/171#issuecomment-284468205
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20170306/c348f04a/attachment.html>


More information about the Rpm-maint mailing list