X-Git-Url: http://git.sourceforge.jp/view?a=blobdiff_plain;f=gcc%2Fconfig%2Fdarwin10.h;h=b1edf36ce3d5b66141ccb4e367e5c0ab56b9488a;hb=10d617cb1b462ab28ec901ea8ef116ceb78c8fcc;hp=65ba2632a8f2cdc1a21815fb16d133cc8248c976;hpb=6da15bfd59133a533c3599f68d77bcc01b618de2;p=pf3gnuchains%2Fgcc-fork.git diff --git a/gcc/config/darwin10.h b/gcc/config/darwin10.h index 65ba2632a8f..b1edf36ce3d 100644 --- a/gcc/config/darwin10.h +++ b/gcc/config/darwin10.h @@ -23,3 +23,8 @@ unwinder in libSystem is fixed to digest new epilog unwinding notes. */ #undef LIB_SPEC #define LIB_SPEC "%{!static:-no_compact_unwind -lSystem}" + +/* Unwind labels are no longer required in darwin10. */ + +#undef TARGET_ASM_EMIT_UNWIND_LABEL +#define TARGET_ASM_EMIT_UNWIND_LABEL default_emit_unwind_label