On 02/10/2006, at 4:17 PM, Jack Howarth wrote:

Geoff,
    So should we have...

#ifdef __ppc__
fde = getsectdatafromheader (image->mh, "__DATA", "__eh_frame", &sz);
#endif
#ifdef __ppc64__
fde = getsectdatafromheader_64 ((struct mach_header_64 *)image- >mh, "__DATA", "__eh_frame", &sz);
#endif

or does the check for __DATA eh frames have to only be done for 32- bit Darwin PPC?

I'm pretty sure the existing code is correct.

Attachment: smime.p7s
Description: S/MIME cryptographic signature

Reply via email to