diff options
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 828f491..a716030 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,6 +1,16 @@ 2014-11-20 Sergio Durigan Junior <sergiodj@redhat.com> 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. + +2014-11-20 Sergio Durigan Junior <sergiodj@redhat.com> + + PR breakpoints/10737 * amd64-linux-tdep.c (amd64_linux_init_abi_common): Adjust call to set_xml_syscall_file_name to provide gdbarch. * arm-linux-tdep.c (arm_linux_init_abi): Likewise. |