Fix build gdbserver build errors on arm, mips, aarch64.
authorDon Breazeal <donb@codesourcery.com>
Thu, 14 May 2015 20:11:41 +0000 (13:11 -0700)
committerDon Breazeal <donb@codesourcery.com>
Thu, 14 May 2015 20:11:41 +0000 (13:11 -0700)
commit61a7418ccb7c2de12d4c4df79e193f32db938a11
tree56baf119ff902737d12ca79df63ddebebd1404ca
parent1041a03c1b4d03c39033c8bb942148dc3e4b4acc
Fix build gdbserver build errors on arm, mips, aarch64.

Fix build errors introduced by
https://sourceware.org/ml/gdb-patches/2015-05/msg00281.html, which
didn't account for the change of the name of the struct process_info
field 'private' to 'priv' made in
https://sourceware.org/ml/gdb-patches/2015-02/msg00829.html.

gdb/gdbserver/ChangeLog:

* linux-aarch64-low.c (aarch64_linux_new_fork): Change reference
to process_info.private to process_info.priv.
* linux-arm-low.c (arm_new_fork): Likewise.
* linux-mips-low.c (mips_linux_new_fork): Likewise.
gdb/gdbserver/linux-aarch64-low.c
gdb/gdbserver/linux-arm-low.c
gdb/gdbserver/linux-mips-low.c