This is the mail archive of the gdb-prs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug gdb/10737] catch syscall name mappings (xml) should be per-arch or per-target, not global


https://sourceware.org/bugzilla/show_bug.cgi?id=10737

--- Comment #8 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> ---
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "gdb and binutils".

The branch, master has been updated
       via  7e7cbeb3a21dd677d35321c5eafae75e3dc0dc1a (commit)
      from  458c8db89f7e9913da6fa67c3df73404375c436b (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=7e7cbeb3a21dd677d35321c5eafae75e3dc0dc1a

commit 7e7cbeb3a21dd677d35321c5eafae75e3dc0dc1a
Author: Sergio Durigan Junior <sergiodj@redhat.com>
Date:   Thu Nov 20 13:33:28 2014 -0500

    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  <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.

-----------------------------------------------------------------------

Summary of changes:
 gdb/ChangeLog     |   10 ++++++++++
 gdb/xml-syscall.c |   11 +++++------
 2 files changed, 15 insertions(+), 6 deletions(-)

-- 
You are receiving this mail because:
You are on the CC list for the bug.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]