(JUMP_TABLES_IN_TEXT_SECTION): Define.
From-SVN: r11460
This commit is contained in:
parent
8255ed68f7
commit
e115e436ee
@ -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
|
/* 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
|
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
|
NULL_TREE. Some target formats do not support arbitrary sections. Do not
|
||||||
|
Loading…
Reference in New Issue
Block a user