Commit e115e436 by Jim Wilson

(JUMP_TABLES_IN_TEXT_SECTION): Define.

From-SVN: r11460
parent 8255ed68
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment