1 #if defined (__mips) && !defined(SKIP_ATTRIBUTE)
2 #define SDATA_SECTION __attribute__((__section__(".sdata")))
3 #else
4 #define SDATA_SECTION
5 #endif
6 
7 extern void abort (void);
8