qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 0/3] PPC: try to remove the ELF section hack


From: Blue Swirl
Subject: [Qemu-devel] [PATCH 0/3] PPC: try to remove the ELF section hack
Date: Thu, 11 Jun 2009 20:05:55 +0300

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(-)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]