diff options
author | Alan Modra <amodra@gmail.com> | 2025-07-18 14:26:56 +0930 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2025-07-18 15:59:20 +0930 |
commit | 7d9ed03a1be5ea8916a2f67c43c1507fd6e29511 (patch) | |
tree | 23d0f8392edb57f3b2ae01cd932a1ca97a3df31d /gdb/python | |
parent | 129a84735170296eb3efbbf9cc989ffb4ad43015 (diff) | |
download | binutils-7d9ed03a1be5ea8916a2f67c43c1507fd6e29511.zip binutils-7d9ed03a1be5ea8916a2f67c43c1507fd6e29511.tar.gz binutils-7d9ed03a1be5ea8916a2f67c43c1507fd6e29511.tar.bz2 |
asan: undefined shift
.bundle_align_mode 32
nop
read.c:776:26: runtime error: shift exponent 32 is too large for
32-bit type 'unsigned int'
Avoid this by using wider types in the expressions.
Diffstat (limited to 'gdb/python')
0 files changed, 0 insertions, 0 deletions