Changes between Version 1 and Version 2 of Ticket #36226, comment 10


Ignore:
Timestamp:
Aug 28, 2013, 3:53:53 PM (11 years ago)
Author:
jeremyhu (Jeremy Huddleston Sequoia)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #36226, comment 10

    v1 v2  
    11Actually, from the link failure above, I suspect that the problem isn't so much with the deployment target as with gcc48 probably not checking that deployment target.
    22
    3 Looking at the apple-gcc42 sources, there is a macro set in config.h that indicates whether or not __Unwind_GetIPInfo is available.  I suspect that backtrace.c ignores it, so the fix would be to change something like this:
     3Looking at the apple-gcc42 sources, there is a macro set in config.h that indicates whether or not `__Unwind_GetIPInfo` is available.  I suspect that backtrace.c ignores it, so the fix would be to change something like this:
    44{{{
    55_Unwind_GetIPInfo(context, ipBefore);