From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24739 invoked by alias); 19 Nov 2007 10:14:56 -0000 Received: (qmail 24729 invoked by uid 22791); 19 Nov 2007 10:14:55 -0000 X-Spam-Check-By: sourceware.org Received: from ics.u-strasbg.fr (HELO ics.u-strasbg.fr) (130.79.112.250) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 19 Nov 2007 10:14:43 +0000 Received: from ICSMULLER (laocoon.u-strasbg.fr [130.79.112.72]) by ics.u-strasbg.fr (Postfix) with ESMTP id 2190E18701A; Mon, 19 Nov 2007 11:19:15 +0100 (CET) From: "Pierre Muller" To: "'Ulrich Weigand'" Cc: References: <200710260114.l9Q1EtUT003048@d12av02.megacenter.de.ibm.com> from "Ulrich Weigand" at Oct 26, 2007 03:14:55 AM <200711170108.lAH18481008809@d12av02.megacenter.de.ibm.com> In-Reply-To: <200711170108.lAH18481008809@d12av02.megacenter.de.ibm.com> Subject: RE: [rfc] [0/9] Multi-target support Date: Mon, 19 Nov 2007 10:14:00 -0000 Message-ID: <003a01c82a95$07659290$1630b7b0$@u-strasbg.fr> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 12.0 Content-Language: en-us 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: 2007-11/txt/msg00361.txt.bz2 I tried to compile gdb with --enable-targets=all on cygwin and got the following failure: gcc -c -g -O2 -I. -I../../src/gdb -I../../src/gdb/config -DLOCALEDIR="\"/usr/l ocal/share/locale\"" -DHAVE_CONFIG_H -I../../src/gdb/../include/opcode -I../../s rc/gdb/../readline/.. -I../bfd -I../../src/gdb/../bfd -I../../src/gdb/../include -I../libdecnumber -I../../src/gdb/../libdecnumber -DMI_OUT=1 -DGDBTK -DTUI=1 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-un used -Wno-switch -Wno-char-subscripts -Werror ../../src/gdb/alpha-tdep.c gcc -c -g -O2 -I. -I../../src/gdb -I../../src/gdb/config -DLOCALEDIR="\"/usr/l ocal/share/locale\"" -DHAVE_CONFIG_H -I../../src/gdb/../include/opcode -I../../s rc/gdb/../readline/.. -I../bfd -I../../src/gdb/../bfd -I../../src/gdb/../include -I../libdecnumber -I../../src/gdb/../libdecnumber -DMI_OUT=1 -DGDBTK -DTUI=1 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-un used -Wno-switch -Wno-char-subscripts -Werror ../../src/gdb/amd64fbsd-tdep.c ../../src/gdb/amd64fbsd-tdep.c:89: warning: large integer implicitly truncated t o unsigned type ../../src/gdb/amd64fbsd-tdep.c:90: warning: large integer implicitly truncated t o unsigned type make[1]: *** [amd64fbsd-tdep.o] Error 1 make[1]: Leaving directory `/usr/local/src/cvs/build-all/gdb' make: *** [all-gdb] Error 2 The corresponding sourcelines contain 64 bit constants that are assigned to CORE_ADDR type. Is the CORE_ADDR size changed according to the target of the current tdep file? Pierre > -----Original Message----- > From: gdb-patches-owner@sourceware.org [mailto:gdb-patches- > owner@sourceware.org] On Behalf Of Ulrich Weigand > Sent: Saturday, November 17, 2007 2:08 AM > To: Ulrich Weigand > Cc: gdb-patches@sourceware.org > Subject: Re: [rfc] [0/9] Multi-target support > > > > as promised, here's a set of patches to provide the --enable-targets= > > configure option, allowing to support multiple (remote) targets > within > > a single GDB executable. > > I've committed --enable-targets= support now, consisting of the > original patch series, except for the old 7/9 OPENBSD_AOUT patch, > and in addition the show_mipsfpu_command crash fix from: > http://sourceware.org/ml/gdb-patches/2007-10/msg00832.html > > I've also updated NEWS with the text from: > http://sourceware.org/ml/gdb-patches/2007-10/msg00711.html > > Bye, > Ulrich > > -- > Dr. Ulrich Weigand > GNU Toolchain for Linux on System z and Cell BE > Ulrich.Weigand@de.ibm.com