summaryrefslogtreecommitdiff
path: root/gcc/config/nextstep.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/config/nextstep.h')
-rw-r--r--gcc/config/nextstep.h15
1 files changed, 2 insertions, 13 deletions
diff --git a/gcc/config/nextstep.h b/gcc/config/nextstep.h
index 1f3c4372326..4f2eb3fd4ee 100644
--- a/gcc/config/nextstep.h
+++ b/gcc/config/nextstep.h
@@ -443,19 +443,8 @@ objc_section_init () \
#undef TARGET_ASM_SELECT_SECTION
#define TARGET_ASM_SELECT_SECTION nextstep_select_section
-
-#undef SELECT_RTX_SECTION
-#define SELECT_RTX_SECTION(mode, rtx, align) \
- do \
- { \
- if (GET_MODE_SIZE(mode) == 8) \
- literal8_section(); \
- else if (GET_MODE_SIZE(mode) == 4) \
- literal4_section(); \
- else \
- const_section (); \
- } \
- while (0)
+#undef TARGET_ASM_SELECT_RTX_SECTION
+#define TARGET_ASM_SELECT_RTX_SECTION nextstep_select_rtx_section
#ifdef ASM_COMMENT_START
# undef ASM_COMMENT_START