Remove the PT_ARM_UNWIND enum
authorEli Bendersky <eliben@gmail.com>
Wed, 26 Oct 2016 03:07:43 +0000 (20:07 -0700)
committerEli Bendersky <eliben@gmail.com>
Wed, 26 Oct 2016 03:07:43 +0000 (20:07 -0700)
commit2ce29d92faa5da16996297d953b389d1d681b5a5
tree0f4decd72cf19ad7ad30deaa481aa0274543993e
parentc50de91f3d8d3ff2d3824bfd3c0ab39df72df94b
Remove the PT_ARM_UNWIND enum

According to the ARM ABI it's an alias for PT_ARM_EXIDX; having them both in the
same enum value confuses parsing. Keeping EXIDX rather than UNWIND because
binutils seems to be using it.

Related to #121
elftools/dwarf/structs.py
elftools/elf/descriptions.py
elftools/elf/enums.py