2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / gcc.dg / compat / sdata-section.h
blobd2bde8066efa7aed1bce6cf5e67193302c822d0c
1 #ifdef __mips
2 #define SDATA_SECTION __attribute__((__section__(".sdata")))
3 #else
4 #define SDATA_SECTION
5 #endif