(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.dg/
compat/
sdata-section.h
       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);