diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2015-07-24 09:05:33 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2015-07-24 09:05:33 -0700 |
commit | 7cb9e39bd8f84867f913232904b4b36c0aea539c (patch) | |
tree | 4f7b442fb7a340c12833112c88abdb3c69876503 /binutils/dwarf-mode.el | |
parent | aff1a65ecb5cfcf1abfb23ea0e0f37f39e75683e (diff) | |
download | gdb-7cb9e39bd8f84867f913232904b4b36c0aea539c.zip gdb-7cb9e39bd8f84867f913232904b4b36c0aea539c.tar.gz gdb-7cb9e39bd8f84867f913232904b4b36c0aea539c.tar.bz2 |
Use 0xffffffffffffffffLL to silence GCC 6 warning
GCC 6 warns:
error: result of ‘4294967295ll << 32’ requires 65 bits to represent, but ‘long long int’ only has 64 bits [-Werror=shift-overflow=]
on ((((bfd_signed_vma) 0xffffffff) << 32) | 0xffffffff). This patch
replaces it with bfd_signed_vma) 0xffffffffffffffffLL.
* stabs.c (parse_stab_range_type): Use 0xffffffffffffffffLL.
Diffstat (limited to 'binutils/dwarf-mode.el')
0 files changed, 0 insertions, 0 deletions