[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH 0/5] PPC: remove the ELF section hack
From: |
Blue Swirl |
Subject: |
Re: [Qemu-devel] [PATCH 0/5] PPC: remove the ELF section hack |
Date: |
Fri, 12 Jun 2009 23:34:42 +0300 |
On 6/12/09, Alexander Graf <address@hidden> 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.