(JUMP_TABLES_IN_TEXT_SECTION): Define.

From-SVN: r11460
This commit is contained in:
Jim Wilson 1996-03-05 12:29:06 -08:00
parent 8255ed68f7
commit e115e436ee
1 changed files with 4 additions and 0 deletions

View File

@ -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