repo.or.cz
/
smatch.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
states: rename unreachable() to is_unreachable()
[smatch.git]
/
validation
/
arch
/
arm-predef-float-abi-soft.c
blob
ee5accd1dac5dedd2f5fbca295b19f84d4c66951
1
#if defined(__ARM_PCS_VFP) || !defined(__SOFTFP__) || !defined(__ARM_PCS)
2
#error
3
#endif
4
5
/*
6
* check-name: arm-predef-float-abi-soft
7
* check-command: sparse --arch=arm -mfloat-abi=soft $file
8
*/