mips.h (READONLY_DATA_SECTION_ASM_OP): Define only if not already defined.

* config/mips/mips.h (READONLY_DATA_SECTION_ASM_OP): Define
only if not already defined.

From-SVN: r54038
This commit is contained in:
Jason Thorpe 2002-05-30 01:49:57 +00:00 committed by Jason Thorpe
parent 2e760b15f0
commit 50efa73711
2 changed files with 7 additions and 0 deletions

View 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

View 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. */