From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MEnj0-0006V9-Jw for qemu-devel@nongnu.org; Thu, 11 Jun 2009 13:06:02 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MEniw-0006T5-7e for qemu-devel@nongnu.org; Thu, 11 Jun 2009 13:06:02 -0400 Received: from [199.232.76.173] (port=59138 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MEniw-0006T0-0r for qemu-devel@nongnu.org; Thu, 11 Jun 2009 13:05:58 -0400 Received: from mail-fx0-f213.google.com ([209.85.220.213]:49333) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MEniv-0000A6-7Q for qemu-devel@nongnu.org; Thu, 11 Jun 2009 13:05:57 -0400 Received: by fxm9 with SMTP id 9so137112fxm.34 for ; Thu, 11 Jun 2009 10:05:55 -0700 (PDT) MIME-Version: 1.0 Date: Thu, 11 Jun 2009 20:05:55 +0300 Message-ID: From: Blue Swirl Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] [PATCH 0/3] PPC: try to remove the ELF section hack List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel 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 isn't finished yet but it works. The macros that invoke other macros that finally call GEN_HANDLER give me a headache. Blue Swirl (3): Clean up GEN_HANDLER Clean up GEN_HANDLER2 Concentrate most table entries to top target-ppc/translate.c | 947 ++++++++++++++++++++++++++++++++++-------------- 1 files changed, 675 insertions(+), 272 deletions(-)