]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Fix a sanitization problem running the linker testsuite for the AArch64 target.
authorNick Clifton <nickc@redhat.com>
Wed, 26 Aug 2020 14:50:36 +0000 (15:50 +0100)
committerNick Clifton <nickc@redhat.com>
Wed, 26 Aug 2020 14:51:56 +0000 (15:51 +0100)
commitb74a6c6086033907f4ea1dbd61166ee63b6f0a99
treeb202af1dd450ff3d97e0bb02dd8d17352426909f
parent31b3f3e6e42083e411c47e789eb617070d5ba0e4
Fix a sanitization problem running the linker testsuite for the AArch64 target.

PR 26411
* elfnn-aarch64.c (elfNN_aarch64_relocate_section): Use an
unsigned long constant when creating a mask to test for alignment
issues.
bfd/ChangeLog
bfd/elfnn-aarch64.c