On 21 Feb 2000, David Huggins-Daines wrote: > No - read the code in gcc/frame.c - it already *expects* this > information to be unaligned (in fact that's where I took the code to > read unaligned quadwords from :). This is why I suspect that the > ld.so workaround is the only way to fix this - gas knows it's > unaligned, ld knows it, the runtime knows it, only ld.so doesn't...
Wow. That is amazingly messed up :> You patch to ld.so is probably the right way to go then, at least until someone updates the format.. Even then, ld.so can stay patched. Jason

