Move encoded as 'or' in binutils.
authorSimon Dardis <Simon.Dardis@imgtec.com>
Wed, 28 Oct 2015 16:52:17 +0000 (09:52 -0700)
committerJoel Brobecker <brobecker@adacore.com>
Wed, 28 Oct 2015 16:54:30 +0000 (09:54 -0700)
commit93084fcd9b85e9f982b75f63f366081f5fe8e2d8
treedd1f5e5d986a15f0b15714810d0c11092fabe74f
parent3043c1aba16b1b5bfdf6813d90ec661988ddfa3f
Move encoded as 'or' in binutils.

A patch (http://sourceware.org/ml/binutils/2015-07/msg00376.html)
submitted to binutils will be encoding move as an 'or' instruction over
[d]addu in assembly and various code stubs. This patch for gdb addresses
that change for the mips specific parts of gdb.

gdb/ChangeLog:

* mips-linux-tdep.c (mips_linux_in_dynsym_stub): Recognise 'or'
as move along with [d]addu.
gdb/ChangeLog
gdb/mips-linux-tdep.c