]> Git Repo - binutils.git/commit
Fix build breakage from previous commit
authorSergio Durigan Junior <[email protected]>
Thu, 20 Nov 2014 18:33:28 +0000 (13:33 -0500)
committerSergio Durigan Junior <[email protected]>
Thu, 20 Nov 2014 18:33:28 +0000 (13:33 -0500)
commit7e7cbeb3a21dd677d35321c5eafae75e3dc0dc1a
tree46b940ea400eb1900acc21d4e189c865635a1eca
parent458c8db89f7e9913da6fa67c3df73404375c436b
Fix build breakage from previous commit

In the previous commit, I forgot to adjust the prototypes of the
functions inside gdb/xml-syscall.c for the case when GDB is compiled
without XML support.

gdb/
2014-11-20  Sergio Durigan Junior  <[email protected]>

PR breakpoints/10737
* xml-syscall.c (set_xml_syscall_file_name): Remove "const"
modifier from "struct gdbarch" when compiling without Expat (XML)
support.
(get_syscall_by_number): Likewise.
(get_syscall_by_name): Likewise.
(get_syscall_names): Likewise.
gdb/ChangeLog
gdb/xml-syscall.c
This page took 0.027335 seconds and 4 git commands to generate.