serge1/ELFIO

add entry for .gnu.version

colderleo opened this issue · 4 comments

Hi

I need to add entries for .gun.version, is there a brief way? Thanks!

Hi,
are you going to add a new .gnu.version section or just add new entries to the existing one?

I have added implementation of GNU versym section reader/writer to my task list

Just to let you know - I'll be able to return to this task in two-three weeks from now

As you requested access to ".gnu.version" only, a section modifyer has been added in commit daa1a17.
Work on accessors for sections ".gnu.version_r" and ".gnu.version_d" is ongoing.

Please reopen this issue if any problem is observed.