* config/mips/mips.h (READONLY_DATA_SECTION_ASM_OP): Define
authorthorpej <thorpej@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 30 May 2002 01:49:57 +0000 (01:49 +0000)
committerthorpej <thorpej@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 30 May 2002 01:49:57 +0000 (01:49 +0000)
only if not already defined.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@54038 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config/mips/mips.h

index 19bcad2..14fba7c 100644 (file)
@@ -1,3 +1,8 @@
+2002-05-29  Jason Thorpe  <thorpej@wasabisystems.com>
+
+       * config/mips/mips.h (READONLY_DATA_SECTION_ASM_OP): Define
+       only if not already defined.
+
 2002-05-29  Kazu Hirata  <kazu@cs.umass.edu>
 
        * config/h8300/h8300-protos.h: Remove prototypes for
index 0e65a98..2a74068 100644 (file)
@@ -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.  */