repo.or.cz
/
binutils-gdb.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
ld: Move the .note.build-id section to near the start of the memory map.
[binutils-gdb.git]
/
sim
/
testsuite
/
lib
/
linuxcheck.c
blob
d1f4bc17a6bda3709725af3ef9f46401103c3452
1
/* Used by the test harness to see if toolchain targets Linux. */
2
#ifdef __linux__
3
int
main
()
4
{
5
return
0
;
6
}
7
#else
8
# error
"not linux"
9
#endif