From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MHCVi-0007nZ-IS for qemu-devel@nongnu.org; Thu, 18 Jun 2009 03:58:14 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MHCVd-0007me-F3 for qemu-devel@nongnu.org; Thu, 18 Jun 2009 03:58:13 -0400 Received: from [199.232.76.173] (port=38672 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MHCVd-0007mb-9j for qemu-devel@nongnu.org; Thu, 18 Jun 2009 03:58:09 -0400 Received: from fg-out-1718.google.com ([72.14.220.152]:35187) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MHCVc-0007ik-Ti for qemu-devel@nongnu.org; Thu, 18 Jun 2009 03:58:09 -0400 Received: by fg-out-1718.google.com with SMTP id l27so1123330fgb.8 for ; Thu, 18 Jun 2009 00:58:07 -0700 (PDT) Message-ID: <4A39F384.3030109@gmail.com> Date: Thu, 18 Jun 2009 09:57:56 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1245250604-6291-1-git-send-email-agraf@suse.de> <1245250604-6291-4-git-send-email-agraf@suse.de> <1245250604-6291-5-git-send-email-agraf@suse.de> <200906171616.17033.paul@codesourcery.com> <6824D4E6-A3D6-41FB-A5D9-5903CA993D34@suse.de> In-Reply-To: <6824D4E6-A3D6-41FB-A5D9-5903CA993D34@suse.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [PATCH 4/4] Multiboot build system List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alexander Graf Cc: kwolf@redhat.com, rene@exactcode.de, Paul Brook , qemu-devel@nongnu.org > The relocations are always an issue. If you know about a magic compiler > option that tells the compiler "scream of you find relocations", please > tell me. You can do a normal ELF link and use readelf on the output. Paolo