From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13692 invoked by alias); 20 Nov 2014 18:35:50 -0000 Mailing-List: contact gdb-prs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-prs-owner@sourceware.org Received: (qmail 13664 invoked by uid 55); 20 Nov 2014 18:35:50 -0000 From: "cvs-commit at gcc dot gnu.org" To: gdb-prs@sourceware.org Subject: [Bug gdb/10737] catch syscall name mappings (xml) should be per-arch or per-target, not global Date: Thu, 20 Nov 2014 18:35:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: gdb X-Bugzilla-Version: 6.50 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: cvs-commit at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: sergiodj at redhat dot com X-Bugzilla-Target-Milestone: 6.8 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2014-q4/txt/msg00300.txt.bz2 https://sourceware.org/bugzilla/show_bug.cgi?id=10737 --- Comment #8 from 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 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 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.