microMIPS: Add SYSCALL instruction decoding
authorMaciej W. Rozycki <macro@mips.com>
Wed, 18 Jul 2018 18:17:39 +0000 (19:17 +0100)
committerMaciej W. Rozycki <macro@mips.com>
Wed, 18 Jul 2018 18:17:39 +0000 (19:17 +0100)
commit6592ceed489043051d02d41dc71f51e8ef8aa6f0
tree167ce82eabcccfa40dfc32f644295dcbb0cc845a
parentd3554ec1ed057f4ecfee35d4bec81f9d5a545cb1
microMIPS: Add SYSCALL instruction decoding

Fix a bug with commit 4cc0665f24bb ("microMIPS support"),
<https://sourceware.org/ml/gdb-patches/2012-05/msg00724.html>, and add
missing microMIPS SYSCALL instruction decoding needed to determine the
location to put a breakpoint at when single-stepping though a syscall.

gdb/
* mips-tdep.c (micromips_next_pc): Add SYSCALL instruction
decoding.
gdb/ChangeLog
gdb/mips-tdep.c