summaryrefslogtreecommitdiff
path: root/gcc/config/mips/rtems64.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/config/mips/rtems64.h')
-rw-r--r--gcc/config/mips/rtems64.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/gcc/config/mips/rtems64.h b/gcc/config/mips/rtems64.h
index e3c74ca04ea..c4e4f4bc13f 100644
--- a/gcc/config/mips/rtems64.h
+++ b/gcc/config/mips/rtems64.h
@@ -26,12 +26,11 @@ Boston, MA 02111-1307, USA. */
-D__rtems__ -Asystem=rtems"
#undef EXTRA_SECTIONS
-#define EXTRA_SECTIONS in_sdata, in_rdata
+#define EXTRA_SECTIONS in_sdata
#undef EXTRA_SECTION_FUNCTIONS
#define EXTRA_SECTION_FUNCTIONS \
- SECTION_FUNCTION_TEMPLATE(sdata_section, in_sdata, SDATA_SECTION_ASM_OP) \
- SECTION_FUNCTION_TEMPLATE(rdata_section, in_rdata, RDATA_SECTION_ASM_OP)
+ SECTION_FUNCTION_TEMPLATE(sdata_section, in_sdata, SDATA_SECTION_ASM_OP)
#undef STARTFILE_SPEC
#undef ENDFILE_SPEC