From: Jim Wilson Date: Tue, 5 Mar 1996 20:29:06 +0000 (-0800) Subject: (JUMP_TABLES_IN_TEXT_SECTION): Define. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e115e436ee2b1cac30275826e7bfa6221fa0efa5;p=gcc.git (JUMP_TABLES_IN_TEXT_SECTION): Define. From-SVN: r11460 --- diff --git a/gcc/config/sh/sh.h b/gcc/config/sh/sh.h index 6f260fccc1a..3d22f89d3d0 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