------- Comment #1 from kirill at shutemov dot name 2009-10-01 08:02 ------- Created an attachment (id=18686) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=18686&action=view) Implement ASM_PREFERRED_EH_DATA_FORMAT macros for ARM
This macro chooses the encoding of pointers embedded in the exception handling sections. It needed to generate correct .cfi_personality derective. Without it we always have TEXTREL in C++ shared libraries and PIE, if it compiled with exceptions. Signed-off-by: Kirill A. Shutemov <kir...@shutemov.name> -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41533