From: Jim Wilson Date: Wed, 29 Mar 1995 22:43:49 +0000 (-0800) Subject: (SMALL_DATA_SECTION): Define. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3cf6400d10d8ba939fcf30db4a85a1ec56fd27f1;p=gcc.git (SMALL_DATA_SECTION): Define. From-SVN: r9249 --- diff --git a/gcc/config/mips/mips.h b/gcc/config/mips/mips.h index 0408ed09a58..1d4286ad2de 100644 --- a/gcc/config/mips/mips.h +++ b/gcc/config/mips/mips.h @@ -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. */