diff options
author | A. Wilcox <awilfox@adelielinux.org> | 2018-02-22 12:49:49 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2018-02-22 12:49:49 +0000 |
commit | 39334a61e63321352304cbae77b37fcba4fed662 (patch) | |
tree | 41cf9cfc3f573c0273ca7c0cfcaa46bc006b6b37 /gas/ChangeLog | |
parent | f4a69c9aea8b2f86abfdc35757c7e8c53e714f64 (diff) | |
download | gdb-39334a61e63321352304cbae77b37fcba4fed662.zip gdb-39334a61e63321352304cbae77b37fcba4fed662.tar.gz gdb-39334a61e63321352304cbae77b37fcba4fed662.tar.bz2 |
Fix memory access violation when attempting to shorten a suffixed micromips instruction during lookup.
PR 22014
* config/tc-mips.c (mips_lookup_insn): Use memmove to strip the
instruction size suffix.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 07e3574..ce7e258 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,9 @@ +2018-02-22 A. Wilcox <awilfox@adelielinux.org> + + PR 22014 + * config/tc-mips.c (mips_lookup_insn): Use memmove to strip the + instruction size suffix. + 2018-02-20 Maciej W. Rozycki <macro@mips.com> * testsuite/gas/mips/mips16-branch-reloc-4.d: New test. |