http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60504

--- Comment #3 from Eric Botcazou <ebotcazou at gcc dot gnu.org> ---
> Nothing obvious stands out.  I presume that exceptions cannot be caught?

OK, it's presumably http://gcc.gnu.org/ml/gcc/2013-12/msg00157.html but no ARM
maintainer has stepped in yet. :-(  Try this:

Index: config/arm/arm.h
===================================================================
--- config/arm/arm.h    (revision 208561)
+++ config/arm/arm.h    (working copy)
@@ -937,13 +937,13 @@ extern int arm_arch_crc;

 #ifndef ARM_TARGET2_DWARF_FORMAT
 #define ARM_TARGET2_DWARF_FORMAT DW_EH_PE_pcrel
+#endif

 /* ttype entries (the only interesting data references used)
    use TARGET2 relocations.  */
 #define ASM_PREFERRED_EH_DATA_FORMAT(code, data) \
   (((code) == 0 && (data) == 1 && ARM_UNWIND_INFO) ? ARM_TARGET2_DWARF_FORMAT
\
                               : DW_EH_PE_absptr)
-#endif

 /* The native (Norcroft) Pascal compiler for the ARM passes the static chain
    as an invisible last argument (possible since varargs don't exist in

Reply via email to