Sign in
gnu
/
gcc
/
1f16a020acbea0af26209478990b83b1a1ba3a2b
/
.
/
gcc
/
testsuite
/
gcc.dg
/
compat
/
sdata-section.h
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
);