]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdbserver/ChangeLog
Fix --host cris-*-linux build of GDBServer.
authorAntoine Tremblay <antoine.tremblay@ericsson.com>
Wed, 21 Oct 2015 11:44:26 +0000 (07:44 -0400)
committerAntoine Tremblay <antoine.tremblay@ericsson.com>
Wed, 21 Oct 2015 11:45:56 +0000 (07:45 -0400)
commit4cd98a1920446165eaf0a5d5e71f86133e92954d
treec4d9f35beb3ddd3dd4cd51de21cb31c6c6590713
parent2c3853e30485654f3d40d6d9e1b57d31444d3598
Fix --host cris-*-linux build of GDBServer.

Compiling GDBServer with --host cris-*-linux yields a compilation error :

linux-cris-low.c:65:21: error: ‘void’ must be the only parameter

This patch fixes the issue by removing the void parameter in cris_get_pc.

gdb/gdbserver/ChangeLog:
* linux-cris-low.c (cris_get_pc): Remove void arg.
gdb/gdbserver/ChangeLog
gdb/gdbserver/linux-cris-low.c