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?
Jack
