Fix configure.srv error for Linux on PowerPC
authorPedro Franco de Carvalho <pedromfc@linux.ibm.com>
Wed, 29 Jan 2020 17:42:40 +0000 (14:42 -0300)
committerPedro Franco de Carvalho <pedromfc@linux.ibm.com>
Wed, 29 Jan 2020 17:42:40 +0000 (14:42 -0300)
commit548a204f7d6a7442d940c0afe778f553ec53427f
tree72232172c82f98586a2a8da21471458b9c57ef20
parentb62a802857adafecc64bc1de3efd1c2e59059af9
Fix configure.srv error for Linux on PowerPC

An error in commit 42cd72aa0279520384327a1f6d0ebd2eb2200645 caused
srv_tgtobj to be overwritten and linux-ppc-low.o to be missed when
linking gdbserver for Linux on PowerPC.  This patch fixes the error.

gdb/gdbserver/ChangeLog:
2020-01-29  Pedro Franco de Carvalho  <pedromfc@linux.ibm.com>

* configure.srv (powerpc*-*-linux*): Use srv_tgtobj in second
assignment instead of srv_linux_obj.
gdb/gdbserver/ChangeLog
gdb/gdbserver/configure.srv
This page took 0.025932 seconds and 4 git commands to generate.