blob: 15be8438662afd1738a0a97a472710291f690167 [file] [log] [blame]
#if defined (__mips) && !defined(SKIP_ATTRIBUTE)
#define SDATA_SECTION __attribute__((__section__(".sdata")))
#else
#define SDATA_SECTION
#endif
extern void abort (void);