diff options
Diffstat (limited to 'gcc/config/darwin9.h')
-rw-r--r-- | gcc/config/darwin9.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/config/darwin9.h b/gcc/config/darwin9.h index 7a07374..f152710 100644 --- a/gcc/config/darwin9.h +++ b/gcc/config/darwin9.h @@ -44,9 +44,6 @@ along with GCC; see the file COPYING3. If not see /* libSystem contains unwind information for signal frames. */ #define DARWIN_LIBSYSTEM_HAS_UNWIND -/* The linker can generate branch islands. */ -#define DARWIN_LINKER_GENERATES_ISLANDS 1 - #undef ASM_OUTPUT_ALIGNED_COMMON #define ASM_OUTPUT_ALIGNED_COMMON(FILE, NAME, SIZE, ALIGN) \ do { \ |