From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 301 invoked by alias); 26 Jan 2009 08:33:41 -0000 Received: (qmail 32759 invoked by uid 22791); 26 Jan 2009 08:33:40 -0000 X-SWARE-Spam-Status: No, hits=-1.3 required=5.0 tests=AWL,BAYES_05 X-Spam-Check-By: sourceware.org Received: from mailhost.u-strasbg.fr (HELO mailhost.u-strasbg.fr) (130.79.200.153) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 26 Jan 2009 08:33:34 +0000 Received: from baal.u-strasbg.fr (baal.u-strasbg.fr [IPv6:2001:660:2402::41]) by mailhost.u-strasbg.fr (8.14.2/jtpda-5.5pre1) with ESMTP id n0Q8XP7S079615 ; Mon, 26 Jan 2009 09:33:26 +0100 (CET) Received: from mailserver.u-strasbg.fr (ms4.u-strasbg.fr [IPv6:2001:660:2402:d::13]) by baal.u-strasbg.fr (8.14.0/jtpda-5.5pre1) with ESMTP id n0Q8XPRP033170 ; Mon, 26 Jan 2009 09:33:25 +0100 (CET) (envelope-from muller@ics.u-strasbg.fr) Received: from d620muller (www-ics.u-strasbg.fr [130.79.210.225]) (user=mullerp mech=LOGIN) by mailserver.u-strasbg.fr (8.14.3/jtpda-5.5pre1) with ESMTP id n0Q8XOk2087895 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO) ; Mon, 26 Jan 2009 09:33:25 +0100 (CET) (envelope-from muller@ics.u-strasbg.fr) From: "Pierre Muller" To: "=?iso-8859-1?Q?'S=E9rgio_Durigan_J=FAnior'?=" , Cc: "'teawater'" References: <1232929835.26873.24.camel@miki> In-Reply-To: <1232929835.26873.24.camel@miki> Subject: RE: [PATCH 3/4] catch syscall -- try 4 -- XML support Date: Mon, 26 Jan 2009 08:33:00 -0000 Message-ID: <004901c97f90$c6019360$5204ba20$@u-strasbg.fr> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2009-01/txt/msg00495.txt.bz2 Hi S=E9rgio, I noticed that your ChangeLog still uses the old filenames, but looking into the patch, I found out that it is correct,=20 as 'processor-syscalls.xml' files are renamed as 'processor-linux.xml'. I had also a small question about these lines: + + in 'ppc64-linux.xml' or likewise=20 + + in 'ppc-linux.xml' Are these lines useful, and -if yes, what is their purpose? -if no, why are these lines present? Thanks for working =20=20 Pierre Muller Pascal language support maintainer for GDB > -----Message d'origine----- > De=A0: gdb-patches-owner@sourceware.org [mailto:gdb-patches- > owner@sourceware.org] De la part de S=E9rgio Durigan J=FAnior > Envoy=E9=A0: Monday, January 26, 2009 1:31 AM > =C0=A0: gdb-patches@sourceware.org > Cc=A0: teawater > Objet=A0: [PATCH 3/4] catch syscall -- try 4 -- XML support >=20 > Here goes the XML support code for the patch. >=20 > Regards, >=20 > -- > S=E9rgio Durigan J=FAnior > Linux on Power Toolchain - Software Engineer Linux Technology Center - > LTC IBM Brazil >=20 > gdb/ChangeLog: >=20 > 2009-01-25 Sergio Durigan Junior >=20 > * syscalls/gdb-syscalls.dtd: New definition file for syscall's > XML > support. > * syscalls/i386-syscalls.xml: New file for i386 syscalls. > * syscalls/ppc-syscalls.xml: New file for PPC syscalls. > * syscalls/ppc64-syscalls.xml: New file for PPC64 syscalls. > * xml-syscall.c: New file containing functions for manipulating > syscall's XML files. > * xml-syscall.h: New file, exporting the functions above > mentioned.