From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30120 invoked by alias); 22 Feb 2011 17:56:33 -0000 Received: (qmail 30110 invoked by uid 22791); 22 Feb 2011 17:56:33 -0000 X-SWARE-Spam-Status: No, hits=-1.9 required=5.0 tests=AWL,BAYES_00,TW_XZ,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; Tue, 22 Feb 2011 17:56:28 +0000 Received: from vapier.localnet (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with ESMTP id 2618A1B4071; Tue, 22 Feb 2011 17:56:26 +0000 (UTC) From: Mike Frysinger To: Pedro Alves Subject: Re: [PATCH v3] sim: bfin: new port Date: Tue, 22 Feb 2011 17:57:00 -0000 User-Agent: KMail/1.13.6 (Linux/2.6.37; KDE/4.6.0; x86_64; ; ) Cc: gdb-patches@sourceware.org, Joel Brobecker References: <201011152039.08285.vapier@gentoo.org> <20110221095436.GD2600@adacore.com> <201102221004.19755.pedro@codesourcery.com> In-Reply-To: <201102221004.19755.pedro@codesourcery.com> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart1953454.eUyEGj79Ca"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <201102221256.24685.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-02/txt/msg00602.txt.bz2 --nextPart1953454.eUyEGj79Ca Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-length: 1615 On Tuesday, February 22, 2011 05:04:19 Pedro Alves wrote: > On Monday 21 February 2011 09:54:36, Joel Brobecker wrote: > > Please, sending compressed files makes it harder to look at the file. > > I think you were right to do it for a file that's 4MB, but in that case, > > using something a little more usual like gz, zip or bzip2 would have > > made things easier... I had to install the xzutil on my laptop and it > > wasn't without its little scary moment... > >=20 > > > changes since v3: > > > - stubbed all the bootroms >=20 > Did you send the correct patch? I still see a bunch of: > > diff --git a/sim/bfin/bfroms/bf50x-0.0.h b/sim/bfin/bfroms/bf50x-0.0.h > > new file mode 100644 > > index 0000000..8d88c73 > > --- /dev/null > > +++ b/sim/bfin/bfroms/bf50x-0.0.h > > @@ -0,0 +1,515 @@ > > +/* DO NOT EDIT: Autogenerated. */ > > +static const char bfrom_bf50x_0_0[] =3D { but they're all empty stubs: foo[] =3D {}; this allows the sim to at least generate a region of NOPs, and makes it eas= ier=20 for when i merge back in. > > +#! /bin/sh > > +# Guess values for system-dependent variables and create Makefiles. > > +# Generated by GNU Autoconf 2.68. >=20 > The whole tree is at Autoconf 2.64. Please use that version. np > Preferably, a pristine FSF version, as distros tend to patch > autoconf, and that causes churn on the output. Gentoo does not apply patches to 2.64. installing any autotool package by= =20 hand outside of the PM is a pita ... this is generally why i keep old autoconf/automake versions in the Gentoo=20 tree. so i can easily downgrade for old FSF projects ;). -mike --nextPart1953454.eUyEGj79Ca 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) iQIcBAABAgAGBQJNY/jIAAoJEEFjO5/oN/WBfE8QAIjOKLCgUm3V4CwXgBxxwzFb wIczXYoEu5i+1PTLqfZtXyXwwEWsgrRAG10rF5Jv0r3ZOEBnJd60+4+CzfEzFwP6 MBexaiMDfpBaTHn/Nx/7SSmix44dGqs1lqPFxrAsBjkDkcBT0myxYPIBVm3QQUM4 5cuCxkdsMDjC8MTUbHsoFpCIu9Y4ZsbNrP2IigBuu8RYOsZMif7omQDOxVJ/23fC TTc89ce0zd9mtrfdeFNrxk6fDxxVCghcn5ev6NBE3BZ3XCU0iV7wmoYR/MPeBSTD UQbkodFdsBfOWNEaykA+0ZpkQTABj7M6BmaVhc/ShXDIJHxoD1lONodeSqnoRRvX U+vaQttB9k1AHLVOkbKnA+4ZnT+FAwK2plJtXgJU3C8IEV+lSoe87H2K/c8wRS72 wfpCH8fY0nNL54x6+QOGrfyDtCDKRqLNn/gtvYF03H8JEbmo5DvTtYzCh3C8pHYW mdzemTlyptGaulQ/IweUUdX7tvVDXg3aktSYM+pwqktPR00ySuIHbV8qpbR8Yig8 nZ9yx0oi9Lb+lSHvwyaIKTzn/1STK+jjDzZHkY06OT+9I5mvdgapc+53ipHT05dx H3hYVEXffio6sYwbvyiJgJd120bexuiTQKLN2WbulYP0qdK3JAu8D3aBPfV+CX4i /9ZEVk9gbL6L6AbVxmcm =9hQ7 -----END PGP SIGNATURE----- --nextPart1953454.eUyEGj79Ca--