These need to have normal linkage instead of being static inline as
many libraries expect to be able to declare these and have the linker
find them rather than needing to include the header.
Also clean up some warnings while I'm here.
Paths
| Differential D5754
[libcxxabi] Correctly export _Unwind_[GS]et(GR|IP) for EHABI. ClosedPublic Authored by danalbert on Oct 13 2014, 11:09 AM.
Details Summary These need to have normal linkage instead of being static inline as Also clean up some warnings while I'm here.
Diff Detail Event TimelineComment Actions This is what I had in mind when we discussed this on irc this morning. Might want to add a link to http://mentorembedded.github.io/cxx-abi/abi-eh.html in the commit message, explaining why you're justified in doing this. It looks OK to me, but I'll defer to @kledzik on the final go-ahead.
Revision Contents
Diff 14806 include/unwind.h
src/Unwind/Unwind-EHABI.cpp
src/Unwind/UnwindCursor.hpp
src/Unwind/UnwindLevel1-gcc-ext.c
|