OSDN Git Service

* config/mips/elf64.h (TARGET_ASM_UNIQUE_SECTION): Delete.
[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