diff options
author | Jim Wilson <wilson@gcc.gnu.org> | 1996-03-05 12:29:06 -0800 |
---|---|---|
committer | Jim Wilson <wilson@gcc.gnu.org> | 1996-03-05 12:29:06 -0800 |
commit | e115e436ee2b1cac30275826e7bfa6221fa0efa5 (patch) | |
tree | b088035e6591f052df051069fe3e80cc5d49f33e /gcc | |
parent | 8255ed68f736cb4a5192e4ac5add6e12126ec307 (diff) | |
download | gcc-e115e436ee2b1cac30275826e7bfa6221fa0efa5.zip gcc-e115e436ee2b1cac30275826e7bfa6221fa0efa5.tar.gz gcc-e115e436ee2b1cac30275826e7bfa6221fa0efa5.tar.bz2 |
(JUMP_TABLES_IN_TEXT_SECTION): Define.
From-SVN: r11460
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/sh/sh.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/config/sh/sh.h b/gcc/config/sh/sh.h index 6f260fc..3d22f89 100644 --- a/gcc/config/sh/sh.h +++ b/gcc/config/sh/sh.h @@ -1267,6 +1267,10 @@ dtors_section() \ } \ } +/* Define this so that jump tables go in same section as the current function, + which could be text or it could be a user defined section. */ +#define JUMP_TABLES_IN_TEXT_SECTION + /* A C statement to output something to the assembler file to switch to section NAME for object DECL which is either a FUNCTION_DECL, a VAR_DECL or NULL_TREE. Some target formats do not support arbitrary sections. Do not |