From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MFDSZ-0001nq-Ue for qemu-devel@nongnu.org; Fri, 12 Jun 2009 16:34:47 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MFDSV-0001nJ-IA for qemu-devel@nongnu.org; Fri, 12 Jun 2009 16:34:47 -0400 Received: from [199.232.76.173] (port=38531 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MFDSV-0001nG-DW for qemu-devel@nongnu.org; Fri, 12 Jun 2009 16:34:43 -0400 Received: from mail-fx0-f209.google.com ([209.85.220.209]:52351) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MFDSV-0008S5-2L for qemu-devel@nongnu.org; Fri, 12 Jun 2009 16:34:43 -0400 Received: by fxm5 with SMTP id 5so385348fxm.34 for ; Fri, 12 Jun 2009 13:34:42 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <4687BEF3-A909-4C60-BC9D-BB0F2454AE0E@suse.de> References: <4687BEF3-A909-4C60-BC9D-BB0F2454AE0E@suse.de> Date: Fri, 12 Jun 2009 23:34:42 +0300 Message-ID: Subject: Re: [Qemu-devel] [PATCH 0/5] PPC: remove the ELF section hack From: Blue Swirl Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alexander Graf Cc: qemu-devel On 6/12/09, Alexander Graf wrote: > > On 12.06.2009, at 20:58, Blue Swirl wrote: > > > > GEN_HANDLER{,2} generate a structure in special ELF section. This may > > not work in all cases. > > > > Separate the structure from op function, later change the ELF section > > hack to a normal C table. > > > > This passes my tests. > > > > Have you tried this on PPC hosts? IIRC malc put in a configure hack to make > PPC hosts work with the elf section hacks which should be obsolete with your > patch, right? So you can remove the hack as well. Right, that commit was r6967.