repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
libcpp, c, middle-end: Optimize initializers using #embed in C
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
compat
/
sdata-section.h
blob
15be8438662afd1738a0a97a472710291f690167
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
);