[AArch64] Fix erroneous use of spu architecture bfd
authorLuis Machado <luis.machado@linaro.org>
Fri, 3 Jan 2020 19:08:16 +0000 (16:08 -0300)
committerLuis Machado <luis.machado@linaro.org>
Sun, 5 Jan 2020 11:57:34 +0000 (08:57 -0300)
commit6a5206eb2740e769bcb0500bdbc5998801d90ef6
tree2780845f53cda3f5857e261c613931246cf71fae
parenteb9a7e353f25e08299d037396b18e9c3c9c71b2f
[AArch64] Fix erroneous use of spu architecture bfd

While investigating some SVE code, i noticed the use of two spu bfd variables.

This looks like an oversight, as the "id" field is available for non-spu
architectures as well, even though its primary use was the Cell BE
architecture.

gdb/ChangeLog:

2020-01-05  Luis Machado  <luis.machado@linaro.org>

* aarch64-linux-nat.c
(aarch64_linux_nat_target::thread_architecture): Use bfd_arch_aarch64
and bfd_mach_aarch64.
gdb/ChangeLog
gdb/aarch64-linux-nat.c
This page took 0.025163 seconds and 4 git commands to generate.