]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gas/ChangeLog
Fix memory access violation when attempting to shorten a suffixed micromips instructi...
authorA. Wilcox <awilfox@adelielinux.org>
Thu, 22 Feb 2018 12:49:49 +0000 (12:49 +0000)
committerNick Clifton <nickc@redhat.com>
Thu, 22 Feb 2018 12:49:49 +0000 (12:49 +0000)
commit39334a61e63321352304cbae77b37fcba4fed662
tree41cf9cfc3f573c0273ca7c0cfcaa46bc006b6b37
parentf4a69c9aea8b2f86abfdc35757c7e8c53e714f64
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.
gas/ChangeLog
gas/config/tc-mips.c