bfd: aarch64: fix word and arrdess size declaration in ilp32 mode
authorYury Norov <ynorov@caviumnetworks.com>
Fri, 9 Dec 2016 16:17:58 +0000 (21:47 +0530)
committerYury Norov <ynorov@caviumnetworks.com>
Wed, 21 Dec 2016 12:26:03 +0000 (17:56 +0530)
commit3145b997151d2815065b5c880c1b0d63905d7630
treebbb8a144c7100c3b8385be8408971c599747e711
parent4e25adb3956f880efc28bfebabe79be7338b413f
bfd: aarch64: fix word and arrdess size declaration in ilp32 mode

ILP32 has 32-bit word and address, but currently they declared as 64-bit in
bfd_aarch64_arch_ilp32, which breaks further logic of bfd. This patch fixes it.

Glibc testsuite build with patched binutils shows that next tests stop to fail:
iconvdata/mtrace-tst-loading
iconvdata/tst-loading
iconvdata/tst-tables
localedata/mtrace-tst-leaks
localedata/tst-leaks
posix/tst-getaddrinfo4
posix/tst-getaddrinfo5
posix/tst-regex2
bfd/ChangeLog
bfd/cpu-aarch64.c
This page took 0.024686 seconds and 4 git commands to generate.