diff options
Diffstat (limited to 'gcc/config/mcore/mcore-pe.h')
-rw-r--r-- | gcc/config/mcore/mcore-pe.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/gcc/config/mcore/mcore-pe.h b/gcc/config/mcore/mcore-pe.h index c5e8e45300e..651f3384b27 100644 --- a/gcc/config/mcore/mcore-pe.h +++ b/gcc/config/mcore/mcore-pe.h @@ -63,13 +63,6 @@ drectve_section () \ in_section = in_drectve; \ } \ } -/* A C statement or statements to switch to the appropriate - section for output of RTX in mode MODE. RTX is some kind - of constant in RTL. The argument MODE is redundant except - in the case of a `const_int' rtx. Currently, these always - go into the const section. */ -#undef SELECT_RTX_SECTION -#define SELECT_RTX_SECTION(MODE, RTX, ALIGN) readonly_data_section () #define MCORE_EXPORT_NAME(STREAM, NAME) \ do \ |