aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorJim Wilson <wilson@gcc.gnu.org>1995-03-29 14:43:49 -0800
committerJim Wilson <wilson@gcc.gnu.org>1995-03-29 14:43:49 -0800
commit3cf6400d10d8ba939fcf30db4a85a1ec56fd27f1 (patch)
tree7dd3b58706d587b978b0ea1d7ca94725f440337d /gcc
parentc9a1bf2ec2a08709e499876d8614c40dc48b234b (diff)
downloadgcc-3cf6400d10d8ba939fcf30db4a85a1ec56fd27f1.zip
gcc-3cf6400d10d8ba939fcf30db4a85a1ec56fd27f1.tar.gz
gcc-3cf6400d10d8ba939fcf30db4a85a1ec56fd27f1.tar.bz2
(SMALL_DATA_SECTION): Define.
From-SVN: r9249
Diffstat (limited to 'gcc')
-rw-r--r--gcc/config/mips/mips.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/config/mips/mips.h b/gcc/config/mips/mips.h
index 0408ed0..1d4286a 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. */