diff options
author | Nick Clifton <nickc@redhat.com> | 2017-01-05 09:11:47 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2017-01-05 09:11:47 +0000 |
commit | 0ae60c3ef45d41b34d40ed5c7b4fdfea289530de (patch) | |
tree | 8fc325b95728b93b6ba9538ade41c8445dfc4116 /opcodes/ChangeLog | |
parent | c0386d4d54d2cc33d6efc0b998fe6396bf92be15 (diff) | |
download | gdb-0ae60c3ef45d41b34d40ed5c7b4fdfea289530de.zip gdb-0ae60c3ef45d41b34d40ed5c7b4fdfea289530de.tar.gz gdb-0ae60c3ef45d41b34d40ed5c7b4fdfea289530de.tar.bz2 |
Prevent an abort in the FRV disassembler if the target bfd name is unknown.
PR 20946
* frv-desc.c (lookup_mach_via_bfd_name): Return NULL if the name
could not be matched.
(frv_cgen_cpu_open): Allow for lookup_mach_via_bfd_name returning
NULL.
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r-- | opcodes/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 555a379..8494c51 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,11 @@ +2017-01-05 Nick Clifton <nickc@redhat.com> + + PR 20946 + * frv-desc.c (lookup_mach_via_bfd_name): Return NULL if the name + could not be matched. + (frv_cgen_cpu_open): Allow for lookup_mach_via_bfd_name returning + NULL. + 2017-01-04 Szabolcs Nagy <szabolcs.nagy@arm.com> * aarch64-tbl.h (RCPC, RCPC_INSN): Define. |