darwin.h (JUMP_TABLES_IN_TEXT_SECTION): Conditionalize properly and comment.

2004-11-22  Dale Johannesen  <dalej@apple.com>

        * config/darwin.h (JUMP_TABLES_IN_TEXT_SECTION):  Conditionalize
        properly and comment.

From-SVN: r91060
This commit is contained in:
Dale Johannesen 2004-11-23 01:17:55 +00:00 committed by Dale Johannesen
parent 16f592418f
commit 5a25e0c5ec
2 changed files with 10 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2004-11-22 Dale Johannesen <dalej@apple.com>
* config/darwin.h (JUMP_TABLES_IN_TEXT_SECTION): Conditionalize
properly and comment.
2004-11-22 James A. Morrison <phython@gcc.gnu.org
* config/sparc/sparc.c: Include insn-codes.h and langhooks.h.

View File

@ -999,7 +999,12 @@ enum machopic_addr_class {
goto DONE; \
}
/* Experimentally, putting jump tables in text is faster on SPEC.
Also this is needed for correctness for coalesced functions. */
#ifndef JUMP_TABLES_IN_TEXT_SECTION
#define JUMP_TABLES_IN_TEXT_SECTION 1
#endif
#define TARGET_TERMINATE_DW2_EH_FRAME_INFO false