From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=50083 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ph61v-0006bl-Vr for qemu-devel@nongnu.org; Sun, 23 Jan 2011 14:55:24 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ph61c-0005Nq-7s for qemu-devel@nongnu.org; Sun, 23 Jan 2011 14:55:01 -0500 Received: from mail-iw0-f173.google.com ([209.85.214.173]:45000) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ph61c-0005Nl-3W for qemu-devel@nongnu.org; Sun, 23 Jan 2011 14:55:00 -0500 Received: by iwn40 with SMTP id 40so3503899iwn.4 for ; Sun, 23 Jan 2011 11:54:58 -0800 (PST) MIME-Version: 1.0 Sender: vapier.adi@gmail.com In-Reply-To: <1295812268-6542-1-git-send-email-vapier@gentoo.org> References: <1294562938-20097-1-git-send-email-vapier@gentoo.org> <1295812268-6542-1-git-send-email-vapier@gentoo.org> From: Mike Frysinger Date: Sun, 23 Jan 2011 14:54:38 -0500 Message-ID: Subject: Re: [Qemu-devel] [PATCH] linux-user/FLAT: allow targets to override FLAT reloc processing Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org, Riku Voipio On Sun, Jan 23, 2011 at 14:51, Mike Frysinger wrote: > This brings flatload.c more in line with the current Linux FLAT loader > which allows targets to handle FLAT relocations in their own way. =C2=A0F= or > the common behavior, the new functions get stubbed out. please ignore this for now (it's not working 100% yet). i meant to send out the FDPIC patch and not this one. -mike