From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26026 invoked by alias); 12 Apr 2015 09:55:55 -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 26011 invoked by uid 89); 12 Apr 2015 09:55:54 -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:55:53 +0000 Received: from vapier (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with SMTP id 8DFBF340688; Sun, 12 Apr 2015 09:55:51 +0000 (UTC) Date: Sun, 12 Apr 2015 09:55:00 -0000 From: Mike Frysinger To: Yao Qi Cc: gdb-patches@sourceware.org Subject: Re: [PATCH] sim: move sim-engine.o/sim-hrw.o to the common list Message-ID: <20150412095550.GI16816@vapier> Mail-Followup-To: Yao Qi , gdb-patches@sourceware.org References: <1428379033-5475-1-git-send-email-vapier@gentoo.org> <86d23cuzex.fsf@gmail.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="5EqXjnbnoPR4rQBx" Content-Disposition: inline In-Reply-To: <86d23cuzex.fsf@gmail.com> X-IsSubscribed: yes X-SW-Source: 2015-04/txt/msg00438.txt.bz2 --5EqXjnbnoPR4rQBx Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-length: 692 On 10 Apr 2015 10:04, Yao Qi wrote: > This patch breaks the sim build for some targets, such as arm-none-eabi > and mips-elf. >=20 > [PATCH] sim: move sim-engine.o/sim-hrw.o to the common list > https://sourceware.org/ml/gdb-patches/2015-04/msg00178.html >=20 > Looks sim-engine.o is common to all targets, but sim-hrw.o isn't. This > patch is to move sim-hrw.o out of SIM_NEW_COMMON_OBJS, and put it back > to each target which needs it. the intention is to build all of common/ all the time and discourage targets from writing their own sim_xxx funcs. even if that means the object doesn't get used. i've landed a different change in the tree now which should fix arm & mips. -mike --5EqXjnbnoPR4rQBx Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature Content-length: 819 -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQIcBAEBCAAGBQJVKkEmAAoJEEFjO5/oN/WBi0cQAJbZF4yhUyt6ZqeHEtH2iLi5 ksKGSUP/8WRzNxigEEwg/eXtPFpEWp1WjKdPO9oyEkzL5+O1YvCGAO7z0AufwK57 Co9X84OYeniXgqdWWl5Ur3JTzURXy9vA9Kw//l6kiw8ZsEhNd4W+ZI8fM6pz035J klA8IF67RdGwl+JrNXDAByrxp+ZkIiR8ODPpZnnfjpNjqRjC92f5HUijDS8/tnR5 TpknpRdt3BRnV1O9w1VCv2y6yZpzoFnhuZDt1brMLaJFgS5DxA1SchVuzco7GNix EyW0qZVfskuCaupIYFUjNQ2GnyS3RbOSDiYhqu9fR3qUfslwIXqjDRezPtiPi4HX NkoxJd6cPFydhHM0jSSPpyXFb12FxTCxsvJW5o45aCXmFDStKybC2cQbTUqgxR2F B36ztHpMzdrXLrYQUZ5OBeHCMECwbPVKn5hQqaQK7TJZF/3aFVd/cDZIc1PGszWA hL8/lQ6At/yszU/9GwQBlvytLOR9AoNresgqb3d7HjPqeY1NDYPQt9WSK2MSfNnF pVfuw6m52jZeO1gVMRpCuWiDjiR58qxPpEPVpyq22qKKYIjF0bNUzsQMipHaWykb RdNe4ZHOvQRjEiSK1x8oSIqrSXQBaSHCZPP74T+ANhKX6vKnuWfGeB7T15bATOKo +1MfRFAASMctEk4wnW+8 =E398 -----END PGP SIGNATURE----- --5EqXjnbnoPR4rQBx--