From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24333 invoked by alias); 12 Apr 2015 09:54:28 -0000 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 Received: (qmail 24307 invoked by uid 89); 12 Apr 2015 09:54:27 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.8 required=5.0 tests=AWL,BAYES_00,SPF_PASS,T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-HELO: smtp.gentoo.org Received: from smtp.gentoo.org (HELO smtp.gentoo.org) (140.211.166.183) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Sun, 12 Apr 2015 09:54:26 +0000 Received: from vapier (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with SMTP id 1C203340A31; Sun, 12 Apr 2015 09:54:24 +0000 (UTC) Date: Sun, 12 Apr 2015 09:54:00 -0000 From: Mike Frysinger To: Richard Earnshaw , sellcey@imgtec.com Cc: gdb-patches@sourceware.org Subject: Re: [PATCH] sim: move sim-engine.o/sim-hrw.o to the common list Message-ID: <20150412095422.GH16816@vapier> Mail-Followup-To: Richard Earnshaw , sellcey@imgtec.com, gdb-patches@sourceware.org References: <1428379033-5475-1-git-send-email-vapier@gentoo.org> <55250C69.8030100@foss.arm.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="oIPRF+aTX2m15D8D" Content-Disposition: inline In-Reply-To: <55250C69.8030100@foss.arm.com> X-IsSubscribed: yes X-SW-Source: 2015-04/txt/msg00437.txt.bz2 --oIPRF+aTX2m15D8D Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-length: 1096 On 08 Apr 2015 12:09, Richard Earnshaw wrote: > On 07/04/15 04:57, Mike Frysinger wrote: > > This makes these two objects available to all sims by default. >=20 > Which breaks the build for the ARM simulator: odd, it's building & passing tests for me. i usually check every sim targe= t=20 before committing. at any rate, it's clearly not working for you, so i'll try to fix it for=20 arm/mips thusly. -mike --- a/sim/arm/Makefile.in +++ b/sim/arm/Makefile.in @@ -20,11 +20,12 @@ SIM_EXTRA_CFLAGS =3D -DMODET =20 SIM_OBJS =3D \ + wrapper.o \ $(SIM_NEW_COMMON_OBJS) \ sim-cpu.o \ sim-hload.o \ armemu26.o armemu32.o arminit.o armos.o armsupp.o \ - armvirt.o bag.o thumbemu.o wrapper.o \ + armvirt.o bag.o thumbemu.o \ armcopro.o maverick.o iwmmxt.o =20 ## COMMON_POST_CONFIG_FRAG --- a/sim/mips/Makefile.in +++ b/sim/mips/Makefile.in @@ -40,10 +40,10 @@ SIM_MULTI_OBJ =3D itable.o @sim_multi_obj@ MIPS_EXTRA_LIBS =3D @mips_extra_libs@ =20 SIM_OBJS =3D \ + interp.o \ $(SIM_@sim_gen@_OBJ) \ $(SIM_NEW_COMMON_OBJS) \ cp1.o \ - interp.o \ mdmx.o \ dsp.o \ sim-main.o \ --oIPRF+aTX2m15D8D Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature Content-length: 819 -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQIcBAEBCAAGBQJVKkDOAAoJEEFjO5/oN/WBxqoP/0KJ4zQFdnSBzVULyOilNB5W 6JFEwbKhgWThK+hdfqTTXHq/lObzARM3lUZ1WIpBrwRSQ9HwJTDxI08KXLzG+Ku1 /shjR34XemWDEDlAT2MWLfyEFCH7d+D/n930bl5Vr8EnWiT1uzJsjGUmoqR/QzkA MbRBjOWmxO3E4JGkFZ1xNXJDiwJ14VQpEC5fYi3LiuL8Coa4YhhRoAeOnbDyRYt1 pSUx6hdMTiDNkCq4kEU3T8Iz9BtcM8JwKmc4IGVotayypogY/3qH2yqnRjR+PD8y FjGKphOqkJHvBFgoEwMpAXCvc/6Sw1aPNJOHVF/uinXtD9EKbiWw4G+3h9OMc6w7 30MFbr2JjUQn7cLU+agvtOCaprTSSXSt9sm4D/GuPs9M56p31j3G+ydcGNkRO2sj FwtCd24UsMvvaL/3SA6DH7XMxftt1aAcHyN4MIxmVSJX3+2776vw1h9DMMOWmdXA Skz1v9lemHOG6Wu5aCiNXwhYJOw8Nw1vCquZHdcSXosoL5Pmvp8W2ZStoRwrlfHT QwAEjHo3U4FSstDVUQWblePjPprVk7rBvREPr7ZdAsdSI5GSw4cvZ9+qUXsLp0QW 2FJ/HQ++Ai4VIq6wVLa6SR9WjXl53jzpILJ2zsgbep5TaGR5UVPsHWCZ0uqRFitC 1BreJ3bSLuPqPm+gbB2A =Nngn -----END PGP SIGNATURE----- --oIPRF+aTX2m15D8D--