diff options
author | Luis Machado <luis.machado@linaro.org> | 2020-01-03 16:08:16 -0300 |
---|---|---|
committer | Luis Machado <luis.machado@linaro.org> | 2020-01-05 08:57:34 -0300 |
commit | 6a5206eb2740e769bcb0500bdbc5998801d90ef6 (patch) | |
tree | 2780845f53cda3f5857e261c613931246cf71fae /gdb/ChangeLog | |
parent | eb9a7e353f25e08299d037396b18e9c3c9c71b2f (diff) | |
download | gdb-6a5206eb2740e769bcb0500bdbc5998801d90ef6.zip gdb-6a5206eb2740e769bcb0500bdbc5998801d90ef6.tar.gz gdb-6a5206eb2740e769bcb0500bdbc5998801d90ef6.tar.bz2 |
[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.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 7bd8897..735333f 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,9 @@ +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. + 2020-01-03 Philippe Waroquiers <philippe.waroquiers@skynet.be> * ui-file.c (stdio_file::can_emit_style_escape) |