aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/sparc/sp64-elf.h
diff options
context:
space:
mode:
authorEric Botcazou <ebotcazou@libertysurf.fr>2006-12-04 10:31:48 +0100
committerEric Botcazou <ebotcazou@gcc.gnu.org>2006-12-04 09:31:48 +0000
commit94983d3065b546ec059d54421b82b3aa9b852ed7 (patch)
tree1b929b419e474fad718d480321706b2adfe74886 /gcc/config/sparc/sp64-elf.h
parent8f6e6bf375959dc0c4aad0df8374af715dd2e440 (diff)
downloadgcc-94983d3065b546ec059d54421b82b3aa9b852ed7.zip
gcc-94983d3065b546ec059d54421b82b3aa9b852ed7.tar.gz
gcc-94983d3065b546ec059d54421b82b3aa9b852ed7.tar.bz2
sp64-elf.h (JUMP_TABLES_IN_TEXT_SECTION): Delete.
* config/sparc/sp64-elf.h (JUMP_TABLES_IN_TEXT_SECTION): Delete. * config/sparc/sysv4.h (JUMP_TABLES_IN_TEXT_SECTION): Likewise. From-SVN: r119482
Diffstat (limited to 'gcc/config/sparc/sp64-elf.h')
-rw-r--r--gcc/config/sparc/sp64-elf.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/gcc/config/sparc/sp64-elf.h b/gcc/config/sparc/sp64-elf.h
index 53f2144..1cfde5d 100644
--- a/gcc/config/sparc/sp64-elf.h
+++ b/gcc/config/sparc/sp64-elf.h
@@ -108,11 +108,3 @@ crtbegin.o%s \
#undef LONG_DOUBLE_TYPE_SIZE
#define LONG_DOUBLE_TYPE_SIZE 128
-
-/* The medium/anywhere code model practically requires us to put jump tables
- in the text section as gcc is unable to distinguish LABEL_REF's of jump
- tables from other label refs (when we need to). */
-/* But we now defer the tables to the end of the function, so we make
- this 0 to not confuse the branch shortening code. */
-#undef JUMP_TABLES_IN_TEXT_SECTION
-#define JUMP_TABLES_IN_TEXT_SECTION 0