Fix signedness comparison warning in elfcore_grok_win32pstatus()
authorJon Turney <jon.turney@dronecode.org.uk>
Wed, 12 Aug 2020 15:34:47 +0000 (16:34 +0100)
committerJon Turney <jon.turney@dronecode.org.uk>
Wed, 12 Aug 2020 15:39:25 +0000 (16:39 +0100)
commit2fef937354881d1de567b2c0df28718acd8198df
tree0a680ffe700337aa37e97268f63cace00a807814
parentd3511b24ea82409d1769a3b62d0996fe813635d4
Fix signedness comparison warning in elfcore_grok_win32pstatus()

bfd/ChangeLog:

2020-08-12  Jon Turney  <jon.turney@dronecode.org.uk>

* elf.c (elfcore_grok_win32pstatus): Use unsigned int for
win32pstatus note type to avoid signedness comparison warning.
bfd/ChangeLog
bfd/elf.c