From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6247 invoked by alias); 17 Nov 2011 19:39:14 -0000 Received: (qmail 6239 invoked by uid 22791); 17 Nov 2011 19:39:14 -0000 X-SWARE-Spam-Status: No, hits=-0.6 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD,URIBL_BLACK 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, 17 Nov 2011 19:39:00 +0000 Received: from vapier.localnet (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with ESMTP id 30F321B4006; Thu, 17 Nov 2011 19:39:00 +0000 (UTC) From: Mike Frysinger To: DJ Delorie Subject: Re: [sim] new port: Renesas RL78 Date: Thu, 17 Nov 2011 19:39:00 -0000 User-Agent: KMail/1.13.7 (Linux/3.1.0; KDE/4.6.5; x86_64; ; ) Cc: gdb-patches@sourceware.org References: <201111160606.pAG66U4p017015@greed.delorie.com> <201111161409.19823.vapier@gentoo.org> <201111171916.pAHJGA0C004489@greed.delorie.com> In-Reply-To: <201111171916.pAHJGA0C004489@greed.delorie.com> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart1576596.h3gUga5uT0"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <201111171439.01278.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-11/txt/msg00480.txt.bz2 --nextPart1576596.h3gUga5uT0 Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Content-length: 765 On Thursday 17 November 2011 14:16:10 DJ Delorie wrote: > > don't we have xmalloc() ? >=20 > We do, but it exits without telling you why it's exiting, other than > "out of memory". Changed anyway. true, but that's the standard in this tree i think. although in the patch= =20 below, seems like you still use malloc() everywhere and there are no xmallo= c()=20 calls ... > --- sim/rl78/configure.ac 1 Jan 1970 00:00:00 -0000 > +++ sim/rl78/configure.ac 17 Nov 2011 19:03:42 -0000 > @@ -0,0 +1,30 @@ > +dnl Process this file with autoconf to produce a configure script. > + > +dnl Copyright (C) 2005, 2007, 2008, 2009, 2010, 2011 > +Free Software Foundation, Inc. > +dnl Contributed by Red Hat, Inc. looks like you've got some breakage here :) -mike --nextPart1576596.h3gUga5uT0 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) iQIcBAABAgAGBQJOxWLVAAoJEEFjO5/oN/WBwKYQALTc0NhZH9YrIk561h3YZFMu rA4HpEAvhd7QROMWlfsTBJiElyc5TfdegZ4mAuPixdC6V+LsDbAi15i/TwQIrF2y X2eVR84CEUdRkF1xxi1N8IrIrMWSpLBe2hCHkKDKUHHQ5LDGr2wv8vmGrMbva6uw G4aGCKY1Gnrz394W4tAu1UHZNNQhj4gKav9gMwfpmWzuUEXR536mBY+ZR/qxV1iC di5T2fB2E3QiyG5UFEKahUBFQ2CACRhaTTUyhWnk4W5zhBVq87QZktLBAGFqQ3Qc qvAzyv7OlgYceLYqtLik9/QfifLItPQ9Fx7CvkDhQhEmLXZLEzYywQY40g1d6PHf BDUB0D99lLee2uka7Kbr9IzhXmKdSHmPBWc7I6E1LcAngEjHC2iNO3uyYv8oeFEs oY8LNvtVE6CpGwLwb627582dgglbvqfP+g3QbnbHvb/dHvTXweFtTYtR6eD/DPBU Cl1cM9cmvEkUg1Hnc10I5mGvlwcYtF0T7NqaeNPZ5klJUFfFKyc1AvmQb9XpoEiv wIObqxJWDjkk3ClYlIClMwZr1Ua2u3D2oQs/fuohLFBHsOnTbLitrl/1ZBi27t3s cinuCnWm4/OwDUYJ+j6bKlRwIfJQIfTMhK94SpcqSRtlNsSuKaGahFmFLMAxpKD/ p08olnpKZhFzsqK7KIBO =g7eV -----END PGP SIGNATURE----- --nextPart1576596.h3gUga5uT0--