From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14635 invoked by alias); 15 Sep 2013 14:42:53 -0000 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 Received: (qmail 14623 invoked by uid 89); 15 Sep 2013 14:42:52 -0000 Received: from mailhost.u-strasbg.fr (HELO mailhost.u-strasbg.fr) (130.79.222.214) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sun, 15 Sep 2013 14:42:52 +0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.2 required=5.0 tests=AWL,BAYES_50,KHOP_THREADED,MSGID_MULTIPLE_AT autolearn=no version=3.3.2 X-HELO: mailhost.u-strasbg.fr Received: from mailhost.u-strasbg.fr (localhost [127.0.0.1]) by antispam (Postfix) with ESMTP id 103461A0BC4; Sun, 15 Sep 2013 16:42:49 +0200 (CEST) Received: from mailhost.u-strasbg.fr (localhost [127.0.0.1]) by antivirus (Postfix) with ESMTP id 01E361A0BC6; Sun, 15 Sep 2013 16:42:49 +0200 (CEST) Received: from md16.u-strasbg.fr (md16.u-strasbg.fr [130.79.200.206]) by mr4.u-strasbg.fr (Postfix) with ESMTP id B2CD01A0BC4; Sun, 15 Sep 2013 16:42:45 +0200 (CEST) Received: from ms16.u-strasbg.fr (ms16.u-strasbg.fr [130.79.204.116]) by md16.u-strasbg.fr (8.14.3/jtpda-5.5pre1) with ESMTP id r8FEghL4017299 ; Sun, 15 Sep 2013 16:42:44 +0200 (envelope-from pierre.muller@ics-cnrs.unistra.fr) Received: from E6510Muller (lec67-4-82-230-53-140.fbx.proxad.net [82.230.53.140]) (Authenticated sender: mullerp) by ms16.u-strasbg.fr (Postfix) with ESMTPSA id 43F5C1FD8E; Sun, 15 Sep 2013 16:42:41 +0200 (CEST) From: "Pierre Muller" To: "'Ulrich Weigand'" , "'Andreas Arnez'" Cc: References: <877genmltz.fsf@br87z6lw.de.ibm.com> from "Andreas Arnez" at Sep 11, 2013 05:15:04 PM <201309131419.r8DEJNTe007783@d06av02.portsmouth.uk.ibm.com> In-Reply-To: <201309131419.r8DEJNTe007783@d06av02.portsmouth.uk.ibm.com> Subject: RE: [RFA][PATCH v5 0/2] S/390: Add TDB regset support Date: Sun, 15 Sep 2013 14:42:00 -0000 Message-ID: <000c01ceb221$d4dea8f0$7e9bfad0$@muller@ics-cnrs.unistra.fr> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-SW-Source: 2013-09/txt/msg00419.txt.bz2 This patch uses #include "elf.h" header in s390-tdep.c but this generates a compilation error for mingw64 cross build=20 configured with option --enable-targets=3Dall x86_64-w64-mingw32-gcc -gdwarf-3 -O0 -D__USE_MINGW_ACCESS -I. -I../../src/gdb -I../../src/gdb/common -I../../src/gdb/config -DLOCALEDIR=3D"\"/usr/local/share/ locale\"" -DHAVE_CONFIG_H -I../../src/gdb/../include/opcode -I../../src/gdb/../o pcodes/.. -I../../src/gdb/../readline/.. -I../bfd -I../../src/gdb/../bfd -I../. ./src/gdb/../include -I../libdecnumber -I../../src/gdb/../libdecnumber -I./../i ntl -I../../src/gdb/gnulib/import -Ibuild-gnulib/import -Wall -Wdeclaration-a fter-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunuse d-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-a fter-statement -Wempty-body -Wmissing-parameter-type -Wold-style-declaration -Wo ld-style-definition -Wno-format -Werror -c -o s390-tdep.o -MT s390-tdep.o -MMD - MP -MF .deps/s390-tdep.Tpo ../../src/gdb/s390-tdep.c ../../src/gdb/s390-tdep.c:55:17: erreur fatale: elf.h : No such file or director y Could this be fixed? Pierre Muller > -----Message d'origine----- > De=A0: gdb-patches-owner@sourceware.org [mailto:gdb-patches- > owner@sourceware.org] De la part de Ulrich Weigand > Envoy=E9=A0: vendredi 13 septembre 2013 16:19 > =C0=A0: Andreas Arnez > Cc=A0: gdb-patches@sourceware.org > Objet=A0: Re: [RFA][PATCH v5 0/2] S/390: Add TDB regset support >=20 > Andreas Arnez wrote: >=20 > > Another attempt on adding the TDB regset for S/390 targets. This > > version avoids introducing dynamic regset support. Instead, the TDB > > regset is unconditionally written into a core dump. Upon reading, > > before supplying the TDB to the regcache, its validity is verified. If > > invalid, the TDB registers are cleared to "unavailable" status. > > > > Common code should no longer be affected by this version of the patch > > set. >=20 > I've committed both patches now. >=20 > Thanks, > Ulrich >=20 > -- > Dr. Ulrich Weigand > GNU/Linux compilers and toolchain > Ulrich.Weigand@de.ibm.com