(SMALL_DATA_SECTION): Define.
authorJim Wilson <wilson@gcc.gnu.org>
Wed, 29 Mar 1995 22:43:49 +0000 (14:43 -0800)
committerJim Wilson <wilson@gcc.gnu.org>
Wed, 29 Mar 1995 22:43:49 +0000 (14:43 -0800)
From-SVN: r9249

gcc/config/mips/mips.h

index 0408ed09a58893e6fad115678a21106cb04bc625..1d4286ad2de83c628c19d633b04c01f544b5a06b 100644 (file)
@@ -3651,6 +3651,7 @@ do {                                                                      \
 #define SDATA_SECTION_ASM_OP   "\t.sdata"      /* small data */
 #define RDATA_SECTION_ASM_OP   "\t.rdata"      /* read-only data */
 #define READONLY_DATA_SECTION  rdata_section
+#define SMALL_DATA_SECTION     sdata_section
 
 /* What other sections we support other than the normal .data/.text.  */