diff options
author | geoffk <geoffk@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-10-15 01:28:31 +0000 |
---|---|---|
committer | geoffk <geoffk@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-10-15 01:28:31 +0000 |
commit | 7752f57191a45703aa13b3e393c1dc8465c00062 (patch) | |
tree | f7ecae4e359f5a199384d0ecec8c0b8da81d5714 | |
parent | 957511346fe2703145155f8ca9c9d7527cc99ce4 (diff) | |
download | gcc-7752f57191a45703aa13b3e393c1dc8465c00062.tar.gz |
* config/darwin.h (JUMP_TABLES_IN_TEXT_SECTION): Don't define.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@89075 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/config/darwin.h | 7 |
2 files changed, 4 insertions, 7 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index e8b8d2c289b..138dca69f40 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2004-10-14 Geoffrey Keating <geoffk@apple.com> + + * config/darwin.h (JUMP_TABLES_IN_TEXT_SECTION): Don't define. + 2004-10-14 Andrew Pinski <pinskia@physics.uc.edu> * tree-vectorizer.c (vect_transform_loop): Declare vectorization_factor diff --git a/gcc/config/darwin.h b/gcc/config/darwin.h index 029342878f6..75ac884c5e4 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. */ |