aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorDale Johannesen <dalej@apple.com>2004-11-22 06:46:04 +0000
committerDale Johannesen <dalej@gcc.gnu.org>2004-11-22 06:46:04 +0000
commit31492595c610b2d9468c0e8369b96accb61150a9 (patch)
treed4e8e5757ddb66cb1de99f0bfc932b97c27d42c0 /gcc
parent609d9bedc8330c0a167e6def421825d61838041a (diff)
downloadgcc-31492595c610b2d9468c0e8369b96accb61150a9.zip
gcc-31492595c610b2d9468c0e8369b96accb61150a9.tar.gz
gcc-31492595c610b2d9468c0e8369b96accb61150a9.tar.bz2
darwin.h (JUMP_TABLES_IN_TEXT_SECTION): Define.
2004-11-21 Dale Johannesen <dalej@apple.com> * config/darwin.h (JUMP_TABLES_IN_TEXT_SECTION): Define. From-SVN: r91001
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/config/darwin.h1
2 files changed, 5 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 50c11f8..0e76566 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,7 @@
+2004-11-21 Dale Johannesen <dalej@apple.com>
+
+ * config/darwin.h (JUMP_TABLES_IN_TEXT_SECTION): Define.
+
2004-11-21 Jeff Law <law@redhat.com>
* tree-ssa.c (verify_use): Fix comment.
diff --git a/gcc/config/darwin.h b/gcc/config/darwin.h
index a4d1828..b2fab50 100644
--- a/gcc/config/darwin.h
+++ b/gcc/config/darwin.h
@@ -999,6 +999,7 @@ enum machopic_addr_class {
goto DONE; \
}
+#define JUMP_TABLES_IN_TEXT_SECTION 1
#define TARGET_TERMINATE_DW2_EH_FRAME_INFO false