Adjust ia64_linux_xfer_partial following to_xfer_partial API change.
authorJoel Brobecker <brobecker@adacore.com>
Tue, 25 Feb 2014 14:58:25 +0000 (09:58 -0500)
committerJoel Brobecker <brobecker@adacore.com>
Tue, 25 Feb 2014 16:21:55 +0000 (11:21 -0500)
commit475109d8708bdc9c9a4667c0e460a1c395fdd8fd
treeee8deab8ea776a9d44055c4057274bc723ad4145
parent041ab8b4843764204e660aefdb006da397e2d8ac
Adjust ia64_linux_xfer_partial following to_xfer_partial API change.

ia64-linux-nat.c no longer compiles because ia64_linux_xfer_partial
no longer matches the to_xfer_partial prototype.  This patch fixes
the problem by adjusting it accordingly.

gdb/ChangeLog:

        * ia64-linux-nat.c (ia64_linux_xfer_partial): Add function
        documentation.  Adjust prototype to match the target_ops
        to_xfer_partial method.  Adjust implementation accordingly.
gdb/ChangeLog
gdb/ia64-linux-nat.c