From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8451 invoked by alias); 9 Jun 2011 04:44:48 -0000 Received: (qmail 8441 invoked by uid 22791); 9 Jun 2011 04:44:48 -0000 X-SWARE-Spam-Status: No, hits=-2.0 required=5.0 tests=AWL,BAYES_00,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from smtp.gentoo.org (HELO smtp.gentoo.org) (140.211.166.183) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 09 Jun 2011 04:44:33 +0000 Received: from vapier.localnet (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with ESMTP id 2E3891B401F; Thu, 9 Jun 2011 04:44:33 +0000 (UTC) From: Mike Frysinger To: Kevin Buettner , MR.Swami.Reddy@nsc.com Subject: Re: [RFC] sim updates which fix some fileio.exp failures for v850-elf Date: Thu, 09 Jun 2011 04:44:00 -0000 User-Agent: KMail/1.13.7 (Linux/2.6.39; KDE/4.6.3; x86_64; ; ) Cc: gdb-patches@sourceware.org References: <20110311150447.68b4b30a@mesquite.lan> In-Reply-To: <20110311150447.68b4b30a@mesquite.lan> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart4205788.nDm0cTdSxh"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <201106090044.34736.vapier@gentoo.org> X-IsSubscribed: yes 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: 2011-06/txt/msg00118.txt.bz2 --nextPart4205788.nDm0cTdSxh Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Content-length: 1279 On Friday, March 11, 2011 17:04:47 Kevin Buettner wrote: > sim/common/ChangeLog: >=20 > * gennltvals.sh: Search sys/_default_fcntl.h, in addition to > fcntl.h and sys/fcntl.h, for constants. > * nltvals.def: Regenerate. this also breaks cr16, but that might be more of cr16's fault than yours as the cr16 list in the def file might have been hand tweaked ... moved to bugzilla: http://sourceware.org/bugzilla/show_bug.cgi?id=3D12862 sim/cr16/simops.c: In function =E2=80=98OP_C_C=E2=80=99: sim/cr16/simops.c:5134:9: error: =E2=80=98TARGET_SYS_fork=E2=80=99 undeclar= ed (first use in this function) sim/cr16/simops.c:5134:9: note: each undeclared identifier is reported only= once for each function it appears in sim/cr16/simops.c:5275:9: error: =E2=80=98TARGET_SYS_execve=E2=80=99 undecl= ared (first use in this function) sim/cr16/simops.c:5290:9: error: =E2=80=98TARGET_SYS_pipe=E2=80=99 undeclar= ed (first use in this function) sim/cr16/simops.c:5368:9: error: =E2=80=98TARGET_SYS_rename=E2=80=99 undecl= ared (first use in this function) sim/cr16/simops.c:5378:18: warning: assignment makes integer from pointer w= ithout a cast [enabled by default] sim/cr16/simops.c:5427:9: error: =E2=80=98TARGET_SYS_chown=E2=80=99 undecla= red (first use in this function) -mike --nextPart4205788.nDm0cTdSxh Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part. Content-length: 836 -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.17 (GNU/Linux) iQIcBAABAgAGBQJN8E+yAAoJEEFjO5/oN/WBb+4P/3EJIVcZ7Q9FmJ99QF49lPOi QSXuJY8Kl9sWU1PKFgF4ICBN+nMpf6GmYxQRRmZI/UHcqAv3V2ZpUuHeLDu0IHNV vBpYh9FgWs7h/bApGQ6WTTnsZchd0Uo+J6VnDswAQrwoR8/leO51Jum5NnV8xdhA tKAsHEb3H3+UE3m8jxVGJxukR408DS16owXfv32LRjjEC8/8fC+rDt9tyuHPUaw6 /4xNJMmn9x8bo6YQlpgh72mRkk2tSXypuMkkRdi2ANBL1INJMUSKDBEay63IhZgY 57Dp1uipyzEO3gXXs6BLkGhmJYMOQfmfBLhhjgMYhXLf+RJTy403rcNklev9HCBN M53uVKgcXNcXpHWKKE9PB82cBTOpKNs677JzzABkIZSLrcG9dC3EUXoxv0xNcD+U u/er31xLctYJ80uuwoNQnHYIDUFO/odTVcqV5pNlCTyfE3A+rXNJIWRr+0HutHWe 0K1XAtnipOWlEWLOq0nAcpIIiONpkdAGExnM25uloCCIVmhZlfjHcjs2twPlly7N WqENxPCvSAv41QdZKXsc+IJlHmNhY6FhZ3LKW5hXTxGTGsy9znsNgc3XQSWvWRYA huODk0qvsfIAdmLKcLjGi3ZKWC6E+ivC1ZEFcVmoMHUSyUqgSvV4p9p4sRilLfH5 4Q9FTa0dzXLAZMiT23i8 =zF/2 -----END PGP SIGNATURE----- --nextPart4205788.nDm0cTdSxh--