mirror of
https://gcc.gnu.org/git/gcc.git
synced 2024-11-28 14:24:43 +08:00
* config/darwin.h (JUMP_TABLES_IN_TEXT_SECTION): Don't define.
From-SVN: r89075
This commit is contained in:
parent
eaddbc3379
commit
9d948a40e2
@ -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
|
||||
|
@ -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. */
|
||||
|
Loading…
Reference in New Issue
Block a user