mirror of
https://github.com/bminor/binutils-gdb.git
synced 2026-04-05 03:39:51 +00:00
include: always do unsigned left-shift in CTF_SET_STID
This turns into a signed left shift by 31 bits, otherwise. This is an offset and is always treated as unsigned in any case, so add an appropriate cast. include/ChangeLog 2021-03-25 Nick Alcock <nick.alcock@oracle.com> PR libctf/27628 * ctf-api.h: Fix some indentation. (CTF_SET_STID): Always do an unsigned shift, even if STID is signed.
This commit is contained in:
@@ -1,3 +1,10 @@
|
||||
2021-03-25 Nick Alcock <nick.alcock@oracle.com>
|
||||
|
||||
PR libctf/27628
|
||||
* ctf-api.h: Fix some indentation.
|
||||
(CTF_SET_STID): Always do an unsigned shift, even if STID is
|
||||
signed.
|
||||
|
||||
2021-03-19 H.J. Lu <hongjiu.lu@intel.com>
|
||||
|
||||
* elf/common.h (EM_INTEL205): Renamed to ...
|
||||
|
||||
Reference in New Issue
Block a user