]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdbserver/ChangeLog
Fix compilation for target gdbserver on CRISv32 platform.
authorRicard Wanderlof <ricard@sourceware.org>
Fri, 6 Sep 2013 08:04:19 +0000 (08:04 +0000)
committerRicard Wanderlof <ricard@sourceware.org>
Fri, 6 Sep 2013 08:04:19 +0000 (08:04 +0000)
commiteddddb9d52e7605343164e1c74d29e31c21ffa18
tree03f6b48cf5799c5f023b458ccc403fd698909af3
parent253a4c9811d9e17c95fc598a31b36b3e249c4ec0
Fix compilation for target gdbserver on CRISv32 platform.

One misspelled function call, and one superfluous typedef. The latter
causes an error of the following type when building:

linux-crisv32-low.c:372: error: conflicting types for 'elf_gregset_t'
/.../target/include/asm/elf.h:36:
error: previous declaration of 'elf_gregset_t' was here

2013-09-06  Ricard Wanderlof  <ricardw@axis.com>

* linux-crisv32-low.c (elf_gregset_t): Delete typedef.
(initialize_low_arch): Call init_registers_crisv32 rather than
init_register_crisv32.
gdb/gdbserver/ChangeLog
gdb/gdbserver/linux-crisv32-low.c