NDS32/BFD: Correct an aliasing error in `nds32_elf_check_relocs'
authorMaciej W. Rozycki <macro@imgtec.com>
Tue, 18 Oct 2016 03:34:36 +0000 (04:34 +0100)
committerMaciej W. Rozycki <macro@imgtec.com>
Tue, 18 Oct 2016 03:36:55 +0000 (04:36 +0100)
commit61034b0b6acc6ff72def5f5ecdbe628edc5d67ea
treeb6d185b25f8c5a3f29774fc5cb738948681fe589
parentc48182bfe408e06e3301ee887fd9a7b06bedff37
NDS32/BFD: Correct an aliasing error in `nds32_elf_check_relocs'

Fix an aliasing build error:

cc1: warnings being treated as errors
.../bfd/elf32-nds32.c: In function 'nds32_elf_check_relocs':
.../bfd/elf32-nds32.c:6644: warning: dereferencing type-punned pointer will break strict-aliasing rules
make[3]: *** [elf32-nds32.lo] Error 1

in a way following commit 6edfbbad0864 ("Fix up gcc4.1 aliasing
warnings"), <https://sourceware.org/ml/binutils/2005-10/msg00071.html>.

bfd/
* elf32-nds32.c (nds32_elf_check_relocs): Avoid aliasing warning
from GCC.
bfd/ChangeLog
bfd/elf32-nds32.c