Skip to content

Commit

Permalink
add SHT_RENESAS_INFO
Browse files Browse the repository at this point in the history
  • Loading branch information
leithouse authored Mar 7, 2021
1 parent 5e36a26 commit 8f539ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions makeelf/elfstruct.py
Original file line number Diff line number Diff line change
Expand Up @@ -640,6 +640,7 @@ class SHT(Enum):
SHT_HIPROC = 0x7fffffff
SHT_LOUSER = 0x80000000
SHT_HIUSER = 0xffffffff
SHT_RENESAS_INFO = 0xa0000000


## \class SHN
Expand Down

0 comments on commit 8f539ca

Please sign in to comment.