diff options
author | Nick Clifton <nickc@redhat.com> | 2016-12-01 10:26:32 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2016-12-01 10:26:32 +0000 |
commit | a37a2806e3289294ed214aed3c8a45db46026b39 (patch) | |
tree | e70ff3bcf372f9f6aac0407d4bcb56ee2cbedc22 /opcodes/ChangeLog | |
parent | 50455f1ab2935f7321215dfa681745c9b1cb5b19 (diff) | |
download | gdb-a37a2806e3289294ed214aed3c8a45db46026b39.zip gdb-a37a2806e3289294ed214aed3c8a45db46026b39.tar.gz gdb-a37a2806e3289294ed214aed3c8a45db46026b39.tar.bz2 |
Fix abort in x86 disassembler.
PR binutils/20893
* i386-dis.c (OP_VEX): Replace call to abort with a append of bad
opcode designator.
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r-- | opcodes/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 299b750..783ffa2 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,9 @@ +2016-12-01 Nick Clifton <nickc@redhat.com> + + PR binutils/20893 + * i386-dis.c (OP_VEX): Replace call to abort with a append of bad + opcode designator. + 2016-11-29 Claudiu Zissulescu <claziss@synopsys.com> * arc-opc.c (insert_ra_chk): New function. |