Skip to content

Commit

Permalink
elf/descriptions: remove ARM_ prefix for PT_ARM_EXIDX
Browse files Browse the repository at this point in the history
This fixes readelf tests for arm and armhf
  • Loading branch information
frederiksdun committed Oct 24, 2016
1 parent 3ba09e6 commit 2ae01bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion elftools/elf/descriptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ def describe_note(x):
PT_GNU_STACK='GNU_STACK',
PT_GNU_RELRO='GNU_RELRO',
PT_ARM_ARCHEXT='ARM_ARCHEXT',
PT_ARM_EXIDX='ARM_EXIDX',
PT_ARM_EXIDX='EXIDX',
PT_ARM_UNWIND='ARM_UNWIND',
PT_AARCH64_ARCHEXT='AARCH64_ARCHEXT',
PT_AARCH64_UNWIND='AARCH64_UNWIND',
Expand Down

0 comments on commit 2ae01bf

Please sign in to comment.