From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5332 invoked by alias); 15 Nov 2012 16:14:28 -0000 Received: (qmail 5323 invoked by uid 22791); 15 Nov 2012 16:14:28 -0000 X-SWARE-Spam-Status: No, hits=-1.8 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED,MSGID_MULTIPLE_AT X-Spam-Check-By: sourceware.org Received: from mailhost.u-strasbg.fr (HELO mailhost.u-strasbg.fr) (130.79.200.152) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 15 Nov 2012 16:14:19 +0000 Received: from md15.u-strasbg.fr (md15.u-strasbg.fr [130.79.200.204]) by mailhost.u-strasbg.fr (8.14.3/jtpda-5.5pre1) with ESMTP id qAFGEDtf089868 ; Thu, 15 Nov 2012 17:14:13 +0100 (CET) (envelope-from pierre.muller@ics-cnrs.unistra.fr) Received: from mailserver.u-strasbg.fr (ms15.u-strasbg.fr [130.79.204.115]) by md15.u-strasbg.fr (8.14.3/jtpda-5.5pre1) with ESMTP id qAFGECoo007597 ; Thu, 15 Nov 2012 17:14:13 +0100 (envelope-from pierre.muller@ics-cnrs.unistra.fr) Received: from E6510Muller (gw-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 qAFGECKu012573 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NO) ; Thu, 15 Nov 2012 17:14:12 +0100 (envelope-from pierre.muller@ics-cnrs.unistra.fr) From: "Pierre Muller" To: "'Pedro Alves'" Cc: References: <50a4aadb.c54c420a.715f.5d53SMTPIN_ADDED@mx.google.com> <50A4C0C5.8020901@redhat.com> <50a51072.c4c5440a.2696.ffffd0acSMTPIN_ADDED@mx.google.com> <50A511FB.4050503@redhat.com> In-Reply-To: <50A511FB.4050503@redhat.com> Subject: RE: [RFA-v2] ARI fixes: move gdb_stat.h and gdb_wait.h to common subdirectory. Date: Thu, 15 Nov 2012 16:14:00 -0000 Message-ID: <000601cdc34c$40da1fa0$c28e5ee0$@muller@ics-cnrs.unistra.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: 2012-11/txt/msg00412.txt.bz2 > -----Message d'origine----- > De=A0: Pedro Alves [mailto:palves@redhat.com] > Envoy=E9=A0: jeudi 15 novembre 2012 17:02 > =C0=A0: Pierre Muller > Cc=A0: gdb-patches@sourceware.org > Objet=A0: Re: [RFA-v2] ARI fixes: move gdb_stat.h and gdb_wait.h to common > subdirectory. >=20 > On 15-11-2012 15:54, Pierre Muller wrote: > > > > 2012-11-15 Pierre Muller > > > > ARI fixes: move gdb_wait and gdb_stat headers to common > > subdirectory. > > * gdb_stat.h: Delete. Moved to common directory. > > * common/gdb_stat.h: New file. > > * gdb_wait.h: Delete. Moved to common directory. > > * common/gdb_wait.h: New file. > > * Makefile.in (H_FILES_NO_SRC): Adapt to new header > > location. > > * contrib/ari/gdb_ari.sh (wait.h rule): Adapt to new gdb_wait.h > > location. > > (stat.h rule): Adapt to new gdb_stat.h location. > > * common/linux-osdata.c: Include "gdb_stat.h" header instead of > > header. > > * common/linux-ptrace.c: Include "gdb_wait.h" header instead of > > header. > > > > > > gdbserver ChangeLog entry: > > > > 2012-11-15 Pierre Muller > > > > * gdbserver/configure.ac (AC_CHECK_HEADERS): Add wait.h header. > > * gdbserver/config.in: Regenerate. > > * gdbserver/configure: Regenerate. > > * gdbserver/linux-low.c: > > Use "gdb_stat.h" header instead of header. > > Use "gdb_wait.h" header instead of header. > > * gdbserver/lynx-low.c: > > Use "gdb_wait.h" header instead of header. > > * gdbserver/remote-utils.c: > > Use "gdb_stat.h" header instead of header. > > * gdbserver/server.c: Remove HAVE_WAIT_H conditional. > > Use "gdb_wait.h" header instead of header. > > * gdbserver/spu-low.c: > > Use "gdb_wait.h" header instead of header. >=20 > Remove the "gdbserver/" prefixes. Otherwise OK. Thanks. Thanks, applied with that change. Pierre