summaryrefslogtreecommitdiff
path: root/gcc/config
diff options
context:
space:
mode:
authorthorpej <thorpej@138bc75d-0d04-0410-961f-82ee72b054a4>2002-05-30 01:49:57 +0000
committerthorpej <thorpej@138bc75d-0d04-0410-961f-82ee72b054a4>2002-05-30 01:49:57 +0000
commitf275e6d94bc54bbcabb90d0f910cbd445bcabb85 (patch)
treebb05242ab67a649fe7aa87e54ad304b83642daa7 /gcc/config
parentc76197441c6a5a6c4b39eda4203c4d1b67c3e7b5 (diff)
downloadgcc-f275e6d94bc54bbcabb90d0f910cbd445bcabb85.tar.gz
* config/mips/mips.h (READONLY_DATA_SECTION_ASM_OP): Define
only if not already defined. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@54038 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config')
-rw-r--r--gcc/config/mips/mips.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/config/mips/mips.h b/gcc/config/mips/mips.h
index 0e65a98ba04..2a740684af2 100644
--- a/gcc/config/mips/mips.h
+++ b/gcc/config/mips/mips.h
@@ -4500,7 +4500,9 @@ do { \
#define TEXT_SECTION_ASM_OP "\t.text" /* instructions */
#define DATA_SECTION_ASM_OP "\t.data" /* large data */
#define SDATA_SECTION_ASM_OP "\t.sdata" /* small data */
+#ifndef READONLY_DATA_SECTION_ASM_OP
#define READONLY_DATA_SECTION_ASM_OP "\t.rdata" /* read-only data */
+#endif
#define SMALL_DATA_SECTION sdata_section
/* What other sections we support other than the normal .data/.text. */