]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Fix base class function call
authorChristian Biesinger <cbiesinger@google.com>
Wed, 5 Feb 2020 17:43:22 +0000 (11:43 -0600)
committerChristian Biesinger <cbiesinger@google.com>
Wed, 5 Feb 2020 17:51:58 +0000 (11:51 -0600)
commitc6a42d11acf2d485bf70d76eda76fd005fcd6825
treecd69fe3be29d98d681585e93486d43106588fccc
parentc8ecdda6b68722c35bfdef56fdd4ba652d77bffc
Fix base class function call

This was a typo introduced in f6ac5f3d63e03a81c4ff3749aba234961cc9090e.

Found by looking through NetBSD's GDB patches:
https://github.com/NetBSD/pkgsrc-wip/blob/master/gdb-netbsd/patches/patch-gdb_sparc-nat.h

This patch can't be tested on Linux because Linux does not use the
sparc_target template.

gdb/ChangeLog:

2020-02-05  Christian Biesinger  <cbiesinger@google.com>

* sparc-nat.h (struct sparc_target) <xfer_partial>: Fix base class
function call.

Change-Id: I4fa88cbdc365efe89b84cc0619b60db38718d9ce
gdb/ChangeLog
gdb/sparc-nat.h