diff options
Diffstat (limited to 'gcc/config/d30v/d30v.h')
-rw-r--r-- | gcc/config/d30v/d30v.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/gcc/config/d30v/d30v.h b/gcc/config/d30v/d30v.h index a0b17e24162..e66ba674d53 100644 --- a/gcc/config/d30v/d30v.h +++ b/gcc/config/d30v/d30v.h @@ -2747,18 +2747,6 @@ extern const char *d30v_branch_cost_string; Defined in svr4.h. */ /* #define EXTRA_SECTION_FUNCTIONS */ -/* A C statement or statements to switch to the appropriate section for output - of RTX in mode MODE. You can assume that RTX is some kind of constant in - RTL. The argument MODE is redundant except in the case of a `const_int' - rtx. Select the section by calling `text_section' or one of the - alternatives for other sections. - - Do not define this macro if you put all constants in the read-only data - section. - - Defined in svr4.h. */ -/* #define SELECT_RTX_SECTION(MODE, RTX, ALIGN) */ - /* Define this macro if jump tables (for `tablejump' insns) should be output in the text section, along with the assembler instructions. Otherwise, the readonly data section is used. |