From 9d948a40e25ca94a8a5531050d29990cc52463a2 Mon Sep 17 00:00:00 2001 From: Geoffrey Keating Date: Fri, 15 Oct 2004 01:28:31 +0000 Subject: [PATCH] * config/darwin.h (JUMP_TABLES_IN_TEXT_SECTION): Don't define. From-SVN: r89075 --- gcc/ChangeLog | 4 ++++ gcc/config/darwin.h | 7 ------- 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index e8b8d2c..138dca6 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2004-10-14 Geoffrey Keating + + * config/darwin.h (JUMP_TABLES_IN_TEXT_SECTION): Don't define. + 2004-10-14 Andrew Pinski * tree-vectorizer.c (vect_transform_loop): Declare vectorization_factor diff --git a/gcc/config/darwin.h b/gcc/config/darwin.h index 0293428..75ac884 100644 --- a/gcc/config/darwin.h +++ b/gcc/config/darwin.h @@ -824,13 +824,6 @@ objc_section_init (void) \ #undef TARGET_ASM_MARK_DECL_PRESERVED #define TARGET_ASM_MARK_DECL_PRESERVED darwin_mark_decl_preserved -/* Since we have a separate readonly data section, define this so that - jump tables end up in text rather than data. */ - -#ifndef JUMP_TABLES_IN_TEXT_SECTION -#define JUMP_TABLES_IN_TEXT_SECTION 1 -#endif - /* Set on a symbol with SYMBOL_FLAG_FUNCTION or MACHO_SYMBOL_FLAG_VARIABLE to indicate that the function or variable has been defined in this translation unit. */ -- 2.7.4