Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
From: "Pierre Muller" <pierre.muller@ics-cnrs.unistra.fr>
To: "'Ulrich Weigand'" <uweigand@de.ibm.com>,
	       "'Andreas Arnez'" <arnez@linux.vnet.ibm.com>
Cc: <gdb-patches@sourceware.org>
Subject: RE: [RFA][PATCH v5 0/2] S/390: Add TDB regset support
Date: Sun, 15 Sep 2013 14:42:00 -0000	[thread overview]
Message-ID: <000c01ceb221$d4dea8f0$7e9bfad0$@muller@ics-cnrs.unistra.fr> (raw)
In-Reply-To: <201309131419.r8DEJNTe007783@d06av02.portsmouth.uk.ibm.com>

  This patch uses
#include "elf.h"
 header in s390-tdep.c
but this generates a compilation error
for mingw64 cross build 
configured with option --enable-targets=all

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="\"/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 : gdb-patches-owner@sourceware.org [mailto:gdb-patches-
> owner@sourceware.org] De la part de Ulrich Weigand
> Envoyé : vendredi 13 septembre 2013 16:19
> À : Andreas Arnez
> Cc : gdb-patches@sourceware.org
> Objet : Re: [RFA][PATCH v5 0/2] S/390: Add TDB regset support
> 
> Andreas Arnez wrote:
> 
> > 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.
> 
> I've committed both patches now.
> 
> Thanks,
> Ulrich
> 
> --
>   Dr. Ulrich Weigand
>   GNU/Linux compilers and toolchain
>   Ulrich.Weigand@de.ibm.com


      reply	other threads:[~2013-09-15 14:42 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-09-11 15:15 Andreas Arnez
2013-09-11 15:29 ` [RFA][PATCH v5 1/2] S/390 regmap rework Andreas Arnez
2013-09-13 12:40   ` Ulrich Weigand
2013-09-11 15:30 ` [RFA][PATCH v5 2/2] S/390: Add TDB regset Andreas Arnez
2013-09-11 16:28   ` Eli Zaretskii
2013-09-11 16:55     ` Andreas Arnez
2013-09-11 16:59       ` Eli Zaretskii
2013-09-11 17:39         ` Andreas Arnez
2013-09-11 19:21           ` Eli Zaretskii
2013-09-13 12:42   ` Ulrich Weigand
2013-09-15 15:52     ` Build regression on 32-bit hosts [Re: [RFA][PATCH v5 2/2] S/390: Add TDB regset] Jan Kratochvil
2013-09-15 21:33       ` RFA: Fix build " Pierre Muller
2013-09-16  9:52         ` Ulrich Weigand
2013-09-16 11:35           ` Pierre Muller
2013-09-16 12:23             ` Joel Brobecker
2013-09-16 13:53               ` Eli Zaretskii
     [not found]           ` <38466.0263116986$1379331313@news.gmane.org>
2013-09-17 18:39             ` Tom Tromey
2013-09-16 10:43         ` Andreas Arnez
2013-09-12 15:36 ` [RFA][PATCH v5 0/2] S/390: Add TDB regset support Andreas Arnez
2013-09-13 14:19 ` Ulrich Weigand
2013-09-15 14:42   ` Pierre Muller [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='000c01ceb221$d4dea8f0$7e9bfad0$@muller@ics-cnrs.unistra.fr' \
    --to=pierre.muller@ics-cnrs.unistra.fr \
    --cc=arnez@linux.vnet.ibm.com \
    --cc=gdb-patches@sourceware.org \
    --cc=uweigand@de.ibm.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox