From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21931 invoked by alias); 18 May 2009 15:57:12 -0000 Received: (qmail 21914 invoked by uid 22791); 18 May 2009 15:57:11 -0000 X-SWARE-Spam-Status: No, hits=-0.8 required=5.0 tests=AWL,BAYES_50 X-Spam-Check-By: sourceware.org Received: from mailhost.u-strasbg.fr (HELO mailhost.u-strasbg.fr) (130.79.200.155) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 18 May 2009 15:57:06 +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 n4IFuDFv087361 ; Mon, 18 May 2009 17:56:13 +0200 (CEST) Received: from mailserver.u-strasbg.fr (ms2.u-strasbg.fr [IPv6:2001:660:2402:d::11]) by baal.u-strasbg.fr (8.14.0/jtpda-5.5pre1) with ESMTP id n4IFuD7D083061 ; Mon, 18 May 2009 17:56:13 +0200 (CEST) (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 n4IFuDaG097101 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO) ; Mon, 18 May 2009 17:56:13 +0200 (CEST) (envelope-from muller@ics.u-strasbg.fr) From: "Pierre Muller" To: "'Jon Beniston'" , "'Joel Brobecker'" Cc: References: <266F97CB7CD14C6899877E7D69AA2030@bibi> <20090207041443.GG3676@adacore.com> <26720080D2924381A7049C33A9DEB225@bibi> <20090507164853.GD659@adacore.com> <20090508153153.GI659@adacore.com> <20090511163915.GA29544@adacore.com> In-Reply-To: Subject: RE: [PATCH] Add support for the Lattice Mico32 (LM32) architecture Date: Mon, 18 May 2009 15:57:00 -0000 Message-ID: <004601c9d7d1$2cff5f00$86fe1d00$@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-05/txt/msg00365.txt.bz2 Hi Jon, your commit seems to have broken something: cygwin compilation with --enable-targets=3Dall fails with this message. I suspect that you have a local file name sim-lm32.h that you forgot to add to cvs... But I don't see it in the patches that you sent to the mailing list either. Could you please try to fix this? Pierre Muller Pascal language support maintainer for GDB gcc -gstabs+ -O0 -I. -I../../purecvs/gdb -I../../purecvs/gdb/common -I../../pu recvs/gdb/config -DLOCALEDIR=3D"\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../ ../purecvs/gdb/../include/opcode -I../../purecvs/gdb/../readline/.. -I../bfd -I. ./../purecvs/gdb/../bfd -I../../purecvs/gdb/../include -I../libdecnumber -I../.. /purecvs/gdb/../libdecnumber -I../../purecvs/gdb/gnulib -Ignulib -DMI_OUT=3D1 -D TUI=3D1 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-unused -Wno-switch -Wno-char-subscripts -Werror -c -o lm32-tdep.o -MT lm32- tdep.o -MMD -MP -MF .deps/lm32-tdep.Tpo ../../purecvs/gdb/lm32-tdep.c ../../purecvs/gdb/lm32-tdep.c:30:26: gdb/sim-lm32.h: No such file or directory ../../purecvs/gdb/lm32-tdep.c: In function `lm32_register_reggroup_p': ../../purecvs/gdb/lm32-tdep.c:82: error: `SIM_LM32_R0_REGNUM' undeclared (first use in this function) ../../purecvs/gdb/lm32-tdep.c:82: error: (Each undeclared identifier is reported only once ../../purecvs/gdb/lm32-tdep.c:82: error: for each function it appears in.) ../../purecvs/gdb/lm32-tdep.c:82: error: `SIM_LM32_RA_REGNUM' undeclared (first use in this function) ../../purecvs/gdb/lm32-tdep.c:83: error: `SIM_LM32_PC_REGNUM' undeclared (first use in this function) ../../purecvs/gdb/lm32-tdep.c:85: error: `SIM_LM32_EA_REGNUM' undeclared (first use in this function) ../../purecvs/gdb/lm32-tdep.c:85: error: `SIM_LM32_BA_REGNUM' undeclared (first use in this function) ../../purecvs/gdb/lm32-tdep.c:86: error: `SIM_LM32_EID_REGNUM' undeclared (first use in this function) ../../purecvs/gdb/lm32-tdep.c:86: error: `SIM_LM32_IP_REGNUM' undeclared (first use in this function) ../../purecvs/gdb/lm32-tdep.c: In function `lm32_cannot_store_register': ../../purecvs/gdb/lm32-tdep.c:122: error: `SIM_LM32_R0_REGNUM' undeclared (first use in this function) ../../purecvs/gdb/lm32-tdep.c:122: error: `SIM_LM32_EID_REGNUM' undeclared (firs t use in this function) ../../purecvs/gdb/lm32-tdep.c: In function `lm32_analyze_prologue': ../../purecvs/gdb/lm32-tdep.c:143: error: `SIM_LM32_SP_REGNUM' undeclared (first use in this function) ../../purecvs/gdb/lm32-tdep.c:160: error: `SIM_LM32_FP_REGNUM' undeclared (first use in this function) ../../purecvs/gdb/lm32-tdep.c:166: error: `SIM_LM32_R0_REGNUM' undeclared (first use in this function) ../../purecvs/gdb/lm32-tdep.c: In function `lm32_skip_prologue': ../../purecvs/gdb/lm32-tdep.c:190: error: `SIM_LM32_NUM_REGS' undeclared (first use in this function) ../../purecvs/gdb/lm32-tdep.c: In function `lm32_push_dummy_call': ../../purecvs/gdb/lm32-tdep.c:237: error: `SIM_LM32_R1_REGNUM' undeclared (first use in this function) ../../purecvs/gdb/lm32-tdep.c:242: error: `SIM_LM32_RA_REGNUM' undeclared (first use in this function) ../../purecvs/gdb/lm32-tdep.c:299: error: `SIM_LM32_SP_REGNUM' undeclared (first use in this function) ../../purecvs/gdb/lm32-tdep.c: In function `lm32_extract_return_value': ../../purecvs/gdb/lm32-tdep.c:320: error: `SIM_LM32_R1_REGNUM' undeclared (first use in this function) ../../purecvs/gdb/lm32-tdep.c:328: error: `SIM_LM32_R2_REGNUM' undeclared (first use in this function) ../../purecvs/gdb/lm32-tdep.c: In function `lm32_store_return_value': ../../purecvs/gdb/lm32-tdep.c:353: error: `SIM_LM32_R1_REGNUM' undeclared (first use in this function) ../../purecvs/gdb/lm32-tdep.c:360: error: `SIM_LM32_R2_REGNUM' undeclared (first use in this function) ../../purecvs/gdb/lm32-tdep.c: In function `lm32_unwind_pc': ../../purecvs/gdb/lm32-tdep.c:390: error: `SIM_LM32_PC_REGNUM' undeclared (first use in this function) ../../purecvs/gdb/lm32-tdep.c: In function `lm32_unwind_sp': ../../purecvs/gdb/lm32-tdep.c:396: error: `SIM_LM32_SP_REGNUM' undeclared (first use in this function) ../../purecvs/gdb/lm32-tdep.c: In function `lm32_dummy_id': ../../purecvs/gdb/lm32-tdep.c:402: error: `SIM_LM32_SP_REGNUM' undeclared (first use in this function) ../../purecvs/gdb/lm32-tdep.c: In function `lm32_frame_cache': ../../purecvs/gdb/lm32-tdep.c:440: error: `SIM_LM32_SP_REGNUM' undeclared (first use in this function) ../../purecvs/gdb/lm32-tdep.c:455: error: `SIM_LM32_PC_REGNUM' undeclared (first use in this function) ../../purecvs/gdb/lm32-tdep.c:455: error: `SIM_LM32_RA_REGNUM' undeclared (first use in this function) ../../purecvs/gdb/lm32-tdep.c: In function `lm32_gdbarch_init': ../../purecvs/gdb/lm32-tdep.c:543: error: `SIM_LM32_NUM_REGS' undeclared (first use in this function) ../../purecvs/gdb/lm32-tdep.c:544: error: `SIM_LM32_SP_REGNUM' undeclared (first use in this function) ../../purecvs/gdb/lm32-tdep.c:545: error: `SIM_LM32_PC_REGNUM' undeclared (first use in this function) make[1]: *** [lm32-tdep.o] Error 1 make[1]: Leaving directory `/usr/local/src/gdbcvs/multibuild/gdb' make: *** [all-gdb] Error 2 > -----Message d'origine----- > De=A0: gdb-patches-owner@sourceware.org [mailto:gdb-patches- > owner@sourceware.org] De la part de Jon Beniston > Envoy=E9=A0: Wednesday, May 13, 2009 4:49 PM > =C0=A0: 'Joel Brobecker' > Cc=A0: gdb-patches@sourceware.org > Objet=A0: RE: [PATCH] Add support for the Lattice Mico32 (LM32) > architecture >=20 > Hi, >=20 > > Perfect. So it seems that all portions of your code have been > > approved, and you can commit. Right? >=20 > How do I get write access to CVS? Is the account name picked up from > the MAINTAINERS file? >=20 > If so, attached is a patch for MAINTAINERS. >=20 > Cheers, > Jon >=20 > 2009-05-13 Jon Beniston >=20 > * MAINTAINERS: Add Jon Beniston to write after approval list.