This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository binutils-gdb.
from 3c69da406c remote_target::m_remote_state, pointer -> object new d8dab6c3bb MIPS/Linux: Correct o32 core file FGR interpretation
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: gdb/ChangeLog | 17 +++ gdb/gdbserver/ChangeLog | 5 + gdb/mips-linux-nat.c | 12 +- gdb/mips-linux-tdep.c | 109 +++--------------- gdb/mips-linux-tdep.h | 2 - gdb/testsuite/gdb.arch/mips-fpregset-core.c | 82 ++++++++++++++ gdb/testsuite/gdb.arch/mips-fpregset-core.exp | 154 ++++++++++++++++++++++++++ 7 files changed, 273 insertions(+), 108 deletions(-) create mode 100644 gdb/testsuite/gdb.arch/mips-fpregset-core.c create mode 100644 gdb/testsuite/gdb.arch/mips-fpregset-core.exp