On 8/16/07, Jose Flavio Aguilar Paulino <[EMAIL PROTECTED]> wrote: > I'm trying to read the TOC (.opd) section from Elf file. > The major problem is that this table in filled in runtime by the loader,
Ah, I was afraid you were going to say that... ;-) > I really think I need the address space in function... do you think this > would be a big problem? No, we could definitely handle it by giving new names to the changed functions. However, come to think of it, this is probably something we can handle with library and/or name-versioning. Since we're just talking about changes interfaces within two libunwind-libraries, the risk of there being a problem is small anyhow. So, my suggestion would be that you work up a patch that adds the address-space argument and I'll then worry about the versioning magic needed to ensure there is no ABI breakage. --david _______________________________________________ Libunwind-devel mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/libunwind-devel
