C++ Exception Support: Difference between revisions

Jump to navigation Jump to search
[unchecked revision][unchecked revision]
Content deleted Content added
Update with GXX personality function
Add a link script section (personal experience)
Line 108: Line 108:
</source>
</source>


=Link Script=
== See Also ==
If you use a custom link script, make sure to place .eh_frame_hdr, .eh_frame and .gcc_except_table in the exact order in your final output. Otherwise sometimes you are not able to catch any exception.

= See Also =


* http://www.codesourcery.com/cxx-abi/abi-eh.html (While sounding like being specific to the Itanium, this is the base for the common C++ ABI)
* http://www.codesourcery.com/cxx-abi/abi-eh.html (While sounding like being specific to the Itanium, this is the base for the common C++ ABI)