aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.6/gcc/config/arm/elf.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc-4.6/gcc/config/arm/elf.h')
-rw-r--r--gcc-4.6/gcc/config/arm/elf.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc-4.6/gcc/config/arm/elf.h b/gcc-4.6/gcc/config/arm/elf.h
index 44d840b39..cb84a594f 100644
--- a/gcc-4.6/gcc/config/arm/elf.h
+++ b/gcc-4.6/gcc/config/arm/elf.h
@@ -104,7 +104,8 @@
the code more efficient, but for Thumb-1 it's better to put them out of
band unless we are generating compressed tables. */
#define JUMP_TABLES_IN_TEXT_SECTION \
- (TARGET_32BIT || (TARGET_THUMB && (optimize_size || flag_pic)))
+ (TARGET_32BIT || (TARGET_THUMB && !inline_thumb1_jump_table \
+ && (optimize_size || flag_pic)))
#ifndef LINK_SPEC
#define LINK_SPEC "%{mbig-endian:-EB} %{mlittle-endian:-EL} -X"