qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/5] PPC: remove the ELF section hack
@ 2009-06-12 18:58 Blue Swirl
  2009-06-12 20:09 ` Alexander Graf
  0 siblings, 1 reply; 3+ messages in thread
From: Blue Swirl @ 2009-06-12 18:58 UTC (permalink / raw)
  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 passes my tests.

Blue Swirl (5):
  Clean up GEN_HANDLER
  Clean up GEN_HANDLER2
  Concentrate most table entries to top
  Concentrate rest of table entries to top
  Replace ELF section hack with normal table

 target-ppc/translate.c      | 1511 ++++++++++++++++++++++++++++++++++---------
 target-ppc/translate_init.c |   11 +-
 2 files changed, 1194 insertions(+), 328 deletions(-)

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2009-06-12 20:34 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-12 18:58 [Qemu-devel] [PATCH 0/5] PPC: remove the ELF section hack Blue Swirl
2009-06-12 20:09 ` Alexander Graf
2009-06-12 20:34   ` Blue Swirl

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).