blob: 0db5aa2293c8d1588c94c53b4844cd6ce370a6a9 [file] [log] [blame]
#ifdef __mips
#define SDATA_SECTION __attribute__((__section__(".sdata")))
#else
#define SDATA_SECTION
#endif
extern void abort (void);