From e115e436ee2b1cac30275826e7bfa6221fa0efa5 Mon Sep 17 00:00:00 2001 From: Jim Wilson Date: Tue, 5 Mar 1996 12:29:06 -0800 Subject: [PATCH] (JUMP_TABLES_IN_TEXT_SECTION): Define. From-SVN: r11460 --- gcc/config/sh/sh.h | 4 ++++ 1 file changed, 4 insertions(+) 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 -- 2.30.2