eliben / pyelftools

Parsing ELF and DWARF in Python
Other
1.99k stars 507 forks source link

[RELOCATIONS] add enum for v850 relocations #541

Closed wafgo closed 6 months ago

wafgo commented 6 months ago

Currently there is no enum defined for the v850 architecture this commit adds the corresponding enum values which are taken from the binutils GDB source code repository.

I was not able to find any official NEC/Renesas elf documentation containing the relocation numbers

eliben commented 6 months ago

Thanks!

wafgo commented 6 months ago

Hi Eli, what is the problem with this PR? I see that it is not successfully merged and stating that it is "Closed with unmerged commits". I a little bit confused?

eliben commented 6 months ago

Hi Eli, what is the problem with this PR? I see that it is not successfully merged and stating that it is "Closed with unmerged commits". I a little bit confused?

My apologies, it was my mistake - should me merged now.