OSDN Git Service

2004-05-20 H.J. Lu <hongjiu.lu@intel.com>
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / compat / sdata-section.h
1 #ifdef __mips
2 #define SDATA_SECTION __attribute__((__section__(".sdata")))
3 #else
4 #define SDATA_SECTION
5 #endif
6
7 extern void abort (void);